types-boto3-lite 1.35.99__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. boto3-stubs/__init__.pyi +62 -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/__init__.pyi +0 -0
  18. boto3-stubs/dynamodb/conditions.pyi +136 -0
  19. boto3-stubs/dynamodb/table.pyi +39 -0
  20. boto3-stubs/dynamodb/transform.pyi +55 -0
  21. boto3-stubs/dynamodb/types.pyi +48 -0
  22. boto3-stubs/ec2/__init__.pyi +0 -0
  23. boto3-stubs/ec2/createtags.pyi +12 -0
  24. boto3-stubs/ec2/deletetags.pyi +12 -0
  25. boto3-stubs/exceptions.pyi +46 -0
  26. boto3-stubs/py.typed +0 -0
  27. boto3-stubs/resources/__init__.pyi +0 -0
  28. boto3-stubs/resources/action.pyi +53 -0
  29. boto3-stubs/resources/base.pyi +40 -0
  30. boto3-stubs/resources/collection.pyi +54 -0
  31. boto3-stubs/resources/factory.pyi +23 -0
  32. boto3-stubs/resources/model.pyi +123 -0
  33. boto3-stubs/resources/params.pyi +23 -0
  34. boto3-stubs/resources/response.pyi +50 -0
  35. boto3-stubs/s3/__init__.pyi +0 -0
  36. boto3-stubs/s3/constants.pyi +8 -0
  37. boto3-stubs/s3/inject.pyi +145 -0
  38. boto3-stubs/s3/transfer.pyi +90 -0
  39. boto3-stubs/session.pyi +78 -0
  40. boto3-stubs/utils.pyi +28 -0
  41. types_boto3_lite-1.35.99.dist-info/LICENSE +21 -0
  42. types_boto3_lite-1.35.99.dist-info/METADATA +2834 -0
  43. types_boto3_lite-1.35.99.dist-info/RECORD +45 -0
  44. types_boto3_lite-1.35.99.dist-info/WHEEL +5 -0
  45. types_boto3_lite-1.35.99.dist-info/top_level.txt +1 -0
