mypy-boto3-batch 1.26.11.post1__tar.gz → 1.26.98__tar.gz
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.
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/LICENSE +1 -1
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/PKG-INFO +13 -10
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/README.md +10 -8
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/__main__.py +3 -3
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/client.py +2 -2
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/client.pyi +2 -2
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/literals.py +23 -1
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/literals.pyi +23 -1
- mypy-boto3-batch-1.26.11.post1/mypy_boto3_batch/type_defs.pyi → mypy-boto3-batch-1.26.98/mypy_boto3_batch/type_defs.py +80 -0
- mypy-boto3-batch-1.26.11.post1/mypy_boto3_batch/type_defs.py → mypy-boto3-batch-1.26.98/mypy_boto3_batch/type_defs.pyi +23 -57
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/version.py +1 -1
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/PKG-INFO +13 -10
- mypy-boto3-batch-1.26.98/mypy_boto3_batch.egg-info/requires.txt +3 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/setup.py +7 -6
- mypy-boto3-batch-1.26.11.post1/mypy_boto3_batch.egg-info/requires.txt +0 -1
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/__init__.py +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/__init__.pyi +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/paginator.py +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/paginator.pyi +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/py.typed +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
- {mypy-boto3-batch-1.26.11.post1 → mypy-boto3-batch-1.26.98}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-batch
|
|
3
|
-
Version: 1.26.
|
|
4
|
-
Summary: Type annotations for boto3.Batch 1.26.
|
|
3
|
+
Version: 1.26.98
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.26.98 service generated with mypy-boto3-builder 7.14.2
|
|
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
|
|
@@ -22,6 +22,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
25
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
28
|
Classifier: Typing :: Typed
|
|
@@ -41,7 +42,7 @@ License-File: LICENSE
|
|
|
41
42
|

