mypy-boto3-batch 1.34.59__tar.gz → 1.34.72__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. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/PKG-INFO +3 -3
  2. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/README.md +1 -1
  3. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/__main__.py +3 -3
  4. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/literals.py +1 -1
  5. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/literals.pyi +1 -1
  6. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/type_defs.py +10 -0
  7. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/type_defs.pyi +10 -0
  8. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/version.py +1 -1
  9. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/PKG-INFO +3 -3
  10. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/setup.py +2 -2
  11. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/LICENSE +0 -0
  12. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/__init__.py +0 -0
  13. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/__init__.pyi +0 -0
  14. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/client.py +0 -0
  15. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/client.pyi +0 -0
  16. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/paginator.py +0 -0
  17. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/paginator.pyi +0 -0
  18. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/py.typed +0 -0
  19. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
  20. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
  21. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
  22. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/requires.txt +0 -0
  23. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
  24. {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.72}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-batch
3
- Version: 1.34.59
4
- Summary: Type annotations for boto3.Batch 1.34.59 service generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.72
4
+ Summary: Type annotations for boto3.Batch 1.34.72 service generated with mypy-boto3-builder 7.23.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
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.Batch 1.34.59](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
46
+ [boto3.Batch 1.34.72](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -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.34.59](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
13
+ [boto3.Batch 1.34.72](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/),
@@ -10,8 +10,8 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.Batch 1.34.59\n"
14
- "Version: 1.34.59\n"
13
+ "Type annotations for boto3.Batch 1.34.72\n"
14
+ "Version: 1.34.72\n"
15
15
  "Builder version: 7.23.2\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.34.59")
27
+ print("1.34.72")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -257,7 +257,6 @@ ServiceName = Literal[
257
257
  "iot",
258
258
  "iot-data",
259
259
  "iot-jobs-data",
260
- "iot-roborunner",
261
260
  "iot1click-devices",
262
261
  "iot1click-projects",
263
262
  "iotanalytics",
@@ -445,6 +444,7 @@ ServiceName = Literal[
445
444
  "swf",
446
445
  "synthetics",
447
446
  "textract",
447
+ "timestream-influxdb",
448
448
  "timestream-query",
449
449
  "timestream-write",
450
450
  "tnb",
@@ -257,7 +257,6 @@ ServiceName = Literal[
257
257
  "iot",
258
258
  "iot-data",
259
259
  "iot-jobs-data",
260
- "iot-roborunner",
261
260
  "iot1click-devices",
262
261
  "iot1click-projects",
263
262
  "iotanalytics",
@@ -445,6 +444,7 @@ ServiceName = Literal[
445
444
  "swf",
446
445
  "synthetics",
447
446
  "textract",
447
+ "timestream-influxdb",
448
448
  "timestream-query",
449
449
  "timestream-write",
450
450
  "tnb",
@@ -95,6 +95,7 @@ __all__ = (
95
95
  "EksEmptyDirTypeDef",
96
96
  "EksHostPathTypeDef",
97
97
  "EksMetadataTypeDef",
98
+ "ImagePullSecretTypeDef",
98
99
  "EksSecretTypeDef",
99
100
  "EvaluateOnExitTypeDef",
100
101
  "ShareAttributesTypeDef",
@@ -468,6 +469,7 @@ EksContainerSecurityContextTypeDef = TypedDict(
468
469
  "runAsUser": NotRequired[int],
469
470
  "runAsGroup": NotRequired[int],
470
471
  "privileged": NotRequired[bool],
472
+ "allowPrivilegeEscalation": NotRequired[bool],
471
473
  "readOnlyRootFilesystem": NotRequired[bool],
472
474
  "runAsNonRoot": NotRequired[bool],
473
475
  },
@@ -499,6 +501,12 @@ EksMetadataTypeDef = TypedDict(
499
501
  "labels": NotRequired[Dict[str, str]],
500
502
  },
501
503
  )
504
+ ImagePullSecretTypeDef = TypedDict(
505
+ "ImagePullSecretTypeDef",
506
+ {
507
+ "name": str,
508
+ },
509
+ )
502
510
  EksSecretTypeDef = TypedDict(
503
511
  "EksSecretTypeDef",
504
512
  {
@@ -1110,6 +1118,7 @@ EksPodPropertiesDetailTypeDef = TypedDict(
1110
1118
  "serviceAccountName": NotRequired[str],
1111
1119
  "hostNetwork": NotRequired[bool],
1112
1120
  "dnsPolicy": NotRequired[str],
1121
+ "imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
1113
1122
  "containers": NotRequired[List[EksContainerDetailTypeDef]],
1114
1123
  "initContainers": NotRequired[List[EksContainerDetailTypeDef]],
1115
1124
  "volumes": NotRequired[List[EksVolumeTypeDef]],
@@ -1125,6 +1134,7 @@ EksPodPropertiesTypeDef = TypedDict(
1125
1134
  "serviceAccountName": NotRequired[str],
1126
1135
  "hostNetwork": NotRequired[bool],
1127
1136
  "dnsPolicy": NotRequired[str],
1137
+ "imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
1128
1138
  "containers": NotRequired[List[EksContainerTypeDef]],
1129
1139
  "initContainers": NotRequired[List[EksContainerTypeDef]],
1130
1140
  "volumes": NotRequired[List[EksVolumeTypeDef]],
@@ -95,6 +95,7 @@ __all__ = (
95
95
  "EksEmptyDirTypeDef",
96
96
  "EksHostPathTypeDef",
97
97
  "EksMetadataTypeDef",
98
+ "ImagePullSecretTypeDef",
98
99
  "EksSecretTypeDef",
99
100
  "EvaluateOnExitTypeDef",
100
101
  "ShareAttributesTypeDef",
@@ -468,6 +469,7 @@ EksContainerSecurityContextTypeDef = TypedDict(
468
469
  "runAsUser": NotRequired[int],
469
470
  "runAsGroup": NotRequired[int],
470
471
  "privileged": NotRequired[bool],
472
+ "allowPrivilegeEscalation": NotRequired[bool],
471
473
  "readOnlyRootFilesystem": NotRequired[bool],
472
474
  "runAsNonRoot": NotRequired[bool],
473
475
  },
@@ -499,6 +501,12 @@ EksMetadataTypeDef = TypedDict(
499
501
  "labels": NotRequired[Dict[str, str]],
500
502
  },
501
503
  )
504
+ ImagePullSecretTypeDef = TypedDict(
505
+ "ImagePullSecretTypeDef",
506
+ {
507
+ "name": str,
508
+ },
509
+ )
502
510
  EksSecretTypeDef = TypedDict(
503
511
  "EksSecretTypeDef",
504
512
  {
@@ -1110,6 +1118,7 @@ EksPodPropertiesDetailTypeDef = TypedDict(
1110
1118
  "serviceAccountName": NotRequired[str],
1111
1119
  "hostNetwork": NotRequired[bool],
1112
1120
  "dnsPolicy": NotRequired[str],
1121
+ "imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
1113
1122
  "containers": NotRequired[List[EksContainerDetailTypeDef]],
1114
1123
  "initContainers": NotRequired[List[EksContainerDetailTypeDef]],
1115
1124
  "volumes": NotRequired[List[EksVolumeTypeDef]],
@@ -1125,6 +1134,7 @@ EksPodPropertiesTypeDef = TypedDict(
1125
1134
  "serviceAccountName": NotRequired[str],
1126
1135
  "hostNetwork": NotRequired[bool],
1127
1136
  "dnsPolicy": NotRequired[str],
1137
+ "imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
1128
1138
  "containers": NotRequired[List[EksContainerTypeDef]],
1129
1139
  "initContainers": NotRequired[List[EksContainerTypeDef]],
1130
1140
  "volumes": NotRequired[List[EksVolumeTypeDef]],
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.59"
5
+ __version__ = "1.34.72"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-batch
3
- Version: 1.34.59
4
- Summary: Type annotations for boto3.Batch 1.34.59 service generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.72
4
+ Summary: Type annotations for boto3.Batch 1.34.72 service generated with mypy-boto3-builder 7.23.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
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.Batch 1.34.59](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
46
+ [boto3.Batch 1.34.72](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -11,13 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
11
11
 
12
12
  setup(
13
13
  name="mypy-boto3-batch",
14
- version="1.34.59",
14
+ version="1.34.72",
15
15
  packages=["mypy_boto3_batch"],
16
16
  url="https://github.com/youtype/mypy_boto3_builder",
17
17
  license="MIT License",
18
18
  author="Vlad Emelianov",
19
19
  author_email="vlad.emelianov.nz@gmail.com",
20
- description="Type annotations for boto3.Batch 1.34.59 service generated with mypy-boto3-builder 7.23.2",
20
+ description="Type annotations for boto3.Batch 1.34.72 service generated with mypy-boto3-builder 7.23.2",
21
21
  classifiers=[
22
22
  "Development Status :: 5 - Production/Stable",
23
23
  "Intended Audience :: Developers",