types-boto3-eks 1.40.14__py3-none-any.whl → 1.40.19__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.
- types_boto3_eks/__main__.py +3 -3
- types_boto3_eks/client.py +25 -0
- types_boto3_eks/client.pyi +25 -0
- types_boto3_eks/literals.py +3 -12
- types_boto3_eks/literals.pyi +3 -12
- types_boto3_eks/type_defs.py +27 -0
- types_boto3_eks/type_defs.pyi +23 -0
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.40.14.dist-info → types_boto3_eks-1.40.19.dist-info}/METADATA +4 -4
- types_boto3_eks-1.40.19.dist-info/RECORD +20 -0
- types_boto3_eks-1.40.14.dist-info/RECORD +0 -20
- {types_boto3_eks-1.40.14.dist-info → types_boto3_eks-1.40.19.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.40.14.dist-info → types_boto3_eks-1.40.19.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_eks-1.40.14.dist-info → types_boto3_eks-1.40.19.dist-info}/top_level.txt +0 -0
types_boto3_eks/__main__.py
CHANGED
|
@@ -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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 EKS 1.40.19\n"
|
|
16
|
+
"Version: 1.40.19\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_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.40.
|
|
29
|
+
sys.stdout.write("1.40.19\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_eks/client.py
CHANGED
|
@@ -97,6 +97,8 @@ from .type_defs import (
|
|
|
97
97
|
DescribeIdentityProviderConfigResponseTypeDef,
|
|
98
98
|
DescribeInsightRequestTypeDef,
|
|
99
99
|
DescribeInsightResponseTypeDef,
|
|
100
|
+
DescribeInsightsRefreshRequestTypeDef,
|
|
101
|
+
DescribeInsightsRefreshResponseTypeDef,
|
|
100
102
|
DescribeNodegroupRequestTypeDef,
|
|
101
103
|
DescribeNodegroupResponseTypeDef,
|
|
102
104
|
DescribePodIdentityAssociationRequestTypeDef,
|
|
@@ -134,6 +136,8 @@ from .type_defs import (
|
|
|
134
136
|
ListUpdatesResponseTypeDef,
|
|
135
137
|
RegisterClusterRequestTypeDef,
|
|
136
138
|
RegisterClusterResponseTypeDef,
|
|
139
|
+
StartInsightsRefreshRequestTypeDef,
|
|
140
|
+
StartInsightsRefreshResponseTypeDef,
|
|
137
141
|
TagResourceRequestTypeDef,
|
|
138
142
|
UntagResourceRequestTypeDef,
|
|
139
143
|
UpdateAccessEntryRequestTypeDef,
|
|
@@ -514,6 +518,16 @@ class EKSClient(BaseClient):
|
|
|
514
518
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_insight)
|
|
515
519
|
"""
|
|
516
520
|
|
|
521
|
+
def describe_insights_refresh(
|
|
522
|
+
self, **kwargs: Unpack[DescribeInsightsRefreshRequestTypeDef]
|
|
523
|
+
) -> DescribeInsightsRefreshResponseTypeDef:
|
|
524
|
+
"""
|
|
525
|
+
Returns the status of the latest on-demand cluster insights refresh operation.
|
|
526
|
+
|
|
527
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_insights_refresh.html)
|
|
528
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_insights_refresh)
|
|
529
|
+
"""
|
|
530
|
+
|
|
517
531
|
def describe_nodegroup(
|
|
518
532
|
self, **kwargs: Unpack[DescribeNodegroupRequestTypeDef]
|
|
519
533
|
) -> DescribeNodegroupResponseTypeDef:
|
|
@@ -706,6 +720,17 @@ class EKSClient(BaseClient):
|
|
|
706
720
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#register_cluster)
|
|
707
721
|
"""
|
|
708
722
|
|
|
723
|
+
def start_insights_refresh(
|
|
724
|
+
self, **kwargs: Unpack[StartInsightsRefreshRequestTypeDef]
|
|
725
|
+
) -> StartInsightsRefreshResponseTypeDef:
|
|
726
|
+
"""
|
|
727
|
+
Initiates an on-demand refresh operation for cluster insights, getting the
|
|
728
|
+
latest analysis outside of the standard refresh schedule.
|
|
729
|
+
|
|
730
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/start_insights_refresh.html)
|
|
731
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#start_insights_refresh)
|
|
732
|
+
"""
|
|
733
|
+
|
|
709
734
|
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
|
|
710
735
|
"""
|
|
711
736
|
Associates the specified tags to an Amazon EKS resource with the specified
|
types_boto3_eks/client.pyi
CHANGED
|
@@ -97,6 +97,8 @@ from .type_defs import (
|
|
|
97
97
|
DescribeIdentityProviderConfigResponseTypeDef,
|
|
98
98
|
DescribeInsightRequestTypeDef,
|
|
99
99
|
DescribeInsightResponseTypeDef,
|
|
100
|
+
DescribeInsightsRefreshRequestTypeDef,
|
|
101
|
+
DescribeInsightsRefreshResponseTypeDef,
|
|
100
102
|
DescribeNodegroupRequestTypeDef,
|
|
101
103
|
DescribeNodegroupResponseTypeDef,
|
|
102
104
|
DescribePodIdentityAssociationRequestTypeDef,
|
|
@@ -134,6 +136,8 @@ from .type_defs import (
|
|
|
134
136
|
ListUpdatesResponseTypeDef,
|
|
135
137
|
RegisterClusterRequestTypeDef,
|
|
136
138
|
RegisterClusterResponseTypeDef,
|
|
139
|
+
StartInsightsRefreshRequestTypeDef,
|
|
140
|
+
StartInsightsRefreshResponseTypeDef,
|
|
137
141
|
TagResourceRequestTypeDef,
|
|
138
142
|
UntagResourceRequestTypeDef,
|
|
139
143
|
UpdateAccessEntryRequestTypeDef,
|
|
@@ -511,6 +515,16 @@ class EKSClient(BaseClient):
|
|
|
511
515
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_insight)
|
|
512
516
|
"""
|
|
513
517
|
|
|
518
|
+
def describe_insights_refresh(
|
|
519
|
+
self, **kwargs: Unpack[DescribeInsightsRefreshRequestTypeDef]
|
|
520
|
+
) -> DescribeInsightsRefreshResponseTypeDef:
|
|
521
|
+
"""
|
|
522
|
+
Returns the status of the latest on-demand cluster insights refresh operation.
|
|
523
|
+
|
|
524
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_insights_refresh.html)
|
|
525
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_insights_refresh)
|
|
526
|
+
"""
|
|
527
|
+
|
|
514
528
|
def describe_nodegroup(
|
|
515
529
|
self, **kwargs: Unpack[DescribeNodegroupRequestTypeDef]
|
|
516
530
|
) -> DescribeNodegroupResponseTypeDef:
|
|
@@ -703,6 +717,17 @@ class EKSClient(BaseClient):
|
|
|
703
717
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#register_cluster)
|
|
704
718
|
"""
|
|
705
719
|
|
|
720
|
+
def start_insights_refresh(
|
|
721
|
+
self, **kwargs: Unpack[StartInsightsRefreshRequestTypeDef]
|
|
722
|
+
) -> StartInsightsRefreshResponseTypeDef:
|
|
723
|
+
"""
|
|
724
|
+
Initiates an on-demand refresh operation for cluster insights, getting the
|
|
725
|
+
latest analysis outside of the standard refresh schedule.
|
|
726
|
+
|
|
727
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/start_insights_refresh.html)
|
|
728
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#start_insights_refresh)
|
|
729
|
+
"""
|
|
730
|
+
|
|
706
731
|
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
|
|
707
732
|
"""
|
|
708
733
|
Associates the specified tags to an Amazon EKS resource with the specified
|
types_boto3_eks/literals.py
CHANGED
|
@@ -51,6 +51,7 @@ __all__ = (
|
|
|
51
51
|
"FargateProfileIssueCodeType",
|
|
52
52
|
"FargateProfileStatusType",
|
|
53
53
|
"InsightStatusValueType",
|
|
54
|
+
"InsightsRefreshStatusType",
|
|
54
55
|
"IpFamilyType",
|
|
55
56
|
"ListAccessEntriesPaginatorName",
|
|
56
57
|
"ListAccessPoliciesPaginatorName",
|
|
@@ -198,6 +199,7 @@ FargateProfileStatusType = Literal[
|
|
|
198
199
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
|
|
199
200
|
]
|
|
200
201
|
InsightStatusValueType = Literal["ERROR", "PASSING", "UNKNOWN", "WARNING"]
|
|
202
|
+
InsightsRefreshStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
|
|
201
203
|
IpFamilyType = Literal["ipv4", "ipv6"]
|
|
202
204
|
ListAccessEntriesPaginatorName = Literal["list_access_entries"]
|
|
203
205
|
ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
|
|
@@ -602,8 +604,6 @@ ServiceName = Literal[
|
|
|
602
604
|
"omics",
|
|
603
605
|
"opensearch",
|
|
604
606
|
"opensearchserverless",
|
|
605
|
-
"opsworks",
|
|
606
|
-
"opsworkscm",
|
|
607
607
|
"organizations",
|
|
608
608
|
"osis",
|
|
609
609
|
"outposts",
|
|
@@ -736,16 +736,7 @@ ServiceName = Literal[
|
|
|
736
736
|
"xray",
|
|
737
737
|
]
|
|
738
738
|
ResourceServiceName = Literal[
|
|
739
|
-
"cloudformation",
|
|
740
|
-
"cloudwatch",
|
|
741
|
-
"dynamodb",
|
|
742
|
-
"ec2",
|
|
743
|
-
"glacier",
|
|
744
|
-
"iam",
|
|
745
|
-
"opsworks",
|
|
746
|
-
"s3",
|
|
747
|
-
"sns",
|
|
748
|
-
"sqs",
|
|
739
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
749
740
|
]
|
|
750
741
|
PaginatorName = Literal[
|
|
751
742
|
"describe_addon_versions",
|
types_boto3_eks/literals.pyi
CHANGED
|
@@ -50,6 +50,7 @@ __all__ = (
|
|
|
50
50
|
"FargateProfileIssueCodeType",
|
|
51
51
|
"FargateProfileStatusType",
|
|
52
52
|
"InsightStatusValueType",
|
|
53
|
+
"InsightsRefreshStatusType",
|
|
53
54
|
"IpFamilyType",
|
|
54
55
|
"ListAccessEntriesPaginatorName",
|
|
55
56
|
"ListAccessPoliciesPaginatorName",
|
|
@@ -196,6 +197,7 @@ FargateProfileStatusType = Literal[
|
|
|
196
197
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
|
|
197
198
|
]
|
|
198
199
|
InsightStatusValueType = Literal["ERROR", "PASSING", "UNKNOWN", "WARNING"]
|
|
200
|
+
InsightsRefreshStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
|
|
199
201
|
IpFamilyType = Literal["ipv4", "ipv6"]
|
|
200
202
|
ListAccessEntriesPaginatorName = Literal["list_access_entries"]
|
|
201
203
|
ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
|
|
@@ -600,8 +602,6 @@ ServiceName = Literal[
|
|
|
600
602
|
"omics",
|
|
601
603
|
"opensearch",
|
|
602
604
|
"opensearchserverless",
|
|
603
|
-
"opsworks",
|
|
604
|
-
"opsworkscm",
|
|
605
605
|
"organizations",
|
|
606
606
|
"osis",
|
|
607
607
|
"outposts",
|
|
@@ -734,16 +734,7 @@ ServiceName = Literal[
|
|
|
734
734
|
"xray",
|
|
735
735
|
]
|
|
736
736
|
ResourceServiceName = Literal[
|
|
737
|
-
"cloudformation",
|
|
738
|
-
"cloudwatch",
|
|
739
|
-
"dynamodb",
|
|
740
|
-
"ec2",
|
|
741
|
-
"glacier",
|
|
742
|
-
"iam",
|
|
743
|
-
"opsworks",
|
|
744
|
-
"s3",
|
|
745
|
-
"sns",
|
|
746
|
-
"sqs",
|
|
737
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
747
738
|
]
|
|
748
739
|
PaginatorName = Literal[
|
|
749
740
|
"describe_addon_versions",
|
types_boto3_eks/type_defs.py
CHANGED
|
@@ -37,6 +37,7 @@ from .literals import (
|
|
|
37
37
|
ErrorCodeType,
|
|
38
38
|
FargateProfileIssueCodeType,
|
|
39
39
|
FargateProfileStatusType,
|
|
40
|
+
InsightsRefreshStatusType,
|
|
40
41
|
InsightStatusValueType,
|
|
41
42
|
IpFamilyType,
|
|
42
43
|
LogTypeType,
|
|
@@ -162,6 +163,8 @@ __all__ = (
|
|
|
162
163
|
"DescribeIdentityProviderConfigResponseTypeDef",
|
|
163
164
|
"DescribeInsightRequestTypeDef",
|
|
164
165
|
"DescribeInsightResponseTypeDef",
|
|
166
|
+
"DescribeInsightsRefreshRequestTypeDef",
|
|
167
|
+
"DescribeInsightsRefreshResponseTypeDef",
|
|
165
168
|
"DescribeNodegroupRequestTypeDef",
|
|
166
169
|
"DescribeNodegroupRequestWaitExtraTypeDef",
|
|
167
170
|
"DescribeNodegroupRequestWaitTypeDef",
|
|
@@ -273,6 +276,8 @@ __all__ = (
|
|
|
273
276
|
"RemotePodNetworkTypeDef",
|
|
274
277
|
"RemotePodNetworkUnionTypeDef",
|
|
275
278
|
"ResponseMetadataTypeDef",
|
|
279
|
+
"StartInsightsRefreshRequestTypeDef",
|
|
280
|
+
"StartInsightsRefreshResponseTypeDef",
|
|
276
281
|
"StorageConfigRequestTypeDef",
|
|
277
282
|
"StorageConfigResponseTypeDef",
|
|
278
283
|
"TagResourceRequestTypeDef",
|
|
@@ -723,6 +728,10 @@ DescribeInsightRequestTypeDef = TypedDict(
|
|
|
723
728
|
)
|
|
724
729
|
|
|
725
730
|
|
|
731
|
+
class DescribeInsightsRefreshRequestTypeDef(TypedDict):
|
|
732
|
+
clusterName: str
|
|
733
|
+
|
|
734
|
+
|
|
726
735
|
class DescribeNodegroupRequestTypeDef(TypedDict):
|
|
727
736
|
clusterName: str
|
|
728
737
|
nodegroupName: str
|
|
@@ -947,6 +956,10 @@ class RemotePodNetworkTypeDef(TypedDict):
|
|
|
947
956
|
cidrs: NotRequired[Sequence[str]]
|
|
948
957
|
|
|
949
958
|
|
|
959
|
+
class StartInsightsRefreshRequestTypeDef(TypedDict):
|
|
960
|
+
clusterName: str
|
|
961
|
+
|
|
962
|
+
|
|
950
963
|
class TagResourceRequestTypeDef(TypedDict):
|
|
951
964
|
resourceArn: str
|
|
952
965
|
tags: Mapping[str, str]
|
|
@@ -1074,6 +1087,14 @@ class DescribeAddonConfigurationResponseTypeDef(TypedDict):
|
|
|
1074
1087
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1075
1088
|
|
|
1076
1089
|
|
|
1090
|
+
class DescribeInsightsRefreshResponseTypeDef(TypedDict):
|
|
1091
|
+
message: str
|
|
1092
|
+
status: InsightsRefreshStatusType
|
|
1093
|
+
startedAt: datetime
|
|
1094
|
+
endedAt: datetime
|
|
1095
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1096
|
+
|
|
1097
|
+
|
|
1077
1098
|
class ListAccessEntriesResponseTypeDef(TypedDict):
|
|
1078
1099
|
accessEntries: List[str]
|
|
1079
1100
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1121,6 +1142,12 @@ class ListUpdatesResponseTypeDef(TypedDict):
|
|
|
1121
1142
|
nextToken: NotRequired[str]
|
|
1122
1143
|
|
|
1123
1144
|
|
|
1145
|
+
class StartInsightsRefreshResponseTypeDef(TypedDict):
|
|
1146
|
+
message: str
|
|
1147
|
+
status: InsightsRefreshStatusType
|
|
1148
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1149
|
+
|
|
1150
|
+
|
|
1124
1151
|
class UpdateAccessEntryResponseTypeDef(TypedDict):
|
|
1125
1152
|
accessEntry: AccessEntryTypeDef
|
|
1126
1153
|
ResponseMetadata: ResponseMetadataTypeDef
|
types_boto3_eks/type_defs.pyi
CHANGED
|
@@ -37,6 +37,7 @@ from .literals import (
|
|
|
37
37
|
ErrorCodeType,
|
|
38
38
|
FargateProfileIssueCodeType,
|
|
39
39
|
FargateProfileStatusType,
|
|
40
|
+
InsightsRefreshStatusType,
|
|
40
41
|
InsightStatusValueType,
|
|
41
42
|
IpFamilyType,
|
|
42
43
|
LogTypeType,
|
|
@@ -161,6 +162,8 @@ __all__ = (
|
|
|
161
162
|
"DescribeIdentityProviderConfigResponseTypeDef",
|
|
162
163
|
"DescribeInsightRequestTypeDef",
|
|
163
164
|
"DescribeInsightResponseTypeDef",
|
|
165
|
+
"DescribeInsightsRefreshRequestTypeDef",
|
|
166
|
+
"DescribeInsightsRefreshResponseTypeDef",
|
|
164
167
|
"DescribeNodegroupRequestTypeDef",
|
|
165
168
|
"DescribeNodegroupRequestWaitExtraTypeDef",
|
|
166
169
|
"DescribeNodegroupRequestWaitTypeDef",
|
|
@@ -272,6 +275,8 @@ __all__ = (
|
|
|
272
275
|
"RemotePodNetworkTypeDef",
|
|
273
276
|
"RemotePodNetworkUnionTypeDef",
|
|
274
277
|
"ResponseMetadataTypeDef",
|
|
278
|
+
"StartInsightsRefreshRequestTypeDef",
|
|
279
|
+
"StartInsightsRefreshResponseTypeDef",
|
|
275
280
|
"StorageConfigRequestTypeDef",
|
|
276
281
|
"StorageConfigResponseTypeDef",
|
|
277
282
|
"TagResourceRequestTypeDef",
|
|
@@ -660,6 +665,9 @@ DescribeInsightRequestTypeDef = TypedDict(
|
|
|
660
665
|
},
|
|
661
666
|
)
|
|
662
667
|
|
|
668
|
+
class DescribeInsightsRefreshRequestTypeDef(TypedDict):
|
|
669
|
+
clusterName: str
|
|
670
|
+
|
|
663
671
|
class DescribeNodegroupRequestTypeDef(TypedDict):
|
|
664
672
|
clusterName: str
|
|
665
673
|
nodegroupName: str
|
|
@@ -848,6 +856,9 @@ class RemoteNodeNetworkTypeDef(TypedDict):
|
|
|
848
856
|
class RemotePodNetworkTypeDef(TypedDict):
|
|
849
857
|
cidrs: NotRequired[Sequence[str]]
|
|
850
858
|
|
|
859
|
+
class StartInsightsRefreshRequestTypeDef(TypedDict):
|
|
860
|
+
clusterName: str
|
|
861
|
+
|
|
851
862
|
class TagResourceRequestTypeDef(TypedDict):
|
|
852
863
|
resourceArn: str
|
|
853
864
|
tags: Mapping[str, str]
|
|
@@ -957,6 +968,13 @@ class DescribeAddonConfigurationResponseTypeDef(TypedDict):
|
|
|
957
968
|
podIdentityConfiguration: List[AddonPodIdentityConfigurationTypeDef]
|
|
958
969
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
959
970
|
|
|
971
|
+
class DescribeInsightsRefreshResponseTypeDef(TypedDict):
|
|
972
|
+
message: str
|
|
973
|
+
status: InsightsRefreshStatusType
|
|
974
|
+
startedAt: datetime
|
|
975
|
+
endedAt: datetime
|
|
976
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
977
|
+
|
|
960
978
|
class ListAccessEntriesResponseTypeDef(TypedDict):
|
|
961
979
|
accessEntries: List[str]
|
|
962
980
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -996,6 +1014,11 @@ class ListUpdatesResponseTypeDef(TypedDict):
|
|
|
996
1014
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
997
1015
|
nextToken: NotRequired[str]
|
|
998
1016
|
|
|
1017
|
+
class StartInsightsRefreshResponseTypeDef(TypedDict):
|
|
1018
|
+
message: str
|
|
1019
|
+
status: InsightsRefreshStatusType
|
|
1020
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1021
|
+
|
|
999
1022
|
class UpdateAccessEntryResponseTypeDef(TypedDict):
|
|
1000
1023
|
accessEntry: AccessEntryTypeDef
|
|
1001
1024
|
ResponseMetadata: ResponseMetadataTypeDef
|
types_boto3_eks/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.40.
|
|
3
|
+
Version: 1.40.19
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.40.19 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
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 EKS 1.40.
|
|
59
|
+
Type annotations for [boto3 EKS 1.40.19](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.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.19' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `EKS` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
types_boto3_eks/__init__.py,sha256=6GnlsLZ1rK6y5AdmXjWMAq1pJ9cdA5i0pLbPcC_Slio,5068
|
|
2
|
+
types_boto3_eks/__init__.pyi,sha256=ABEIqLpAfwj6RhXr6G83cGbvJ_JOleWaWXbG0STLXEY,5067
|
|
3
|
+
types_boto3_eks/__main__.py,sha256=AbuGbJJVFT7k_KaiEdbcZdtZrmWp9jXekbka9RqziI0,969
|
|
4
|
+
types_boto3_eks/client.py,sha256=QlsTUqbXOPtDzwVltWK2BlcBCc4c43g689BCmTW5zn0,50836
|
|
5
|
+
types_boto3_eks/client.pyi,sha256=3cmwjcVV3sueUrppEsSRqH6m0vX3C6ch5VrhCS3q7EA,50833
|
|
6
|
+
types_boto3_eks/literals.py,sha256=RQcSBpaH_rSnVlDWYNtkQR2sLbGiCt99pC35CocIjfE,19912
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=MOTmn5qBmp40TTVeyS8NJaII1NOisAhg_ZlefS2t_Z0,19910
|
|
8
|
+
types_boto3_eks/paginator.py,sha256=BSzPVWxeHYIdYz_JKpSAjLLJ0uSjKPgH1AAzER6YDzk,20512
|
|
9
|
+
types_boto3_eks/paginator.pyi,sha256=UjLxbcexpZgFNCHK3sIyzybMZxsjlSzeQsRIkFHZrQI,20469
|
|
10
|
+
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_eks/type_defs.py,sha256=5d3kNl7dHA7u22Vl9-yoaD6cRSpceeHOnjnLheJijbc,58130
|
|
12
|
+
types_boto3_eks/type_defs.pyi,sha256=vN6IQXo-2Svz6LkQiFvQtqv7mjRrAEhW8vd28exgsSg,57891
|
|
13
|
+
types_boto3_eks/version.py,sha256=cgjcciUPO8vyG6_ppiRSDc0Bm315Iv78OxYh5Mgno_g,93
|
|
14
|
+
types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
|
|
15
|
+
types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
|
|
16
|
+
types_boto3_eks-1.40.19.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_eks-1.40.19.dist-info/METADATA,sha256=HGD0i14v8auYdtiizSGwPIV4F7zZWP6a-hC6Go9NnhU,18068
|
|
18
|
+
types_boto3_eks-1.40.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_eks-1.40.19.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.40.19.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
types_boto3_eks/__init__.py,sha256=6GnlsLZ1rK6y5AdmXjWMAq1pJ9cdA5i0pLbPcC_Slio,5068
|
|
2
|
-
types_boto3_eks/__init__.pyi,sha256=ABEIqLpAfwj6RhXr6G83cGbvJ_JOleWaWXbG0STLXEY,5067
|
|
3
|
-
types_boto3_eks/__main__.py,sha256=SPlXrvrRktm_dtD7kK78l2iuGhBsWOQDyPucyi3G-vE,969
|
|
4
|
-
types_boto3_eks/client.py,sha256=Kr0CWPYPsL5PFEj41pvEyDtZwtvHB8UkKNdd98iNo_E,49511
|
|
5
|
-
types_boto3_eks/client.pyi,sha256=0glbtOR8a_IU_i70NWP90pBnLFcgDzoTRhzg-IWkktE,49508
|
|
6
|
-
types_boto3_eks/literals.py,sha256=EjS6GcSxZy22UzQQDrFc0XRaX6ouoD49E80Q9ClDUJc,19888
|
|
7
|
-
types_boto3_eks/literals.pyi,sha256=Fw8z03Y4grcGkEzGMeNP8_BnLjJiLQyAE8hOgwFEeSo,19886
|
|
8
|
-
types_boto3_eks/paginator.py,sha256=BSzPVWxeHYIdYz_JKpSAjLLJ0uSjKPgH1AAzER6YDzk,20512
|
|
9
|
-
types_boto3_eks/paginator.pyi,sha256=UjLxbcexpZgFNCHK3sIyzybMZxsjlSzeQsRIkFHZrQI,20469
|
|
10
|
-
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_eks/type_defs.py,sha256=6fTRZXpizg7615EEdRMdx6GgNuY4L6grISeLeWS7ycs,57405
|
|
12
|
-
types_boto3_eks/type_defs.pyi,sha256=A3cQbBo2SZ3lk1I4xD4O5VDP637OkKomVFx-VnbMnSk,57170
|
|
13
|
-
types_boto3_eks/version.py,sha256=yx4TXfA7frT22svKZb5oIUbOh_laGJb51_7cJeePnRs,93
|
|
14
|
-
types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
|
|
15
|
-
types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
|
|
16
|
-
types_boto3_eks-1.40.14.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
types_boto3_eks-1.40.14.dist-info/METADATA,sha256=vwLGy9x-Hu4H98ZYU5EMr3Eht6CNcpRkL3nXB-AGMYY,18068
|
|
18
|
-
types_boto3_eks-1.40.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
types_boto3_eks-1.40.14.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
-
types_boto3_eks-1.40.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|