types-boto3-batch 1.40.12__py3-none-any.whl → 1.40.36__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.
@@ -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.40.12\n"
16
- "Version: 1.40.12\n"
15
+ "Type annotations for boto3 Batch 1.40.36\n"
16
+ "Version: 1.40.36\n"
17
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"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.40.12\n")
29
+ sys.stdout.write("1.40.36\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -410,8 +410,6 @@ ServiceName = Literal[
410
410
  "omics",
411
411
  "opensearch",
412
412
  "opensearchserverless",
413
- "opsworks",
414
- "opsworkscm",
415
413
  "organizations",
416
414
  "osis",
417
415
  "outposts",
@@ -493,7 +491,6 @@ ServiceName = Literal[
493
491
  "shield",
494
492
  "signer",
495
493
  "simspaceweaver",
496
- "sms",
497
494
  "snow-device-management",
498
495
  "snowball",
499
496
  "sns",
@@ -544,16 +541,7 @@ ServiceName = Literal[
544
541
  "xray",
545
542
  ]
546
543
  ResourceServiceName = Literal[
547
- "cloudformation",
548
- "cloudwatch",
549
- "dynamodb",
550
- "ec2",
551
- "glacier",
552
- "iam",
553
- "opsworks",
554
- "s3",
555
- "sns",
556
- "sqs",
544
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
557
545
  ]
558
546
  PaginatorName = Literal[
559
547
  "describe_compute_environments",
@@ -580,6 +568,7 @@ RegionName = Literal[
580
568
  "ap-southeast-3",
581
569
  "ap-southeast-4",
582
570
  "ap-southeast-5",
571
+ "ap-southeast-6",
583
572
  "ap-southeast-7",
584
573
  "ca-central-1",
585
574
  "ca-west-1",
@@ -408,8 +408,6 @@ ServiceName = Literal[
408
408
  "omics",
409
409
  "opensearch",
410
410
  "opensearchserverless",
411
- "opsworks",
412
- "opsworkscm",
413
411
  "organizations",
414
412
  "osis",
415
413
  "outposts",
@@ -491,7 +489,6 @@ ServiceName = Literal[
491
489
  "shield",
492
490
  "signer",
493
491
  "simspaceweaver",
494
- "sms",
495
492
  "snow-device-management",
496
493
  "snowball",
497
494
  "sns",
@@ -542,16 +539,7 @@ ServiceName = Literal[
542
539
  "xray",
543
540
  ]
544
541
  ResourceServiceName = Literal[
545
- "cloudformation",
546
- "cloudwatch",
547
- "dynamodb",
548
- "ec2",
549
- "glacier",
550
- "iam",
551
- "opsworks",
552
- "s3",
553
- "sns",
554
- "sqs",
542
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
555
543
  ]
556
544
  PaginatorName = Literal[
557
545
  "describe_compute_environments",
@@ -578,6 +566,7 @@ RegionName = Literal[
578
566
  "ap-southeast-3",
579
567
  "ap-southeast-4",
580
568
  "ap-southeast-5",
569
+ "ap-southeast-6",
581
570
  "ap-southeast-7",
582
571
  "ca-central-1",
583
572
  "ca-west-1",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.12"
7
+ __version__ = "1.40.36"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-batch
3
- Version: 1.40.12
4
- Summary: Type annotations for boto3 Batch 1.40.12 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.36
4
+ Summary: Type annotations for boto3 Batch 1.40.36 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 Batch 1.40.12](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 Batch 1.40.36](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/),
@@ -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.40.12' mypy-boto3-builder`
121
+ `uvx --with 'boto3==1.40.36' 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.
@@ -1,18 +1,18 @@
1
1
  types_boto3_batch/__init__.py,sha256=1SsbXa_1tBbWldiB95C4-jPXFC-qFvRezbmmUOntNFE,2617
2
2
  types_boto3_batch/__init__.pyi,sha256=a40bJGm0gP_Lc4FBWYjPez_I6I31JbyYiFQTq_A4at8,2616
3
- types_boto3_batch/__main__.py,sha256=Ah7DWLv8v502sZJN_La4wlMmQxXSk7KzuDETw7ivr2M,977
3
+ types_boto3_batch/__main__.py,sha256=qyJ8729PA7oFsLQ-Qv1Kr4qykVHRNqTVqX-2aQLuNKE,977
4
4
  types_boto3_batch/client.py,sha256=jACnUVoBHkF9MpgSQhGqFwVrPTJKZN0VPwBnVI3qgtU,29981
5
5
  types_boto3_batch/client.pyi,sha256=yKHHmiJ930VziSb2E6AefDmIMNLdKtbh_qB16aXSceg,29978
6
- types_boto3_batch/literals.py,sha256=-J8-XJbZl6r1eR70TFdmwzW_oAOXG-NaDgL0Zl8nNdE,14203
7
- types_boto3_batch/literals.pyi,sha256=G3NG8sWDqT5xZZ-KbdrI_4FprHvaKTUsoYXWVEWQuqE,14201
6
+ types_boto3_batch/literals.py,sha256=jx0NTVycSGqJguxCKcUTFebZBMUytRWOTPwEIvILWUU,14131
7
+ types_boto3_batch/literals.pyi,sha256=Co_DGcQCfsKqLRCsKUOoAQCa5P3Jp3xSHZNqW6LaUsE,14129
8
8
  types_boto3_batch/paginator.py,sha256=j9kINQv6udn9sCfMY3pnximkE2hRgTbVm0IUNxfAikM,13919
9
9
  types_boto3_batch/paginator.pyi,sha256=MeEowA9aWJQx8ntkc5t1Pg9LLAbnODYqKBpbPwLCjhA,13891
10
10
  types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  types_boto3_batch/type_defs.py,sha256=-M-zfLjBJjKGnb9BdoXUdArrFcteM9YdUKuXcoHYaR8,63631
12
12
  types_boto3_batch/type_defs.pyi,sha256=qmDIpuTD8AwqXuY18NrPOii5o-TK463X3mXsav2Ndwk,63413
13
- types_boto3_batch/version.py,sha256=zodrQKDoduWXAK0t7rN4tr_vpypjwxnbMOtDsLxxApg,93
14
- types_boto3_batch-1.40.12.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- types_boto3_batch-1.40.12.dist-info/METADATA,sha256=N3YWR3mlTqFgysrxvqa-0Khwc3f7hqC_nv5xIwIi5hg,16124
16
- types_boto3_batch-1.40.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- types_boto3_batch-1.40.12.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
18
- types_boto3_batch-1.40.12.dist-info/RECORD,,
13
+ types_boto3_batch/version.py,sha256=tZbymmhpDSxa7yg5AfR7IujmfyZoomyL0AF1adNrwUI,93
14
+ types_boto3_batch-1.40.36.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_batch-1.40.36.dist-info/METADATA,sha256=7Tjp5Mml8hhXnOl4C6eNVuj7MNjrLI4tmyyS8LLxyfQ,16124
16
+ types_boto3_batch-1.40.36.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ types_boto3_batch-1.40.36.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
18
+ types_boto3_batch-1.40.36.dist-info/RECORD,,