mypy-boto3-eks 1.38.28__py3-none-any.whl → 1.38.35__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 EKS 1.38.28\n"
16
- "Version: 1.38.28\n"
15
+ "Type annotations for boto3 EKS 1.38.35\n"
16
+ "Version: 1.38.35\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#eks\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.38.28\n")
29
+ sys.stdout.write("1.38.35\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -461,6 +461,7 @@ ServiceName = Literal[
461
461
  "es",
462
462
  "events",
463
463
  "evidently",
464
+ "evs",
464
465
  "finspace",
465
466
  "finspace-data",
466
467
  "firehose",
@@ -762,6 +763,7 @@ WaiterName = Literal[
762
763
  RegionName = Literal[
763
764
  "af-south-1",
764
765
  "ap-east-1",
766
+ "ap-east-2",
765
767
  "ap-northeast-1",
766
768
  "ap-northeast-2",
767
769
  "ap-northeast-3",
@@ -459,6 +459,7 @@ ServiceName = Literal[
459
459
  "es",
460
460
  "events",
461
461
  "evidently",
462
+ "evs",
462
463
  "finspace",
463
464
  "finspace-data",
464
465
  "firehose",
@@ -760,6 +761,7 @@ WaiterName = Literal[
760
761
  RegionName = Literal[
761
762
  "af-south-1",
762
763
  "ap-east-1",
764
+ "ap-east-2",
763
765
  "ap-northeast-1",
764
766
  "ap-northeast-2",
765
767
  "ap-northeast-3",
@@ -567,6 +567,8 @@ class CreatePodIdentityAssociationRequestTypeDef(TypedDict):
567
567
  roleArn: str
568
568
  clientRequestToken: NotRequired[str]
569
569
  tags: NotRequired[Mapping[str, str]]
570
+ disableSessionTags: NotRequired[bool]
571
+ targetRoleArn: NotRequired[str]
570
572
 
571
573
 
572
574
  class PodIdentityAssociationTypeDef(TypedDict):
@@ -580,6 +582,9 @@ class PodIdentityAssociationTypeDef(TypedDict):
580
582
  createdAt: NotRequired[datetime]
581
583
  modifiedAt: NotRequired[datetime]
582
584
  ownerArn: NotRequired[str]
585
+ disableSessionTags: NotRequired[bool]
586
+ targetRoleArn: NotRequired[str]
587
+ externalId: NotRequired[str]
583
588
 
584
589
 
585
590
  class DeleteAccessEntryRequestTypeDef(TypedDict):
@@ -990,6 +995,8 @@ class UpdatePodIdentityAssociationRequestTypeDef(TypedDict):
990
995
  associationId: str
991
996
  roleArn: NotRequired[str]
992
997
  clientRequestToken: NotRequired[str]
998
+ disableSessionTags: NotRequired[bool]
999
+ targetRoleArn: NotRequired[str]
993
1000
 
994
1001
 
995
1002
  class AssociatedAccessPolicyTypeDef(TypedDict):
@@ -527,6 +527,8 @@ class CreatePodIdentityAssociationRequestTypeDef(TypedDict):
527
527
  roleArn: str
528
528
  clientRequestToken: NotRequired[str]
529
529
  tags: NotRequired[Mapping[str, str]]
530
+ disableSessionTags: NotRequired[bool]
531
+ targetRoleArn: NotRequired[str]
530
532
 
531
533
  class PodIdentityAssociationTypeDef(TypedDict):
532
534
  clusterName: NotRequired[str]
@@ -539,6 +541,9 @@ class PodIdentityAssociationTypeDef(TypedDict):
539
541
  createdAt: NotRequired[datetime]
540
542
  modifiedAt: NotRequired[datetime]
541
543
  ownerArn: NotRequired[str]
544
+ disableSessionTags: NotRequired[bool]
545
+ targetRoleArn: NotRequired[str]
546
+ externalId: NotRequired[str]
542
547
 
543
548
  class DeleteAccessEntryRequestTypeDef(TypedDict):
544
549
  clusterName: str
@@ -885,6 +890,8 @@ class UpdatePodIdentityAssociationRequestTypeDef(TypedDict):
885
890
  associationId: str
886
891
  roleArn: NotRequired[str]
887
892
  clientRequestToken: NotRequired[str]
893
+ disableSessionTags: NotRequired[bool]
894
+ targetRoleArn: NotRequired[str]
888
895
 
889
896
  class AssociatedAccessPolicyTypeDef(TypedDict):
890
897
  policyArn: NotRequired[str]
mypy_boto3_eks/version.py CHANGED
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.38.28"
7
+ __version__ = "1.38.35"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-eks
3
- Version: 1.38.28
4
- Summary: Type annotations for boto3 EKS 1.38.28 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.38.35
4
+ Summary: Type annotations for boto3 EKS 1.38.35 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 EKS 1.38.28](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 1.38.35](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/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.38.28' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.38.35' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `EKS` service.
125
125
  4. Use provided commands to install generated packages.
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_eks/__init__.py,sha256=2ny7DX2h2EqSXWmXoLROuwapCrk5WWG82Cytg9gBFoA,5066
2
2
  mypy_boto3_eks/__init__.pyi,sha256=Vn_LcRXy2FU1PJjnQvnE8BMRwPFC8_X1P1UnZbFY2Zs,5065
3
- mypy_boto3_eks/__main__.py,sha256=yByqBgK2_zIHOi1tsIpX1SWYpnlZK-mKmoTCvpCjsOk,968
3
+ mypy_boto3_eks/__main__.py,sha256=Nf2ImNW1d4rx8Lv6VbKP9CP-ObkiE2XH2eLRwVUjI9g,968
4
4
  mypy_boto3_eks/client.py,sha256=NqhtmiaelO6gPDGNJUkv8Ds8537TWfOPVk9nbImqpao,49426
5
5
  mypy_boto3_eks/client.pyi,sha256=ycr-tlt3fZCCNh4th9TuOm7ZI2mYqaehpN7UaRl7_Qk,49423
6
- mypy_boto3_eks/literals.py,sha256=3crbY0IccLXsmzFi35Gse86GXtM95siNyWnrEz5i07I,19560
7
- mypy_boto3_eks/literals.pyi,sha256=gqrN3vmxG5ZthIoQnI6bxMkLJ18ZjkJb0LgDkV5oEeA,19558
6
+ mypy_boto3_eks/literals.py,sha256=K_mnqumArlIWl5bBnbzxvnUlwn9T74Dtj0DiWQEFY0c,19588
7
+ mypy_boto3_eks/literals.pyi,sha256=f2jqLxEukl1trb6Q8UUzfu2UJJD1e0J-O5s6A99lvw8,19586
8
8
  mypy_boto3_eks/paginator.py,sha256=3yFhQFg-bh-hJOlMggBZeCd-xonLBWmXnBG1HRNiDL4,20481
9
9
  mypy_boto3_eks/paginator.pyi,sha256=cn674ie8pGurK1SRRoZERdTd56gF2t7NGEOYhzN8Vp4,20438
10
10
  mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_eks/type_defs.py,sha256=RhXQy47zNs_IPbf9NEqqJ1A4Bsn3xgJpRKyDEIzsyrM,56558
12
- mypy_boto3_eks/type_defs.pyi,sha256=F07Iftjl1iv2QWYh0g1MD3952yDKu1jNIAJ0WLno07A,56325
13
- mypy_boto3_eks/version.py,sha256=qokYTT-GwAn7gr8tnkCv9kB3YWe1TSJZLc8s6ogXnbE,93
11
+ mypy_boto3_eks/type_defs.py,sha256=1X17p8rnBlzFGszmPcLAaFmi42U4FOmtsbOaxOpK4-w,56825
12
+ mypy_boto3_eks/type_defs.pyi,sha256=h62LpZuBi4vLUl4725GhJMXzzXe0YyBB0AC6aDhJhuw,56592
13
+ mypy_boto3_eks/version.py,sha256=39FloExlPnLlMf9KByhsCyG-VDOMfynDy6C1ylfiB9k,93
14
14
  mypy_boto3_eks/waiter.py,sha256=2vJjiTIw6nY3Kx4O2YIUk9MmTiHrf5ZZtPP8bOy_jd4,8664
15
15
  mypy_boto3_eks/waiter.pyi,sha256=ZkIrAD-cdgf6kBhiCJShJLpjHyVyzZrxjBQ2yI3cVJ0,8647
16
- mypy_boto3_eks-1.38.28.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_eks-1.38.28.dist-info/METADATA,sha256=V1WVWgip1eNTPRcQNe95BqFqwnavK9fU5l_l0NCJuD4,18038
18
- mypy_boto3_eks-1.38.28.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- mypy_boto3_eks-1.38.28.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
- mypy_boto3_eks-1.38.28.dist-info/RECORD,,
16
+ mypy_boto3_eks-1.38.35.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_eks-1.38.35.dist-info/METADATA,sha256=tFT2U3jHQkUzmxsdX2V_jxfGmH19FwLyESyhe8sA_as,18038
18
+ mypy_boto3_eks-1.38.35.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ mypy_boto3_eks-1.38.35.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
+ mypy_boto3_eks-1.38.35.dist-info/RECORD,,