معرفی شرکت ها


boto3-stubs-1.26.99


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Type annotations for boto3 1.26.126 generated with mypy-boto3-builder 7.14.5
ویژگی مقدار
سیستم عامل -
نام فایل boto3-stubs-1.26.99
نام boto3-stubs
نسخه کتابخانه 1.26.99
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Vlad Emelianov
ایمیل نویسنده vlad.emelianov.nz@gmail.com
آدرس صفحه اصلی https://github.com/youtype/mypy_boto3_builder
آدرس اینترنتی https://pypi.org/project/boto3-stubs/
مجوز MIT License
<a id="boto3-stubs"></a> # boto3-stubs [![PyPI - boto3-stubs](https://img.shields.io/pypi/v/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs.svg?color=blue)](https://pypi.org/project/boto3-stubs) [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/boto3-stubs?color=blue)](https://pypistats.org/packages/boto3-stubs) ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png) Type annotations for [boto3 1.26.126](https://boto3.amazonaws.com/v1/documentation/api/1.26.126/index.html) compatible with [VSCode](https://code.visualstudio.com/), [PyCharm](https://www.jetbrains.com/pycharm/), [Emacs](https://www.gnu.org/software/emacs/), [Sublime Text](https://www.sublimetext.com/), [mypy](https://github.com/python/mypy), [pyright](https://github.com/microsoft/pyright) and other tools. Generated by [mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder). More information can be found in [boto3-stubs docs](https://youtype.github.io/boto3_stubs_docs/). See how it helps to find and fix potential bugs: ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif) - [boto3-stubs](#boto3-stubs) - [How to install](#how-to-install) - [VSCode extension](#vscode-extension) - [From PyPI with pip](#from-pypi-with-pip) - [From conda-forge](#from-conda-forge) - [How to uninstall](#how-to-uninstall) - [Usage](#usage) - [VSCode](#vscode) - [PyCharm](#pycharm) - [Emacs](#emacs) - [Sublime Text](#sublime-text) - [Other IDEs](#other-ides) - [mypy](#mypy) - [pyright](#pyright) - [Explicit type annotations](#explicit-type-annotations) - [Pylint compatibility](#pylint-compatibility) - [How it works](#how-it-works) - [What's new](#what's-new) - [Implemented features](#implemented-features) - [Latest changes](#latest-changes) - [Versioning](#versioning) - [Thank you](#thank-you) - [Documentation](#documentation) - [Support and contributing](#support-and-contributing) - [Submodules](#submodules) <a id="how-to-install"></a> ## How to install <a id="vscode-extension"></a> ### VSCode extension Add [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide) extension to your VSCode and run `AWS boto3: Quick Start` command. Click `Auto-discover services` and select services you use in the current project. <a id="from-pypi-with-pip"></a> ### From PyPI with pip Install `boto3-stubs` to add type annotations for `boto3` package. ```bash # install type annotations only for boto3 python -m pip install boto3-stubs # install boto3 type annotations # for ec2, s3, rds, lambda, sqs, dynamo and cloudformation python -m pip install 'boto3-stubs[essential]' # or install annotations for services you use python -m pip install 'boto3-stubs[acm,apigateway]' # or install annotations in sync with boto3 version python -m pip install 'boto3-stubs[boto3]' # 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[essential]' ``` <a id="from-conda-forge"></a> ### From conda-forge Add `conda-forge` to your channels with: ```bash conda config --add channels conda-forge conda config --set channel_priority strict ``` Once the `conda-forge` channel has been enabled, `boto3-stubs` and `boto3-stubs-essential` can be installed with: ```bash conda install boto3-stubs boto3-stubs-essential ``` It is possible to list all of the versions of `boto3-stubs` available on your platform with: ```bash conda search boto3-stubs --channel conda-forge ``` <a id="how-to-uninstall"></a> ## How to uninstall ```bash # uninstall boto3-stubs python -m pip uninstall -y boto3-stubs ``` <a id="usage"></a> ## Usage <a id="vscode"></a> ### VSCode - Install [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Install [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) - Set `Pylance` as your Python Language Server - Install `boto3-stubs[essential]` in your environment: ```bash python -m pip install 'boto3-stubs[essential]' ``` Both type checking and code completion should now work. No explicit type annotations required, write your `boto3` code as usual. <a id="pycharm"></a> ### PyCharm Install `boto3-stubs-lite[essential]` in your environment: ```bash python -m pip install 'boto3-stubs-lite[essential]'` ``` Both type checking and code completion should now work. Explicit type annotations **are required**. Use `boto3-stubs` package instead for implicit type discovery. <a id="emacs"></a> ### Emacs - Install `boto3-stubs` with services you use in your environment: ```bash python -m pip install 'boto3-stubs[essential]' ``` - Install [use-package](https://github.com/jwiegley/use-package), [lsp](https://github.com/emacs-lsp/lsp-mode/), [company](https://github.com/company-mode/company-mode) and [flycheck](https://github.com/flycheck/flycheck) packages - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package ```elisp (use-package lsp-pyright :ensure t :hook (python-mode . (lambda () (require 'lsp-pyright) (lsp))) ; or lsp-deferred :init (when (executable-find "python3") (setq lsp-pyright-python-executable-cmd "python3")) ) ``` - Make sure emacs uses the environment where you have installed `boto3-stubs` Type checking should now work. No explicit type annotations required, write your `boto3` code as usual. <a id="sublime-text"></a> ### Sublime Text - Install `boto3-stubs[essential]` with services you use in your environment: ```bash python -m pip install 'boto3-stubs[essential]' ``` - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package Type checking should now work. No explicit type annotations required, write your `boto3` code as usual. <a id="other-ides"></a> ### Other IDEs Not tested, but as long as your IDE supports `mypy` or `pyright`, everything should work. <a id="mypy"></a> ### mypy - Install `mypy`: `python -m pip install mypy` - Install `boto3-stubs[essential]` in your environment: ```bash python -m pip install 'boto3-stubs[essential]'` ``` Type checking should now work. No explicit type annotations required, write your `boto3` code as usual. <a id="pyright"></a> ### pyright - Install `pyright`: `npm i -g pyright` - Install `boto3-stubs[essential]` in your environment: ```bash python -m pip install 'boto3-stubs[essential]' ``` Optionally, you can install `boto3-stubs` to `typings` folder. Type checking should now work. No explicit type annotations required, write your `boto3` code as usual. <a id="explicit-type-annotations"></a> ### Explicit type annotations To speed up type checking and code completion, you can set types explicitly. ```python import boto3 from boto3.session import Session from mypy_boto3_ec2.client import EC2Client from mypy_boto3_ec2.service_resource import EC2ServiceResource from mypy_boto3_ec2.waiter import BundleTaskCompleteWaiter from mypy_boto3_ec2.paginator import DescribeVolumesPaginator session = Session(region_name="us-west-1") ec2_client: EC2Client = boto3.client("ec2", region_name="us-west-1") ec2_resource: EC2ServiceResource = session.resource("ec2") bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter( "bundle_task_complete" ) describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes") ``` <a id="pylint-compatibility"></a> ### Pylint compatibility It is totally safe to use `TYPE_CHECKING` flag in order to avoid `boto3-stubs` dependency in production. However, there is an issue in `pylint` that it complains about undefined variables. To fix it, set all types to `object` in non-`TYPE_CHECKING` mode. ```python import boto3 from typing import TYPE_CHECKING if TYPE_CHECKING: from mypy_boto3_ec2 import EC2Client, EC2ServiceResource from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter from mypy_boto3_ec2.paginators import DescribeVolumesPaginator else: EC2Client = object EC2ServiceResource = object BundleTaskCompleteWaiter = object DescribeVolumesPaginator = object ... ``` <a id="how-it-works"></a> ## How it works Fully automated [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully generates type annotations for each service, patiently waiting for `boto3` updates. It delivers drop-in type annotations for you and makes sure that: - All available `boto3` services are covered. - Each public class and method of every `boto3` service gets valid type annotations extracted from `botocore` schemas. - Type annotations include up-to-date documentation. - Link to documentation is provided for every method. - Code is processed by [black](https://github.com/psf/black) and [isort](https://github.com/PyCQA/isort) for readability. <a id="what's-new"></a> ## What's new <a id="implemented-features"></a> ### Implemented features - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3` libraries - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs` compatibility - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type annotations for each service - Generated `TypeDefs` for each service - Generated `Literals` for each service - Auto discovery of types for `boto3.client` and `boto3.resource` calls - Auto discovery of types for `session.client` and `session.resource` calls - Auto discovery of types for `client.get_waiter` and `client.get_paginator` calls - Auto discovery of types for `ServiceResource` and `Resource` collections - Auto discovery of types for `aiobotocore.Session.create_client` calls <a id="latest-changes"></a> ### Latest changes Builder changelog can be found in [Releases](https://github.com/youtype/mypy_boto3_builder/releases). <a id="versioning"></a> ## Versioning `boto3-stubs` version is the same as related `boto3` version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format. <a id="thank-you"></a> ## Thank you - [Allie Fitter](https://github.com/alliefitter) for [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/), this package is based on top of his work - [black](https://github.com/psf/black) developers for an awesome formatting tool - [Timothy Edmund Crosley](https://github.com/timothycrosley) for [isort](https://github.com/PyCQA/isort) and how flexible it is - [mypy](https://github.com/python/mypy) developers for doing all dirty work for us - [pyright](https://github.com/microsoft/pyright) team for the new era of typed Python <a id="documentation"></a> ## Documentation All services type annotations can be found in [boto3 docs](https://youtype.github.io/boto3_stubs_docs/) <a id="support-and-contributing"></a> ## Support and contributing This package is auto-generated. Please reports any bugs or request new features in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/) repository. <a id="submodules"></a> ## Submodules - `boto3-stubs[all]` - Type annotations for all 344 services. - `boto3-stubs[essential]` - Type annotations for [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/), [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/), [EC2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ec2/), [Lambda](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lambda/), [RDS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rds/), [S3](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3/) and [SQS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/) services. - `boto3-stubs[boto3]` - Install annotations in sync with `boto3` version. - `boto3-stubs[accessanalyzer]` - Type annotations for [AccessAnalyzer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_accessanalyzer/) service. - `boto3-stubs[account]` - Type annotations for [Account](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_account/) service. - `boto3-stubs[acm]` - Type annotations for [ACM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm/) service. - `boto3-stubs[acm-pca]` - Type annotations for [ACMPCA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm_pca/) service. - `boto3-stubs[alexaforbusiness]` - Type annotations for [AlexaForBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_alexaforbusiness/) service. - `boto3-stubs[amp]` - Type annotations for [PrometheusService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amp/) service. - `boto3-stubs[amplify]` - Type annotations for [Amplify](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amplify/) service. - `boto3-stubs[amplifybackend]` - Type annotations for [AmplifyBackend](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amplifybackend/) service. - `boto3-stubs[amplifyuibuilder]` - Type annotations for [AmplifyUIBuilder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amplifyuibuilder/) service. - `boto3-stubs[apigateway]` - Type annotations for [APIGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apigateway/) service. - `boto3-stubs[apigatewaymanagementapi]` - Type annotations for [ApiGatewayManagementApi](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apigatewaymanagementapi/) service. - `boto3-stubs[apigatewayv2]` - Type annotations for [ApiGatewayV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apigatewayv2/) service. - `boto3-stubs[appconfig]` - Type annotations for [AppConfig](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appconfig/) service. - `boto3-stubs[appconfigdata]` - Type annotations for [AppConfigData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appconfigdata/) service. - `boto3-stubs[appflow]` - Type annotations for [Appflow](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appflow/) service. - `boto3-stubs[appintegrations]` - Type annotations for [AppIntegrationsService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appintegrations/) service. - `boto3-stubs[application-autoscaling]` - Type annotations for [ApplicationAutoScaling](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_autoscaling/) service. - `boto3-stubs[application-insights]` - Type annotations for [ApplicationInsights](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_insights/) service. - `boto3-stubs[applicationcostprofiler]` - Type annotations for [ApplicationCostProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_applicationcostprofiler/) service. - `boto3-stubs[appmesh]` - Type annotations for [AppMesh](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appmesh/) service. - `boto3-stubs[apprunner]` - Type annotations for [AppRunner](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apprunner/) service. - `boto3-stubs[appstream]` - Type annotations for [AppStream](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appstream/) service. - `boto3-stubs[appsync]` - Type annotations for [AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/) service. - `boto3-stubs[arc-zonal-shift]` - Type annotations for [ARCZonalShift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_zonal_shift/) service. - `boto3-stubs[athena]` - Type annotations for [Athena](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena/) service. - `boto3-stubs[auditmanager]` - Type annotations for [AuditManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_auditmanager/) service. - `boto3-stubs[autoscaling]` - Type annotations for [AutoScaling](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_autoscaling/) service. - `boto3-stubs[autoscaling-plans]` - Type annotations for [AutoScalingPlans](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_autoscaling_plans/) service. - `boto3-stubs[backup]` - Type annotations for [Backup](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup/) service. - `boto3-stubs[backup-gateway]` - Type annotations for [BackupGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup_gateway/) service. - `boto3-stubs[backupstorage]` - Type annotations for [BackupStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupstorage/) service. - `boto3-stubs[batch]` - Type annotations for [Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/) service. - `boto3-stubs[billingconductor]` - Type annotations for [BillingConductor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billingconductor/) service. - `boto3-stubs[braket]` - Type annotations for [Braket](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_braket/) service. - `boto3-stubs[budgets]` - Type annotations for [Budgets](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_budgets/) service. - `boto3-stubs[ce]` - Type annotations for [CostExplorer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ce/) service. - `boto3-stubs[chime]` - Type annotations for [Chime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime/) service. - `boto3-stubs[chime-sdk-identity]` - Type annotations for [ChimeSDKIdentity](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_identity/) service. - `boto3-stubs[chime-sdk-media-pipelines]` - Type annotations for [ChimeSDKMediaPipelines](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_media_pipelines/) service. - `boto3-stubs[chime-sdk-meetings]` - Type annotations for [ChimeSDKMeetings](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_meetings/) service. - `boto3-stubs[chime-sdk-messaging]` - Type annotations for [ChimeSDKMessaging](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_messaging/) service. - `boto3-stubs[chime-sdk-voice]` - Type annotations for [ChimeSDKVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_voice/) service. - `boto3-stubs[cleanrooms]` - Type annotations for [CleanRoomsService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cleanrooms/) service. - `boto3-stubs[cloud9]` - Type annotations for [Cloud9](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloud9/) service. - `boto3-stubs[cloudcontrol]` - Type annotations for [CloudControlApi](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudcontrol/) service. - `boto3-stubs[clouddirectory]` - Type annotations for [CloudDirectory](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_clouddirectory/) service. - `boto3-stubs[cloudformation]` - Type annotations for [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/) service. - `boto3-stubs[cloudfront]` - Type annotations for [CloudFront](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudfront/) service. - `boto3-stubs[cloudhsm]` - Type annotations for [CloudHSM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudhsm/) service. - `boto3-stubs[cloudhsmv2]` - Type annotations for [CloudHSMV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudhsmv2/) service. - `boto3-stubs[cloudsearch]` - Type annotations for [CloudSearch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudsearch/) service. - `boto3-stubs[cloudsearchdomain]` - Type annotations for [CloudSearchDomain](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudsearchdomain/) service. - `boto3-stubs[cloudtrail]` - Type annotations for [CloudTrail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudtrail/) service. - `boto3-stubs[cloudtrail-data]` - Type annotations for [CloudTrailDataService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudtrail_data/) service. - `boto3-stubs[cloudwatch]` - Type annotations for [CloudWatch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudwatch/) service. - `boto3-stubs[codeartifact]` - Type annotations for [CodeArtifact](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeartifact/) service. - `boto3-stubs[codebuild]` - Type annotations for [CodeBuild](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codebuild/) service. - `boto3-stubs[codecatalyst]` - Type annotations for [CodeCatalyst](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecatalyst/) service. - `boto3-stubs[codecommit]` - Type annotations for [CodeCommit](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecommit/) service. - `boto3-stubs[codedeploy]` - Type annotations for [CodeDeploy](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codedeploy/) service. - `boto3-stubs[codeguru-reviewer]` - Type annotations for [CodeGuruReviewer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeguru_reviewer/) service. - `boto3-stubs[codeguruprofiler]` - Type annotations for [CodeGuruProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeguruprofiler/) service. - `boto3-stubs[codepipeline]` - Type annotations for [CodePipeline](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codepipeline/) service. - `boto3-stubs[codestar]` - Type annotations for [CodeStar](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar/) service. - `boto3-stubs[codestar-connections]` - Type annotations for [CodeStarconnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar_connections/) service. - `boto3-stubs[codestar-notifications]` - Type annotations for [CodeStarNotifications](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar_notifications/) service. - `boto3-stubs[cognito-identity]` - Type annotations for [CognitoIdentity](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cognito_identity/) service. - `boto3-stubs[cognito-idp]` - Type annotations for [CognitoIdentityProvider](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cognito_idp/) service. - `boto3-stubs[cognito-sync]` - Type annotations for [CognitoSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cognito_sync/) service. - `boto3-stubs[comprehend]` - Type annotations for [Comprehend](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_comprehend/) service. - `boto3-stubs[comprehendmedical]` - Type annotations for [ComprehendMedical](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_comprehendmedical/) service. - `boto3-stubs[compute-optimizer]` - Type annotations for [ComputeOptimizer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_compute_optimizer/) service. - `boto3-stubs[config]` - Type annotations for [ConfigService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_config/) service. - `boto3-stubs[connect]` - Type annotations for [Connect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connect/) service. - `boto3-stubs[connect-contact-lens]` - Type annotations for [ConnectContactLens](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connect_contact_lens/) service. - `boto3-stubs[connectcampaigns]` - Type annotations for [ConnectCampaignService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaigns/) service. - `boto3-stubs[connectcases]` - Type annotations for [ConnectCases](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/) service. - `boto3-stubs[connectparticipant]` - Type annotations for [ConnectParticipant](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectparticipant/) service. - `boto3-stubs[controltower]` - Type annotations for [ControlTower](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_controltower/) service. - `boto3-stubs[cur]` - Type annotations for [CostandUsageReportService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cur/) service. - `boto3-stubs[customer-profiles]` - Type annotations for [CustomerProfiles](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_customer_profiles/) service. - `boto3-stubs[databrew]` - Type annotations for [GlueDataBrew](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_databrew/) service. - `boto3-stubs[dataexchange]` - Type annotations for [DataExchange](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dataexchange/) service. - `boto3-stubs[datapipeline]` - Type annotations for [DataPipeline](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_datapipeline/) service. - `boto3-stubs[datasync]` - Type annotations for [DataSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_datasync/) service. - `boto3-stubs[dax]` - Type annotations for [DAX](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dax/) service. - `boto3-stubs[detective]` - Type annotations for [Detective](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_detective/) service. - `boto3-stubs[devicefarm]` - Type annotations for [DeviceFarm](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_devicefarm/) service. - `boto3-stubs[devops-guru]` - Type annotations for [DevOpsGuru](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_devops_guru/) service. - `boto3-stubs[directconnect]` - Type annotations for [DirectConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_directconnect/) service. - `boto3-stubs[discovery]` - Type annotations for [ApplicationDiscoveryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_discovery/) service. - `boto3-stubs[dlm]` - Type annotations for [DLM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dlm/) service. - `boto3-stubs[dms]` - Type annotations for [DatabaseMigrationService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dms/) service. - `boto3-stubs[docdb]` - Type annotations for [DocDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_docdb/) service. - `boto3-stubs[docdb-elastic]` - Type annotations for [DocDBElastic](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_docdb_elastic/) service. - `boto3-stubs[drs]` - Type annotations for [drs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_drs/) service. - `boto3-stubs[ds]` - Type annotations for [DirectoryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds/) service. - `boto3-stubs[dynamodb]` - Type annotations for [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/) service. - `boto3-stubs[dynamodbstreams]` - Type annotations for [DynamoDBStreams](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodbstreams/) service. - `boto3-stubs[ebs]` - Type annotations for [EBS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ebs/) service. - `boto3-stubs[ec2]` - Type annotations for [EC2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ec2/) service. - `boto3-stubs[ec2-instance-connect]` - Type annotations for [EC2InstanceConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ec2_instance_connect/) service. - `boto3-stubs[ecr]` - Type annotations for [ECR](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ecr/) service. - `boto3-stubs[ecr-public]` - Type annotations for [ECRPublic](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ecr_public/) service. - `boto3-stubs[ecs]` - Type annotations for [ECS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ecs/) service. - `boto3-stubs[efs]` - Type annotations for [EFS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_efs/) service. - `boto3-stubs[eks]` - Type annotations for [EKS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/) service. - `boto3-stubs[elastic-inference]` - Type annotations for [ElasticInference](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elastic_inference/) service. - `boto3-stubs[elasticache]` - Type annotations for [ElastiCache](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elasticache/) service. - `boto3-stubs[elasticbeanstalk]` - Type annotations for [ElasticBeanstalk](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elasticbeanstalk/) service. - `boto3-stubs[elastictranscoder]` - Type annotations for [ElasticTranscoder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elastictranscoder/) service. - `boto3-stubs[elb]` - Type annotations for [ElasticLoadBalancing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elb/) service. - `boto3-stubs[elbv2]` - Type annotations for [ElasticLoadBalancingv2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elbv2/) service. - `boto3-stubs[emr]` - Type annotations for [EMR](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_emr/) service. - `boto3-stubs[emr-containers]` - Type annotations for [EMRContainers](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_emr_containers/) service. - `boto3-stubs[emr-serverless]` - Type annotations for [EMRServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_emr_serverless/) service. - `boto3-stubs[es]` - Type annotations for [ElasticsearchService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_es/) service. - `boto3-stubs[events]` - Type annotations for [EventBridge](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_events/) service. - `boto3-stubs[evidently]` - Type annotations for [CloudWatchEvidently](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_evidently/) service. - `boto3-stubs[finspace]` - Type annotations for [finspace](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace/) service. - `boto3-stubs[finspace-data]` - Type annotations for [FinSpaceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace_data/) service. - `boto3-stubs[firehose]` - Type annotations for [Firehose](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_firehose/) service. - `boto3-stubs[fis]` - Type annotations for [FIS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_fis/) service. - `boto3-stubs[fms]` - Type annotations for [FMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_fms/) service. - `boto3-stubs[forecast]` - Type annotations for [ForecastService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_forecast/) service. - `boto3-stubs[forecastquery]` - Type annotations for [ForecastQueryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_forecastquery/) service. - `boto3-stubs[frauddetector]` - Type annotations for [FraudDetector](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_frauddetector/) service. - `boto3-stubs[fsx]` - Type annotations for [FSx](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_fsx/) service. - `boto3-stubs[gamelift]` - Type annotations for [GameLift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamelift/) service. - `boto3-stubs[gamesparks]` - Type annotations for [GameSparks](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamesparks/) service. - `boto3-stubs[glacier]` - Type annotations for [Glacier](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_glacier/) service. - `boto3-stubs[globalaccelerator]` - Type annotations for [GlobalAccelerator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_globalaccelerator/) service. - `boto3-stubs[glue]` - Type annotations for [Glue](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_glue/) service. - `boto3-stubs[grafana]` - Type annotations for [ManagedGrafana](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_grafana/) service. - `boto3-stubs[greengrass]` - Type annotations for [Greengrass](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_greengrass/) service. - `boto3-stubs[greengrassv2]` - Type annotations for [GreengrassV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_greengrassv2/) service. - `boto3-stubs[groundstation]` - Type annotations for [GroundStation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_groundstation/) service. - `boto3-stubs[guardduty]` - Type annotations for [GuardDuty](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_guardduty/) service. - `boto3-stubs[health]` - Type annotations for [Health](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_health/) service. - `boto3-stubs[healthlake]` - Type annotations for [HealthLake](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_healthlake/) service. - `boto3-stubs[honeycode]` - Type annotations for [Honeycode](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_honeycode/) service. - `boto3-stubs[iam]` - Type annotations for [IAM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iam/) service. - `boto3-stubs[identitystore]` - Type annotations for [IdentityStore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_identitystore/) service. - `boto3-stubs[imagebuilder]` - Type annotations for [imagebuilder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_imagebuilder/) service. - `boto3-stubs[importexport]` - Type annotations for [ImportExport](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_importexport/) service. - `boto3-stubs[inspector]` - Type annotations for [Inspector](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_inspector/) service. - `boto3-stubs[inspector2]` - Type annotations for [Inspector2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_inspector2/) service. - `boto3-stubs[internetmonitor]` - Type annotations for [CloudWatchInternetMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_internetmonitor/) service. - `boto3-stubs[iot]` - Type annotations for [IoT](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot/) service. - `boto3-stubs[iot-data]` - Type annotations for [IoTDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_data/) service. - `boto3-stubs[iot-jobs-data]` - Type annotations for [IoTJobsDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_jobs_data/) service. - `boto3-stubs[iot-roborunner]` - Type annotations for [IoTRoboRunner](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_roborunner/) service. - `boto3-stubs[iot1click-devices]` - Type annotations for [IoT1ClickDevicesService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_devices/) service. - `boto3-stubs[iot1click-projects]` - Type annotations for [IoT1ClickProjects](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_projects/) service. - `boto3-stubs[iotanalytics]` - Type annotations for [IoTAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotanalytics/) service. - `boto3-stubs[iotdeviceadvisor]` - Type annotations for [IoTDeviceAdvisor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotdeviceadvisor/) service. - `boto3-stubs[iotevents]` - Type annotations for [IoTEvents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotevents/) service. - `boto3-stubs[iotevents-data]` - Type annotations for [IoTEventsData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotevents_data/) service. - `boto3-stubs[iotfleethub]` - Type annotations for [IoTFleetHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotfleethub/) service. - `boto3-stubs[iotfleetwise]` - Type annotations for [IoTFleetWise](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotfleetwise/) service. - `boto3-stubs[iotsecuretunneling]` - Type annotations for [IoTSecureTunneling](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotsecuretunneling/) service. - `boto3-stubs[iotsitewise]` - Type annotations for [IoTSiteWise](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotsitewise/) service. - `boto3-stubs[iotthingsgraph]` - Type annotations for [IoTThingsGraph](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotthingsgraph/) service. - `boto3-stubs[iottwinmaker]` - Type annotations for [IoTTwinMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iottwinmaker/) service. - `boto3-stubs[iotwireless]` - Type annotations for [IoTWireless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotwireless/) service. - `boto3-stubs[ivs]` - Type annotations for [IVS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivs/) service. - `boto3-stubs[ivs-realtime]` - Type annotations for [ivsrealtime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivs_realtime/) service. - `boto3-stubs[ivschat]` - Type annotations for [ivschat](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivschat/) service. - `boto3-stubs[kafka]` - Type annotations for [Kafka](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kafka/) service. - `boto3-stubs[kafkaconnect]` - Type annotations for [KafkaConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kafkaconnect/) service. - `boto3-stubs[kendra]` - Type annotations for [kendra](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kendra/) service. - `boto3-stubs[kendra-ranking]` - Type annotations for [KendraRanking](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kendra_ranking/) service. - `boto3-stubs[keyspaces]` - Type annotations for [Keyspaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_keyspaces/) service. - `boto3-stubs[kinesis]` - Type annotations for [Kinesis](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/) service. - `boto3-stubs[kinesis-video-archived-media]` - Type annotations for [KinesisVideoArchivedMedia](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis_video_archived_media/) service. - `boto3-stubs[kinesis-video-media]` - Type annotations for [KinesisVideoMedia](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis_video_media/) service. - `boto3-stubs[kinesis-video-signaling]` - Type annotations for [KinesisVideoSignalingChannels](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis_video_signaling/) service. - `boto3-stubs[kinesis-video-webrtc-storage]` - Type annotations for [KinesisVideoWebRTCStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis_video_webrtc_storage/) service. - `boto3-stubs[kinesisanalytics]` - Type annotations for [KinesisAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesisanalytics/) service. - `boto3-stubs[kinesisanalyticsv2]` - Type annotations for [KinesisAnalyticsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesisanalyticsv2/) service. - `boto3-stubs[kinesisvideo]` - Type annotations for [KinesisVideo](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesisvideo/) service. - `boto3-stubs[kms]` - Type annotations for [KMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kms/) service. - `boto3-stubs[lakeformation]` - Type annotations for [LakeFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lakeformation/) service. - `boto3-stubs[lambda]` - Type annotations for [Lambda](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lambda/) service. - `boto3-stubs[lex-models]` - Type annotations for [LexModelBuildingService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lex_models/) service. - `boto3-stubs[lex-runtime]` - Type annotations for [LexRuntimeService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lex_runtime/) service. - `boto3-stubs[lexv2-models]` - Type annotations for [LexModelsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lexv2_models/) service. - `boto3-stubs[lexv2-runtime]` - Type annotations for [LexRuntimeV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lexv2_runtime/) service. - `boto3-stubs[license-manager]` - Type annotations for [LicenseManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_license_manager/) service. - `boto3-stubs[license-manager-linux-subscriptions]` - Type annotations for [LicenseManagerLinuxSubscriptions](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_license_manager_linux_subscriptions/) service. - `boto3-stubs[license-manager-user-subscriptions]` - Type annotations for [LicenseManagerUserSubscriptions](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_license_manager_user_subscriptions/) service. - `boto3-stubs[lightsail]` - Type annotations for [Lightsail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lightsail/) service. - `boto3-stubs[location]` - Type annotations for [LocationService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_location/) service. - `boto3-stubs[logs]` - Type annotations for [CloudWatchLogs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_logs/) service. - `boto3-stubs[lookoutequipment]` - Type annotations for [LookoutEquipment](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutequipment/) service. - `boto3-stubs[lookoutmetrics]` - Type annotations for [LookoutMetrics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutmetrics/) service. - `boto3-stubs[lookoutvision]` - Type annotations for [LookoutforVision](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutvision/) service. - `boto3-stubs[m2]` - Type annotations for [MainframeModernization](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_m2/) service. - `boto3-stubs[machinelearning]` - Type annotations for [MachineLearning](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_machinelearning/) service. - `boto3-stubs[macie]` - Type annotations for [Macie](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_macie/) service. - `boto3-stubs[macie2]` - Type annotations for [Macie2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_macie2/) service. - `boto3-stubs[managedblockchain]` - Type annotations for [ManagedBlockchain](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_managedblockchain/) service. - `boto3-stubs[marketplace-catalog]` - Type annotations for [MarketplaceCatalog](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_catalog/) service. - `boto3-stubs[marketplace-entitlement]` - Type annotations for [MarketplaceEntitlementService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_entitlement/) service. - `boto3-stubs[marketplacecommerceanalytics]` - Type annotations for [MarketplaceCommerceAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplacecommerceanalytics/) service. - `boto3-stubs[mediaconnect]` - Type annotations for [MediaConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediaconnect/) service. - `boto3-stubs[mediaconvert]` - Type annotations for [MediaConvert](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediaconvert/) service. - `boto3-stubs[medialive]` - Type annotations for [MediaLive](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/) service. - `boto3-stubs[mediapackage]` - Type annotations for [MediaPackage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediapackage/) service. - `boto3-stubs[mediapackage-vod]` - Type annotations for [MediaPackageVod](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediapackage_vod/) service. - `boto3-stubs[mediastore]` - Type annotations for [MediaStore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediastore/) service. - `boto3-stubs[mediastore-data]` - Type annotations for [MediaStoreData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediastore_data/) service. - `boto3-stubs[mediatailor]` - Type annotations for [MediaTailor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediatailor/) service. - `boto3-stubs[memorydb]` - Type annotations for [MemoryDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_memorydb/) service. - `boto3-stubs[meteringmarketplace]` - Type annotations for [MarketplaceMetering](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_meteringmarketplace/) service. - `boto3-stubs[mgh]` - Type annotations for [MigrationHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mgh/) service. - `boto3-stubs[mgn]` - Type annotations for [mgn](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mgn/) service. - `boto3-stubs[migration-hub-refactor-spaces]` - Type annotations for [MigrationHubRefactorSpaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migration_hub_refactor_spaces/) service. - `boto3-stubs[migrationhub-config]` - Type annotations for [MigrationHubConfig](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhub_config/) service. - `boto3-stubs[migrationhuborchestrator]` - Type annotations for [MigrationHubOrchestrator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhuborchestrator/) service. - `boto3-stubs[migrationhubstrategy]` - Type annotations for [MigrationHubStrategyRecommendations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhubstrategy/) service. - `boto3-stubs[mobile]` - Type annotations for [Mobile](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mobile/) service. - `boto3-stubs[mq]` - Type annotations for [MQ](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mq/) service. - `boto3-stubs[mturk]` - Type annotations for [MTurk](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mturk/) service. - `boto3-stubs[mwaa]` - Type annotations for [MWAA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mwaa/) service. - `boto3-stubs[neptune]` - Type annotations for [Neptune](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_neptune/) service. - `boto3-stubs[network-firewall]` - Type annotations for [NetworkFirewall](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_network_firewall/) service. - `boto3-stubs[networkmanager]` - Type annotations for [NetworkManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmanager/) service. - `boto3-stubs[nimble]` - Type annotations for [NimbleStudio](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_nimble/) service. - `boto3-stubs[oam]` - Type annotations for [CloudWatchObservabilityAccessManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_oam/) service. - `boto3-stubs[omics]` - Type annotations for [Omics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_omics/) service. - `boto3-stubs[opensearch]` - Type annotations for [OpenSearchService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opensearch/) service. - `boto3-stubs[opensearchserverless]` - Type annotations for [OpenSearchServiceServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opensearchserverless/) service. - `boto3-stubs[opsworks]` - Type annotations for [OpsWorks](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opsworks/) service. - `boto3-stubs[opsworkscm]` - Type annotations for [OpsWorksCM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opsworkscm/) service. - `boto3-stubs[organizations]` - Type annotations for [Organizations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/) service. - `boto3-stubs[osis]` - Type annotations for [OpenSearchIngestion](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_osis/) service. - `boto3-stubs[outposts]` - Type annotations for [Outposts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_outposts/) service. - `boto3-stubs[panorama]` - Type annotations for [Panorama](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_panorama/) service. - `boto3-stubs[personalize]` - Type annotations for [Personalize](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize/) service. - `boto3-stubs[personalize-events]` - Type annotations for [PersonalizeEvents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize_events/) service. - `boto3-stubs[personalize-runtime]` - Type annotations for [PersonalizeRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize_runtime/) service. - `boto3-stubs[pi]` - Type annotations for [PI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pi/) service. - `boto3-stubs[pinpoint]` - Type annotations for [Pinpoint](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pinpoint/) service. - `boto3-stubs[pinpoint-email]` - Type annotations for [PinpointEmail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pinpoint_email/) service. - `boto3-stubs[pinpoint-sms-voice]` - Type annotations for [PinpointSMSVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pinpoint_sms_voice/) service. - `boto3-stubs[pinpoint-sms-voice-v2]` - Type annotations for [PinpointSMSVoiceV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pinpoint_sms_voice_v2/) service. - `boto3-stubs[pipes]` - Type annotations for [EventBridgePipes](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pipes/) service. - `boto3-stubs[polly]` - Type annotations for [Polly](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_polly/) service. - `boto3-stubs[pricing]` - Type annotations for [Pricing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pricing/) service. - `boto3-stubs[privatenetworks]` - Type annotations for [Private5G](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_privatenetworks/) service. - `boto3-stubs[proton]` - Type annotations for [Proton](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_proton/) service. - `boto3-stubs[qldb]` - Type annotations for [QLDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qldb/) service. - `boto3-stubs[qldb-session]` - Type annotations for [QLDBSession](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qldb_session/) service. - `boto3-stubs[quicksight]` - Type annotations for [QuickSight](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_quicksight/) service. - `boto3-stubs[ram]` - Type annotations for [RAM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ram/) service. - `boto3-stubs[rbin]` - Type annotations for [RecycleBin](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rbin/) service. - `boto3-stubs[rds]` - Type annotations for [RDS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rds/) service. - `boto3-stubs[rds-data]` - Type annotations for [RDSDataService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rds_data/) service. - `boto3-stubs[redshift]` - Type annotations for [Redshift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/) service. - `boto3-stubs[redshift-data]` - Type annotations for [RedshiftDataAPIService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift_data/) service. - `boto3-stubs[redshift-serverless]` - Type annotations for [RedshiftServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift_serverless/) service. - `boto3-stubs[rekognition]` - Type annotations for [Rekognition](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rekognition/) service. - `boto3-stubs[resiliencehub]` - Type annotations for [ResilienceHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resiliencehub/) service. - `boto3-stubs[resource-explorer-2]` - Type annotations for [ResourceExplorer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resource_explorer_2/) service. - `boto3-stubs[resource-groups]` - Type annotations for [ResourceGroups](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resource_groups/) service. - `boto3-stubs[resourcegroupstaggingapi]` - Type annotations for [ResourceGroupsTaggingAPI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resourcegroupstaggingapi/) service. - `boto3-stubs[robomaker]` - Type annotations for [RoboMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_robomaker/) service. - `boto3-stubs[rolesanywhere]` - Type annotations for [IAMRolesAnywhere](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rolesanywhere/) service. - `boto3-stubs[route53]` - Type annotations for [Route53](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53/) service. - `boto3-stubs[route53-recovery-cluster]` - Type annotations for [Route53RecoveryCluster](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53_recovery_cluster/) service. - `boto3-stubs[route53-recovery-control-config]` - Type annotations for [Route53RecoveryControlConfig](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53_recovery_control_config/) service. - `boto3-stubs[route53-recovery-readiness]` - Type annotations for [Route53RecoveryReadiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53_recovery_readiness/) service. - `boto3-stubs[route53domains]` - Type annotations for [Route53Domains](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53domains/) service. - `boto3-stubs[route53resolver]` - Type annotations for [Route53Resolver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53resolver/) service. - `boto3-stubs[rum]` - Type annotations for [CloudWatchRUM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rum/) service. - `boto3-stubs[s3]` - Type annotations for [S3](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3/) service. - `boto3-stubs[s3control]` - Type annotations for [S3Control](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3control/) service. - `boto3-stubs[s3outposts]` - Type annotations for [S3Outposts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3outposts/) service. - `boto3-stubs[sagemaker]` - Type annotations for [SageMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/) service. - `boto3-stubs[sagemaker-a2i-runtime]` - Type annotations for [AugmentedAIRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_a2i_runtime/) service. - `boto3-stubs[sagemaker-edge]` - Type annotations for [SagemakerEdgeManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_edge/) service. - `boto3-stubs[sagemaker-featurestore-runtime]` - Type annotations for [SageMakerFeatureStoreRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_featurestore_runtime/) service. - `boto3-stubs[sagemaker-geospatial]` - Type annotations for [SageMakergeospatialcapabilities](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_geospatial/) service. - `boto3-stubs[sagemaker-metrics]` - Type annotations for [SageMakerMetrics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_metrics/) service. - `boto3-stubs[sagemaker-runtime]` - Type annotations for [SageMakerRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_runtime/) service. - `boto3-stubs[savingsplans]` - Type annotations for [SavingsPlans](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_savingsplans/) service. - `boto3-stubs[scheduler]` - Type annotations for [EventBridgeScheduler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_scheduler/) service. - `boto3-stubs[schemas]` - Type annotations for [Schemas](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_schemas/) service. - `boto3-stubs[sdb]` - Type annotations for [SimpleDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sdb/) service. - `boto3-stubs[secretsmanager]` - Type annotations for [SecretsManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_secretsmanager/) service. - `boto3-stubs[securityhub]` - Type annotations for [SecurityHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_securityhub/) service. - `boto3-stubs[securitylake]` - Type annotations for [SecurityLake](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_securitylake/) service. - `boto3-stubs[serverlessrepo]` - Type annotations for [ServerlessApplicationRepository](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_serverlessrepo/) service. - `boto3-stubs[service-quotas]` - Type annotations for [ServiceQuotas](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_service_quotas/) service. - `boto3-stubs[servicecatalog]` - Type annotations for [ServiceCatalog](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_servicecatalog/) service. - `boto3-stubs[servicecatalog-appregistry]` - Type annotations for [AppRegistry](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_servicecatalog_appregistry/) service. - `boto3-stubs[servicediscovery]` - Type annotations for [ServiceDiscovery](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_servicediscovery/) service. - `boto3-stubs[ses]` - Type annotations for [SES](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ses/) service. - `boto3-stubs[sesv2]` - Type annotations for [SESV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sesv2/) service. - `boto3-stubs[shield]` - Type annotations for [Shield](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_shield/) service. - `boto3-stubs[signer]` - Type annotations for [signer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_signer/) service. - `boto3-stubs[simspaceweaver]` - Type annotations for [SimSpaceWeaver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_simspaceweaver/) service. - `boto3-stubs[sms]` - Type annotations for [SMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms/) service. - `boto3-stubs[sms-voice]` - Type annotations for [PinpointSMSVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms_voice/) service. - `boto3-stubs[snow-device-management]` - Type annotations for [SnowDeviceManagement](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snow_device_management/) service. - `boto3-stubs[snowball]` - Type annotations for [Snowball](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snowball/) service. - `boto3-stubs[sns]` - Type annotations for [SNS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sns/) service. - `boto3-stubs[sqs]` - Type annotations for [SQS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/) service. - `boto3-stubs[ssm]` - Type annotations for [SSM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm/) service. - `boto3-stubs[ssm-contacts]` - Type annotations for [SSMContacts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_contacts/) service. - `boto3-stubs[ssm-incidents]` - Type annotations for [SSMIncidents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_incidents/) service. - `boto3-stubs[ssm-sap]` - Type annotations for [SsmSap](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_sap/) service. - `boto3-stubs[sso]` - Type annotations for [SSO](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso/) service. - `boto3-stubs[sso-admin]` - Type annotations for [SSOAdmin](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/) service. - `boto3-stubs[sso-oidc]` - Type annotations for [SSOOIDC](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_oidc/) service. - `boto3-stubs[stepfunctions]` - Type annotations for [SFN](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_stepfunctions/) service. - `boto3-stubs[storagegateway]` - Type annotations for [StorageGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_storagegateway/) service. - `boto3-stubs[sts]` - Type annotations for [STS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sts/) service. - `boto3-stubs[support]` - Type annotations for [Support](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_support/) service. - `boto3-stubs[support-app]` - Type annotations for [SupportApp](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_support_app/) service. - `boto3-stubs[swf]` - Type annotations for [SWF](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_swf/) service. - `boto3-stubs[synthetics]` - Type annotations for [Synthetics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_synthetics/) service. - `boto3-stubs[textract]` - Type annotations for [Textract](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_textract/) service. - `boto3-stubs[timestream-query]` - Type annotations for [TimestreamQuery](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_query/) service. - `boto3-stubs[timestream-write]` - Type annotations for [TimestreamWrite](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/) service. - `boto3-stubs[tnb]` - Type annotations for [TelcoNetworkBuilder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_tnb/) service. - `boto3-stubs[transcribe]` - Type annotations for [TranscribeService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transcribe/) service. - `boto3-stubs[transfer]` - Type annotations for [Transfer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/) service. - `boto3-stubs[translate]` - Type annotations for [Translate](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_translate/) service. - `boto3-stubs[voice-id]` - Type annotations for [VoiceID](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_voice_id/) service. - `boto3-stubs[vpc-lattice]` - Type annotations for [VPCLattice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_vpc_lattice/) service. - `boto3-stubs[waf]` - Type annotations for [WAF](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf/) service. - `boto3-stubs[waf-regional]` - Type annotations for [WAFRegional](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/) service. - `boto3-stubs[wafv2]` - Type annotations for [WAFV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_wafv2/) service. - `boto3-stubs[wellarchitected]` - Type annotations for [WellArchitected](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_wellarchitected/) service. - `boto3-stubs[wisdom]` - Type annotations for [ConnectWisdomService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_wisdom/) service. - `boto3-stubs[workdocs]` - Type annotations for [WorkDocs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workdocs/) service. - `boto3-stubs[worklink]` - Type annotations for [WorkLink](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_worklink/) service. - `boto3-stubs[workmail]` - Type annotations for [WorkMail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workmail/) service. - `boto3-stubs[workmailmessageflow]` - Type annotations for [WorkMailMessageFlow](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workmailmessageflow/) service. - `boto3-stubs[workspaces]` - Type annotations for [WorkSpaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces/) service. - `boto3-stubs[workspaces-web]` - Type annotations for [WorkSpacesWeb](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/) service. - `boto3-stubs[xray]` - Type annotations for [XRay](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_xray/) service.


