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.
@@ -10,6 +10,8 @@ Usage::
10
10
 
11
11
  data: AMITypesType = "AL2023_ARM_64_STANDARD"
12
12
  ```
13
+
14
+ Copyright 2024 Vlad Emelianov
13
15
  """
14
16
 
15
17
  import sys
@@ -251,12 +253,14 @@ UpdateParamTypeType = Literal[
251
253
  "AddonVersion",
252
254
  "AuthenticationMode",
253
255
  "ClusterLogging",
256
+ "ComputeConfig",
254
257
  "ConfigurationValues",
255
258
  "DesiredSize",
256
259
  "EncryptionConfig",
257
260
  "EndpointPrivateAccess",
258
261
  "EndpointPublicAccess",
259
262
  "IdentityProviderConfig",
263
+ "KubernetesNetworkConfig",
260
264
  "LabelsToAdd",
261
265
  "LabelsToRemove",
262
266
  "LaunchTemplateName",
@@ -265,6 +269,7 @@ UpdateParamTypeType = Literal[
265
269
  "MaxUnavailable",
266
270
  "MaxUnavailablePercentage",
267
271
  "MinSize",
272
+ "NodeRepairEnabled",
268
273
  "PlatformVersion",
269
274
  "PodIdentityAssociations",
270
275
  "PublicAccessCidrs",
@@ -272,6 +277,7 @@ UpdateParamTypeType = Literal[
272
277
  "ResolveConflicts",
273
278
  "SecurityGroups",
274
279
  "ServiceAccountRoleArn",
280
+ "StorageConfig",
275
281
  "Subnets",
276
282
  "TaintsToAdd",
277
283
  "TaintsToRemove",
@@ -285,6 +291,7 @@ UpdateTypeType = Literal[
285
291
  "AddonUpdate",
286
292
  "AssociateEncryptionConfig",
287
293
  "AssociateIdentityProviderConfig",
294
+ "AutoModeUpdate",
288
295
  "ConfigUpdate",
289
296
  "DisassociateIdentityProviderConfig",
290
297
  "EndpointAccessUpdate",
@@ -332,10 +339,14 @@ ServiceName = Literal[
332
339
  "backup-gateway",
333
340
  "batch",
334
341
  "bcm-data-exports",
342
+ "bcm-pricing-calculator",
335
343
  "bedrock",
336
344
  "bedrock-agent",
337
345
  "bedrock-agent-runtime",
346
+ "bedrock-data-automation",
347
+ "bedrock-data-automation-runtime",
338
348
  "bedrock-runtime",
349
+ "billing",
339
350
  "billingconductor",
340
351
  "braket",
341
352
  "budgets",
@@ -384,6 +395,7 @@ ServiceName = Literal[
384
395
  "connect",
385
396
  "connect-contact-lens",
386
397
  "connectcampaigns",
398
+ "connectcampaignsv2",
387
399
  "connectcases",
388
400
  "connectparticipant",
389
401
  "controlcatalog",
@@ -410,6 +422,7 @@ ServiceName = Literal[
410
422
  "drs",
411
423
  "ds",
412
424
  "ds-data",
425
+ "dsql",
413
426
  "dynamodb",
414
427
  "dynamodbstreams",
415
428
  "ebs",
@@ -466,6 +479,7 @@ ServiceName = Literal[
466
479
  "inspector-scan",
467
480
  "inspector2",
468
481
  "internetmonitor",
482
+ "invoicing",
469
483
  "iot",
470
484
  "iot-data",
471
485
  "iot-jobs-data",
@@ -552,9 +566,13 @@ ServiceName = Literal[
552
566
  "neptune-graph",
553
567
  "neptunedata",
554
568
  "network-firewall",
569
+ "networkflowmonitor",
555
570
  "networkmanager",
556
571
  "networkmonitor",
572
+ "notifications",
573
+ "notificationscontacts",
557
574
  "oam",
575
+ "observabilityadmin",
558
576
  "omics",
559
577
  "opensearch",
560
578
  "opensearchserverless",
@@ -564,6 +582,7 @@ ServiceName = Literal[
564
582
  "osis",
565
583
  "outposts",
566
584
  "panorama",
585
+ "partnercentral-selling",
567
586
  "payment-cryptography",
568
587
  "payment-cryptography-data",
569
588
  "pca-connector-ad",
@@ -614,6 +633,7 @@ ServiceName = Literal[
614
633
  "s3",
615
634
  "s3control",
616
635
  "s3outposts",
636
+ "s3tables",
617
637
  "sagemaker",
618
638
  "sagemaker-a2i-runtime",
619
639
  "sagemaker-edge",
@@ -626,6 +646,7 @@ ServiceName = Literal[
626
646
  "schemas",
627
647
  "sdb",
628
648
  "secretsmanager",
649
+ "security-ir",
629
650
  "securityhub",
630
651
  "securitylake",
631
652
  "serverlessrepo",
@@ -10,6 +10,8 @@ Usage::
10
10
 
11
11
  data: AMITypesType = "AL2023_ARM_64_STANDARD"
12
12
  ```
