Type annotations for aiobotocore.Route53RecoveryControlConfig 2.1.0 service generated by mypy-boto3-builder 6.4.2
Project description
mypy-boto3-route53-recovery-control-config
Type annotations for boto3.Route53RecoveryControlConfig 1.20.47 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.
Generated by mypy-boto3-builder 6.4.2.
More information can be found on boto3-stubs page and in types-aiobotocore-route53-recovery-control-config docs
See how it helps to find and fix potential bugs:
How to install
VSCode extension
Add
AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and Route53RecoveryControlConfig
.
From PyPI with pip
Install types-aiobotocore
for Route53RecoveryControlConfig
service.
python -m pip install types-aiobotocore[route53-recovery-control-config]
Usage
VSCode
- Install Python extension
- Install Pylance extension
- Set
Pylance
as your Python Language Server - Install
types-aiobotocore[route53-recovery-control-config]
in your environment:python -m pip install 'types-aiobotocore[route53-recovery-control-config]'
Both type checking and auto-complete should work for
Route53RecoveryControlConfig
service. No explicit type annotations required,
write your boto3
code as usual.
PyCharm
- Install
types-aiobotocore[route53-recovery-control-config]
in your environment:python -m pip install 'types-aiobotocore[route53-recovery-control-config]'
Both type checking and auto-complete should work for
Route53RecoveryControlConfig
service. No explicit type annotations required,
write your aiobotocore
code as usual. Auto-complete can be slow on big
projects or if you have a lot of installed types-aiobotocore
submodules.
Other IDEs
Not tested, but as long as your IDE supports mypy
or pyright
, everything
should work.
mypy
- Install
mypy
:python -m pip install mypy
- Install
types-aiobotocore[route53-recovery-control-config]
in your environment:python -m pip install 'types-aiobotocore[route53-recovery-control-config]'
- Run
mypy
as usual
Type checking should work for Route53RecoveryControlConfig
service. No
explicit type annotations required, write your aiobotocore
code as usual.
pyright
- Install
pyright
:yarn global add pyright
- Install
types-aiobotocore[route53-recovery-control-config]
in your environment:python -m pip install 'types-aiobotocore[route53-recovery-control-config]'
- Optionally, you can install
boto3-stubs
totypings
folder.
Type checking should work for Route53RecoveryControlConfig
service. No
explicit type annotations required, write your aiobotocore
code as usual.
Explicit type annotations
Client annotations
Route53RecoveryControlConfigClient
provides annotations for
session.create_client("route53-recovery-control-config")
.
from aiobotocore.session import get_session
from types_aiobotocore_route53_recovery_control_config import Route53RecoveryControlConfigClient
session = get_session()
with async session.create_client("route53-recovery-control-config") as client:
client: Route53RecoveryControlConfigClient
# now client usage is checked by mypy and IDE should provide code auto-complete
Waiters annotations
types_aiobotocore_route53_recovery_control_config.waiter
module contains type
annotations for all waiters.
from aiobotocore.session import get_session
from types_aiobotocore_route53_recovery_control_config.client import Route53RecoveryControlConfigClient
from types_aiobotocore_route53_recovery_control_config.waiter import (
ClusterCreatedWaiter,
ClusterDeletedWaiter,
ControlPanelCreatedWaiter,
ControlPanelDeletedWaiter,
RoutingControlCreatedWaiter,
RoutingControlDeletedWaiter,
)
session = get_session()
with async session.create_client("route53-recovery-control-config") as client:
client: Route53RecoveryControlConfigClient
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
cluster_created_waiter: ClusterCreatedWaiter = client.get_waiter("cluster_created")
cluster_deleted_waiter: ClusterDeletedWaiter = client.get_waiter("cluster_deleted")
control_panel_created_waiter: ControlPanelCreatedWaiter = client.get_waiter("control_panel_created")
control_panel_deleted_waiter: ControlPanelDeletedWaiter = client.get_waiter("control_panel_deleted")
routing_control_created_waiter: RoutingControlCreatedWaiter = client.get_waiter("routing_control_created")
routing_control_deleted_waiter: RoutingControlDeletedWaiter = client.get_waiter("routing_control_deleted")
```
### Literals
`types_aiobotocore_route53_recovery_control_config.literals` module contains literals extracted from shapes
that can be used in user code for type checking.
```python
from types_aiobotocore_route53_recovery_control_config.literals import (
ClusterCreatedWaiterName,
ClusterDeletedWaiterName,
ControlPanelCreatedWaiterName,
ControlPanelDeletedWaiterName,
RoutingControlCreatedWaiterName,
RoutingControlDeletedWaiterName,
RuleTypeType,
StatusType,
ServiceName,
WaiterName,
)
def check_value(value: ClusterCreatedWaiterName) -> bool:
...
Typed dictionaries
types_aiobotocore_route53_recovery_control_config.type_defs
module contains
structures and shapes assembled to typed dictionaries for additional type
checking.
from types_aiobotocore_route53_recovery_control_config.type_defs import (
AssertionRuleTypeDef,
AssertionRuleUpdateTypeDef,
ClusterEndpointTypeDef,
ClusterTypeDef,
ControlPanelTypeDef,
CreateClusterRequestRequestTypeDef,
CreateClusterResponseTypeDef,
CreateControlPanelRequestRequestTypeDef,
CreateControlPanelResponseTypeDef,
CreateRoutingControlRequestRequestTypeDef,
CreateRoutingControlResponseTypeDef,
CreateSafetyRuleRequestRequestTypeDef,
CreateSafetyRuleResponseTypeDef,
DeleteClusterRequestRequestTypeDef,
DeleteControlPanelRequestRequestTypeDef,
DeleteRoutingControlRequestRequestTypeDef,
DeleteSafetyRuleRequestRequestTypeDef,
DescribeClusterRequestRequestTypeDef,
DescribeClusterResponseTypeDef,
DescribeControlPanelRequestRequestTypeDef,
DescribeControlPanelResponseTypeDef,
DescribeRoutingControlRequestRequestTypeDef,
DescribeRoutingControlResponseTypeDef,
DescribeSafetyRuleRequestRequestTypeDef,
DescribeSafetyRuleResponseTypeDef,
GatingRuleTypeDef,
GatingRuleUpdateTypeDef,
ListAssociatedRoute53HealthChecksRequestRequestTypeDef,
ListAssociatedRoute53HealthChecksResponseTypeDef,
ListClustersRequestRequestTypeDef,
ListClustersResponseTypeDef,
ListControlPanelsRequestRequestTypeDef,
ListControlPanelsResponseTypeDef,
ListRoutingControlsRequestRequestTypeDef,
ListRoutingControlsResponseTypeDef,
ListSafetyRulesRequestRequestTypeDef,
ListSafetyRulesResponseTypeDef,
ListTagsForResourceRequestRequestTypeDef,
ListTagsForResourceResponseTypeDef,
NewAssertionRuleTypeDef,
NewGatingRuleTypeDef,
ResponseMetadataTypeDef,
RoutingControlTypeDef,
RuleConfigTypeDef,
RuleTypeDef,
TagResourceRequestRequestTypeDef,
UntagResourceRequestRequestTypeDef,
UpdateControlPanelRequestRequestTypeDef,
UpdateControlPanelResponseTypeDef,
UpdateRoutingControlRequestRequestTypeDef,
UpdateRoutingControlResponseTypeDef,
UpdateSafetyRuleRequestRequestTypeDef,
UpdateSafetyRuleResponseTypeDef,
WaiterConfigTypeDef,
)
def get_structure() -> AssertionRuleTypeDef:
return {
...
}
Versioning
types-aiobotocore-route53-recovery-control-config
version is the same as
related boto3
version and follows
PEP 440 format.
Documentation
All type annotations can be found in types-aiobotocore-route53-recovery-control-config docs
Support and contributing
This package is auto-generated. Please reports any bugs or request new features in mypy-boto3-builder repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file types-aiobotocore-route53-recovery-control-config-2.1.0.tar.gz
.
File metadata
- Download URL: types-aiobotocore-route53-recovery-control-config-2.1.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0e8948f6659515baf7d48b5700c6015fea9591294a02a9edf5b3892ff0c5862 |
|
MD5 | 0853884b652d3ef8e1a25e8588c242da |
|
BLAKE2b-256 | 14201d288d8fa704913256b5a4029d03c9bdd5d78434251b3997c4df7f4ea234 |
File details
Details for the file types_aiobotocore_route53_recovery_control_config-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: types_aiobotocore_route53_recovery_control_config-2.1.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b2d2a2a0f25f52cee16fb0e8b5379ccdfd32b6600f1d78cc81867fb25f46819 |
|
MD5 | 07192f10c4f40429ea12aa1181f5bb5a |
|
BLAKE2b-256 | 5dd7d7feb4fbacbcc944112e2eb068dd28208154af33b7b70c2ae72e6b28fcb8 |