Type annotations for boto3.AppStream 1.14.5 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-appstream
Type annotations for boto3.AppStream 1.14.5 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.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c879081394053bace59b802f708e26babc233bb205cb62fa3112d576b90a73d2 |
|
MD5 | 3033bb7f89f2d882d5aadcfd1065b51c |
|
BLAKE2b-256 | 9fb7883e3b3e3e76ccaf27a7765f379498e4fe054eb7d8245382ee1e7cdb61ee |
Hashes for mypy_boto3_appstream-1.14.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 394a38f1a98bde71a7b7446c09b52dca5c3cfea0b98d8620b033c206e9bb3145 |
|
MD5 | 8dcd01586fff966136307ca9a1b03946 |
|
BLAKE2b-256 | 322052f38575588eb7a3bd8d0cebc6aaca7bf032100078d43849cf9bdd27e2ea |