mypy-boto3-batch 1.26.34__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.
Files changed (25) hide show
  1. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/LICENSE +1 -1
  2. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/PKG-INFO +12 -10
  3. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/README.md +10 -8
  4. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/__main__.py +3 -3
  5. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/literals.py +8 -0
  6. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/literals.pyi +8 -0
  7. mypy-boto3-batch-1.26.34/mypy_boto3_batch/type_defs.pyi → mypy-boto3-batch-1.26.98/mypy_boto3_batch/type_defs.py +78 -0
  8. mypy-boto3-batch-1.26.34/mypy_boto3_batch/type_defs.py → mypy-boto3-batch-1.26.98/mypy_boto3_batch/type_defs.pyi +21 -57
  9. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/version.py +1 -1
  10. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/PKG-INFO +12 -10
  11. mypy-boto3-batch-1.26.98/mypy_boto3_batch.egg-info/requires.txt +3 -0
  12. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/setup.py +5 -5
  13. mypy-boto3-batch-1.26.34/mypy_boto3_batch.egg-info/requires.txt +0 -1
  14. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/__init__.py +0 -0
  15. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/__init__.pyi +0 -0
  16. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/client.py +0 -0
  17. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/client.pyi +0 -0
  18. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/paginator.py +0 -0
  19. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/paginator.pyi +0 -0
  20. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch/py.typed +0 -0
  21. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
  22. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
  23. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
  24. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
  25. {mypy-boto3-batch-1.26.34 → mypy-boto3-batch-1.26.98}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Vlad Emelianov
3
+ Copyright (c) 2023 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-batch
3
- Version: 1.26.34
4
- Summary: Type annotations for boto3.Batch 1.26.34 service generated with mypy-boto3-builder 7.12.0
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
@@ -42,7 +42,7 @@ License-File: LICENSE
42
42
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
43
43
 
44
44
  Type annotations for