13
+
14
+ Copyright 2024 Vlad Emelianov
13
15
  """
14
16
 
15
17
  import sys
@@ -249,12 +251,14 @@ UpdateParamTypeType = Literal[
249
251
  "AddonVersion",
250
252
  "AuthenticationMode",
251
253
  "ClusterLogging",
254
+ "ComputeConfig",
252
255
  "ConfigurationValues",
253
256
  "DesiredSize",
254
257
  "EncryptionConfig",
255
258
  "EndpointPrivateAccess",
256
259
  "EndpointPublicAccess",
257
260
  "IdentityProviderConfig",
261
+ "KubernetesNetworkConfig",
258
262
  "LabelsToAdd",
259
263
  "LabelsToRemove",
260
264
  "LaunchTemplateName",
@@ -263,6 +267,7 @@ UpdateParamTypeType = Literal[
263
267
  "MaxUnavailable",
264
268
  "MaxUnavailablePercentage",
265
269
  "MinSize",
270
+ "NodeRepairEnabled",
266
271
  "PlatformVersion",
267
272
  "PodIdentityAssociations",
268
273
  "PublicAccessCidrs",
@@ -270,6 +275,7 @@ UpdateParamTypeType = Literal[
270
275
  "ResolveConflicts",
271
276
  "SecurityGroups",
272
277
  "ServiceAccountRoleArn",
278
+ "StorageConfig",
273
279
  "Subnets",
274
280
  "TaintsToAdd",
275
281
  "TaintsToRemove",
@@ -283,6 +289,7 @@ UpdateTypeType = Literal[
283
289
  "AddonUpdate",
284
290
  "AssociateEncryptionConfig",
285
291
  "AssociateIdentityProviderConfig",
292
+ "AutoModeUpdate",
286
293
  "ConfigUpdate",
287
294
  "DisassociateIdentityProviderConfig",
288
295
  "EndpointAccessUpdate",
@@ -330,10 +337,14 @@ ServiceName = Literal[
330
337
  "backup-gateway",
331
338
  "batch",
332
339
  "bcm-data-exports",
340
+ "bcm-pricing-calculator",
333
341
  "bedrock",
334
342
  "bedrock-agent",
335
343
  "bedrock-agent-runtime",
344
+ "bedrock-data-automation",
345
+ "bedrock-data-automation-runtime",
336
346
  "bedrock-runtime",
347
+ "billing",
337
348
  "billingconductor",
338
349
  "braket",
339
350
  "budgets",
@@ -382,6 +393,7 @@ ServiceName = Literal[
382
393
  "connect",
383
394
  "connect-contact-lens",
384
395
  "connectcampaigns",
396
+ "connectcampaignsv2",
385
397
  "connectcases",
386
398
  "connectparticipant",
387
399
  "controlcatalog",
@@ -408,6 +420,7 @@ ServiceName = Literal[
408
420
  "drs",
409
421
  "ds",
410
422
  "ds-data",
423
+ "dsql",
411
424
  "dynamodb",
412
425
  "dynamodbstreams",
413
426
  "ebs",
@@ -464,6 +477,7 @@ ServiceName = Literal[
464
477
  "inspector-scan",
465
478
  "inspector2",
466
479
  "internetmonitor",
480
+ "invoicing",
467
481
  "iot",
468
482
  "iot-data",
469
483
  "iot-jobs-data",
@@ -550,9 +564,13 @@ ServiceName = Literal[
550
564
  "neptune-graph",
551
565
  "neptunedata",
552
566
  "network-firewall",
567
+ "networkflowmonitor",
553
568
  "networkmanager",
554
569
  "networkmonitor",
570
+ "notifications",
571
+ "notificationscontacts",
555
572
  "oam",
573
+ "observabilityadmin",
556
574
  "omics",
557
575
  "opensearch",
558
576
  "opensearchserverless",
@@ -562,6 +580,7 @@ ServiceName = Literal[
562
580
  "osis",
563
581
  "outposts",
564
582
  "panorama",
583
+ "partnercentral-selling",
565
584
  "payment-cryptography",
566
585
  "payment-cryptography-data",
567
586
  "pca-connector-ad",
@@ -612,6 +631,7 @@ ServiceName = Literal[
612
631
  "s3",
613
632
  "s3control",
614
633
  "s3outposts",
634
+ "s3tables",
615
635
  "sagemaker",
616
636
  "sagemaker-a2i-runtime",
617
637
  "sagemaker-edge",
@@ -624,6 +644,7 @@ ServiceName = Literal[
624
644
  "schemas",
625
645
  "sdb",
626
646
  "secretsmanager",
647
+ "security-ir",
627
648
  "securityhub",
628
649
  "securitylake",
629
650
  "serverlessrepo",
@@ -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
@@ -113,7 +115,7 @@ class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
113
115
 
114
116
  class DescribeAddonVersionsPaginator(Paginator):
115
117
  """
