types-boto3-batch 1.41.0__tar.gz → 1.42.41__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 (24) hide show
  1. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/LICENSE +1 -1
  2. {types_boto3_batch-1.41.0/types_boto3_batch.egg-info → types_boto3_batch-1.42.41}/PKG-INFO +4 -4
  3. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/README.md +2 -2
  4. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/pyproject.toml +3 -3
  5. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/__init__.py +1 -1
  6. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/__init__.pyi +1 -1
  7. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/__main__.py +4 -4
  8. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/client.py +1 -1
  9. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/client.pyi +1 -1
  10. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/literals.py +7 -2
  11. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/literals.pyi +7 -2
  12. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/paginator.py +1 -1
  13. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/paginator.pyi +1 -1
  14. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/type_defs.py +4 -1
  15. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/type_defs.pyi +4 -1
  16. types_boto3_batch-1.42.41/types_boto3_batch/version.py +7 -0
  17. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41/types_boto3_batch.egg-info}/PKG-INFO +4 -4
  18. types_boto3_batch-1.41.0/types_boto3_batch/version.py +0 -7
  19. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/setup.cfg +0 -0
  20. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch/py.typed +0 -0
  21. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/SOURCES.txt +0 -0
  22. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/dependency_links.txt +0 -0
  23. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/requires.txt +0 -0
  24. {types_boto3_batch-1.41.0 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Vlad Emelianov
3
+ Copyright (c) 2026 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.4
2
2
  Name: types-boto3-batch
3
- Version: 1.41.0
4
- Summary: Type annotations for boto3 Batch 1.41.0 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.41
4
+ Summary: Type annotations for boto3 Batch 1.42.41 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -42,7 +42,7 @@ Dynamic: license-file
42
42
 
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 Batch 1.41.0](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Batch 1.42.41](https://pypi.org/project/boto3/)
46
46
  compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
104
104
  isolation.
105
105
 
106
106
  1. Run mypy-boto3-builder in your package root directory:
107
- `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
107
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
108
108
  2. Select `boto3` AWS SDK.
109
109
  3. Add `Batch` service.
110
110
  4. Use provided commands to install generated packages.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 Batch 1.41.0](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Batch 1.42.41](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/),
@@ -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.41.0' mypy-boto3-builder`
74
+ `uvx --with 'boto3==1.42.41' 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.
@@ -1,13 +1,13 @@
1
1
  # Setup script for types-boto3-batch.
2
2
 
3
- # Copyright 2025 Vlad Emelianov
3
+ # Copyright 2026 Vlad Emelianov
4
4
 
5
5
  [project]
6
6
  name = "types-boto3-batch"
7
- version = "1.41.0"
7
+ version = "1.42.41"
8
8
  license = "MIT"
9
9
  authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
- description = "Type annotations for boto3 Batch 1.41.0 service generated with mypy-boto3-builder 8.12.0"
10
+ description = "Type annotations for boto3 Batch 1.42.41 service generated with mypy-boto3-builder 8.12.0"
11
11
  readme = "README.md"
12
12
  classifiers = [
13
13
  "Development Status :: 5 - Production/Stable",
@@ -3,7 +3,7 @@ Main interface for batch service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Main interface for batch service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2025 Vlad Emelianov
4
+ Copyright 2026 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import sys
@@ -12,8 +12,8 @@ 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.41.0\n"
16
- "Version: 1.41.0\n"
15
+ "Type annotations for boto3 Batch 1.42.41\n"
16
+ "Version: 1.42.41\n"
17
17
  "Builder version: 8.12.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"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.41.0\n")
29
+ sys.stdout.write("1.42.41\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -3,7 +3,7 @@ Type annotations for batch service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for batch service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for batch service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -221,6 +221,7 @@ ServiceName = Literal[
221
221
  "comprehend",
222
222
  "comprehendmedical",
223
223
  "compute-optimizer",
224
+ "compute-optimizer-automation",
224
225
  "config",
225
226
  "connect",
226
227
  "connect-contact-lens",
@@ -266,7 +267,6 @@ ServiceName = Literal[
266
267
  "eks-auth",
267
268
  "elasticache",
268
269
  "elasticbeanstalk",
269
- "elastictranscoder",
270
270
  "elb",
271
271
  "elbv2",
272
272
  "emr",
@@ -401,6 +401,7 @@ ServiceName = Literal[
401
401
  "networkmonitor",
402
402
  "notifications",
403
403
  "notificationscontacts",
404
+ "nova-act",
404
405
  "oam",
405
406
  "observabilityadmin",
406
407
  "odb",
@@ -411,6 +412,8 @@ ServiceName = Literal[
411
412
  "osis",
412
413
  "outposts",
413
414
  "panorama",
415
+ "partnercentral-account",
416
+ "partnercentral-benefits",
414
417
  "partnercentral-channel",
415
418
  "partnercentral-selling",
416
419
  "payment-cryptography",
@@ -453,6 +456,7 @@ ServiceName = Literal[
453
456
  "route53-recovery-control-config",
454
457
  "route53-recovery-readiness",
455
458
  "route53domains",
459
+ "route53globalresolver",
456
460
  "route53profiles",
457
461
  "route53resolver",
458
462
  "rtbfabric",
@@ -527,6 +531,7 @@ ServiceName = Literal[
527
531
  "waf-regional",
528
532
  "wafv2",
529
533
  "wellarchitected",
534
+ "wickr",
530
535
  "wisdom",
531
536
  "workdocs",
532
537
  "workmail",
@@ -3,7 +3,7 @@ Type annotations for batch service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -219,6 +219,7 @@ ServiceName = Literal[
219
219
  "comprehend",
220
220
  "comprehendmedical",
221
221
  "compute-optimizer",
222
+ "compute-optimizer-automation",
222
223
  "config",
223
224
  "connect",
224
225
  "connect-contact-lens",
@@ -264,7 +265,6 @@ ServiceName = Literal[
264
265
  "eks-auth",
265
266
  "elasticache",
266
267
  "elasticbeanstalk",
267
- "elastictranscoder",
268
268
  "elb",
269
269
  "elbv2",
270
270
  "emr",
@@ -399,6 +399,7 @@ ServiceName = Literal[
399
399
  "networkmonitor",
400
400
  "notifications",
401
401
  "notificationscontacts",
402
+ "nova-act",
402
403
  "oam",
403
404
  "observabilityadmin",
404
405
  "odb",
@@ -409,6 +410,8 @@ ServiceName = Literal[
409
410
  "osis",
410
411
  "outposts",
411
412
  "panorama",
413
+ "partnercentral-account",
414
+ "partnercentral-benefits",
412
415
  "partnercentral-channel",
413
416
  "partnercentral-selling",
414
417
  "payment-cryptography",
@@ -451,6 +454,7 @@ ServiceName = Literal[
451
454
  "route53-recovery-control-config",
452
455
  "route53-recovery-readiness",
453
456
  "route53domains",
457
+ "route53globalresolver",
454
458
  "route53profiles",
455
459
  "route53resolver",
456
460
  "rtbfabric",
@@ -525,6 +529,7 @@ ServiceName = Literal[
525
529
  "waf-regional",
526
530
  "wafv2",
527
531
  "wellarchitected",
532
+ "wickr",
528
533
  "wisdom",
529
534
  "workdocs",
530
535
  "workmail",
@@ -3,7 +3,7 @@ Type annotations for batch service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for batch service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for batch service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -284,6 +284,7 @@ __all__ = (
284
284
 
285
285
  class ArrayPropertiesDetailTypeDef(TypedDict):
286
286
  statusSummary: NotRequired[dict[str, int]]
287
+ statusSummaryLastUpdatedAt: NotRequired[int]
287
288
  size: NotRequired[int]
288
289
  index: NotRequired[int]
289
290
 
@@ -291,6 +292,8 @@ class ArrayPropertiesDetailTypeDef(TypedDict):
291
292
  class ArrayPropertiesSummaryTypeDef(TypedDict):
292
293
  size: NotRequired[int]
293
294
  index: NotRequired[int]
295
+ statusSummary: NotRequired[dict[str, int]]
296
+ statusSummaryLastUpdatedAt: NotRequired[int]
294
297
 
295
298
 
296
299
  class ArrayPropertiesTypeDef(TypedDict):
@@ -3,7 +3,7 @@ Type annotations for batch service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -282,12 +282,15 @@ __all__ = (
282
282
 
283
283
  class ArrayPropertiesDetailTypeDef(TypedDict):
284
284
  statusSummary: NotRequired[dict[str, int]]
285
+ statusSummaryLastUpdatedAt: NotRequired[int]
285
286
  size: NotRequired[int]
286
287
  index: NotRequired[int]
287
288
 
288
289
  class ArrayPropertiesSummaryTypeDef(TypedDict):
289
290
  size: NotRequired[int]
290
291
  index: NotRequired[int]
292
+ statusSummary: NotRequired[dict[str, int]]
293
+ statusSummaryLastUpdatedAt: NotRequired[int]
291
294
 
292
295
  class ArrayPropertiesTypeDef(TypedDict):
293
296
  size: NotRequired[int]
@@ -0,0 +1,7 @@
1
+ """
2
+ Source of truth for version.
3
+
4
+ Copyright 2026 Vlad Emelianov
5
+ """
6
+
7
+ __version__ = "1.42.41"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-batch
3
- Version: 1.41.0
4
- Summary: Type annotations for boto3 Batch 1.41.0 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.41
4
+ Summary: Type annotations for boto3 Batch 1.42.41 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -42,7 +42,7 @@ Dynamic: license-file
42
42
 
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 Batch 1.41.0](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Batch 1.42.41](https://pypi.org/project/boto3/)
46
46
  compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
104
104
  isolation.
105
105
 
106
106
  1. Run mypy-boto3-builder in your package root directory:
107
- `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
107
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
108
108
  2. Select `boto3` AWS SDK.
109
109
  3. Add `Batch` service.
110
110
  4. Use provided commands to install generated packages.
@@ -1,7 +0,0 @@
1
- """
2
- Source of truth for version.
3
-
4
- Copyright 2025 Vlad Emelianov
5
- """
6
-
7
- __version__ = "1.41.0"