mypy-boto3-batch 1.37.0__py3-none-any.whl → 1.37.2__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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mypy-boto3-batch
3
- Version: 1.37.0
4
- Summary: Type annotations for boto3 Batch 1.37.0 service generated with mypy-boto3-builder 8.9.2
3
+ Version: 1.37.2
4
+ Summary: Type annotations for boto3 Batch 1.37.2 service generated with mypy-boto3-builder 8.9.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
@@ -55,7 +55,7 @@ Dynamic: summary
55
55
 
56
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
- Type annotations for [boto3 Batch 1.37.0](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 Batch 1.37.2](https://pypi.org/project/boto3/)
59
59
  compatible with [VSCode](https://code.visualstudio.com/),
60
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
61
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -117,7 +117,7 @@ You can generate type annotations for `boto3` package locally with
117
117
  isolation.
118
118
 
119
119
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.37.0' mypy-boto3-builder`
120
+ `uvx --with 'boto3==1.37.2' mypy-boto3-builder`
121
121
  2. Select `boto3-stubs` AWS SDK.
122
122
  3. Add `Batch` service.
123
123
  4. Use provided commands to install generated packages.
@@ -354,6 +354,8 @@ from mypy_boto3_batch.paginator import (
354
354
  DescribeComputeEnvironmentsPaginator,
355
355
  DescribeJobDefinitionsPaginator,
356
356
  DescribeJobQueuesPaginator,
357
+ ListConsumableResourcesPaginator,
358
+ ListJobsByConsumableResourcePaginator,
357
359
  ListJobsPaginator,
358
360
  ListSchedulingPoliciesPaginator,
359
361
  )
@@ -371,6 +373,12 @@ describe_job_definitions_paginator: DescribeJobDefinitionsPaginator = client.get
371
373
  describe_job_queues_paginator: DescribeJobQueuesPaginator = client.get_paginator(
372
374
  "describe_job_queues"
373
375
  )
376
+ list_consumable_resources_paginator: ListConsumableResourcesPaginator = client.get_paginator(
377
+ "list_consumable_resources"
378
+ )
379
+ list_jobs_by_consumable_resource_paginator: ListJobsByConsumableResourcePaginator = (
380
+ client.get_paginator("list_jobs_by_consumable_resource")
381
+ )
374
382
  list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
375
383
  list_scheduling_policies_paginator: ListSchedulingPoliciesPaginator = client.get_paginator(
376
384
  "list_scheduling_policies"
@@ -0,0 +1,18 @@
1
+ mypy_boto3_batch/__init__.py,sha256=0rB8cw5Bu9yH6r3KKQhZoXBmdzGpAcmdVxlJalI2zog,2147
2
+ mypy_boto3_batch/__init__.pyi,sha256=Pl7jX8vZkhZTXUmK0BOYgPPkmub1Il_sYdBaqqtfSlg,2146
3
+ mypy_boto3_batch/__main__.py,sha256=aAWyGLrqdS9IBSRHsNlTZHQYMTnnAkzoaaEctF-gZ8s,972
4
+ mypy_boto3_batch/client.py,sha256=ddL_d5OQ6H49HoH_ng2jPZ2E_jCS07VPSatEGZw6a54,24140
5
+ mypy_boto3_batch/client.pyi,sha256=63soAU2PTh38xBUEDkQfrV7203tmPUQKbp8Ze4RMTFE,24137
6
+ mypy_boto3_batch/literals.py,sha256=uFtFf9UB-ZcmxHtFUGD_U1GqT0YMfaQZ9UPsjvDbTCA,12536
7
+ mypy_boto3_batch/literals.pyi,sha256=8_cwnaYrWtFPCYnRaUbGDAU_-LoEmeDPjPpRpVanb0g,12534
8
+ mypy_boto3_batch/paginator.py,sha256=o8xFZ3tGCtXlROvBQA6fKUxWsz_Oo9TcQLWMotBJXHw,10966
9
+ mypy_boto3_batch/paginator.pyi,sha256=QC-UDWg-CqHl9P_hMgDNk6H_W-eBHMkC4mzwuNxUhgQ,10944
10
+ mypy_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_batch/type_defs.py,sha256=TOKsoOAAdTp_kI_2lfesJMblrxrhhZDfwdBioAu4npU,55083
12
+ mypy_boto3_batch/type_defs.pyi,sha256=fzQWWeaQ0MbTQSakfruONXW_v33bKcRv8ChcIrV_XHo,54894
13
+ mypy_boto3_batch/version.py,sha256=RXH_0egUmMkopAJTMUwSLB79iHjXy5B_GcMAxoULgf0,92
14
+ mypy_boto3_batch-1.37.2.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ mypy_boto3_batch-1.37.2.dist-info/METADATA,sha256=v236HvleEzmu2ZUOlPwSjOSBDt0CGeNNf7dDrEbwE-M,15757
16
+ mypy_boto3_batch-1.37.2.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
17
+ mypy_boto3_batch-1.37.2.dist-info/top_level.txt,sha256=nQYjfsN6wIUBZIBe-zQ2zdG_qLWOOD4H8db6MwZNh0I,17
18
+ mypy_boto3_batch-1.37.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,18 +0,0 @@
1
- mypy_boto3_batch/__init__.py,sha256=qltra1WfPBEJaoshBzqxG-HOkBp2l1hftXY_OPa3BL8,1621
2
- mypy_boto3_batch/__init__.pyi,sha256=s4WPQKkr-LHxUodRuSw-j_ndcCqA9M7LUUZaTZIuSTw,1620
3
- mypy_boto3_batch/__main__.py,sha256=avgFSFDEbK_gTdBN-DvTUdgIYwNzh2H0XlScoD4YDKY,972
4
- mypy_boto3_batch/client.py,sha256=25OTd2vaqYb4eVhod8ZNLbuZ5KfE_6_O7v_8J6eCDbs,19272
5
- mypy_boto3_batch/client.pyi,sha256=dnfLy3tVU4Rm3zLsG8pipcZ8hVDDiXClzRUFj3CtmXE,19269
6
- mypy_boto3_batch/literals.py,sha256=bhe0XmkWbqIYB5HEYtTD7kZzrWpTX-pVBuillbCe474,12206
7
- mypy_boto3_batch/literals.pyi,sha256=6UKz7rrA-NOhi8Izox3Y5CBSuxh92tNHbHpe9V4QA50,12204
8
- mypy_boto3_batch/paginator.py,sha256=LmqpiRKgilPxAwcaLbWNBPAjOtBOp_w4hKWXbNe5aSM,7850
9
- mypy_boto3_batch/paginator.pyi,sha256=SroluGXy-YdE7m5l2ikjbBpsX59HNrK46njuPdHcaXA,7834
10
- mypy_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_batch/type_defs.py,sha256=jEFUR3viwmd3Zi5iYadhFuA129KSJwHlKSWbpGUOZqs,49937
12
- mypy_boto3_batch/type_defs.pyi,sha256=8TtRVegInalfzAO8KoOedtKF6yEGALuOEgjqpXVcP0Y,49767
13
- mypy_boto3_batch/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
14
- mypy_boto3_batch-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- mypy_boto3_batch-1.37.0.dist-info/METADATA,sha256=GEw8kq88jwQkxOZ-gyDMFk6qqBr_633b8MWvXC7V_vU,15399
16
- mypy_boto3_batch-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
17
- mypy_boto3_batch-1.37.0.dist-info/top_level.txt,sha256=nQYjfsN6wIUBZIBe-zQ2zdG_qLWOOD4H8db6MwZNh0I,17
18
- mypy_boto3_batch-1.37.0.dist-info/RECORD,,