types-boto3 1.0.2__py3-none-any.whl → 1.35.71.post1__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.
Files changed (48) hide show
  1. boto3-stubs/__init__.pyi +5745 -0
  2. boto3-stubs/compat.pyi +13 -0
  3. boto3-stubs/crt.pyi +28 -0
  4. boto3-stubs/docs/__init__.pyi +9 -0
  5. boto3-stubs/docs/action.pyi +37 -0
  6. boto3-stubs/docs/attr.pyi +33 -0
  7. boto3-stubs/docs/base.pyi +19 -0
  8. boto3-stubs/docs/client.pyi +9 -0
  9. boto3-stubs/docs/collection.pyi +37 -0
  10. boto3-stubs/docs/docstring.pyi +18 -0
  11. boto3-stubs/docs/method.pyi +27 -0
  12. boto3-stubs/docs/resource.pyi +20 -0
  13. boto3-stubs/docs/service.pyi +17 -0
  14. boto3-stubs/docs/subresource.pyi +22 -0
  15. boto3-stubs/docs/utils.pyi +30 -0
  16. boto3-stubs/docs/waiter.pyi +33 -0
  17. boto3-stubs/dynamodb/conditions.pyi +136 -0
  18. boto3-stubs/dynamodb/table.pyi +39 -0
  19. boto3-stubs/dynamodb/transform.pyi +55 -0
  20. boto3-stubs/dynamodb/types.pyi +48 -0
  21. boto3-stubs/ec2/createtags.pyi +12 -0
  22. boto3-stubs/ec2/deletetags.pyi +12 -0
  23. boto3-stubs/exceptions.pyi +46 -0
  24. boto3-stubs/py.typed +0 -0
  25. boto3-stubs/resources/__init__.pyi +0 -0
  26. boto3-stubs/resources/action.pyi +53 -0
  27. boto3-stubs/resources/base.pyi +40 -0
  28. boto3-stubs/resources/collection.pyi +54 -0
  29. boto3-stubs/resources/factory.pyi +23 -0
  30. boto3-stubs/resources/model.pyi +123 -0
  31. boto3-stubs/resources/params.pyi +23 -0
  32. boto3-stubs/resources/response.pyi +50 -0
  33. boto3-stubs/s3/__init__.pyi +0 -0
  34. boto3-stubs/s3/constants.pyi +8 -0
  35. boto3-stubs/s3/inject.pyi +145 -0
  36. boto3-stubs/s3/transfer.pyi +90 -0
  37. boto3-stubs/session.pyi +6173 -0
  38. boto3-stubs/utils.pyi +28 -0
  39. {types_boto3-1.0.2.dist-info → types_boto3-1.35.71.post1.dist-info}/LICENSE +2 -2
  40. types_boto3-1.35.71.post1.dist-info/METADATA +2793 -0
  41. types_boto3-1.35.71.post1.dist-info/RECORD +45 -0
  42. {types_boto3-1.0.2.dist-info → types_boto3-1.35.71.post1.dist-info}/WHEEL +1 -1
  43. types_boto3-1.35.71.post1.dist-info/top_level.txt +1 -0
  44. types_boto3-1.0.2.dist-info/METADATA +0 -255
  45. types_boto3-1.0.2.dist-info/RECORD +0 -7
  46. types_boto3-1.0.2.dist-info/top_level.txt +0 -1
  47. /types_boto3/__init__.py → /boto3-stubs/dynamodb/__init__.pyi +0 -0
  48. /types_boto3/py.typed → /boto3-stubs/ec2/__init__.pyi +0 -0
