types-boto3-batch 1.35.71__py3-none-any.whl → 1.35.83__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.
- types_boto3_batch/__main__.py +4 -4
- types_boto3_batch/literals.py +8 -0
- types_boto3_batch/literals.pyi +8 -0
- types_boto3_batch/type_defs.py +12 -0
- types_boto3_batch/type_defs.pyi +11 -0
- types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.35.71.dist-info → types_boto3_batch-1.35.83.dist-info}/METADATA +49 -9
- types_boto3_batch-1.35.83.dist-info/RECORD +18 -0
- types_boto3_batch-1.35.71.dist-info/RECORD +0 -18
- {types_boto3_batch-1.35.71.dist-info → types_boto3_batch-1.35.83.dist-info}/LICENSE +0 -0
- {types_boto3_batch-1.35.71.dist-info → types_boto3_batch-1.35.83.dist-info}/WHEEL +0 -0
- {types_boto3_batch-1.35.71.dist-info → types_boto3_batch-1.35.83.dist-info}/top_level.txt +0 -0
types_boto3_batch/__main__.py
CHANGED
|
@@ -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:
|
types_boto3_batch/literals.py
CHANGED
|
@@ -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",
|
types_boto3_batch/literals.pyi
CHANGED
|
@@ -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",
|
types_boto3_batch/type_defs.py
CHANGED
|
@@ -123,6 +123,7 @@ __all__ = (
|
|
|
123
123
|
"EksMetadataOutputTypeDef",
|
|
124
124
|
"EksMetadataTypeDef",
|
|
125
125
|
"EksMetadataUnionTypeDef",
|
|
126
|
+
"EksPersistentVolumeClaimTypeDef",
|
|
126
127
|
"EksPodPropertiesDetailTypeDef",
|
|
127
128
|
"EksPodPropertiesOutputTypeDef",
|
|
128
129
|
"EksPodPropertiesOverrideTypeDef",
|
|
@@ -441,6 +442,7 @@ class EksContainerSecurityContextTypeDef(TypedDict):
|
|
|
441
442
|
class EksContainerVolumeMountTypeDef(TypedDict):
|
|
442
443
|
name: NotRequired[str]
|
|
443
444
|
mountPath: NotRequired[str]
|
|
445
|
+
subPath: NotRequired[str]
|
|
444
446
|
readOnly: NotRequired[bool]
|
|
445
447
|
|
|
446
448
|
|
|
@@ -460,10 +462,19 @@ class EksHostPathTypeDef(TypedDict):
|
|
|
460
462
|
|
|
461
463
|
class EksMetadataOutputTypeDef(TypedDict):
|
|
462
464
|
labels: NotRequired[Dict[str, str]]
|
|
465
|
+
annotations: NotRequired[Dict[str, str]]
|
|
466
|
+
namespace: NotRequired[str]
|
|
463
467
|
|
|
464
468
|
|
|
465
469
|
class EksMetadataTypeDef(TypedDict):
|
|
466
470
|
labels: NotRequired[Mapping[str, str]]
|
|
471
|
+
annotations: NotRequired[Mapping[str, str]]
|
|
472
|
+
namespace: NotRequired[str]
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
class EksPersistentVolumeClaimTypeDef(TypedDict):
|
|
476
|
+
claimName: str
|
|
477
|
+
readOnly: NotRequired[bool]
|
|
467
478
|
|
|
468
479
|
|
|
469
480
|
class ImagePullSecretTypeDef(TypedDict):
|
|
@@ -795,6 +806,7 @@ class EksVolumeTypeDef(TypedDict):
|
|
|
795
806
|
hostPath: NotRequired[EksHostPathTypeDef]
|
|
796
807
|
emptyDir: NotRequired[EksEmptyDirTypeDef]
|
|
797
808
|
secret: NotRequired[EksSecretTypeDef]
|
|
809
|
+
persistentVolumeClaim: NotRequired[EksPersistentVolumeClaimTypeDef]
|
|
798
810
|
|
|
799
811
|
|
|
800
812
|
class RetryStrategyOutputTypeDef(TypedDict):
|
types_boto3_batch/type_defs.pyi
CHANGED
|
@@ -122,6 +122,7 @@ __all__ = (
|
|
|
122
122
|
"EksMetadataOutputTypeDef",
|
|
123
123
|
"EksMetadataTypeDef",
|
|
124
124
|
"EksMetadataUnionTypeDef",
|
|
125
|
+
"EksPersistentVolumeClaimTypeDef",
|
|
125
126
|
"EksPodPropertiesDetailTypeDef",
|
|
126
127
|
"EksPodPropertiesOutputTypeDef",
|
|
127
128
|
"EksPodPropertiesOverrideTypeDef",
|
|
@@ -400,6 +401,7 @@ class EksContainerSecurityContextTypeDef(TypedDict):
|
|
|
400
401
|
class EksContainerVolumeMountTypeDef(TypedDict):
|
|
401
402
|
name: NotRequired[str]
|
|
402
403
|
mountPath: NotRequired[str]
|
|
404
|
+
subPath: NotRequired[str]
|
|
403
405
|
readOnly: NotRequired[bool]
|
|
404
406
|
|
|
405
407
|
class EksContainerResourceRequirementsTypeDef(TypedDict):
|
|
@@ -415,9 +417,17 @@ class EksHostPathTypeDef(TypedDict):
|
|
|
415
417
|
|
|
416
418
|
class EksMetadataOutputTypeDef(TypedDict):
|
|
417
419
|
labels: NotRequired[Dict[str, str]]
|
|
420
|
+
annotations: NotRequired[Dict[str, str]]
|
|
421
|
+
namespace: NotRequired[str]
|
|
418
422
|
|
|
419
423
|
class EksMetadataTypeDef(TypedDict):
|
|
420
424
|
labels: NotRequired[Mapping[str, str]]
|
|
425
|
+
annotations: NotRequired[Mapping[str, str]]
|
|
426
|
+
namespace: NotRequired[str]
|
|
427
|
+
|
|
428
|
+
class EksPersistentVolumeClaimTypeDef(TypedDict):
|
|
429
|
+
claimName: str
|
|
430
|
+
readOnly: NotRequired[bool]
|
|
421
431
|
|
|
422
432
|
class ImagePullSecretTypeDef(TypedDict):
|
|
423
433
|
name: str
|
|
@@ -698,6 +708,7 @@ class EksVolumeTypeDef(TypedDict):
|
|
|
698
708
|
hostPath: NotRequired[EksHostPathTypeDef]
|
|
699
709
|
emptyDir: NotRequired[EksEmptyDirTypeDef]
|
|
700
710
|
secret: NotRequired[EksSecretTypeDef]
|
|
711
|
+
persistentVolumeClaim: NotRequired[EksPersistentVolumeClaimTypeDef]
|
|
701
712
|
|
|
702
713
|
class RetryStrategyOutputTypeDef(TypedDict):
|
|
703
714
|
attempts: NotRequired[int]
|
types_boto3_batch/version.py
CHANGED
|
@@ -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
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_batch/__init__.py,sha256=PH9c98yrNmE_SzVCV0gERY9VOHgyl7QoXYzzYnq6mKc,1543
|
|
2
|
+
types_boto3_batch/__init__.pyi,sha256=MdoB47f4IMO3yyC_1VzCp7qMKmDXAo-O-qOKXfhHgDM,1542
|
|
3
|
+
types_boto3_batch/__main__.py,sha256=AGuvzTfYWScDZtmQZWti2xahLbKAnMQkrmuhy2spuqw,942
|
|
4
|
+
types_boto3_batch/client.py,sha256=SqRClz7O5FCw9NxodrwHWcde76esVpmNKObNhubQA-g,19604
|
|
5
|
+
types_boto3_batch/client.pyi,sha256=xCMXGHsPjSPJ6uidyU85NrszZWK_q7dVLXEmvdB9gmE,19600
|
|
6
|
+
types_boto3_batch/literals.py,sha256=KVK0Sy031nkXuxzD3h5hSDu5odxOuSOTJe0r3kPTurs,12247
|
|
7
|
+
types_boto3_batch/literals.pyi,sha256=Ys4JrOjf4f40m6Fxy83lJImOyfQ9T5eplxfgO7HFlKY,12245
|
|
8
|
+
types_boto3_batch/paginator.py,sha256=psT5QOv4JNebQF71dJ6Z6Dc8xE_F-aLfh4r-N8svt4E,7082
|
|
9
|
+
types_boto3_batch/paginator.pyi,sha256=wBtete7tO_7EUMYmi9_Br5xeSPRzSJvsBy4gZ0JZaX0,7069
|
|
10
|
+
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_batch/type_defs.py,sha256=GPhTjoGu88_BypCF8Ok5i2y0X_IXH5sQeR4K83u7VkA,50939
|
|
12
|
+
types_boto3_batch/type_defs.pyi,sha256=UWT5XX2LwI73JMYp173oUiLr2QrLZD3cm0xApW0oTiw,50767
|
|
13
|
+
types_boto3_batch/version.py,sha256=HyYLplYlaHm_1OJJTwGTM8xIs3SOlKqP5N_0q2GiPbQ,93
|
|
14
|
+
types_boto3_batch-1.35.83.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
+
types_boto3_batch-1.35.83.dist-info/METADATA,sha256=fIboXKtNrZvYv5AtRytFM_QFeu20iBmJKQNJHLfwPIQ,15073
|
|
16
|
+
types_boto3_batch-1.35.83.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
17
|
+
types_boto3_batch-1.35.83.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
+
types_boto3_batch-1.35.83.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_batch/__init__.py,sha256=PH9c98yrNmE_SzVCV0gERY9VOHgyl7QoXYzzYnq6mKc,1543
|
|
2
|
-
types_boto3_batch/__init__.pyi,sha256=MdoB47f4IMO3yyC_1VzCp7qMKmDXAo-O-qOKXfhHgDM,1542
|
|
3
|
-
types_boto3_batch/__main__.py,sha256=v5tRHYa248HLoFpVSp1SWq1iY7EKxhL-H0FVYp0NOy8,942
|
|
4
|
-
types_boto3_batch/client.py,sha256=SqRClz7O5FCw9NxodrwHWcde76esVpmNKObNhubQA-g,19604
|
|
5
|
-
types_boto3_batch/client.pyi,sha256=xCMXGHsPjSPJ6uidyU85NrszZWK_q7dVLXEmvdB9gmE,19600
|
|
6
|
-
types_boto3_batch/literals.py,sha256=K6pEWprGrmz3xq_zhPngUHCGolTw_hYDmlfmnSH2Hqg,12067
|
|
7
|
-
types_boto3_batch/literals.pyi,sha256=yNvcR0h8Kn1xAImrD2fUmsh3w8PJVo8Km_JIlhuHais,12065
|
|
8
|
-
types_boto3_batch/paginator.py,sha256=psT5QOv4JNebQF71dJ6Z6Dc8xE_F-aLfh4r-N8svt4E,7082
|
|
9
|
-
types_boto3_batch/paginator.pyi,sha256=wBtete7tO_7EUMYmi9_Br5xeSPRzSJvsBy4gZ0JZaX0,7069
|
|
10
|
-
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_batch/type_defs.py,sha256=_RBbnBtR0Wa1wvRYZSErItjIy1TeyajPcUvVAqCsxOc,50538
|
|
12
|
-
types_boto3_batch/type_defs.pyi,sha256=sFNjhwUmtFnIFNeZtNvnJLzS94boNSrzgkra3H17p1w,50367
|
|
13
|
-
types_boto3_batch/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
|
|
14
|
-
types_boto3_batch-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
-
types_boto3_batch-1.35.71.dist-info/METADATA,sha256=7AqcLgJLpR_BZsXIDwXau_Go-jwR3R7ZcqHosOG7H30,13741
|
|
16
|
-
types_boto3_batch-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
17
|
-
types_boto3_batch-1.35.71.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
-
types_boto3_batch-1.35.71.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|