نیازمندی

مقدار نام
- botocore-stubs
- types-s3transfer
>=4.1.0 typing-extensions
<1.27.0,>=1.26.0 mypy-boto3-accessanalyzer
<1.27.0,>=1.26.0 mypy-boto3-account
<1.27.0,>=1.26.0 mypy-boto3-acm
<1.27.0,>=1.26.0 mypy-boto3-acm-pca
<1.27.0,>=1.26.0 mypy-boto3-alexaforbusiness
<1.27.0,>=1.26.0 mypy-boto3-accessanalyzer
<1.27.0,>=1.26.0 mypy-boto3-account
<1.27.0,>=1.26.0 mypy-boto3-acm
<1.27.0,>=1.26.0 mypy-boto3-acm-pca
<1.27.0,>=1.26.0 mypy-boto3-alexaforbusiness
<1.27.0,>=1.26.0 mypy-boto3-amp
<1.27.0,>=1.26.0 mypy-boto3-amplify
<1.27.0,>=1.26.0 mypy-boto3-amplifybackend
<1.27.0,>=1.26.0 mypy-boto3-amplifyuibuilder
<1.27.0,>=1.26.0 mypy-boto3-apigateway
<1.27.0,>=1.26.0 mypy-boto3-apigatewaymanagementapi
<1.27.0,>=1.26.0 mypy-boto3-apigatewayv2
<1.27.0,>=1.26.0 mypy-boto3-appconfig
<1.27.0,>=1.26.0 mypy-boto3-appconfigdata
<1.27.0,>=1.26.0 mypy-boto3-appflow
<1.27.0,>=1.26.0 mypy-boto3-appintegrations
<1.27.0,>=1.26.0 mypy-boto3-application-autoscaling
<1.27.0,>=1.26.0 mypy-boto3-application-insights
<1.27.0,>=1.26.0 mypy-boto3-applicationcostprofiler
<1.27.0,>=1.26.0 mypy-boto3-appmesh
<1.27.0,>=1.26.0 mypy-boto3-apprunner
<1.27.0,>=1.26.0 mypy-boto3-appstream
<1.27.0,>=1.26.0 mypy-boto3-appsync
<1.27.0,>=1.26.0 mypy-boto3-arc-zonal-shift
<1.27.0,>=1.26.0 mypy-boto3-athena
<1.27.0,>=1.26.0 mypy-boto3-auditmanager
<1.27.0,>=1.26.0 mypy-boto3-autoscaling
<1.27.0,>=1.26.0 mypy-boto3-autoscaling-plans
<1.27.0,>=1.26.0 mypy-boto3-backup
<1.27.0,>=1.26.0 mypy-boto3-backup-gateway
<1.27.0,>=1.26.0 mypy-boto3-backupstorage
<1.27.0,>=1.26.0 mypy-boto3-batch
<1.27.0,>=1.26.0 mypy-boto3-billingconductor
<1.27.0,>=1.26.0 mypy-boto3-braket
<1.27.0,>=1.26.0 mypy-boto3-budgets
<1.27.0,>=1.26.0 mypy-boto3-ce
<1.27.0,>=1.26.0 mypy-boto3-chime
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-identity
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-media-pipelines
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-meetings
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-messaging
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-voice
<1.27.0,>=1.26.0 mypy-boto3-cleanrooms
<1.27.0,>=1.26.0 mypy-boto3-cloud9
<1.27.0,>=1.26.0 mypy-boto3-cloudcontrol
<1.27.0,>=1.26.0 mypy-boto3-clouddirectory
<1.27.0,>=1.26.0 mypy-boto3-cloudformation
<1.27.0,>=1.26.0 mypy-boto3-cloudfront
<1.27.0,>=1.26.0 mypy-boto3-cloudhsm
<1.27.0,>=1.26.0 mypy-boto3-cloudhsmv2
<1.27.0,>=1.26.0 mypy-boto3-cloudsearch
<1.27.0,>=1.26.0 mypy-boto3-cloudsearchdomain
<1.27.0,>=1.26.0 mypy-boto3-cloudtrail
<1.27.0,>=1.26.0 mypy-boto3-cloudtrail-data
<1.27.0,>=1.26.0 mypy-boto3-cloudwatch
<1.27.0,>=1.26.0 mypy-boto3-codeartifact
<1.27.0,>=1.26.0 mypy-boto3-codebuild
<1.27.0,>=1.26.0 mypy-boto3-codecatalyst
<1.27.0,>=1.26.0 mypy-boto3-codecommit
<1.27.0,>=1.26.0 mypy-boto3-codedeploy
<1.27.0,>=1.26.0 mypy-boto3-codeguru-reviewer
<1.27.0,>=1.26.0 mypy-boto3-codeguruprofiler
<1.27.0,>=1.26.0 mypy-boto3-codepipeline
<1.27.0,>=1.26.0 mypy-boto3-codestar
<1.27.0,>=1.26.0 mypy-boto3-codestar-connections
<1.27.0,>=1.26.0 mypy-boto3-codestar-notifications
<1.27.0,>=1.26.0 mypy-boto3-cognito-identity
<1.27.0,>=1.26.0 mypy-boto3-cognito-idp
<1.27.0,>=1.26.0 mypy-boto3-cognito-sync
<1.27.0,>=1.26.0 mypy-boto3-comprehend
<1.27.0,>=1.26.0 mypy-boto3-comprehendmedical
<1.27.0,>=1.26.0 mypy-boto3-compute-optimizer
<1.27.0,>=1.26.0 mypy-boto3-config
<1.27.0,>=1.26.0 mypy-boto3-connect
<1.27.0,>=1.26.0 mypy-boto3-connect-contact-lens
<1.27.0,>=1.26.0 mypy-boto3-connectcampaigns
<1.27.0,>=1.26.0 mypy-boto3-connectcases
<1.27.0,>=1.26.0 mypy-boto3-connectparticipant
<1.27.0,>=1.26.0 mypy-boto3-controltower
<1.27.0,>=1.26.0 mypy-boto3-cur
<1.27.0,>=1.26.0 mypy-boto3-customer-profiles
<1.27.0,>=1.26.0 mypy-boto3-databrew
<1.27.0,>=1.26.0 mypy-boto3-dataexchange
<1.27.0,>=1.26.0 mypy-boto3-datapipeline
<1.27.0,>=1.26.0 mypy-boto3-datasync
<1.27.0,>=1.26.0 mypy-boto3-dax
<1.27.0,>=1.26.0 mypy-boto3-detective
<1.27.0,>=1.26.0 mypy-boto3-devicefarm
<1.27.0,>=1.26.0 mypy-boto3-devops-guru
<1.27.0,>=1.26.0 mypy-boto3-directconnect
<1.27.0,>=1.26.0 mypy-boto3-discovery
<1.27.0,>=1.26.0 mypy-boto3-dlm
<1.27.0,>=1.26.0 mypy-boto3-dms
<1.27.0,>=1.26.0 mypy-boto3-docdb
<1.27.0,>=1.26.0 mypy-boto3-docdb-elastic
<1.27.0,>=1.26.0 mypy-boto3-drs
<1.27.0,>=1.26.0 mypy-boto3-ds
<1.27.0,>=1.26.0 mypy-boto3-dynamodb
<1.27.0,>=1.26.0 mypy-boto3-dynamodbstreams
<1.27.0,>=1.26.0 mypy-boto3-ebs
<1.27.0,>=1.26.0 mypy-boto3-ec2
<1.27.0,>=1.26.0 mypy-boto3-ec2-instance-connect
<1.27.0,>=1.26.0 mypy-boto3-ecr
<1.27.0,>=1.26.0 mypy-boto3-ecr-public
<1.27.0,>=1.26.0 mypy-boto3-ecs
<1.27.0,>=1.26.0 mypy-boto3-efs
<1.27.0,>=1.26.0 mypy-boto3-eks
<1.27.0,>=1.26.0 mypy-boto3-elastic-inference
<1.27.0,>=1.26.0 mypy-boto3-elasticache
<1.27.0,>=1.26.0 mypy-boto3-elasticbeanstalk
<1.27.0,>=1.26.0 mypy-boto3-elastictranscoder
<1.27.0,>=1.26.0 mypy-boto3-elb
<1.27.0,>=1.26.0 mypy-boto3-elbv2
<1.27.0,>=1.26.0 mypy-boto3-emr
<1.27.0,>=1.26.0 mypy-boto3-emr-containers
<1.27.0,>=1.26.0 mypy-boto3-emr-serverless
<1.27.0,>=1.26.0 mypy-boto3-es
<1.27.0,>=1.26.0 mypy-boto3-events
<1.27.0,>=1.26.0 mypy-boto3-evidently
<1.27.0,>=1.26.0 mypy-boto3-finspace
<1.27.0,>=1.26.0 mypy-boto3-finspace-data
<1.27.0,>=1.26.0 mypy-boto3-firehose
<1.27.0,>=1.26.0 mypy-boto3-fis
<1.27.0,>=1.26.0 mypy-boto3-fms
<1.27.0,>=1.26.0 mypy-boto3-forecast
<1.27.0,>=1.26.0 mypy-boto3-forecastquery
<1.27.0,>=1.26.0 mypy-boto3-frauddetector
<1.27.0,>=1.26.0 mypy-boto3-fsx
<1.27.0,>=1.26.0 mypy-boto3-gamelift
<1.27.0,>=1.26.0 mypy-boto3-gamesparks
<1.27.0,>=1.26.0 mypy-boto3-glacier
<1.27.0,>=1.26.0 mypy-boto3-globalaccelerator
<1.27.0,>=1.26.0 mypy-boto3-glue
<1.27.0,>=1.26.0 mypy-boto3-grafana
<1.27.0,>=1.26.0 mypy-boto3-greengrass
<1.27.0,>=1.26.0 mypy-boto3-greengrassv2
<1.27.0,>=1.26.0 mypy-boto3-groundstation
<1.27.0,>=1.26.0 mypy-boto3-guardduty
<1.27.0,>=1.26.0 mypy-boto3-health
<1.27.0,>=1.26.0 mypy-boto3-healthlake
<1.27.0,>=1.26.0 mypy-boto3-honeycode
<1.27.0,>=1.26.0 mypy-boto3-iam
<1.27.0,>=1.26.0 mypy-boto3-identitystore
<1.27.0,>=1.26.0 mypy-boto3-imagebuilder
<1.27.0,>=1.26.0 mypy-boto3-importexport
<1.27.0,>=1.26.0 mypy-boto3-inspector
<1.27.0,>=1.26.0 mypy-boto3-inspector2
<1.27.0,>=1.26.0 mypy-boto3-internetmonitor
<1.27.0,>=1.26.0 mypy-boto3-iot
<1.27.0,>=1.26.0 mypy-boto3-iot-data
<1.27.0,>=1.26.0 mypy-boto3-iot-jobs-data
<1.27.0,>=1.26.0 mypy-boto3-iot-roborunner
<1.27.0,>=1.26.0 mypy-boto3-iot1click-devices
<1.27.0,>=1.26.0 mypy-boto3-iot1click-projects
<1.27.0,>=1.26.0 mypy-boto3-iotanalytics
<1.27.0,>=1.26.0 mypy-boto3-iotdeviceadvisor
<1.27.0,>=1.26.0 mypy-boto3-iotevents
<1.27.0,>=1.26.0 mypy-boto3-iotevents-data
<1.27.0,>=1.26.0 mypy-boto3-iotfleethub
<1.27.0,>=1.26.0 mypy-boto3-iotfleetwise
<1.27.0,>=1.26.0 mypy-boto3-iotsecuretunneling
<1.27.0,>=1.26.0 mypy-boto3-iotsitewise
<1.27.0,>=1.26.0 mypy-boto3-iotthingsgraph
<1.27.0,>=1.26.0 mypy-boto3-iottwinmaker
<1.27.0,>=1.26.0 mypy-boto3-iotwireless
<1.27.0,>=1.26.0 mypy-boto3-ivs
<1.27.0,>=1.26.0 mypy-boto3-ivs-realtime
<1.27.0,>=1.26.0 mypy-boto3-ivschat
<1.27.0,>=1.26.0 mypy-boto3-kafka
<1.27.0,>=1.26.0 mypy-boto3-kafkaconnect
<1.27.0,>=1.26.0 mypy-boto3-kendra
<1.27.0,>=1.26.0 mypy-boto3-kendra-ranking
<1.27.0,>=1.26.0 mypy-boto3-keyspaces
<1.27.0,>=1.26.0 mypy-boto3-kinesis
<1.27.0,>=1.26.0 mypy-boto3-kinesis-video-archived-media
<1.27.0,>=1.26.0 mypy-boto3-kinesis-video-media
<1.27.0,>=1.26.0 mypy-boto3-kinesis-video-signaling
<1.27.0,>=1.26.0 mypy-boto3-kinesis-video-webrtc-storage
<1.27.0,>=1.26.0 mypy-boto3-kinesisanalytics
<1.27.0,>=1.26.0 mypy-boto3-kinesisanalyticsv2
<1.27.0,>=1.26.0 mypy-boto3-kinesisvideo
<1.27.0,>=1.26.0 mypy-boto3-kms
<1.27.0,>=1.26.0 mypy-boto3-lakeformation
<1.27.0,>=1.26.0 mypy-boto3-lambda
<1.27.0,>=1.26.0 mypy-boto3-lex-models
<1.27.0,>=1.26.0 mypy-boto3-lex-runtime
<1.27.0,>=1.26.0 mypy-boto3-lexv2-models
<1.27.0,>=1.26.0 mypy-boto3-lexv2-runtime
<1.27.0,>=1.26.0 mypy-boto3-license-manager
<1.27.0,>=1.26.0 mypy-boto3-license-manager-linux-subscriptions
<1.27.0,>=1.26.0 mypy-boto3-license-manager-user-subscriptions
<1.27.0,>=1.26.0 mypy-boto3-lightsail
<1.27.0,>=1.26.0 mypy-boto3-location
<1.27.0,>=1.26.0 mypy-boto3-logs
<1.27.0,>=1.26.0 mypy-boto3-lookoutequipment
<1.27.0,>=1.26.0 mypy-boto3-lookoutmetrics
<1.27.0,>=1.26.0 mypy-boto3-lookoutvision
<1.27.0,>=1.26.0 mypy-boto3-m2
<1.27.0,>=1.26.0 mypy-boto3-machinelearning
<1.27.0,>=1.26.0 mypy-boto3-macie
<1.27.0,>=1.26.0 mypy-boto3-macie2
<1.27.0,>=1.26.0 mypy-boto3-managedblockchain
<1.27.0,>=1.26.0 mypy-boto3-marketplace-catalog
<1.27.0,>=1.26.0 mypy-boto3-marketplace-entitlement
<1.27.0,>=1.26.0 mypy-boto3-marketplacecommerceanalytics
<1.27.0,>=1.26.0 mypy-boto3-mediaconnect
<1.27.0,>=1.26.0 mypy-boto3-mediaconvert
<1.27.0,>=1.26.0 mypy-boto3-medialive
<1.27.0,>=1.26.0 mypy-boto3-mediapackage
<1.27.0,>=1.26.0 mypy-boto3-mediapackage-vod
<1.27.0,>=1.26.0 mypy-boto3-mediastore
<1.27.0,>=1.26.0 mypy-boto3-mediastore-data
<1.27.0,>=1.26.0 mypy-boto3-mediatailor
<1.27.0,>=1.26.0 mypy-boto3-memorydb
<1.27.0,>=1.26.0 mypy-boto3-meteringmarketplace
<1.27.0,>=1.26.0 mypy-boto3-mgh
<1.27.0,>=1.26.0 mypy-boto3-mgn
<1.27.0,>=1.26.0 mypy-boto3-migration-hub-refactor-spaces
<1.27.0,>=1.26.0 mypy-boto3-migrationhub-config
<1.27.0,>=1.26.0 mypy-boto3-migrationhuborchestrator
<1.27.0,>=1.26.0 mypy-boto3-migrationhubstrategy
<1.27.0,>=1.26.0 mypy-boto3-mobile
<1.27.0,>=1.26.0 mypy-boto3-mq
<1.27.0,>=1.26.0 mypy-boto3-mturk
<1.27.0,>=1.26.0 mypy-boto3-mwaa
<1.27.0,>=1.26.0 mypy-boto3-neptune
<1.27.0,>=1.26.0 mypy-boto3-network-firewall
<1.27.0,>=1.26.0 mypy-boto3-networkmanager
<1.27.0,>=1.26.0 mypy-boto3-nimble
<1.27.0,>=1.26.0 mypy-boto3-oam
<1.27.0,>=1.26.0 mypy-boto3-omics
<1.27.0,>=1.26.0 mypy-boto3-opensearch
<1.27.0,>=1.26.0 mypy-boto3-opensearchserverless
<1.27.0,>=1.26.0 mypy-boto3-opsworks
<1.27.0,>=1.26.0 mypy-boto3-opsworkscm
<1.27.0,>=1.26.0 mypy-boto3-organizations
<1.27.0,>=1.26.0 mypy-boto3-osis
<1.27.0,>=1.26.0 mypy-boto3-outposts
<1.27.0,>=1.26.0 mypy-boto3-panorama
<1.27.0,>=1.26.0 mypy-boto3-personalize
<1.27.0,>=1.26.0 mypy-boto3-personalize-events
<1.27.0,>=1.26.0 mypy-boto3-personalize-runtime
<1.27.0,>=1.26.0 mypy-boto3-pi
<1.27.0,>=1.26.0 mypy-boto3-pinpoint
<1.27.0,>=1.26.0 mypy-boto3-pinpoint-email
<1.27.0,>=1.26.0 mypy-boto3-pinpoint-sms-voice
<1.27.0,>=1.26.0 mypy-boto3-pinpoint-sms-voice-v2
<1.27.0,>=1.26.0 mypy-boto3-pipes
<1.27.0,>=1.26.0 mypy-boto3-polly
<1.27.0,>=1.26.0 mypy-boto3-pricing
<1.27.0,>=1.26.0 mypy-boto3-privatenetworks
<1.27.0,>=1.26.0 mypy-boto3-proton
<1.27.0,>=1.26.0 mypy-boto3-qldb
<1.27.0,>=1.26.0 mypy-boto3-qldb-session
<1.27.0,>=1.26.0 mypy-boto3-quicksight
<1.27.0,>=1.26.0 mypy-boto3-ram
<1.27.0,>=1.26.0 mypy-boto3-rbin
<1.27.0,>=1.26.0 mypy-boto3-rds
<1.27.0,>=1.26.0 mypy-boto3-rds-data
<1.27.0,>=1.26.0 mypy-boto3-redshift
<1.27.0,>=1.26.0 mypy-boto3-redshift-data
<1.27.0,>=1.26.0 mypy-boto3-redshift-serverless
<1.27.0,>=1.26.0 mypy-boto3-rekognition
<1.27.0,>=1.26.0 mypy-boto3-resiliencehub
<1.27.0,>=1.26.0 mypy-boto3-resource-explorer-2
<1.27.0,>=1.26.0 mypy-boto3-resource-groups
<1.27.0,>=1.26.0 mypy-boto3-resourcegroupstaggingapi
<1.27.0,>=1.26.0 mypy-boto3-robomaker
<1.27.0,>=1.26.0 mypy-boto3-rolesanywhere
<1.27.0,>=1.26.0 mypy-boto3-route53
<1.27.0,>=1.26.0 mypy-boto3-route53-recovery-cluster
<1.27.0,>=1.26.0 mypy-boto3-route53-recovery-control-config
<1.27.0,>=1.26.0 mypy-boto3-route53-recovery-readiness
<1.27.0,>=1.26.0 mypy-boto3-route53domains
<1.27.0,>=1.26.0 mypy-boto3-route53resolver
<1.27.0,>=1.26.0 mypy-boto3-rum
<1.27.0,>=1.26.0 mypy-boto3-s3
<1.27.0,>=1.26.0 mypy-boto3-s3control
<1.27.0,>=1.26.0 mypy-boto3-s3outposts
<1.27.0,>=1.26.0 mypy-boto3-sagemaker
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-a2i-runtime
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-edge
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-featurestore-runtime
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-geospatial
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-metrics
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-runtime
<1.27.0,>=1.26.0 mypy-boto3-savingsplans
<1.27.0,>=1.26.0 mypy-boto3-scheduler
<1.27.0,>=1.26.0 mypy-boto3-schemas
<1.27.0,>=1.26.0 mypy-boto3-sdb
<1.27.0,>=1.26.0 mypy-boto3-secretsmanager
<1.27.0,>=1.26.0 mypy-boto3-securityhub
<1.27.0,>=1.26.0 mypy-boto3-securitylake
<1.27.0,>=1.26.0 mypy-boto3-serverlessrepo
<1.27.0,>=1.26.0 mypy-boto3-service-quotas
<1.27.0,>=1.26.0 mypy-boto3-servicecatalog
<1.27.0,>=1.26.0 mypy-boto3-servicecatalog-appregistry
<1.27.0,>=1.26.0 mypy-boto3-servicediscovery
<1.27.0,>=1.26.0 mypy-boto3-ses
<1.27.0,>=1.26.0 mypy-boto3-sesv2
<1.27.0,>=1.26.0 mypy-boto3-shield
<1.27.0,>=1.26.0 mypy-boto3-signer
<1.27.0,>=1.26.0 mypy-boto3-simspaceweaver
<1.27.0,>=1.26.0 mypy-boto3-sms
<1.27.0,>=1.26.0 mypy-boto3-sms-voice
<1.27.0,>=1.26.0 mypy-boto3-snow-device-management
<1.27.0,>=1.26.0 mypy-boto3-snowball
<1.27.0,>=1.26.0 mypy-boto3-sns
<1.27.0,>=1.26.0 mypy-boto3-sqs
<1.27.0,>=1.26.0 mypy-boto3-ssm
<1.27.0,>=1.26.0 mypy-boto3-ssm-contacts
<1.27.0,>=1.26.0 mypy-boto3-ssm-incidents
<1.27.0,>=1.26.0 mypy-boto3-ssm-sap
<1.27.0,>=1.26.0 mypy-boto3-sso
<1.27.0,>=1.26.0 mypy-boto3-sso-admin
<1.27.0,>=1.26.0 mypy-boto3-sso-oidc
<1.27.0,>=1.26.0 mypy-boto3-stepfunctions
<1.27.0,>=1.26.0 mypy-boto3-storagegateway
<1.27.0,>=1.26.0 mypy-boto3-sts
<1.27.0,>=1.26.0 mypy-boto3-support
<1.27.0,>=1.26.0 mypy-boto3-support-app
<1.27.0,>=1.26.0 mypy-boto3-swf
<1.27.0,>=1.26.0 mypy-boto3-synthetics
<1.27.0,>=1.26.0 mypy-boto3-textract
<1.27.0,>=1.26.0 mypy-boto3-timestream-query
<1.27.0,>=1.26.0 mypy-boto3-timestream-write
<1.27.0,>=1.26.0 mypy-boto3-tnb
<1.27.0,>=1.26.0 mypy-boto3-transcribe
<1.27.0,>=1.26.0 mypy-boto3-transfer
<1.27.0,>=1.26.0 mypy-boto3-translate
<1.27.0,>=1.26.0 mypy-boto3-voice-id
<1.27.0,>=1.26.0 mypy-boto3-vpc-lattice
<1.27.0,>=1.26.0 mypy-boto3-waf
<1.27.0,>=1.26.0 mypy-boto3-waf-regional
<1.27.0,>=1.26.0 mypy-boto3-wafv2
<1.27.0,>=1.26.0 mypy-boto3-wellarchitected
<1.27.0,>=1.26.0 mypy-boto3-wisdom
<1.27.0,>=1.26.0 mypy-boto3-workdocs
<1.27.0,>=1.26.0 mypy-boto3-worklink
<1.27.0,>=1.26.0 mypy-boto3-workmail
<1.27.0,>=1.26.0 mypy-boto3-workmailmessageflow
<1.27.0,>=1.26.0 mypy-boto3-workspaces
<1.27.0,>=1.26.0 mypy-boto3-workspaces-web
<1.27.0,>=1.26.0 mypy-boto3-xray
<1.27.0,>=1.26.0 mypy-boto3-amp
<1.27.0,>=1.26.0 mypy-boto3-amplify
<1.27.0,>=1.26.0 mypy-boto3-amplifybackend
<1.27.0,>=1.26.0 mypy-boto3-amplifyuibuilder
<1.27.0,>=1.26.0 mypy-boto3-apigateway
<1.27.0,>=1.26.0 mypy-boto3-apigatewaymanagementapi
<1.27.0,>=1.26.0 mypy-boto3-apigatewayv2
<1.27.0,>=1.26.0 mypy-boto3-appconfig
<1.27.0,>=1.26.0 mypy-boto3-appconfigdata
<1.27.0,>=1.26.0 mypy-boto3-appflow
<1.27.0,>=1.26.0 mypy-boto3-appintegrations
<1.27.0,>=1.26.0 mypy-boto3-application-autoscaling
<1.27.0,>=1.26.0 mypy-boto3-application-insights
<1.27.0,>=1.26.0 mypy-boto3-applicationcostprofiler
<1.27.0,>=1.26.0 mypy-boto3-appmesh
<1.27.0,>=1.26.0 mypy-boto3-apprunner
<1.27.0,>=1.26.0 mypy-boto3-appstream
<1.27.0,>=1.26.0 mypy-boto3-appsync
<1.27.0,>=1.26.0 mypy-boto3-arc-zonal-shift
<1.27.0,>=1.26.0 mypy-boto3-athena
<1.27.0,>=1.26.0 mypy-boto3-auditmanager
<1.27.0,>=1.26.0 mypy-boto3-autoscaling
<1.27.0,>=1.26.0 mypy-boto3-autoscaling-plans
<1.27.0,>=1.26.0 mypy-boto3-backup
<1.27.0,>=1.26.0 mypy-boto3-backup-gateway
<1.27.0,>=1.26.0 mypy-boto3-backupstorage
<1.27.0,>=1.26.0 mypy-boto3-batch
<1.27.0,>=1.26.0 mypy-boto3-billingconductor
==1.26.126 boto3
==1.29.126 botocore
<1.27.0,>=1.26.0 mypy-boto3-braket
<1.27.0,>=1.26.0 mypy-boto3-budgets
<1.27.0,>=1.26.0 mypy-boto3-ce
<1.27.0,>=1.26.0 mypy-boto3-chime
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-identity
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-media-pipelines
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-meetings
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-messaging
<1.27.0,>=1.26.0 mypy-boto3-chime-sdk-voice
<1.27.0,>=1.26.0 mypy-boto3-cleanrooms
<1.27.0,>=1.26.0 mypy-boto3-cloud9
<1.27.0,>=1.26.0 mypy-boto3-cloudcontrol
<1.27.0,>=1.26.0 mypy-boto3-clouddirectory
<1.27.0,>=1.26.0 mypy-boto3-cloudformation
<1.27.0,>=1.26.0 mypy-boto3-cloudfront
<1.27.0,>=1.26.0 mypy-boto3-cloudhsm
<1.27.0,>=1.26.0 mypy-boto3-cloudhsmv2
<1.27.0,>=1.26.0 mypy-boto3-cloudsearch
<1.27.0,>=1.26.0 mypy-boto3-cloudsearchdomain
<1.27.0,>=1.26.0 mypy-boto3-cloudtrail
<1.27.0,>=1.26.0 mypy-boto3-cloudtrail-data
<1.27.0,>=1.26.0 mypy-boto3-cloudwatch
<1.27.0,>=1.26.0 mypy-boto3-codeartifact
<1.27.0,>=1.26.0 mypy-boto3-codebuild
<1.27.0,>=1.26.0 mypy-boto3-codecatalyst
<1.27.0,>=1.26.0 mypy-boto3-codecommit
<1.27.0,>=1.26.0 mypy-boto3-codedeploy
<1.27.0,>=1.26.0 mypy-boto3-codeguru-reviewer
<1.27.0,>=1.26.0 mypy-boto3-codeguruprofiler
<1.27.0,>=1.26.0 mypy-boto3-codepipeline
<1.27.0,>=1.26.0 mypy-boto3-codestar
<1.27.0,>=1.26.0 mypy-boto3-codestar-connections
<1.27.0,>=1.26.0 mypy-boto3-codestar-notifications
<1.27.0,>=1.26.0 mypy-boto3-cognito-identity
<1.27.0,>=1.26.0 mypy-boto3-cognito-idp
<1.27.0,>=1.26.0 mypy-boto3-cognito-sync
<1.27.0,>=1.26.0 mypy-boto3-comprehend
<1.27.0,>=1.26.0 mypy-boto3-comprehendmedical
<1.27.0,>=1.26.0 mypy-boto3-compute-optimizer
<1.27.0,>=1.26.0 mypy-boto3-config
<1.27.0,>=1.26.0 mypy-boto3-connect
<1.27.0,>=1.26.0 mypy-boto3-connect-contact-lens
<1.27.0,>=1.26.0 mypy-boto3-connectcampaigns
<1.27.0,>=1.26.0 mypy-boto3-connectcases
<1.27.0,>=1.26.0 mypy-boto3-connectparticipant
<1.27.0,>=1.26.0 mypy-boto3-controltower
<1.27.0,>=1.26.0 mypy-boto3-cur
<1.27.0,>=1.26.0 mypy-boto3-customer-profiles
<1.27.0,>=1.26.0 mypy-boto3-databrew
<1.27.0,>=1.26.0 mypy-boto3-dataexchange
<1.27.0,>=1.26.0 mypy-boto3-datapipeline
<1.27.0,>=1.26.0 mypy-boto3-datasync
<1.27.0,>=1.26.0 mypy-boto3-dax
<1.27.0,>=1.26.0 mypy-boto3-detective
<1.27.0,>=1.26.0 mypy-boto3-devicefarm
<1.27.0,>=1.26.0 mypy-boto3-devops-guru
<1.27.0,>=1.26.0 mypy-boto3-directconnect
<1.27.0,>=1.26.0 mypy-boto3-discovery
<1.27.0,>=1.26.0 mypy-boto3-dlm
<1.27.0,>=1.26.0 mypy-boto3-dms
<1.27.0,>=1.26.0 mypy-boto3-docdb
<1.27.0,>=1.26.0 mypy-boto3-docdb-elastic
<1.27.0,>=1.26.0 mypy-boto3-drs
<1.27.0,>=1.26.0 mypy-boto3-ds
<1.27.0,>=1.26.0 mypy-boto3-dynamodb
<1.27.0,>=1.26.0 mypy-boto3-dynamodbstreams
<1.27.0,>=1.26.0 mypy-boto3-ebs
<1.27.0,>=1.26.0 mypy-boto3-ec2
<1.27.0,>=1.26.0 mypy-boto3-ec2-instance-connect
<1.27.0,>=1.26.0 mypy-boto3-ecr
<1.27.0,>=1.26.0 mypy-boto3-ecr-public
<1.27.0,>=1.26.0 mypy-boto3-ecs
<1.27.0,>=1.26.0 mypy-boto3-efs
<1.27.0,>=1.26.0 mypy-boto3-eks
<1.27.0,>=1.26.0 mypy-boto3-elastic-inference
<1.27.0,>=1.26.0 mypy-boto3-elasticache
<1.27.0,>=1.26.0 mypy-boto3-elasticbeanstalk
<1.27.0,>=1.26.0 mypy-boto3-elastictranscoder
<1.27.0,>=1.26.0 mypy-boto3-elb
<1.27.0,>=1.26.0 mypy-boto3-elbv2
<1.27.0,>=1.26.0 mypy-boto3-emr
<1.27.0,>=1.26.0 mypy-boto3-emr-containers
<1.27.0,>=1.26.0 mypy-boto3-emr-serverless
<1.27.0,>=1.26.0 mypy-boto3-es
<1.27.0,>=1.26.0 mypy-boto3-cloudformation
<1.27.0,>=1.26.0 mypy-boto3-dynamodb
<1.27.0,>=1.26.0 mypy-boto3-ec2
<1.27.0,>=1.26.0 mypy-boto3-lambda
<1.27.0,>=1.26.0 mypy-boto3-rds
<1.27.0,>=1.26.0 mypy-boto3-s3
<1.27.0,>=1.26.0 mypy-boto3-sqs
<1.27.0,>=1.26.0 mypy-boto3-events
<1.27.0,>=1.26.0 mypy-boto3-evidently
<1.27.0,>=1.26.0 mypy-boto3-finspace
<1.27.0,>=1.26.0 mypy-boto3-finspace-data
<1.27.0,>=1.26.0 mypy-boto3-firehose
<1.27.0,>=1.26.0 mypy-boto3-fis
<1.27.0,>=1.26.0 mypy-boto3-fms
<1.27.0,>=1.26.0 mypy-boto3-forecast
<1.27.0,>=1.26.0 mypy-boto3-forecastquery
<1.27.0,>=1.26.0 mypy-boto3-frauddetector
<1.27.0,>=1.26.0 mypy-boto3-fsx
<1.27.0,>=1.26.0 mypy-boto3-gamelift
<1.27.0,>=1.26.0 mypy-boto3-gamesparks
<1.27.0,>=1.26.0 mypy-boto3-glacier
<1.27.0,>=1.26.0 mypy-boto3-globalaccelerator
<1.27.0,>=1.26.0 mypy-boto3-glue
<1.27.0,>=1.26.0 mypy-boto3-grafana
<1.27.0,>=1.26.0 mypy-boto3-greengrass
<1.27.0,>=1.26.0 mypy-boto3-greengrassv2
<1.27.0,>=1.26.0 mypy-boto3-groundstation
<1.27.0,>=1.26.0 mypy-boto3-guardduty
<1.27.0,>=1.26.0 mypy-boto3-health
<1.27.0,>=1.26.0 mypy-boto3-healthlake
<1.27.0,>=1.26.0 mypy-boto3-honeycode
<1.27.0,>=1.26.0 mypy-boto3-iam
<1.27.0,>=1.26.0 mypy-boto3-identitystore
<1.27.0,>=1.26.0 mypy-boto3-imagebuilder
<1.27.0,>=1.26.0 mypy-boto3-importexport
<1.27.0,>=1.26.0 mypy-boto3-inspector
<1.27.0,>=1.26.0 mypy-boto3-inspector2
<1.27.0,>=1.26.0 mypy-boto3-internetmonitor
<1.27.0,>=1.26.0 mypy-boto3-iot
<1.27.0,>=1.26.0 mypy-boto3-iot-data
<1.27.0,>=1.26.0 mypy-boto3-iot-jobs-data
<1.27.0,>=1.26.0 mypy-boto3-iot-roborunner
<1.27.0,>=1.26.0 mypy-boto3-iot1click-devices
<1.27.0,>=1.26.0 mypy-boto3-iot1click-projects
<1.27.0,>=1.26.0 mypy-boto3-iotanalytics
<1.27.0,>=1.26.0 mypy-boto3-iotdeviceadvisor
<1.27.0,>=1.26.0 mypy-boto3-iotevents
<1.27.0,>=1.26.0 mypy-boto3-iotevents-data
<1.27.0,>=1.26.0 mypy-boto3-iotfleethub
<1.27.0,>=1.26.0 mypy-boto3-iotfleetwise
<1.27.0,>=1.26.0 mypy-boto3-iotsecuretunneling
<1.27.0,>=1.26.0 mypy-boto3-iotsitewise
<1.27.0,>=1.26.0 mypy-boto3-iotthingsgraph
<1.27.0,>=1.26.0 mypy-boto3-iottwinmaker
<1.27.0,>=1.26.0 mypy-boto3-iotwireless
<1.27.0,>=1.26.0 mypy-boto3-ivs
<1.27.0,>=1.26.0 mypy-boto3-ivs-realtime
<1.27.0,>=1.26.0 mypy-boto3-ivschat
<1.27.0,>=1.26.0 mypy-boto3-kafka
<1.27.0,>=1.26.0 mypy-boto3-kafkaconnect
<1.27.0,>=1.26.0 mypy-boto3-kendra
<1.27.0,>=1.26.0 mypy-boto3-kendra-ranking
<1.27.0,>=1.26.0 mypy-boto3-keyspaces
<1.27.0,>=1.26.0 mypy-boto3-kinesis
<1.27.0,>=1.26.0 mypy-boto3-kinesis-video-archived-media
<1.27.0,>=1.26.0 mypy-boto3-kinesis-video-media
<1.27.0,>=1.26.0 mypy-boto3-kinesis-video-signaling
<1.27.0,>=1.26.0 mypy-boto3-kinesis-video-webrtc-storage
<1.27.0,>=1.26.0 mypy-boto3-kinesisanalytics
<1.27.0,>=1.26.0 mypy-boto3-kinesisanalyticsv2
<1.27.0,>=1.26.0 mypy-boto3-kinesisvideo
<1.27.0,>=1.26.0 mypy-boto3-kms
<1.27.0,>=1.26.0 mypy-boto3-lakeformation
<1.27.0,>=1.26.0 mypy-boto3-lambda
<1.27.0,>=1.26.0 mypy-boto3-lex-models
<1.27.0,>=1.26.0 mypy-boto3-lex-runtime
<1.27.0,>=1.26.0 mypy-boto3-lexv2-models
<1.27.0,>=1.26.0 mypy-boto3-lexv2-runtime
<1.27.0,>=1.26.0 mypy-boto3-license-manager
<1.27.0,>=1.26.0 mypy-boto3-license-manager-linux-subscriptions
<1.27.0,>=1.26.0 mypy-boto3-license-manager-user-subscriptions
<1.27.0,>=1.26.0 mypy-boto3-lightsail
<1.27.0,>=1.26.0 mypy-boto3-location
<1.27.0,>=1.26.0 mypy-boto3-logs
<1.27.0,>=1.26.0 mypy-boto3-lookoutequipment
<1.27.0,>=1.26.0 mypy-boto3-lookoutmetrics
<1.27.0,>=1.26.0 mypy-boto3-lookoutvision
<1.27.0,>=1.26.0 mypy-boto3-m2
<1.27.0,>=1.26.0 mypy-boto3-machinelearning
<1.27.0,>=1.26.0 mypy-boto3-macie
<1.27.0,>=1.26.0 mypy-boto3-macie2
<1.27.0,>=1.26.0 mypy-boto3-managedblockchain
<1.27.0,>=1.26.0 mypy-boto3-marketplace-catalog
<1.27.0,>=1.26.0 mypy-boto3-marketplace-entitlement
<1.27.0,>=1.26.0 mypy-boto3-marketplacecommerceanalytics
<1.27.0,>=1.26.0 mypy-boto3-mediaconnect
<1.27.0,>=1.26.0 mypy-boto3-mediaconvert
<1.27.0,>=1.26.0 mypy-boto3-medialive
<1.27.0,>=1.26.0 mypy-boto3-mediapackage
<1.27.0,>=1.26.0 mypy-boto3-mediapackage-vod
<1.27.0,>=1.26.0 mypy-boto3-mediastore
<1.27.0,>=1.26.0 mypy-boto3-mediastore-data
<1.27.0,>=1.26.0 mypy-boto3-mediatailor
<1.27.0,>=1.26.0 mypy-boto3-memorydb
<1.27.0,>=1.26.0 mypy-boto3-meteringmarketplace
<1.27.0,>=1.26.0 mypy-boto3-mgh
<1.27.0,>=1.26.0 mypy-boto3-mgn
<1.27.0,>=1.26.0 mypy-boto3-migration-hub-refactor-spaces
<1.27.0,>=1.26.0 mypy-boto3-migrationhub-config
<1.27.0,>=1.26.0 mypy-boto3-migrationhuborchestrator
<1.27.0,>=1.26.0 mypy-boto3-migrationhubstrategy
<1.27.0,>=1.26.0 mypy-boto3-mobile
<1.27.0,>=1.26.0 mypy-boto3-mq
<1.27.0,>=1.26.0 mypy-boto3-mturk
<1.27.0,>=1.26.0 mypy-boto3-mwaa
<1.27.0,>=1.26.0 mypy-boto3-neptune
<1.27.0,>=1.26.0 mypy-boto3-network-firewall
<1.27.0,>=1.26.0 mypy-boto3-networkmanager
<1.27.0,>=1.26.0 mypy-boto3-nimble
<1.27.0,>=1.26.0 mypy-boto3-oam
<1.27.0,>=1.26.0 mypy-boto3-omics
<1.27.0,>=1.26.0 mypy-boto3-opensearch
<1.27.0,>=1.26.0 mypy-boto3-opensearchserverless
<1.27.0,>=1.26.0 mypy-boto3-opsworks
<1.27.0,>=1.26.0 mypy-boto3-opsworkscm
<1.27.0,>=1.26.0 mypy-boto3-organizations
<1.27.0,>=1.26.0 mypy-boto3-osis
<1.27.0,>=1.26.0 mypy-boto3-outposts
<1.27.0,>=1.26.0 mypy-boto3-panorama
<1.27.0,>=1.26.0 mypy-boto3-personalize
<1.27.0,>=1.26.0 mypy-boto3-personalize-events
<1.27.0,>=1.26.0 mypy-boto3-personalize-runtime
<1.27.0,>=1.26.0 mypy-boto3-pi
<1.27.0,>=1.26.0 mypy-boto3-pinpoint
<1.27.0,>=1.26.0 mypy-boto3-pinpoint-email
<1.27.0,>=1.26.0 mypy-boto3-pinpoint-sms-voice
<1.27.0,>=1.26.0 mypy-boto3-pinpoint-sms-voice-v2
<1.27.0,>=1.26.0 mypy-boto3-pipes
<1.27.0,>=1.26.0 mypy-boto3-polly
<1.27.0,>=1.26.0 mypy-boto3-pricing
<1.27.0,>=1.26.0 mypy-boto3-privatenetworks
<1.27.0,>=1.26.0 mypy-boto3-proton
<1.27.0,>=1.26.0 mypy-boto3-qldb
<1.27.0,>=1.26.0 mypy-boto3-qldb-session
<1.27.0,>=1.26.0 mypy-boto3-quicksight
<1.27.0,>=1.26.0 mypy-boto3-ram
<1.27.0,>=1.26.0 mypy-boto3-rbin
<1.27.0,>=1.26.0 mypy-boto3-rds
<1.27.0,>=1.26.0 mypy-boto3-rds-data
<1.27.0,>=1.26.0 mypy-boto3-redshift
<1.27.0,>=1.26.0 mypy-boto3-redshift-data
<1.27.0,>=1.26.0 mypy-boto3-redshift-serverless
<1.27.0,>=1.26.0 mypy-boto3-rekognition
<1.27.0,>=1.26.0 mypy-boto3-resiliencehub
<1.27.0,>=1.26.0 mypy-boto3-resource-explorer-2
<1.27.0,>=1.26.0 mypy-boto3-resource-groups
<1.27.0,>=1.26.0 mypy-boto3-resourcegroupstaggingapi
<1.27.0,>=1.26.0 mypy-boto3-robomaker
<1.27.0,>=1.26.0 mypy-boto3-rolesanywhere
<1.27.0,>=1.26.0 mypy-boto3-route53
<1.27.0,>=1.26.0 mypy-boto3-route53-recovery-cluster
<1.27.0,>=1.26.0 mypy-boto3-route53-recovery-control-config
<1.27.0,>=1.26.0 mypy-boto3-route53-recovery-readiness
<1.27.0,>=1.26.0 mypy-boto3-route53domains
<1.27.0,>=1.26.0 mypy-boto3-route53resolver
<1.27.0,>=1.26.0 mypy-boto3-rum
<1.27.0,>=1.26.0 mypy-boto3-s3
<1.27.0,>=1.26.0 mypy-boto3-s3control
<1.27.0,>=1.26.0 mypy-boto3-s3outposts
<1.27.0,>=1.26.0 mypy-boto3-sagemaker
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-a2i-runtime
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-edge
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-featurestore-runtime
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-geospatial
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-metrics
<1.27.0,>=1.26.0 mypy-boto3-sagemaker-runtime
<1.27.0,>=1.26.0 mypy-boto3-savingsplans
<1.27.0,>=1.26.0 mypy-boto3-scheduler
<1.27.0,>=1.26.0 mypy-boto3-schemas
<1.27.0,>=1.26.0 mypy-boto3-sdb
<1.27.0,>=1.26.0 mypy-boto3-secretsmanager
<1.27.0,>=1.26.0 mypy-boto3-securityhub
<1.27.0,>=1.26.0 mypy-boto3-securitylake
<1.27.0,>=1.26.0 mypy-boto3-serverlessrepo
<1.27.0,>=1.26.0 mypy-boto3-service-quotas
<1.27.0,>=1.26.0 mypy-boto3-servicecatalog
<1.27.0,>=1.26.0 mypy-boto3-servicecatalog-appregistry
<1.27.0,>=1.26.0 mypy-boto3-servicediscovery
<1.27.0,>=1.26.0 mypy-boto3-ses
<1.27.0,>=1.26.0 mypy-boto3-sesv2
<1.27.0,>=1.26.0 mypy-boto3-shield
<1.27.0,>=1.26.0 mypy-boto3-signer
<1.27.0,>=1.26.0 mypy-boto3-simspaceweaver
<1.27.0,>=1.26.0 mypy-boto3-sms
<1.27.0,>=1.26.0 mypy-boto3-sms-voice
<1.27.0,>=1.26.0 mypy-boto3-snow-device-management
<1.27.0,>=1.26.0 mypy-boto3-snowball
<1.27.0,>=1.26.0 mypy-boto3-sns
<1.27.0,>=1.26.0 mypy-boto3-sqs
<1.27.0,>=1.26.0 mypy-boto3-ssm
<1.27.0,>=1.26.0 mypy-boto3-ssm-contacts
<1.27.0,>=1.26.0 mypy-boto3-ssm-incidents
<1.27.0,>=1.26.0 mypy-boto3-ssm-sap
<1.27.0,>=1.26.0 mypy-boto3-sso
<1.27.0,>=1.26.0 mypy-boto3-sso-admin
<1.27.0,>=1.26.0 mypy-boto3-sso-oidc
<1.27.0,>=1.26.0 mypy-boto3-stepfunctions
<1.27.0,>=1.26.0 mypy-boto3-storagegateway
<1.27.0,>=1.26.0 mypy-boto3-sts
<1.27.0,>=1.26.0 mypy-boto3-support
<1.27.0,>=1.26.0 mypy-boto3-support-app
<1.27.0,>=1.26.0 mypy-boto3-swf
<1.27.0,>=1.26.0 mypy-boto3-synthetics
<1.27.0,>=1.26.0 mypy-boto3-textract
<1.27.0,>=1.26.0 mypy-boto3-timestream-query
<1.27.0,>=1.26.0 mypy-boto3-timestream-write
<1.27.0,>=1.26.0 mypy-boto3-tnb
<1.27.0,>=1.26.0 mypy-boto3-transcribe
<1.27.0,>=1.26.0 mypy-boto3-transfer
<1.27.0,>=1.26.0 mypy-boto3-translate
<1.27.0,>=1.26.0 mypy-boto3-voice-id
<1.27.0,>=1.26.0 mypy-boto3-vpc-lattice
<1.27.0,>=1.26.0 mypy-boto3-waf
<1.27.0,>=1.26.0 mypy-boto3-waf-regional
<1.27.0,>=1.26.0 mypy-boto3-wafv2
<1.27.0,>=1.26.0 mypy-boto3-wellarchitected
<1.27.0,>=1.26.0 mypy-boto3-wisdom
<1.27.0,>=1.26.0 mypy-boto3-workdocs
<1.27.0,>=1.26.0 mypy-boto3-worklink
<1.27.0,>=1.26.0 mypy-boto3-workmail
<1.27.0,>=1.26.0 mypy-boto3-workmailmessageflow
<1.27.0,>=1.26.0 mypy-boto3-workspaces
<1.27.0,>=1.26.0 mypy-boto3-workspaces-web
<1.27.0,>=1.26.0 mypy-boto3-xray


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl boto3-stubs-1.26.99:

    pip install boto3-stubs-1.26.99.whl


نصب پکیج tar.gz boto3-stubs-1.26.99:

    pip install boto3-stubs-1.26.99.tar.gz