types-boto3-batch 1.35.71__tar.gz → 1.35.83__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.
- {types_boto3_batch-1.35.71/types_boto3_batch.egg-info → types_boto3_batch-1.35.83}/PKG-INFO +49 -9
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/README.md +46 -6
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/setup.py +3 -3
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/__main__.py +4 -4
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/literals.py +8 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/literals.pyi +8 -0
- types_boto3_batch-1.35.71/types_boto3_batch/type_defs.pyi → types_boto3_batch-1.35.83/types_boto3_batch/type_defs.py +183 -0
- types_boto3_batch-1.35.71/types_boto3_batch/type_defs.py → types_boto3_batch-1.35.83/types_boto3_batch/type_defs.pyi +10 -170
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83/types_boto3_batch.egg-info}/PKG-INFO +49 -9
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/LICENSE +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/setup.cfg +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/__init__.py +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/__init__.pyi +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/client.py +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/client.pyi +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/paginator.py +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/paginator.pyi +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch/py.typed +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch.egg-info/SOURCES.txt +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch.egg-info/dependency_links.txt +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch.egg-info/not-zip-safe +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch.egg-info/requires.txt +0 -0
- {types_boto3_batch-1.35.71 → types_boto3_batch-1.35.83}/types_boto3_batch.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.35.
|
|
3
|
+
Version: 1.35.83
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.35.83 service generated with mypy-boto3-builder 8.6.4
|
|
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/types_boto3_docs/types_boto3_batch/
|
|
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 batch type-annotations
|
|
12
|
+
Keywords: boto3 batch boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 Batch 1.35.
|
|
46
|
+
Type annotations for [boto3 Batch 1.35.83](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.4
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.6.4](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -60,10 +60,11 @@ More information can be found on
|
|
|
60
60
|
|
|
61
61
|
See how it helps you find and fix potential bugs:
|
|
62
62
|
|
|
63
|
-

|
|
64
64
|
|
|
65
65
|
- [types-boto3-batch](#types-boto3-batch)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +76,7 @@ See how it helps you find and fix potential bugs:
|
|
|
75
76
|
- [Other IDEs](#other-ides)
|
|
76
77
|
- [mypy](#mypy)
|
|
77
78
|
- [pyright](#pyright)
|
|
79
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
80
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
81
|
- [Client annotations](#client-annotations)
|
|
80
82
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -93,6 +95,21 @@ See how it helps you find and fix potential bugs:
|
|
|
93
95
|
|
|
94
96
|
## How to install
|
|
95
97
|
|
|
98
|
+
<a id="generate-locally-(recommended)"></a>
|
|
99
|
+
|
|
100
|
+
### Generate locally (recommended)
|
|
101
|
+
|
|
102
|
+
You can generate type annotations for `boto3` package locally with
|
|
103
|
+
`mypy_boto3_builder`. Use
|
|
104
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
105
|
+
isolation.
|
|
106
|
+
|
|
107
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
+
`uvx --with 'boto3==1.35.83' mypy_boto3_builder`
|
|
109
|
+
2. Select `boto3` AWS SDK.
|
|
110
|
+
3. Add `Batch` service.
|
|
111
|
+
4. Use provided commands to install generated packages.
|
|
112
|
+
|
|
96
113
|
<a id="vscode-extension"></a>
|
|
97
114
|
|
|
98
115
|
### VSCode extension
|
|
@@ -113,12 +130,10 @@ Install `types-boto3` for `Batch` service.
|
|
|
113
130
|
# install with boto3 type annotations
|
|
114
131
|
python -m pip install 'types-boto3[batch]'
|
|
115
132
|
|
|
116
|
-
|
|
117
133
|
# Lite version does not provide session.client/resource overloads
|
|
118
134
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
119
135
|
python -m pip install 'types-boto3-lite[batch]'
|
|
120
136
|
|
|
121
|
-
|
|
122
137
|
# standalone installation
|
|
123
138
|
python -m pip install types-boto3-batch
|
|
124
139
|
```
|
|
@@ -267,6 +282,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
|
267
282
|
Type checking should now work. No explicit type annotations required, write
|
|
268
283
|
your `boto3` code as usual.
|
|
269
284
|
|
|
285
|
+
<a id="pylint-compatibility"></a>
|
|
286
|
+
|
|
287
|
+
### Pylint compatibility
|
|
288
|
+
|
|
289
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
290
|
+
`types-boto3-batch` dependency in production. However, there is an issue in
|
|
291
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
292
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
293
|
+
|
|
294
|
+
```python
|
|
295
|
+
from typing import TYPE_CHECKING
|
|
296
|
+
|
|
297
|
+
if TYPE_CHECKING:
|
|
298
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
299
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
300
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
301
|
+
else:
|
|
302
|
+
EC2Client = object
|
|
303
|
+
EC2ServiceResource = object
|
|
304
|
+
BundleTaskCompleteWaiter = object
|
|
305
|
+
DescribeVolumesPaginator = object
|
|
306
|
+
|
|
307
|
+
...
|
|
308
|
+
```
|
|
309
|
+
|
|
270
310
|
<a id="explicit-type-annotations"></a>
|
|
271
311
|
|
|
272
312
|
## Explicit type annotations
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Batch 1.35.
|
|
12
|
+
Type annotations for [boto3 Batch 1.35.83](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -17,8 +17,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
17
17
|
[mypy](https://github.com/python/mypy),
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
|
-
Generated
|
|
21
|
-
[mypy-boto3-builder 8.4
|
|
20
|
+
Generated with
|
|
21
|
+
[mypy-boto3-builder 8.6.4](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -26,10 +26,11 @@ More information can be found on
|
|
|
26
26
|
|
|
27
27
|
See how it helps you find and fix potential bugs:
|
|
28
28
|
|
|
29
|
-

|
|
30
30
|
|
|
31
31
|
- [types-boto3-batch](#types-boto3-batch)
|
|
32
32
|
- [How to install](#how-to-install)
|
|
33
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
33
34
|
- [VSCode extension](#vscode-extension)
|
|
34
35
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
35
36
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -41,6 +42,7 @@ See how it helps you find and fix potential bugs:
|
|
|
41
42
|
- [Other IDEs](#other-ides)
|
|
42
43
|
- [mypy](#mypy)
|
|
43
44
|
- [pyright](#pyright)
|
|
45
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
44
46
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
45
47
|
- [Client annotations](#client-annotations)
|
|
46
48
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -59,6 +61,21 @@ See how it helps you find and fix potential bugs:
|
|
|
59
61
|
|
|
60
62
|
## How to install
|
|
61
63
|
|
|
64
|
+
<a id="generate-locally-(recommended)"></a>
|
|
65
|
+
|
|
66
|
+
### Generate locally (recommended)
|
|
67
|
+
|
|
68
|
+
You can generate type annotations for `boto3` package locally with
|
|
69
|
+
`mypy_boto3_builder`. Use
|
|
70
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
71
|
+
isolation.
|
|
72
|
+
|
|
73
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
+
`uvx --with 'boto3==1.35.83' mypy_boto3_builder`
|
|
75
|
+
2. Select `boto3` AWS SDK.
|
|
76
|
+
3. Add `Batch` service.
|
|
77
|
+
4. Use provided commands to install generated packages.
|
|
78
|
+
|
|
62
79
|
<a id="vscode-extension"></a>
|
|
63
80
|
|
|
64
81
|
### VSCode extension
|
|
@@ -79,12 +96,10 @@ Install `types-boto3` for `Batch` service.
|
|
|
79
96
|
# install with boto3 type annotations
|
|
80
97
|
python -m pip install 'types-boto3[batch]'
|
|
81
98
|
|
|
82
|
-
|
|
83
99
|
# Lite version does not provide session.client/resource overloads
|
|
84
100
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
85
101
|
python -m pip install 'types-boto3-lite[batch]'
|
|
86
102
|
|
|
87
|
-
|
|
88
103
|
# standalone installation
|
|
89
104
|
python -m pip install types-boto3-batch
|
|
90
105
|
```
|
|
@@ -233,6 +248,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
|
233
248
|
Type checking should now work. No explicit type annotations required, write
|
|
234
249
|
your `boto3` code as usual.
|
|
235
250
|
|
|
251
|
+
<a id="pylint-compatibility"></a>
|
|
252
|
+
|
|
253
|
+
### Pylint compatibility
|
|
254
|
+
|
|
255
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
256
|
+
`types-boto3-batch` dependency in production. However, there is an issue in
|
|
257
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
258
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
259
|
+
|
|
260
|
+
```python
|
|
261
|
+
from typing import TYPE_CHECKING
|
|
262
|
+
|
|
263
|
+
if TYPE_CHECKING:
|
|
264
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
265
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
266
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
267
|
+
else:
|
|
268
|
+
EC2Client = object
|
|
269
|
+
EC2ServiceResource = object
|
|
270
|
+
BundleTaskCompleteWaiter = object
|
|
271
|
+
DescribeVolumesPaginator = object
|
|
272
|
+
|
|
273
|
+
...
|
|
274
|
+
```
|
|
275
|
+
|
|
236
276
|
<a id="explicit-type-annotations"></a>
|
|
237
277
|
|
|
238
278
|
## Explicit type annotations
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-batch",
|
|
16
|
-
version="1.35.
|
|
16
|
+
version="1.35.83",
|
|
17
17
|
packages=["types_boto3_batch"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 Batch 1.35.
|
|
22
|
+
description="Type annotations for boto3 Batch 1.35.83 service generated with mypy-boto3-builder 8.6.4",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -39,7 +39,7 @@ setup(
|
|
|
39
39
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
40
40
|
"Typing :: Stubs Only",
|
|
41
41
|
],
|
|
42
|
-
keywords="boto3 batch type-annotations
|
|
42
|
+
keywords="boto3 batch boto3-stubs type-annotations mypy typeshed autocomplete",
|
|
43
43
|
long_description=LONG_DESCRIPTION,
|
|
44
44
|
long_description_content_type="text/markdown",
|
|
45
45
|
package_data={"types_boto3_batch": ["py.typed", "*.pyi"]},
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
print(
|
|
15
|
-
"Type annotations for boto3 Batch 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.4
|
|
15
|
+
"Type annotations for boto3 Batch 1.35.83\n"
|
|
16
|
+
"Version: 1.35.83\n"
|
|
17
|
+
"Builder version: 8.6.4\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_batch//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#batch\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
print("1.35.
|
|
29
|
+
print("1.35.83")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -127,12 +127,15 @@ ServiceName = Literal[
|
|
|
127
127
|
"b2bi",
|
|
128
128
|
"backup",
|
|
129
129
|
"backup-gateway",
|
|
130
|
+
"backupsearch",
|
|
130
131
|
"batch",
|
|
131
132
|
"bcm-data-exports",
|
|
132
133
|
"bcm-pricing-calculator",
|
|
133
134
|
"bedrock",
|
|
134
135
|
"bedrock-agent",
|
|
135
136
|
"bedrock-agent-runtime",
|
|
137
|
+
"bedrock-data-automation",
|
|
138
|
+
"bedrock-data-automation-runtime",
|
|
136
139
|
"bedrock-runtime",
|
|
137
140
|
"billing",
|
|
138
141
|
"billingconductor",
|
|
@@ -210,6 +213,7 @@ ServiceName = Literal[
|
|
|
210
213
|
"drs",
|
|
211
214
|
"ds",
|
|
212
215
|
"ds-data",
|
|
216
|
+
"dsql",
|
|
213
217
|
"dynamodb",
|
|
214
218
|
"dynamodbstreams",
|
|
215
219
|
"ebs",
|
|
@@ -266,6 +270,7 @@ ServiceName = Literal[
|
|
|
266
270
|
"inspector-scan",
|
|
267
271
|
"inspector2",
|
|
268
272
|
"internetmonitor",
|
|
273
|
+
"invoicing",
|
|
269
274
|
"iot",
|
|
270
275
|
"iot-data",
|
|
271
276
|
"iot-jobs-data",
|
|
@@ -352,6 +357,7 @@ ServiceName = Literal[
|
|
|
352
357
|
"neptune-graph",
|
|
353
358
|
"neptunedata",
|
|
354
359
|
"network-firewall",
|
|
360
|
+
"networkflowmonitor",
|
|
355
361
|
"networkmanager",
|
|
356
362
|
"networkmonitor",
|
|
357
363
|
"notifications",
|
|
@@ -418,6 +424,7 @@ ServiceName = Literal[
|
|
|
418
424
|
"s3",
|
|
419
425
|
"s3control",
|
|
420
426
|
"s3outposts",
|
|
427
|
+
"s3tables",
|
|
421
428
|
"sagemaker",
|
|
422
429
|
"sagemaker-a2i-runtime",
|
|
423
430
|
"sagemaker-edge",
|
|
@@ -430,6 +437,7 @@ ServiceName = Literal[
|
|
|
430
437
|
"schemas",
|
|
431
438
|
"sdb",
|
|
432
439
|
"secretsmanager",
|
|
440
|
+
"security-ir",
|
|
433
441
|
"securityhub",
|
|
434
442
|
"securitylake",
|
|
435
443
|
"serverlessrepo",
|
|
@@ -125,12 +125,15 @@ ServiceName = Literal[
|
|
|
125
125
|
"b2bi",
|
|
126
126
|
"backup",
|
|
127
127
|
"backup-gateway",
|
|
128
|
+
"backupsearch",
|
|
128
129
|
"batch",
|
|
129
130
|
"bcm-data-exports",
|
|
130
131
|
"bcm-pricing-calculator",
|
|
131
132
|
"bedrock",
|
|
132
133
|
"bedrock-agent",
|
|
133
134
|
"bedrock-agent-runtime",
|
|
135
|
+
"bedrock-data-automation",
|
|
136
|
+
"bedrock-data-automation-runtime",
|
|
134
137
|
"bedrock-runtime",
|
|
135
138
|
"billing",
|
|
136
139
|
"billingconductor",
|
|
@@ -208,6 +211,7 @@ ServiceName = Literal[
|
|
|
208
211
|
"drs",
|
|
209
212
|
"ds",
|
|
210
213
|
"ds-data",
|
|
214
|
+
"dsql",
|
|
211
215
|
"dynamodb",
|
|
212
216
|
"dynamodbstreams",
|
|
213
217
|
"ebs",
|
|
@@ -264,6 +268,7 @@ ServiceName = Literal[
|
|
|
264
268
|
"inspector-scan",
|
|
265
269
|
"inspector2",
|
|
266
270
|
"internetmonitor",
|
|
271
|
+
"invoicing",
|
|
267
272
|
"iot",
|
|
268
273
|
"iot-data",
|
|
269
274
|
"iot-jobs-data",
|
|
@@ -350,6 +355,7 @@ ServiceName = Literal[
|
|
|
350
355
|
"neptune-graph",
|
|
351
356
|
"neptunedata",
|
|
352
357
|
"network-firewall",
|
|
358
|
+
"networkflowmonitor",
|
|
353
359
|
"networkmanager",
|
|
354
360
|
"networkmonitor",
|
|
355
361
|
"notifications",
|
|
@@ -416,6 +422,7 @@ ServiceName = Literal[
|
|
|
416
422
|
"s3",
|
|
417
423
|
"s3control",
|
|
418
424
|
"s3outposts",
|
|
425
|
+
"s3tables",
|
|
419
426
|
"sagemaker",
|
|
420
427
|
"sagemaker-a2i-runtime",
|
|
421
428
|
"sagemaker-edge",
|
|
@@ -428,6 +435,7 @@ ServiceName = Literal[
|
|
|
428
435
|
"schemas",
|
|
429
436
|
"sdb",
|
|
430
437
|
"secretsmanager",
|
|
438
|
+
"security-ir",
|
|
431
439
|
"securityhub",
|
|
432
440
|
"securitylake",
|
|
433
441
|
"serverlessrepo",
|