mypy-boto3-eks 1.34.5__py3-none-any.whl → 1.34.73__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.
@@ -10,12 +10,13 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.EKS 1.34.5\nVersion: 1.34.5\nBuilder version:"
14
- " 7.23.0\nDocs: "
15
- " https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\nBoto3 docs: "
16
- " https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS\nOther"
17
- " services: https://pypi.org/project/boto3-stubs/\nChangelog: "
18
- " https://github.com/youtype/mypy_boto3_builder/releases"
13
+ "Type annotations for boto3.EKS 1.34.73\n"
14
+ "Version: 1.34.73\n"
15
+ "Builder version: 7.23.2\n"
16
+ "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
17
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS\n"
18
+ "Other services: https://pypi.org/project/boto3-stubs/\n"
19
+ "Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
19
20
  )
20
21
 
21
22
 
@@ -23,7 +24,7 @@ def print_version() -> None:
23
24
  """
24
25
  Print package version to stdout.
25
26
  """
26
- print("1.34.5")
27
+ print("1.34.73")
27
28
 
28
29
 
29
30
  def main() -> None:
@@ -8,7 +8,7 @@ Usage::
8
8
  ```python
9
9
  from mypy_boto3_eks.literals import AMITypesType
10
10
 
11
- data: AMITypesType = "AL2_ARM_64"
11
+ data: AMITypesType = "AL2023_ARM_64_STANDARD"
12
12
  ```
13
13
  """
14
14
 
@@ -76,6 +76,8 @@ __all__ = (
76
76
  )
77
77
 
78
78
  AMITypesType = Literal[
79
+ "AL2023_ARM_64_STANDARD",
80
+ "AL2023_x86_64_STANDARD",
79
81
  "AL2_ARM_64",
80
82
  "AL2_x86_64",
81
83
  "AL2_x86_64_GPU",
@@ -203,6 +205,7 @@ NodegroupIssueCodeType = Literal[
203
205
  "Ec2LaunchTemplateInvalidConfiguration",
204
206
  "Ec2LaunchTemplateMaxLimitExceeded",
205
207
  "Ec2LaunchTemplateNotFound",
208
+ "Ec2LaunchTemplateVersionMaxLimitExceeded",
206
209
  "Ec2LaunchTemplateVersionMismatch",
207
210
  "Ec2SecurityGroupDeletionFailure",
208
211
  "Ec2SecurityGroupNotFound",
@@ -217,6 +220,7 @@ NodegroupIssueCodeType = Literal[
217
220
  "InstanceLimitExceeded",
218
221
  "InsufficientFreeAddresses",
219
222
  "InternalFailure",
223
+ "KubernetesLabelInvalid",
220
224
  "LimitExceeded",
221
225
  "NodeCreationFailure",
222
226
  "NodeTerminationFailure",
@@ -299,6 +303,7 @@ ServiceName = Literal[
299
303
  "appstream",
300
304
  "appsync",
301
305
  "arc-zonal-shift",
306
+ "artifact",
302
307
  "athena",
303
308
  "auditmanager",
304
309
  "autoscaling",
@@ -317,6 +322,7 @@ ServiceName = Literal[
317
322
  "braket",
318
323
  "budgets",
319
324
  "ce",
325
+ "chatbot",
320
326
  "chime",
321
327
  "chime-sdk-identity",
322
328
  "chime-sdk-media-pipelines",
@@ -440,7 +446,6 @@ ServiceName = Literal[
440
446
  "iot",
441
447
  "iot-data",
442
448
  "iot-jobs-data",
443
- "iot-roborunner",
444
449
  "iot1click-devices",
445
450
  "iot1click-projects",
446
451
  "iotanalytics",
@@ -524,6 +529,7 @@ ServiceName = Literal[
524
529
  "neptunedata",
525
530
  "network-firewall",
526
531
  "networkmanager",
532
+ "networkmonitor",
527
533
  "nimble",
528
534
  "oam",
529
535
  "omics",
@@ -621,11 +627,13 @@ ServiceName = Literal[
621
627
  "stepfunctions",
622
628
  "storagegateway",
623
629
  "sts",
630
+ "supplychain",
624
631
  "support",
625
632
  "support-app",
626
633
  "swf",
627
634
  "synthetics",
628
635
  "textract",
636
+ "timestream-influxdb",
629
637
  "timestream-query",
630
638
  "timestream-write",
631
639
  "tnb",
@@ -8,7 +8,7 @@ Usage::
8
8
  ```python
9
9
  from mypy_boto3_eks.literals import AMITypesType
10
10
 
11
- data: AMITypesType = "AL2_ARM_64"
11
+ data: AMITypesType = "AL2023_ARM_64_STANDARD"
12
12
  ```
13
13
  """
14
14
 
@@ -76,6 +76,8 @@ __all__ = (
76
76
  )
77
77
 
