aws-sdk-eks 1.97.0 → 1.98.0

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.
data/sig/types.rbs ADDED
@@ -0,0 +1,1385 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::EKS
9
+ module Types
10
+
11
+ class AccessConfigResponse
12
+ attr_accessor bootstrap_cluster_creator_admin_permissions: bool
13
+ attr_accessor authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")
14
+ SENSITIVE: []
15
+ end
16
+
17
+ class AccessDeniedException
18
+ attr_accessor message: ::String
19
+ SENSITIVE: []
20
+ end
21
+
22
+ class AccessEntry
23
+ attr_accessor cluster_name: ::String
24
+ attr_accessor principal_arn: ::String
25
+ attr_accessor kubernetes_groups: ::Array[::String]
26
+ attr_accessor access_entry_arn: ::String
27
+ attr_accessor created_at: ::Time
28
+ attr_accessor modified_at: ::Time
29
+ attr_accessor tags: ::Hash[::String, ::String]
30
+ attr_accessor username: ::String
31
+ attr_accessor type: ::String
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class AccessPolicy
36
+ attr_accessor name: ::String
37
+ attr_accessor arn: ::String
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class AccessScope
42
+ attr_accessor type: ("cluster" | "namespace")
43
+ attr_accessor namespaces: ::Array[::String]
44
+ SENSITIVE: []
45
+ end
46
+
47
+ class Addon
48
+ attr_accessor addon_name: ::String
49
+ attr_accessor cluster_name: ::String
50
+ attr_accessor status: ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "DELETING" | "DELETE_FAILED" | "DEGRADED" | "UPDATE_FAILED")
51
+ attr_accessor addon_version: ::String
52
+ attr_accessor health: Types::AddonHealth
53
+ attr_accessor addon_arn: ::String
54
+ attr_accessor created_at: ::Time
55
+ attr_accessor modified_at: ::Time
56
+ attr_accessor service_account_role_arn: ::String
57
+ attr_accessor tags: ::Hash[::String, ::String]
58
+ attr_accessor publisher: ::String
59
+ attr_accessor owner: ::String
60
+ attr_accessor marketplace_information: Types::MarketplaceInformation
61
+ attr_accessor configuration_values: ::String
62
+ SENSITIVE: []
63
+ end
64
+
65
+ class AddonHealth
66
+ attr_accessor issues: ::Array[Types::AddonIssue]
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class AddonInfo
71
+ attr_accessor addon_name: ::String
72
+ attr_accessor type: ::String
73
+ attr_accessor addon_versions: ::Array[Types::AddonVersionInfo]
74
+ attr_accessor publisher: ::String
75
+ attr_accessor owner: ::String
76
+ attr_accessor marketplace_information: Types::MarketplaceInformation
77
+ SENSITIVE: []
78
+ end
79
+
80
+ class AddonIssue
81
+ attr_accessor code: ("AccessDenied" | "InternalFailure" | "ClusterUnreachable" | "InsufficientNumberOfReplicas" | "ConfigurationConflict" | "AdmissionRequestDenied" | "UnsupportedAddonModification" | "K8sResourceNotFound")
82
+ attr_accessor message: ::String
83
+ attr_accessor resource_ids: ::Array[::String]
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class AddonVersionInfo
88
+ attr_accessor addon_version: ::String
89
+ attr_accessor architecture: ::Array[::String]
90
+ attr_accessor compatibilities: ::Array[Types::Compatibility]
91
+ attr_accessor requires_configuration: bool
92
+ SENSITIVE: []
93
+ end
94
+
95
+ class AssociateAccessPolicyRequest
96
+ attr_accessor cluster_name: ::String
97
+ attr_accessor principal_arn: ::String
98
+ attr_accessor policy_arn: ::String
99
+ attr_accessor access_scope: Types::AccessScope
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class AssociateAccessPolicyResponse
104
+ attr_accessor cluster_name: ::String
105
+ attr_accessor principal_arn: ::String
106
+ attr_accessor associated_access_policy: Types::AssociatedAccessPolicy
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class AssociateEncryptionConfigRequest
111
+ attr_accessor cluster_name: ::String
112
+ attr_accessor encryption_config: ::Array[Types::EncryptionConfig]
113
+ attr_accessor client_request_token: ::String
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class AssociateEncryptionConfigResponse
118
+ attr_accessor update: Types::Update
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class AssociateIdentityProviderConfigRequest
123
+ attr_accessor cluster_name: ::String
124
+ attr_accessor oidc: Types::OidcIdentityProviderConfigRequest
125
+ attr_accessor tags: ::Hash[::String, ::String]
126
+ attr_accessor client_request_token: ::String
127
+ SENSITIVE: []
128
+ end
129
+
130
+ class AssociateIdentityProviderConfigResponse
131
+ attr_accessor update: Types::Update
132
+ attr_accessor tags: ::Hash[::String, ::String]
133
+ SENSITIVE: []
134
+ end
135
+
136
+ class AssociatedAccessPolicy
137
+ attr_accessor policy_arn: ::String
138
+ attr_accessor access_scope: Types::AccessScope
139
+ attr_accessor associated_at: ::Time
140
+ attr_accessor modified_at: ::Time
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class AutoScalingGroup
145
+ attr_accessor name: ::String
146
+ SENSITIVE: []
147
+ end
148
+
149
+ class BadRequestException
150
+ attr_accessor message: ::String
151
+ SENSITIVE: []
152
+ end
153
+
154
+ class Certificate
155
+ attr_accessor data: ::String
156
+ SENSITIVE: []
157
+ end
158
+
159
+ class ClientException
160
+ attr_accessor cluster_name: ::String
161
+ attr_accessor nodegroup_name: ::String
162
+ attr_accessor addon_name: ::String
163
+ attr_accessor subscription_id: ::String
164
+ attr_accessor message: ::String
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class ClientStat
169
+ attr_accessor user_agent: ::String
170
+ attr_accessor number_of_requests_last_30_days: ::Integer
171
+ attr_accessor last_request_time: ::Time
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class Cluster
176
+ attr_accessor name: ::String
177
+ attr_accessor arn: ::String
178
+ attr_accessor created_at: ::Time
179
+ attr_accessor version: ::String
180
+ attr_accessor endpoint: ::String
181
+ attr_accessor role_arn: ::String
182
+ attr_accessor resources_vpc_config: Types::VpcConfigResponse
183
+ attr_accessor kubernetes_network_config: Types::KubernetesNetworkConfigResponse
184
+ attr_accessor logging: Types::Logging
185
+ attr_accessor identity: Types::Identity
186
+ attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED" | "UPDATING" | "PENDING")
187
+ attr_accessor certificate_authority: Types::Certificate
188
+ attr_accessor client_request_token: ::String
189
+ attr_accessor platform_version: ::String
190
+ attr_accessor tags: ::Hash[::String, ::String]
191
+ attr_accessor encryption_config: ::Array[Types::EncryptionConfig]
192
+ attr_accessor connector_config: Types::ConnectorConfigResponse
193
+ attr_accessor id: ::String
194
+ attr_accessor health: Types::ClusterHealth
195
+ attr_accessor outpost_config: Types::OutpostConfigResponse
196
+ attr_accessor access_config: Types::AccessConfigResponse
197
+ SENSITIVE: []
198
+ end
199
+
200
+ class ClusterHealth
201
+ attr_accessor issues: ::Array[Types::ClusterIssue]
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class ClusterIssue
206
+ attr_accessor code: ("AccessDenied" | "ClusterUnreachable" | "ConfigurationConflict" | "InternalFailure" | "ResourceLimitExceeded" | "ResourceNotFound" | "IamRoleNotFound" | "VpcNotFound" | "InsufficientFreeAddresses" | "Ec2ServiceNotSubscribed" | "Ec2SubnetNotFound" | "Ec2SecurityGroupNotFound" | "KmsGrantRevoked" | "KmsKeyNotFound" | "KmsKeyMarkedForDeletion" | "KmsKeyDisabled" | "StsRegionalEndpointDisabled" | "UnsupportedVersion" | "Other")
207
+ attr_accessor message: ::String
208
+ attr_accessor resource_ids: ::Array[::String]
209
+ SENSITIVE: []
210
+ end
211
+
212
+ class Compatibility
213
+ attr_accessor cluster_version: ::String
214
+ attr_accessor platform_versions: ::Array[::String]
215
+ attr_accessor default_version: bool
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class ConnectorConfigRequest
220
+ attr_accessor role_arn: ::String
221
+ attr_accessor provider: ("EKS_ANYWHERE" | "ANTHOS" | "GKE" | "AKS" | "OPENSHIFT" | "TANZU" | "RANCHER" | "EC2" | "OTHER")
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class ConnectorConfigResponse
226
+ attr_accessor activation_id: ::String
227
+ attr_accessor activation_code: ::String
228
+ attr_accessor activation_expiry: ::Time
229
+ attr_accessor provider: ::String
230
+ attr_accessor role_arn: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class ControlPlanePlacementRequest
235
+ attr_accessor group_name: ::String
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class ControlPlanePlacementResponse
240
+ attr_accessor group_name: ::String
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class CreateAccessConfigRequest
245
+ attr_accessor bootstrap_cluster_creator_admin_permissions: bool
246
+ attr_accessor authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class CreateAccessEntryRequest
251
+ attr_accessor cluster_name: ::String
252
+ attr_accessor principal_arn: ::String
253
+ attr_accessor kubernetes_groups: ::Array[::String]
254
+ attr_accessor tags: ::Hash[::String, ::String]
255
+ attr_accessor client_request_token: ::String
256
+ attr_accessor username: ::String
257
+ attr_accessor type: ::String
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class CreateAccessEntryResponse
262
+ attr_accessor access_entry: Types::AccessEntry
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class CreateAddonRequest
267
+ attr_accessor cluster_name: ::String
268
+ attr_accessor addon_name: ::String
269
+ attr_accessor addon_version: ::String
270
+ attr_accessor service_account_role_arn: ::String
271
+ attr_accessor resolve_conflicts: ("OVERWRITE" | "NONE" | "PRESERVE")
272
+ attr_accessor client_request_token: ::String
273
+ attr_accessor tags: ::Hash[::String, ::String]
274
+ attr_accessor configuration_values: ::String
275
+ SENSITIVE: []
276
+ end
277
+
278
+ class CreateAddonResponse
279
+ attr_accessor addon: Types::Addon
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class CreateClusterRequest
284
+ attr_accessor name: ::String
285
+ attr_accessor version: ::String
286
+ attr_accessor role_arn: ::String
287
+ attr_accessor resources_vpc_config: Types::VpcConfigRequest
288
+ attr_accessor kubernetes_network_config: Types::KubernetesNetworkConfigRequest
289
+ attr_accessor logging: Types::Logging
290
+ attr_accessor client_request_token: ::String
291
+ attr_accessor tags: ::Hash[::String, ::String]
292
+ attr_accessor encryption_config: ::Array[Types::EncryptionConfig]
293
+ attr_accessor outpost_config: Types::OutpostConfigRequest
294
+ attr_accessor access_config: Types::CreateAccessConfigRequest
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class CreateClusterResponse
299
+ attr_accessor cluster: Types::Cluster
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class CreateEksAnywhereSubscriptionRequest
304
+ attr_accessor name: ::String
305
+ attr_accessor term: Types::EksAnywhereSubscriptionTerm
306
+ attr_accessor license_quantity: ::Integer
307
+ attr_accessor license_type: ("Cluster")
308
+ attr_accessor auto_renew: bool
309
+ attr_accessor client_request_token: ::String
310
+ attr_accessor tags: ::Hash[::String, ::String]
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class CreateEksAnywhereSubscriptionResponse
315
+ attr_accessor subscription: Types::EksAnywhereSubscription
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class CreateFargateProfileRequest
320
+ attr_accessor fargate_profile_name: ::String
321
+ attr_accessor cluster_name: ::String
322
+ attr_accessor pod_execution_role_arn: ::String
323
+ attr_accessor subnets: ::Array[::String]
324
+ attr_accessor selectors: ::Array[Types::FargateProfileSelector]
325
+ attr_accessor client_request_token: ::String
326
+ attr_accessor tags: ::Hash[::String, ::String]
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class CreateFargateProfileResponse
331
+ attr_accessor fargate_profile: Types::FargateProfile
332
+ SENSITIVE: []
333
+ end
334
+
335
+ class CreateNodegroupRequest
336
+ attr_accessor cluster_name: ::String
337
+ attr_accessor nodegroup_name: ::String
338
+ attr_accessor scaling_config: Types::NodegroupScalingConfig
339
+ attr_accessor disk_size: ::Integer
340
+ attr_accessor subnets: ::Array[::String]
341
+ attr_accessor instance_types: ::Array[::String]
342
+ attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64")
343
+ attr_accessor remote_access: Types::RemoteAccessConfig
344
+ attr_accessor node_role: ::String
345
+ attr_accessor labels: ::Hash[::String, ::String]
346
+ attr_accessor taints: ::Array[Types::Taint]
347
+ attr_accessor tags: ::Hash[::String, ::String]
348
+ attr_accessor client_request_token: ::String
349
+ attr_accessor launch_template: Types::LaunchTemplateSpecification
350
+ attr_accessor update_config: Types::NodegroupUpdateConfig
351
+ attr_accessor capacity_type: ("ON_DEMAND" | "SPOT")
352
+ attr_accessor version: ::String
353
+ attr_accessor release_version: ::String
354
+ SENSITIVE: []
355
+ end
356
+
357
+ class CreateNodegroupResponse
358
+ attr_accessor nodegroup: Types::Nodegroup
359
+ SENSITIVE: []
360
+ end
361
+
362
+ class CreatePodIdentityAssociationRequest
363
+ attr_accessor cluster_name: ::String
364
+ attr_accessor namespace: ::String
365
+ attr_accessor service_account: ::String
366
+ attr_accessor role_arn: ::String
367
+ attr_accessor client_request_token: ::String
368
+ attr_accessor tags: ::Hash[::String, ::String]
369
+ SENSITIVE: []
370
+ end
371
+
372
+ class CreatePodIdentityAssociationResponse
373
+ attr_accessor association: Types::PodIdentityAssociation
374
+ SENSITIVE: []
375
+ end
376
+
377
+ class DeleteAccessEntryRequest
378
+ attr_accessor cluster_name: ::String
379
+ attr_accessor principal_arn: ::String
380
+ SENSITIVE: []
381
+ end
382
+
383
+ class DeleteAccessEntryResponse < Aws::EmptyStructure
384
+ end
385
+
386
+ class DeleteAddonRequest
387
+ attr_accessor cluster_name: ::String
388
+ attr_accessor addon_name: ::String
389
+ attr_accessor preserve: bool
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class DeleteAddonResponse
394
+ attr_accessor addon: Types::Addon
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class DeleteClusterRequest
399
+ attr_accessor name: ::String
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class DeleteClusterResponse
404
+ attr_accessor cluster: Types::Cluster
405
+ SENSITIVE: []
406
+ end
407
+
408
+ class DeleteEksAnywhereSubscriptionRequest
409
+ attr_accessor id: ::String
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class DeleteEksAnywhereSubscriptionResponse
414
+ attr_accessor subscription: Types::EksAnywhereSubscription
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class DeleteFargateProfileRequest
419
+ attr_accessor cluster_name: ::String
420
+ attr_accessor fargate_profile_name: ::String
421
+ SENSITIVE: []
422
+ end
423
+
424
+ class DeleteFargateProfileResponse
425
+ attr_accessor fargate_profile: Types::FargateProfile
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class DeleteNodegroupRequest
430
+ attr_accessor cluster_name: ::String
431
+ attr_accessor nodegroup_name: ::String
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class DeleteNodegroupResponse
436
+ attr_accessor nodegroup: Types::Nodegroup
437
+ SENSITIVE: []
438
+ end
439
+
440
+ class DeletePodIdentityAssociationRequest
441
+ attr_accessor cluster_name: ::String
442
+ attr_accessor association_id: ::String
443
+ SENSITIVE: []
444
+ end
445
+
446
+ class DeletePodIdentityAssociationResponse
447
+ attr_accessor association: Types::PodIdentityAssociation
448
+ SENSITIVE: []
449
+ end
450
+
451
+ class DeprecationDetail
452
+ attr_accessor usage: ::String
453
+ attr_accessor replaced_with: ::String
454
+ attr_accessor stop_serving_version: ::String
455
+ attr_accessor start_serving_replacement_version: ::String
456
+ attr_accessor client_stats: ::Array[Types::ClientStat]
457
+ SENSITIVE: []
458
+ end
459
+
460
+ class DeregisterClusterRequest
461
+ attr_accessor name: ::String
462
+ SENSITIVE: []
463
+ end
464
+
465
+ class DeregisterClusterResponse
466
+ attr_accessor cluster: Types::Cluster
467
+ SENSITIVE: []
468
+ end
469
+
470
+ class DescribeAccessEntryRequest
471
+ attr_accessor cluster_name: ::String
472
+ attr_accessor principal_arn: ::String
473
+ SENSITIVE: []
474
+ end
475
+
476
+ class DescribeAccessEntryResponse
477
+ attr_accessor access_entry: Types::AccessEntry
478
+ SENSITIVE: []
479
+ end
480
+
481
+ class DescribeAddonConfigurationRequest
482
+ attr_accessor addon_name: ::String
483
+ attr_accessor addon_version: ::String
484
+ SENSITIVE: []
485
+ end
486
+
487
+ class DescribeAddonConfigurationResponse
488
+ attr_accessor addon_name: ::String
489
+ attr_accessor addon_version: ::String
490
+ attr_accessor configuration_schema: ::String
491
+ SENSITIVE: []
492
+ end
493
+
494
+ class DescribeAddonRequest
495
+ attr_accessor cluster_name: ::String
496
+ attr_accessor addon_name: ::String
497
+ SENSITIVE: []
498
+ end
499
+
500
+ class DescribeAddonResponse
501
+ attr_accessor addon: Types::Addon
502
+ SENSITIVE: []
503
+ end
504
+
505
+ class DescribeAddonVersionsRequest
506
+ attr_accessor kubernetes_version: ::String
507
+ attr_accessor max_results: ::Integer
508
+ attr_accessor next_token: ::String
509
+ attr_accessor addon_name: ::String
510
+ attr_accessor types: ::Array[::String]
511
+ attr_accessor publishers: ::Array[::String]
512
+ attr_accessor owners: ::Array[::String]
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class DescribeAddonVersionsResponse
517
+ attr_accessor addons: ::Array[Types::AddonInfo]
518
+ attr_accessor next_token: ::String
519
+ SENSITIVE: []
520
+ end
521
+
522
+ class DescribeClusterRequest
523
+ attr_accessor name: ::String
524
+ SENSITIVE: []
525
+ end
526
+
527
+ class DescribeClusterResponse
528
+ attr_accessor cluster: Types::Cluster
529
+ SENSITIVE: []
530
+ end
531
+
532
+ class DescribeEksAnywhereSubscriptionRequest
533
+ attr_accessor id: ::String
534
+ SENSITIVE: []
535
+ end
536
+
537
+ class DescribeEksAnywhereSubscriptionResponse
538
+ attr_accessor subscription: Types::EksAnywhereSubscription
539
+ SENSITIVE: []
540
+ end
541
+
542
+ class DescribeFargateProfileRequest
543
+ attr_accessor cluster_name: ::String
544
+ attr_accessor fargate_profile_name: ::String
545
+ SENSITIVE: []
546
+ end
547
+
548
+ class DescribeFargateProfileResponse
549
+ attr_accessor fargate_profile: Types::FargateProfile
550
+ SENSITIVE: []
551
+ end
552
+
553
+ class DescribeIdentityProviderConfigRequest
554
+ attr_accessor cluster_name: ::String
555
+ attr_accessor identity_provider_config: Types::IdentityProviderConfig
556
+ SENSITIVE: []
557
+ end
558
+
559
+ class DescribeIdentityProviderConfigResponse
560
+ attr_accessor identity_provider_config: Types::IdentityProviderConfigResponse
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class DescribeInsightRequest
565
+ attr_accessor cluster_name: ::String
566
+ attr_accessor id: ::String
567
+ SENSITIVE: []
568
+ end
569
+
570
+ class DescribeInsightResponse
571
+ attr_accessor insight: Types::Insight
572
+ SENSITIVE: []
573
+ end
574
+
575
+ class DescribeNodegroupRequest
576
+ attr_accessor cluster_name: ::String
577
+ attr_accessor nodegroup_name: ::String
578
+ SENSITIVE: []
579
+ end
580
+
581
+ class DescribeNodegroupResponse
582
+ attr_accessor nodegroup: Types::Nodegroup
583
+ SENSITIVE: []
584
+ end
585
+
586
+ class DescribePodIdentityAssociationRequest
587
+ attr_accessor cluster_name: ::String
588
+ attr_accessor association_id: ::String
589
+ SENSITIVE: []
590
+ end
591
+
592
+ class DescribePodIdentityAssociationResponse
593
+ attr_accessor association: Types::PodIdentityAssociation
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class DescribeUpdateRequest
598
+ attr_accessor name: ::String
599
+ attr_accessor update_id: ::String
600
+ attr_accessor nodegroup_name: ::String
601
+ attr_accessor addon_name: ::String
602
+ SENSITIVE: []
603
+ end
604
+
605
+ class DescribeUpdateResponse
606
+ attr_accessor update: Types::Update
607
+ SENSITIVE: []
608
+ end
609
+
610
+ class DisassociateAccessPolicyRequest
611
+ attr_accessor cluster_name: ::String
612
+ attr_accessor principal_arn: ::String
613
+ attr_accessor policy_arn: ::String
614
+ SENSITIVE: []
615
+ end
616
+
617
+ class DisassociateAccessPolicyResponse < Aws::EmptyStructure
618
+ end
619
+
620
+ class DisassociateIdentityProviderConfigRequest
621
+ attr_accessor cluster_name: ::String
622
+ attr_accessor identity_provider_config: Types::IdentityProviderConfig
623
+ attr_accessor client_request_token: ::String
624
+ SENSITIVE: []
625
+ end
626
+
627
+ class DisassociateIdentityProviderConfigResponse
628
+ attr_accessor update: Types::Update
629
+ SENSITIVE: []
630
+ end
631
+
632
+ class EksAnywhereSubscription
633
+ attr_accessor id: ::String
634
+ attr_accessor arn: ::String
635
+ attr_accessor created_at: ::Time
636
+ attr_accessor effective_date: ::Time
637
+ attr_accessor expiration_date: ::Time
638
+ attr_accessor license_quantity: ::Integer
639
+ attr_accessor license_type: ("Cluster")
640
+ attr_accessor term: Types::EksAnywhereSubscriptionTerm
641
+ attr_accessor status: ::String
642
+ attr_accessor auto_renew: bool
643
+ attr_accessor license_arns: ::Array[::String]
644
+ attr_accessor tags: ::Hash[::String, ::String]
645
+ SENSITIVE: []
646
+ end
647
+
648
+ class EksAnywhereSubscriptionTerm
649
+ attr_accessor duration: ::Integer
650
+ attr_accessor unit: ("MONTHS")
651
+ SENSITIVE: []
652
+ end
653
+
654
+ class EncryptionConfig
655
+ attr_accessor resources: ::Array[::String]
656
+ attr_accessor provider: Types::Provider
657
+ SENSITIVE: []
658
+ end
659
+
660
+ class ErrorDetail
661
+ attr_accessor error_code: ("SubnetNotFound" | "SecurityGroupNotFound" | "EniLimitReached" | "IpNotAvailable" | "AccessDenied" | "OperationNotPermitted" | "VpcIdNotFound" | "Unknown" | "NodeCreationFailure" | "PodEvictionFailure" | "InsufficientFreeAddresses" | "ClusterUnreachable" | "InsufficientNumberOfReplicas" | "ConfigurationConflict" | "AdmissionRequestDenied" | "UnsupportedAddonModification" | "K8sResourceNotFound")
662
+ attr_accessor error_message: ::String
663
+ attr_accessor resource_ids: ::Array[::String]
664
+ SENSITIVE: []
665
+ end
666
+
667
+ class FargateProfile
668
+ attr_accessor fargate_profile_name: ::String
669
+ attr_accessor fargate_profile_arn: ::String
670
+ attr_accessor cluster_name: ::String
671
+ attr_accessor created_at: ::Time
672
+ attr_accessor pod_execution_role_arn: ::String
673
+ attr_accessor subnets: ::Array[::String]
674
+ attr_accessor selectors: ::Array[Types::FargateProfileSelector]
675
+ attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED")
676
+ attr_accessor tags: ::Hash[::String, ::String]
677
+ SENSITIVE: []
678
+ end
679
+
680
+ class FargateProfileSelector
681
+ attr_accessor namespace: ::String
682
+ attr_accessor labels: ::Hash[::String, ::String]
683
+ SENSITIVE: []
684
+ end
685
+
686
+ class Identity
687
+ attr_accessor oidc: Types::OIDC
688
+ SENSITIVE: []
689
+ end
690
+
691
+ class IdentityProviderConfig
692
+ attr_accessor type: ::String
693
+ attr_accessor name: ::String
694
+ SENSITIVE: []
695
+ end
696
+
697
+ class IdentityProviderConfigResponse
698
+ attr_accessor oidc: Types::OidcIdentityProviderConfig
699
+ SENSITIVE: []
700
+ end
701
+
702
+ class Insight
703
+ attr_accessor id: ::String
704
+ attr_accessor name: ::String
705
+ attr_accessor category: ("UPGRADE_READINESS")
706
+ attr_accessor kubernetes_version: ::String
707
+ attr_accessor last_refresh_time: ::Time
708
+ attr_accessor last_transition_time: ::Time
709
+ attr_accessor description: ::String
710
+ attr_accessor insight_status: Types::InsightStatus
711
+ attr_accessor recommendation: ::String
712
+ attr_accessor additional_info: ::Hash[::String, ::String]
713
+ attr_accessor resources: ::Array[Types::InsightResourceDetail]
714
+ attr_accessor category_specific_summary: Types::InsightCategorySpecificSummary
715
+ SENSITIVE: []
716
+ end
717
+
718
+ class InsightCategorySpecificSummary
719
+ attr_accessor deprecation_details: ::Array[Types::DeprecationDetail]
720
+ SENSITIVE: []
721
+ end
722
+
723
+ class InsightResourceDetail
724
+ attr_accessor insight_status: Types::InsightStatus
725
+ attr_accessor kubernetes_resource_uri: ::String
726
+ attr_accessor arn: ::String
727
+ SENSITIVE: []
728
+ end
729
+
730
+ class InsightStatus
731
+ attr_accessor status: ("PASSING" | "WARNING" | "ERROR" | "UNKNOWN")
732
+ attr_accessor reason: ::String
733
+ SENSITIVE: []
734
+ end
735
+
736
+ class InsightSummary
737
+ attr_accessor id: ::String
738
+ attr_accessor name: ::String
739
+ attr_accessor category: ("UPGRADE_READINESS")
740
+ attr_accessor kubernetes_version: ::String
741
+ attr_accessor last_refresh_time: ::Time
742
+ attr_accessor last_transition_time: ::Time
743
+ attr_accessor description: ::String
744
+ attr_accessor insight_status: Types::InsightStatus
745
+ SENSITIVE: []
746
+ end
747
+
748
+ class InsightsFilter
749
+ attr_accessor categories: ::Array[("UPGRADE_READINESS")]
750
+ attr_accessor kubernetes_versions: ::Array[::String]
751
+ attr_accessor statuses: ::Array[("PASSING" | "WARNING" | "ERROR" | "UNKNOWN")]
752
+ SENSITIVE: []
753
+ end
754
+
755
+ class InvalidParameterException
756
+ attr_accessor cluster_name: ::String
757
+ attr_accessor nodegroup_name: ::String
758
+ attr_accessor fargate_profile_name: ::String
759
+ attr_accessor addon_name: ::String
760
+ attr_accessor subscription_id: ::String
761
+ attr_accessor message: ::String
762
+ SENSITIVE: []
763
+ end
764
+
765
+ class InvalidRequestException
766
+ attr_accessor cluster_name: ::String
767
+ attr_accessor nodegroup_name: ::String
768
+ attr_accessor addon_name: ::String
769
+ attr_accessor subscription_id: ::String
770
+ attr_accessor message: ::String
771
+ SENSITIVE: []
772
+ end
773
+
774
+ class Issue
775
+ attr_accessor code: ("AutoScalingGroupNotFound" | "AutoScalingGroupInvalidConfiguration" | "Ec2SecurityGroupNotFound" | "Ec2SecurityGroupDeletionFailure" | "Ec2LaunchTemplateNotFound" | "Ec2LaunchTemplateVersionMismatch" | "Ec2SubnetNotFound" | "Ec2SubnetInvalidConfiguration" | "IamInstanceProfileNotFound" | "Ec2SubnetMissingIpv6Assignment" | "IamLimitExceeded" | "IamNodeRoleNotFound" | "NodeCreationFailure" | "AsgInstanceLaunchFailures" | "InstanceLimitExceeded" | "InsufficientFreeAddresses" | "AccessDenied" | "InternalFailure" | "ClusterUnreachable" | "AmiIdNotFound" | "AutoScalingGroupOptInRequired" | "AutoScalingGroupRateLimitExceeded" | "Ec2LaunchTemplateDeletionFailure" | "Ec2LaunchTemplateInvalidConfiguration" | "Ec2LaunchTemplateMaxLimitExceeded" | "Ec2SubnetListTooLong" | "IamThrottling" | "NodeTerminationFailure" | "PodEvictionFailure" | "SourceEc2LaunchTemplateNotFound" | "LimitExceeded" | "Unknown" | "AutoScalingGroupInstanceRefreshActive")
776
+ attr_accessor message: ::String
777
+ attr_accessor resource_ids: ::Array[::String]
778
+ SENSITIVE: []
779
+ end
780
+
781
+ class KubernetesNetworkConfigRequest
782
+ attr_accessor service_ipv_4_cidr: ::String
783
+ attr_accessor ip_family: ("ipv4" | "ipv6")
784
+ SENSITIVE: []
785
+ end
786
+
787
+ class KubernetesNetworkConfigResponse
788
+ attr_accessor service_ipv_4_cidr: ::String
789
+ attr_accessor service_ipv_6_cidr: ::String
790
+ attr_accessor ip_family: ("ipv4" | "ipv6")
791
+ SENSITIVE: []
792
+ end
793
+
794
+ class LaunchTemplateSpecification
795
+ attr_accessor name: ::String
796
+ attr_accessor version: ::String
797
+ attr_accessor id: ::String
798
+ SENSITIVE: []
799
+ end
800
+
801
+ class ListAccessEntriesRequest
802
+ attr_accessor cluster_name: ::String
803
+ attr_accessor associated_policy_arn: ::String
804
+ attr_accessor max_results: ::Integer
805
+ attr_accessor next_token: ::String
806
+ SENSITIVE: []
807
+ end
808
+
809
+ class ListAccessEntriesResponse
810
+ attr_accessor access_entries: ::Array[::String]
811
+ attr_accessor next_token: ::String
812
+ SENSITIVE: []
813
+ end
814
+
815
+ class ListAccessPoliciesRequest
816
+ attr_accessor max_results: ::Integer
817
+ attr_accessor next_token: ::String
818
+ SENSITIVE: []
819
+ end
820
+
821
+ class ListAccessPoliciesResponse
822
+ attr_accessor access_policies: ::Array[Types::AccessPolicy]
823
+ attr_accessor next_token: ::String
824
+ SENSITIVE: []
825
+ end
826
+
827
+ class ListAddonsRequest
828
+ attr_accessor cluster_name: ::String
829
+ attr_accessor max_results: ::Integer
830
+ attr_accessor next_token: ::String
831
+ SENSITIVE: []
832
+ end
833
+
834
+ class ListAddonsResponse
835
+ attr_accessor addons: ::Array[::String]
836
+ attr_accessor next_token: ::String
837
+ SENSITIVE: []
838
+ end
839
+
840
+ class ListAssociatedAccessPoliciesRequest
841
+ attr_accessor cluster_name: ::String
842
+ attr_accessor principal_arn: ::String
843
+ attr_accessor max_results: ::Integer
844
+ attr_accessor next_token: ::String
845
+ SENSITIVE: []
846
+ end
847
+
848
+ class ListAssociatedAccessPoliciesResponse
849
+ attr_accessor cluster_name: ::String
850
+ attr_accessor principal_arn: ::String
851
+ attr_accessor next_token: ::String
852
+ attr_accessor associated_access_policies: ::Array[Types::AssociatedAccessPolicy]
853
+ SENSITIVE: []
854
+ end
855
+
856
+ class ListClustersRequest
857
+ attr_accessor max_results: ::Integer
858
+ attr_accessor next_token: ::String
859
+ attr_accessor include: ::Array[::String]
860
+ SENSITIVE: []
861
+ end
862
+
863
+ class ListClustersResponse
864
+ attr_accessor clusters: ::Array[::String]
865
+ attr_accessor next_token: ::String
866
+ SENSITIVE: []
867
+ end
868
+
869
+ class ListEksAnywhereSubscriptionsRequest
870
+ attr_accessor max_results: ::Integer
871
+ attr_accessor next_token: ::String
872
+ attr_accessor include_status: ::Array[("CREATING" | "ACTIVE" | "UPDATING" | "EXPIRING" | "EXPIRED" | "DELETING")]
873
+ SENSITIVE: []
874
+ end
875
+
876
+ class ListEksAnywhereSubscriptionsResponse
877
+ attr_accessor subscriptions: ::Array[Types::EksAnywhereSubscription]
878
+ attr_accessor next_token: ::String
879
+ SENSITIVE: []
880
+ end
881
+
882
+ class ListFargateProfilesRequest
883
+ attr_accessor cluster_name: ::String
884
+ attr_accessor max_results: ::Integer
885
+ attr_accessor next_token: ::String
886
+ SENSITIVE: []
887
+ end
888
+
889
+ class ListFargateProfilesResponse
890
+ attr_accessor fargate_profile_names: ::Array[::String]
891
+ attr_accessor next_token: ::String
892
+ SENSITIVE: []
893
+ end
894
+
895
+ class ListIdentityProviderConfigsRequest
896
+ attr_accessor cluster_name: ::String
897
+ attr_accessor max_results: ::Integer
898
+ attr_accessor next_token: ::String
899
+ SENSITIVE: []
900
+ end
901
+
902
+ class ListIdentityProviderConfigsResponse
903
+ attr_accessor identity_provider_configs: ::Array[Types::IdentityProviderConfig]
904
+ attr_accessor next_token: ::String
905
+ SENSITIVE: []
906
+ end
907
+
908
+ class ListInsightsRequest
909
+ attr_accessor cluster_name: ::String
910
+ attr_accessor filter: Types::InsightsFilter
911
+ attr_accessor max_results: ::Integer
912
+ attr_accessor next_token: ::String
913
+ SENSITIVE: []
914
+ end
915
+
916
+ class ListInsightsResponse
917
+ attr_accessor insights: ::Array[Types::InsightSummary]
918
+ attr_accessor next_token: ::String
919
+ SENSITIVE: []
920
+ end
921
+
922
+ class ListNodegroupsRequest
923
+ attr_accessor cluster_name: ::String
924
+ attr_accessor max_results: ::Integer
925
+ attr_accessor next_token: ::String
926
+ SENSITIVE: []
927
+ end
928
+
929
+ class ListNodegroupsResponse
930
+ attr_accessor nodegroups: ::Array[::String]
931
+ attr_accessor next_token: ::String
932
+ SENSITIVE: []
933
+ end
934
+
935
+ class ListPodIdentityAssociationsRequest
936
+ attr_accessor cluster_name: ::String
937
+ attr_accessor namespace: ::String
938
+ attr_accessor service_account: ::String
939
+ attr_accessor max_results: ::Integer
940
+ attr_accessor next_token: ::String
941
+ SENSITIVE: []
942
+ end
943
+
944
+ class ListPodIdentityAssociationsResponse
945
+ attr_accessor associations: ::Array[Types::PodIdentityAssociationSummary]
946
+ attr_accessor next_token: ::String
947
+ SENSITIVE: []
948
+ end
949
+
950
+ class ListTagsForResourceRequest
951
+ attr_accessor resource_arn: ::String
952
+ SENSITIVE: []
953
+ end
954
+
955
+ class ListTagsForResourceResponse
956
+ attr_accessor tags: ::Hash[::String, ::String]
957
+ SENSITIVE: []
958
+ end
959
+
960
+ class ListUpdatesRequest
961
+ attr_accessor name: ::String
962
+ attr_accessor nodegroup_name: ::String
963
+ attr_accessor addon_name: ::String
964
+ attr_accessor next_token: ::String
965
+ attr_accessor max_results: ::Integer
966
+ SENSITIVE: []
967
+ end
968
+
969
+ class ListUpdatesResponse
970
+ attr_accessor update_ids: ::Array[::String]
971
+ attr_accessor next_token: ::String
972
+ SENSITIVE: []
973
+ end
974
+
975
+ class LogSetup
976
+ attr_accessor types: ::Array[("api" | "audit" | "authenticator" | "controllerManager" | "scheduler")]
977
+ attr_accessor enabled: bool
978
+ SENSITIVE: []
979
+ end
980
+
981
+ class Logging
982
+ attr_accessor cluster_logging: ::Array[Types::LogSetup]
983
+ SENSITIVE: []
984
+ end
985
+
986
+ class MarketplaceInformation
987
+ attr_accessor product_id: ::String
988
+ attr_accessor product_url: ::String
989
+ SENSITIVE: []
990
+ end
991
+
992
+ class Nodegroup
993
+ attr_accessor nodegroup_name: ::String
994
+ attr_accessor nodegroup_arn: ::String
995
+ attr_accessor cluster_name: ::String
996
+ attr_accessor version: ::String
997
+ attr_accessor release_version: ::String
998
+ attr_accessor created_at: ::Time
999
+ attr_accessor modified_at: ::Time
1000
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "DEGRADED")
1001
+ attr_accessor capacity_type: ("ON_DEMAND" | "SPOT")
1002
+ attr_accessor scaling_config: Types::NodegroupScalingConfig
1003
+ attr_accessor instance_types: ::Array[::String]
1004
+ attr_accessor subnets: ::Array[::String]
1005
+ attr_accessor remote_access: Types::RemoteAccessConfig
1006
+ attr_accessor ami_type: ("AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64_NVIDIA" | "WINDOWS_CORE_2019_x86_64" | "WINDOWS_FULL_2019_x86_64" | "WINDOWS_CORE_2022_x86_64" | "WINDOWS_FULL_2022_x86_64")
1007
+ attr_accessor node_role: ::String
1008
+ attr_accessor labels: ::Hash[::String, ::String]
1009
+ attr_accessor taints: ::Array[Types::Taint]
1010
+ attr_accessor resources: Types::NodegroupResources
1011
+ attr_accessor disk_size: ::Integer
1012
+ attr_accessor health: Types::NodegroupHealth
1013
+ attr_accessor update_config: Types::NodegroupUpdateConfig
1014
+ attr_accessor launch_template: Types::LaunchTemplateSpecification
1015
+ attr_accessor tags: ::Hash[::String, ::String]
1016
+ SENSITIVE: []
1017
+ end
1018
+
1019
+ class NodegroupHealth
1020
+ attr_accessor issues: ::Array[Types::Issue]
1021
+ SENSITIVE: []
1022
+ end
1023
+
1024
+ class NodegroupResources
1025
+ attr_accessor auto_scaling_groups: ::Array[Types::AutoScalingGroup]
1026
+ attr_accessor remote_access_security_group: ::String
1027
+ SENSITIVE: []
1028
+ end
1029
+
1030
+ class NodegroupScalingConfig
1031
+ attr_accessor min_size: ::Integer
1032
+ attr_accessor max_size: ::Integer
1033
+ attr_accessor desired_size: ::Integer
1034
+ SENSITIVE: []
1035
+ end
1036
+
1037
+ class NodegroupUpdateConfig
1038
+ attr_accessor max_unavailable: ::Integer
1039
+ attr_accessor max_unavailable_percentage: ::Integer
1040
+ SENSITIVE: []
1041
+ end
1042
+
1043
+ class NotFoundException
1044
+ attr_accessor message: ::String
1045
+ SENSITIVE: []
1046
+ end
1047
+
1048
+ class OIDC
1049
+ attr_accessor issuer: ::String
1050
+ SENSITIVE: []
1051
+ end
1052
+
1053
+ class OidcIdentityProviderConfig
1054
+ attr_accessor identity_provider_config_name: ::String
1055
+ attr_accessor identity_provider_config_arn: ::String
1056
+ attr_accessor cluster_name: ::String
1057
+ attr_accessor issuer_url: ::String
1058
+ attr_accessor client_id: ::String
1059
+ attr_accessor username_claim: ::String
1060
+ attr_accessor username_prefix: ::String
1061
+ attr_accessor groups_claim: ::String
1062
+ attr_accessor groups_prefix: ::String
1063
+ attr_accessor required_claims: ::Hash[::String, ::String]
1064
+ attr_accessor tags: ::Hash[::String, ::String]
1065
+ attr_accessor status: ("CREATING" | "DELETING" | "ACTIVE")
1066
+ SENSITIVE: []
1067
+ end
1068
+
1069
+ class OidcIdentityProviderConfigRequest
1070
+ attr_accessor identity_provider_config_name: ::String
1071
+ attr_accessor issuer_url: ::String
1072
+ attr_accessor client_id: ::String
1073
+ attr_accessor username_claim: ::String
1074
+ attr_accessor username_prefix: ::String
1075
+ attr_accessor groups_claim: ::String
1076
+ attr_accessor groups_prefix: ::String
1077
+ attr_accessor required_claims: ::Hash[::String, ::String]
1078
+ SENSITIVE: []
1079
+ end
1080
+
1081
+ class OutpostConfigRequest
1082
+ attr_accessor outpost_arns: ::Array[::String]
1083
+ attr_accessor control_plane_instance_type: ::String
1084
+ attr_accessor control_plane_placement: Types::ControlPlanePlacementRequest
1085
+ SENSITIVE: []
1086
+ end
1087
+
1088
+ class OutpostConfigResponse
1089
+ attr_accessor outpost_arns: ::Array[::String]
1090
+ attr_accessor control_plane_instance_type: ::String
1091
+ attr_accessor control_plane_placement: Types::ControlPlanePlacementResponse
1092
+ SENSITIVE: []
1093
+ end
1094
+
1095
+ class PodIdentityAssociation
1096
+ attr_accessor cluster_name: ::String
1097
+ attr_accessor namespace: ::String
1098
+ attr_accessor service_account: ::String
1099
+ attr_accessor role_arn: ::String
1100
+ attr_accessor association_arn: ::String
1101
+ attr_accessor association_id: ::String
1102
+ attr_accessor tags: ::Hash[::String, ::String]
1103
+ attr_accessor created_at: ::Time
1104
+ attr_accessor modified_at: ::Time
1105
+ SENSITIVE: []
1106
+ end
1107
+
1108
+ class PodIdentityAssociationSummary
1109
+ attr_accessor cluster_name: ::String
1110
+ attr_accessor namespace: ::String
1111
+ attr_accessor service_account: ::String
1112
+ attr_accessor association_arn: ::String
1113
+ attr_accessor association_id: ::String
1114
+ SENSITIVE: []
1115
+ end
1116
+
1117
+ class Provider
1118
+ attr_accessor key_arn: ::String
1119
+ SENSITIVE: []
1120
+ end
1121
+
1122
+ class RegisterClusterRequest
1123
+ attr_accessor name: ::String
1124
+ attr_accessor connector_config: Types::ConnectorConfigRequest
1125
+ attr_accessor client_request_token: ::String
1126
+ attr_accessor tags: ::Hash[::String, ::String]
1127
+ SENSITIVE: []
1128
+ end
1129
+
1130
+ class RegisterClusterResponse
1131
+ attr_accessor cluster: Types::Cluster
1132
+ SENSITIVE: []
1133
+ end
1134
+
1135
+ class RemoteAccessConfig
1136
+ attr_accessor ec2_ssh_key: ::String
1137
+ attr_accessor source_security_groups: ::Array[::String]
1138
+ SENSITIVE: []
1139
+ end
1140
+
1141
+ class ResourceInUseException
1142
+ attr_accessor cluster_name: ::String
1143
+ attr_accessor nodegroup_name: ::String
1144
+ attr_accessor addon_name: ::String
1145
+ attr_accessor message: ::String
1146
+ SENSITIVE: []
1147
+ end
1148
+
1149
+ class ResourceLimitExceededException
1150
+ attr_accessor cluster_name: ::String
1151
+ attr_accessor nodegroup_name: ::String
1152
+ attr_accessor subscription_id: ::String
1153
+ attr_accessor message: ::String
1154
+ SENSITIVE: []
1155
+ end
1156
+
1157
+ class ResourceNotFoundException
1158
+ attr_accessor cluster_name: ::String
1159
+ attr_accessor nodegroup_name: ::String
1160
+ attr_accessor fargate_profile_name: ::String
1161
+ attr_accessor addon_name: ::String
1162
+ attr_accessor subscription_id: ::String
1163
+ attr_accessor message: ::String
1164
+ SENSITIVE: []
1165
+ end
1166
+
1167
+ class ResourcePropagationDelayException
1168
+ attr_accessor message: ::String
1169
+ SENSITIVE: []
1170
+ end
1171
+
1172
+ class ServerException
1173
+ attr_accessor cluster_name: ::String
1174
+ attr_accessor nodegroup_name: ::String
1175
+ attr_accessor addon_name: ::String
1176
+ attr_accessor subscription_id: ::String
1177
+ attr_accessor message: ::String
1178
+ SENSITIVE: []
1179
+ end
1180
+
1181
+ class ServiceUnavailableException
1182
+ attr_accessor message: ::String
1183
+ SENSITIVE: []
1184
+ end
1185
+
1186
+ class TagResourceRequest
1187
+ attr_accessor resource_arn: ::String
1188
+ attr_accessor tags: ::Hash[::String, ::String]
1189
+ SENSITIVE: []
1190
+ end
1191
+
1192
+ class TagResourceResponse < Aws::EmptyStructure
1193
+ end
1194
+
1195
+ class Taint
1196
+ attr_accessor key: ::String
1197
+ attr_accessor value: ::String
1198
+ attr_accessor effect: ("NO_SCHEDULE" | "NO_EXECUTE" | "PREFER_NO_SCHEDULE")
1199
+ SENSITIVE: []
1200
+ end
1201
+
1202
+ class UnsupportedAvailabilityZoneException
1203
+ attr_accessor message: ::String
1204
+ attr_accessor cluster_name: ::String
1205
+ attr_accessor nodegroup_name: ::String
1206
+ attr_accessor valid_zones: ::Array[::String]
1207
+ SENSITIVE: []
1208
+ end
1209
+
1210
+ class UntagResourceRequest
1211
+ attr_accessor resource_arn: ::String
1212
+ attr_accessor tag_keys: ::Array[::String]
1213
+ SENSITIVE: []
1214
+ end
1215
+
1216
+ class UntagResourceResponse < Aws::EmptyStructure
1217
+ end
1218
+
1219
+ class Update
1220
+ attr_accessor id: ::String
1221
+ attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
1222
+ attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate")
1223
+ attr_accessor params: ::Array[Types::UpdateParam]
1224
+ attr_accessor created_at: ::Time
1225
+ attr_accessor errors: ::Array[Types::ErrorDetail]
1226
+ SENSITIVE: []
1227
+ end
1228
+
1229
+ class UpdateAccessConfigRequest
1230
+ attr_accessor authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")
1231
+ SENSITIVE: []
1232
+ end
1233
+
1234
+ class UpdateAccessEntryRequest
1235
+ attr_accessor cluster_name: ::String
1236
+ attr_accessor principal_arn: ::String
1237
+ attr_accessor kubernetes_groups: ::Array[::String]
1238
+ attr_accessor client_request_token: ::String
1239
+ attr_accessor username: ::String
1240
+ SENSITIVE: []
1241
+ end
1242
+
1243
+ class UpdateAccessEntryResponse
1244
+ attr_accessor access_entry: Types::AccessEntry
1245
+ SENSITIVE: []
1246
+ end
1247
+
1248
+ class UpdateAddonRequest
1249
+ attr_accessor cluster_name: ::String
1250
+ attr_accessor addon_name: ::String
1251
+ attr_accessor addon_version: ::String
1252
+ attr_accessor service_account_role_arn: ::String
1253
+ attr_accessor resolve_conflicts: ("OVERWRITE" | "NONE" | "PRESERVE")
1254
+ attr_accessor client_request_token: ::String
1255
+ attr_accessor configuration_values: ::String
1256
+ SENSITIVE: []
1257
+ end
1258
+
1259
+ class UpdateAddonResponse
1260
+ attr_accessor update: Types::Update
1261
+ SENSITIVE: []
1262
+ end
1263
+
1264
+ class UpdateClusterConfigRequest
1265
+ attr_accessor name: ::String
1266
+ attr_accessor resources_vpc_config: Types::VpcConfigRequest
1267
+ attr_accessor logging: Types::Logging
1268
+ attr_accessor client_request_token: ::String
1269
+ attr_accessor access_config: Types::UpdateAccessConfigRequest
1270
+ SENSITIVE: []
1271
+ end
1272
+
1273
+ class UpdateClusterConfigResponse
1274
+ attr_accessor update: Types::Update
1275
+ SENSITIVE: []
1276
+ end
1277
+
1278
+ class UpdateClusterVersionRequest
1279
+ attr_accessor name: ::String
1280
+ attr_accessor version: ::String
1281
+ attr_accessor client_request_token: ::String
1282
+ SENSITIVE: []
1283
+ end
1284
+
1285
+ class UpdateClusterVersionResponse
1286
+ attr_accessor update: Types::Update
1287
+ SENSITIVE: []
1288
+ end
1289
+
1290
+ class UpdateEksAnywhereSubscriptionRequest
1291
+ attr_accessor id: ::String
1292
+ attr_accessor auto_renew: bool
1293
+ attr_accessor client_request_token: ::String
1294
+ SENSITIVE: []
1295
+ end
1296
+
1297
+ class UpdateEksAnywhereSubscriptionResponse
1298
+ attr_accessor subscription: Types::EksAnywhereSubscription
1299
+ SENSITIVE: []
1300
+ end
1301
+
1302
+ class UpdateLabelsPayload
1303
+ attr_accessor add_or_update_labels: ::Hash[::String, ::String]
1304
+ attr_accessor remove_labels: ::Array[::String]
1305
+ SENSITIVE: []
1306
+ end
1307
+
1308
+ class UpdateNodegroupConfigRequest
1309
+ attr_accessor cluster_name: ::String
1310
+ attr_accessor nodegroup_name: ::String
1311
+ attr_accessor labels: Types::UpdateLabelsPayload
1312
+ attr_accessor taints: Types::UpdateTaintsPayload
1313
+ attr_accessor scaling_config: Types::NodegroupScalingConfig
1314
+ attr_accessor update_config: Types::NodegroupUpdateConfig
1315
+ attr_accessor client_request_token: ::String
1316
+ SENSITIVE: []
1317
+ end
1318
+
1319
+ class UpdateNodegroupConfigResponse
1320
+ attr_accessor update: Types::Update
1321
+ SENSITIVE: []
1322
+ end
1323
+
1324
+ class UpdateNodegroupVersionRequest
1325
+ attr_accessor cluster_name: ::String
1326
+ attr_accessor nodegroup_name: ::String
1327
+ attr_accessor version: ::String
1328
+ attr_accessor release_version: ::String
1329
+ attr_accessor launch_template: Types::LaunchTemplateSpecification
1330
+ attr_accessor force: bool
1331
+ attr_accessor client_request_token: ::String
1332
+ SENSITIVE: []
1333
+ end
1334
+
1335
+ class UpdateNodegroupVersionResponse
1336
+ attr_accessor update: Types::Update
1337
+ SENSITIVE: []
1338
+ end
1339
+
1340
+ class UpdateParam
1341
+ attr_accessor type: ("Version" | "PlatformVersion" | "EndpointPrivateAccess" | "EndpointPublicAccess" | "ClusterLogging" | "DesiredSize" | "LabelsToAdd" | "LabelsToRemove" | "TaintsToAdd" | "TaintsToRemove" | "MaxSize" | "MinSize" | "ReleaseVersion" | "PublicAccessCidrs" | "LaunchTemplateName" | "LaunchTemplateVersion" | "IdentityProviderConfig" | "EncryptionConfig" | "AddonVersion" | "ServiceAccountRoleArn" | "ResolveConflicts" | "MaxUnavailable" | "MaxUnavailablePercentage" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode")
1342
+ attr_accessor value: ::String
1343
+ SENSITIVE: []
1344
+ end
1345
+
1346
+ class UpdatePodIdentityAssociationRequest
1347
+ attr_accessor cluster_name: ::String
1348
+ attr_accessor association_id: ::String
1349
+ attr_accessor role_arn: ::String
1350
+ attr_accessor client_request_token: ::String
1351
+ SENSITIVE: []
1352
+ end
1353
+
1354
+ class UpdatePodIdentityAssociationResponse
1355
+ attr_accessor association: Types::PodIdentityAssociation
1356
+ SENSITIVE: []
1357
+ end
1358
+
1359
+ class UpdateTaintsPayload
1360
+ attr_accessor add_or_update_taints: ::Array[Types::Taint]
1361
+ attr_accessor remove_taints: ::Array[Types::Taint]
1362
+ SENSITIVE: []
1363
+ end
1364
+
1365
+ class VpcConfigRequest
1366
+ attr_accessor subnet_ids: ::Array[::String]
1367
+ attr_accessor security_group_ids: ::Array[::String]
1368
+ attr_accessor endpoint_public_access: bool
1369
+ attr_accessor endpoint_private_access: bool
1370
+ attr_accessor public_access_cidrs: ::Array[::String]
1371
+ SENSITIVE: []
1372
+ end
1373
+
1374
+ class VpcConfigResponse
1375
+ attr_accessor subnet_ids: ::Array[::String]
1376
+ attr_accessor security_group_ids: ::Array[::String]
1377
+ attr_accessor cluster_security_group_id: ::String
1378
+ attr_accessor vpc_id: ::String
1379
+ attr_accessor endpoint_public_access: bool
1380
+ attr_accessor endpoint_private_access: bool
1381
+ attr_accessor public_access_cidrs: ::Array[::String]
1382
+ SENSITIVE: []
1383
+ end
1384
+ end
1385
+ end