45
- [boto3.Batch 1.26.34](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
45
+ [boto3.Batch 1.26.98](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
46
46
  service compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -51,7 +51,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
51
51
  [pyright](https://github.com/microsoft/pyright) and other tools.
52
52
 
53
53
  Generated by
54
- [mypy-boto3-builder 7.12.0](https://github.com/youtype/mypy_boto3_builder).
54
+ [mypy-boto3-builder 7.14.2](https://github.com/youtype/mypy_boto3_builder).
55
55
 
56
56
  More information can be found on
57
57
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -374,6 +374,7 @@ from mypy_boto3_batch.type_defs import (
374
374
  ComputeEnvironmentOrderTypeDef,
375
375
  Ec2ConfigurationTypeDef,
376
376
  LaunchTemplateSpecificationTypeDef,
377
+ EphemeralStorageTypeDef,
377
378
  FargatePlatformConfigurationTypeDef,
378
379
  KeyValuePairTypeDef,
379
380
  MountPointTypeDef,
@@ -402,6 +403,7 @@ from mypy_boto3_batch.type_defs import (
402
403
  EksContainerVolumeMountTypeDef,
403
404
  EksEmptyDirTypeDef,
404
405
  EksHostPathTypeDef,
406
+ EksMetadataTypeDef,
405
407
  EksSecretTypeDef,
406
408
  EvaluateOnExitTypeDef,
407
409
  ShareAttributesTypeDef,
@@ -495,12 +497,11 @@ def get_structure() -> ArrayPropertiesDetailTypeDef:
495
497
  Fully automated
496
498
  [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
497
499
  generates type annotations for each service, patiently waiting for `boto3`
498
- updates. It delivers a drop-in type annotations for you and makes sure that:
500
+ updates. It delivers drop-in type annotations for you and makes sure that:
499
501
 
500
502
  - All available `boto3` services are covered.
501
503
  - Each public class and method of every `boto3` service gets valid type
502
- annotations extracted from the documentation (blame `botocore` docs if types
503
- are incorrect).
504
+ annotations extracted from `botocore` schemas.
504
505
  - Type annotations include up-to-date documentation.
505
506
  - Link to documentation is provided for every method.
506
507
  - Code is processed by [black](https://github.com/psf/black) and
@@ -514,15 +515,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
514
515
 
515
516
  ### Implemented features
516
517
 
517
- - Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries
518
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
519
+ libraries
518
520
  - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
519
521
  compatibility
520
522
  - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
521
523
  annotations for each service
522
524
  - Generated `TypeDefs` for each service
523
525
  - Generated `Literals` for each service
524
- - Auto discovery of types for `boto3.client` and `boto3.session` calls
525
- - Auto discovery of types for `session.client` and `session.session` calls
526
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
527
+ - Auto discovery of types for `session.client` and `session.resource` calls
526
528
  - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
527
529
  calls
528
530
  - Auto discovery of types for `ServiceResource` and `Resource` collections
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.Batch 1.26.34](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
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.12.0](https://github.com/youtype/mypy_boto3_builder).
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 a drop-in type annotations for you and makes sure that:
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 the documentation (blame `botocore` docs if types
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 `aiobotocore` libraries
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.session` calls
493
- - Auto discovery of types for `session.client` and `session.session` calls
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.34\nVersion: 1.26.34\nBuilder version:"
13
- " 7.12.0\nDocs: "
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.34")
25
+ print("1.26.98")
26
26
 
27
27
 
28
28
  def main() -> None:
@@ -124,6 +124,7 @@ ServiceName = Literal[
124
124
  "chime-sdk-meetings",
125
125
  "chime-sdk-messaging",
126
126
  "chime-sdk-voice",
127
+ "cleanrooms",
127
128
  "cloud9",
128
129
  "cloudcontrol",
129
130
  "clouddirectory",
@@ -134,6 +135,7 @@ ServiceName = Literal[
134
135
  "cloudsearch",
135
136
  "cloudsearchdomain",
136
137
  "cloudtrail",
138
+ "cloudtrail-data",
137
139
  "cloudwatch",
138
140
  "codeartifact",
139
141
  "codebuild",
@@ -227,6 +229,7 @@ ServiceName = Literal[
227
229
  "importexport",
228
230
  "inspector",
229
231
  "inspector2",
232
+ "internetmonitor",
230
233
  "iot",
231
234
  "iot-data",
232
235
  "iot-jobs-data",
@@ -245,10 +248,12 @@ ServiceName = Literal[
245
248
  "iottwinmaker",
246
249
  "iotwireless",
247
250
  "ivs",
251
+ "ivs-realtime",
248
252
  "ivschat",
249
253
  "kafka",
250
254
  "kafkaconnect",
251
255
  "kendra",
256
+ "kendra-ranking",
252
257
  "keyspaces",
253
258
  "kinesis",
254
259
  "kinesis-video-archived-media",
@@ -266,6 +271,7 @@ ServiceName = Literal[
266
271
  "lexv2-models",
267
272
  "lexv2-runtime",
268
273
  "license-manager",
274
+ "license-manager-linux-subscriptions",
269
275
  "license-manager-user-subscriptions",
270
276
  "lightsail",
271
277
  "location",
@@ -401,6 +407,7 @@ ServiceName = Literal[
401
407
  "textract",
402
408
  "timestream-query",
403
409
  "timestream-write",
410
+ "tnb",
404
411
  "transcribe",
405
412
  "transfer",
406
413
  "translate",
@@ -454,6 +461,7 @@ RegionName = Literal[
454
461
  "eu-west-1",
455
462
  "eu-west-2",
456
463
  "eu-west-3",
464
+ "me-central-1",
457
465
  "me-south-1",
458
466
  "sa-east-1",
459
467
  "us-east-1",
@@ -122,6 +122,7 @@ ServiceName = Literal[
122
122
  "chime-sdk-meetings",
123
123
  "chime-sdk-messaging",
124
124
  "chime-sdk-voice",
125
+ "cleanrooms",
125
126
  "cloud9",
126
127
  "cloudcontrol",
127
128
  "clouddirectory",
@@ -132,6 +133,7 @@ ServiceName = Literal[
132
133
  "cloudsearch",
133
134
  "cloudsearchdomain",
134
135
  "cloudtrail",
136
+ "cloudtrail-data",
135
137
  "cloudwatch",
136
138
  "codeartifact",
137
139
  "codebuild",
@@ -225,6 +227,7 @@ ServiceName = Literal[
225
227
  "importexport",
226
228
  "inspector",
227
229
  "inspector2",
230
+ "internetmonitor",
228
231
  "iot",
229
232
  "iot-data",
230
233
  "iot-jobs-data",
@@ -243,10 +246,12 @@ ServiceName = Literal[
243
246
  "iottwinmaker",
244
247
  "iotwireless",
245
248
  "ivs",
249
+ "ivs-realtime",
246
250
  "ivschat",
247
251
  "kafka",
248
252
  "kafkaconnect",
249
253
  "kendra",
254
+ "kendra-ranking",
250
255
  "keyspaces",
251
256
  "kinesis",
252
257
  "kinesis-video-archived-media",
@@ -264,6 +269,7 @@ ServiceName = Literal[
264
269
  "lexv2-models",
265
270
  "lexv2-runtime",
266
271
  "license-manager",
272
+ "license-manager-linux-subscriptions",
267
273
  "license-manager-user-subscriptions",
268
274
  "lightsail",
269
275
  "location",
@@ -399,6 +405,7 @@ ServiceName = Literal[
399
405
  "textract",
400
406
  "timestream-query",
401
407
  "timestream-write",
408
+ "tnb",
402
409
  "transcribe",
403
410
  "transfer",
404
411
  "translate",
@@ -452,6 +459,7 @@ RegionName = Literal[
452
459
  "eu-west-1",
453
460
  "eu-west-2",
454
461
  "eu-west-3",
462
+ "me-central-1",
455
463
  "me-south-1",
456
464
  "sa-east-1",
457
465
  "us-east-1",
@@ -42,6 +42,7 @@ if sys.version_info >= (3, 9):
42
42
  else:
43
43
  from typing_extensions import TypedDict
44
44
 
45
+
45
46
  __all__ = (
46
47
  "ArrayPropertiesDetailTypeDef",
47
48
  "ArrayPropertiesSummaryTypeDef",
@@ -53,6 +54,7 @@ __all__ = (
53
54
  "ComputeEnvironmentOrderTypeDef",
54
55
  "Ec2ConfigurationTypeDef",
55
56
  "LaunchTemplateSpecificationTypeDef",
57
+ "EphemeralStorageTypeDef",
56
58
  "FargatePlatformConfigurationTypeDef",
57
59
  "KeyValuePairTypeDef",
58
60
  "MountPointTypeDef",
@@ -81,6 +83,7 @@ __all__ = (
81
83
  "EksContainerVolumeMountTypeDef",
82
84
  "EksEmptyDirTypeDef",
83
85
  "EksHostPathTypeDef",
86
+ "EksMetadataTypeDef",
84
87
  "EksSecretTypeDef",
85
88
  "EvaluateOnExitTypeDef",
86
89
  "ShareAttributesTypeDef",
@@ -247,9 +250,11 @@ _OptionalEc2ConfigurationTypeDef = TypedDict(
247
250
  total=False,
248
251
  )
249
252
 
253
+
250
254
  class Ec2ConfigurationTypeDef(_RequiredEc2ConfigurationTypeDef, _OptionalEc2ConfigurationTypeDef):
251
255
  pass
252
256
 
257
+
253
258
  LaunchTemplateSpecificationTypeDef = TypedDict(
254
259
  "LaunchTemplateSpecificationTypeDef",
255
260
  {
@@ -260,6 +265,13 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
260
265
  total=False,
261
266
  )
262
267
 
268
+ EphemeralStorageTypeDef = TypedDict(
269
+ "EphemeralStorageTypeDef",
270
+ {
271
+ "sizeInGiB": int,
272
+ },
273
+ )
274
+
263
275
  FargatePlatformConfigurationTypeDef = TypedDict(
264
276
  "FargatePlatformConfigurationTypeDef",
265
277
  {
@@ -439,9 +451,11 @@ _OptionalDeviceTypeDef = TypedDict(
439
451
  total=False,
440
452
  )
441
453
 
454
+
442
455
  class DeviceTypeDef(_RequiredDeviceTypeDef, _OptionalDeviceTypeDef):
443
456
  pass
444
457
 
458
+
445
459
  EFSAuthorizationConfigTypeDef = TypedDict(
446
460
  "EFSAuthorizationConfigTypeDef",
447
461
  {
@@ -474,11 +488,13 @@ _OptionalEksContainerEnvironmentVariableTypeDef = TypedDict(
474
488
  total=False,
475
489
  )
476
490
 
491
+
477
492
  class EksContainerEnvironmentVariableTypeDef(
478
493
  _RequiredEksContainerEnvironmentVariableTypeDef, _OptionalEksContainerEnvironmentVariableTypeDef
479
494
  ):
480
495
  pass
481
496
 
497
+
482
498
  EksContainerResourceRequirementsTypeDef = TypedDict(
483
499
  "EksContainerResourceRequirementsTypeDef",
484
500
  {
@@ -527,6 +543,14 @@ EksHostPathTypeDef = TypedDict(
527
543
  total=False,
528
544
  )
529
545
 
546
+ EksMetadataTypeDef = TypedDict(
547
+ "EksMetadataTypeDef",
548
+ {
549
+ "labels": Dict[str, str],
550
+ },
551
+ total=False,
552
+ )
553
+
530
554
  _RequiredEksSecretTypeDef = TypedDict(
531
555
  "_RequiredEksSecretTypeDef",
532
556
  {
@@ -541,9 +565,11 @@ _OptionalEksSecretTypeDef = TypedDict(
541
565
  total=False,
542
566
  )
543
567
 
568
+
544
569
  class EksSecretTypeDef(_RequiredEksSecretTypeDef, _OptionalEksSecretTypeDef):
545
570
  pass
546
571
 
572
+
547
573
  _RequiredEvaluateOnExitTypeDef = TypedDict(
548
574
  "_RequiredEvaluateOnExitTypeDef",
549
575
  {
@@ -560,9 +586,11 @@ _OptionalEvaluateOnExitTypeDef = TypedDict(
560
586
  total=False,
561
587
  )
562
588
 
589
+
563
590
  class EvaluateOnExitTypeDef(_RequiredEvaluateOnExitTypeDef, _OptionalEvaluateOnExitTypeDef):
564
591
  pass
565
592
 
593
+
566
594
  _RequiredShareAttributesTypeDef = TypedDict(
567
595
  "_RequiredShareAttributesTypeDef",
568
596
  {
@@ -577,9 +605,11 @@ _OptionalShareAttributesTypeDef = TypedDict(
577
605
  total=False,
578
606
  )
579
607
 
608
+
580
609
  class ShareAttributesTypeDef(_RequiredShareAttributesTypeDef, _OptionalShareAttributesTypeDef):
581
610
  pass
582
611
 
612
+
583
613
  HostTypeDef = TypedDict(
584
614
  "HostTypeDef",
585
615
  {
@@ -648,9 +678,11 @@ _OptionalTmpfsTypeDef = TypedDict(
648
678
  total=False,
649
679
  )
650
680
 
681
+
651
682
  class TmpfsTypeDef(_RequiredTmpfsTypeDef, _OptionalTmpfsTypeDef):
652
683
  pass
653
684
 
685
+
654
686
  ListSchedulingPoliciesRequestRequestTypeDef = TypedDict(
655
687
  "ListSchedulingPoliciesRequestRequestTypeDef",
656
688
  {
@@ -729,11 +761,13 @@ _OptionalCreateJobQueueRequestRequestTypeDef = TypedDict(
729
761
  total=False,
730
762
  )
731
763
 
764
+
732
765
  class CreateJobQueueRequestRequestTypeDef(
733
766
  _RequiredCreateJobQueueRequestRequestTypeDef, _OptionalCreateJobQueueRequestRequestTypeDef
734
767
  ):
735
768
  pass
736
769
 
770
+
737
771
  _RequiredJobQueueDetailTypeDef = TypedDict(
738
772
  "_RequiredJobQueueDetailTypeDef",
739
773
  {
@@ -755,9 +789,11 @@ _OptionalJobQueueDetailTypeDef = TypedDict(
755
789
  total=False,
756
790
  )
757
791
 
792
+
758
793
  class JobQueueDetailTypeDef(_RequiredJobQueueDetailTypeDef, _OptionalJobQueueDetailTypeDef):
759
794
  pass
760
795
 
796
+
761
797
  _RequiredUpdateJobQueueRequestRequestTypeDef = TypedDict(
762
798
  "_RequiredUpdateJobQueueRequestRequestTypeDef",
763
799
  {
@@ -775,11 +811,13 @@ _OptionalUpdateJobQueueRequestRequestTypeDef = TypedDict(
775
811
  total=False,
776
812
  )
777
813
 
814
+
778
815
  class UpdateJobQueueRequestRequestTypeDef(
779
816
  _RequiredUpdateJobQueueRequestRequestTypeDef, _OptionalUpdateJobQueueRequestRequestTypeDef
780
817
  ):
781
818
  pass
782
819
 
820
+
783
821
  _RequiredComputeResourceTypeDef = TypedDict(
784
822
  "_RequiredComputeResourceTypeDef",
785
823
  {
@@ -809,9 +847,11 @@ _OptionalComputeResourceTypeDef = TypedDict(
809
847
  total=False,
810
848
  )
811
849
 
850
+
812
851
  class ComputeResourceTypeDef(_RequiredComputeResourceTypeDef, _OptionalComputeResourceTypeDef):
813
852
  pass
814
853
 
854
+
815
855
  ComputeResourceUpdateTypeDef = TypedDict(
816
856
  "ComputeResourceUpdateTypeDef",
817
857
  {
@@ -864,9 +904,11 @@ _OptionalLogConfigurationTypeDef = TypedDict(
864
904
  total=False,
865
905
  )
866
906
 
907
+
867
908
  class LogConfigurationTypeDef(_RequiredLogConfigurationTypeDef, _OptionalLogConfigurationTypeDef):
868
909
  pass
869
910
 
911
+
870
912
  CreateComputeEnvironmentResponseTypeDef = TypedDict(
871
913
  "CreateComputeEnvironmentResponseTypeDef",
872
914
  {
@@ -994,11 +1036,13 @@ _OptionalEFSVolumeConfigurationTypeDef = TypedDict(
994
1036
  total=False,
995
1037
  )
996
1038
 
1039
+
997
1040
  class EFSVolumeConfigurationTypeDef(
998
1041
  _RequiredEFSVolumeConfigurationTypeDef, _OptionalEFSVolumeConfigurationTypeDef
999
1042
  ):
1000
1043
  pass
1001
1044
 
1045
+
1002
1046
  EksAttemptDetailTypeDef = TypedDict(
1003
1047
  "EksAttemptDetailTypeDef",
1004
1048
  {
@@ -1063,9 +1107,11 @@ _OptionalEksContainerTypeDef = TypedDict(
1063
1107
  total=False,
1064
1108
  )
1065
1109
 
1110
+
1066
1111
  class EksContainerTypeDef(_RequiredEksContainerTypeDef, _OptionalEksContainerTypeDef):
1067
1112
  pass
1068
1113
 
1114
+
1069
1115
  _RequiredEksVolumeTypeDef = TypedDict(
1070
1116
  "_RequiredEksVolumeTypeDef",
1071
1117
  {
@@ -1082,9 +1128,11 @@ _OptionalEksVolumeTypeDef = TypedDict(
1082
1128
  total=False,
1083
1129
  )
1084
1130
 
1131
+
1085
1132
  class EksVolumeTypeDef(_RequiredEksVolumeTypeDef, _OptionalEksVolumeTypeDef):
1086
1133
  pass
1087
1134
 
1135
+
1088
1136
  RetryStrategyTypeDef = TypedDict(
1089
1137
  "RetryStrategyTypeDef",
1090
1138
  {
@@ -1128,9 +1176,11 @@ _OptionalJobSummaryTypeDef = TypedDict(
1128
1176
  total=False,
1129
1177
  )
1130
1178
 
1179
+
1131
1180
  class JobSummaryTypeDef(_RequiredJobSummaryTypeDef, _OptionalJobSummaryTypeDef):
1132
1181
  pass
1133
1182
 
1183
+
1134
1184
  ListJobsRequestListJobsPaginateTypeDef = TypedDict(
1135
1185
  "ListJobsRequestListJobsPaginateTypeDef",
1136
1186
  {
@@ -1227,11 +1277,13 @@ _OptionalComputeEnvironmentDetailTypeDef = TypedDict(
1227
1277
  total=False,
1228
1278
  )
1229
1279
 
1280
+
1230
1281
  class ComputeEnvironmentDetailTypeDef(
1231
1282
  _RequiredComputeEnvironmentDetailTypeDef, _OptionalComputeEnvironmentDetailTypeDef
1232
1283
  ):
1233
1284
  pass
1234
1285
 
1286
+
1235
1287
  _RequiredCreateComputeEnvironmentRequestRequestTypeDef = TypedDict(
1236
1288
  "_RequiredCreateComputeEnvironmentRequestRequestTypeDef",
1237
1289
  {
@@ -1252,12 +1304,14 @@ _OptionalCreateComputeEnvironmentRequestRequestTypeDef = TypedDict(
1252
1304
  total=False,
1253
1305
  )
1254
1306
 
1307
+
1255
1308
  class CreateComputeEnvironmentRequestRequestTypeDef(
1256
1309
  _RequiredCreateComputeEnvironmentRequestRequestTypeDef,
1257
1310
  _OptionalCreateComputeEnvironmentRequestRequestTypeDef,
1258
1311
  ):
1259
1312
  pass
1260
1313
 
1314
+
1261
1315
  _RequiredUpdateComputeEnvironmentRequestRequestTypeDef = TypedDict(
1262
1316
  "_RequiredUpdateComputeEnvironmentRequestRequestTypeDef",
1263
1317
  {
@@ -1276,12 +1330,14 @@ _OptionalUpdateComputeEnvironmentRequestRequestTypeDef = TypedDict(
1276
1330
  total=False,
1277
1331
  )
1278
1332
 
1333
+
1279
1334
  class UpdateComputeEnvironmentRequestRequestTypeDef(
1280
1335
  _RequiredUpdateComputeEnvironmentRequestRequestTypeDef,
1281
1336
  _OptionalUpdateComputeEnvironmentRequestRequestTypeDef,
1282
1337
  ):
1283
1338
  pass
1284
1339
 
1340
+
1285
1341
  _RequiredNodePropertyOverrideTypeDef = TypedDict(
1286
1342
  "_RequiredNodePropertyOverrideTypeDef",
1287
1343
  {
@@ -1296,11 +1352,13 @@ _OptionalNodePropertyOverrideTypeDef = TypedDict(
1296
1352
  total=False,
1297
1353
  )
1298
1354
 
1355
+
1299
1356
  class NodePropertyOverrideTypeDef(
1300
1357
  _RequiredNodePropertyOverrideTypeDef, _OptionalNodePropertyOverrideTypeDef
1301
1358
  ):
1302
1359
  pass
1303
1360
 
1361
+
1304
1362
  VolumeTypeDef = TypedDict(
1305
1363
  "VolumeTypeDef",
1306
1364
  {
@@ -1315,6 +1373,7 @@ EksPodPropertiesOverrideTypeDef = TypedDict(
1315
1373
  "EksPodPropertiesOverrideTypeDef",
1316
1374
  {
1317
1375
  "containers": Sequence[EksContainerOverrideTypeDef],
1376
+ "metadata": EksMetadataTypeDef,
1318
1377
  },
1319
1378
  total=False,
1320
1379
  )
@@ -1341,6 +1400,7 @@ EksPodPropertiesTypeDef = TypedDict(
1341
1400
  "dnsPolicy": str,
1342
1401
  "containers": List[EksContainerTypeDef],
1343
1402
  "volumes": List[EksVolumeTypeDef],
1403
+ "metadata": EksMetadataTypeDef,
1344
1404
  },
1345
1405
  total=False,
1346
1406
  )
@@ -1360,12 +1420,14 @@ _OptionalCreateSchedulingPolicyRequestRequestTypeDef = TypedDict(
1360
1420
  total=False,
1361
1421
  )
1362
1422
 
1423
+
1363
1424
  class CreateSchedulingPolicyRequestRequestTypeDef(
1364
1425
  _RequiredCreateSchedulingPolicyRequestRequestTypeDef,
1365
1426
  _OptionalCreateSchedulingPolicyRequestRequestTypeDef,
1366
1427
  ):
1367
1428
  pass
1368
1429
 
1430
+
1369
1431
  _RequiredSchedulingPolicyDetailTypeDef = TypedDict(
1370
1432
  "_RequiredSchedulingPolicyDetailTypeDef",
1371
1433
  {
@@ -1382,11 +1444,13 @@ _OptionalSchedulingPolicyDetailTypeDef = TypedDict(
1382
1444
  total=False,
1383
1445
  )
1384
1446
 
1447
+
1385
1448
  class SchedulingPolicyDetailTypeDef(
1386
1449
  _RequiredSchedulingPolicyDetailTypeDef, _OptionalSchedulingPolicyDetailTypeDef
1387
1450
  ):
1388
1451
  pass
1389
1452
 
1453
+
1390
1454
  _RequiredUpdateSchedulingPolicyRequestRequestTypeDef = TypedDict(
1391
1455
  "_RequiredUpdateSchedulingPolicyRequestRequestTypeDef",
1392
1456
  {
@@ -1401,12 +1465,14 @@ _OptionalUpdateSchedulingPolicyRequestRequestTypeDef = TypedDict(
1401
1465
  total=False,
1402
1466
  )
1403
1467
 
1468
+
1404
1469
  class UpdateSchedulingPolicyRequestRequestTypeDef(
1405
1470
  _RequiredUpdateSchedulingPolicyRequestRequestTypeDef,
1406
1471
  _OptionalUpdateSchedulingPolicyRequestRequestTypeDef,
1407
1472
  ):
1408
1473
  pass
1409
1474
 
1475
+
1410
1476
  ListJobsResponseTypeDef = TypedDict(
1411
1477
  "ListJobsResponseTypeDef",
1412
1478
  {
@@ -1463,6 +1529,7 @@ ContainerDetailTypeDef = TypedDict(
1463
1529
  "secrets": List[SecretTypeDef],
1464
1530
  "networkConfiguration": NetworkConfigurationTypeDef,
1465
1531
  "fargatePlatformConfiguration": FargatePlatformConfigurationTypeDef,
1532
+ "ephemeralStorage": EphemeralStorageTypeDef,
1466
1533
  },
1467
1534
  total=False,
1468
1535
  )
@@ -1490,6 +1557,7 @@ ContainerPropertiesTypeDef = TypedDict(
1490
1557
  "secrets": List[SecretTypeDef],
1491
1558
  "networkConfiguration": NetworkConfigurationTypeDef,
1492
1559
  "fargatePlatformConfiguration": FargatePlatformConfigurationTypeDef,
1560
+ "ephemeralStorage": EphemeralStorageTypeDef,
1493
1561
  },
1494
1562
  total=False,
1495
1563
  )
@@ -1540,11 +1608,13 @@ _OptionalNodeRangePropertyTypeDef = TypedDict(
1540
1608
  total=False,
1541
1609
  )
1542
1610
 
1611
+
1543
1612
  class NodeRangePropertyTypeDef(
1544
1613
  _RequiredNodeRangePropertyTypeDef, _OptionalNodeRangePropertyTypeDef
1545
1614
  ):
1546
1615
  pass
1547
1616
 
1617
+
1548
1618
  _RequiredSubmitJobRequestRequestTypeDef = TypedDict(
1549
1619
  "_RequiredSubmitJobRequestRequestTypeDef",
1550
1620
  {
@@ -1572,11 +1642,13 @@ _OptionalSubmitJobRequestRequestTypeDef = TypedDict(
1572
1642
  total=False,
1573
1643
  )
1574
1644
 
1645
+
1575
1646
  class SubmitJobRequestRequestTypeDef(
1576
1647
  _RequiredSubmitJobRequestRequestTypeDef, _OptionalSubmitJobRequestRequestTypeDef
1577
1648
  ):
1578
1649
  pass
1579
1650
 
1651
+
1580
1652
  NodePropertiesTypeDef = TypedDict(
1581
1653
  "NodePropertiesTypeDef",
1582
1654
  {
@@ -1614,9 +1686,11 @@ _OptionalJobDefinitionTypeDef = TypedDict(
1614
1686
  total=False,
1615
1687
  )
1616
1688
 
1689
+
1617
1690
  class JobDefinitionTypeDef(_RequiredJobDefinitionTypeDef, _OptionalJobDefinitionTypeDef):
1618
1691
  pass
1619
1692
 
1693
+
1620
1694
  _RequiredJobDetailTypeDef = TypedDict(
1621
1695
  "_RequiredJobDetailTypeDef",
1622
1696
  {
@@ -1657,9 +1731,11 @@ _OptionalJobDetailTypeDef = TypedDict(
1657
1731
  total=False,
1658
1732
  )
1659
1733
 
1734
+
1660
1735
  class JobDetailTypeDef(_RequiredJobDetailTypeDef, _OptionalJobDetailTypeDef):
1661
1736
  pass
1662
1737
 
1738
+
1663
1739
  _RequiredRegisterJobDefinitionRequestRequestTypeDef = TypedDict(
1664
1740
  "_RequiredRegisterJobDefinitionRequestRequestTypeDef",
1665
1741
  {
@@ -1684,12 +1760,14 @@ _OptionalRegisterJobDefinitionRequestRequestTypeDef = TypedDict(
1684
1760
  total=False,
1685
1761
  )
1686
1762
 
1763
+
1687
1764
  class RegisterJobDefinitionRequestRequestTypeDef(
1688
1765
  _RequiredRegisterJobDefinitionRequestRequestTypeDef,
1689
1766
  _OptionalRegisterJobDefinitionRequestRequestTypeDef,
1690
1767
  ):
1691
1768
  pass
1692
1769
 
1770
+
1693
1771
  DescribeJobDefinitionsResponseTypeDef = TypedDict(
1694
1772
  "DescribeJobDefinitionsResponseTypeDef",
1695
1773
  {
@@ -42,7 +42,6 @@ if sys.version_info >= (3, 9):
42
42
  else:
43
43
  from typing_extensions import TypedDict
44
44
 
45
-
46
45
  __all__ = (
47
46
  "ArrayPropertiesDetailTypeDef",
48
47
  "ArrayPropertiesSummaryTypeDef",
@@ -54,6 +53,7 @@ __all__ = (
54
53
  "ComputeEnvironmentOrderTypeDef",
55
54
  "Ec2ConfigurationTypeDef",
56
55
  "LaunchTemplateSpecificationTypeDef",
56
+ "EphemeralStorageTypeDef",
57
57
  "FargatePlatformConfigurationTypeDef",
58
58
  "KeyValuePairTypeDef",
59
59
  "MountPointTypeDef",
@@ -82,6 +82,7 @@ __all__ = (
82
82
  "EksContainerVolumeMountTypeDef",
83
83
  "EksEmptyDirTypeDef",
84
84
  "EksHostPathTypeDef",
85
+ "EksMetadataTypeDef",
85
86
  "EksSecretTypeDef",
86
87
  "EvaluateOnExitTypeDef",
87
88
  "ShareAttributesTypeDef",
@@ -248,11 +249,9 @@ _OptionalEc2ConfigurationTypeDef = TypedDict(
248
249
  total=False,
249
250
  )
250
251
 
251
-
252
252
  class Ec2ConfigurationTypeDef(_RequiredEc2ConfigurationTypeDef, _OptionalEc2ConfigurationTypeDef):
253
253
  pass
254
254
 
255
-
256
255
  LaunchTemplateSpecificationTypeDef = TypedDict(
257
256
  "LaunchTemplateSpecificationTypeDef",
258
257
  {
@@ -263,6 +262,13 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
263
262
  total=False,
264
263
  )
265
264
 
265
+ EphemeralStorageTypeDef = TypedDict(
266
+ "EphemeralStorageTypeDef",
267
+ {
268
+ "sizeInGiB": int,
269
+ },
270
+ )
271
+
266
272
  FargatePlatformConfigurationTypeDef = TypedDict(
267
273
  "FargatePlatformConfigurationTypeDef",
268
274
  {
@@ -442,11 +448,9 @@ _OptionalDeviceTypeDef = TypedDict(
442
448
  total=False,
443
449
  )
444
450
 
445
-
446
451
  class DeviceTypeDef(_RequiredDeviceTypeDef, _OptionalDeviceTypeDef):
447
452
  pass
448
453
 
449
-
450
454
  EFSAuthorizationConfigTypeDef = TypedDict(
451
455
  "EFSAuthorizationConfigTypeDef",
452
456
  {
@@ -479,13 +483,11 @@ _OptionalEksContainerEnvironmentVariableTypeDef = TypedDict(
479
483
  total=False,
480
484
  )
481
485
 
482
-
483
486
  class EksContainerEnvironmentVariableTypeDef(
484
487
  _RequiredEksContainerEnvironmentVariableTypeDef, _OptionalEksContainerEnvironmentVariableTypeDef
485
488
  ):
486
489
  pass
487
490
 
488
-
489
491
  EksContainerResourceRequirementsTypeDef = TypedDict(
490
492
  "EksContainerResourceRequirementsTypeDef",
491
493
  {
@@ -534,6 +536,14 @@ EksHostPathTypeDef = TypedDict(
534
536
  total=False,
535
537
  )
536
538
 
539
+ EksMetadataTypeDef = TypedDict(
540
+ "EksMetadataTypeDef",
541
+ {
542
+ "labels": Dict[str, str],
543
+ },
544
+ total=False,
545
+ )
546
+
537
547
  _RequiredEksSecretTypeDef = TypedDict(
538
548
  "_RequiredEksSecretTypeDef",
539
549
  {
@@ -548,11 +558,9 @@ _OptionalEksSecretTypeDef = TypedDict(
548
558
  total=False,
549
559
  )
550
560
 
551
-
552
561
  class EksSecretTypeDef(_RequiredEksSecretTypeDef, _OptionalEksSecretTypeDef):
553
562
  pass
554
563
 
555
-
556
564
  _RequiredEvaluateOnExitTypeDef = TypedDict(
557
565
  "_RequiredEvaluateOnExitTypeDef",
558
566
  {
@@ -569,11 +577,9 @@ _OptionalEvaluateOnExitTypeDef = TypedDict(
569
577
  total=False,
570
578
  )
571
579
 
572
-
573
580
  class EvaluateOnExitTypeDef(_RequiredEvaluateOnExitTypeDef, _OptionalEvaluateOnExitTypeDef):
574
581
  pass
575
582
 
576
-
577
583
  _RequiredShareAttributesTypeDef = TypedDict(
578
584
  "_RequiredShareAttributesTypeDef",
579
585
  {
@@ -588,11 +594,9 @@ _OptionalShareAttributesTypeDef = TypedDict(
588
594
  total=False,
589
595
  )
590
596
 
591
-
592
597
  class ShareAttributesTypeDef(_RequiredShareAttributesTypeDef, _OptionalShareAttributesTypeDef):
593
598
  pass
594
599
 
595
-
596
600
  HostTypeDef = TypedDict(
597
601
  "HostTypeDef",
598
602
  {
@@ -661,11 +665,9 @@ _OptionalTmpfsTypeDef = TypedDict(
661
665
  total=False,
662
666
  )
663
667
 
664
-
665
668
  class TmpfsTypeDef(_RequiredTmpfsTypeDef, _OptionalTmpfsTypeDef):
666
669
  pass
667
670
 
668
-
669
671
  ListSchedulingPoliciesRequestRequestTypeDef = TypedDict(
670
672
  "ListSchedulingPoliciesRequestRequestTypeDef",
671
673
  {
@@ -744,13 +746,11 @@ _OptionalCreateJobQueueRequestRequestTypeDef = TypedDict(
744
746
  total=False,
745
747
  )
746
748
 
747
-
748
749
  class CreateJobQueueRequestRequestTypeDef(
749
750
  _RequiredCreateJobQueueRequestRequestTypeDef, _OptionalCreateJobQueueRequestRequestTypeDef
750
751
  ):
751
752
  pass
752
753
 
753
-
754
754
  _RequiredJobQueueDetailTypeDef = TypedDict(
755
755
  "_RequiredJobQueueDetailTypeDef",
756
756
  {
@@ -772,11 +772,9 @@ _OptionalJobQueueDetailTypeDef = TypedDict(
772
772
  total=False,
773
773
  )
774
774
 
775
-
776
775
  class JobQueueDetailTypeDef(_RequiredJobQueueDetailTypeDef, _OptionalJobQueueDetailTypeDef):
777
776
  pass
778
777
 
779
-
780
778
  _RequiredUpdateJobQueueRequestRequestTypeDef = TypedDict(
781
779
  "_RequiredUpdateJobQueueRequestRequestTypeDef",
782
780
  {
@@ -794,13 +792,11 @@ _OptionalUpdateJobQueueRequestRequestTypeDef = TypedDict(
794
792
  total=False,
795
793
  )
796
794
 
797
-
798
795
  class UpdateJobQueueRequestRequestTypeDef(
799
796
  _RequiredUpdateJobQueueRequestRequestTypeDef, _OptionalUpdateJobQueueRequestRequestTypeDef
800
797
  ):
801
798
  pass
802
799
 
803
-
804
800
  _RequiredComputeResourceTypeDef = TypedDict(
805
801
  "_RequiredComputeResourceTypeDef",
806
802
  {
@@ -830,11 +826,9 @@ _OptionalComputeResourceTypeDef = TypedDict(
830
826
  total=False,
831
827
  )
832
828
 
833
-
834
829
  class ComputeResourceTypeDef(_RequiredComputeResourceTypeDef, _OptionalComputeResourceTypeDef):
835
830
  pass
836
831
 
837
-
838
832
  ComputeResourceUpdateTypeDef = TypedDict(
839
833
  "ComputeResourceUpdateTypeDef",
840
834
  {
@@ -887,11 +881,9 @@ _OptionalLogConfigurationTypeDef = TypedDict(
887
881
  total=False,
888
882
  )
889
883
 
890
-
891
884
  class LogConfigurationTypeDef(_RequiredLogConfigurationTypeDef, _OptionalLogConfigurationTypeDef):
892
885
  pass
893
886
 
894
-
895
887
  CreateComputeEnvironmentResponseTypeDef = TypedDict(
896
888
  "CreateComputeEnvironmentResponseTypeDef",
897
889
  {
@@ -1019,13 +1011,11 @@ _OptionalEFSVolumeConfigurationTypeDef = TypedDict(
1019
1011
  total=False,
1020
1012
  )
1021
1013
 
1022
-
1023
1014
  class EFSVolumeConfigurationTypeDef(
1024
1015
  _RequiredEFSVolumeConfigurationTypeDef, _OptionalEFSVolumeConfigurationTypeDef
1025
1016
  ):
1026
1017
  pass
1027
1018
 
1028
-
1029
1019
  EksAttemptDetailTypeDef = TypedDict(
1030
1020
  "EksAttemptDetailTypeDef",
1031
1021
  {
@@ -1090,11 +1080,9 @@ _OptionalEksContainerTypeDef = TypedDict(
1090
1080
  total=False,
1091
1081
  )
1092
1082
 
1093
-
1094
1083
  class EksContainerTypeDef(_RequiredEksContainerTypeDef, _OptionalEksContainerTypeDef):
1095
1084
  pass
1096
1085
 
1097
-
1098
1086
  _RequiredEksVolumeTypeDef = TypedDict(
1099
1087
  "_RequiredEksVolumeTypeDef",
1100
1088
  {
@@ -1111,11 +1099,9 @@ _OptionalEksVolumeTypeDef = TypedDict(
1111
1099
  total=False,
1112
1100
  )
1113
1101
 
1114
-
1115
1102
  class EksVolumeTypeDef(_RequiredEksVolumeTypeDef, _OptionalEksVolumeTypeDef):
1116
1103
  pass
1117
1104
 
1118
-
1119
1105
  RetryStrategyTypeDef = TypedDict(
1120
1106
  "RetryStrategyTypeDef",
1121
1107
  {
@@ -1159,11 +1145,9 @@ _OptionalJobSummaryTypeDef = TypedDict(
1159
1145
  total=False,
1160
1146
  )
1161
1147
 
1162
-
1163
1148
  class JobSummaryTypeDef(_RequiredJobSummaryTypeDef, _OptionalJobSummaryTypeDef):
1164
1149
  pass
1165
1150
 
1166
-
1167
1151
  ListJobsRequestListJobsPaginateTypeDef = TypedDict(
1168
1152
  "ListJobsRequestListJobsPaginateTypeDef",
1169
1153
  {
@@ -1260,13 +1244,11 @@ _OptionalComputeEnvironmentDetailTypeDef = TypedDict(
1260
1244
  total=False,
1261
1245
  )
1262
1246
 
1263
-
1264
1247
  class ComputeEnvironmentDetailTypeDef(
1265
1248
  _RequiredComputeEnvironmentDetailTypeDef, _OptionalComputeEnvironmentDetailTypeDef
1266
1249
  ):
1267
1250
  pass
1268
1251
 
1269
-
1270
1252
  _RequiredCreateComputeEnvironmentRequestRequestTypeDef = TypedDict(
1271
1253
  "_RequiredCreateComputeEnvironmentRequestRequestTypeDef",
1272
1254
  {
@@ -1287,14 +1269,12 @@ _OptionalCreateComputeEnvironmentRequestRequestTypeDef = TypedDict(
1287
1269
  total=False,
1288
1270
  )
1289
1271
 
1290
-
1291
1272
  class CreateComputeEnvironmentRequestRequestTypeDef(
1292
1273
  _RequiredCreateComputeEnvironmentRequestRequestTypeDef,
1293
1274
  _OptionalCreateComputeEnvironmentRequestRequestTypeDef,
1294
1275
  ):
1295
1276
  pass
1296
1277
 
1297
-
1298
1278
  _RequiredUpdateComputeEnvironmentRequestRequestTypeDef = TypedDict(
1299
1279
  "_RequiredUpdateComputeEnvironmentRequestRequestTypeDef",
1300
1280
  {
@@ -1313,14 +1293,12 @@ _OptionalUpdateComputeEnvironmentRequestRequestTypeDef = TypedDict(
1313
1293
  total=False,
1314
1294
  )
1315
1295
 
1316
-
1317
1296
  class UpdateComputeEnvironmentRequestRequestTypeDef(
1318
1297
  _RequiredUpdateComputeEnvironmentRequestRequestTypeDef,
1319
1298
  _OptionalUpdateComputeEnvironmentRequestRequestTypeDef,
1320
1299
  ):
1321
1300
  pass
1322
1301
 
1323
-
1324
1302
  _RequiredNodePropertyOverrideTypeDef = TypedDict(
1325
1303
  "_RequiredNodePropertyOverrideTypeDef",
1326
1304
  {
@@ -1335,13 +1313,11 @@ _OptionalNodePropertyOverrideTypeDef = TypedDict(
1335
1313
  total=False,
1336
1314
  )
1337
1315
 
1338
-
1339
1316
  class NodePropertyOverrideTypeDef(
1340
1317
  _RequiredNodePropertyOverrideTypeDef, _OptionalNodePropertyOverrideTypeDef
1341
1318
  ):
1342
1319
  pass
1343
1320
 
1344
-
1345
1321
  VolumeTypeDef = TypedDict(
1346
1322
  "VolumeTypeDef",
1347
1323
  {
@@ -1356,6 +1332,7 @@ EksPodPropertiesOverrideTypeDef = TypedDict(
1356
1332
  "EksPodPropertiesOverrideTypeDef",
1357
1333
  {
1358
1334
  "containers": Sequence[EksContainerOverrideTypeDef],
1335
+ "metadata": EksMetadataTypeDef,
1359
1336
  },
1360
1337
  total=False,
1361
1338
  )
@@ -1382,6 +1359,7 @@ EksPodPropertiesTypeDef = TypedDict(
1382
1359
  "dnsPolicy": str,
1383
1360
  "containers": List[EksContainerTypeDef],
1384
1361
  "volumes": List[EksVolumeTypeDef],
1362
+ "metadata": EksMetadataTypeDef,
1385
1363
  },
1386
1364
  total=False,
1387
1365
  )
@@ -1401,14 +1379,12 @@ _OptionalCreateSchedulingPolicyRequestRequestTypeDef = TypedDict(
1401
1379
  total=False,
1402
1380
  )
1403
1381
 
1404
-
1405
1382
  class CreateSchedulingPolicyRequestRequestTypeDef(
1406
1383
  _RequiredCreateSchedulingPolicyRequestRequestTypeDef,
1407
1384
  _OptionalCreateSchedulingPolicyRequestRequestTypeDef,
1408
1385
  ):
1409
1386
  pass
1410
1387
 
1411
-
1412
1388
  _RequiredSchedulingPolicyDetailTypeDef = TypedDict(
1413
1389
  "_RequiredSchedulingPolicyDetailTypeDef",
1414
1390
  {
@@ -1425,13 +1401,11 @@ _OptionalSchedulingPolicyDetailTypeDef = TypedDict(
1425
1401
  total=False,
1426
1402
  )
1427
1403
 
1428
-
1429
1404
  class SchedulingPolicyDetailTypeDef(
1430
1405
  _RequiredSchedulingPolicyDetailTypeDef, _OptionalSchedulingPolicyDetailTypeDef
1431
1406
  ):
1432
1407
  pass
1433
1408
 
1434
-
1435
1409
  _RequiredUpdateSchedulingPolicyRequestRequestTypeDef = TypedDict(
1436
1410
  "_RequiredUpdateSchedulingPolicyRequestRequestTypeDef",
1437
1411
  {
@@ -1446,14 +1420,12 @@ _OptionalUpdateSchedulingPolicyRequestRequestTypeDef = TypedDict(
1446
1420
  total=False,
1447
1421
  )
1448
1422
 
1449
-
1450
1423
  class UpdateSchedulingPolicyRequestRequestTypeDef(
1451
1424
  _RequiredUpdateSchedulingPolicyRequestRequestTypeDef,
1452
1425
  _OptionalUpdateSchedulingPolicyRequestRequestTypeDef,
1453
1426
  ):
1454
1427
  pass
1455
1428
 
1456
-
1457
1429
  ListJobsResponseTypeDef = TypedDict(
1458
1430
  "ListJobsResponseTypeDef",
1459
1431
  {
@@ -1510,6 +1482,7 @@ ContainerDetailTypeDef = TypedDict(
1510
1482
  "secrets": List[SecretTypeDef],
1511
1483
  "networkConfiguration": NetworkConfigurationTypeDef,
1512
1484
  "fargatePlatformConfiguration": FargatePlatformConfigurationTypeDef,
1485
+ "ephemeralStorage": EphemeralStorageTypeDef,
1513
1486
  },
1514
1487
  total=False,
1515
1488
  )
@@ -1537,6 +1510,7 @@ ContainerPropertiesTypeDef = TypedDict(
1537
1510
  "secrets": List[SecretTypeDef],
1538
1511
  "networkConfiguration": NetworkConfigurationTypeDef,
1539
1512
  "fargatePlatformConfiguration": FargatePlatformConfigurationTypeDef,
1513
+ "ephemeralStorage": EphemeralStorageTypeDef,
1540
1514
  },
1541
1515
  total=False,
1542
1516
  )
@@ -1587,13 +1561,11 @@ _OptionalNodeRangePropertyTypeDef = TypedDict(
1587
1561
  total=False,
1588
1562
  )
1589
1563
 
1590
-
1591
1564
  class NodeRangePropertyTypeDef(
1592
1565
  _RequiredNodeRangePropertyTypeDef, _OptionalNodeRangePropertyTypeDef
1593
1566
  ):
1594
1567
  pass
1595
1568
 
1596
-
1597
1569
  _RequiredSubmitJobRequestRequestTypeDef = TypedDict(
1598
1570
  "_RequiredSubmitJobRequestRequestTypeDef",
1599
1571
  {
@@ -1621,13 +1593,11 @@ _OptionalSubmitJobRequestRequestTypeDef = TypedDict(
1621
1593
  total=False,
1622
1594
  )
1623
1595
 
1624
-
1625
1596
  class SubmitJobRequestRequestTypeDef(
1626
1597
  _RequiredSubmitJobRequestRequestTypeDef, _OptionalSubmitJobRequestRequestTypeDef
1627
1598
  ):
1628
1599
  pass
1629
1600
 
1630
-
1631
1601
  NodePropertiesTypeDef = TypedDict(
1632
1602
  "NodePropertiesTypeDef",
1633
1603
  {
@@ -1665,11 +1635,9 @@ _OptionalJobDefinitionTypeDef = TypedDict(
1665
1635
  total=False,
1666
1636
  )
1667
1637
 
1668
-
1669
1638
  class JobDefinitionTypeDef(_RequiredJobDefinitionTypeDef, _OptionalJobDefinitionTypeDef):
1670
1639
  pass
1671
1640
 
1672
-
1673
1641
  _RequiredJobDetailTypeDef = TypedDict(
1674
1642
  "_RequiredJobDetailTypeDef",
1675
1643
  {
@@ -1710,11 +1678,9 @@ _OptionalJobDetailTypeDef = TypedDict(
1710
1678
  total=False,
1711
1679
  )
1712
1680
 
1713
-
1714
1681
  class JobDetailTypeDef(_RequiredJobDetailTypeDef, _OptionalJobDetailTypeDef):
1715
1682
  pass
1716
1683
 
1717
-
1718
1684
  _RequiredRegisterJobDefinitionRequestRequestTypeDef = TypedDict(
1719
1685
  "_RequiredRegisterJobDefinitionRequestRequestTypeDef",
1720
1686
  {
@@ -1739,14 +1705,12 @@ _OptionalRegisterJobDefinitionRequestRequestTypeDef = TypedDict(
1739
1705
  total=False,
1740
1706
  )
1741
1707
 
1742
-
1743
1708
  class RegisterJobDefinitionRequestRequestTypeDef(
1744
1709
  _RequiredRegisterJobDefinitionRequestRequestTypeDef,
1745
1710
  _OptionalRegisterJobDefinitionRequestRequestTypeDef,
1746
1711
  ):
1747
1712
  pass
1748
1713
 
1749
-
1750
1714
  DescribeJobDefinitionsResponseTypeDef = TypedDict(
1751
1715
  "DescribeJobDefinitionsResponseTypeDef",
1752
1716
  {
@@ -1,4 +1,4 @@
1
1
  """
2
2
  Source of truth for version.
3
3
  """
4
- __version__ = "1.26.34"
4
+ __version__ = "1.26.98"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-batch
3
- Version: 1.26.34
4
- Summary: Type annotations for boto3.Batch 1.26.34 service generated with mypy-boto3-builder 7.12.0
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
@@ -42,7 +42,7 @@ License-File: LICENSE
42
42
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
43
43
 
44
44
  Type annotations for
45
- [boto3.Batch 1.26.34](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
45
+ [boto3.Batch 1.26.98](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
46
46
  service compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -51,7 +51,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
51
51
  [pyright](https://github.com/microsoft/pyright) and other tools.
52
52
 
53
53
  Generated by
54
- [mypy-boto3-builder 7.12.0](https://github.com/youtype/mypy_boto3_builder).
54
+ [mypy-boto3-builder 7.14.2](https://github.com/youtype/mypy_boto3_builder).
55
55
 
56
56
  More information can be found on
57
57
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -374,6 +374,7 @@ from mypy_boto3_batch.type_defs import (
374
374
  ComputeEnvironmentOrderTypeDef,
375
375
  Ec2ConfigurationTypeDef,
376
376
  LaunchTemplateSpecificationTypeDef,
377
+ EphemeralStorageTypeDef,
377
378
  FargatePlatformConfigurationTypeDef,
378
379
  KeyValuePairTypeDef,
379
380
  MountPointTypeDef,
@@ -402,6 +403,7 @@ from mypy_boto3_batch.type_defs import (
402
403
  EksContainerVolumeMountTypeDef,
403
404
  EksEmptyDirTypeDef,
404
405
  EksHostPathTypeDef,
406
+ EksMetadataTypeDef,
405
407
  EksSecretTypeDef,
406
408
  EvaluateOnExitTypeDef,
407
409
  ShareAttributesTypeDef,
@@ -495,12 +497,11 @@ def get_structure() -> ArrayPropertiesDetailTypeDef:
495
497
  Fully automated
496
498
  [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
497
499
  generates type annotations for each service, patiently waiting for `boto3`
498
- updates. It delivers a drop-in type annotations for you and makes sure that:
500
+ updates. It delivers drop-in type annotations for you and makes sure that:
499
501
 
500
502
  - All available `boto3` services are covered.
501
503
  - Each public class and method of every `boto3` service gets valid type
502
- annotations extracted from the documentation (blame `botocore` docs if types
503
- are incorrect).
504
+ annotations extracted from `botocore` schemas.
504
505
  - Type annotations include up-to-date documentation.
505
506
  - Link to documentation is provided for every method.
506
507
  - Code is processed by [black](https://github.com/psf/black) and
@@ -514,15 +515,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
514
515
 
515
516
  ### Implemented features
516
517
 
517
- - Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries
518
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
519
+ libraries
518
520
  - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
519
521
  compatibility
520
522
  - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
521
523
  annotations for each service
522
524
  - Generated `TypeDefs` for each service
523
525
  - Generated `Literals` for each service
524
- - Auto discovery of types for `boto3.client` and `boto3.session` calls
525
- - Auto discovery of types for `session.client` and `session.session` calls
526
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
527
+ - Auto discovery of types for `session.client` and `session.resource` calls
526
528
  - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
527
529
  calls
528
530
  - Auto discovery of types for `ServiceResource` and `Resource` collections
@@ -0,0 +1,3 @@
1
+
2
+ [:python_version < "3.9"]
3
+ typing-extensions>=4.1.0
@@ -1,23 +1,23 @@
1
1
  """
2
2
  Setup script for mypy-boto3-batch.
3
3
  """
4
- from os.path import abspath, dirname
4
+ from pathlib import Path
5
5
 
6
6
  from setuptools import setup
7
7
 
8
- LONG_DESCRIPTION = open(dirname(abspath(__file__)) + "/README.md", "r").read()
8
+ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
9
9
 
10
10
 
11
11
  setup(
12
12
  name="mypy-boto3-batch",
13
- version="1.26.34",
13
+ version="1.26.98",
14
14
  packages=["mypy_boto3_batch"],
15
15
  url="https://github.com/youtype/mypy_boto3_builder",
16
16
  license="MIT License",
17
17
  author="Vlad Emelianov",
18
18
  author_email="vlad.emelianov.nz@gmail.com",
19
19
  description=(
20
- "Type annotations for boto3.Batch 1.26.34 service generated with mypy-boto3-builder 7.12.0"
20
+ "Type annotations for boto3.Batch 1.26.98 service generated with mypy-boto3-builder 7.14.2"
21
21
  ),
22
22
  classifiers=[
23
23
  "Development Status :: 5 - Production/Stable",
@@ -48,7 +48,7 @@ setup(
48
48
  "Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
49
49
  },
50
50
  install_requires=[
51
- "typing-extensions>=4.1.0",
51
+ 'typing-extensions>=4.1.0; python_version<"3.9"',
52
52
  ],
53
53
  zip_safe=False,
54
54
  )
@@ -1 +0,0 @@
1
- typing-extensions>=4.1.0