78
78
  AMITypesType = Literal[
79
+ "AL2023_ARM_64_STANDARD",
80
+ "AL2023_x86_64_STANDARD",
79
81
  "AL2_ARM_64",
80
82
  "AL2_x86_64",
81
83
  "AL2_x86_64_GPU",
@@ -203,6 +205,7 @@ NodegroupIssueCodeType = Literal[
203
205
  "Ec2LaunchTemplateInvalidConfiguration",
204
206
  "Ec2LaunchTemplateMaxLimitExceeded",
205
207
  "Ec2LaunchTemplateNotFound",
208
+ "Ec2LaunchTemplateVersionMaxLimitExceeded",
206
209
  "Ec2LaunchTemplateVersionMismatch",
207
210
  "Ec2SecurityGroupDeletionFailure",
208
211
  "Ec2SecurityGroupNotFound",
@@ -217,6 +220,7 @@ NodegroupIssueCodeType = Literal[
217
220
  "InstanceLimitExceeded",
218
221
  "InsufficientFreeAddresses",
219
222
  "InternalFailure",
223
+ "KubernetesLabelInvalid",
220
224
  "LimitExceeded",
221
225
  "NodeCreationFailure",
222
226
  "NodeTerminationFailure",
@@ -299,6 +303,7 @@ ServiceName = Literal[
299
303
  "appstream",
300
304
  "appsync",
301
305
  "arc-zonal-shift",
306
+ "artifact",
302
307
  "athena",
303
308
  "auditmanager",
304
309
  "autoscaling",
@@ -317,6 +322,7 @@ ServiceName = Literal[
317
322
  "braket",
318
323
  "budgets",
319
324
  "ce",
325
+ "chatbot",
320
326
  "chime",
321
327
  "chime-sdk-identity",
322
328
  "chime-sdk-media-pipelines",
@@ -440,7 +446,6 @@ ServiceName = Literal[
440
446
  "iot",
441
447
  "iot-data",
442
448
  "iot-jobs-data",
443
- "iot-roborunner",
444
449
  "iot1click-devices",
445
450
  "iot1click-projects",
446
451
  "iotanalytics",
@@ -524,6 +529,7 @@ ServiceName = Literal[
524
529
  "neptunedata",
525
530
  "network-firewall",
526
531
  "networkmanager",
532
+ "networkmonitor",
527
533
  "nimble",
528
534
  "oam",
529
535
  "omics",
@@ -621,11 +627,13 @@ ServiceName = Literal[
621
627
  "stepfunctions",
622
628
  "storagegateway",
623
629
  "sts",
630
+ "supplychain",
624
631
  "support",
625
632
  "support-app",
626
633
  "swf",
627
634
  "synthetics",
628
635
  "textract",
636
+ "timestream-influxdb",
629
637
  "timestream-query",
630
638
  "timestream-write",
631
639
  "tnb",
@@ -329,10 +329,10 @@ ResponseMetadataTypeDef = TypedDict(
329
329
  "ResponseMetadataTypeDef",
330
330
  {
331
331
  "RequestId": str,
332
- "HostId": str,
333
332
  "HTTPStatusCode": int,
334
333
  "HTTPHeaders": Dict[str, str],
335
334
  "RetryAttempts": int,
335
+ "HostId": NotRequired[str],
336
336
  },
337
337
  )
338
338
  OidcIdentityProviderConfigRequestTypeDef = TypedDict(
@@ -329,10 +329,10 @@ ResponseMetadataTypeDef = TypedDict(
329
329
  "ResponseMetadataTypeDef",
330
330
  {
331
331
  "RequestId": str,
332
- "HostId": str,
333
332
  "HTTPStatusCode": int,
334
333
  "HTTPHeaders": Dict[str, str],
335
334
  "RetryAttempts": int,
335
+ "HostId": NotRequired[str],
336
336
  },
337
337
  )
338
338
  OidcIdentityProviderConfigRequestTypeDef = TypedDict(
mypy_boto3_eks/version.py CHANGED
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.5"
5
+ __version__ = "1.34.73"
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Vlad Emelianov
3
+ Copyright (c) 2024 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.1
2
2
  Name: mypy-boto3-eks
3
- Version: 1.34.5
4
- Summary: Type annotations for boto3.EKS 1.34.5 service generated with mypy-boto3-builder 7.23.0
3
+ Version: 1.34.73
4
+ Summary: Type annotations for boto3.EKS 1.34.73 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.EKS 1.34.5](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
46
+ [boto3.EKS 1.34.73](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
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/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.23.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -0,0 +1,20 @@
1
+ mypy_boto3_eks/__init__.py,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
2
+ mypy_boto3_eks/__init__.pyi,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
3
+ mypy_boto3_eks/__main__.py,sha256=M0ce1HQf_4Jpq8Pq1Yi8ZclgGO0U6JqfeYd1KDMGBN4,903
4
+ mypy_boto3_eks/client.py,sha256=FMo1XNnE5_2M8Cydjl-SLeXPy7ukdZSkaKIC1Dnf4qE,49134
5
+ mypy_boto3_eks/client.pyi,sha256=yPpILaOkgYdOQJJIXuE-pSRqK2BbScEeYMnFCl1mV6w,49131
6
+ mypy_boto3_eks/literals.py,sha256=NfD9Syfvx9--V5eQnH4DhjWiHOXwHipRcWhhDl8xrUQ,17579
7
+ mypy_boto3_eks/literals.pyi,sha256=NfD9Syfvx9--V5eQnH4DhjWiHOXwHipRcWhhDl8xrUQ,17579
8
+ mypy_boto3_eks/paginator.py,sha256=bk48EmEtJU-979VnAzVvf2pmuzskNvyChmPmCO6Dxxs,15336
9
+ mypy_boto3_eks/paginator.pyi,sha256=ZIMweU-6DWq0IOcL16gLTKQtILtPYSJexmHxWffuwbs,15322
10
+ mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_eks/type_defs.py,sha256=wGAQk-X6uZZcB6MPzmPuGUu4fs6YVdb307aeSwMdEag,62636
12
+ mypy_boto3_eks/type_defs.pyi,sha256=wGAQk-X6uZZcB6MPzmPuGUu4fs6YVdb307aeSwMdEag,62636
13
+ mypy_boto3_eks/version.py,sha256=0DPrPEPGG0ShdETEFEi8VUM7hLXGY7T5ZHcXgVMl4j0,62
14
+ mypy_boto3_eks/waiter.py,sha256=l2bUEk99tON1KtebRkH1naSDvzdKHt_IMvGnQW6qxR8,7687
15
+ mypy_boto3_eks/waiter.pyi,sha256=JCEUhwc2KS5UvHUoRYmySgrbIRGtXdDznPK37A-_yAI,7679
16
+ mypy_boto3_eks-1.34.73.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_eks-1.34.73.dist-info/METADATA,sha256=VXpAQTRvr3TBnvt2adqvWCY5kflN4eHi8j6vh_QCSag,15624
18
+ mypy_boto3_eks-1.34.73.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
19
+ mypy_boto3_eks-1.34.73.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
+ mypy_boto3_eks-1.34.73.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
1
- mypy_boto3_eks/__init__.py,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
2
- mypy_boto3_eks/__init__.pyi,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
3
- mypy_boto3_eks/__main__.py,sha256=s7G9Y3SlnrAMvu2zbULt_ukcNryWYrWsY5TGW7viTQs,889
4
- mypy_boto3_eks/client.py,sha256=FMo1XNnE5_2M8Cydjl-SLeXPy7ukdZSkaKIC1Dnf4qE,49134
5
- mypy_boto3_eks/client.pyi,sha256=yPpILaOkgYdOQJJIXuE-pSRqK2BbScEeYMnFCl1mV6w,49131
6
- mypy_boto3_eks/literals.py,sha256=inJVWgQfaWsUzDoXVwsThQlTxaE-3yWr5FCMmSQ2LoE,17352
7
- mypy_boto3_eks/literals.pyi,sha256=inJVWgQfaWsUzDoXVwsThQlTxaE-3yWr5FCMmSQ2LoE,17352
8
- mypy_boto3_eks/paginator.py,sha256=bk48EmEtJU-979VnAzVvf2pmuzskNvyChmPmCO6Dxxs,15336
9
- mypy_boto3_eks/paginator.pyi,sha256=ZIMweU-6DWq0IOcL16gLTKQtILtPYSJexmHxWffuwbs,15322
10
- mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_eks/type_defs.py,sha256=TgB-HLUjlYZVu6ZB78kIS7NILitmQzNxyjJiE3-Rexc,62623
12
- mypy_boto3_eks/type_defs.pyi,sha256=TgB-HLUjlYZVu6ZB78kIS7NILitmQzNxyjJiE3-Rexc,62623
13
- mypy_boto3_eks/version.py,sha256=0SIPMzRVMaVPoWhlzaBNyJ5f1X5Fy1vvjxjmIVjVT_g,61
14
- mypy_boto3_eks/waiter.py,sha256=l2bUEk99tON1KtebRkH1naSDvzdKHt_IMvGnQW6qxR8,7687
15
- mypy_boto3_eks/waiter.pyi,sha256=JCEUhwc2KS5UvHUoRYmySgrbIRGtXdDznPK37A-_yAI,7679
16
- mypy_boto3_eks-1.34.5.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
17
- mypy_boto3_eks-1.34.5.dist-info/METADATA,sha256=2d7oFSxLjkSyB-36VTq7LO0k6welQ7HjzhaQdn-_bp0,15621
18
- mypy_boto3_eks-1.34.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
19
- mypy_boto3_eks-1.34.5.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
- mypy_boto3_eks-1.34.5.dist-info/RECORD,,