boto3-stubs-lite 1.34.66__py3-none-any.whl → 1.36.0__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 (41) hide show
  1. boto3-stubs/__init__.pyi +41 -33
  2. boto3-stubs/compat.pyi +7 -2
  3. boto3-stubs/crt.pyi +10 -6
  4. boto3-stubs/docs/__init__.pyi +6 -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 +16 -5
  16. boto3-stubs/docs/waiter.pyi +33 -0
  17. boto3-stubs/dynamodb/conditions.pyi +31 -38
  18. boto3-stubs/dynamodb/table.pyi +15 -9
  19. boto3-stubs/dynamodb/transform.pyi +18 -12
  20. boto3-stubs/dynamodb/types.pyi +22 -33
  21. boto3-stubs/ec2/createtags.pyi +9 -3
  22. boto3-stubs/ec2/deletetags.pyi +6 -0
  23. boto3-stubs/exceptions.pyi +6 -0
  24. boto3-stubs/resources/action.pyi +12 -6
  25. boto3-stubs/resources/base.pyi +17 -13
  26. boto3-stubs/resources/collection.pyi +10 -6
  27. boto3-stubs/resources/factory.pyi +9 -3
  28. boto3-stubs/resources/model.pyi +55 -53
  29. boto3-stubs/resources/params.pyi +12 -6
  30. boto3-stubs/resources/response.pyi +20 -14
  31. boto3-stubs/s3/constants.pyi +6 -0
  32. boto3-stubs/s3/inject.pyi +62 -56
  33. boto3-stubs/s3/transfer.pyi +23 -17
  34. boto3-stubs/session.pyi +39 -36
  35. boto3-stubs/utils.pyi +10 -4
  36. {boto3_stubs_lite-1.34.66.dist-info → boto3_stubs_lite-1.36.0.dist-info}/LICENSE +1 -1
  37. {boto3_stubs_lite-1.34.66.dist-info → boto3_stubs_lite-1.36.0.dist-info}/METADATA +1055 -879
  38. boto3_stubs_lite-1.36.0.dist-info/RECORD +45 -0
  39. {boto3_stubs_lite-1.34.66.dist-info → boto3_stubs_lite-1.36.0.dist-info}/WHEEL +1 -1
  40. boto3_stubs_lite-1.34.66.dist-info/RECORD +0 -34
  41. {boto3_stubs_lite-1.34.66.dist-info → boto3_stubs_lite-1.36.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: boto3-stubs-lite
3
- Version: 1.34.66
4
- Summary: Type annotations for boto3 1.34.66 generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.36.0
4
+ Summary: Lite type annotations for boto3 1.36.0 generated with mypy-boto3-builder 8.8.0
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/
10
10
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
11
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 type-annotations boto3-stubs mypy typeshed autocomplete
12
+ Keywords: boto3 boto3-stubs type-annotations typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
23
23
  Classifier: Programming Language :: Python :: 3.11
24
24
  Classifier: Programming Language :: Python :: 3.12
25
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
26
27
  Classifier: Programming Language :: Python :: 3 :: Only
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Stubs Only
@@ -31,1189 +32,1276 @@ Description-Content-Type: text/markdown
31
32
  License-File: LICENSE
32
33
  Requires-Dist: botocore-stubs
33
34
  Requires-Dist: types-s3transfer
34
- Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
35
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
36
+ Provides-Extra: full
37
+ Requires-Dist: boto3-stubs-full<1.37.0,>=1.36.0; extra == "full"
38
+ Provides-Extra: boto3
39
+ Requires-Dist: boto3==1.36.0; extra == "boto3"
40
+ Provides-Extra: all
41
+ Requires-Dist: mypy-boto3-accessanalyzer<1.37.0,>=1.36.0; extra == "all"
42
+ Requires-Dist: mypy-boto3-account<1.37.0,>=1.36.0; extra == "all"
43
+ Requires-Dist: mypy-boto3-acm<1.37.0,>=1.36.0; extra == "all"
44
+ Requires-Dist: mypy-boto3-acm-pca<1.37.0,>=1.36.0; extra == "all"
45
+ Requires-Dist: mypy-boto3-amp<1.37.0,>=1.36.0; extra == "all"
46
+ Requires-Dist: mypy-boto3-amplify<1.37.0,>=1.36.0; extra == "all"
47
+ Requires-Dist: mypy-boto3-amplifybackend<1.37.0,>=1.36.0; extra == "all"
48
+ Requires-Dist: mypy-boto3-amplifyuibuilder<1.37.0,>=1.36.0; extra == "all"
49
+ Requires-Dist: mypy-boto3-apigateway<1.37.0,>=1.36.0; extra == "all"
50
+ Requires-Dist: mypy-boto3-apigatewaymanagementapi<1.37.0,>=1.36.0; extra == "all"
51
+ Requires-Dist: mypy-boto3-apigatewayv2<1.37.0,>=1.36.0; extra == "all"
52
+ Requires-Dist: mypy-boto3-appconfig<1.37.0,>=1.36.0; extra == "all"
53
+ Requires-Dist: mypy-boto3-appconfigdata<1.37.0,>=1.36.0; extra == "all"
54
+ Requires-Dist: mypy-boto3-appfabric<1.37.0,>=1.36.0; extra == "all"
55
+ Requires-Dist: mypy-boto3-appflow<1.37.0,>=1.36.0; extra == "all"
56
+ Requires-Dist: mypy-boto3-appintegrations<1.37.0,>=1.36.0; extra == "all"
57
+ Requires-Dist: mypy-boto3-application-autoscaling<1.37.0,>=1.36.0; extra == "all"
58
+ Requires-Dist: mypy-boto3-application-insights<1.37.0,>=1.36.0; extra == "all"
59
+ Requires-Dist: mypy-boto3-application-signals<1.37.0,>=1.36.0; extra == "all"
60
+ Requires-Dist: mypy-boto3-applicationcostprofiler<1.37.0,>=1.36.0; extra == "all"
61
+ Requires-Dist: mypy-boto3-appmesh<1.37.0,>=1.36.0; extra == "all"
62
+ Requires-Dist: mypy-boto3-apprunner<1.37.0,>=1.36.0; extra == "all"
63
+ Requires-Dist: mypy-boto3-appstream<1.37.0,>=1.36.0; extra == "all"
64
+ Requires-Dist: mypy-boto3-appsync<1.37.0,>=1.36.0; extra == "all"
65
+ Requires-Dist: mypy-boto3-apptest<1.37.0,>=1.36.0; extra == "all"
66
+ Requires-Dist: mypy-boto3-arc-zonal-shift<1.37.0,>=1.36.0; extra == "all"
67
+ Requires-Dist: mypy-boto3-artifact<1.37.0,>=1.36.0; extra == "all"
68
+ Requires-Dist: mypy-boto3-athena<1.37.0,>=1.36.0; extra == "all"
69
+ Requires-Dist: mypy-boto3-auditmanager<1.37.0,>=1.36.0; extra == "all"
70
+ Requires-Dist: mypy-boto3-autoscaling<1.37.0,>=1.36.0; extra == "all"
71
+ Requires-Dist: mypy-boto3-autoscaling-plans<1.37.0,>=1.36.0; extra == "all"
72
+ Requires-Dist: mypy-boto3-b2bi<1.37.0,>=1.36.0; extra == "all"
73
+ Requires-Dist: mypy-boto3-backup<1.37.0,>=1.36.0; extra == "all"
74
+ Requires-Dist: mypy-boto3-backup-gateway<1.37.0,>=1.36.0; extra == "all"
75
+ Requires-Dist: mypy-boto3-backupsearch<1.37.0,>=1.36.0; extra == "all"
76
+ Requires-Dist: mypy-boto3-batch<1.37.0,>=1.36.0; extra == "all"
77
+ Requires-Dist: mypy-boto3-bcm-data-exports<1.37.0,>=1.36.0; extra == "all"
78
+ Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.37.0,>=1.36.0; extra == "all"
79
+ Requires-Dist: mypy-boto3-bedrock<1.37.0,>=1.36.0; extra == "all"
80
+ Requires-Dist: mypy-boto3-bedrock-agent<1.37.0,>=1.36.0; extra == "all"
81
+ Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.37.0,>=1.36.0; extra == "all"
82
+ Requires-Dist: mypy-boto3-bedrock-data-automation<1.37.0,>=1.36.0; extra == "all"
83
+ Requires-Dist: mypy-boto3-bedrock-data-automation-runtime<1.37.0,>=1.36.0; extra == "all"
84
+ Requires-Dist: mypy-boto3-bedrock-runtime<1.37.0,>=1.36.0; extra == "all"
85
+ Requires-Dist: mypy-boto3-billing<1.37.0,>=1.36.0; extra == "all"
86
+ Requires-Dist: mypy-boto3-billingconductor<1.37.0,>=1.36.0; extra == "all"
87
+ Requires-Dist: mypy-boto3-braket<1.37.0,>=1.36.0; extra == "all"
88
+ Requires-Dist: mypy-boto3-budgets<1.37.0,>=1.36.0; extra == "all"
89
+ Requires-Dist: mypy-boto3-ce<1.37.0,>=1.36.0; extra == "all"
90
+ Requires-Dist: mypy-boto3-chatbot<1.37.0,>=1.36.0; extra == "all"
91
+ Requires-Dist: mypy-boto3-chime<1.37.0,>=1.36.0; extra == "all"
92
+ Requires-Dist: mypy-boto3-chime-sdk-identity<1.37.0,>=1.36.0; extra == "all"
93
+ Requires-Dist: mypy-boto3-chime-sdk-media-pipelines<1.37.0,>=1.36.0; extra == "all"
94
+ Requires-Dist: mypy-boto3-chime-sdk-meetings<1.37.0,>=1.36.0; extra == "all"
95
+ Requires-Dist: mypy-boto3-chime-sdk-messaging<1.37.0,>=1.36.0; extra == "all"
96
+ Requires-Dist: mypy-boto3-chime-sdk-voice<1.37.0,>=1.36.0; extra == "all"
97
+ Requires-Dist: mypy-boto3-cleanrooms<1.37.0,>=1.36.0; extra == "all"
98
+ Requires-Dist: mypy-boto3-cleanroomsml<1.37.0,>=1.36.0; extra == "all"
99
+ Requires-Dist: mypy-boto3-cloud9<1.37.0,>=1.36.0; extra == "all"
100
+ Requires-Dist: mypy-boto3-cloudcontrol<1.37.0,>=1.36.0; extra == "all"
101
+ Requires-Dist: mypy-boto3-clouddirectory<1.37.0,>=1.36.0; extra == "all"
102
+ Requires-Dist: mypy-boto3-cloudformation<1.37.0,>=1.36.0; extra == "all"
103
+ Requires-Dist: mypy-boto3-cloudfront<1.37.0,>=1.36.0; extra == "all"
104
+ Requires-Dist: mypy-boto3-cloudfront-keyvaluestore<1.37.0,>=1.36.0; extra == "all"
105
+ Requires-Dist: mypy-boto3-cloudhsm<1.37.0,>=1.36.0; extra == "all"
106
+ Requires-Dist: mypy-boto3-cloudhsmv2<1.37.0,>=1.36.0; extra == "all"
107
+ Requires-Dist: mypy-boto3-cloudsearch<1.37.0,>=1.36.0; extra == "all"
108
+ Requires-Dist: mypy-boto3-cloudsearchdomain<1.37.0,>=1.36.0; extra == "all"
109
+ Requires-Dist: mypy-boto3-cloudtrail<1.37.0,>=1.36.0; extra == "all"
110
+ Requires-Dist: mypy-boto3-cloudtrail-data<1.37.0,>=1.36.0; extra == "all"
111
+ Requires-Dist: mypy-boto3-cloudwatch<1.37.0,>=1.36.0; extra == "all"
112
+ Requires-Dist: mypy-boto3-codeartifact<1.37.0,>=1.36.0; extra == "all"
113
+ Requires-Dist: mypy-boto3-codebuild<1.37.0,>=1.36.0; extra == "all"
114
+ Requires-Dist: mypy-boto3-codecatalyst<1.37.0,>=1.36.0; extra == "all"
115
+ Requires-Dist: mypy-boto3-codecommit<1.37.0,>=1.36.0; extra == "all"
116
+ Requires-Dist: mypy-boto3-codeconnections<1.37.0,>=1.36.0; extra == "all"
117
+ Requires-Dist: mypy-boto3-codedeploy<1.37.0,>=1.36.0; extra == "all"
118
+ Requires-Dist: mypy-boto3-codeguru-reviewer<1.37.0,>=1.36.0; extra == "all"
119
+ Requires-Dist: mypy-boto3-codeguru-security<1.37.0,>=1.36.0; extra == "all"
120
+ Requires-Dist: mypy-boto3-codeguruprofiler<1.37.0,>=1.36.0; extra == "all"
121
+ Requires-Dist: mypy-boto3-codepipeline<1.37.0,>=1.36.0; extra == "all"
122
+ Requires-Dist: mypy-boto3-codestar-connections<1.37.0,>=1.36.0; extra == "all"
123
+ Requires-Dist: mypy-boto3-codestar-notifications<1.37.0,>=1.36.0; extra == "all"
124
+ Requires-Dist: mypy-boto3-cognito-identity<1.37.0,>=1.36.0; extra == "all"
125
+ Requires-Dist: mypy-boto3-cognito-idp<1.37.0,>=1.36.0; extra == "all"
126
+ Requires-Dist: mypy-boto3-cognito-sync<1.37.0,>=1.36.0; extra == "all"
127
+ Requires-Dist: mypy-boto3-comprehend<1.37.0,>=1.36.0; extra == "all"
128
+ Requires-Dist: mypy-boto3-comprehendmedical<1.37.0,>=1.36.0; extra == "all"
129
+ Requires-Dist: mypy-boto3-compute-optimizer<1.37.0,>=1.36.0; extra == "all"
130
+ Requires-Dist: mypy-boto3-config<1.37.0,>=1.36.0; extra == "all"
131
+ Requires-Dist: mypy-boto3-connect<1.37.0,>=1.36.0; extra == "all"
132
+ Requires-Dist: mypy-boto3-connect-contact-lens<1.37.0,>=1.36.0; extra == "all"
133
+ Requires-Dist: mypy-boto3-connectcampaigns<1.37.0,>=1.36.0; extra == "all"
134
+ Requires-Dist: mypy-boto3-connectcampaignsv2<1.37.0,>=1.36.0; extra == "all"
135
+ Requires-Dist: mypy-boto3-connectcases<1.37.0,>=1.36.0; extra == "all"
136
+ Requires-Dist: mypy-boto3-connectparticipant<1.37.0,>=1.36.0; extra == "all"
137
+ Requires-Dist: mypy-boto3-controlcatalog<1.37.0,>=1.36.0; extra == "all"
138
+ Requires-Dist: mypy-boto3-controltower<1.37.0,>=1.36.0; extra == "all"
139
+ Requires-Dist: mypy-boto3-cost-optimization-hub<1.37.0,>=1.36.0; extra == "all"
140
+ Requires-Dist: mypy-boto3-cur<1.37.0,>=1.36.0; extra == "all"
141
+ Requires-Dist: mypy-boto3-customer-profiles<1.37.0,>=1.36.0; extra == "all"
142
+ Requires-Dist: mypy-boto3-databrew<1.37.0,>=1.36.0; extra == "all"
143
+ Requires-Dist: mypy-boto3-dataexchange<1.37.0,>=1.36.0; extra == "all"
144
+ Requires-Dist: mypy-boto3-datapipeline<1.37.0,>=1.36.0; extra == "all"
145
+ Requires-Dist: mypy-boto3-datasync<1.37.0,>=1.36.0; extra == "all"
146
+ Requires-Dist: mypy-boto3-datazone<1.37.0,>=1.36.0; extra == "all"
147
+ Requires-Dist: mypy-boto3-dax<1.37.0,>=1.36.0; extra == "all"
148
+ Requires-Dist: mypy-boto3-deadline<1.37.0,>=1.36.0; extra == "all"
149
+ Requires-Dist: mypy-boto3-detective<1.37.0,>=1.36.0; extra == "all"
150
+ Requires-Dist: mypy-boto3-devicefarm<1.37.0,>=1.36.0; extra == "all"
151
+ Requires-Dist: mypy-boto3-devops-guru<1.37.0,>=1.36.0; extra == "all"
152
+ Requires-Dist: mypy-boto3-directconnect<1.37.0,>=1.36.0; extra == "all"
153
+ Requires-Dist: mypy-boto3-discovery<1.37.0,>=1.36.0; extra == "all"
154
+ Requires-Dist: mypy-boto3-dlm<1.37.0,>=1.36.0; extra == "all"
155
+ Requires-Dist: mypy-boto3-dms<1.37.0,>=1.36.0; extra == "all"
156
+ Requires-Dist: mypy-boto3-docdb<1.37.0,>=1.36.0; extra == "all"
157
+ Requires-Dist: mypy-boto3-docdb-elastic<1.37.0,>=1.36.0; extra == "all"
158
+ Requires-Dist: mypy-boto3-drs<1.37.0,>=1.36.0; extra == "all"
159
+ Requires-Dist: mypy-boto3-ds<1.37.0,>=1.36.0; extra == "all"
160
+ Requires-Dist: mypy-boto3-ds-data<1.37.0,>=1.36.0; extra == "all"
161
+ Requires-Dist: mypy-boto3-dsql<1.37.0,>=1.36.0; extra == "all"
162
+ Requires-Dist: mypy-boto3-dynamodb<1.37.0,>=1.36.0; extra == "all"
163
+ Requires-Dist: mypy-boto3-dynamodbstreams<1.37.0,>=1.36.0; extra == "all"
164
+ Requires-Dist: mypy-boto3-ebs<1.37.0,>=1.36.0; extra == "all"
165
+ Requires-Dist: mypy-boto3-ec2<1.37.0,>=1.36.0; extra == "all"
166
+ Requires-Dist: mypy-boto3-ec2-instance-connect<1.37.0,>=1.36.0; extra == "all"
167
+ Requires-Dist: mypy-boto3-ecr<1.37.0,>=1.36.0; extra == "all"
168
+ Requires-Dist: mypy-boto3-ecr-public<1.37.0,>=1.36.0; extra == "all"
169
+ Requires-Dist: mypy-boto3-ecs<1.37.0,>=1.36.0; extra == "all"
170
+ Requires-Dist: mypy-boto3-efs<1.37.0,>=1.36.0; extra == "all"
171
+ Requires-Dist: mypy-boto3-eks<1.37.0,>=1.36.0; extra == "all"
172
+ Requires-Dist: mypy-boto3-eks-auth<1.37.0,>=1.36.0; extra == "all"
173
+ Requires-Dist: mypy-boto3-elastic-inference<1.37.0,>=1.36.0; extra == "all"
174
+ Requires-Dist: mypy-boto3-elasticache<1.37.0,>=1.36.0; extra == "all"
175
+ Requires-Dist: mypy-boto3-elasticbeanstalk<1.37.0,>=1.36.0; extra == "all"
176
+ Requires-Dist: mypy-boto3-elastictranscoder<1.37.0,>=1.36.0; extra == "all"
177
+ Requires-Dist: mypy-boto3-elb<1.37.0,>=1.36.0; extra == "all"
178
+ Requires-Dist: mypy-boto3-elbv2<1.37.0,>=1.36.0; extra == "all"
179
+ Requires-Dist: mypy-boto3-emr<1.37.0,>=1.36.0; extra == "all"
180
+ Requires-Dist: mypy-boto3-emr-containers<1.37.0,>=1.36.0; extra == "all"
181
+ Requires-Dist: mypy-boto3-emr-serverless<1.37.0,>=1.36.0; extra == "all"
182
+ Requires-Dist: mypy-boto3-entityresolution<1.37.0,>=1.36.0; extra == "all"
183
+ Requires-Dist: mypy-boto3-es<1.37.0,>=1.36.0; extra == "all"
184
+ Requires-Dist: mypy-boto3-events<1.37.0,>=1.36.0; extra == "all"
185
+ Requires-Dist: mypy-boto3-evidently<1.37.0,>=1.36.0; extra == "all"
186
+ Requires-Dist: mypy-boto3-finspace<1.37.0,>=1.36.0; extra == "all"
187
+ Requires-Dist: mypy-boto3-finspace-data<1.37.0,>=1.36.0; extra == "all"
188
+ Requires-Dist: mypy-boto3-firehose<1.37.0,>=1.36.0; extra == "all"
189
+ Requires-Dist: mypy-boto3-fis<1.37.0,>=1.36.0; extra == "all"
190
+ Requires-Dist: mypy-boto3-fms<1.37.0,>=1.36.0; extra == "all"
191
+ Requires-Dist: mypy-boto3-forecast<1.37.0,>=1.36.0; extra == "all"
192
+ Requires-Dist: mypy-boto3-forecastquery<1.37.0,>=1.36.0; extra == "all"
193
+ Requires-Dist: mypy-boto3-frauddetector<1.37.0,>=1.36.0; extra == "all"
194
+ Requires-Dist: mypy-boto3-freetier<1.37.0,>=1.36.0; extra == "all"
195
+ Requires-Dist: mypy-boto3-fsx<1.37.0,>=1.36.0; extra == "all"
196
+ Requires-Dist: mypy-boto3-gamelift<1.37.0,>=1.36.0; extra == "all"
197
+ Requires-Dist: mypy-boto3-geo-maps<1.37.0,>=1.36.0; extra == "all"
198
+ Requires-Dist: mypy-boto3-geo-places<1.37.0,>=1.36.0; extra == "all"
199
+ Requires-Dist: mypy-boto3-geo-routes<1.37.0,>=1.36.0; extra == "all"
200
+ Requires-Dist: mypy-boto3-glacier<1.37.0,>=1.36.0; extra == "all"
201
+ Requires-Dist: mypy-boto3-globalaccelerator<1.37.0,>=1.36.0; extra == "all"
202
+ Requires-Dist: mypy-boto3-glue<1.37.0,>=1.36.0; extra == "all"
203
+ Requires-Dist: mypy-boto3-grafana<1.37.0,>=1.36.0; extra == "all"
204
+ Requires-Dist: mypy-boto3-greengrass<1.37.0,>=1.36.0; extra == "all"
205
+ Requires-Dist: mypy-boto3-greengrassv2<1.37.0,>=1.36.0; extra == "all"
206
+ Requires-Dist: mypy-boto3-groundstation<1.37.0,>=1.36.0; extra == "all"
207
+ Requires-Dist: mypy-boto3-guardduty<1.37.0,>=1.36.0; extra == "all"
208
+ Requires-Dist: mypy-boto3-health<1.37.0,>=1.36.0; extra == "all"
209
+ Requires-Dist: mypy-boto3-healthlake<1.37.0,>=1.36.0; extra == "all"
210
+ Requires-Dist: mypy-boto3-iam<1.37.0,>=1.36.0; extra == "all"
211
+ Requires-Dist: mypy-boto3-identitystore<1.37.0,>=1.36.0; extra == "all"
212
+ Requires-Dist: mypy-boto3-imagebuilder<1.37.0,>=1.36.0; extra == "all"
213
+ Requires-Dist: mypy-boto3-importexport<1.37.0,>=1.36.0; extra == "all"
214
+ Requires-Dist: mypy-boto3-inspector<1.37.0,>=1.36.0; extra == "all"
215
+ Requires-Dist: mypy-boto3-inspector-scan<1.37.0,>=1.36.0; extra == "all"
216
+ Requires-Dist: mypy-boto3-inspector2<1.37.0,>=1.36.0; extra == "all"
217
+ Requires-Dist: mypy-boto3-internetmonitor<1.37.0,>=1.36.0; extra == "all"
218
+ Requires-Dist: mypy-boto3-invoicing<1.37.0,>=1.36.0; extra == "all"
219
+ Requires-Dist: mypy-boto3-iot<1.37.0,>=1.36.0; extra == "all"
220
+ Requires-Dist: mypy-boto3-iot-data<1.37.0,>=1.36.0; extra == "all"
221
+ Requires-Dist: mypy-boto3-iot-jobs-data<1.37.0,>=1.36.0; extra == "all"
222
+ Requires-Dist: mypy-boto3-iotanalytics<1.37.0,>=1.36.0; extra == "all"
223
+ Requires-Dist: mypy-boto3-iotdeviceadvisor<1.37.0,>=1.36.0; extra == "all"
224
+ Requires-Dist: mypy-boto3-iotevents<1.37.0,>=1.36.0; extra == "all"
225
+ Requires-Dist: mypy-boto3-iotevents-data<1.37.0,>=1.36.0; extra == "all"
226
+ Requires-Dist: mypy-boto3-iotfleethub<1.37.0,>=1.36.0; extra == "all"
227
+ Requires-Dist: mypy-boto3-iotfleetwise<1.37.0,>=1.36.0; extra == "all"
228
+ Requires-Dist: mypy-boto3-iotsecuretunneling<1.37.0,>=1.36.0; extra == "all"
229
+ Requires-Dist: mypy-boto3-iotsitewise<1.37.0,>=1.36.0; extra == "all"
230
+ Requires-Dist: mypy-boto3-iotthingsgraph<1.37.0,>=1.36.0; extra == "all"
231
+ Requires-Dist: mypy-boto3-iottwinmaker<1.37.0,>=1.36.0; extra == "all"
232
+ Requires-Dist: mypy-boto3-iotwireless<1.37.0,>=1.36.0; extra == "all"
233
+ Requires-Dist: mypy-boto3-ivs<1.37.0,>=1.36.0; extra == "all"
234
+ Requires-Dist: mypy-boto3-ivs-realtime<1.37.0,>=1.36.0; extra == "all"
235
+ Requires-Dist: mypy-boto3-ivschat<1.37.0,>=1.36.0; extra == "all"
236
+ Requires-Dist: mypy-boto3-kafka<1.37.0,>=1.36.0; extra == "all"
237
+ Requires-Dist: mypy-boto3-kafkaconnect<1.37.0,>=1.36.0; extra == "all"
238
+ Requires-Dist: mypy-boto3-kendra<1.37.0,>=1.36.0; extra == "all"
239
+ Requires-Dist: mypy-boto3-kendra-ranking<1.37.0,>=1.36.0; extra == "all"
240
+ Requires-Dist: mypy-boto3-keyspaces<1.37.0,>=1.36.0; extra == "all"
241
+ Requires-Dist: mypy-boto3-kinesis<1.37.0,>=1.36.0; extra == "all"
242
+ Requires-Dist: mypy-boto3-kinesis-video-archived-media<1.37.0,>=1.36.0; extra == "all"
243
+ Requires-Dist: mypy-boto3-kinesis-video-media<1.37.0,>=1.36.0; extra == "all"
244
+ Requires-Dist: mypy-boto3-kinesis-video-signaling<1.37.0,>=1.36.0; extra == "all"
245
+ Requires-Dist: mypy-boto3-kinesis-video-webrtc-storage<1.37.0,>=1.36.0; extra == "all"
246
+ Requires-Dist: mypy-boto3-kinesisanalytics<1.37.0,>=1.36.0; extra == "all"
247
+ Requires-Dist: mypy-boto3-kinesisanalyticsv2<1.37.0,>=1.36.0; extra == "all"
248
+ Requires-Dist: mypy-boto3-kinesisvideo<1.37.0,>=1.36.0; extra == "all"
249
+ Requires-Dist: mypy-boto3-kms<1.37.0,>=1.36.0; extra == "all"
250
+ Requires-Dist: mypy-boto3-lakeformation<1.37.0,>=1.36.0; extra == "all"
251
+ Requires-Dist: mypy-boto3-lambda<1.37.0,>=1.36.0; extra == "all"
252
+ Requires-Dist: mypy-boto3-launch-wizard<1.37.0,>=1.36.0; extra == "all"
253
+ Requires-Dist: mypy-boto3-lex-models<1.37.0,>=1.36.0; extra == "all"
254
+ Requires-Dist: mypy-boto3-lex-runtime<1.37.0,>=1.36.0; extra == "all"
255
+ Requires-Dist: mypy-boto3-lexv2-models<1.37.0,>=1.36.0; extra == "all"
256
+ Requires-Dist: mypy-boto3-lexv2-runtime<1.37.0,>=1.36.0; extra == "all"
257
+ Requires-Dist: mypy-boto3-license-manager<1.37.0,>=1.36.0; extra == "all"
258
+ Requires-Dist: mypy-boto3-license-manager-linux-subscriptions<1.37.0,>=1.36.0; extra == "all"
259
+ Requires-Dist: mypy-boto3-license-manager-user-subscriptions<1.37.0,>=1.36.0; extra == "all"
260
+ Requires-Dist: mypy-boto3-lightsail<1.37.0,>=1.36.0; extra == "all"
261
+ Requires-Dist: mypy-boto3-location<1.37.0,>=1.36.0; extra == "all"
262
+ Requires-Dist: mypy-boto3-logs<1.37.0,>=1.36.0; extra == "all"
263
+ Requires-Dist: mypy-boto3-lookoutequipment<1.37.0,>=1.36.0; extra == "all"
264
+ Requires-Dist: mypy-boto3-lookoutmetrics<1.37.0,>=1.36.0; extra == "all"
265
+ Requires-Dist: mypy-boto3-lookoutvision<1.37.0,>=1.36.0; extra == "all"
266
+ Requires-Dist: mypy-boto3-m2<1.37.0,>=1.36.0; extra == "all"
267
+ Requires-Dist: mypy-boto3-machinelearning<1.37.0,>=1.36.0; extra == "all"
268
+ Requires-Dist: mypy-boto3-macie2<1.37.0,>=1.36.0; extra == "all"
269
+ Requires-Dist: mypy-boto3-mailmanager<1.37.0,>=1.36.0; extra == "all"
270
+ Requires-Dist: mypy-boto3-managedblockchain<1.37.0,>=1.36.0; extra == "all"
271
+ Requires-Dist: mypy-boto3-managedblockchain-query<1.37.0,>=1.36.0; extra == "all"
272
+ Requires-Dist: mypy-boto3-marketplace-agreement<1.37.0,>=1.36.0; extra == "all"
273
+ Requires-Dist: mypy-boto3-marketplace-catalog<1.37.0,>=1.36.0; extra == "all"
274
+ Requires-Dist: mypy-boto3-marketplace-deployment<1.37.0,>=1.36.0; extra == "all"
275
+ Requires-Dist: mypy-boto3-marketplace-entitlement<1.37.0,>=1.36.0; extra == "all"
276
+ Requires-Dist: mypy-boto3-marketplace-reporting<1.37.0,>=1.36.0; extra == "all"
277
+ Requires-Dist: mypy-boto3-marketplacecommerceanalytics<1.37.0,>=1.36.0; extra == "all"
278
+ Requires-Dist: mypy-boto3-mediaconnect<1.37.0,>=1.36.0; extra == "all"
279
+ Requires-Dist: mypy-boto3-mediaconvert<1.37.0,>=1.36.0; extra == "all"
280
+ Requires-Dist: mypy-boto3-medialive<1.37.0,>=1.36.0; extra == "all"
281
+ Requires-Dist: mypy-boto3-mediapackage<1.37.0,>=1.36.0; extra == "all"
282
+ Requires-Dist: mypy-boto3-mediapackage-vod<1.37.0,>=1.36.0; extra == "all"
283
+ Requires-Dist: mypy-boto3-mediapackagev2<1.37.0,>=1.36.0; extra == "all"
284
+ Requires-Dist: mypy-boto3-mediastore<1.37.0,>=1.36.0; extra == "all"
285
+ Requires-Dist: mypy-boto3-mediastore-data<1.37.0,>=1.36.0; extra == "all"
286
+ Requires-Dist: mypy-boto3-mediatailor<1.37.0,>=1.36.0; extra == "all"
287
+ Requires-Dist: mypy-boto3-medical-imaging<1.37.0,>=1.36.0; extra == "all"
288
+ Requires-Dist: mypy-boto3-memorydb<1.37.0,>=1.36.0; extra == "all"
289
+ Requires-Dist: mypy-boto3-meteringmarketplace<1.37.0,>=1.36.0; extra == "all"
290
+ Requires-Dist: mypy-boto3-mgh<1.37.0,>=1.36.0; extra == "all"
291
+ Requires-Dist: mypy-boto3-mgn<1.37.0,>=1.36.0; extra == "all"
292
+ Requires-Dist: mypy-boto3-migration-hub-refactor-spaces<1.37.0,>=1.36.0; extra == "all"
293
+ Requires-Dist: mypy-boto3-migrationhub-config<1.37.0,>=1.36.0; extra == "all"
294
+ Requires-Dist: mypy-boto3-migrationhuborchestrator<1.37.0,>=1.36.0; extra == "all"
295
+ Requires-Dist: mypy-boto3-migrationhubstrategy<1.37.0,>=1.36.0; extra == "all"
296
+ Requires-Dist: mypy-boto3-mq<1.37.0,>=1.36.0; extra == "all"
297
+ Requires-Dist: mypy-boto3-mturk<1.37.0,>=1.36.0; extra == "all"
298
+ Requires-Dist: mypy-boto3-mwaa<1.37.0,>=1.36.0; extra == "all"
299
+ Requires-Dist: mypy-boto3-neptune<1.37.0,>=1.36.0; extra == "all"
300
+ Requires-Dist: mypy-boto3-neptune-graph<1.37.0,>=1.36.0; extra == "all"
301
+ Requires-Dist: mypy-boto3-neptunedata<1.37.0,>=1.36.0; extra == "all"
302
+ Requires-Dist: mypy-boto3-network-firewall<1.37.0,>=1.36.0; extra == "all"
303
+ Requires-Dist: mypy-boto3-networkflowmonitor<1.37.0,>=1.36.0; extra == "all"
304
+ Requires-Dist: mypy-boto3-networkmanager<1.37.0,>=1.36.0; extra == "all"
305
+ Requires-Dist: mypy-boto3-networkmonitor<1.37.0,>=1.36.0; extra == "all"
306
+ Requires-Dist: mypy-boto3-notifications<1.37.0,>=1.36.0; extra == "all"
307
+ Requires-Dist: mypy-boto3-notificationscontacts<1.37.0,>=1.36.0; extra == "all"
308
+ Requires-Dist: mypy-boto3-oam<1.37.0,>=1.36.0; extra == "all"
309
+ Requires-Dist: mypy-boto3-observabilityadmin<1.37.0,>=1.36.0; extra == "all"
310
+ Requires-Dist: mypy-boto3-omics<1.37.0,>=1.36.0; extra == "all"
311
+ Requires-Dist: mypy-boto3-opensearch<1.37.0,>=1.36.0; extra == "all"
312
+ Requires-Dist: mypy-boto3-opensearchserverless<1.37.0,>=1.36.0; extra == "all"
313
+ Requires-Dist: mypy-boto3-opsworks<1.37.0,>=1.36.0; extra == "all"
314
+ Requires-Dist: mypy-boto3-opsworkscm<1.37.0,>=1.36.0; extra == "all"
315
+ Requires-Dist: mypy-boto3-organizations<1.37.0,>=1.36.0; extra == "all"
316
+ Requires-Dist: mypy-boto3-osis<1.37.0,>=1.36.0; extra == "all"
317
+ Requires-Dist: mypy-boto3-outposts<1.37.0,>=1.36.0; extra == "all"
318
+ Requires-Dist: mypy-boto3-panorama<1.37.0,>=1.36.0; extra == "all"
319
+ Requires-Dist: mypy-boto3-partnercentral-selling<1.37.0,>=1.36.0; extra == "all"
320
+ Requires-Dist: mypy-boto3-payment-cryptography<1.37.0,>=1.36.0; extra == "all"
321
+ Requires-Dist: mypy-boto3-payment-cryptography-data<1.37.0,>=1.36.0; extra == "all"
322
+ Requires-Dist: mypy-boto3-pca-connector-ad<1.37.0,>=1.36.0; extra == "all"
323
+ Requires-Dist: mypy-boto3-pca-connector-scep<1.37.0,>=1.36.0; extra == "all"
324
+ Requires-Dist: mypy-boto3-pcs<1.37.0,>=1.36.0; extra == "all"
325
+ Requires-Dist: mypy-boto3-personalize<1.37.0,>=1.36.0; extra == "all"
326
+ Requires-Dist: mypy-boto3-personalize-events<1.37.0,>=1.36.0; extra == "all"
327
+ Requires-Dist: mypy-boto3-personalize-runtime<1.37.0,>=1.36.0; extra == "all"
328
+ Requires-Dist: mypy-boto3-pi<1.37.0,>=1.36.0; extra == "all"
329
+ Requires-Dist: mypy-boto3-pinpoint<1.37.0,>=1.36.0; extra == "all"
330
+ Requires-Dist: mypy-boto3-pinpoint-email<1.37.0,>=1.36.0; extra == "all"
331
+ Requires-Dist: mypy-boto3-pinpoint-sms-voice<1.37.0,>=1.36.0; extra == "all"
332
+ Requires-Dist: mypy-boto3-pinpoint-sms-voice-v2<1.37.0,>=1.36.0; extra == "all"
333
+ Requires-Dist: mypy-boto3-pipes<1.37.0,>=1.36.0; extra == "all"
334
+ Requires-Dist: mypy-boto3-polly<1.37.0,>=1.36.0; extra == "all"
335
+ Requires-Dist: mypy-boto3-pricing<1.37.0,>=1.36.0; extra == "all"
336
+ Requires-Dist: mypy-boto3-privatenetworks<1.37.0,>=1.36.0; extra == "all"
337
+ Requires-Dist: mypy-boto3-proton<1.37.0,>=1.36.0; extra == "all"
338
+ Requires-Dist: mypy-boto3-qapps<1.37.0,>=1.36.0; extra == "all"
339
+ Requires-Dist: mypy-boto3-qbusiness<1.37.0,>=1.36.0; extra == "all"
340
+ Requires-Dist: mypy-boto3-qconnect<1.37.0,>=1.36.0; extra == "all"
341
+ Requires-Dist: mypy-boto3-qldb<1.37.0,>=1.36.0; extra == "all"
342
+ Requires-Dist: mypy-boto3-qldb-session<1.37.0,>=1.36.0; extra == "all"
343
+ Requires-Dist: mypy-boto3-quicksight<1.37.0,>=1.36.0; extra == "all"
344
+ Requires-Dist: mypy-boto3-ram<1.37.0,>=1.36.0; extra == "all"
345
+ Requires-Dist: mypy-boto3-rbin<1.37.0,>=1.36.0; extra == "all"
346
+ Requires-Dist: mypy-boto3-rds<1.37.0,>=1.36.0; extra == "all"
347
+ Requires-Dist: mypy-boto3-rds-data<1.37.0,>=1.36.0; extra == "all"
348
+ Requires-Dist: mypy-boto3-redshift<1.37.0,>=1.36.0; extra == "all"
349
+ Requires-Dist: mypy-boto3-redshift-data<1.37.0,>=1.36.0; extra == "all"
350
+ Requires-Dist: mypy-boto3-redshift-serverless<1.37.0,>=1.36.0; extra == "all"
351
+ Requires-Dist: mypy-boto3-rekognition<1.37.0,>=1.36.0; extra == "all"
352
+ Requires-Dist: mypy-boto3-repostspace<1.37.0,>=1.36.0; extra == "all"
353
+ Requires-Dist: mypy-boto3-resiliencehub<1.37.0,>=1.36.0; extra == "all"
354
+ Requires-Dist: mypy-boto3-resource-explorer-2<1.37.0,>=1.36.0; extra == "all"
355
+ Requires-Dist: mypy-boto3-resource-groups<1.37.0,>=1.36.0; extra == "all"
356
+ Requires-Dist: mypy-boto3-resourcegroupstaggingapi<1.37.0,>=1.36.0; extra == "all"
357
+ Requires-Dist: mypy-boto3-robomaker<1.37.0,>=1.36.0; extra == "all"
358
+ Requires-Dist: mypy-boto3-rolesanywhere<1.37.0,>=1.36.0; extra == "all"
359
+ Requires-Dist: mypy-boto3-route53<1.37.0,>=1.36.0; extra == "all"
360
+ Requires-Dist: mypy-boto3-route53-recovery-cluster<1.37.0,>=1.36.0; extra == "all"
361
+ Requires-Dist: mypy-boto3-route53-recovery-control-config<1.37.0,>=1.36.0; extra == "all"
362
+ Requires-Dist: mypy-boto3-route53-recovery-readiness<1.37.0,>=1.36.0; extra == "all"
363
+ Requires-Dist: mypy-boto3-route53domains<1.37.0,>=1.36.0; extra == "all"
364
+ Requires-Dist: mypy-boto3-route53profiles<1.37.0,>=1.36.0; extra == "all"
365
+ Requires-Dist: mypy-boto3-route53resolver<1.37.0,>=1.36.0; extra == "all"
366
+ Requires-Dist: mypy-boto3-rum<1.37.0,>=1.36.0; extra == "all"
367
+ Requires-Dist: mypy-boto3-s3<1.37.0,>=1.36.0; extra == "all"
368
+ Requires-Dist: mypy-boto3-s3control<1.37.0,>=1.36.0; extra == "all"
369
+ Requires-Dist: mypy-boto3-s3outposts<1.37.0,>=1.36.0; extra == "all"
370
+ Requires-Dist: mypy-boto3-s3tables<1.37.0,>=1.36.0; extra == "all"
371
+ Requires-Dist: mypy-boto3-sagemaker<1.37.0,>=1.36.0; extra == "all"
372
+ Requires-Dist: mypy-boto3-sagemaker-a2i-runtime<1.37.0,>=1.36.0; extra == "all"
373
+ Requires-Dist: mypy-boto3-sagemaker-edge<1.37.0,>=1.36.0; extra == "all"
374
+ Requires-Dist: mypy-boto3-sagemaker-featurestore-runtime<1.37.0,>=1.36.0; extra == "all"
375
+ Requires-Dist: mypy-boto3-sagemaker-geospatial<1.37.0,>=1.36.0; extra == "all"
376
+ Requires-Dist: mypy-boto3-sagemaker-metrics<1.37.0,>=1.36.0; extra == "all"
377
+ Requires-Dist: mypy-boto3-sagemaker-runtime<1.37.0,>=1.36.0; extra == "all"
378
+ Requires-Dist: mypy-boto3-savingsplans<1.37.0,>=1.36.0; extra == "all"
379
+ Requires-Dist: mypy-boto3-scheduler<1.37.0,>=1.36.0; extra == "all"
380
+ Requires-Dist: mypy-boto3-schemas<1.37.0,>=1.36.0; extra == "all"
381
+ Requires-Dist: mypy-boto3-sdb<1.37.0,>=1.36.0; extra == "all"
382
+ Requires-Dist: mypy-boto3-secretsmanager<1.37.0,>=1.36.0; extra == "all"
383
+ Requires-Dist: mypy-boto3-security-ir<1.37.0,>=1.36.0; extra == "all"
384
+ Requires-Dist: mypy-boto3-securityhub<1.37.0,>=1.36.0; extra == "all"
385
+ Requires-Dist: mypy-boto3-securitylake<1.37.0,>=1.36.0; extra == "all"
386
+ Requires-Dist: mypy-boto3-serverlessrepo<1.37.0,>=1.36.0; extra == "all"
387
+ Requires-Dist: mypy-boto3-service-quotas<1.37.0,>=1.36.0; extra == "all"
388
+ Requires-Dist: mypy-boto3-servicecatalog<1.37.0,>=1.36.0; extra == "all"
389
+ Requires-Dist: mypy-boto3-servicecatalog-appregistry<1.37.0,>=1.36.0; extra == "all"
390
+ Requires-Dist: mypy-boto3-servicediscovery<1.37.0,>=1.36.0; extra == "all"
391
+ Requires-Dist: mypy-boto3-ses<1.37.0,>=1.36.0; extra == "all"
392
+ Requires-Dist: mypy-boto3-sesv2<1.37.0,>=1.36.0; extra == "all"
393
+ Requires-Dist: mypy-boto3-shield<1.37.0,>=1.36.0; extra == "all"
394
+ Requires-Dist: mypy-boto3-signer<1.37.0,>=1.36.0; extra == "all"
395
+ Requires-Dist: mypy-boto3-simspaceweaver<1.37.0,>=1.36.0; extra == "all"
396
+ Requires-Dist: mypy-boto3-sms<1.37.0,>=1.36.0; extra == "all"
397
+ Requires-Dist: mypy-boto3-sms-voice<1.37.0,>=1.36.0; extra == "all"
398
+ Requires-Dist: mypy-boto3-snow-device-management<1.37.0,>=1.36.0; extra == "all"
399
+ Requires-Dist: mypy-boto3-snowball<1.37.0,>=1.36.0; extra == "all"
400
+ Requires-Dist: mypy-boto3-sns<1.37.0,>=1.36.0; extra == "all"
401
+ Requires-Dist: mypy-boto3-socialmessaging<1.37.0,>=1.36.0; extra == "all"
402
+ Requires-Dist: mypy-boto3-sqs<1.37.0,>=1.36.0; extra == "all"
403
+ Requires-Dist: mypy-boto3-ssm<1.37.0,>=1.36.0; extra == "all"
404
+ Requires-Dist: mypy-boto3-ssm-contacts<1.37.0,>=1.36.0; extra == "all"
405
+ Requires-Dist: mypy-boto3-ssm-incidents<1.37.0,>=1.36.0; extra == "all"
406
+ Requires-Dist: mypy-boto3-ssm-quicksetup<1.37.0,>=1.36.0; extra == "all"
407
+ Requires-Dist: mypy-boto3-ssm-sap<1.37.0,>=1.36.0; extra == "all"
408
+ Requires-Dist: mypy-boto3-sso<1.37.0,>=1.36.0; extra == "all"
409
+ Requires-Dist: mypy-boto3-sso-admin<1.37.0,>=1.36.0; extra == "all"
410
+ Requires-Dist: mypy-boto3-sso-oidc<1.37.0,>=1.36.0; extra == "all"
411
+ Requires-Dist: mypy-boto3-stepfunctions<1.37.0,>=1.36.0; extra == "all"
412
+ Requires-Dist: mypy-boto3-storagegateway<1.37.0,>=1.36.0; extra == "all"
413
+ Requires-Dist: mypy-boto3-sts<1.37.0,>=1.36.0; extra == "all"
414
+ Requires-Dist: mypy-boto3-supplychain<1.37.0,>=1.36.0; extra == "all"
415
+ Requires-Dist: mypy-boto3-support<1.37.0,>=1.36.0; extra == "all"
416
+ Requires-Dist: mypy-boto3-support-app<1.37.0,>=1.36.0; extra == "all"
417
+ Requires-Dist: mypy-boto3-swf<1.37.0,>=1.36.0; extra == "all"
418
+ Requires-Dist: mypy-boto3-synthetics<1.37.0,>=1.36.0; extra == "all"
419
+ Requires-Dist: mypy-boto3-taxsettings<1.37.0,>=1.36.0; extra == "all"
420
+ Requires-Dist: mypy-boto3-textract<1.37.0,>=1.36.0; extra == "all"
421
+ Requires-Dist: mypy-boto3-timestream-influxdb<1.37.0,>=1.36.0; extra == "all"
422
+ Requires-Dist: mypy-boto3-timestream-query<1.37.0,>=1.36.0; extra == "all"
423
+ Requires-Dist: mypy-boto3-timestream-write<1.37.0,>=1.36.0; extra == "all"
424
+ Requires-Dist: mypy-boto3-tnb<1.37.0,>=1.36.0; extra == "all"
425
+ Requires-Dist: mypy-boto3-transcribe<1.37.0,>=1.36.0; extra == "all"
426
+ Requires-Dist: mypy-boto3-transfer<1.37.0,>=1.36.0; extra == "all"
427
+ Requires-Dist: mypy-boto3-translate<1.37.0,>=1.36.0; extra == "all"
428
+ Requires-Dist: mypy-boto3-trustedadvisor<1.37.0,>=1.36.0; extra == "all"
429
+ Requires-Dist: mypy-boto3-verifiedpermissions<1.37.0,>=1.36.0; extra == "all"
430
+ Requires-Dist: mypy-boto3-voice-id<1.37.0,>=1.36.0; extra == "all"
431
+ Requires-Dist: mypy-boto3-vpc-lattice<1.37.0,>=1.36.0; extra == "all"
432
+ Requires-Dist: mypy-boto3-waf<1.37.0,>=1.36.0; extra == "all"
433
+ Requires-Dist: mypy-boto3-waf-regional<1.37.0,>=1.36.0; extra == "all"
434
+ Requires-Dist: mypy-boto3-wafv2<1.37.0,>=1.36.0; extra == "all"
435
+ Requires-Dist: mypy-boto3-wellarchitected<1.37.0,>=1.36.0; extra == "all"
436
+ Requires-Dist: mypy-boto3-wisdom<1.37.0,>=1.36.0; extra == "all"
437
+ Requires-Dist: mypy-boto3-workdocs<1.37.0,>=1.36.0; extra == "all"
438
+ Requires-Dist: mypy-boto3-workmail<1.37.0,>=1.36.0; extra == "all"
439
+ Requires-Dist: mypy-boto3-workmailmessageflow<1.37.0,>=1.36.0; extra == "all"
440
+ Requires-Dist: mypy-boto3-workspaces<1.37.0,>=1.36.0; extra == "all"
441
+ Requires-Dist: mypy-boto3-workspaces-thin-client<1.37.0,>=1.36.0; extra == "all"
442
+ Requires-Dist: mypy-boto3-workspaces-web<1.37.0,>=1.36.0; extra == "all"
443
+ Requires-Dist: mypy-boto3-xray<1.37.0,>=1.36.0; extra == "all"
444
+ Provides-Extra: essential
445
+ Requires-Dist: mypy-boto3-cloudformation<1.37.0,>=1.36.0; extra == "essential"
446
+ Requires-Dist: mypy-boto3-dynamodb<1.37.0,>=1.36.0; extra == "essential"
447
+ Requires-Dist: mypy-boto3-ec2<1.37.0,>=1.36.0; extra == "essential"
448
+ Requires-Dist: mypy-boto3-lambda<1.37.0,>=1.36.0; extra == "essential"
449
+ Requires-Dist: mypy-boto3-rds<1.37.0,>=1.36.0; extra == "essential"
450
+ Requires-Dist: mypy-boto3-s3<1.37.0,>=1.36.0; extra == "essential"
451
+ Requires-Dist: mypy-boto3-sqs<1.37.0,>=1.36.0; extra == "essential"
35
452
  Provides-Extra: accessanalyzer
36
- Requires-Dist: mypy-boto3-accessanalyzer <1.35.0,>=1.34.0 ; extra == 'accessanalyzer'
453
+ Requires-Dist: mypy-boto3-accessanalyzer<1.37.0,>=1.36.0; extra == "accessanalyzer"
37
454
  Provides-Extra: account
38
- Requires-Dist: mypy-boto3-account <1.35.0,>=1.34.0 ; extra == 'account'
455
+ Requires-Dist: mypy-boto3-account<1.37.0,>=1.36.0; extra == "account"
39
456
  Provides-Extra: acm
40
- Requires-Dist: mypy-boto3-acm <1.35.0,>=1.34.0 ; extra == 'acm'
457
+ Requires-Dist: mypy-boto3-acm<1.37.0,>=1.36.0; extra == "acm"
41
458
  Provides-Extra: acm-pca
42
- Requires-Dist: mypy-boto3-acm-pca <1.35.0,>=1.34.0 ; extra == 'acm-pca'
43
- Provides-Extra: alexaforbusiness
44
- Requires-Dist: mypy-boto3-alexaforbusiness <1.35.0,>=1.34.0 ; extra == 'alexaforbusiness'
45
- Provides-Extra: all
46
- Requires-Dist: mypy-boto3-accessanalyzer <1.35.0,>=1.34.0 ; extra == 'all'
47
- Requires-Dist: mypy-boto3-account <1.35.0,>=1.34.0 ; extra == 'all'
48
- Requires-Dist: mypy-boto3-acm <1.35.0,>=1.34.0 ; extra == 'all'
49
- Requires-Dist: mypy-boto3-acm-pca <1.35.0,>=1.34.0 ; extra == 'all'
50
- Requires-Dist: mypy-boto3-alexaforbusiness <1.35.0,>=1.34.0 ; extra == 'all'
51
- Requires-Dist: mypy-boto3-amp <1.35.0,>=1.34.0 ; extra == 'all'
52
- Requires-Dist: mypy-boto3-amplify <1.35.0,>=1.34.0 ; extra == 'all'
53
- Requires-Dist: mypy-boto3-amplifybackend <1.35.0,>=1.34.0 ; extra == 'all'
54
- Requires-Dist: mypy-boto3-amplifyuibuilder <1.35.0,>=1.34.0 ; extra == 'all'
55
- Requires-Dist: mypy-boto3-apigateway <1.35.0,>=1.34.0 ; extra == 'all'
56
- Requires-Dist: mypy-boto3-apigatewaymanagementapi <1.35.0,>=1.34.0 ; extra == 'all'
57
- Requires-Dist: mypy-boto3-apigatewayv2 <1.35.0,>=1.34.0 ; extra == 'all'
58
- Requires-Dist: mypy-boto3-appconfig <1.35.0,>=1.34.0 ; extra == 'all'
59
- Requires-Dist: mypy-boto3-appconfigdata <1.35.0,>=1.34.0 ; extra == 'all'
60
- Requires-Dist: mypy-boto3-appfabric <1.35.0,>=1.34.0 ; extra == 'all'
61
- Requires-Dist: mypy-boto3-appflow <1.35.0,>=1.34.0 ; extra == 'all'
62
- Requires-Dist: mypy-boto3-appintegrations <1.35.0,>=1.34.0 ; extra == 'all'
63
- Requires-Dist: mypy-boto3-application-autoscaling <1.35.0,>=1.34.0 ; extra == 'all'
64
- Requires-Dist: mypy-boto3-application-insights <1.35.0,>=1.34.0 ; extra == 'all'
65
- Requires-Dist: mypy-boto3-applicationcostprofiler <1.35.0,>=1.34.0 ; extra == 'all'
66
- Requires-Dist: mypy-boto3-appmesh <1.35.0,>=1.34.0 ; extra == 'all'
67
- Requires-Dist: mypy-boto3-apprunner <1.35.0,>=1.34.0 ; extra == 'all'
68
- Requires-Dist: mypy-boto3-appstream <1.35.0,>=1.34.0 ; extra == 'all'
69
- Requires-Dist: mypy-boto3-appsync <1.35.0,>=1.34.0 ; extra == 'all'
70
- Requires-Dist: mypy-boto3-arc-zonal-shift <1.35.0,>=1.34.0 ; extra == 'all'
71
- Requires-Dist: mypy-boto3-artifact <1.35.0,>=1.34.0 ; extra == 'all'
72
- Requires-Dist: mypy-boto3-athena <1.35.0,>=1.34.0 ; extra == 'all'
73
- Requires-Dist: mypy-boto3-auditmanager <1.35.0,>=1.34.0 ; extra == 'all'
74
- Requires-Dist: mypy-boto3-autoscaling <1.35.0,>=1.34.0 ; extra == 'all'
75
- Requires-Dist: mypy-boto3-autoscaling-plans <1.35.0,>=1.34.0 ; extra == 'all'
76
- Requires-Dist: mypy-boto3-b2bi <1.35.0,>=1.34.0 ; extra == 'all'
77
- Requires-Dist: mypy-boto3-backup <1.35.0,>=1.34.0 ; extra == 'all'
78
- Requires-Dist: mypy-boto3-backup-gateway <1.35.0,>=1.34.0 ; extra == 'all'
79
- Requires-Dist: mypy-boto3-backupstorage <1.35.0,>=1.34.0 ; extra == 'all'
80
- Requires-Dist: mypy-boto3-batch <1.35.0,>=1.34.0 ; extra == 'all'
81
- Requires-Dist: mypy-boto3-bcm-data-exports <1.35.0,>=1.34.0 ; extra == 'all'
82
- Requires-Dist: mypy-boto3-bedrock <1.35.0,>=1.34.0 ; extra == 'all'
83
- Requires-Dist: mypy-boto3-bedrock-agent <1.35.0,>=1.34.0 ; extra == 'all'
84
- Requires-Dist: mypy-boto3-bedrock-agent-runtime <1.35.0,>=1.34.0 ; extra == 'all'
85
- Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'all'
86
- Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'all'
87
- Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'all'
88
- Requires-Dist: mypy-boto3-budgets <1.35.0,>=1.34.0 ; extra == 'all'
89
- Requires-Dist: mypy-boto3-ce <1.35.0,>=1.34.0 ; extra == 'all'
90
- Requires-Dist: mypy-boto3-chatbot <1.35.0,>=1.34.0 ; extra == 'all'
91
- Requires-Dist: mypy-boto3-chime <1.35.0,>=1.34.0 ; extra == 'all'
92
- Requires-Dist: mypy-boto3-chime-sdk-identity <1.35.0,>=1.34.0 ; extra == 'all'
93
- Requires-Dist: mypy-boto3-chime-sdk-media-pipelines <1.35.0,>=1.34.0 ; extra == 'all'
94
- Requires-Dist: mypy-boto3-chime-sdk-meetings <1.35.0,>=1.34.0 ; extra == 'all'
95
- Requires-Dist: mypy-boto3-chime-sdk-messaging <1.35.0,>=1.34.0 ; extra == 'all'
96
- Requires-Dist: mypy-boto3-chime-sdk-voice <1.35.0,>=1.34.0 ; extra == 'all'
97
- Requires-Dist: mypy-boto3-cleanrooms <1.35.0,>=1.34.0 ; extra == 'all'
98
- Requires-Dist: mypy-boto3-cleanroomsml <1.35.0,>=1.34.0 ; extra == 'all'
99
- Requires-Dist: mypy-boto3-cloud9 <1.35.0,>=1.34.0 ; extra == 'all'
100
- Requires-Dist: mypy-boto3-cloudcontrol <1.35.0,>=1.34.0 ; extra == 'all'
101
- Requires-Dist: mypy-boto3-clouddirectory <1.35.0,>=1.34.0 ; extra == 'all'
102
- Requires-Dist: mypy-boto3-cloudformation <1.35.0,>=1.34.0 ; extra == 'all'
103
- Requires-Dist: mypy-boto3-cloudfront <1.35.0,>=1.34.0 ; extra == 'all'
104
- Requires-Dist: mypy-boto3-cloudfront-keyvaluestore <1.35.0,>=1.34.0 ; extra == 'all'
105
- Requires-Dist: mypy-boto3-cloudhsm <1.35.0,>=1.34.0 ; extra == 'all'
106
- Requires-Dist: mypy-boto3-cloudhsmv2 <1.35.0,>=1.34.0 ; extra == 'all'
107
- Requires-Dist: mypy-boto3-cloudsearch <1.35.0,>=1.34.0 ; extra == 'all'
108
- Requires-Dist: mypy-boto3-cloudsearchdomain <1.35.0,>=1.34.0 ; extra == 'all'
109
- Requires-Dist: mypy-boto3-cloudtrail <1.35.0,>=1.34.0 ; extra == 'all'
110
- Requires-Dist: mypy-boto3-cloudtrail-data <1.35.0,>=1.34.0 ; extra == 'all'
111
- Requires-Dist: mypy-boto3-cloudwatch <1.35.0,>=1.34.0 ; extra == 'all'
112
- Requires-Dist: mypy-boto3-codeartifact <1.35.0,>=1.34.0 ; extra == 'all'
113
- Requires-Dist: mypy-boto3-codebuild <1.35.0,>=1.34.0 ; extra == 'all'
114
- Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'all'
115
- Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'all'
116
- Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'all'
117
- Requires-Dist: mypy-boto3-codeguru-reviewer <1.35.0,>=1.34.0 ; extra == 'all'
118
- Requires-Dist: mypy-boto3-codeguru-security <1.35.0,>=1.34.0 ; extra == 'all'
119
- Requires-Dist: mypy-boto3-codeguruprofiler <1.35.0,>=1.34.0 ; extra == 'all'
120
- Requires-Dist: mypy-boto3-codepipeline <1.35.0,>=1.34.0 ; extra == 'all'
121
- Requires-Dist: mypy-boto3-codestar <1.35.0,>=1.34.0 ; extra == 'all'
122
- Requires-Dist: mypy-boto3-codestar-connections <1.35.0,>=1.34.0 ; extra == 'all'
123
- Requires-Dist: mypy-boto3-codestar-notifications <1.35.0,>=1.34.0 ; extra == 'all'
124
- Requires-Dist: mypy-boto3-cognito-identity <1.35.0,>=1.34.0 ; extra == 'all'
125
- Requires-Dist: mypy-boto3-cognito-idp <1.35.0,>=1.34.0 ; extra == 'all'
126
- Requires-Dist: mypy-boto3-cognito-sync <1.35.0,>=1.34.0 ; extra == 'all'
127
- Requires-Dist: mypy-boto3-comprehend <1.35.0,>=1.34.0 ; extra == 'all'
128
- Requires-Dist: mypy-boto3-comprehendmedical <1.35.0,>=1.34.0 ; extra == 'all'
129
- Requires-Dist: mypy-boto3-compute-optimizer <1.35.0,>=1.34.0 ; extra == 'all'
130
- Requires-Dist: mypy-boto3-config <1.35.0,>=1.34.0 ; extra == 'all'
131
- Requires-Dist: mypy-boto3-connect <1.35.0,>=1.34.0 ; extra == 'all'
132
- Requires-Dist: mypy-boto3-connect-contact-lens <1.35.0,>=1.34.0 ; extra == 'all'
133
- Requires-Dist: mypy-boto3-connectcampaigns <1.35.0,>=1.34.0 ; extra == 'all'
134
- Requires-Dist: mypy-boto3-connectcases <1.35.0,>=1.34.0 ; extra == 'all'
135
- Requires-Dist: mypy-boto3-connectparticipant <1.35.0,>=1.34.0 ; extra == 'all'
136
- Requires-Dist: mypy-boto3-controltower <1.35.0,>=1.34.0 ; extra == 'all'
137
- Requires-Dist: mypy-boto3-cost-optimization-hub <1.35.0,>=1.34.0 ; extra == 'all'
138
- Requires-Dist: mypy-boto3-cur <1.35.0,>=1.34.0 ; extra == 'all'
139
- Requires-Dist: mypy-boto3-customer-profiles <1.35.0,>=1.34.0 ; extra == 'all'
140
- Requires-Dist: mypy-boto3-databrew <1.35.0,>=1.34.0 ; extra == 'all'
141
- Requires-Dist: mypy-boto3-dataexchange <1.35.0,>=1.34.0 ; extra == 'all'
142
- Requires-Dist: mypy-boto3-datapipeline <1.35.0,>=1.34.0 ; extra == 'all'
143
- Requires-Dist: mypy-boto3-datasync <1.35.0,>=1.34.0 ; extra == 'all'
144
- Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'all'
145
- Requires-Dist: mypy-boto3-dax <1.35.0,>=1.34.0 ; extra == 'all'
146
- Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'all'
147
- Requires-Dist: mypy-boto3-devicefarm <1.35.0,>=1.34.0 ; extra == 'all'
148
- Requires-Dist: mypy-boto3-devops-guru <1.35.0,>=1.34.0 ; extra == 'all'
149
- Requires-Dist: mypy-boto3-directconnect <1.35.0,>=1.34.0 ; extra == 'all'
150
- Requires-Dist: mypy-boto3-discovery <1.35.0,>=1.34.0 ; extra == 'all'
151
- Requires-Dist: mypy-boto3-dlm <1.35.0,>=1.34.0 ; extra == 'all'
152
- Requires-Dist: mypy-boto3-dms <1.35.0,>=1.34.0 ; extra == 'all'
153
- Requires-Dist: mypy-boto3-docdb <1.35.0,>=1.34.0 ; extra == 'all'
154
- Requires-Dist: mypy-boto3-docdb-elastic <1.35.0,>=1.34.0 ; extra == 'all'
155
- Requires-Dist: mypy-boto3-drs <1.35.0,>=1.34.0 ; extra == 'all'
156
- Requires-Dist: mypy-boto3-ds <1.35.0,>=1.34.0 ; extra == 'all'
157
- Requires-Dist: mypy-boto3-dynamodb <1.35.0,>=1.34.0 ; extra == 'all'
158
- Requires-Dist: mypy-boto3-dynamodbstreams <1.35.0,>=1.34.0 ; extra == 'all'
159
- Requires-Dist: mypy-boto3-ebs <1.35.0,>=1.34.0 ; extra == 'all'
160
- Requires-Dist: mypy-boto3-ec2 <1.35.0,>=1.34.0 ; extra == 'all'
161
- Requires-Dist: mypy-boto3-ec2-instance-connect <1.35.0,>=1.34.0 ; extra == 'all'
162
- Requires-Dist: mypy-boto3-ecr <1.35.0,>=1.34.0 ; extra == 'all'
163
- Requires-Dist: mypy-boto3-ecr-public <1.35.0,>=1.34.0 ; extra == 'all'
164
- Requires-Dist: mypy-boto3-ecs <1.35.0,>=1.34.0 ; extra == 'all'
165
- Requires-Dist: mypy-boto3-efs <1.35.0,>=1.34.0 ; extra == 'all'
166
- Requires-Dist: mypy-boto3-eks <1.35.0,>=1.34.0 ; extra == 'all'
167
- Requires-Dist: mypy-boto3-eks-auth <1.35.0,>=1.34.0 ; extra == 'all'
168
- Requires-Dist: mypy-boto3-elastic-inference <1.35.0,>=1.34.0 ; extra == 'all'
169
- Requires-Dist: mypy-boto3-elasticache <1.35.0,>=1.34.0 ; extra == 'all'
170
- Requires-Dist: mypy-boto3-elasticbeanstalk <1.35.0,>=1.34.0 ; extra == 'all'
171
- Requires-Dist: mypy-boto3-elastictranscoder <1.35.0,>=1.34.0 ; extra == 'all'
172
- Requires-Dist: mypy-boto3-elb <1.35.0,>=1.34.0 ; extra == 'all'
173
- Requires-Dist: mypy-boto3-elbv2 <1.35.0,>=1.34.0 ; extra == 'all'
174
- Requires-Dist: mypy-boto3-emr <1.35.0,>=1.34.0 ; extra == 'all'
175
- Requires-Dist: mypy-boto3-emr-containers <1.35.0,>=1.34.0 ; extra == 'all'
176
- Requires-Dist: mypy-boto3-emr-serverless <1.35.0,>=1.34.0 ; extra == 'all'
177
- Requires-Dist: mypy-boto3-entityresolution <1.35.0,>=1.34.0 ; extra == 'all'
178
- Requires-Dist: mypy-boto3-es <1.35.0,>=1.34.0 ; extra == 'all'
179
- Requires-Dist: mypy-boto3-events <1.35.0,>=1.34.0 ; extra == 'all'
180
- Requires-Dist: mypy-boto3-evidently <1.35.0,>=1.34.0 ; extra == 'all'
181
- Requires-Dist: mypy-boto3-finspace <1.35.0,>=1.34.0 ; extra == 'all'
182
- Requires-Dist: mypy-boto3-finspace-data <1.35.0,>=1.34.0 ; extra == 'all'
183
- Requires-Dist: mypy-boto3-firehose <1.35.0,>=1.34.0 ; extra == 'all'
184
- Requires-Dist: mypy-boto3-fis <1.35.0,>=1.34.0 ; extra == 'all'
185
- Requires-Dist: mypy-boto3-fms <1.35.0,>=1.34.0 ; extra == 'all'
186
- Requires-Dist: mypy-boto3-forecast <1.35.0,>=1.34.0 ; extra == 'all'
187
- Requires-Dist: mypy-boto3-forecastquery <1.35.0,>=1.34.0 ; extra == 'all'
188
- Requires-Dist: mypy-boto3-frauddetector <1.35.0,>=1.34.0 ; extra == 'all'
189
- Requires-Dist: mypy-boto3-freetier <1.35.0,>=1.34.0 ; extra == 'all'
190
- Requires-Dist: mypy-boto3-fsx <1.35.0,>=1.34.0 ; extra == 'all'
191
- Requires-Dist: mypy-boto3-gamelift <1.35.0,>=1.34.0 ; extra == 'all'
192
- Requires-Dist: mypy-boto3-glacier <1.35.0,>=1.34.0 ; extra == 'all'
193
- Requires-Dist: mypy-boto3-globalaccelerator <1.35.0,>=1.34.0 ; extra == 'all'
194
- Requires-Dist: mypy-boto3-glue <1.35.0,>=1.34.0 ; extra == 'all'
195
- Requires-Dist: mypy-boto3-grafana <1.35.0,>=1.34.0 ; extra == 'all'
196
- Requires-Dist: mypy-boto3-greengrass <1.35.0,>=1.34.0 ; extra == 'all'
197
- Requires-Dist: mypy-boto3-greengrassv2 <1.35.0,>=1.34.0 ; extra == 'all'
198
- Requires-Dist: mypy-boto3-groundstation <1.35.0,>=1.34.0 ; extra == 'all'
199
- Requires-Dist: mypy-boto3-guardduty <1.35.0,>=1.34.0 ; extra == 'all'
200
- Requires-Dist: mypy-boto3-health <1.35.0,>=1.34.0 ; extra == 'all'
201
- Requires-Dist: mypy-boto3-healthlake <1.35.0,>=1.34.0 ; extra == 'all'
202
- Requires-Dist: mypy-boto3-honeycode <1.35.0,>=1.34.0 ; extra == 'all'
203
- Requires-Dist: mypy-boto3-iam <1.35.0,>=1.34.0 ; extra == 'all'
204
- Requires-Dist: mypy-boto3-identitystore <1.35.0,>=1.34.0 ; extra == 'all'
205
- Requires-Dist: mypy-boto3-imagebuilder <1.35.0,>=1.34.0 ; extra == 'all'
206
- Requires-Dist: mypy-boto3-importexport <1.35.0,>=1.34.0 ; extra == 'all'
207
- Requires-Dist: mypy-boto3-inspector <1.35.0,>=1.34.0 ; extra == 'all'
208
- Requires-Dist: mypy-boto3-inspector-scan <1.35.0,>=1.34.0 ; extra == 'all'
209
- Requires-Dist: mypy-boto3-inspector2 <1.35.0,>=1.34.0 ; extra == 'all'
210
- Requires-Dist: mypy-boto3-internetmonitor <1.35.0,>=1.34.0 ; extra == 'all'
211
- Requires-Dist: mypy-boto3-iot <1.35.0,>=1.34.0 ; extra == 'all'
212
- Requires-Dist: mypy-boto3-iot-data <1.35.0,>=1.34.0 ; extra == 'all'
213
- Requires-Dist: mypy-boto3-iot-jobs-data <1.35.0,>=1.34.0 ; extra == 'all'
214
- Requires-Dist: mypy-boto3-iot1click-devices <1.35.0,>=1.34.0 ; extra == 'all'
215
- Requires-Dist: mypy-boto3-iot1click-projects <1.35.0,>=1.34.0 ; extra == 'all'
216
- Requires-Dist: mypy-boto3-iotanalytics <1.35.0,>=1.34.0 ; extra == 'all'
217
- Requires-Dist: mypy-boto3-iotdeviceadvisor <1.35.0,>=1.34.0 ; extra == 'all'
218
- Requires-Dist: mypy-boto3-iotevents <1.35.0,>=1.34.0 ; extra == 'all'
219
- Requires-Dist: mypy-boto3-iotevents-data <1.35.0,>=1.34.0 ; extra == 'all'
220
- Requires-Dist: mypy-boto3-iotfleethub <1.35.0,>=1.34.0 ; extra == 'all'
221
- Requires-Dist: mypy-boto3-iotfleetwise <1.35.0,>=1.34.0 ; extra == 'all'
222
- Requires-Dist: mypy-boto3-iotsecuretunneling <1.35.0,>=1.34.0 ; extra == 'all'
223
- Requires-Dist: mypy-boto3-iotsitewise <1.35.0,>=1.34.0 ; extra == 'all'
224
- Requires-Dist: mypy-boto3-iotthingsgraph <1.35.0,>=1.34.0 ; extra == 'all'
225
- Requires-Dist: mypy-boto3-iottwinmaker <1.35.0,>=1.34.0 ; extra == 'all'
226
- Requires-Dist: mypy-boto3-iotwireless <1.35.0,>=1.34.0 ; extra == 'all'
227
- Requires-Dist: mypy-boto3-ivs <1.35.0,>=1.34.0 ; extra == 'all'
228
- Requires-Dist: mypy-boto3-ivs-realtime <1.35.0,>=1.34.0 ; extra == 'all'
229
- Requires-Dist: mypy-boto3-ivschat <1.35.0,>=1.34.0 ; extra == 'all'
230
- Requires-Dist: mypy-boto3-kafka <1.35.0,>=1.34.0 ; extra == 'all'
231
- Requires-Dist: mypy-boto3-kafkaconnect <1.35.0,>=1.34.0 ; extra == 'all'
232
- Requires-Dist: mypy-boto3-kendra <1.35.0,>=1.34.0 ; extra == 'all'
233
- Requires-Dist: mypy-boto3-kendra-ranking <1.35.0,>=1.34.0 ; extra == 'all'
234
- Requires-Dist: mypy-boto3-keyspaces <1.35.0,>=1.34.0 ; extra == 'all'
235
- Requires-Dist: mypy-boto3-kinesis <1.35.0,>=1.34.0 ; extra == 'all'
236
- Requires-Dist: mypy-boto3-kinesis-video-archived-media <1.35.0,>=1.34.0 ; extra == 'all'
237
- Requires-Dist: mypy-boto3-kinesis-video-media <1.35.0,>=1.34.0 ; extra == 'all'
238
- Requires-Dist: mypy-boto3-kinesis-video-signaling <1.35.0,>=1.34.0 ; extra == 'all'
239
- Requires-Dist: mypy-boto3-kinesis-video-webrtc-storage <1.35.0,>=1.34.0 ; extra == 'all'
240
- Requires-Dist: mypy-boto3-kinesisanalytics <1.35.0,>=1.34.0 ; extra == 'all'
241
- Requires-Dist: mypy-boto3-kinesisanalyticsv2 <1.35.0,>=1.34.0 ; extra == 'all'
242
- Requires-Dist: mypy-boto3-kinesisvideo <1.35.0,>=1.34.0 ; extra == 'all'
243
- Requires-Dist: mypy-boto3-kms <1.35.0,>=1.34.0 ; extra == 'all'
244
- Requires-Dist: mypy-boto3-lakeformation <1.35.0,>=1.34.0 ; extra == 'all'
245
- Requires-Dist: mypy-boto3-lambda <1.35.0,>=1.34.0 ; extra == 'all'
246
- Requires-Dist: mypy-boto3-launch-wizard <1.35.0,>=1.34.0 ; extra == 'all'
247
- Requires-Dist: mypy-boto3-lex-models <1.35.0,>=1.34.0 ; extra == 'all'
248
- Requires-Dist: mypy-boto3-lex-runtime <1.35.0,>=1.34.0 ; extra == 'all'
249
- Requires-Dist: mypy-boto3-lexv2-models <1.35.0,>=1.34.0 ; extra == 'all'
250
- Requires-Dist: mypy-boto3-lexv2-runtime <1.35.0,>=1.34.0 ; extra == 'all'
251
- Requires-Dist: mypy-boto3-license-manager <1.35.0,>=1.34.0 ; extra == 'all'
252
- Requires-Dist: mypy-boto3-license-manager-linux-subscriptions <1.35.0,>=1.34.0 ; extra == 'all'
253
- Requires-Dist: mypy-boto3-license-manager-user-subscriptions <1.35.0,>=1.34.0 ; extra == 'all'
254
- Requires-Dist: mypy-boto3-lightsail <1.35.0,>=1.34.0 ; extra == 'all'
255
- Requires-Dist: mypy-boto3-location <1.35.0,>=1.34.0 ; extra == 'all'
256
- Requires-Dist: mypy-boto3-logs <1.35.0,>=1.34.0 ; extra == 'all'
257
- Requires-Dist: mypy-boto3-lookoutequipment <1.35.0,>=1.34.0 ; extra == 'all'
258
- Requires-Dist: mypy-boto3-lookoutmetrics <1.35.0,>=1.34.0 ; extra == 'all'
259
- Requires-Dist: mypy-boto3-lookoutvision <1.35.0,>=1.34.0 ; extra == 'all'
260
- Requires-Dist: mypy-boto3-m2 <1.35.0,>=1.34.0 ; extra == 'all'
261
- Requires-Dist: mypy-boto3-machinelearning <1.35.0,>=1.34.0 ; extra == 'all'
262
- Requires-Dist: mypy-boto3-macie2 <1.35.0,>=1.34.0 ; extra == 'all'
263
- Requires-Dist: mypy-boto3-managedblockchain <1.35.0,>=1.34.0 ; extra == 'all'
264
- Requires-Dist: mypy-boto3-managedblockchain-query <1.35.0,>=1.34.0 ; extra == 'all'
265
- Requires-Dist: mypy-boto3-marketplace-agreement <1.35.0,>=1.34.0 ; extra == 'all'
266
- Requires-Dist: mypy-boto3-marketplace-catalog <1.35.0,>=1.34.0 ; extra == 'all'
267
- Requires-Dist: mypy-boto3-marketplace-deployment <1.35.0,>=1.34.0 ; extra == 'all'
268
- Requires-Dist: mypy-boto3-marketplace-entitlement <1.35.0,>=1.34.0 ; extra == 'all'
269
- Requires-Dist: mypy-boto3-marketplacecommerceanalytics <1.35.0,>=1.34.0 ; extra == 'all'
270
- Requires-Dist: mypy-boto3-mediaconnect <1.35.0,>=1.34.0 ; extra == 'all'
271
- Requires-Dist: mypy-boto3-mediaconvert <1.35.0,>=1.34.0 ; extra == 'all'
272
- Requires-Dist: mypy-boto3-medialive <1.35.0,>=1.34.0 ; extra == 'all'
273
- Requires-Dist: mypy-boto3-mediapackage <1.35.0,>=1.34.0 ; extra == 'all'
274
- Requires-Dist: mypy-boto3-mediapackage-vod <1.35.0,>=1.34.0 ; extra == 'all'
275
- Requires-Dist: mypy-boto3-mediapackagev2 <1.35.0,>=1.34.0 ; extra == 'all'
276
- Requires-Dist: mypy-boto3-mediastore <1.35.0,>=1.34.0 ; extra == 'all'
277
- Requires-Dist: mypy-boto3-mediastore-data <1.35.0,>=1.34.0 ; extra == 'all'
278
- Requires-Dist: mypy-boto3-mediatailor <1.35.0,>=1.34.0 ; extra == 'all'
279
- Requires-Dist: mypy-boto3-medical-imaging <1.35.0,>=1.34.0 ; extra == 'all'
280
- Requires-Dist: mypy-boto3-memorydb <1.35.0,>=1.34.0 ; extra == 'all'
281
- Requires-Dist: mypy-boto3-meteringmarketplace <1.35.0,>=1.34.0 ; extra == 'all'
282
- Requires-Dist: mypy-boto3-mgh <1.35.0,>=1.34.0 ; extra == 'all'
283
- Requires-Dist: mypy-boto3-mgn <1.35.0,>=1.34.0 ; extra == 'all'
284
- Requires-Dist: mypy-boto3-migration-hub-refactor-spaces <1.35.0,>=1.34.0 ; extra == 'all'
285
- Requires-Dist: mypy-boto3-migrationhub-config <1.35.0,>=1.34.0 ; extra == 'all'
286
- Requires-Dist: mypy-boto3-migrationhuborchestrator <1.35.0,>=1.34.0 ; extra == 'all'
287
- Requires-Dist: mypy-boto3-migrationhubstrategy <1.35.0,>=1.34.0 ; extra == 'all'
288
- Requires-Dist: mypy-boto3-mobile <1.35.0,>=1.34.0 ; extra == 'all'
289
- Requires-Dist: mypy-boto3-mq <1.35.0,>=1.34.0 ; extra == 'all'
290
- Requires-Dist: mypy-boto3-mturk <1.35.0,>=1.34.0 ; extra == 'all'
291
- Requires-Dist: mypy-boto3-mwaa <1.35.0,>=1.34.0 ; extra == 'all'
292
- Requires-Dist: mypy-boto3-neptune <1.35.0,>=1.34.0 ; extra == 'all'
293
- Requires-Dist: mypy-boto3-neptune-graph <1.35.0,>=1.34.0 ; extra == 'all'
294
- Requires-Dist: mypy-boto3-neptunedata <1.35.0,>=1.34.0 ; extra == 'all'
295
- Requires-Dist: mypy-boto3-network-firewall <1.35.0,>=1.34.0 ; extra == 'all'
296
- Requires-Dist: mypy-boto3-networkmanager <1.35.0,>=1.34.0 ; extra == 'all'
297
- Requires-Dist: mypy-boto3-networkmonitor <1.35.0,>=1.34.0 ; extra == 'all'
298
- Requires-Dist: mypy-boto3-nimble <1.35.0,>=1.34.0 ; extra == 'all'
299
- Requires-Dist: mypy-boto3-oam <1.35.0,>=1.34.0 ; extra == 'all'
300
- Requires-Dist: mypy-boto3-omics <1.35.0,>=1.34.0 ; extra == 'all'
301
- Requires-Dist: mypy-boto3-opensearch <1.35.0,>=1.34.0 ; extra == 'all'
302
- Requires-Dist: mypy-boto3-opensearchserverless <1.35.0,>=1.34.0 ; extra == 'all'
303
- Requires-Dist: mypy-boto3-opsworks <1.35.0,>=1.34.0 ; extra == 'all'
304
- Requires-Dist: mypy-boto3-opsworkscm <1.35.0,>=1.34.0 ; extra == 'all'
305
- Requires-Dist: mypy-boto3-organizations <1.35.0,>=1.34.0 ; extra == 'all'
306
- Requires-Dist: mypy-boto3-osis <1.35.0,>=1.34.0 ; extra == 'all'
307
- Requires-Dist: mypy-boto3-outposts <1.35.0,>=1.34.0 ; extra == 'all'
308
- Requires-Dist: mypy-boto3-panorama <1.35.0,>=1.34.0 ; extra == 'all'
309
- Requires-Dist: mypy-boto3-payment-cryptography <1.35.0,>=1.34.0 ; extra == 'all'
310
- Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'all'
311
- Requires-Dist: mypy-boto3-pca-connector-ad <1.35.0,>=1.34.0 ; extra == 'all'
312
- Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'all'
313
- Requires-Dist: mypy-boto3-personalize-events <1.35.0,>=1.34.0 ; extra == 'all'
314
- Requires-Dist: mypy-boto3-personalize-runtime <1.35.0,>=1.34.0 ; extra == 'all'
315
- Requires-Dist: mypy-boto3-pi <1.35.0,>=1.34.0 ; extra == 'all'
316
- Requires-Dist: mypy-boto3-pinpoint <1.35.0,>=1.34.0 ; extra == 'all'
317
- Requires-Dist: mypy-boto3-pinpoint-email <1.35.0,>=1.34.0 ; extra == 'all'
318
- Requires-Dist: mypy-boto3-pinpoint-sms-voice <1.35.0,>=1.34.0 ; extra == 'all'
319
- Requires-Dist: mypy-boto3-pinpoint-sms-voice-v2 <1.35.0,>=1.34.0 ; extra == 'all'
320
- Requires-Dist: mypy-boto3-pipes <1.35.0,>=1.34.0 ; extra == 'all'
321
- Requires-Dist: mypy-boto3-polly <1.35.0,>=1.34.0 ; extra == 'all'
322
- Requires-Dist: mypy-boto3-pricing <1.35.0,>=1.34.0 ; extra == 'all'
323
- Requires-Dist: mypy-boto3-privatenetworks <1.35.0,>=1.34.0 ; extra == 'all'
324
- Requires-Dist: mypy-boto3-proton <1.35.0,>=1.34.0 ; extra == 'all'
325
- Requires-Dist: mypy-boto3-qbusiness <1.35.0,>=1.34.0 ; extra == 'all'
326
- Requires-Dist: mypy-boto3-qconnect <1.35.0,>=1.34.0 ; extra == 'all'
327
- Requires-Dist: mypy-boto3-qldb <1.35.0,>=1.34.0 ; extra == 'all'
328
- Requires-Dist: mypy-boto3-qldb-session <1.35.0,>=1.34.0 ; extra == 'all'
329
- Requires-Dist: mypy-boto3-quicksight <1.35.0,>=1.34.0 ; extra == 'all'
330
- Requires-Dist: mypy-boto3-ram <1.35.0,>=1.34.0 ; extra == 'all'
331
- Requires-Dist: mypy-boto3-rbin <1.35.0,>=1.34.0 ; extra == 'all'
332
- Requires-Dist: mypy-boto3-rds <1.35.0,>=1.34.0 ; extra == 'all'
333
- Requires-Dist: mypy-boto3-rds-data <1.35.0,>=1.34.0 ; extra == 'all'
334
- Requires-Dist: mypy-boto3-redshift <1.35.0,>=1.34.0 ; extra == 'all'
335
- Requires-Dist: mypy-boto3-redshift-data <1.35.0,>=1.34.0 ; extra == 'all'
336
- Requires-Dist: mypy-boto3-redshift-serverless <1.35.0,>=1.34.0 ; extra == 'all'
337
- Requires-Dist: mypy-boto3-rekognition <1.35.0,>=1.34.0 ; extra == 'all'
338
- Requires-Dist: mypy-boto3-repostspace <1.35.0,>=1.34.0 ; extra == 'all'
339
- Requires-Dist: mypy-boto3-resiliencehub <1.35.0,>=1.34.0 ; extra == 'all'
340
- Requires-Dist: mypy-boto3-resource-explorer-2 <1.35.0,>=1.34.0 ; extra == 'all'
341
- Requires-Dist: mypy-boto3-resource-groups <1.35.0,>=1.34.0 ; extra == 'all'
342
- Requires-Dist: mypy-boto3-resourcegroupstaggingapi <1.35.0,>=1.34.0 ; extra == 'all'
343
- Requires-Dist: mypy-boto3-robomaker <1.35.0,>=1.34.0 ; extra == 'all'
344
- Requires-Dist: mypy-boto3-rolesanywhere <1.35.0,>=1.34.0 ; extra == 'all'
345
- Requires-Dist: mypy-boto3-route53 <1.35.0,>=1.34.0 ; extra == 'all'
346
- Requires-Dist: mypy-boto3-route53-recovery-cluster <1.35.0,>=1.34.0 ; extra == 'all'
347
- Requires-Dist: mypy-boto3-route53-recovery-control-config <1.35.0,>=1.34.0 ; extra == 'all'
348
- Requires-Dist: mypy-boto3-route53-recovery-readiness <1.35.0,>=1.34.0 ; extra == 'all'
349
- Requires-Dist: mypy-boto3-route53domains <1.35.0,>=1.34.0 ; extra == 'all'
350
- Requires-Dist: mypy-boto3-route53resolver <1.35.0,>=1.34.0 ; extra == 'all'
351
- Requires-Dist: mypy-boto3-rum <1.35.0,>=1.34.0 ; extra == 'all'
352
- Requires-Dist: mypy-boto3-s3 <1.35.0,>=1.34.0 ; extra == 'all'
353
- Requires-Dist: mypy-boto3-s3control <1.35.0,>=1.34.0 ; extra == 'all'
354
- Requires-Dist: mypy-boto3-s3outposts <1.35.0,>=1.34.0 ; extra == 'all'
355
- Requires-Dist: mypy-boto3-sagemaker <1.35.0,>=1.34.0 ; extra == 'all'
356
- Requires-Dist: mypy-boto3-sagemaker-a2i-runtime <1.35.0,>=1.34.0 ; extra == 'all'
357
- Requires-Dist: mypy-boto3-sagemaker-edge <1.35.0,>=1.34.0 ; extra == 'all'
358
- Requires-Dist: mypy-boto3-sagemaker-featurestore-runtime <1.35.0,>=1.34.0 ; extra == 'all'
359
- Requires-Dist: mypy-boto3-sagemaker-geospatial <1.35.0,>=1.34.0 ; extra == 'all'
360
- Requires-Dist: mypy-boto3-sagemaker-metrics <1.35.0,>=1.34.0 ; extra == 'all'
361
- Requires-Dist: mypy-boto3-sagemaker-runtime <1.35.0,>=1.34.0 ; extra == 'all'
362
- Requires-Dist: mypy-boto3-savingsplans <1.35.0,>=1.34.0 ; extra == 'all'
363
- Requires-Dist: mypy-boto3-scheduler <1.35.0,>=1.34.0 ; extra == 'all'
364
- Requires-Dist: mypy-boto3-schemas <1.35.0,>=1.34.0 ; extra == 'all'
365
- Requires-Dist: mypy-boto3-sdb <1.35.0,>=1.34.0 ; extra == 'all'
366
- Requires-Dist: mypy-boto3-secretsmanager <1.35.0,>=1.34.0 ; extra == 'all'
367
- Requires-Dist: mypy-boto3-securityhub <1.35.0,>=1.34.0 ; extra == 'all'
368
- Requires-Dist: mypy-boto3-securitylake <1.35.0,>=1.34.0 ; extra == 'all'
369
- Requires-Dist: mypy-boto3-serverlessrepo <1.35.0,>=1.34.0 ; extra == 'all'
370
- Requires-Dist: mypy-boto3-service-quotas <1.35.0,>=1.34.0 ; extra == 'all'
371
- Requires-Dist: mypy-boto3-servicecatalog <1.35.0,>=1.34.0 ; extra == 'all'
372
- Requires-Dist: mypy-boto3-servicecatalog-appregistry <1.35.0,>=1.34.0 ; extra == 'all'
373
- Requires-Dist: mypy-boto3-servicediscovery <1.35.0,>=1.34.0 ; extra == 'all'
374
- Requires-Dist: mypy-boto3-ses <1.35.0,>=1.34.0 ; extra == 'all'
375
- Requires-Dist: mypy-boto3-sesv2 <1.35.0,>=1.34.0 ; extra == 'all'
376
- Requires-Dist: mypy-boto3-shield <1.35.0,>=1.34.0 ; extra == 'all'
377
- Requires-Dist: mypy-boto3-signer <1.35.0,>=1.34.0 ; extra == 'all'
378
- Requires-Dist: mypy-boto3-simspaceweaver <1.35.0,>=1.34.0 ; extra == 'all'
379
- Requires-Dist: mypy-boto3-sms <1.35.0,>=1.34.0 ; extra == 'all'
380
- Requires-Dist: mypy-boto3-sms-voice <1.35.0,>=1.34.0 ; extra == 'all'
381
- Requires-Dist: mypy-boto3-snow-device-management <1.35.0,>=1.34.0 ; extra == 'all'
382
- Requires-Dist: mypy-boto3-snowball <1.35.0,>=1.34.0 ; extra == 'all'
383
- Requires-Dist: mypy-boto3-sns <1.35.0,>=1.34.0 ; extra == 'all'
384
- Requires-Dist: mypy-boto3-sqs <1.35.0,>=1.34.0 ; extra == 'all'
385
- Requires-Dist: mypy-boto3-ssm <1.35.0,>=1.34.0 ; extra == 'all'
386
- Requires-Dist: mypy-boto3-ssm-contacts <1.35.0,>=1.34.0 ; extra == 'all'
387
- Requires-Dist: mypy-boto3-ssm-incidents <1.35.0,>=1.34.0 ; extra == 'all'
388
- Requires-Dist: mypy-boto3-ssm-sap <1.35.0,>=1.34.0 ; extra == 'all'
389
- Requires-Dist: mypy-boto3-sso <1.35.0,>=1.34.0 ; extra == 'all'
390
- Requires-Dist: mypy-boto3-sso-admin <1.35.0,>=1.34.0 ; extra == 'all'
391
- Requires-Dist: mypy-boto3-sso-oidc <1.35.0,>=1.34.0 ; extra == 'all'
392
- Requires-Dist: mypy-boto3-stepfunctions <1.35.0,>=1.34.0 ; extra == 'all'
393
- Requires-Dist: mypy-boto3-storagegateway <1.35.0,>=1.34.0 ; extra == 'all'
394
- Requires-Dist: mypy-boto3-sts <1.35.0,>=1.34.0 ; extra == 'all'
395
- Requires-Dist: mypy-boto3-supplychain <1.35.0,>=1.34.0 ; extra == 'all'
396
- Requires-Dist: mypy-boto3-support <1.35.0,>=1.34.0 ; extra == 'all'
397
- Requires-Dist: mypy-boto3-support-app <1.35.0,>=1.34.0 ; extra == 'all'
398
- Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'all'
399
- Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'all'
400
- Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'all'
401
- Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'all'
402
- Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'all'
403
- Requires-Dist: mypy-boto3-timestream-write <1.35.0,>=1.34.0 ; extra == 'all'
404
- Requires-Dist: mypy-boto3-tnb <1.35.0,>=1.34.0 ; extra == 'all'
405
- Requires-Dist: mypy-boto3-transcribe <1.35.0,>=1.34.0 ; extra == 'all'
406
- Requires-Dist: mypy-boto3-transfer <1.35.0,>=1.34.0 ; extra == 'all'
407
- Requires-Dist: mypy-boto3-translate <1.35.0,>=1.34.0 ; extra == 'all'
408
- Requires-Dist: mypy-boto3-trustedadvisor <1.35.0,>=1.34.0 ; extra == 'all'
409
- Requires-Dist: mypy-boto3-verifiedpermissions <1.35.0,>=1.34.0 ; extra == 'all'
410
- Requires-Dist: mypy-boto3-voice-id <1.35.0,>=1.34.0 ; extra == 'all'
411
- Requires-Dist: mypy-boto3-vpc-lattice <1.35.0,>=1.34.0 ; extra == 'all'
412
- Requires-Dist: mypy-boto3-waf <1.35.0,>=1.34.0 ; extra == 'all'
413
- Requires-Dist: mypy-boto3-waf-regional <1.35.0,>=1.34.0 ; extra == 'all'
414
- Requires-Dist: mypy-boto3-wafv2 <1.35.0,>=1.34.0 ; extra == 'all'
415
- Requires-Dist: mypy-boto3-wellarchitected <1.35.0,>=1.34.0 ; extra == 'all'
416
- Requires-Dist: mypy-boto3-wisdom <1.35.0,>=1.34.0 ; extra == 'all'
417
- Requires-Dist: mypy-boto3-workdocs <1.35.0,>=1.34.0 ; extra == 'all'
418
- Requires-Dist: mypy-boto3-worklink <1.35.0,>=1.34.0 ; extra == 'all'
419
- Requires-Dist: mypy-boto3-workmail <1.35.0,>=1.34.0 ; extra == 'all'
420
- Requires-Dist: mypy-boto3-workmailmessageflow <1.35.0,>=1.34.0 ; extra == 'all'
421
- Requires-Dist: mypy-boto3-workspaces <1.35.0,>=1.34.0 ; extra == 'all'
422
- Requires-Dist: mypy-boto3-workspaces-thin-client <1.35.0,>=1.34.0 ; extra == 'all'
423
- Requires-Dist: mypy-boto3-workspaces-web <1.35.0,>=1.34.0 ; extra == 'all'
424
- Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'all'
459
+ Requires-Dist: mypy-boto3-acm-pca<1.37.0,>=1.36.0; extra == "acm-pca"
425
460
  Provides-Extra: amp
426
- Requires-Dist: mypy-boto3-amp <1.35.0,>=1.34.0 ; extra == 'amp'
461
+ Requires-Dist: mypy-boto3-amp<1.37.0,>=1.36.0; extra == "amp"
427
462
  Provides-Extra: amplify
428
- Requires-Dist: mypy-boto3-amplify <1.35.0,>=1.34.0 ; extra == 'amplify'
463
+ Requires-Dist: mypy-boto3-amplify<1.37.0,>=1.36.0; extra == "amplify"
429
464
  Provides-Extra: amplifybackend
430
- Requires-Dist: mypy-boto3-amplifybackend <1.35.0,>=1.34.0 ; extra == 'amplifybackend'
465
+ Requires-Dist: mypy-boto3-amplifybackend<1.37.0,>=1.36.0; extra == "amplifybackend"
431
466
  Provides-Extra: amplifyuibuilder
432
- Requires-Dist: mypy-boto3-amplifyuibuilder <1.35.0,>=1.34.0 ; extra == 'amplifyuibuilder'
467
+ Requires-Dist: mypy-boto3-amplifyuibuilder<1.37.0,>=1.36.0; extra == "amplifyuibuilder"
433
468
  Provides-Extra: apigateway
434
- Requires-Dist: mypy-boto3-apigateway <1.35.0,>=1.34.0 ; extra == 'apigateway'
469
+ Requires-Dist: mypy-boto3-apigateway<1.37.0,>=1.36.0; extra == "apigateway"
435
470
  Provides-Extra: apigatewaymanagementapi
436
- Requires-Dist: mypy-boto3-apigatewaymanagementapi <1.35.0,>=1.34.0 ; extra == 'apigatewaymanagementapi'
471
+ Requires-Dist: mypy-boto3-apigatewaymanagementapi<1.37.0,>=1.36.0; extra == "apigatewaymanagementapi"
437
472
  Provides-Extra: apigatewayv2
438
- Requires-Dist: mypy-boto3-apigatewayv2 <1.35.0,>=1.34.0 ; extra == 'apigatewayv2'
473
+ Requires-Dist: mypy-boto3-apigatewayv2<1.37.0,>=1.36.0; extra == "apigatewayv2"
439
474
  Provides-Extra: appconfig
440
- Requires-Dist: mypy-boto3-appconfig <1.35.0,>=1.34.0 ; extra == 'appconfig'
475
+ Requires-Dist: mypy-boto3-appconfig<1.37.0,>=1.36.0; extra == "appconfig"
441
476
  Provides-Extra: appconfigdata
442
- Requires-Dist: mypy-boto3-appconfigdata <1.35.0,>=1.34.0 ; extra == 'appconfigdata'
477
+ Requires-Dist: mypy-boto3-appconfigdata<1.37.0,>=1.36.0; extra == "appconfigdata"
443
478
  Provides-Extra: appfabric
444
- Requires-Dist: mypy-boto3-appfabric <1.35.0,>=1.34.0 ; extra == 'appfabric'
479
+ Requires-Dist: mypy-boto3-appfabric<1.37.0,>=1.36.0; extra == "appfabric"
445
480
  Provides-Extra: appflow
446
- Requires-Dist: mypy-boto3-appflow <1.35.0,>=1.34.0 ; extra == 'appflow'
481
+ Requires-Dist: mypy-boto3-appflow<1.37.0,>=1.36.0; extra == "appflow"
447
482
  Provides-Extra: appintegrations
448
- Requires-Dist: mypy-boto3-appintegrations <1.35.0,>=1.34.0 ; extra == 'appintegrations'
483
+ Requires-Dist: mypy-boto3-appintegrations<1.37.0,>=1.36.0; extra == "appintegrations"
449
484
  Provides-Extra: application-autoscaling
450
- Requires-Dist: mypy-boto3-application-autoscaling <1.35.0,>=1.34.0 ; extra == 'application-autoscaling'
485
+ Requires-Dist: mypy-boto3-application-autoscaling<1.37.0,>=1.36.0; extra == "application-autoscaling"
451
486
  Provides-Extra: application-insights
452
- Requires-Dist: mypy-boto3-application-insights <1.35.0,>=1.34.0 ; extra == 'application-insights'
487
+ Requires-Dist: mypy-boto3-application-insights<1.37.0,>=1.36.0; extra == "application-insights"
488
+ Provides-Extra: application-signals
489
+ Requires-Dist: mypy-boto3-application-signals<1.37.0,>=1.36.0; extra == "application-signals"
453
490
  Provides-Extra: applicationcostprofiler
454
- Requires-Dist: mypy-boto3-applicationcostprofiler <1.35.0,>=1.34.0 ; extra == 'applicationcostprofiler'
491
+ Requires-Dist: mypy-boto3-applicationcostprofiler<1.37.0,>=1.36.0; extra == "applicationcostprofiler"
455
492
  Provides-Extra: appmesh
456
- Requires-Dist: mypy-boto3-appmesh <1.35.0,>=1.34.0 ; extra == 'appmesh'
493
+ Requires-Dist: mypy-boto3-appmesh<1.37.0,>=1.36.0; extra == "appmesh"
457
494
  Provides-Extra: apprunner
458
- Requires-Dist: mypy-boto3-apprunner <1.35.0,>=1.34.0 ; extra == 'apprunner'
495
+ Requires-Dist: mypy-boto3-apprunner<1.37.0,>=1.36.0; extra == "apprunner"
459
496
  Provides-Extra: appstream
460
- Requires-Dist: mypy-boto3-appstream <1.35.0,>=1.34.0 ; extra == 'appstream'
497
+ Requires-Dist: mypy-boto3-appstream<1.37.0,>=1.36.0; extra == "appstream"
461
498
  Provides-Extra: appsync
462
- Requires-Dist: mypy-boto3-appsync <1.35.0,>=1.34.0 ; extra == 'appsync'
499
+ Requires-Dist: mypy-boto3-appsync<1.37.0,>=1.36.0; extra == "appsync"
500
+ Provides-Extra: apptest
501
+ Requires-Dist: mypy-boto3-apptest<1.37.0,>=1.36.0; extra == "apptest"
463
502
  Provides-Extra: arc-zonal-shift
464
- Requires-Dist: mypy-boto3-arc-zonal-shift <1.35.0,>=1.34.0 ; extra == 'arc-zonal-shift'
503
+ Requires-Dist: mypy-boto3-arc-zonal-shift<1.37.0,>=1.36.0; extra == "arc-zonal-shift"
465
504
  Provides-Extra: artifact
466
- Requires-Dist: mypy-boto3-artifact <1.35.0,>=1.34.0 ; extra == 'artifact'
505
+ Requires-Dist: mypy-boto3-artifact<1.37.0,>=1.36.0; extra == "artifact"
467
506
  Provides-Extra: athena
468
- Requires-Dist: mypy-boto3-athena <1.35.0,>=1.34.0 ; extra == 'athena'
507
+ Requires-Dist: mypy-boto3-athena<1.37.0,>=1.36.0; extra == "athena"
469
508
  Provides-Extra: auditmanager
470
- Requires-Dist: mypy-boto3-auditmanager <1.35.0,>=1.34.0 ; extra == 'auditmanager'
509
+ Requires-Dist: mypy-boto3-auditmanager<1.37.0,>=1.36.0; extra == "auditmanager"
471
510
  Provides-Extra: autoscaling
472
- Requires-Dist: mypy-boto3-autoscaling <1.35.0,>=1.34.0 ; extra == 'autoscaling'
511
+ Requires-Dist: mypy-boto3-autoscaling<1.37.0,>=1.36.0; extra == "autoscaling"
473
512
  Provides-Extra: autoscaling-plans
474
- Requires-Dist: mypy-boto3-autoscaling-plans <1.35.0,>=1.34.0 ; extra == 'autoscaling-plans'
513
+ Requires-Dist: mypy-boto3-autoscaling-plans<1.37.0,>=1.36.0; extra == "autoscaling-plans"
475
514
  Provides-Extra: b2bi
476
- Requires-Dist: mypy-boto3-b2bi <1.35.0,>=1.34.0 ; extra == 'b2bi'
515
+ Requires-Dist: mypy-boto3-b2bi<1.37.0,>=1.36.0; extra == "b2bi"
477
516
  Provides-Extra: backup
478
- Requires-Dist: mypy-boto3-backup <1.35.0,>=1.34.0 ; extra == 'backup'
517
+ Requires-Dist: mypy-boto3-backup<1.37.0,>=1.36.0; extra == "backup"
479
518
  Provides-Extra: backup-gateway
480
- Requires-Dist: mypy-boto3-backup-gateway <1.35.0,>=1.34.0 ; extra == 'backup-gateway'
481
- Provides-Extra: backupstorage
482
- Requires-Dist: mypy-boto3-backupstorage <1.35.0,>=1.34.0 ; extra == 'backupstorage'
519
+ Requires-Dist: mypy-boto3-backup-gateway<1.37.0,>=1.36.0; extra == "backup-gateway"
520
+ Provides-Extra: backupsearch
521
+ Requires-Dist: mypy-boto3-backupsearch<1.37.0,>=1.36.0; extra == "backupsearch"
483
522
  Provides-Extra: batch
484
- Requires-Dist: mypy-boto3-batch <1.35.0,>=1.34.0 ; extra == 'batch'
523
+ Requires-Dist: mypy-boto3-batch<1.37.0,>=1.36.0; extra == "batch"
485
524
  Provides-Extra: bcm-data-exports
486
- Requires-Dist: mypy-boto3-bcm-data-exports <1.35.0,>=1.34.0 ; extra == 'bcm-data-exports'
525
+ Requires-Dist: mypy-boto3-bcm-data-exports<1.37.0,>=1.36.0; extra == "bcm-data-exports"
526
+ Provides-Extra: bcm-pricing-calculator
527
+ Requires-Dist: mypy-boto3-bcm-pricing-calculator<1.37.0,>=1.36.0; extra == "bcm-pricing-calculator"
487
528
  Provides-Extra: bedrock
488
- Requires-Dist: mypy-boto3-bedrock <1.35.0,>=1.34.0 ; extra == 'bedrock'
529
+ Requires-Dist: mypy-boto3-bedrock<1.37.0,>=1.36.0; extra == "bedrock"
489
530
  Provides-Extra: bedrock-agent
490
- Requires-Dist: mypy-boto3-bedrock-agent <1.35.0,>=1.34.0 ; extra == 'bedrock-agent'
531
+ Requires-Dist: mypy-boto3-bedrock-agent<1.37.0,>=1.36.0; extra == "bedrock-agent"
491
532
  Provides-Extra: bedrock-agent-runtime
492
- Requires-Dist: mypy-boto3-bedrock-agent-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-agent-runtime'
533
+ Requires-Dist: mypy-boto3-bedrock-agent-runtime<1.37.0,>=1.36.0; extra == "bedrock-agent-runtime"
534
+ Provides-Extra: bedrock-data-automation
535
+ Requires-Dist: mypy-boto3-bedrock-data-automation<1.37.0,>=1.36.0; extra == "bedrock-data-automation"
536
+ Provides-Extra: bedrock-data-automation-runtime
537
+ Requires-Dist: mypy-boto3-bedrock-data-automation-runtime<1.37.0,>=1.36.0; extra == "bedrock-data-automation-runtime"
493
538
  Provides-Extra: bedrock-runtime
494
- Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-runtime'
539
+ Requires-Dist: mypy-boto3-bedrock-runtime<1.37.0,>=1.36.0; extra == "bedrock-runtime"
540
+ Provides-Extra: billing
541
+ Requires-Dist: mypy-boto3-billing<1.37.0,>=1.36.0; extra == "billing"
495
542
  Provides-Extra: billingconductor
496
- Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
497
- Provides-Extra: boto3
498
- Requires-Dist: boto3 ==1.34.66 ; extra == 'boto3'
499
- Requires-Dist: botocore ==1.34.66 ; extra == 'boto3'
543
+ Requires-Dist: mypy-boto3-billingconductor<1.37.0,>=1.36.0; extra == "billingconductor"
500
544
  Provides-Extra: braket
501
- Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
545
+ Requires-Dist: mypy-boto3-braket<1.37.0,>=1.36.0; extra == "braket"
502
546
  Provides-Extra: budgets
503
- Requires-Dist: mypy-boto3-budgets <1.35.0,>=1.34.0 ; extra == 'budgets'
547
+ Requires-Dist: mypy-boto3-budgets<1.37.0,>=1.36.0; extra == "budgets"
504
548
  Provides-Extra: ce
505
- Requires-Dist: mypy-boto3-ce <1.35.0,>=1.34.0 ; extra == 'ce'
549
+ Requires-Dist: mypy-boto3-ce<1.37.0,>=1.36.0; extra == "ce"
506
550
  Provides-Extra: chatbot
507
- Requires-Dist: mypy-boto3-chatbot <1.35.0,>=1.34.0 ; extra == 'chatbot'
551
+ Requires-Dist: mypy-boto3-chatbot<1.37.0,>=1.36.0; extra == "chatbot"
508
552
  Provides-Extra: chime
509
- Requires-Dist: mypy-boto3-chime <1.35.0,>=1.34.0 ; extra == 'chime'
553
+ Requires-Dist: mypy-boto3-chime<1.37.0,>=1.36.0; extra == "chime"
510
554
  Provides-Extra: chime-sdk-identity
511
- Requires-Dist: mypy-boto3-chime-sdk-identity <1.35.0,>=1.34.0 ; extra == 'chime-sdk-identity'
555
+ Requires-Dist: mypy-boto3-chime-sdk-identity<1.37.0,>=1.36.0; extra == "chime-sdk-identity"
512
556
  Provides-Extra: chime-sdk-media-pipelines
513
- Requires-Dist: mypy-boto3-chime-sdk-media-pipelines <1.35.0,>=1.34.0 ; extra == 'chime-sdk-media-pipelines'
557
+ Requires-Dist: mypy-boto3-chime-sdk-media-pipelines<1.37.0,>=1.36.0; extra == "chime-sdk-media-pipelines"
514
558
  Provides-Extra: chime-sdk-meetings
515
- Requires-Dist: mypy-boto3-chime-sdk-meetings <1.35.0,>=1.34.0 ; extra == 'chime-sdk-meetings'
559
+ Requires-Dist: mypy-boto3-chime-sdk-meetings<1.37.0,>=1.36.0; extra == "chime-sdk-meetings"
516
560
  Provides-Extra: chime-sdk-messaging
517
- Requires-Dist: mypy-boto3-chime-sdk-messaging <1.35.0,>=1.34.0 ; extra == 'chime-sdk-messaging'
561
+ Requires-Dist: mypy-boto3-chime-sdk-messaging<1.37.0,>=1.36.0; extra == "chime-sdk-messaging"
518
562
  Provides-Extra: chime-sdk-voice
519
- Requires-Dist: mypy-boto3-chime-sdk-voice <1.35.0,>=1.34.0 ; extra == 'chime-sdk-voice'
563
+ Requires-Dist: mypy-boto3-chime-sdk-voice<1.37.0,>=1.36.0; extra == "chime-sdk-voice"
520
564
  Provides-Extra: cleanrooms
521
- Requires-Dist: mypy-boto3-cleanrooms <1.35.0,>=1.34.0 ; extra == 'cleanrooms'
565
+ Requires-Dist: mypy-boto3-cleanrooms<1.37.0,>=1.36.0; extra == "cleanrooms"
522
566
  Provides-Extra: cleanroomsml
523
- Requires-Dist: mypy-boto3-cleanroomsml <1.35.0,>=1.34.0 ; extra == 'cleanroomsml'
567
+ Requires-Dist: mypy-boto3-cleanroomsml<1.37.0,>=1.36.0; extra == "cleanroomsml"
524
568
  Provides-Extra: cloud9
525
- Requires-Dist: mypy-boto3-cloud9 <1.35.0,>=1.34.0 ; extra == 'cloud9'
569
+ Requires-Dist: mypy-boto3-cloud9<1.37.0,>=1.36.0; extra == "cloud9"
526
570
  Provides-Extra: cloudcontrol
527
- Requires-Dist: mypy-boto3-cloudcontrol <1.35.0,>=1.34.0 ; extra == 'cloudcontrol'
571
+ Requires-Dist: mypy-boto3-cloudcontrol<1.37.0,>=1.36.0; extra == "cloudcontrol"
528
572
  Provides-Extra: clouddirectory
529
- Requires-Dist: mypy-boto3-clouddirectory <1.35.0,>=1.34.0 ; extra == 'clouddirectory'
573
+ Requires-Dist: mypy-boto3-clouddirectory<1.37.0,>=1.36.0; extra == "clouddirectory"
530
574
  Provides-Extra: cloudformation
531
- Requires-Dist: mypy-boto3-cloudformation <1.35.0,>=1.34.0 ; extra == 'cloudformation'
575
+ Requires-Dist: mypy-boto3-cloudformation<1.37.0,>=1.36.0; extra == "cloudformation"
532
576
  Provides-Extra: cloudfront
533
- Requires-Dist: mypy-boto3-cloudfront <1.35.0,>=1.34.0 ; extra == 'cloudfront'
577
+ Requires-Dist: mypy-boto3-cloudfront<1.37.0,>=1.36.0; extra == "cloudfront"
534
578
  Provides-Extra: cloudfront-keyvaluestore
535
- Requires-Dist: mypy-boto3-cloudfront-keyvaluestore <1.35.0,>=1.34.0 ; extra == 'cloudfront-keyvaluestore'
579
+ Requires-Dist: mypy-boto3-cloudfront-keyvaluestore<1.37.0,>=1.36.0; extra == "cloudfront-keyvaluestore"
536
580
  Provides-Extra: cloudhsm
537
- Requires-Dist: mypy-boto3-cloudhsm <1.35.0,>=1.34.0 ; extra == 'cloudhsm'
581
+ Requires-Dist: mypy-boto3-cloudhsm<1.37.0,>=1.36.0; extra == "cloudhsm"
538
582
  Provides-Extra: cloudhsmv2
539
- Requires-Dist: mypy-boto3-cloudhsmv2 <1.35.0,>=1.34.0 ; extra == 'cloudhsmv2'
583
+ Requires-Dist: mypy-boto3-cloudhsmv2<1.37.0,>=1.36.0; extra == "cloudhsmv2"
540
584
  Provides-Extra: cloudsearch
541
- Requires-Dist: mypy-boto3-cloudsearch <1.35.0,>=1.34.0 ; extra == 'cloudsearch'
585
+ Requires-Dist: mypy-boto3-cloudsearch<1.37.0,>=1.36.0; extra == "cloudsearch"
542
586
  Provides-Extra: cloudsearchdomain
543
- Requires-Dist: mypy-boto3-cloudsearchdomain <1.35.0,>=1.34.0 ; extra == 'cloudsearchdomain'
587
+ Requires-Dist: mypy-boto3-cloudsearchdomain<1.37.0,>=1.36.0; extra == "cloudsearchdomain"
544
588
  Provides-Extra: cloudtrail
545
- Requires-Dist: mypy-boto3-cloudtrail <1.35.0,>=1.34.0 ; extra == 'cloudtrail'
589
+ Requires-Dist: mypy-boto3-cloudtrail<1.37.0,>=1.36.0; extra == "cloudtrail"
546
590
  Provides-Extra: cloudtrail-data
547
- Requires-Dist: mypy-boto3-cloudtrail-data <1.35.0,>=1.34.0 ; extra == 'cloudtrail-data'
591
+ Requires-Dist: mypy-boto3-cloudtrail-data<1.37.0,>=1.36.0; extra == "cloudtrail-data"
548
592
  Provides-Extra: cloudwatch
549
- Requires-Dist: mypy-boto3-cloudwatch <1.35.0,>=1.34.0 ; extra == 'cloudwatch'
593
+ Requires-Dist: mypy-boto3-cloudwatch<1.37.0,>=1.36.0; extra == "cloudwatch"
550
594
  Provides-Extra: codeartifact
551
- Requires-Dist: mypy-boto3-codeartifact <1.35.0,>=1.34.0 ; extra == 'codeartifact'
595
+ Requires-Dist: mypy-boto3-codeartifact<1.37.0,>=1.36.0; extra == "codeartifact"
552
596
  Provides-Extra: codebuild
553
- Requires-Dist: mypy-boto3-codebuild <1.35.0,>=1.34.0 ; extra == 'codebuild'
597
+ Requires-Dist: mypy-boto3-codebuild<1.37.0,>=1.36.0; extra == "codebuild"
554
598
  Provides-Extra: codecatalyst
555
- Requires-Dist: mypy-boto3-codecatalyst <1.35.0,>=1.34.0 ; extra == 'codecatalyst'
599
+ Requires-Dist: mypy-boto3-codecatalyst<1.37.0,>=1.36.0; extra == "codecatalyst"
556
600
  Provides-Extra: codecommit
557
- Requires-Dist: mypy-boto3-codecommit <1.35.0,>=1.34.0 ; extra == 'codecommit'
601
+ Requires-Dist: mypy-boto3-codecommit<1.37.0,>=1.36.0; extra == "codecommit"
602
+ Provides-Extra: codeconnections
603
+ Requires-Dist: mypy-boto3-codeconnections<1.37.0,>=1.36.0; extra == "codeconnections"
558
604
  Provides-Extra: codedeploy
559
- Requires-Dist: mypy-boto3-codedeploy <1.35.0,>=1.34.0 ; extra == 'codedeploy'
605
+ Requires-Dist: mypy-boto3-codedeploy<1.37.0,>=1.36.0; extra == "codedeploy"
560
606
  Provides-Extra: codeguru-reviewer
561
- Requires-Dist: mypy-boto3-codeguru-reviewer <1.35.0,>=1.34.0 ; extra == 'codeguru-reviewer'
607
+ Requires-Dist: mypy-boto3-codeguru-reviewer<1.37.0,>=1.36.0; extra == "codeguru-reviewer"
562
608
  Provides-Extra: codeguru-security
563
- Requires-Dist: mypy-boto3-codeguru-security <1.35.0,>=1.34.0 ; extra == 'codeguru-security'
609
+ Requires-Dist: mypy-boto3-codeguru-security<1.37.0,>=1.36.0; extra == "codeguru-security"
564
610
  Provides-Extra: codeguruprofiler
565
- Requires-Dist: mypy-boto3-codeguruprofiler <1.35.0,>=1.34.0 ; extra == 'codeguruprofiler'
611
+ Requires-Dist: mypy-boto3-codeguruprofiler<1.37.0,>=1.36.0; extra == "codeguruprofiler"
566
612
  Provides-Extra: codepipeline
567
- Requires-Dist: mypy-boto3-codepipeline <1.35.0,>=1.34.0 ; extra == 'codepipeline'
568
- Provides-Extra: codestar
569
- Requires-Dist: mypy-boto3-codestar <1.35.0,>=1.34.0 ; extra == 'codestar'
613
+ Requires-Dist: mypy-boto3-codepipeline<1.37.0,>=1.36.0; extra == "codepipeline"
570
614
  Provides-Extra: codestar-connections
571
- Requires-Dist: mypy-boto3-codestar-connections <1.35.0,>=1.34.0 ; extra == 'codestar-connections'
615
+ Requires-Dist: mypy-boto3-codestar-connections<1.37.0,>=1.36.0; extra == "codestar-connections"
572
616
  Provides-Extra: codestar-notifications
573
- Requires-Dist: mypy-boto3-codestar-notifications <1.35.0,>=1.34.0 ; extra == 'codestar-notifications'
617
+ Requires-Dist: mypy-boto3-codestar-notifications<1.37.0,>=1.36.0; extra == "codestar-notifications"
574
618
  Provides-Extra: cognito-identity
575
- Requires-Dist: mypy-boto3-cognito-identity <1.35.0,>=1.34.0 ; extra == 'cognito-identity'
619
+ Requires-Dist: mypy-boto3-cognito-identity<1.37.0,>=1.36.0; extra == "cognito-identity"
576
620
  Provides-Extra: cognito-idp
577
- Requires-Dist: mypy-boto3-cognito-idp <1.35.0,>=1.34.0 ; extra == 'cognito-idp'
621
+ Requires-Dist: mypy-boto3-cognito-idp<1.37.0,>=1.36.0; extra == "cognito-idp"
578
622
  Provides-Extra: cognito-sync
579
- Requires-Dist: mypy-boto3-cognito-sync <1.35.0,>=1.34.0 ; extra == 'cognito-sync'
623
+ Requires-Dist: mypy-boto3-cognito-sync<1.37.0,>=1.36.0; extra == "cognito-sync"
580
624
  Provides-Extra: comprehend
581
- Requires-Dist: mypy-boto3-comprehend <1.35.0,>=1.34.0 ; extra == 'comprehend'
625
+ Requires-Dist: mypy-boto3-comprehend<1.37.0,>=1.36.0; extra == "comprehend"
582
626
  Provides-Extra: comprehendmedical
583
- Requires-Dist: mypy-boto3-comprehendmedical <1.35.0,>=1.34.0 ; extra == 'comprehendmedical'
627
+ Requires-Dist: mypy-boto3-comprehendmedical<1.37.0,>=1.36.0; extra == "comprehendmedical"
584
628
  Provides-Extra: compute-optimizer
585
- Requires-Dist: mypy-boto3-compute-optimizer <1.35.0,>=1.34.0 ; extra == 'compute-optimizer'
629
+ Requires-Dist: mypy-boto3-compute-optimizer<1.37.0,>=1.36.0; extra == "compute-optimizer"
586
630
  Provides-Extra: config
587
- Requires-Dist: mypy-boto3-config <1.35.0,>=1.34.0 ; extra == 'config'
631
+ Requires-Dist: mypy-boto3-config<1.37.0,>=1.36.0; extra == "config"
588
632
  Provides-Extra: connect
589
- Requires-Dist: mypy-boto3-connect <1.35.0,>=1.34.0 ; extra == 'connect'
633
+ Requires-Dist: mypy-boto3-connect<1.37.0,>=1.36.0; extra == "connect"
590
634
  Provides-Extra: connect-contact-lens
591
- Requires-Dist: mypy-boto3-connect-contact-lens <1.35.0,>=1.34.0 ; extra == 'connect-contact-lens'
635
+ Requires-Dist: mypy-boto3-connect-contact-lens<1.37.0,>=1.36.0; extra == "connect-contact-lens"
592
636
  Provides-Extra: connectcampaigns
593
- Requires-Dist: mypy-boto3-connectcampaigns <1.35.0,>=1.34.0 ; extra == 'connectcampaigns'
637
+ Requires-Dist: mypy-boto3-connectcampaigns<1.37.0,>=1.36.0; extra == "connectcampaigns"
638
+ Provides-Extra: connectcampaignsv2
639
+ Requires-Dist: mypy-boto3-connectcampaignsv2<1.37.0,>=1.36.0; extra == "connectcampaignsv2"
594
640
  Provides-Extra: connectcases
595
- Requires-Dist: mypy-boto3-connectcases <1.35.0,>=1.34.0 ; extra == 'connectcases'
641
+ Requires-Dist: mypy-boto3-connectcases<1.37.0,>=1.36.0; extra == "connectcases"
596
642
  Provides-Extra: connectparticipant
597
- Requires-Dist: mypy-boto3-connectparticipant <1.35.0,>=1.34.0 ; extra == 'connectparticipant'
643
+ Requires-Dist: mypy-boto3-connectparticipant<1.37.0,>=1.36.0; extra == "connectparticipant"
644
+ Provides-Extra: controlcatalog
645
+ Requires-Dist: mypy-boto3-controlcatalog<1.37.0,>=1.36.0; extra == "controlcatalog"
598
646
  Provides-Extra: controltower
599
- Requires-Dist: mypy-boto3-controltower <1.35.0,>=1.34.0 ; extra == 'controltower'
647
+ Requires-Dist: mypy-boto3-controltower<1.37.0,>=1.36.0; extra == "controltower"
600
648
  Provides-Extra: cost-optimization-hub
601
- Requires-Dist: mypy-boto3-cost-optimization-hub <1.35.0,>=1.34.0 ; extra == 'cost-optimization-hub'
649
+ Requires-Dist: mypy-boto3-cost-optimization-hub<1.37.0,>=1.36.0; extra == "cost-optimization-hub"
602
650
  Provides-Extra: cur
603
- Requires-Dist: mypy-boto3-cur <1.35.0,>=1.34.0 ; extra == 'cur'
651
+ Requires-Dist: mypy-boto3-cur<1.37.0,>=1.36.0; extra == "cur"
604
652
  Provides-Extra: customer-profiles
605
- Requires-Dist: mypy-boto3-customer-profiles <1.35.0,>=1.34.0 ; extra == 'customer-profiles'
653
+ Requires-Dist: mypy-boto3-customer-profiles<1.37.0,>=1.36.0; extra == "customer-profiles"
606
654
  Provides-Extra: databrew
607
- Requires-Dist: mypy-boto3-databrew <1.35.0,>=1.34.0 ; extra == 'databrew'
655
+ Requires-Dist: mypy-boto3-databrew<1.37.0,>=1.36.0; extra == "databrew"
608
656
  Provides-Extra: dataexchange
609
- Requires-Dist: mypy-boto3-dataexchange <1.35.0,>=1.34.0 ; extra == 'dataexchange'
657
+ Requires-Dist: mypy-boto3-dataexchange<1.37.0,>=1.36.0; extra == "dataexchange"
610
658
  Provides-Extra: datapipeline
611
- Requires-Dist: mypy-boto3-datapipeline <1.35.0,>=1.34.0 ; extra == 'datapipeline'
659
+ Requires-Dist: mypy-boto3-datapipeline<1.37.0,>=1.36.0; extra == "datapipeline"
612
660
  Provides-Extra: datasync
613
- Requires-Dist: mypy-boto3-datasync <1.35.0,>=1.34.0 ; extra == 'datasync'
661
+ Requires-Dist: mypy-boto3-datasync<1.37.0,>=1.36.0; extra == "datasync"
614
662
  Provides-Extra: datazone
615
- Requires-Dist: mypy-boto3-datazone <1.35.0,>=1.34.0 ; extra == 'datazone'
663
+ Requires-Dist: mypy-boto3-datazone<1.37.0,>=1.36.0; extra == "datazone"
616
664
  Provides-Extra: dax
617
- Requires-Dist: mypy-boto3-dax <1.35.0,>=1.34.0 ; extra == 'dax'
665
+ Requires-Dist: mypy-boto3-dax<1.37.0,>=1.36.0; extra == "dax"
666
+ Provides-Extra: deadline
667
+ Requires-Dist: mypy-boto3-deadline<1.37.0,>=1.36.0; extra == "deadline"
618
668
  Provides-Extra: detective
619
- Requires-Dist: mypy-boto3-detective <1.35.0,>=1.34.0 ; extra == 'detective'
669
+ Requires-Dist: mypy-boto3-detective<1.37.0,>=1.36.0; extra == "detective"
620
670
  Provides-Extra: devicefarm
621
- Requires-Dist: mypy-boto3-devicefarm <1.35.0,>=1.34.0 ; extra == 'devicefarm'
671
+ Requires-Dist: mypy-boto3-devicefarm<1.37.0,>=1.36.0; extra == "devicefarm"
622
672
  Provides-Extra: devops-guru
623
- Requires-Dist: mypy-boto3-devops-guru <1.35.0,>=1.34.0 ; extra == 'devops-guru'
673
+ Requires-Dist: mypy-boto3-devops-guru<1.37.0,>=1.36.0; extra == "devops-guru"
624
674
  Provides-Extra: directconnect
625
- Requires-Dist: mypy-boto3-directconnect <1.35.0,>=1.34.0 ; extra == 'directconnect'
675
+ Requires-Dist: mypy-boto3-directconnect<1.37.0,>=1.36.0; extra == "directconnect"
626
676
  Provides-Extra: discovery
627
- Requires-Dist: mypy-boto3-discovery <1.35.0,>=1.34.0 ; extra == 'discovery'
677
+ Requires-Dist: mypy-boto3-discovery<1.37.0,>=1.36.0; extra == "discovery"
628
678
  Provides-Extra: dlm
629
- Requires-Dist: mypy-boto3-dlm <1.35.0,>=1.34.0 ; extra == 'dlm'
679
+ Requires-Dist: mypy-boto3-dlm<1.37.0,>=1.36.0; extra == "dlm"
630
680
  Provides-Extra: dms
631
- Requires-Dist: mypy-boto3-dms <1.35.0,>=1.34.0 ; extra == 'dms'
681
+ Requires-Dist: mypy-boto3-dms<1.37.0,>=1.36.0; extra == "dms"
632
682
  Provides-Extra: docdb
633
- Requires-Dist: mypy-boto3-docdb <1.35.0,>=1.34.0 ; extra == 'docdb'
683
+ Requires-Dist: mypy-boto3-docdb<1.37.0,>=1.36.0; extra == "docdb"
634
684
  Provides-Extra: docdb-elastic
635
- Requires-Dist: mypy-boto3-docdb-elastic <1.35.0,>=1.34.0 ; extra == 'docdb-elastic'
685
+ Requires-Dist: mypy-boto3-docdb-elastic<1.37.0,>=1.36.0; extra == "docdb-elastic"
636
686
  Provides-Extra: drs
637
- Requires-Dist: mypy-boto3-drs <1.35.0,>=1.34.0 ; extra == 'drs'
687
+ Requires-Dist: mypy-boto3-drs<1.37.0,>=1.36.0; extra == "drs"
638
688
  Provides-Extra: ds
639
- Requires-Dist: mypy-boto3-ds <1.35.0,>=1.34.0 ; extra == 'ds'
689
+ Requires-Dist: mypy-boto3-ds<1.37.0,>=1.36.0; extra == "ds"
690
+ Provides-Extra: ds-data
691
+ Requires-Dist: mypy-boto3-ds-data<1.37.0,>=1.36.0; extra == "ds-data"
692
+ Provides-Extra: dsql
693
+ Requires-Dist: mypy-boto3-dsql<1.37.0,>=1.36.0; extra == "dsql"
640
694
  Provides-Extra: dynamodb
641
- Requires-Dist: mypy-boto3-dynamodb <1.35.0,>=1.34.0 ; extra == 'dynamodb'
695
+ Requires-Dist: mypy-boto3-dynamodb<1.37.0,>=1.36.0; extra == "dynamodb"
642
696
  Provides-Extra: dynamodbstreams
643
- Requires-Dist: mypy-boto3-dynamodbstreams <1.35.0,>=1.34.0 ; extra == 'dynamodbstreams'
697
+ Requires-Dist: mypy-boto3-dynamodbstreams<1.37.0,>=1.36.0; extra == "dynamodbstreams"
644
698
  Provides-Extra: ebs
645
- Requires-Dist: mypy-boto3-ebs <1.35.0,>=1.34.0 ; extra == 'ebs'
699
+ Requires-Dist: mypy-boto3-ebs<1.37.0,>=1.36.0; extra == "ebs"
646
700
  Provides-Extra: ec2
647
- Requires-Dist: mypy-boto3-ec2 <1.35.0,>=1.34.0 ; extra == 'ec2'
701
+ Requires-Dist: mypy-boto3-ec2<1.37.0,>=1.36.0; extra == "ec2"
648
702
  Provides-Extra: ec2-instance-connect
649
- Requires-Dist: mypy-boto3-ec2-instance-connect <1.35.0,>=1.34.0 ; extra == 'ec2-instance-connect'
703
+ Requires-Dist: mypy-boto3-ec2-instance-connect<1.37.0,>=1.36.0; extra == "ec2-instance-connect"
650
704
  Provides-Extra: ecr
651
- Requires-Dist: mypy-boto3-ecr <1.35.0,>=1.34.0 ; extra == 'ecr'
705
+ Requires-Dist: mypy-boto3-ecr<1.37.0,>=1.36.0; extra == "ecr"
652
706
  Provides-Extra: ecr-public
653
- Requires-Dist: mypy-boto3-ecr-public <1.35.0,>=1.34.0 ; extra == 'ecr-public'
707
+ Requires-Dist: mypy-boto3-ecr-public<1.37.0,>=1.36.0; extra == "ecr-public"
654
708
  Provides-Extra: ecs
655
- Requires-Dist: mypy-boto3-ecs <1.35.0,>=1.34.0 ; extra == 'ecs'
709
+ Requires-Dist: mypy-boto3-ecs<1.37.0,>=1.36.0; extra == "ecs"
656
710
  Provides-Extra: efs
657
- Requires-Dist: mypy-boto3-efs <1.35.0,>=1.34.0 ; extra == 'efs'
711
+ Requires-Dist: mypy-boto3-efs<1.37.0,>=1.36.0; extra == "efs"
658
712
  Provides-Extra: eks
659
- Requires-Dist: mypy-boto3-eks <1.35.0,>=1.34.0 ; extra == 'eks'
713
+ Requires-Dist: mypy-boto3-eks<1.37.0,>=1.36.0; extra == "eks"
660
714
  Provides-Extra: eks-auth
661
- Requires-Dist: mypy-boto3-eks-auth <1.35.0,>=1.34.0 ; extra == 'eks-auth'
715
+ Requires-Dist: mypy-boto3-eks-auth<1.37.0,>=1.36.0; extra == "eks-auth"
662
716
  Provides-Extra: elastic-inference
663
- Requires-Dist: mypy-boto3-elastic-inference <1.35.0,>=1.34.0 ; extra == 'elastic-inference'
717
+ Requires-Dist: mypy-boto3-elastic-inference<1.37.0,>=1.36.0; extra == "elastic-inference"
664
718
  Provides-Extra: elasticache
665
- Requires-Dist: mypy-boto3-elasticache <1.35.0,>=1.34.0 ; extra == 'elasticache'
719
+ Requires-Dist: mypy-boto3-elasticache<1.37.0,>=1.36.0; extra == "elasticache"
666
720
  Provides-Extra: elasticbeanstalk
667
- Requires-Dist: mypy-boto3-elasticbeanstalk <1.35.0,>=1.34.0 ; extra == 'elasticbeanstalk'
721
+ Requires-Dist: mypy-boto3-elasticbeanstalk<1.37.0,>=1.36.0; extra == "elasticbeanstalk"
668
722
  Provides-Extra: elastictranscoder
669
- Requires-Dist: mypy-boto3-elastictranscoder <1.35.0,>=1.34.0 ; extra == 'elastictranscoder'
723
+ Requires-Dist: mypy-boto3-elastictranscoder<1.37.0,>=1.36.0; extra == "elastictranscoder"
670
724
  Provides-Extra: elb
671
- Requires-Dist: mypy-boto3-elb <1.35.0,>=1.34.0 ; extra == 'elb'
725
+ Requires-Dist: mypy-boto3-elb<1.37.0,>=1.36.0; extra == "elb"
672
726
  Provides-Extra: elbv2
673
- Requires-Dist: mypy-boto3-elbv2 <1.35.0,>=1.34.0 ; extra == 'elbv2'
727
+ Requires-Dist: mypy-boto3-elbv2<1.37.0,>=1.36.0; extra == "elbv2"
674
728
  Provides-Extra: emr
675
- Requires-Dist: mypy-boto3-emr <1.35.0,>=1.34.0 ; extra == 'emr'
729
+ Requires-Dist: mypy-boto3-emr<1.37.0,>=1.36.0; extra == "emr"
676
730
  Provides-Extra: emr-containers
677
- Requires-Dist: mypy-boto3-emr-containers <1.35.0,>=1.34.0 ; extra == 'emr-containers'
731
+ Requires-Dist: mypy-boto3-emr-containers<1.37.0,>=1.36.0; extra == "emr-containers"
678
732
  Provides-Extra: emr-serverless
679
- Requires-Dist: mypy-boto3-emr-serverless <1.35.0,>=1.34.0 ; extra == 'emr-serverless'
733
+ Requires-Dist: mypy-boto3-emr-serverless<1.37.0,>=1.36.0; extra == "emr-serverless"
680
734
  Provides-Extra: entityresolution
681
- Requires-Dist: mypy-boto3-entityresolution <1.35.0,>=1.34.0 ; extra == 'entityresolution'
735
+ Requires-Dist: mypy-boto3-entityresolution<1.37.0,>=1.36.0; extra == "entityresolution"
682
736
  Provides-Extra: es
683
- Requires-Dist: mypy-boto3-es <1.35.0,>=1.34.0 ; extra == 'es'
684
- Provides-Extra: essential
685
- Requires-Dist: mypy-boto3-cloudformation <1.35.0,>=1.34.0 ; extra == 'essential'
686
- Requires-Dist: mypy-boto3-dynamodb <1.35.0,>=1.34.0 ; extra == 'essential'
687
- Requires-Dist: mypy-boto3-ec2 <1.35.0,>=1.34.0 ; extra == 'essential'
688
- Requires-Dist: mypy-boto3-lambda <1.35.0,>=1.34.0 ; extra == 'essential'
689
- Requires-Dist: mypy-boto3-rds <1.35.0,>=1.34.0 ; extra == 'essential'
690
- Requires-Dist: mypy-boto3-s3 <1.35.0,>=1.34.0 ; extra == 'essential'
691
- Requires-Dist: mypy-boto3-sqs <1.35.0,>=1.34.0 ; extra == 'essential'
737
+ Requires-Dist: mypy-boto3-es<1.37.0,>=1.36.0; extra == "es"
692
738
  Provides-Extra: events
693
- Requires-Dist: mypy-boto3-events <1.35.0,>=1.34.0 ; extra == 'events'
739
+ Requires-Dist: mypy-boto3-events<1.37.0,>=1.36.0; extra == "events"
694
740
  Provides-Extra: evidently
695
- Requires-Dist: mypy-boto3-evidently <1.35.0,>=1.34.0 ; extra == 'evidently'
741
+ Requires-Dist: mypy-boto3-evidently<1.37.0,>=1.36.0; extra == "evidently"
696
742
  Provides-Extra: finspace
697
- Requires-Dist: mypy-boto3-finspace <1.35.0,>=1.34.0 ; extra == 'finspace'
743
+ Requires-Dist: mypy-boto3-finspace<1.37.0,>=1.36.0; extra == "finspace"
698
744
  Provides-Extra: finspace-data
699
- Requires-Dist: mypy-boto3-finspace-data <1.35.0,>=1.34.0 ; extra == 'finspace-data'
745
+ Requires-Dist: mypy-boto3-finspace-data<1.37.0,>=1.36.0; extra == "finspace-data"
700
746
  Provides-Extra: firehose
701
- Requires-Dist: mypy-boto3-firehose <1.35.0,>=1.34.0 ; extra == 'firehose'
747
+ Requires-Dist: mypy-boto3-firehose<1.37.0,>=1.36.0; extra == "firehose"
702
748
  Provides-Extra: fis
703
- Requires-Dist: mypy-boto3-fis <1.35.0,>=1.34.0 ; extra == 'fis'
749
+ Requires-Dist: mypy-boto3-fis<1.37.0,>=1.36.0; extra == "fis"
704
750
  Provides-Extra: fms
705
- Requires-Dist: mypy-boto3-fms <1.35.0,>=1.34.0 ; extra == 'fms'
751
+ Requires-Dist: mypy-boto3-fms<1.37.0,>=1.36.0; extra == "fms"
706
752
  Provides-Extra: forecast
707
- Requires-Dist: mypy-boto3-forecast <1.35.0,>=1.34.0 ; extra == 'forecast'
753
+ Requires-Dist: mypy-boto3-forecast<1.37.0,>=1.36.0; extra == "forecast"
708
754
  Provides-Extra: forecastquery
709
- Requires-Dist: mypy-boto3-forecastquery <1.35.0,>=1.34.0 ; extra == 'forecastquery'
755
+ Requires-Dist: mypy-boto3-forecastquery<1.37.0,>=1.36.0; extra == "forecastquery"
710
756
  Provides-Extra: frauddetector
711
- Requires-Dist: mypy-boto3-frauddetector <1.35.0,>=1.34.0 ; extra == 'frauddetector'
757
+ Requires-Dist: mypy-boto3-frauddetector<1.37.0,>=1.36.0; extra == "frauddetector"
712
758
  Provides-Extra: freetier
713
- Requires-Dist: mypy-boto3-freetier <1.35.0,>=1.34.0 ; extra == 'freetier'
759
+ Requires-Dist: mypy-boto3-freetier<1.37.0,>=1.36.0; extra == "freetier"
714
760
  Provides-Extra: fsx
715
- Requires-Dist: mypy-boto3-fsx <1.35.0,>=1.34.0 ; extra == 'fsx'
761
+ Requires-Dist: mypy-boto3-fsx<1.37.0,>=1.36.0; extra == "fsx"
716
762
  Provides-Extra: gamelift
717
- Requires-Dist: mypy-boto3-gamelift <1.35.0,>=1.34.0 ; extra == 'gamelift'
763
+ Requires-Dist: mypy-boto3-gamelift<1.37.0,>=1.36.0; extra == "gamelift"
764
+ Provides-Extra: geo-maps
765
+ Requires-Dist: mypy-boto3-geo-maps<1.37.0,>=1.36.0; extra == "geo-maps"
766
+ Provides-Extra: geo-places
767
+ Requires-Dist: mypy-boto3-geo-places<1.37.0,>=1.36.0; extra == "geo-places"
768
+ Provides-Extra: geo-routes
769
+ Requires-Dist: mypy-boto3-geo-routes<1.37.0,>=1.36.0; extra == "geo-routes"
718
770
  Provides-Extra: glacier
719
- Requires-Dist: mypy-boto3-glacier <1.35.0,>=1.34.0 ; extra == 'glacier'
771
+ Requires-Dist: mypy-boto3-glacier<1.37.0,>=1.36.0; extra == "glacier"
720
772
  Provides-Extra: globalaccelerator
721
- Requires-Dist: mypy-boto3-globalaccelerator <1.35.0,>=1.34.0 ; extra == 'globalaccelerator'
773
+ Requires-Dist: mypy-boto3-globalaccelerator<1.37.0,>=1.36.0; extra == "globalaccelerator"
722
774
  Provides-Extra: glue
723
- Requires-Dist: mypy-boto3-glue <1.35.0,>=1.34.0 ; extra == 'glue'
775
+ Requires-Dist: mypy-boto3-glue<1.37.0,>=1.36.0; extra == "glue"
724
776
  Provides-Extra: grafana
725
- Requires-Dist: mypy-boto3-grafana <1.35.0,>=1.34.0 ; extra == 'grafana'
777
+ Requires-Dist: mypy-boto3-grafana<1.37.0,>=1.36.0; extra == "grafana"
726
778
  Provides-Extra: greengrass
727
- Requires-Dist: mypy-boto3-greengrass <1.35.0,>=1.34.0 ; extra == 'greengrass'
779
+ Requires-Dist: mypy-boto3-greengrass<1.37.0,>=1.36.0; extra == "greengrass"
728
780
  Provides-Extra: greengrassv2
729
- Requires-Dist: mypy-boto3-greengrassv2 <1.35.0,>=1.34.0 ; extra == 'greengrassv2'
781
+ Requires-Dist: mypy-boto3-greengrassv2<1.37.0,>=1.36.0; extra == "greengrassv2"
730
782
  Provides-Extra: groundstation
731
- Requires-Dist: mypy-boto3-groundstation <1.35.0,>=1.34.0 ; extra == 'groundstation'
783
+ Requires-Dist: mypy-boto3-groundstation<1.37.0,>=1.36.0; extra == "groundstation"
732
784
  Provides-Extra: guardduty
733
- Requires-Dist: mypy-boto3-guardduty <1.35.0,>=1.34.0 ; extra == 'guardduty'
785
+ Requires-Dist: mypy-boto3-guardduty<1.37.0,>=1.36.0; extra == "guardduty"
734
786
  Provides-Extra: health
735
- Requires-Dist: mypy-boto3-health <1.35.0,>=1.34.0 ; extra == 'health'
787
+ Requires-Dist: mypy-boto3-health<1.37.0,>=1.36.0; extra == "health"
736
788
  Provides-Extra: healthlake
737
- Requires-Dist: mypy-boto3-healthlake <1.35.0,>=1.34.0 ; extra == 'healthlake'
738
- Provides-Extra: honeycode
739
- Requires-Dist: mypy-boto3-honeycode <1.35.0,>=1.34.0 ; extra == 'honeycode'
789
+ Requires-Dist: mypy-boto3-healthlake<1.37.0,>=1.36.0; extra == "healthlake"
740
790
  Provides-Extra: iam
741
- Requires-Dist: mypy-boto3-iam <1.35.0,>=1.34.0 ; extra == 'iam'
791
+ Requires-Dist: mypy-boto3-iam<1.37.0,>=1.36.0; extra == "iam"
742
792
  Provides-Extra: identitystore
743
- Requires-Dist: mypy-boto3-identitystore <1.35.0,>=1.34.0 ; extra == 'identitystore'
793
+ Requires-Dist: mypy-boto3-identitystore<1.37.0,>=1.36.0; extra == "identitystore"
744
794
  Provides-Extra: imagebuilder
745
- Requires-Dist: mypy-boto3-imagebuilder <1.35.0,>=1.34.0 ; extra == 'imagebuilder'
795
+ Requires-Dist: mypy-boto3-imagebuilder<1.37.0,>=1.36.0; extra == "imagebuilder"
746
796
  Provides-Extra: importexport
747
- Requires-Dist: mypy-boto3-importexport <1.35.0,>=1.34.0 ; extra == 'importexport'
797
+ Requires-Dist: mypy-boto3-importexport<1.37.0,>=1.36.0; extra == "importexport"
748
798
  Provides-Extra: inspector
749
- Requires-Dist: mypy-boto3-inspector <1.35.0,>=1.34.0 ; extra == 'inspector'
799
+ Requires-Dist: mypy-boto3-inspector<1.37.0,>=1.36.0; extra == "inspector"
750
800
  Provides-Extra: inspector-scan
751
- Requires-Dist: mypy-boto3-inspector-scan <1.35.0,>=1.34.0 ; extra == 'inspector-scan'
801
+ Requires-Dist: mypy-boto3-inspector-scan<1.37.0,>=1.36.0; extra == "inspector-scan"
752
802
  Provides-Extra: inspector2
753
- Requires-Dist: mypy-boto3-inspector2 <1.35.0,>=1.34.0 ; extra == 'inspector2'
803
+ Requires-Dist: mypy-boto3-inspector2<1.37.0,>=1.36.0; extra == "inspector2"
754
804
  Provides-Extra: internetmonitor
755
- Requires-Dist: mypy-boto3-internetmonitor <1.35.0,>=1.34.0 ; extra == 'internetmonitor'
805
+ Requires-Dist: mypy-boto3-internetmonitor<1.37.0,>=1.36.0; extra == "internetmonitor"
806
+ Provides-Extra: invoicing
807
+ Requires-Dist: mypy-boto3-invoicing<1.37.0,>=1.36.0; extra == "invoicing"
756
808
  Provides-Extra: iot
757
- Requires-Dist: mypy-boto3-iot <1.35.0,>=1.34.0 ; extra == 'iot'
809
+ Requires-Dist: mypy-boto3-iot<1.37.0,>=1.36.0; extra == "iot"
758
810
  Provides-Extra: iot-data
759
- Requires-Dist: mypy-boto3-iot-data <1.35.0,>=1.34.0 ; extra == 'iot-data'
811
+ Requires-Dist: mypy-boto3-iot-data<1.37.0,>=1.36.0; extra == "iot-data"
760
812
  Provides-Extra: iot-jobs-data
761
- Requires-Dist: mypy-boto3-iot-jobs-data <1.35.0,>=1.34.0 ; extra == 'iot-jobs-data'
762
- Provides-Extra: iot1click-devices
763
- Requires-Dist: mypy-boto3-iot1click-devices <1.35.0,>=1.34.0 ; extra == 'iot1click-devices'
764
- Provides-Extra: iot1click-projects
765
- Requires-Dist: mypy-boto3-iot1click-projects <1.35.0,>=1.34.0 ; extra == 'iot1click-projects'
813
+ Requires-Dist: mypy-boto3-iot-jobs-data<1.37.0,>=1.36.0; extra == "iot-jobs-data"
766
814
  Provides-Extra: iotanalytics
767
- Requires-Dist: mypy-boto3-iotanalytics <1.35.0,>=1.34.0 ; extra == 'iotanalytics'
815
+ Requires-Dist: mypy-boto3-iotanalytics<1.37.0,>=1.36.0; extra == "iotanalytics"
768
816
  Provides-Extra: iotdeviceadvisor
769
- Requires-Dist: mypy-boto3-iotdeviceadvisor <1.35.0,>=1.34.0 ; extra == 'iotdeviceadvisor'
817
+ Requires-Dist: mypy-boto3-iotdeviceadvisor<1.37.0,>=1.36.0; extra == "iotdeviceadvisor"
770
818
  Provides-Extra: iotevents
771
- Requires-Dist: mypy-boto3-iotevents <1.35.0,>=1.34.0 ; extra == 'iotevents'
819
+ Requires-Dist: mypy-boto3-iotevents<1.37.0,>=1.36.0; extra == "iotevents"
772
820
  Provides-Extra: iotevents-data
773
- Requires-Dist: mypy-boto3-iotevents-data <1.35.0,>=1.34.0 ; extra == 'iotevents-data'
821
+ Requires-Dist: mypy-boto3-iotevents-data<1.37.0,>=1.36.0; extra == "iotevents-data"
774
822
  Provides-Extra: iotfleethub
775
- Requires-Dist: mypy-boto3-iotfleethub <1.35.0,>=1.34.0 ; extra == 'iotfleethub'
823
+ Requires-Dist: mypy-boto3-iotfleethub<1.37.0,>=1.36.0; extra == "iotfleethub"
776
824
  Provides-Extra: iotfleetwise
777
- Requires-Dist: mypy-boto3-iotfleetwise <1.35.0,>=1.34.0 ; extra == 'iotfleetwise'
825
+ Requires-Dist: mypy-boto3-iotfleetwise<1.37.0,>=1.36.0; extra == "iotfleetwise"
778
826
  Provides-Extra: iotsecuretunneling
779
- Requires-Dist: mypy-boto3-iotsecuretunneling <1.35.0,>=1.34.0 ; extra == 'iotsecuretunneling'
827
+ Requires-Dist: mypy-boto3-iotsecuretunneling<1.37.0,>=1.36.0; extra == "iotsecuretunneling"
780
828
  Provides-Extra: iotsitewise
781
- Requires-Dist: mypy-boto3-iotsitewise <1.35.0,>=1.34.0 ; extra == 'iotsitewise'
829
+ Requires-Dist: mypy-boto3-iotsitewise<1.37.0,>=1.36.0; extra == "iotsitewise"
782
830
  Provides-Extra: iotthingsgraph
783
- Requires-Dist: mypy-boto3-iotthingsgraph <1.35.0,>=1.34.0 ; extra == 'iotthingsgraph'
831
+ Requires-Dist: mypy-boto3-iotthingsgraph<1.37.0,>=1.36.0; extra == "iotthingsgraph"
784
832
  Provides-Extra: iottwinmaker
785
- Requires-Dist: mypy-boto3-iottwinmaker <1.35.0,>=1.34.0 ; extra == 'iottwinmaker'
833
+ Requires-Dist: mypy-boto3-iottwinmaker<1.37.0,>=1.36.0; extra == "iottwinmaker"
786
834
  Provides-Extra: iotwireless
787
- Requires-Dist: mypy-boto3-iotwireless <1.35.0,>=1.34.0 ; extra == 'iotwireless'
835
+ Requires-Dist: mypy-boto3-iotwireless<1.37.0,>=1.36.0; extra == "iotwireless"
788
836
  Provides-Extra: ivs
789
- Requires-Dist: mypy-boto3-ivs <1.35.0,>=1.34.0 ; extra == 'ivs'
837
+ Requires-Dist: mypy-boto3-ivs<1.37.0,>=1.36.0; extra == "ivs"
790
838
  Provides-Extra: ivs-realtime
791
- Requires-Dist: mypy-boto3-ivs-realtime <1.35.0,>=1.34.0 ; extra == 'ivs-realtime'
839
+ Requires-Dist: mypy-boto3-ivs-realtime<1.37.0,>=1.36.0; extra == "ivs-realtime"
792
840
  Provides-Extra: ivschat
793
- Requires-Dist: mypy-boto3-ivschat <1.35.0,>=1.34.0 ; extra == 'ivschat'
841
+ Requires-Dist: mypy-boto3-ivschat<1.37.0,>=1.36.0; extra == "ivschat"
794
842
  Provides-Extra: kafka
795
- Requires-Dist: mypy-boto3-kafka <1.35.0,>=1.34.0 ; extra == 'kafka'
843
+ Requires-Dist: mypy-boto3-kafka<1.37.0,>=1.36.0; extra == "kafka"
796
844
  Provides-Extra: kafkaconnect
797
- Requires-Dist: mypy-boto3-kafkaconnect <1.35.0,>=1.34.0 ; extra == 'kafkaconnect'
845
+ Requires-Dist: mypy-boto3-kafkaconnect<1.37.0,>=1.36.0; extra == "kafkaconnect"
798
846
  Provides-Extra: kendra
799
- Requires-Dist: mypy-boto3-kendra <1.35.0,>=1.34.0 ; extra == 'kendra'
847
+ Requires-Dist: mypy-boto3-kendra<1.37.0,>=1.36.0; extra == "kendra"
800
848
  Provides-Extra: kendra-ranking
801
- Requires-Dist: mypy-boto3-kendra-ranking <1.35.0,>=1.34.0 ; extra == 'kendra-ranking'
849
+ Requires-Dist: mypy-boto3-kendra-ranking<1.37.0,>=1.36.0; extra == "kendra-ranking"
802
850
  Provides-Extra: keyspaces
803
- Requires-Dist: mypy-boto3-keyspaces <1.35.0,>=1.34.0 ; extra == 'keyspaces'
851
+ Requires-Dist: mypy-boto3-keyspaces<1.37.0,>=1.36.0; extra == "keyspaces"
804
852
  Provides-Extra: kinesis
805
- Requires-Dist: mypy-boto3-kinesis <1.35.0,>=1.34.0 ; extra == 'kinesis'
853
+ Requires-Dist: mypy-boto3-kinesis<1.37.0,>=1.36.0; extra == "kinesis"
806
854
  Provides-Extra: kinesis-video-archived-media
807
- Requires-Dist: mypy-boto3-kinesis-video-archived-media <1.35.0,>=1.34.0 ; extra == 'kinesis-video-archived-media'
855
+ Requires-Dist: mypy-boto3-kinesis-video-archived-media<1.37.0,>=1.36.0; extra == "kinesis-video-archived-media"
808
856
  Provides-Extra: kinesis-video-media
809
- Requires-Dist: mypy-boto3-kinesis-video-media <1.35.0,>=1.34.0 ; extra == 'kinesis-video-media'
857
+ Requires-Dist: mypy-boto3-kinesis-video-media<1.37.0,>=1.36.0; extra == "kinesis-video-media"
810
858
  Provides-Extra: kinesis-video-signaling
811
- Requires-Dist: mypy-boto3-kinesis-video-signaling <1.35.0,>=1.34.0 ; extra == 'kinesis-video-signaling'
859
+ Requires-Dist: mypy-boto3-kinesis-video-signaling<1.37.0,>=1.36.0; extra == "kinesis-video-signaling"
812
860
  Provides-Extra: kinesis-video-webrtc-storage
813
- Requires-Dist: mypy-boto3-kinesis-video-webrtc-storage <1.35.0,>=1.34.0 ; extra == 'kinesis-video-webrtc-storage'
861
+ Requires-Dist: mypy-boto3-kinesis-video-webrtc-storage<1.37.0,>=1.36.0; extra == "kinesis-video-webrtc-storage"
814
862
  Provides-Extra: kinesisanalytics
815
- Requires-Dist: mypy-boto3-kinesisanalytics <1.35.0,>=1.34.0 ; extra == 'kinesisanalytics'
863
+ Requires-Dist: mypy-boto3-kinesisanalytics<1.37.0,>=1.36.0; extra == "kinesisanalytics"
816
864
  Provides-Extra: kinesisanalyticsv2
817
- Requires-Dist: mypy-boto3-kinesisanalyticsv2 <1.35.0,>=1.34.0 ; extra == 'kinesisanalyticsv2'
865
+ Requires-Dist: mypy-boto3-kinesisanalyticsv2<1.37.0,>=1.36.0; extra == "kinesisanalyticsv2"
818
866
  Provides-Extra: kinesisvideo
819
- Requires-Dist: mypy-boto3-kinesisvideo <1.35.0,>=1.34.0 ; extra == 'kinesisvideo'
867
+ Requires-Dist: mypy-boto3-kinesisvideo<1.37.0,>=1.36.0; extra == "kinesisvideo"
820
868
  Provides-Extra: kms
821
- Requires-Dist: mypy-boto3-kms <1.35.0,>=1.34.0 ; extra == 'kms'
869
+ Requires-Dist: mypy-boto3-kms<1.37.0,>=1.36.0; extra == "kms"
822
870
  Provides-Extra: lakeformation
823
- Requires-Dist: mypy-boto3-lakeformation <1.35.0,>=1.34.0 ; extra == 'lakeformation'
871
+ Requires-Dist: mypy-boto3-lakeformation<1.37.0,>=1.36.0; extra == "lakeformation"
824
872
  Provides-Extra: lambda
825
- Requires-Dist: mypy-boto3-lambda <1.35.0,>=1.34.0 ; extra == 'lambda'
873
+ Requires-Dist: mypy-boto3-lambda<1.37.0,>=1.36.0; extra == "lambda"
826
874
  Provides-Extra: launch-wizard
827
- Requires-Dist: mypy-boto3-launch-wizard <1.35.0,>=1.34.0 ; extra == 'launch-wizard'
875
+ Requires-Dist: mypy-boto3-launch-wizard<1.37.0,>=1.36.0; extra == "launch-wizard"
828
876
  Provides-Extra: lex-models
829
- Requires-Dist: mypy-boto3-lex-models <1.35.0,>=1.34.0 ; extra == 'lex-models'
877
+ Requires-Dist: mypy-boto3-lex-models<1.37.0,>=1.36.0; extra == "lex-models"
830
878
  Provides-Extra: lex-runtime
831
- Requires-Dist: mypy-boto3-lex-runtime <1.35.0,>=1.34.0 ; extra == 'lex-runtime'
879
+ Requires-Dist: mypy-boto3-lex-runtime<1.37.0,>=1.36.0; extra == "lex-runtime"
832
880
  Provides-Extra: lexv2-models
833
- Requires-Dist: mypy-boto3-lexv2-models <1.35.0,>=1.34.0 ; extra == 'lexv2-models'
881
+ Requires-Dist: mypy-boto3-lexv2-models<1.37.0,>=1.36.0; extra == "lexv2-models"
834
882
  Provides-Extra: lexv2-runtime
835
- Requires-Dist: mypy-boto3-lexv2-runtime <1.35.0,>=1.34.0 ; extra == 'lexv2-runtime'
883
+ Requires-Dist: mypy-boto3-lexv2-runtime<1.37.0,>=1.36.0; extra == "lexv2-runtime"
836
884
  Provides-Extra: license-manager
837
- Requires-Dist: mypy-boto3-license-manager <1.35.0,>=1.34.0 ; extra == 'license-manager'
885
+ Requires-Dist: mypy-boto3-license-manager<1.37.0,>=1.36.0; extra == "license-manager"
838
886
  Provides-Extra: license-manager-linux-subscriptions
839
- Requires-Dist: mypy-boto3-license-manager-linux-subscriptions <1.35.0,>=1.34.0 ; extra == 'license-manager-linux-subscriptions'
887
+ Requires-Dist: mypy-boto3-license-manager-linux-subscriptions<1.37.0,>=1.36.0; extra == "license-manager-linux-subscriptions"
840
888
  Provides-Extra: license-manager-user-subscriptions
841
- Requires-Dist: mypy-boto3-license-manager-user-subscriptions <1.35.0,>=1.34.0 ; extra == 'license-manager-user-subscriptions'
889
+ Requires-Dist: mypy-boto3-license-manager-user-subscriptions<1.37.0,>=1.36.0; extra == "license-manager-user-subscriptions"
842
890
  Provides-Extra: lightsail
843
- Requires-Dist: mypy-boto3-lightsail <1.35.0,>=1.34.0 ; extra == 'lightsail'
891
+ Requires-Dist: mypy-boto3-lightsail<1.37.0,>=1.36.0; extra == "lightsail"
844
892
  Provides-Extra: location
845
- Requires-Dist: mypy-boto3-location <1.35.0,>=1.34.0 ; extra == 'location'
893
+ Requires-Dist: mypy-boto3-location<1.37.0,>=1.36.0; extra == "location"
846
894
  Provides-Extra: logs
847
- Requires-Dist: mypy-boto3-logs <1.35.0,>=1.34.0 ; extra == 'logs'
895
+ Requires-Dist: mypy-boto3-logs<1.37.0,>=1.36.0; extra == "logs"
848
896
  Provides-Extra: lookoutequipment
849
- Requires-Dist: mypy-boto3-lookoutequipment <1.35.0,>=1.34.0 ; extra == 'lookoutequipment'
897
+ Requires-Dist: mypy-boto3-lookoutequipment<1.37.0,>=1.36.0; extra == "lookoutequipment"
850
898
  Provides-Extra: lookoutmetrics
851
- Requires-Dist: mypy-boto3-lookoutmetrics <1.35.0,>=1.34.0 ; extra == 'lookoutmetrics'
899
+ Requires-Dist: mypy-boto3-lookoutmetrics<1.37.0,>=1.36.0; extra == "lookoutmetrics"
852
900
  Provides-Extra: lookoutvision
853
- Requires-Dist: mypy-boto3-lookoutvision <1.35.0,>=1.34.0 ; extra == 'lookoutvision'
901
+ Requires-Dist: mypy-boto3-lookoutvision<1.37.0,>=1.36.0; extra == "lookoutvision"
854
902
  Provides-Extra: m2
855
- Requires-Dist: mypy-boto3-m2 <1.35.0,>=1.34.0 ; extra == 'm2'
903
+ Requires-Dist: mypy-boto3-m2<1.37.0,>=1.36.0; extra == "m2"
856
904
  Provides-Extra: machinelearning
857
- Requires-Dist: mypy-boto3-machinelearning <1.35.0,>=1.34.0 ; extra == 'machinelearning'
905
+ Requires-Dist: mypy-boto3-machinelearning<1.37.0,>=1.36.0; extra == "machinelearning"
858
906
  Provides-Extra: macie2
859
- Requires-Dist: mypy-boto3-macie2 <1.35.0,>=1.34.0 ; extra == 'macie2'
907
+ Requires-Dist: mypy-boto3-macie2<1.37.0,>=1.36.0; extra == "macie2"
908
+ Provides-Extra: mailmanager
909
+ Requires-Dist: mypy-boto3-mailmanager<1.37.0,>=1.36.0; extra == "mailmanager"
860
910
  Provides-Extra: managedblockchain
861
- Requires-Dist: mypy-boto3-managedblockchain <1.35.0,>=1.34.0 ; extra == 'managedblockchain'
911
+ Requires-Dist: mypy-boto3-managedblockchain<1.37.0,>=1.36.0; extra == "managedblockchain"
862
912
  Provides-Extra: managedblockchain-query
863
- Requires-Dist: mypy-boto3-managedblockchain-query <1.35.0,>=1.34.0 ; extra == 'managedblockchain-query'
913
+ Requires-Dist: mypy-boto3-managedblockchain-query<1.37.0,>=1.36.0; extra == "managedblockchain-query"
864
914
  Provides-Extra: marketplace-agreement
865
- Requires-Dist: mypy-boto3-marketplace-agreement <1.35.0,>=1.34.0 ; extra == 'marketplace-agreement'
915
+ Requires-Dist: mypy-boto3-marketplace-agreement<1.37.0,>=1.36.0; extra == "marketplace-agreement"
866
916
  Provides-Extra: marketplace-catalog
867
- Requires-Dist: mypy-boto3-marketplace-catalog <1.35.0,>=1.34.0 ; extra == 'marketplace-catalog'
917
+ Requires-Dist: mypy-boto3-marketplace-catalog<1.37.0,>=1.36.0; extra == "marketplace-catalog"
868
918
  Provides-Extra: marketplace-deployment
869
- Requires-Dist: mypy-boto3-marketplace-deployment <1.35.0,>=1.34.0 ; extra == 'marketplace-deployment'
919
+ Requires-Dist: mypy-boto3-marketplace-deployment<1.37.0,>=1.36.0; extra == "marketplace-deployment"
870
920
  Provides-Extra: marketplace-entitlement
871
- Requires-Dist: mypy-boto3-marketplace-entitlement <1.35.0,>=1.34.0 ; extra == 'marketplace-entitlement'
921
+ Requires-Dist: mypy-boto3-marketplace-entitlement<1.37.0,>=1.36.0; extra == "marketplace-entitlement"
922
+ Provides-Extra: marketplace-reporting
923
+ Requires-Dist: mypy-boto3-marketplace-reporting<1.37.0,>=1.36.0; extra == "marketplace-reporting"
872
924
  Provides-Extra: marketplacecommerceanalytics
873
- Requires-Dist: mypy-boto3-marketplacecommerceanalytics <1.35.0,>=1.34.0 ; extra == 'marketplacecommerceanalytics'
925
+ Requires-Dist: mypy-boto3-marketplacecommerceanalytics<1.37.0,>=1.36.0; extra == "marketplacecommerceanalytics"
874
926
  Provides-Extra: mediaconnect
875
- Requires-Dist: mypy-boto3-mediaconnect <1.35.0,>=1.34.0 ; extra == 'mediaconnect'
927
+ Requires-Dist: mypy-boto3-mediaconnect<1.37.0,>=1.36.0; extra == "mediaconnect"
876
928
  Provides-Extra: mediaconvert
877
- Requires-Dist: mypy-boto3-mediaconvert <1.35.0,>=1.34.0 ; extra == 'mediaconvert'
929
+ Requires-Dist: mypy-boto3-mediaconvert<1.37.0,>=1.36.0; extra == "mediaconvert"
878
930
  Provides-Extra: medialive
879
- Requires-Dist: mypy-boto3-medialive <1.35.0,>=1.34.0 ; extra == 'medialive'
931
+ Requires-Dist: mypy-boto3-medialive<1.37.0,>=1.36.0; extra == "medialive"
880
932
  Provides-Extra: mediapackage
881
- Requires-Dist: mypy-boto3-mediapackage <1.35.0,>=1.34.0 ; extra == 'mediapackage'
933
+ Requires-Dist: mypy-boto3-mediapackage<1.37.0,>=1.36.0; extra == "mediapackage"
882
934
  Provides-Extra: mediapackage-vod
883
- Requires-Dist: mypy-boto3-mediapackage-vod <1.35.0,>=1.34.0 ; extra == 'mediapackage-vod'
935
+ Requires-Dist: mypy-boto3-mediapackage-vod<1.37.0,>=1.36.0; extra == "mediapackage-vod"
884
936
  Provides-Extra: mediapackagev2
885
- Requires-Dist: mypy-boto3-mediapackagev2 <1.35.0,>=1.34.0 ; extra == 'mediapackagev2'
937
+ Requires-Dist: mypy-boto3-mediapackagev2<1.37.0,>=1.36.0; extra == "mediapackagev2"
886
938
  Provides-Extra: mediastore
887
- Requires-Dist: mypy-boto3-mediastore <1.35.0,>=1.34.0 ; extra == 'mediastore'
939
+ Requires-Dist: mypy-boto3-mediastore<1.37.0,>=1.36.0; extra == "mediastore"
888
940
  Provides-Extra: mediastore-data
889
- Requires-Dist: mypy-boto3-mediastore-data <1.35.0,>=1.34.0 ; extra == 'mediastore-data'
941
+ Requires-Dist: mypy-boto3-mediastore-data<1.37.0,>=1.36.0; extra == "mediastore-data"
890
942
  Provides-Extra: mediatailor
891
- Requires-Dist: mypy-boto3-mediatailor <1.35.0,>=1.34.0 ; extra == 'mediatailor'
943
+ Requires-Dist: mypy-boto3-mediatailor<1.37.0,>=1.36.0; extra == "mediatailor"
892
944
  Provides-Extra: medical-imaging
893
- Requires-Dist: mypy-boto3-medical-imaging <1.35.0,>=1.34.0 ; extra == 'medical-imaging'
945
+ Requires-Dist: mypy-boto3-medical-imaging<1.37.0,>=1.36.0; extra == "medical-imaging"
894
946
  Provides-Extra: memorydb
895
- Requires-Dist: mypy-boto3-memorydb <1.35.0,>=1.34.0 ; extra == 'memorydb'
947
+ Requires-Dist: mypy-boto3-memorydb<1.37.0,>=1.36.0; extra == "memorydb"
896
948
  Provides-Extra: meteringmarketplace
897
- Requires-Dist: mypy-boto3-meteringmarketplace <1.35.0,>=1.34.0 ; extra == 'meteringmarketplace'
949
+ Requires-Dist: mypy-boto3-meteringmarketplace<1.37.0,>=1.36.0; extra == "meteringmarketplace"
898
950
  Provides-Extra: mgh
899
- Requires-Dist: mypy-boto3-mgh <1.35.0,>=1.34.0 ; extra == 'mgh'
951
+ Requires-Dist: mypy-boto3-mgh<1.37.0,>=1.36.0; extra == "mgh"
900
952
  Provides-Extra: mgn
901
- Requires-Dist: mypy-boto3-mgn <1.35.0,>=1.34.0 ; extra == 'mgn'
953
+ Requires-Dist: mypy-boto3-mgn<1.37.0,>=1.36.0; extra == "mgn"
902
954
  Provides-Extra: migration-hub-refactor-spaces
903
- Requires-Dist: mypy-boto3-migration-hub-refactor-spaces <1.35.0,>=1.34.0 ; extra == 'migration-hub-refactor-spaces'
955
+ Requires-Dist: mypy-boto3-migration-hub-refactor-spaces<1.37.0,>=1.36.0; extra == "migration-hub-refactor-spaces"
904
956
  Provides-Extra: migrationhub-config
905
- Requires-Dist: mypy-boto3-migrationhub-config <1.35.0,>=1.34.0 ; extra == 'migrationhub-config'
957
+ Requires-Dist: mypy-boto3-migrationhub-config<1.37.0,>=1.36.0; extra == "migrationhub-config"
906
958
  Provides-Extra: migrationhuborchestrator
907
- Requires-Dist: mypy-boto3-migrationhuborchestrator <1.35.0,>=1.34.0 ; extra == 'migrationhuborchestrator'
959
+ Requires-Dist: mypy-boto3-migrationhuborchestrator<1.37.0,>=1.36.0; extra == "migrationhuborchestrator"
908
960
  Provides-Extra: migrationhubstrategy
909
- Requires-Dist: mypy-boto3-migrationhubstrategy <1.35.0,>=1.34.0 ; extra == 'migrationhubstrategy'
910
- Provides-Extra: mobile
911
- Requires-Dist: mypy-boto3-mobile <1.35.0,>=1.34.0 ; extra == 'mobile'
961
+ Requires-Dist: mypy-boto3-migrationhubstrategy<1.37.0,>=1.36.0; extra == "migrationhubstrategy"
912
962
  Provides-Extra: mq
913
- Requires-Dist: mypy-boto3-mq <1.35.0,>=1.34.0 ; extra == 'mq'
963
+ Requires-Dist: mypy-boto3-mq<1.37.0,>=1.36.0; extra == "mq"
914
964
  Provides-Extra: mturk
915
- Requires-Dist: mypy-boto3-mturk <1.35.0,>=1.34.0 ; extra == 'mturk'
965
+ Requires-Dist: mypy-boto3-mturk<1.37.0,>=1.36.0; extra == "mturk"
916
966
  Provides-Extra: mwaa
917
- Requires-Dist: mypy-boto3-mwaa <1.35.0,>=1.34.0 ; extra == 'mwaa'
967
+ Requires-Dist: mypy-boto3-mwaa<1.37.0,>=1.36.0; extra == "mwaa"
918
968
  Provides-Extra: neptune
919
- Requires-Dist: mypy-boto3-neptune <1.35.0,>=1.34.0 ; extra == 'neptune'
969
+ Requires-Dist: mypy-boto3-neptune<1.37.0,>=1.36.0; extra == "neptune"
920
970
  Provides-Extra: neptune-graph
921
- Requires-Dist: mypy-boto3-neptune-graph <1.35.0,>=1.34.0 ; extra == 'neptune-graph'
971
+ Requires-Dist: mypy-boto3-neptune-graph<1.37.0,>=1.36.0; extra == "neptune-graph"
922
972
  Provides-Extra: neptunedata
923
- Requires-Dist: mypy-boto3-neptunedata <1.35.0,>=1.34.0 ; extra == 'neptunedata'
973
+ Requires-Dist: mypy-boto3-neptunedata<1.37.0,>=1.36.0; extra == "neptunedata"
924
974
  Provides-Extra: network-firewall
925
- Requires-Dist: mypy-boto3-network-firewall <1.35.0,>=1.34.0 ; extra == 'network-firewall'
975
+ Requires-Dist: mypy-boto3-network-firewall<1.37.0,>=1.36.0; extra == "network-firewall"
976
+ Provides-Extra: networkflowmonitor
977
+ Requires-Dist: mypy-boto3-networkflowmonitor<1.37.0,>=1.36.0; extra == "networkflowmonitor"
926
978
  Provides-Extra: networkmanager
927
- Requires-Dist: mypy-boto3-networkmanager <1.35.0,>=1.34.0 ; extra == 'networkmanager'
979
+ Requires-Dist: mypy-boto3-networkmanager<1.37.0,>=1.36.0; extra == "networkmanager"
928
980
  Provides-Extra: networkmonitor
929
- Requires-Dist: mypy-boto3-networkmonitor <1.35.0,>=1.34.0 ; extra == 'networkmonitor'
930
- Provides-Extra: nimble
931
- Requires-Dist: mypy-boto3-nimble <1.35.0,>=1.34.0 ; extra == 'nimble'
981
+ Requires-Dist: mypy-boto3-networkmonitor<1.37.0,>=1.36.0; extra == "networkmonitor"
982
+ Provides-Extra: notifications
983
+ Requires-Dist: mypy-boto3-notifications<1.37.0,>=1.36.0; extra == "notifications"
984
+ Provides-Extra: notificationscontacts
985
+ Requires-Dist: mypy-boto3-notificationscontacts<1.37.0,>=1.36.0; extra == "notificationscontacts"
932
986
  Provides-Extra: oam
933
- Requires-Dist: mypy-boto3-oam <1.35.0,>=1.34.0 ; extra == 'oam'
987
+ Requires-Dist: mypy-boto3-oam<1.37.0,>=1.36.0; extra == "oam"
988
+ Provides-Extra: observabilityadmin
989
+ Requires-Dist: mypy-boto3-observabilityadmin<1.37.0,>=1.36.0; extra == "observabilityadmin"
934
990
  Provides-Extra: omics
935
- Requires-Dist: mypy-boto3-omics <1.35.0,>=1.34.0 ; extra == 'omics'
991
+ Requires-Dist: mypy-boto3-omics<1.37.0,>=1.36.0; extra == "omics"
936
992
  Provides-Extra: opensearch
937
- Requires-Dist: mypy-boto3-opensearch <1.35.0,>=1.34.0 ; extra == 'opensearch'
993
+ Requires-Dist: mypy-boto3-opensearch<1.37.0,>=1.36.0; extra == "opensearch"
938
994
  Provides-Extra: opensearchserverless
939
- Requires-Dist: mypy-boto3-opensearchserverless <1.35.0,>=1.34.0 ; extra == 'opensearchserverless'
995
+ Requires-Dist: mypy-boto3-opensearchserverless<1.37.0,>=1.36.0; extra == "opensearchserverless"
940
996
  Provides-Extra: opsworks
941
- Requires-Dist: mypy-boto3-opsworks <1.35.0,>=1.34.0 ; extra == 'opsworks'
997
+ Requires-Dist: mypy-boto3-opsworks<1.37.0,>=1.36.0; extra == "opsworks"
942
998
  Provides-Extra: opsworkscm
943
- Requires-Dist: mypy-boto3-opsworkscm <1.35.0,>=1.34.0 ; extra == 'opsworkscm'
999
+ Requires-Dist: mypy-boto3-opsworkscm<1.37.0,>=1.36.0; extra == "opsworkscm"
944
1000
  Provides-Extra: organizations
945
- Requires-Dist: mypy-boto3-organizations <1.35.0,>=1.34.0 ; extra == 'organizations'
1001
+ Requires-Dist: mypy-boto3-organizations<1.37.0,>=1.36.0; extra == "organizations"
946
1002
  Provides-Extra: osis
947
- Requires-Dist: mypy-boto3-osis <1.35.0,>=1.34.0 ; extra == 'osis'
1003
+ Requires-Dist: mypy-boto3-osis<1.37.0,>=1.36.0; extra == "osis"
948
1004
  Provides-Extra: outposts
949
- Requires-Dist: mypy-boto3-outposts <1.35.0,>=1.34.0 ; extra == 'outposts'
1005
+ Requires-Dist: mypy-boto3-outposts<1.37.0,>=1.36.0; extra == "outposts"
950
1006
  Provides-Extra: panorama
951
- Requires-Dist: mypy-boto3-panorama <1.35.0,>=1.34.0 ; extra == 'panorama'
1007
+ Requires-Dist: mypy-boto3-panorama<1.37.0,>=1.36.0; extra == "panorama"
1008
+ Provides-Extra: partnercentral-selling
1009
+ Requires-Dist: mypy-boto3-partnercentral-selling<1.37.0,>=1.36.0; extra == "partnercentral-selling"
952
1010
  Provides-Extra: payment-cryptography
953
- Requires-Dist: mypy-boto3-payment-cryptography <1.35.0,>=1.34.0 ; extra == 'payment-cryptography'
1011
+ Requires-Dist: mypy-boto3-payment-cryptography<1.37.0,>=1.36.0; extra == "payment-cryptography"
954
1012
  Provides-Extra: payment-cryptography-data
955
- Requires-Dist: mypy-boto3-payment-cryptography-data <1.35.0,>=1.34.0 ; extra == 'payment-cryptography-data'
1013
+ Requires-Dist: mypy-boto3-payment-cryptography-data<1.37.0,>=1.36.0; extra == "payment-cryptography-data"
956
1014
  Provides-Extra: pca-connector-ad
957
- Requires-Dist: mypy-boto3-pca-connector-ad <1.35.0,>=1.34.0 ; extra == 'pca-connector-ad'
1015
+ Requires-Dist: mypy-boto3-pca-connector-ad<1.37.0,>=1.36.0; extra == "pca-connector-ad"
1016
+ Provides-Extra: pca-connector-scep
1017
+ Requires-Dist: mypy-boto3-pca-connector-scep<1.37.0,>=1.36.0; extra == "pca-connector-scep"
1018
+ Provides-Extra: pcs
1019
+ Requires-Dist: mypy-boto3-pcs<1.37.0,>=1.36.0; extra == "pcs"
958
1020
  Provides-Extra: personalize
959
- Requires-Dist: mypy-boto3-personalize <1.35.0,>=1.34.0 ; extra == 'personalize'
1021
+ Requires-Dist: mypy-boto3-personalize<1.37.0,>=1.36.0; extra == "personalize"
960
1022
  Provides-Extra: personalize-events
961
- Requires-Dist: mypy-boto3-personalize-events <1.35.0,>=1.34.0 ; extra == 'personalize-events'
1023
+ Requires-Dist: mypy-boto3-personalize-events<1.37.0,>=1.36.0; extra == "personalize-events"
962
1024
  Provides-Extra: personalize-runtime
963
- Requires-Dist: mypy-boto3-personalize-runtime <1.35.0,>=1.34.0 ; extra == 'personalize-runtime'
1025
+ Requires-Dist: mypy-boto3-personalize-runtime<1.37.0,>=1.36.0; extra == "personalize-runtime"
964
1026
  Provides-Extra: pi
965
- Requires-Dist: mypy-boto3-pi <1.35.0,>=1.34.0 ; extra == 'pi'
1027
+ Requires-Dist: mypy-boto3-pi<1.37.0,>=1.36.0; extra == "pi"
966
1028
  Provides-Extra: pinpoint
967
- Requires-Dist: mypy-boto3-pinpoint <1.35.0,>=1.34.0 ; extra == 'pinpoint'
1029
+ Requires-Dist: mypy-boto3-pinpoint<1.37.0,>=1.36.0; extra == "pinpoint"
968
1030
  Provides-Extra: pinpoint-email
969
- Requires-Dist: mypy-boto3-pinpoint-email <1.35.0,>=1.34.0 ; extra == 'pinpoint-email'
1031
+ Requires-Dist: mypy-boto3-pinpoint-email<1.37.0,>=1.36.0; extra == "pinpoint-email"
970
1032
  Provides-Extra: pinpoint-sms-voice
971
- Requires-Dist: mypy-boto3-pinpoint-sms-voice <1.35.0,>=1.34.0 ; extra == 'pinpoint-sms-voice'
1033
+ Requires-Dist: mypy-boto3-pinpoint-sms-voice<1.37.0,>=1.36.0; extra == "pinpoint-sms-voice"
972
1034
  Provides-Extra: pinpoint-sms-voice-v2
973
- Requires-Dist: mypy-boto3-pinpoint-sms-voice-v2 <1.35.0,>=1.34.0 ; extra == 'pinpoint-sms-voice-v2'
1035
+ Requires-Dist: mypy-boto3-pinpoint-sms-voice-v2<1.37.0,>=1.36.0; extra == "pinpoint-sms-voice-v2"
974
1036
  Provides-Extra: pipes
975
- Requires-Dist: mypy-boto3-pipes <1.35.0,>=1.34.0 ; extra == 'pipes'
1037
+ Requires-Dist: mypy-boto3-pipes<1.37.0,>=1.36.0; extra == "pipes"
976
1038
  Provides-Extra: polly
977
- Requires-Dist: mypy-boto3-polly <1.35.0,>=1.34.0 ; extra == 'polly'
1039
+ Requires-Dist: mypy-boto3-polly<1.37.0,>=1.36.0; extra == "polly"
978
1040
  Provides-Extra: pricing
979
- Requires-Dist: mypy-boto3-pricing <1.35.0,>=1.34.0 ; extra == 'pricing'
1041
+ Requires-Dist: mypy-boto3-pricing<1.37.0,>=1.36.0; extra == "pricing"
980
1042
  Provides-Extra: privatenetworks
981
- Requires-Dist: mypy-boto3-privatenetworks <1.35.0,>=1.34.0 ; extra == 'privatenetworks'
1043
+ Requires-Dist: mypy-boto3-privatenetworks<1.37.0,>=1.36.0; extra == "privatenetworks"
982
1044
  Provides-Extra: proton
983
- Requires-Dist: mypy-boto3-proton <1.35.0,>=1.34.0 ; extra == 'proton'
1045
+ Requires-Dist: mypy-boto3-proton<1.37.0,>=1.36.0; extra == "proton"
1046
+ Provides-Extra: qapps
1047
+ Requires-Dist: mypy-boto3-qapps<1.37.0,>=1.36.0; extra == "qapps"
984
1048
  Provides-Extra: qbusiness
985
- Requires-Dist: mypy-boto3-qbusiness <1.35.0,>=1.34.0 ; extra == 'qbusiness'
1049
+ Requires-Dist: mypy-boto3-qbusiness<1.37.0,>=1.36.0; extra == "qbusiness"
986
1050
  Provides-Extra: qconnect
987
- Requires-Dist: mypy-boto3-qconnect <1.35.0,>=1.34.0 ; extra == 'qconnect'
1051
+ Requires-Dist: mypy-boto3-qconnect<1.37.0,>=1.36.0; extra == "qconnect"
988
1052
  Provides-Extra: qldb
989
- Requires-Dist: mypy-boto3-qldb <1.35.0,>=1.34.0 ; extra == 'qldb'
1053
+ Requires-Dist: mypy-boto3-qldb<1.37.0,>=1.36.0; extra == "qldb"
990
1054
  Provides-Extra: qldb-session
991
- Requires-Dist: mypy-boto3-qldb-session <1.35.0,>=1.34.0 ; extra == 'qldb-session'
1055
+ Requires-Dist: mypy-boto3-qldb-session<1.37.0,>=1.36.0; extra == "qldb-session"
992
1056
  Provides-Extra: quicksight
993
- Requires-Dist: mypy-boto3-quicksight <1.35.0,>=1.34.0 ; extra == 'quicksight'
1057
+ Requires-Dist: mypy-boto3-quicksight<1.37.0,>=1.36.0; extra == "quicksight"
994
1058
  Provides-Extra: ram
995
- Requires-Dist: mypy-boto3-ram <1.35.0,>=1.34.0 ; extra == 'ram'
1059
+ Requires-Dist: mypy-boto3-ram<1.37.0,>=1.36.0; extra == "ram"
996
1060
  Provides-Extra: rbin
997
- Requires-Dist: mypy-boto3-rbin <1.35.0,>=1.34.0 ; extra == 'rbin'
1061
+ Requires-Dist: mypy-boto3-rbin<1.37.0,>=1.36.0; extra == "rbin"
998
1062
  Provides-Extra: rds
999
- Requires-Dist: mypy-boto3-rds <1.35.0,>=1.34.0 ; extra == 'rds'
1063
+ Requires-Dist: mypy-boto3-rds<1.37.0,>=1.36.0; extra == "rds"
1000
1064
  Provides-Extra: rds-data
1001
- Requires-Dist: mypy-boto3-rds-data <1.35.0,>=1.34.0 ; extra == 'rds-data'
1065
+ Requires-Dist: mypy-boto3-rds-data<1.37.0,>=1.36.0; extra == "rds-data"
1002
1066
  Provides-Extra: redshift
1003
- Requires-Dist: mypy-boto3-redshift <1.35.0,>=1.34.0 ; extra == 'redshift'
1067
+ Requires-Dist: mypy-boto3-redshift<1.37.0,>=1.36.0; extra == "redshift"
1004
1068
  Provides-Extra: redshift-data
1005
- Requires-Dist: mypy-boto3-redshift-data <1.35.0,>=1.34.0 ; extra == 'redshift-data'
1069
+ Requires-Dist: mypy-boto3-redshift-data<1.37.0,>=1.36.0; extra == "redshift-data"
1006
1070
  Provides-Extra: redshift-serverless
1007
- Requires-Dist: mypy-boto3-redshift-serverless <1.35.0,>=1.34.0 ; extra == 'redshift-serverless'
1071
+ Requires-Dist: mypy-boto3-redshift-serverless<1.37.0,>=1.36.0; extra == "redshift-serverless"
1008
1072
  Provides-Extra: rekognition
1009
- Requires-Dist: mypy-boto3-rekognition <1.35.0,>=1.34.0 ; extra == 'rekognition'
1073
+ Requires-Dist: mypy-boto3-rekognition<1.37.0,>=1.36.0; extra == "rekognition"
1010
1074
  Provides-Extra: repostspace
1011
- Requires-Dist: mypy-boto3-repostspace <1.35.0,>=1.34.0 ; extra == 'repostspace'
1075
+ Requires-Dist: mypy-boto3-repostspace<1.37.0,>=1.36.0; extra == "repostspace"
1012
1076
  Provides-Extra: resiliencehub
1013
- Requires-Dist: mypy-boto3-resiliencehub <1.35.0,>=1.34.0 ; extra == 'resiliencehub'
1077
+ Requires-Dist: mypy-boto3-resiliencehub<1.37.0,>=1.36.0; extra == "resiliencehub"
1014
1078
  Provides-Extra: resource-explorer-2
1015
- Requires-Dist: mypy-boto3-resource-explorer-2 <1.35.0,>=1.34.0 ; extra == 'resource-explorer-2'
1079
+ Requires-Dist: mypy-boto3-resource-explorer-2<1.37.0,>=1.36.0; extra == "resource-explorer-2"
1016
1080
  Provides-Extra: resource-groups
1017
- Requires-Dist: mypy-boto3-resource-groups <1.35.0,>=1.34.0 ; extra == 'resource-groups'
1081
+ Requires-Dist: mypy-boto3-resource-groups<1.37.0,>=1.36.0; extra == "resource-groups"
1018
1082
  Provides-Extra: resourcegroupstaggingapi
1019
- Requires-Dist: mypy-boto3-resourcegroupstaggingapi <1.35.0,>=1.34.0 ; extra == 'resourcegroupstaggingapi'
1083
+ Requires-Dist: mypy-boto3-resourcegroupstaggingapi<1.37.0,>=1.36.0; extra == "resourcegroupstaggingapi"
1020
1084
  Provides-Extra: robomaker
1021
- Requires-Dist: mypy-boto3-robomaker <1.35.0,>=1.34.0 ; extra == 'robomaker'
1085
+ Requires-Dist: mypy-boto3-robomaker<1.37.0,>=1.36.0; extra == "robomaker"
1022
1086
  Provides-Extra: rolesanywhere
1023
- Requires-Dist: mypy-boto3-rolesanywhere <1.35.0,>=1.34.0 ; extra == 'rolesanywhere'
1087
+ Requires-Dist: mypy-boto3-rolesanywhere<1.37.0,>=1.36.0; extra == "rolesanywhere"
1024
1088
  Provides-Extra: route53
1025
- Requires-Dist: mypy-boto3-route53 <1.35.0,>=1.34.0 ; extra == 'route53'
1089
+ Requires-Dist: mypy-boto3-route53<1.37.0,>=1.36.0; extra == "route53"
1026
1090
  Provides-Extra: route53-recovery-cluster
1027
- Requires-Dist: mypy-boto3-route53-recovery-cluster <1.35.0,>=1.34.0 ; extra == 'route53-recovery-cluster'
1091
+ Requires-Dist: mypy-boto3-route53-recovery-cluster<1.37.0,>=1.36.0; extra == "route53-recovery-cluster"
1028
1092
  Provides-Extra: route53-recovery-control-config
1029
- Requires-Dist: mypy-boto3-route53-recovery-control-config <1.35.0,>=1.34.0 ; extra == 'route53-recovery-control-config'
1093
+ Requires-Dist: mypy-boto3-route53-recovery-control-config<1.37.0,>=1.36.0; extra == "route53-recovery-control-config"
1030
1094
  Provides-Extra: route53-recovery-readiness
1031
- Requires-Dist: mypy-boto3-route53-recovery-readiness <1.35.0,>=1.34.0 ; extra == 'route53-recovery-readiness'
1095
+ Requires-Dist: mypy-boto3-route53-recovery-readiness<1.37.0,>=1.36.0; extra == "route53-recovery-readiness"
1032
1096
  Provides-Extra: route53domains
1033
- Requires-Dist: mypy-boto3-route53domains <1.35.0,>=1.34.0 ; extra == 'route53domains'
1097
+ Requires-Dist: mypy-boto3-route53domains<1.37.0,>=1.36.0; extra == "route53domains"
1098
+ Provides-Extra: route53profiles
1099
+ Requires-Dist: mypy-boto3-route53profiles<1.37.0,>=1.36.0; extra == "route53profiles"
1034
1100
  Provides-Extra: route53resolver
1035
- Requires-Dist: mypy-boto3-route53resolver <1.35.0,>=1.34.0 ; extra == 'route53resolver'
1101
+ Requires-Dist: mypy-boto3-route53resolver<1.37.0,>=1.36.0; extra == "route53resolver"
1036
1102
  Provides-Extra: rum
1037
- Requires-Dist: mypy-boto3-rum <1.35.0,>=1.34.0 ; extra == 'rum'
1103
+ Requires-Dist: mypy-boto3-rum<1.37.0,>=1.36.0; extra == "rum"
1038
1104
  Provides-Extra: s3
1039
- Requires-Dist: mypy-boto3-s3 <1.35.0,>=1.34.0 ; extra == 's3'
1105
+ Requires-Dist: mypy-boto3-s3<1.37.0,>=1.36.0; extra == "s3"
1040
1106
  Provides-Extra: s3control
1041
- Requires-Dist: mypy-boto3-s3control <1.35.0,>=1.34.0 ; extra == 's3control'
1107
+ Requires-Dist: mypy-boto3-s3control<1.37.0,>=1.36.0; extra == "s3control"
1042
1108
  Provides-Extra: s3outposts
1043
- Requires-Dist: mypy-boto3-s3outposts <1.35.0,>=1.34.0 ; extra == 's3outposts'
1109
+ Requires-Dist: mypy-boto3-s3outposts<1.37.0,>=1.36.0; extra == "s3outposts"
1110
+ Provides-Extra: s3tables
1111
+ Requires-Dist: mypy-boto3-s3tables<1.37.0,>=1.36.0; extra == "s3tables"
1044
1112
  Provides-Extra: sagemaker
1045
- Requires-Dist: mypy-boto3-sagemaker <1.35.0,>=1.34.0 ; extra == 'sagemaker'
1113
+ Requires-Dist: mypy-boto3-sagemaker<1.37.0,>=1.36.0; extra == "sagemaker"
1046
1114
  Provides-Extra: sagemaker-a2i-runtime
1047
- Requires-Dist: mypy-boto3-sagemaker-a2i-runtime <1.35.0,>=1.34.0 ; extra == 'sagemaker-a2i-runtime'
1115
+ Requires-Dist: mypy-boto3-sagemaker-a2i-runtime<1.37.0,>=1.36.0; extra == "sagemaker-a2i-runtime"
1048
1116
  Provides-Extra: sagemaker-edge
1049
- Requires-Dist: mypy-boto3-sagemaker-edge <1.35.0,>=1.34.0 ; extra == 'sagemaker-edge'
1117
+ Requires-Dist: mypy-boto3-sagemaker-edge<1.37.0,>=1.36.0; extra == "sagemaker-edge"
1050
1118
  Provides-Extra: sagemaker-featurestore-runtime
1051
- Requires-Dist: mypy-boto3-sagemaker-featurestore-runtime <1.35.0,>=1.34.0 ; extra == 'sagemaker-featurestore-runtime'
1119
+ Requires-Dist: mypy-boto3-sagemaker-featurestore-runtime<1.37.0,>=1.36.0; extra == "sagemaker-featurestore-runtime"
1052
1120
  Provides-Extra: sagemaker-geospatial
1053
- Requires-Dist: mypy-boto3-sagemaker-geospatial <1.35.0,>=1.34.0 ; extra == 'sagemaker-geospatial'
1121
+ Requires-Dist: mypy-boto3-sagemaker-geospatial<1.37.0,>=1.36.0; extra == "sagemaker-geospatial"
1054
1122
  Provides-Extra: sagemaker-metrics
1055
- Requires-Dist: mypy-boto3-sagemaker-metrics <1.35.0,>=1.34.0 ; extra == 'sagemaker-metrics'
1123
+ Requires-Dist: mypy-boto3-sagemaker-metrics<1.37.0,>=1.36.0; extra == "sagemaker-metrics"
1056
1124
  Provides-Extra: sagemaker-runtime
1057
- Requires-Dist: mypy-boto3-sagemaker-runtime <1.35.0,>=1.34.0 ; extra == 'sagemaker-runtime'
1125
+ Requires-Dist: mypy-boto3-sagemaker-runtime<1.37.0,>=1.36.0; extra == "sagemaker-runtime"
1058
1126
  Provides-Extra: savingsplans
1059
- Requires-Dist: mypy-boto3-savingsplans <1.35.0,>=1.34.0 ; extra == 'savingsplans'
1127
+ Requires-Dist: mypy-boto3-savingsplans<1.37.0,>=1.36.0; extra == "savingsplans"
1060
1128
  Provides-Extra: scheduler
1061
- Requires-Dist: mypy-boto3-scheduler <1.35.0,>=1.34.0 ; extra == 'scheduler'
1129
+ Requires-Dist: mypy-boto3-scheduler<1.37.0,>=1.36.0; extra == "scheduler"
1062
1130
  Provides-Extra: schemas
1063
- Requires-Dist: mypy-boto3-schemas <1.35.0,>=1.34.0 ; extra == 'schemas'
1131
+ Requires-Dist: mypy-boto3-schemas<1.37.0,>=1.36.0; extra == "schemas"
1064
1132
  Provides-Extra: sdb
1065
- Requires-Dist: mypy-boto3-sdb <1.35.0,>=1.34.0 ; extra == 'sdb'
1133
+ Requires-Dist: mypy-boto3-sdb<1.37.0,>=1.36.0; extra == "sdb"
1066
1134
  Provides-Extra: secretsmanager
1067
- Requires-Dist: mypy-boto3-secretsmanager <1.35.0,>=1.34.0 ; extra == 'secretsmanager'
1135
+ Requires-Dist: mypy-boto3-secretsmanager<1.37.0,>=1.36.0; extra == "secretsmanager"
1136
+ Provides-Extra: security-ir
1137
+ Requires-Dist: mypy-boto3-security-ir<1.37.0,>=1.36.0; extra == "security-ir"
1068
1138
  Provides-Extra: securityhub
1069
- Requires-Dist: mypy-boto3-securityhub <1.35.0,>=1.34.0 ; extra == 'securityhub'
1139
+ Requires-Dist: mypy-boto3-securityhub<1.37.0,>=1.36.0; extra == "securityhub"
1070
1140
  Provides-Extra: securitylake
1071
- Requires-Dist: mypy-boto3-securitylake <1.35.0,>=1.34.0 ; extra == 'securitylake'
1141
+ Requires-Dist: mypy-boto3-securitylake<1.37.0,>=1.36.0; extra == "securitylake"
1072
1142
  Provides-Extra: serverlessrepo
1073
- Requires-Dist: mypy-boto3-serverlessrepo <1.35.0,>=1.34.0 ; extra == 'serverlessrepo'
1143
+ Requires-Dist: mypy-boto3-serverlessrepo<1.37.0,>=1.36.0; extra == "serverlessrepo"
1074
1144
  Provides-Extra: service-quotas
1075
- Requires-Dist: mypy-boto3-service-quotas <1.35.0,>=1.34.0 ; extra == 'service-quotas'
1145
+ Requires-Dist: mypy-boto3-service-quotas<1.37.0,>=1.36.0; extra == "service-quotas"
1076
1146
  Provides-Extra: servicecatalog
1077
- Requires-Dist: mypy-boto3-servicecatalog <1.35.0,>=1.34.0 ; extra == 'servicecatalog'
1147
+ Requires-Dist: mypy-boto3-servicecatalog<1.37.0,>=1.36.0; extra == "servicecatalog"
1078
1148
  Provides-Extra: servicecatalog-appregistry
1079
- Requires-Dist: mypy-boto3-servicecatalog-appregistry <1.35.0,>=1.34.0 ; extra == 'servicecatalog-appregistry'
1149
+ Requires-Dist: mypy-boto3-servicecatalog-appregistry<1.37.0,>=1.36.0; extra == "servicecatalog-appregistry"
1080
1150
  Provides-Extra: servicediscovery
1081
- Requires-Dist: mypy-boto3-servicediscovery <1.35.0,>=1.34.0 ; extra == 'servicediscovery'
1151
+ Requires-Dist: mypy-boto3-servicediscovery<1.37.0,>=1.36.0; extra == "servicediscovery"
1082
1152
  Provides-Extra: ses
1083
- Requires-Dist: mypy-boto3-ses <1.35.0,>=1.34.0 ; extra == 'ses'
1153
+ Requires-Dist: mypy-boto3-ses<1.37.0,>=1.36.0; extra == "ses"
1084
1154
  Provides-Extra: sesv2
1085
- Requires-Dist: mypy-boto3-sesv2 <1.35.0,>=1.34.0 ; extra == 'sesv2'
1155
+ Requires-Dist: mypy-boto3-sesv2<1.37.0,>=1.36.0; extra == "sesv2"
1086
1156
  Provides-Extra: shield
1087
- Requires-Dist: mypy-boto3-shield <1.35.0,>=1.34.0 ; extra == 'shield'
1157
+ Requires-Dist: mypy-boto3-shield<1.37.0,>=1.36.0; extra == "shield"
1088
1158
  Provides-Extra: signer
1089
- Requires-Dist: mypy-boto3-signer <1.35.0,>=1.34.0 ; extra == 'signer'
1159
+ Requires-Dist: mypy-boto3-signer<1.37.0,>=1.36.0; extra == "signer"
1090
1160
  Provides-Extra: simspaceweaver
1091
- Requires-Dist: mypy-boto3-simspaceweaver <1.35.0,>=1.34.0 ; extra == 'simspaceweaver'
1161
+ Requires-Dist: mypy-boto3-simspaceweaver<1.37.0,>=1.36.0; extra == "simspaceweaver"
1092
1162
  Provides-Extra: sms
1093
- Requires-Dist: mypy-boto3-sms <1.35.0,>=1.34.0 ; extra == 'sms'
1163
+ Requires-Dist: mypy-boto3-sms<1.37.0,>=1.36.0; extra == "sms"
1094
1164
  Provides-Extra: sms-voice
1095
- Requires-Dist: mypy-boto3-sms-voice <1.35.0,>=1.34.0 ; extra == 'sms-voice'
1165
+ Requires-Dist: mypy-boto3-sms-voice<1.37.0,>=1.36.0; extra == "sms-voice"
1096
1166
  Provides-Extra: snow-device-management
1097
- Requires-Dist: mypy-boto3-snow-device-management <1.35.0,>=1.34.0 ; extra == 'snow-device-management'
1167
+ Requires-Dist: mypy-boto3-snow-device-management<1.37.0,>=1.36.0; extra == "snow-device-management"
1098
1168
  Provides-Extra: snowball
1099
- Requires-Dist: mypy-boto3-snowball <1.35.0,>=1.34.0 ; extra == 'snowball'
1169
+ Requires-Dist: mypy-boto3-snowball<1.37.0,>=1.36.0; extra == "snowball"
1100
1170
  Provides-Extra: sns
1101
- Requires-Dist: mypy-boto3-sns <1.35.0,>=1.34.0 ; extra == 'sns'
1171
+ Requires-Dist: mypy-boto3-sns<1.37.0,>=1.36.0; extra == "sns"
1172
+ Provides-Extra: socialmessaging
1173
+ Requires-Dist: mypy-boto3-socialmessaging<1.37.0,>=1.36.0; extra == "socialmessaging"
1102
1174
  Provides-Extra: sqs
1103
- Requires-Dist: mypy-boto3-sqs <1.35.0,>=1.34.0 ; extra == 'sqs'
1175
+ Requires-Dist: mypy-boto3-sqs<1.37.0,>=1.36.0; extra == "sqs"
1104
1176
  Provides-Extra: ssm
1105
- Requires-Dist: mypy-boto3-ssm <1.35.0,>=1.34.0 ; extra == 'ssm'
1177
+ Requires-Dist: mypy-boto3-ssm<1.37.0,>=1.36.0; extra == "ssm"
1106
1178
  Provides-Extra: ssm-contacts
1107
- Requires-Dist: mypy-boto3-ssm-contacts <1.35.0,>=1.34.0 ; extra == 'ssm-contacts'
1179
+ Requires-Dist: mypy-boto3-ssm-contacts<1.37.0,>=1.36.0; extra == "ssm-contacts"
1108
1180
  Provides-Extra: ssm-incidents
1109
- Requires-Dist: mypy-boto3-ssm-incidents <1.35.0,>=1.34.0 ; extra == 'ssm-incidents'
1181
+ Requires-Dist: mypy-boto3-ssm-incidents<1.37.0,>=1.36.0; extra == "ssm-incidents"
1182
+ Provides-Extra: ssm-quicksetup
1183
+ Requires-Dist: mypy-boto3-ssm-quicksetup<1.37.0,>=1.36.0; extra == "ssm-quicksetup"
1110
1184
  Provides-Extra: ssm-sap
1111
- Requires-Dist: mypy-boto3-ssm-sap <1.35.0,>=1.34.0 ; extra == 'ssm-sap'
1185
+ Requires-Dist: mypy-boto3-ssm-sap<1.37.0,>=1.36.0; extra == "ssm-sap"
1112
1186
  Provides-Extra: sso
1113
- Requires-Dist: mypy-boto3-sso <1.35.0,>=1.34.0 ; extra == 'sso'
1187
+ Requires-Dist: mypy-boto3-sso<1.37.0,>=1.36.0; extra == "sso"
1114
1188
  Provides-Extra: sso-admin
1115
- Requires-Dist: mypy-boto3-sso-admin <1.35.0,>=1.34.0 ; extra == 'sso-admin'
1189
+ Requires-Dist: mypy-boto3-sso-admin<1.37.0,>=1.36.0; extra == "sso-admin"
1116
1190
  Provides-Extra: sso-oidc
1117
- Requires-Dist: mypy-boto3-sso-oidc <1.35.0,>=1.34.0 ; extra == 'sso-oidc'
1191
+ Requires-Dist: mypy-boto3-sso-oidc<1.37.0,>=1.36.0; extra == "sso-oidc"
1118
1192
  Provides-Extra: stepfunctions
1119
- Requires-Dist: mypy-boto3-stepfunctions <1.35.0,>=1.34.0 ; extra == 'stepfunctions'
1193
+ Requires-Dist: mypy-boto3-stepfunctions<1.37.0,>=1.36.0; extra == "stepfunctions"
1120
1194
  Provides-Extra: storagegateway
1121
- Requires-Dist: mypy-boto3-storagegateway <1.35.0,>=1.34.0 ; extra == 'storagegateway'
1195
+ Requires-Dist: mypy-boto3-storagegateway<1.37.0,>=1.36.0; extra == "storagegateway"
1122
1196
  Provides-Extra: sts
1123
- Requires-Dist: mypy-boto3-sts <1.35.0,>=1.34.0 ; extra == 'sts'
1197
+ Requires-Dist: mypy-boto3-sts<1.37.0,>=1.36.0; extra == "sts"
1124
1198
  Provides-Extra: supplychain
1125
- Requires-Dist: mypy-boto3-supplychain <1.35.0,>=1.34.0 ; extra == 'supplychain'
1199
+ Requires-Dist: mypy-boto3-supplychain<1.37.0,>=1.36.0; extra == "supplychain"
1126
1200
  Provides-Extra: support
1127
- Requires-Dist: mypy-boto3-support <1.35.0,>=1.34.0 ; extra == 'support'
1201
+ Requires-Dist: mypy-boto3-support<1.37.0,>=1.36.0; extra == "support"
1128
1202
  Provides-Extra: support-app
1129
- Requires-Dist: mypy-boto3-support-app <1.35.0,>=1.34.0 ; extra == 'support-app'
1203
+ Requires-Dist: mypy-boto3-support-app<1.37.0,>=1.36.0; extra == "support-app"
1130
1204
  Provides-Extra: swf
1131
- Requires-Dist: mypy-boto3-swf <1.35.0,>=1.34.0 ; extra == 'swf'
1205
+ Requires-Dist: mypy-boto3-swf<1.37.0,>=1.36.0; extra == "swf"
1132
1206
  Provides-Extra: synthetics
1133
- Requires-Dist: mypy-boto3-synthetics <1.35.0,>=1.34.0 ; extra == 'synthetics'
1207
+ Requires-Dist: mypy-boto3-synthetics<1.37.0,>=1.36.0; extra == "synthetics"
1208
+ Provides-Extra: taxsettings
1209
+ Requires-Dist: mypy-boto3-taxsettings<1.37.0,>=1.36.0; extra == "taxsettings"
1134
1210
  Provides-Extra: textract
1135
- Requires-Dist: mypy-boto3-textract <1.35.0,>=1.34.0 ; extra == 'textract'
1211
+ Requires-Dist: mypy-boto3-textract<1.37.0,>=1.36.0; extra == "textract"
1136
1212
  Provides-Extra: timestream-influxdb
1137
- Requires-Dist: mypy-boto3-timestream-influxdb <1.35.0,>=1.34.0 ; extra == 'timestream-influxdb'
1213
+ Requires-Dist: mypy-boto3-timestream-influxdb<1.37.0,>=1.36.0; extra == "timestream-influxdb"
1138
1214
  Provides-Extra: timestream-query
1139
- Requires-Dist: mypy-boto3-timestream-query <1.35.0,>=1.34.0 ; extra == 'timestream-query'
1215
+ Requires-Dist: mypy-boto3-timestream-query<1.37.0,>=1.36.0; extra == "timestream-query"
1140
1216
  Provides-Extra: timestream-write
1141
- Requires-Dist: mypy-boto3-timestream-write <1.35.0,>=1.34.0 ; extra == 'timestream-write'
1217
+ Requires-Dist: mypy-boto3-timestream-write<1.37.0,>=1.36.0; extra == "timestream-write"
1142
1218
  Provides-Extra: tnb
1143
- Requires-Dist: mypy-boto3-tnb <1.35.0,>=1.34.0 ; extra == 'tnb'
1219
+ Requires-Dist: mypy-boto3-tnb<1.37.0,>=1.36.0; extra == "tnb"
1144
1220
  Provides-Extra: transcribe
1145
- Requires-Dist: mypy-boto3-transcribe <1.35.0,>=1.34.0 ; extra == 'transcribe'
1221
+ Requires-Dist: mypy-boto3-transcribe<1.37.0,>=1.36.0; extra == "transcribe"
1146
1222
  Provides-Extra: transfer
1147
- Requires-Dist: mypy-boto3-transfer <1.35.0,>=1.34.0 ; extra == 'transfer'
1223
+ Requires-Dist: mypy-boto3-transfer<1.37.0,>=1.36.0; extra == "transfer"
1148
1224
  Provides-Extra: translate
1149
- Requires-Dist: mypy-boto3-translate <1.35.0,>=1.34.0 ; extra == 'translate'
1225
+ Requires-Dist: mypy-boto3-translate<1.37.0,>=1.36.0; extra == "translate"
1150
1226
  Provides-Extra: trustedadvisor
1151
- Requires-Dist: mypy-boto3-trustedadvisor <1.35.0,>=1.34.0 ; extra == 'trustedadvisor'
1227
+ Requires-Dist: mypy-boto3-trustedadvisor<1.37.0,>=1.36.0; extra == "trustedadvisor"
1152
1228
  Provides-Extra: verifiedpermissions
1153
- Requires-Dist: mypy-boto3-verifiedpermissions <1.35.0,>=1.34.0 ; extra == 'verifiedpermissions'
1229
+ Requires-Dist: mypy-boto3-verifiedpermissions<1.37.0,>=1.36.0; extra == "verifiedpermissions"
1154
1230
  Provides-Extra: voice-id
1155
- Requires-Dist: mypy-boto3-voice-id <1.35.0,>=1.34.0 ; extra == 'voice-id'
1231
+ Requires-Dist: mypy-boto3-voice-id<1.37.0,>=1.36.0; extra == "voice-id"
1156
1232
  Provides-Extra: vpc-lattice
1157
- Requires-Dist: mypy-boto3-vpc-lattice <1.35.0,>=1.34.0 ; extra == 'vpc-lattice'
1233
+ Requires-Dist: mypy-boto3-vpc-lattice<1.37.0,>=1.36.0; extra == "vpc-lattice"
1158
1234
  Provides-Extra: waf
1159
- Requires-Dist: mypy-boto3-waf <1.35.0,>=1.34.0 ; extra == 'waf'
1235
+ Requires-Dist: mypy-boto3-waf<1.37.0,>=1.36.0; extra == "waf"
1160
1236
  Provides-Extra: waf-regional
1161
- Requires-Dist: mypy-boto3-waf-regional <1.35.0,>=1.34.0 ; extra == 'waf-regional'
1237
+ Requires-Dist: mypy-boto3-waf-regional<1.37.0,>=1.36.0; extra == "waf-regional"
1162
1238
  Provides-Extra: wafv2
1163
- Requires-Dist: mypy-boto3-wafv2 <1.35.0,>=1.34.0 ; extra == 'wafv2'
1239
+ Requires-Dist: mypy-boto3-wafv2<1.37.0,>=1.36.0; extra == "wafv2"
1164
1240
  Provides-Extra: wellarchitected
1165
- Requires-Dist: mypy-boto3-wellarchitected <1.35.0,>=1.34.0 ; extra == 'wellarchitected'
1241
+ Requires-Dist: mypy-boto3-wellarchitected<1.37.0,>=1.36.0; extra == "wellarchitected"
1166
1242
  Provides-Extra: wisdom
1167
- Requires-Dist: mypy-boto3-wisdom <1.35.0,>=1.34.0 ; extra == 'wisdom'
1243
+ Requires-Dist: mypy-boto3-wisdom<1.37.0,>=1.36.0; extra == "wisdom"
1168
1244
  Provides-Extra: workdocs
1169
- Requires-Dist: mypy-boto3-workdocs <1.35.0,>=1.34.0 ; extra == 'workdocs'
1170
- Provides-Extra: worklink
1171
- Requires-Dist: mypy-boto3-worklink <1.35.0,>=1.34.0 ; extra == 'worklink'
1245
+ Requires-Dist: mypy-boto3-workdocs<1.37.0,>=1.36.0; extra == "workdocs"
1172
1246
  Provides-Extra: workmail
1173
- Requires-Dist: mypy-boto3-workmail <1.35.0,>=1.34.0 ; extra == 'workmail'
1247
+ Requires-Dist: mypy-boto3-workmail<1.37.0,>=1.36.0; extra == "workmail"
1174
1248
  Provides-Extra: workmailmessageflow
1175
- Requires-Dist: mypy-boto3-workmailmessageflow <1.35.0,>=1.34.0 ; extra == 'workmailmessageflow'
1249
+ Requires-Dist: mypy-boto3-workmailmessageflow<1.37.0,>=1.36.0; extra == "workmailmessageflow"
1176
1250
  Provides-Extra: workspaces
1177
- Requires-Dist: mypy-boto3-workspaces <1.35.0,>=1.34.0 ; extra == 'workspaces'
1251
+ Requires-Dist: mypy-boto3-workspaces<1.37.0,>=1.36.0; extra == "workspaces"
1178
1252
  Provides-Extra: workspaces-thin-client
1179
- Requires-Dist: mypy-boto3-workspaces-thin-client <1.35.0,>=1.34.0 ; extra == 'workspaces-thin-client'
1253
+ Requires-Dist: mypy-boto3-workspaces-thin-client<1.37.0,>=1.36.0; extra == "workspaces-thin-client"
1180
1254
  Provides-Extra: workspaces-web
1181
- Requires-Dist: mypy-boto3-workspaces-web <1.35.0,>=1.34.0 ; extra == 'workspaces-web'
1255
+ Requires-Dist: mypy-boto3-workspaces-web<1.37.0,>=1.36.0; extra == "workspaces-web"
1182
1256
  Provides-Extra: xray
1183
- Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
1257
+ Requires-Dist: mypy-boto3-xray<1.37.0,>=1.36.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
1184
1271
 
1185
1272
  <a id="boto3-stubs-lite"></a>
1186
1273
 
1187
1274
  # boto3-stubs-lite
1188
1275
 
1189
- [![PyPI - boto3-stubs-lite](https://img.shields.io/pypi/v/boto3-stubs-lite.svg?color=blue)](https://pypi.org/project/boto3-stubs-lite)
1190
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs-lite.svg?color=blue)](https://pypi.org/project/boto3-stubs-lite)
1276
+ [![PyPI - boto3-stubs-lite](https://img.shields.io/pypi/v/boto3-stubs-lite.svg?color=blue)](https://pypi.org/project/boto3-stubs-lite/)
1277
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/boto3-stubs-lite.svg?color=blue)](https://pypi.org/project/boto3-stubs-lite/)
1191
1278
  [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
1192
- [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs-lite)](https://pepy.tech/project/boto3-stubs-lite)
1279
+ [![PyPI - Downloads](https://static.pepy.tech/badge/boto3-stubs-lite)](https://pypistats.org/packages/boto3-stubs-lite)
1193
1280
 
1194
1281
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1195
1282
 
1196
- Type annotations for
1197
- [boto3 1.34.66](https://boto3.amazonaws.com/v1/documentation/api/1.34.66/index.html)
1198
- compatible with [VSCode](https://code.visualstudio.com/),
1283
+ Type annotations for [boto3 1.36.0](https://pypi.org/project/boto3/) compatible
1284
+ with [VSCode](https://code.visualstudio.com/),
1199
1285
  [PyCharm](https://www.jetbrains.com/pycharm/),
1200
1286
  [Emacs](https://www.gnu.org/software/emacs/),
1201
1287
  [Sublime Text](https://www.sublimetext.com/),
1202
1288
  [mypy](https://github.com/python/mypy),
1203
1289
  [pyright](https://github.com/microsoft/pyright) and other tools.
1204
1290
 
1205
- Generated by
1206
- [mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
1291
+ Generated with
1292
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
1207
1293
 
1208
- More information can be found in
1294
+ More information can be found on
1295
+ [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
1209
1296
  [boto3-stubs-lite docs](https://youtype.github.io/boto3_stubs_docs/).
1210
1297
 
1211
- See how it helps to find and fix potential bugs:
1298
+ See how it helps you find and fix potential bugs:
1212
1299
 
1213
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1300
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
1214
1301
 
1215
1302
  - [boto3-stubs-lite](#boto3-stubs-lite)
1216
1303
  - [How to install](#how-to-install)
1304
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
1217
1305
  - [VSCode extension](#vscode-extension)
1218
1306
  - [From PyPI with pip](#from-pypi-with-pip)
1219
1307
  - [From conda-forge](#from-conda-forge)
@@ -1226,8 +1314,8 @@ See how it helps to find and fix potential bugs:
1226
1314
  - [Other IDEs](#other-ides)
1227
1315
  - [mypy](#mypy)
1228
1316
  - [pyright](#pyright)
1229
- - [Explicit type annotations](#explicit-type-annotations)
1230
1317
  - [Pylint compatibility](#pylint-compatibility)
1318
+ - [Explicit type annotations](#explicit-type-annotations)
1231
1319
  - [How it works](#how-it-works)
1232
1320
  - [What's new](#what's-new)
1233
1321
  - [Implemented features](#implemented-features)
@@ -1242,6 +1330,21 @@ See how it helps to find and fix potential bugs:
1242
1330
 
1243
1331
  ## How to install
1244
1332
 
1333
+ <a id="generate-locally-(recommended)"></a>
1334
+
1335
+ ### Generate locally (recommended)
1336
+
1337
+ You can generate type annotations for `boto3` package locally with
1338
+ `mypy_boto3_builder`. Use
1339
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
1340
+ isolation.
1341
+
1342
+ 1. Run mypy-boto3-builder in your package root directory:
1343
+ `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
1344
+ 2. Select `boto3-stubs` AWS SDK.
1345
+ 3. Select services you use in the current project.
1346
+ 4. Use provided commands to install generated packages.
1347
+
1245
1348
  <a id="vscode-extension"></a>
1246
1349
 
1247
1350
  ### VSCode extension
@@ -1257,23 +1360,24 @@ project.
1257
1360
 
1258
1361
  ### From PyPI with pip
1259
1362
 
1260
- Install `boto3-stubs-lite` to add type annotations for `boto3` package.
1363
+ Install `boto3-stubs` to add type checking for `boto3` package.
1261
1364
 
1262
1365
  ```bash
1263
1366
  # install type annotations only for boto3
1264
- python -m pip install boto3-stubs-lite
1367
+ python -m pip install boto3-stubs
1265
1368
 
1266
1369
  # install boto3 type annotations
1267
- # for ec2, s3, rds, lambda, sqs, dynamo and cloudformation
1268
- python -m pip install 'boto3-stubs-lite[essential]'
1370
+ # for cloudformation, dynamodb, ec2, lambda, rds, s3, sqs
1371
+ python -m pip install 'boto3-stubs[essential]'
1269
1372
 
1270
1373
  # or install annotations for services you use
1271
- python -m pip install 'boto3-stubs-lite[acm,apigateway]'
1374
+ python -m pip install 'boto3-stubs[acm,apigateway]'
1272
1375
 
1273
1376
  # or install annotations in sync with boto3 version
1274
- python -m pip install 'boto3-stubs-lite[boto3]'
1275
-
1377
+ python -m pip install 'boto3-stubs[boto3]'
1276
1378
 
1379
+ # or install all-in-one annotations for all services
1380
+ python -m pip install 'boto3-stubs[full]'
1277
1381
  ```
1278
1382
 
1279
1383
  <a id="from-conda-forge"></a>
@@ -1287,18 +1391,18 @@ conda config --add channels conda-forge
1287
1391
  conda config --set channel_priority strict
1288
1392
  ```
1289
1393
 
1290
- Once the `conda-forge` channel has been enabled, `boto3-stubs-lite` and
1291
- `boto3-stubs-lite-essential` can be installed with:
1394
+ Once the `conda-forge` channel has been enabled, `boto3-stubs` and
1395
+ `boto3-stubs-essential` can be installed with:
1292
1396
 
1293
1397
  ```bash
1294
- conda install boto3-stubs-lite boto3-stubs-lite-essential
1398
+ conda install boto3-stubs boto3-stubs-essential
1295
1399
  ```
1296
1400
 
1297
- It is possible to list all of the versions of `boto3-stubs-lite` available on
1298
- your platform with:
1401
+ List all available versions of `boto3-stubs-lite` available on your platform
1402
+ with:
1299
1403
 
1300
1404
  ```bash
1301
- conda search boto3-stubs-lite --channel conda-forge
1405
+ conda search boto3-stubs --channel conda-forge
1302
1406
  ```
1303
1407
 
1304
1408
  <a id="how-to-uninstall"></a>
@@ -1339,11 +1443,10 @@ annotations required, write your `boto3` code as usual.
1339
1443
  Install `boto3-stubs-lite[essential]` in your environment:
1340
1444
 
1341
1445
  ```bash
1342
- python -m pip install 'boto3-stubs-lite[essential]'`
1446
+ python -m pip install 'boto3-stubs-lite[essential]'
1343
1447
  ```
1344
1448
 
1345
- Both type checking and code completion should now work. Explicit type
1346
- annotations **are required**.
1449
+ Both type checking and code completion should now work.
1347
1450
 
1348
1451
  <a id="emacs"></a>
1349
1452
 
@@ -1409,7 +1512,7 @@ should work.
1409
1512
  - Install `boto3-stubs-lite[essential]` in your environment:
1410
1513
 
1411
1514
  ```bash
1412
- python -m pip install 'boto3-stubs-lite[essential]'`
1515
+ python -m pip install 'boto3-stubs-lite[essential]'
1413
1516
  ```
1414
1517
 
1415
1518
  Type checking should now work. No explicit type annotations required, write
@@ -1426,11 +1529,36 @@ your `boto3` code as usual.
1426
1529
  python -m pip install 'boto3-stubs-lite[essential]'
1427
1530
  ```
1428
1531
 
1429
- Optionally, you can install `boto3-stubs-lite` to `typings` folder.
1532
+ Optionally, you can install `boto3-stubs-lite` to `typings` directory.
1430
1533
 
1431
1534
  Type checking should now work. No explicit type annotations required, write
1432
1535
  your `boto3` code as usual.
1433
1536
 
1537
+ <a id="pylint-compatibility"></a>
1538
+
1539
+ ### Pylint compatibility
1540
+
1541
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
1542
+ `boto3-stubs-lite` dependency in production. However, there is an issue in
1543
+ `pylint` that it complains about undefined variables. To fix it, set all types
1544
+ to `object` in non-`TYPE_CHECKING` mode.
1545
+
1546
+ ```python
1547
+ from typing import TYPE_CHECKING
1548
+
1549
+ if TYPE_CHECKING:
1550
+ from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
1551
+ from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
1552
+ from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
1553
+ else:
1554
+ EC2Client = object
1555
+ EC2ServiceResource = object
1556
+ BundleTaskCompleteWaiter = object
1557
+ DescribeVolumesPaginator = object
1558
+
1559
+ ...
1560
+ ```
1561
+
1434
1562
  <a id="explicit-type-annotations"></a>
1435
1563
 
1436
1564
  ### Explicit type annotations
@@ -1457,32 +1585,6 @@ bundle_task_complete_waiter: BundleTaskCompleteWaiter = ec2_client.get_waiter(
1457
1585
  describe_volumes_paginator: DescribeVolumesPaginator = ec2_client.get_paginator("describe_volumes")
1458
1586
  ```
1459
1587
 
1460
- <a id="pylint-compatibility"></a>
1461
-
1462
- ### Pylint compatibility
1463
-
1464
- It is totally safe to use `TYPE_CHECKING` flag in order to avoid `boto3-stubs`
1465
- dependency in production. However, there is an issue in `pylint` that it
1466
- complains about undefined variables. To fix it, set all types to `object` in
1467
- non-`TYPE_CHECKING` mode.
1468
-
1469
- ```python
1470
- import boto3
1471
- from typing import TYPE_CHECKING
1472
-
1473
- if TYPE_CHECKING:
1474
- from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
1475
- from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
1476
- from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
1477
- else:
1478
- EC2Client = object
1479
- EC2ServiceResource = object
1480
- BundleTaskCompleteWaiter = object
1481
- DescribeVolumesPaginator = object
1482
-
1483
- ...
1484
- ```
1485
-
1486
1588
  <a id="how-it-works"></a>
1487
1589
 
1488
1590
  ## How it works
@@ -1497,8 +1599,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
1497
1599
  annotations extracted from `botocore` schemas.
1498
1600
  - Type annotations include up-to-date documentation.
1499
1601
  - Link to documentation is provided for every method.
1500
- - Code is processed by [black](https://github.com/psf/black) and
1501
- [isort](https://github.com/PyCQA/isort) for readability.
1602
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
1502
1603
 
1503
1604
  <a id="what's-new"></a>
1504
1605
 
@@ -1572,7 +1673,10 @@ repository.
1572
1673
 
1573
1674
  ## Submodules
1574
1675
 
1575
- - `boto3-stubs-lite[all]` - Type annotations for all 379 services.
1676
+ - `boto3-stubs-lite[full]` - Type annotations for all 403 services in one
1677
+ package (recommended).
1678
+ - `boto3-stubs-lite[all]` - Type annotations for all 403 services in separate
1679
+ packages.
1576
1680
  - `boto3-stubs-lite[essential]` - Type annotations for
1577
1681
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1578
1682
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -1593,9 +1697,6 @@ repository.
1593
1697
  - `boto3-stubs-lite[acm-pca]` - Type annotations for
1594
1698
  [ACMPCA](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_acm_pca/)
1595
1699
  service.
1596
- - `boto3-stubs-lite[alexaforbusiness]` - Type annotations for
1597
- [AlexaForBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_alexaforbusiness/)
1598
- service.
1599
1700
  - `boto3-stubs-lite[amp]` - Type annotations for
1600
1701
  [PrometheusService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_amp/)
1601
1702
  service.
@@ -1638,6 +1739,9 @@ repository.
1638
1739
  - `boto3-stubs-lite[application-insights]` - Type annotations for
1639
1740
  [ApplicationInsights](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_insights/)
1640
1741
  service.
1742
+ - `boto3-stubs-lite[application-signals]` - Type annotations for
1743
+ [CloudWatchApplicationSignals](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_application_signals/)
1744
+ service.
1641
1745
  - `boto3-stubs-lite[applicationcostprofiler]` - Type annotations for
1642
1746
  [ApplicationCostProfiler](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_applicationcostprofiler/)
1643
1747
  service.
@@ -1653,6 +1757,9 @@ repository.
1653
1757
  - `boto3-stubs-lite[appsync]` - Type annotations for
1654
1758
  [AppSync](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_appsync/)
1655
1759
  service.
1760
+ - `boto3-stubs-lite[apptest]` - Type annotations for
1761
+ [MainframeModernizationApplicationTesting](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_apptest/)
1762
+ service.
1656
1763
  - `boto3-stubs-lite[arc-zonal-shift]` - Type annotations for
1657
1764
  [ARCZonalShift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_arc_zonal_shift/)
1658
1765
  service.
@@ -1679,8 +1786,8 @@ repository.
1679
1786
  - `boto3-stubs-lite[backup-gateway]` - Type annotations for
1680
1787
  [BackupGateway](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backup_gateway/)
1681
1788
  service.
1682
- - `boto3-stubs-lite[backupstorage]` - Type annotations for
1683
- [BackupStorage](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupstorage/)
1789
+ - `boto3-stubs-lite[backupsearch]` - Type annotations for
1790
+ [BackupSearch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_backupsearch/)
1684
1791
  service.
1685
1792
  - `boto3-stubs-lite[batch]` - Type annotations for
1686
1793
  [Batch](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/)
@@ -1688,6 +1795,9 @@ repository.
1688
1795
  - `boto3-stubs-lite[bcm-data-exports]` - Type annotations for
1689
1796
  [BillingandCostManagementDataExports](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_data_exports/)
1690
1797
  service.
1798
+ - `boto3-stubs-lite[bcm-pricing-calculator]` - Type annotations for
1799
+ [BillingandCostManagementPricingCalculator](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bcm_pricing_calculator/)
1800
+ service.
1691
1801
  - `boto3-stubs-lite[bedrock]` - Type annotations for
1692
1802
  [Bedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock/)
1693
1803
  service.
@@ -1697,9 +1807,18 @@ repository.
1697
1807
  - `boto3-stubs-lite[bedrock-agent-runtime]` - Type annotations for
1698
1808
  [AgentsforBedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agent_runtime/)
1699
1809
  service.
1810
+ - `boto3-stubs-lite[bedrock-data-automation]` - Type annotations for
1811
+ [DataAutomationforBedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation/)
1812
+ service.
1813
+ - `boto3-stubs-lite[bedrock-data-automation-runtime]` - Type annotations for
1814
+ [RuntimeforBedrockDataAutomation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation_runtime/)
1815
+ service.
1700
1816
  - `boto3-stubs-lite[bedrock-runtime]` - Type annotations for
1701
1817
  [BedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_runtime/)
1702
1818
  service.
1819
+ - `boto3-stubs-lite[billing]` - Type annotations for
1820
+ [Billing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billing/)
1821
+ service.
1703
1822
  - `boto3-stubs-lite[billingconductor]` - Type annotations for
1704
1823
  [BillingConductor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_billingconductor/)
1705
1824
  service.
@@ -1790,6 +1909,9 @@ repository.
1790
1909
  - `boto3-stubs-lite[codecommit]` - Type annotations for
1791
1910
  [CodeCommit](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codecommit/)
1792
1911
  service.
1912
+ - `boto3-stubs-lite[codeconnections]` - Type annotations for
1913
+ [CodeConnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codeconnections/)
1914
+ service.
1793
1915
  - `boto3-stubs-lite[codedeploy]` - Type annotations for
1794
1916
  [CodeDeploy](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codedeploy/)
1795
1917
  service.
@@ -1805,9 +1927,6 @@ repository.
1805
1927
  - `boto3-stubs-lite[codepipeline]` - Type annotations for
1806
1928
  [CodePipeline](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codepipeline/)
1807
1929
  service.
1808
- - `boto3-stubs-lite[codestar]` - Type annotations for
1809
- [CodeStar](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar/)
1810
- service.
1811
1930
  - `boto3-stubs-lite[codestar-connections]` - Type annotations for
1812
1931
  [CodeStarconnections](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_codestar_connections/)
1813
1932
  service.
@@ -1844,12 +1963,18 @@ repository.
1844
1963
  - `boto3-stubs-lite[connectcampaigns]` - Type annotations for
1845
1964
  [ConnectCampaignService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaigns/)
1846
1965
  service.
1966
+ - `boto3-stubs-lite[connectcampaignsv2]` - Type annotations for
1967
+ [ConnectCampaignServiceV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcampaignsv2/)
1968
+ service.
1847
1969
  - `boto3-stubs-lite[connectcases]` - Type annotations for
1848
1970
  [ConnectCases](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectcases/)
1849
1971
  service.
1850
1972
  - `boto3-stubs-lite[connectparticipant]` - Type annotations for
1851
1973
  [ConnectParticipant](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_connectparticipant/)
1852
1974
  service.
1975
+ - `boto3-stubs-lite[controlcatalog]` - Type annotations for
1976
+ [ControlCatalog](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_controlcatalog/)
1977
+ service.
1853
1978
  - `boto3-stubs-lite[controltower]` - Type annotations for
1854
1979
  [ControlTower](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_controltower/)
1855
1980
  service.
@@ -1879,6 +2004,9 @@ repository.
1879
2004
  service.
1880
2005
  - `boto3-stubs-lite[dax]` - Type annotations for
1881
2006
  [DAX](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dax/) service.
2007
+ - `boto3-stubs-lite[deadline]` - Type annotations for
2008
+ [DeadlineCloud](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_deadline/)
2009
+ service.
1882
2010
  - `boto3-stubs-lite[detective]` - Type annotations for
1883
2011
  [Detective](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_detective/)
1884
2012
  service.
@@ -1906,10 +2034,16 @@ repository.
1906
2034
  [DocDBElastic](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_docdb_elastic/)
1907
2035
  service.
1908
2036
  - `boto3-stubs-lite[drs]` - Type annotations for
1909
- [drs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_drs/) service.
2037
+ [Drs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_drs/) service.
1910
2038
  - `boto3-stubs-lite[ds]` - Type annotations for
1911
2039
  [DirectoryService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds/)
1912
2040
  service.
2041
+ - `boto3-stubs-lite[ds-data]` - Type annotations for
2042
+ [DirectoryServiceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ds_data/)
2043
+ service.
2044
+ - `boto3-stubs-lite[dsql]` - Type annotations for
2045
+ [AuroraDSQL](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dsql/)
2046
+ service.
1913
2047
  - `boto3-stubs-lite[dynamodb]` - Type annotations for
1914
2048
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/)
1915
2049
  service.
@@ -1976,7 +2110,7 @@ repository.
1976
2110
  [CloudWatchEvidently](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_evidently/)
1977
2111
  service.
1978
2112
  - `boto3-stubs-lite[finspace]` - Type annotations for
1979
- [finspace](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace/)
2113
+ [Finspace](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace/)
1980
2114
  service.
1981
2115
  - `boto3-stubs-lite[finspace-data]` - Type annotations for
1982
2116
  [FinSpaceData](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_finspace_data/)
@@ -2005,6 +2139,15 @@ repository.
2005
2139
  - `boto3-stubs-lite[gamelift]` - Type annotations for
2006
2140
  [GameLift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamelift/)
2007
2141
  service.
2142
+ - `boto3-stubs-lite[geo-maps]` - Type annotations for
2143
+ [LocationServiceMapsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/)
2144
+ service.
2145
+ - `boto3-stubs-lite[geo-places]` - Type annotations for
2146
+ [LocationServicePlacesV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_places/)
2147
+ service.
2148
+ - `boto3-stubs-lite[geo-routes]` - Type annotations for
2149
+ [LocationServiceRoutesV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_routes/)
2150
+ service.
2008
2151
  - `boto3-stubs-lite[glacier]` - Type annotations for
2009
2152
  [Glacier](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_glacier/)
2010
2153
  service.
@@ -2034,16 +2177,13 @@ repository.
2034
2177
  - `boto3-stubs-lite[healthlake]` - Type annotations for
2035
2178
  [HealthLake](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_healthlake/)
2036
2179
  service.
2037
- - `boto3-stubs-lite[honeycode]` - Type annotations for
2038
- [Honeycode](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_honeycode/)
2039
- service.
2040
2180
  - `boto3-stubs-lite[iam]` - Type annotations for
2041
2181
  [IAM](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iam/) service.
2042
2182
  - `boto3-stubs-lite[identitystore]` - Type annotations for
2043
2183
  [IdentityStore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_identitystore/)
2044
2184
  service.
2045
2185
  - `boto3-stubs-lite[imagebuilder]` - Type annotations for
2046
- [imagebuilder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_imagebuilder/)
2186
+ [Imagebuilder](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_imagebuilder/)
2047
2187
  service.
2048
2188
  - `boto3-stubs-lite[importexport]` - Type annotations for
2049
2189
  [ImportExport](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_importexport/)
@@ -2052,7 +2192,7 @@ repository.
2052
2192
  [Inspector](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_inspector/)
2053
2193
  service.
2054
2194
  - `boto3-stubs-lite[inspector-scan]` - Type annotations for
2055
- [inspectorscan](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_inspector_scan/)
2195
+ [Inspectorscan](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_inspector_scan/)
2056
2196
  service.
2057
2197
  - `boto3-stubs-lite[inspector2]` - Type annotations for
2058
2198
  [Inspector2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_inspector2/)
@@ -2060,6 +2200,9 @@ repository.
2060
2200
  - `boto3-stubs-lite[internetmonitor]` - Type annotations for
2061
2201
  [CloudWatchInternetMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_internetmonitor/)
2062
2202
  service.
2203
+ - `boto3-stubs-lite[invoicing]` - Type annotations for
2204
+ [Invoicing](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_invoicing/)
2205
+ service.
2063
2206
  - `boto3-stubs-lite[iot]` - Type annotations for
2064
2207
  [IoT](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot/) service.
2065
2208
  - `boto3-stubs-lite[iot-data]` - Type annotations for
@@ -2068,12 +2211,6 @@ repository.
2068
2211
  - `boto3-stubs-lite[iot-jobs-data]` - Type annotations for
2069
2212
  [IoTJobsDataPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot_jobs_data/)
2070
2213
  service.
2071
- - `boto3-stubs-lite[iot1click-devices]` - Type annotations for
2072
- [IoT1ClickDevicesService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_devices/)
2073
- service.
2074
- - `boto3-stubs-lite[iot1click-projects]` - Type annotations for
2075
- [IoT1ClickProjects](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iot1click_projects/)
2076
- service.
2077
2214
  - `boto3-stubs-lite[iotanalytics]` - Type annotations for
2078
2215
  [IoTAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_iotanalytics/)
2079
2216
  service.
@@ -2110,10 +2247,10 @@ repository.
2110
2247
  - `boto3-stubs-lite[ivs]` - Type annotations for
2111
2248
  [IVS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivs/) service.
2112
2249
  - `boto3-stubs-lite[ivs-realtime]` - Type annotations for
2113
- [ivsrealtime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivs_realtime/)
2250
+ [Ivsrealtime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivs_realtime/)
2114
2251
  service.
2115
2252
  - `boto3-stubs-lite[ivschat]` - Type annotations for
2116
- [ivschat](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivschat/)
2253
+ [Ivschat](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ivschat/)
2117
2254
  service.
2118
2255
  - `boto3-stubs-lite[kafka]` - Type annotations for
2119
2256
  [Kafka](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kafka/)
@@ -2122,7 +2259,7 @@ repository.
2122
2259
  [KafkaConnect](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kafkaconnect/)
2123
2260
  service.
2124
2261
  - `boto3-stubs-lite[kendra]` - Type annotations for
2125
- [kendra](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kendra/)
2262
+ [Kendra](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kendra/)
2126
2263
  service.
2127
2264
  - `boto3-stubs-lite[kendra-ranking]` - Type annotations for
2128
2265
  [KendraRanking](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_kendra_ranking/)
@@ -2214,6 +2351,9 @@ repository.
2214
2351
  - `boto3-stubs-lite[macie2]` - Type annotations for
2215
2352
  [Macie2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_macie2/)
2216
2353
  service.
2354
+ - `boto3-stubs-lite[mailmanager]` - Type annotations for
2355
+ [MailManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mailmanager/)
2356
+ service.
2217
2357
  - `boto3-stubs-lite[managedblockchain]` - Type annotations for
2218
2358
  [ManagedBlockchain](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_managedblockchain/)
2219
2359
  service.
@@ -2232,6 +2372,9 @@ repository.
2232
2372
  - `boto3-stubs-lite[marketplace-entitlement]` - Type annotations for
2233
2373
  [MarketplaceEntitlementService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_entitlement/)
2234
2374
  service.
2375
+ - `boto3-stubs-lite[marketplace-reporting]` - Type annotations for
2376
+ [MarketplaceReportingService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_reporting/)
2377
+ service.
2235
2378
  - `boto3-stubs-lite[marketplacecommerceanalytics]` - Type annotations for
2236
2379
  [MarketplaceCommerceAnalytics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplacecommerceanalytics/)
2237
2380
  service.
@@ -2251,7 +2394,7 @@ repository.
2251
2394
  [MediaPackageVod](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediapackage_vod/)
2252
2395
  service.
2253
2396
  - `boto3-stubs-lite[mediapackagev2]` - Type annotations for
2254
- [mediapackagev2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediapackagev2/)
2397
+ [Mediapackagev2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediapackagev2/)
2255
2398
  service.
2256
2399
  - `boto3-stubs-lite[mediastore]` - Type annotations for
2257
2400
  [MediaStore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mediastore/)
@@ -2275,7 +2418,7 @@ repository.
2275
2418
  [MigrationHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mgh/)
2276
2419
  service.
2277
2420
  - `boto3-stubs-lite[mgn]` - Type annotations for
2278
- [mgn](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mgn/) service.
2421
+ [Mgn](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mgn/) service.
2279
2422
  - `boto3-stubs-lite[migration-hub-refactor-spaces]` - Type annotations for
2280
2423
  [MigrationHubRefactorSpaces](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migration_hub_refactor_spaces/)
2281
2424
  service.
@@ -2288,9 +2431,6 @@ repository.
2288
2431
  - `boto3-stubs-lite[migrationhubstrategy]` - Type annotations for
2289
2432
  [MigrationHubStrategyRecommendations](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_migrationhubstrategy/)
2290
2433
  service.
2291
- - `boto3-stubs-lite[mobile]` - Type annotations for
2292
- [Mobile](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mobile/)
2293
- service.
2294
2434
  - `boto3-stubs-lite[mq]` - Type annotations for
2295
2435
  [MQ](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_mq/) service.
2296
2436
  - `boto3-stubs-lite[mturk]` - Type annotations for
@@ -2310,18 +2450,27 @@ repository.
2310
2450
  - `boto3-stubs-lite[network-firewall]` - Type annotations for
2311
2451
  [NetworkFirewall](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_network_firewall/)
2312
2452
  service.
2453
+ - `boto3-stubs-lite[networkflowmonitor]` - Type annotations for
2454
+ [NetworkFlowMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkflowmonitor/)
2455
+ service.
2313
2456
  - `boto3-stubs-lite[networkmanager]` - Type annotations for
2314
2457
  [NetworkManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmanager/)
2315
2458
  service.
2316
2459
  - `boto3-stubs-lite[networkmonitor]` - Type annotations for
2317
2460
  [CloudWatchNetworkMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmonitor/)
2318
2461
  service.
2319
- - `boto3-stubs-lite[nimble]` - Type annotations for
2320
- [NimbleStudio](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_nimble/)
2462
+ - `boto3-stubs-lite[notifications]` - Type annotations for
2463
+ [UserNotifications](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_notifications/)
2464
+ service.
2465
+ - `boto3-stubs-lite[notificationscontacts]` - Type annotations for
2466
+ [UserNotificationsContacts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_notificationscontacts/)
2321
2467
  service.
2322
2468
  - `boto3-stubs-lite[oam]` - Type annotations for
2323
2469
  [CloudWatchObservabilityAccessManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_oam/)
2324
2470
  service.
2471
+ - `boto3-stubs-lite[observabilityadmin]` - Type annotations for
2472
+ [CloudWatchObservabilityAdminService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_observabilityadmin/)
2473
+ service.
2325
2474
  - `boto3-stubs-lite[omics]` - Type annotations for
2326
2475
  [Omics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_omics/)
2327
2476
  service.
@@ -2349,6 +2498,9 @@ repository.
2349
2498
  - `boto3-stubs-lite[panorama]` - Type annotations for
2350
2499
  [Panorama](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_panorama/)
2351
2500
  service.
2501
+ - `boto3-stubs-lite[partnercentral-selling]` - Type annotations for
2502
+ [PartnerCentralSellingAPI](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_partnercentral_selling/)
2503
+ service.
2352
2504
  - `boto3-stubs-lite[payment-cryptography]` - Type annotations for
2353
2505
  [PaymentCryptographyControlPlane](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_payment_cryptography/)
2354
2506
  service.
@@ -2358,6 +2510,12 @@ repository.
2358
2510
  - `boto3-stubs-lite[pca-connector-ad]` - Type annotations for
2359
2511
  [PcaConnectorAd](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_ad/)
2360
2512
  service.
2513
+ - `boto3-stubs-lite[pca-connector-scep]` - Type annotations for
2514
+ [PrivateCAConnectorforSCEP](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pca_connector_scep/)
2515
+ service.
2516
+ - `boto3-stubs-lite[pcs]` - Type annotations for
2517
+ [ParallelComputingService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_pcs/)
2518
+ service.
2361
2519
  - `boto3-stubs-lite[personalize]` - Type annotations for
2362
2520
  [Personalize](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_personalize/)
2363
2521
  service.
@@ -2396,6 +2554,9 @@ repository.
2396
2554
  - `boto3-stubs-lite[proton]` - Type annotations for
2397
2555
  [Proton](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_proton/)
2398
2556
  service.
2557
+ - `boto3-stubs-lite[qapps]` - Type annotations for
2558
+ [QApps](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qapps/)
2559
+ service.
2399
2560
  - `boto3-stubs-lite[qbusiness]` - Type annotations for
2400
2561
  [QBusiness](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_qbusiness/)
2401
2562
  service.
@@ -2433,7 +2594,7 @@ repository.
2433
2594
  [Rekognition](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_rekognition/)
2434
2595
  service.
2435
2596
  - `boto3-stubs-lite[repostspace]` - Type annotations for
2436
- [rePostPrivate](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_repostspace/)
2597
+ [RePostPrivate](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_repostspace/)
2437
2598
  service.
2438
2599
  - `boto3-stubs-lite[resiliencehub]` - Type annotations for
2439
2600
  [ResilienceHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_resiliencehub/)
@@ -2468,6 +2629,9 @@ repository.
2468
2629
  - `boto3-stubs-lite[route53domains]` - Type annotations for
2469
2630
  [Route53Domains](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53domains/)
2470
2631
  service.
2632
+ - `boto3-stubs-lite[route53profiles]` - Type annotations for
2633
+ [Route53Profiles](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53profiles/)
2634
+ service.
2471
2635
  - `boto3-stubs-lite[route53resolver]` - Type annotations for
2472
2636
  [Route53Resolver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_route53resolver/)
2473
2637
  service.
@@ -2482,6 +2646,9 @@ repository.
2482
2646
  - `boto3-stubs-lite[s3outposts]` - Type annotations for
2483
2647
  [S3Outposts](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3outposts/)
2484
2648
  service.
2649
+ - `boto3-stubs-lite[s3tables]` - Type annotations for
2650
+ [S3Tables](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/)
2651
+ service.
2485
2652
  - `boto3-stubs-lite[sagemaker]` - Type annotations for
2486
2653
  [SageMaker](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/)
2487
2654
  service.
@@ -2518,6 +2685,9 @@ repository.
2518
2685
  - `boto3-stubs-lite[secretsmanager]` - Type annotations for
2519
2686
  [SecretsManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_secretsmanager/)
2520
2687
  service.
2688
+ - `boto3-stubs-lite[security-ir]` - Type annotations for
2689
+ [SecurityIncidentResponse](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_security_ir/)
2690
+ service.
2521
2691
  - `boto3-stubs-lite[securityhub]` - Type annotations for
2522
2692
  [SecurityHub](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_securityhub/)
2523
2693
  service.
@@ -2548,7 +2718,7 @@ repository.
2548
2718
  [Shield](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_shield/)
2549
2719
  service.
2550
2720
  - `boto3-stubs-lite[signer]` - Type annotations for
2551
- [signer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_signer/)
2721
+ [Signer](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_signer/)
2552
2722
  service.
2553
2723
  - `boto3-stubs-lite[simspaceweaver]` - Type annotations for
2554
2724
  [SimSpaceWeaver](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_simspaceweaver/)
@@ -2566,6 +2736,9 @@ repository.
2566
2736
  service.
2567
2737
  - `boto3-stubs-lite[sns]` - Type annotations for
2568
2738
  [SNS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sns/) service.
2739
+ - `boto3-stubs-lite[socialmessaging]` - Type annotations for
2740
+ [EndUserMessagingSocial](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_socialmessaging/)
2741
+ service.
2569
2742
  - `boto3-stubs-lite[sqs]` - Type annotations for
2570
2743
  [SQS](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sqs/) service.
2571
2744
  - `boto3-stubs-lite[ssm]` - Type annotations for
@@ -2576,6 +2749,9 @@ repository.
2576
2749
  - `boto3-stubs-lite[ssm-incidents]` - Type annotations for
2577
2750
  [SSMIncidents](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_incidents/)
2578
2751
  service.
2752
+ - `boto3-stubs-lite[ssm-quicksetup]` - Type annotations for
2753
+ [SystemsManagerQuickSetup](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_quicksetup/)
2754
+ service.
2579
2755
  - `boto3-stubs-lite[ssm-sap]` - Type annotations for
2580
2756
  [SsmSap](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_ssm_sap/)
2581
2757
  service.
@@ -2609,6 +2785,9 @@ repository.
2609
2785
  - `boto3-stubs-lite[synthetics]` - Type annotations for
2610
2786
  [Synthetics](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_synthetics/)
2611
2787
  service.
2788
+ - `boto3-stubs-lite[taxsettings]` - Type annotations for
2789
+ [TaxSettings](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_taxsettings/)
2790
+ service.
2612
2791
  - `boto3-stubs-lite[textract]` - Type annotations for
2613
2792
  [Textract](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_textract/)
2614
2793
  service.
@@ -2662,9 +2841,6 @@ repository.
2662
2841
  - `boto3-stubs-lite[workdocs]` - Type annotations for
2663
2842
  [WorkDocs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workdocs/)
2664
2843
  service.
2665
- - `boto3-stubs-lite[worklink]` - Type annotations for
2666
- [WorkLink](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_worklink/)
2667
- service.
2668
2844
  - `boto3-stubs-lite[workmail]` - Type annotations for
2669
2845
  [WorkMail](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_workmail/)
2670
2846
  service.