@@ -0,0 +1,2793 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3
3
+ Version: 1.35.71.post1
4
+ Summary: Type annotations for boto3 1.35.71 generated with mypy-boto3-builder 8.4.1
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/types_boto3_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 boto3-stubs type-annotations 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.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: botocore-stubs
34
+ Requires-Dist: types-s3transfer
35
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
+ Provides-Extra: full
37
+ Requires-Dist: types-boto3-full; extra == "full"
38
+ Provides-Extra: all
39
+ Requires-Dist: types-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "all"
40
+ Requires-Dist: types-boto3-account<1.36.0,>=1.35.0; extra == "all"
41
+ Requires-Dist: types-boto3-acm<1.36.0,>=1.35.0; extra == "all"
42
+ Requires-Dist: types-boto3-acm-pca<1.36.0,>=1.35.0; extra == "all"
43
+ Requires-Dist: types-boto3-amp<1.36.0,>=1.35.0; extra == "all"
44
+ Requires-Dist: types-boto3-amplify<1.36.0,>=1.35.0; extra == "all"
45
+ Requires-Dist: types-boto3-amplifybackend<1.36.0,>=1.35.0; extra == "all"
46
+ Requires-Dist: types-boto3-amplifyuibuilder<1.36.0,>=1.35.0; extra == "all"
47
+ Requires-Dist: types-boto3-apigateway<1.36.0,>=1.35.0; extra == "all"
48
+ Requires-Dist: types-boto3-apigatewaymanagementapi<1.36.0,>=1.35.0; extra == "all"
49
+ Requires-Dist: types-boto3-apigatewayv2<1.36.0,>=1.35.0; extra == "all"
50
+ Requires-Dist: types-boto3-appconfig<1.36.0,>=1.35.0; extra == "all"
51
+ Requires-Dist: types-boto3-appconfigdata<1.36.0,>=1.35.0; extra == "all"
52
+ Requires-Dist: types-boto3-appfabric<1.36.0,>=1.35.0; extra == "all"
53
+ Requires-Dist: types-boto3-appflow<1.36.0,>=1.35.0; extra == "all"
54
+ Requires-Dist: types-boto3-appintegrations<1.36.0,>=1.35.0; extra == "all"
55
+ Requires-Dist: types-boto3-application-autoscaling<1.36.0,>=1.35.0; extra == "all"
56
+ Requires-Dist: types-boto3-application-insights<1.36.0,>=1.35.0; extra == "all"
57
+ Requires-Dist: types-boto3-application-signals<1.36.0,>=1.35.0; extra == "all"
58
+ Requires-Dist: types-boto3-applicationcostprofiler<1.36.0,>=1.35.0; extra == "all"
59
+ Requires-Dist: types-boto3-appmesh<1.36.0,>=1.35.0; extra == "all"
60
+ Requires-Dist: types-boto3-apprunner<1.36.0,>=1.35.0; extra == "all"
61
+ Requires-Dist: types-boto3-appstream<1.36.0,>=1.35.0; extra == "all"
62
+ Requires-Dist: types-boto3-appsync<1.36.0,>=1.35.0; extra == "all"
63
+ Requires-Dist: types-boto3-apptest<1.36.0,>=1.35.0; extra == "all"
64
+ Requires-Dist: types-boto3-arc-zonal-shift<1.36.0,>=1.35.0; extra == "all"
65
+ Requires-Dist: types-boto3-artifact<1.36.0,>=1.35.0; extra == "all"
66
+ Requires-Dist: types-boto3-athena<1.36.0,>=1.35.0; extra == "all"
67
+ Requires-Dist: types-boto3-auditmanager<1.36.0,>=1.35.0; extra == "all"
68
+ Requires-Dist: types-boto3-autoscaling<1.36.0,>=1.35.0; extra == "all"
69
+ Requires-Dist: types-boto3-autoscaling-plans<1.36.0,>=1.35.0; extra == "all"
70
+ Requires-Dist: types-boto3-b2bi<1.36.0,>=1.35.0; extra == "all"
71
+ Requires-Dist: types-boto3-backup<1.36.0,>=1.35.0; extra == "all"
72
+ Requires-Dist: types-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "all"
73
+ Requires-Dist: types-boto3-batch<1.36.0,>=1.35.0; extra == "all"
74
+ Requires-Dist: types-boto3-bcm-data-exports<1.36.0,>=1.35.0; extra == "all"
75
+ Requires-Dist: types-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "all"
76
+ Requires-Dist: types-boto3-bedrock<1.36.0,>=1.35.0; extra == "all"
77
+ Requires-Dist: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "all"
78
+ Requires-Dist: types-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "all"
79
+ Requires-Dist: types-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "all"
80
+ Requires-Dist: types-boto3-billing<1.36.0,>=1.35.0; extra == "all"
81
+ Requires-Dist: types-boto3-billingconductor<1.36.0,>=1.35.0; extra == "all"
82
+ Requires-Dist: types-boto3-braket<1.36.0,>=1.35.0; extra == "all"
83
+ Requires-Dist: types-boto3-budgets<1.36.0,>=1.35.0; extra == "all"
84
+ Requires-Dist: types-boto3-ce<1.36.0,>=1.35.0; extra == "all"
85
+ Requires-Dist: types-boto3-chatbot<1.36.0,>=1.35.0; extra == "all"
86
+ Requires-Dist: types-boto3-chime<1.36.0,>=1.35.0; extra == "all"
87
+ Requires-Dist: types-boto3-chime-sdk-identity<1.36.0,>=1.35.0; extra == "all"
88
+ Requires-Dist: types-boto3-chime-sdk-media-pipelines<1.36.0,>=1.35.0; extra == "all"
89
+ Requires-Dist: types-boto3-chime-sdk-meetings<1.36.0,>=1.35.0; extra == "all"
90
+ Requires-Dist: types-boto3-chime-sdk-messaging<1.36.0,>=1.35.0; extra == "all"
91
+ Requires-Dist: types-boto3-chime-sdk-voice<1.36.0,>=1.35.0; extra == "all"
92
+ Requires-Dist: types-boto3-cleanrooms<1.36.0,>=1.35.0; extra == "all"
93
+ Requires-Dist: types-boto3-cleanroomsml<1.36.0,>=1.35.0; extra == "all"
94
+ Requires-Dist: types-boto3-cloud9<1.36.0,>=1.35.0; extra == "all"
95
+ Requires-Dist: types-boto3-cloudcontrol<1.36.0,>=1.35.0; extra == "all"
96
+ Requires-Dist: types-boto3-clouddirectory<1.36.0,>=1.35.0; extra == "all"
97
+ Requires-Dist: types-boto3-cloudformation<1.36.0,>=1.35.0; extra == "all"
98
+ Requires-Dist: types-boto3-cloudfront<1.36.0,>=1.35.0; extra == "all"
99
+ Requires-Dist: types-boto3-cloudfront-keyvaluestore<1.36.0,>=1.35.0; extra == "all"
100
+ Requires-Dist: types-boto3-cloudhsm<1.36.0,>=1.35.0; extra == "all"
101
+ Requires-Dist: types-boto3-cloudhsmv2<1.36.0,>=1.35.0; extra == "all"
102
+ Requires-Dist: types-boto3-cloudsearch<1.36.0,>=1.35.0; extra == "all"
103
+ Requires-Dist: types-boto3-cloudsearchdomain<1.36.0,>=1.35.0; extra == "all"
104
+ Requires-Dist: types-boto3-cloudtrail<1.36.0,>=1.35.0; extra == "all"
105
+ Requires-Dist: types-boto3-cloudtrail-data<1.36.0,>=1.35.0; extra == "all"
106
+ Requires-Dist: types-boto3-cloudwatch<1.36.0,>=1.35.0; extra == "all"
107
+ Requires-Dist: types-boto3-codeartifact<1.36.0,>=1.35.0; extra == "all"
108
+ Requires-Dist: types-boto3-codebuild<1.36.0,>=1.35.0; extra == "all"
109
+ Requires-Dist: types-boto3-codecatalyst<1.36.0,>=1.35.0; extra == "all"
110
+ Requires-Dist: types-boto3-codecommit<1.36.0,>=1.35.0; extra == "all"
111
+ Requires-Dist: types-boto3-codeconnections<1.36.0,>=1.35.0; extra == "all"
112
+ Requires-Dist: types-boto3-codedeploy<1.36.0,>=1.35.0; extra == "all"
113
+ Requires-Dist: types-boto3-codeguru-reviewer<1.36.0,>=1.35.0; extra == "all"
114
+ Requires-Dist: types-boto3-codeguru-security<1.36.0,>=1.35.0; extra == "all"
115
+ Requires-Dist: types-boto3-codeguruprofiler<1.36.0,>=1.35.0; extra == "all"
116
+ Requires-Dist: types-boto3-codepipeline<1.36.0,>=1.35.0; extra == "all"
117
+ Requires-Dist: types-boto3-codestar-connections<1.36.0,>=1.35.0; extra == "all"
118
+ Requires-Dist: types-boto3-codestar-notifications<1.36.0,>=1.35.0; extra == "all"
119
+ Requires-Dist: types-boto3-cognito-identity<1.36.0,>=1.35.0; extra == "all"
120
+ Requires-Dist: types-boto3-cognito-idp<1.36.0,>=1.35.0; extra == "all"
121
+ Requires-Dist: types-boto3-cognito-sync<1.36.0,>=1.35.0; extra == "all"
122
+ Requires-Dist: types-boto3-comprehend<1.36.0,>=1.35.0; extra == "all"
123
+ Requires-Dist: types-boto3-comprehendmedical<1.36.0,>=1.35.0; extra == "all"
124
+ Requires-Dist: types-boto3-compute-optimizer<1.36.0,>=1.35.0; extra == "all"
125
+ Requires-Dist: types-boto3-config<1.36.0,>=1.35.0; extra == "all"
126
+ Requires-Dist: types-boto3-connect<1.36.0,>=1.35.0; extra == "all"
127
+ Requires-Dist: types-boto3-connect-contact-lens<1.36.0,>=1.35.0; extra == "all"
128
+ Requires-Dist: types-boto3-connectcampaigns<1.36.0,>=1.35.0; extra == "all"
129
+ Requires-Dist: types-boto3-connectcampaignsv2<1.36.0,>=1.35.0; extra == "all"
130
+ Requires-Dist: types-boto3-connectcases<1.36.0,>=1.35.0; extra == "all"
131
+ Requires-Dist: types-boto3-connectparticipant<1.36.0,>=1.35.0; extra == "all"
132
+ Requires-Dist: types-boto3-controlcatalog<1.36.0,>=1.35.0; extra == "all"
133
+ Requires-Dist: types-boto3-controltower<1.36.0,>=1.35.0; extra == "all"
134
+ Requires-Dist: types-boto3-cost-optimization-hub<1.36.0,>=1.35.0; extra == "all"
135
+ Requires-Dist: types-boto3-cur<1.36.0,>=1.35.0; extra == "all"
136
+ Requires-Dist: types-boto3-customer-profiles<1.36.0,>=1.35.0; extra == "all"
137
+ Requires-Dist: types-boto3-databrew<1.36.0,>=1.35.0; extra == "all"
138
+ Requires-Dist: types-boto3-dataexchange<1.36.0,>=1.35.0; extra == "all"
139
+ Requires-Dist: types-boto3-datapipeline<1.36.0,>=1.35.0; extra == "all"
140
+ Requires-Dist: types-boto3-datasync<1.36.0,>=1.35.0; extra == "all"
141
+ Requires-Dist: types-boto3-datazone<1.36.0,>=1.35.0; extra == "all"
142
+ Requires-Dist: types-boto3-dax<1.36.0,>=1.35.0; extra == "all"
143
+ Requires-Dist: types-boto3-deadline<1.36.0,>=1.35.0; extra == "all"
144
+ Requires-Dist: types-boto3-detective<1.36.0,>=1.35.0; extra == "all"
145
+ Requires-Dist: types-boto3-devicefarm<1.36.0,>=1.35.0; extra == "all"
146
+ Requires-Dist: types-boto3-devops-guru<1.36.0,>=1.35.0; extra == "all"
147
+ Requires-Dist: types-boto3-directconnect<1.36.0,>=1.35.0; extra == "all"
148
+ Requires-Dist: types-boto3-discovery<1.36.0,>=1.35.0; extra == "all"
149
+ Requires-Dist: types-boto3-dlm<1.36.0,>=1.35.0; extra == "all"
150
+ Requires-Dist: types-boto3-dms<1.36.0,>=1.35.0; extra == "all"
151
+ Requires-Dist: types-boto3-docdb<1.36.0,>=1.35.0; extra == "all"
152
+ Requires-Dist: types-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "all"
153
+ Requires-Dist: types-boto3-drs<1.36.0,>=1.35.0; extra == "all"
154
+ Requires-Dist: types-boto3-ds<1.36.0,>=1.35.0; extra == "all"
155
+ Requires-Dist: types-boto3-ds-data<1.36.0,>=1.35.0; extra == "all"
156
+ Requires-Dist: types-boto3-dynamodb<1.36.0,>=1.35.0; extra == "all"
157
+ Requires-Dist: types-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "all"
158
+ Requires-Dist: types-boto3-ebs<1.36.0,>=1.35.0; extra == "all"
159
+ Requires-Dist: types-boto3-ec2<1.36.0,>=1.35.0; extra == "all"
160
+ Requires-Dist: types-boto3-ec2-instance-connect<1.36.0,>=1.35.0; extra == "all"
161
+ Requires-Dist: types-boto3-ecr<1.36.0,>=1.35.0; extra == "all"
162
+ Requires-Dist: types-boto3-ecr-public<1.36.0,>=1.35.0; extra == "all"
163
+ Requires-Dist: types-boto3-ecs<1.36.0,>=1.35.0; extra == "all"
164
+ Requires-Dist: types-boto3-efs<1.36.0,>=1.35.0; extra == "all"
165
+ Requires-Dist: types-boto3-eks<1.36.0,>=1.35.0; extra == "all"
166
+ Requires-Dist: types-boto3-eks-auth<1.36.0,>=1.35.0; extra == "all"
167
+ Requires-Dist: types-boto3-elastic-inference<1.36.0,>=1.35.0; extra == "all"
168
+ Requires-Dist: types-boto3-elasticache<1.36.0,>=1.35.0; extra == "all"
169
+ Requires-Dist: types-boto3-elasticbeanstalk<1.36.0,>=1.35.0; extra == "all"
170
+ Requires-Dist: types-boto3-elastictranscoder<1.36.0,>=1.35.0; extra == "all"
171
+ Requires-Dist: types-boto3-elb<1.36.0,>=1.35.0; extra == "all"
172
+ Requires-Dist: types-boto3-elbv2<1.36.0,>=1.35.0; extra == "all"
173
+ Requires-Dist: types-boto3-emr<1.36.0,>=1.35.0; extra == "all"
174
+ Requires-Dist: types-boto3-emr-containers<1.36.0,>=1.35.0; extra == "all"
175
+ Requires-Dist: types-boto3-emr-serverless<1.36.0,>=1.35.0; extra == "all"
176
+ Requires-Dist: types-boto3-entityresolution<1.36.0,>=1.35.0; extra == "all"
177
+ Requires-Dist: types-boto3-es<1.36.0,>=1.35.0; extra == "all"
178
+ Requires-Dist: types-boto3-events<1.36.0,>=1.35.0; extra == "all"
179
+ Requires-Dist: types-boto3-evidently<1.36.0,>=1.35.0; extra == "all"
180
+ Requires-Dist: types-boto3-finspace<1.36.0,>=1.35.0; extra == "all"
181
+ Requires-Dist: types-boto3-finspace-data<1.36.0,>=1.35.0; extra == "all"
182
+ Requires-Dist: types-boto3-firehose<1.36.0,>=1.35.0; extra == "all"
183
+ Requires-Dist: types-boto3-fis<1.36.0,>=1.35.0; extra == "all"
184
+ Requires-Dist: types-boto3-fms<1.36.0,>=1.35.0; extra == "all"
185
+ Requires-Dist: types-boto3-forecast<1.36.0,>=1.35.0; extra == "all"
186
+ Requires-Dist: types-boto3-forecastquery<1.36.0,>=1.35.0; extra == "all"
187
+ Requires-Dist: types-boto3-frauddetector<1.36.0,>=1.35.0; extra == "all"
188
+ Requires-Dist: types-boto3-freetier<1.36.0,>=1.35.0; extra == "all"
189
+ Requires-Dist: types-boto3-fsx<1.36.0,>=1.35.0; extra == "all"
190
+ Requires-Dist: types-boto3-gamelift<1.36.0,>=1.35.0; extra == "all"
191
+ Requires-Dist: types-boto3-geo-maps<1.36.0,>=1.35.0; extra == "all"
192
+ Requires-Dist: types-boto3-geo-places<1.36.0,>=1.35.0; extra == "all"
193
+ Requires-Dist: types-boto3-geo-routes<1.36.0,>=1.35.0; extra == "all"
194
+ Requires-Dist: types-boto3-glacier<1.36.0,>=1.35.0; extra == "all"
195
+ Requires-Dist: types-boto3-globalaccelerator<1.36.0,>=1.35.0; extra == "all"
196
+ Requires-Dist: types-boto3-glue<1.36.0,>=1.35.0; extra == "all"
197
+ Requires-Dist: types-boto3-grafana<1.36.0,>=1.35.0; extra == "all"
198
+ Requires-Dist: types-boto3-greengrass<1.36.0,>=1.35.0; extra == "all"
199
+ Requires-Dist: types-boto3-greengrassv2<1.36.0,>=1.35.0; extra == "all"
200
+ Requires-Dist: types-boto3-groundstation<1.36.0,>=1.35.0; extra == "all"
201
+ Requires-Dist: types-boto3-guardduty<1.36.0,>=1.35.0; extra == "all"
202
+ Requires-Dist: types-boto3-health<1.36.0,>=1.35.0; extra == "all"
203
+ Requires-Dist: types-boto3-healthlake<1.36.0,>=1.35.0; extra == "all"
204
+ Requires-Dist: types-boto3-iam<1.36.0,>=1.35.0; extra == "all"
205
+ Requires-Dist: types-boto3-identitystore<1.36.0,>=1.35.0; extra == "all"
206
+ Requires-Dist: types-boto3-imagebuilder<1.36.0,>=1.35.0; extra == "all"
207
+ Requires-Dist: types-boto3-importexport<1.36.0,>=1.35.0; extra == "all"
208
+ Requires-Dist: types-boto3-inspector<1.36.0,>=1.35.0; extra == "all"
209
+ Requires-Dist: types-boto3-inspector-scan<1.36.0,>=1.35.0; extra == "all"
210
+ Requires-Dist: types-boto3-inspector2<1.36.0,>=1.35.0; extra == "all"
211
+ Requires-Dist: types-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "all"
212
+ Requires-Dist: types-boto3-iot<1.36.0,>=1.35.0; extra == "all"
213
+ Requires-Dist: types-boto3-iot-data<1.36.0,>=1.35.0; extra == "all"
214
+ Requires-Dist: types-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "all"
215
+ Requires-Dist: types-boto3-iot1click-devices<1.36.0,>=1.35.0; extra == "all"
216
+ Requires-Dist: types-boto3-iot1click-projects<1.36.0,>=1.35.0; extra == "all"
217
+ Requires-Dist: types-boto3-iotanalytics<1.36.0,>=1.35.0; extra == "all"
218
+ Requires-Dist: types-boto3-iotdeviceadvisor<1.36.0,>=1.35.0; extra == "all"
219
+ Requires-Dist: types-boto3-iotevents<1.36.0,>=1.35.0; extra == "all"
220
+ Requires-Dist: types-boto3-iotevents-data<1.36.0,>=1.35.0; extra == "all"
221
+ Requires-Dist: types-boto3-iotfleethub<1.36.0,>=1.35.0; extra == "all"
222
+ Requires-Dist: types-boto3-iotfleetwise<1.36.0,>=1.35.0; extra == "all"
223
+ Requires-Dist: types-boto3-iotsecuretunneling<1.36.0,>=1.35.0; extra == "all"
224
+ Requires-Dist: types-boto3-iotsitewise<1.36.0,>=1.35.0; extra == "all"
225
+ Requires-Dist: types-boto3-iotthingsgraph<1.36.0,>=1.35.0; extra == "all"
226
+ Requires-Dist: types-boto3-iottwinmaker<1.36.0,>=1.35.0; extra == "all"
227
+ Requires-Dist: types-boto3-iotwireless<1.36.0,>=1.35.0; extra == "all"
228
+ Requires-Dist: types-boto3-ivs<1.36.0,>=1.35.0; extra == "all"
229
+ Requires-Dist: types-boto3-ivs-realtime<1.36.0,>=1.35.0; extra == "all"
230
+ Requires-Dist: types-boto3-ivschat<1.36.0,>=1.35.0; extra == "all"
231
+ Requires-Dist: types-boto3-kafka<1.36.0,>=1.35.0; extra == "all"
232
+ Requires-Dist: types-boto3-kafkaconnect<1.36.0,>=1.35.0; extra == "all"
233
+ Requires-Dist: types-boto3-kendra<1.36.0,>=1.35.0; extra == "all"
234
+ Requires-Dist: types-boto3-kendra-ranking<1.36.0,>=1.35.0; extra == "all"
235
+ Requires-Dist: types-boto3-keyspaces<1.36.0,>=1.35.0; extra == "all"
236
+ Requires-Dist: types-boto3-kinesis<1.36.0,>=1.35.0; extra == "all"
237
+ Requires-Dist: types-boto3-kinesis-video-archived-media<1.36.0,>=1.35.0; extra == "all"
238
+ Requires-Dist: types-boto3-kinesis-video-media<1.36.0,>=1.35.0; extra == "all"
239
+ Requires-Dist: types-boto3-kinesis-video-signaling<1.36.0,>=1.35.0; extra == "all"
240
+ Requires-Dist: types-boto3-kinesis-video-webrtc-storage<1.36.0,>=1.35.0; extra == "all"
241
+ Requires-Dist: types-boto3-kinesisanalytics<1.36.0,>=1.35.0; extra == "all"
242
+ Requires-Dist: types-boto3-kinesisanalyticsv2<1.36.0,>=1.35.0; extra == "all"
243
+ Requires-Dist: types-boto3-kinesisvideo<1.36.0,>=1.35.0; extra == "all"
244
+ Requires-Dist: types-boto3-kms<1.36.0,>=1.35.0; extra == "all"
245
+ Requires-Dist: types-boto3-lakeformation<1.36.0,>=1.35.0; extra == "all"
246
+ Requires-Dist: types-boto3-lambda<1.36.0,>=1.35.0; extra == "all"
247
+ Requires-Dist: types-boto3-launch-wizard<1.36.0,>=1.35.0; extra == "all"
248
+ Requires-Dist: types-boto3-lex-models<1.36.0,>=1.35.0; extra == "all"
249
+ Requires-Dist: types-boto3-lex-runtime<1.36.0,>=1.35.0; extra == "all"
250
+ Requires-Dist: types-boto3-lexv2-models<1.36.0,>=1.35.0; extra == "all"
251
+ Requires-Dist: types-boto3-lexv2-runtime<1.36.0,>=1.35.0; extra == "all"
252
+ Requires-Dist: types-boto3-license-manager<1.36.0,>=1.35.0; extra == "all"
253
+ Requires-Dist: types-boto3-license-manager-linux-subscriptions<1.36.0,>=1.35.0; extra == "all"
254
+ Requires-Dist: types-boto3-license-manager-user-subscriptions<1.36.0,>=1.35.0; extra == "all"
255
+ Requires-Dist: types-boto3-lightsail<1.36.0,>=1.35.0; extra == "all"
256
+ Requires-Dist: types-boto3-location<1.36.0,>=1.35.0; extra == "all"
257
+ Requires-Dist: types-boto3-logs<1.36.0,>=1.35.0; extra == "all"
258
+ Requires-Dist: types-boto3-lookoutequipment<1.36.0,>=1.35.0; extra == "all"
259
+ Requires-Dist: types-boto3-lookoutmetrics<1.36.0,>=1.35.0; extra == "all"
260
+ Requires-Dist: types-boto3-lookoutvision<1.36.0,>=1.35.0; extra == "all"
261
+ Requires-Dist: types-boto3-m2<1.36.0,>=1.35.0; extra == "all"
262
+ Requires-Dist: types-boto3-machinelearning<1.36.0,>=1.35.0; extra == "all"
263
+ Requires-Dist: types-boto3-macie2<1.36.0,>=1.35.0; extra == "all"
264
+ Requires-Dist: types-boto3-mailmanager<1.36.0,>=1.35.0; extra == "all"
265
+ Requires-Dist: types-boto3-managedblockchain<1.36.0,>=1.35.0; extra == "all"
266
+ Requires-Dist: types-boto3-managedblockchain-query<1.36.0,>=1.35.0; extra == "all"
267
+ Requires-Dist: types-boto3-marketplace-agreement<1.36.0,>=1.35.0; extra == "all"
268
+ Requires-Dist: types-boto3-marketplace-catalog<1.36.0,>=1.35.0; extra == "all"
269
+ Requires-Dist: types-boto3-marketplace-deployment<1.36.0,>=1.35.0; extra == "all"
270
+ Requires-Dist: types-boto3-marketplace-entitlement<1.36.0,>=1.35.0; extra == "all"
271
+ Requires-Dist: types-boto3-marketplace-reporting<1.36.0,>=1.35.0; extra == "all"
272
+ Requires-Dist: types-boto3-marketplacecommerceanalytics<1.36.0,>=1.35.0; extra == "all"
273
+ Requires-Dist: types-boto3-mediaconnect<1.36.0,>=1.35.0; extra == "all"
274
+ Requires-Dist: types-boto3-mediaconvert<1.36.0,>=1.35.0; extra == "all"
275
+ Requires-Dist: types-boto3-medialive<1.36.0,>=1.35.0; extra == "all"
276
+ Requires-Dist: types-boto3-mediapackage<1.36.0,>=1.35.0; extra == "all"
277
+ Requires-Dist: types-boto3-mediapackage-vod<1.36.0,>=1.35.0; extra == "all"
278
+ Requires-Dist: types-boto3-mediapackagev2<1.36.0,>=1.35.0; extra == "all"
279
+ Requires-Dist: types-boto3-mediastore<1.36.0,>=1.35.0; extra == "all"
280
+ Requires-Dist: types-boto3-mediastore-data<1.36.0,>=1.35.0; extra == "all"
281
+ Requires-Dist: types-boto3-mediatailor<1.36.0,>=1.35.0; extra == "all"
282
+ Requires-Dist: types-boto3-medical-imaging<1.36.0,>=1.35.0; extra == "all"
283
+ Requires-Dist: types-boto3-memorydb<1.36.0,>=1.35.0; extra == "all"
284
+ Requires-Dist: types-boto3-meteringmarketplace<1.36.0,>=1.35.0; extra == "all"
285
+ Requires-Dist: types-boto3-mgh<1.36.0,>=1.35.0; extra == "all"
286
+ Requires-Dist: types-boto3-mgn<1.36.0,>=1.35.0; extra == "all"
287
+ Requires-Dist: types-boto3-migration-hub-refactor-spaces<1.36.0,>=1.35.0; extra == "all"
288
+ Requires-Dist: types-boto3-migrationhub-config<1.36.0,>=1.35.0; extra == "all"
289
+ Requires-Dist: types-boto3-migrationhuborchestrator<1.36.0,>=1.35.0; extra == "all"
290
+ Requires-Dist: types-boto3-migrationhubstrategy<1.36.0,>=1.35.0; extra == "all"
291
+ Requires-Dist: types-boto3-mq<1.36.0,>=1.35.0; extra == "all"
292
+ Requires-Dist: types-boto3-mturk<1.36.0,>=1.35.0; extra == "all"
293
+ Requires-Dist: types-boto3-mwaa<1.36.0,>=1.35.0; extra == "all"
294
+ Requires-Dist: types-boto3-neptune<1.36.0,>=1.35.0; extra == "all"
295
+ Requires-Dist: types-boto3-neptune-graph<1.36.0,>=1.35.0; extra == "all"
296
+ Requires-Dist: types-boto3-neptunedata<1.36.0,>=1.35.0; extra == "all"
297
+ Requires-Dist: types-boto3-network-firewall<1.36.0,>=1.35.0; extra == "all"
298
+ Requires-Dist: types-boto3-networkmanager<1.36.0,>=1.35.0; extra == "all"
299
+ Requires-Dist: types-boto3-networkmonitor<1.36.0,>=1.35.0; extra == "all"
300
+ Requires-Dist: types-boto3-notifications<1.36.0,>=1.35.0; extra == "all"
301
+ Requires-Dist: types-boto3-notificationscontacts<1.36.0,>=1.35.0; extra == "all"
302
+ Requires-Dist: types-boto3-oam<1.36.0,>=1.35.0; extra == "all"
303
+ Requires-Dist: types-boto3-observabilityadmin<1.36.0,>=1.35.0; extra == "all"
304
+ Requires-Dist: types-boto3-omics<1.36.0,>=1.35.0; extra == "all"
305
+ Requires-Dist: types-boto3-opensearch<1.36.0,>=1.35.0; extra == "all"
306
+ Requires-Dist: types-boto3-opensearchserverless<1.36.0,>=1.35.0; extra == "all"
307
+ Requires-Dist: types-boto3-opsworks<1.36.0,>=1.35.0; extra == "all"
308
+ Requires-Dist: types-boto3-opsworkscm<1.36.0,>=1.35.0; extra == "all"
309
+ Requires-Dist: types-boto3-organizations<1.36.0,>=1.35.0; extra == "all"
310
+ Requires-Dist: types-boto3-osis<1.36.0,>=1.35.0; extra == "all"
311
+ Requires-Dist: types-boto3-outposts<1.36.0,>=1.35.0; extra == "all"
312
+ Requires-Dist: types-boto3-panorama<1.36.0,>=1.35.0; extra == "all"
313
+ Requires-Dist: types-boto3-partnercentral-selling<1.36.0,>=1.35.0; extra == "all"
314
+ Requires-Dist: types-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "all"
315
+ Requires-Dist: types-boto3-payment-cryptography-data<1.36.0,>=1.35.0; extra == "all"
316
+ Requires-Dist: types-boto3-pca-connector-ad<1.36.0,>=1.35.0; extra == "all"
317
+ Requires-Dist: types-boto3-pca-connector-scep<1.36.0,>=1.35.0; extra == "all"
318
+ Requires-Dist: types-boto3-pcs<1.36.0,>=1.35.0; extra == "all"
319
+ Requires-Dist: types-boto3-personalize<1.36.0,>=1.35.0; extra == "all"
320
+ Requires-Dist: types-boto3-personalize-events<1.36.0,>=1.35.0; extra == "all"
321
+ Requires-Dist: types-boto3-personalize-runtime<1.36.0,>=1.35.0; extra == "all"
322
+ Requires-Dist: types-boto3-pi<1.36.0,>=1.35.0; extra == "all"
323
+ Requires-Dist: types-boto3-pinpoint<1.36.0,>=1.35.0; extra == "all"
324
+ Requires-Dist: types-boto3-pinpoint-email<1.36.0,>=1.35.0; extra == "all"
325
+ Requires-Dist: types-boto3-pinpoint-sms-voice<1.36.0,>=1.35.0; extra == "all"
326
+ Requires-Dist: types-boto3-pinpoint-sms-voice-v2<1.36.0,>=1.35.0; extra == "all"
327
+ Requires-Dist: types-boto3-pipes<1.36.0,>=1.35.0; extra == "all"
328
+ Requires-Dist: types-boto3-polly<1.36.0,>=1.35.0; extra == "all"
329
+ Requires-Dist: types-boto3-pricing<1.36.0,>=1.35.0; extra == "all"
330
+ Requires-Dist: types-boto3-privatenetworks<1.36.0,>=1.35.0; extra == "all"
331
+ Requires-Dist: types-boto3-proton<1.36.0,>=1.35.0; extra == "all"
332
+ Requires-Dist: types-boto3-qapps<1.36.0,>=1.35.0; extra == "all"
333
+ Requires-Dist: types-boto3-qbusiness<1.36.0,>=1.35.0; extra == "all"
334
+ Requires-Dist: types-boto3-qconnect<1.36.0,>=1.35.0; extra == "all"
335
+ Requires-Dist: types-boto3-qldb<1.36.0,>=1.35.0; extra == "all"
336
+ Requires-Dist: types-boto3-qldb-session<1.36.0,>=1.35.0; extra == "all"
337
+ Requires-Dist: types-boto3-quicksight<1.36.0,>=1.35.0; extra == "all"
338
+ Requires-Dist: types-boto3-ram<1.36.0,>=1.35.0; extra == "all"
339
+ Requires-Dist: types-boto3-rbin<1.36.0,>=1.35.0; extra == "all"
340
+ Requires-Dist: types-boto3-rds<1.36.0,>=1.35.0; extra == "all"
341
+ Requires-Dist: types-boto3-rds-data<1.36.0,>=1.35.0; extra == "all"
342
+ Requires-Dist: types-boto3-redshift<1.36.0,>=1.35.0; extra == "all"
343
+ Requires-Dist: types-boto3-redshift-data<1.36.0,>=1.35.0; extra == "all"
344
+ Requires-Dist: types-boto3-redshift-serverless<1.36.0,>=1.35.0; extra == "all"
345
+ Requires-Dist: types-boto3-rekognition<1.36.0,>=1.35.0; extra == "all"
346
+ Requires-Dist: types-boto3-repostspace<1.36.0,>=1.35.0; extra == "all"
347
+ Requires-Dist: types-boto3-resiliencehub<1.36.0,>=1.35.0; extra == "all"
348
+ Requires-Dist: types-boto3-resource-explorer-2<1.36.0,>=1.35.0; extra == "all"
349
+ Requires-Dist: types-boto3-resource-groups<1.36.0,>=1.35.0; extra == "all"
350
+ Requires-Dist: types-boto3-resourcegroupstaggingapi<1.36.0,>=1.35.0; extra == "all"
351
+ Requires-Dist: types-boto3-robomaker<1.36.0,>=1.35.0; extra == "all"
352
+ Requires-Dist: types-boto3-rolesanywhere<1.36.0,>=1.35.0; extra == "all"
353
+ Requires-Dist: types-boto3-route53<1.36.0,>=1.35.0; extra == "all"
354
+ Requires-Dist: types-boto3-route53-recovery-cluster<1.36.0,>=1.35.0; extra == "all"
355
+ Requires-Dist: types-boto3-route53-recovery-control-config<1.36.0,>=1.35.0; extra == "all"
356
+ Requires-Dist: types-boto3-route53-recovery-readiness<1.36.0,>=1.35.0; extra == "all"
357
+ Requires-Dist: types-boto3-route53domains<1.36.0,>=1.35.0; extra == "all"
358
+ Requires-Dist: types-boto3-route53profiles<1.36.0,>=1.35.0; extra == "all"
359
+ Requires-Dist: types-boto3-route53resolver<1.36.0,>=1.35.0; extra == "all"
360
+ Requires-Dist: types-boto3-rum<1.36.0,>=1.35.0; extra == "all"
361
+ Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "all"
362
+ Requires-Dist: types-boto3-s3control<1.36.0,>=1.35.0; extra == "all"
363
+ Requires-Dist: types-boto3-s3outposts<1.36.0,>=1.35.0; extra == "all"
364
+ Requires-Dist: types-boto3-sagemaker<1.36.0,>=1.35.0; extra == "all"
365
+ Requires-Dist: types-boto3-sagemaker-a2i-runtime<1.36.0,>=1.35.0; extra == "all"
366
+ Requires-Dist: types-boto3-sagemaker-edge<1.36.0,>=1.35.0; extra == "all"
367
+ Requires-Dist: types-boto3-sagemaker-featurestore-runtime<1.36.0,>=1.35.0; extra == "all"
368
+ Requires-Dist: types-boto3-sagemaker-geospatial<1.36.0,>=1.35.0; extra == "all"
369
+ Requires-Dist: types-boto3-sagemaker-metrics<1.36.0,>=1.35.0; extra == "all"
370
+ Requires-Dist: types-boto3-sagemaker-runtime<1.36.0,>=1.35.0; extra == "all"
371
+ Requires-Dist: types-boto3-savingsplans<1.36.0,>=1.35.0; extra == "all"
372
+ Requires-Dist: types-boto3-scheduler<1.36.0,>=1.35.0; extra == "all"
373
+ Requires-Dist: types-boto3-schemas<1.36.0,>=1.35.0; extra == "all"
374
+ Requires-Dist: types-boto3-sdb<1.36.0,>=1.35.0; extra == "all"
375
+ Requires-Dist: types-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "all"
376
+ Requires-Dist: types-boto3-securityhub<1.36.0,>=1.35.0; extra == "all"
377
+ Requires-Dist: types-boto3-securitylake<1.36.0,>=1.35.0; extra == "all"
378
+ Requires-Dist: types-boto3-serverlessrepo<1.36.0,>=1.35.0; extra == "all"
379
+ Requires-Dist: types-boto3-service-quotas<1.36.0,>=1.35.0; extra == "all"
380
+ Requires-Dist: types-boto3-servicecatalog<1.36.0,>=1.35.0; extra == "all"
381
+ Requires-Dist: types-boto3-servicecatalog-appregistry<1.36.0,>=1.35.0; extra == "all"
382
+ Requires-Dist: types-boto3-servicediscovery<1.36.0,>=1.35.0; extra == "all"
383
+ Requires-Dist: types-boto3-ses<1.36.0,>=1.35.0; extra == "all"
384
+ Requires-Dist: types-boto3-sesv2<1.36.0,>=1.35.0; extra == "all"
385
+ Requires-Dist: types-boto3-shield<1.36.0,>=1.35.0; extra == "all"
386
+ Requires-Dist: types-boto3-signer<1.36.0,>=1.35.0; extra == "all"
387
+ Requires-Dist: types-boto3-simspaceweaver<1.36.0,>=1.35.0; extra == "all"
388
+ Requires-Dist: types-boto3-sms<1.36.0,>=1.35.0; extra == "all"
389
+ Requires-Dist: types-boto3-sms-voice<1.36.0,>=1.35.0; extra == "all"
390
+ Requires-Dist: types-boto3-snow-device-management<1.36.0,>=1.35.0; extra == "all"
391
+ Requires-Dist: types-boto3-snowball<1.36.0,>=1.35.0; extra == "all"
392
+ Requires-Dist: types-boto3-sns<1.36.0,>=1.35.0; extra == "all"
393
+ Requires-Dist: types-boto3-socialmessaging<1.36.0,>=1.35.0; extra == "all"
394
+ Requires-Dist: types-boto3-sqs<1.36.0,>=1.35.0; extra == "all"
395
+ Requires-Dist: types-boto3-ssm<1.36.0,>=1.35.0; extra == "all"
396
+ Requires-Dist: types-boto3-ssm-contacts<1.36.0,>=1.35.0; extra == "all"
397
+ Requires-Dist: types-boto3-ssm-incidents<1.36.0,>=1.35.0; extra == "all"
398
+ Requires-Dist: types-boto3-ssm-quicksetup<1.36.0,>=1.35.0; extra == "all"
399
+ Requires-Dist: types-boto3-ssm-sap<1.36.0,>=1.35.0; extra == "all"
400
+ Requires-Dist: types-boto3-sso<1.36.0,>=1.35.0; extra == "all"
401
+ Requires-Dist: types-boto3-sso-admin<1.36.0,>=1.35.0; extra == "all"
402
+ Requires-Dist: types-boto3-sso-oidc<1.36.0,>=1.35.0; extra == "all"
403
+ Requires-Dist: types-boto3-stepfunctions<1.36.0,>=1.35.0; extra == "all"
404
+ Requires-Dist: types-boto3-storagegateway<1.36.0,>=1.35.0; extra == "all"
405
+ Requires-Dist: types-boto3-sts<1.36.0,>=1.35.0; extra == "all"
406
+ Requires-Dist: types-boto3-supplychain<1.36.0,>=1.35.0; extra == "all"
407
+ Requires-Dist: types-boto3-support<1.36.0,>=1.35.0; extra == "all"
408
+ Requires-Dist: types-boto3-support-app<1.36.0,>=1.35.0; extra == "all"
409
+ Requires-Dist: types-boto3-swf<1.36.0,>=1.35.0; extra == "all"
410
+ Requires-Dist: types-boto3-synthetics<1.36.0,>=1.35.0; extra == "all"
411
+ Requires-Dist: types-boto3-taxsettings<1.36.0,>=1.35.0; extra == "all"
412
+ Requires-Dist: types-boto3-textract<1.36.0,>=1.35.0; extra == "all"
413
+ Requires-Dist: types-boto3-timestream-influxdb<1.36.0,>=1.35.0; extra == "all"
414
+ Requires-Dist: types-boto3-timestream-query<1.36.0,>=1.35.0; extra == "all"
415
+ Requires-Dist: types-boto3-timestream-write<1.36.0,>=1.35.0; extra == "all"
416
+ Requires-Dist: types-boto3-tnb<1.36.0,>=1.35.0; extra == "all"
417
+ Requires-Dist: types-boto3-transcribe<1.36.0,>=1.35.0; extra == "all"
418
+ Requires-Dist: types-boto3-transfer<1.36.0,>=1.35.0; extra == "all"
419
+ Requires-Dist: types-boto3-translate<1.36.0,>=1.35.0; extra == "all"
420
+ Requires-Dist: types-boto3-trustedadvisor<1.36.0,>=1.35.0; extra == "all"
421
+ Requires-Dist: types-boto3-verifiedpermissions<1.36.0,>=1.35.0; extra == "all"
422
+ Requires-Dist: types-boto3-voice-id<1.36.0,>=1.35.0; extra == "all"
423
+ Requires-Dist: types-boto3-vpc-lattice<1.36.0,>=1.35.0; extra == "all"
424
+ Requires-Dist: types-boto3-waf<1.36.0,>=1.35.0; extra == "all"
425
+ Requires-Dist: types-boto3-waf-regional<1.36.0,>=1.35.0; extra == "all"
426
+ Requires-Dist: types-boto3-wafv2<1.36.0,>=1.35.0; extra == "all"
427
+ Requires-Dist: types-boto3-wellarchitected<1.36.0,>=1.35.0; extra == "all"
428
+ Requires-Dist: types-boto3-wisdom<1.36.0,>=1.35.0; extra == "all"
429
+ Requires-Dist: types-boto3-workdocs<1.36.0,>=1.35.0; extra == "all"
430
+ Requires-Dist: types-boto3-workmail<1.36.0,>=1.35.0; extra == "all"
431
+ Requires-Dist: types-boto3-workmailmessageflow<1.36.0,>=1.35.0; extra == "all"
432
+ Requires-Dist: types-boto3-workspaces<1.36.0,>=1.35.0; extra == "all"
433
+ Requires-Dist: types-boto3-workspaces-thin-client<1.36.0,>=1.35.0; extra == "all"
434
+ Requires-Dist: types-boto3-workspaces-web<1.36.0,>=1.35.0; extra == "all"
435
+ Requires-Dist: types-boto3-xray<1.36.0,>=1.35.0; extra == "all"
436
+ Provides-Extra: essential
437
+ Requires-Dist: types-boto3-cloudformation<1.36.0,>=1.35.0; extra == "essential"
438
+ Requires-Dist: types-boto3-dynamodb<1.36.0,>=1.35.0; extra == "essential"
439
+ Requires-Dist: types-boto3-ec2<1.36.0,>=1.35.0; extra == "essential"
440
+ Requires-Dist: types-boto3-lambda<1.36.0,>=1.35.0; extra == "essential"
441
+ Requires-Dist: types-boto3-rds<1.36.0,>=1.35.0; extra == "essential"
442
+ Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "essential"
443
+ Requires-Dist: types-boto3-sqs<1.36.0,>=1.35.0; extra == "essential"
444
+ Provides-Extra: boto3
445
+ Requires-Dist: boto3==1.35.71; extra == "boto3"
446
+ Requires-Dist: botocore==1.35.71; extra == "boto3"
447
+ Provides-Extra: accessanalyzer
448
+ Requires-Dist: types-boto3-accessanalyzer<1.36.0,>=1.35.0; extra == "accessanalyzer"
449
+ Provides-Extra: account
450
+ Requires-Dist: types-boto3-account<1.36.0,>=1.35.0; extra == "account"
451
+ Provides-Extra: acm
452
+ Requires-Dist: types-boto3-acm<1.36.0,>=1.35.0; extra == "acm"
453
+ Provides-Extra: acm-pca
454
+ Requires-Dist: types-boto3-acm-pca<1.36.0,>=1.35.0; extra == "acm-pca"
455
+ Provides-Extra: amp
456
+ Requires-Dist: types-boto3-amp<1.36.0,>=1.35.0; extra == "amp"
457
+ Provides-Extra: amplify
458
+ Requires-Dist: types-boto3-amplify<1.36.0,>=1.35.0; extra == "amplify"
459
+ Provides-Extra: amplifybackend
460
+ Requires-Dist: types-boto3-amplifybackend<1.36.0,>=1.35.0; extra == "amplifybackend"
461
+ Provides-Extra: amplifyuibuilder
462
+ Requires-Dist: types-boto3-amplifyuibuilder<1.36.0,>=1.35.0; extra == "amplifyuibuilder"
463
+ Provides-Extra: apigateway
464
+ Requires-Dist: types-boto3-apigateway<1.36.0,>=1.35.0; extra == "apigateway"
465
+ Provides-Extra: apigatewaymanagementapi
466
+ Requires-Dist: types-boto3-apigatewaymanagementapi<1.36.0,>=1.35.0; extra == "apigatewaymanagementapi"
467
+ Provides-Extra: apigatewayv2
468
+ Requires-Dist: types-boto3-apigatewayv2<1.36.0,>=1.35.0; extra == "apigatewayv2"
469
+ Provides-Extra: appconfig
470
+ Requires-Dist: types-boto3-appconfig<1.36.0,>=1.35.0; extra == "appconfig"
471
+ Provides-Extra: appconfigdata
472
+ Requires-Dist: types-boto3-appconfigdata<1.36.0,>=1.35.0; extra == "appconfigdata"
473
+ Provides-Extra: appfabric
474
+ Requires-Dist: types-boto3-appfabric<1.36.0,>=1.35.0; extra == "appfabric"
475
+ Provides-Extra: appflow
476
+ Requires-Dist: types-boto3-appflow<1.36.0,>=1.35.0; extra == "appflow"
477
+ Provides-Extra: appintegrations
478
+ Requires-Dist: types-boto3-appintegrations<1.36.0,>=1.35.0; extra == "appintegrations"
479
+ Provides-Extra: application-autoscaling
480
+ Requires-Dist: types-boto3-application-autoscaling<1.36.0,>=1.35.0; extra == "application-autoscaling"
481
+ Provides-Extra: application-insights
482
+ Requires-Dist: types-boto3-application-insights<1.36.0,>=1.35.0; extra == "application-insights"
483
+ Provides-Extra: application-signals
484
+ Requires-Dist: types-boto3-application-signals<1.36.0,>=1.35.0; extra == "application-signals"
485
+ Provides-Extra: applicationcostprofiler
486
+ Requires-Dist: types-boto3-applicationcostprofiler<1.36.0,>=1.35.0; extra == "applicationcostprofiler"
487
+ Provides-Extra: appmesh
488
+ Requires-Dist: types-boto3-appmesh<1.36.0,>=1.35.0; extra == "appmesh"
489
+ Provides-Extra: apprunner
490
+ Requires-Dist: types-boto3-apprunner<1.36.0,>=1.35.0; extra == "apprunner"
491
+ Provides-Extra: appstream
492
+ Requires-Dist: types-boto3-appstream<1.36.0,>=1.35.0; extra == "appstream"
493
+ Provides-Extra: appsync
494
+ Requires-Dist: types-boto3-appsync<1.36.0,>=1.35.0; extra == "appsync"
495
+ Provides-Extra: apptest
496
+ Requires-Dist: types-boto3-apptest<1.36.0,>=1.35.0; extra == "apptest"
497
+ Provides-Extra: arc-zonal-shift
498
+ Requires-Dist: types-boto3-arc-zonal-shift<1.36.0,>=1.35.0; extra == "arc-zonal-shift"
499
+ Provides-Extra: artifact
500
+ Requires-Dist: types-boto3-artifact<1.36.0,>=1.35.0; extra == "artifact"
501
+ Provides-Extra: athena
502
+ Requires-Dist: types-boto3-athena<1.36.0,>=1.35.0; extra == "athena"
503
+ Provides-Extra: auditmanager
504
+ Requires-Dist: types-boto3-auditmanager<1.36.0,>=1.35.0; extra == "auditmanager"
505
+ Provides-Extra: autoscaling
506
+ Requires-Dist: types-boto3-autoscaling<1.36.0,>=1.35.0; extra == "autoscaling"
507
+ Provides-Extra: autoscaling-plans
508
+ Requires-Dist: types-boto3-autoscaling-plans<1.36.0,>=1.35.0; extra == "autoscaling-plans"
509
+ Provides-Extra: b2bi
510
+ Requires-Dist: types-boto3-b2bi<1.36.0,>=1.35.0; extra == "b2bi"
511
+ Provides-Extra: backup
512
+ Requires-Dist: types-boto3-backup<1.36.0,>=1.35.0; extra == "backup"
513
+ Provides-Extra: backup-gateway
514
+ Requires-Dist: types-boto3-backup-gateway<1.36.0,>=1.35.0; extra == "backup-gateway"
515
+ Provides-Extra: batch
516
+ Requires-Dist: types-boto3-batch<1.36.0,>=1.35.0; extra == "batch"
517
+ Provides-Extra: bcm-data-exports
518
+ Requires-Dist: types-boto3-bcm-data-exports<1.36.0,>=1.35.0; extra == "bcm-data-exports"
519
+ Provides-Extra: bcm-pricing-calculator
520
+ Requires-Dist: types-boto3-bcm-pricing-calculator<1.36.0,>=1.35.0; extra == "bcm-pricing-calculator"
521
+ Provides-Extra: bedrock
522
+ Requires-Dist: types-boto3-bedrock<1.36.0,>=1.35.0; extra == "bedrock"
523
+ Provides-Extra: bedrock-agent
524
+ Requires-Dist: types-boto3-bedrock-agent<1.36.0,>=1.35.0; extra == "bedrock-agent"
525
+ Provides-Extra: bedrock-agent-runtime
526
+ Requires-Dist: types-boto3-bedrock-agent-runtime<1.36.0,>=1.35.0; extra == "bedrock-agent-runtime"
527
+ Provides-Extra: bedrock-runtime
528
+ Requires-Dist: types-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-runtime"
529
+ Provides-Extra: billing
530
+ Requires-Dist: types-boto3-billing<1.36.0,>=1.35.0; extra == "billing"
531
+ Provides-Extra: billingconductor
532
+ Requires-Dist: types-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
533
+ Provides-Extra: braket
534
+ Requires-Dist: types-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
535
+ Provides-Extra: budgets
536
+ Requires-Dist: types-boto3-budgets<1.36.0,>=1.35.0; extra == "budgets"
537
+ Provides-Extra: ce
538
+ Requires-Dist: types-boto3-ce<1.36.0,>=1.35.0; extra == "ce"
539
+ Provides-Extra: chatbot
540
+ Requires-Dist: types-boto3-chatbot<1.36.0,>=1.35.0; extra == "chatbot"
541
+ Provides-Extra: chime
542
+ Requires-Dist: types-boto3-chime<1.36.0,>=1.35.0; extra == "chime"
543
+ Provides-Extra: chime-sdk-identity
544
+ Requires-Dist: types-boto3-chime-sdk-identity<1.36.0,>=1.35.0; extra == "chime-sdk-identity"
545
+ Provides-Extra: chime-sdk-media-pipelines
546
+ Requires-Dist: types-boto3-chime-sdk-media-pipelines<1.36.0,>=1.35.0; extra == "chime-sdk-media-pipelines"
547
+ Provides-Extra: chime-sdk-meetings
548
+ Requires-Dist: types-boto3-chime-sdk-meetings<1.36.0,>=1.35.0; extra == "chime-sdk-meetings"
549
+ Provides-Extra: chime-sdk-messaging
550
+ Requires-Dist: types-boto3-chime-sdk-messaging<1.36.0,>=1.35.0; extra == "chime-sdk-messaging"
551
+ Provides-Extra: chime-sdk-voice
552
+ Requires-Dist: types-boto3-chime-sdk-voice<1.36.0,>=1.35.0; extra == "chime-sdk-voice"
553
+ Provides-Extra: cleanrooms
554
+ Requires-Dist: types-boto3-cleanrooms<1.36.0,>=1.35.0; extra == "cleanrooms"
555
+ Provides-Extra: cleanroomsml
556
+ Requires-Dist: types-boto3-cleanroomsml<1.36.0,>=1.35.0; extra == "cleanroomsml"
557
+ Provides-Extra: cloud9
558
+ Requires-Dist: types-boto3-cloud9<1.36.0,>=1.35.0; extra == "cloud9"
559
+ Provides-Extra: cloudcontrol
560
+ Requires-Dist: types-boto3-cloudcontrol<1.36.0,>=1.35.0; extra == "cloudcontrol"
561
+ Provides-Extra: clouddirectory
562
+ Requires-Dist: types-boto3-clouddirectory<1.36.0,>=1.35.0; extra == "clouddirectory"
563
+ Provides-Extra: cloudformation
564
+ Requires-Dist: types-boto3-cloudformation<1.36.0,>=1.35.0; extra == "cloudformation"
565
+ Provides-Extra: cloudfront
566
+ Requires-Dist: types-boto3-cloudfront<1.36.0,>=1.35.0; extra == "cloudfront"
567
+ Provides-Extra: cloudfront-keyvaluestore
568
+ Requires-Dist: types-boto3-cloudfront-keyvaluestore<1.36.0,>=1.35.0; extra == "cloudfront-keyvaluestore"
569
+ Provides-Extra: cloudhsm
570
+ Requires-Dist: types-boto3-cloudhsm<1.36.0,>=1.35.0; extra == "cloudhsm"
571
+ Provides-Extra: cloudhsmv2
572
+ Requires-Dist: types-boto3-cloudhsmv2<1.36.0,>=1.35.0; extra == "cloudhsmv2"
573
+ Provides-Extra: cloudsearch
574
+ Requires-Dist: types-boto3-cloudsearch<1.36.0,>=1.35.0; extra == "cloudsearch"
575
+ Provides-Extra: cloudsearchdomain
576
+ Requires-Dist: types-boto3-cloudsearchdomain<1.36.0,>=1.35.0; extra == "cloudsearchdomain"
577
+ Provides-Extra: cloudtrail
578
+ Requires-Dist: types-boto3-cloudtrail<1.36.0,>=1.35.0; extra == "cloudtrail"
579
+ Provides-Extra: cloudtrail-data
580
+ Requires-Dist: types-boto3-cloudtrail-data<1.36.0,>=1.35.0; extra == "cloudtrail-data"
581
+ Provides-Extra: cloudwatch
582
+ Requires-Dist: types-boto3-cloudwatch<1.36.0,>=1.35.0; extra == "cloudwatch"
583
+ Provides-Extra: codeartifact
584
+ Requires-Dist: types-boto3-codeartifact<1.36.0,>=1.35.0; extra == "codeartifact"
585
+ Provides-Extra: codebuild
586
+ Requires-Dist: types-boto3-codebuild<1.36.0,>=1.35.0; extra == "codebuild"
587
+ Provides-Extra: codecatalyst
588
+ Requires-Dist: types-boto3-codecatalyst<1.36.0,>=1.35.0; extra == "codecatalyst"
589
+ Provides-Extra: codecommit
590
+ Requires-Dist: types-boto3-codecommit<1.36.0,>=1.35.0; extra == "codecommit"
591
+ Provides-Extra: codeconnections
592
+ Requires-Dist: types-boto3-codeconnections<1.36.0,>=1.35.0; extra == "codeconnections"
593
+ Provides-Extra: codedeploy
594
+ Requires-Dist: types-boto3-codedeploy<1.36.0,>=1.35.0; extra == "codedeploy"
595
+ Provides-Extra: codeguru-reviewer
596
+ Requires-Dist: types-boto3-codeguru-reviewer<1.36.0,>=1.35.0; extra == "codeguru-reviewer"
597
+ Provides-Extra: codeguru-security
598
+ Requires-Dist: types-boto3-codeguru-security<1.36.0,>=1.35.0; extra == "codeguru-security"
599
+ Provides-Extra: codeguruprofiler
600
+ Requires-Dist: types-boto3-codeguruprofiler<1.36.0,>=1.35.0; extra == "codeguruprofiler"
601
+ Provides-Extra: codepipeline
602
+ Requires-Dist: types-boto3-codepipeline<1.36.0,>=1.35.0; extra == "codepipeline"
603
+ Provides-Extra: codestar-connections
604
+ Requires-Dist: types-boto3-codestar-connections<1.36.0,>=1.35.0; extra == "codestar-connections"
605
+ Provides-Extra: codestar-notifications
606
+ Requires-Dist: types-boto3-codestar-notifications<1.36.0,>=1.35.0; extra == "codestar-notifications"
607
+ Provides-Extra: cognito-identity
608
+ Requires-Dist: types-boto3-cognito-identity<1.36.0,>=1.35.0; extra == "cognito-identity"
609
+ Provides-Extra: cognito-idp
610
+ Requires-Dist: types-boto3-cognito-idp<1.36.0,>=1.35.0; extra == "cognito-idp"
611
+ Provides-Extra: cognito-sync
612
+ Requires-Dist: types-boto3-cognito-sync<1.36.0,>=1.35.0; extra == "cognito-sync"
613
+ Provides-Extra: comprehend
614
+ Requires-Dist: types-boto3-comprehend<1.36.0,>=1.35.0; extra == "comprehend"
615
+ Provides-Extra: comprehendmedical
616
+ Requires-Dist: types-boto3-comprehendmedical<1.36.0,>=1.35.0; extra == "comprehendmedical"
617
+ Provides-Extra: compute-optimizer
618
+ Requires-Dist: types-boto3-compute-optimizer<1.36.0,>=1.35.0; extra == "compute-optimizer"
619
+ Provides-Extra: config
620
+ Requires-Dist: types-boto3-config<1.36.0,>=1.35.0; extra == "config"
621
+ Provides-Extra: connect
622
+ Requires-Dist: types-boto3-connect<1.36.0,>=1.35.0; extra == "connect"
623
+ Provides-Extra: connect-contact-lens
624
+ Requires-Dist: types-boto3-connect-contact-lens<1.36.0,>=1.35.0; extra == "connect-contact-lens"
625
+ Provides-Extra: connectcampaigns
626
+ Requires-Dist: types-boto3-connectcampaigns<1.36.0,>=1.35.0; extra == "connectcampaigns"
627
+ Provides-Extra: connectcampaignsv2
628
+ Requires-Dist: types-boto3-connectcampaignsv2<1.36.0,>=1.35.0; extra == "connectcampaignsv2"
629
+ Provides-Extra: connectcases
630
+ Requires-Dist: types-boto3-connectcases<1.36.0,>=1.35.0; extra == "connectcases"
631
+ Provides-Extra: connectparticipant
632
+ Requires-Dist: types-boto3-connectparticipant<1.36.0,>=1.35.0; extra == "connectparticipant"
633
+ Provides-Extra: controlcatalog
634
+ Requires-Dist: types-boto3-controlcatalog<1.36.0,>=1.35.0; extra == "controlcatalog"
635
+ Provides-Extra: controltower
636
+ Requires-Dist: types-boto3-controltower<1.36.0,>=1.35.0; extra == "controltower"
637
+ Provides-Extra: cost-optimization-hub
638
+ Requires-Dist: types-boto3-cost-optimization-hub<1.36.0,>=1.35.0; extra == "cost-optimization-hub"
639
+ Provides-Extra: cur
640
+ Requires-Dist: types-boto3-cur<1.36.0,>=1.35.0; extra == "cur"
641
+ Provides-Extra: customer-profiles
642
+ Requires-Dist: types-boto3-customer-profiles<1.36.0,>=1.35.0; extra == "customer-profiles"
643
+ Provides-Extra: databrew
644
+ Requires-Dist: types-boto3-databrew<1.36.0,>=1.35.0; extra == "databrew"
645
+ Provides-Extra: dataexchange
646
+ Requires-Dist: types-boto3-dataexchange<1.36.0,>=1.35.0; extra == "dataexchange"
647
+ Provides-Extra: datapipeline
648
+ Requires-Dist: types-boto3-datapipeline<1.36.0,>=1.35.0; extra == "datapipeline"
649
+ Provides-Extra: datasync
650
+ Requires-Dist: types-boto3-datasync<1.36.0,>=1.35.0; extra == "datasync"
651
+ Provides-Extra: datazone
652
+ Requires-Dist: types-boto3-datazone<1.36.0,>=1.35.0; extra == "datazone"
653
+ Provides-Extra: dax
654
+ Requires-Dist: types-boto3-dax<1.36.0,>=1.35.0; extra == "dax"
655
+ Provides-Extra: deadline
656
+ Requires-Dist: types-boto3-deadline<1.36.0,>=1.35.0; extra == "deadline"
657
+ Provides-Extra: detective
658
+ Requires-Dist: types-boto3-detective<1.36.0,>=1.35.0; extra == "detective"
659
+ Provides-Extra: devicefarm
660
+ Requires-Dist: types-boto3-devicefarm<1.36.0,>=1.35.0; extra == "devicefarm"
661
+ Provides-Extra: devops-guru
662
+ Requires-Dist: types-boto3-devops-guru<1.36.0,>=1.35.0; extra == "devops-guru"
663
+ Provides-Extra: directconnect
664
+ Requires-Dist: types-boto3-directconnect<1.36.0,>=1.35.0; extra == "directconnect"
665
+ Provides-Extra: discovery
666
+ Requires-Dist: types-boto3-discovery<1.36.0,>=1.35.0; extra == "discovery"
667
+ Provides-Extra: dlm
668
+ Requires-Dist: types-boto3-dlm<1.36.0,>=1.35.0; extra == "dlm"
669
+ Provides-Extra: dms
670
+ Requires-Dist: types-boto3-dms<1.36.0,>=1.35.0; extra == "dms"
671
+ Provides-Extra: docdb
672
+ Requires-Dist: types-boto3-docdb<1.36.0,>=1.35.0; extra == "docdb"
673
+ Provides-Extra: docdb-elastic
674
+ Requires-Dist: types-boto3-docdb-elastic<1.36.0,>=1.35.0; extra == "docdb-elastic"
675
+ Provides-Extra: drs
676
+ Requires-Dist: types-boto3-drs<1.36.0,>=1.35.0; extra == "drs"
677
+ Provides-Extra: ds
678
+ Requires-Dist: types-boto3-ds<1.36.0,>=1.35.0; extra == "ds"
679
+ Provides-Extra: ds-data
680
+ Requires-Dist: types-boto3-ds-data<1.36.0,>=1.35.0; extra == "ds-data"
681
+ Provides-Extra: dynamodb
682
+ Requires-Dist: types-boto3-dynamodb<1.36.0,>=1.35.0; extra == "dynamodb"
683
+ Provides-Extra: dynamodbstreams
684
+ Requires-Dist: types-boto3-dynamodbstreams<1.36.0,>=1.35.0; extra == "dynamodbstreams"
685
+ Provides-Extra: ebs
686
+ Requires-Dist: types-boto3-ebs<1.36.0,>=1.35.0; extra == "ebs"
687
+ Provides-Extra: ec2
688
+ Requires-Dist: types-boto3-ec2<1.36.0,>=1.35.0; extra == "ec2"
689
+ Provides-Extra: ec2-instance-connect
690
+ Requires-Dist: types-boto3-ec2-instance-connect<1.36.0,>=1.35.0; extra == "ec2-instance-connect"
691
+ Provides-Extra: ecr
692
+ Requires-Dist: types-boto3-ecr<1.36.0,>=1.35.0; extra == "ecr"
693
+ Provides-Extra: ecr-public
694
+ Requires-Dist: types-boto3-ecr-public<1.36.0,>=1.35.0; extra == "ecr-public"
695
+ Provides-Extra: ecs
696
+ Requires-Dist: types-boto3-ecs<1.36.0,>=1.35.0; extra == "ecs"
697
+ Provides-Extra: efs
698
+ Requires-Dist: types-boto3-efs<1.36.0,>=1.35.0; extra == "efs"
699
+ Provides-Extra: eks
700
+ Requires-Dist: types-boto3-eks<1.36.0,>=1.35.0; extra == "eks"
701
+ Provides-Extra: eks-auth
702
+ Requires-Dist: types-boto3-eks-auth<1.36.0,>=1.35.0; extra == "eks-auth"
703
+ Provides-Extra: elastic-inference
704
+ Requires-Dist: types-boto3-elastic-inference<1.36.0,>=1.35.0; extra == "elastic-inference"
705
+ Provides-Extra: elasticache
706
+ Requires-Dist: types-boto3-elasticache<1.36.0,>=1.35.0; extra == "elasticache"
707
+ Provides-Extra: elasticbeanstalk
708
+ Requires-Dist: types-boto3-elasticbeanstalk<1.36.0,>=1.35.0; extra == "elasticbeanstalk"
709
+ Provides-Extra: elastictranscoder
710
+ Requires-Dist: types-boto3-elastictranscoder<1.36.0,>=1.35.0; extra == "elastictranscoder"
711
+ Provides-Extra: elb
712
+ Requires-Dist: types-boto3-elb<1.36.0,>=1.35.0; extra == "elb"
713
+ Provides-Extra: elbv2
714
+ Requires-Dist: types-boto3-elbv2<1.36.0,>=1.35.0; extra == "elbv2"
715
+ Provides-Extra: emr
716
+ Requires-Dist: types-boto3-emr<1.36.0,>=1.35.0; extra == "emr"
717
+ Provides-Extra: emr-containers
718
+ Requires-Dist: types-boto3-emr-containers<1.36.0,>=1.35.0; extra == "emr-containers"
719
+ Provides-Extra: emr-serverless
720
+ Requires-Dist: types-boto3-emr-serverless<1.36.0,>=1.35.0; extra == "emr-serverless"
721
+ Provides-Extra: entityresolution
722
+ Requires-Dist: types-boto3-entityresolution<1.36.0,>=1.35.0; extra == "entityresolution"
723
+ Provides-Extra: es
724
+ Requires-Dist: types-boto3-es<1.36.0,>=1.35.0; extra == "es"
725
+ Provides-Extra: events
726
+ Requires-Dist: types-boto3-events<1.36.0,>=1.35.0; extra == "events"
727
+ Provides-Extra: evidently
728
+ Requires-Dist: types-boto3-evidently<1.36.0,>=1.35.0; extra == "evidently"
729
+ Provides-Extra: finspace
730
+ Requires-Dist: types-boto3-finspace<1.36.0,>=1.35.0; extra == "finspace"
731
+ Provides-Extra: finspace-data
732
+ Requires-Dist: types-boto3-finspace-data<1.36.0,>=1.35.0; extra == "finspace-data"
733
+ Provides-Extra: firehose
734
+ Requires-Dist: types-boto3-firehose<1.36.0,>=1.35.0; extra == "firehose"
735
+ Provides-Extra: fis
736
+ Requires-Dist: types-boto3-fis<1.36.0,>=1.35.0; extra == "fis"
737
+ Provides-Extra: fms
738
+ Requires-Dist: types-boto3-fms<1.36.0,>=1.35.0; extra == "fms"
739
+ Provides-Extra: forecast
740
+ Requires-Dist: types-boto3-forecast<1.36.0,>=1.35.0; extra == "forecast"
741
+ Provides-Extra: forecastquery
742
+ Requires-Dist: types-boto3-forecastquery<1.36.0,>=1.35.0; extra == "forecastquery"
743
+ Provides-Extra: frauddetector
744
+ Requires-Dist: types-boto3-frauddetector<1.36.0,>=1.35.0; extra == "frauddetector"
745
+ Provides-Extra: freetier
746
+ Requires-Dist: types-boto3-freetier<1.36.0,>=1.35.0; extra == "freetier"
747
+ Provides-Extra: fsx
748
+ Requires-Dist: types-boto3-fsx<1.36.0,>=1.35.0; extra == "fsx"
749
+ Provides-Extra: gamelift
750
+ Requires-Dist: types-boto3-gamelift<1.36.0,>=1.35.0; extra == "gamelift"
751
+ Provides-Extra: geo-maps
752
+ Requires-Dist: types-boto3-geo-maps<1.36.0,>=1.35.0; extra == "geo-maps"
753
+ Provides-Extra: geo-places
754
+ Requires-Dist: types-boto3-geo-places<1.36.0,>=1.35.0; extra == "geo-places"
755
+ Provides-Extra: geo-routes
756
+ Requires-Dist: types-boto3-geo-routes<1.36.0,>=1.35.0; extra == "geo-routes"
757
+ Provides-Extra: glacier
758
+ Requires-Dist: types-boto3-glacier<1.36.0,>=1.35.0; extra == "glacier"
759
+ Provides-Extra: globalaccelerator
760
+ Requires-Dist: types-boto3-globalaccelerator<1.36.0,>=1.35.0; extra == "globalaccelerator"
761
+ Provides-Extra: glue
762
+ Requires-Dist: types-boto3-glue<1.36.0,>=1.35.0; extra == "glue"
763
+ Provides-Extra: grafana
764
+ Requires-Dist: types-boto3-grafana<1.36.0,>=1.35.0; extra == "grafana"
765
+ Provides-Extra: greengrass
766
+ Requires-Dist: types-boto3-greengrass<1.36.0,>=1.35.0; extra == "greengrass"
767
+ Provides-Extra: greengrassv2
768
+ Requires-Dist: types-boto3-greengrassv2<1.36.0,>=1.35.0; extra == "greengrassv2"
769
+ Provides-Extra: groundstation
770
+ Requires-Dist: types-boto3-groundstation<1.36.0,>=1.35.0; extra == "groundstation"
771
+ Provides-Extra: guardduty
772
+ Requires-Dist: types-boto3-guardduty<1.36.0,>=1.35.0; extra == "guardduty"
773
+ Provides-Extra: health
774
+ Requires-Dist: types-boto3-health<1.36.0,>=1.35.0; extra == "health"
775
+ Provides-Extra: healthlake
776
+ Requires-Dist: types-boto3-healthlake<1.36.0,>=1.35.0; extra == "healthlake"
777
+ Provides-Extra: iam
778
+ Requires-Dist: types-boto3-iam<1.36.0,>=1.35.0; extra == "iam"
779
+ Provides-Extra: identitystore
780
+ Requires-Dist: types-boto3-identitystore<1.36.0,>=1.35.0; extra == "identitystore"
781
+ Provides-Extra: imagebuilder
782
+ Requires-Dist: types-boto3-imagebuilder<1.36.0,>=1.35.0; extra == "imagebuilder"
783
+ Provides-Extra: importexport
784
+ Requires-Dist: types-boto3-importexport<1.36.0,>=1.35.0; extra == "importexport"
785
+ Provides-Extra: inspector
786
+ Requires-Dist: types-boto3-inspector<1.36.0,>=1.35.0; extra == "inspector"
787
+ Provides-Extra: inspector-scan
788
+ Requires-Dist: types-boto3-inspector-scan<1.36.0,>=1.35.0; extra == "inspector-scan"
789
+ Provides-Extra: inspector2
790
+ Requires-Dist: types-boto3-inspector2<1.36.0,>=1.35.0; extra == "inspector2"
791
+ Provides-Extra: internetmonitor
792
+ Requires-Dist: types-boto3-internetmonitor<1.36.0,>=1.35.0; extra == "internetmonitor"
793
+ Provides-Extra: iot
794
+ Requires-Dist: types-boto3-iot<1.36.0,>=1.35.0; extra == "iot"
795
+ Provides-Extra: iot-data
796
+ Requires-Dist: types-boto3-iot-data<1.36.0,>=1.35.0; extra == "iot-data"
797
+ Provides-Extra: iot-jobs-data
798
+ Requires-Dist: types-boto3-iot-jobs-data<1.36.0,>=1.35.0; extra == "iot-jobs-data"
799
+ Provides-Extra: iot1click-devices
800
+ Requires-Dist: types-boto3-iot1click-devices<1.36.0,>=1.35.0; extra == "iot1click-devices"
801
+ Provides-Extra: iot1click-projects
802
+ Requires-Dist: types-boto3-iot1click-projects<1.36.0,>=1.35.0; extra == "iot1click-projects"
803
+ Provides-Extra: iotanalytics
804
+ Requires-Dist: types-boto3-iotanalytics<1.36.0,>=1.35.0; extra == "iotanalytics"
805
+ Provides-Extra: iotdeviceadvisor
806
+ Requires-Dist: types-boto3-iotdeviceadvisor<1.36.0,>=1.35.0; extra == "iotdeviceadvisor"
807
+ Provides-Extra: iotevents
808
+ Requires-Dist: types-boto3-iotevents<1.36.0,>=1.35.0; extra == "iotevents"
809
+ Provides-Extra: iotevents-data
810
+ Requires-Dist: types-boto3-iotevents-data<1.36.0,>=1.35.0; extra == "iotevents-data"
811
+ Provides-Extra: iotfleethub
812
+ Requires-Dist: types-boto3-iotfleethub<1.36.0,>=1.35.0; extra == "iotfleethub"
813
+ Provides-Extra: iotfleetwise
814
+ Requires-Dist: types-boto3-iotfleetwise<1.36.0,>=1.35.0; extra == "iotfleetwise"
815
+ Provides-Extra: iotsecuretunneling
816
+ Requires-Dist: types-boto3-iotsecuretunneling<1.36.0,>=1.35.0; extra == "iotsecuretunneling"
817
+ Provides-Extra: iotsitewise
818
+ Requires-Dist: types-boto3-iotsitewise<1.36.0,>=1.35.0; extra == "iotsitewise"
819
+ Provides-Extra: iotthingsgraph
820
+ Requires-Dist: types-boto3-iotthingsgraph<1.36.0,>=1.35.0; extra == "iotthingsgraph"
821
+ Provides-Extra: iottwinmaker
822
+ Requires-Dist: types-boto3-iottwinmaker<1.36.0,>=1.35.0; extra == "iottwinmaker"
823
+ Provides-Extra: iotwireless
824
+ Requires-Dist: types-boto3-iotwireless<1.36.0,>=1.35.0; extra == "iotwireless"
825
+ Provides-Extra: ivs
826
+ Requires-Dist: types-boto3-ivs<1.36.0,>=1.35.0; extra == "ivs"
827
+ Provides-Extra: ivs-realtime
828
+ Requires-Dist: types-boto3-ivs-realtime<1.36.0,>=1.35.0; extra == "ivs-realtime"
829
+ Provides-Extra: ivschat
830
+ Requires-Dist: types-boto3-ivschat<1.36.0,>=1.35.0; extra == "ivschat"
831
+ Provides-Extra: kafka
832
+ Requires-Dist: types-boto3-kafka<1.36.0,>=1.35.0; extra == "kafka"
833
+ Provides-Extra: kafkaconnect
834
+ Requires-Dist: types-boto3-kafkaconnect<1.36.0,>=1.35.0; extra == "kafkaconnect"
835
+ Provides-Extra: kendra
836
+ Requires-Dist: types-boto3-kendra<1.36.0,>=1.35.0; extra == "kendra"
837
+ Provides-Extra: kendra-ranking
838
+ Requires-Dist: types-boto3-kendra-ranking<1.36.0,>=1.35.0; extra == "kendra-ranking"
839
+ Provides-Extra: keyspaces
840
+ Requires-Dist: types-boto3-keyspaces<1.36.0,>=1.35.0; extra == "keyspaces"
841
+ Provides-Extra: kinesis
842
+ Requires-Dist: types-boto3-kinesis<1.36.0,>=1.35.0; extra == "kinesis"
843
+ Provides-Extra: kinesis-video-archived-media
844
+ Requires-Dist: types-boto3-kinesis-video-archived-media<1.36.0,>=1.35.0; extra == "kinesis-video-archived-media"
845
+ Provides-Extra: kinesis-video-media
846
+ Requires-Dist: types-boto3-kinesis-video-media<1.36.0,>=1.35.0; extra == "kinesis-video-media"
847
+ Provides-Extra: kinesis-video-signaling
848
+ Requires-Dist: types-boto3-kinesis-video-signaling<1.36.0,>=1.35.0; extra == "kinesis-video-signaling"
849
+ Provides-Extra: kinesis-video-webrtc-storage
850
+ Requires-Dist: types-boto3-kinesis-video-webrtc-storage<1.36.0,>=1.35.0; extra == "kinesis-video-webrtc-storage"
851
+ Provides-Extra: kinesisanalytics
852
+ Requires-Dist: types-boto3-kinesisanalytics<1.36.0,>=1.35.0; extra == "kinesisanalytics"
853
+ Provides-Extra: kinesisanalyticsv2
854
+ Requires-Dist: types-boto3-kinesisanalyticsv2<1.36.0,>=1.35.0; extra == "kinesisanalyticsv2"
855
+ Provides-Extra: kinesisvideo
856
+ Requires-Dist: types-boto3-kinesisvideo<1.36.0,>=1.35.0; extra == "kinesisvideo"
857
+ Provides-Extra: kms
858
+ Requires-Dist: types-boto3-kms<1.36.0,>=1.35.0; extra == "kms"
859
+ Provides-Extra: lakeformation
860
+ Requires-Dist: types-boto3-lakeformation<1.36.0,>=1.35.0; extra == "lakeformation"
861
+ Provides-Extra: lambda
862
+ Requires-Dist: types-boto3-lambda<1.36.0,>=1.35.0; extra == "lambda"
863
+ Provides-Extra: launch-wizard
864
+ Requires-Dist: types-boto3-launch-wizard<1.36.0,>=1.35.0; extra == "launch-wizard"
865
+ Provides-Extra: lex-models
866
+ Requires-Dist: types-boto3-lex-models<1.36.0,>=1.35.0; extra == "lex-models"
867
+ Provides-Extra: lex-runtime
868
+ Requires-Dist: types-boto3-lex-runtime<1.36.0,>=1.35.0; extra == "lex-runtime"
869
+ Provides-Extra: lexv2-models
870
+ Requires-Dist: types-boto3-lexv2-models<1.36.0,>=1.35.0; extra == "lexv2-models"
871
+ Provides-Extra: lexv2-runtime
872
+ Requires-Dist: types-boto3-lexv2-runtime<1.36.0,>=1.35.0; extra == "lexv2-runtime"
873
+ Provides-Extra: license-manager
874
+ Requires-Dist: types-boto3-license-manager<1.36.0,>=1.35.0; extra == "license-manager"
875
+ Provides-Extra: license-manager-linux-subscriptions
876
+ Requires-Dist: types-boto3-license-manager-linux-subscriptions<1.36.0,>=1.35.0; extra == "license-manager-linux-subscriptions"
877
+ Provides-Extra: license-manager-user-subscriptions
878
+ Requires-Dist: types-boto3-license-manager-user-subscriptions<1.36.0,>=1.35.0; extra == "license-manager-user-subscriptions"
879
+ Provides-Extra: lightsail
880
+ Requires-Dist: types-boto3-lightsail<1.36.0,>=1.35.0; extra == "lightsail"
881
+ Provides-Extra: location
882
+ Requires-Dist: types-boto3-location<1.36.0,>=1.35.0; extra == "location"
883
+ Provides-Extra: logs
884
+ Requires-Dist: types-boto3-logs<1.36.0,>=1.35.0; extra == "logs"
885
+ Provides-Extra: lookoutequipment
886
+ Requires-Dist: types-boto3-lookoutequipment<1.36.0,>=1.35.0; extra == "lookoutequipment"
887
+ Provides-Extra: lookoutmetrics
888
+ Requires-Dist: types-boto3-lookoutmetrics<1.36.0,>=1.35.0; extra == "lookoutmetrics"
889
+ Provides-Extra: lookoutvision
890
+ Requires-Dist: types-boto3-lookoutvision<1.36.0,>=1.35.0; extra == "lookoutvision"
891
+ Provides-Extra: m2
892
+ Requires-Dist: types-boto3-m2<1.36.0,>=1.35.0; extra == "m2"
893
+ Provides-Extra: machinelearning
894
+ Requires-Dist: types-boto3-machinelearning<1.36.0,>=1.35.0; extra == "machinelearning"
895
+ Provides-Extra: macie2
896
+ Requires-Dist: types-boto3-macie2<1.36.0,>=1.35.0; extra == "macie2"
897
+ Provides-Extra: mailmanager
898
+ Requires-Dist: types-boto3-mailmanager<1.36.0,>=1.35.0; extra == "mailmanager"
899
+ Provides-Extra: managedblockchain
900
+ Requires-Dist: types-boto3-managedblockchain<1.36.0,>=1.35.0; extra == "managedblockchain"
901
+ Provides-Extra: managedblockchain-query
902
+ Requires-Dist: types-boto3-managedblockchain-query<1.36.0,>=1.35.0; extra == "managedblockchain-query"
903
+ Provides-Extra: marketplace-agreement
904
+ Requires-Dist: types-boto3-marketplace-agreement<1.36.0,>=1.35.0; extra == "marketplace-agreement"
905
+ Provides-Extra: marketplace-catalog
906
+ Requires-Dist: types-boto3-marketplace-catalog<1.36.0,>=1.35.0; extra == "marketplace-catalog"
907
+ Provides-Extra: marketplace-deployment
908
+ Requires-Dist: types-boto3-marketplace-deployment<1.36.0,>=1.35.0; extra == "marketplace-deployment"
909
+ Provides-Extra: marketplace-entitlement
910
+ Requires-Dist: types-boto3-marketplace-entitlement<1.36.0,>=1.35.0; extra == "marketplace-entitlement"
911
+ Provides-Extra: marketplace-reporting
912
+ Requires-Dist: types-boto3-marketplace-reporting<1.36.0,>=1.35.0; extra == "marketplace-reporting"
913
+ Provides-Extra: marketplacecommerceanalytics
914
+ Requires-Dist: types-boto3-marketplacecommerceanalytics<1.36.0,>=1.35.0; extra == "marketplacecommerceanalytics"
915
+ Provides-Extra: mediaconnect
916
+ Requires-Dist: types-boto3-mediaconnect<1.36.0,>=1.35.0; extra == "mediaconnect"
917
+ Provides-Extra: mediaconvert
918
+ Requires-Dist: types-boto3-mediaconvert<1.36.0,>=1.35.0; extra == "mediaconvert"
919
+ Provides-Extra: medialive
920
+ Requires-Dist: types-boto3-medialive<1.36.0,>=1.35.0; extra == "medialive"
921
+ Provides-Extra: mediapackage
922
+ Requires-Dist: types-boto3-mediapackage<1.36.0,>=1.35.0; extra == "mediapackage"
923
+ Provides-Extra: mediapackage-vod
924
+ Requires-Dist: types-boto3-mediapackage-vod<1.36.0,>=1.35.0; extra == "mediapackage-vod"
925
+ Provides-Extra: mediapackagev2
926
+ Requires-Dist: types-boto3-mediapackagev2<1.36.0,>=1.35.0; extra == "mediapackagev2"
927
+ Provides-Extra: mediastore
928
+ Requires-Dist: types-boto3-mediastore<1.36.0,>=1.35.0; extra == "mediastore"
929
+ Provides-Extra: mediastore-data
930
+ Requires-Dist: types-boto3-mediastore-data<1.36.0,>=1.35.0; extra == "mediastore-data"
931
+ Provides-Extra: mediatailor
932
+ Requires-Dist: types-boto3-mediatailor<1.36.0,>=1.35.0; extra == "mediatailor"
933
+ Provides-Extra: medical-imaging
934
+ Requires-Dist: types-boto3-medical-imaging<1.36.0,>=1.35.0; extra == "medical-imaging"
935
+ Provides-Extra: memorydb
936
+ Requires-Dist: types-boto3-memorydb<1.36.0,>=1.35.0; extra == "memorydb"
937
+ Provides-Extra: meteringmarketplace
938
+ Requires-Dist: types-boto3-meteringmarketplace<1.36.0,>=1.35.0; extra == "meteringmarketplace"
939
+ Provides-Extra: mgh
940
+ Requires-Dist: types-boto3-mgh<1.36.0,>=1.35.0; extra == "mgh"
941
+ Provides-Extra: mgn
942
+ Requires-Dist: types-boto3-mgn<1.36.0,>=1.35.0; extra == "mgn"
943
+ Provides-Extra: migration-hub-refactor-spaces
944
+ Requires-Dist: types-boto3-migration-hub-refactor-spaces<1.36.0,>=1.35.0; extra == "migration-hub-refactor-spaces"
945
+ Provides-Extra: migrationhub-config
946
+ Requires-Dist: types-boto3-migrationhub-config<1.36.0,>=1.35.0; extra == "migrationhub-config"
947
+ Provides-Extra: migrationhuborchestrator
948
+ Requires-Dist: types-boto3-migrationhuborchestrator<1.36.0,>=1.35.0; extra == "migrationhuborchestrator"
949
+ Provides-Extra: migrationhubstrategy
950
+ Requires-Dist: types-boto3-migrationhubstrategy<1.36.0,>=1.35.0; extra == "migrationhubstrategy"
951
+ Provides-Extra: mq
952
+ Requires-Dist: types-boto3-mq<1.36.0,>=1.35.0; extra == "mq"
953
+ Provides-Extra: mturk
954
+ Requires-Dist: types-boto3-mturk<1.36.0,>=1.35.0; extra == "mturk"
955
+ Provides-Extra: mwaa
956
+ Requires-Dist: types-boto3-mwaa<1.36.0,>=1.35.0; extra == "mwaa"
957
+ Provides-Extra: neptune
958
+ Requires-Dist: types-boto3-neptune<1.36.0,>=1.35.0; extra == "neptune"
959
+ Provides-Extra: neptune-graph
960
+ Requires-Dist: types-boto3-neptune-graph<1.36.0,>=1.35.0; extra == "neptune-graph"
961
+ Provides-Extra: neptunedata
962
+ Requires-Dist: types-boto3-neptunedata<1.36.0,>=1.35.0; extra == "neptunedata"
963
+ Provides-Extra: network-firewall
964
+ Requires-Dist: types-boto3-network-firewall<1.36.0,>=1.35.0; extra == "network-firewall"
965
+ Provides-Extra: networkmanager
966
+ Requires-Dist: types-boto3-networkmanager<1.36.0,>=1.35.0; extra == "networkmanager"
967
+ Provides-Extra: networkmonitor
968
+ Requires-Dist: types-boto3-networkmonitor<1.36.0,>=1.35.0; extra == "networkmonitor"
969
+ Provides-Extra: notifications
970
+ Requires-Dist: types-boto3-notifications<1.36.0,>=1.35.0; extra == "notifications"
971
+ Provides-Extra: notificationscontacts
972
+ Requires-Dist: types-boto3-notificationscontacts<1.36.0,>=1.35.0; extra == "notificationscontacts"
973
+ Provides-Extra: oam
974
+ Requires-Dist: types-boto3-oam<1.36.0,>=1.35.0; extra == "oam"
975
+ Provides-Extra: observabilityadmin
976
+ Requires-Dist: types-boto3-observabilityadmin<1.36.0,>=1.35.0; extra == "observabilityadmin"
977
+ Provides-Extra: omics
978
+ Requires-Dist: types-boto3-omics<1.36.0,>=1.35.0; extra == "omics"
979
+ Provides-Extra: opensearch
980
+ Requires-Dist: types-boto3-opensearch<1.36.0,>=1.35.0; extra == "opensearch"
981
+ Provides-Extra: opensearchserverless
982
+ Requires-Dist: types-boto3-opensearchserverless<1.36.0,>=1.35.0; extra == "opensearchserverless"
983
+ Provides-Extra: opsworks
984
+ Requires-Dist: types-boto3-opsworks<1.36.0,>=1.35.0; extra == "opsworks"
985
+ Provides-Extra: opsworkscm
986
+ Requires-Dist: types-boto3-opsworkscm<1.36.0,>=1.35.0; extra == "opsworkscm"
987
+ Provides-Extra: organizations
988
+ Requires-Dist: types-boto3-organizations<1.36.0,>=1.35.0; extra == "organizations"
989
+ Provides-Extra: osis
990
+ Requires-Dist: types-boto3-osis<1.36.0,>=1.35.0; extra == "osis"
991
+ Provides-Extra: outposts
992
+ Requires-Dist: types-boto3-outposts<1.36.0,>=1.35.0; extra == "outposts"
993
+ Provides-Extra: panorama
994
+ Requires-Dist: types-boto3-panorama<1.36.0,>=1.35.0; extra == "panorama"
995
+ Provides-Extra: partnercentral-selling
996
+ Requires-Dist: types-boto3-partnercentral-selling<1.36.0,>=1.35.0; extra == "partnercentral-selling"
997
+ Provides-Extra: payment-cryptography
998
+ Requires-Dist: types-boto3-payment-cryptography<1.36.0,>=1.35.0; extra == "payment-cryptography"
999
+ Provides-Extra: payment-cryptography-data
1000
+ Requires-Dist: types-boto3-payment-cryptography-data<1.36.0,>=1.35.0; extra == "payment-cryptography-data"
1001
+ Provides-Extra: pca-connector-ad
1002
+ Requires-Dist: types-boto3-pca-connector-ad<1.36.0,>=1.35.0; extra == "pca-connector-ad"
1003
+ Provides-Extra: pca-connector-scep
1004
+ Requires-Dist: types-boto3-pca-connector-scep<1.36.0,>=1.35.0; extra == "pca-connector-scep"
1005
+ Provides-Extra: pcs
1006
+ Requires-Dist: types-boto3-pcs<1.36.0,>=1.35.0; extra == "pcs"
1007
+ Provides-Extra: personalize
1008
+ Requires-Dist: types-boto3-personalize<1.36.0,>=1.35.0; extra == "personalize"
1009
+ Provides-Extra: personalize-events
1010
+ Requires-Dist: types-boto3-personalize-events<1.36.0,>=1.35.0; extra == "personalize-events"
1011
+ Provides-Extra: personalize-runtime
1012
+ Requires-Dist: types-boto3-personalize-runtime<1.36.0,>=1.35.0; extra == "personalize-runtime"
1013
+ Provides-Extra: pi
1014
+ Requires-Dist: types-boto3-pi<1.36.0,>=1.35.0; extra == "pi"
1015
+ Provides-Extra: pinpoint
1016
+ Requires-Dist: types-boto3-pinpoint<1.36.0,>=1.35.0; extra == "pinpoint"
1017
+ Provides-Extra: pinpoint-email
1018
+ Requires-Dist: types-boto3-pinpoint-email<1.36.0,>=1.35.0; extra == "pinpoint-email"
1019
+ Provides-Extra: pinpoint-sms-voice
1020
+ Requires-Dist: types-boto3-pinpoint-sms-voice<1.36.0,>=1.35.0; extra == "pinpoint-sms-voice"
1021
+ Provides-Extra: pinpoint-sms-voice-v2
1022
+ Requires-Dist: types-boto3-pinpoint-sms-voice-v2<1.36.0,>=1.35.0; extra == "pinpoint-sms-voice-v2"
1023
+ Provides-Extra: pipes
1024
+ Requires-Dist: types-boto3-pipes<1.36.0,>=1.35.0; extra == "pipes"
1025
+ Provides-Extra: polly
1026
+ Requires-Dist: types-boto3-polly<1.36.0,>=1.35.0; extra == "polly"
1027
+ Provides-Extra: pricing
1028
+ Requires-Dist: types-boto3-pricing<1.36.0,>=1.35.0; extra == "pricing"
1029
+ Provides-Extra: privatenetworks
1030
+ Requires-Dist: types-boto3-privatenetworks<1.36.0,>=1.35.0; extra == "privatenetworks"
1031
+ Provides-Extra: proton
1032
+ Requires-Dist: types-boto3-proton<1.36.0,>=1.35.0; extra == "proton"
1033
+ Provides-Extra: qapps
1034
+ Requires-Dist: types-boto3-qapps<1.36.0,>=1.35.0; extra == "qapps"
1035
+ Provides-Extra: qbusiness
1036
+ Requires-Dist: types-boto3-qbusiness<1.36.0,>=1.35.0; extra == "qbusiness"
1037
+ Provides-Extra: qconnect
1038
+ Requires-Dist: types-boto3-qconnect<1.36.0,>=1.35.0; extra == "qconnect"
1039
+ Provides-Extra: qldb
1040
+ Requires-Dist: types-boto3-qldb<1.36.0,>=1.35.0; extra == "qldb"
1041
+ Provides-Extra: qldb-session
1042
+ Requires-Dist: types-boto3-qldb-session<1.36.0,>=1.35.0; extra == "qldb-session"
1043
+ Provides-Extra: quicksight
1044
+ Requires-Dist: types-boto3-quicksight<1.36.0,>=1.35.0; extra == "quicksight"
1045
+ Provides-Extra: ram
1046
+ Requires-Dist: types-boto3-ram<1.36.0,>=1.35.0; extra == "ram"
1047
+ Provides-Extra: rbin
1048
+ Requires-Dist: types-boto3-rbin<1.36.0,>=1.35.0; extra == "rbin"
1049
+ Provides-Extra: rds
1050
+ Requires-Dist: types-boto3-rds<1.36.0,>=1.35.0; extra == "rds"
1051
+ Provides-Extra: rds-data
1052
+ Requires-Dist: types-boto3-rds-data<1.36.0,>=1.35.0; extra == "rds-data"
1053
+ Provides-Extra: redshift
1054
+ Requires-Dist: types-boto3-redshift<1.36.0,>=1.35.0; extra == "redshift"
1055
+ Provides-Extra: redshift-data
1056
+ Requires-Dist: types-boto3-redshift-data<1.36.0,>=1.35.0; extra == "redshift-data"
1057
+ Provides-Extra: redshift-serverless
1058
+ Requires-Dist: types-boto3-redshift-serverless<1.36.0,>=1.35.0; extra == "redshift-serverless"
1059
+ Provides-Extra: rekognition
1060
+ Requires-Dist: types-boto3-rekognition<1.36.0,>=1.35.0; extra == "rekognition"
1061
+ Provides-Extra: repostspace
1062
+ Requires-Dist: types-boto3-repostspace<1.36.0,>=1.35.0; extra == "repostspace"
1063
+ Provides-Extra: resiliencehub
1064
+ Requires-Dist: types-boto3-resiliencehub<1.36.0,>=1.35.0; extra == "resiliencehub"
1065
+ Provides-Extra: resource-explorer-2
1066
+ Requires-Dist: types-boto3-resource-explorer-2<1.36.0,>=1.35.0; extra == "resource-explorer-2"
1067
+ Provides-Extra: resource-groups
1068
+ Requires-Dist: types-boto3-resource-groups<1.36.0,>=1.35.0; extra == "resource-groups"
1069
+ Provides-Extra: resourcegroupstaggingapi
1070
+ Requires-Dist: types-boto3-resourcegroupstaggingapi<1.36.0,>=1.35.0; extra == "resourcegroupstaggingapi"
1071
+ Provides-Extra: robomaker
1072
+ Requires-Dist: types-boto3-robomaker<1.36.0,>=1.35.0; extra == "robomaker"
1073
+ Provides-Extra: rolesanywhere
1074
+ Requires-Dist: types-boto3-rolesanywhere<1.36.0,>=1.35.0; extra == "rolesanywhere"
1075
+ Provides-Extra: route53
1076
+ Requires-Dist: types-boto3-route53<1.36.0,>=1.35.0; extra == "route53"
1077
+ Provides-Extra: route53-recovery-cluster
1078
+ Requires-Dist: types-boto3-route53-recovery-cluster<1.36.0,>=1.35.0; extra == "route53-recovery-cluster"
1079
+ Provides-Extra: route53-recovery-control-config
1080
+ Requires-Dist: types-boto3-route53-recovery-control-config<1.36.0,>=1.35.0; extra == "route53-recovery-control-config"
1081
+ Provides-Extra: route53-recovery-readiness
1082
+ Requires-Dist: types-boto3-route53-recovery-readiness<1.36.0,>=1.35.0; extra == "route53-recovery-readiness"
1083
+ Provides-Extra: route53domains
1084
+ Requires-Dist: types-boto3-route53domains<1.36.0,>=1.35.0; extra == "route53domains"
1085
+ Provides-Extra: route53profiles
1086
+ Requires-Dist: types-boto3-route53profiles<1.36.0,>=1.35.0; extra == "route53profiles"
1087
+ Provides-Extra: route53resolver
1088
+ Requires-Dist: types-boto3-route53resolver<1.36.0,>=1.35.0; extra == "route53resolver"
1089
+ Provides-Extra: rum
1090
+ Requires-Dist: types-boto3-rum<1.36.0,>=1.35.0; extra == "rum"
1091
+ Provides-Extra: s3
1092
+ Requires-Dist: types-boto3-s3<1.36.0,>=1.35.0; extra == "s3"
1093
+ Provides-Extra: s3control
1094
+ Requires-Dist: types-boto3-s3control<1.36.0,>=1.35.0; extra == "s3control"
1095
+ Provides-Extra: s3outposts
1096
+ Requires-Dist: types-boto3-s3outposts<1.36.0,>=1.35.0; extra == "s3outposts"
1097
+ Provides-Extra: sagemaker
1098
+ Requires-Dist: types-boto3-sagemaker<1.36.0,>=1.35.0; extra == "sagemaker"
1099
+ Provides-Extra: sagemaker-a2i-runtime
1100
+ Requires-Dist: types-boto3-sagemaker-a2i-runtime<1.36.0,>=1.35.0; extra == "sagemaker-a2i-runtime"
1101
+ Provides-Extra: sagemaker-edge
1102
+ Requires-Dist: types-boto3-sagemaker-edge<1.36.0,>=1.35.0; extra == "sagemaker-edge"
1103
+ Provides-Extra: sagemaker-featurestore-runtime
1104
+ Requires-Dist: types-boto3-sagemaker-featurestore-runtime<1.36.0,>=1.35.0; extra == "sagemaker-featurestore-runtime"
1105
+ Provides-Extra: sagemaker-geospatial
1106
+ Requires-Dist: types-boto3-sagemaker-geospatial<1.36.0,>=1.35.0; extra == "sagemaker-geospatial"
1107
+ Provides-Extra: sagemaker-metrics
1108
+ Requires-Dist: types-boto3-sagemaker-metrics<1.36.0,>=1.35.0; extra == "sagemaker-metrics"
1109
+ Provides-Extra: sagemaker-runtime
1110
+ Requires-Dist: types-boto3-sagemaker-runtime<1.36.0,>=1.35.0; extra == "sagemaker-runtime"
1111
+ Provides-Extra: savingsplans
1112
+ Requires-Dist: types-boto3-savingsplans<1.36.0,>=1.35.0; extra == "savingsplans"
1113
+ Provides-Extra: scheduler
1114
+ Requires-Dist: types-boto3-scheduler<1.36.0,>=1.35.0; extra == "scheduler"
1115
+ Provides-Extra: schemas
1116
+ Requires-Dist: types-boto3-schemas<1.36.0,>=1.35.0; extra == "schemas"
1117
+ Provides-Extra: sdb
1118
+ Requires-Dist: types-boto3-sdb<1.36.0,>=1.35.0; extra == "sdb"
1119
+ Provides-Extra: secretsmanager
1120
+ Requires-Dist: types-boto3-secretsmanager<1.36.0,>=1.35.0; extra == "secretsmanager"
1121
+ Provides-Extra: securityhub
1122
+ Requires-Dist: types-boto3-securityhub<1.36.0,>=1.35.0; extra == "securityhub"
1123
+ Provides-Extra: securitylake
1124
+ Requires-Dist: types-boto3-securitylake<1.36.0,>=1.35.0; extra == "securitylake"
1125
+ Provides-Extra: serverlessrepo
1126
+ Requires-Dist: types-boto3-serverlessrepo<1.36.0,>=1.35.0; extra == "serverlessrepo"
1127
+ Provides-Extra: service-quotas
1128
+ Requires-Dist: types-boto3-service-quotas<1.36.0,>=1.35.0; extra == "service-quotas"
1129
+ Provides-Extra: servicecatalog
1130
+ Requires-Dist: types-boto3-servicecatalog<1.36.0,>=1.35.0; extra == "servicecatalog"
1131
+ Provides-Extra: servicecatalog-appregistry
1132
+ Requires-Dist: types-boto3-servicecatalog-appregistry<1.36.0,>=1.35.0; extra == "servicecatalog-appregistry"
1133
+ Provides-Extra: servicediscovery
1134
+ Requires-Dist: types-boto3-servicediscovery<1.36.0,>=1.35.0; extra == "servicediscovery"
1135
+ Provides-Extra: ses
1136
+ Requires-Dist: types-boto3-ses<1.36.0,>=1.35.0; extra == "ses"
1137
+ Provides-Extra: sesv2
1138
+ Requires-Dist: types-boto3-sesv2<1.36.0,>=1.35.0; extra == "sesv2"
1139
+ Provides-Extra: shield
1140
+ Requires-Dist: types-boto3-shield<1.36.0,>=1.35.0; extra == "shield"
1141
+ Provides-Extra: signer
1142
+ Requires-Dist: types-boto3-signer<1.36.0,>=1.35.0; extra == "signer"
1143
+ Provides-Extra: simspaceweaver
1144
+ Requires-Dist: types-boto3-simspaceweaver<1.36.0,>=1.35.0; extra == "simspaceweaver"
1145
+ Provides-Extra: sms
1146
+ Requires-Dist: types-boto3-sms<1.36.0,>=1.35.0; extra == "sms"
1147
+ Provides-Extra: sms-voice
1148
+ Requires-Dist: types-boto3-sms-voice<1.36.0,>=1.35.0; extra == "sms-voice"
1149
+ Provides-Extra: snow-device-management
1150
+ Requires-Dist: types-boto3-snow-device-management<1.36.0,>=1.35.0; extra == "snow-device-management"
1151
+ Provides-Extra: snowball
1152
+ Requires-Dist: types-boto3-snowball<1.36.0,>=1.35.0; extra == "snowball"
1153
+ Provides-Extra: sns
1154
+ Requires-Dist: types-boto3-sns<1.36.0,>=1.35.0; extra == "sns"
1155
+ Provides-Extra: socialmessaging
1156
+ Requires-Dist: types-boto3-socialmessaging<1.36.0,>=1.35.0; extra == "socialmessaging"
1157
+ Provides-Extra: sqs
1158
+ Requires-Dist: types-boto3-sqs<1.36.0,>=1.35.0; extra == "sqs"
1159
+ Provides-Extra: ssm
1160
+ Requires-Dist: types-boto3-ssm<1.36.0,>=1.35.0; extra == "ssm"
1161
+ Provides-Extra: ssm-contacts
1162
+ Requires-Dist: types-boto3-ssm-contacts<1.36.0,>=1.35.0; extra == "ssm-contacts"
1163
+ Provides-Extra: ssm-incidents
1164
+ Requires-Dist: types-boto3-ssm-incidents<1.36.0,>=1.35.0; extra == "ssm-incidents"
1165
+ Provides-Extra: ssm-quicksetup
1166
+ Requires-Dist: types-boto3-ssm-quicksetup<1.36.0,>=1.35.0; extra == "ssm-quicksetup"
1167
+ Provides-Extra: ssm-sap
1168
+ Requires-Dist: types-boto3-ssm-sap<1.36.0,>=1.35.0; extra == "ssm-sap"
1169
+ Provides-Extra: sso
1170
+ Requires-Dist: types-boto3-sso<1.36.0,>=1.35.0; extra == "sso"
1171
+ Provides-Extra: sso-admin
1172
+ Requires-Dist: types-boto3-sso-admin<1.36.0,>=1.35.0; extra == "sso-admin"
1173
+ Provides-Extra: sso-oidc
1174
+ Requires-Dist: types-boto3-sso-oidc<1.36.0,>=1.35.0; extra == "sso-oidc"
1175
+ Provides-Extra: stepfunctions
1176
+ Requires-Dist: types-boto3-stepfunctions<1.36.0,>=1.35.0; extra == "stepfunctions"
1177
+ Provides-Extra: storagegateway
1178
+ Requires-Dist: types-boto3-storagegateway<1.36.0,>=1.35.0; extra == "storagegateway"
1179
+ Provides-Extra: sts
1180
+ Requires-Dist: types-boto3-sts<1.36.0,>=1.35.0; extra == "sts"
1181
+ Provides-Extra: supplychain
1182
+ Requires-Dist: types-boto3-supplychain<1.36.0,>=1.35.0; extra == "supplychain"
1183
+ Provides-Extra: support
1184
+ Requires-Dist: types-boto3-support<1.36.0,>=1.35.0; extra == "support"
1185
+ Provides-Extra: support-app
1186
+ Requires-Dist: types-boto3-support-app<1.36.0,>=1.35.0; extra == "support-app"
1187
+ Provides-Extra: swf
1188
+ Requires-Dist: types-boto3-swf<1.36.0,>=1.35.0; extra == "swf"
1189
+ Provides-Extra: synthetics
1190
+ Requires-Dist: types-boto3-synthetics<1.36.0,>=1.35.0; extra == "synthetics"
1191
+ Provides-Extra: taxsettings
1192
+ Requires-Dist: types-boto3-taxsettings<1.36.0,>=1.35.0; extra == "taxsettings"
1193
+ Provides-Extra: textract
1194
+ Requires-Dist: types-boto3-textract<1.36.0,>=1.35.0; extra == "textract"
1195
+ Provides-Extra: timestream-influxdb
1196
+ Requires-Dist: types-boto3-timestream-influxdb<1.36.0,>=1.35.0; extra == "timestream-influxdb"
1197
+ Provides-Extra: timestream-query
1198
+ Requires-Dist: types-boto3-timestream-query<1.36.0,>=1.35.0; extra == "timestream-query"
1199
+ Provides-Extra: timestream-write
1200
+ Requires-Dist: types-boto3-timestream-write<1.36.0,>=1.35.0; extra == "timestream-write"
1201
+ Provides-Extra: tnb
1202
+ Requires-Dist: types-boto3-tnb<1.36.0,>=1.35.0; extra == "tnb"
1203
+ Provides-Extra: transcribe
1204
+ Requires-Dist: types-boto3-transcribe<1.36.0,>=1.35.0; extra == "transcribe"
1205
+ Provides-Extra: transfer
1206
+ Requires-Dist: types-boto3-transfer<1.36.0,>=1.35.0; extra == "transfer"
1207
+ Provides-Extra: translate
1208
+ Requires-Dist: types-boto3-translate<1.36.0,>=1.35.0; extra == "translate"
1209
+ Provides-Extra: trustedadvisor
1210
+ Requires-Dist: types-boto3-trustedadvisor<1.36.0,>=1.35.0; extra == "trustedadvisor"
1211
+ Provides-Extra: verifiedpermissions
1212
+ Requires-Dist: types-boto3-verifiedpermissions<1.36.0,>=1.35.0; extra == "verifiedpermissions"
1213
+ Provides-Extra: voice-id
1214
+ Requires-Dist: types-boto3-voice-id<1.36.0,>=1.35.0; extra == "voice-id"
1215
+ Provides-Extra: vpc-lattice
1216
+ Requires-Dist: types-boto3-vpc-lattice<1.36.0,>=1.35.0; extra == "vpc-lattice"
1217
+ Provides-Extra: waf
1218
+ Requires-Dist: types-boto3-waf<1.36.0,>=1.35.0; extra == "waf"
1219
+ Provides-Extra: waf-regional
1220
+ Requires-Dist: types-boto3-waf-regional<1.36.0,>=1.35.0; extra == "waf-regional"
1221
+ Provides-Extra: wafv2
1222
+ Requires-Dist: types-boto3-wafv2<1.36.0,>=1.35.0; extra == "wafv2"
1223
+ Provides-Extra: wellarchitected
1224
+ Requires-Dist: types-boto3-wellarchitected<1.36.0,>=1.35.0; extra == "wellarchitected"
1225
+ Provides-Extra: wisdom
1226
+ Requires-Dist: types-boto3-wisdom<1.36.0,>=1.35.0; extra == "wisdom"
1227
+ Provides-Extra: workdocs
1228
+ Requires-Dist: types-boto3-workdocs<1.36.0,>=1.35.0; extra == "workdocs"
1229
+ Provides-Extra: workmail
1230
+ Requires-Dist: types-boto3-workmail<1.36.0,>=1.35.0; extra == "workmail"
1231
+ Provides-Extra: workmailmessageflow
1232
+ Requires-Dist: types-boto3-workmailmessageflow<1.36.0,>=1.35.0; extra == "workmailmessageflow"
1233
+ Provides-Extra: workspaces
1234
+ Requires-Dist: types-boto3-workspaces<1.36.0,>=1.35.0; extra == "workspaces"
1235
+ Provides-Extra: workspaces-thin-client
1236
+ Requires-Dist: types-boto3-workspaces-thin-client<1.36.0,>=1.35.0; extra == "workspaces-thin-client"
1237
+ Provides-Extra: workspaces-web
1238
+ Requires-Dist: types-boto3-workspaces-web<1.36.0,>=1.35.0; extra == "workspaces-web"
1239
+ Provides-Extra: xray
1240
+ Requires-Dist: types-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1241
+
1242
+ <a id="types-boto3"></a>
1243
+
1244
+ # types-boto3
1245
+
1246
+ [![PyPI - types-boto3](https://img.shields.io/pypi/v/types-boto3.svg?color=blue)](https://pypi.org/project/types-boto3/)
1247
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3.svg?color=blue)](https://pypi.org/project/types-boto3/)
1248
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
1249
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3)](https://pypistats.org/packages/types-boto3)
1250
+
1251
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1252
+
1253
+ Type annotations for [boto3 1.35.71](https://pypi.org/project/boto3/)
1254
+ compatible with [VSCode](https://code.visualstudio.com/),
1255
+ [PyCharm](https://www.jetbrains.com/pycharm/),
1256
+ [Emacs](https://www.gnu.org/software/emacs/),
1257
+ [Sublime Text](https://www.sublimetext.com/),
1258
+ [mypy](https://github.com/python/mypy),
1259
+ [pyright](https://github.com/microsoft/pyright) and other tools.
1260
+
1261
+ Generated by
1262
+ [mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
1263
+
1264
+ More information can be found in
1265
+ [types-boto3 docs](https://youtype.github.io/types_boto3_docs/).
1266
+
1267
+ See how it helps you find and fix potential bugs:
1268
+
1269
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1270
+
1271
+ - [types-boto3](#types-boto3)
1272
+ - [How to install](#how-to-install)
1273
+ - [VSCode extension](#vscode-extension)
1274
+ - [From PyPI with pip](#from-pypi-with-pip)
1275
+ - [How to uninstall](#how-to-uninstall)
1276
+ - [Usage](#usage)
1277
+ - [VSCode](#vscode)
1278
+ - [PyCharm](#pycharm)
1279
+ - [Emacs](#emacs)
1280
+ - [Sublime Text](#sublime-text)
1281
+ - [Other IDEs](#other-ides)
1282
+ - [mypy](#mypy)
1283
+ - [pyright](#pyright)
1284
+ - [Explicit type annotations](#explicit-type-annotations)
1285
+ - [Pylint compatibility](#pylint-compatibility)
1286
+ - [How it works](#how-it-works)
1287
+ - [What's new](#what's-new)
1288
+ - [Implemented features](#implemented-features)
1289
+ - [Latest changes](#latest-changes)
1290
+ - [Versioning](#versioning)
1291
+ - [Thank you](#thank-you)
1292
+ - [Documentation](#documentation)
1293
+ - [Support and contributing](#support-and-contributing)
1294
+ - [Submodules](#submodules)
1295
+
1296
+ <a id="how-to-install"></a>
1297
+
1298
+ ## How to install
1299
+
1300
+ <a id="vscode-extension"></a>
1301
+
1302
+ ### VSCode extension
1303
+
1304
+ Add
1305
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
1306
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
1307
+
1308
+ Click `Auto-discover services` and select services you use in the current
1309
+ project.
1310
+
1311
+ <a id="from-pypi-with-pip"></a>
1312
+
1313
+ ### From PyPI with pip
1314
+
1315
+ Install `types-boto3` to add type annotations for `boto3` package.
1316
+
1317
+ ```bash
1318
+ # install type annotations only for boto3
1319
+ python -m pip install types-boto3
1320
+
1321
+ # install boto3 type annotations
1322
+ # for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
1323
+ python -m pip install 'types-boto3[essential]'
1324
+
1325
+ # or install annotations for services you use
1326
+ python -m pip install 'types-boto3[acm,apigateway]'
1327
+
1328
+ # or install annotations in sync with boto3 version
1329
+ python -m pip install 'types-boto3[boto3]'
1330
+
1331
+
1332
+ # or install all-in-one annotations for all services at once
1333
+ python -m pip install 'types-boto3[full]'
1334
+
1335
+
1336
+
1337
+ # Lite version does not provide session.client/resource overloads
1338
+ # it is more RAM-friendly, but requires explicit type annotations
1339
+ python -m pip install 'types-boto3-lite[essential]'
1340
+
1341
+ ```
1342
+
1343
+ <a id="how-to-uninstall"></a>
1344
+
1345
+ ## How to uninstall
1346
+
1347
+ ```bash
1348
+ # uninstall types-boto3
1349
+ python -m pip uninstall -y types-boto3
1350
+ ```
1351
+
1352
+ <a id="usage"></a>
1353
+
1354
+ ## Usage
1355
+
1356
+ <a id="vscode"></a>
1357
+
1358
+ ### VSCode
1359
+
1360
+ - Install
1361
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
1362
+ - Install
1363
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
1364
+ - Set `Pylance` as your Python Language Server
1365
+ - Install `types-boto3[essential]` in your environment:
1366
+
1367
+ ```bash
1368
+ python -m pip install 'types-boto3[essential]'
1369
+ ```
1370
+
1371
+ Both type checking and code completion should now work. No explicit type
1372
+ annotations required, write your `boto3` code as usual.
1373
+
1374
+ <a id="pycharm"></a>
1375
+
1376
+ ### PyCharm
1377
+
1378
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
1379
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
1380
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
1381
+ > the issue is resolved.
1382
+
1383
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
1384
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
1385
+ > [pyright](https://github.com/microsoft/pyright) instead.
1386
+
1387
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
1388
+ > `types-boto3` with
1389
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
1390
+
1391
+ ```bash
1392
+ pip uninstall types-boto3
1393
+ pip install types-boto3-lite
1394
+ ```
1395
+
1396
+ Install `types-boto3[essential]` in your environment:
1397
+
1398
+ ```bash
1399
+ python -m pip install 'types-boto3[essential]'
1400
+ ```
1401
+
1402
+ Both type checking and code completion should now work.
1403
+
1404
+ <a id="emacs"></a>
1405
+
1406
+ ### Emacs
1407
+
1408
+ - Install `types-boto3` with services you use in your environment:
1409
+
1410
+ ```bash
1411
+ python -m pip install 'types-boto3[essential]'
1412
+ ```
1413
+
1414
+ - Install [use-package](https://github.com/jwiegley/use-package),
1415
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
1416
+ [company](https://github.com/company-mode/company-mode) and
1417
+ [flycheck](https://github.com/flycheck/flycheck) packages
1418
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
1419
+
1420
+ ```elisp
1421
+ (use-package lsp-pyright
1422
+ :ensure t
1423
+ :hook (python-mode . (lambda ()
1424
+ (require 'lsp-pyright)
1425
+ (lsp))) ; or lsp-deferred
1426
+ :init (when (executable-find "python3")
1427
+ (setq lsp-pyright-python-executable-cmd "python3"))
1428
+ )
1429
+ ```
1430
+
1431
+ - Make sure emacs uses the environment where you have installed `types-boto3`
1432
+
1433
+ Type checking should now work. No explicit type annotations required, write
1434
+ your `boto3` code as usual.
1435
+
1436
+ <a id="sublime-text"></a>
1437
+
1438
+ ### Sublime Text
1439
+
1440
+ - Install `types-boto3[essential]` with services you use in your environment:
1441
+
1442
+ ```bash
1443
+ python -m pip install 'types-boto3[essential]'
1444
+ ```
1445
+
1446
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
1447
+
1448
+ Type checking should now work. No explicit type annotations required, write
1449
+ your `boto3` code as usual.
1450
+
1451
+ <a id="other-ides"></a>
1452
+
1453
+ ### Other IDEs
1454
+
1455
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
1456
+ should work.
1457
+
1458
+ <a id="mypy"></a>
1459
+
1460
+ ### mypy
1461
+
1462
+ - Install `mypy`: `python -m pip install mypy`
1463
+ - Install `types-boto3[essential]` in your environment:
1464
+
1465
+ ```bash
1466
+ python -m pip install 'types-boto3[essential]'
1467
+ ```
1468
+
1469
+ Type checking should now work. No explicit type annotations required, write
1470
+ your `boto3` code as usual.
1471
+
1472
+ <a id="pyright"></a>
1473
+
1474
+ ### pyright
1475
+
1476
+ - Install `pyright`: `npm i -g pyright`
1477
+ - Install `types-boto3[essential]` in your environment:
1478
+
1479
+ ```bash
1480
+ python -m pip install 'types-boto3[essential]'
1481
+ ```
1482
+
1483
+ Optionally, you can install `types-boto3` to `typings` directory.
1484
+
1485
+ Type checking should now work. No explicit type annotations required, write
1486
+ your `boto3` code as usual.
1487
+
1488
+ <a id="explicit-type-annotations"></a>
1489
+
1490
+ ### Explicit type annotations
1491
+
1492
+ To speed up type checking and code completion, you can set types explicitly.
1493
+
1494
+ ```python
1495
+ import boto3
1496
+ from boto3.session import Session
1497
+
1498
+ from types_boto3_ec2.client import EC2Client
1499
+ from types_boto3_ec2.service_resource import EC2ServiceResource
1500
+ from types_boto3_ec2.waiter import BundleTaskCompleteWaiter
1501
+ from types_boto3_ec2.paginator import DescribeVolumesPaginator
1502
+
1503
+ session = Session(region_name="us-west-1")
1504
+
1505
+ ec2_client: EC2Client = boto3.client("ec2", region_name="us-west-1")
1506
+ ec2_resource: EC2ServiceResource = session.resource("ec2")
1507
+
1508
+ bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter(
1509
+ "bundle_task_complete"
1510
+ )
1511
+ describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes")
1512
+ ```
1513
+
1514
+ <a id="pylint-compatibility"></a>
1515
+
1516
+ ### Pylint compatibility
1517
+
1518
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid `types-boto3`
1519
+ dependency in production. However, there is an issue in `pylint` that it
1520
+ complains about undefined variables. To fix it, set all types to `object` in
1521
+ non-`TYPE_CHECKING` mode.
1522
+
1523
+ ```python
1524
+ import boto3
1525
+ from typing import TYPE_CHECKING
1526
+
1527
+ if TYPE_CHECKING:
1528
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
1529
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
1530
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
1531
+ else:
1532
+ EC2Client = object
1533
+ EC2ServiceResource = object
1534
+ BundleTaskCompleteWaiter = object
1535
+ DescribeVolumesPaginator = object
1536
+
1537
+ ...
1538
+ ```
1539
+
1540
+ <a id="how-it-works"></a>
1541
+
1542
+ ## How it works
1543
+
1544
+ Fully automated
1545
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
1546
+ generates type annotations for each service, patiently waiting for `boto3`
1547
+ updates. It delivers drop-in type annotations for you and makes sure that:
1548
+
1549
+ - All available `boto3` services are covered.
1550
+ - Each public class and method of every `boto3` service gets valid type
1551
+ annotations extracted from `botocore` schemas.
1552
+ - Type annotations include up-to-date documentation.
1553
+ - Link to documentation is provided for every method.
1554
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
1555
+
1556
+ <a id="what's-new"></a>
1557
+
1558
+ ## What's new
1559
+
1560
+ <a id="implemented-features"></a>
1561
+
1562
+ ### Implemented features
1563
+
1564
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
1565
+ libraries
1566
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
1567
+ compatibility
1568
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
1569
+ annotations for each service
1570
+ - Generated `TypeDefs` for each service
1571
+ - Generated `Literals` for each service
1572
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
1573
+ - Auto discovery of types for `session.client` and `session.resource` calls
1574
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
1575
+ calls
1576
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
1577
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
1578
+
1579
+ <a id="latest-changes"></a>
1580
+
1581
+ ### Latest changes
1582
+
1583
+ Builder changelog can be found in
1584
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
1585
+
1586
+ <a id="versioning"></a>
1587
+
1588
+ ## Versioning
1589
+
1590
+ `types-boto3` version is the same as related `boto3` version and follows
1591
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
1592
+
1593
+ <a id="thank-you"></a>
1594
+
1595
+ ## Thank you
1596
+
1597
+ - [Allie Fitter](https://github.com/alliefitter) for
1598
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
1599
+ this package is based on top of his work
1600
+ - [black](https://github.com/psf/black) developers for an awesome formatting
1601
+ tool
1602
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
1603
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
1604
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
1605
+ for us
1606
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
1607
+ Python
1608
+
1609
+ <a id="documentation"></a>
1610
+
1611
+ ## Documentation
1612
+
1613
+ All services type annotations can be found in
1614
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/)
1615
+
1616
+ <a id="support-and-contributing"></a>
1617
+
1618
+ ## Support and contributing
1619
+
1620
+ This package is auto-generated. Please reports any bugs or request new features
1621
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
1622
+ repository.
1623
+
1624
+ <a id="submodules"></a>
1625
+
1626
+ ## Submodules
1627
+
1628
+ - `types-boto3[full]` - Type annotations for all 397 services in one package
1629
+ (recommended).
1630
+ - `types-boto3[all]` - Type annotations for all 397 services in separate
1631
+ packages.
1632
+ - `types-boto3[essential]` - Type annotations for
1633
+ [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
1634
+ [DynamoDB](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/),
1635
+ [EC2](https://youtype.github.io/types_boto3_docs/types_boto3_ec2/),
1636
+ [Lambda](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/),
1637
+ [RDS](https://youtype.github.io/types_boto3_docs/types_boto3_rds/),
1638
+ [S3](https://youtype.github.io/types_boto3_docs/types_boto3_s3/) and
1639
+ [SQS](https://youtype.github.io/types_boto3_docs/types_boto3_sqs/) services.
1640
+ - `types-boto3[boto3]` - Install annotations in sync with `boto3` version.
1641
+ - `types-boto3[accessanalyzer]` - Type annotations for
1642
+ [AccessAnalyzer](https://youtype.github.io/types_boto3_docs/types_boto3_accessanalyzer/)
1643
+ service.
1644
+ - `types-boto3[account]` - Type annotations for
1645
+ [Account](https://youtype.github.io/types_boto3_docs/types_boto3_account/)
1646
+ service.
1647
+ - `types-boto3[acm]` - Type annotations for
1648
+ [ACM](https://youtype.github.io/types_boto3_docs/types_boto3_acm/) service.
1649
+ - `types-boto3[acm-pca]` - Type annotations for
1650
+ [ACMPCA](https://youtype.github.io/types_boto3_docs/types_boto3_acm_pca/)
1651
+ service.
1652
+ - `types-boto3[amp]` - Type annotations for
1653
+ [PrometheusService](https://youtype.github.io/types_boto3_docs/types_boto3_amp/)
1654
+ service.
1655
+ - `types-boto3[amplify]` - Type annotations for
1656
+ [Amplify](https://youtype.github.io/types_boto3_docs/types_boto3_amplify/)
1657
+ service.
1658
+ - `types-boto3[amplifybackend]` - Type annotations for
1659
+ [AmplifyBackend](https://youtype.github.io/types_boto3_docs/types_boto3_amplifybackend/)
1660
+ service.
1661
+ - `types-boto3[amplifyuibuilder]` - Type annotations for
1662
+ [AmplifyUIBuilder](https://youtype.github.io/types_boto3_docs/types_boto3_amplifyuibuilder/)
1663
+ service.
1664
+ - `types-boto3[apigateway]` - Type annotations for
1665
+ [APIGateway](https://youtype.github.io/types_boto3_docs/types_boto3_apigateway/)
1666
+ service.
1667
+ - `types-boto3[apigatewaymanagementapi]` - Type annotations for
1668
+ [ApiGatewayManagementApi](https://youtype.github.io/types_boto3_docs/types_boto3_apigatewaymanagementapi/)
1669
+ service.
1670
+ - `types-boto3[apigatewayv2]` - Type annotations for
1671
+ [ApiGatewayV2](https://youtype.github.io/types_boto3_docs/types_boto3_apigatewayv2/)
1672
+ service.
1673
+ - `types-boto3[appconfig]` - Type annotations for
1674
+ [AppConfig](https://youtype.github.io/types_boto3_docs/types_boto3_appconfig/)
1675
+ service.
1676
+ - `types-boto3[appconfigdata]` - Type annotations for
1677
+ [AppConfigData](https://youtype.github.io/types_boto3_docs/types_boto3_appconfigdata/)
1678
+ service.
1679
+ - `types-boto3[appfabric]` - Type annotations for
1680
+ [AppFabric](https://youtype.github.io/types_boto3_docs/types_boto3_appfabric/)
1681
+ service.
1682
+ - `types-boto3[appflow]` - Type annotations for
1683
+ [Appflow](https://youtype.github.io/types_boto3_docs/types_boto3_appflow/)
1684
+ service.
1685
+ - `types-boto3[appintegrations]` - Type annotations for
1686
+ [AppIntegrationsService](https://youtype.github.io/types_boto3_docs/types_boto3_appintegrations/)
1687
+ service.
1688
+ - `types-boto3[application-autoscaling]` - Type annotations for
1689
+ [ApplicationAutoScaling](https://youtype.github.io/types_boto3_docs/types_boto3_application_autoscaling/)
1690
+ service.
1691
+ - `types-boto3[application-insights]` - Type annotations for
1692
+ [ApplicationInsights](https://youtype.github.io/types_boto3_docs/types_boto3_application_insights/)
1693
+ service.
1694
+ - `types-boto3[application-signals]` - Type annotations for
1695
+ [CloudWatchApplicationSignals](https://youtype.github.io/types_boto3_docs/types_boto3_application_signals/)
1696
+ service.
1697
+ - `types-boto3[applicationcostprofiler]` - Type annotations for
1698
+ [ApplicationCostProfiler](https://youtype.github.io/types_boto3_docs/types_boto3_applicationcostprofiler/)
1699
+ service.
1700
+ - `types-boto3[appmesh]` - Type annotations for
1701
+ [AppMesh](https://youtype.github.io/types_boto3_docs/types_boto3_appmesh/)
1702
+ service.
1703
+ - `types-boto3[apprunner]` - Type annotations for
1704
+ [AppRunner](https://youtype.github.io/types_boto3_docs/types_boto3_apprunner/)
1705
+ service.
1706
+ - `types-boto3[appstream]` - Type annotations for
1707
+ [AppStream](https://youtype.github.io/types_boto3_docs/types_boto3_appstream/)
1708
+ service.
1709
+ - `types-boto3[appsync]` - Type annotations for
1710
+ [AppSync](https://youtype.github.io/types_boto3_docs/types_boto3_appsync/)
1711
+ service.
1712
+ - `types-boto3[apptest]` - Type annotations for
1713
+ [MainframeModernizationApplicationTesting](https://youtype.github.io/types_boto3_docs/types_boto3_apptest/)
1714
+ service.
1715
+ - `types-boto3[arc-zonal-shift]` - Type annotations for
1716
+ [ARCZonalShift](https://youtype.github.io/types_boto3_docs/types_boto3_arc_zonal_shift/)
1717
+ service.
1718
+ - `types-boto3[artifact]` - Type annotations for
1719
+ [Artifact](https://youtype.github.io/types_boto3_docs/types_boto3_artifact/)
1720
+ service.
1721
+ - `types-boto3[athena]` - Type annotations for
1722
+ [Athena](https://youtype.github.io/types_boto3_docs/types_boto3_athena/)
1723
+ service.
1724
+ - `types-boto3[auditmanager]` - Type annotations for
1725
+ [AuditManager](https://youtype.github.io/types_boto3_docs/types_boto3_auditmanager/)
1726
+ service.
1727
+ - `types-boto3[autoscaling]` - Type annotations for
1728
+ [AutoScaling](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/)
1729
+ service.
1730
+ - `types-boto3[autoscaling-plans]` - Type annotations for
1731
+ [AutoScalingPlans](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling_plans/)
1732
+ service.
1733
+ - `types-boto3[b2bi]` - Type annotations for
1734
+ [B2BI](https://youtype.github.io/types_boto3_docs/types_boto3_b2bi/) service.
1735
+ - `types-boto3[backup]` - Type annotations for
1736
+ [Backup](https://youtype.github.io/types_boto3_docs/types_boto3_backup/)
1737
+ service.
1738
+ - `types-boto3[backup-gateway]` - Type annotations for
1739
+ [BackupGateway](https://youtype.github.io/types_boto3_docs/types_boto3_backup_gateway/)
1740
+ service.
1741
+ - `types-boto3[batch]` - Type annotations for
1742
+ [Batch](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
1743
+ service.
1744
+ - `types-boto3[bcm-data-exports]` - Type annotations for
1745
+ [BillingandCostManagementDataExports](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_data_exports/)
1746
+ service.
1747
+ - `types-boto3[bcm-pricing-calculator]` - Type annotations for
1748
+ [BillingandCostManagementPricingCalculator](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_pricing_calculator/)
1749
+ service.
1750
+ - `types-boto3[bedrock]` - Type annotations for
1751
+ [Bedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/)
1752
+ service.
1753
+ - `types-boto3[bedrock-agent]` - Type annotations for
1754
+ [AgentsforBedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent/)
1755
+ service.
1756
+ - `types-boto3[bedrock-agent-runtime]` - Type annotations for
1757
+ [AgentsforBedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent_runtime/)
1758
+ service.
1759
+ - `types-boto3[bedrock-runtime]` - Type annotations for
1760
+ [BedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/)
1761
+ service.
1762
+ - `types-boto3[billing]` - Type annotations for
1763
+ [Billing](https://youtype.github.io/types_boto3_docs/types_boto3_billing/)
1764
+ service.
1765
+ - `types-boto3[billingconductor]` - Type annotations for
1766
+ [BillingConductor](https://youtype.github.io/types_boto3_docs/types_boto3_billingconductor/)
1767
+ service.
1768
+ - `types-boto3[braket]` - Type annotations for
1769
+ [Braket](https://youtype.github.io/types_boto3_docs/types_boto3_braket/)
1770
+ service.
1771
+ - `types-boto3[budgets]` - Type annotations for
1772
+ [Budgets](https://youtype.github.io/types_boto3_docs/types_boto3_budgets/)
1773
+ service.
1774
+ - `types-boto3[ce]` - Type annotations for
1775
+ [CostExplorer](https://youtype.github.io/types_boto3_docs/types_boto3_ce/)
1776
+ service.
1777
+ - `types-boto3[chatbot]` - Type annotations for
1778
+ [Chatbot](https://youtype.github.io/types_boto3_docs/types_boto3_chatbot/)
1779
+ service.
1780
+ - `types-boto3[chime]` - Type annotations for
1781
+ [Chime](https://youtype.github.io/types_boto3_docs/types_boto3_chime/)
1782
+ service.
1783
+ - `types-boto3[chime-sdk-identity]` - Type annotations for
1784
+ [ChimeSDKIdentity](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_identity/)
1785
+ service.
1786
+ - `types-boto3[chime-sdk-media-pipelines]` - Type annotations for
1787
+ [ChimeSDKMediaPipelines](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_media_pipelines/)
1788
+ service.
1789
+ - `types-boto3[chime-sdk-meetings]` - Type annotations for
1790
+ [ChimeSDKMeetings](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_meetings/)
1791
+ service.
1792
+ - `types-boto3[chime-sdk-messaging]` - Type annotations for
1793
+ [ChimeSDKMessaging](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_messaging/)
1794
+ service.
1795
+ - `types-boto3[chime-sdk-voice]` - Type annotations for
1796
+ [ChimeSDKVoice](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_voice/)
1797
+ service.
1798
+ - `types-boto3[cleanrooms]` - Type annotations for
1799
+ [CleanRoomsService](https://youtype.github.io/types_boto3_docs/types_boto3_cleanrooms/)
1800
+ service.
1801
+ - `types-boto3[cleanroomsml]` - Type annotations for
1802
+ [CleanRoomsML](https://youtype.github.io/types_boto3_docs/types_boto3_cleanroomsml/)
1803
+ service.
1804
+ - `types-boto3[cloud9]` - Type annotations for
1805
+ [Cloud9](https://youtype.github.io/types_boto3_docs/types_boto3_cloud9/)
1806
+ service.
1807
+ - `types-boto3[cloudcontrol]` - Type annotations for
1808
+ [CloudControlApi](https://youtype.github.io/types_boto3_docs/types_boto3_cloudcontrol/)
1809
+ service.
1810
+ - `types-boto3[clouddirectory]` - Type annotations for
1811
+ [CloudDirectory](https://youtype.github.io/types_boto3_docs/types_boto3_clouddirectory/)
1812
+ service.
1813
+ - `types-boto3[cloudformation]` - Type annotations for
1814
+ [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/)
1815
+ service.
1816
+ - `types-boto3[cloudfront]` - Type annotations for
1817
+ [CloudFront](https://youtype.github.io/types_boto3_docs/types_boto3_cloudfront/)
1818
+ service.
1819
+ - `types-boto3[cloudfront-keyvaluestore]` - Type annotations for
1820
+ [CloudFrontKeyValueStore](https://youtype.github.io/types_boto3_docs/types_boto3_cloudfront_keyvaluestore/)
1821
+ service.
1822
+ - `types-boto3[cloudhsm]` - Type annotations for
1823
+ [CloudHSM](https://youtype.github.io/types_boto3_docs/types_boto3_cloudhsm/)
1824
+ service.
1825
+ - `types-boto3[cloudhsmv2]` - Type annotations for
1826
+ [CloudHSMV2](https://youtype.github.io/types_boto3_docs/types_boto3_cloudhsmv2/)
1827
+ service.
1828
+ - `types-boto3[cloudsearch]` - Type annotations for
1829
+ [CloudSearch](https://youtype.github.io/types_boto3_docs/types_boto3_cloudsearch/)
1830
+ service.
1831
+ - `types-boto3[cloudsearchdomain]` - Type annotations for
1832
+ [CloudSearchDomain](https://youtype.github.io/types_boto3_docs/types_boto3_cloudsearchdomain/)
1833
+ service.
1834
+ - `types-boto3[cloudtrail]` - Type annotations for
1835
+ [CloudTrail](https://youtype.github.io/types_boto3_docs/types_boto3_cloudtrail/)
1836
+ service.
1837
+ - `types-boto3[cloudtrail-data]` - Type annotations for
1838
+ [CloudTrailDataService](https://youtype.github.io/types_boto3_docs/types_boto3_cloudtrail_data/)
1839
+ service.
1840
+ - `types-boto3[cloudwatch]` - Type annotations for
1841
+ [CloudWatch](https://youtype.github.io/types_boto3_docs/types_boto3_cloudwatch/)
1842
+ service.
1843
+ - `types-boto3[codeartifact]` - Type annotations for
1844
+ [CodeArtifact](https://youtype.github.io/types_boto3_docs/types_boto3_codeartifact/)
1845
+ service.
1846
+ - `types-boto3[codebuild]` - Type annotations for
1847
+ [CodeBuild](https://youtype.github.io/types_boto3_docs/types_boto3_codebuild/)
1848
+ service.
1849
+ - `types-boto3[codecatalyst]` - Type annotations for
1850
+ [CodeCatalyst](https://youtype.github.io/types_boto3_docs/types_boto3_codecatalyst/)
1851
+ service.
1852
+ - `types-boto3[codecommit]` - Type annotations for
1853
+ [CodeCommit](https://youtype.github.io/types_boto3_docs/types_boto3_codecommit/)
1854
+ service.
1855
+ - `types-boto3[codeconnections]` - Type annotations for
1856
+ [CodeConnections](https://youtype.github.io/types_boto3_docs/types_boto3_codeconnections/)
1857
+ service.
1858
+ - `types-boto3[codedeploy]` - Type annotations for
1859
+ [CodeDeploy](https://youtype.github.io/types_boto3_docs/types_boto3_codedeploy/)
1860
+ service.
1861
+ - `types-boto3[codeguru-reviewer]` - Type annotations for
1862
+ [CodeGuruReviewer](https://youtype.github.io/types_boto3_docs/types_boto3_codeguru_reviewer/)
1863
+ service.
1864
+ - `types-boto3[codeguru-security]` - Type annotations for
1865
+ [CodeGuruSecurity](https://youtype.github.io/types_boto3_docs/types_boto3_codeguru_security/)
1866
+ service.
1867
+ - `types-boto3[codeguruprofiler]` - Type annotations for
1868
+ [CodeGuruProfiler](https://youtype.github.io/types_boto3_docs/types_boto3_codeguruprofiler/)
1869
+ service.
1870
+ - `types-boto3[codepipeline]` - Type annotations for
1871
+ [CodePipeline](https://youtype.github.io/types_boto3_docs/types_boto3_codepipeline/)
1872
+ service.
1873
+ - `types-boto3[codestar-connections]` - Type annotations for
1874
+ [CodeStarconnections](https://youtype.github.io/types_boto3_docs/types_boto3_codestar_connections/)
1875
+ service.
1876
+ - `types-boto3[codestar-notifications]` - Type annotations for
1877
+ [CodeStarNotifications](https://youtype.github.io/types_boto3_docs/types_boto3_codestar_notifications/)
1878
+ service.
1879
+ - `types-boto3[cognito-identity]` - Type annotations for
1880
+ [CognitoIdentity](https://youtype.github.io/types_boto3_docs/types_boto3_cognito_identity/)
1881
+ service.
1882
+ - `types-boto3[cognito-idp]` - Type annotations for
1883
+ [CognitoIdentityProvider](https://youtype.github.io/types_boto3_docs/types_boto3_cognito_idp/)
1884
+ service.
1885
+ - `types-boto3[cognito-sync]` - Type annotations for
1886
+ [CognitoSync](https://youtype.github.io/types_boto3_docs/types_boto3_cognito_sync/)
1887
+ service.
1888
+ - `types-boto3[comprehend]` - Type annotations for
1889
+ [Comprehend](https://youtype.github.io/types_boto3_docs/types_boto3_comprehend/)
1890
+ service.
1891
+ - `types-boto3[comprehendmedical]` - Type annotations for
1892
+ [ComprehendMedical](https://youtype.github.io/types_boto3_docs/types_boto3_comprehendmedical/)
1893
+ service.
1894
+ - `types-boto3[compute-optimizer]` - Type annotations for
1895
+ [ComputeOptimizer](https://youtype.github.io/types_boto3_docs/types_boto3_compute_optimizer/)
1896
+ service.
1897
+ - `types-boto3[config]` - Type annotations for
1898
+ [ConfigService](https://youtype.github.io/types_boto3_docs/types_boto3_config/)
1899
+ service.
1900
+ - `types-boto3[connect]` - Type annotations for
1901
+ [Connect](https://youtype.github.io/types_boto3_docs/types_boto3_connect/)
1902
+ service.
1903
+ - `types-boto3[connect-contact-lens]` - Type annotations for
1904
+ [ConnectContactLens](https://youtype.github.io/types_boto3_docs/types_boto3_connect_contact_lens/)
1905
+ service.
1906
+ - `types-boto3[connectcampaigns]` - Type annotations for
1907
+ [ConnectCampaignService](https://youtype.github.io/types_boto3_docs/types_boto3_connectcampaigns/)
1908
+ service.
1909
+ - `types-boto3[connectcampaignsv2]` - Type annotations for
1910
+ [ConnectCampaignServiceV2](https://youtype.github.io/types_boto3_docs/types_boto3_connectcampaignsv2/)
1911
+ service.
1912
+ - `types-boto3[connectcases]` - Type annotations for
1913
+ [ConnectCases](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/)
1914
+ service.
1915
+ - `types-boto3[connectparticipant]` - Type annotations for
1916
+ [ConnectParticipant](https://youtype.github.io/types_boto3_docs/types_boto3_connectparticipant/)
1917
+ service.
1918
+ - `types-boto3[controlcatalog]` - Type annotations for
1919
+ [ControlCatalog](https://youtype.github.io/types_boto3_docs/types_boto3_controlcatalog/)
1920
+ service.
1921
+ - `types-boto3[controltower]` - Type annotations for
1922
+ [ControlTower](https://youtype.github.io/types_boto3_docs/types_boto3_controltower/)
1923
+ service.
1924
+ - `types-boto3[cost-optimization-hub]` - Type annotations for
1925
+ [CostOptimizationHub](https://youtype.github.io/types_boto3_docs/types_boto3_cost_optimization_hub/)
1926
+ service.
1927
+ - `types-boto3[cur]` - Type annotations for
1928
+ [CostandUsageReportService](https://youtype.github.io/types_boto3_docs/types_boto3_cur/)
1929
+ service.
1930
+ - `types-boto3[customer-profiles]` - Type annotations for
1931
+ [CustomerProfiles](https://youtype.github.io/types_boto3_docs/types_boto3_customer_profiles/)
1932
+ service.
1933
+ - `types-boto3[databrew]` - Type annotations for
1934
+ [GlueDataBrew](https://youtype.github.io/types_boto3_docs/types_boto3_databrew/)
1935
+ service.
1936
+ - `types-boto3[dataexchange]` - Type annotations for
1937
+ [DataExchange](https://youtype.github.io/types_boto3_docs/types_boto3_dataexchange/)
1938
+ service.
1939
+ - `types-boto3[datapipeline]` - Type annotations for
1940
+ [DataPipeline](https://youtype.github.io/types_boto3_docs/types_boto3_datapipeline/)
1941
+ service.
1942
+ - `types-boto3[datasync]` - Type annotations for
1943
+ [DataSync](https://youtype.github.io/types_boto3_docs/types_boto3_datasync/)
1944
+ service.
1945
+ - `types-boto3[datazone]` - Type annotations for
1946
+ [DataZone](https://youtype.github.io/types_boto3_docs/types_boto3_datazone/)
1947
+ service.
1948
+ - `types-boto3[dax]` - Type annotations for
1949
+ [DAX](https://youtype.github.io/types_boto3_docs/types_boto3_dax/) service.
1950
+ - `types-boto3[deadline]` - Type annotations for
1951
+ [DeadlineCloud](https://youtype.github.io/types_boto3_docs/types_boto3_deadline/)
1952
+ service.
1953
+ - `types-boto3[detective]` - Type annotations for
1954
+ [Detective](https://youtype.github.io/types_boto3_docs/types_boto3_detective/)
1955
+ service.
1956
+ - `types-boto3[devicefarm]` - Type annotations for
1957
+ [DeviceFarm](https://youtype.github.io/types_boto3_docs/types_boto3_devicefarm/)
1958
+ service.
1959
+ - `types-boto3[devops-guru]` - Type annotations for
1960
+ [DevOpsGuru](https://youtype.github.io/types_boto3_docs/types_boto3_devops_guru/)
1961
+ service.
1962
+ - `types-boto3[directconnect]` - Type annotations for
1963
+ [DirectConnect](https://youtype.github.io/types_boto3_docs/types_boto3_directconnect/)
1964
+ service.
1965
+ - `types-boto3[discovery]` - Type annotations for
1966
+ [ApplicationDiscoveryService](https://youtype.github.io/types_boto3_docs/types_boto3_discovery/)
1967
+ service.
1968
+ - `types-boto3[dlm]` - Type annotations for
1969
+ [DLM](https://youtype.github.io/types_boto3_docs/types_boto3_dlm/) service.
1970
+ - `types-boto3[dms]` - Type annotations for
1971
+ [DatabaseMigrationService](https://youtype.github.io/types_boto3_docs/types_boto3_dms/)
1972
+ service.
1973
+ - `types-boto3[docdb]` - Type annotations for
1974
+ [DocDB](https://youtype.github.io/types_boto3_docs/types_boto3_docdb/)
1975
+ service.
1976
+ - `types-boto3[docdb-elastic]` - Type annotations for
1977
+ [DocDBElastic](https://youtype.github.io/types_boto3_docs/types_boto3_docdb_elastic/)
1978
+ service.
1979
+ - `types-boto3[drs]` - Type annotations for
1980
+ [Drs](https://youtype.github.io/types_boto3_docs/types_boto3_drs/) service.
1981
+ - `types-boto3[ds]` - Type annotations for
1982
+ [DirectoryService](https://youtype.github.io/types_boto3_docs/types_boto3_ds/)
1983
+ service.
1984
+ - `types-boto3[ds-data]` - Type annotations for
1985
+ [DirectoryServiceData](https://youtype.github.io/types_boto3_docs/types_boto3_ds_data/)
1986
+ service.
1987
+ - `types-boto3[dynamodb]` - Type annotations for
1988
+ [DynamoDB](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
1989
+ service.
1990
+ - `types-boto3[dynamodbstreams]` - Type annotations for
1991
+ [DynamoDBStreams](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodbstreams/)
1992
+ service.
1993
+ - `types-boto3[ebs]` - Type annotations for
1994
+ [EBS](https://youtype.github.io/types_boto3_docs/types_boto3_ebs/) service.
1995
+ - `types-boto3[ec2]` - Type annotations for
1996
+ [EC2](https://youtype.github.io/types_boto3_docs/types_boto3_ec2/) service.
1997
+ - `types-boto3[ec2-instance-connect]` - Type annotations for
1998
+ [EC2InstanceConnect](https://youtype.github.io/types_boto3_docs/types_boto3_ec2_instance_connect/)
1999
+ service.
2000
+ - `types-boto3[ecr]` - Type annotations for
2001
+ [ECR](https://youtype.github.io/types_boto3_docs/types_boto3_ecr/) service.
2002
+ - `types-boto3[ecr-public]` - Type annotations for
2003
+ [ECRPublic](https://youtype.github.io/types_boto3_docs/types_boto3_ecr_public/)
2004
+ service.
2005
+ - `types-boto3[ecs]` - Type annotations for
2006
+ [ECS](https://youtype.github.io/types_boto3_docs/types_boto3_ecs/) service.
2007
+ - `types-boto3[efs]` - Type annotations for
2008
+ [EFS](https://youtype.github.io/types_boto3_docs/types_boto3_efs/) service.
2009
+ - `types-boto3[eks]` - Type annotations for
2010
+ [EKS](https://youtype.github.io/types_boto3_docs/types_boto3_eks/) service.
2011
+ - `types-boto3[eks-auth]` - Type annotations for
2012
+ [EKSAuth](https://youtype.github.io/types_boto3_docs/types_boto3_eks_auth/)
2013
+ service.
2014
+ - `types-boto3[elastic-inference]` - Type annotations for
2015
+ [ElasticInference](https://youtype.github.io/types_boto3_docs/types_boto3_elastic_inference/)
2016
+ service.
2017
+ - `types-boto3[elasticache]` - Type annotations for
2018
+ [ElastiCache](https://youtype.github.io/types_boto3_docs/types_boto3_elasticache/)
2019
+ service.
2020
+ - `types-boto3[elasticbeanstalk]` - Type annotations for
2021
+ [ElasticBeanstalk](https://youtype.github.io/types_boto3_docs/types_boto3_elasticbeanstalk/)
2022
+ service.
2023
+ - `types-boto3[elastictranscoder]` - Type annotations for
2024
+ [ElasticTranscoder](https://youtype.github.io/types_boto3_docs/types_boto3_elastictranscoder/)
2025
+ service.
2026
+ - `types-boto3[elb]` - Type annotations for
2027
+ [ElasticLoadBalancing](https://youtype.github.io/types_boto3_docs/types_boto3_elb/)
2028
+ service.
2029
+ - `types-boto3[elbv2]` - Type annotations for
2030
+ [ElasticLoadBalancingv2](https://youtype.github.io/types_boto3_docs/types_boto3_elbv2/)
2031
+ service.
2032
+ - `types-boto3[emr]` - Type annotations for
2033
+ [EMR](https://youtype.github.io/types_boto3_docs/types_boto3_emr/) service.
2034
+ - `types-boto3[emr-containers]` - Type annotations for
2035
+ [EMRContainers](https://youtype.github.io/types_boto3_docs/types_boto3_emr_containers/)
2036
+ service.
2037
+ - `types-boto3[emr-serverless]` - Type annotations for
2038
+ [EMRServerless](https://youtype.github.io/types_boto3_docs/types_boto3_emr_serverless/)
2039
+ service.
2040
+ - `types-boto3[entityresolution]` - Type annotations for
2041
+ [EntityResolution](https://youtype.github.io/types_boto3_docs/types_boto3_entityresolution/)
2042
+ service.
2043
+ - `types-boto3[es]` - Type annotations for
2044
+ [ElasticsearchService](https://youtype.github.io/types_boto3_docs/types_boto3_es/)
2045
+ service.
2046
+ - `types-boto3[events]` - Type annotations for
2047
+ [EventBridge](https://youtype.github.io/types_boto3_docs/types_boto3_events/)
2048
+ service.
2049
+ - `types-boto3[evidently]` - Type annotations for
2050
+ [CloudWatchEvidently](https://youtype.github.io/types_boto3_docs/types_boto3_evidently/)
2051
+ service.
2052
+ - `types-boto3[finspace]` - Type annotations for
2053
+ [Finspace](https://youtype.github.io/types_boto3_docs/types_boto3_finspace/)
2054
+ service.
2055
+ - `types-boto3[finspace-data]` - Type annotations for
2056
+ [FinSpaceData](https://youtype.github.io/types_boto3_docs/types_boto3_finspace_data/)
2057
+ service.
2058
+ - `types-boto3[firehose]` - Type annotations for
2059
+ [Firehose](https://youtype.github.io/types_boto3_docs/types_boto3_firehose/)
2060
+ service.
2061
+ - `types-boto3[fis]` - Type annotations for
2062
+ [FIS](https://youtype.github.io/types_boto3_docs/types_boto3_fis/) service.
2063
+ - `types-boto3[fms]` - Type annotations for
2064
+ [FMS](https://youtype.github.io/types_boto3_docs/types_boto3_fms/) service.
2065
+ - `types-boto3[forecast]` - Type annotations for
2066
+ [ForecastService](https://youtype.github.io/types_boto3_docs/types_boto3_forecast/)
2067
+ service.
2068
+ - `types-boto3[forecastquery]` - Type annotations for
2069
+ [ForecastQueryService](https://youtype.github.io/types_boto3_docs/types_boto3_forecastquery/)
2070
+ service.
2071
+ - `types-boto3[frauddetector]` - Type annotations for
2072
+ [FraudDetector](https://youtype.github.io/types_boto3_docs/types_boto3_frauddetector/)
2073
+ service.
2074
+ - `types-boto3[freetier]` - Type annotations for
2075
+ [FreeTier](https://youtype.github.io/types_boto3_docs/types_boto3_freetier/)
2076
+ service.
2077
+ - `types-boto3[fsx]` - Type annotations for
2078
+ [FSx](https://youtype.github.io/types_boto3_docs/types_boto3_fsx/) service.
2079
+ - `types-boto3[gamelift]` - Type annotations for
2080
+ [GameLift](https://youtype.github.io/types_boto3_docs/types_boto3_gamelift/)
2081
+ service.
2082
+ - `types-boto3[geo-maps]` - Type annotations for
2083
+ [LocationServiceMapsV2](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/)
2084
+ service.
2085
+ - `types-boto3[geo-places]` - Type annotations for
2086
+ [LocationServicePlacesV2](https://youtype.github.io/types_boto3_docs/types_boto3_geo_places/)
2087
+ service.
2088
+ - `types-boto3[geo-routes]` - Type annotations for
2089
+ [LocationServiceRoutesV2](https://youtype.github.io/types_boto3_docs/types_boto3_geo_routes/)
2090
+ service.
2091
+ - `types-boto3[glacier]` - Type annotations for
2092
+ [Glacier](https://youtype.github.io/types_boto3_docs/types_boto3_glacier/)
2093
+ service.
2094
+ - `types-boto3[globalaccelerator]` - Type annotations for
2095
+ [GlobalAccelerator](https://youtype.github.io/types_boto3_docs/types_boto3_globalaccelerator/)
2096
+ service.
2097
+ - `types-boto3[glue]` - Type annotations for
2098
+ [Glue](https://youtype.github.io/types_boto3_docs/types_boto3_glue/) service.
2099
+ - `types-boto3[grafana]` - Type annotations for
2100
+ [ManagedGrafana](https://youtype.github.io/types_boto3_docs/types_boto3_grafana/)
2101
+ service.
2102
+ - `types-boto3[greengrass]` - Type annotations for
2103
+ [Greengrass](https://youtype.github.io/types_boto3_docs/types_boto3_greengrass/)
2104
+ service.
2105
+ - `types-boto3[greengrassv2]` - Type annotations for
2106
+ [GreengrassV2](https://youtype.github.io/types_boto3_docs/types_boto3_greengrassv2/)
2107
+ service.
2108
+ - `types-boto3[groundstation]` - Type annotations for
2109
+ [GroundStation](https://youtype.github.io/types_boto3_docs/types_boto3_groundstation/)
2110
+ service.
2111
+ - `types-boto3[guardduty]` - Type annotations for
2112
+ [GuardDuty](https://youtype.github.io/types_boto3_docs/types_boto3_guardduty/)
2113
+ service.
2114
+ - `types-boto3[health]` - Type annotations for
2115
+ [Health](https://youtype.github.io/types_boto3_docs/types_boto3_health/)
2116
+ service.
2117
+ - `types-boto3[healthlake]` - Type annotations for
2118
+ [HealthLake](https://youtype.github.io/types_boto3_docs/types_boto3_healthlake/)
2119
+ service.
2120
+ - `types-boto3[iam]` - Type annotations for
2121
+ [IAM](https://youtype.github.io/types_boto3_docs/types_boto3_iam/) service.
2122
+ - `types-boto3[identitystore]` - Type annotations for
2123
+ [IdentityStore](https://youtype.github.io/types_boto3_docs/types_boto3_identitystore/)
2124
+ service.
2125
+ - `types-boto3[imagebuilder]` - Type annotations for
2126
+ [Imagebuilder](https://youtype.github.io/types_boto3_docs/types_boto3_imagebuilder/)
2127
+ service.
2128
+ - `types-boto3[importexport]` - Type annotations for
2129
+ [ImportExport](https://youtype.github.io/types_boto3_docs/types_boto3_importexport/)
2130
+ service.
2131
+ - `types-boto3[inspector]` - Type annotations for
2132
+ [Inspector](https://youtype.github.io/types_boto3_docs/types_boto3_inspector/)
2133
+ service.
2134
+ - `types-boto3[inspector-scan]` - Type annotations for
2135
+ [Inspectorscan](https://youtype.github.io/types_boto3_docs/types_boto3_inspector_scan/)
2136
+ service.
2137
+ - `types-boto3[inspector2]` - Type annotations for
2138
+ [Inspector2](https://youtype.github.io/types_boto3_docs/types_boto3_inspector2/)
2139
+ service.
2140
+ - `types-boto3[internetmonitor]` - Type annotations for
2141
+ [CloudWatchInternetMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_internetmonitor/)
2142
+ service.
2143
+ - `types-boto3[iot]` - Type annotations for
2144
+ [IoT](https://youtype.github.io/types_boto3_docs/types_boto3_iot/) service.
2145
+ - `types-boto3[iot-data]` - Type annotations for
2146
+ [IoTDataPlane](https://youtype.github.io/types_boto3_docs/types_boto3_iot_data/)
2147
+ service.
2148
+ - `types-boto3[iot-jobs-data]` - Type annotations for
2149
+ [IoTJobsDataPlane](https://youtype.github.io/types_boto3_docs/types_boto3_iot_jobs_data/)
2150
+ service.
2151
+ - `types-boto3[iot1click-devices]` - Type annotations for
2152
+ [IoT1ClickDevicesService](https://youtype.github.io/types_boto3_docs/types_boto3_iot1click_devices/)
2153
+ service.
2154
+ - `types-boto3[iot1click-projects]` - Type annotations for
2155
+ [IoT1ClickProjects](https://youtype.github.io/types_boto3_docs/types_boto3_iot1click_projects/)
2156
+ service.
2157
+ - `types-boto3[iotanalytics]` - Type annotations for
2158
+ [IoTAnalytics](https://youtype.github.io/types_boto3_docs/types_boto3_iotanalytics/)
2159
+ service.
2160
+ - `types-boto3[iotdeviceadvisor]` - Type annotations for
2161
+ [IoTDeviceAdvisor](https://youtype.github.io/types_boto3_docs/types_boto3_iotdeviceadvisor/)
2162
+ service.
2163
+ - `types-boto3[iotevents]` - Type annotations for
2164
+ [IoTEvents](https://youtype.github.io/types_boto3_docs/types_boto3_iotevents/)
2165
+ service.
2166
+ - `types-boto3[iotevents-data]` - Type annotations for
2167
+ [IoTEventsData](https://youtype.github.io/types_boto3_docs/types_boto3_iotevents_data/)
2168
+ service.
2169
+ - `types-boto3[iotfleethub]` - Type annotations for
2170
+ [IoTFleetHub](https://youtype.github.io/types_boto3_docs/types_boto3_iotfleethub/)
2171
+ service.
2172
+ - `types-boto3[iotfleetwise]` - Type annotations for
2173
+ [IoTFleetWise](https://youtype.github.io/types_boto3_docs/types_boto3_iotfleetwise/)
2174
+ service.
2175
+ - `types-boto3[iotsecuretunneling]` - Type annotations for
2176
+ [IoTSecureTunneling](https://youtype.github.io/types_boto3_docs/types_boto3_iotsecuretunneling/)
2177
+ service.
2178
+ - `types-boto3[iotsitewise]` - Type annotations for
2179
+ [IoTSiteWise](https://youtype.github.io/types_boto3_docs/types_boto3_iotsitewise/)
2180
+ service.
2181
+ - `types-boto3[iotthingsgraph]` - Type annotations for
2182
+ [IoTThingsGraph](https://youtype.github.io/types_boto3_docs/types_boto3_iotthingsgraph/)
2183
+ service.
2184
+ - `types-boto3[iottwinmaker]` - Type annotations for
2185
+ [IoTTwinMaker](https://youtype.github.io/types_boto3_docs/types_boto3_iottwinmaker/)
2186
+ service.
2187
+ - `types-boto3[iotwireless]` - Type annotations for
2188
+ [IoTWireless](https://youtype.github.io/types_boto3_docs/types_boto3_iotwireless/)
2189
+ service.
2190
+ - `types-boto3[ivs]` - Type annotations for
2191
+ [IVS](https://youtype.github.io/types_boto3_docs/types_boto3_ivs/) service.
2192
+ - `types-boto3[ivs-realtime]` - Type annotations for
2193
+ [Ivsrealtime](https://youtype.github.io/types_boto3_docs/types_boto3_ivs_realtime/)
2194
+ service.
2195
+ - `types-boto3[ivschat]` - Type annotations for
2196
+ [Ivschat](https://youtype.github.io/types_boto3_docs/types_boto3_ivschat/)
2197
+ service.
2198
+ - `types-boto3[kafka]` - Type annotations for
2199
+ [Kafka](https://youtype.github.io/types_boto3_docs/types_boto3_kafka/)
2200
+ service.
2201
+ - `types-boto3[kafkaconnect]` - Type annotations for
2202
+ [KafkaConnect](https://youtype.github.io/types_boto3_docs/types_boto3_kafkaconnect/)
2203
+ service.
2204
+ - `types-boto3[kendra]` - Type annotations for
2205
+ [Kendra](https://youtype.github.io/types_boto3_docs/types_boto3_kendra/)
2206
+ service.
2207
+ - `types-boto3[kendra-ranking]` - Type annotations for
2208
+ [KendraRanking](https://youtype.github.io/types_boto3_docs/types_boto3_kendra_ranking/)
2209
+ service.
2210
+ - `types-boto3[keyspaces]` - Type annotations for
2211
+ [Keyspaces](https://youtype.github.io/types_boto3_docs/types_boto3_keyspaces/)
2212
+ service.
2213
+ - `types-boto3[kinesis]` - Type annotations for
2214
+ [Kinesis](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/)
2215
+ service.
2216
+ - `types-boto3[kinesis-video-archived-media]` - Type annotations for
2217
+ [KinesisVideoArchivedMedia](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis_video_archived_media/)
2218
+ service.
2219
+ - `types-boto3[kinesis-video-media]` - Type annotations for
2220
+ [KinesisVideoMedia](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis_video_media/)
2221
+ service.
2222
+ - `types-boto3[kinesis-video-signaling]` - Type annotations for
2223
+ [KinesisVideoSignalingChannels](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis_video_signaling/)
2224
+ service.
2225
+ - `types-boto3[kinesis-video-webrtc-storage]` - Type annotations for
2226
+ [KinesisVideoWebRTCStorage](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis_video_webrtc_storage/)
2227
+ service.
2228
+ - `types-boto3[kinesisanalytics]` - Type annotations for
2229
+ [KinesisAnalytics](https://youtype.github.io/types_boto3_docs/types_boto3_kinesisanalytics/)
2230
+ service.
2231
+ - `types-boto3[kinesisanalyticsv2]` - Type annotations for
2232
+ [KinesisAnalyticsV2](https://youtype.github.io/types_boto3_docs/types_boto3_kinesisanalyticsv2/)
2233
+ service.
2234
+ - `types-boto3[kinesisvideo]` - Type annotations for
2235
+ [KinesisVideo](https://youtype.github.io/types_boto3_docs/types_boto3_kinesisvideo/)
2236
+ service.
2237
+ - `types-boto3[kms]` - Type annotations for
2238
+ [KMS](https://youtype.github.io/types_boto3_docs/types_boto3_kms/) service.
2239
+ - `types-boto3[lakeformation]` - Type annotations for
2240
+ [LakeFormation](https://youtype.github.io/types_boto3_docs/types_boto3_lakeformation/)
2241
+ service.
2242
+ - `types-boto3[lambda]` - Type annotations for
2243
+ [Lambda](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/)
2244
+ service.
2245
+ - `types-boto3[launch-wizard]` - Type annotations for
2246
+ [LaunchWizard](https://youtype.github.io/types_boto3_docs/types_boto3_launch_wizard/)
2247
+ service.
2248
+ - `types-boto3[lex-models]` - Type annotations for
2249
+ [LexModelBuildingService](https://youtype.github.io/types_boto3_docs/types_boto3_lex_models/)
2250
+ service.
2251
+ - `types-boto3[lex-runtime]` - Type annotations for
2252
+ [LexRuntimeService](https://youtype.github.io/types_boto3_docs/types_boto3_lex_runtime/)
2253
+ service.
2254
+ - `types-boto3[lexv2-models]` - Type annotations for
2255
+ [LexModelsV2](https://youtype.github.io/types_boto3_docs/types_boto3_lexv2_models/)
2256
+ service.
2257
+ - `types-boto3[lexv2-runtime]` - Type annotations for
2258
+ [LexRuntimeV2](https://youtype.github.io/types_boto3_docs/types_boto3_lexv2_runtime/)
2259
+ service.
2260
+ - `types-boto3[license-manager]` - Type annotations for
2261
+ [LicenseManager](https://youtype.github.io/types_boto3_docs/types_boto3_license_manager/)
2262
+ service.
2263
+ - `types-boto3[license-manager-linux-subscriptions]` - Type annotations for
2264
+ [LicenseManagerLinuxSubscriptions](https://youtype.github.io/types_boto3_docs/types_boto3_license_manager_linux_subscriptions/)
2265
+ service.
2266
+ - `types-boto3[license-manager-user-subscriptions]` - Type annotations for
2267
+ [LicenseManagerUserSubscriptions](https://youtype.github.io/types_boto3_docs/types_boto3_license_manager_user_subscriptions/)
2268
+ service.
2269
+ - `types-boto3[lightsail]` - Type annotations for
2270
+ [Lightsail](https://youtype.github.io/types_boto3_docs/types_boto3_lightsail/)
2271
+ service.
2272
+ - `types-boto3[location]` - Type annotations for
2273
+ [LocationService](https://youtype.github.io/types_boto3_docs/types_boto3_location/)
2274
+ service.
2275
+ - `types-boto3[logs]` - Type annotations for
2276
+ [CloudWatchLogs](https://youtype.github.io/types_boto3_docs/types_boto3_logs/)
2277
+ service.
2278
+ - `types-boto3[lookoutequipment]` - Type annotations for
2279
+ [LookoutEquipment](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutequipment/)
2280
+ service.
2281
+ - `types-boto3[lookoutmetrics]` - Type annotations for
2282
+ [LookoutMetrics](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutmetrics/)
2283
+ service.
2284
+ - `types-boto3[lookoutvision]` - Type annotations for
2285
+ [LookoutforVision](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutvision/)
2286
+ service.
2287
+ - `types-boto3[m2]` - Type annotations for
2288
+ [MainframeModernization](https://youtype.github.io/types_boto3_docs/types_boto3_m2/)
2289
+ service.
2290
+ - `types-boto3[machinelearning]` - Type annotations for
2291
+ [MachineLearning](https://youtype.github.io/types_boto3_docs/types_boto3_machinelearning/)
2292
+ service.
2293
+ - `types-boto3[macie2]` - Type annotations for
2294
+ [Macie2](https://youtype.github.io/types_boto3_docs/types_boto3_macie2/)
2295
+ service.
2296
+ - `types-boto3[mailmanager]` - Type annotations for
2297
+ [MailManager](https://youtype.github.io/types_boto3_docs/types_boto3_mailmanager/)
2298
+ service.
2299
+ - `types-boto3[managedblockchain]` - Type annotations for
2300
+ [ManagedBlockchain](https://youtype.github.io/types_boto3_docs/types_boto3_managedblockchain/)
2301
+ service.
2302
+ - `types-boto3[managedblockchain-query]` - Type annotations for
2303
+ [ManagedBlockchainQuery](https://youtype.github.io/types_boto3_docs/types_boto3_managedblockchain_query/)
2304
+ service.
2305
+ - `types-boto3[marketplace-agreement]` - Type annotations for
2306
+ [AgreementService](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_agreement/)
2307
+ service.
2308
+ - `types-boto3[marketplace-catalog]` - Type annotations for
2309
+ [MarketplaceCatalog](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_catalog/)
2310
+ service.
2311
+ - `types-boto3[marketplace-deployment]` - Type annotations for
2312
+ [MarketplaceDeploymentService](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_deployment/)
2313
+ service.
2314
+ - `types-boto3[marketplace-entitlement]` - Type annotations for
2315
+ [MarketplaceEntitlementService](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_entitlement/)
2316
+ service.
2317
+ - `types-boto3[marketplace-reporting]` - Type annotations for
2318
+ [MarketplaceReportingService](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_reporting/)
2319
+ service.
2320
+ - `types-boto3[marketplacecommerceanalytics]` - Type annotations for
2321
+ [MarketplaceCommerceAnalytics](https://youtype.github.io/types_boto3_docs/types_boto3_marketplacecommerceanalytics/)
2322
+ service.
2323
+ - `types-boto3[mediaconnect]` - Type annotations for
2324
+ [MediaConnect](https://youtype.github.io/types_boto3_docs/types_boto3_mediaconnect/)
2325
+ service.
2326
+ - `types-boto3[mediaconvert]` - Type annotations for
2327
+ [MediaConvert](https://youtype.github.io/types_boto3_docs/types_boto3_mediaconvert/)
2328
+ service.
2329
+ - `types-boto3[medialive]` - Type annotations for
2330
+ [MediaLive](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/)
2331
+ service.
2332
+ - `types-boto3[mediapackage]` - Type annotations for
2333
+ [MediaPackage](https://youtype.github.io/types_boto3_docs/types_boto3_mediapackage/)
2334
+ service.
2335
+ - `types-boto3[mediapackage-vod]` - Type annotations for
2336
+ [MediaPackageVod](https://youtype.github.io/types_boto3_docs/types_boto3_mediapackage_vod/)
2337
+ service.
2338
+ - `types-boto3[mediapackagev2]` - Type annotations for
2339
+ [Mediapackagev2](https://youtype.github.io/types_boto3_docs/types_boto3_mediapackagev2/)
2340
+ service.
2341
+ - `types-boto3[mediastore]` - Type annotations for
2342
+ [MediaStore](https://youtype.github.io/types_boto3_docs/types_boto3_mediastore/)
2343
+ service.
2344
+ - `types-boto3[mediastore-data]` - Type annotations for
2345
+ [MediaStoreData](https://youtype.github.io/types_boto3_docs/types_boto3_mediastore_data/)
2346
+ service.
2347
+ - `types-boto3[mediatailor]` - Type annotations for
2348
+ [MediaTailor](https://youtype.github.io/types_boto3_docs/types_boto3_mediatailor/)
2349
+ service.
2350
+ - `types-boto3[medical-imaging]` - Type annotations for
2351
+ [HealthImaging](https://youtype.github.io/types_boto3_docs/types_boto3_medical_imaging/)
2352
+ service.
2353
+ - `types-boto3[memorydb]` - Type annotations for
2354
+ [MemoryDB](https://youtype.github.io/types_boto3_docs/types_boto3_memorydb/)
2355
+ service.
2356
+ - `types-boto3[meteringmarketplace]` - Type annotations for
2357
+ [MarketplaceMetering](https://youtype.github.io/types_boto3_docs/types_boto3_meteringmarketplace/)
2358
+ service.
2359
+ - `types-boto3[mgh]` - Type annotations for
2360
+ [MigrationHub](https://youtype.github.io/types_boto3_docs/types_boto3_mgh/)
2361
+ service.
2362
+ - `types-boto3[mgn]` - Type annotations for
2363
+ [Mgn](https://youtype.github.io/types_boto3_docs/types_boto3_mgn/) service.
2364
+ - `types-boto3[migration-hub-refactor-spaces]` - Type annotations for
2365
+ [MigrationHubRefactorSpaces](https://youtype.github.io/types_boto3_docs/types_boto3_migration_hub_refactor_spaces/)
2366
+ service.
2367
+ - `types-boto3[migrationhub-config]` - Type annotations for
2368
+ [MigrationHubConfig](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhub_config/)
2369
+ service.
2370
+ - `types-boto3[migrationhuborchestrator]` - Type annotations for
2371
+ [MigrationHubOrchestrator](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhuborchestrator/)
2372
+ service.
2373
+ - `types-boto3[migrationhubstrategy]` - Type annotations for
2374
+ [MigrationHubStrategyRecommendations](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhubstrategy/)
2375
+ service.
2376
+ - `types-boto3[mq]` - Type annotations for
2377
+ [MQ](https://youtype.github.io/types_boto3_docs/types_boto3_mq/) service.
2378
+ - `types-boto3[mturk]` - Type annotations for
2379
+ [MTurk](https://youtype.github.io/types_boto3_docs/types_boto3_mturk/)
2380
+ service.
2381
+ - `types-boto3[mwaa]` - Type annotations for
2382
+ [MWAA](https://youtype.github.io/types_boto3_docs/types_boto3_mwaa/) service.
2383
+ - `types-boto3[neptune]` - Type annotations for
2384
+ [Neptune](https://youtype.github.io/types_boto3_docs/types_boto3_neptune/)
2385
+ service.
2386
+ - `types-boto3[neptune-graph]` - Type annotations for
2387
+ [NeptuneGraph](https://youtype.github.io/types_boto3_docs/types_boto3_neptune_graph/)
2388
+ service.
2389
+ - `types-boto3[neptunedata]` - Type annotations for
2390
+ [NeptuneData](https://youtype.github.io/types_boto3_docs/types_boto3_neptunedata/)
2391
+ service.
2392
+ - `types-boto3[network-firewall]` - Type annotations for
2393
+ [NetworkFirewall](https://youtype.github.io/types_boto3_docs/types_boto3_network_firewall/)
2394
+ service.
2395
+ - `types-boto3[networkmanager]` - Type annotations for
2396
+ [NetworkManager](https://youtype.github.io/types_boto3_docs/types_boto3_networkmanager/)
2397
+ service.
2398
+ - `types-boto3[networkmonitor]` - Type annotations for
2399
+ [CloudWatchNetworkMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_networkmonitor/)
2400
+ service.
2401
+ - `types-boto3[notifications]` - Type annotations for
2402
+ [UserNotifications](https://youtype.github.io/types_boto3_docs/types_boto3_notifications/)
2403
+ service.
2404
+ - `types-boto3[notificationscontacts]` - Type annotations for
2405
+ [UserNotificationsContacts](https://youtype.github.io/types_boto3_docs/types_boto3_notificationscontacts/)
2406
+ service.
2407
+ - `types-boto3[oam]` - Type annotations for
2408
+ [CloudWatchObservabilityAccessManager](https://youtype.github.io/types_boto3_docs/types_boto3_oam/)
2409
+ service.
2410
+ - `types-boto3[observabilityadmin]` - Type annotations for
2411
+ [CloudWatchObservabilityAdminService](https://youtype.github.io/types_boto3_docs/types_boto3_observabilityadmin/)
2412
+ service.
2413
+ - `types-boto3[omics]` - Type annotations for
2414
+ [Omics](https://youtype.github.io/types_boto3_docs/types_boto3_omics/)
2415
+ service.
2416
+ - `types-boto3[opensearch]` - Type annotations for
2417
+ [OpenSearchService](https://youtype.github.io/types_boto3_docs/types_boto3_opensearch/)
2418
+ service.
2419
+ - `types-boto3[opensearchserverless]` - Type annotations for
2420
+ [OpenSearchServiceServerless](https://youtype.github.io/types_boto3_docs/types_boto3_opensearchserverless/)
2421
+ service.
2422
+ - `types-boto3[opsworks]` - Type annotations for
2423
+ [OpsWorks](https://youtype.github.io/types_boto3_docs/types_boto3_opsworks/)
2424
+ service.
2425
+ - `types-boto3[opsworkscm]` - Type annotations for
2426
+ [OpsWorksCM](https://youtype.github.io/types_boto3_docs/types_boto3_opsworkscm/)
2427
+ service.
2428
+ - `types-boto3[organizations]` - Type annotations for
2429
+ [Organizations](https://youtype.github.io/types_boto3_docs/types_boto3_organizations/)
2430
+ service.
2431
+ - `types-boto3[osis]` - Type annotations for
2432
+ [OpenSearchIngestion](https://youtype.github.io/types_boto3_docs/types_boto3_osis/)
2433
+ service.
2434
+ - `types-boto3[outposts]` - Type annotations for
2435
+ [Outposts](https://youtype.github.io/types_boto3_docs/types_boto3_outposts/)
2436
+ service.
2437
+ - `types-boto3[panorama]` - Type annotations for
2438
+ [Panorama](https://youtype.github.io/types_boto3_docs/types_boto3_panorama/)
2439
+ service.
2440
+ - `types-boto3[partnercentral-selling]` - Type annotations for
2441
+ [PartnerCentralSellingAPI](https://youtype.github.io/types_boto3_docs/types_boto3_partnercentral_selling/)
2442
+ service.
2443
+ - `types-boto3[payment-cryptography]` - Type annotations for
2444
+ [PaymentCryptographyControlPlane](https://youtype.github.io/types_boto3_docs/types_boto3_payment_cryptography/)
2445
+ service.
2446
+ - `types-boto3[payment-cryptography-data]` - Type annotations for
2447
+ [PaymentCryptographyDataPlane](https://youtype.github.io/types_boto3_docs/types_boto3_payment_cryptography_data/)
2448
+ service.
2449
+ - `types-boto3[pca-connector-ad]` - Type annotations for
2450
+ [PcaConnectorAd](https://youtype.github.io/types_boto3_docs/types_boto3_pca_connector_ad/)
2451
+ service.
2452
+ - `types-boto3[pca-connector-scep]` - Type annotations for
2453
+ [PrivateCAConnectorforSCEP](https://youtype.github.io/types_boto3_docs/types_boto3_pca_connector_scep/)
2454
+ service.
2455
+ - `types-boto3[pcs]` - Type annotations for
2456
+ [ParallelComputingService](https://youtype.github.io/types_boto3_docs/types_boto3_pcs/)
2457
+ service.
2458
+ - `types-boto3[personalize]` - Type annotations for
2459
+ [Personalize](https://youtype.github.io/types_boto3_docs/types_boto3_personalize/)
2460
+ service.
2461
+ - `types-boto3[personalize-events]` - Type annotations for
2462
+ [PersonalizeEvents](https://youtype.github.io/types_boto3_docs/types_boto3_personalize_events/)
2463
+ service.
2464
+ - `types-boto3[personalize-runtime]` - Type annotations for
2465
+ [PersonalizeRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_personalize_runtime/)
2466
+ service.
2467
+ - `types-boto3[pi]` - Type annotations for
2468
+ [PI](https://youtype.github.io/types_boto3_docs/types_boto3_pi/) service.
2469
+ - `types-boto3[pinpoint]` - Type annotations for
2470
+ [Pinpoint](https://youtype.github.io/types_boto3_docs/types_boto3_pinpoint/)
2471
+ service.
2472
+ - `types-boto3[pinpoint-email]` - Type annotations for
2473
+ [PinpointEmail](https://youtype.github.io/types_boto3_docs/types_boto3_pinpoint_email/)
2474
+ service.
2475
+ - `types-boto3[pinpoint-sms-voice]` - Type annotations for
2476
+ [PinpointSMSVoice](https://youtype.github.io/types_boto3_docs/types_boto3_pinpoint_sms_voice/)
2477
+ service.
2478
+ - `types-boto3[pinpoint-sms-voice-v2]` - Type annotations for
2479
+ [PinpointSMSVoiceV2](https://youtype.github.io/types_boto3_docs/types_boto3_pinpoint_sms_voice_v2/)
2480
+ service.
2481
+ - `types-boto3[pipes]` - Type annotations for
2482
+ [EventBridgePipes](https://youtype.github.io/types_boto3_docs/types_boto3_pipes/)
2483
+ service.
2484
+ - `types-boto3[polly]` - Type annotations for
2485
+ [Polly](https://youtype.github.io/types_boto3_docs/types_boto3_polly/)
2486
+ service.
2487
+ - `types-boto3[pricing]` - Type annotations for
2488
+ [Pricing](https://youtype.github.io/types_boto3_docs/types_boto3_pricing/)
2489
+ service.
2490
+ - `types-boto3[privatenetworks]` - Type annotations for
2491
+ [Private5G](https://youtype.github.io/types_boto3_docs/types_boto3_privatenetworks/)
2492
+ service.
2493
+ - `types-boto3[proton]` - Type annotations for
2494
+ [Proton](https://youtype.github.io/types_boto3_docs/types_boto3_proton/)
2495
+ service.
2496
+ - `types-boto3[qapps]` - Type annotations for
2497
+ [QApps](https://youtype.github.io/types_boto3_docs/types_boto3_qapps/)
2498
+ service.
2499
+ - `types-boto3[qbusiness]` - Type annotations for
2500
+ [QBusiness](https://youtype.github.io/types_boto3_docs/types_boto3_qbusiness/)
2501
+ service.
2502
+ - `types-boto3[qconnect]` - Type annotations for
2503
+ [QConnect](https://youtype.github.io/types_boto3_docs/types_boto3_qconnect/)
2504
+ service.
2505
+ - `types-boto3[qldb]` - Type annotations for
2506
+ [QLDB](https://youtype.github.io/types_boto3_docs/types_boto3_qldb/) service.
2507
+ - `types-boto3[qldb-session]` - Type annotations for
2508
+ [QLDBSession](https://youtype.github.io/types_boto3_docs/types_boto3_qldb_session/)
2509
+ service.
2510
+ - `types-boto3[quicksight]` - Type annotations for
2511
+ [QuickSight](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/)
2512
+ service.
2513
+ - `types-boto3[ram]` - Type annotations for
2514
+ [RAM](https://youtype.github.io/types_boto3_docs/types_boto3_ram/) service.
2515
+ - `types-boto3[rbin]` - Type annotations for
2516
+ [RecycleBin](https://youtype.github.io/types_boto3_docs/types_boto3_rbin/)
2517
+ service.
2518
+ - `types-boto3[rds]` - Type annotations for
2519
+ [RDS](https://youtype.github.io/types_boto3_docs/types_boto3_rds/) service.
2520
+ - `types-boto3[rds-data]` - Type annotations for
2521
+ [RDSDataService](https://youtype.github.io/types_boto3_docs/types_boto3_rds_data/)
2522
+ service.
2523
+ - `types-boto3[redshift]` - Type annotations for
2524
+ [Redshift](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/)
2525
+ service.
2526
+ - `types-boto3[redshift-data]` - Type annotations for
2527
+ [RedshiftDataAPIService](https://youtype.github.io/types_boto3_docs/types_boto3_redshift_data/)
2528
+ service.
2529
+ - `types-boto3[redshift-serverless]` - Type annotations for
2530
+ [RedshiftServerless](https://youtype.github.io/types_boto3_docs/types_boto3_redshift_serverless/)
2531
+ service.
2532
+ - `types-boto3[rekognition]` - Type annotations for
2533
+ [Rekognition](https://youtype.github.io/types_boto3_docs/types_boto3_rekognition/)
2534
+ service.
2535
+ - `types-boto3[repostspace]` - Type annotations for
2536
+ [RePostPrivate](https://youtype.github.io/types_boto3_docs/types_boto3_repostspace/)
2537
+ service.
2538
+ - `types-boto3[resiliencehub]` - Type annotations for
2539
+ [ResilienceHub](https://youtype.github.io/types_boto3_docs/types_boto3_resiliencehub/)
2540
+ service.
2541
+ - `types-boto3[resource-explorer-2]` - Type annotations for
2542
+ [ResourceExplorer](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/)
2543
+ service.
2544
+ - `types-boto3[resource-groups]` - Type annotations for
2545
+ [ResourceGroups](https://youtype.github.io/types_boto3_docs/types_boto3_resource_groups/)
2546
+ service.
2547
+ - `types-boto3[resourcegroupstaggingapi]` - Type annotations for
2548
+ [ResourceGroupsTaggingAPI](https://youtype.github.io/types_boto3_docs/types_boto3_resourcegroupstaggingapi/)
2549
+ service.
2550
+ - `types-boto3[robomaker]` - Type annotations for
2551
+ [RoboMaker](https://youtype.github.io/types_boto3_docs/types_boto3_robomaker/)
2552
+ service.
2553
+ - `types-boto3[rolesanywhere]` - Type annotations for
2554
+ [IAMRolesAnywhere](https://youtype.github.io/types_boto3_docs/types_boto3_rolesanywhere/)
2555
+ service.
2556
+ - `types-boto3[route53]` - Type annotations for
2557
+ [Route53](https://youtype.github.io/types_boto3_docs/types_boto3_route53/)
2558
+ service.
2559
+ - `types-boto3[route53-recovery-cluster]` - Type annotations for
2560
+ [Route53RecoveryCluster](https://youtype.github.io/types_boto3_docs/types_boto3_route53_recovery_cluster/)
2561
+ service.
2562
+ - `types-boto3[route53-recovery-control-config]` - Type annotations for
2563
+ [Route53RecoveryControlConfig](https://youtype.github.io/types_boto3_docs/types_boto3_route53_recovery_control_config/)
2564
+ service.
2565
+ - `types-boto3[route53-recovery-readiness]` - Type annotations for
2566
+ [Route53RecoveryReadiness](https://youtype.github.io/types_boto3_docs/types_boto3_route53_recovery_readiness/)
2567
+ service.
2568
+ - `types-boto3[route53domains]` - Type annotations for
2569
+ [Route53Domains](https://youtype.github.io/types_boto3_docs/types_boto3_route53domains/)
2570
+ service.
2571
+ - `types-boto3[route53profiles]` - Type annotations for
2572
+ [Route53Profiles](https://youtype.github.io/types_boto3_docs/types_boto3_route53profiles/)
2573
+ service.
2574
+ - `types-boto3[route53resolver]` - Type annotations for
2575
+ [Route53Resolver](https://youtype.github.io/types_boto3_docs/types_boto3_route53resolver/)
2576
+ service.
2577
+ - `types-boto3[rum]` - Type annotations for
2578
+ [CloudWatchRUM](https://youtype.github.io/types_boto3_docs/types_boto3_rum/)
2579
+ service.
2580
+ - `types-boto3[s3]` - Type annotations for
2581
+ [S3](https://youtype.github.io/types_boto3_docs/types_boto3_s3/) service.
2582
+ - `types-boto3[s3control]` - Type annotations for
2583
+ [S3Control](https://youtype.github.io/types_boto3_docs/types_boto3_s3control/)
2584
+ service.
2585
+ - `types-boto3[s3outposts]` - Type annotations for
2586
+ [S3Outposts](https://youtype.github.io/types_boto3_docs/types_boto3_s3outposts/)
2587
+ service.
2588
+ - `types-boto3[sagemaker]` - Type annotations for
2589
+ [SageMaker](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker/)
2590
+ service.
2591
+ - `types-boto3[sagemaker-a2i-runtime]` - Type annotations for
2592
+ [AugmentedAIRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_a2i_runtime/)
2593
+ service.
2594
+ - `types-boto3[sagemaker-edge]` - Type annotations for
2595
+ [SagemakerEdgeManager](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_edge/)
2596
+ service.
2597
+ - `types-boto3[sagemaker-featurestore-runtime]` - Type annotations for
2598
+ [SageMakerFeatureStoreRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_featurestore_runtime/)
2599
+ service.
2600
+ - `types-boto3[sagemaker-geospatial]` - Type annotations for
2601
+ [SageMakergeospatialcapabilities](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_geospatial/)
2602
+ service.
2603
+ - `types-boto3[sagemaker-metrics]` - Type annotations for
2604
+ [SageMakerMetrics](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_metrics/)
2605
+ service.
2606
+ - `types-boto3[sagemaker-runtime]` - Type annotations for
2607
+ [SageMakerRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_runtime/)
2608
+ service.
2609
+ - `types-boto3[savingsplans]` - Type annotations for
2610
+ [SavingsPlans](https://youtype.github.io/types_boto3_docs/types_boto3_savingsplans/)
2611
+ service.
2612
+ - `types-boto3[scheduler]` - Type annotations for
2613
+ [EventBridgeScheduler](https://youtype.github.io/types_boto3_docs/types_boto3_scheduler/)
2614
+ service.
2615
+ - `types-boto3[schemas]` - Type annotations for
2616
+ [Schemas](https://youtype.github.io/types_boto3_docs/types_boto3_schemas/)
2617
+ service.
2618
+ - `types-boto3[sdb]` - Type annotations for
2619
+ [SimpleDB](https://youtype.github.io/types_boto3_docs/types_boto3_sdb/)
2620
+ service.
2621
+ - `types-boto3[secretsmanager]` - Type annotations for
2622
+ [SecretsManager](https://youtype.github.io/types_boto3_docs/types_boto3_secretsmanager/)
2623
+ service.
2624
+ - `types-boto3[securityhub]` - Type annotations for
2625
+ [SecurityHub](https://youtype.github.io/types_boto3_docs/types_boto3_securityhub/)
2626
+ service.
2627
+ - `types-boto3[securitylake]` - Type annotations for
2628
+ [SecurityLake](https://youtype.github.io/types_boto3_docs/types_boto3_securitylake/)
2629
+ service.
2630
+ - `types-boto3[serverlessrepo]` - Type annotations for
2631
+ [ServerlessApplicationRepository](https://youtype.github.io/types_boto3_docs/types_boto3_serverlessrepo/)
2632
+ service.
2633
+ - `types-boto3[service-quotas]` - Type annotations for
2634
+ [ServiceQuotas](https://youtype.github.io/types_boto3_docs/types_boto3_service_quotas/)
2635
+ service.
2636
+ - `types-boto3[servicecatalog]` - Type annotations for
2637
+ [ServiceCatalog](https://youtype.github.io/types_boto3_docs/types_boto3_servicecatalog/)
2638
+ service.
2639
+ - `types-boto3[servicecatalog-appregistry]` - Type annotations for
2640
+ [AppRegistry](https://youtype.github.io/types_boto3_docs/types_boto3_servicecatalog_appregistry/)
2641
+ service.
2642
+ - `types-boto3[servicediscovery]` - Type annotations for
2643
+ [ServiceDiscovery](https://youtype.github.io/types_boto3_docs/types_boto3_servicediscovery/)
2644
+ service.
2645
+ - `types-boto3[ses]` - Type annotations for
2646
+ [SES](https://youtype.github.io/types_boto3_docs/types_boto3_ses/) service.
2647
+ - `types-boto3[sesv2]` - Type annotations for
2648
+ [SESV2](https://youtype.github.io/types_boto3_docs/types_boto3_sesv2/)
2649
+ service.
2650
+ - `types-boto3[shield]` - Type annotations for
2651
+ [Shield](https://youtype.github.io/types_boto3_docs/types_boto3_shield/)
2652
+ service.
2653
+ - `types-boto3[signer]` - Type annotations for
2654
+ [Signer](https://youtype.github.io/types_boto3_docs/types_boto3_signer/)
2655
+ service.
2656
+ - `types-boto3[simspaceweaver]` - Type annotations for
2657
+ [SimSpaceWeaver](https://youtype.github.io/types_boto3_docs/types_boto3_simspaceweaver/)
2658
+ service.
2659
+ - `types-boto3[sms]` - Type annotations for
2660
+ [SMS](https://youtype.github.io/types_boto3_docs/types_boto3_sms/) service.
2661
+ - `types-boto3[sms-voice]` - Type annotations for
2662
+ [PinpointSMSVoice](https://youtype.github.io/types_boto3_docs/types_boto3_sms_voice/)
2663
+ service.
2664
+ - `types-boto3[snow-device-management]` - Type annotations for
2665
+ [SnowDeviceManagement](https://youtype.github.io/types_boto3_docs/types_boto3_snow_device_management/)
2666
+ service.
2667
+ - `types-boto3[snowball]` - Type annotations for
2668
+ [Snowball](https://youtype.github.io/types_boto3_docs/types_boto3_snowball/)
2669
+ service.
2670
+ - `types-boto3[sns]` - Type annotations for
2671
+ [SNS](https://youtype.github.io/types_boto3_docs/types_boto3_sns/) service.
2672
+ - `types-boto3[socialmessaging]` - Type annotations for
2673
+ [EndUserMessagingSocial](https://youtype.github.io/types_boto3_docs/types_boto3_socialmessaging/)
2674
+ service.
2675
+ - `types-boto3[sqs]` - Type annotations for
2676
+ [SQS](https://youtype.github.io/types_boto3_docs/types_boto3_sqs/) service.
2677
+ - `types-boto3[ssm]` - Type annotations for
2678
+ [SSM](https://youtype.github.io/types_boto3_docs/types_boto3_ssm/) service.
2679
+ - `types-boto3[ssm-contacts]` - Type annotations for
2680
+ [SSMContacts](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_contacts/)
2681
+ service.
2682
+ - `types-boto3[ssm-incidents]` - Type annotations for
2683
+ [SSMIncidents](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_incidents/)
2684
+ service.
2685
+ - `types-boto3[ssm-quicksetup]` - Type annotations for
2686
+ [SystemsManagerQuickSetup](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_quicksetup/)
2687
+ service.
2688
+ - `types-boto3[ssm-sap]` - Type annotations for
2689
+ [SsmSap](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_sap/)
2690
+ service.
2691
+ - `types-boto3[sso]` - Type annotations for
2692
+ [SSO](https://youtype.github.io/types_boto3_docs/types_boto3_sso/) service.
2693
+ - `types-boto3[sso-admin]` - Type annotations for
2694
+ [SSOAdmin](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/)
2695
+ service.
2696
+ - `types-boto3[sso-oidc]` - Type annotations for
2697
+ [SSOOIDC](https://youtype.github.io/types_boto3_docs/types_boto3_sso_oidc/)
2698
+ service.
2699
+ - `types-boto3[stepfunctions]` - Type annotations for
2700
+ [SFN](https://youtype.github.io/types_boto3_docs/types_boto3_stepfunctions/)
2701
+ service.
2702
+ - `types-boto3[storagegateway]` - Type annotations for
2703
+ [StorageGateway](https://youtype.github.io/types_boto3_docs/types_boto3_storagegateway/)
2704
+ service.
2705
+ - `types-boto3[sts]` - Type annotations for
2706
+ [STS](https://youtype.github.io/types_boto3_docs/types_boto3_sts/) service.
2707
+ - `types-boto3[supplychain]` - Type annotations for
2708
+ [SupplyChain](https://youtype.github.io/types_boto3_docs/types_boto3_supplychain/)
2709
+ service.
2710
+ - `types-boto3[support]` - Type annotations for
2711
+ [Support](https://youtype.github.io/types_boto3_docs/types_boto3_support/)
2712
+ service.
2713
+ - `types-boto3[support-app]` - Type annotations for
2714
+ [SupportApp](https://youtype.github.io/types_boto3_docs/types_boto3_support_app/)
2715
+ service.
2716
+ - `types-boto3[swf]` - Type annotations for
2717
+ [SWF](https://youtype.github.io/types_boto3_docs/types_boto3_swf/) service.
2718
+ - `types-boto3[synthetics]` - Type annotations for
2719
+ [Synthetics](https://youtype.github.io/types_boto3_docs/types_boto3_synthetics/)
2720
+ service.
2721
+ - `types-boto3[taxsettings]` - Type annotations for
2722
+ [TaxSettings](https://youtype.github.io/types_boto3_docs/types_boto3_taxsettings/)
2723
+ service.
2724
+ - `types-boto3[textract]` - Type annotations for
2725
+ [Textract](https://youtype.github.io/types_boto3_docs/types_boto3_textract/)
2726
+ service.
2727
+ - `types-boto3[timestream-influxdb]` - Type annotations for
2728
+ [TimestreamInfluxDB](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/)
2729
+ service.
2730
+ - `types-boto3[timestream-query]` - Type annotations for
2731
+ [TimestreamQuery](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_query/)
2732
+ service.
2733
+ - `types-boto3[timestream-write]` - Type annotations for
2734
+ [TimestreamWrite](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_write/)
2735
+ service.
2736
+ - `types-boto3[tnb]` - Type annotations for
2737
+ [TelcoNetworkBuilder](https://youtype.github.io/types_boto3_docs/types_boto3_tnb/)
2738
+ service.
2739
+ - `types-boto3[transcribe]` - Type annotations for
2740
+ [TranscribeService](https://youtype.github.io/types_boto3_docs/types_boto3_transcribe/)
2741
+ service.
2742
+ - `types-boto3[transfer]` - Type annotations for
2743
+ [Transfer](https://youtype.github.io/types_boto3_docs/types_boto3_transfer/)
2744
+ service.
2745
+ - `types-boto3[translate]` - Type annotations for
2746
+ [Translate](https://youtype.github.io/types_boto3_docs/types_boto3_translate/)
2747
+ service.
2748
+ - `types-boto3[trustedadvisor]` - Type annotations for
2749
+ [TrustedAdvisorPublicAPI](https://youtype.github.io/types_boto3_docs/types_boto3_trustedadvisor/)
2750
+ service.
2751
+ - `types-boto3[verifiedpermissions]` - Type annotations for
2752
+ [VerifiedPermissions](https://youtype.github.io/types_boto3_docs/types_boto3_verifiedpermissions/)
2753
+ service.
2754
+ - `types-boto3[voice-id]` - Type annotations for
2755
+ [VoiceID](https://youtype.github.io/types_boto3_docs/types_boto3_voice_id/)
2756
+ service.
2757
+ - `types-boto3[vpc-lattice]` - Type annotations for
2758
+ [VPCLattice](https://youtype.github.io/types_boto3_docs/types_boto3_vpc_lattice/)
2759
+ service.
2760
+ - `types-boto3[waf]` - Type annotations for
2761
+ [WAF](https://youtype.github.io/types_boto3_docs/types_boto3_waf/) service.
2762
+ - `types-boto3[waf-regional]` - Type annotations for
2763
+ [WAFRegional](https://youtype.github.io/types_boto3_docs/types_boto3_waf_regional/)
2764
+ service.
2765
+ - `types-boto3[wafv2]` - Type annotations for
2766
+ [WAFV2](https://youtype.github.io/types_boto3_docs/types_boto3_wafv2/)
2767
+ service.
2768
+ - `types-boto3[wellarchitected]` - Type annotations for
2769
+ [WellArchitected](https://youtype.github.io/types_boto3_docs/types_boto3_wellarchitected/)
2770
+ service.
2771
+ - `types-boto3[wisdom]` - Type annotations for
2772
+ [ConnectWisdomService](https://youtype.github.io/types_boto3_docs/types_boto3_wisdom/)
2773
+ service.
2774
+ - `types-boto3[workdocs]` - Type annotations for
2775
+ [WorkDocs](https://youtype.github.io/types_boto3_docs/types_boto3_workdocs/)
2776
+ service.
2777
+ - `types-boto3[workmail]` - Type annotations for
2778
+ [WorkMail](https://youtype.github.io/types_boto3_docs/types_boto3_workmail/)
2779
+ service.
2780
+ - `types-boto3[workmailmessageflow]` - Type annotations for
2781
+ [WorkMailMessageFlow](https://youtype.github.io/types_boto3_docs/types_boto3_workmailmessageflow/)
2782
+ service.
2783
+ - `types-boto3[workspaces]` - Type annotations for
2784
+ [WorkSpaces](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces/)
2785
+ service.
2786
+ - `types-boto3[workspaces-thin-client]` - Type annotations for
2787
+ [WorkSpacesThinClient](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_thin_client/)
2788
+ service.
2789
+ - `types-boto3[workspaces-web]` - Type annotations for
2790
+ [WorkSpacesWeb](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/)
2791
+ service.
2792
+ - `types-boto3[xray]` - Type annotations for
2793
+ [XRay](https://youtype.github.io/types_boto3_docs/types_boto3_xray/) service.