Skip to main content

Type annotations for aiobotocore.Transfer 2.1.0 service generated by mypy-boto3-builder 6.4.2

Project description

mypy-boto3-transfer

PyPI - types-aiobotocore-transfer PyPI - Python Version Docs PyPI - Downloads

boto3.typed

Type annotations for boto3.Transfer 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-transfer docs

See how it helps to find and fix potential bugs:

boto3-stubs demo

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 Transfer.

From PyPI with pip

Install types-aiobotocore for Transfer service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[transfer]'

# Lite version does not provide session.create_client overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[transfer]'

# standalone installation
python -m pip install types-aiobotocore-transfer

Usage

VSCode

  • Install Python extension
  • Install Pylance extension
  • Set Pylance as your Python Language Server
  • Install types-aiobotocore[transfer] in your environment: python -m pip install 'types-aiobotocore[transfer]'

Both type checking and auto-complete should work for Transfer service. No explicit type annotations required, write your boto3 code as usual.

PyCharm

  • Install types-aiobotocore[transfer] in your environment: python -m pip install 'types-aiobotocore[transfer]'

Both type checking and auto-complete should work for Transfer 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[transfer] in your environment: python -m pip install 'types-aiobotocore[transfer]'
  • Run mypy as usual

Type checking should work for Transfer service. No explicit type annotations required, write your aiobotocore code as usual.

pyright

  • Install pyright: yarn global add pyright
  • Install types-aiobotocore[transfer] in your environment: python -m pip install 'types-aiobotocore[transfer]'
  • Optionally, you can install boto3-stubs to typings folder.

Type checking should work for Transfer service. No explicit type annotations required, write your aiobotocore code as usual.

Explicit type annotations

Client annotations

TransferClient provides annotations for session.create_client("transfer").

from aiobotocore.session import get_session

from types_aiobotocore_transfer import TransferClient

session = get_session()
async with session.create_client("transfer") as client:
    client: TransferClient
    # now client usage is checked by mypy and IDE should provide code auto-complete

Paginators annotations

types_aiobotocore_transfer.paginator module contains type annotations for all paginators.

from aiobotocore.session import get_session

from types_aiobotocore_transfer import TransferClient
from types_aiobotocore_transfer.paginator import (
    ListServersPaginator,
)

session = get_session()
async with session.create_client("transfer") as client:
    client: TransferClient

    # Explicit type annotations are optional here
    # Type should be correctly discovered by mypy and IDEs
    # VSCode requires explicit type annotations
        list_servers_paginator: ListServersPaginator = client.get_paginator("list_servers")
    ```







### Literals

`types_aiobotocore_transfer.literals` module contains literals extracted from shapes
that can be used in user code for type checking.

```python
from types_aiobotocore_transfer.literals import (
    CustomStepStatusType,
    DomainType,
    EndpointTypeType,
    ExecutionErrorTypeType,
    ExecutionStatusType,
    HomeDirectoryTypeType,
    IdentityProviderTypeType,
    ListServersPaginatorName,
    OverwriteExistingType,
    ProtocolType,
    StateType,
    WorkflowStepTypeType,
    ServiceName,
    PaginatorName,
)

def check_value(value: CustomStepStatusType) -> bool:
    ...

Typed dictionaries

types_aiobotocore_transfer.type_defs module contains structures and shapes assembled to typed dictionaries for additional type checking.

