boto3-stubs-lite 1.28.70__py3-none-any.whl → 1.40.76__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of boto3-stubs-lite might be problematic. Click here for more details.
- boto3-stubs/__init__.pyi +39 -31
- boto3-stubs/compat.pyi +11 -4
- boto3-stubs/crt.pyi +28 -0
- boto3-stubs/docs/__init__.pyi +6 -0
- boto3-stubs/docs/action.pyi +37 -0
- boto3-stubs/docs/attr.pyi +33 -0
- boto3-stubs/docs/base.pyi +19 -0
- boto3-stubs/docs/client.pyi +9 -0
- boto3-stubs/docs/collection.pyi +37 -0
- boto3-stubs/docs/docstring.pyi +18 -0
- boto3-stubs/docs/method.pyi +27 -0
- boto3-stubs/docs/resource.pyi +20 -0
- boto3-stubs/docs/service.pyi +17 -0
- boto3-stubs/docs/subresource.pyi +22 -0
- boto3-stubs/docs/utils.pyi +16 -5
- boto3-stubs/docs/waiter.pyi +33 -0
- boto3-stubs/dynamodb/conditions.pyi +62 -67
- boto3-stubs/dynamodb/table.pyi +15 -9
- boto3-stubs/dynamodb/transform.pyi +18 -12
- boto3-stubs/dynamodb/types.pyi +22 -33
- boto3-stubs/ec2/createtags.pyi +9 -3
- boto3-stubs/ec2/deletetags.pyi +6 -0
- boto3-stubs/exceptions.pyi +6 -0
- boto3-stubs/resources/action.pyi +12 -6
- boto3-stubs/resources/base.pyi +18 -13
- boto3-stubs/resources/collection.pyi +10 -6
- boto3-stubs/resources/factory.pyi +9 -3
- boto3-stubs/resources/model.pyi +57 -53
- boto3-stubs/resources/params.pyi +12 -6
- boto3-stubs/resources/response.pyi +20 -14
- boto3-stubs/s3/constants.pyi +8 -0
- boto3-stubs/s3/inject.pyi +66 -56
- boto3-stubs/s3/transfer.pyi +30 -17
- boto3-stubs/session.pyi +42 -36
- boto3-stubs/utils.pyi +15 -10
- boto3_stubs_lite-1.40.76.dist-info/METADATA +2870 -0
- boto3_stubs_lite-1.40.76.dist-info/RECORD +45 -0
- {boto3_stubs_lite-1.28.70.dist-info → boto3_stubs_lite-1.40.76.dist-info}/WHEEL +1 -1
- {boto3_stubs_lite-1.28.70.dist-info → boto3_stubs_lite-1.40.76.dist-info/licenses}/LICENSE +1 -1
- {boto3_stubs_lite-1.28.70.dist-info → boto3_stubs_lite-1.40.76.dist-info}/top_level.txt +1 -0
- boto3_stubs_lite-1.28.70.dist-info/METADATA +0 -2553
- boto3_stubs_lite-1.28.70.dist-info/RECORD +0 -32
|
@@ -1,2553 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: boto3-stubs-lite
|
|
3
|
-
Version: 1.28.70
|
|
4
|
-
Summary: Type annotations for boto3 1.28.70 generated with mypy-boto3-builder 7.19.0
|
|
5
|
-
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
|
-
Author: Vlad Emelianov
|
|
7
|
-
Author-email: vlad.emelianov.nz@gmail.com
|
|
8
|
-
License: MIT License
|
|
9
|
-
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/
|
|
10
|
-
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
|
-
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 type-annotations boto3-stubs mypy typeshed autocomplete
|
|
13
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
14
|
-
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
|
-
Classifier: Natural Language :: English
|
|
18
|
-
Classifier: Operating System :: OS Independent
|
|
19
|
-
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
|
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Typing :: Stubs Only
|
|
29
|
-
Requires-Python: >=3.7
|
|
30
|
-
Description-Content-Type: text/markdown
|
|
31
|
-
License-File: LICENSE
|
|
32
|
-
Requires-Dist: botocore-stubs
|
|
33
|
-
Requires-Dist: types-s3transfer
|
|
34
|
-
Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
35
|
-
Provides-Extra: accessanalyzer
|
|
36
|
-
Requires-Dist: mypy-boto3-accessanalyzer <1.29.0,>=1.28.0 ; extra == 'accessanalyzer'
|
|
37
|
-
Provides-Extra: account
|
|
38
|
-
Requires-Dist: mypy-boto3-account <1.29.0,>=1.28.0 ; extra == 'account'
|
|
39
|
-
Provides-Extra: acm
|
|
40
|
-
Requires-Dist: mypy-boto3-acm <1.29.0,>=1.28.0 ; extra == 'acm'
|
|
41
|
-
Provides-Extra: acm-pca
|
|
42
|
-
Requires-Dist: mypy-boto3-acm-pca <1.29.0,>=1.28.0 ; extra == 'acm-pca'
|
|
43
|
-
Provides-Extra: alexaforbusiness
|
|
44
|
-
Requires-Dist: mypy-boto3-alexaforbusiness <1.29.0,>=1.28.0 ; extra == 'alexaforbusiness'
|
|
45
|
-
Provides-Extra: all
|
|
46
|
-
Requires-Dist: mypy-boto3-accessanalyzer <1.29.0,>=1.28.0 ; extra == 'all'
|
|
47
|
-
Requires-Dist: mypy-boto3-account <1.29.0,>=1.28.0 ; extra == 'all'
|
|
48
|
-
Requires-Dist: mypy-boto3-acm <1.29.0,>=1.28.0 ; extra == 'all'
|
|
49
|
-
Requires-Dist: mypy-boto3-acm-pca <1.29.0,>=1.28.0 ; extra == 'all'
|
|
50
|
-
Requires-Dist: mypy-boto3-alexaforbusiness <1.29.0,>=1.28.0 ; extra == 'all'
|
|
51
|
-
Requires-Dist: mypy-boto3-amp <1.29.0,>=1.28.0 ; extra == 'all'
|
|
52
|
-
Requires-Dist: mypy-boto3-amplify <1.29.0,>=1.28.0 ; extra == 'all'
|
|
53
|
-
Requires-Dist: mypy-boto3-amplifybackend <1.29.0,>=1.28.0 ; extra == 'all'
|
|
54
|
-
Requires-Dist: mypy-boto3-amplifyuibuilder <1.29.0,>=1.28.0 ; extra == 'all'
|
|
55
|
-
Requires-Dist: mypy-boto3-apigateway <1.29.0,>=1.28.0 ; extra == 'all'
|
|
56
|
-
Requires-Dist: mypy-boto3-apigatewaymanagementapi <1.29.0,>=1.28.0 ; extra == 'all'
|
|
57
|
-
Requires-Dist: mypy-boto3-apigatewayv2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
58
|
-
Requires-Dist: mypy-boto3-appconfig <1.29.0,>=1.28.0 ; extra == 'all'
|
|
59
|
-
Requires-Dist: mypy-boto3-appconfigdata <1.29.0,>=1.28.0 ; extra == 'all'
|
|
60
|
-
Requires-Dist: mypy-boto3-appfabric <1.29.0,>=1.28.0 ; extra == 'all'
|
|
61
|
-
Requires-Dist: mypy-boto3-appflow <1.29.0,>=1.28.0 ; extra == 'all'
|
|
62
|
-
Requires-Dist: mypy-boto3-appintegrations <1.29.0,>=1.28.0 ; extra == 'all'
|
|
63
|
-
Requires-Dist: mypy-boto3-application-autoscaling <1.29.0,>=1.28.0 ; extra == 'all'
|
|
64
|
-
Requires-Dist: mypy-boto3-application-insights <1.29.0,>=1.28.0 ; extra == 'all'
|
|
65
|
-
Requires-Dist: mypy-boto3-applicationcostprofiler <1.29.0,>=1.28.0 ; extra == 'all'
|
|
66
|
-
Requires-Dist: mypy-boto3-appmesh <1.29.0,>=1.28.0 ; extra == 'all'
|
|
67
|
-
Requires-Dist: mypy-boto3-apprunner <1.29.0,>=1.28.0 ; extra == 'all'
|
|
68
|
-
Requires-Dist: mypy-boto3-appstream <1.29.0,>=1.28.0 ; extra == 'all'
|
|
69
|
-
Requires-Dist: mypy-boto3-appsync <1.29.0,>=1.28.0 ; extra == 'all'
|
|
70
|
-
Requires-Dist: mypy-boto3-arc-zonal-shift <1.29.0,>=1.28.0 ; extra == 'all'
|
|
71
|
-
Requires-Dist: mypy-boto3-athena <1.29.0,>=1.28.0 ; extra == 'all'
|
|
72
|
-
Requires-Dist: mypy-boto3-auditmanager <1.29.0,>=1.28.0 ; extra == 'all'
|
|
73
|
-
Requires-Dist: mypy-boto3-autoscaling <1.29.0,>=1.28.0 ; extra == 'all'
|
|
74
|
-
Requires-Dist: mypy-boto3-autoscaling-plans <1.29.0,>=1.28.0 ; extra == 'all'
|
|
75
|
-
Requires-Dist: mypy-boto3-backup <1.29.0,>=1.28.0 ; extra == 'all'
|
|
76
|
-
Requires-Dist: mypy-boto3-backup-gateway <1.29.0,>=1.28.0 ; extra == 'all'
|
|
77
|
-
Requires-Dist: mypy-boto3-backupstorage <1.29.0,>=1.28.0 ; extra == 'all'
|
|
78
|
-
Requires-Dist: mypy-boto3-batch <1.29.0,>=1.28.0 ; extra == 'all'
|
|
79
|
-
Requires-Dist: mypy-boto3-bedrock <1.29.0,>=1.28.0 ; extra == 'all'
|
|
80
|
-
Requires-Dist: mypy-boto3-bedrock-runtime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
81
|
-
Requires-Dist: mypy-boto3-billingconductor <1.29.0,>=1.28.0 ; extra == 'all'
|
|
82
|
-
Requires-Dist: mypy-boto3-braket <1.29.0,>=1.28.0 ; extra == 'all'
|
|
83
|
-
Requires-Dist: mypy-boto3-budgets <1.29.0,>=1.28.0 ; extra == 'all'
|
|
84
|
-
Requires-Dist: mypy-boto3-ce <1.29.0,>=1.28.0 ; extra == 'all'
|
|
85
|
-
Requires-Dist: mypy-boto3-chime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
86
|
-
Requires-Dist: mypy-boto3-chime-sdk-identity <1.29.0,>=1.28.0 ; extra == 'all'
|
|
87
|
-
Requires-Dist: mypy-boto3-chime-sdk-media-pipelines <1.29.0,>=1.28.0 ; extra == 'all'
|
|
88
|
-
Requires-Dist: mypy-boto3-chime-sdk-meetings <1.29.0,>=1.28.0 ; extra == 'all'
|
|
89
|
-
Requires-Dist: mypy-boto3-chime-sdk-messaging <1.29.0,>=1.28.0 ; extra == 'all'
|
|
90
|
-
Requires-Dist: mypy-boto3-chime-sdk-voice <1.29.0,>=1.28.0 ; extra == 'all'
|
|
91
|
-
Requires-Dist: mypy-boto3-cleanrooms <1.29.0,>=1.28.0 ; extra == 'all'
|
|
92
|
-
Requires-Dist: mypy-boto3-cloud9 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
93
|
-
Requires-Dist: mypy-boto3-cloudcontrol <1.29.0,>=1.28.0 ; extra == 'all'
|
|
94
|
-
Requires-Dist: mypy-boto3-clouddirectory <1.29.0,>=1.28.0 ; extra == 'all'
|
|
95
|
-
Requires-Dist: mypy-boto3-cloudformation <1.29.0,>=1.28.0 ; extra == 'all'
|
|
96
|
-
Requires-Dist: mypy-boto3-cloudfront <1.29.0,>=1.28.0 ; extra == 'all'
|
|
97
|
-
Requires-Dist: mypy-boto3-cloudhsm <1.29.0,>=1.28.0 ; extra == 'all'
|
|
98
|
-
Requires-Dist: mypy-boto3-cloudhsmv2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
99
|
-
Requires-Dist: mypy-boto3-cloudsearch <1.29.0,>=1.28.0 ; extra == 'all'
|
|
100
|
-
Requires-Dist: mypy-boto3-cloudsearchdomain <1.29.0,>=1.28.0 ; extra == 'all'
|
|
101
|
-
Requires-Dist: mypy-boto3-cloudtrail <1.29.0,>=1.28.0 ; extra == 'all'
|
|
102
|
-
Requires-Dist: mypy-boto3-cloudtrail-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
103
|
-
Requires-Dist: mypy-boto3-cloudwatch <1.29.0,>=1.28.0 ; extra == 'all'
|
|
104
|
-
Requires-Dist: mypy-boto3-codeartifact <1.29.0,>=1.28.0 ; extra == 'all'
|
|
105
|
-
Requires-Dist: mypy-boto3-codebuild <1.29.0,>=1.28.0 ; extra == 'all'
|
|
106
|
-
Requires-Dist: mypy-boto3-codecatalyst <1.29.0,>=1.28.0 ; extra == 'all'
|
|
107
|
-
Requires-Dist: mypy-boto3-codecommit <1.29.0,>=1.28.0 ; extra == 'all'
|
|
108
|
-
Requires-Dist: mypy-boto3-codedeploy <1.29.0,>=1.28.0 ; extra == 'all'
|
|
109
|
-
Requires-Dist: mypy-boto3-codeguru-reviewer <1.29.0,>=1.28.0 ; extra == 'all'
|
|
110
|
-
Requires-Dist: mypy-boto3-codeguru-security <1.29.0,>=1.28.0 ; extra == 'all'
|
|
111
|
-
Requires-Dist: mypy-boto3-codeguruprofiler <1.29.0,>=1.28.0 ; extra == 'all'
|
|
112
|
-
Requires-Dist: mypy-boto3-codepipeline <1.29.0,>=1.28.0 ; extra == 'all'
|
|
113
|
-
Requires-Dist: mypy-boto3-codestar <1.29.0,>=1.28.0 ; extra == 'all'
|
|
114
|
-
Requires-Dist: mypy-boto3-codestar-connections <1.29.0,>=1.28.0 ; extra == 'all'
|
|
115
|
-
Requires-Dist: mypy-boto3-codestar-notifications <1.29.0,>=1.28.0 ; extra == 'all'
|
|
116
|
-
Requires-Dist: mypy-boto3-cognito-identity <1.29.0,>=1.28.0 ; extra == 'all'
|
|
117
|
-
Requires-Dist: mypy-boto3-cognito-idp <1.29.0,>=1.28.0 ; extra == 'all'
|
|
118
|
-
Requires-Dist: mypy-boto3-cognito-sync <1.29.0,>=1.28.0 ; extra == 'all'
|
|
119
|
-
Requires-Dist: mypy-boto3-comprehend <1.29.0,>=1.28.0 ; extra == 'all'
|
|
120
|
-
Requires-Dist: mypy-boto3-comprehendmedical <1.29.0,>=1.28.0 ; extra == 'all'
|
|
121
|
-
Requires-Dist: mypy-boto3-compute-optimizer <1.29.0,>=1.28.0 ; extra == 'all'
|
|
122
|
-
Requires-Dist: mypy-boto3-config <1.29.0,>=1.28.0 ; extra == 'all'
|
|
123
|
-
Requires-Dist: mypy-boto3-connect <1.29.0,>=1.28.0 ; extra == 'all'
|
|
124
|
-
Requires-Dist: mypy-boto3-connect-contact-lens <1.29.0,>=1.28.0 ; extra == 'all'
|
|
125
|
-
Requires-Dist: mypy-boto3-connectcampaigns <1.29.0,>=1.28.0 ; extra == 'all'
|
|
126
|
-
Requires-Dist: mypy-boto3-connectcases <1.29.0,>=1.28.0 ; extra == 'all'
|
|
127
|
-
Requires-Dist: mypy-boto3-connectparticipant <1.29.0,>=1.28.0 ; extra == 'all'
|
|
128
|
-
Requires-Dist: mypy-boto3-controltower <1.29.0,>=1.28.0 ; extra == 'all'
|
|
129
|
-
Requires-Dist: mypy-boto3-cur <1.29.0,>=1.28.0 ; extra == 'all'
|
|
130
|
-
Requires-Dist: mypy-boto3-customer-profiles <1.29.0,>=1.28.0 ; extra == 'all'
|
|
131
|
-
Requires-Dist: mypy-boto3-databrew <1.29.0,>=1.28.0 ; extra == 'all'
|
|
132
|
-
Requires-Dist: mypy-boto3-dataexchange <1.29.0,>=1.28.0 ; extra == 'all'
|
|
133
|
-
Requires-Dist: mypy-boto3-datapipeline <1.29.0,>=1.28.0 ; extra == 'all'
|
|
134
|
-
Requires-Dist: mypy-boto3-datasync <1.29.0,>=1.28.0 ; extra == 'all'
|
|
135
|
-
Requires-Dist: mypy-boto3-datazone <1.29.0,>=1.28.0 ; extra == 'all'
|
|
136
|
-
Requires-Dist: mypy-boto3-dax <1.29.0,>=1.28.0 ; extra == 'all'
|
|
137
|
-
Requires-Dist: mypy-boto3-detective <1.29.0,>=1.28.0 ; extra == 'all'
|
|
138
|
-
Requires-Dist: mypy-boto3-devicefarm <1.29.0,>=1.28.0 ; extra == 'all'
|
|
139
|
-
Requires-Dist: mypy-boto3-devops-guru <1.29.0,>=1.28.0 ; extra == 'all'
|
|
140
|
-
Requires-Dist: mypy-boto3-directconnect <1.29.0,>=1.28.0 ; extra == 'all'
|
|
141
|
-
Requires-Dist: mypy-boto3-discovery <1.29.0,>=1.28.0 ; extra == 'all'
|
|
142
|
-
Requires-Dist: mypy-boto3-dlm <1.29.0,>=1.28.0 ; extra == 'all'
|
|
143
|
-
Requires-Dist: mypy-boto3-dms <1.29.0,>=1.28.0 ; extra == 'all'
|
|
144
|
-
Requires-Dist: mypy-boto3-docdb <1.29.0,>=1.28.0 ; extra == 'all'
|
|
145
|
-
Requires-Dist: mypy-boto3-docdb-elastic <1.29.0,>=1.28.0 ; extra == 'all'
|
|
146
|
-
Requires-Dist: mypy-boto3-drs <1.29.0,>=1.28.0 ; extra == 'all'
|
|
147
|
-
Requires-Dist: mypy-boto3-ds <1.29.0,>=1.28.0 ; extra == 'all'
|
|
148
|
-
Requires-Dist: mypy-boto3-dynamodb <1.29.0,>=1.28.0 ; extra == 'all'
|
|
149
|
-
Requires-Dist: mypy-boto3-dynamodbstreams <1.29.0,>=1.28.0 ; extra == 'all'
|
|
150
|
-
Requires-Dist: mypy-boto3-ebs <1.29.0,>=1.28.0 ; extra == 'all'
|
|
151
|
-
Requires-Dist: mypy-boto3-ec2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
152
|
-
Requires-Dist: mypy-boto3-ec2-instance-connect <1.29.0,>=1.28.0 ; extra == 'all'
|
|
153
|
-
Requires-Dist: mypy-boto3-ecr <1.29.0,>=1.28.0 ; extra == 'all'
|
|
154
|
-
Requires-Dist: mypy-boto3-ecr-public <1.29.0,>=1.28.0 ; extra == 'all'
|
|
155
|
-
Requires-Dist: mypy-boto3-ecs <1.29.0,>=1.28.0 ; extra == 'all'
|
|
156
|
-
Requires-Dist: mypy-boto3-efs <1.29.0,>=1.28.0 ; extra == 'all'
|
|
157
|
-
Requires-Dist: mypy-boto3-eks <1.29.0,>=1.28.0 ; extra == 'all'
|
|
158
|
-
Requires-Dist: mypy-boto3-elastic-inference <1.29.0,>=1.28.0 ; extra == 'all'
|
|
159
|
-
Requires-Dist: mypy-boto3-elasticache <1.29.0,>=1.28.0 ; extra == 'all'
|
|
160
|
-
Requires-Dist: mypy-boto3-elasticbeanstalk <1.29.0,>=1.28.0 ; extra == 'all'
|
|
161
|
-
Requires-Dist: mypy-boto3-elastictranscoder <1.29.0,>=1.28.0 ; extra == 'all'
|
|
162
|
-
Requires-Dist: mypy-boto3-elb <1.29.0,>=1.28.0 ; extra == 'all'
|
|
163
|
-
Requires-Dist: mypy-boto3-elbv2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
164
|
-
Requires-Dist: mypy-boto3-emr <1.29.0,>=1.28.0 ; extra == 'all'
|
|
165
|
-
Requires-Dist: mypy-boto3-emr-containers <1.29.0,>=1.28.0 ; extra == 'all'
|
|
166
|
-
Requires-Dist: mypy-boto3-emr-serverless <1.29.0,>=1.28.0 ; extra == 'all'
|
|
167
|
-
Requires-Dist: mypy-boto3-entityresolution <1.29.0,>=1.28.0 ; extra == 'all'
|
|
168
|
-
Requires-Dist: mypy-boto3-es <1.29.0,>=1.28.0 ; extra == 'all'
|
|
169
|
-
Requires-Dist: mypy-boto3-events <1.29.0,>=1.28.0 ; extra == 'all'
|
|
170
|
-
Requires-Dist: mypy-boto3-evidently <1.29.0,>=1.28.0 ; extra == 'all'
|
|
171
|
-
Requires-Dist: mypy-boto3-finspace <1.29.0,>=1.28.0 ; extra == 'all'
|
|
172
|
-
Requires-Dist: mypy-boto3-finspace-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
173
|
-
Requires-Dist: mypy-boto3-firehose <1.29.0,>=1.28.0 ; extra == 'all'
|
|
174
|
-
Requires-Dist: mypy-boto3-fis <1.29.0,>=1.28.0 ; extra == 'all'
|
|
175
|
-
Requires-Dist: mypy-boto3-fms <1.29.0,>=1.28.0 ; extra == 'all'
|
|
176
|
-
Requires-Dist: mypy-boto3-forecast <1.29.0,>=1.28.0 ; extra == 'all'
|
|
177
|
-
Requires-Dist: mypy-boto3-forecastquery <1.29.0,>=1.28.0 ; extra == 'all'
|
|
178
|
-
Requires-Dist: mypy-boto3-frauddetector <1.29.0,>=1.28.0 ; extra == 'all'
|
|
179
|
-
Requires-Dist: mypy-boto3-fsx <1.29.0,>=1.28.0 ; extra == 'all'
|
|
180
|
-
Requires-Dist: mypy-boto3-gamelift <1.29.0,>=1.28.0 ; extra == 'all'
|
|
181
|
-
Requires-Dist: mypy-boto3-glacier <1.29.0,>=1.28.0 ; extra == 'all'
|
|
182
|
-
Requires-Dist: mypy-boto3-globalaccelerator <1.29.0,>=1.28.0 ; extra == 'all'
|
|
183
|
-
Requires-Dist: mypy-boto3-glue <1.29.0,>=1.28.0 ; extra == 'all'
|
|
184
|
-
Requires-Dist: mypy-boto3-grafana <1.29.0,>=1.28.0 ; extra == 'all'
|
|
185
|
-
Requires-Dist: mypy-boto3-greengrass <1.29.0,>=1.28.0 ; extra == 'all'
|
|
186
|
-
Requires-Dist: mypy-boto3-greengrassv2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
187
|
-
Requires-Dist: mypy-boto3-groundstation <1.29.0,>=1.28.0 ; extra == 'all'
|
|
188
|
-
Requires-Dist: mypy-boto3-guardduty <1.29.0,>=1.28.0 ; extra == 'all'
|
|
189
|
-
Requires-Dist: mypy-boto3-health <1.29.0,>=1.28.0 ; extra == 'all'
|
|
190
|
-
Requires-Dist: mypy-boto3-healthlake <1.29.0,>=1.28.0 ; extra == 'all'
|
|
191
|
-
Requires-Dist: mypy-boto3-honeycode <1.29.0,>=1.28.0 ; extra == 'all'
|
|
192
|
-
Requires-Dist: mypy-boto3-iam <1.29.0,>=1.28.0 ; extra == 'all'
|
|
193
|
-
Requires-Dist: mypy-boto3-identitystore <1.29.0,>=1.28.0 ; extra == 'all'
|
|
194
|
-
Requires-Dist: mypy-boto3-imagebuilder <1.29.0,>=1.28.0 ; extra == 'all'
|
|
195
|
-
Requires-Dist: mypy-boto3-importexport <1.29.0,>=1.28.0 ; extra == 'all'
|
|
196
|
-
Requires-Dist: mypy-boto3-inspector <1.29.0,>=1.28.0 ; extra == 'all'
|
|
197
|
-
Requires-Dist: mypy-boto3-inspector2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
198
|
-
Requires-Dist: mypy-boto3-internetmonitor <1.29.0,>=1.28.0 ; extra == 'all'
|
|
199
|
-
Requires-Dist: mypy-boto3-iot <1.29.0,>=1.28.0 ; extra == 'all'
|
|
200
|
-
Requires-Dist: mypy-boto3-iot-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
201
|
-
Requires-Dist: mypy-boto3-iot-jobs-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
202
|
-
Requires-Dist: mypy-boto3-iot-roborunner <1.29.0,>=1.28.0 ; extra == 'all'
|
|
203
|
-
Requires-Dist: mypy-boto3-iot1click-devices <1.29.0,>=1.28.0 ; extra == 'all'
|
|
204
|
-
Requires-Dist: mypy-boto3-iot1click-projects <1.29.0,>=1.28.0 ; extra == 'all'
|
|
205
|
-
Requires-Dist: mypy-boto3-iotanalytics <1.29.0,>=1.28.0 ; extra == 'all'
|
|
206
|
-
Requires-Dist: mypy-boto3-iotdeviceadvisor <1.29.0,>=1.28.0 ; extra == 'all'
|
|
207
|
-
Requires-Dist: mypy-boto3-iotevents <1.29.0,>=1.28.0 ; extra == 'all'
|
|
208
|
-
Requires-Dist: mypy-boto3-iotevents-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
209
|
-
Requires-Dist: mypy-boto3-iotfleethub <1.29.0,>=1.28.0 ; extra == 'all'
|
|
210
|
-
Requires-Dist: mypy-boto3-iotfleetwise <1.29.0,>=1.28.0 ; extra == 'all'
|
|
211
|
-
Requires-Dist: mypy-boto3-iotsecuretunneling <1.29.0,>=1.28.0 ; extra == 'all'
|
|
212
|
-
Requires-Dist: mypy-boto3-iotsitewise <1.29.0,>=1.28.0 ; extra == 'all'
|
|
213
|
-
Requires-Dist: mypy-boto3-iotthingsgraph <1.29.0,>=1.28.0 ; extra == 'all'
|
|
214
|
-
Requires-Dist: mypy-boto3-iottwinmaker <1.29.0,>=1.28.0 ; extra == 'all'
|
|
215
|
-
Requires-Dist: mypy-boto3-iotwireless <1.29.0,>=1.28.0 ; extra == 'all'
|
|
216
|
-
Requires-Dist: mypy-boto3-ivs <1.29.0,>=1.28.0 ; extra == 'all'
|
|
217
|
-
Requires-Dist: mypy-boto3-ivs-realtime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
218
|
-
Requires-Dist: mypy-boto3-ivschat <1.29.0,>=1.28.0 ; extra == 'all'
|
|
219
|
-
Requires-Dist: mypy-boto3-kafka <1.29.0,>=1.28.0 ; extra == 'all'
|
|
220
|
-
Requires-Dist: mypy-boto3-kafkaconnect <1.29.0,>=1.28.0 ; extra == 'all'
|
|
221
|
-
Requires-Dist: mypy-boto3-kendra <1.29.0,>=1.28.0 ; extra == 'all'
|
|
222
|
-
Requires-Dist: mypy-boto3-kendra-ranking <1.29.0,>=1.28.0 ; extra == 'all'
|
|
223
|
-
Requires-Dist: mypy-boto3-keyspaces <1.29.0,>=1.28.0 ; extra == 'all'
|
|
224
|
-
Requires-Dist: mypy-boto3-kinesis <1.29.0,>=1.28.0 ; extra == 'all'
|
|
225
|
-
Requires-Dist: mypy-boto3-kinesis-video-archived-media <1.29.0,>=1.28.0 ; extra == 'all'
|
|
226
|
-
Requires-Dist: mypy-boto3-kinesis-video-media <1.29.0,>=1.28.0 ; extra == 'all'
|
|
227
|
-
Requires-Dist: mypy-boto3-kinesis-video-signaling <1.29.0,>=1.28.0 ; extra == 'all'
|
|
228
|
-
Requires-Dist: mypy-boto3-kinesis-video-webrtc-storage <1.29.0,>=1.28.0 ; extra == 'all'
|
|
229
|
-
Requires-Dist: mypy-boto3-kinesisanalytics <1.29.0,>=1.28.0 ; extra == 'all'
|
|
230
|
-
Requires-Dist: mypy-boto3-kinesisanalyticsv2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
231
|
-
Requires-Dist: mypy-boto3-kinesisvideo <1.29.0,>=1.28.0 ; extra == 'all'
|
|
232
|
-
Requires-Dist: mypy-boto3-kms <1.29.0,>=1.28.0 ; extra == 'all'
|
|
233
|
-
Requires-Dist: mypy-boto3-lakeformation <1.29.0,>=1.28.0 ; extra == 'all'
|
|
234
|
-
Requires-Dist: mypy-boto3-lambda <1.29.0,>=1.28.0 ; extra == 'all'
|
|
235
|
-
Requires-Dist: mypy-boto3-lex-models <1.29.0,>=1.28.0 ; extra == 'all'
|
|
236
|
-
Requires-Dist: mypy-boto3-lex-runtime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
237
|
-
Requires-Dist: mypy-boto3-lexv2-models <1.29.0,>=1.28.0 ; extra == 'all'
|
|
238
|
-
Requires-Dist: mypy-boto3-lexv2-runtime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
239
|
-
Requires-Dist: mypy-boto3-license-manager <1.29.0,>=1.28.0 ; extra == 'all'
|
|
240
|
-
Requires-Dist: mypy-boto3-license-manager-linux-subscriptions <1.29.0,>=1.28.0 ; extra == 'all'
|
|
241
|
-
Requires-Dist: mypy-boto3-license-manager-user-subscriptions <1.29.0,>=1.28.0 ; extra == 'all'
|
|
242
|
-
Requires-Dist: mypy-boto3-lightsail <1.29.0,>=1.28.0 ; extra == 'all'
|
|
243
|
-
Requires-Dist: mypy-boto3-location <1.29.0,>=1.28.0 ; extra == 'all'
|
|
244
|
-
Requires-Dist: mypy-boto3-logs <1.29.0,>=1.28.0 ; extra == 'all'
|
|
245
|
-
Requires-Dist: mypy-boto3-lookoutequipment <1.29.0,>=1.28.0 ; extra == 'all'
|
|
246
|
-
Requires-Dist: mypy-boto3-lookoutmetrics <1.29.0,>=1.28.0 ; extra == 'all'
|
|
247
|
-
Requires-Dist: mypy-boto3-lookoutvision <1.29.0,>=1.28.0 ; extra == 'all'
|
|
248
|
-
Requires-Dist: mypy-boto3-m2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
249
|
-
Requires-Dist: mypy-boto3-machinelearning <1.29.0,>=1.28.0 ; extra == 'all'
|
|
250
|
-
Requires-Dist: mypy-boto3-macie <1.29.0,>=1.28.0 ; extra == 'all'
|
|
251
|
-
Requires-Dist: mypy-boto3-macie2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
252
|
-
Requires-Dist: mypy-boto3-managedblockchain <1.29.0,>=1.28.0 ; extra == 'all'
|
|
253
|
-
Requires-Dist: mypy-boto3-managedblockchain-query <1.29.0,>=1.28.0 ; extra == 'all'
|
|
254
|
-
Requires-Dist: mypy-boto3-marketplace-catalog <1.29.0,>=1.28.0 ; extra == 'all'
|
|
255
|
-
Requires-Dist: mypy-boto3-marketplace-entitlement <1.29.0,>=1.28.0 ; extra == 'all'
|
|
256
|
-
Requires-Dist: mypy-boto3-marketplacecommerceanalytics <1.29.0,>=1.28.0 ; extra == 'all'
|
|
257
|
-
Requires-Dist: mypy-boto3-mediaconnect <1.29.0,>=1.28.0 ; extra == 'all'
|
|
258
|
-
Requires-Dist: mypy-boto3-mediaconvert <1.29.0,>=1.28.0 ; extra == 'all'
|
|
259
|
-
Requires-Dist: mypy-boto3-medialive <1.29.0,>=1.28.0 ; extra == 'all'
|
|
260
|
-
Requires-Dist: mypy-boto3-mediapackage <1.29.0,>=1.28.0 ; extra == 'all'
|
|
261
|
-
Requires-Dist: mypy-boto3-mediapackage-vod <1.29.0,>=1.28.0 ; extra == 'all'
|
|
262
|
-
Requires-Dist: mypy-boto3-mediapackagev2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
263
|
-
Requires-Dist: mypy-boto3-mediastore <1.29.0,>=1.28.0 ; extra == 'all'
|
|
264
|
-
Requires-Dist: mypy-boto3-mediastore-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
265
|
-
Requires-Dist: mypy-boto3-mediatailor <1.29.0,>=1.28.0 ; extra == 'all'
|
|
266
|
-
Requires-Dist: mypy-boto3-medical-imaging <1.29.0,>=1.28.0 ; extra == 'all'
|
|
267
|
-
Requires-Dist: mypy-boto3-memorydb <1.29.0,>=1.28.0 ; extra == 'all'
|
|
268
|
-
Requires-Dist: mypy-boto3-meteringmarketplace <1.29.0,>=1.28.0 ; extra == 'all'
|
|
269
|
-
Requires-Dist: mypy-boto3-mgh <1.29.0,>=1.28.0 ; extra == 'all'
|
|
270
|
-
Requires-Dist: mypy-boto3-mgn <1.29.0,>=1.28.0 ; extra == 'all'
|
|
271
|
-
Requires-Dist: mypy-boto3-migration-hub-refactor-spaces <1.29.0,>=1.28.0 ; extra == 'all'
|
|
272
|
-
Requires-Dist: mypy-boto3-migrationhub-config <1.29.0,>=1.28.0 ; extra == 'all'
|
|
273
|
-
Requires-Dist: mypy-boto3-migrationhuborchestrator <1.29.0,>=1.28.0 ; extra == 'all'
|
|
274
|
-
Requires-Dist: mypy-boto3-migrationhubstrategy <1.29.0,>=1.28.0 ; extra == 'all'
|
|
275
|
-
Requires-Dist: mypy-boto3-mobile <1.29.0,>=1.28.0 ; extra == 'all'
|
|
276
|
-
Requires-Dist: mypy-boto3-mq <1.29.0,>=1.28.0 ; extra == 'all'
|
|
277
|
-
Requires-Dist: mypy-boto3-mturk <1.29.0,>=1.28.0 ; extra == 'all'
|
|
278
|
-
Requires-Dist: mypy-boto3-mwaa <1.29.0,>=1.28.0 ; extra == 'all'
|
|
279
|
-
Requires-Dist: mypy-boto3-neptune <1.29.0,>=1.28.0 ; extra == 'all'
|
|
280
|
-
Requires-Dist: mypy-boto3-neptunedata <1.29.0,>=1.28.0 ; extra == 'all'
|
|
281
|
-
Requires-Dist: mypy-boto3-network-firewall <1.29.0,>=1.28.0 ; extra == 'all'
|
|
282
|
-
Requires-Dist: mypy-boto3-networkmanager <1.29.0,>=1.28.0 ; extra == 'all'
|
|
283
|
-
Requires-Dist: mypy-boto3-nimble <1.29.0,>=1.28.0 ; extra == 'all'
|
|
284
|
-
Requires-Dist: mypy-boto3-oam <1.29.0,>=1.28.0 ; extra == 'all'
|
|
285
|
-
Requires-Dist: mypy-boto3-omics <1.29.0,>=1.28.0 ; extra == 'all'
|
|
286
|
-
Requires-Dist: mypy-boto3-opensearch <1.29.0,>=1.28.0 ; extra == 'all'
|
|
287
|
-
Requires-Dist: mypy-boto3-opensearchserverless <1.29.0,>=1.28.0 ; extra == 'all'
|
|
288
|
-
Requires-Dist: mypy-boto3-opsworks <1.29.0,>=1.28.0 ; extra == 'all'
|
|
289
|
-
Requires-Dist: mypy-boto3-opsworkscm <1.29.0,>=1.28.0 ; extra == 'all'
|
|
290
|
-
Requires-Dist: mypy-boto3-organizations <1.29.0,>=1.28.0 ; extra == 'all'
|
|
291
|
-
Requires-Dist: mypy-boto3-osis <1.29.0,>=1.28.0 ; extra == 'all'
|
|
292
|
-
Requires-Dist: mypy-boto3-outposts <1.29.0,>=1.28.0 ; extra == 'all'
|
|
293
|
-
Requires-Dist: mypy-boto3-panorama <1.29.0,>=1.28.0 ; extra == 'all'
|
|
294
|
-
Requires-Dist: mypy-boto3-payment-cryptography <1.29.0,>=1.28.0 ; extra == 'all'
|
|
295
|
-
Requires-Dist: mypy-boto3-payment-cryptography-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
296
|
-
Requires-Dist: mypy-boto3-pca-connector-ad <1.29.0,>=1.28.0 ; extra == 'all'
|
|
297
|
-
Requires-Dist: mypy-boto3-personalize <1.29.0,>=1.28.0 ; extra == 'all'
|
|
298
|
-
Requires-Dist: mypy-boto3-personalize-events <1.29.0,>=1.28.0 ; extra == 'all'
|
|
299
|
-
Requires-Dist: mypy-boto3-personalize-runtime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
300
|
-
Requires-Dist: mypy-boto3-pi <1.29.0,>=1.28.0 ; extra == 'all'
|
|
301
|
-
Requires-Dist: mypy-boto3-pinpoint <1.29.0,>=1.28.0 ; extra == 'all'
|
|
302
|
-
Requires-Dist: mypy-boto3-pinpoint-email <1.29.0,>=1.28.0 ; extra == 'all'
|
|
303
|
-
Requires-Dist: mypy-boto3-pinpoint-sms-voice <1.29.0,>=1.28.0 ; extra == 'all'
|
|
304
|
-
Requires-Dist: mypy-boto3-pinpoint-sms-voice-v2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
305
|
-
Requires-Dist: mypy-boto3-pipes <1.29.0,>=1.28.0 ; extra == 'all'
|
|
306
|
-
Requires-Dist: mypy-boto3-polly <1.29.0,>=1.28.0 ; extra == 'all'
|
|
307
|
-
Requires-Dist: mypy-boto3-pricing <1.29.0,>=1.28.0 ; extra == 'all'
|
|
308
|
-
Requires-Dist: mypy-boto3-privatenetworks <1.29.0,>=1.28.0 ; extra == 'all'
|
|
309
|
-
Requires-Dist: mypy-boto3-proton <1.29.0,>=1.28.0 ; extra == 'all'
|
|
310
|
-
Requires-Dist: mypy-boto3-qldb <1.29.0,>=1.28.0 ; extra == 'all'
|
|
311
|
-
Requires-Dist: mypy-boto3-qldb-session <1.29.0,>=1.28.0 ; extra == 'all'
|
|
312
|
-
Requires-Dist: mypy-boto3-quicksight <1.29.0,>=1.28.0 ; extra == 'all'
|
|
313
|
-
Requires-Dist: mypy-boto3-ram <1.29.0,>=1.28.0 ; extra == 'all'
|
|
314
|
-
Requires-Dist: mypy-boto3-rbin <1.29.0,>=1.28.0 ; extra == 'all'
|
|
315
|
-
Requires-Dist: mypy-boto3-rds <1.29.0,>=1.28.0 ; extra == 'all'
|
|
316
|
-
Requires-Dist: mypy-boto3-rds-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
317
|
-
Requires-Dist: mypy-boto3-redshift <1.29.0,>=1.28.0 ; extra == 'all'
|
|
318
|
-
Requires-Dist: mypy-boto3-redshift-data <1.29.0,>=1.28.0 ; extra == 'all'
|
|
319
|
-
Requires-Dist: mypy-boto3-redshift-serverless <1.29.0,>=1.28.0 ; extra == 'all'
|
|
320
|
-
Requires-Dist: mypy-boto3-rekognition <1.29.0,>=1.28.0 ; extra == 'all'
|
|
321
|
-
Requires-Dist: mypy-boto3-resiliencehub <1.29.0,>=1.28.0 ; extra == 'all'
|
|
322
|
-
Requires-Dist: mypy-boto3-resource-explorer-2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
323
|
-
Requires-Dist: mypy-boto3-resource-groups <1.29.0,>=1.28.0 ; extra == 'all'
|
|
324
|
-
Requires-Dist: mypy-boto3-resourcegroupstaggingapi <1.29.0,>=1.28.0 ; extra == 'all'
|
|
325
|
-
Requires-Dist: mypy-boto3-robomaker <1.29.0,>=1.28.0 ; extra == 'all'
|
|
326
|
-
Requires-Dist: mypy-boto3-rolesanywhere <1.29.0,>=1.28.0 ; extra == 'all'
|
|
327
|
-
Requires-Dist: mypy-boto3-route53 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
328
|
-
Requires-Dist: mypy-boto3-route53-recovery-cluster <1.29.0,>=1.28.0 ; extra == 'all'
|
|
329
|
-
Requires-Dist: mypy-boto3-route53-recovery-control-config <1.29.0,>=1.28.0 ; extra == 'all'
|
|
330
|
-
Requires-Dist: mypy-boto3-route53-recovery-readiness <1.29.0,>=1.28.0 ; extra == 'all'
|
|
331
|
-
Requires-Dist: mypy-boto3-route53domains <1.29.0,>=1.28.0 ; extra == 'all'
|
|
332
|
-
Requires-Dist: mypy-boto3-route53resolver <1.29.0,>=1.28.0 ; extra == 'all'
|
|
333
|
-
Requires-Dist: mypy-boto3-rum <1.29.0,>=1.28.0 ; extra == 'all'
|
|
334
|
-
Requires-Dist: mypy-boto3-s3 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
335
|
-
Requires-Dist: mypy-boto3-s3control <1.29.0,>=1.28.0 ; extra == 'all'
|
|
336
|
-
Requires-Dist: mypy-boto3-s3outposts <1.29.0,>=1.28.0 ; extra == 'all'
|
|
337
|
-
Requires-Dist: mypy-boto3-sagemaker <1.29.0,>=1.28.0 ; extra == 'all'
|
|
338
|
-
Requires-Dist: mypy-boto3-sagemaker-a2i-runtime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
339
|
-
Requires-Dist: mypy-boto3-sagemaker-edge <1.29.0,>=1.28.0 ; extra == 'all'
|
|
340
|
-
Requires-Dist: mypy-boto3-sagemaker-featurestore-runtime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
341
|
-
Requires-Dist: mypy-boto3-sagemaker-geospatial <1.29.0,>=1.28.0 ; extra == 'all'
|
|
342
|
-
Requires-Dist: mypy-boto3-sagemaker-metrics <1.29.0,>=1.28.0 ; extra == 'all'
|
|
343
|
-
Requires-Dist: mypy-boto3-sagemaker-runtime <1.29.0,>=1.28.0 ; extra == 'all'
|
|
344
|
-
Requires-Dist: mypy-boto3-savingsplans <1.29.0,>=1.28.0 ; extra == 'all'
|
|
345
|
-
Requires-Dist: mypy-boto3-scheduler <1.29.0,>=1.28.0 ; extra == 'all'
|
|
346
|
-
Requires-Dist: mypy-boto3-schemas <1.29.0,>=1.28.0 ; extra == 'all'
|
|
347
|
-
Requires-Dist: mypy-boto3-sdb <1.29.0,>=1.28.0 ; extra == 'all'
|
|
348
|
-
Requires-Dist: mypy-boto3-secretsmanager <1.29.0,>=1.28.0 ; extra == 'all'
|
|
349
|
-
Requires-Dist: mypy-boto3-securityhub <1.29.0,>=1.28.0 ; extra == 'all'
|
|
350
|
-
Requires-Dist: mypy-boto3-securitylake <1.29.0,>=1.28.0 ; extra == 'all'
|
|
351
|
-
Requires-Dist: mypy-boto3-serverlessrepo <1.29.0,>=1.28.0 ; extra == 'all'
|
|
352
|
-
Requires-Dist: mypy-boto3-service-quotas <1.29.0,>=1.28.0 ; extra == 'all'
|
|
353
|
-
Requires-Dist: mypy-boto3-servicecatalog <1.29.0,>=1.28.0 ; extra == 'all'
|
|
354
|
-
Requires-Dist: mypy-boto3-servicecatalog-appregistry <1.29.0,>=1.28.0 ; extra == 'all'
|
|
355
|
-
Requires-Dist: mypy-boto3-servicediscovery <1.29.0,>=1.28.0 ; extra == 'all'
|
|
356
|
-
Requires-Dist: mypy-boto3-ses <1.29.0,>=1.28.0 ; extra == 'all'
|
|
357
|
-
Requires-Dist: mypy-boto3-sesv2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
358
|
-
Requires-Dist: mypy-boto3-shield <1.29.0,>=1.28.0 ; extra == 'all'
|
|
359
|
-
Requires-Dist: mypy-boto3-signer <1.29.0,>=1.28.0 ; extra == 'all'
|
|
360
|
-
Requires-Dist: mypy-boto3-simspaceweaver <1.29.0,>=1.28.0 ; extra == 'all'
|
|
361
|
-
Requires-Dist: mypy-boto3-sms <1.29.0,>=1.28.0 ; extra == 'all'
|
|
362
|
-
Requires-Dist: mypy-boto3-sms-voice <1.29.0,>=1.28.0 ; extra == 'all'
|
|
363
|
-
Requires-Dist: mypy-boto3-snow-device-management <1.29.0,>=1.28.0 ; extra == 'all'
|
|
364
|
-
Requires-Dist: mypy-boto3-snowball <1.29.0,>=1.28.0 ; extra == 'all'
|
|
365
|
-
Requires-Dist: mypy-boto3-sns <1.29.0,>=1.28.0 ; extra == 'all'
|
|
366
|
-
Requires-Dist: mypy-boto3-sqs <1.29.0,>=1.28.0 ; extra == 'all'
|
|
367
|
-
Requires-Dist: mypy-boto3-ssm <1.29.0,>=1.28.0 ; extra == 'all'
|
|
368
|
-
Requires-Dist: mypy-boto3-ssm-contacts <1.29.0,>=1.28.0 ; extra == 'all'
|
|
369
|
-
Requires-Dist: mypy-boto3-ssm-incidents <1.29.0,>=1.28.0 ; extra == 'all'
|
|
370
|
-
Requires-Dist: mypy-boto3-ssm-sap <1.29.0,>=1.28.0 ; extra == 'all'
|
|
371
|
-
Requires-Dist: mypy-boto3-sso <1.29.0,>=1.28.0 ; extra == 'all'
|
|
372
|
-
Requires-Dist: mypy-boto3-sso-admin <1.29.0,>=1.28.0 ; extra == 'all'
|
|
373
|
-
Requires-Dist: mypy-boto3-sso-oidc <1.29.0,>=1.28.0 ; extra == 'all'
|
|
374
|
-
Requires-Dist: mypy-boto3-stepfunctions <1.29.0,>=1.28.0 ; extra == 'all'
|
|
375
|
-
Requires-Dist: mypy-boto3-storagegateway <1.29.0,>=1.28.0 ; extra == 'all'
|
|
376
|
-
Requires-Dist: mypy-boto3-sts <1.29.0,>=1.28.0 ; extra == 'all'
|
|
377
|
-
Requires-Dist: mypy-boto3-support <1.29.0,>=1.28.0 ; extra == 'all'
|
|
378
|
-
Requires-Dist: mypy-boto3-support-app <1.29.0,>=1.28.0 ; extra == 'all'
|
|
379
|
-
Requires-Dist: mypy-boto3-swf <1.29.0,>=1.28.0 ; extra == 'all'
|
|
380
|
-
Requires-Dist: mypy-boto3-synthetics <1.29.0,>=1.28.0 ; extra == 'all'
|
|
381
|
-
Requires-Dist: mypy-boto3-textract <1.29.0,>=1.28.0 ; extra == 'all'
|
|
382
|
-
Requires-Dist: mypy-boto3-timestream-query <1.29.0,>=1.28.0 ; extra == 'all'
|
|
383
|
-
Requires-Dist: mypy-boto3-timestream-write <1.29.0,>=1.28.0 ; extra == 'all'
|
|
384
|
-
Requires-Dist: mypy-boto3-tnb <1.29.0,>=1.28.0 ; extra == 'all'
|
|
385
|
-
Requires-Dist: mypy-boto3-transcribe <1.29.0,>=1.28.0 ; extra == 'all'
|
|
386
|
-
Requires-Dist: mypy-boto3-transfer <1.29.0,>=1.28.0 ; extra == 'all'
|
|
387
|
-
Requires-Dist: mypy-boto3-translate <1.29.0,>=1.28.0 ; extra == 'all'
|
|
388
|
-
Requires-Dist: mypy-boto3-verifiedpermissions <1.29.0,>=1.28.0 ; extra == 'all'
|
|
389
|
-
Requires-Dist: mypy-boto3-voice-id <1.29.0,>=1.28.0 ; extra == 'all'
|
|
390
|
-
Requires-Dist: mypy-boto3-vpc-lattice <1.29.0,>=1.28.0 ; extra == 'all'
|
|
391
|
-
Requires-Dist: mypy-boto3-waf <1.29.0,>=1.28.0 ; extra == 'all'
|
|
392
|
-
Requires-Dist: mypy-boto3-waf-regional <1.29.0,>=1.28.0 ; extra == 'all'
|
|
393
|
-
Requires-Dist: mypy-boto3-wafv2 <1.29.0,>=1.28.0 ; extra == 'all'
|
|
394
|
-
Requires-Dist: mypy-boto3-wellarchitected <1.29.0,>=1.28.0 ; extra == 'all'
|
|
395
|
-
Requires-Dist: mypy-boto3-wisdom <1.29.0,>=1.28.0 ; extra == 'all'
|
|
396
|
-
Requires-Dist: mypy-boto3-workdocs <1.29.0,>=1.28.0 ; extra == 'all'
|
|
397
|
-
Requires-Dist: mypy-boto3-worklink <1.29.0,>=1.28.0 ; extra == 'all'
|
|
398
|
-
Requires-Dist: mypy-boto3-workmail <1.29.0,>=1.28.0 ; extra == 'all'
|
|
399
|
-
Requires-Dist: mypy-boto3-workmailmessageflow <1.29.0,>=1.28.0 ; extra == 'all'
|
|
400
|
-
Requires-Dist: mypy-boto3-workspaces <1.29.0,>=1.28.0 ; extra == 'all'
|
|
401
|
-
Requires-Dist: mypy-boto3-workspaces-web <1.29.0,>=1.28.0 ; extra == 'all'
|
|
402
|
-
Requires-Dist: mypy-boto3-xray <1.29.0,>=1.28.0 ; extra == 'all'
|
|
403
|
-
Provides-Extra: amp
|
|
404
|
-
Requires-Dist: mypy-boto3-amp <1.29.0,>=1.28.0 ; extra == 'amp'
|
|
405
|
-
Provides-Extra: amplify
|
|
406
|
-
Requires-Dist: mypy-boto3-amplify <1.29.0,>=1.28.0 ; extra == 'amplify'
|
|
407
|
-
Provides-Extra: amplifybackend
|
|
408
|
-
Requires-Dist: mypy-boto3-amplifybackend <1.29.0,>=1.28.0 ; extra == 'amplifybackend'
|
|
409
|
-
Provides-Extra: amplifyuibuilder
|
|
410
|
-
Requires-Dist: mypy-boto3-amplifyuibuilder <1.29.0,>=1.28.0 ; extra == 'amplifyuibuilder'
|
|
411
|
-
Provides-Extra: apigateway
|
|
412
|
-
Requires-Dist: mypy-boto3-apigateway <1.29.0,>=1.28.0 ; extra == 'apigateway'
|
|
413
|
-
Provides-Extra: apigatewaymanagementapi
|
|
414
|
-
Requires-Dist: mypy-boto3-apigatewaymanagementapi <1.29.0,>=1.28.0 ; extra == 'apigatewaymanagementapi'
|
|
415
|
-
Provides-Extra: apigatewayv2
|
|
416
|
-
Requires-Dist: mypy-boto3-apigatewayv2 <1.29.0,>=1.28.0 ; extra == 'apigatewayv2'
|
|
417
|
-
Provides-Extra: appconfig
|
|
418
|
-
Requires-Dist: mypy-boto3-appconfig <1.29.0,>=1.28.0 ; extra == 'appconfig'
|
|
419
|
-
Provides-Extra: appconfigdata
|
|
420
|
-
Requires-Dist: mypy-boto3-appconfigdata <1.29.0,>=1.28.0 ; extra == 'appconfigdata'
|
|
421
|
-
Provides-Extra: appfabric
|
|
422
|
-
Requires-Dist: mypy-boto3-appfabric <1.29.0,>=1.28.0 ; extra == 'appfabric'
|
|
423
|
-
Provides-Extra: appflow
|
|
424
|
-
Requires-Dist: mypy-boto3-appflow <1.29.0,>=1.28.0 ; extra == 'appflow'
|
|
425
|
-
Provides-Extra: appintegrations
|
|
426
|
-
Requires-Dist: mypy-boto3-appintegrations <1.29.0,>=1.28.0 ; extra == 'appintegrations'
|
|
427
|
-
Provides-Extra: application-autoscaling
|
|
428
|
-
Requires-Dist: mypy-boto3-application-autoscaling <1.29.0,>=1.28.0 ; extra == 'application-autoscaling'
|
|
429
|
-
Provides-Extra: application-insights
|
|
430
|
-
Requires-Dist: mypy-boto3-application-insights <1.29.0,>=1.28.0 ; extra == 'application-insights'
|
|
431
|
-
Provides-Extra: applicationcostprofiler
|
|
432
|
-
Requires-Dist: mypy-boto3-applicationcostprofiler <1.29.0,>=1.28.0 ; extra == 'applicationcostprofiler'
|
|
433
|
-
Provides-Extra: appmesh
|
|
434
|
-
Requires-Dist: mypy-boto3-appmesh <1.29.0,>=1.28.0 ; extra == 'appmesh'
|
|
435
|
-
Provides-Extra: apprunner
|
|
436
|
-
Requires-Dist: mypy-boto3-apprunner <1.29.0,>=1.28.0 ; extra == 'apprunner'
|
|
437
|
-
Provides-Extra: appstream
|
|
438
|
-
Requires-Dist: mypy-boto3-appstream <1.29.0,>=1.28.0 ; extra == 'appstream'
|
|
439
|
-
Provides-Extra: appsync
|
|
440
|
-
Requires-Dist: mypy-boto3-appsync <1.29.0,>=1.28.0 ; extra == 'appsync'
|
|
441
|
-
Provides-Extra: arc-zonal-shift
|
|
442
|
-
Requires-Dist: mypy-boto3-arc-zonal-shift <1.29.0,>=1.28.0 ; extra == 'arc-zonal-shift'
|
|
443
|
-
Provides-Extra: athena
|
|
444
|
-
Requires-Dist: mypy-boto3-athena <1.29.0,>=1.28.0 ; extra == 'athena'
|
|
445
|
-
Provides-Extra: auditmanager
|
|
446
|
-
Requires-Dist: mypy-boto3-auditmanager <1.29.0,>=1.28.0 ; extra == 'auditmanager'
|
|
447
|
-
Provides-Extra: autoscaling
|
|
448
|
-
Requires-Dist: mypy-boto3-autoscaling <1.29.0,>=1.28.0 ; extra == 'autoscaling'
|
|
449
|
-
Provides-Extra: autoscaling-plans
|
|
450
|
-
Requires-Dist: mypy-boto3-autoscaling-plans <1.29.0,>=1.28.0 ; extra == 'autoscaling-plans'
|
|
451
|
-
Provides-Extra: backup
|
|
452
|
-
Requires-Dist: mypy-boto3-backup <1.29.0,>=1.28.0 ; extra == 'backup'
|
|
453
|
-
Provides-Extra: backup-gateway
|
|
454
|
-
Requires-Dist: mypy-boto3-backup-gateway <1.29.0,>=1.28.0 ; extra == 'backup-gateway'
|
|
455
|
-
Provides-Extra: backupstorage
|
|
456
|
-
Requires-Dist: mypy-boto3-backupstorage <1.29.0,>=1.28.0 ; extra == 'backupstorage'
|
|
457
|
-
Provides-Extra: batch
|
|
458
|
-
Requires-Dist: mypy-boto3-batch <1.29.0,>=1.28.0 ; extra == 'batch'
|
|
459
|
-
Provides-Extra: bedrock
|
|
460
|
-
Requires-Dist: mypy-boto3-bedrock <1.29.0,>=1.28.0 ; extra == 'bedrock'
|
|
461
|
-
Provides-Extra: bedrock-runtime
|
|
462
|
-
Requires-Dist: mypy-boto3-bedrock-runtime <1.29.0,>=1.28.0 ; extra == 'bedrock-runtime'
|
|
463
|
-
Provides-Extra: billingconductor
|
|
464
|
-
Requires-Dist: mypy-boto3-billingconductor <1.29.0,>=1.28.0 ; extra == 'billingconductor'
|
|
465
|
-
Provides-Extra: boto3
|
|
466
|
-
Requires-Dist: boto3 ==1.28.70 ; extra == 'boto3'
|
|
467
|
-
Requires-Dist: botocore ==1.31.70 ; extra == 'boto3'
|
|
468
|
-
Provides-Extra: braket
|
|
469
|
-
Requires-Dist: mypy-boto3-braket <1.29.0,>=1.28.0 ; extra == 'braket'
|
|
470
|
-
Provides-Extra: budgets
|
|
471
|
-
Requires-Dist: mypy-boto3-budgets <1.29.0,>=1.28.0 ; extra == 'budgets'
|
|
472
|
-
Provides-Extra: ce
|
|
473
|
-
Requires-Dist: mypy-boto3-ce <1.29.0,>=1.28.0 ; extra == 'ce'
|
|
474
|
-
Provides-Extra: chime
|
|
475
|
-
Requires-Dist: mypy-boto3-chime <1.29.0,>=1.28.0 ; extra == 'chime'
|
|
476
|
-
Provides-Extra: chime-sdk-identity
|
|
477
|
-
Requires-Dist: mypy-boto3-chime-sdk-identity <1.29.0,>=1.28.0 ; extra == 'chime-sdk-identity'
|
|
478
|
-
Provides-Extra: chime-sdk-media-pipelines
|
|
479
|
-
Requires-Dist: mypy-boto3-chime-sdk-media-pipelines <1.29.0,>=1.28.0 ; extra == 'chime-sdk-media-pipelines'
|
|
480
|
-
Provides-Extra: chime-sdk-meetings
|
|
481
|
-
Requires-Dist: mypy-boto3-chime-sdk-meetings <1.29.0,>=1.28.0 ; extra == 'chime-sdk-meetings'
|
|
482
|
-
Provides-Extra: chime-sdk-messaging
|
|
483
|
-
Requires-Dist: mypy-boto3-chime-sdk-messaging <1.29.0,>=1.28.0 ; extra == 'chime-sdk-messaging'
|
|
484
|
-
Provides-Extra: chime-sdk-voice
|
|
485
|
-
Requires-Dist: mypy-boto3-chime-sdk-voice <1.29.0,>=1.28.0 ; extra == 'chime-sdk-voice'
|
|
486
|
-
Provides-Extra: cleanrooms
|
|
487
|
-
Requires-Dist: mypy-boto3-cleanrooms <1.29.0,>=1.28.0 ; extra == 'cleanrooms'
|
|
488
|
-
Provides-Extra: cloud9
|
|
489
|
-
Requires-Dist: mypy-boto3-cloud9 <1.29.0,>=1.28.0 ; extra == 'cloud9'
|
|
490
|
-
Provides-Extra: cloudcontrol
|
|
491
|
-
Requires-Dist: mypy-boto3-cloudcontrol <1.29.0,>=1.28.0 ; extra == 'cloudcontrol'
|
|
492
|
-
Provides-Extra: clouddirectory
|
|
493
|
-
Requires-Dist: mypy-boto3-clouddirectory <1.29.0,>=1.28.0 ; extra == 'clouddirectory'
|
|
494
|
-
Provides-Extra: cloudformation
|
|
495
|
-
Requires-Dist: mypy-boto3-cloudformation <1.29.0,>=1.28.0 ; extra == 'cloudformation'
|
|
496
|
-
Provides-Extra: cloudfront
|
|
497
|
-
Requires-Dist: mypy-boto3-cloudfront <1.29.0,>=1.28.0 ; extra == 'cloudfront'
|
|
498
|
-
Provides-Extra: cloudhsm
|
|
499
|
-
Requires-Dist: mypy-boto3-cloudhsm <1.29.0,>=1.28.0 ; extra == 'cloudhsm'
|
|
500
|
-
Provides-Extra: cloudhsmv2
|
|
501
|
-
Requires-Dist: mypy-boto3-cloudhsmv2 <1.29.0,>=1.28.0 ; extra == 'cloudhsmv2'
|
|
502
|
-
Provides-Extra: cloudsearch
|
|
503
|
-
Requires-Dist: mypy-boto3-cloudsearch <1.29.0,>=1.28.0 ; extra == 'cloudsearch'
|
|
504
|
-
Provides-Extra: cloudsearchdomain
|
|
505
|
-
Requires-Dist: mypy-boto3-cloudsearchdomain <1.29.0,>=1.28.0 ; extra == 'cloudsearchdomain'
|
|
506
|
-
Provides-Extra: cloudtrail
|
|
507
|
-
Requires-Dist: mypy-boto3-cloudtrail <1.29.0,>=1.28.0 ; extra == 'cloudtrail'
|
|
508
|
-
Provides-Extra: cloudtrail-data
|
|
509
|
-
Requires-Dist: mypy-boto3-cloudtrail-data <1.29.0,>=1.28.0 ; extra == 'cloudtrail-data'
|
|
510
|
-
Provides-Extra: cloudwatch
|
|
511
|
-
Requires-Dist: mypy-boto3-cloudwatch <1.29.0,>=1.28.0 ; extra == 'cloudwatch'
|
|
512
|
-
Provides-Extra: codeartifact
|
|
513
|
-
Requires-Dist: mypy-boto3-codeartifact <1.29.0,>=1.28.0 ; extra == 'codeartifact'
|
|
514
|
-
Provides-Extra: codebuild
|
|
515
|
-
Requires-Dist: mypy-boto3-codebuild <1.29.0,>=1.28.0 ; extra == 'codebuild'
|
|
516
|
-
Provides-Extra: codecatalyst
|
|
517
|
-
Requires-Dist: mypy-boto3-codecatalyst <1.29.0,>=1.28.0 ; extra == 'codecatalyst'
|
|
518
|
-
Provides-Extra: codecommit
|
|
519
|
-
Requires-Dist: mypy-boto3-codecommit <1.29.0,>=1.28.0 ; extra == 'codecommit'
|
|
520
|
-
Provides-Extra: codedeploy
|
|
521
|
-
Requires-Dist: mypy-boto3-codedeploy <1.29.0,>=1.28.0 ; extra == 'codedeploy'
|
|
522
|
-
Provides-Extra: codeguru-reviewer
|
|
523
|
-
Requires-Dist: mypy-boto3-codeguru-reviewer <1.29.0,>=1.28.0 ; extra == 'codeguru-reviewer'
|
|
524
|
-
Provides-Extra: codeguru-security
|
|
525
|
-
Requires-Dist: mypy-boto3-codeguru-security <1.29.0,>=1.28.0 ; extra == 'codeguru-security'
|
|
526
|
-
Provides-Extra: codeguruprofiler
|
|
527
|
-
Requires-Dist: mypy-boto3-codeguruprofiler <1.29.0,>=1.28.0 ; extra == 'codeguruprofiler'
|
|
528
|
-
Provides-Extra: codepipeline
|
|
529
|
-
Requires-Dist: mypy-boto3-codepipeline <1.29.0,>=1.28.0 ; extra == 'codepipeline'
|
|
530
|
-
Provides-Extra: codestar
|
|
531
|
-
Requires-Dist: mypy-boto3-codestar <1.29.0,>=1.28.0 ; extra == 'codestar'
|
|
532
|
-
Provides-Extra: codestar-connections
|
|
533
|
-
Requires-Dist: mypy-boto3-codestar-connections <1.29.0,>=1.28.0 ; extra == 'codestar-connections'
|
|
534
|
-
Provides-Extra: codestar-notifications
|
|
535
|
-
Requires-Dist: mypy-boto3-codestar-notifications <1.29.0,>=1.28.0 ; extra == 'codestar-notifications'
|
|
536
|
-
Provides-Extra: cognito-identity
|
|
537
|
-
Requires-Dist: mypy-boto3-cognito-identity <1.29.0,>=1.28.0 ; extra == 'cognito-identity'
|
|
538
|
-
Provides-Extra: cognito-idp
|
|
539
|
-
Requires-Dist: mypy-boto3-cognito-idp <1.29.0,>=1.28.0 ; extra == 'cognito-idp'
|
|
540
|
-
Provides-Extra: cognito-sync
|
|
541
|
-
Requires-Dist: mypy-boto3-cognito-sync <1.29.0,>=1.28.0 ; extra == 'cognito-sync'
|
|
542
|
-
Provides-Extra: comprehend
|
|
543
|
-
Requires-Dist: mypy-boto3-comprehend <1.29.0,>=1.28.0 ; extra == 'comprehend'
|
|
544
|
-
Provides-Extra: comprehendmedical
|
|
545
|
-
Requires-Dist: mypy-boto3-comprehendmedical <1.29.0,>=1.28.0 ; extra == 'comprehendmedical'
|
|
546
|
-
Provides-Extra: compute-optimizer
|
|
547
|
-
Requires-Dist: mypy-boto3-compute-optimizer <1.29.0,>=1.28.0 ; extra == 'compute-optimizer'
|
|
548
|
-
Provides-Extra: config
|
|
549
|
-
Requires-Dist: mypy-boto3-config <1.29.0,>=1.28.0 ; extra == 'config'
|
|
550
|
-
Provides-Extra: connect
|
|
551
|
-
Requires-Dist: mypy-boto3-connect <1.29.0,>=1.28.0 ; extra == 'connect'
|
|
552
|
-
Provides-Extra: connect-contact-lens
|
|
553
|
-
Requires-Dist: mypy-boto3-connect-contact-lens <1.29.0,>=1.28.0 ; extra == 'connect-contact-lens'
|
|
554
|
-
Provides-Extra: connectcampaigns
|
|
555
|
-
Requires-Dist: mypy-boto3-connectcampaigns <1.29.0,>=1.28.0 ; extra == 'connectcampaigns'
|
|
556
|
-
Provides-Extra: connectcases
|
|
557
|
-
Requires-Dist: mypy-boto3-connectcases <1.29.0,>=1.28.0 ; extra == 'connectcases'
|
|
558
|
-
Provides-Extra: connectparticipant
|
|
559
|
-
Requires-Dist: mypy-boto3-connectparticipant <1.29.0,>=1.28.0 ; extra == 'connectparticipant'
|
|
560
|
-
Provides-Extra: controltower
|
|
561
|
-
Requires-Dist: mypy-boto3-controltower <1.29.0,>=1.28.0 ; extra == 'controltower'
|
|
562
|
-
Provides-Extra: cur
|
|
563
|
-
Requires-Dist: mypy-boto3-cur <1.29.0,>=1.28.0 ; extra == 'cur'
|
|
564
|
-
Provides-Extra: customer-profiles
|
|
565
|
-
Requires-Dist: mypy-boto3-customer-profiles <1.29.0,>=1.28.0 ; extra == 'customer-profiles'
|
|
566
|
-
Provides-Extra: databrew
|
|
567
|
-
Requires-Dist: mypy-boto3-databrew <1.29.0,>=1.28.0 ; extra == 'databrew'
|
|
568
|
-
Provides-Extra: dataexchange
|
|
569
|
-
Requires-Dist: mypy-boto3-dataexchange <1.29.0,>=1.28.0 ; extra == 'dataexchange'
|
|
570
|
-
Provides-Extra: datapipeline
|
|
571
|
-
Requires-Dist: mypy-boto3-datapipeline <1.29.0,>=1.28.0 ; extra == 'datapipeline'
|
|
572
|
-
Provides-Extra: datasync
|
|
573
|
-
Requires-Dist: mypy-boto3-datasync <1.29.0,>=1.28.0 ; extra == 'datasync'
|
|
574
|
-
Provides-Extra: datazone
|
|
575
|
-
Requires-Dist: mypy-boto3-datazone <1.29.0,>=1.28.0 ; extra == 'datazone'
|
|
576
|
-
Provides-Extra: dax
|
|
577
|
-
Requires-Dist: mypy-boto3-dax <1.29.0,>=1.28.0 ; extra == 'dax'
|
|
578
|
-
Provides-Extra: detective
|
|
579
|
-
Requires-Dist: mypy-boto3-detective <1.29.0,>=1.28.0 ; extra == 'detective'
|
|
580
|
-
Provides-Extra: devicefarm
|
|
581
|
-
Requires-Dist: mypy-boto3-devicefarm <1.29.0,>=1.28.0 ; extra == 'devicefarm'
|
|
582
|
-
Provides-Extra: devops-guru
|
|
583
|
-
Requires-Dist: mypy-boto3-devops-guru <1.29.0,>=1.28.0 ; extra == 'devops-guru'
|
|
584
|
-
Provides-Extra: directconnect
|
|
585
|
-
Requires-Dist: mypy-boto3-directconnect <1.29.0,>=1.28.0 ; extra == 'directconnect'
|
|
586
|
-
Provides-Extra: discovery
|
|
587
|
-
Requires-Dist: mypy-boto3-discovery <1.29.0,>=1.28.0 ; extra == 'discovery'
|
|
588
|
-
Provides-Extra: dlm
|
|
589
|
-
Requires-Dist: mypy-boto3-dlm <1.29.0,>=1.28.0 ; extra == 'dlm'
|
|
590
|
-
Provides-Extra: dms
|
|
591
|
-
Requires-Dist: mypy-boto3-dms <1.29.0,>=1.28.0 ; extra == 'dms'
|
|
592
|
-
Provides-Extra: docdb
|
|
593
|
-
Requires-Dist: mypy-boto3-docdb <1.29.0,>=1.28.0 ; extra == 'docdb'
|
|
594
|
-
Provides-Extra: docdb-elastic
|
|
595
|
-
Requires-Dist: mypy-boto3-docdb-elastic <1.29.0,>=1.28.0 ; extra == 'docdb-elastic'
|
|
596
|
-
Provides-Extra: drs
|
|
597
|
-
Requires-Dist: mypy-boto3-drs <1.29.0,>=1.28.0 ; extra == 'drs'
|
|
598
|
-
Provides-Extra: ds
|
|
599
|
-
Requires-Dist: mypy-boto3-ds <1.29.0,>=1.28.0 ; extra == 'ds'
|
|
600
|
-
Provides-Extra: dynamodb
|
|
601
|
-
Requires-Dist: mypy-boto3-dynamodb <1.29.0,>=1.28.0 ; extra == 'dynamodb'
|
|
602
|
-
Provides-Extra: dynamodbstreams
|
|
603
|
-
Requires-Dist: mypy-boto3-dynamodbstreams <1.29.0,>=1.28.0 ; extra == 'dynamodbstreams'
|
|
604
|
-
Provides-Extra: ebs
|
|
605
|
-
Requires-Dist: mypy-boto3-ebs <1.29.0,>=1.28.0 ; extra == 'ebs'
|
|
606
|
-
Provides-Extra: ec2
|
|
607
|
-
Requires-Dist: mypy-boto3-ec2 <1.29.0,>=1.28.0 ; extra == 'ec2'
|
|
608
|
-
Provides-Extra: ec2-instance-connect
|
|
609
|
-
Requires-Dist: mypy-boto3-ec2-instance-connect <1.29.0,>=1.28.0 ; extra == 'ec2-instance-connect'
|
|
610
|
-
Provides-Extra: ecr
|
|
611
|
-
Requires-Dist: mypy-boto3-ecr <1.29.0,>=1.28.0 ; extra == 'ecr'
|
|
612
|
-
Provides-Extra: ecr-public
|
|
613
|
-
Requires-Dist: mypy-boto3-ecr-public <1.29.0,>=1.28.0 ; extra == 'ecr-public'
|
|
614
|
-
Provides-Extra: ecs
|
|
615
|
-
Requires-Dist: mypy-boto3-ecs <1.29.0,>=1.28.0 ; extra == 'ecs'
|
|
616
|
-
Provides-Extra: efs
|
|
617
|
-
Requires-Dist: mypy-boto3-efs <1.29.0,>=1.28.0 ; extra == 'efs'
|
|
618
|
-
Provides-Extra: eks
|
|
619
|
-
Requires-Dist: mypy-boto3-eks <1.29.0,>=1.28.0 ; extra == 'eks'
|
|
620
|
-
Provides-Extra: elastic-inference
|
|
621
|
-
Requires-Dist: mypy-boto3-elastic-inference <1.29.0,>=1.28.0 ; extra == 'elastic-inference'
|
|
622
|
-
Provides-Extra: elasticache
|
|
623
|
-
Requires-Dist: mypy-boto3-elasticache <1.29.0,>=1.28.0 ; extra == 'elasticache'
|
|
624
|
-
Provides-Extra: elasticbeanstalk
|
|
625
|
-
Requires-Dist: mypy-boto3-elasticbeanstalk <1.29.0,>=1.28.0 ; extra == 'elasticbeanstalk'
|
|
626
|
-
Provides-Extra: elastictranscoder
|
|
627
|
-
Requires-Dist: mypy-boto3-elastictranscoder <1.29.0,>=1.28.0 ; extra == 'elastictranscoder'
|
|
628
|
-
Provides-Extra: elb
|
|
629
|
-
Requires-Dist: mypy-boto3-elb <1.29.0,>=1.28.0 ; extra == 'elb'
|
|
630
|
-
Provides-Extra: elbv2
|
|
631
|
-
Requires-Dist: mypy-boto3-elbv2 <1.29.0,>=1.28.0 ; extra == 'elbv2'
|
|
632
|
-
Provides-Extra: emr
|
|
633
|
-
Requires-Dist: mypy-boto3-emr <1.29.0,>=1.28.0 ; extra == 'emr'
|
|
634
|
-
Provides-Extra: emr-containers
|
|
635
|
-
Requires-Dist: mypy-boto3-emr-containers <1.29.0,>=1.28.0 ; extra == 'emr-containers'
|
|
636
|
-
Provides-Extra: emr-serverless
|
|
637
|
-
Requires-Dist: mypy-boto3-emr-serverless <1.29.0,>=1.28.0 ; extra == 'emr-serverless'
|
|
638
|
-
Provides-Extra: entityresolution
|
|
639
|
-
Requires-Dist: mypy-boto3-entityresolution <1.29.0,>=1.28.0 ; extra == 'entityresolution'
|
|
640
|
-
Provides-Extra: es
|
|
641
|
-
Requires-Dist: mypy-boto3-es <1.29.0,>=1.28.0 ; extra == 'es'
|
|
642
|
-
Provides-Extra: essential
|
|
643
|
-
Requires-Dist: mypy-boto3-cloudformation <1.29.0,>=1.28.0 ; extra == 'essential'
|
|
644
|
-
Requires-Dist: mypy-boto3-dynamodb <1.29.0,>=1.28.0 ; extra == 'essential'
|
|
645
|
-
Requires-Dist: mypy-boto3-ec2 <1.29.0,>=1.28.0 ; extra == 'essential'
|
|
646
|
-
Requires-Dist: mypy-boto3-lambda <1.29.0,>=1.28.0 ; extra == 'essential'
|
|
647
|
-
Requires-Dist: mypy-boto3-rds <1.29.0,>=1.28.0 ; extra == 'essential'
|
|
648
|
-
Requires-Dist: mypy-boto3-s3 <1.29.0,>=1.28.0 ; extra == 'essential'
|
|
649
|
-
Requires-Dist: mypy-boto3-sqs <1.29.0,>=1.28.0 ; extra == 'essential'
|
|
650
|
-
Provides-Extra: events
|
|
651
|
-
Requires-Dist: mypy-boto3-events <1.29.0,>=1.28.0 ; extra == 'events'
|
|
652
|
-
Provides-Extra: evidently
|
|
653
|
-
Requires-Dist: mypy-boto3-evidently <1.29.0,>=1.28.0 ; extra == 'evidently'
|
|
654
|
-
Provides-Extra: finspace
|
|
655
|
-
Requires-Dist: mypy-boto3-finspace <1.29.0,>=1.28.0 ; extra == 'finspace'
|
|
656
|
-
Provides-Extra: finspace-data
|
|
657
|
-
Requires-Dist: mypy-boto3-finspace-data <1.29.0,>=1.28.0 ; extra == 'finspace-data'
|
|
658
|
-
Provides-Extra: firehose
|
|
659
|
-
Requires-Dist: mypy-boto3-firehose <1.29.0,>=1.28.0 ; extra == 'firehose'
|
|
660
|
-
Provides-Extra: fis
|
|
661
|
-
Requires-Dist: mypy-boto3-fis <1.29.0,>=1.28.0 ; extra == 'fis'
|
|
662
|
-
Provides-Extra: fms
|
|
663
|
-
Requires-Dist: mypy-boto3-fms <1.29.0,>=1.28.0 ; extra == 'fms'
|
|
664
|
-
Provides-Extra: forecast
|
|
665
|
-
Requires-Dist: mypy-boto3-forecast <1.29.0,>=1.28.0 ; extra == 'forecast'
|
|
666
|
-
Provides-Extra: forecastquery
|
|
667
|
-
Requires-Dist: mypy-boto3-forecastquery <1.29.0,>=1.28.0 ; extra == 'forecastquery'
|
|
668
|
-
Provides-Extra: frauddetector
|
|
669
|
-
Requires-Dist: mypy-boto3-frauddetector <1.29.0,>=1.28.0 ; extra == 'frauddetector'
|
|
670
|
-
Provides-Extra: fsx
|
|
671
|
-
Requires-Dist: mypy-boto3-fsx <1.29.0,>=1.28.0 ; extra == 'fsx'
|
|
672
|
-
Provides-Extra: gamelift
|
|
673
|
-
Requires-Dist: mypy-boto3-gamelift <1.29.0,>=1.28.0 ; extra == 'gamelift'
|
|
674
|
-
Provides-Extra: glacier
|
|
675
|
-
Requires-Dist: mypy-boto3-glacier <1.29.0,>=1.28.0 ; extra == 'glacier'
|
|
676
|
-
Provides-Extra: globalaccelerator
|
|
677
|
-
Requires-Dist: mypy-boto3-globalaccelerator <1.29.0,>=1.28.0 ; extra == 'globalaccelerator'
|
|
678
|
-
Provides-Extra: glue
|
|
679
|
-
Requires-Dist: mypy-boto3-glue <1.29.0,>=1.28.0 ; extra == 'glue'
|
|
680
|
-
Provides-Extra: grafana
|
|
681
|
-
Requires-Dist: mypy-boto3-grafana <1.29.0,>=1.28.0 ; extra == 'grafana'
|
|
682
|
-
Provides-Extra: greengrass
|
|
683
|
-
Requires-Dist: mypy-boto3-greengrass <1.29.0,>=1.28.0 ; extra == 'greengrass'
|
|
684
|
-
Provides-Extra: greengrassv2
|
|
685
|
-
Requires-Dist: mypy-boto3-greengrassv2 <1.29.0,>=1.28.0 ; extra == 'greengrassv2'
|
|
686
|
-
Provides-Extra: groundstation
|
|
687
|
-
Requires-Dist: mypy-boto3-groundstation <1.29.0,>=1.28.0 ; extra == 'groundstation'
|
|
688
|
-
Provides-Extra: guardduty
|
|
689
|
-
Requires-Dist: mypy-boto3-guardduty <1.29.0,>=1.28.0 ; extra == 'guardduty'
|
|
690
|
-
Provides-Extra: health
|
|
691
|
-
Requires-Dist: mypy-boto3-health <1.29.0,>=1.28.0 ; extra == 'health'
|
|
692
|
-
Provides-Extra: healthlake
|
|
693
|
-
Requires-Dist: mypy-boto3-healthlake <1.29.0,>=1.28.0 ; extra == 'healthlake'
|
|
694
|
-
Provides-Extra: honeycode
|
|
695
|
-
Requires-Dist: mypy-boto3-honeycode <1.29.0,>=1.28.0 ; extra == 'honeycode'
|
|
696
|
-
Provides-Extra: iam
|
|
697
|
-
Requires-Dist: mypy-boto3-iam <1.29.0,>=1.28.0 ; extra == 'iam'
|
|
698
|
-
Provides-Extra: identitystore
|
|
699
|
-
Requires-Dist: mypy-boto3-identitystore <1.29.0,>=1.28.0 ; extra == 'identitystore'
|
|
700
|
-
Provides-Extra: imagebuilder
|
|
701
|
-
Requires-Dist: mypy-boto3-imagebuilder <1.29.0,>=1.28.0 ; extra == 'imagebuilder'
|
|
702
|
-
Provides-Extra: importexport
|
|
703
|
-
Requires-Dist: mypy-boto3-importexport <1.29.0,>=1.28.0 ; extra == 'importexport'
|
|
704
|
-
Provides-Extra: inspector
|
|
705
|
-
Requires-Dist: mypy-boto3-inspector <1.29.0,>=1.28.0 ; extra == 'inspector'
|
|
706
|
-
Provides-Extra: inspector2
|
|
707
|
-
Requires-Dist: mypy-boto3-inspector2 <1.29.0,>=1.28.0 ; extra == 'inspector2'
|
|
708
|
-
Provides-Extra: internetmonitor
|
|
709
|
-
Requires-Dist: mypy-boto3-internetmonitor <1.29.0,>=1.28.0 ; extra == 'internetmonitor'
|
|
710
|
-
Provides-Extra: iot
|
|
711
|
-
Requires-Dist: mypy-boto3-iot <1.29.0,>=1.28.0 ; extra == 'iot'
|
|
712
|
-
Provides-Extra: iot-data
|
|
713
|
-
Requires-Dist: mypy-boto3-iot-data <1.29.0,>=1.28.0 ; extra == 'iot-data'
|
|
714
|
-
Provides-Extra: iot-jobs-data
|
|
715
|
-
Requires-Dist: mypy-boto3-iot-jobs-data <1.29.0,>=1.28.0 ; extra == 'iot-jobs-data'
|
|
716
|
-
Provides-Extra: iot-roborunner
|
|
717
|
-
Requires-Dist: mypy-boto3-iot-roborunner <1.29.0,>=1.28.0 ; extra == 'iot-roborunner'
|
|
718
|
-
Provides-Extra: iot1click-devices
|
|
719
|
-
Requires-Dist: mypy-boto3-iot1click-devices <1.29.0,>=1.28.0 ; extra == 'iot1click-devices'
|
|
720
|
-
Provides-Extra: iot1click-projects
|
|
721
|
-
Requires-Dist: mypy-boto3-iot1click-projects <1.29.0,>=1.28.0 ; extra == 'iot1click-projects'
|
|
722
|
-
Provides-Extra: iotanalytics
|
|
723
|
-
Requires-Dist: mypy-boto3-iotanalytics <1.29.0,>=1.28.0 ; extra == 'iotanalytics'
|
|
724
|
-
Provides-Extra: iotdeviceadvisor
|
|
725
|
-
Requires-Dist: mypy-boto3-iotdeviceadvisor <1.29.0,>=1.28.0 ; extra == 'iotdeviceadvisor'
|
|
726
|
-
Provides-Extra: iotevents
|
|
727
|
-
Requires-Dist: mypy-boto3-iotevents <1.29.0,>=1.28.0 ; extra == 'iotevents'
|
|
728
|
-
Provides-Extra: iotevents-data
|
|
729
|
-
Requires-Dist: mypy-boto3-iotevents-data <1.29.0,>=1.28.0 ; extra == 'iotevents-data'
|
|
730
|
-
Provides-Extra: iotfleethub
|
|
731
|
-
Requires-Dist: mypy-boto3-iotfleethub <1.29.0,>=1.28.0 ; extra == 'iotfleethub'
|
|
732
|
-
Provides-Extra: iotfleetwise
|
|
733
|
-
Requires-Dist: mypy-boto3-iotfleetwise <1.29.0,>=1.28.0 ; extra == 'iotfleetwise'
|
|
734
|
-
Provides-Extra: iotsecuretunneling
|
|
735
|
-
Requires-Dist: mypy-boto3-iotsecuretunneling <1.29.0,>=1.28.0 ; extra == 'iotsecuretunneling'
|
|
736
|
-
Provides-Extra: iotsitewise
|
|
737
|
-
Requires-Dist: mypy-boto3-iotsitewise <1.29.0,>=1.28.0 ; extra == 'iotsitewise'
|
|
738
|
-
Provides-Extra: iotthingsgraph
|
|
739
|
-
Requires-Dist: mypy-boto3-iotthingsgraph <1.29.0,>=1.28.0 ; extra == 'iotthingsgraph'
|
|
740
|
-
Provides-Extra: iottwinmaker
|
|
741
|
-
Requires-Dist: mypy-boto3-iottwinmaker <1.29.0,>=1.28.0 ; extra == 'iottwinmaker'
|
|
742
|
-
Provides-Extra: iotwireless
|
|
743
|
-
Requires-Dist: mypy-boto3-iotwireless <1.29.0,>=1.28.0 ; extra == 'iotwireless'
|
|
744
|
-
Provides-Extra: ivs
|
|
745
|
-
Requires-Dist: mypy-boto3-ivs <1.29.0,>=1.28.0 ; extra == 'ivs'
|
|
746
|
-
Provides-Extra: ivs-realtime
|
|
747
|
-
Requires-Dist: mypy-boto3-ivs-realtime <1.29.0,>=1.28.0 ; extra == 'ivs-realtime'
|
|
748
|
-
Provides-Extra: ivschat
|
|
749
|
-
Requires-Dist: mypy-boto3-ivschat <1.29.0,>=1.28.0 ; extra == 'ivschat'
|
|
750
|
-
Provides-Extra: kafka
|
|
751
|
-
Requires-Dist: mypy-boto3-kafka <1.29.0,>=1.28.0 ; extra == 'kafka'
|
|
752
|
-
Provides-Extra: kafkaconnect
|
|
753
|
-
Requires-Dist: mypy-boto3-kafkaconnect <1.29.0,>=1.28.0 ; extra == 'kafkaconnect'
|
|
754
|
-
Provides-Extra: kendra
|
|
755
|
-
Requires-Dist: mypy-boto3-kendra <1.29.0,>=1.28.0 ; extra == 'kendra'
|
|
756
|
-
Provides-Extra: kendra-ranking
|
|
757
|
-
Requires-Dist: mypy-boto3-kendra-ranking <1.29.0,>=1.28.0 ; extra == 'kendra-ranking'
|
|
758
|
-
Provides-Extra: keyspaces
|
|
759
|
-
Requires-Dist: mypy-boto3-keyspaces <1.29.0,>=1.28.0 ; extra == 'keyspaces'
|
|
760
|
-
Provides-Extra: kinesis
|
|
761
|
-
Requires-Dist: mypy-boto3-kinesis <1.29.0,>=1.28.0 ; extra == 'kinesis'
|
|
762
|
-
Provides-Extra: kinesis-video-archived-media
|
|
763
|
-
Requires-Dist: mypy-boto3-kinesis-video-archived-media <1.29.0,>=1.28.0 ; extra == 'kinesis-video-archived-media'
|
|
764
|
-
Provides-Extra: kinesis-video-media
|
|
765
|
-
Requires-Dist: mypy-boto3-kinesis-video-media <1.29.0,>=1.28.0 ; extra == 'kinesis-video-media'
|
|
766
|
-
Provides-Extra: kinesis-video-signaling
|
|
767
|
-
Requires-Dist: mypy-boto3-kinesis-video-signaling <1.29.0,>=1.28.0 ; extra == 'kinesis-video-signaling'
|
|
768
|
-
Provides-Extra: kinesis-video-webrtc-storage
|
|
769
|
-
Requires-Dist: mypy-boto3-kinesis-video-webrtc-storage <1.29.0,>=1.28.0 ; extra == 'kinesis-video-webrtc-storage'
|
|
770
|
-
Provides-Extra: kinesisanalytics
|
|
771
|
-
Requires-Dist: mypy-boto3-kinesisanalytics <1.29.0,>=1.28.0 ; extra == 'kinesisanalytics'
|
|
772
|
-
Provides-Extra: kinesisanalyticsv2
|
|
773
|
-
Requires-Dist: mypy-boto3-kinesisanalyticsv2 <1.29.0,>=1.28.0 ; extra == 'kinesisanalyticsv2'
|
|
774
|
-
Provides-Extra: kinesisvideo
|
|
775
|
-
Requires-Dist: mypy-boto3-kinesisvideo <1.29.0,>=1.28.0 ; extra == 'kinesisvideo'
|
|
776
|
-
Provides-Extra: kms
|
|
777
|
-
Requires-Dist: mypy-boto3-kms <1.29.0,>=1.28.0 ; extra == 'kms'
|
|
778
|
-
Provides-Extra: lakeformation
|
|
779
|
-
Requires-Dist: mypy-boto3-lakeformation <1.29.0,>=1.28.0 ; extra == 'lakeformation'
|
|
780
|
-
Provides-Extra: lambda
|
|
781
|
-
Requires-Dist: mypy-boto3-lambda <1.29.0,>=1.28.0 ; extra == 'lambda'
|
|
782
|
-
Provides-Extra: lex-models
|
|
783
|
-
Requires-Dist: mypy-boto3-lex-models <1.29.0,>=1.28.0 ; extra == 'lex-models'
|
|
784
|
-
Provides-Extra: lex-runtime
|
|
785
|
-
Requires-Dist: mypy-boto3-lex-runtime <1.29.0,>=1.28.0 ; extra == 'lex-runtime'
|
|
786
|
-
Provides-Extra: lexv2-models
|
|
787
|
-
Requires-Dist: mypy-boto3-lexv2-models <1.29.0,>=1.28.0 ; extra == 'lexv2-models'
|
|
788
|
-
Provides-Extra: lexv2-runtime
|
|
789
|
-
Requires-Dist: mypy-boto3-lexv2-runtime <1.29.0,>=1.28.0 ; extra == 'lexv2-runtime'
|
|
790
|
-
Provides-Extra: license-manager
|
|
791
|
-
Requires-Dist: mypy-boto3-license-manager <1.29.0,>=1.28.0 ; extra == 'license-manager'
|
|
792
|
-
Provides-Extra: license-manager-linux-subscriptions
|
|
793
|
-
Requires-Dist: mypy-boto3-license-manager-linux-subscriptions <1.29.0,>=1.28.0 ; extra == 'license-manager-linux-subscriptions'
|
|
794
|
-
Provides-Extra: license-manager-user-subscriptions
|
|
795
|
-
Requires-Dist: mypy-boto3-license-manager-user-subscriptions <1.29.0,>=1.28.0 ; extra == 'license-manager-user-subscriptions'
|
|
796
|
-
Provides-Extra: lightsail
|
|
797
|
-
Requires-Dist: mypy-boto3-lightsail <1.29.0,>=1.28.0 ; extra == 'lightsail'
|
|
798
|
-
Provides-Extra: location
|
|
799
|
-
Requires-Dist: mypy-boto3-location <1.29.0,>=1.28.0 ; extra == 'location'
|
|
800
|
-
Provides-Extra: logs
|
|
801
|
-
Requires-Dist: mypy-boto3-logs <1.29.0,>=1.28.0 ; extra == 'logs'
|
|
802
|
-
Provides-Extra: lookoutequipment
|
|
803
|
-
Requires-Dist: mypy-boto3-lookoutequipment <1.29.0,>=1.28.0 ; extra == 'lookoutequipment'
|
|
804
|
-
Provides-Extra: lookoutmetrics
|
|
805
|
-
Requires-Dist: mypy-boto3-lookoutmetrics <1.29.0,>=1.28.0 ; extra == 'lookoutmetrics'
|
|
806
|
-
Provides-Extra: lookoutvision
|
|
807
|
-
Requires-Dist: mypy-boto3-lookoutvision <1.29.0,>=1.28.0 ; extra == 'lookoutvision'
|
|
808
|
-
Provides-Extra: m2
|
|
809
|
-
Requires-Dist: mypy-boto3-m2 <1.29.0,>=1.28.0 ; extra == 'm2'
|
|
810
|
-
Provides-Extra: machinelearning
|
|
811
|
-
Requires-Dist: mypy-boto3-machinelearning <1.29.0,>=1.28.0 ; extra == 'machinelearning'
|
|
812
|
-
Provides-Extra: macie
|
|
813
|
-
Requires-Dist: mypy-boto3-macie <1.29.0,>=1.28.0 ; extra == 'macie'
|
|
814
|
-
Provides-Extra: macie2
|
|
815
|
-
Requires-Dist: mypy-boto3-macie2 <1.29.0,>=1.28.0 ; extra == 'macie2'
|
|
816
|
-
Provides-Extra: managedblockchain
|
|
817
|
-
Requires-Dist: mypy-boto3-managedblockchain <1.29.0,>=1.28.0 ; extra == 'managedblockchain'
|
|
818
|
-
Provides-Extra: managedblockchain-query
|
|
819
|
-
Requires-Dist: mypy-boto3-managedblockchain-query <1.29.0,>=1.28.0 ; extra == 'managedblockchain-query'
|
|
820
|
-
Provides-Extra: marketplace-catalog
|
|
821
|
-
Requires-Dist: mypy-boto3-marketplace-catalog <1.29.0,>=1.28.0 ; extra == 'marketplace-catalog'
|
|
822
|
-
Provides-Extra: marketplace-entitlement
|
|
823
|
-
Requires-Dist: mypy-boto3-marketplace-entitlement <1.29.0,>=1.28.0 ; extra == 'marketplace-entitlement'
|
|
824
|
-
Provides-Extra: marketplacecommerceanalytics
|
|
825
|
-
Requires-Dist: mypy-boto3-marketplacecommerceanalytics <1.29.0,>=1.28.0 ; extra == 'marketplacecommerceanalytics'
|
|
826
|
-
Provides-Extra: mediaconnect
|
|
827
|
-
Requires-Dist: mypy-boto3-mediaconnect <1.29.0,>=1.28.0 ; extra == 'mediaconnect'
|
|
828
|
-
Provides-Extra: mediaconvert
|
|
829
|
-
Requires-Dist: mypy-boto3-mediaconvert <1.29.0,>=1.28.0 ; extra == 'mediaconvert'
|
|
830
|
-
Provides-Extra: medialive
|
|
831
|
-
Requires-Dist: mypy-boto3-medialive <1.29.0,>=1.28.0 ; extra == 'medialive'
|
|
832
|
-
Provides-Extra: mediapackage
|
|
833
|
-
Requires-Dist: mypy-boto3-mediapackage <1.29.0,>=1.28.0 ; extra == 'mediapackage'
|
|
834
|
-
Provides-Extra: mediapackage-vod
|
|
835
|
-
Requires-Dist: mypy-boto3-mediapackage-vod <1.29.0,>=1.28.0 ; extra == 'mediapackage-vod'
|
|
836
|
-
Provides-Extra: mediapackagev2
|
|
837
|
-
Requires-Dist: mypy-boto3-mediapackagev2 <1.29.0,>=1.28.0 ; extra == 'mediapackagev2'
|
|
838
|
-
Provides-Extra: mediastore
|
|
839
|
-
Requires-Dist: mypy-boto3-mediastore <1.29.0,>=1.28.0 ; extra == 'mediastore'
|
|
840
|
-
Provides-Extra: mediastore-data
|
|
841
|
-
Requires-Dist: mypy-boto3-mediastore-data <1.29.0,>=1.28.0 ; extra == 'mediastore-data'
|
|
842
|
-
Provides-Extra: mediatailor
|
|
843
|
-
Requires-Dist: mypy-boto3-mediatailor <1.29.0,>=1.28.0 ; extra == 'mediatailor'
|
|
844
|
-
Provides-Extra: medical-imaging
|
|
845
|
-
Requires-Dist: mypy-boto3-medical-imaging <1.29.0,>=1.28.0 ; extra == 'medical-imaging'
|
|
846
|
-
Provides-Extra: memorydb
|
|
847
|
-
Requires-Dist: mypy-boto3-memorydb <1.29.0,>=1.28.0 ; extra == 'memorydb'
|
|
848
|
-
Provides-Extra: meteringmarketplace
|
|
849
|
-
Requires-Dist: mypy-boto3-meteringmarketplace <1.29.0,>=1.28.0 ; extra == 'meteringmarketplace'
|
|
850
|
-
Provides-Extra: mgh
|
|
851
|
-
Requires-Dist: mypy-boto3-mgh <1.29.0,>=1.28.0 ; extra == 'mgh'
|
|
852
|
-
Provides-Extra: mgn
|
|
853
|
-
Requires-Dist: mypy-boto3-mgn <1.29.0,>=1.28.0 ; extra == 'mgn'
|
|
854
|
-
Provides-Extra: migration-hub-refactor-spaces
|
|
855
|
-
Requires-Dist: mypy-boto3-migration-hub-refactor-spaces <1.29.0,>=1.28.0 ; extra == 'migration-hub-refactor-spaces'
|
|
856
|
-
Provides-Extra: migrationhub-config
|
|
857
|
-
Requires-Dist: mypy-boto3-migrationhub-config <1.29.0,>=1.28.0 ; extra == 'migrationhub-config'
|
|
858
|
-
Provides-Extra: migrationhuborchestrator
|
|
859
|
-
Requires-Dist: mypy-boto3-migrationhuborchestrator <1.29.0,>=1.28.0 ; extra == 'migrationhuborchestrator'
|
|
860
|
-
Provides-Extra: migrationhubstrategy
|
|
861
|
-
Requires-Dist: mypy-boto3-migrationhubstrategy <1.29.0,>=1.28.0 ; extra == 'migrationhubstrategy'
|
|
862
|
-
Provides-Extra: mobile
|
|
863
|
-
Requires-Dist: mypy-boto3-mobile <1.29.0,>=1.28.0 ; extra == 'mobile'
|
|
864
|
-
Provides-Extra: mq
|
|
865
|
-
Requires-Dist: mypy-boto3-mq <1.29.0,>=1.28.0 ; extra == 'mq'
|
|
866
|
-
Provides-Extra: mturk
|
|
867
|
-
Requires-Dist: mypy-boto3-mturk <1.29.0,>=1.28.0 ; extra == 'mturk'
|
|
868
|
-
Provides-Extra: mwaa
|
|
869
|
-
Requires-Dist: mypy-boto3-mwaa <1.29.0,>=1.28.0 ; extra == 'mwaa'
|
|
870
|
-
Provides-Extra: neptune
|
|
871
|
-
Requires-Dist: mypy-boto3-neptune <1.29.0,>=1.28.0 ; extra == 'neptune'
|
|
872
|
-
Provides-Extra: neptunedata
|
|
873
|
-
Requires-Dist: mypy-boto3-neptunedata <1.29.0,>=1.28.0 ; extra == 'neptunedata'
|
|
874
|
-
Provides-Extra: network-firewall
|
|
875
|
-
Requires-Dist: mypy-boto3-network-firewall <1.29.0,>=1.28.0 ; extra == 'network-firewall'
|
|
876
|
-
Provides-Extra: networkmanager
|
|
877
|
-
Requires-Dist: mypy-boto3-networkmanager <1.29.0,>=1.28.0 ; extra == 'networkmanager'
|
|
878
|
-
Provides-Extra: nimble
|
|
879
|
-
Requires-Dist: mypy-boto3-nimble <1.29.0,>=1.28.0 ; extra == 'nimble'
|
|
880
|
-
Provides-Extra: oam
|
|
881
|
-
Requires-Dist: mypy-boto3-oam <1.29.0,>=1.28.0 ; extra == 'oam'
|
|
882
|
-
Provides-Extra: omics
|
|
883
|
-
Requires-Dist: mypy-boto3-omics <1.29.0,>=1.28.0 ; extra == 'omics'
|
|
884
|
-
Provides-Extra: opensearch
|
|
885
|
-
Requires-Dist: mypy-boto3-opensearch <1.29.0,>=1.28.0 ; extra == 'opensearch'
|
|
886
|
-
Provides-Extra: opensearchserverless
|
|
887
|
-
Requires-Dist: mypy-boto3-opensearchserverless <1.29.0,>=1.28.0 ; extra == 'opensearchserverless'
|
|
888
|
-
Provides-Extra: opsworks
|
|
889
|
-
Requires-Dist: mypy-boto3-opsworks <1.29.0,>=1.28.0 ; extra == 'opsworks'
|
|
890
|
-
Provides-Extra: opsworkscm
|
|
891
|
-
Requires-Dist: mypy-boto3-opsworkscm <1.29.0,>=1.28.0 ; extra == 'opsworkscm'
|
|
892
|
-
Provides-Extra: organizations
|
|
893
|
-
Requires-Dist: mypy-boto3-organizations <1.29.0,>=1.28.0 ; extra == 'organizations'
|
|
894
|
-
Provides-Extra: osis
|
|
895
|
-
Requires-Dist: mypy-boto3-osis <1.29.0,>=1.28.0 ; extra == 'osis'
|
|
896
|
-
Provides-Extra: outposts
|
|
897
|
-
Requires-Dist: mypy-boto3-outposts <1.29.0,>=1.28.0 ; extra == 'outposts'
|
|
898
|
-
Provides-Extra: panorama
|
|
899
|
-
Requires-Dist: mypy-boto3-panorama <1.29.0,>=1.28.0 ; extra == 'panorama'
|
|
900
|
-
Provides-Extra: payment-cryptography
|
|
901
|
-
Requires-Dist: mypy-boto3-payment-cryptography <1.29.0,>=1.28.0 ; extra == 'payment-cryptography'
|
|
902
|
-
Provides-Extra: payment-cryptography-data
|
|
903
|
-
Requires-Dist: mypy-boto3-payment-cryptography-data <1.29.0,>=1.28.0 ; extra == 'payment-cryptography-data'
|
|
904
|
-
Provides-Extra: pca-connector-ad
|
|
905
|
-
Requires-Dist: mypy-boto3-pca-connector-ad <1.29.0,>=1.28.0 ; extra == 'pca-connector-ad'
|
|
906
|
-
Provides-Extra: personalize
|
|
907
|
-
Requires-Dist: mypy-boto3-personalize <1.29.0,>=1.28.0 ; extra == 'personalize'
|
|
908
|
-
Provides-Extra: personalize-events
|
|
909
|
-
Requires-Dist: mypy-boto3-personalize-events <1.29.0,>=1.28.0 ; extra == 'personalize-events'
|
|
910
|
-
Provides-Extra: personalize-runtime
|
|
911
|
-
Requires-Dist: mypy-boto3-personalize-runtime <1.29.0,>=1.28.0 ; extra == 'personalize-runtime'
|
|
912
|
-
Provides-Extra: pi
|
|
913
|
-
Requires-Dist: mypy-boto3-pi <1.29.0,>=1.28.0 ; extra == 'pi'
|
|
914
|
-
Provides-Extra: pinpoint
|
|
915
|
-
Requires-Dist: mypy-boto3-pinpoint <1.29.0,>=1.28.0 ; extra == 'pinpoint'
|
|
916
|
-
Provides-Extra: pinpoint-email
|
|
917
|
-
Requires-Dist: mypy-boto3-pinpoint-email <1.29.0,>=1.28.0 ; extra == 'pinpoint-email'
|
|
918
|
-
Provides-Extra: pinpoint-sms-voice
|
|
919
|
-
Requires-Dist: mypy-boto3-pinpoint-sms-voice <1.29.0,>=1.28.0 ; extra == 'pinpoint-sms-voice'
|
|
920
|
-
Provides-Extra: pinpoint-sms-voice-v2
|
|
921
|
-
Requires-Dist: mypy-boto3-pinpoint-sms-voice-v2 <1.29.0,>=1.28.0 ; extra == 'pinpoint-sms-voice-v2'
|
|
922
|
-
Provides-Extra: pipes
|
|
923
|
-
Requires-Dist: mypy-boto3-pipes <1.29.0,>=1.28.0 ; extra == 'pipes'
|
|
924
|
-
Provides-Extra: polly
|
|
925
|
-
Requires-Dist: mypy-boto3-polly <1.29.0,>=1.28.0 ; extra == 'polly'
|
|
926
|
-
Provides-Extra: pricing
|
|
927
|
-
Requires-Dist: mypy-boto3-pricing <1.29.0,>=1.28.0 ; extra == 'pricing'
|
|
928
|
-
Provides-Extra: privatenetworks
|
|
929
|
-
Requires-Dist: mypy-boto3-privatenetworks <1.29.0,>=1.28.0 ; extra == 'privatenetworks'
|
|
930
|
-
Provides-Extra: proton
|
|
931
|
-
Requires-Dist: mypy-boto3-proton <1.29.0,>=1.28.0 ; extra == 'proton'
|
|
932
|
-
Provides-Extra: qldb
|
|
933
|
-
Requires-Dist: mypy-boto3-qldb <1.29.0,>=1.28.0 ; extra == 'qldb'
|
|
934
|
-
Provides-Extra: qldb-session
|
|
935
|
-
Requires-Dist: mypy-boto3-qldb-session <1.29.0,>=1.28.0 ; extra == 'qldb-session'
|
|
936
|
-
Provides-Extra: quicksight
|
|
937
|
-
Requires-Dist: mypy-boto3-quicksight <1.29.0,>=1.28.0 ; extra == 'quicksight'
|
|
938
|
-
Provides-Extra: ram
|
|
939
|
-
Requires-Dist: mypy-boto3-ram <1.29.0,>=1.28.0 ; extra == 'ram'
|
|
940
|
-
Provides-Extra: rbin
|
|
941
|
-
Requires-Dist: mypy-boto3-rbin <1.29.0,>=1.28.0 ; extra == 'rbin'
|
|
942
|
-
Provides-Extra: rds
|
|
943
|
-
Requires-Dist: mypy-boto3-rds <1.29.0,>=1.28.0 ; extra == 'rds'
|
|
944
|
-
Provides-Extra: rds-data
|
|
945
|
-
Requires-Dist: mypy-boto3-rds-data <1.29.0,>=1.28.0 ; extra == 'rds-data'
|
|
946
|
-
Provides-Extra: redshift
|
|
947
|
-
Requires-Dist: mypy-boto3-redshift <1.29.0,>=1.28.0 ; extra == 'redshift'
|
|
948
|
-
Provides-Extra: redshift-data
|
|
949
|
-
Requires-Dist: mypy-boto3-redshift-data <1.29.0,>=1.28.0 ; extra == 'redshift-data'
|
|
950
|
-
Provides-Extra: redshift-serverless
|
|
951
|
-
Requires-Dist: mypy-boto3-redshift-serverless <1.29.0,>=1.28.0 ; extra == 'redshift-serverless'
|
|
952
|
-
Provides-Extra: rekognition
|
|
953
|
-
Requires-Dist: mypy-boto3-rekognition <1.29.0,>=1.28.0 ; extra == 'rekognition'
|
|
954
|
-
Provides-Extra: resiliencehub
|
|
955
|
-
Requires-Dist: mypy-boto3-resiliencehub <1.29.0,>=1.28.0 ; extra == 'resiliencehub'
|
|
956
|
-
Provides-Extra: resource-explorer-2
|
|
957
|
-
Requires-Dist: mypy-boto3-resource-explorer-2 <1.29.0,>=1.28.0 ; extra == 'resource-explorer-2'
|
|
958
|
-
Provides-Extra: resource-groups
|
|
959
|
-
Requires-Dist: mypy-boto3-resource-groups <1.29.0,>=1.28.0 ; extra == 'resource-groups'
|
|
960
|
-
Provides-Extra: resourcegroupstaggingapi
|
|
961
|
-
Requires-Dist: mypy-boto3-resourcegroupstaggingapi <1.29.0,>=1.28.0 ; extra == 'resourcegroupstaggingapi'
|
|
962
|
-
Provides-Extra: robomaker
|
|
963
|
-
Requires-Dist: mypy-boto3-robomaker <1.29.0,>=1.28.0 ; extra == 'robomaker'
|
|
964
|
-
Provides-Extra: rolesanywhere
|
|
965
|
-
Requires-Dist: mypy-boto3-rolesanywhere <1.29.0,>=1.28.0 ; extra == 'rolesanywhere'
|
|
966
|
-
Provides-Extra: route53
|
|
967
|
-
Requires-Dist: mypy-boto3-route53 <1.29.0,>=1.28.0 ; extra == 'route53'
|
|
968
|
-
Provides-Extra: route53-recovery-cluster
|
|
969
|
-
Requires-Dist: mypy-boto3-route53-recovery-cluster <1.29.0,>=1.28.0 ; extra == 'route53-recovery-cluster'
|
|
970
|
-
Provides-Extra: route53-recovery-control-config
|
|
971
|
-
Requires-Dist: mypy-boto3-route53-recovery-control-config <1.29.0,>=1.28.0 ; extra == 'route53-recovery-control-config'
|
|
972
|
-
Provides-Extra: route53-recovery-readiness
|
|
973
|
-
Requires-Dist: mypy-boto3-route53-recovery-readiness <1.29.0,>=1.28.0 ; extra == 'route53-recovery-readiness'
|
|
974
|
-
Provides-Extra: route53domains
|
|
975
|
-
Requires-Dist: mypy-boto3-route53domains <1.29.0,>=1.28.0 ; extra == 'route53domains'
|
|
976
|
-
Provides-Extra: route53resolver
|
|
977
|
-
Requires-Dist: mypy-boto3-route53resolver <1.29.0,>=1.28.0 ; extra == 'route53resolver'
|
|
978
|
-
Provides-Extra: rum
|
|
979
|
-
Requires-Dist: mypy-boto3-rum <1.29.0,>=1.28.0 ; extra == 'rum'
|
|
980
|
-
Provides-Extra: s3
|
|
981
|
-
Requires-Dist: mypy-boto3-s3 <1.29.0,>=1.28.0 ; extra == 's3'
|
|
982
|
-
Provides-Extra: s3control
|
|
983
|
-
Requires-Dist: mypy-boto3-s3control <1.29.0,>=1.28.0 ; extra == 's3control'
|
|
984
|
-
Provides-Extra: s3outposts
|
|
985
|
-
Requires-Dist: mypy-boto3-s3outposts <1.29.0,>=1.28.0 ; extra == 's3outposts'
|
|
986
|
-
Provides-Extra: sagemaker
|
|
987
|
-
Requires-Dist: mypy-boto3-sagemaker <1.29.0,>=1.28.0 ; extra == 'sagemaker'
|
|
988
|
-
Provides-Extra: sagemaker-a2i-runtime
|
|
989
|
-
Requires-Dist: mypy-boto3-sagemaker-a2i-runtime <1.29.0,>=1.28.0 ; extra == 'sagemaker-a2i-runtime'
|
|
990
|
-
Provides-Extra: sagemaker-edge
|
|
991
|
-
Requires-Dist: mypy-boto3-sagemaker-edge <1.29.0,>=1.28.0 ; extra == 'sagemaker-edge'
|
|
992
|
-
Provides-Extra: sagemaker-featurestore-runtime
|
|
993
|
-
Requires-Dist: mypy-boto3-sagemaker-featurestore-runtime <1.29.0,>=1.28.0 ; extra == 'sagemaker-featurestore-runtime'
|
|
994
|
-
Provides-Extra: sagemaker-geospatial
|
|
995
|
-
Requires-Dist: mypy-boto3-sagemaker-geospatial <1.29.0,>=1.28.0 ; extra == 'sagemaker-geospatial'
|
|
996
|
-
Provides-Extra: sagemaker-metrics
|
|
997
|
-
Requires-Dist: mypy-boto3-sagemaker-metrics <1.29.0,>=1.28.0 ; extra == 'sagemaker-metrics'
|
|
998
|
-
Provides-Extra: sagemaker-runtime
|
|
999
|
-
Requires-Dist: mypy-boto3-sagemaker-runtime <1.29.0,>=1.28.0 ; extra == 'sagemaker-runtime'
|
|
1000
|
-
Provides-Extra: savingsplans
|
|
1001
|
-
Requires-Dist: mypy-boto3-savingsplans <1.29.0,>=1.28.0 ; extra == 'savingsplans'
|
|
1002
|
-
Provides-Extra: scheduler
|
|
1003
|
-
Requires-Dist: mypy-boto3-scheduler <1.29.0,>=1.28.0 ; extra == 'scheduler'
|
|
1004
|
-
Provides-Extra: schemas
|
|
1005
|
-
Requires-Dist: mypy-boto3-schemas <1.29.0,>=1.28.0 ; extra == 'schemas'
|
|
1006
|
-
Provides-Extra: sdb
|
|
1007
|
-
Requires-Dist: mypy-boto3-sdb <1.29.0,>=1.28.0 ; extra == 'sdb'
|
|
1008
|
-
Provides-Extra: secretsmanager
|
|
1009
|
-
Requires-Dist: mypy-boto3-secretsmanager <1.29.0,>=1.28.0 ; extra == 'secretsmanager'
|
|
1010
|
-
Provides-Extra: securityhub
|
|
1011
|
-
Requires-Dist: mypy-boto3-securityhub <1.29.0,>=1.28.0 ; extra == 'securityhub'
|
|
1012
|
-
Provides-Extra: securitylake
|
|
1013
|
-
Requires-Dist: mypy-boto3-securitylake <1.29.0,>=1.28.0 ; extra == 'securitylake'
|
|
1014
|
-
Provides-Extra: serverlessrepo
|
|
1015
|
-
Requires-Dist: mypy-boto3-serverlessrepo <1.29.0,>=1.28.0 ; extra == 'serverlessrepo'
|
|
1016
|
-
Provides-Extra: service-quotas
|
|
1017
|
-
Requires-Dist: mypy-boto3-service-quotas <1.29.0,>=1.28.0 ; extra == 'service-quotas'
|
|
1018
|
-
Provides-Extra: servicecatalog
|
|
1019
|
-
Requires-Dist: mypy-boto3-servicecatalog <1.29.0,>=1.28.0 ; extra == 'servicecatalog'
|
|
1020
|
-
Provides-Extra: servicecatalog-appregistry
|
|
1021
|
-
Requires-Dist: mypy-boto3-servicecatalog-appregistry <1.29.0,>=1.28.0 ; extra == 'servicecatalog-appregistry'
|
|
1022
|
-
Provides-Extra: servicediscovery
|
|
1023
|
-
Requires-Dist: mypy-boto3-servicediscovery <1.29.0,>=1.28.0 ; extra == 'servicediscovery'
|
|
1024
|
-
Provides-Extra: ses
|
|
1025
|
-
Requires-Dist: mypy-boto3-ses <1.29.0,>=1.28.0 ; extra == 'ses'
|
|
1026
|
-
Provides-Extra: sesv2
|
|
1027
|
-
Requires-Dist: mypy-boto3-sesv2 <1.29.0,>=1.28.0 ; extra == 'sesv2'
|
|
1028
|
-
Provides-Extra: shield
|
|
1029
|
-
Requires-Dist: mypy-boto3-shield <1.29.0,>=1.28.0 ; extra == 'shield'
|
|
1030
|
-
Provides-Extra: signer
|
|
1031
|
-
Requires-Dist: mypy-boto3-signer <1.29.0,>=1.28.0 ; extra == 'signer'
|
|
1032
|
-
Provides-Extra: simspaceweaver
|
|
1033
|
-
Requires-Dist: mypy-boto3-simspaceweaver <1.29.0,>=1.28.0 ; extra == 'simspaceweaver'
|
|
1034
|
-
Provides-Extra: sms
|
|
1035
|
-
Requires-Dist: mypy-boto3-sms <1.29.0,>=1.28.0 ; extra == 'sms'
|
|
1036
|
-
Provides-Extra: sms-voice
|
|
1037
|
-
Requires-Dist: mypy-boto3-sms-voice <1.29.0,>=1.28.0 ; extra == 'sms-voice'
|
|
1038
|
-
Provides-Extra: snow-device-management
|
|
1039
|
-
Requires-Dist: mypy-boto3-snow-device-management <1.29.0,>=1.28.0 ; extra == 'snow-device-management'
|
|
1040
|
-
Provides-Extra: snowball
|
|
1041
|
-
Requires-Dist: mypy-boto3-snowball <1.29.0,>=1.28.0 ; extra == 'snowball'
|
|
1042
|
-
Provides-Extra: sns
|
|
1043
|
-
Requires-Dist: mypy-boto3-sns <1.29.0,>=1.28.0 ; extra == 'sns'
|
|
1044
|
-
Provides-Extra: sqs
|
|
1045
|
-
Requires-Dist: mypy-boto3-sqs <1.29.0,>=1.28.0 ; extra == 'sqs'
|
|
1046
|
-
Provides-Extra: ssm
|
|
1047
|
-
Requires-Dist: mypy-boto3-ssm <1.29.0,>=1.28.0 ; extra == 'ssm'
|
|
1048
|
-
Provides-Extra: ssm-contacts
|
|
1049
|
-
Requires-Dist: mypy-boto3-ssm-contacts <1.29.0,>=1.28.0 ; extra == 'ssm-contacts'
|
|
1050
|
-
Provides-Extra: ssm-incidents
|
|
1051
|
-
Requires-Dist: mypy-boto3-ssm-incidents <1.29.0,>=1.28.0 ; extra == 'ssm-incidents'
|
|
1052
|
-
Provides-Extra: ssm-sap
|
|
1053
|
-
Requires-Dist: mypy-boto3-ssm-sap <1.29.0,>=1.28.0 ; extra == 'ssm-sap'
|
|
1054
|
-
Provides-Extra: sso
|
|
1055
|
-
Requires-Dist: mypy-boto3-sso <1.29.0,>=1.28.0 ; extra == 'sso'
|
|
1056
|
-
Provides-Extra: sso-admin
|
|
1057
|
-
Requires-Dist: mypy-boto3-sso-admin <1.29.0,>=1.28.0 ; extra == 'sso-admin'
|
|
1058
|
-
Provides-Extra: sso-oidc
|
|
1059
|
-
Requires-Dist: mypy-boto3-sso-oidc <1.29.0,>=1.28.0 ; extra == 'sso-oidc'
|
|
1060
|
-
Provides-Extra: stepfunctions
|
|
1061
|
-
Requires-Dist: mypy-boto3-stepfunctions <1.29.0,>=1.28.0 ; extra == 'stepfunctions'
|
|
1062
|
-
Provides-Extra: storagegateway
|
|
1063
|
-
Requires-Dist: mypy-boto3-storagegateway <1.29.0,>=1.28.0 ; extra == 'storagegateway'
|
|
1064
|
-
Provides-Extra: sts
|
|
1065
|
-
Requires-Dist: mypy-boto3-sts <1.29.0,>=1.28.0 ; extra == 'sts'
|
|
1066
|
-
Provides-Extra: support
|
|
1067
|
-
Requires-Dist: mypy-boto3-support <1.29.0,>=1.28.0 ; extra == 'support'
|
|
1068
|
-
Provides-Extra: support-app
|
|
1069
|
-
Requires-Dist: mypy-boto3-support-app <1.29.0,>=1.28.0 ; extra == 'support-app'
|
|
1070
|
-
Provides-Extra: swf
|
|
1071
|
-
Requires-Dist: mypy-boto3-swf <1.29.0,>=1.28.0 ; extra == 'swf'
|
|
1072
|
-
Provides-Extra: synthetics
|
|
1073
|
-
Requires-Dist: mypy-boto3-synthetics <1.29.0,>=1.28.0 ; extra == 'synthetics'
|
|
1074
|
-
Provides-Extra: textract
|
|
1075
|
-
Requires-Dist: mypy-boto3-textract <1.29.0,>=1.28.0 ; extra == 'textract'
|
|
1076
|
-
Provides-Extra: timestream-query
|
|
1077
|
-
Requires-Dist: mypy-boto3-timestream-query <1.29.0,>=1.28.0 ; extra == 'timestream-query'
|
|
1078
|
-
Provides-Extra: timestream-write
|
|
1079
|
-
Requires-Dist: mypy-boto3-timestream-write <1.29.0,>=1.28.0 ; extra == 'timestream-write'
|
|
1080
|
-
Provides-Extra: tnb
|
|
1081
|
-
Requires-Dist: mypy-boto3-tnb <1.29.0,>=1.28.0 ; extra == 'tnb'
|
|
1082
|
-
Provides-Extra: transcribe
|
|
1083
|
-
Requires-Dist: mypy-boto3-transcribe <1.29.0,>=1.28.0 ; extra == 'transcribe'
|
|
1084
|
-
Provides-Extra: transfer
|
|
1085
|
-
Requires-Dist: mypy-boto3-transfer <1.29.0,>=1.28.0 ; extra == 'transfer'
|
|
1086
|
-
Provides-Extra: translate
|
|
1087
|
-
Requires-Dist: mypy-boto3-translate <1.29.0,>=1.28.0 ; extra == 'translate'
|
|
1088
|
-
Provides-Extra: verifiedpermissions
|
|
1089
|
-
Requires-Dist: mypy-boto3-verifiedpermissions <1.29.0,>=1.28.0 ; extra == 'verifiedpermissions'
|
|
1090
|
-
Provides-Extra: voice-id
|
|
1091
|
-
Requires-Dist: mypy-boto3-voice-id <1.29.0,>=1.28.0 ; extra == 'voice-id'
|
|
1092
|
-
Provides-Extra: vpc-lattice
|
|
1093
|
-
Requires-Dist: mypy-boto3-vpc-lattice <1.29.0,>=1.28.0 ; extra == 'vpc-lattice'
|
|
1094
|
-
Provides-Extra: waf
|
|
1095
|
-
Requires-Dist: mypy-boto3-waf <1.29.0,>=1.28.0 ; extra == 'waf'
|
|
1096
|
-
Provides-Extra: waf-regional
|
|
1097
|
-
Requires-Dist: mypy-boto3-waf-regional <1.29.0,>=1.28.0 ; extra == 'waf-regional'
|
|
1098
|
-
Provides-Extra: wafv2
|
|
1099
|
-
Requires-Dist: mypy-boto3-wafv2 <1.29.0,>=1.28.0 ; extra == 'wafv2'
|
|
1100
|
-
Provides-Extra: wellarchitected
|
|
1101
|
-
Requires-Dist: mypy-boto3-wellarchitected <1.29.0,>=1.28.0 ; extra == 'wellarchitected'
|
|
1102
|
-
Provides-Extra: wisdom
|
|
1103
|
-
Requires-Dist: mypy-boto3-wisdom <1.29.0,>=1.28.0 ; extra == 'wisdom'
|
|
1104
|
-
Provides-Extra: workdocs
|
|
1105
|
-
Requires-Dist: mypy-boto3-workdocs <1.29.0,>=1.28.0 ; extra == 'workdocs'
|
|
1106
|
-
Provides-Extra: worklink
|
|
1107
|
-
Requires-Dist: mypy-boto3-worklink <1.29.0,>=1.28.0 ; extra == 'worklink'
|
|
1108
|
-
Provides-Extra: workmail
|
|
1109
|
-
Requires-Dist: mypy-boto3-workmail <1.29.0,>=1.28.0 ; extra == 'workmail'
|
|
1110
|
-
Provides-Extra: workmailmessageflow
|
|
1111
|
-
Requires-Dist: mypy-boto3-workmailmessageflow <1.29.0,>=1.28.0 ; extra == 'workmailmessageflow'
|
|
1112
|
-
Provides-Extra: workspaces
|
|
1113
|
-
Requires-Dist: mypy-boto3-workspaces <1.29.0,>=1.28.0 ; extra == 'workspaces'
|
|
1114
|
-
Provides-Extra: workspaces-web
|
|
1115
|
-
Requires-Dist: mypy-boto3-workspaces-web <1.29.0,>=1.28.0 ; extra == 'workspaces-web'
|
|
1116
|
-
Provides-Extra: xray
|
|
1117
|
-
Requires-Dist: mypy-boto3-xray <1.29.0,>=1.28.0 ; extra == 'xray'
|
|
1118
|
-
|
|
1119
|
-
<a id="boto3-stubs-lite"></a>
|
|
1120
|
-
|
|
1121
|
-
# boto3-stubs-lite
|
|
1122
|
-
|
|
1123
|
-
[](https://pypi.org/project/boto3-stubs-lite)
|
|
1124
|
-
[](https://pypi.org/project/boto3-stubs-lite)
|
|
1125
|
-
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
1126
|
-
[](https://pepy.tech/project/boto3-stubs-lite)
|
|
1127
|
-
|
|
1128
|
-

|
|
1129
|
-
|
|
1130
|
-
Type annotations for
|
|
1131
|
-
[boto3 1.28.70](https://boto3.amazonaws.com/v1/documentation/api/1.28.70/index.html)
|
|
1132
|
-
compatible with [VSCode](https://code.visualstudio.com/),
|
|
1133
|
-
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
1134
|
-
[Emacs](https://www.gnu.org/software/emacs/),
|
|
1135
|
-
[Sublime Text](https://www.sublimetext.com/),
|
|
1136
|
-
[mypy](https://github.com/python/mypy),
|
|
1137
|
-
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
1138
|
-
|
|
1139
|
-
Generated by
|
|
1140
|
-
[mypy-boto3-builder 7.19.0](https://github.com/youtype/mypy_boto3_builder).
|
|
1141
|
-
|
|
1142
|
-
More information can be found in
|
|
1143
|
-
[boto3-stubs-lite docs](https://youtype.github.io/boto3_stubs_docs/).
|
|
1144
|
-
|
|
1145
|
-
See how it helps to find and fix potential bugs:
|
|
1146
|
-
|
|
1147
|
-

|
|
1148
|
-
|
|
1149
|
-
- [boto3-stubs-lite](#boto3-stubs-lite)
|
|
1150
|
-
- [How to install](#how-to-install)
|
|
1151
|
-
- [VSCode extension](#vscode-extension)
|
|
1152
|
-
- [From PyPI with pip](#from-pypi-with-pip)
|
|
1153
|
-
- [From conda-forge](#from-conda-forge)
|
|
1154
|
-
- [How to uninstall](#how-to-uninstall)
|
|
1155
|
-
- [Usage](#usage)
|
|
1156
|
-
- [VSCode](#vscode)
|
|
1157
|
-
- [PyCharm](#pycharm)
|
|
1158
|
-
- [Emacs](#emacs)
|
|
1159
|
-
- [Sublime Text](#sublime-text)
|
|
1160
|
-
- [Other IDEs](#other-ides)
|
|
1161
|
-
- [mypy](#mypy)
|
|
1162
|
-
- [pyright](#pyright)
|
|
1163
|
-
- [Explicit type annotations](#explicit-type-annotations)
|
|
1164
|
-
- [Pylint compatibility](#pylint-compatibility)
|
|
1165
|
-
- [How it works](#how-it-works)
|
|
1166
|
-
- [What's new](#what's-new)
|
|
1167
|
-
- [Implemented features](#implemented-features)
|
|
1168
|
-
- [Latest changes](#latest-changes)
|
|
1169
|
-
- [Versioning](#versioning)
|
|
1170
|
-
- [Thank you](#thank-you)
|
|
1171
|
-
- [Documentation](#documentation)
|
|
1172
|
-
- [Support and contributing](#support-and-contributing)
|
|
1173
|
-
- [Submodules](#submodules)
|
|
1174
|
-
|
|
1175
|
-
<a id="how-to-install"></a>
|
|
1176
|
-
|
|
1177
|
-
## How to install
|
|
1178
|
-
|
|
1179
|
-
<a id="vscode-extension"></a>
|
|
1180
|
-
|
|
1181
|
-
### VSCode extension
|
|
1182
|
-
|
|
1183
|
-
Add
|
|
1184
|
-
[AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
|
|
1185
|
-
extension to your VSCode and run `AWS boto3: Quick Start` command.
|
|
1186
|
-
|
|
1187
|
-
Click `Auto-discover services` and select services you use in the current
|
|
1188
|
-
project.
|
|
1189
|
-
|
|
1190
|
-
<a id="from-pypi-with-pip"></a>
|
|
1191
|
-
|
|
1192
|
-
### From PyPI with pip
|
|
1193
|
-
|
|
1194
|
-
Install `boto3-stubs-lite` to add type annotations for `boto3` package.
|
|
1195
|
-
|
|
1196
|
-
```bash
|
|
1197
|
-
# install type annotations only for boto3
|
|
1198
|
-
python -m pip install boto3-stubs-lite
|
|
1199
|
-
|
|
1200
|
-
# install boto3 type annotations
|
|
1201
|
-
# for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
|
|
1202
|
-
python -m pip install 'boto3-stubs-lite[essential]'
|
|
1203
|
-
|
|
1204
|
-
# or install annotations for services you use
|
|
1205
|
-
python -m pip install 'boto3-stubs-lite[acm,apigateway]'
|
|
1206
|
-
|
|
1207
|
-
# or install annotations in sync with boto3 version
|
|
1208
|
-
python -m pip install 'boto3-stubs-lite[boto3]'
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
```
|
|
1212
|
-
|
|
1213
|
-
<a id="from-conda-forge"></a>
|
|
1214
|
-
|
|
1215
|
-
### From conda-forge
|
|
1216
|
-
|
|
1217
|
-
Add `conda-forge` to your channels with:
|
|
1218
|
-
|
|
1219
|
-
```bash
|
|
1220
|
-
conda config --add channels conda-forge
|
|
1221
|
-
conda config --set channel_priority strict
|
|
1222
|
-
```
|
|
1223
|
-
|
|
1224
|
-
Once the `conda-forge` channel has been enabled, `boto3-stubs-lite` and
|
|
1225
|
-
`boto3-stubs-lite-essential` can be installed with:
|
|
1226
|
-
|
|
1227
|
-
```bash
|
|
1228
|
-
conda install boto3-stubs-lite boto3-stubs-lite-essential
|
|
1229
|
-
```
|
|
1230
|
-
|
|
1231
|
-
It is possible to list all of the versions of `boto3-stubs-lite` available on
|
|
1232
|
-
your platform with:
|
|
1233
|
-
|
|
1234
|
-
```bash
|
|
1235
|
-
conda search boto3-stubs-lite --channel conda-forge
|
|
1236
|
-
```
|
|
1237
|
-
|
|
1238
|
-
<a id="how-to-uninstall"></a>
|
|
1239
|
-
|
|
1240
|
-
## How to uninstall
|
|
1241
|
-
|
|
1242
|
-
```bash
|
|
1243
|
-
# uninstall boto3-stubs-lite
|
|
1244
|
-
python -m pip uninstall -y boto3-stubs-lite
|
|
1245
|
-
```
|
|
1246
|
-
|
|
1247
|
-
<a id="usage"></a>
|
|
1248
|
-
|
|
1249
|
-
## Usage
|
|
1250
|
-
|
|
1251
|
-
<a id="vscode"></a>
|
|
1252
|
-
|
|
1253
|
-
### VSCode
|
|
1254
|
-
|
|
1255
|
-
- Install
|
|
1256
|
-
[Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
|
|
1257
|
-
- Install
|
|
1258
|
-
[Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
|
|
1259
|
-
- Set `Pylance` as your Python Language Server
|
|
1260
|
-
- Install `boto3-stubs-lite[essential]` in your environment:
|
|
1261
|
-
|
|
1262
|
-
```bash
|
|
1263
|
-
python -m pip install 'boto3-stubs-lite[essential]'
|
|
1264
|
-
```
|
|
1265
|
-
|
|
1266
|
-
Both type checking and code completion should now work. No explicit type
|
|
1267
|
-
annotations required, write your `boto3` code as usual.
|
|
1268
|
-
|
|
1269
|
-
<a id="pycharm"></a>
|
|
1270
|
-
|
|
1271
|
-
### PyCharm
|
|
1272
|
-
|
|
1273
|
-
Install `boto3-stubs-lite[essential]` in your environment:
|
|
1274
|
-
|
|
1275
|
-
```bash
|
|
1276
|
-
python -m pip install 'boto3-stubs-lite[essential]'`
|
|
1277
|
-
```
|
|
1278
|
-
|
|
1279
|
-
Both type checking and code completion should now work. Explicit type
|
|
1280
|
-
annotations **are required**.
|
|
1281
|
-
|
|
1282
|
-
<a id="emacs"></a>
|
|
1283
|
-
|
|
1284
|
-
### Emacs
|
|
1285
|
-
|
|
1286
|
-
- Install `boto3-stubs-lite` with services you use in your environment:
|
|
1287
|
-
|
|
1288
|
-
```bash
|
|
1289
|
-
python -m pip install 'boto3-stubs-lite[essential]'
|
|
1290
|
-
```
|
|
1291
|
-
|
|
1292
|
-
- Install [use-package](https://github.com/jwiegley/use-package),
|
|
1293
|
-
[lsp](https://github.com/emacs-lsp/lsp-mode/),
|
|
1294
|
-
[company](https://github.com/company-mode/company-mode) and
|
|
1295
|
-
[flycheck](https://github.com/flycheck/flycheck) packages
|
|
1296
|
-
- Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
|
|
1297
|
-
|
|
1298
|
-
```elisp
|
|
1299
|
-
(use-package lsp-pyright
|
|
1300
|
-
:ensure t
|
|
1301
|
-
:hook (python-mode . (lambda ()
|
|
1302
|
-
(require 'lsp-pyright)
|
|
1303
|
-
(lsp))) ; or lsp-deferred
|
|
1304
|
-
:init (when (executable-find "python3")
|
|
1305
|
-
(setq lsp-pyright-python-executable-cmd "python3"))
|
|
1306
|
-
)
|
|
1307
|
-
```
|
|
1308
|
-
|
|
1309
|
-
- Make sure emacs uses the environment where you have installed
|
|
1310
|
-
`boto3-stubs-lite`
|
|
1311
|
-
|
|
1312
|
-
Type checking should now work. No explicit type annotations required, write
|
|
1313
|
-
your `boto3` code as usual.
|
|
1314
|
-
|
|
1315
|
-
<a id="sublime-text"></a>
|
|
1316
|
-
|
|
1317
|
-
### Sublime Text
|
|
1318
|
-
|
|
1319
|
-
- Install `boto3-stubs-lite[essential]` with services you use in your
|
|
1320
|
-
environment:
|
|
1321
|
-
|
|
1322
|
-
```bash
|
|
1323
|
-
python -m pip install 'boto3-stubs-lite[essential]'
|
|
1324
|
-
```
|
|
1325
|
-
|
|
1326
|
-
- Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
|
|
1327
|
-
|
|
1328
|
-
Type checking should now work. No explicit type annotations required, write
|
|
1329
|
-
your `boto3` code as usual.
|
|
1330
|
-
|
|
1331
|
-
<a id="other-ides"></a>
|
|
1332
|
-
|
|
1333
|
-
### Other IDEs
|
|
1334
|
-
|
|
1335
|
-
Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
|
|
1336
|
-
should work.
|
|
1337
|
-
|
|
1338
|
-
<a id="mypy"></a>
|
|
1339
|
-
|
|
1340
|
-
### mypy
|
|
1341
|
-
|
|
1342
|
-
- Install `mypy`: `python -m pip install mypy`
|
|
1343
|
-
- Install `boto3-stubs-lite[essential]` in your environment:
|
|
1344
|
-
|
|
1345
|
-
```bash
|
|
1346
|
-
python -m pip install 'boto3-stubs-lite[essential]'`
|
|
1347
|
-
```
|
|
1348
|
-
|
|
1349
|
-
Type checking should now work. No explicit type annotations required, write
|
|
1350
|
-
your `boto3` code as usual.
|
|
1351
|
-
|
|
1352
|
-
<a id="pyright"></a>
|
|
1353
|
-
|
|
1354
|
-
### pyright
|
|
1355
|
-
|
|
1356
|
-
- Install `pyright`: `npm i -g pyright`
|
|
1357
|
-
- Install `boto3-stubs-lite[essential]` in your environment:
|
|
1358
|
-
|
|
1359
|
-
```bash
|
|
1360
|
-
python -m pip install 'boto3-stubs-lite[essential]'
|
|
1361
|
-
```
|
|
1362
|
-
|
|
1363
|
-
Optionally, you can install `boto3-stubs-lite` to `typings` folder.
|
|
1364
|
-
|
|
1365
|
-
Type checking should now work. No explicit type annotations required, write
|
|
1366
|
-
your `boto3` code as usual.
|
|
1367
|
-
|
|
1368
|
-
<a id="explicit-type-annotations"></a>
|
|
1369
|
-
|
|
1370
|
-
### Explicit type annotations
|
|
1371
|
-
|
|
1372
|
-
To speed up type checking and code completion, you can set types explicitly.
|
|
1373
|
-
|
|
1374
|
-
```python
|
|
1375
|
-
import boto3
|
|
1376
|
-
from boto3.session import Session
|
|
1377
|
-
|
|
1378
|
-
from mypy_boto3_ec2.client import EC2Client
|
|
1379
|
-
from mypy_boto3_ec2.service_resource import EC2ServiceResource
|
|
1380
|
-
from mypy_boto3_ec2.waiter import BundleTaskCompleteWaiter
|
|
1381
|
-
from mypy_boto3_ec2.paginator import DescribeVolumesPaginator
|
|
1382
|
-
|
|
1383
|
-
session = Session(region_name="us-west-1")
|
|
1384
|
-
|
|
1385
|
-
ec2_client: EC2Client = boto3.client("ec2", region_name="us-west-1")
|
|
1386
|
-
ec2_resource: EC2ServiceResource = session.resource("ec2")
|
|
1387
|
-
|
|
1388
|
-
bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter(
|
|
1389
|
-
"bundle_task_complete"
|
|
1390
|
-
)
|
|
1391
|
-
describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes")
|
|
1392
|
-
```
|
|
1393
|
-
|
|
1394
|
-
<a id="pylint-compatibility"></a>
|
|
1395
|
-
|
|
1396
|
-
### Pylint compatibility
|
|
1397
|
-
|
|
1398
|
-
It is totally safe to use `TYPE_CHECKING` flag in order to avoid `boto3-stubs`
|
|
1399
|
-
dependency in production. However, there is an issue in `pylint` that it
|
|
1400
|
-
complains about undefined variables. To fix it, set all types to `object` in
|
|
1401
|
-
non-`TYPE_CHECKING` mode.
|
|
1402
|
-
|
|
1403
|
-
```python
|
|
1404
|
-
import boto3
|
|
1405
|
-
from typing import TYPE_CHECKING
|
|
1406
|
-
|
|
1407
|
-
if TYPE_CHECKING:
|
|
1408
|
-
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
1409
|
-
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
1410
|
-
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
1411
|
-
else:
|
|
1412
|
-
EC2Client = object
|
|
1413
|
-
EC2ServiceResource = object
|
|
1414
|
-
BundleTaskCompleteWaiter = object
|
|
1415
|
-
DescribeVolumesPaginator = object
|
|
1416
|
-
|
|
1417
|
-
...
|
|
1418
|
-
```
|
|
1419
|
-
|
|
1420
|
-
<a id="how-it-works"></a>
|
|
1421
|
-
|
|
1422
|
-
## How it works
|
|
1423
|
-
|
|
1424
|
-
Fully automated
|
|
1425
|
-
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
1426
|
-
generates type annotations for each service, patiently waiting for `boto3`
|
|
1427
|
-
updates. It delivers drop-in type annotations for you and makes sure that:
|
|
1428
|
-
|
|
1429
|
-
- All available `boto3` services are covered.
|
|
1430
|
-
- Each public class and method of every `boto3` service gets valid type
|
|
1431
|
-
annotations extracted from `botocore` schemas.
|
|
1432
|
-
- Type annotations include up-to-date documentation.
|
|
1433
|
-
- Link to documentation is provided for every method.
|
|
1434
|
-
- Code is processed by [black](https://github.com/psf/black) and
|
|
1435
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
1436
|
-
|
|
1437
|
-
<a id="what's-new"></a>
|
|
1438
|
-
|
|
1439
|
-
## What's new
|
|
1440
|
-
|
|
1441
|
-
<a id="implemented-features"></a>
|
|
1442
|
-
|
|
1443
|
-
### Implemented features
|
|
1444
|
-
|
|
1445
|
-
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
|
1446
|
-
libraries
|
|
1447
|
-
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
1448
|
-
compatibility
|
|
1449
|
-
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
1450
|
-
annotations for each service
|
|
1451
|
-
- Generated `TypeDefs` for each service
|
|
1452
|
-
- Generated `Literals` for each service
|
|
1453
|
-
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
|
1454
|
-
- Auto discovery of types for `session.client` and `session.resource` calls
|
|
1455
|
-
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
1456
|
-
calls
|
|
1457
|
-
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
|
1458
|
-
- Auto discovery of types for `aiobotocore.Session.create_client` calls
|
|
1459
|
-
|
|
1460
|
-
<a id="latest-changes"></a>
|
|
1461
|
-
|
|
1462
|
-
### Latest changes
|
|
1463
|
-
|
|
1464
|
-
Builder changelog can be found in
|
|
1465
|
-
[Releases](https://github.com/youtype/mypy_boto3_builder/releases).
|
|
1466
|
-
|
|
1467
|
-
<a id="versioning"></a>
|
|
1468
|
-
|
|
1469
|
-
## Versioning
|
|
1470
|
-
|
|
1471
|
-
`boto3-stubs-lite` version is the same as related `boto3` version and follows
|
|
1472
|
-
[PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
|
|
1473
|
-
|
|
1474
|
-
<a id="thank-you"></a>
|
|
1475
|
-
|
|
1476
|
-
## Thank you
|
|
1477
|
-
|
|
1478
|
-
- [Allie Fitter](https://github.com/alliefitter) for
|
|
1479
|
-
[boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
|
|
1480
|
-
this package is based on top of his work
|
|
1481
|
-
- [black](https://github.com/psf/black) developers for an awesome formatting
|
|
1482
|
-
tool
|
|
1483
|
-
- [Timothy Edmund Crosley](https://github.com/timothycrosley) for
|
|
1484
|
-
[isort](https://github.com/PyCQA/isort) and how flexible it is
|
|
1485
|
-
- [mypy](https://github.com/python/mypy) developers for doing all dirty work
|
|
1486
|
-
for us
|
|
1487
|
-
- [pyright](https://github.com/microsoft/pyright) team for the new era of typed
|
|
1488
|
-
Python
|
|
1489
|
-
|
|
1490
|
-
<a id="documentation"></a>
|
|
1491
|
-
|
|
1492
|
-
## Documentation
|
|
1493
|
-
|
|
1494
|
-
All services type annotations can be found in
|
|
1495
|
-
[boto3 docs](https://youtype.github.io/boto3_stubs_docs/)
|
|
1496
|
-
|
|
1497
|
-
<a id="support-and-contributing"></a>
|
|
1498
|
-
|
|
1499
|
-
## Support and contributing
|
|
1500
|
-
|
|
1501
|
-
This package is auto-generated. Please reports any bugs or request new features
|
|
1502
|
-
in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
|
|
1503
|
-
repository.
|
|
1504
|
-
|
|
1505
|
-
<a id="submodules"></a>
|
|
1506
|
-
|
|
1507
|
-
## Submodules
|
|
1508
|
-
|
|
1509
|
-
- `boto3-stubs-lite[all]` - Type annotations for all 357 services.
|
|
1510
|
-
- `boto3-stubs-lite[essential]` - Type annotations for
|
|
1511
|
-
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
|
1512
|
-
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
|
1513
|
-
[EC2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ec2/),
|
|
1514
|
-
[Lambda](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lambda/),
|
|
1515
|
-
[RDS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rds/),
|
|
1516
|
-
[S3](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3/) and
|
|
1517
|
-
[SQS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/) services.
|
|
1518
|
-
- `boto3-stubs-lite[boto3]` - Install annotations in sync with `boto3` version.
|
|
1519
|
-
- `boto3-stubs-lite[accessanalyzer]` - Type annotations for
|
|
1520
|
-
[AccessAnalyzer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_accessanalyzer/)
|
|
1521
|
-
service.
|
|
1522
|
-
- `boto3-stubs-lite[account]` - Type annotations for
|
|
1523
|
-
[Account](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_account/)
|
|
1524
|
-
service.
|
|
1525
|
-
- `boto3-stubs-lite[acm]` - Type annotations for
|
|
1526
|
-
[ACM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm/) service.
|
|
1527
|
-
- `boto3-stubs-lite[acm-pca]` - Type annotations for
|
|
1528
|
-
[ACMPCA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm_pca/)
|
|
1529
|
-
service.
|
|
1530
|
-
- `boto3-stubs-lite[alexaforbusiness]` - Type annotations for
|
|
1531
|
-
[AlexaForBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_alexaforbusiness/)
|
|
1532
|
-
service.
|
|
1533
|
-
- `boto3-stubs-lite[amp]` - Type annotations for
|
|
1534
|
-
[PrometheusService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amp/)
|
|
1535
|
-
service.
|
|
1536
|
-
- `boto3-stubs-lite[amplify]` - Type annotations for
|
|
1537
|
-
[Amplify](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amplify/)
|
|
1538
|
-
service.
|
|
1539
|
-
- `boto3-stubs-lite[amplifybackend]` - Type annotations for
|
|
1540
|
-
[AmplifyBackend](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amplifybackend/)
|
|
1541
|
-
service.
|
|
1542
|
-
- `boto3-stubs-lite[amplifyuibuilder]` - Type annotations for
|
|
1543
|
-
[AmplifyUIBuilder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amplifyuibuilder/)
|
|
1544
|
-
service.
|
|
1545
|
-
- `boto3-stubs-lite[apigateway]` - Type annotations for
|
|
1546
|
-
[APIGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apigateway/)
|
|
1547
|
-
service.
|
|
1548
|
-
- `boto3-stubs-lite[apigatewaymanagementapi]` - Type annotations for
|
|
1549
|
-
[ApiGatewayManagementApi](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apigatewaymanagementapi/)
|
|
1550
|
-
service.
|
|
1551
|
-
- `boto3-stubs-lite[apigatewayv2]` - Type annotations for
|
|
1552
|
-
[ApiGatewayV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apigatewayv2/)
|
|
1553
|
-
service.
|
|
1554
|
-
- `boto3-stubs-lite[appconfig]` - Type annotations for
|
|
1555
|
-
[AppConfig](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appconfig/)
|
|
1556
|
-
service.
|
|
1557
|
-
- `boto3-stubs-lite[appconfigdata]` - Type annotations for
|
|
1558
|
-
[AppConfigData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appconfigdata/)
|
|
1559
|
-
service.
|
|
1560
|
-
- `boto3-stubs-lite[appfabric]` - Type annotations for
|
|
1561
|
-
[AppFabric](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appfabric/)
|
|
1562
|
-
service.
|
|
1563
|
-
- `boto3-stubs-lite[appflow]` - Type annotations for
|
|
1564
|
-
[Appflow](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appflow/)
|
|
1565
|
-
service.
|
|
1566
|
-
- `boto3-stubs-lite[appintegrations]` - Type annotations for
|
|
1567
|
-
[AppIntegrationsService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appintegrations/)
|
|
1568
|
-
service.
|
|
1569
|
-
- `boto3-stubs-lite[application-autoscaling]` - Type annotations for
|
|
1570
|
-
[ApplicationAutoScaling](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_autoscaling/)
|
|
1571
|
-
service.
|
|
1572
|
-
- `boto3-stubs-lite[application-insights]` - Type annotations for
|
|
1573
|
-
[ApplicationInsights](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_insights/)
|
|
1574
|
-
service.
|
|
1575
|
-
- `boto3-stubs-lite[applicationcostprofiler]` - Type annotations for
|
|
1576
|
-
[ApplicationCostProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_applicationcostprofiler/)
|
|
1577
|
-
service.
|
|
1578
|
-
- `boto3-stubs-lite[appmesh]` - Type annotations for
|
|
1579
|
-
[AppMesh](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appmesh/)
|
|
1580
|
-
service.
|
|
1581
|
-
- `boto3-stubs-lite[apprunner]` - Type annotations for
|
|
1582
|
-
[AppRunner](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apprunner/)
|
|
1583
|
-
service.
|
|
1584
|
-
- `boto3-stubs-lite[appstream]` - Type annotations for
|
|
1585
|
-
[AppStream](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appstream/)
|
|
1586
|
-
service.
|
|
1587
|
-
- `boto3-stubs-lite[appsync]` - Type annotations for
|
|
1588
|
-
[AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/)
|
|
1589
|
-
service.
|
|
1590
|
-
- `boto3-stubs-lite[arc-zonal-shift]` - Type annotations for
|
|
1591
|
-
[ARCZonalShift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_zonal_shift/)
|
|
1592
|
-
service.
|
|
1593
|
-
- `boto3-stubs-lite[athena]` - Type annotations for
|
|
1594
|
-
[Athena](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena/)
|
|
1595
|
-
service.
|
|
1596
|
-
- `boto3-stubs-lite[auditmanager]` - Type annotations for
|
|
1597
|
-
[AuditManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_auditmanager/)
|
|
1598
|
-
service.
|
|
1599
|
-
- `boto3-stubs-lite[autoscaling]` - Type annotations for
|
|
1600
|
-
[AutoScaling](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_autoscaling/)
|
|
1601
|
-
service.
|
|
1602
|
-
- `boto3-stubs-lite[autoscaling-plans]` - Type annotations for
|
|
1603
|
-
[AutoScalingPlans](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_autoscaling_plans/)
|
|
1604
|
-
service.
|
|
1605
|
-
- `boto3-stubs-lite[backup]` - Type annotations for
|
|
1606
|
-
[Backup](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup/)
|
|
1607
|
-
service.
|
|
1608
|
-
- `boto3-stubs-lite[backup-gateway]` - Type annotations for
|
|
1609
|
-
[BackupGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup_gateway/)
|
|
1610
|
-
service.
|
|
1611
|
-
- `boto3-stubs-lite[backupstorage]` - Type annotations for
|
|
1612
|
-
[BackupStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupstorage/)
|
|
1613
|
-
service.
|
|
1614
|
-
- `boto3-stubs-lite[batch]` - Type annotations for
|
|
1615
|
-
[Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
|
|
1616
|
-
service.
|
|
1617
|
-
- `boto3-stubs-lite[bedrock]` - Type annotations for
|
|
1618
|
-
[Bedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock/)
|
|
1619
|
-
service.
|
|
1620
|
-
- `boto3-stubs-lite[bedrock-runtime]` - Type annotations for
|
|
1621
|
-
[BedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_runtime/)
|
|
1622
|
-
service.
|
|
1623
|
-
- `boto3-stubs-lite[billingconductor]` - Type annotations for
|
|
1624
|
-
[BillingConductor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billingconductor/)
|
|
1625
|
-
service.
|
|
1626
|
-
- `boto3-stubs-lite[braket]` - Type annotations for
|
|
1627
|
-
[Braket](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_braket/)
|
|
1628
|
-
service.
|
|
1629
|
-
- `boto3-stubs-lite[budgets]` - Type annotations for
|
|
1630
|
-
[Budgets](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_budgets/)
|
|
1631
|
-
service.
|
|
1632
|
-
- `boto3-stubs-lite[ce]` - Type annotations for
|
|
1633
|
-
[CostExplorer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ce/)
|
|
1634
|
-
service.
|
|
1635
|
-
- `boto3-stubs-lite[chime]` - Type annotations for
|
|
1636
|
-
[Chime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime/)
|
|
1637
|
-
service.
|
|
1638
|
-
- `boto3-stubs-lite[chime-sdk-identity]` - Type annotations for
|
|
1639
|
-
[ChimeSDKIdentity](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_identity/)
|
|
1640
|
-
service.
|
|
1641
|
-
- `boto3-stubs-lite[chime-sdk-media-pipelines]` - Type annotations for
|
|
1642
|
-
[ChimeSDKMediaPipelines](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_media_pipelines/)
|
|
1643
|
-
service.
|
|
1644
|
-
- `boto3-stubs-lite[chime-sdk-meetings]` - Type annotations for
|
|
1645
|
-
[ChimeSDKMeetings](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_meetings/)
|
|
1646
|
-
service.
|
|
1647
|
-
- `boto3-stubs-lite[chime-sdk-messaging]` - Type annotations for
|
|
1648
|
-
[ChimeSDKMessaging](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_messaging/)
|
|
1649
|
-
service.
|
|
1650
|
-
- `boto3-stubs-lite[chime-sdk-voice]` - Type annotations for
|
|
1651
|
-
[ChimeSDKVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_chime_sdk_voice/)
|
|
1652
|
-
service.
|
|
1653
|
-
- `boto3-stubs-lite[cleanrooms]` - Type annotations for
|
|
1654
|
-
[CleanRoomsService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cleanrooms/)
|
|
1655
|
-
service.
|
|
1656
|
-
- `boto3-stubs-lite[cloud9]` - Type annotations for
|
|
1657
|
-
[Cloud9](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloud9/)
|
|
1658
|
-
service.
|
|
1659
|
-
- `boto3-stubs-lite[cloudcontrol]` - Type annotations for
|
|
1660
|
-
[CloudControlApi](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudcontrol/)
|
|
1661
|
-
service.
|
|
1662
|
-
- `boto3-stubs-lite[clouddirectory]` - Type annotations for
|
|
1663
|
-
[CloudDirectory](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_clouddirectory/)
|
|
1664
|
-
service.
|
|
1665
|
-
- `boto3-stubs-lite[cloudformation]` - Type annotations for
|
|
1666
|
-
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/)
|
|
1667
|
-
service.
|
|
1668
|
-
- `boto3-stubs-lite[cloudfront]` - Type annotations for
|
|
1669
|
-
[CloudFront](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudfront/)
|
|
1670
|
-
service.
|
|
1671
|
-
- `boto3-stubs-lite[cloudhsm]` - Type annotations for
|
|
1672
|
-
[CloudHSM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudhsm/)
|
|
1673
|
-
service.
|
|
1674
|
-
- `boto3-stubs-lite[cloudhsmv2]` - Type annotations for
|
|
1675
|
-
[CloudHSMV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudhsmv2/)
|
|
1676
|
-
service.
|
|
1677
|
-
- `boto3-stubs-lite[cloudsearch]` - Type annotations for
|
|
1678
|
-
[CloudSearch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudsearch/)
|
|
1679
|
-
service.
|
|
1680
|
-
- `boto3-stubs-lite[cloudsearchdomain]` - Type annotations for
|
|
1681
|
-
[CloudSearchDomain](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudsearchdomain/)
|
|
1682
|
-
service.
|
|
1683
|
-
- `boto3-stubs-lite[cloudtrail]` - Type annotations for
|
|
1684
|
-
[CloudTrail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudtrail/)
|
|
1685
|
-
service.
|
|
1686
|
-
- `boto3-stubs-lite[cloudtrail-data]` - Type annotations for
|
|
1687
|
-
[CloudTrailDataService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudtrail_data/)
|
|
1688
|
-
service.
|
|
1689
|
-
- `boto3-stubs-lite[cloudwatch]` - Type annotations for
|
|
1690
|
-
[CloudWatch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudwatch/)
|
|
1691
|
-
service.
|
|
1692
|
-
- `boto3-stubs-lite[codeartifact]` - Type annotations for
|
|
1693
|
-
[CodeArtifact](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeartifact/)
|
|
1694
|
-
service.
|
|
1695
|
-
- `boto3-stubs-lite[codebuild]` - Type annotations for
|
|
1696
|
-
[CodeBuild](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codebuild/)
|
|
1697
|
-
service.
|
|
1698
|
-
- `boto3-stubs-lite[codecatalyst]` - Type annotations for
|
|
1699
|
-
[CodeCatalyst](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecatalyst/)
|
|
1700
|
-
service.
|
|
1701
|
-
- `boto3-stubs-lite[codecommit]` - Type annotations for
|
|
1702
|
-
[CodeCommit](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecommit/)
|
|
1703
|
-
service.
|
|
1704
|
-
- `boto3-stubs-lite[codedeploy]` - Type annotations for
|
|
1705
|
-
[CodeDeploy](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codedeploy/)
|
|
1706
|
-
service.
|
|
1707
|
-
- `boto3-stubs-lite[codeguru-reviewer]` - Type annotations for
|
|
1708
|
-
[CodeGuruReviewer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeguru_reviewer/)
|
|
1709
|
-
service.
|
|
1710
|
-
- `boto3-stubs-lite[codeguru-security]` - Type annotations for
|
|
1711
|
-
[CodeGuruSecurity](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeguru_security/)
|
|
1712
|
-
service.
|
|
1713
|
-
- `boto3-stubs-lite[codeguruprofiler]` - Type annotations for
|
|
1714
|
-
[CodeGuruProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeguruprofiler/)
|
|
1715
|
-
service.
|
|
1716
|
-
- `boto3-stubs-lite[codepipeline]` - Type annotations for
|
|
1717
|
-
[CodePipeline](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codepipeline/)
|
|
1718
|
-
service.
|
|
1719
|
-
- `boto3-stubs-lite[codestar]` - Type annotations for
|
|
1720
|
-
[CodeStar](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar/)
|
|
1721
|
-
service.
|
|
1722
|
-
- `boto3-stubs-lite[codestar-connections]` - Type annotations for
|
|
1723
|
-
[CodeStarconnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar_connections/)
|
|
1724
|
-
service.
|
|
1725
|
-
- `boto3-stubs-lite[codestar-notifications]` - Type annotations for
|
|
1726
|
-
[CodeStarNotifications](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar_notifications/)
|
|
1727
|
-
service.
|
|
1728
|
-
- `boto3-stubs-lite[cognito-identity]` - Type annotations for
|
|
1729
|
-
[CognitoIdentity](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cognito_identity/)
|
|
1730
|
-
service.
|
|
1731
|
-
- `boto3-stubs-lite[cognito-idp]` - Type annotations for
|
|
1732
|
-
[CognitoIdentityProvider](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cognito_idp/)
|
|
1733
|
-
service.
|
|
1734
|
-
- `boto3-stubs-lite[cognito-sync]` - Type annotations for
|
|
1735
|
-
[CognitoSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cognito_sync/)
|
|
1736
|
-
service.
|
|
1737
|
-
- `boto3-stubs-lite[comprehend]` - Type annotations for
|
|
1738
|
-
[Comprehend](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_comprehend/)
|
|
1739
|
-
service.
|
|
1740
|
-
- `boto3-stubs-lite[comprehendmedical]` - Type annotations for
|
|
1741
|
-
[ComprehendMedical](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_comprehendmedical/)
|
|
1742
|
-
service.
|
|
1743
|
-
- `boto3-stubs-lite[compute-optimizer]` - Type annotations for
|
|
1744
|
-
[ComputeOptimizer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_compute_optimizer/)
|
|
1745
|
-
service.
|
|
1746
|
-
- `boto3-stubs-lite[config]` - Type annotations for
|
|
1747
|
-
[ConfigService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_config/)
|
|
1748
|
-
service.
|
|
1749
|
-
- `boto3-stubs-lite[connect]` - Type annotations for
|
|
1750
|
-
[Connect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connect/)
|
|
1751
|
-
service.
|
|
1752
|
-
- `boto3-stubs-lite[connect-contact-lens]` - Type annotations for
|
|
1753
|
-
[ConnectContactLens](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connect_contact_lens/)
|
|
1754
|
-
service.
|
|
1755
|
-
- `boto3-stubs-lite[connectcampaigns]` - Type annotations for
|
|
1756
|
-
[ConnectCampaignService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaigns/)
|
|
1757
|
-
service.
|
|
1758
|
-
- `boto3-stubs-lite[connectcases]` - Type annotations for
|
|
1759
|
-
[ConnectCases](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/)
|
|
1760
|
-
service.
|
|
1761
|
-
- `boto3-stubs-lite[connectparticipant]` - Type annotations for
|
|
1762
|
-
[ConnectParticipant](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectparticipant/)
|
|
1763
|
-
service.
|
|
1764
|
-
- `boto3-stubs-lite[controltower]` - Type annotations for
|
|
1765
|
-
[ControlTower](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_controltower/)
|
|
1766
|
-
service.
|
|
1767
|
-
- `boto3-stubs-lite[cur]` - Type annotations for
|
|
1768
|
-
[CostandUsageReportService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cur/)
|
|
1769
|
-
service.
|
|
1770
|
-
- `boto3-stubs-lite[customer-profiles]` - Type annotations for
|
|
1771
|
-
[CustomerProfiles](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_customer_profiles/)
|
|
1772
|
-
service.
|
|
1773
|
-
- `boto3-stubs-lite[databrew]` - Type annotations for
|
|
1774
|
-
[GlueDataBrew](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_databrew/)
|
|
1775
|
-
service.
|
|
1776
|
-
- `boto3-stubs-lite[dataexchange]` - Type annotations for
|
|
1777
|
-
[DataExchange](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dataexchange/)
|
|
1778
|
-
service.
|
|
1779
|
-
- `boto3-stubs-lite[datapipeline]` - Type annotations for
|
|
1780
|
-
[DataPipeline](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_datapipeline/)
|
|
1781
|
-
service.
|
|
1782
|
-
- `boto3-stubs-lite[datasync]` - Type annotations for
|
|
1783
|
-
[DataSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_datasync/)
|
|
1784
|
-
service.
|
|
1785
|
-
- `boto3-stubs-lite[datazone]` - Type annotations for
|
|
1786
|
-
[DataZone](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_datazone/)
|
|
1787
|
-
service.
|
|
1788
|
-
- `boto3-stubs-lite[dax]` - Type annotations for
|
|
1789
|
-
[DAX](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dax/) service.
|
|
1790
|
-
- `boto3-stubs-lite[detective]` - Type annotations for
|
|
1791
|
-
[Detective](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_detective/)
|
|
1792
|
-
service.
|
|
1793
|
-
- `boto3-stubs-lite[devicefarm]` - Type annotations for
|
|
1794
|
-
[DeviceFarm](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_devicefarm/)
|
|
1795
|
-
service.
|
|
1796
|
-
- `boto3-stubs-lite[devops-guru]` - Type annotations for
|
|
1797
|
-
[DevOpsGuru](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_devops_guru/)
|
|
1798
|
-
service.
|
|
1799
|
-
- `boto3-stubs-lite[directconnect]` - Type annotations for
|
|
1800
|
-
[DirectConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_directconnect/)
|
|
1801
|
-
service.
|
|
1802
|
-
- `boto3-stubs-lite[discovery]` - Type annotations for
|
|
1803
|
-
[ApplicationDiscoveryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_discovery/)
|
|
1804
|
-
service.
|
|
1805
|
-
- `boto3-stubs-lite[dlm]` - Type annotations for
|
|
1806
|
-
[DLM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dlm/) service.
|
|
1807
|
-
- `boto3-stubs-lite[dms]` - Type annotations for
|
|
1808
|
-
[DatabaseMigrationService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dms/)
|
|
1809
|
-
service.
|
|
1810
|
-
- `boto3-stubs-lite[docdb]` - Type annotations for
|
|
1811
|
-
[DocDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_docdb/)
|
|
1812
|
-
service.
|
|
1813
|
-
- `boto3-stubs-lite[docdb-elastic]` - Type annotations for
|
|
1814
|
-
[DocDBElastic](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_docdb_elastic/)
|
|
1815
|
-
service.
|
|
1816
|
-
- `boto3-stubs-lite[drs]` - Type annotations for
|
|
1817
|
-
[drs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_drs/) service.
|
|
1818
|
-
- `boto3-stubs-lite[ds]` - Type annotations for
|
|
1819
|
-
[DirectoryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds/)
|
|
1820
|
-
service.
|
|
1821
|
-
- `boto3-stubs-lite[dynamodb]` - Type annotations for
|
|
1822
|
-
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
|
|
1823
|
-
service.
|
|
1824
|
-
- `boto3-stubs-lite[dynamodbstreams]` - Type annotations for
|
|
1825
|
-
[DynamoDBStreams](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodbstreams/)
|
|
1826
|
-
service.
|
|
1827
|
-
- `boto3-stubs-lite[ebs]` - Type annotations for
|
|
1828
|
-
[EBS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ebs/) service.
|
|
1829
|
-
- `boto3-stubs-lite[ec2]` - Type annotations for
|
|
1830
|
-
[EC2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ec2/) service.
|
|
1831
|
-
- `boto3-stubs-lite[ec2-instance-connect]` - Type annotations for
|
|
1832
|
-
[EC2InstanceConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ec2_instance_connect/)
|
|
1833
|
-
service.
|
|
1834
|
-
- `boto3-stubs-lite[ecr]` - Type annotations for
|
|
1835
|
-
[ECR](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ecr/) service.
|
|
1836
|
-
- `boto3-stubs-lite[ecr-public]` - Type annotations for
|
|
1837
|
-
[ECRPublic](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ecr_public/)
|
|
1838
|
-
service.
|
|
1839
|
-
- `boto3-stubs-lite[ecs]` - Type annotations for
|
|
1840
|
-
[ECS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ecs/) service.
|
|
1841
|
-
- `boto3-stubs-lite[efs]` - Type annotations for
|
|
1842
|
-
[EFS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_efs/) service.
|
|
1843
|
-
- `boto3-stubs-lite[eks]` - Type annotations for
|
|
1844
|
-
[EKS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/) service.
|
|
1845
|
-
- `boto3-stubs-lite[elastic-inference]` - Type annotations for
|
|
1846
|
-
[ElasticInference](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elastic_inference/)
|
|
1847
|
-
service.
|
|
1848
|
-
- `boto3-stubs-lite[elasticache]` - Type annotations for
|
|
1849
|
-
[ElastiCache](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elasticache/)
|
|
1850
|
-
service.
|
|
1851
|
-
- `boto3-stubs-lite[elasticbeanstalk]` - Type annotations for
|
|
1852
|
-
[ElasticBeanstalk](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elasticbeanstalk/)
|
|
1853
|
-
service.
|
|
1854
|
-
- `boto3-stubs-lite[elastictranscoder]` - Type annotations for
|
|
1855
|
-
[ElasticTranscoder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elastictranscoder/)
|
|
1856
|
-
service.
|
|
1857
|
-
- `boto3-stubs-lite[elb]` - Type annotations for
|
|
1858
|
-
[ElasticLoadBalancing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elb/)
|
|
1859
|
-
service.
|
|
1860
|
-
- `boto3-stubs-lite[elbv2]` - Type annotations for
|
|
1861
|
-
[ElasticLoadBalancingv2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_elbv2/)
|
|
1862
|
-
service.
|
|
1863
|
-
- `boto3-stubs-lite[emr]` - Type annotations for
|
|
1864
|
-
[EMR](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_emr/) service.
|
|
1865
|
-
- `boto3-stubs-lite[emr-containers]` - Type annotations for
|
|
1866
|
-
[EMRContainers](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_emr_containers/)
|
|
1867
|
-
service.
|
|
1868
|
-
- `boto3-stubs-lite[emr-serverless]` - Type annotations for
|
|
1869
|
-
[EMRServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_emr_serverless/)
|
|
1870
|
-
service.
|
|
1871
|
-
- `boto3-stubs-lite[entityresolution]` - Type annotations for
|
|
1872
|
-
[EntityResolution](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_entityresolution/)
|
|
1873
|
-
service.
|
|
1874
|
-
- `boto3-stubs-lite[es]` - Type annotations for
|
|
1875
|
-
[ElasticsearchService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_es/)
|
|
1876
|
-
service.
|
|
1877
|
-
- `boto3-stubs-lite[events]` - Type annotations for
|
|
1878
|
-
[EventBridge](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_events/)
|
|
1879
|
-
service.
|
|
1880
|
-
- `boto3-stubs-lite[evidently]` - Type annotations for
|
|
1881
|
-
[CloudWatchEvidently](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_evidently/)
|
|
1882
|
-
service.
|
|
1883
|
-
- `boto3-stubs-lite[finspace]` - Type annotations for
|
|
1884
|
-
[finspace](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace/)
|
|
1885
|
-
service.
|
|
1886
|
-
- `boto3-stubs-lite[finspace-data]` - Type annotations for
|
|
1887
|
-
[FinSpaceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace_data/)
|
|
1888
|
-
service.
|
|
1889
|
-
- `boto3-stubs-lite[firehose]` - Type annotations for
|
|
1890
|
-
[Firehose](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_firehose/)
|
|
1891
|
-
service.
|
|
1892
|
-
- `boto3-stubs-lite[fis]` - Type annotations for
|
|
1893
|
-
[FIS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_fis/) service.
|
|
1894
|
-
- `boto3-stubs-lite[fms]` - Type annotations for
|
|
1895
|
-
[FMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_fms/) service.
|
|
1896
|
-
- `boto3-stubs-lite[forecast]` - Type annotations for
|
|
1897
|
-
[ForecastService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_forecast/)
|
|
1898
|
-
service.
|
|
1899
|
-
- `boto3-stubs-lite[forecastquery]` - Type annotations for
|
|
1900
|
-
[ForecastQueryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_forecastquery/)
|
|
1901
|
-
service.
|
|
1902
|
-
- `boto3-stubs-lite[frauddetector]` - Type annotations for
|
|
1903
|
-
[FraudDetector](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_frauddetector/)
|
|
1904
|
-
service.
|
|
1905
|
-
- `boto3-stubs-lite[fsx]` - Type annotations for
|
|
1906
|
-
[FSx](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_fsx/) service.
|
|
1907
|
-
- `boto3-stubs-lite[gamelift]` - Type annotations for
|
|
1908
|
-
[GameLift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamelift/)
|
|
1909
|
-
service.
|
|
1910
|
-
- `boto3-stubs-lite[glacier]` - Type annotations for
|
|
1911
|
-
[Glacier](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_glacier/)
|
|
1912
|
-
service.
|
|
1913
|
-
- `boto3-stubs-lite[globalaccelerator]` - Type annotations for
|
|
1914
|
-
[GlobalAccelerator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_globalaccelerator/)
|
|
1915
|
-
service.
|
|
1916
|
-
- `boto3-stubs-lite[glue]` - Type annotations for
|
|
1917
|
-
[Glue](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_glue/) service.
|
|
1918
|
-
- `boto3-stubs-lite[grafana]` - Type annotations for
|
|
1919
|
-
[ManagedGrafana](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_grafana/)
|
|
1920
|
-
service.
|
|
1921
|
-
- `boto3-stubs-lite[greengrass]` - Type annotations for
|
|
1922
|
-
[Greengrass](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_greengrass/)
|
|
1923
|
-
service.
|
|
1924
|
-
- `boto3-stubs-lite[greengrassv2]` - Type annotations for
|
|
1925
|
-
[GreengrassV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_greengrassv2/)
|
|
1926
|
-
service.
|
|
1927
|
-
- `boto3-stubs-lite[groundstation]` - Type annotations for
|
|
1928
|
-
[GroundStation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_groundstation/)
|
|
1929
|
-
service.
|
|
1930
|
-
- `boto3-stubs-lite[guardduty]` - Type annotations for
|
|
1931
|
-
[GuardDuty](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_guardduty/)
|
|
1932
|
-
service.
|
|
1933
|
-
- `boto3-stubs-lite[health]` - Type annotations for
|
|
1934
|
-
[Health](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_health/)
|
|
1935
|
-
service.
|
|
1936
|
-
- `boto3-stubs-lite[healthlake]` - Type annotations for
|
|
1937
|
-
[HealthLake](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_healthlake/)
|
|
1938
|
-
service.
|
|
1939
|
-
- `boto3-stubs-lite[honeycode]` - Type annotations for
|
|
1940
|
-
[Honeycode](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_honeycode/)
|
|
1941
|
-
service.
|
|
1942
|
-
- `boto3-stubs-lite[iam]` - Type annotations for
|
|
1943
|
-
[IAM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iam/) service.
|
|
1944
|
-
- `boto3-stubs-lite[identitystore]` - Type annotations for
|
|
1945
|
-
[IdentityStore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_identitystore/)
|
|
1946
|
-
service.
|
|
1947
|
-
- `boto3-stubs-lite[imagebuilder]` - Type annotations for
|
|
1948
|
-
[imagebuilder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_imagebuilder/)
|
|
1949
|
-
service.
|
|
1950
|
-
- `boto3-stubs-lite[importexport]` - Type annotations for
|
|
1951
|
-
[ImportExport](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_importexport/)
|
|
1952
|
-
service.
|
|
1953
|
-
- `boto3-stubs-lite[inspector]` - Type annotations for
|
|
1954
|
-
[Inspector](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_inspector/)
|
|
1955
|
-
service.
|
|
1956
|
-
- `boto3-stubs-lite[inspector2]` - Type annotations for
|
|
1957
|
-
[Inspector2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_inspector2/)
|
|
1958
|
-
service.
|
|
1959
|
-
- `boto3-stubs-lite[internetmonitor]` - Type annotations for
|
|
1960
|
-
[CloudWatchInternetMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_internetmonitor/)
|
|
1961
|
-
service.
|
|
1962
|
-
- `boto3-stubs-lite[iot]` - Type annotations for
|
|
1963
|
-
[IoT](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot/) service.
|
|
1964
|
-
- `boto3-stubs-lite[iot-data]` - Type annotations for
|
|
1965
|
-
[IoTDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_data/)
|
|
1966
|
-
service.
|
|
1967
|
-
- `boto3-stubs-lite[iot-jobs-data]` - Type annotations for
|
|
1968
|
-
[IoTJobsDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_jobs_data/)
|
|
1969
|
-
service.
|
|
1970
|
-
- `boto3-stubs-lite[iot-roborunner]` - Type annotations for
|
|
1971
|
-
[IoTRoboRunner](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_roborunner/)
|
|
1972
|
-
service.
|
|
1973
|
-
- `boto3-stubs-lite[iot1click-devices]` - Type annotations for
|
|
1974
|
-
[IoT1ClickDevicesService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_devices/)
|
|
1975
|
-
service.
|
|
1976
|
-
- `boto3-stubs-lite[iot1click-projects]` - Type annotations for
|
|
1977
|
-
[IoT1ClickProjects](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_projects/)
|
|
1978
|
-
service.
|
|
1979
|
-
- `boto3-stubs-lite[iotanalytics]` - Type annotations for
|
|
1980
|
-
[IoTAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotanalytics/)
|
|
1981
|
-
service.
|
|
1982
|
-
- `boto3-stubs-lite[iotdeviceadvisor]` - Type annotations for
|
|
1983
|
-
[IoTDeviceAdvisor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotdeviceadvisor/)
|
|
1984
|
-
service.
|
|
1985
|
-
- `boto3-stubs-lite[iotevents]` - Type annotations for
|
|
1986
|
-
[IoTEvents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotevents/)
|
|
1987
|
-
service.
|
|
1988
|
-
- `boto3-stubs-lite[iotevents-data]` - Type annotations for
|
|
1989
|
-
[IoTEventsData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotevents_data/)
|
|
1990
|
-
service.
|
|
1991
|
-
- `boto3-stubs-lite[iotfleethub]` - Type annotations for
|
|
1992
|
-
[IoTFleetHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotfleethub/)
|
|
1993
|
-
service.
|
|
1994
|
-
- `boto3-stubs-lite[iotfleetwise]` - Type annotations for
|
|
1995
|
-
[IoTFleetWise](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotfleetwise/)
|
|
1996
|
-
service.
|
|
1997
|
-
- `boto3-stubs-lite[iotsecuretunneling]` - Type annotations for
|
|
1998
|
-
[IoTSecureTunneling](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotsecuretunneling/)
|
|
1999
|
-
service.
|
|
2000
|
-
- `boto3-stubs-lite[iotsitewise]` - Type annotations for
|
|
2001
|
-
[IoTSiteWise](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotsitewise/)
|
|
2002
|
-
service.
|
|
2003
|
-
- `boto3-stubs-lite[iotthingsgraph]` - Type annotations for
|
|
2004
|
-
[IoTThingsGraph](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotthingsgraph/)
|
|
2005
|
-
service.
|
|
2006
|
-
- `boto3-stubs-lite[iottwinmaker]` - Type annotations for
|
|
2007
|
-
[IoTTwinMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iottwinmaker/)
|
|
2008
|
-
service.
|
|
2009
|
-
- `boto3-stubs-lite[iotwireless]` - Type annotations for
|
|
2010
|
-
[IoTWireless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotwireless/)
|
|
2011
|
-
service.
|
|
2012
|
-
- `boto3-stubs-lite[ivs]` - Type annotations for
|
|
2013
|
-
[IVS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivs/) service.
|
|
2014
|
-
- `boto3-stubs-lite[ivs-realtime]` - Type annotations for
|
|
2015
|
-
[ivsrealtime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivs_realtime/)
|
|
2016
|
-
service.
|
|
2017
|
-
- `boto3-stubs-lite[ivschat]` - Type annotations for
|
|
2018
|
-
[ivschat](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivschat/)
|
|
2019
|
-
service.
|
|
2020
|
-
- `boto3-stubs-lite[kafka]` - Type annotations for
|
|
2021
|
-
[Kafka](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kafka/)
|
|
2022
|
-
service.
|
|
2023
|
-
- `boto3-stubs-lite[kafkaconnect]` - Type annotations for
|
|
2024
|
-
[KafkaConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kafkaconnect/)
|
|
2025
|
-
service.
|
|
2026
|
-
- `boto3-stubs-lite[kendra]` - Type annotations for
|
|
2027
|
-
[kendra](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kendra/)
|
|
2028
|
-
service.
|
|
2029
|
-
- `boto3-stubs-lite[kendra-ranking]` - Type annotations for
|
|
2030
|
-
[KendraRanking](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kendra_ranking/)
|
|
2031
|
-
service.
|
|
2032
|
-
- `boto3-stubs-lite[keyspaces]` - Type annotations for
|
|
2033
|
-
[Keyspaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_keyspaces/)
|
|
2034
|
-
service.
|
|
2035
|
-
- `boto3-stubs-lite[kinesis]` - Type annotations for
|
|
2036
|
-
[Kinesis](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis/)
|
|
2037
|
-
service.
|
|
2038
|
-
- `boto3-stubs-lite[kinesis-video-archived-media]` - Type annotations for
|
|
2039
|
-
[KinesisVideoArchivedMedia](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis_video_archived_media/)
|
|
2040
|
-
service.
|
|
2041
|
-
- `boto3-stubs-lite[kinesis-video-media]` - Type annotations for
|
|
2042
|
-
[KinesisVideoMedia](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis_video_media/)
|
|
2043
|
-
service.
|
|
2044
|
-
- `boto3-stubs-lite[kinesis-video-signaling]` - Type annotations for
|
|
2045
|
-
[KinesisVideoSignalingChannels](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis_video_signaling/)
|
|
2046
|
-
service.
|
|
2047
|
-
- `boto3-stubs-lite[kinesis-video-webrtc-storage]` - Type annotations for
|
|
2048
|
-
[KinesisVideoWebRTCStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesis_video_webrtc_storage/)
|
|
2049
|
-
service.
|
|
2050
|
-
- `boto3-stubs-lite[kinesisanalytics]` - Type annotations for
|
|
2051
|
-
[KinesisAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesisanalytics/)
|
|
2052
|
-
service.
|
|
2053
|
-
- `boto3-stubs-lite[kinesisanalyticsv2]` - Type annotations for
|
|
2054
|
-
[KinesisAnalyticsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesisanalyticsv2/)
|
|
2055
|
-
service.
|
|
2056
|
-
- `boto3-stubs-lite[kinesisvideo]` - Type annotations for
|
|
2057
|
-
[KinesisVideo](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kinesisvideo/)
|
|
2058
|
-
service.
|
|
2059
|
-
- `boto3-stubs-lite[kms]` - Type annotations for
|
|
2060
|
-
[KMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kms/) service.
|
|
2061
|
-
- `boto3-stubs-lite[lakeformation]` - Type annotations for
|
|
2062
|
-
[LakeFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lakeformation/)
|
|
2063
|
-
service.
|
|
2064
|
-
- `boto3-stubs-lite[lambda]` - Type annotations for
|
|
2065
|
-
[Lambda](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lambda/)
|
|
2066
|
-
service.
|
|
2067
|
-
- `boto3-stubs-lite[lex-models]` - Type annotations for
|
|
2068
|
-
[LexModelBuildingService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lex_models/)
|
|
2069
|
-
service.
|
|
2070
|
-
- `boto3-stubs-lite[lex-runtime]` - Type annotations for
|
|
2071
|
-
[LexRuntimeService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lex_runtime/)
|
|
2072
|
-
service.
|
|
2073
|
-
- `boto3-stubs-lite[lexv2-models]` - Type annotations for
|
|
2074
|
-
[LexModelsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lexv2_models/)
|
|
2075
|
-
service.
|
|
2076
|
-
- `boto3-stubs-lite[lexv2-runtime]` - Type annotations for
|
|
2077
|
-
[LexRuntimeV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lexv2_runtime/)
|
|
2078
|
-
service.
|
|
2079
|
-
- `boto3-stubs-lite[license-manager]` - Type annotations for
|
|
2080
|
-
[LicenseManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_license_manager/)
|
|
2081
|
-
service.
|
|
2082
|
-
- `boto3-stubs-lite[license-manager-linux-subscriptions]` - Type annotations
|
|
2083
|
-
for
|
|
2084
|
-
[LicenseManagerLinuxSubscriptions](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_license_manager_linux_subscriptions/)
|
|
2085
|
-
service.
|
|
2086
|
-
- `boto3-stubs-lite[license-manager-user-subscriptions]` - Type annotations for
|
|
2087
|
-
[LicenseManagerUserSubscriptions](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_license_manager_user_subscriptions/)
|
|
2088
|
-
service.
|
|
2089
|
-
- `boto3-stubs-lite[lightsail]` - Type annotations for
|
|
2090
|
-
[Lightsail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lightsail/)
|
|
2091
|
-
service.
|
|
2092
|
-
- `boto3-stubs-lite[location]` - Type annotations for
|
|
2093
|
-
[LocationService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_location/)
|
|
2094
|
-
service.
|
|
2095
|
-
- `boto3-stubs-lite[logs]` - Type annotations for
|
|
2096
|
-
[CloudWatchLogs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_logs/)
|
|
2097
|
-
service.
|
|
2098
|
-
- `boto3-stubs-lite[lookoutequipment]` - Type annotations for
|
|
2099
|
-
[LookoutEquipment](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutequipment/)
|
|
2100
|
-
service.
|
|
2101
|
-
- `boto3-stubs-lite[lookoutmetrics]` - Type annotations for
|
|
2102
|
-
[LookoutMetrics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutmetrics/)
|
|
2103
|
-
service.
|
|
2104
|
-
- `boto3-stubs-lite[lookoutvision]` - Type annotations for
|
|
2105
|
-
[LookoutforVision](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lookoutvision/)
|
|
2106
|
-
service.
|
|
2107
|
-
- `boto3-stubs-lite[m2]` - Type annotations for
|
|
2108
|
-
[MainframeModernization](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_m2/)
|
|
2109
|
-
service.
|
|
2110
|
-
- `boto3-stubs-lite[machinelearning]` - Type annotations for
|
|
2111
|
-
[MachineLearning](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_machinelearning/)
|
|
2112
|
-
service.
|
|
2113
|
-
- `boto3-stubs-lite[macie]` - Type annotations for
|
|
2114
|
-
[Macie](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_macie/)
|
|
2115
|
-
service.
|
|
2116
|
-
- `boto3-stubs-lite[macie2]` - Type annotations for
|
|
2117
|
-
[Macie2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_macie2/)
|
|
2118
|
-
service.
|
|
2119
|
-
- `boto3-stubs-lite[managedblockchain]` - Type annotations for
|
|
2120
|
-
[ManagedBlockchain](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_managedblockchain/)
|
|
2121
|
-
service.
|
|
2122
|
-
- `boto3-stubs-lite[managedblockchain-query]` - Type annotations for
|
|
2123
|
-
[ManagedBlockchainQuery](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_managedblockchain_query/)
|
|
2124
|
-
service.
|
|
2125
|
-
- `boto3-stubs-lite[marketplace-catalog]` - Type annotations for
|
|
2126
|
-
[MarketplaceCatalog](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_catalog/)
|
|
2127
|
-
service.
|
|
2128
|
-
- `boto3-stubs-lite[marketplace-entitlement]` - Type annotations for
|
|
2129
|
-
[MarketplaceEntitlementService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_entitlement/)
|
|
2130
|
-
service.
|
|
2131
|
-
- `boto3-stubs-lite[marketplacecommerceanalytics]` - Type annotations for
|
|
2132
|
-
[MarketplaceCommerceAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplacecommerceanalytics/)
|
|
2133
|
-
service.
|
|
2134
|
-
- `boto3-stubs-lite[mediaconnect]` - Type annotations for
|
|
2135
|
-
[MediaConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediaconnect/)
|
|
2136
|
-
service.
|
|
2137
|
-
- `boto3-stubs-lite[mediaconvert]` - Type annotations for
|
|
2138
|
-
[MediaConvert](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediaconvert/)
|
|
2139
|
-
service.
|
|
2140
|
-
- `boto3-stubs-lite[medialive]` - Type annotations for
|
|
2141
|
-
[MediaLive](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medialive/)
|
|
2142
|
-
service.
|
|
2143
|
-
- `boto3-stubs-lite[mediapackage]` - Type annotations for
|
|
2144
|
-
[MediaPackage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediapackage/)
|
|
2145
|
-
service.
|
|
2146
|
-
- `boto3-stubs-lite[mediapackage-vod]` - Type annotations for
|
|
2147
|
-
[MediaPackageVod](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediapackage_vod/)
|
|
2148
|
-
service.
|
|
2149
|
-
- `boto3-stubs-lite[mediapackagev2]` - Type annotations for
|
|
2150
|
-
[mediapackagev2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediapackagev2/)
|
|
2151
|
-
service.
|
|
2152
|
-
- `boto3-stubs-lite[mediastore]` - Type annotations for
|
|
2153
|
-
[MediaStore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediastore/)
|
|
2154
|
-
service.
|
|
2155
|
-
- `boto3-stubs-lite[mediastore-data]` - Type annotations for
|
|
2156
|
-
[MediaStoreData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediastore_data/)
|
|
2157
|
-
service.
|
|
2158
|
-
- `boto3-stubs-lite[mediatailor]` - Type annotations for
|
|
2159
|
-
[MediaTailor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediatailor/)
|
|
2160
|
-
service.
|
|
2161
|
-
- `boto3-stubs-lite[medical-imaging]` - Type annotations for
|
|
2162
|
-
[HealthImaging](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_medical_imaging/)
|
|
2163
|
-
service.
|
|
2164
|
-
- `boto3-stubs-lite[memorydb]` - Type annotations for
|
|
2165
|
-
[MemoryDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_memorydb/)
|
|
2166
|
-
service.
|
|
2167
|
-
- `boto3-stubs-lite[meteringmarketplace]` - Type annotations for
|
|
2168
|
-
[MarketplaceMetering](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_meteringmarketplace/)
|
|
2169
|
-
service.
|
|
2170
|
-
- `boto3-stubs-lite[mgh]` - Type annotations for
|
|
2171
|
-
[MigrationHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mgh/)
|
|
2172
|
-
service.
|
|
2173
|
-
- `boto3-stubs-lite[mgn]` - Type annotations for
|
|
2174
|
-
[mgn](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mgn/) service.
|
|
2175
|
-
- `boto3-stubs-lite[migration-hub-refactor-spaces]` - Type annotations for
|
|
2176
|
-
[MigrationHubRefactorSpaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migration_hub_refactor_spaces/)
|
|
2177
|
-
service.
|
|
2178
|
-
- `boto3-stubs-lite[migrationhub-config]` - Type annotations for
|
|
2179
|
-
[MigrationHubConfig](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhub_config/)
|
|
2180
|
-
service.
|
|
2181
|
-
- `boto3-stubs-lite[migrationhuborchestrator]` - Type annotations for
|
|
2182
|
-
[MigrationHubOrchestrator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhuborchestrator/)
|
|
2183
|
-
service.
|
|
2184
|
-
- `boto3-stubs-lite[migrationhubstrategy]` - Type annotations for
|
|
2185
|
-
[MigrationHubStrategyRecommendations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhubstrategy/)
|
|
2186
|
-
service.
|
|
2187
|
-
- `boto3-stubs-lite[mobile]` - Type annotations for
|
|
2188
|
-
[Mobile](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mobile/)
|
|
2189
|
-
service.
|
|
2190
|
-
- `boto3-stubs-lite[mq]` - Type annotations for
|
|
2191
|
-
[MQ](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mq/) service.
|
|
2192
|
-
- `boto3-stubs-lite[mturk]` - Type annotations for
|
|
2193
|
-
[MTurk](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mturk/)
|
|
2194
|
-
service.
|
|
2195
|
-
- `boto3-stubs-lite[mwaa]` - Type annotations for
|
|
2196
|
-
[MWAA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mwaa/) service.
|
|
2197
|
-
- `boto3-stubs-lite[neptune]` - Type annotations for
|
|
2198
|
-
[Neptune](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_neptune/)
|
|
2199
|
-
service.
|
|
2200
|
-
- `boto3-stubs-lite[neptunedata]` - Type annotations for
|
|
2201
|
-
[NeptuneData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_neptunedata/)
|
|
2202
|
-
service.
|
|
2203
|
-
- `boto3-stubs-lite[network-firewall]` - Type annotations for
|
|
2204
|
-
[NetworkFirewall](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_network_firewall/)
|
|
2205
|
-
service.
|
|
2206
|
-
- `boto3-stubs-lite[networkmanager]` - Type annotations for
|
|
2207
|
-
[NetworkManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmanager/)
|
|
2208
|
-
service.
|
|
2209
|
-
- `boto3-stubs-lite[nimble]` - Type annotations for
|
|
2210
|
-
[NimbleStudio](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_nimble/)
|
|
2211
|
-
service.
|
|
2212
|
-
- `boto3-stubs-lite[oam]` - Type annotations for
|
|
2213
|
-
[CloudWatchObservabilityAccessManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_oam/)
|
|
2214
|
-
service.
|
|
2215
|
-
- `boto3-stubs-lite[omics]` - Type annotations for
|
|
2216
|
-
[Omics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_omics/)
|
|
2217
|
-
service.
|
|
2218
|
-
- `boto3-stubs-lite[opensearch]` - Type annotations for
|
|
2219
|
-
[OpenSearchService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opensearch/)
|
|
2220
|
-
service.
|
|
2221
|
-
- `boto3-stubs-lite[opensearchserverless]` - Type annotations for
|
|
2222
|
-
[OpenSearchServiceServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opensearchserverless/)
|
|
2223
|
-
service.
|
|
2224
|
-
- `boto3-stubs-lite[opsworks]` - Type annotations for
|
|
2225
|
-
[OpsWorks](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opsworks/)
|
|
2226
|
-
service.
|
|
2227
|
-
- `boto3-stubs-lite[opsworkscm]` - Type annotations for
|
|
2228
|
-
[OpsWorksCM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_opsworkscm/)
|
|
2229
|
-
service.
|
|
2230
|
-
- `boto3-stubs-lite[organizations]` - Type annotations for
|
|
2231
|
-
[Organizations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_organizations/)
|
|
2232
|
-
service.
|
|
2233
|
-
- `boto3-stubs-lite[osis]` - Type annotations for
|
|
2234
|
-
[OpenSearchIngestion](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_osis/)
|
|
2235
|
-
service.
|
|
2236
|
-
- `boto3-stubs-lite[outposts]` - Type annotations for
|
|
2237
|
-
[Outposts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_outposts/)
|
|
2238
|
-
service.
|
|
2239
|
-
- `boto3-stubs-lite[panorama]` - Type annotations for
|
|
2240
|
-
[Panorama](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_panorama/)
|
|
2241
|
-
service.
|
|
2242
|
-
- `boto3-stubs-lite[payment-cryptography]` - Type annotations for
|
|
2243
|
-
[PaymentCryptographyControlPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_payment_cryptography/)
|
|
2244
|
-
service.
|
|
2245
|
-
- `boto3-stubs-lite[payment-cryptography-data]` - Type annotations for
|
|
2246
|
-
[PaymentCryptographyDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_payment_cryptography_data/)
|
|
2247
|
-
service.
|
|
2248
|
-
- `boto3-stubs-lite[pca-connector-ad]` - Type annotations for
|
|
2249
|
-
[PcaConnectorAd](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_ad/)
|
|
2250
|
-
service.
|
|
2251
|
-
- `boto3-stubs-lite[personalize]` - Type annotations for
|
|
2252
|
-
[Personalize](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize/)
|
|
2253
|
-
service.
|
|
2254
|
-
- `boto3-stubs-lite[personalize-events]` - Type annotations for
|
|
2255
|
-
[PersonalizeEvents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize_events/)
|
|
2256
|
-
service.
|
|
2257
|
-
- `boto3-stubs-lite[personalize-runtime]` - Type annotations for
|
|
2258
|
-
[PersonalizeRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize_runtime/)
|
|
2259
|
-
service.
|
|
2260
|
-
- `boto3-stubs-lite[pi]` - Type annotations for
|
|
2261
|
-
[PI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pi/) service.
|
|
2262
|
-
- `boto3-stubs-lite[pinpoint]` - Type annotations for
|
|
2263
|
-
[Pinpoint](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pinpoint/)
|
|
2264
|
-
service.
|
|
2265
|
-
- `boto3-stubs-lite[pinpoint-email]` - Type annotations for
|
|
2266
|
-
[PinpointEmail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pinpoint_email/)
|
|
2267
|
-
service.
|
|
2268
|
-
- `boto3-stubs-lite[pinpoint-sms-voice]` - Type annotations for
|
|
2269
|
-
[PinpointSMSVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pinpoint_sms_voice/)
|
|
2270
|
-
service.
|
|
2271
|
-
- `boto3-stubs-lite[pinpoint-sms-voice-v2]` - Type annotations for
|
|
2272
|
-
[PinpointSMSVoiceV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pinpoint_sms_voice_v2/)
|
|
2273
|
-
service.
|
|
2274
|
-
- `boto3-stubs-lite[pipes]` - Type annotations for
|
|
2275
|
-
[EventBridgePipes](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pipes/)
|
|
2276
|
-
service.
|
|
2277
|
-
- `boto3-stubs-lite[polly]` - Type annotations for
|
|
2278
|
-
[Polly](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_polly/)
|
|
2279
|
-
service.
|
|
2280
|
-
- `boto3-stubs-lite[pricing]` - Type annotations for
|
|
2281
|
-
[Pricing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pricing/)
|
|
2282
|
-
service.
|
|
2283
|
-
- `boto3-stubs-lite[privatenetworks]` - Type annotations for
|
|
2284
|
-
[Private5G](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_privatenetworks/)
|
|
2285
|
-
service.
|
|
2286
|
-
- `boto3-stubs-lite[proton]` - Type annotations for
|
|
2287
|
-
[Proton](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_proton/)
|
|
2288
|
-
service.
|
|
2289
|
-
- `boto3-stubs-lite[qldb]` - Type annotations for
|
|
2290
|
-
[QLDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qldb/) service.
|
|
2291
|
-
- `boto3-stubs-lite[qldb-session]` - Type annotations for
|
|
2292
|
-
[QLDBSession](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qldb_session/)
|
|
2293
|
-
service.
|
|
2294
|
-
- `boto3-stubs-lite[quicksight]` - Type annotations for
|
|
2295
|
-
[QuickSight](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_quicksight/)
|
|
2296
|
-
service.
|
|
2297
|
-
- `boto3-stubs-lite[ram]` - Type annotations for
|
|
2298
|
-
[RAM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ram/) service.
|
|
2299
|
-
- `boto3-stubs-lite[rbin]` - Type annotations for
|
|
2300
|
-
[RecycleBin](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rbin/)
|
|
2301
|
-
service.
|
|
2302
|
-
- `boto3-stubs-lite[rds]` - Type annotations for
|
|
2303
|
-
[RDS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rds/) service.
|
|
2304
|
-
- `boto3-stubs-lite[rds-data]` - Type annotations for
|
|
2305
|
-
[RDSDataService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rds_data/)
|
|
2306
|
-
service.
|
|
2307
|
-
- `boto3-stubs-lite[redshift]` - Type annotations for
|
|
2308
|
-
[Redshift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift/)
|
|
2309
|
-
service.
|
|
2310
|
-
- `boto3-stubs-lite[redshift-data]` - Type annotations for
|
|
2311
|
-
[RedshiftDataAPIService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift_data/)
|
|
2312
|
-
service.
|
|
2313
|
-
- `boto3-stubs-lite[redshift-serverless]` - Type annotations for
|
|
2314
|
-
[RedshiftServerless](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_redshift_serverless/)
|
|
2315
|
-
service.
|
|
2316
|
-
- `boto3-stubs-lite[rekognition]` - Type annotations for
|
|
2317
|
-
[Rekognition](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rekognition/)
|
|
2318
|
-
service.
|
|
2319
|
-
- `boto3-stubs-lite[resiliencehub]` - Type annotations for
|
|
2320
|
-
[ResilienceHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resiliencehub/)
|
|
2321
|
-
service.
|
|
2322
|
-
- `boto3-stubs-lite[resource-explorer-2]` - Type annotations for
|
|
2323
|
-
[ResourceExplorer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resource_explorer_2/)
|
|
2324
|
-
service.
|
|
2325
|
-
- `boto3-stubs-lite[resource-groups]` - Type annotations for
|
|
2326
|
-
[ResourceGroups](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resource_groups/)
|
|
2327
|
-
service.
|
|
2328
|
-
- `boto3-stubs-lite[resourcegroupstaggingapi]` - Type annotations for
|
|
2329
|
-
[ResourceGroupsTaggingAPI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resourcegroupstaggingapi/)
|
|
2330
|
-
service.
|
|
2331
|
-
- `boto3-stubs-lite[robomaker]` - Type annotations for
|
|
2332
|
-
[RoboMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_robomaker/)
|
|
2333
|
-
service.
|
|
2334
|
-
- `boto3-stubs-lite[rolesanywhere]` - Type annotations for
|
|
2335
|
-
[IAMRolesAnywhere](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rolesanywhere/)
|
|
2336
|
-
service.
|
|
2337
|
-
- `boto3-stubs-lite[route53]` - Type annotations for
|
|
2338
|
-
[Route53](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53/)
|
|
2339
|
-
service.
|
|
2340
|
-
- `boto3-stubs-lite[route53-recovery-cluster]` - Type annotations for
|
|
2341
|
-
[Route53RecoveryCluster](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53_recovery_cluster/)
|
|
2342
|
-
service.
|
|
2343
|
-
- `boto3-stubs-lite[route53-recovery-control-config]` - Type annotations for
|
|
2344
|
-
[Route53RecoveryControlConfig](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53_recovery_control_config/)
|
|
2345
|
-
service.
|
|
2346
|
-
- `boto3-stubs-lite[route53-recovery-readiness]` - Type annotations for
|
|
2347
|
-
[Route53RecoveryReadiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53_recovery_readiness/)
|
|
2348
|
-
service.
|
|
2349
|
-
- `boto3-stubs-lite[route53domains]` - Type annotations for
|
|
2350
|
-
[Route53Domains](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53domains/)
|
|
2351
|
-
service.
|
|
2352
|
-
- `boto3-stubs-lite[route53resolver]` - Type annotations for
|
|
2353
|
-
[Route53Resolver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53resolver/)
|
|
2354
|
-
service.
|
|
2355
|
-
- `boto3-stubs-lite[rum]` - Type annotations for
|
|
2356
|
-
[CloudWatchRUM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rum/)
|
|
2357
|
-
service.
|
|
2358
|
-
- `boto3-stubs-lite[s3]` - Type annotations for
|
|
2359
|
-
[S3](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3/) service.
|
|
2360
|
-
- `boto3-stubs-lite[s3control]` - Type annotations for
|
|
2361
|
-
[S3Control](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3control/)
|
|
2362
|
-
service.
|
|
2363
|
-
- `boto3-stubs-lite[s3outposts]` - Type annotations for
|
|
2364
|
-
[S3Outposts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3outposts/)
|
|
2365
|
-
service.
|
|
2366
|
-
- `boto3-stubs-lite[sagemaker]` - Type annotations for
|
|
2367
|
-
[SageMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
|
|
2368
|
-
service.
|
|
2369
|
-
- `boto3-stubs-lite[sagemaker-a2i-runtime]` - Type annotations for
|
|
2370
|
-
[AugmentedAIRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_a2i_runtime/)
|
|
2371
|
-
service.
|
|
2372
|
-
- `boto3-stubs-lite[sagemaker-edge]` - Type annotations for
|
|
2373
|
-
[SagemakerEdgeManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_edge/)
|
|
2374
|
-
service.
|
|
2375
|
-
- `boto3-stubs-lite[sagemaker-featurestore-runtime]` - Type annotations for
|
|
2376
|
-
[SageMakerFeatureStoreRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_featurestore_runtime/)
|
|
2377
|
-
service.
|
|
2378
|
-
- `boto3-stubs-lite[sagemaker-geospatial]` - Type annotations for
|
|
2379
|
-
[SageMakergeospatialcapabilities](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_geospatial/)
|
|
2380
|
-
service.
|
|
2381
|
-
- `boto3-stubs-lite[sagemaker-metrics]` - Type annotations for
|
|
2382
|
-
[SageMakerMetrics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_metrics/)
|
|
2383
|
-
service.
|
|
2384
|
-
- `boto3-stubs-lite[sagemaker-runtime]` - Type annotations for
|
|
2385
|
-
[SageMakerRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker_runtime/)
|
|
2386
|
-
service.
|
|
2387
|
-
- `boto3-stubs-lite[savingsplans]` - Type annotations for
|
|
2388
|
-
[SavingsPlans](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_savingsplans/)
|
|
2389
|
-
service.
|
|
2390
|
-
- `boto3-stubs-lite[scheduler]` - Type annotations for
|
|
2391
|
-
[EventBridgeScheduler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_scheduler/)
|
|
2392
|
-
service.
|
|
2393
|
-
- `boto3-stubs-lite[schemas]` - Type annotations for
|
|
2394
|
-
[Schemas](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_schemas/)
|
|
2395
|
-
service.
|
|
2396
|
-
- `boto3-stubs-lite[sdb]` - Type annotations for
|
|
2397
|
-
[SimpleDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sdb/)
|
|
2398
|
-
service.
|
|
2399
|
-
- `boto3-stubs-lite[secretsmanager]` - Type annotations for
|
|
2400
|
-
[SecretsManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_secretsmanager/)
|
|
2401
|
-
service.
|
|
2402
|
-
- `boto3-stubs-lite[securityhub]` - Type annotations for
|
|
2403
|
-
[SecurityHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_securityhub/)
|
|
2404
|
-
service.
|
|
2405
|
-
- `boto3-stubs-lite[securitylake]` - Type annotations for
|
|
2406
|
-
[SecurityLake](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_securitylake/)
|
|
2407
|
-
service.
|
|
2408
|
-
- `boto3-stubs-lite[serverlessrepo]` - Type annotations for
|
|
2409
|
-
[ServerlessApplicationRepository](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_serverlessrepo/)
|
|
2410
|
-
service.
|
|
2411
|
-
- `boto3-stubs-lite[service-quotas]` - Type annotations for
|
|
2412
|
-
[ServiceQuotas](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_service_quotas/)
|
|
2413
|
-
service.
|
|
2414
|
-
- `boto3-stubs-lite[servicecatalog]` - Type annotations for
|
|
2415
|
-
[ServiceCatalog](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_servicecatalog/)
|
|
2416
|
-
service.
|
|
2417
|
-
- `boto3-stubs-lite[servicecatalog-appregistry]` - Type annotations for
|
|
2418
|
-
[AppRegistry](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_servicecatalog_appregistry/)
|
|
2419
|
-
service.
|
|
2420
|
-
- `boto3-stubs-lite[servicediscovery]` - Type annotations for
|
|
2421
|
-
[ServiceDiscovery](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_servicediscovery/)
|
|
2422
|
-
service.
|
|
2423
|
-
- `boto3-stubs-lite[ses]` - Type annotations for
|
|
2424
|
-
[SES](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ses/) service.
|
|
2425
|
-
- `boto3-stubs-lite[sesv2]` - Type annotations for
|
|
2426
|
-
[SESV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sesv2/)
|
|
2427
|
-
service.
|
|
2428
|
-
- `boto3-stubs-lite[shield]` - Type annotations for
|
|
2429
|
-
[Shield](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_shield/)
|
|
2430
|
-
service.
|
|
2431
|
-
- `boto3-stubs-lite[signer]` - Type annotations for
|
|
2432
|
-
[signer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_signer/)
|
|
2433
|
-
service.
|
|
2434
|
-
- `boto3-stubs-lite[simspaceweaver]` - Type annotations for
|
|
2435
|
-
[SimSpaceWeaver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_simspaceweaver/)
|
|
2436
|
-
service.
|
|
2437
|
-
- `boto3-stubs-lite[sms]` - Type annotations for
|
|
2438
|
-
[SMS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms/) service.
|
|
2439
|
-
- `boto3-stubs-lite[sms-voice]` - Type annotations for
|
|
2440
|
-
[PinpointSMSVoice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sms_voice/)
|
|
2441
|
-
service.
|
|
2442
|
-
- `boto3-stubs-lite[snow-device-management]` - Type annotations for
|
|
2443
|
-
[SnowDeviceManagement](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snow_device_management/)
|
|
2444
|
-
service.
|
|
2445
|
-
- `boto3-stubs-lite[snowball]` - Type annotations for
|
|
2446
|
-
[Snowball](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snowball/)
|
|
2447
|
-
service.
|
|
2448
|
-
- `boto3-stubs-lite[sns]` - Type annotations for
|
|
2449
|
-
[SNS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sns/) service.
|
|
2450
|
-
- `boto3-stubs-lite[sqs]` - Type annotations for
|
|
2451
|
-
[SQS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/) service.
|
|
2452
|
-
- `boto3-stubs-lite[ssm]` - Type annotations for
|
|
2453
|
-
[SSM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm/) service.
|
|
2454
|
-
- `boto3-stubs-lite[ssm-contacts]` - Type annotations for
|
|
2455
|
-
[SSMContacts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_contacts/)
|
|
2456
|
-
service.
|
|
2457
|
-
- `boto3-stubs-lite[ssm-incidents]` - Type annotations for
|
|
2458
|
-
[SSMIncidents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_incidents/)
|
|
2459
|
-
service.
|
|
2460
|
-
- `boto3-stubs-lite[ssm-sap]` - Type annotations for
|
|
2461
|
-
[SsmSap](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_sap/)
|
|
2462
|
-
service.
|
|
2463
|
-
- `boto3-stubs-lite[sso]` - Type annotations for
|
|
2464
|
-
[SSO](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso/) service.
|
|
2465
|
-
- `boto3-stubs-lite[sso-admin]` - Type annotations for
|
|
2466
|
-
[SSOAdmin](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/)
|
|
2467
|
-
service.
|
|
2468
|
-
- `boto3-stubs-lite[sso-oidc]` - Type annotations for
|
|
2469
|
-
[SSOOIDC](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_oidc/)
|
|
2470
|
-
service.
|
|
2471
|
-
- `boto3-stubs-lite[stepfunctions]` - Type annotations for
|
|
2472
|
-
[SFN](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_stepfunctions/)
|
|
2473
|
-
service.
|
|
2474
|
-
- `boto3-stubs-lite[storagegateway]` - Type annotations for
|
|
2475
|
-
[StorageGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_storagegateway/)
|
|
2476
|
-
service.
|
|
2477
|
-
- `boto3-stubs-lite[sts]` - Type annotations for
|
|
2478
|
-
[STS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sts/) service.
|
|
2479
|
-
- `boto3-stubs-lite[support]` - Type annotations for
|
|
2480
|
-
[Support](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_support/)
|
|
2481
|
-
service.
|
|
2482
|
-
- `boto3-stubs-lite[support-app]` - Type annotations for
|
|
2483
|
-
[SupportApp](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_support_app/)
|
|
2484
|
-
service.
|
|
2485
|
-
- `boto3-stubs-lite[swf]` - Type annotations for
|
|
2486
|
-
[SWF](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_swf/) service.
|
|
2487
|
-
- `boto3-stubs-lite[synthetics]` - Type annotations for
|
|
2488
|
-
[Synthetics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_synthetics/)
|
|
2489
|
-
service.
|
|
2490
|
-
- `boto3-stubs-lite[textract]` - Type annotations for
|
|
2491
|
-
[Textract](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_textract/)
|
|
2492
|
-
service.
|
|
2493
|
-
- `boto3-stubs-lite[timestream-query]` - Type annotations for
|
|
2494
|
-
[TimestreamQuery](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_query/)
|
|
2495
|
-
service.
|
|
2496
|
-
- `boto3-stubs-lite[timestream-write]` - Type annotations for
|
|
2497
|
-
[TimestreamWrite](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/)
|
|
2498
|
-
service.
|
|
2499
|
-
- `boto3-stubs-lite[tnb]` - Type annotations for
|
|
2500
|
-
[TelcoNetworkBuilder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_tnb/)
|
|
2501
|
-
service.
|
|
2502
|
-
- `boto3-stubs-lite[transcribe]` - Type annotations for
|
|
2503
|
-
[TranscribeService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transcribe/)
|
|
2504
|
-
service.
|
|
2505
|
-
- `boto3-stubs-lite[transfer]` - Type annotations for
|
|
2506
|
-
[Transfer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_transfer/)
|
|
2507
|
-
service.
|
|
2508
|
-
- `boto3-stubs-lite[translate]` - Type annotations for
|
|
2509
|
-
[Translate](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_translate/)
|
|
2510
|
-
service.
|
|
2511
|
-
- `boto3-stubs-lite[verifiedpermissions]` - Type annotations for
|
|
2512
|
-
[VerifiedPermissions](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_verifiedpermissions/)
|
|
2513
|
-
service.
|
|
2514
|
-
- `boto3-stubs-lite[voice-id]` - Type annotations for
|
|
2515
|
-
[VoiceID](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_voice_id/)
|
|
2516
|
-
service.
|
|
2517
|
-
- `boto3-stubs-lite[vpc-lattice]` - Type annotations for
|
|
2518
|
-
[VPCLattice](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_vpc_lattice/)
|
|
2519
|
-
service.
|
|
2520
|
-
- `boto3-stubs-lite[waf]` - Type annotations for
|
|
2521
|
-
[WAF](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf/) service.
|
|
2522
|
-
- `boto3-stubs-lite[waf-regional]` - Type annotations for
|
|
2523
|
-
[WAFRegional](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_waf_regional/)
|
|
2524
|
-
service.
|
|
2525
|
-
- `boto3-stubs-lite[wafv2]` - Type annotations for
|
|
2526
|
-
[WAFV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_wafv2/)
|
|
2527
|
-
service.
|
|
2528
|
-
- `boto3-stubs-lite[wellarchitected]` - Type annotations for
|
|
2529
|
-
[WellArchitected](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_wellarchitected/)
|
|
2530
|
-
service.
|
|
2531
|
-
- `boto3-stubs-lite[wisdom]` - Type annotations for
|
|
2532
|
-
[ConnectWisdomService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_wisdom/)
|
|
2533
|
-
service.
|
|
2534
|
-
- `boto3-stubs-lite[workdocs]` - Type annotations for
|
|
2535
|
-
[WorkDocs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workdocs/)
|
|
2536
|
-
service.
|
|
2537
|
-
- `boto3-stubs-lite[worklink]` - Type annotations for
|
|
2538
|
-
[WorkLink](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_worklink/)
|
|
2539
|
-
service.
|
|
2540
|
-
- `boto3-stubs-lite[workmail]` - Type annotations for
|
|
2541
|
-
[WorkMail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workmail/)
|
|
2542
|
-
service.
|
|
2543
|
-
- `boto3-stubs-lite[workmailmessageflow]` - Type annotations for
|
|
2544
|
-
[WorkMailMessageFlow](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workmailmessageflow/)
|
|
2545
|
-
service.
|
|
2546
|
-
- `boto3-stubs-lite[workspaces]` - Type annotations for
|
|
2547
|
-
[WorkSpaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces/)
|
|
2548
|
-
service.
|
|
2549
|
-
- `boto3-stubs-lite[workspaces-web]` - Type annotations for
|
|
2550
|
-
[WorkSpacesWeb](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workspaces_web/)
|
|
2551
|
-
service.
|
|
2552
|
-
- `boto3-stubs-lite[xray]` - Type annotations for
|
|
2553
|
-
[XRay](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_xray/) service.
|