116
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.DescribeAddonVersions)
118
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/DescribeAddonVersions.html#EKS.Paginator.DescribeAddonVersions)
117
119
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#describeaddonversionspaginator)
118
120
  """
119
121
 
@@ -121,14 +123,14 @@ class DescribeAddonVersionsPaginator(Paginator):
121
123
  self, **kwargs: Unpack[DescribeAddonVersionsRequestDescribeAddonVersionsPaginateTypeDef]
122
124
  ) -> _PageIterator[DescribeAddonVersionsResponseTypeDef]:
123
125
  """
124
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.DescribeAddonVersions.paginate)
126
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/DescribeAddonVersions.html#EKS.Paginator.DescribeAddonVersions.paginate)
125
127
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#describeaddonversionspaginator)
126
128
  """
127
129
 
128
130
 
129
131
  class ListAccessEntriesPaginator(Paginator):
130
132
  """
131
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAccessEntries)
133
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAccessEntries.html#EKS.Paginator.ListAccessEntries)
132
134
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaccessentriespaginator)
133
135
  """
134
136
 
@@ -136,14 +138,14 @@ class ListAccessEntriesPaginator(Paginator):
136
138
  self, **kwargs: Unpack[ListAccessEntriesRequestListAccessEntriesPaginateTypeDef]
137
139
  ) -> _PageIterator[ListAccessEntriesResponseTypeDef]:
138
140
  """
139
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAccessEntries.paginate)
141
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAccessEntries.html#EKS.Paginator.ListAccessEntries.paginate)
140
142
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaccessentriespaginator)
141
143
  """
142
144
 
143
145
 
144
146
  class ListAccessPoliciesPaginator(Paginator):
145
147
  """
146
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAccessPolicies)
148
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAccessPolicies.html#EKS.Paginator.ListAccessPolicies)
147
149
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaccesspoliciespaginator)
148
150
  """
149
151
 
@@ -151,14 +153,14 @@ class ListAccessPoliciesPaginator(Paginator):
151
153
  self, **kwargs: Unpack[ListAccessPoliciesRequestListAccessPoliciesPaginateTypeDef]
152
154
  ) -> _PageIterator[ListAccessPoliciesResponseTypeDef]:
153
155
  """
