mypy-boto3-eks 1.40.14__tar.gz → 1.40.36__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.
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/PKG-INFO +4 -4
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/README.md +2 -2
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/__main__.py +3 -3
- mypy_boto3_eks-1.40.14/mypy_boto3_eks/client.pyi → mypy_boto3_eks-1.40.36/mypy_boto3_eks/client.py +28 -0
- mypy_boto3_eks-1.40.14/mypy_boto3_eks/client.py → mypy_boto3_eks-1.40.36/mypy_boto3_eks/client.pyi +25 -3
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/literals.py +7 -13
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/literals.pyi +7 -13
- mypy_boto3_eks-1.40.14/mypy_boto3_eks/type_defs.pyi → mypy_boto3_eks-1.40.36/mypy_boto3_eks/type_defs.py +322 -34
- mypy_boto3_eks-1.40.14/mypy_boto3_eks/type_defs.py → mypy_boto3_eks-1.40.36/mypy_boto3_eks/type_defs.pyi +76 -264
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks.egg-info/PKG-INFO +4 -4
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/setup.py +2 -2
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/LICENSE +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/__init__.py +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/__init__.pyi +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/paginator.py +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/paginator.pyi +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/waiter.py +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks/waiter.pyi +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks.egg-info/requires.txt +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.40.14 → mypy_boto3_eks-1.40.36}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.40.
|
|
3
|
+
Version: 1.40.36
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.40.36 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.36](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.36' 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.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 EKS 1.40.
|
|
12
|
+
Type annotations for [boto3 EKS 1.40.36](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.40.
|
|
75
|
+
`uvx --with 'boto3==1.40.36' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `EKS` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -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.36\n"
|
|
16
|
+
"Version: 1.40.36\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.40.
|
|
29
|
+
sys.stdout.write("1.40.36\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_eks-1.40.14/mypy_boto3_eks/client.pyi → mypy_boto3_eks-1.40.36/mypy_boto3_eks/client.py
RENAMED
|
@@ -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,
|
|
@@ -175,8 +179,10 @@ if sys.version_info >= (3, 12):
|
|
|
175
179
|
else:
|
|
176
180
|
from typing_extensions import Literal, Unpack
|
|
177
181
|
|
|
182
|
+
|
|
178
183
|
__all__ = ("EKSClient",)
|
|
179
184
|
|
|
185
|
+
|
|
180
186
|
class Exceptions(BaseClientExceptions):
|
|
181
187
|
AccessDeniedException: Type[BotocoreClientError]
|
|
182
188
|
BadRequestException: Type[BotocoreClientError]
|
|
@@ -195,6 +201,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
195
201
|
ThrottlingException: Type[BotocoreClientError]
|
|
196
202
|
UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
|
|
197
203
|
|
|
204
|
+
|
|
198
205
|
class EKSClient(BaseClient):
|
|
199
206
|
"""
|
|
200
207
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
|
|
@@ -511,6 +518,16 @@ class EKSClient(BaseClient):
|
|
|
511
518
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_insight)
|
|
512
519
|
"""
|
|
513
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 boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_insights_refresh)
|
|
529
|
+
"""
|
|
530
|
+
|
|
514
531
|
def describe_nodegroup(
|
|
515
532
|
self, **kwargs: Unpack[DescribeNodegroupRequestTypeDef]
|
|
516
533
|
) -> DescribeNodegroupResponseTypeDef:
|
|
@@ -703,6 +720,17 @@ class EKSClient(BaseClient):
|
|
|
703
720
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
|
|
704
721
|
"""
|
|
705
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 boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#start_insights_refresh)
|
|
732
|
+
"""
|
|
733
|
+
|
|
706
734
|
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
|
|
707
735
|
"""
|
|
708
736
|
Associates the specified tags to an Amazon EKS resource with the specified
|
mypy_boto3_eks-1.40.14/mypy_boto3_eks/client.py → mypy_boto3_eks-1.40.36/mypy_boto3_eks/client.pyi
RENAMED
|
@@ -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,
|
|
@@ -175,10 +179,8 @@ if sys.version_info >= (3, 12):
|
|
|
175
179
|
else:
|
|
176
180
|
from typing_extensions import Literal, Unpack
|
|
177
181
|
|
|
178
|
-
|
|
179
182
|
__all__ = ("EKSClient",)
|
|
180
183
|
|
|
181
|
-
|
|
182
184
|
class Exceptions(BaseClientExceptions):
|
|
183
185
|
AccessDeniedException: Type[BotocoreClientError]
|
|
184
186
|
BadRequestException: Type[BotocoreClientError]
|
|
@@ -197,7 +199,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
197
199
|
ThrottlingException: Type[BotocoreClientError]
|
|
198
200
|
UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
|
|
199
201
|
|
|
200
|
-
|
|
201
202
|
class EKSClient(BaseClient):
|
|
202
203
|
"""
|
|
203
204
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
|
|
@@ -514,6 +515,16 @@ class EKSClient(BaseClient):
|
|
|
514
515
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_insight)
|
|
515
516
|
"""
|
|
516
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 boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_insights_refresh)
|
|
526
|
+
"""
|
|
527
|
+
|
|
517
528
|
def describe_nodegroup(
|
|
518
529
|
self, **kwargs: Unpack[DescribeNodegroupRequestTypeDef]
|
|
519
530
|
) -> DescribeNodegroupResponseTypeDef:
|
|
@@ -706,6 +717,17 @@ class EKSClient(BaseClient):
|
|
|
706
717
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
|
|
707
718
|
"""
|
|
708
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 boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#start_insights_refresh)
|
|
729
|
+
"""
|
|
730
|
+
|
|
709
731
|
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
|
|
710
732
|
"""
|
|
711
733
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
@@ -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",
|
|
@@ -72,6 +73,7 @@ __all__ = (
|
|
|
72
73
|
"NodegroupUpdateStrategiesType",
|
|
73
74
|
"PaginatorName",
|
|
74
75
|
"RegionName",
|
|
76
|
+
"RepairActionType",
|
|
75
77
|
"ResolveConflictsType",
|
|
76
78
|
"ResourceServiceName",
|
|
77
79
|
"ServiceName",
|
|
@@ -198,6 +200,7 @@ FargateProfileStatusType = Literal[
|
|
|
198
200
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
|
|
199
201
|
]
|
|
200
202
|
InsightStatusValueType = Literal["ERROR", "PASSING", "UNKNOWN", "WARNING"]
|
|
203
|
+
InsightsRefreshStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
|
|
201
204
|
IpFamilyType = Literal["ipv4", "ipv6"]
|
|
202
205
|
ListAccessEntriesPaginatorName = Literal["list_access_entries"]
|
|
203
206
|
ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
|
|
@@ -256,6 +259,7 @@ NodegroupStatusType = Literal[
|
|
|
256
259
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
|
|
257
260
|
]
|
|
258
261
|
NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
|
|
262
|
+
RepairActionType = Literal["NoAction", "Reboot", "Replace"]
|
|
259
263
|
ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
|
|
260
264
|
SupportTypeType = Literal["EXTENDED", "STANDARD"]
|
|
261
265
|
TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
|
|
@@ -280,6 +284,7 @@ UpdateParamTypeType = Literal[
|
|
|
280
284
|
"MaxUnavailable",
|
|
281
285
|
"MaxUnavailablePercentage",
|
|
282
286
|
"MinSize",
|
|
287
|
+
"NodeRepairConfig",
|
|
283
288
|
"NodeRepairEnabled",
|
|
284
289
|
"PlatformVersion",
|
|
285
290
|
"PodIdentityAssociations",
|
|
@@ -602,8 +607,6 @@ ServiceName = Literal[
|
|
|
602
607
|
"omics",
|
|
603
608
|
"opensearch",
|
|
604
609
|
"opensearchserverless",
|
|
605
|
-
"opsworks",
|
|
606
|
-
"opsworkscm",
|
|
607
610
|
"organizations",
|
|
608
611
|
"osis",
|
|
609
612
|
"outposts",
|
|
@@ -685,7 +688,6 @@ ServiceName = Literal[
|
|
|
685
688
|
"shield",
|
|
686
689
|
"signer",
|
|
687
690
|
"simspaceweaver",
|
|
688
|
-
"sms",
|
|
689
691
|
"snow-device-management",
|
|
690
692
|
"snowball",
|
|
691
693
|
"sns",
|
|
@@ -736,16 +738,7 @@ ServiceName = Literal[
|
|
|
736
738
|
"xray",
|
|
737
739
|
]
|
|
738
740
|
ResourceServiceName = Literal[
|
|
739
|
-
"cloudformation",
|
|
740
|
-
"cloudwatch",
|
|
741
|
-
"dynamodb",
|
|
742
|
-
"ec2",
|
|
743
|
-
"glacier",
|
|
744
|
-
"iam",
|
|
745
|
-
"opsworks",
|
|
746
|
-
"s3",
|
|
747
|
-
"sns",
|
|
748
|
-
"sqs",
|
|
741
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
749
742
|
]
|
|
750
743
|
PaginatorName = Literal[
|
|
751
744
|
"describe_addon_versions",
|
|
@@ -787,6 +780,7 @@ RegionName = Literal[
|
|
|
787
780
|
"ap-southeast-3",
|
|
788
781
|
"ap-southeast-4",
|
|
789
782
|
"ap-southeast-5",
|
|
783
|
+
"ap-southeast-6",
|
|
790
784
|
"ap-southeast-7",
|
|
791
785
|
"ca-central-1",
|
|
792
786
|
"ca-west-1",
|
|
@@ -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",
|
|
@@ -71,6 +72,7 @@ __all__ = (
|
|
|
71
72
|
"NodegroupUpdateStrategiesType",
|
|
72
73
|
"PaginatorName",
|
|
73
74
|
"RegionName",
|
|
75
|
+
"RepairActionType",
|
|
74
76
|
"ResolveConflictsType",
|
|
75
77
|
"ResourceServiceName",
|
|
76
78
|
"ServiceName",
|
|
@@ -196,6 +198,7 @@ FargateProfileStatusType = Literal[
|
|
|
196
198
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
|
|
197
199
|
]
|
|
198
200
|
InsightStatusValueType = Literal["ERROR", "PASSING", "UNKNOWN", "WARNING"]
|
|
201
|
+
InsightsRefreshStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
|
|
199
202
|
IpFamilyType = Literal["ipv4", "ipv6"]
|
|
200
203
|
ListAccessEntriesPaginatorName = Literal["list_access_entries"]
|
|
201
204
|
ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
|
|
@@ -254,6 +257,7 @@ NodegroupStatusType = Literal[
|
|
|
254
257
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
|
|
255
258
|
]
|
|
256
259
|
NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
|
|
260
|
+
RepairActionType = Literal["NoAction", "Reboot", "Replace"]
|
|
257
261
|
ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
|
|
258
262
|
SupportTypeType = Literal["EXTENDED", "STANDARD"]
|
|
259
263
|
TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
|
|
@@ -278,6 +282,7 @@ UpdateParamTypeType = Literal[
|
|
|
278
282
|
"MaxUnavailable",
|
|
279
283
|
"MaxUnavailablePercentage",
|
|
280
284
|
"MinSize",
|
|
285
|
+
"NodeRepairConfig",
|
|
281
286
|
"NodeRepairEnabled",
|
|
282
287
|
"PlatformVersion",
|
|
283
288
|
"PodIdentityAssociations",
|
|
@@ -600,8 +605,6 @@ ServiceName = Literal[
|
|
|
600
605
|
"omics",
|
|
601
606
|
"opensearch",
|
|
602
607
|
"opensearchserverless",
|
|
603
|
-
"opsworks",
|
|
604
|
-
"opsworkscm",
|
|
605
608
|
"organizations",
|
|
606
609
|
"osis",
|
|
607
610
|
"outposts",
|
|
@@ -683,7 +686,6 @@ ServiceName = Literal[
|
|
|
683
686
|
"shield",
|
|
684
687
|
"signer",
|
|
685
688
|
"simspaceweaver",
|
|
686
|
-
"sms",
|
|
687
689
|
"snow-device-management",
|
|
688
690
|
"snowball",
|
|
689
691
|
"sns",
|
|
@@ -734,16 +736,7 @@ ServiceName = Literal[
|
|
|
734
736
|
"xray",
|
|
735
737
|
]
|
|
736
738
|
ResourceServiceName = Literal[
|
|
737
|
-
"cloudformation",
|
|
738
|
-
"cloudwatch",
|
|
739
|
-
"dynamodb",
|
|
740
|
-
"ec2",
|
|
741
|
-
"glacier",
|
|
742
|
-
"iam",
|
|
743
|
-
"opsworks",
|
|
744
|
-
"s3",
|
|
745
|
-
"sns",
|
|
746
|
-
"sqs",
|
|
739
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
747
740
|
]
|
|
748
741
|
PaginatorName = Literal[
|
|
749
742
|
"describe_addon_versions",
|
|
@@ -785,6 +778,7 @@ RegionName = Literal[
|
|
|
785
778
|
"ap-southeast-3",
|
|
786
779
|
"ap-southeast-4",
|
|
787
780
|
"ap-southeast-5",
|
|
781
|
+
"ap-southeast-6",
|
|
788
782
|
"ap-southeast-7",
|
|
789
783
|
"ca-central-1",
|
|
790
784
|
"ca-west-1",
|