mypy-boto3-eks 1.35.57__py3-none-any.whl → 1.35.81__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.
- mypy_boto3_eks/__init__.py +2 -0
- mypy_boto3_eks/__init__.pyi +2 -0
- mypy_boto3_eks/__main__.py +7 -5
- mypy_boto3_eks/client.py +152 -119
- mypy_boto3_eks/client.pyi +152 -119
- mypy_boto3_eks/literals.py +21 -0
- mypy_boto3_eks/literals.pyi +21 -0
- mypy_boto3_eks/paginator.py +28 -26
- mypy_boto3_eks/paginator.pyi +28 -26
- mypy_boto3_eks/type_defs.py +117 -23
- mypy_boto3_eks/type_defs.pyi +100 -20
- mypy_boto3_eks/version.py +3 -1
- mypy_boto3_eks/waiter.py +18 -16
- mypy_boto3_eks/waiter.pyi +18 -16
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.81.dist-info}/METADATA +75 -21
- mypy_boto3_eks-1.35.81.dist-info/RECORD +20 -0
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.81.dist-info}/WHEEL +1 -1
- mypy_boto3_eks-1.35.57.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.81.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.81.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/paginator.pyi
CHANGED
|
@@ -42,6 +42,8 @@ Usage::
|
|
|
42
42
|
list_pod_identity_associations_paginator: ListPodIdentityAssociationsPaginator = client.get_paginator("list_pod_identity_associations")
|
|
43
43
|
list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
|
|
44
44
|
```
|
|
45
|
+
|
|
46
|
+
Copyright 2024 Vlad Emelianov
|
|
45
47
|
"""
|
|
46
48
|
|
|
47
49
|
import sys
|
|
@@ -109,59 +111,59 @@ class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
|
|
|
109
111
|
|
|
110
112
|
class DescribeAddonVersionsPaginator(Paginator):
|
|
111
113
|
"""
|
|
112
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.DescribeAddonVersions)
|
|
114
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/DescribeAddonVersions.html#EKS.Paginator.DescribeAddonVersions)
|
|
113
115
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#describeaddonversionspaginator)
|
|
114
116
|
"""
|
|
115
117
|
def paginate(
|
|
116
118
|
self, **kwargs: Unpack[DescribeAddonVersionsRequestDescribeAddonVersionsPaginateTypeDef]
|
|
117
119
|
) -> _PageIterator[DescribeAddonVersionsResponseTypeDef]:
|
|
118
120
|
"""
|
|
119
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.DescribeAddonVersions.paginate)
|
|
121
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/DescribeAddonVersions.html#EKS.Paginator.DescribeAddonVersions.paginate)
|
|
120
122
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#describeaddonversionspaginator)
|
|
121
123
|
"""
|
|
122
124
|
|
|
123
125
|
class ListAccessEntriesPaginator(Paginator):
|
|
124
126
|
"""
|
|
125
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAccessEntries)
|
|
127
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAccessEntries.html#EKS.Paginator.ListAccessEntries)
|
|
126
128
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaccessentriespaginator)
|
|
127
129
|
"""
|
|
128
130
|
def paginate(
|
|
129
131
|
self, **kwargs: Unpack[ListAccessEntriesRequestListAccessEntriesPaginateTypeDef]
|
|
130
132
|
) -> _PageIterator[ListAccessEntriesResponseTypeDef]:
|
|
131
133
|
"""
|
|
132
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAccessEntries.paginate)
|
|
134
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAccessEntries.html#EKS.Paginator.ListAccessEntries.paginate)
|
|
133
135
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaccessentriespaginator)
|
|
134
136
|
"""
|
|
135
137
|
|
|
136
138
|
class ListAccessPoliciesPaginator(Paginator):
|
|
137
139
|
"""
|
|
138
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAccessPolicies)
|
|
140
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAccessPolicies.html#EKS.Paginator.ListAccessPolicies)
|
|
139
141
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaccesspoliciespaginator)
|
|
140
142
|
"""
|
|
141
143
|
def paginate(
|
|
142
144
|
self, **kwargs: Unpack[ListAccessPoliciesRequestListAccessPoliciesPaginateTypeDef]
|
|
143
145
|
) -> _PageIterator[ListAccessPoliciesResponseTypeDef]:
|
|
144
146
|
"""
|
|
145
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAccessPolicies.paginate)
|
|
147
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAccessPolicies.html#EKS.Paginator.ListAccessPolicies.paginate)
|
|
146
148
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaccesspoliciespaginator)
|
|
147
149
|
"""
|
|
148
150
|
|
|
149
151
|
class ListAddonsPaginator(Paginator):
|
|
150
152
|
"""
|
|
151
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAddons)
|
|
153
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAddons.html#EKS.Paginator.ListAddons)
|
|
152
154
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaddonspaginator)
|
|
153
155
|
"""
|
|
154
156
|
def paginate(
|
|
155
157
|
self, **kwargs: Unpack[ListAddonsRequestListAddonsPaginateTypeDef]
|
|
156
158
|
) -> _PageIterator[ListAddonsResponseTypeDef]:
|
|
157
159
|
"""
|
|
158
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAddons.paginate)
|
|
160
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAddons.html#EKS.Paginator.ListAddons.paginate)
|
|
159
161
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaddonspaginator)
|
|
160
162
|
"""
|
|
161
163
|
|
|
162
164
|
class ListAssociatedAccessPoliciesPaginator(Paginator):
|
|
163
165
|
"""
|
|
164
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAssociatedAccessPolicies)
|
|
166
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAssociatedAccessPolicies.html#EKS.Paginator.ListAssociatedAccessPolicies)
|
|
165
167
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listassociatedaccesspoliciespaginator)
|
|
166
168
|
"""
|
|
167
169
|
def paginate(
|
|
@@ -171,26 +173,26 @@ class ListAssociatedAccessPoliciesPaginator(Paginator):
|
|
|
171
173
|
],
|
|
172
174
|
) -> _PageIterator[ListAssociatedAccessPoliciesResponseTypeDef]:
|
|
173
175
|
"""
|
|
174
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAssociatedAccessPolicies.paginate)
|
|
176
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAssociatedAccessPolicies.html#EKS.Paginator.ListAssociatedAccessPolicies.paginate)
|
|
175
177
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listassociatedaccesspoliciespaginator)
|
|
176
178
|
"""
|
|
177
179
|
|
|
178
180
|
class ListClustersPaginator(Paginator):
|
|
179
181
|
"""
|
|
180
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListClusters)
|
|
182
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListClusters.html#EKS.Paginator.ListClusters)
|
|
181
183
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listclusterspaginator)
|
|
182
184
|
"""
|
|
183
185
|
def paginate(
|
|
184
186
|
self, **kwargs: Unpack[ListClustersRequestListClustersPaginateTypeDef]
|
|
185
187
|
) -> _PageIterator[ListClustersResponseTypeDef]:
|
|
186
188
|
"""
|
|
187
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListClusters.paginate)
|
|
189
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListClusters.html#EKS.Paginator.ListClusters.paginate)
|
|
188
190
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listclusterspaginator)
|
|
189
191
|
"""
|
|
190
192
|
|
|
191
193
|
class ListEksAnywhereSubscriptionsPaginator(Paginator):
|
|
192
194
|
"""
|
|
193
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListEksAnywhereSubscriptions)
|
|
195
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListEksAnywhereSubscriptions.html#EKS.Paginator.ListEksAnywhereSubscriptions)
|
|
194
196
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listeksanywheresubscriptionspaginator)
|
|
195
197
|
"""
|
|
196
198
|
def paginate(
|
|
@@ -200,26 +202,26 @@ class ListEksAnywhereSubscriptionsPaginator(Paginator):
|
|
|
200
202
|
],
|
|
201
203
|
) -> _PageIterator[ListEksAnywhereSubscriptionsResponseTypeDef]:
|
|
202
204
|
"""
|
|
203
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListEksAnywhereSubscriptions.paginate)
|
|
205
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListEksAnywhereSubscriptions.html#EKS.Paginator.ListEksAnywhereSubscriptions.paginate)
|
|
204
206
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listeksanywheresubscriptionspaginator)
|
|
205
207
|
"""
|
|
206
208
|
|
|
207
209
|
class ListFargateProfilesPaginator(Paginator):
|
|
208
210
|
"""
|
|
209
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListFargateProfiles)
|
|
211
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListFargateProfiles.html#EKS.Paginator.ListFargateProfiles)
|
|
210
212
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listfargateprofilespaginator)
|
|
211
213
|
"""
|
|
212
214
|
def paginate(
|
|
213
215
|
self, **kwargs: Unpack[ListFargateProfilesRequestListFargateProfilesPaginateTypeDef]
|
|
214
216
|
) -> _PageIterator[ListFargateProfilesResponseTypeDef]:
|
|
215
217
|
"""
|
|
216
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListFargateProfiles.paginate)
|
|
218
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListFargateProfiles.html#EKS.Paginator.ListFargateProfiles.paginate)
|
|
217
219
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listfargateprofilespaginator)
|
|
218
220
|
"""
|
|
219
221
|
|
|
220
222
|
class ListIdentityProviderConfigsPaginator(Paginator):
|
|
221
223
|
"""
|
|
222
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListIdentityProviderConfigs)
|
|
224
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListIdentityProviderConfigs.html#EKS.Paginator.ListIdentityProviderConfigs)
|
|
223
225
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listidentityproviderconfigspaginator)
|
|
224
226
|
"""
|
|
225
227
|
def paginate(
|
|
@@ -229,39 +231,39 @@ class ListIdentityProviderConfigsPaginator(Paginator):
|
|
|
229
231
|
],
|
|
230
232
|
) -> _PageIterator[ListIdentityProviderConfigsResponseTypeDef]:
|
|
231
233
|
"""
|
|
232
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListIdentityProviderConfigs.paginate)
|
|
234
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListIdentityProviderConfigs.html#EKS.Paginator.ListIdentityProviderConfigs.paginate)
|
|
233
235
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listidentityproviderconfigspaginator)
|
|
234
236
|
"""
|
|
235
237
|
|
|
236
238
|
class ListInsightsPaginator(Paginator):
|
|
237
239
|
"""
|
|
238
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListInsights)
|
|
240
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListInsights.html#EKS.Paginator.ListInsights)
|
|
239
241
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listinsightspaginator)
|
|
240
242
|
"""
|
|
241
243
|
def paginate(
|
|
242
244
|
self, **kwargs: Unpack[ListInsightsRequestListInsightsPaginateTypeDef]
|
|
243
245
|
) -> _PageIterator[ListInsightsResponseTypeDef]:
|
|
244
246
|
"""
|
|
245
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListInsights.paginate)
|
|
247
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListInsights.html#EKS.Paginator.ListInsights.paginate)
|
|
246
248
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listinsightspaginator)
|
|
247
249
|
"""
|
|
248
250
|
|
|
249
251
|
class ListNodegroupsPaginator(Paginator):
|
|
250
252
|
"""
|
|
251
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListNodegroups)
|
|
253
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListNodegroups.html#EKS.Paginator.ListNodegroups)
|
|
252
254
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listnodegroupspaginator)
|
|
253
255
|
"""
|
|
254
256
|
def paginate(
|
|
255
257
|
self, **kwargs: Unpack[ListNodegroupsRequestListNodegroupsPaginateTypeDef]
|
|
256
258
|
) -> _PageIterator[ListNodegroupsResponseTypeDef]:
|
|
257
259
|
"""
|
|
258
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListNodegroups.paginate)
|
|
260
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListNodegroups.html#EKS.Paginator.ListNodegroups.paginate)
|
|
259
261
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listnodegroupspaginator)
|
|
260
262
|
"""
|
|
261
263
|
|
|
262
264
|
class ListPodIdentityAssociationsPaginator(Paginator):
|
|
263
265
|
"""
|
|
264
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListPodIdentityAssociations)
|
|
266
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListPodIdentityAssociations.html#EKS.Paginator.ListPodIdentityAssociations)
|
|
265
267
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listpodidentityassociationspaginator)
|
|
266
268
|
"""
|
|
267
269
|
def paginate(
|
|
@@ -271,19 +273,19 @@ class ListPodIdentityAssociationsPaginator(Paginator):
|
|
|
271
273
|
],
|
|
272
274
|
) -> _PageIterator[ListPodIdentityAssociationsResponseTypeDef]:
|
|
273
275
|
"""
|
|
274
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListPodIdentityAssociations.paginate)
|
|
276
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListPodIdentityAssociations.html#EKS.Paginator.ListPodIdentityAssociations.paginate)
|
|
275
277
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listpodidentityassociationspaginator)
|
|
276
278
|
"""
|
|
277
279
|
|
|
278
280
|
class ListUpdatesPaginator(Paginator):
|
|
279
281
|
"""
|
|
280
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListUpdates)
|
|
282
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListUpdates.html#EKS.Paginator.ListUpdates)
|
|
281
283
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listupdatespaginator)
|
|
282
284
|
"""
|
|
283
285
|
def paginate(
|
|
284
286
|
self, **kwargs: Unpack[ListUpdatesRequestListUpdatesPaginateTypeDef]
|
|
285
287
|
) -> _PageIterator[ListUpdatesResponseTypeDef]:
|
|
286
288
|
"""
|
|
287
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListUpdates.paginate)
|
|
289
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListUpdates.html#EKS.Paginator.ListUpdates.paginate)
|
|
288
290
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listupdatespaginator)
|
|
289
291
|
"""
|
mypy_boto3_eks/type_defs.py
CHANGED
|
@@ -10,6 +10,8 @@ Usage::
|
|
|
10
10
|
|
|
11
11
|
data: AccessConfigResponseTypeDef = ...
|
|
12
12
|
```
|
|
13
|
+
|
|
14
|
+
Copyright 2024 Vlad Emelianov
|
|
13
15
|
"""
|
|
14
16
|
|
|
15
17
|
import sys
|
|
@@ -71,12 +73,15 @@ __all__ = (
|
|
|
71
73
|
"AssociateIdentityProviderConfigResponseTypeDef",
|
|
72
74
|
"AssociatedAccessPolicyTypeDef",
|
|
73
75
|
"AutoScalingGroupTypeDef",
|
|
76
|
+
"BlockStorageTypeDef",
|
|
74
77
|
"CertificateTypeDef",
|
|
75
78
|
"ClientStatTypeDef",
|
|
76
79
|
"ClusterHealthTypeDef",
|
|
77
80
|
"ClusterIssueTypeDef",
|
|
78
81
|
"ClusterTypeDef",
|
|
79
82
|
"CompatibilityTypeDef",
|
|
83
|
+
"ComputeConfigRequestTypeDef",
|
|
84
|
+
"ComputeConfigResponseTypeDef",
|
|
80
85
|
"ConnectorConfigRequestTypeDef",
|
|
81
86
|
"ConnectorConfigResponseTypeDef",
|
|
82
87
|
"ControlPlanePlacementRequestTypeDef",
|
|
@@ -150,6 +155,7 @@ __all__ = (
|
|
|
150
155
|
"DisassociateIdentityProviderConfigResponseTypeDef",
|
|
151
156
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
152
157
|
"EksAnywhereSubscriptionTypeDef",
|
|
158
|
+
"ElasticLoadBalancingTypeDef",
|
|
153
159
|
"EncryptionConfigOutputTypeDef",
|
|
154
160
|
"EncryptionConfigTypeDef",
|
|
155
161
|
"EncryptionConfigUnionTypeDef",
|
|
@@ -217,6 +223,7 @@ __all__ = (
|
|
|
217
223
|
"LoggingOutputTypeDef",
|
|
218
224
|
"LoggingTypeDef",
|
|
219
225
|
"MarketplaceInformationTypeDef",
|
|
226
|
+
"NodeRepairConfigTypeDef",
|
|
220
227
|
"NodegroupHealthTypeDef",
|
|
221
228
|
"NodegroupResourcesTypeDef",
|
|
222
229
|
"NodegroupScalingConfigTypeDef",
|
|
@@ -235,7 +242,17 @@ __all__ = (
|
|
|
235
242
|
"RegisterClusterResponseTypeDef",
|
|
236
243
|
"RemoteAccessConfigOutputTypeDef",
|
|
237
244
|
"RemoteAccessConfigTypeDef",
|
|
245
|
+
"RemoteNetworkConfigRequestTypeDef",
|
|
246
|
+
"RemoteNetworkConfigResponseTypeDef",
|
|
247
|
+
"RemoteNodeNetworkOutputTypeDef",
|
|
248
|
+
"RemoteNodeNetworkTypeDef",
|
|
249
|
+
"RemoteNodeNetworkUnionTypeDef",
|
|
250
|
+
"RemotePodNetworkOutputTypeDef",
|
|
251
|
+
"RemotePodNetworkTypeDef",
|
|
252
|
+
"RemotePodNetworkUnionTypeDef",
|
|
238
253
|
"ResponseMetadataTypeDef",
|
|
254
|
+
"StorageConfigRequestTypeDef",
|
|
255
|
+
"StorageConfigResponseTypeDef",
|
|
239
256
|
"TagResourceRequestRequestTypeDef",
|
|
240
257
|
"TaintTypeDef",
|
|
241
258
|
"UntagResourceRequestRequestTypeDef",
|
|
@@ -362,6 +379,10 @@ class AutoScalingGroupTypeDef(TypedDict):
|
|
|
362
379
|
name: NotRequired[str]
|
|
363
380
|
|
|
364
381
|
|
|
382
|
+
class BlockStorageTypeDef(TypedDict):
|
|
383
|
+
enabled: NotRequired[bool]
|
|
384
|
+
|
|
385
|
+
|
|
365
386
|
class CertificateTypeDef(TypedDict):
|
|
366
387
|
data: NotRequired[str]
|
|
367
388
|
|
|
@@ -378,6 +399,12 @@ class ClusterIssueTypeDef(TypedDict):
|
|
|
378
399
|
resourceIds: NotRequired[List[str]]
|
|
379
400
|
|
|
380
401
|
|
|
402
|
+
class ComputeConfigResponseTypeDef(TypedDict):
|
|
403
|
+
enabled: NotRequired[bool]
|
|
404
|
+
nodePools: NotRequired[List[str]]
|
|
405
|
+
nodeRoleArn: NotRequired[str]
|
|
406
|
+
|
|
407
|
+
|
|
381
408
|
class ConnectorConfigResponseTypeDef(TypedDict):
|
|
382
409
|
activationId: NotRequired[str]
|
|
383
410
|
activationCode: NotRequired[str]
|
|
@@ -386,12 +413,6 @@ class ConnectorConfigResponseTypeDef(TypedDict):
|
|
|
386
413
|
roleArn: NotRequired[str]
|
|
387
414
|
|
|
388
415
|
|
|
389
|
-
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
390
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
391
|
-
serviceIpv6Cidr: NotRequired[str]
|
|
392
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
393
|
-
|
|
394
|
-
|
|
395
416
|
class UpgradePolicyResponseTypeDef(TypedDict):
|
|
396
417
|
supportType: NotRequired[SupportTypeType]
|
|
397
418
|
|
|
@@ -410,6 +431,12 @@ class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
|
410
431
|
enabled: NotRequired[bool]
|
|
411
432
|
|
|
412
433
|
|
|
434
|
+
class ComputeConfigRequestTypeDef(TypedDict):
|
|
435
|
+
enabled: NotRequired[bool]
|
|
436
|
+
nodePools: NotRequired[Sequence[str]]
|
|
437
|
+
nodeRoleArn: NotRequired[str]
|
|
438
|
+
|
|
439
|
+
|
|
413
440
|
class ConnectorConfigRequestTypeDef(TypedDict):
|
|
414
441
|
roleArn: str
|
|
415
442
|
provider: ConnectorConfigProviderType
|
|
@@ -442,11 +469,6 @@ CreateAccessEntryRequestRequestTypeDef = TypedDict(
|
|
|
442
469
|
)
|
|
443
470
|
|
|
444
471
|
|
|
445
|
-
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
446
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
447
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
448
|
-
|
|
449
|
-
|
|
450
472
|
class UpgradePolicyRequestTypeDef(TypedDict):
|
|
451
473
|
supportType: NotRequired[SupportTypeType]
|
|
452
474
|
|
|
@@ -478,6 +500,10 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
|
478
500
|
)
|
|
479
501
|
|
|
480
502
|
|
|
503
|
+
class NodeRepairConfigTypeDef(TypedDict):
|
|
504
|
+
enabled: NotRequired[bool]
|
|
505
|
+
|
|
506
|
+
|
|
481
507
|
class NodegroupScalingConfigTypeDef(TypedDict):
|
|
482
508
|
minSize: NotRequired[int]
|
|
483
509
|
maxSize: NotRequired[int]
|
|
@@ -660,6 +686,10 @@ class DisassociateAccessPolicyRequestRequestTypeDef(TypedDict):
|
|
|
660
686
|
policyArn: str
|
|
661
687
|
|
|
662
688
|
|
|
689
|
+
class ElasticLoadBalancingTypeDef(TypedDict):
|
|
690
|
+
enabled: NotRequired[bool]
|
|
691
|
+
|
|
692
|
+
|
|
663
693
|
class ProviderTypeDef(TypedDict):
|
|
664
694
|
keyArn: NotRequired[str]
|
|
665
695
|
|
|
@@ -827,6 +857,22 @@ class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
|
827
857
|
sourceSecurityGroups: NotRequired[List[str]]
|
|
828
858
|
|
|
829
859
|
|
|
860
|
+
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
861
|
+
cidrs: NotRequired[List[str]]
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
865
|
+
cidrs: NotRequired[List[str]]
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
869
|
+
cidrs: NotRequired[Sequence[str]]
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
class RemotePodNetworkTypeDef(TypedDict):
|
|
873
|
+
cidrs: NotRequired[Sequence[str]]
|
|
874
|
+
|
|
875
|
+
|
|
830
876
|
class TagResourceRequestRequestTypeDef(TypedDict):
|
|
831
877
|
resourceArn: str
|
|
832
878
|
tags: Mapping[str, str]
|
|
@@ -930,6 +976,7 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
930
976
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
931
977
|
addonVersion: NotRequired[str]
|
|
932
978
|
architecture: NotRequired[List[str]]
|
|
979
|
+
computeTypes: NotRequired[List[str]]
|
|
933
980
|
compatibilities: NotRequired[List[CompatibilityTypeDef]]
|
|
934
981
|
requiresConfiguration: NotRequired[bool]
|
|
935
982
|
requiresIamPermissions: NotRequired[bool]
|
|
@@ -1017,6 +1064,14 @@ class NodegroupResourcesTypeDef(TypedDict):
|
|
|
1017
1064
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
1018
1065
|
|
|
1019
1066
|
|
|
1067
|
+
class StorageConfigRequestTypeDef(TypedDict):
|
|
1068
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
class StorageConfigResponseTypeDef(TypedDict):
|
|
1072
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
1073
|
+
|
|
1074
|
+
|
|
1020
1075
|
class DeprecationDetailTypeDef(TypedDict):
|
|
1021
1076
|
usage: NotRequired[str]
|
|
1022
1077
|
replacedWith: NotRequired[str]
|
|
@@ -1103,6 +1158,7 @@ class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
|
1103
1158
|
clientRequestToken: NotRequired[str]
|
|
1104
1159
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1105
1160
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1161
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1106
1162
|
capacityType: NotRequired[CapacityTypesType]
|
|
1107
1163
|
version: NotRequired[str]
|
|
1108
1164
|
releaseVersion: NotRequired[str]
|
|
@@ -1269,6 +1325,19 @@ class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
|
1269
1325
|
nextToken: NotRequired[str]
|
|
1270
1326
|
|
|
1271
1327
|
|
|
1328
|
+
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
1329
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1330
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1331
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
1335
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1336
|
+
serviceIpv6Cidr: NotRequired[str]
|
|
1337
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1338
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1339
|
+
|
|
1340
|
+
|
|
1272
1341
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1273
1342
|
resources: NotRequired[List[str]]
|
|
1274
1343
|
provider: NotRequired[ProviderTypeDef]
|
|
@@ -1349,6 +1418,15 @@ class LoggingOutputTypeDef(TypedDict):
|
|
|
1349
1418
|
|
|
1350
1419
|
|
|
1351
1420
|
LogSetupUnionTypeDef = Union[LogSetupTypeDef, LogSetupOutputTypeDef]
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1424
|
+
remoteNodeNetworks: NotRequired[List[RemoteNodeNetworkOutputTypeDef]]
|
|
1425
|
+
remotePodNetworks: NotRequired[List[RemotePodNetworkOutputTypeDef]]
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
1429
|
+
RemotePodNetworkUnionTypeDef = Union[RemotePodNetworkTypeDef, RemotePodNetworkOutputTypeDef]
|
|
1352
1430
|
UpdateTypeDef = TypedDict(
|
|
1353
1431
|
"UpdateTypeDef",
|
|
1354
1432
|
{
|
|
@@ -1445,6 +1523,7 @@ class UpdateNodegroupConfigRequestRequestTypeDef(TypedDict):
|
|
|
1445
1523
|
taints: NotRequired[UpdateTaintsPayloadTypeDef]
|
|
1446
1524
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1447
1525
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1526
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1448
1527
|
clientRequestToken: NotRequired[str]
|
|
1449
1528
|
|
|
1450
1529
|
|
|
@@ -1507,10 +1586,15 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1507
1586
|
diskSize: NotRequired[int]
|
|
1508
1587
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1509
1588
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1589
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1510
1590
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1511
1591
|
tags: NotRequired[Dict[str, str]]
|
|
1512
1592
|
|
|
1513
1593
|
|
|
1594
|
+
class LoggingTypeDef(TypedDict):
|
|
1595
|
+
clusterLogging: NotRequired[Sequence[LogSetupUnionTypeDef]]
|
|
1596
|
+
|
|
1597
|
+
|
|
1514
1598
|
ClusterTypeDef = TypedDict(
|
|
1515
1599
|
"ClusterTypeDef",
|
|
1516
1600
|
{
|
|
@@ -1537,12 +1621,16 @@ ClusterTypeDef = TypedDict(
|
|
|
1537
1621
|
"accessConfig": NotRequired[AccessConfigResponseTypeDef],
|
|
1538
1622
|
"upgradePolicy": NotRequired[UpgradePolicyResponseTypeDef],
|
|
1539
1623
|
"zonalShiftConfig": NotRequired[ZonalShiftConfigResponseTypeDef],
|
|
1624
|
+
"remoteNetworkConfig": NotRequired[RemoteNetworkConfigResponseTypeDef],
|
|
1625
|
+
"computeConfig": NotRequired[ComputeConfigResponseTypeDef],
|
|
1626
|
+
"storageConfig": NotRequired[StorageConfigResponseTypeDef],
|
|
1540
1627
|
},
|
|
1541
1628
|
)
|
|
1542
1629
|
|
|
1543
1630
|
|
|
1544
|
-
class
|
|
1545
|
-
|
|
1631
|
+
class RemoteNetworkConfigRequestTypeDef(TypedDict):
|
|
1632
|
+
remoteNodeNetworks: NotRequired[Sequence[RemoteNodeNetworkUnionTypeDef]]
|
|
1633
|
+
remotePodNetworks: NotRequired[Sequence[RemotePodNetworkUnionTypeDef]]
|
|
1546
1634
|
|
|
1547
1635
|
|
|
1548
1636
|
class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
@@ -1667,6 +1755,19 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1667
1755
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1668
1756
|
|
|
1669
1757
|
|
|
1758
|
+
class UpdateClusterConfigRequestRequestTypeDef(TypedDict):
|
|
1759
|
+
name: str
|
|
1760
|
+
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1761
|
+
logging: NotRequired[LoggingTypeDef]
|
|
1762
|
+
clientRequestToken: NotRequired[str]
|
|
1763
|
+
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1764
|
+
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1765
|
+
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1766
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1767
|
+
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1768
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1769
|
+
|
|
1770
|
+
|
|
1670
1771
|
class CreateClusterResponseTypeDef(TypedDict):
|
|
1671
1772
|
cluster: ClusterTypeDef
|
|
1672
1773
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1707,16 +1808,9 @@ class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
|
1707
1808
|
bootstrapSelfManagedAddons: NotRequired[bool]
|
|
1708
1809
|
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1709
1810
|
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
name: str
|
|
1714
|
-
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1715
|
-
logging: NotRequired[LoggingTypeDef]
|
|
1716
|
-
clientRequestToken: NotRequired[str]
|
|
1717
|
-
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1718
|
-
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1719
|
-
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1811
|
+
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1812
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1813
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1720
1814
|
|
|
1721
1815
|
|
|
1722
1816
|
class DescribeInsightResponseTypeDef(TypedDict):
|