CodeStarconnections module#
Index > CodeStarconnections
Auto-generated documentation for CodeStarconnections type annotations stubs module mypy-boto3-codestar-connections.
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 CodeStarconnections
.
From PyPI with pip#
Install boto3-stubs
for CodeStarconnections
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[codestar-connections]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[codestar-connections]'
# standalone installation
python -m pip install mypy-boto3-codestar-connections
How to uninstall#
python -m pip uninstall -y mypy-boto3-codestar-connections
Usage#
Code samples can be found in Examples.
CodeStarconnectionsClient#
Type annotations and code completion for boto3.client("codestar-connections")
as CodeStarconnectionsClient
boto3 documentation
# CodeStarconnectionsClient usage example
from boto3.session import Session
from mypy_boto3_codestar_connections.client import CodeStarconnectionsClient
def get_client() -> CodeStarconnectionsClient:
return Session().client("codestar-connections")
Literals#
Type annotations for literals used in methods and schemas.
# ConnectionStatusType usage example
from mypy_boto3_codestar_connections.literals import ConnectionStatusType
def get_value() -> ConnectionStatusType:
return "AVAILABLE"
- ConnectionStatusType
- ProviderTypeType
- CodeStarconnectionsServiceName
- ServiceName
- ResourceServiceName
- RegionName
Typed dictionaries#
Type annotations for typed dictionaries used in methods and schema.
# ConnectionTypeDef usage example
from mypy_boto3_codestar_connections.type_defs import ConnectionTypeDef
def get_value() -> ConnectionTypeDef:
return {
"ConnectionName": ...,
}
- ConnectionTypeDef
- TagTypeDef
- VpcConfigurationTypeDef
- DeleteConnectionInputRequestTypeDef
- DeleteHostInputRequestTypeDef
- GetConnectionInputRequestTypeDef
- GetHostInputRequestTypeDef
- ListConnectionsInputRequestTypeDef
- ListHostsInputRequestTypeDef
- ListTagsForResourceInputRequestTypeDef
- ResponseMetadataTypeDef
- UntagResourceInputRequestTypeDef
- GetConnectionOutputTypeDef
- ListConnectionsOutputTypeDef
- CreateConnectionInputRequestTypeDef
- CreateConnectionOutputTypeDef
- CreateHostOutputTypeDef
- ListTagsForResourceOutputTypeDef
- TagResourceInputRequestTypeDef
- CreateHostInputRequestTypeDef
- GetHostOutputTypeDef
- HostTypeDef
- UpdateHostInputRequestTypeDef
- ListHostsOutputTypeDef