|
|
42
43
|
|
|
43
44
|
Type annotations for
|
|
44
|
-
[boto3.Batch 1.26.
|
|
45
|
+
[boto3.Batch 1.26.98](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
|
|
45
46
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
46
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
47
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -50,7 +51,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
50
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
51
52
|
|
|
52
53
|
Generated by
|
|
53
|
-
[mypy-boto3-builder 7.
|
|
54
|
+
[mypy-boto3-builder 7.14.2](https://github.com/youtype/mypy_boto3_builder).
|
|
54
55
|
|
|
55
56
|
More information can be found on
|
|
56
57
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -373,6 +374,7 @@ from mypy_boto3_batch.type_defs import (
|
|
|
373
374
|
ComputeEnvironmentOrderTypeDef,
|
|
374
375
|
Ec2ConfigurationTypeDef,
|
|
375
376
|
LaunchTemplateSpecificationTypeDef,
|
|
377
|
+
EphemeralStorageTypeDef,
|
|
376
378
|
FargatePlatformConfigurationTypeDef,
|
|
377
379
|
KeyValuePairTypeDef,
|
|
378
380
|
MountPointTypeDef,
|
|
@@ -401,6 +403,7 @@ from mypy_boto3_batch.type_defs import (
|
|
|
401
403
|
EksContainerVolumeMountTypeDef,
|
|
402
404
|
EksEmptyDirTypeDef,
|
|
403
405
|
EksHostPathTypeDef,
|
|
406
|
+
EksMetadataTypeDef,
|
|
404
407
|
EksSecretTypeDef,
|
|
405
408
|
EvaluateOnExitTypeDef,
|
|
406
409
|
ShareAttributesTypeDef,
|
|
@@ -494,12 +497,11 @@ def get_structure() -> ArrayPropertiesDetailTypeDef:
|
|
|
494
497
|
Fully automated
|
|
495
498
|
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
496
499
|
generates type annotations for each service, patiently waiting for `boto3`
|
|
497
|
-
updates. It delivers
|
|
500
|
+
updates. It delivers drop-in type annotations for you and makes sure that:
|
|
498
501
|
|
|
499
502
|
- All available `boto3` services are covered.
|
|
500
503
|
- Each public class and method of every `boto3` service gets valid type
|
|
501
|
-
annotations extracted from
|
|
502
|
-
are incorrect).
|
|
504
|
+
annotations extracted from `botocore` schemas.
|
|
503
505
|
- Type annotations include up-to-date documentation.
|
|
504
506
|
- Link to documentation is provided for every method.
|
|
505
507
|
- Code is processed by [black](https://github.com/psf/black) and
|
|
@@ -513,15 +515,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
|
|
|
513
515
|
|
|
514
516
|
### Implemented features
|
|
515
517
|
|
|
516
|
-
- Fully type annotated `boto3`, `botocore` and `
|
|
518
|
+
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
|
519
|
+
libraries
|
|
517
520
|
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
518
521
|
compatibility
|
|
519
522
|
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
520
523
|
annotations for each service
|
|
521
524
|
- Generated `TypeDefs` for each service
|
|
522
525
|
- Generated `Literals` for each service
|
|
523
|
-
- Auto discovery of types for `boto3.client` and `boto3.
|
|
524
|
-
- Auto discovery of types for `session.client` and `session.
|
|
526
|
+
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
|
527
|
+
- Auto discovery of types for `session.client` and `session.resource` calls
|
|
525
528
|
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
526
529
|
calls
|
|
527
530
|
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Batch 1.26.
|
|
13
|
+
[boto3.Batch 1.26.98](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.14.2](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -342,6 +342,7 @@ from mypy_boto3_batch.type_defs import (
|
|
|
342
342
|
ComputeEnvironmentOrderTypeDef,
|
|
343
343
|
Ec2ConfigurationTypeDef,
|
|
344
344
|
LaunchTemplateSpecificationTypeDef,
|
|
345
|
+
EphemeralStorageTypeDef,
|
|
345
346
|
FargatePlatformConfigurationTypeDef,
|
|
346
347
|
KeyValuePairTypeDef,
|
|
347
348
|
MountPointTypeDef,
|
|
@@ -370,6 +371,7 @@ from mypy_boto3_batch.type_defs import (
|
|
|
370
371
|
EksContainerVolumeMountTypeDef,
|
|
371
372
|
EksEmptyDirTypeDef,
|
|
372
373
|
EksHostPathTypeDef,
|
|
374
|
+
EksMetadataTypeDef,
|
|
373
375
|
EksSecretTypeDef,
|
|
374
376
|
EvaluateOnExitTypeDef,
|
|
375
377
|
ShareAttributesTypeDef,
|
|
@@ -463,12 +465,11 @@ def get_structure() -> ArrayPropertiesDetailTypeDef:
|
|
|
463
465
|
Fully automated
|
|
464
466
|
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
465
467
|
generates type annotations for each service, patiently waiting for `boto3`
|
|
466
|
-
updates. It delivers
|
|
468
|
+
updates. It delivers drop-in type annotations for you and makes sure that:
|
|
467
469
|
|
|
468
470
|
- All available `boto3` services are covered.
|
|
469
471
|
- Each public class and method of every `boto3` service gets valid type
|
|
470
|
-
annotations extracted from
|
|
471
|
-
are incorrect).
|
|
472
|
+
annotations extracted from `botocore` schemas.
|
|
472
473
|
- Type annotations include up-to-date documentation.
|
|
473
474
|
- Link to documentation is provided for every method.
|
|
474
475
|
- Code is processed by [black](https://github.com/psf/black) and
|
|
@@ -482,15 +483,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
|
|
|
482
483
|
|
|
483
484
|
### Implemented features
|
|
484
485
|
|
|
485
|
-
- Fully type annotated `boto3`, `botocore` and `
|
|
486
|
+
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
|
487
|
+
libraries
|
|
486
488
|
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
487
489
|
compatibility
|
|
488
490
|
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
489
491
|
annotations for each service
|
|
490
492
|
- Generated `TypeDefs` for each service
|
|
491
493
|
- Generated `Literals` for each service
|
|
492
|
-
- Auto discovery of types for `boto3.client` and `boto3.
|
|
493
|
-
- Auto discovery of types for `session.client` and `session.
|
|
494
|
+
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
|
495
|
+
- Auto discovery of types for `session.client` and `session.resource` calls
|
|
494
496
|
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
495
497
|
calls
|
|
496
498
|
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
|
@@ -9,8 +9,8 @@ def print_info() -> None:
|
|
|
9
9
|
Print package info to stdout.
|
|
10
10
|
"""
|
|
11
11
|
print(
|
|
12
|
-
"Type annotations for boto3.Batch 1.26.
|
|
13
|
-
" 7.
|
|
12
|
+
"Type annotations for boto3.Batch 1.26.98\nVersion: 1.26.98\nBuilder version:"
|
|
13
|
+
" 7.14.2\nDocs: "
|
|
14
14
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch//\nBoto3 docs: "
|
|
15
15
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch\nOther"
|
|
16
16
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -22,7 +22,7 @@ def print_version() -> None:
|
|
|
22
22
|
"""
|
|
23
23
|
Print package version to stdout.
|
|
24
24
|
"""
|
|
25
|
-
print("1.26.
|
|
25
|
+
print("1.26.98")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
|
@@ -145,7 +145,7 @@ class BatchClient(BaseClient):
|
|
|
145
145
|
eksConfiguration: EksConfigurationTypeDef = ...
|
|
146
146
|
) -> CreateComputeEnvironmentResponseTypeDef:
|
|
147
147
|
"""
|
|
148
|
-
.
|
|
148
|
+
Creates an Batch compute environment.
|
|
149
149
|
|
|
150
150
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.create_compute_environment)
|
|
151
151
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#create_compute_environment)
|
|
@@ -256,7 +256,7 @@ class BatchClient(BaseClient):
|
|
|
256
256
|
|
|
257
257
|
def describe_jobs(self, *, jobs: Sequence[str]) -> DescribeJobsResponseTypeDef:
|
|
258
258
|
"""
|
|
259
|
-
.
|
|
259
|
+
Describes a list of Batch jobs.
|
|
260
260
|
|
|
261
261
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.describe_jobs)
|
|
262
262
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#describe_jobs)
|
|
@@ -137,7 +137,7 @@ class BatchClient(BaseClient):
|
|
|
137
137
|
eksConfiguration: EksConfigurationTypeDef = ...
|
|
138
138
|
) -> CreateComputeEnvironmentResponseTypeDef:
|
|
139
139
|
"""
|
|
140
|
-
.
|
|
140
|
+
Creates an Batch compute environment.
|
|
141
141
|
|
|
142
142
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.create_compute_environment)
|
|
143
143
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#create_compute_environment)
|
|
@@ -238,7 +238,7 @@ class BatchClient(BaseClient):
|
|
|
238
238
|
"""
|
|
239
239
|
def describe_jobs(self, *, jobs: Sequence[str]) -> DescribeJobsResponseTypeDef:
|
|
240
240
|
"""
|
|
241
|
-
.
|
|
241
|
+
Describes a list of Batch jobs.
|
|
242
242
|
|
|
243
243
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.describe_jobs)
|
|
244
244
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#describe_jobs)
|
|
@@ -105,6 +105,7 @@ ServiceName = Literal[
|
|
|
105
105
|
"apprunner",
|
|
106
106
|
"appstream",
|
|
107
107
|
"appsync",
|
|
108
|
+
"arc-zonal-shift",
|
|
108
109
|
"athena",
|
|
109
110
|
"auditmanager",
|
|
110
111
|
"autoscaling",
|
|
@@ -122,6 +123,8 @@ ServiceName = Literal[
|
|
|
122
123
|
"chime-sdk-media-pipelines",
|
|
123
124
|
"chime-sdk-meetings",
|
|
124
125
|
"chime-sdk-messaging",
|
|
126
|
+
"chime-sdk-voice",
|
|
127
|
+
"cleanrooms",
|
|
125
128
|
"cloud9",
|
|
126
129
|
"cloudcontrol",
|
|
127
130
|
"clouddirectory",
|
|
@@ -132,9 +135,11 @@ ServiceName = Literal[
|
|
|
132
135
|
"cloudsearch",
|
|
133
136
|
"cloudsearchdomain",
|
|
134
137
|
"cloudtrail",
|
|
138
|
+
"cloudtrail-data",
|
|
135
139
|
"cloudwatch",
|
|
136
140
|
"codeartifact",
|
|
137
141
|
"codebuild",
|
|
142
|
+
"codecatalyst",
|
|
138
143
|
"codecommit",
|
|
139
144
|
"codedeploy",
|
|
140
145
|
"codeguru-reviewer",
|
|
@@ -171,6 +176,7 @@ ServiceName = Literal[
|
|
|
171
176
|
"dlm",
|
|
172
177
|
"dms",
|
|
173
178
|
"docdb",
|
|
179
|
+
"docdb-elastic",
|
|
174
180
|
"drs",
|
|
175
181
|
"ds",
|
|
176
182
|
"dynamodb",
|
|
@@ -223,9 +229,11 @@ ServiceName = Literal[
|
|
|
223
229
|
"importexport",
|
|
224
230
|
"inspector",
|
|
225
231
|
"inspector2",
|
|
232
|
+
"internetmonitor",
|
|
226
233
|
"iot",
|
|
227
234
|
"iot-data",
|
|
228
235
|
"iot-jobs-data",
|
|
236
|
+
"iot-roborunner",
|
|
229
237
|
"iot1click-devices",
|
|
230
238
|
"iot1click-projects",
|
|
231
239
|
"iotanalytics",
|
|
@@ -240,15 +248,18 @@ ServiceName = Literal[
|
|
|
240
248
|
"iottwinmaker",
|
|
241
249
|
"iotwireless",
|
|
242
250
|
"ivs",
|
|
251
|
+
"ivs-realtime",
|
|
243
252
|
"ivschat",
|
|
244
253
|
"kafka",
|
|
245
254
|
"kafkaconnect",
|
|
246
255
|
"kendra",
|
|
256
|
+
"kendra-ranking",
|
|
247
257
|
"keyspaces",
|
|
248
258
|
"kinesis",
|
|
249
259
|
"kinesis-video-archived-media",
|
|
250
260
|
"kinesis-video-media",
|
|
251
261
|
"kinesis-video-signaling",
|
|
262
|
+
"kinesis-video-webrtc-storage",
|
|
252
263
|
"kinesisanalytics",
|
|
253
264
|
"kinesisanalyticsv2",
|
|
254
265
|
"kinesisvideo",
|
|
@@ -260,6 +271,7 @@ ServiceName = Literal[
|
|
|
260
271
|
"lexv2-models",
|
|
261
272
|
"lexv2-runtime",
|
|
262
273
|
"license-manager",
|
|
274
|
+
"license-manager-linux-subscriptions",
|
|
263
275
|
"license-manager-user-subscriptions",
|
|
264
276
|
"lightsail",
|
|
265
277
|
"location",
|
|
@@ -299,7 +311,10 @@ ServiceName = Literal[
|
|
|
299
311
|
"network-firewall",
|
|
300
312
|
"networkmanager",
|
|
301
313
|
"nimble",
|
|
314
|
+
"oam",
|
|
315
|
+
"omics",
|
|
302
316
|
"opensearch",
|
|
317
|
+
"opensearchserverless",
|
|
303
318
|
"opsworks",
|
|
304
319
|
"opsworkscm",
|
|
305
320
|
"organizations",
|
|
@@ -313,6 +328,7 @@ ServiceName = Literal[
|
|
|
313
328
|
"pinpoint-email",
|
|
314
329
|
"pinpoint-sms-voice",
|
|
315
330
|
"pinpoint-sms-voice-v2",
|
|
331
|
+
"pipes",
|
|
316
332
|
"polly",
|
|
317
333
|
"pricing",
|
|
318
334
|
"privatenetworks",
|
|
@@ -348,6 +364,8 @@ ServiceName = Literal[
|
|
|
348
364
|
"sagemaker-a2i-runtime",
|
|
349
365
|
"sagemaker-edge",
|
|
350
366
|
"sagemaker-featurestore-runtime",
|
|
367
|
+
"sagemaker-geospatial",
|
|
368
|
+
"sagemaker-metrics",
|
|
351
369
|
"sagemaker-runtime",
|
|
352
370
|
"savingsplans",
|
|
353
371
|
"scheduler",
|
|
@@ -355,6 +373,7 @@ ServiceName = Literal[
|
|
|
355
373
|
"sdb",
|
|
356
374
|
"secretsmanager",
|
|
357
375
|
"securityhub",
|
|
376
|
+
"securitylake",
|
|
358
377
|
"serverlessrepo",
|
|
359
378
|
"service-quotas",
|
|
360
379
|
"servicecatalog",
|
|
@@ -364,6 +383,7 @@ ServiceName = Literal[
|
|
|
364
383
|
"sesv2",
|
|
365
384
|
"shield",
|
|
366
385
|
"signer",
|
|
386
|
+
"simspaceweaver",
|
|
367
387
|
"sms",
|
|
368
388
|
"sms-voice",
|
|
369
389
|
"snow-device-management",
|
|
@@ -373,7 +393,7 @@ ServiceName = Literal[
|
|
|
373
393
|
"ssm",
|
|
374
394
|
"ssm-contacts",
|
|
375
395
|
"ssm-incidents",
|
|
376
|
-
"
|
|
396
|
+
"ssm-sap",
|
|
377
397
|
"sso",
|
|
378
398
|
"sso-admin",
|
|
379
399
|
"sso-oidc",
|
|
@@ -387,6 +407,7 @@ ServiceName = Literal[
|
|
|
387
407
|
"textract",
|
|
388
408
|
"timestream-query",
|
|
389
409
|
"timestream-write",
|
|
410
|
+
"tnb",
|
|
390
411
|
"transcribe",
|
|
391
412
|
"transfer",
|
|
392
413
|
"translate",
|
|
@@ -440,6 +461,7 @@ RegionName = Literal[
|
|
|
440
461
|
"eu-west-1",
|
|
441
462
|
"eu-west-2",
|
|
442
463
|
"eu-west-3",
|
|
464
|
+
"me-central-1",
|
|
443
465
|
"me-south-1",
|
|
444
466
|
"sa-east-1",
|
|
445
467
|
"us-east-1",
|
|
@@ -103,6 +103,7 @@ ServiceName = Literal[
|
|
|
103
103
|
"apprunner",
|
|
104
104
|
"appstream",
|
|
105
105
|
"appsync",
|
|
106
|
+
"arc-zonal-shift",
|
|
106
107
|
"athena",
|
|
107
108
|
"auditmanager",
|
|
108
109
|
"autoscaling",
|
|
@@ -120,6 +121,8 @@ ServiceName = Literal[
|
|
|
120
121
|
"chime-sdk-media-pipelines",
|
|
121
122
|
"chime-sdk-meetings",
|
|
122
123
|
"chime-sdk-messaging",
|
|
124
|
+
"chime-sdk-voice",
|
|
125
|
+
"cleanrooms",
|
|
123
126
|
"cloud9",
|
|
124
127
|
"cloudcontrol",
|
|
125
128
|
"clouddirectory",
|
|
@@ -130,9 +133,11 @@ ServiceName = Literal[
|
|
|
130
133
|
"cloudsearch",
|
|
131
134
|
"cloudsearchdomain",
|
|
132
135
|
"cloudtrail",
|
|
136
|
+
"cloudtrail-data",
|
|
133
137
|
"cloudwatch",
|
|
134
138
|
"codeartifact",
|
|
135
139
|
"codebuild",
|
|
140
|
+
"codecatalyst",
|
|
136
141
|
"codecommit",
|
|
137
142
|
"codedeploy",
|
|
138
143
|
"codeguru-reviewer",
|
|
@@ -169,6 +174,7 @@ ServiceName = Literal[
|
|
|
169
174
|
"dlm",
|
|
170
175
|
"dms",
|
|
171
176
|
"docdb",
|
|
177
|
+
"docdb-elastic",
|
|
172
178
|
"drs",
|
|
173
179
|
"ds",
|
|
174
180
|
"dynamodb",
|
|
@@ -221,9 +227,11 @@ ServiceName = Literal[
|
|
|
221
227
|
"importexport",
|
|
222
228
|
"inspector",
|
|
223
229
|
"inspector2",
|
|
230
|
+
"internetmonitor",
|
|
224
231
|
"iot",
|
|
225
232
|
"iot-data",
|
|
226
233
|
"iot-jobs-data",
|
|
234
|
+
"iot-roborunner",
|
|
227
235
|
"iot1click-devices",
|
|
228
236
|
"iot1click-projects",
|
|
229
237
|
"iotanalytics",
|
|
@@ -238,15 +246,18 @@ ServiceName = Literal[
|
|
|
238
246
|
"iottwinmaker",
|
|
239
247
|
"iotwireless",
|
|
240
248
|
"ivs",
|
|
249
|
+
"ivs-realtime",
|
|
241
250
|
"ivschat",
|
|
242
251
|
"kafka",
|
|
243
252
|
"kafkaconnect",
|
|
244
253
|
"kendra",
|
|
254
|
+
"kendra-ranking",
|
|
245
255
|
"keyspaces",
|
|
246
256
|
"kinesis",
|
|
247
257
|
"kinesis-video-archived-media",
|
|
248
258
|
"kinesis-video-media",
|
|
249
259
|
"kinesis-video-signaling",
|
|
260
|
+
"kinesis-video-webrtc-storage",
|
|
250
261
|
"kinesisanalytics",
|
|
251
262
|
"kinesisanalyticsv2",
|
|
252
263
|
"kinesisvideo",
|
|
@@ -258,6 +269,7 @@ ServiceName = Literal[
|
|
|
258
269
|
"lexv2-models",
|
|
259
270
|
"lexv2-runtime",
|
|
260
271
|
"license-manager",
|
|
272
|
+
"license-manager-linux-subscriptions",
|
|
261
273
|
"license-manager-user-subscriptions",
|
|
262
274
|
"lightsail",
|
|
263
275
|
"location",
|
|
@@ -297,7 +309,10 @@ ServiceName = Literal[
|
|
|
297
309
|
"network-firewall",
|
|
298
310
|
"networkmanager",
|
|
299
311
|
"nimble",
|
|
312
|
+
"oam",
|
|
313
|
+
"omics",
|
|
300
314
|
"opensearch",
|
|
315
|
+
"opensearchserverless",
|
|
301
316
|
"opsworks",
|
|
302
317
|
"opsworkscm",
|
|
303
318
|
"organizations",
|
|
@@ -311,6 +326,7 @@ ServiceName = Literal[
|
|
|
311
326
|
"pinpoint-email",
|
|
312
327
|
"pinpoint-sms-voice",
|
|
313
328
|
"pinpoint-sms-voice-v2",
|
|
329
|
+
"pipes",
|
|
314
330
|
"polly",
|
|
315
331
|
"pricing",
|
|
316
332
|
"privatenetworks",
|
|
@@ -346,6 +362,8 @@ ServiceName = Literal[
|
|
|
346
362
|
"sagemaker-a2i-runtime",
|
|
347
363
|
"sagemaker-edge",
|
|
348
364
|
"sagemaker-featurestore-runtime",
|
|
365
|
+
"sagemaker-geospatial",
|
|
366
|
+
"sagemaker-metrics",
|
|
349
367
|
"sagemaker-runtime",
|
|
350
368
|
"savingsplans",
|
|
351
369
|
"scheduler",
|
|
@@ -353,6 +371,7 @@ ServiceName = Literal[
|
|
|
353
371
|
"sdb",
|
|
354
372
|
"secretsmanager",
|
|
355
373
|
"securityhub",
|
|
374
|
+
"securitylake",
|
|
356
375
|
"serverlessrepo",
|
|
357
376
|
"service-quotas",
|
|
358
377
|
"servicecatalog",
|
|
@@ -362,6 +381,7 @@ ServiceName = Literal[
|
|
|
362
381
|
"sesv2",
|
|
363
382
|
"shield",
|
|
364
383
|
"signer",
|
|
384
|
+
"simspaceweaver",
|
|
365
385
|
"sms",
|
|
366
386
|
"sms-voice",
|
|
367
387
|
"snow-device-management",
|
|
@@ -371,7 +391,7 @@ ServiceName = Literal[
|
|
|
371
391
|
"ssm",
|
|
372
392
|
"ssm-contacts",
|
|
373
393
|
"ssm-incidents",
|
|
374
|
-
"
|
|
394
|
+
"ssm-sap",
|
|
375
395
|
"sso",
|
|
376
396
|
"sso-admin",
|
|
377
397
|
"sso-oidc",
|
|
@@ -385,6 +405,7 @@ ServiceName = Literal[
|
|
|
385
405
|
"textract",
|
|
386
406
|
"timestream-query",
|
|
387
407
|
"timestream-write",
|
|
408
|
+
"tnb",
|
|
388
409
|
"transcribe",
|
|
389
410
|
"transfer",
|
|
390
411
|
"translate",
|
|
@@ -438,6 +459,7 @@ RegionName = Literal[
|
|
|
438
459
|
"eu-west-1",
|
|
439
460
|
"eu-west-2",
|
|
440
461
|
"eu-west-3",
|
|
462
|
+
"me-central-1",
|
|
441
463
|
"me-south-1",
|
|
442
464
|
"sa-east-1",
|
|
443
465
|
"us-east-1",
|