types-boto3-batch 1.38.0__tar.gz → 1.39.0__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.38.0/types_boto3_batch.egg-info → types_boto3_batch-1.39.0}/PKG-INFO +5 -5
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/README.md +3 -3
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/setup.py +2 -2
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/__main__.py +4 -4
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/literals.py +9 -2
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/literals.pyi +9 -2
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/type_defs.py +5 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/type_defs.pyi +5 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0/types_boto3_batch.egg-info}/PKG-INFO +5 -5
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/LICENSE +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/setup.cfg +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/__init__.py +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/__init__.pyi +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/client.py +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/client.pyi +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/paginator.py +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/paginator.pyi +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch/py.typed +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/SOURCES.txt +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/dependency_links.txt +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/not-zip-safe +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/requires.txt +0 -0
- {types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.39.0 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 Batch 1.
|
|
59
|
+
Type annotations for [boto3 Batch 1.39.0](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` AWS SDK.
|
|
123
123
|
3. Add `Batch` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Batch 1.
|
|
12
|
+
Type annotations for [boto3 Batch 1.39.0](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/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.11.0](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
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.
|
|
74
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3` AWS SDK.
|
|
76
76
|
3. Add `Batch` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -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.
|
|
16
|
+
version="1.39.0",
|
|
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.
|
|
22
|
+
description="Type annotations for boto3 Batch 1.39.0 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 Batch 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Batch 1.39.0\n"
|
|
16
|
+
"Version: 1.39.0\n"
|
|
17
|
+
"Builder version: 8.11.0\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
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.39.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -58,6 +58,7 @@ __all__ = (
|
|
|
58
58
|
"ResourceTypeType",
|
|
59
59
|
"RetryActionType",
|
|
60
60
|
"ServiceName",
|
|
61
|
+
"UserdataTypeType",
|
|
61
62
|
)
|
|
62
63
|
|
|
63
64
|
|
|
@@ -99,12 +100,14 @@ OrchestrationTypeType = Literal["ECS", "EKS"]
|
|
|
99
100
|
PlatformCapabilityType = Literal["EC2", "FARGATE"]
|
|
100
101
|
ResourceTypeType = Literal["GPU", "MEMORY", "VCPU"]
|
|
101
102
|
RetryActionType = Literal["EXIT", "RETRY"]
|
|
103
|
+
UserdataTypeType = Literal["EKS_BOOTSTRAP_SH", "EKS_NODEADM"]
|
|
102
104
|
BatchServiceName = Literal["batch"]
|
|
103
105
|
ServiceName = Literal[
|
|
104
106
|
"accessanalyzer",
|
|
105
107
|
"account",
|
|
106
108
|
"acm",
|
|
107
109
|
"acm-pca",
|
|
110
|
+
"aiops",
|
|
108
111
|
"amp",
|
|
109
112
|
"amplify",
|
|
110
113
|
"amplifybackend",
|
|
@@ -245,6 +248,7 @@ ServiceName = Literal[
|
|
|
245
248
|
"es",
|
|
246
249
|
"events",
|
|
247
250
|
"evidently",
|
|
251
|
+
"evs",
|
|
248
252
|
"finspace",
|
|
249
253
|
"finspace-data",
|
|
250
254
|
"firehose",
|
|
@@ -302,6 +306,7 @@ ServiceName = Literal[
|
|
|
302
306
|
"kendra",
|
|
303
307
|
"kendra-ranking",
|
|
304
308
|
"keyspaces",
|
|
309
|
+
"keyspacesstreams",
|
|
305
310
|
"kinesis",
|
|
306
311
|
"kinesis-video-archived-media",
|
|
307
312
|
"kinesis-video-media",
|
|
@@ -357,6 +362,7 @@ ServiceName = Literal[
|
|
|
357
362
|
"migrationhub-config",
|
|
358
363
|
"migrationhuborchestrator",
|
|
359
364
|
"migrationhubstrategy",
|
|
365
|
+
"mpa",
|
|
360
366
|
"mq",
|
|
361
367
|
"mturk",
|
|
362
368
|
"mwaa",
|
|
@@ -397,7 +403,6 @@ ServiceName = Literal[
|
|
|
397
403
|
"pipes",
|
|
398
404
|
"polly",
|
|
399
405
|
"pricing",
|
|
400
|
-
"privatenetworks",
|
|
401
406
|
"proton",
|
|
402
407
|
"qapps",
|
|
403
408
|
"qbusiness",
|
|
@@ -458,7 +463,6 @@ ServiceName = Literal[
|
|
|
458
463
|
"signer",
|
|
459
464
|
"simspaceweaver",
|
|
460
465
|
"sms",
|
|
461
|
-
"sms-voice",
|
|
462
466
|
"snow-device-management",
|
|
463
467
|
"snowball",
|
|
464
468
|
"sns",
|
|
@@ -466,6 +470,7 @@ ServiceName = Literal[
|
|
|
466
470
|
"sqs",
|
|
467
471
|
"ssm",
|
|
468
472
|
"ssm-contacts",
|
|
473
|
+
"ssm-guiconnect",
|
|
469
474
|
"ssm-incidents",
|
|
470
475
|
"ssm-quicksetup",
|
|
471
476
|
"ssm-sap",
|
|
@@ -502,6 +507,7 @@ ServiceName = Literal[
|
|
|
502
507
|
"workmail",
|
|
503
508
|
"workmailmessageflow",
|
|
504
509
|
"workspaces",
|
|
510
|
+
"workspaces-instances",
|
|
505
511
|
"workspaces-thin-client",
|
|
506
512
|
"workspaces-web",
|
|
507
513
|
"xray",
|
|
@@ -530,6 +536,7 @@ PaginatorName = Literal[
|
|
|
530
536
|
RegionName = Literal[
|
|
531
537
|
"af-south-1",
|
|
532
538
|
"ap-east-1",
|
|
539
|
+
"ap-east-2",
|
|
533
540
|
"ap-northeast-1",
|
|
534
541
|
"ap-northeast-2",
|
|
535
542
|
"ap-northeast-3",
|
|
@@ -57,6 +57,7 @@ __all__ = (
|
|
|
57
57
|
"ResourceTypeType",
|
|
58
58
|
"RetryActionType",
|
|
59
59
|
"ServiceName",
|
|
60
|
+
"UserdataTypeType",
|
|
60
61
|
)
|
|
61
62
|
|
|
62
63
|
ArrayJobDependencyType = Literal["N_TO_N", "SEQUENTIAL"]
|
|
@@ -97,12 +98,14 @@ OrchestrationTypeType = Literal["ECS", "EKS"]
|
|
|
97
98
|
PlatformCapabilityType = Literal["EC2", "FARGATE"]
|
|
98
99
|
ResourceTypeType = Literal["GPU", "MEMORY", "VCPU"]
|
|
99
100
|
RetryActionType = Literal["EXIT", "RETRY"]
|
|
101
|
+
UserdataTypeType = Literal["EKS_BOOTSTRAP_SH", "EKS_NODEADM"]
|
|
100
102
|
BatchServiceName = Literal["batch"]
|
|
101
103
|
ServiceName = Literal[
|
|
102
104
|
"accessanalyzer",
|
|
103
105
|
"account",
|
|
104
106
|
"acm",
|
|
105
107
|
"acm-pca",
|
|
108
|
+
"aiops",
|
|
106
109
|
"amp",
|
|
107
110
|
"amplify",
|
|
108
111
|
"amplifybackend",
|
|
@@ -243,6 +246,7 @@ ServiceName = Literal[
|
|
|
243
246
|
"es",
|
|
244
247
|
"events",
|
|
245
248
|
"evidently",
|
|
249
|
+
"evs",
|
|
246
250
|
"finspace",
|
|
247
251
|
"finspace-data",
|
|
248
252
|
"firehose",
|
|
@@ -300,6 +304,7 @@ ServiceName = Literal[
|
|
|
300
304
|
"kendra",
|
|
301
305
|
"kendra-ranking",
|
|
302
306
|
"keyspaces",
|
|
307
|
+
"keyspacesstreams",
|
|
303
308
|
"kinesis",
|
|
304
309
|
"kinesis-video-archived-media",
|
|
305
310
|
"kinesis-video-media",
|
|
@@ -355,6 +360,7 @@ ServiceName = Literal[
|
|
|
355
360
|
"migrationhub-config",
|
|
356
361
|
"migrationhuborchestrator",
|
|
357
362
|
"migrationhubstrategy",
|
|
363
|
+
"mpa",
|
|
358
364
|
"mq",
|
|
359
365
|
"mturk",
|
|
360
366
|
"mwaa",
|
|
@@ -395,7 +401,6 @@ ServiceName = Literal[
|
|
|
395
401
|
"pipes",
|
|
396
402
|
"polly",
|
|
397
403
|
"pricing",
|
|
398
|
-
"privatenetworks",
|
|
399
404
|
"proton",
|
|
400
405
|
"qapps",
|
|
401
406
|
"qbusiness",
|
|
@@ -456,7 +461,6 @@ ServiceName = Literal[
|
|
|
456
461
|
"signer",
|
|
457
462
|
"simspaceweaver",
|
|
458
463
|
"sms",
|
|
459
|
-
"sms-voice",
|
|
460
464
|
"snow-device-management",
|
|
461
465
|
"snowball",
|
|
462
466
|
"sns",
|
|
@@ -464,6 +468,7 @@ ServiceName = Literal[
|
|
|
464
468
|
"sqs",
|
|
465
469
|
"ssm",
|
|
466
470
|
"ssm-contacts",
|
|
471
|
+
"ssm-guiconnect",
|
|
467
472
|
"ssm-incidents",
|
|
468
473
|
"ssm-quicksetup",
|
|
469
474
|
"ssm-sap",
|
|
@@ -500,6 +505,7 @@ ServiceName = Literal[
|
|
|
500
505
|
"workmail",
|
|
501
506
|
"workmailmessageflow",
|
|
502
507
|
"workspaces",
|
|
508
|
+
"workspaces-instances",
|
|
503
509
|
"workspaces-thin-client",
|
|
504
510
|
"workspaces-web",
|
|
505
511
|
"xray",
|
|
@@ -528,6 +534,7 @@ PaginatorName = Literal[
|
|
|
528
534
|
RegionName = Literal[
|
|
529
535
|
"af-south-1",
|
|
530
536
|
"ap-east-1",
|
|
537
|
+
"ap-east-2",
|
|
531
538
|
"ap-northeast-1",
|
|
532
539
|
"ap-northeast-2",
|
|
533
540
|
"ap-northeast-3",
|
|
@@ -41,6 +41,7 @@ from .literals import (
|
|
|
41
41
|
PlatformCapabilityType,
|
|
42
42
|
ResourceTypeType,
|
|
43
43
|
RetryActionType,
|
|
44
|
+
UserdataTypeType,
|
|
44
45
|
)
|
|
45
46
|
|
|
46
47
|
if sys.version_info >= (3, 9):
|
|
@@ -614,6 +615,7 @@ class LaunchTemplateSpecificationOverrideOutputTypeDef(TypedDict):
|
|
|
614
615
|
launchTemplateName: NotRequired[str]
|
|
615
616
|
version: NotRequired[str]
|
|
616
617
|
targetInstanceTypes: NotRequired[List[str]]
|
|
618
|
+
userdataType: NotRequired[UserdataTypeType]
|
|
617
619
|
|
|
618
620
|
|
|
619
621
|
class LaunchTemplateSpecificationOverrideTypeDef(TypedDict):
|
|
@@ -621,6 +623,7 @@ class LaunchTemplateSpecificationOverrideTypeDef(TypedDict):
|
|
|
621
623
|
launchTemplateName: NotRequired[str]
|
|
622
624
|
version: NotRequired[str]
|
|
623
625
|
targetInstanceTypes: NotRequired[Sequence[str]]
|
|
626
|
+
userdataType: NotRequired[UserdataTypeType]
|
|
624
627
|
|
|
625
628
|
|
|
626
629
|
class TmpfsOutputTypeDef(TypedDict):
|
|
@@ -1025,6 +1028,7 @@ class LaunchTemplateSpecificationOutputTypeDef(TypedDict):
|
|
|
1025
1028
|
launchTemplateName: NotRequired[str]
|
|
1026
1029
|
version: NotRequired[str]
|
|
1027
1030
|
overrides: NotRequired[List[LaunchTemplateSpecificationOverrideOutputTypeDef]]
|
|
1031
|
+
userdataType: NotRequired[UserdataTypeType]
|
|
1028
1032
|
|
|
1029
1033
|
|
|
1030
1034
|
LaunchTemplateSpecificationOverrideUnionTypeDef = Union[
|
|
@@ -1197,6 +1201,7 @@ class LaunchTemplateSpecificationTypeDef(TypedDict):
|
|
|
1197
1201
|
launchTemplateName: NotRequired[str]
|
|
1198
1202
|
version: NotRequired[str]
|
|
1199
1203
|
overrides: NotRequired[Sequence[LaunchTemplateSpecificationOverrideUnionTypeDef]]
|
|
1204
|
+
userdataType: NotRequired[UserdataTypeType]
|
|
1200
1205
|
|
|
1201
1206
|
|
|
1202
1207
|
class TaskContainerDetailsTypeDef(TypedDict):
|
|
@@ -41,6 +41,7 @@ from .literals import (
|
|
|
41
41
|
PlatformCapabilityType,
|
|
42
42
|
ResourceTypeType,
|
|
43
43
|
RetryActionType,
|
|
44
|
+
UserdataTypeType,
|
|
44
45
|
)
|
|
45
46
|
|
|
46
47
|
if sys.version_info >= (3, 9):
|
|
@@ -548,12 +549,14 @@ class LaunchTemplateSpecificationOverrideOutputTypeDef(TypedDict):
|
|
|
548
549
|
launchTemplateName: NotRequired[str]
|
|
549
550
|
version: NotRequired[str]
|
|
550
551
|
targetInstanceTypes: NotRequired[List[str]]
|
|
552
|
+
userdataType: NotRequired[UserdataTypeType]
|
|
551
553
|
|
|
552
554
|
class LaunchTemplateSpecificationOverrideTypeDef(TypedDict):
|
|
553
555
|
launchTemplateId: NotRequired[str]
|
|
554
556
|
launchTemplateName: NotRequired[str]
|
|
555
557
|
version: NotRequired[str]
|
|
556
558
|
targetInstanceTypes: NotRequired[Sequence[str]]
|
|
559
|
+
userdataType: NotRequired[UserdataTypeType]
|
|
557
560
|
|
|
558
561
|
class TmpfsOutputTypeDef(TypedDict):
|
|
559
562
|
containerPath: str
|
|
@@ -900,6 +903,7 @@ class LaunchTemplateSpecificationOutputTypeDef(TypedDict):
|
|
|
900
903
|
launchTemplateName: NotRequired[str]
|
|
901
904
|
version: NotRequired[str]
|
|
902
905
|
overrides: NotRequired[List[LaunchTemplateSpecificationOverrideOutputTypeDef]]
|
|
906
|
+
userdataType: NotRequired[UserdataTypeType]
|
|
903
907
|
|
|
904
908
|
LaunchTemplateSpecificationOverrideUnionTypeDef = Union[
|
|
905
909
|
LaunchTemplateSpecificationOverrideTypeDef, LaunchTemplateSpecificationOverrideOutputTypeDef
|
|
@@ -1051,6 +1055,7 @@ class LaunchTemplateSpecificationTypeDef(TypedDict):
|
|
|
1051
1055
|
launchTemplateName: NotRequired[str]
|
|
1052
1056
|
version: NotRequired[str]
|
|
1053
1057
|
overrides: NotRequired[Sequence[LaunchTemplateSpecificationOverrideUnionTypeDef]]
|
|
1058
|
+
userdataType: NotRequired[UserdataTypeType]
|
|
1054
1059
|
|
|
1055
1060
|
class TaskContainerDetailsTypeDef(TypedDict):
|
|
1056
1061
|
command: NotRequired[List[str]]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.
|
|
3
|
+
Version: 1.39.0
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.39.0 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 Batch 1.
|
|
59
|
+
Type annotations for [boto3 Batch 1.39.0](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.39.0' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` AWS SDK.
|
|
123
123
|
3. Add `Batch` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/requires.txt
RENAMED
|
File without changes
|
{types_boto3_batch-1.38.0 → types_boto3_batch-1.39.0}/types_boto3_batch.egg-info/top_level.txt
RENAMED
|
File without changes
|