@@ -0,0 +1,2834 @@
1
+ Metadata-Version: 2.2
2
+ Name: types-boto3-lite
3
+ Version: 1.35.99
4
+ Summary: Lite 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-lite"></a>
1273
+
1274
+ # types-boto3-lite
1275
+
1276
+ [![PyPI - types-boto3-lite](https://img.shields.io/pypi/v/types-boto3-lite.svg?color=blue)](https://pypi.org/project/types-boto3-lite/)
1277
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-lite.svg?color=blue)](https://pypi.org/project/types-boto3-lite/)
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-lite)](https://pypistats.org/packages/types-boto3-lite)
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 on
1295
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
1296
+ [types-boto3-lite docs](https://youtype.github.io/types_boto3_docs/).
1297
+
1298
+ See how it helps you find and fix potential bugs:
1299
+
1300
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1301
+
1302
+ - [types-boto3-lite](#types-boto3-lite)
1303
+ - [How to install](#how-to-install)
1304
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
1305
+ - [VSCode extension](#vscode-extension)
1306
+ - [From PyPI with pip](#from-pypi-with-pip)
1307
+ - [How to uninstall](#how-to-uninstall)
1308
+ - [Usage](#usage)
1309
+ - [VSCode](#vscode)
1310
+ - [PyCharm](#pycharm)
1311
+ - [Emacs](#emacs)
1312
+ - [Sublime Text](#sublime-text)
1313
+ - [Other IDEs](#other-ides)
1314
+ - [mypy](#mypy)
1315
+ - [pyright](#pyright)
1316
+ - [Pylint compatibility](#pylint-compatibility)
1317
+ - [Explicit type annotations](#explicit-type-annotations)
1318
+ - [How it works](#how-it-works)
1319
+ - [What's new](#what's-new)
1320
+ - [Implemented features](#implemented-features)
1321
+ - [Latest changes](#latest-changes)
1322
+ - [Versioning](#versioning)
1323
+ - [Thank you](#thank-you)
1324
+ - [Documentation](#documentation)
1325
+ - [Support and contributing](#support-and-contributing)
1326
+ - [Submodules](#submodules)
1327
+
1328
+ <a id="how-to-install"></a>
1329
+
1330
+ ## How to install
1331
+
1332
+ <a id="generate-locally-(recommended)"></a>
1333
+
1334
+ ### Generate locally (recommended)
1335
+
1336
+ You can generate type annotations for `boto3` package locally with
1337
+ `mypy_boto3_builder`. Use
1338
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
1339
+ isolation.
1340
+
1341
+ 1. Run mypy-boto3-builder in your package root directory:
1342
+ `uvx --with 'boto3==1.35.99' mypy_boto3_builder`
1343
+ 2. Select `boto3` AWS SDK.
1344
+ 3. Select services you use in the current project.
1345
+ 4. Use provided commands to install generated packages.
1346
+
1347
+ <a id="vscode-extension"></a>
1348
+
1349
+ ### VSCode extension
1350
+
1351
+ Add
1352
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
1353
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
1354
+
1355
+ Click `Auto-discover services` and select services you use in the current
1356
+ project.
1357
+
1358
+ <a id="from-pypi-with-pip"></a>
1359
+
1360
+ ### From PyPI with pip
1361
+
1362
+ Install `types-boto3` to add type checking for `boto3` package.
1363
+
1364
+ ```bash
1365
+ # install type annotations only for boto3
1366
+ python -m pip install types-boto3
1367
+
1368
+ # install boto3 type annotations
1369
+ # for cloudformation, dynamodb, ec2, lambda, rds, s3, sqs
1370
+ python -m pip install 'types-boto3[essential]'
1371
+
1372
+ # or install annotations for services you use
1373
+ python -m pip install 'types-boto3[acm,apigateway]'
1374
+
1375
+ # or install annotations in sync with boto3 version
1376
+ python -m pip install 'types-boto3[boto3]'
1377
+
1378
+ # or install all-in-one annotations for all services
1379
+ python -m pip install 'types-boto3[full]'
1380
+ ```
1381
+
1382
+ <a id="how-to-uninstall"></a>
1383
+
1384
+ ## How to uninstall
1385
+
1386
+ ```bash
1387
+ # uninstall types-boto3-lite
1388
+ python -m pip uninstall -y types-boto3-lite
1389
+ ```
1390
+
1391
+ <a id="usage"></a>
1392
+
1393
+ ## Usage
1394
+
1395
+ <a id="vscode"></a>
1396
+
1397
+ ### VSCode
1398
+
1399
+ - Install
1400
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
1401
+ - Install
1402
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
1403
+ - Set `Pylance` as your Python Language Server
1404
+ - Install `types-boto3-lite[essential]` in your environment:
1405
+
1406
+ ```bash
1407
+ python -m pip install 'types-boto3-lite[essential]'
1408
+ ```
1409
+
1410
+ Both type checking and code completion should now work. No explicit type
1411
+ annotations required, write your `boto3` code as usual.
1412
+
1413
+ <a id="pycharm"></a>
1414
+
1415
+ ### PyCharm
1416
+
1417
+ Install `types-boto3-lite[essential]` in your environment:
1418
+
1419
+ ```bash
1420
+ python -m pip install 'types-boto3-lite[essential]'
1421
+ ```
1422
+
1423
+ Both type checking and code completion should now work.
1424
+
1425
+ <a id="emacs"></a>
1426
+
1427
+ ### Emacs
1428
+
1429
+ - Install `types-boto3-lite` with services you use in your environment:
1430
+
1431
+ ```bash
1432
+ python -m pip install 'types-boto3-lite[essential]'
1433
+ ```
1434
+
1435
+ - Install [use-package](https://github.com/jwiegley/use-package),
1436
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
1437
+ [company](https://github.com/company-mode/company-mode) and
1438
+ [flycheck](https://github.com/flycheck/flycheck) packages
1439
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
1440
+
1441
+ ```elisp
1442
+ (use-package lsp-pyright
1443
+ :ensure t
1444
+ :hook (python-mode . (lambda ()
1445
+ (require 'lsp-pyright)
1446
+ (lsp))) ; or lsp-deferred
1447
+ :init (when (executable-find "python3")
1448
+ (setq lsp-pyright-python-executable-cmd "python3"))
1449
+ )
1450
+ ```
1451
+
1452
+ - Make sure emacs uses the environment where you have installed
1453
+ `types-boto3-lite`
1454
+
1455
+ Type checking should now work. No explicit type annotations required, write
1456
+ your `boto3` code as usual.
1457
+
1458
+ <a id="sublime-text"></a>
1459
+
1460
+ ### Sublime Text
1461
+
1462
+ - Install `types-boto3-lite[essential]` with services you use in your
1463
+ environment:
1464
+
1465
+ ```bash
1466
+ python -m pip install 'types-boto3-lite[essential]'
1467
+ ```
1468
+
1469
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
1470
+
1471
+ Type checking should now work. No explicit type annotations required, write
1472
+ your `boto3` code as usual.
1473
+
1474
+ <a id="other-ides"></a>
1475
+
1476
+ ### Other IDEs
1477
+
1478
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
1479
+ should work.
1480
+
1481
+ <a id="mypy"></a>
1482
+
1483
+ ### mypy
1484
+
1485
+ - Install `mypy`: `python -m pip install mypy`
1486
+ - Install `types-boto3-lite[essential]` in your environment:
1487
+
1488
+ ```bash
1489
+ python -m pip install 'types-boto3-lite[essential]'
1490
+ ```
1491
+
1492
+ Type checking should now work. No explicit type annotations required, write
1493
+ your `boto3` code as usual.
1494
+
1495
+ <a id="pyright"></a>
1496
+
1497
+ ### pyright
1498
+
1499
+ - Install `pyright`: `npm i -g pyright`
1500
+ - Install `types-boto3-lite[essential]` in your environment:
1501
+
1502
+ ```bash
1503
+ python -m pip install 'types-boto3-lite[essential]'
1504
+ ```
1505
+
1506
+ Optionally, you can install `types-boto3-lite` to `typings` directory.
1507
+
1508
+ Type checking should now work. No explicit type annotations required, write
1509
+ your `boto3` code as usual.
1510
+
1511
+ <a id="pylint-compatibility"></a>
1512
+
1513
+ ### Pylint compatibility
1514
+
1515
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
1516
+ `types-boto3-lite` dependency in production. However, there is an issue in
1517
+ `pylint` that it complains about undefined variables. To fix it, set all types
1518
+ to `object` in non-`TYPE_CHECKING` mode.
1519
+
1520
+ ```python
1521
+ from typing import TYPE_CHECKING
1522
+
1523
+ if TYPE_CHECKING:
1524
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
1525
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
1526
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
1527
+ else:
1528
+ EC2Client = object
1529
+ EC2ServiceResource = object
1530
+ BundleTaskCompleteWaiter = object
1531
+ DescribeVolumesPaginator = object
1532
+
1533
+ ...
1534
+ ```
1535
+
1536
+ <a id="explicit-type-annotations"></a>
1537
+
1538
+ ### Explicit type annotations
1539
+
1540
+ To speed up type checking and code completion, you can set types explicitly.
1541
+
1542
+ ```python
1543
+ import boto3
1544
+ from boto3.session import Session
1545
+
1546
+ from types_boto3_ec2.client import EC2Client
1547
+ from types_boto3_ec2.service_resource import EC2ServiceResource
1548
+ from types_boto3_ec2.waiter import BundleTaskCompleteWaiter
1549
+ from types_boto3_ec2.paginator import DescribeVolumesPaginator
1550
+
1551
+ session = Session(region_name="us-west-1")
1552
+
1553
+ ec2_client: EC2Client = boto3.client("ec2", region_name="us-west-1")
1554
+ ec2_resource: EC2ServiceResource = session.resource("ec2")
1555
+
1556
+ bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter(
1557
+ "bundle_task_complete"
1558
+ )
1559
+ describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes")
1560
+ ```
1561
+
1562
+ <a id="how-it-works"></a>
1563
+
1564
+ ## How it works
1565
+
1566
+ Fully automated
1567
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
1568
+ generates type annotations for each service, patiently waiting for `boto3`
1569
+ updates. It delivers drop-in type annotations for you and makes sure that:
1570
+
1571
+ - All available `boto3` services are covered.
1572
+ - Each public class and method of every `boto3` service gets valid type
1573
+ annotations extracted from `botocore` schemas.
1574
+ - Type annotations include up-to-date documentation.
1575
+ - Link to documentation is provided for every method.
1576
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
1577
+
1578
+ <a id="what's-new"></a>
1579
+
1580
+ ## What's new
1581
+
1582
+ <a id="implemented-features"></a>
1583
+
1584
+ ### Implemented features
1585
+
1586
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
1587
+ libraries
1588
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
1589
+ compatibility
1590
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
1591
+ annotations for each service
1592
+ - Generated `TypeDefs` for each service
1593
+ - Generated `Literals` for each service
1594
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
1595
+ - Auto discovery of types for `session.client` and `session.resource` calls
1596
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
1597
+ calls
1598
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
1599
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
1600
+
1601
+ <a id="latest-changes"></a>
1602
+
1603
+ ### Latest changes
1604
+
1605
+ Builder changelog can be found in
1606
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
1607
+
1608
+ <a id="versioning"></a>
1609
+
1610
+ ## Versioning
1611
+
1612
+ `types-boto3-lite` version is the same as related `boto3` version and follows
1613
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
1614
+
1615
+ <a id="thank-you"></a>
1616
+
1617
+ ## Thank you
1618
+
1619
+ - [Allie Fitter](https://github.com/alliefitter) for
1620
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
1621
+ this package is based on top of his work
1622
+ - [black](https://github.com/psf/black) developers for an awesome formatting
1623
+ tool
1624
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
1625
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
1626
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
1627
+ for us
1628
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
1629
+ Python
1630
+
1631
+ <a id="documentation"></a>
1632
+
1633
+ ## Documentation
1634
+
1635
+ All services type annotations can be found in
1636
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/)
1637
+
1638
+ <a id="support-and-contributing"></a>
1639
+
1640
+ ## Support and contributing
1641
+
1642
+ This package is auto-generated. Please reports any bugs or request new features
1643
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
1644
+ repository.
1645
+
1646
+ <a id="submodules"></a>
1647
+
1648
+ ## Submodules
1649
+
1650
+ - `types-boto3-lite[full]` - Type annotations for all 403 services in one
1651
+ package (recommended).
1652
+ - `types-boto3-lite[all]` - Type annotations for all 403 services in separate
1653
+ packages.
1654
+ - `types-boto3-lite[essential]` - Type annotations for
1655
+ [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/),
1656
+ [DynamoDB](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/),
1657
+ [EC2](https://youtype.github.io/types_boto3_docs/types_boto3_ec2/),
1658
+ [Lambda](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/),
1659
+ [RDS](https://youtype.github.io/types_boto3_docs/types_boto3_rds/),
1660
+ [S3](https://youtype.github.io/types_boto3_docs/types_boto3_s3/) and
1661
+ [SQS](https://youtype.github.io/types_boto3_docs/types_boto3_sqs/) services.
1662
+ - `types-boto3-lite[boto3]` - Install annotations in sync with `boto3` version.
1663
+ - `types-boto3-lite[accessanalyzer]` - Type annotations for
1664
+ [AccessAnalyzer](https://youtype.github.io/types_boto3_docs/types_boto3_accessanalyzer/)
1665
+ service.
1666
+ - `types-boto3-lite[account]` - Type annotations for
1667
+ [Account](https://youtype.github.io/types_boto3_docs/types_boto3_account/)
1668
+ service.
1669
+ - `types-boto3-lite[acm]` - Type annotations for
1670
+ [ACM](https://youtype.github.io/types_boto3_docs/types_boto3_acm/) service.
1671
+ - `types-boto3-lite[acm-pca]` - Type annotations for
1672
+ [ACMPCA](https://youtype.github.io/types_boto3_docs/types_boto3_acm_pca/)
1673
+ service.
1674
+ - `types-boto3-lite[amp]` - Type annotations for
1675
+ [PrometheusService](https://youtype.github.io/types_boto3_docs/types_boto3_amp/)
1676
+ service.
1677
+ - `types-boto3-lite[amplify]` - Type annotations for
1678
+ [Amplify](https://youtype.github.io/types_boto3_docs/types_boto3_amplify/)
1679
+ service.
1680
+ - `types-boto3-lite[amplifybackend]` - Type annotations for
1681
+ [AmplifyBackend](https://youtype.github.io/types_boto3_docs/types_boto3_amplifybackend/)
1682
+ service.
1683
+ - `types-boto3-lite[amplifyuibuilder]` - Type annotations for
1684
+ [AmplifyUIBuilder](https://youtype.github.io/types_boto3_docs/types_boto3_amplifyuibuilder/)
1685
+ service.
1686
+ - `types-boto3-lite[apigateway]` - Type annotations for
1687
+ [APIGateway](https://youtype.github.io/types_boto3_docs/types_boto3_apigateway/)
1688
+ service.
1689
+ - `types-boto3-lite[apigatewaymanagementapi]` - Type annotations for
1690
+ [ApiGatewayManagementApi](https://youtype.github.io/types_boto3_docs/types_boto3_apigatewaymanagementapi/)
1691
+ service.
1692
+ - `types-boto3-lite[apigatewayv2]` - Type annotations for
1693
+ [ApiGatewayV2](https://youtype.github.io/types_boto3_docs/types_boto3_apigatewayv2/)
1694
+ service.
1695
+ - `types-boto3-lite[appconfig]` - Type annotations for
1696
+ [AppConfig](https://youtype.github.io/types_boto3_docs/types_boto3_appconfig/)
1697
+ service.
1698
+ - `types-boto3-lite[appconfigdata]` - Type annotations for
1699
+ [AppConfigData](https://youtype.github.io/types_boto3_docs/types_boto3_appconfigdata/)
1700
+ service.
1701
+ - `types-boto3-lite[appfabric]` - Type annotations for
1702
+ [AppFabric](https://youtype.github.io/types_boto3_docs/types_boto3_appfabric/)
1703
+ service.
1704
+ - `types-boto3-lite[appflow]` - Type annotations for
1705
+ [Appflow](https://youtype.github.io/types_boto3_docs/types_boto3_appflow/)
1706
+ service.
1707
+ - `types-boto3-lite[appintegrations]` - Type annotations for
1708
+ [AppIntegrationsService](https://youtype.github.io/types_boto3_docs/types_boto3_appintegrations/)
1709
+ service.
1710
+ - `types-boto3-lite[application-autoscaling]` - Type annotations for
1711
+ [ApplicationAutoScaling](https://youtype.github.io/types_boto3_docs/types_boto3_application_autoscaling/)
1712
+ service.
1713
+ - `types-boto3-lite[application-insights]` - Type annotations for
1714
+ [ApplicationInsights](https://youtype.github.io/types_boto3_docs/types_boto3_application_insights/)
1715
+ service.
1716
+ - `types-boto3-lite[application-signals]` - Type annotations for
1717
+ [CloudWatchApplicationSignals](https://youtype.github.io/types_boto3_docs/types_boto3_application_signals/)
1718
+ service.
1719
+ - `types-boto3-lite[applicationcostprofiler]` - Type annotations for
1720
+ [ApplicationCostProfiler](https://youtype.github.io/types_boto3_docs/types_boto3_applicationcostprofiler/)
1721
+ service.
1722
+ - `types-boto3-lite[appmesh]` - Type annotations for
1723
+ [AppMesh](https://youtype.github.io/types_boto3_docs/types_boto3_appmesh/)
1724
+ service.
1725
+ - `types-boto3-lite[apprunner]` - Type annotations for
1726
+ [AppRunner](https://youtype.github.io/types_boto3_docs/types_boto3_apprunner/)
1727
+ service.
1728
+ - `types-boto3-lite[appstream]` - Type annotations for
1729
+ [AppStream](https://youtype.github.io/types_boto3_docs/types_boto3_appstream/)
1730
+ service.
1731
+ - `types-boto3-lite[appsync]` - Type annotations for
1732
+ [AppSync](https://youtype.github.io/types_boto3_docs/types_boto3_appsync/)
1733
+ service.
1734
+ - `types-boto3-lite[apptest]` - Type annotations for
1735
+ [MainframeModernizationApplicationTesting](https://youtype.github.io/types_boto3_docs/types_boto3_apptest/)
1736
+ service.
1737
+ - `types-boto3-lite[arc-zonal-shift]` - Type annotations for
1738
+ [ARCZonalShift](https://youtype.github.io/types_boto3_docs/types_boto3_arc_zonal_shift/)
1739
+ service.
1740
+ - `types-boto3-lite[artifact]` - Type annotations for
1741
+ [Artifact](https://youtype.github.io/types_boto3_docs/types_boto3_artifact/)
1742
+ service.
1743
+ - `types-boto3-lite[athena]` - Type annotations for
1744
+ [Athena](https://youtype.github.io/types_boto3_docs/types_boto3_athena/)
1745
+ service.
1746
+ - `types-boto3-lite[auditmanager]` - Type annotations for
1747
+ [AuditManager](https://youtype.github.io/types_boto3_docs/types_boto3_auditmanager/)
1748
+ service.
1749
+ - `types-boto3-lite[autoscaling]` - Type annotations for
1750
+ [AutoScaling](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/)
1751
+ service.
1752
+ - `types-boto3-lite[autoscaling-plans]` - Type annotations for
1753
+ [AutoScalingPlans](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling_plans/)
1754
+ service.
1755
+ - `types-boto3-lite[b2bi]` - Type annotations for
1756
+ [B2BI](https://youtype.github.io/types_boto3_docs/types_boto3_b2bi/) service.
1757
+ - `types-boto3-lite[backup]` - Type annotations for
1758
+ [Backup](https://youtype.github.io/types_boto3_docs/types_boto3_backup/)
1759
+ service.
1760
+ - `types-boto3-lite[backup-gateway]` - Type annotations for
1761
+ [BackupGateway](https://youtype.github.io/types_boto3_docs/types_boto3_backup_gateway/)
1762
+ service.
1763
+ - `types-boto3-lite[backupsearch]` - Type annotations for
1764
+ [BackupSearch](https://youtype.github.io/types_boto3_docs/types_boto3_backupsearch/)
1765
+ service.
1766
+ - `types-boto3-lite[batch]` - Type annotations for
1767
+ [Batch](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
1768
+ service.
1769
+ - `types-boto3-lite[bcm-data-exports]` - Type annotations for
1770
+ [BillingandCostManagementDataExports](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_data_exports/)
1771
+ service.
1772
+ - `types-boto3-lite[bcm-pricing-calculator]` - Type annotations for
1773
+ [BillingandCostManagementPricingCalculator](https://youtype.github.io/types_boto3_docs/types_boto3_bcm_pricing_calculator/)
1774
+ service.
1775
+ - `types-boto3-lite[bedrock]` - Type annotations for
1776
+ [Bedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/)
1777
+ service.
1778
+ - `types-boto3-lite[bedrock-agent]` - Type annotations for
1779
+ [AgentsforBedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent/)
1780
+ service.
1781
+ - `types-boto3-lite[bedrock-agent-runtime]` - Type annotations for
1782
+ [AgentsforBedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_agent_runtime/)
1783
+ service.
1784
+ - `types-boto3-lite[bedrock-data-automation]` - Type annotations for
1785
+ [DataAutomationforBedrock](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation/)
1786
+ service.
1787
+ - `types-boto3-lite[bedrock-data-automation-runtime]` - Type annotations for
1788
+ [RuntimeforBedrockDataAutomation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_data_automation_runtime/)
1789
+ service.
1790
+ - `types-boto3-lite[bedrock-runtime]` - Type annotations for
1791
+ [BedrockRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock_runtime/)
1792
+ service.
1793
+ - `types-boto3-lite[billing]` - Type annotations for
1794
+ [Billing](https://youtype.github.io/types_boto3_docs/types_boto3_billing/)
1795
+ service.
1796
+ - `types-boto3-lite[billingconductor]` - Type annotations for
1797
+ [BillingConductor](https://youtype.github.io/types_boto3_docs/types_boto3_billingconductor/)
1798
+ service.
1799
+ - `types-boto3-lite[braket]` - Type annotations for
1800
+ [Braket](https://youtype.github.io/types_boto3_docs/types_boto3_braket/)
1801
+ service.
1802
+ - `types-boto3-lite[budgets]` - Type annotations for
1803
+ [Budgets](https://youtype.github.io/types_boto3_docs/types_boto3_budgets/)
1804
+ service.
1805
+ - `types-boto3-lite[ce]` - Type annotations for
1806
+ [CostExplorer](https://youtype.github.io/types_boto3_docs/types_boto3_ce/)
1807
+ service.
1808
+ - `types-boto3-lite[chatbot]` - Type annotations for
1809
+ [Chatbot](https://youtype.github.io/types_boto3_docs/types_boto3_chatbot/)
1810
+ service.
1811
+ - `types-boto3-lite[chime]` - Type annotations for
1812
+ [Chime](https://youtype.github.io/types_boto3_docs/types_boto3_chime/)
1813
+ service.
1814
+ - `types-boto3-lite[chime-sdk-identity]` - Type annotations for
1815
+ [ChimeSDKIdentity](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_identity/)
1816
+ service.
1817
+ - `types-boto3-lite[chime-sdk-media-pipelines]` - Type annotations for
1818
+ [ChimeSDKMediaPipelines](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_media_pipelines/)
1819
+ service.
1820
+ - `types-boto3-lite[chime-sdk-meetings]` - Type annotations for
1821
+ [ChimeSDKMeetings](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_meetings/)
1822
+ service.
1823
+ - `types-boto3-lite[chime-sdk-messaging]` - Type annotations for
1824
+ [ChimeSDKMessaging](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_messaging/)
1825
+ service.
1826
+ - `types-boto3-lite[chime-sdk-voice]` - Type annotations for
1827
+ [ChimeSDKVoice](https://youtype.github.io/types_boto3_docs/types_boto3_chime_sdk_voice/)
1828
+ service.
1829
+ - `types-boto3-lite[cleanrooms]` - Type annotations for
1830
+ [CleanRoomsService](https://youtype.github.io/types_boto3_docs/types_boto3_cleanrooms/)
1831
+ service.
1832
+ - `types-boto3-lite[cleanroomsml]` - Type annotations for
1833
+ [CleanRoomsML](https://youtype.github.io/types_boto3_docs/types_boto3_cleanroomsml/)
1834
+ service.
1835
+ - `types-boto3-lite[cloud9]` - Type annotations for
1836
+ [Cloud9](https://youtype.github.io/types_boto3_docs/types_boto3_cloud9/)
1837
+ service.
1838
+ - `types-boto3-lite[cloudcontrol]` - Type annotations for
1839
+ [CloudControlApi](https://youtype.github.io/types_boto3_docs/types_boto3_cloudcontrol/)
1840
+ service.
1841
+ - `types-boto3-lite[clouddirectory]` - Type annotations for
1842
+ [CloudDirectory](https://youtype.github.io/types_boto3_docs/types_boto3_clouddirectory/)
1843
+ service.
1844
+ - `types-boto3-lite[cloudformation]` - Type annotations for
1845
+ [CloudFormation](https://youtype.github.io/types_boto3_docs/types_boto3_cloudformation/)
1846
+ service.
1847
+ - `types-boto3-lite[cloudfront]` - Type annotations for
1848
+ [CloudFront](https://youtype.github.io/types_boto3_docs/types_boto3_cloudfront/)
1849
+ service.
1850
+ - `types-boto3-lite[cloudfront-keyvaluestore]` - Type annotations for
1851
+ [CloudFrontKeyValueStore](https://youtype.github.io/types_boto3_docs/types_boto3_cloudfront_keyvaluestore/)
1852
+ service.
1853
+ - `types-boto3-lite[cloudhsm]` - Type annotations for
1854
+ [CloudHSM](https://youtype.github.io/types_boto3_docs/types_boto3_cloudhsm/)
1855
+ service.
1856
+ - `types-boto3-lite[cloudhsmv2]` - Type annotations for
1857
+ [CloudHSMV2](https://youtype.github.io/types_boto3_docs/types_boto3_cloudhsmv2/)
1858
+ service.
1859
+ - `types-boto3-lite[cloudsearch]` - Type annotations for
1860
+ [CloudSearch](https://youtype.github.io/types_boto3_docs/types_boto3_cloudsearch/)
1861
+ service.
1862
+ - `types-boto3-lite[cloudsearchdomain]` - Type annotations for
1863
+ [CloudSearchDomain](https://youtype.github.io/types_boto3_docs/types_boto3_cloudsearchdomain/)
1864
+ service.
1865
+ - `types-boto3-lite[cloudtrail]` - Type annotations for
1866
+ [CloudTrail](https://youtype.github.io/types_boto3_docs/types_boto3_cloudtrail/)
1867
+ service.
1868
+ - `types-boto3-lite[cloudtrail-data]` - Type annotations for
1869
+ [CloudTrailDataService](https://youtype.github.io/types_boto3_docs/types_boto3_cloudtrail_data/)
1870
+ service.
1871
+ - `types-boto3-lite[cloudwatch]` - Type annotations for
1872
+ [CloudWatch](https://youtype.github.io/types_boto3_docs/types_boto3_cloudwatch/)
1873
+ service.
1874
+ - `types-boto3-lite[codeartifact]` - Type annotations for
1875
+ [CodeArtifact](https://youtype.github.io/types_boto3_docs/types_boto3_codeartifact/)
1876
+ service.
1877
+ - `types-boto3-lite[codebuild]` - Type annotations for
1878
+ [CodeBuild](https://youtype.github.io/types_boto3_docs/types_boto3_codebuild/)
1879
+ service.
1880
+ - `types-boto3-lite[codecatalyst]` - Type annotations for
1881
+ [CodeCatalyst](https://youtype.github.io/types_boto3_docs/types_boto3_codecatalyst/)
1882
+ service.
1883
+ - `types-boto3-lite[codecommit]` - Type annotations for
1884
+ [CodeCommit](https://youtype.github.io/types_boto3_docs/types_boto3_codecommit/)
1885
+ service.
1886
+ - `types-boto3-lite[codeconnections]` - Type annotations for
1887
+ [CodeConnections](https://youtype.github.io/types_boto3_docs/types_boto3_codeconnections/)
1888
+ service.
1889
+ - `types-boto3-lite[codedeploy]` - Type annotations for
1890
+ [CodeDeploy](https://youtype.github.io/types_boto3_docs/types_boto3_codedeploy/)
1891
+ service.
1892
+ - `types-boto3-lite[codeguru-reviewer]` - Type annotations for
1893
+ [CodeGuruReviewer](https://youtype.github.io/types_boto3_docs/types_boto3_codeguru_reviewer/)
1894
+ service.
1895
+ - `types-boto3-lite[codeguru-security]` - Type annotations for
1896
+ [CodeGuruSecurity](https://youtype.github.io/types_boto3_docs/types_boto3_codeguru_security/)
1897
+ service.
1898
+ - `types-boto3-lite[codeguruprofiler]` - Type annotations for
1899
+ [CodeGuruProfiler](https://youtype.github.io/types_boto3_docs/types_boto3_codeguruprofiler/)
1900
+ service.
1901
+ - `types-boto3-lite[codepipeline]` - Type annotations for
1902
+ [CodePipeline](https://youtype.github.io/types_boto3_docs/types_boto3_codepipeline/)
1903
+ service.
1904
+ - `types-boto3-lite[codestar-connections]` - Type annotations for
1905
+ [CodeStarconnections](https://youtype.github.io/types_boto3_docs/types_boto3_codestar_connections/)
1906
+ service.
1907
+ - `types-boto3-lite[codestar-notifications]` - Type annotations for
1908
+ [CodeStarNotifications](https://youtype.github.io/types_boto3_docs/types_boto3_codestar_notifications/)
1909
+ service.
1910
+ - `types-boto3-lite[cognito-identity]` - Type annotations for
1911
+ [CognitoIdentity](https://youtype.github.io/types_boto3_docs/types_boto3_cognito_identity/)
1912
+ service.
1913
+ - `types-boto3-lite[cognito-idp]` - Type annotations for
1914
+ [CognitoIdentityProvider](https://youtype.github.io/types_boto3_docs/types_boto3_cognito_idp/)
1915
+ service.
1916
+ - `types-boto3-lite[cognito-sync]` - Type annotations for
1917
+ [CognitoSync](https://youtype.github.io/types_boto3_docs/types_boto3_cognito_sync/)
1918
+ service.
1919
+ - `types-boto3-lite[comprehend]` - Type annotations for
1920
+ [Comprehend](https://youtype.github.io/types_boto3_docs/types_boto3_comprehend/)
1921
+ service.
1922
+ - `types-boto3-lite[comprehendmedical]` - Type annotations for
1923
+ [ComprehendMedical](https://youtype.github.io/types_boto3_docs/types_boto3_comprehendmedical/)
1924
+ service.
1925
+ - `types-boto3-lite[compute-optimizer]` - Type annotations for
1926
+ [ComputeOptimizer](https://youtype.github.io/types_boto3_docs/types_boto3_compute_optimizer/)
1927
+ service.
1928
+ - `types-boto3-lite[config]` - Type annotations for
1929
+ [ConfigService](https://youtype.github.io/types_boto3_docs/types_boto3_config/)
1930
+ service.
1931
+ - `types-boto3-lite[connect]` - Type annotations for
1932
+ [Connect](https://youtype.github.io/types_boto3_docs/types_boto3_connect/)
1933
+ service.
1934
+ - `types-boto3-lite[connect-contact-lens]` - Type annotations for
1935
+ [ConnectContactLens](https://youtype.github.io/types_boto3_docs/types_boto3_connect_contact_lens/)
1936
+ service.
1937
+ - `types-boto3-lite[connectcampaigns]` - Type annotations for
1938
+ [ConnectCampaignService](https://youtype.github.io/types_boto3_docs/types_boto3_connectcampaigns/)
1939
+ service.
1940
+ - `types-boto3-lite[connectcampaignsv2]` - Type annotations for
1941
+ [ConnectCampaignServiceV2](https://youtype.github.io/types_boto3_docs/types_boto3_connectcampaignsv2/)
1942
+ service.
1943
+ - `types-boto3-lite[connectcases]` - Type annotations for
1944
+ [ConnectCases](https://youtype.github.io/types_boto3_docs/types_boto3_connectcases/)
1945
+ service.
1946
+ - `types-boto3-lite[connectparticipant]` - Type annotations for
1947
+ [ConnectParticipant](https://youtype.github.io/types_boto3_docs/types_boto3_connectparticipant/)
1948
+ service.
1949
+ - `types-boto3-lite[controlcatalog]` - Type annotations for
1950
+ [ControlCatalog](https://youtype.github.io/types_boto3_docs/types_boto3_controlcatalog/)
1951
+ service.
1952
+ - `types-boto3-lite[controltower]` - Type annotations for
1953
+ [ControlTower](https://youtype.github.io/types_boto3_docs/types_boto3_controltower/)
1954
+ service.
1955
+ - `types-boto3-lite[cost-optimization-hub]` - Type annotations for
1956
+ [CostOptimizationHub](https://youtype.github.io/types_boto3_docs/types_boto3_cost_optimization_hub/)
1957
+ service.
1958
+ - `types-boto3-lite[cur]` - Type annotations for
1959
+ [CostandUsageReportService](https://youtype.github.io/types_boto3_docs/types_boto3_cur/)
1960
+ service.
1961
+ - `types-boto3-lite[customer-profiles]` - Type annotations for
1962
+ [CustomerProfiles](https://youtype.github.io/types_boto3_docs/types_boto3_customer_profiles/)
1963
+ service.
1964
+ - `types-boto3-lite[databrew]` - Type annotations for
1965
+ [GlueDataBrew](https://youtype.github.io/types_boto3_docs/types_boto3_databrew/)
1966
+ service.
1967
+ - `types-boto3-lite[dataexchange]` - Type annotations for
1968
+ [DataExchange](https://youtype.github.io/types_boto3_docs/types_boto3_dataexchange/)
1969
+ service.
1970
+ - `types-boto3-lite[datapipeline]` - Type annotations for
1971
+ [DataPipeline](https://youtype.github.io/types_boto3_docs/types_boto3_datapipeline/)
1972
+ service.
1973
+ - `types-boto3-lite[datasync]` - Type annotations for
1974
+ [DataSync](https://youtype.github.io/types_boto3_docs/types_boto3_datasync/)
1975
+ service.
1976
+ - `types-boto3-lite[datazone]` - Type annotations for
1977
+ [DataZone](https://youtype.github.io/types_boto3_docs/types_boto3_datazone/)
1978
+ service.
1979
+ - `types-boto3-lite[dax]` - Type annotations for
1980
+ [DAX](https://youtype.github.io/types_boto3_docs/types_boto3_dax/) service.
1981
+ - `types-boto3-lite[deadline]` - Type annotations for
1982
+ [DeadlineCloud](https://youtype.github.io/types_boto3_docs/types_boto3_deadline/)
1983
+ service.
1984
+ - `types-boto3-lite[detective]` - Type annotations for
1985
+ [Detective](https://youtype.github.io/types_boto3_docs/types_boto3_detective/)
1986
+ service.
1987
+ - `types-boto3-lite[devicefarm]` - Type annotations for
1988
+ [DeviceFarm](https://youtype.github.io/types_boto3_docs/types_boto3_devicefarm/)
1989
+ service.
1990
+ - `types-boto3-lite[devops-guru]` - Type annotations for
1991
+ [DevOpsGuru](https://youtype.github.io/types_boto3_docs/types_boto3_devops_guru/)
1992
+ service.
1993
+ - `types-boto3-lite[directconnect]` - Type annotations for
1994
+ [DirectConnect](https://youtype.github.io/types_boto3_docs/types_boto3_directconnect/)
1995
+ service.
1996
+ - `types-boto3-lite[discovery]` - Type annotations for
1997
+ [ApplicationDiscoveryService](https://youtype.github.io/types_boto3_docs/types_boto3_discovery/)
1998
+ service.
1999
+ - `types-boto3-lite[dlm]` - Type annotations for
2000
+ [DLM](https://youtype.github.io/types_boto3_docs/types_boto3_dlm/) service.
2001
+ - `types-boto3-lite[dms]` - Type annotations for
2002
+ [DatabaseMigrationService](https://youtype.github.io/types_boto3_docs/types_boto3_dms/)
2003
+ service.
2004
+ - `types-boto3-lite[docdb]` - Type annotations for
2005
+ [DocDB](https://youtype.github.io/types_boto3_docs/types_boto3_docdb/)
2006
+ service.
2007
+ - `types-boto3-lite[docdb-elastic]` - Type annotations for
2008
+ [DocDBElastic](https://youtype.github.io/types_boto3_docs/types_boto3_docdb_elastic/)
2009
+ service.
2010
+ - `types-boto3-lite[drs]` - Type annotations for
2011
+ [Drs](https://youtype.github.io/types_boto3_docs/types_boto3_drs/) service.
2012
+ - `types-boto3-lite[ds]` - Type annotations for
2013
+ [DirectoryService](https://youtype.github.io/types_boto3_docs/types_boto3_ds/)
2014
+ service.
2015
+ - `types-boto3-lite[ds-data]` - Type annotations for
2016
+ [DirectoryServiceData](https://youtype.github.io/types_boto3_docs/types_boto3_ds_data/)
2017
+ service.
2018
+ - `types-boto3-lite[dsql]` - Type annotations for
2019
+ [AuroraDSQL](https://youtype.github.io/types_boto3_docs/types_boto3_dsql/)
2020
+ service.
2021
+ - `types-boto3-lite[dynamodb]` - Type annotations for
2022
+ [DynamoDB](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodb/)
2023
+ service.
2024
+ - `types-boto3-lite[dynamodbstreams]` - Type annotations for
2025
+ [DynamoDBStreams](https://youtype.github.io/types_boto3_docs/types_boto3_dynamodbstreams/)
2026
+ service.
2027
+ - `types-boto3-lite[ebs]` - Type annotations for
2028
+ [EBS](https://youtype.github.io/types_boto3_docs/types_boto3_ebs/) service.
2029
+ - `types-boto3-lite[ec2]` - Type annotations for
2030
+ [EC2](https://youtype.github.io/types_boto3_docs/types_boto3_ec2/) service.
2031
+ - `types-boto3-lite[ec2-instance-connect]` - Type annotations for
2032
+ [EC2InstanceConnect](https://youtype.github.io/types_boto3_docs/types_boto3_ec2_instance_connect/)
2033
+ service.
2034
+ - `types-boto3-lite[ecr]` - Type annotations for
2035
+ [ECR](https://youtype.github.io/types_boto3_docs/types_boto3_ecr/) service.
2036
+ - `types-boto3-lite[ecr-public]` - Type annotations for
2037
+ [ECRPublic](https://youtype.github.io/types_boto3_docs/types_boto3_ecr_public/)
2038
+ service.
2039
+ - `types-boto3-lite[ecs]` - Type annotations for
2040
+ [ECS](https://youtype.github.io/types_boto3_docs/types_boto3_ecs/) service.
2041
+ - `types-boto3-lite[efs]` - Type annotations for
2042
+ [EFS](https://youtype.github.io/types_boto3_docs/types_boto3_efs/) service.
2043
+ - `types-boto3-lite[eks]` - Type annotations for
2044
+ [EKS](https://youtype.github.io/types_boto3_docs/types_boto3_eks/) service.
2045
+ - `types-boto3-lite[eks-auth]` - Type annotations for
2046
+ [EKSAuth](https://youtype.github.io/types_boto3_docs/types_boto3_eks_auth/)
2047
+ service.
2048
+ - `types-boto3-lite[elastic-inference]` - Type annotations for
2049
+ [ElasticInference](https://youtype.github.io/types_boto3_docs/types_boto3_elastic_inference/)
2050
+ service.
2051
+ - `types-boto3-lite[elasticache]` - Type annotations for
2052
+ [ElastiCache](https://youtype.github.io/types_boto3_docs/types_boto3_elasticache/)
2053
+ service.
2054
+ - `types-boto3-lite[elasticbeanstalk]` - Type annotations for
2055
+ [ElasticBeanstalk](https://youtype.github.io/types_boto3_docs/types_boto3_elasticbeanstalk/)
2056
+ service.
2057
+ - `types-boto3-lite[elastictranscoder]` - Type annotations for
2058
+ [ElasticTranscoder](https://youtype.github.io/types_boto3_docs/types_boto3_elastictranscoder/)
2059
+ service.
2060
+ - `types-boto3-lite[elb]` - Type annotations for
2061
+ [ElasticLoadBalancing](https://youtype.github.io/types_boto3_docs/types_boto3_elb/)
2062
+ service.
2063
+ - `types-boto3-lite[elbv2]` - Type annotations for
2064
+ [ElasticLoadBalancingv2](https://youtype.github.io/types_boto3_docs/types_boto3_elbv2/)
2065
+ service.
2066
+ - `types-boto3-lite[emr]` - Type annotations for
2067
+ [EMR](https://youtype.github.io/types_boto3_docs/types_boto3_emr/) service.
2068
+ - `types-boto3-lite[emr-containers]` - Type annotations for
2069
+ [EMRContainers](https://youtype.github.io/types_boto3_docs/types_boto3_emr_containers/)
2070
+ service.
2071
+ - `types-boto3-lite[emr-serverless]` - Type annotations for
2072
+ [EMRServerless](https://youtype.github.io/types_boto3_docs/types_boto3_emr_serverless/)
2073
+ service.
2074
+ - `types-boto3-lite[entityresolution]` - Type annotations for
2075
+ [EntityResolution](https://youtype.github.io/types_boto3_docs/types_boto3_entityresolution/)
2076
+ service.
2077
+ - `types-boto3-lite[es]` - Type annotations for
2078
+ [ElasticsearchService](https://youtype.github.io/types_boto3_docs/types_boto3_es/)
2079
+ service.
2080
+ - `types-boto3-lite[events]` - Type annotations for
2081
+ [EventBridge](https://youtype.github.io/types_boto3_docs/types_boto3_events/)
2082
+ service.
2083
+ - `types-boto3-lite[evidently]` - Type annotations for
2084
+ [CloudWatchEvidently](https://youtype.github.io/types_boto3_docs/types_boto3_evidently/)
2085
+ service.
2086
+ - `types-boto3-lite[finspace]` - Type annotations for
2087
+ [Finspace](https://youtype.github.io/types_boto3_docs/types_boto3_finspace/)
2088
+ service.
2089
+ - `types-boto3-lite[finspace-data]` - Type annotations for
2090
+ [FinSpaceData](https://youtype.github.io/types_boto3_docs/types_boto3_finspace_data/)
2091
+ service.
2092
+ - `types-boto3-lite[firehose]` - Type annotations for
2093
+ [Firehose](https://youtype.github.io/types_boto3_docs/types_boto3_firehose/)
2094
+ service.
2095
+ - `types-boto3-lite[fis]` - Type annotations for
2096
+ [FIS](https://youtype.github.io/types_boto3_docs/types_boto3_fis/) service.
2097
+ - `types-boto3-lite[fms]` - Type annotations for
2098
+ [FMS](https://youtype.github.io/types_boto3_docs/types_boto3_fms/) service.
2099
+ - `types-boto3-lite[forecast]` - Type annotations for
2100
+ [ForecastService](https://youtype.github.io/types_boto3_docs/types_boto3_forecast/)
2101
+ service.
2102
+ - `types-boto3-lite[forecastquery]` - Type annotations for
2103
+ [ForecastQueryService](https://youtype.github.io/types_boto3_docs/types_boto3_forecastquery/)
2104
+ service.
2105
+ - `types-boto3-lite[frauddetector]` - Type annotations for
2106
+ [FraudDetector](https://youtype.github.io/types_boto3_docs/types_boto3_frauddetector/)
2107
+ service.
2108
+ - `types-boto3-lite[freetier]` - Type annotations for
2109
+ [FreeTier](https://youtype.github.io/types_boto3_docs/types_boto3_freetier/)
2110
+ service.
2111
+ - `types-boto3-lite[fsx]` - Type annotations for
2112
+ [FSx](https://youtype.github.io/types_boto3_docs/types_boto3_fsx/) service.
2113
+ - `types-boto3-lite[gamelift]` - Type annotations for
2114
+ [GameLift](https://youtype.github.io/types_boto3_docs/types_boto3_gamelift/)
2115
+ service.
2116
+ - `types-boto3-lite[geo-maps]` - Type annotations for
2117
+ [LocationServiceMapsV2](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/)
2118
+ service.
2119
+ - `types-boto3-lite[geo-places]` - Type annotations for
2120
+ [LocationServicePlacesV2](https://youtype.github.io/types_boto3_docs/types_boto3_geo_places/)
2121
+ service.
2122
+ - `types-boto3-lite[geo-routes]` - Type annotations for
2123
+ [LocationServiceRoutesV2](https://youtype.github.io/types_boto3_docs/types_boto3_geo_routes/)
2124
+ service.
2125
+ - `types-boto3-lite[glacier]` - Type annotations for
2126
+ [Glacier](https://youtype.github.io/types_boto3_docs/types_boto3_glacier/)
2127
+ service.
2128
+ - `types-boto3-lite[globalaccelerator]` - Type annotations for
2129
+ [GlobalAccelerator](https://youtype.github.io/types_boto3_docs/types_boto3_globalaccelerator/)
2130
+ service.
2131
+ - `types-boto3-lite[glue]` - Type annotations for
2132
+ [Glue](https://youtype.github.io/types_boto3_docs/types_boto3_glue/) service.
2133
+ - `types-boto3-lite[grafana]` - Type annotations for
2134
+ [ManagedGrafana](https://youtype.github.io/types_boto3_docs/types_boto3_grafana/)
2135
+ service.
2136
+ - `types-boto3-lite[greengrass]` - Type annotations for
2137
+ [Greengrass](https://youtype.github.io/types_boto3_docs/types_boto3_greengrass/)
2138
+ service.
2139
+ - `types-boto3-lite[greengrassv2]` - Type annotations for
2140
+ [GreengrassV2](https://youtype.github.io/types_boto3_docs/types_boto3_greengrassv2/)
2141
+ service.
2142
+ - `types-boto3-lite[groundstation]` - Type annotations for
2143
+ [GroundStation](https://youtype.github.io/types_boto3_docs/types_boto3_groundstation/)
2144
+ service.
2145
+ - `types-boto3-lite[guardduty]` - Type annotations for
2146
+ [GuardDuty](https://youtype.github.io/types_boto3_docs/types_boto3_guardduty/)
2147
+ service.
2148
+ - `types-boto3-lite[health]` - Type annotations for
2149
+ [Health](https://youtype.github.io/types_boto3_docs/types_boto3_health/)
2150
+ service.
2151
+ - `types-boto3-lite[healthlake]` - Type annotations for
2152
+ [HealthLake](https://youtype.github.io/types_boto3_docs/types_boto3_healthlake/)
2153
+ service.
2154
+ - `types-boto3-lite[iam]` - Type annotations for
2155
+ [IAM](https://youtype.github.io/types_boto3_docs/types_boto3_iam/) service.
2156
+ - `types-boto3-lite[identitystore]` - Type annotations for
2157
+ [IdentityStore](https://youtype.github.io/types_boto3_docs/types_boto3_identitystore/)
2158
+ service.
2159
+ - `types-boto3-lite[imagebuilder]` - Type annotations for
2160
+ [Imagebuilder](https://youtype.github.io/types_boto3_docs/types_boto3_imagebuilder/)
2161
+ service.
2162
+ - `types-boto3-lite[importexport]` - Type annotations for
2163
+ [ImportExport](https://youtype.github.io/types_boto3_docs/types_boto3_importexport/)
2164
+ service.
2165
+ - `types-boto3-lite[inspector]` - Type annotations for
2166
+ [Inspector](https://youtype.github.io/types_boto3_docs/types_boto3_inspector/)
2167
+ service.
2168
+ - `types-boto3-lite[inspector-scan]` - Type annotations for
2169
+ [Inspectorscan](https://youtype.github.io/types_boto3_docs/types_boto3_inspector_scan/)
2170
+ service.
2171
+ - `types-boto3-lite[inspector2]` - Type annotations for
2172
+ [Inspector2](https://youtype.github.io/types_boto3_docs/types_boto3_inspector2/)
2173
+ service.
2174
+ - `types-boto3-lite[internetmonitor]` - Type annotations for
2175
+ [CloudWatchInternetMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_internetmonitor/)
2176
+ service.
2177
+ - `types-boto3-lite[invoicing]` - Type annotations for
2178
+ [Invoicing](https://youtype.github.io/types_boto3_docs/types_boto3_invoicing/)
2179
+ service.
2180
+ - `types-boto3-lite[iot]` - Type annotations for
2181
+ [IoT](https://youtype.github.io/types_boto3_docs/types_boto3_iot/) service.
2182
+ - `types-boto3-lite[iot-data]` - Type annotations for
2183
+ [IoTDataPlane](https://youtype.github.io/types_boto3_docs/types_boto3_iot_data/)
2184
+ service.
2185
+ - `types-boto3-lite[iot-jobs-data]` - Type annotations for
2186
+ [IoTJobsDataPlane](https://youtype.github.io/types_boto3_docs/types_boto3_iot_jobs_data/)
2187
+ service.
2188
+ - `types-boto3-lite[iotanalytics]` - Type annotations for
2189
+ [IoTAnalytics](https://youtype.github.io/types_boto3_docs/types_boto3_iotanalytics/)
2190
+ service.
2191
+ - `types-boto3-lite[iotdeviceadvisor]` - Type annotations for
2192
+ [IoTDeviceAdvisor](https://youtype.github.io/types_boto3_docs/types_boto3_iotdeviceadvisor/)
2193
+ service.
2194
+ - `types-boto3-lite[iotevents]` - Type annotations for
2195
+ [IoTEvents](https://youtype.github.io/types_boto3_docs/types_boto3_iotevents/)
2196
+ service.
2197
+ - `types-boto3-lite[iotevents-data]` - Type annotations for
2198
+ [IoTEventsData](https://youtype.github.io/types_boto3_docs/types_boto3_iotevents_data/)
2199
+ service.
2200
+ - `types-boto3-lite[iotfleethub]` - Type annotations for
2201
+ [IoTFleetHub](https://youtype.github.io/types_boto3_docs/types_boto3_iotfleethub/)
2202
+ service.
2203
+ - `types-boto3-lite[iotfleetwise]` - Type annotations for
2204
+ [IoTFleetWise](https://youtype.github.io/types_boto3_docs/types_boto3_iotfleetwise/)
2205
+ service.
2206
+ - `types-boto3-lite[iotsecuretunneling]` - Type annotations for
2207
+ [IoTSecureTunneling](https://youtype.github.io/types_boto3_docs/types_boto3_iotsecuretunneling/)
2208
+ service.
2209
+ - `types-boto3-lite[iotsitewise]` - Type annotations for
2210
+ [IoTSiteWise](https://youtype.github.io/types_boto3_docs/types_boto3_iotsitewise/)
2211
+ service.
2212
+ - `types-boto3-lite[iotthingsgraph]` - Type annotations for
2213
+ [IoTThingsGraph](https://youtype.github.io/types_boto3_docs/types_boto3_iotthingsgraph/)
2214
+ service.
2215
+ - `types-boto3-lite[iottwinmaker]` - Type annotations for
2216
+ [IoTTwinMaker](https://youtype.github.io/types_boto3_docs/types_boto3_iottwinmaker/)
2217
+ service.
2218
+ - `types-boto3-lite[iotwireless]` - Type annotations for
2219
+ [IoTWireless](https://youtype.github.io/types_boto3_docs/types_boto3_iotwireless/)
2220
+ service.
2221
+ - `types-boto3-lite[ivs]` - Type annotations for
2222
+ [IVS](https://youtype.github.io/types_boto3_docs/types_boto3_ivs/) service.
2223
+ - `types-boto3-lite[ivs-realtime]` - Type annotations for
2224
+ [Ivsrealtime](https://youtype.github.io/types_boto3_docs/types_boto3_ivs_realtime/)
2225
+ service.
2226
+ - `types-boto3-lite[ivschat]` - Type annotations for
2227
+ [Ivschat](https://youtype.github.io/types_boto3_docs/types_boto3_ivschat/)
2228
+ service.
2229
+ - `types-boto3-lite[kafka]` - Type annotations for
2230
+ [Kafka](https://youtype.github.io/types_boto3_docs/types_boto3_kafka/)
2231
+ service.
2232
+ - `types-boto3-lite[kafkaconnect]` - Type annotations for
2233
+ [KafkaConnect](https://youtype.github.io/types_boto3_docs/types_boto3_kafkaconnect/)
2234
+ service.
2235
+ - `types-boto3-lite[kendra]` - Type annotations for
2236
+ [Kendra](https://youtype.github.io/types_boto3_docs/types_boto3_kendra/)
2237
+ service.
2238
+ - `types-boto3-lite[kendra-ranking]` - Type annotations for
2239
+ [KendraRanking](https://youtype.github.io/types_boto3_docs/types_boto3_kendra_ranking/)
2240
+ service.
2241
+ - `types-boto3-lite[keyspaces]` - Type annotations for
2242
+ [Keyspaces](https://youtype.github.io/types_boto3_docs/types_boto3_keyspaces/)
2243
+ service.
2244
+ - `types-boto3-lite[kinesis]` - Type annotations for
2245
+ [Kinesis](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/)
2246
+ service.
2247
+ - `types-boto3-lite[kinesis-video-archived-media]` - Type annotations for
2248
+ [KinesisVideoArchivedMedia](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis_video_archived_media/)
2249
+ service.
2250
+ - `types-boto3-lite[kinesis-video-media]` - Type annotations for
2251
+ [KinesisVideoMedia](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis_video_media/)
2252
+ service.
2253
+ - `types-boto3-lite[kinesis-video-signaling]` - Type annotations for
2254
+ [KinesisVideoSignalingChannels](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis_video_signaling/)
2255
+ service.
2256
+ - `types-boto3-lite[kinesis-video-webrtc-storage]` - Type annotations for
2257
+ [KinesisVideoWebRTCStorage](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis_video_webrtc_storage/)
2258
+ service.
2259
+ - `types-boto3-lite[kinesisanalytics]` - Type annotations for
2260
+ [KinesisAnalytics](https://youtype.github.io/types_boto3_docs/types_boto3_kinesisanalytics/)
2261
+ service.
2262
+ - `types-boto3-lite[kinesisanalyticsv2]` - Type annotations for
2263
+ [KinesisAnalyticsV2](https://youtype.github.io/types_boto3_docs/types_boto3_kinesisanalyticsv2/)
2264
+ service.
2265
+ - `types-boto3-lite[kinesisvideo]` - Type annotations for
2266
+ [KinesisVideo](https://youtype.github.io/types_boto3_docs/types_boto3_kinesisvideo/)
2267
+ service.
2268
+ - `types-boto3-lite[kms]` - Type annotations for
2269
+ [KMS](https://youtype.github.io/types_boto3_docs/types_boto3_kms/) service.
2270
+ - `types-boto3-lite[lakeformation]` - Type annotations for
2271
+ [LakeFormation](https://youtype.github.io/types_boto3_docs/types_boto3_lakeformation/)
2272
+ service.
2273
+ - `types-boto3-lite[lambda]` - Type annotations for
2274
+ [Lambda](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/)
2275
+ service.
2276
+ - `types-boto3-lite[launch-wizard]` - Type annotations for
2277
+ [LaunchWizard](https://youtype.github.io/types_boto3_docs/types_boto3_launch_wizard/)
2278
+ service.
2279
+ - `types-boto3-lite[lex-models]` - Type annotations for
2280
+ [LexModelBuildingService](https://youtype.github.io/types_boto3_docs/types_boto3_lex_models/)
2281
+ service.
2282
+ - `types-boto3-lite[lex-runtime]` - Type annotations for
2283
+ [LexRuntimeService](https://youtype.github.io/types_boto3_docs/types_boto3_lex_runtime/)
2284
+ service.
2285
+ - `types-boto3-lite[lexv2-models]` - Type annotations for
2286
+ [LexModelsV2](https://youtype.github.io/types_boto3_docs/types_boto3_lexv2_models/)
2287
+ service.
2288
+ - `types-boto3-lite[lexv2-runtime]` - Type annotations for
2289
+ [LexRuntimeV2](https://youtype.github.io/types_boto3_docs/types_boto3_lexv2_runtime/)
2290
+ service.
2291
+ - `types-boto3-lite[license-manager]` - Type annotations for
2292
+ [LicenseManager](https://youtype.github.io/types_boto3_docs/types_boto3_license_manager/)
2293
+ service.
2294
+ - `types-boto3-lite[license-manager-linux-subscriptions]` - Type annotations
2295
+ for
2296
+ [LicenseManagerLinuxSubscriptions](https://youtype.github.io/types_boto3_docs/types_boto3_license_manager_linux_subscriptions/)
2297
+ service.
2298
+ - `types-boto3-lite[license-manager-user-subscriptions]` - Type annotations for
2299
+ [LicenseManagerUserSubscriptions](https://youtype.github.io/types_boto3_docs/types_boto3_license_manager_user_subscriptions/)
2300
+ service.
2301
+ - `types-boto3-lite[lightsail]` - Type annotations for
2302
+ [Lightsail](https://youtype.github.io/types_boto3_docs/types_boto3_lightsail/)
2303
+ service.
2304
+ - `types-boto3-lite[location]` - Type annotations for
2305
+ [LocationService](https://youtype.github.io/types_boto3_docs/types_boto3_location/)
2306
+ service.
2307
+ - `types-boto3-lite[logs]` - Type annotations for
2308
+ [CloudWatchLogs](https://youtype.github.io/types_boto3_docs/types_boto3_logs/)
2309
+ service.
2310
+ - `types-boto3-lite[lookoutequipment]` - Type annotations for
2311
+ [LookoutEquipment](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutequipment/)
2312
+ service.
2313
+ - `types-boto3-lite[lookoutmetrics]` - Type annotations for
2314
+ [LookoutMetrics](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutmetrics/)
2315
+ service.
2316
+ - `types-boto3-lite[lookoutvision]` - Type annotations for
2317
+ [LookoutforVision](https://youtype.github.io/types_boto3_docs/types_boto3_lookoutvision/)
2318
+ service.
2319
+ - `types-boto3-lite[m2]` - Type annotations for
2320
+ [MainframeModernization](https://youtype.github.io/types_boto3_docs/types_boto3_m2/)
2321
+ service.
2322
+ - `types-boto3-lite[machinelearning]` - Type annotations for
2323
+ [MachineLearning](https://youtype.github.io/types_boto3_docs/types_boto3_machinelearning/)
2324
+ service.
2325
+ - `types-boto3-lite[macie2]` - Type annotations for
2326
+ [Macie2](https://youtype.github.io/types_boto3_docs/types_boto3_macie2/)
2327
+ service.
2328
+ - `types-boto3-lite[mailmanager]` - Type annotations for
2329
+ [MailManager](https://youtype.github.io/types_boto3_docs/types_boto3_mailmanager/)
2330
+ service.
2331
+ - `types-boto3-lite[managedblockchain]` - Type annotations for
2332
+ [ManagedBlockchain](https://youtype.github.io/types_boto3_docs/types_boto3_managedblockchain/)
2333
+ service.
2334
+ - `types-boto3-lite[managedblockchain-query]` - Type annotations for
2335
+ [ManagedBlockchainQuery](https://youtype.github.io/types_boto3_docs/types_boto3_managedblockchain_query/)
2336
+ service.
2337
+ - `types-boto3-lite[marketplace-agreement]` - Type annotations for
2338
+ [AgreementService](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_agreement/)
2339
+ service.
2340
+ - `types-boto3-lite[marketplace-catalog]` - Type annotations for
2341
+ [MarketplaceCatalog](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_catalog/)
2342
+ service.
2343
+ - `types-boto3-lite[marketplace-deployment]` - Type annotations for
2344
+ [MarketplaceDeploymentService](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_deployment/)
2345
+ service.
2346
+ - `types-boto3-lite[marketplace-entitlement]` - Type annotations for
2347
+ [MarketplaceEntitlementService](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_entitlement/)
2348
+ service.
2349
+ - `types-boto3-lite[marketplace-reporting]` - Type annotations for
2350
+ [MarketplaceReportingService](https://youtype.github.io/types_boto3_docs/types_boto3_marketplace_reporting/)
2351
+ service.
2352
+ - `types-boto3-lite[marketplacecommerceanalytics]` - Type annotations for
2353
+ [MarketplaceCommerceAnalytics](https://youtype.github.io/types_boto3_docs/types_boto3_marketplacecommerceanalytics/)
2354
+ service.
2355
+ - `types-boto3-lite[mediaconnect]` - Type annotations for
2356
+ [MediaConnect](https://youtype.github.io/types_boto3_docs/types_boto3_mediaconnect/)
2357
+ service.
2358
+ - `types-boto3-lite[mediaconvert]` - Type annotations for
2359
+ [MediaConvert](https://youtype.github.io/types_boto3_docs/types_boto3_mediaconvert/)
2360
+ service.
2361
+ - `types-boto3-lite[medialive]` - Type annotations for
2362
+ [MediaLive](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/)
2363
+ service.
2364
+ - `types-boto3-lite[mediapackage]` - Type annotations for
2365
+ [MediaPackage](https://youtype.github.io/types_boto3_docs/types_boto3_mediapackage/)
2366
+ service.
2367
+ - `types-boto3-lite[mediapackage-vod]` - Type annotations for
2368
+ [MediaPackageVod](https://youtype.github.io/types_boto3_docs/types_boto3_mediapackage_vod/)
2369
+ service.
2370
+ - `types-boto3-lite[mediapackagev2]` - Type annotations for
2371
+ [Mediapackagev2](https://youtype.github.io/types_boto3_docs/types_boto3_mediapackagev2/)
2372
+ service.
2373
+ - `types-boto3-lite[mediastore]` - Type annotations for
2374
+ [MediaStore](https://youtype.github.io/types_boto3_docs/types_boto3_mediastore/)
2375
+ service.
2376
+ - `types-boto3-lite[mediastore-data]` - Type annotations for
2377
+ [MediaStoreData](https://youtype.github.io/types_boto3_docs/types_boto3_mediastore_data/)
2378
+ service.
2379
+ - `types-boto3-lite[mediatailor]` - Type annotations for
2380
+ [MediaTailor](https://youtype.github.io/types_boto3_docs/types_boto3_mediatailor/)
2381
+ service.
2382
+ - `types-boto3-lite[medical-imaging]` - Type annotations for
2383
+ [HealthImaging](https://youtype.github.io/types_boto3_docs/types_boto3_medical_imaging/)
2384
+ service.
2385
+ - `types-boto3-lite[memorydb]` - Type annotations for
2386
+ [MemoryDB](https://youtype.github.io/types_boto3_docs/types_boto3_memorydb/)
2387
+ service.
2388
+ - `types-boto3-lite[meteringmarketplace]` - Type annotations for
2389
+ [MarketplaceMetering](https://youtype.github.io/types_boto3_docs/types_boto3_meteringmarketplace/)
2390
+ service.
2391
+ - `types-boto3-lite[mgh]` - Type annotations for
2392
+ [MigrationHub](https://youtype.github.io/types_boto3_docs/types_boto3_mgh/)
2393
+ service.
2394
+ - `types-boto3-lite[mgn]` - Type annotations for
2395
+ [Mgn](https://youtype.github.io/types_boto3_docs/types_boto3_mgn/) service.
2396
+ - `types-boto3-lite[migration-hub-refactor-spaces]` - Type annotations for
2397
+ [MigrationHubRefactorSpaces](https://youtype.github.io/types_boto3_docs/types_boto3_migration_hub_refactor_spaces/)
2398
+ service.
2399
+ - `types-boto3-lite[migrationhub-config]` - Type annotations for
2400
+ [MigrationHubConfig](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhub_config/)
2401
+ service.
2402
+ - `types-boto3-lite[migrationhuborchestrator]` - Type annotations for
2403
+ [MigrationHubOrchestrator](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhuborchestrator/)
2404
+ service.
2405
+ - `types-boto3-lite[migrationhubstrategy]` - Type annotations for
2406
+ [MigrationHubStrategyRecommendations](https://youtype.github.io/types_boto3_docs/types_boto3_migrationhubstrategy/)
2407
+ service.
2408
+ - `types-boto3-lite[mq]` - Type annotations for
2409
+ [MQ](https://youtype.github.io/types_boto3_docs/types_boto3_mq/) service.
2410
+ - `types-boto3-lite[mturk]` - Type annotations for
2411
+ [MTurk](https://youtype.github.io/types_boto3_docs/types_boto3_mturk/)
2412
+ service.
2413
+ - `types-boto3-lite[mwaa]` - Type annotations for
2414
+ [MWAA](https://youtype.github.io/types_boto3_docs/types_boto3_mwaa/) service.
2415
+ - `types-boto3-lite[neptune]` - Type annotations for
2416
+ [Neptune](https://youtype.github.io/types_boto3_docs/types_boto3_neptune/)
2417
+ service.
2418
+ - `types-boto3-lite[neptune-graph]` - Type annotations for
2419
+ [NeptuneGraph](https://youtype.github.io/types_boto3_docs/types_boto3_neptune_graph/)
2420
+ service.
2421
+ - `types-boto3-lite[neptunedata]` - Type annotations for
2422
+ [NeptuneData](https://youtype.github.io/types_boto3_docs/types_boto3_neptunedata/)
2423
+ service.
2424
+ - `types-boto3-lite[network-firewall]` - Type annotations for
2425
+ [NetworkFirewall](https://youtype.github.io/types_boto3_docs/types_boto3_network_firewall/)
2426
+ service.
2427
+ - `types-boto3-lite[networkflowmonitor]` - Type annotations for
2428
+ [NetworkFlowMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_networkflowmonitor/)
2429
+ service.
2430
+ - `types-boto3-lite[networkmanager]` - Type annotations for
2431
+ [NetworkManager](https://youtype.github.io/types_boto3_docs/types_boto3_networkmanager/)
2432
+ service.
2433
+ - `types-boto3-lite[networkmonitor]` - Type annotations for
2434
+ [CloudWatchNetworkMonitor](https://youtype.github.io/types_boto3_docs/types_boto3_networkmonitor/)
2435
+ service.
2436
+ - `types-boto3-lite[notifications]` - Type annotations for
2437
+ [UserNotifications](https://youtype.github.io/types_boto3_docs/types_boto3_notifications/)
2438
+ service.
2439
+ - `types-boto3-lite[notificationscontacts]` - Type annotations for
2440
+ [UserNotificationsContacts](https://youtype.github.io/types_boto3_docs/types_boto3_notificationscontacts/)
2441
+ service.
2442
+ - `types-boto3-lite[oam]` - Type annotations for
2443
+ [CloudWatchObservabilityAccessManager](https://youtype.github.io/types_boto3_docs/types_boto3_oam/)
2444
+ service.
2445
+ - `types-boto3-lite[observabilityadmin]` - Type annotations for
2446
+ [CloudWatchObservabilityAdminService](https://youtype.github.io/types_boto3_docs/types_boto3_observabilityadmin/)
2447
+ service.
2448
+ - `types-boto3-lite[omics]` - Type annotations for
2449
+ [Omics](https://youtype.github.io/types_boto3_docs/types_boto3_omics/)
2450
+ service.
2451
+ - `types-boto3-lite[opensearch]` - Type annotations for
2452
+ [OpenSearchService](https://youtype.github.io/types_boto3_docs/types_boto3_opensearch/)
2453
+ service.
2454
+ - `types-boto3-lite[opensearchserverless]` - Type annotations for
2455
+ [OpenSearchServiceServerless](https://youtype.github.io/types_boto3_docs/types_boto3_opensearchserverless/)
2456
+ service.
2457
+ - `types-boto3-lite[opsworks]` - Type annotations for
2458
+ [OpsWorks](https://youtype.github.io/types_boto3_docs/types_boto3_opsworks/)
2459
+ service.
2460
+ - `types-boto3-lite[opsworkscm]` - Type annotations for
2461
+ [OpsWorksCM](https://youtype.github.io/types_boto3_docs/types_boto3_opsworkscm/)
2462
+ service.
2463
+ - `types-boto3-lite[organizations]` - Type annotations for
2464
+ [Organizations](https://youtype.github.io/types_boto3_docs/types_boto3_organizations/)
2465
+ service.
2466
+ - `types-boto3-lite[osis]` - Type annotations for
2467
+ [OpenSearchIngestion](https://youtype.github.io/types_boto3_docs/types_boto3_osis/)
2468
+ service.
2469
+ - `types-boto3-lite[outposts]` - Type annotations for
2470
+ [Outposts](https://youtype.github.io/types_boto3_docs/types_boto3_outposts/)
2471
+ service.
2472
+ - `types-boto3-lite[panorama]` - Type annotations for
2473
+ [Panorama](https://youtype.github.io/types_boto3_docs/types_boto3_panorama/)
2474
+ service.
2475
+ - `types-boto3-lite[partnercentral-selling]` - Type annotations for
2476
+ [PartnerCentralSellingAPI](https://youtype.github.io/types_boto3_docs/types_boto3_partnercentral_selling/)
2477
+ service.
2478
+ - `types-boto3-lite[payment-cryptography]` - Type annotations for
2479
+ [PaymentCryptographyControlPlane](https://youtype.github.io/types_boto3_docs/types_boto3_payment_cryptography/)
2480
+ service.
2481
+ - `types-boto3-lite[payment-cryptography-data]` - Type annotations for
2482
+ [PaymentCryptographyDataPlane](https://youtype.github.io/types_boto3_docs/types_boto3_payment_cryptography_data/)
2483
+ service.
2484
+ - `types-boto3-lite[pca-connector-ad]` - Type annotations for
2485
+ [PcaConnectorAd](https://youtype.github.io/types_boto3_docs/types_boto3_pca_connector_ad/)
2486
+ service.
2487
+ - `types-boto3-lite[pca-connector-scep]` - Type annotations for
2488
+ [PrivateCAConnectorforSCEP](https://youtype.github.io/types_boto3_docs/types_boto3_pca_connector_scep/)
2489
+ service.
2490
+ - `types-boto3-lite[pcs]` - Type annotations for
2491
+ [ParallelComputingService](https://youtype.github.io/types_boto3_docs/types_boto3_pcs/)
2492
+ service.
2493
+ - `types-boto3-lite[personalize]` - Type annotations for
2494
+ [Personalize](https://youtype.github.io/types_boto3_docs/types_boto3_personalize/)
2495
+ service.
2496
+ - `types-boto3-lite[personalize-events]` - Type annotations for
2497
+ [PersonalizeEvents](https://youtype.github.io/types_boto3_docs/types_boto3_personalize_events/)
2498
+ service.
2499
+ - `types-boto3-lite[personalize-runtime]` - Type annotations for
2500
+ [PersonalizeRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_personalize_runtime/)
2501
+ service.
2502
+ - `types-boto3-lite[pi]` - Type annotations for
2503
+ [PI](https://youtype.github.io/types_boto3_docs/types_boto3_pi/) service.
2504
+ - `types-boto3-lite[pinpoint]` - Type annotations for
2505
+ [Pinpoint](https://youtype.github.io/types_boto3_docs/types_boto3_pinpoint/)
2506
+ service.
2507
+ - `types-boto3-lite[pinpoint-email]` - Type annotations for
2508
+ [PinpointEmail](https://youtype.github.io/types_boto3_docs/types_boto3_pinpoint_email/)
2509
+ service.
2510
+ - `types-boto3-lite[pinpoint-sms-voice]` - Type annotations for
2511
+ [PinpointSMSVoice](https://youtype.github.io/types_boto3_docs/types_boto3_pinpoint_sms_voice/)
2512
+ service.
2513
+ - `types-boto3-lite[pinpoint-sms-voice-v2]` - Type annotations for
2514
+ [PinpointSMSVoiceV2](https://youtype.github.io/types_boto3_docs/types_boto3_pinpoint_sms_voice_v2/)
2515
+ service.
2516
+ - `types-boto3-lite[pipes]` - Type annotations for
2517
+ [EventBridgePipes](https://youtype.github.io/types_boto3_docs/types_boto3_pipes/)
2518
+ service.
2519
+ - `types-boto3-lite[polly]` - Type annotations for
2520
+ [Polly](https://youtype.github.io/types_boto3_docs/types_boto3_polly/)
2521
+ service.
2522
+ - `types-boto3-lite[pricing]` - Type annotations for
2523
+ [Pricing](https://youtype.github.io/types_boto3_docs/types_boto3_pricing/)
2524
+ service.
2525
+ - `types-boto3-lite[privatenetworks]` - Type annotations for
2526
+ [Private5G](https://youtype.github.io/types_boto3_docs/types_boto3_privatenetworks/)
2527
+ service.
2528
+ - `types-boto3-lite[proton]` - Type annotations for
2529
+ [Proton](https://youtype.github.io/types_boto3_docs/types_boto3_proton/)
2530
+ service.
2531
+ - `types-boto3-lite[qapps]` - Type annotations for
2532
+ [QApps](https://youtype.github.io/types_boto3_docs/types_boto3_qapps/)
2533
+ service.
2534
+ - `types-boto3-lite[qbusiness]` - Type annotations for
2535
+ [QBusiness](https://youtype.github.io/types_boto3_docs/types_boto3_qbusiness/)
2536
+ service.
2537
+ - `types-boto3-lite[qconnect]` - Type annotations for
2538
+ [QConnect](https://youtype.github.io/types_boto3_docs/types_boto3_qconnect/)
2539
+ service.
2540
+ - `types-boto3-lite[qldb]` - Type annotations for
2541
+ [QLDB](https://youtype.github.io/types_boto3_docs/types_boto3_qldb/) service.
2542
+ - `types-boto3-lite[qldb-session]` - Type annotations for
2543
+ [QLDBSession](https://youtype.github.io/types_boto3_docs/types_boto3_qldb_session/)
2544
+ service.
2545
+ - `types-boto3-lite[quicksight]` - Type annotations for
2546
+ [QuickSight](https://youtype.github.io/types_boto3_docs/types_boto3_quicksight/)
2547
+ service.
2548
+ - `types-boto3-lite[ram]` - Type annotations for
2549
+ [RAM](https://youtype.github.io/types_boto3_docs/types_boto3_ram/) service.
2550
+ - `types-boto3-lite[rbin]` - Type annotations for
2551
+ [RecycleBin](https://youtype.github.io/types_boto3_docs/types_boto3_rbin/)
2552
+ service.
2553
+ - `types-boto3-lite[rds]` - Type annotations for
2554
+ [RDS](https://youtype.github.io/types_boto3_docs/types_boto3_rds/) service.
2555
+ - `types-boto3-lite[rds-data]` - Type annotations for
2556
+ [RDSDataService](https://youtype.github.io/types_boto3_docs/types_boto3_rds_data/)
2557
+ service.
2558
+ - `types-boto3-lite[redshift]` - Type annotations for
2559
+ [Redshift](https://youtype.github.io/types_boto3_docs/types_boto3_redshift/)
2560
+ service.
2561
+ - `types-boto3-lite[redshift-data]` - Type annotations for
2562
+ [RedshiftDataAPIService](https://youtype.github.io/types_boto3_docs/types_boto3_redshift_data/)
2563
+ service.
2564
+ - `types-boto3-lite[redshift-serverless]` - Type annotations for
2565
+ [RedshiftServerless](https://youtype.github.io/types_boto3_docs/types_boto3_redshift_serverless/)
2566
+ service.
2567
+ - `types-boto3-lite[rekognition]` - Type annotations for
2568
+ [Rekognition](https://youtype.github.io/types_boto3_docs/types_boto3_rekognition/)
2569
+ service.
2570
+ - `types-boto3-lite[repostspace]` - Type annotations for
2571
+ [RePostPrivate](https://youtype.github.io/types_boto3_docs/types_boto3_repostspace/)
2572
+ service.
2573
+ - `types-boto3-lite[resiliencehub]` - Type annotations for
2574
+ [ResilienceHub](https://youtype.github.io/types_boto3_docs/types_boto3_resiliencehub/)
2575
+ service.
2576
+ - `types-boto3-lite[resource-explorer-2]` - Type annotations for
2577
+ [ResourceExplorer](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/)
2578
+ service.
2579
+ - `types-boto3-lite[resource-groups]` - Type annotations for
2580
+ [ResourceGroups](https://youtype.github.io/types_boto3_docs/types_boto3_resource_groups/)
2581
+ service.
2582
+ - `types-boto3-lite[resourcegroupstaggingapi]` - Type annotations for
2583
+ [ResourceGroupsTaggingAPI](https://youtype.github.io/types_boto3_docs/types_boto3_resourcegroupstaggingapi/)
2584
+ service.
2585
+ - `types-boto3-lite[robomaker]` - Type annotations for
2586
+ [RoboMaker](https://youtype.github.io/types_boto3_docs/types_boto3_robomaker/)
2587
+ service.
2588
+ - `types-boto3-lite[rolesanywhere]` - Type annotations for
2589
+ [IAMRolesAnywhere](https://youtype.github.io/types_boto3_docs/types_boto3_rolesanywhere/)
2590
+ service.
2591
+ - `types-boto3-lite[route53]` - Type annotations for
2592
+ [Route53](https://youtype.github.io/types_boto3_docs/types_boto3_route53/)
2593
+ service.
2594
+ - `types-boto3-lite[route53-recovery-cluster]` - Type annotations for
2595
+ [Route53RecoveryCluster](https://youtype.github.io/types_boto3_docs/types_boto3_route53_recovery_cluster/)
2596
+ service.
2597
+ - `types-boto3-lite[route53-recovery-control-config]` - Type annotations for
2598
+ [Route53RecoveryControlConfig](https://youtype.github.io/types_boto3_docs/types_boto3_route53_recovery_control_config/)
2599
+ service.
2600
+ - `types-boto3-lite[route53-recovery-readiness]` - Type annotations for
2601
+ [Route53RecoveryReadiness](https://youtype.github.io/types_boto3_docs/types_boto3_route53_recovery_readiness/)
2602
+ service.
2603
+ - `types-boto3-lite[route53domains]` - Type annotations for
2604
+ [Route53Domains](https://youtype.github.io/types_boto3_docs/types_boto3_route53domains/)
2605
+ service.
2606
+ - `types-boto3-lite[route53profiles]` - Type annotations for
2607
+ [Route53Profiles](https://youtype.github.io/types_boto3_docs/types_boto3_route53profiles/)
2608
+ service.
2609
+ - `types-boto3-lite[route53resolver]` - Type annotations for
2610
+ [Route53Resolver](https://youtype.github.io/types_boto3_docs/types_boto3_route53resolver/)
2611
+ service.
2612
+ - `types-boto3-lite[rum]` - Type annotations for
2613
+ [CloudWatchRUM](https://youtype.github.io/types_boto3_docs/types_boto3_rum/)
2614
+ service.
2615
+ - `types-boto3-lite[s3]` - Type annotations for
2616
+ [S3](https://youtype.github.io/types_boto3_docs/types_boto3_s3/) service.
2617
+ - `types-boto3-lite[s3control]` - Type annotations for
2618
+ [S3Control](https://youtype.github.io/types_boto3_docs/types_boto3_s3control/)
2619
+ service.
2620
+ - `types-boto3-lite[s3outposts]` - Type annotations for
2621
+ [S3Outposts](https://youtype.github.io/types_boto3_docs/types_boto3_s3outposts/)
2622
+ service.
2623
+ - `types-boto3-lite[s3tables]` - Type annotations for
2624
+ [S3Tables](https://youtype.github.io/types_boto3_docs/types_boto3_s3tables/)
2625
+ service.
2626
+ - `types-boto3-lite[sagemaker]` - Type annotations for
2627
+ [SageMaker](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker/)
2628
+ service.
2629
+ - `types-boto3-lite[sagemaker-a2i-runtime]` - Type annotations for
2630
+ [AugmentedAIRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_a2i_runtime/)
2631
+ service.
2632
+ - `types-boto3-lite[sagemaker-edge]` - Type annotations for
2633
+ [SagemakerEdgeManager](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_edge/)
2634
+ service.
2635
+ - `types-boto3-lite[sagemaker-featurestore-runtime]` - Type annotations for
2636
+ [SageMakerFeatureStoreRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_featurestore_runtime/)
2637
+ service.
2638
+ - `types-boto3-lite[sagemaker-geospatial]` - Type annotations for
2639
+ [SageMakergeospatialcapabilities](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_geospatial/)
2640
+ service.
2641
+ - `types-boto3-lite[sagemaker-metrics]` - Type annotations for
2642
+ [SageMakerMetrics](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_metrics/)
2643
+ service.
2644
+ - `types-boto3-lite[sagemaker-runtime]` - Type annotations for
2645
+ [SageMakerRuntime](https://youtype.github.io/types_boto3_docs/types_boto3_sagemaker_runtime/)
2646
+ service.
2647
+ - `types-boto3-lite[savingsplans]` - Type annotations for
2648
+ [SavingsPlans](https://youtype.github.io/types_boto3_docs/types_boto3_savingsplans/)
2649
+ service.
2650
+ - `types-boto3-lite[scheduler]` - Type annotations for
2651
+ [EventBridgeScheduler](https://youtype.github.io/types_boto3_docs/types_boto3_scheduler/)
2652
+ service.
2653
+ - `types-boto3-lite[schemas]` - Type annotations for
2654
+ [Schemas](https://youtype.github.io/types_boto3_docs/types_boto3_schemas/)
2655
+ service.
2656
+ - `types-boto3-lite[sdb]` - Type annotations for
2657
+ [SimpleDB](https://youtype.github.io/types_boto3_docs/types_boto3_sdb/)
2658
+ service.
2659
+ - `types-boto3-lite[secretsmanager]` - Type annotations for
2660
+ [SecretsManager](https://youtype.github.io/types_boto3_docs/types_boto3_secretsmanager/)
2661
+ service.
2662
+ - `types-boto3-lite[security-ir]` - Type annotations for
2663
+ [SecurityIncidentResponse](https://youtype.github.io/types_boto3_docs/types_boto3_security_ir/)
2664
+ service.
2665
+ - `types-boto3-lite[securityhub]` - Type annotations for
2666
+ [SecurityHub](https://youtype.github.io/types_boto3_docs/types_boto3_securityhub/)
2667
+ service.
2668
+ - `types-boto3-lite[securitylake]` - Type annotations for
2669
+ [SecurityLake](https://youtype.github.io/types_boto3_docs/types_boto3_securitylake/)
2670
+ service.
2671
+ - `types-boto3-lite[serverlessrepo]` - Type annotations for
2672
+ [ServerlessApplicationRepository](https://youtype.github.io/types_boto3_docs/types_boto3_serverlessrepo/)
2673
+ service.
2674
+ - `types-boto3-lite[service-quotas]` - Type annotations for
2675
+ [ServiceQuotas](https://youtype.github.io/types_boto3_docs/types_boto3_service_quotas/)
2676
+ service.
2677
+ - `types-boto3-lite[servicecatalog]` - Type annotations for
2678
+ [ServiceCatalog](https://youtype.github.io/types_boto3_docs/types_boto3_servicecatalog/)
2679
+ service.
2680
+ - `types-boto3-lite[servicecatalog-appregistry]` - Type annotations for
2681
+ [AppRegistry](https://youtype.github.io/types_boto3_docs/types_boto3_servicecatalog_appregistry/)
2682
+ service.
2683
+ - `types-boto3-lite[servicediscovery]` - Type annotations for
2684
+ [ServiceDiscovery](https://youtype.github.io/types_boto3_docs/types_boto3_servicediscovery/)
2685
+ service.
2686
+ - `types-boto3-lite[ses]` - Type annotations for
2687
+ [SES](https://youtype.github.io/types_boto3_docs/types_boto3_ses/) service.
2688
+ - `types-boto3-lite[sesv2]` - Type annotations for
2689
+ [SESV2](https://youtype.github.io/types_boto3_docs/types_boto3_sesv2/)
2690
+ service.
2691
+ - `types-boto3-lite[shield]` - Type annotations for
2692
+ [Shield](https://youtype.github.io/types_boto3_docs/types_boto3_shield/)
2693
+ service.
2694
+ - `types-boto3-lite[signer]` - Type annotations for
2695
+ [Signer](https://youtype.github.io/types_boto3_docs/types_boto3_signer/)
2696
+ service.
2697
+ - `types-boto3-lite[simspaceweaver]` - Type annotations for
2698
+ [SimSpaceWeaver](https://youtype.github.io/types_boto3_docs/types_boto3_simspaceweaver/)
2699
+ service.
2700
+ - `types-boto3-lite[sms]` - Type annotations for
2701
+ [SMS](https://youtype.github.io/types_boto3_docs/types_boto3_sms/) service.
2702
+ - `types-boto3-lite[sms-voice]` - Type annotations for
2703
+ [PinpointSMSVoice](https://youtype.github.io/types_boto3_docs/types_boto3_sms_voice/)
2704
+ service.
2705
+ - `types-boto3-lite[snow-device-management]` - Type annotations for
2706
+ [SnowDeviceManagement](https://youtype.github.io/types_boto3_docs/types_boto3_snow_device_management/)
2707
+ service.
2708
+ - `types-boto3-lite[snowball]` - Type annotations for
2709
+ [Snowball](https://youtype.github.io/types_boto3_docs/types_boto3_snowball/)
2710
+ service.
2711
+ - `types-boto3-lite[sns]` - Type annotations for
2712
+ [SNS](https://youtype.github.io/types_boto3_docs/types_boto3_sns/) service.
2713
+ - `types-boto3-lite[socialmessaging]` - Type annotations for
2714
+ [EndUserMessagingSocial](https://youtype.github.io/types_boto3_docs/types_boto3_socialmessaging/)
2715
+ service.
2716
+ - `types-boto3-lite[sqs]` - Type annotations for
2717
+ [SQS](https://youtype.github.io/types_boto3_docs/types_boto3_sqs/) service.
2718
+ - `types-boto3-lite[ssm]` - Type annotations for
2719
+ [SSM](https://youtype.github.io/types_boto3_docs/types_boto3_ssm/) service.
2720
+ - `types-boto3-lite[ssm-contacts]` - Type annotations for
2721
+ [SSMContacts](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_contacts/)
2722
+ service.
2723
+ - `types-boto3-lite[ssm-incidents]` - Type annotations for
2724
+ [SSMIncidents](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_incidents/)
2725
+ service.
2726
+ - `types-boto3-lite[ssm-quicksetup]` - Type annotations for
2727
+ [SystemsManagerQuickSetup](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_quicksetup/)
2728
+ service.
2729
+ - `types-boto3-lite[ssm-sap]` - Type annotations for
2730
+ [SsmSap](https://youtype.github.io/types_boto3_docs/types_boto3_ssm_sap/)
2731
+ service.
2732
+ - `types-boto3-lite[sso]` - Type annotations for
2733
+ [SSO](https://youtype.github.io/types_boto3_docs/types_boto3_sso/) service.
2734
+ - `types-boto3-lite[sso-admin]` - Type annotations for
2735
+ [SSOAdmin](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/)
2736
+ service.
2737
+ - `types-boto3-lite[sso-oidc]` - Type annotations for
2738
+ [SSOOIDC](https://youtype.github.io/types_boto3_docs/types_boto3_sso_oidc/)
2739
+ service.
2740
+ - `types-boto3-lite[stepfunctions]` - Type annotations for
2741
+ [SFN](https://youtype.github.io/types_boto3_docs/types_boto3_stepfunctions/)
2742
+ service.
2743
+ - `types-boto3-lite[storagegateway]` - Type annotations for
2744
+ [StorageGateway](https://youtype.github.io/types_boto3_docs/types_boto3_storagegateway/)
2745
+ service.
2746
+ - `types-boto3-lite[sts]` - Type annotations for
2747
+ [STS](https://youtype.github.io/types_boto3_docs/types_boto3_sts/) service.
2748
+ - `types-boto3-lite[supplychain]` - Type annotations for
2749
+ [SupplyChain](https://youtype.github.io/types_boto3_docs/types_boto3_supplychain/)
2750
+ service.
2751
+ - `types-boto3-lite[support]` - Type annotations for
2752
+ [Support](https://youtype.github.io/types_boto3_docs/types_boto3_support/)
2753
+ service.
2754
+ - `types-boto3-lite[support-app]` - Type annotations for
2755
+ [SupportApp](https://youtype.github.io/types_boto3_docs/types_boto3_support_app/)
2756
+ service.
2757
+ - `types-boto3-lite[swf]` - Type annotations for
2758
+ [SWF](https://youtype.github.io/types_boto3_docs/types_boto3_swf/) service.
2759
+ - `types-boto3-lite[synthetics]` - Type annotations for
2760
+ [Synthetics](https://youtype.github.io/types_boto3_docs/types_boto3_synthetics/)
2761
+ service.
2762
+ - `types-boto3-lite[taxsettings]` - Type annotations for
2763
+ [TaxSettings](https://youtype.github.io/types_boto3_docs/types_boto3_taxsettings/)
2764
+ service.
2765
+ - `types-boto3-lite[textract]` - Type annotations for
2766
+ [Textract](https://youtype.github.io/types_boto3_docs/types_boto3_textract/)
2767
+ service.
2768
+ - `types-boto3-lite[timestream-influxdb]` - Type annotations for
2769
+ [TimestreamInfluxDB](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/)
2770
+ service.
2771
+ - `types-boto3-lite[timestream-query]` - Type annotations for
2772
+ [TimestreamQuery](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_query/)
2773
+ service.
2774
+ - `types-boto3-lite[timestream-write]` - Type annotations for
2775
+ [TimestreamWrite](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_write/)
2776
+ service.
2777
+ - `types-boto3-lite[tnb]` - Type annotations for
2778
+ [TelcoNetworkBuilder](https://youtype.github.io/types_boto3_docs/types_boto3_tnb/)
2779
+ service.
2780
+ - `types-boto3-lite[transcribe]` - Type annotations for
2781
+ [TranscribeService](https://youtype.github.io/types_boto3_docs/types_boto3_transcribe/)
2782
+ service.
2783
+ - `types-boto3-lite[transfer]` - Type annotations for
2784
+ [Transfer](https://youtype.github.io/types_boto3_docs/types_boto3_transfer/)
2785
+ service.
2786
+ - `types-boto3-lite[translate]` - Type annotations for
2787
+ [Translate](https://youtype.github.io/types_boto3_docs/types_boto3_translate/)
2788
+ service.
2789
+ - `types-boto3-lite[trustedadvisor]` - Type annotations for
2790
+ [TrustedAdvisorPublicAPI](https://youtype.github.io/types_boto3_docs/types_boto3_trustedadvisor/)
2791
+ service.
2792
+ - `types-boto3-lite[verifiedpermissions]` - Type annotations for
2793
+ [VerifiedPermissions](https://youtype.github.io/types_boto3_docs/types_boto3_verifiedpermissions/)
2794
+ service.
2795
+ - `types-boto3-lite[voice-id]` - Type annotations for
2796
+ [VoiceID](https://youtype.github.io/types_boto3_docs/types_boto3_voice_id/)
2797
+ service.
2798
+ - `types-boto3-lite[vpc-lattice]` - Type annotations for
2799
+ [VPCLattice](https://youtype.github.io/types_boto3_docs/types_boto3_vpc_lattice/)
2800
+ service.
2801
+ - `types-boto3-lite[waf]` - Type annotations for
2802
+ [WAF](https://youtype.github.io/types_boto3_docs/types_boto3_waf/) service.
2803
+ - `types-boto3-lite[waf-regional]` - Type annotations for
2804
+ [WAFRegional](https://youtype.github.io/types_boto3_docs/types_boto3_waf_regional/)
2805
+ service.
2806
+ - `types-boto3-lite[wafv2]` - Type annotations for
2807
+ [WAFV2](https://youtype.github.io/types_boto3_docs/types_boto3_wafv2/)
2808
+ service.
2809
+ - `types-boto3-lite[wellarchitected]` - Type annotations for
2810
+ [WellArchitected](https://youtype.github.io/types_boto3_docs/types_boto3_wellarchitected/)
2811
+ service.
2812
+ - `types-boto3-lite[wisdom]` - Type annotations for
2813
+ [ConnectWisdomService](https://youtype.github.io/types_boto3_docs/types_boto3_wisdom/)
2814
+ service.
2815
+ - `types-boto3-lite[workdocs]` - Type annotations for
2816
+ [WorkDocs](https://youtype.github.io/types_boto3_docs/types_boto3_workdocs/)
2817
+ service.
2818
+ - `types-boto3-lite[workmail]` - Type annotations for
2819
+ [WorkMail](https://youtype.github.io/types_boto3_docs/types_boto3_workmail/)
2820
+ service.
2821
+ - `types-boto3-lite[workmailmessageflow]` - Type annotations for
2822
+ [WorkMailMessageFlow](https://youtype.github.io/types_boto3_docs/types_boto3_workmailmessageflow/)
2823
+ service.
2824
+ - `types-boto3-lite[workspaces]` - Type annotations for
2825
+ [WorkSpaces](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces/)
2826
+ service.
2827
+ - `types-boto3-lite[workspaces-thin-client]` - Type annotations for
2828
+ [WorkSpacesThinClient](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_thin_client/)
2829
+ service.
2830
+ - `types-boto3-lite[workspaces-web]` - Type annotations for
2831
+ [WorkSpacesWeb](https://youtype.github.io/types_boto3_docs/types_boto3_workspaces_web/)
2832
+ service.
2833
+ - `types-boto3-lite[xray]` - Type annotations for
2834
+ [XRay](https://youtype.github.io/types_boto3_docs/types_boto3_xray/) service.