mypy-boto3-eks 1.36.6__py3-none-any.whl → 1.36.16__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/client.pyi CHANGED
@@ -3,6 +3,8 @@ Type annotations for eks service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -12,8 +14,6 @@ Usage::
12
14
  session = Session()
13
15
  client: EKSClient = session.client("eks")
14
16
  ```
15
-
16
- Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
@@ -42,115 +42,115 @@ from .paginator import (
42
42
  ListUpdatesPaginator,
43
43
  )
44
44
  from .type_defs import (
45
- AssociateAccessPolicyRequestRequestTypeDef,
45
+ AssociateAccessPolicyRequestTypeDef,
46
46
  AssociateAccessPolicyResponseTypeDef,
47
- AssociateEncryptionConfigRequestRequestTypeDef,
47
+ AssociateEncryptionConfigRequestTypeDef,
48
48
  AssociateEncryptionConfigResponseTypeDef,
49
- AssociateIdentityProviderConfigRequestRequestTypeDef,
49
+ AssociateIdentityProviderConfigRequestTypeDef,
50
50
  AssociateIdentityProviderConfigResponseTypeDef,
51
- CreateAccessEntryRequestRequestTypeDef,
51
+ CreateAccessEntryRequestTypeDef,
52
52
  CreateAccessEntryResponseTypeDef,
53
- CreateAddonRequestRequestTypeDef,
53
+ CreateAddonRequestTypeDef,
54
54
  CreateAddonResponseTypeDef,
55
- CreateClusterRequestRequestTypeDef,
55
+ CreateClusterRequestTypeDef,
56
56
  CreateClusterResponseTypeDef,
57
- CreateEksAnywhereSubscriptionRequestRequestTypeDef,
57
+ CreateEksAnywhereSubscriptionRequestTypeDef,
58
58
  CreateEksAnywhereSubscriptionResponseTypeDef,
59
- CreateFargateProfileRequestRequestTypeDef,
59
+ CreateFargateProfileRequestTypeDef,
60
60
  CreateFargateProfileResponseTypeDef,
61
- CreateNodegroupRequestRequestTypeDef,
61
+ CreateNodegroupRequestTypeDef,
62
62
  CreateNodegroupResponseTypeDef,
63
- CreatePodIdentityAssociationRequestRequestTypeDef,
63
+ CreatePodIdentityAssociationRequestTypeDef,
64
64
  CreatePodIdentityAssociationResponseTypeDef,
65
- DeleteAccessEntryRequestRequestTypeDef,
66
- DeleteAddonRequestRequestTypeDef,
65
+ DeleteAccessEntryRequestTypeDef,
66
+ DeleteAddonRequestTypeDef,
67
67
  DeleteAddonResponseTypeDef,
68
- DeleteClusterRequestRequestTypeDef,
68
+ DeleteClusterRequestTypeDef,
69
69
  DeleteClusterResponseTypeDef,
70
- DeleteEksAnywhereSubscriptionRequestRequestTypeDef,
70
+ DeleteEksAnywhereSubscriptionRequestTypeDef,
71
71
  DeleteEksAnywhereSubscriptionResponseTypeDef,
72
- DeleteFargateProfileRequestRequestTypeDef,
72
+ DeleteFargateProfileRequestTypeDef,
73
73
  DeleteFargateProfileResponseTypeDef,
74
- DeleteNodegroupRequestRequestTypeDef,
74
+ DeleteNodegroupRequestTypeDef,
75
75
  DeleteNodegroupResponseTypeDef,
76
- DeletePodIdentityAssociationRequestRequestTypeDef,
76
+ DeletePodIdentityAssociationRequestTypeDef,
77
77
  DeletePodIdentityAssociationResponseTypeDef,
78
- DeregisterClusterRequestRequestTypeDef,
78
+ DeregisterClusterRequestTypeDef,
79
79
  DeregisterClusterResponseTypeDef,
80
- DescribeAccessEntryRequestRequestTypeDef,
80
+ DescribeAccessEntryRequestTypeDef,
81
81
  DescribeAccessEntryResponseTypeDef,
82
- DescribeAddonConfigurationRequestRequestTypeDef,
82
+ DescribeAddonConfigurationRequestTypeDef,
83
83
  DescribeAddonConfigurationResponseTypeDef,
84
- DescribeAddonRequestRequestTypeDef,
84
+ DescribeAddonRequestTypeDef,
85
85
  DescribeAddonResponseTypeDef,
86
- DescribeAddonVersionsRequestRequestTypeDef,
86
+ DescribeAddonVersionsRequestTypeDef,
87
87
  DescribeAddonVersionsResponseTypeDef,
88
- DescribeClusterRequestRequestTypeDef,
88
+ DescribeClusterRequestTypeDef,
89
89
  DescribeClusterResponseTypeDef,
90
- DescribeClusterVersionsRequestRequestTypeDef,
90
+ DescribeClusterVersionsRequestTypeDef,
91
91
  DescribeClusterVersionsResponseTypeDef,
92
- DescribeEksAnywhereSubscriptionRequestRequestTypeDef,
92
+ DescribeEksAnywhereSubscriptionRequestTypeDef,
93
93
  DescribeEksAnywhereSubscriptionResponseTypeDef,
94
- DescribeFargateProfileRequestRequestTypeDef,
94
+ DescribeFargateProfileRequestTypeDef,
95
95
  DescribeFargateProfileResponseTypeDef,
96
- DescribeIdentityProviderConfigRequestRequestTypeDef,
96
+ DescribeIdentityProviderConfigRequestTypeDef,
97
97
  DescribeIdentityProviderConfigResponseTypeDef,
98
- DescribeInsightRequestRequestTypeDef,
98
+ DescribeInsightRequestTypeDef,
99
99
  DescribeInsightResponseTypeDef,
100
- DescribeNodegroupRequestRequestTypeDef,
100
+ DescribeNodegroupRequestTypeDef,
101
101
  DescribeNodegroupResponseTypeDef,
102
- DescribePodIdentityAssociationRequestRequestTypeDef,
102
+ DescribePodIdentityAssociationRequestTypeDef,
103
103
  DescribePodIdentityAssociationResponseTypeDef,
104
- DescribeUpdateRequestRequestTypeDef,
104
+ DescribeUpdateRequestTypeDef,
105
105
  DescribeUpdateResponseTypeDef,
106
- DisassociateAccessPolicyRequestRequestTypeDef,
107
- DisassociateIdentityProviderConfigRequestRequestTypeDef,
106
+ DisassociateAccessPolicyRequestTypeDef,
107
+ DisassociateIdentityProviderConfigRequestTypeDef,
108
108
  DisassociateIdentityProviderConfigResponseTypeDef,
109
- ListAccessEntriesRequestRequestTypeDef,
109
+ ListAccessEntriesRequestTypeDef,
110
110
  ListAccessEntriesResponseTypeDef,
111
- ListAccessPoliciesRequestRequestTypeDef,
111
+ ListAccessPoliciesRequestTypeDef,
112
112
  ListAccessPoliciesResponseTypeDef,
113
- ListAddonsRequestRequestTypeDef,
113
+ ListAddonsRequestTypeDef,
114
114
  ListAddonsResponseTypeDef,
115
- ListAssociatedAccessPoliciesRequestRequestTypeDef,
115
+ ListAssociatedAccessPoliciesRequestTypeDef,
116
116
  ListAssociatedAccessPoliciesResponseTypeDef,
117
- ListClustersRequestRequestTypeDef,
117
+ ListClustersRequestTypeDef,
118
118
  ListClustersResponseTypeDef,
119
- ListEksAnywhereSubscriptionsRequestRequestTypeDef,
119
+ ListEksAnywhereSubscriptionsRequestTypeDef,
120
120
  ListEksAnywhereSubscriptionsResponseTypeDef,
121
- ListFargateProfilesRequestRequestTypeDef,
121
+ ListFargateProfilesRequestTypeDef,
122
122
  ListFargateProfilesResponseTypeDef,
123
- ListIdentityProviderConfigsRequestRequestTypeDef,
123
+ ListIdentityProviderConfigsRequestTypeDef,
124
124
  ListIdentityProviderConfigsResponseTypeDef,
125
- ListInsightsRequestRequestTypeDef,
125
+ ListInsightsRequestTypeDef,
126
126
  ListInsightsResponseTypeDef,
127
- ListNodegroupsRequestRequestTypeDef,
127
+ ListNodegroupsRequestTypeDef,
128
128
  ListNodegroupsResponseTypeDef,
129
- ListPodIdentityAssociationsRequestRequestTypeDef,
129
+ ListPodIdentityAssociationsRequestTypeDef,
130
130
  ListPodIdentityAssociationsResponseTypeDef,
131
- ListTagsForResourceRequestRequestTypeDef,
131
+ ListTagsForResourceRequestTypeDef,
132
132
  ListTagsForResourceResponseTypeDef,
133
- ListUpdatesRequestRequestTypeDef,
133
+ ListUpdatesRequestTypeDef,
134
134
  ListUpdatesResponseTypeDef,
135
- RegisterClusterRequestRequestTypeDef,
135
+ RegisterClusterRequestTypeDef,
136
136
  RegisterClusterResponseTypeDef,
137
- TagResourceRequestRequestTypeDef,
138
- UntagResourceRequestRequestTypeDef,
139
- UpdateAccessEntryRequestRequestTypeDef,
137
+ TagResourceRequestTypeDef,
138
+ UntagResourceRequestTypeDef,
139
+ UpdateAccessEntryRequestTypeDef,
140
140
  UpdateAccessEntryResponseTypeDef,
141
- UpdateAddonRequestRequestTypeDef,
141
+ UpdateAddonRequestTypeDef,
142
142
  UpdateAddonResponseTypeDef,
143
- UpdateClusterConfigRequestRequestTypeDef,
143
+ UpdateClusterConfigRequestTypeDef,
144
144
  UpdateClusterConfigResponseTypeDef,
145
- UpdateClusterVersionRequestRequestTypeDef,
145
+ UpdateClusterVersionRequestTypeDef,
146
146
  UpdateClusterVersionResponseTypeDef,
147
- UpdateEksAnywhereSubscriptionRequestRequestTypeDef,
147
+ UpdateEksAnywhereSubscriptionRequestTypeDef,
148
148
  UpdateEksAnywhereSubscriptionResponseTypeDef,
149
- UpdateNodegroupConfigRequestRequestTypeDef,
149
+ UpdateNodegroupConfigRequestTypeDef,
150
150
  UpdateNodegroupConfigResponseTypeDef,
151
- UpdateNodegroupVersionRequestRequestTypeDef,
151
+ UpdateNodegroupVersionRequestTypeDef,
152
152
  UpdateNodegroupVersionResponseTypeDef,
153
- UpdatePodIdentityAssociationRequestRequestTypeDef,
153
+ UpdatePodIdentityAssociationRequestTypeDef,
154
154
  UpdatePodIdentityAssociationResponseTypeDef,
155
155
  )
156
156
  from .waiter import (
@@ -229,7 +229,7 @@ class EKSClient(BaseClient):
229
229
  """
230
230
 
231
231
  def associate_access_policy(
232
- self, **kwargs: Unpack[AssociateAccessPolicyRequestRequestTypeDef]
232
+ self, **kwargs: Unpack[AssociateAccessPolicyRequestTypeDef]
233
233
  ) -> AssociateAccessPolicyResponseTypeDef:
234
234
  """
235
235
  Associates an access policy and its scope to an access entry.
@@ -239,7 +239,7 @@ class EKSClient(BaseClient):
239
239
  """
240
240
 
241
241
  def associate_encryption_config(
242
- self, **kwargs: Unpack[AssociateEncryptionConfigRequestRequestTypeDef]
242
+ self, **kwargs: Unpack[AssociateEncryptionConfigRequestTypeDef]
243
243
  ) -> AssociateEncryptionConfigResponseTypeDef:
244
244
  """
245
245
  Associates an encryption configuration to an existing cluster.
@@ -249,7 +249,7 @@ class EKSClient(BaseClient):
249
249
  """
250
250
 
251
251
  def associate_identity_provider_config(
252
- self, **kwargs: Unpack[AssociateIdentityProviderConfigRequestRequestTypeDef]
252
+ self, **kwargs: Unpack[AssociateIdentityProviderConfigRequestTypeDef]
253
253
  ) -> AssociateIdentityProviderConfigResponseTypeDef:
254
254
  """
255
255
  Associates an identity provider configuration to a cluster.
@@ -259,7 +259,7 @@ class EKSClient(BaseClient):
259
259
  """
260
260
 
261
261
  def create_access_entry(
262
- self, **kwargs: Unpack[CreateAccessEntryRequestRequestTypeDef]
262
+ self, **kwargs: Unpack[CreateAccessEntryRequestTypeDef]
263
263
  ) -> CreateAccessEntryResponseTypeDef:
264
264
  """
265
265
  Creates an access entry.
@@ -269,7 +269,7 @@ class EKSClient(BaseClient):
269
269
  """
270
270
 
271
271
  def create_addon(
272
- self, **kwargs: Unpack[CreateAddonRequestRequestTypeDef]
272
+ self, **kwargs: Unpack[CreateAddonRequestTypeDef]
273
273
  ) -> CreateAddonResponseTypeDef:
274
274
  """
275
275
  Creates an Amazon EKS add-on.
@@ -279,7 +279,7 @@ class EKSClient(BaseClient):
279
279
  """
280
280
 
281
281
  def create_cluster(
282
- self, **kwargs: Unpack[CreateClusterRequestRequestTypeDef]
282
+ self, **kwargs: Unpack[CreateClusterRequestTypeDef]
283
283
  ) -> CreateClusterResponseTypeDef:
284
284
  """
285
285
  Creates an Amazon EKS control plane.
@@ -289,7 +289,7 @@ class EKSClient(BaseClient):
289
289
  """
290
290
 
291
291
  def create_eks_anywhere_subscription(
292
- self, **kwargs: Unpack[CreateEksAnywhereSubscriptionRequestRequestTypeDef]
292
+ self, **kwargs: Unpack[CreateEksAnywhereSubscriptionRequestTypeDef]
293
293
  ) -> CreateEksAnywhereSubscriptionResponseTypeDef:
294
294
  """
295
295
  Creates an EKS Anywhere subscription.
@@ -299,7 +299,7 @@ class EKSClient(BaseClient):
299
299
  """
300
300
 
301
301
  def create_fargate_profile(
302
- self, **kwargs: Unpack[CreateFargateProfileRequestRequestTypeDef]
302
+ self, **kwargs: Unpack[CreateFargateProfileRequestTypeDef]
303
303
  ) -> CreateFargateProfileResponseTypeDef:
304
304
  """
305
305
  Creates an Fargate profile for your Amazon EKS cluster.
@@ -309,7 +309,7 @@ class EKSClient(BaseClient):
309
309
  """
310
310
 
311
311
  def create_nodegroup(
312
- self, **kwargs: Unpack[CreateNodegroupRequestRequestTypeDef]
312
+ self, **kwargs: Unpack[CreateNodegroupRequestTypeDef]
313
313
  ) -> CreateNodegroupResponseTypeDef:
314
314
  """
315
315
  Creates a managed node group for an Amazon EKS cluster.
@@ -319,7 +319,7 @@ class EKSClient(BaseClient):
319
319
  """
320
320
 
321
321
  def create_pod_identity_association(
322
- self, **kwargs: Unpack[CreatePodIdentityAssociationRequestRequestTypeDef]
322
+ self, **kwargs: Unpack[CreatePodIdentityAssociationRequestTypeDef]
323
323
  ) -> CreatePodIdentityAssociationResponseTypeDef:
324
324
  """
325
325
  Creates an EKS Pod Identity association between a service account in an Amazon
@@ -330,7 +330,7 @@ class EKSClient(BaseClient):
330
330
  """
331
331
 
332
332
  def delete_access_entry(
333
- self, **kwargs: Unpack[DeleteAccessEntryRequestRequestTypeDef]
333
+ self, **kwargs: Unpack[DeleteAccessEntryRequestTypeDef]
334
334
  ) -> Dict[str, Any]:
335
335
  """
336
336
  Deletes an access entry.
@@ -340,7 +340,7 @@ class EKSClient(BaseClient):
340
340
  """
341
341
 
342
342
  def delete_addon(
343
- self, **kwargs: Unpack[DeleteAddonRequestRequestTypeDef]
343
+ self, **kwargs: Unpack[DeleteAddonRequestTypeDef]
344
344
  ) -> DeleteAddonResponseTypeDef:
345
345
  """
346
346
  Deletes an Amazon EKS add-on.
@@ -350,7 +350,7 @@ class EKSClient(BaseClient):
350
350
  """
351
351
 
352
352
  def delete_cluster(
353
- self, **kwargs: Unpack[DeleteClusterRequestRequestTypeDef]
353
+ self, **kwargs: Unpack[DeleteClusterRequestTypeDef]
354
354
  ) -> DeleteClusterResponseTypeDef:
355
355
  """
356
356
  Deletes an Amazon EKS cluster control plane.
@@ -360,7 +360,7 @@ class EKSClient(BaseClient):
360
360
  """
361
361
 
362
362
  def delete_eks_anywhere_subscription(
363
- self, **kwargs: Unpack[DeleteEksAnywhereSubscriptionRequestRequestTypeDef]
363
+ self, **kwargs: Unpack[DeleteEksAnywhereSubscriptionRequestTypeDef]
364
364
  ) -> DeleteEksAnywhereSubscriptionResponseTypeDef:
365
365
  """
366
366
  Deletes an expired or inactive subscription.
@@ -370,7 +370,7 @@ class EKSClient(BaseClient):
370
370
  """
371
371
 
372
372
  def delete_fargate_profile(
373
- self, **kwargs: Unpack[DeleteFargateProfileRequestRequestTypeDef]
373
+ self, **kwargs: Unpack[DeleteFargateProfileRequestTypeDef]
374
374
  ) -> DeleteFargateProfileResponseTypeDef:
375
375
  """
376
376
  Deletes an Fargate profile.
@@ -380,7 +380,7 @@ class EKSClient(BaseClient):
380
380
  """
381
381
 
382
382
  def delete_nodegroup(
383
- self, **kwargs: Unpack[DeleteNodegroupRequestRequestTypeDef]
383
+ self, **kwargs: Unpack[DeleteNodegroupRequestTypeDef]
384
384
  ) -> DeleteNodegroupResponseTypeDef:
385
385
  """
386
386
  Deletes a managed node group.
@@ -390,7 +390,7 @@ class EKSClient(BaseClient):
390
390
  """
391
391
 
392
392
  def delete_pod_identity_association(
393
- self, **kwargs: Unpack[DeletePodIdentityAssociationRequestRequestTypeDef]
393
+ self, **kwargs: Unpack[DeletePodIdentityAssociationRequestTypeDef]
394
394
  ) -> DeletePodIdentityAssociationResponseTypeDef:
395
395
  """
396
396
  Deletes a EKS Pod Identity association.
@@ -400,7 +400,7 @@ class EKSClient(BaseClient):
400
400
  """
401
401
 
402
402
  def deregister_cluster(
403
- self, **kwargs: Unpack[DeregisterClusterRequestRequestTypeDef]
403
+ self, **kwargs: Unpack[DeregisterClusterRequestTypeDef]
404
404
  ) -> DeregisterClusterResponseTypeDef:
405
405
  """
406
406
  Deregisters a connected cluster to remove it from the Amazon EKS control plane.
@@ -410,7 +410,7 @@ class EKSClient(BaseClient):
410
410
  """
411
411
 
412
412
  def describe_access_entry(
413
- self, **kwargs: Unpack[DescribeAccessEntryRequestRequestTypeDef]
413
+ self, **kwargs: Unpack[DescribeAccessEntryRequestTypeDef]
414
414
  ) -> DescribeAccessEntryResponseTypeDef:
415
415
  """
416
416
  Describes an access entry.
@@ -420,7 +420,7 @@ class EKSClient(BaseClient):
420
420
  """
421
421
 
422
422
  def describe_addon(
423
- self, **kwargs: Unpack[DescribeAddonRequestRequestTypeDef]
423
+ self, **kwargs: Unpack[DescribeAddonRequestTypeDef]
424
424
  ) -> DescribeAddonResponseTypeDef:
425
425
  """
426
426
  Describes an Amazon EKS add-on.
@@ -430,7 +430,7 @@ class EKSClient(BaseClient):
430
430
  """
431
431
 
432
432
  def describe_addon_configuration(
433
- self, **kwargs: Unpack[DescribeAddonConfigurationRequestRequestTypeDef]
433
+ self, **kwargs: Unpack[DescribeAddonConfigurationRequestTypeDef]
434
434
  ) -> DescribeAddonConfigurationResponseTypeDef:
435
435
  """
436
436
  Returns configuration options.
@@ -440,7 +440,7 @@ class EKSClient(BaseClient):
440
440
  """
441
441
 
442
442
  def describe_addon_versions(
443
- self, **kwargs: Unpack[DescribeAddonVersionsRequestRequestTypeDef]
443
+ self, **kwargs: Unpack[DescribeAddonVersionsRequestTypeDef]
444
444
  ) -> DescribeAddonVersionsResponseTypeDef:
445
445
  """
446
446
  Describes the versions for an add-on.
@@ -450,7 +450,7 @@ class EKSClient(BaseClient):
450
450
  """
451
451
 
452
452
  def describe_cluster(
453
- self, **kwargs: Unpack[DescribeClusterRequestRequestTypeDef]
453
+ self, **kwargs: Unpack[DescribeClusterRequestTypeDef]
454
454
  ) -> DescribeClusterResponseTypeDef:
455
455
  """
456
456
  Describes an Amazon EKS cluster.
@@ -460,7 +460,7 @@ class EKSClient(BaseClient):
460
460
  """
461
461
 
462
462
  def describe_cluster_versions(
463
- self, **kwargs: Unpack[DescribeClusterVersionsRequestRequestTypeDef]
463
+ self, **kwargs: Unpack[DescribeClusterVersionsRequestTypeDef]
464
464
  ) -> DescribeClusterVersionsResponseTypeDef:
465
465
  """
466
466
  Lists available Kubernetes versions for Amazon EKS clusters.
@@ -470,7 +470,7 @@ class EKSClient(BaseClient):
470
470
  """
471
471
 
472
472
  def describe_eks_anywhere_subscription(
473
- self, **kwargs: Unpack[DescribeEksAnywhereSubscriptionRequestRequestTypeDef]
473
+ self, **kwargs: Unpack[DescribeEksAnywhereSubscriptionRequestTypeDef]
474
474
  ) -> DescribeEksAnywhereSubscriptionResponseTypeDef:
475
475
  """
476
476
  Returns descriptive information about a subscription.
@@ -480,7 +480,7 @@ class EKSClient(BaseClient):
480
480
  """
481
481
 
482
482
  def describe_fargate_profile(
483
- self, **kwargs: Unpack[DescribeFargateProfileRequestRequestTypeDef]
483
+ self, **kwargs: Unpack[DescribeFargateProfileRequestTypeDef]
484
484
  ) -> DescribeFargateProfileResponseTypeDef:
485
485
  """
486
486
  Describes an Fargate profile.
@@ -490,7 +490,7 @@ class EKSClient(BaseClient):
490
490
  """
491
491
 
492
492
  def describe_identity_provider_config(
493
- self, **kwargs: Unpack[DescribeIdentityProviderConfigRequestRequestTypeDef]
493
+ self, **kwargs: Unpack[DescribeIdentityProviderConfigRequestTypeDef]
494
494
  ) -> DescribeIdentityProviderConfigResponseTypeDef:
495
495
  """
496
496
  Describes an identity provider configuration.
@@ -500,7 +500,7 @@ class EKSClient(BaseClient):
500
500
  """
501
501
 
502
502
  def describe_insight(
503
- self, **kwargs: Unpack[DescribeInsightRequestRequestTypeDef]
503
+ self, **kwargs: Unpack[DescribeInsightRequestTypeDef]
504
504
  ) -> DescribeInsightResponseTypeDef:
505
505
  """
506
506
  Returns details about an insight that you specify using its ID.
@@ -510,7 +510,7 @@ class EKSClient(BaseClient):
510
510
  """
511
511
 
512
512
  def describe_nodegroup(
513
- self, **kwargs: Unpack[DescribeNodegroupRequestRequestTypeDef]
513
+ self, **kwargs: Unpack[DescribeNodegroupRequestTypeDef]
514
514
  ) -> DescribeNodegroupResponseTypeDef:
515
515
  """
516
516
  Describes a managed node group.
@@ -520,7 +520,7 @@ class EKSClient(BaseClient):
520
520
  """
521
521
 
522
522
  def describe_pod_identity_association(
523
- self, **kwargs: Unpack[DescribePodIdentityAssociationRequestRequestTypeDef]
523
+ self, **kwargs: Unpack[DescribePodIdentityAssociationRequestTypeDef]
524
524
  ) -> DescribePodIdentityAssociationResponseTypeDef:
525
525
  """
526
526
  Returns descriptive information about an EKS Pod Identity association.
@@ -530,7 +530,7 @@ class EKSClient(BaseClient):
530
530
  """
531
531
 
532
532
  def describe_update(
533
- self, **kwargs: Unpack[DescribeUpdateRequestRequestTypeDef]
533
+ self, **kwargs: Unpack[DescribeUpdateRequestTypeDef]
534
534
  ) -> DescribeUpdateResponseTypeDef:
535
535
  """
536
536
  Describes an update to an Amazon EKS resource.
@@ -540,7 +540,7 @@ class EKSClient(BaseClient):
540
540
  """
541
541
 
542
542
  def disassociate_access_policy(
543
- self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
543
+ self, **kwargs: Unpack[DisassociateAccessPolicyRequestTypeDef]
544
544
  ) -> Dict[str, Any]:
545
545
  """
546
546
  Disassociates an access policy from an access entry.
@@ -550,7 +550,7 @@ class EKSClient(BaseClient):
550
550
  """
551
551
 
552
552
  def disassociate_identity_provider_config(
553
- self, **kwargs: Unpack[DisassociateIdentityProviderConfigRequestRequestTypeDef]
553
+ self, **kwargs: Unpack[DisassociateIdentityProviderConfigRequestTypeDef]
554
554
  ) -> DisassociateIdentityProviderConfigResponseTypeDef:
555
555
  """
556
556
  Disassociates an identity provider configuration from a cluster.
@@ -560,7 +560,7 @@ class EKSClient(BaseClient):
560
560
  """
561
561
 
562
562
  def list_access_entries(
563
- self, **kwargs: Unpack[ListAccessEntriesRequestRequestTypeDef]
563
+ self, **kwargs: Unpack[ListAccessEntriesRequestTypeDef]
564
564
  ) -> ListAccessEntriesResponseTypeDef:
565
565
  """
566
566
  Lists the access entries for your cluster.
@@ -570,7 +570,7 @@ class EKSClient(BaseClient):
570
570
  """
571
571
 
572
572
  def list_access_policies(
573
- self, **kwargs: Unpack[ListAccessPoliciesRequestRequestTypeDef]
573
+ self, **kwargs: Unpack[ListAccessPoliciesRequestTypeDef]
574
574
  ) -> ListAccessPoliciesResponseTypeDef:
575
575
  """
576
576
  Lists the available access policies.
@@ -579,9 +579,7 @@ class EKSClient(BaseClient):
579
579
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_access_policies)
580
580
  """
581
581
 
582
- def list_addons(
583
- self, **kwargs: Unpack[ListAddonsRequestRequestTypeDef]
584
- ) -> ListAddonsResponseTypeDef:
582
+ def list_addons(self, **kwargs: Unpack[ListAddonsRequestTypeDef]) -> ListAddonsResponseTypeDef:
585
583
  """
586
584
  Lists the installed add-ons.
587
585
 
@@ -590,7 +588,7 @@ class EKSClient(BaseClient):
590
588
  """
591
589
 
592
590
  def list_associated_access_policies(
593
- self, **kwargs: Unpack[ListAssociatedAccessPoliciesRequestRequestTypeDef]
591
+ self, **kwargs: Unpack[ListAssociatedAccessPoliciesRequestTypeDef]
594
592
  ) -> ListAssociatedAccessPoliciesResponseTypeDef:
595
593
  """
596
594
  Lists the access policies associated with an access entry.
@@ -600,7 +598,7 @@ class EKSClient(BaseClient):
600
598
  """
601
599
 
602
600
  def list_clusters(
603
- self, **kwargs: Unpack[ListClustersRequestRequestTypeDef]
601
+ self, **kwargs: Unpack[ListClustersRequestTypeDef]
604
602
  ) -> ListClustersResponseTypeDef:
605
603
  """
606
604
  Lists the Amazon EKS clusters in your Amazon Web Services account in the
@@ -611,7 +609,7 @@ class EKSClient(BaseClient):
611
609
  """
612
610
 
613
611
  def list_eks_anywhere_subscriptions(
614
- self, **kwargs: Unpack[ListEksAnywhereSubscriptionsRequestRequestTypeDef]
612
+ self, **kwargs: Unpack[ListEksAnywhereSubscriptionsRequestTypeDef]
615
613
  ) -> ListEksAnywhereSubscriptionsResponseTypeDef:
616
614
  """
617
615
  Displays the full description of the subscription.
@@ -621,7 +619,7 @@ class EKSClient(BaseClient):
621
619
  """
622
620
 
623
621
  def list_fargate_profiles(
624
- self, **kwargs: Unpack[ListFargateProfilesRequestRequestTypeDef]
622
+ self, **kwargs: Unpack[ListFargateProfilesRequestTypeDef]
625
623
  ) -> ListFargateProfilesResponseTypeDef:
626
624
  """
627
625
  Lists the Fargate profiles associated with the specified cluster in your Amazon
@@ -632,7 +630,7 @@ class EKSClient(BaseClient):
632
630
  """
633
631
 
634
632
  def list_identity_provider_configs(
635
- self, **kwargs: Unpack[ListIdentityProviderConfigsRequestRequestTypeDef]
633
+ self, **kwargs: Unpack[ListIdentityProviderConfigsRequestTypeDef]
636
634
  ) -> ListIdentityProviderConfigsResponseTypeDef:
637
635
  """
638
636
  Lists the identity provider configurations for your cluster.
@@ -642,7 +640,7 @@ class EKSClient(BaseClient):
642
640
  """
643
641
 
644
642
  def list_insights(
645
- self, **kwargs: Unpack[ListInsightsRequestRequestTypeDef]
643
+ self, **kwargs: Unpack[ListInsightsRequestTypeDef]
646
644
  ) -> ListInsightsResponseTypeDef:
647
645
  """
648
646
  Returns a list of all insights checked for against the specified cluster.
@@ -652,7 +650,7 @@ class EKSClient(BaseClient):
652
650
  """
653
651
 
654
652
  def list_nodegroups(
655
- self, **kwargs: Unpack[ListNodegroupsRequestRequestTypeDef]
653
+ self, **kwargs: Unpack[ListNodegroupsRequestTypeDef]
656
654
  ) -> ListNodegroupsResponseTypeDef:
657
655
  """
658
656
  Lists the managed node groups associated with the specified cluster in your
@@ -663,7 +661,7 @@ class EKSClient(BaseClient):
663
661
  """
664
662
 
665
663
  def list_pod_identity_associations(
666
- self, **kwargs: Unpack[ListPodIdentityAssociationsRequestRequestTypeDef]
664
+ self, **kwargs: Unpack[ListPodIdentityAssociationsRequestTypeDef]
667
665
  ) -> ListPodIdentityAssociationsResponseTypeDef:
668
666
  """
669
667
  List the EKS Pod Identity associations in a cluster.
@@ -673,7 +671,7 @@ class EKSClient(BaseClient):
673
671
  """
674
672
 
675
673
  def list_tags_for_resource(
676
- self, **kwargs: Unpack[ListTagsForResourceRequestRequestTypeDef]
674
+ self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
677
675
  ) -> ListTagsForResourceResponseTypeDef:
678
676
  """
679
677
  List the tags for an Amazon EKS resource.
@@ -683,7 +681,7 @@ class EKSClient(BaseClient):
683
681
  """
684
682
 
685
683
  def list_updates(
686
- self, **kwargs: Unpack[ListUpdatesRequestRequestTypeDef]
684
+ self, **kwargs: Unpack[ListUpdatesRequestTypeDef]
687
685
  ) -> ListUpdatesResponseTypeDef:
688
686
  """
689
687
  Lists the updates associated with an Amazon EKS resource in your Amazon Web
@@ -694,7 +692,7 @@ class EKSClient(BaseClient):
694
692
  """
695
693
 
696
694
  def register_cluster(
697
- self, **kwargs: Unpack[RegisterClusterRequestRequestTypeDef]
695
+ self, **kwargs: Unpack[RegisterClusterRequestTypeDef]
698
696
  ) -> RegisterClusterResponseTypeDef:
699
697
  """
700
698
  Connects a Kubernetes cluster to the Amazon EKS control plane.
@@ -703,7 +701,7 @@ class EKSClient(BaseClient):
703
701
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
704
702
  """
705
703
 
706
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
704
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
707
705
  """
708
706
  Associates the specified tags to an Amazon EKS resource with the specified
709
707
  <code>resourceArn</code>.
@@ -712,9 +710,7 @@ class EKSClient(BaseClient):
712
710
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#tag_resource)
713
711
  """
714
712
 
715
- def untag_resource(
716
- self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
717
- ) -> Dict[str, Any]:
713
+ def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> Dict[str, Any]:
718
714
  """
719
715
  Deletes specified tags from an Amazon EKS resource.
720
716
 
@@ -723,7 +719,7 @@ class EKSClient(BaseClient):
723
719
  """
724
720
 
725
721
  def update_access_entry(
726
- self, **kwargs: Unpack[UpdateAccessEntryRequestRequestTypeDef]
722
+ self, **kwargs: Unpack[UpdateAccessEntryRequestTypeDef]
727
723
  ) -> UpdateAccessEntryResponseTypeDef:
728
724
  """
729
725
  Updates an access entry.
@@ -733,7 +729,7 @@ class EKSClient(BaseClient):
733
729
  """
734
730
 
735
731
  def update_addon(
736
- self, **kwargs: Unpack[UpdateAddonRequestRequestTypeDef]
732
+ self, **kwargs: Unpack[UpdateAddonRequestTypeDef]
737
733
  ) -> UpdateAddonResponseTypeDef:
738
734
  """
739
735
  Updates an Amazon EKS add-on.
@@ -743,7 +739,7 @@ class EKSClient(BaseClient):
743
739
  """
744
740
 
745
741
  def update_cluster_config(
746
- self, **kwargs: Unpack[UpdateClusterConfigRequestRequestTypeDef]
742
+ self, **kwargs: Unpack[UpdateClusterConfigRequestTypeDef]
747
743
  ) -> UpdateClusterConfigResponseTypeDef:
748
744
  """
749
745
  Updates an Amazon EKS cluster configuration.
@@ -753,7 +749,7 @@ class EKSClient(BaseClient):
753
749
  """
754
750
 
755
751
  def update_cluster_version(
756
- self, **kwargs: Unpack[UpdateClusterVersionRequestRequestTypeDef]
752
+ self, **kwargs: Unpack[UpdateClusterVersionRequestTypeDef]
757
753
  ) -> UpdateClusterVersionResponseTypeDef:
758
754
  """
759
755
  Updates an Amazon EKS cluster to the specified Kubernetes version.
@@ -763,7 +759,7 @@ class EKSClient(BaseClient):
763
759
  """
764
760
 
765
761
  def update_eks_anywhere_subscription(
766
- self, **kwargs: Unpack[UpdateEksAnywhereSubscriptionRequestRequestTypeDef]
762
+ self, **kwargs: Unpack[UpdateEksAnywhereSubscriptionRequestTypeDef]
767
763
  ) -> UpdateEksAnywhereSubscriptionResponseTypeDef:
768
764
  """
769
765
  Update an EKS Anywhere Subscription.
@@ -773,7 +769,7 @@ class EKSClient(BaseClient):
773
769
  """
774
770
 
775
771
  def update_nodegroup_config(
776
- self, **kwargs: Unpack[UpdateNodegroupConfigRequestRequestTypeDef]
772
+ self, **kwargs: Unpack[UpdateNodegroupConfigRequestTypeDef]
777
773
  ) -> UpdateNodegroupConfigResponseTypeDef:
778
774
  """
779
775
  Updates an Amazon EKS managed node group configuration.
@@ -783,7 +779,7 @@ class EKSClient(BaseClient):
783
779
  """
784
780
 
785
781
  def update_nodegroup_version(
786
- self, **kwargs: Unpack[UpdateNodegroupVersionRequestRequestTypeDef]
782
+ self, **kwargs: Unpack[UpdateNodegroupVersionRequestTypeDef]
787
783
  ) -> UpdateNodegroupVersionResponseTypeDef:
788
784
  """
789
785
  Updates the Kubernetes version or AMI version of an Amazon EKS managed node
@@ -794,7 +790,7 @@ class EKSClient(BaseClient):
794
790
  """
795
791
 
796
792
  def update_pod_identity_association(
797
- self, **kwargs: Unpack[UpdatePodIdentityAssociationRequestRequestTypeDef]
793
+ self, **kwargs: Unpack[UpdatePodIdentityAssociationRequestTypeDef]
798
794
  ) -> UpdatePodIdentityAssociationResponseTypeDef:
799
795
  """
800
796
  Updates a EKS Pod Identity association.