types-boto3 1.0.2__py3-none-any.whl → 1.35.99__py3-none-any.whl

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