154
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAccessPolicies.paginate)
156
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAccessPolicies.html#EKS.Paginator.ListAccessPolicies.paginate)
155
157
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaccesspoliciespaginator)
156
158
  """
157
159
 
158
160
 
159
161
  class ListAddonsPaginator(Paginator):
160
162
  """
161
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAddons)
163
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAddons.html#EKS.Paginator.ListAddons)
162
164
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaddonspaginator)
163
165
  """
164
166
 
@@ -166,14 +168,14 @@ class ListAddonsPaginator(Paginator):
166
168
  self, **kwargs: Unpack[ListAddonsRequestListAddonsPaginateTypeDef]
167
169
  ) -> _PageIterator[ListAddonsResponseTypeDef]:
168
170
  """
169
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAddons.paginate)
171
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAddons.html#EKS.Paginator.ListAddons.paginate)
170
172
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listaddonspaginator)
171
173
  """
172
174
 
173
175
 
174
176
  class ListAssociatedAccessPoliciesPaginator(Paginator):
175
177
  """
176
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAssociatedAccessPolicies)
178
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAssociatedAccessPolicies.html#EKS.Paginator.ListAssociatedAccessPolicies)
177
179
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listassociatedaccesspoliciespaginator)
178
180
  """
179
181
 
@@ -184,14 +186,14 @@ class ListAssociatedAccessPoliciesPaginator(Paginator):
184
186
  ],
185
187
  ) -> _PageIterator[ListAssociatedAccessPoliciesResponseTypeDef]:
186
188
  """
187
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListAssociatedAccessPolicies.paginate)
189
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListAssociatedAccessPolicies.html#EKS.Paginator.ListAssociatedAccessPolicies.paginate)
188
190
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listassociatedaccesspoliciespaginator)
189
191
  """
190
192
 
191
193
 
192
194
  class ListClustersPaginator(Paginator):
193
195
  """
194
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListClusters)
196
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListClusters.html#EKS.Paginator.ListClusters)
195
197
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listclusterspaginator)
196
198
  """
197
199
 
@@ -199,14 +201,14 @@ class ListClustersPaginator(Paginator):
199
201
  self, **kwargs: Unpack[ListClustersRequestListClustersPaginateTypeDef]
200
202
  ) -> _PageIterator[ListClustersResponseTypeDef]:
201
203
  """
202
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListClusters.paginate)
204
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListClusters.html#EKS.Paginator.ListClusters.paginate)
203
205
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listclusterspaginator)
204
206
  """
205
207
 
206
208
 
207
209
  class ListEksAnywhereSubscriptionsPaginator(Paginator):
208
210
  """
209
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListEksAnywhereSubscriptions)
211
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListEksAnywhereSubscriptions.html#EKS.Paginator.ListEksAnywhereSubscriptions)
210
212
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listeksanywheresubscriptionspaginator)
211
213
  """
212
214
 
@@ -217,14 +219,14 @@ class ListEksAnywhereSubscriptionsPaginator(Paginator):
217
219
  ],
218
220
  ) -> _PageIterator[ListEksAnywhereSubscriptionsResponseTypeDef]:
219
221
  """
220
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListEksAnywhereSubscriptions.paginate)
222
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListEksAnywhereSubscriptions.html#EKS.Paginator.ListEksAnywhereSubscriptions.paginate)
221
223
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listeksanywheresubscriptionspaginator)
222
224
  """
223
225
 
224
226
 
225
227
  class ListFargateProfilesPaginator(Paginator):
226
228
  """
227
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListFargateProfiles)
229
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListFargateProfiles.html#EKS.Paginator.ListFargateProfiles)
228
230
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listfargateprofilespaginator)
229
231
  """
230
232
 
@@ -232,14 +234,14 @@ class ListFargateProfilesPaginator(Paginator):
232
234
  self, **kwargs: Unpack[ListFargateProfilesRequestListFargateProfilesPaginateTypeDef]
233
235
  ) -> _PageIterator[ListFargateProfilesResponseTypeDef]:
234
236
  """