from types_aiobotocore_transfer.type_defs import (
    CopyStepDetailsTypeDef,
    CreateAccessRequestRequestTypeDef,
    CreateAccessResponseTypeDef,
    CreateServerRequestRequestTypeDef,
    CreateServerResponseTypeDef,
    CreateUserRequestRequestTypeDef,
    CreateUserResponseTypeDef,
    CreateWorkflowRequestRequestTypeDef,
    CreateWorkflowResponseTypeDef,
    CustomStepDetailsTypeDef,
    DeleteAccessRequestRequestTypeDef,
    DeleteServerRequestRequestTypeDef,
    DeleteSshPublicKeyRequestRequestTypeDef,
    DeleteStepDetailsTypeDef,
    DeleteUserRequestRequestTypeDef,
    DeleteWorkflowRequestRequestTypeDef,
    DescribeAccessRequestRequestTypeDef,
    DescribeAccessResponseTypeDef,
    DescribeExecutionRequestRequestTypeDef,
    DescribeExecutionResponseTypeDef,
    DescribeSecurityPolicyRequestRequestTypeDef,
    DescribeSecurityPolicyResponseTypeDef,
    DescribeServerRequestRequestTypeDef,
    DescribeServerResponseTypeDef,
    DescribeUserRequestRequestTypeDef,
    DescribeUserResponseTypeDef,
    DescribeWorkflowRequestRequestTypeDef,
    DescribeWorkflowResponseTypeDef,
    DescribedAccessTypeDef,
    DescribedExecutionTypeDef,
    DescribedSecurityPolicyTypeDef,
    DescribedServerTypeDef,
    DescribedUserTypeDef,
    DescribedWorkflowTypeDef,
    EfsFileLocationTypeDef,
    EndpointDetailsTypeDef,
    ExecutionErrorTypeDef,
    ExecutionResultsTypeDef,
    ExecutionStepResultTypeDef,
    FileLocationTypeDef,
    HomeDirectoryMapEntryTypeDef,
    IdentityProviderDetailsTypeDef,
    ImportSshPublicKeyRequestRequestTypeDef,
    ImportSshPublicKeyResponseTypeDef,
    InputFileLocationTypeDef,
    ListAccessesRequestRequestTypeDef,
    ListAccessesResponseTypeDef,
    ListExecutionsRequestRequestTypeDef,
    ListExecutionsResponseTypeDef,
    ListSecurityPoliciesRequestRequestTypeDef,
    ListSecurityPoliciesResponseTypeDef,
    ListServersRequestRequestTypeDef,
    ListServersResponseTypeDef,
    ListTagsForResourceRequestRequestTypeDef,
    ListTagsForResourceResponseTypeDef,
    ListUsersRequestRequestTypeDef,
    ListUsersResponseTypeDef,
    ListWorkflowsRequestRequestTypeDef,
    ListWorkflowsResponseTypeDef,
    ListedAccessTypeDef,
    ListedExecutionTypeDef,
    ListedServerTypeDef,
    ListedUserTypeDef,
    ListedWorkflowTypeDef,
    LoggingConfigurationTypeDef,
    PaginatorConfigTypeDef,
    PosixProfileTypeDef,
    ProtocolDetailsTypeDef,
    ResponseMetadataTypeDef,
    S3FileLocationTypeDef,
    S3InputFileLocationTypeDef,
    S3TagTypeDef,
    SendWorkflowStepStateRequestRequestTypeDef,
    ServiceMetadataTypeDef,
    SshPublicKeyTypeDef,
    StartServerRequestRequestTypeDef,
    StopServerRequestRequestTypeDef,
    TagResourceRequestRequestTypeDef,
    TagStepDetailsTypeDef,
    TagTypeDef,
    TestIdentityProviderRequestRequestTypeDef,
    TestIdentityProviderResponseTypeDef,
    UntagResourceRequestRequestTypeDef,
    UpdateAccessRequestRequestTypeDef,
    UpdateAccessResponseTypeDef,
    UpdateServerRequestRequestTypeDef,
    UpdateServerResponseTypeDef,
    UpdateUserRequestRequestTypeDef,
    UpdateUserResponseTypeDef,
    UserDetailsTypeDef,
    WorkflowDetailTypeDef,
    WorkflowDetailsTypeDef,
    WorkflowStepTypeDef,
)

def get_structure() -> CopyStepDetailsTypeDef:
    return {
      ...
    }

Versioning

types-aiobotocore-transfer version is the same as related boto3 version and follows PEP 440 format.

Documentation

All type annotations can be found in types-aiobotocore-transfer docs

Support and contributing

This package is auto-generated. Please reports any bugs or request new features in mypy-boto3-builder repository.

Project details


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-transfer-2.1.0.post1.tar.gz.

File metadata

  • Download URL: types-aiobotocore-transfer-2.1.0.post1.tar.gz
  • Upload date:
  • Size: 18.0 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

Hashes for types-aiobotocore-transfer-2.1.0.post1.tar.gz
Algorithm Hash digest
SHA256 61e3927630ed33328fb2967bef2e71a5e7150073e292814c3f273fe7686f2ef6
MD5 f5bbe972ddef79e614b0cd489f0c2ec7
BLAKE2b-256 abf55de412915947d1f120d504ae2c981c86e7e594d71ce5c3ab296b4fed1e01

See more details on using hashes here.

File details

Details for the file types_aiobotocore_transfer-2.1.0.post1-py3-none-any.whl.

File metadata

  • Download URL: types_aiobotocore_transfer-2.1.0.post1-py3-none-any.whl
  • Upload date:
  • Size: 27.7 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

Hashes for types_aiobotocore_transfer-2.1.0.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 358a9c0036055bc7b6d6af04cf6f2d86662700a1e2edea373a1e02663ce74bc3
MD5 e1b3a278a89c95c1de3fae2b3a624179
BLAKE2b-256 5d2a33ce69124c46415933a935014c459404e8f07447892fda922367d0b76dc8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page