mypy-boto3-batch 1.34.72__tar.gz → 1.34.83__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.72 → mypy-boto3-batch-1.34.83}/PKG-INFO +3 -3
  2. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/README.md +1 -1
  3. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/__main__.py +3 -3
  4. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/literals.py +3 -0
  5. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/literals.pyi +3 -0
  6. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/type_defs.py +29 -7
  7. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/type_defs.pyi +29 -7
  8. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/version.py +1 -1
  9. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/PKG-INFO +3 -3
  10. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/setup.py +2 -2
  11. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/LICENSE +0 -0
  12. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/__init__.py +0 -0
  13. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/__init__.pyi +0 -0
  14. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/client.py +0 -0
  15. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/client.pyi +0 -0
  16. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/paginator.py +0 -0
  17. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/paginator.pyi +0 -0
  18. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/py.typed +0 -0
  19. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
  20. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
  21. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
  22. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/requires.txt +0 -0
  23. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
  24. {mypy-boto3-batch-1.34.72 → mypy-boto3-batch-1.34.83}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-batch
3
- Version: 1.34.72
4
- Summary: Type annotations for boto3.Batch 1.34.72 service generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.83
4
+ Summary: Type annotations for boto3.Batch 1.34.83 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.72](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
46
+ [boto3.Batch 1.34.83](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.72](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
13
+ [boto3.Batch 1.34.83](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.72\n"
14
- "Version: 1.34.72\n"
13
+ "Type annotations for boto3.Batch 1.34.83\n"
14
+ "Version: 1.34.83\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.72")
27
+ print("1.34.83")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -159,6 +159,7 @@ ServiceName = Literal[
159
159
  "codebuild",
160
160
  "codecatalyst",
161
161
  "codecommit",
162
+ "codeconnections",
162
163
  "codedeploy",
163
164
  "codeguru-reviewer",
164
165
  "codeguru-security",
@@ -179,6 +180,7 @@ ServiceName = Literal[
179
180
  "connectcampaigns",
180
181
  "connectcases",
181
182
  "connectparticipant",
183
+ "controlcatalog",
182
184
  "controltower",
183
185
  "cost-optimization-hub",
184
186
  "cur",
@@ -189,6 +191,7 @@ ServiceName = Literal[
189
191
  "datasync",
190
192
  "datazone",
191
193
  "dax",
194
+ "deadline",
192
195
  "detective",
193
196
  "devicefarm",
194
197
  "devops-guru",
@@ -159,6 +159,7 @@ ServiceName = Literal[
159
159
  "codebuild",
160
160
  "codecatalyst",
161
161
  "codecommit",
162
+ "codeconnections",
162
163
  "codedeploy",
163
164
  "codeguru-reviewer",
164
165
  "codeguru-security",
@@ -179,6 +180,7 @@ ServiceName = Literal[
179
180
  "connectcampaigns",
180
181
  "connectcases",
181
182
  "connectparticipant",
183
+ "controlcatalog",
182
184
  "controltower",
183
185
  "cost-optimization-hub",
184
186
  "cur",
@@ -189,6 +191,7 @@ ServiceName = Literal[
189
191
  "datasync",
190
192
  "datazone",
191
193
  "dax",
194
+ "deadline",
192
195
  "detective",
193
196
  "devicefarm",
194
197
  "devops-guru",
@@ -114,6 +114,7 @@ __all__ = (
114
114
  "TerminateJobRequestRequestTypeDef",
115
115
  "UntagResourceRequestRequestTypeDef",
116
116
  "AttemptContainerDetailTypeDef",
117
+ "AttemptTaskContainerDetailsTypeDef",
117
118
  "ComputeResourcePaginatorTypeDef",
118
119
  "ComputeResourceTypeDef",
119
120
  "ComputeResourceUpdateTypeDef",
@@ -148,7 +149,7 @@ __all__ = (
148
149
  "ListJobsRequestRequestTypeDef",
149
150
  "LinuxParametersTypeDef",
150
151
  "ListSchedulingPoliciesResponseTypeDef",
151
- "AttemptDetailTypeDef",
152
+ "AttemptEcsTaskDetailsTypeDef",
152
153
  "ComputeEnvironmentDetailPaginatorTypeDef",
153
154
  "ComputeEnvironmentDetailTypeDef",
154
155
  "CreateComputeEnvironmentRequestRequestTypeDef",
@@ -165,6 +166,7 @@ __all__ = (
165
166
  "ListJobsResponseTypeDef",
166
167
  "TaskContainerDetailsTypeDef",
167
168
  "TaskContainerPropertiesTypeDef",
169
+ "AttemptDetailTypeDef",
168
170
  "DescribeComputeEnvironmentsResponsePaginatorTypeDef",
169
171
  "DescribeComputeEnvironmentsResponseTypeDef",
170
172
  "EcsPropertiesOverrideTypeDef",
@@ -445,6 +447,7 @@ EFSAuthorizationConfigTypeDef = TypedDict(
445
447
  EksAttemptContainerDetailTypeDef = TypedDict(
446
448
  "EksAttemptContainerDetailTypeDef",
447
449
  {
450
+ "name": NotRequired[str],
448
451
  "exitCode": NotRequired[int],
449
452
  "reason": NotRequired[str],
450
453
  },
@@ -637,6 +640,16 @@ AttemptContainerDetailTypeDef = TypedDict(
637
640
  "networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
638
641
  },
639
642
  )
643
+ AttemptTaskContainerDetailsTypeDef = TypedDict(
644
+ "AttemptTaskContainerDetailsTypeDef",
645
+ {
646
+ "exitCode": NotRequired[int],
647
+ "name": NotRequired[str],
648
+ "reason": NotRequired[str],
649
+ "logStreamName": NotRequired[str],
650
+ "networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
651
+ },
652
+ )
640
653
  ComputeResourcePaginatorTypeDef = TypedDict(
641
654
  "ComputeResourcePaginatorTypeDef",
642
655
  {
@@ -1009,13 +1022,12 @@ ListSchedulingPoliciesResponseTypeDef = TypedDict(
1009
1022
  "ResponseMetadata": ResponseMetadataTypeDef,
1010
1023
  },
1011
1024
  )
1012
- AttemptDetailTypeDef = TypedDict(
1013
- "AttemptDetailTypeDef",
1025
+ AttemptEcsTaskDetailsTypeDef = TypedDict(
1026
+ "AttemptEcsTaskDetailsTypeDef",
1014
1027
  {
1015
- "container": NotRequired[AttemptContainerDetailTypeDef],
1016
- "startedAt": NotRequired[int],
1017
- "stoppedAt": NotRequired[int],
1018
- "statusReason": NotRequired[str],
1028
+ "containerInstanceArn": NotRequired[str],
1029
+ "taskArn": NotRequired[str],
1030
+ "containers": NotRequired[List[AttemptTaskContainerDetailsTypeDef]],
1019
1031
  },
1020
1032
  )
1021
1033
  ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
@@ -1220,6 +1232,16 @@ TaskContainerPropertiesTypeDef = TypedDict(
1220
1232
  "user": NotRequired[str],
1221
1233
  },
1222
1234
  )
1235
+ AttemptDetailTypeDef = TypedDict(
1236
+ "AttemptDetailTypeDef",
1237
+ {
1238
+ "container": NotRequired[AttemptContainerDetailTypeDef],
1239
+ "startedAt": NotRequired[int],
1240
+ "stoppedAt": NotRequired[int],
1241
+ "statusReason": NotRequired[str],
1242
+ "taskProperties": NotRequired[List[AttemptEcsTaskDetailsTypeDef]],
1243
+ },
1244
+ )
1223
1245
  DescribeComputeEnvironmentsResponsePaginatorTypeDef = TypedDict(
1224
1246
  "DescribeComputeEnvironmentsResponsePaginatorTypeDef",
1225
1247
  {
@@ -114,6 +114,7 @@ __all__ = (
114
114
  "TerminateJobRequestRequestTypeDef",
115
115
  "UntagResourceRequestRequestTypeDef",
116
116
  "AttemptContainerDetailTypeDef",
117
+ "AttemptTaskContainerDetailsTypeDef",
117
118
  "ComputeResourcePaginatorTypeDef",
118
119
  "ComputeResourceTypeDef",
119
120
  "ComputeResourceUpdateTypeDef",
@@ -148,7 +149,7 @@ __all__ = (
148
149
  "ListJobsRequestRequestTypeDef",
149
150
  "LinuxParametersTypeDef",
150
151
  "ListSchedulingPoliciesResponseTypeDef",
151
- "AttemptDetailTypeDef",
152
+ "AttemptEcsTaskDetailsTypeDef",
152
153
  "ComputeEnvironmentDetailPaginatorTypeDef",
153
154
  "ComputeEnvironmentDetailTypeDef",
154
155
  "CreateComputeEnvironmentRequestRequestTypeDef",
@@ -165,6 +166,7 @@ __all__ = (
165
166
  "ListJobsResponseTypeDef",
166
167
  "TaskContainerDetailsTypeDef",
167
168
  "TaskContainerPropertiesTypeDef",
169
+ "AttemptDetailTypeDef",
168
170
  "DescribeComputeEnvironmentsResponsePaginatorTypeDef",
169
171
  "DescribeComputeEnvironmentsResponseTypeDef",
170
172
  "EcsPropertiesOverrideTypeDef",
@@ -445,6 +447,7 @@ EFSAuthorizationConfigTypeDef = TypedDict(
445
447
  EksAttemptContainerDetailTypeDef = TypedDict(
446
448
  "EksAttemptContainerDetailTypeDef",
447
449
  {
450
+ "name": NotRequired[str],
448
451
  "exitCode": NotRequired[int],
449
452
  "reason": NotRequired[str],
450
453
  },
@@ -637,6 +640,16 @@ AttemptContainerDetailTypeDef = TypedDict(
637
640
  "networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
638
641
  },
639
642
  )
643
+ AttemptTaskContainerDetailsTypeDef = TypedDict(
644
+ "AttemptTaskContainerDetailsTypeDef",
645
+ {
646
+ "exitCode": NotRequired[int],
647
+ "name": NotRequired[str],
648
+ "reason": NotRequired[str],
649
+ "logStreamName": NotRequired[str],
650
+ "networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
651
+ },
652
+ )
640
653
  ComputeResourcePaginatorTypeDef = TypedDict(
641
654
  "ComputeResourcePaginatorTypeDef",
642
655
  {
@@ -1009,13 +1022,12 @@ ListSchedulingPoliciesResponseTypeDef = TypedDict(
1009
1022
  "ResponseMetadata": ResponseMetadataTypeDef,
1010
1023
  },
1011
1024
  )
1012
- AttemptDetailTypeDef = TypedDict(
1013
- "AttemptDetailTypeDef",
1025
+ AttemptEcsTaskDetailsTypeDef = TypedDict(
1026
+ "AttemptEcsTaskDetailsTypeDef",
1014
1027
  {
1015
- "container": NotRequired[AttemptContainerDetailTypeDef],
1016
- "startedAt": NotRequired[int],
1017
- "stoppedAt": NotRequired[int],
1018
- "statusReason": NotRequired[str],
1028
+ "containerInstanceArn": NotRequired[str],
1029
+ "taskArn": NotRequired[str],
1030
+ "containers": NotRequired[List[AttemptTaskContainerDetailsTypeDef]],
1019
1031
  },
1020
1032
  )
1021
1033
  ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
@@ -1220,6 +1232,16 @@ TaskContainerPropertiesTypeDef = TypedDict(
1220
1232
  "user": NotRequired[str],
1221
1233
  },
1222
1234
  )
1235
+ AttemptDetailTypeDef = TypedDict(
1236
+ "AttemptDetailTypeDef",
1237
+ {
1238
+ "container": NotRequired[AttemptContainerDetailTypeDef],
1239
+ "startedAt": NotRequired[int],
1240
+ "stoppedAt": NotRequired[int],
1241
+ "statusReason": NotRequired[str],
1242
+ "taskProperties": NotRequired[List[AttemptEcsTaskDetailsTypeDef]],
1243
+ },
1244
+ )
1223
1245
  DescribeComputeEnvironmentsResponsePaginatorTypeDef = TypedDict(
1224
1246
  "DescribeComputeEnvironmentsResponsePaginatorTypeDef",
1225
1247
  {
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.72"
5
+ __version__ = "1.34.83"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-batch
3
- Version: 1.34.72
4
- Summary: Type annotations for boto3.Batch 1.34.72 service generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.83
4
+ Summary: Type annotations for boto3.Batch 1.34.83 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.72](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
46
+ [boto3.Batch 1.34.83](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.72",
14
+ version="1.34.83",
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.72 service generated with mypy-boto3-builder 7.23.2",
20
+ description="Type annotations for boto3.Batch 1.34.83 service generated with mypy-boto3-builder 7.23.2",
21
21
  classifiers=[
22
22
  "Development Status :: 5 - Production/Stable",
23
23
  "Intended Audience :: Developers",