235
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListFargateProfiles.paginate)
237
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListFargateProfiles.html#EKS.Paginator.ListFargateProfiles.paginate)
236
238
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listfargateprofilespaginator)
237
239
  """
238
240
 
239
241
 
240
242
  class ListIdentityProviderConfigsPaginator(Paginator):
241
243
  """
242
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListIdentityProviderConfigs)
244
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListIdentityProviderConfigs.html#EKS.Paginator.ListIdentityProviderConfigs)
243
245
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listidentityproviderconfigspaginator)
244
246
  """
245
247
 
@@ -250,14 +252,14 @@ class ListIdentityProviderConfigsPaginator(Paginator):
250
252
  ],
251
253
  ) -> _PageIterator[ListIdentityProviderConfigsResponseTypeDef]:
252
254
  """
253
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListIdentityProviderConfigs.paginate)
255
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListIdentityProviderConfigs.html#EKS.Paginator.ListIdentityProviderConfigs.paginate)
254
256
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listidentityproviderconfigspaginator)
255
257
  """
256
258
 
257
259
 
258
260
  class ListInsightsPaginator(Paginator):
259
261
  """
260
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListInsights)
262
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListInsights.html#EKS.Paginator.ListInsights)
261
263
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listinsightspaginator)
262
264
  """
263
265
 
@@ -265,14 +267,14 @@ class ListInsightsPaginator(Paginator):
265
267
  self, **kwargs: Unpack[ListInsightsRequestListInsightsPaginateTypeDef]
266
268
  ) -> _PageIterator[ListInsightsResponseTypeDef]:
267
269
  """
268
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListInsights.paginate)
270
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListInsights.html#EKS.Paginator.ListInsights.paginate)
269
271
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listinsightspaginator)
270
272
  """
271
273
 
272
274
 
273
275
  class ListNodegroupsPaginator(Paginator):
274
276
  """
275
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListNodegroups)
277
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListNodegroups.html#EKS.Paginator.ListNodegroups)
276
278
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listnodegroupspaginator)
277
279
  """
278
280
 
@@ -280,14 +282,14 @@ class ListNodegroupsPaginator(Paginator):
280
282
  self, **kwargs: Unpack[ListNodegroupsRequestListNodegroupsPaginateTypeDef]
281
283
  ) -> _PageIterator[ListNodegroupsResponseTypeDef]:
282
284
  """
283
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListNodegroups.paginate)
285
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListNodegroups.html#EKS.Paginator.ListNodegroups.paginate)
284
286
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listnodegroupspaginator)
285
287
  """
286
288
 
287
289
 
288
290
  class ListPodIdentityAssociationsPaginator(Paginator):
289
291
  """
290
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListPodIdentityAssociations)
292
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListPodIdentityAssociations.html#EKS.Paginator.ListPodIdentityAssociations)
291
293
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listpodidentityassociationspaginator)
292
294
  """
293
295
 
@@ -298,14 +300,14 @@ class ListPodIdentityAssociationsPaginator(Paginator):
298
300
  ],
299
301
  ) -> _PageIterator[ListPodIdentityAssociationsResponseTypeDef]:
300
302
  """
301
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListPodIdentityAssociations.paginate)
303
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListPodIdentityAssociations.html#EKS.Paginator.ListPodIdentityAssociations.paginate)
302
304
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listpodidentityassociationspaginator)
303
305
  """
304
306
 
305
307
 
306
308
  class ListUpdatesPaginator(Paginator):
307
309
  """
308
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListUpdates)
310
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListUpdates.html#EKS.Paginator.ListUpdates)
309
311
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listupdatespaginator)
310
312
  """
311
313
 
@@ -313,6 +315,6 @@ class ListUpdatesPaginator(Paginator):
313
315
  self, **kwargs: Unpack[ListUpdatesRequestListUpdatesPaginateTypeDef]
314
316
  ) -> _PageIterator[ListUpdatesResponseTypeDef]:
315
317
  """
316
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Paginator.ListUpdates.paginate)
318
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/paginator/ListUpdates.html#EKS.Paginator.ListUpdates.paginate)
317
319
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/#listupdatespaginator)
318
320
  """