Type annotations for boto3.AppStream 1.14.32 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-appstream
Type annotations for boto3.AppStream 1.14.32 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for AppStream
service.
python -m pip install boto3-stubs[appstream]
How to use
Client annotations
AppStreamClient
provides annotations for boto3.client("appstream")
.
import boto3
from mypy_boto3_appstream import AppStreamClient
from mypy_boto3_appstream.paginator import (
DescribeDirectoryConfigsPaginator,
DescribeFleetsPaginator,
DescribeImageBuildersPaginator,
DescribeImagesPaginator,
DescribeSessionsPaginator,
DescribeStacksPaginator,
DescribeUsersPaginator,
DescribeUserStackAssociationsPaginator,
ListAssociatedFleetsPaginator,
ListAssociatedStacksPaginator,
)
from mypy_boto3_appstream.type_defs import AccessEndpointTypeDef, ...
from mypy_boto3_appstream.waiter import FleetStartedWaiter, FleetStoppedWaiter
client: AppStreamClient = boto3.client("appstream")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: AppStreamClient = session.client("appstream")
Paginators annotations
mypy_boto3_appstream.paginator
module contains type annotations for all paginators.
client: AppStreamClient = boto3.client("appstream")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
describe_directory_configs_paginator: DescribeDirectoryConfigsPaginator = client.get_paginator("describe_directory_configs")
describe_fleets_paginator: DescribeFleetsPaginator = client.get_paginator("describe_fleets")
describe_image_builders_paginator: DescribeImageBuildersPaginator = client.get_paginator("describe_image_builders")
describe_images_paginator: DescribeImagesPaginator = client.get_paginator("describe_images")
describe_sessions_paginator: DescribeSessionsPaginator = client.get_paginator("describe_sessions")
describe_stacks_paginator: DescribeStacksPaginator = client.get_paginator("describe_stacks")
describe_user_stack_associations_paginator: DescribeUserStackAssociationsPaginator = client.get_paginator("describe_user_stack_associations")
describe_users_paginator: DescribeUsersPaginator = client.get_paginator("describe_users")
list_associated_fleets_paginator: ListAssociatedFleetsPaginator = client.get_paginator("list_associated_fleets")
list_associated_stacks_paginator: ListAssociatedStacksPaginator = client.get_paginator("list_associated_stacks")
Waiters annotations
mypy_boto3_appstream.waiter
module contains type annotations for all waiters.
client: AppStreamClient = boto3.client("appstream")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
fleet_started_waiter: FleetStartedWaiter = client.get_waiter("fleet_started")
fleet_stopped_waiter: FleetStoppedWaiter = client.get_waiter("fleet_stopped")
Typed dictionations
mypy_boto3_appstream.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AccessEndpointTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_appstream
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("appstream")
session_client = boto3.Session().client("appstream")
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
Hashes for mypy-boto3-appstream-1.14.32.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac85cbe5274845c0674c799be39f8fd64047acd8154954281528dcb864284a3d |
|
MD5 | 5873a527eabb41d167a4b75b4cb101d3 |
|
BLAKE2b-256 | 3abc22dfc609a34f2ae4c017c3089fb2f06b7a107a8f407f819273cdef612913 |
Hashes for mypy_boto3_appstream-1.14.32.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c6bdd0b5c3579476c1d76d05bf8f463fd77290e27e60c9f71842f70e2c78b41 |
|
MD5 | b380a3df154a2d2a68139cc071dc869a |
|
BLAKE2b-256 | d9e65cb5b2e6eeb6448838c21bd1089594fcd515c7d6a0f0670b9c4eb25b21c7 |