aws-sdk-eks 1.172.0 → 1.174.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +569 -33
- data/lib/aws-sdk-eks/client_api.rb +323 -0
- data/lib/aws-sdk-eks/types.rb +1028 -4
- data/lib/aws-sdk-eks/waiters.rb +61 -10
- data/lib/aws-sdk-eks.rb +2 -2
- data/sig/client.rbs +96 -0
- data/sig/params.rbs +16 -0
- data/sig/types.rbs +280 -2
- data/sig/waiters.rbs +14 -0
- metadata +1 -1
|
@@ -22,6 +22,9 @@ module Aws::EKS
|
|
|
22
22
|
AccessPolicy = Shapes::StructureShape.new(name: 'AccessPolicy')
|
|
23
23
|
AccessScope = Shapes::StructureShape.new(name: 'AccessScope')
|
|
24
24
|
AccessScopeType = Shapes::StringShape.new(name: 'AccessScopeType')
|
|
25
|
+
ActivateCertificateAuthorityRequest = Shapes::StructureShape.new(name: 'ActivateCertificateAuthorityRequest')
|
|
26
|
+
ActivateCertificateAuthorityResponse = Shapes::StructureShape.new(name: 'ActivateCertificateAuthorityResponse')
|
|
27
|
+
ActiveCertificateAuthority = Shapes::StructureShape.new(name: 'ActiveCertificateAuthority')
|
|
25
28
|
AdditionalInfoMap = Shapes::MapShape.new(name: 'AdditionalInfoMap')
|
|
26
29
|
Addon = Shapes::StructureShape.new(name: 'Addon')
|
|
27
30
|
AddonCompatibilityDetail = Shapes::StructureShape.new(name: 'AddonCompatibilityDetail')
|
|
@@ -41,6 +44,8 @@ module Aws::EKS
|
|
|
41
44
|
AddonVersionInfo = Shapes::StructureShape.new(name: 'AddonVersionInfo')
|
|
42
45
|
AddonVersionInfoList = Shapes::ListShape.new(name: 'AddonVersionInfoList')
|
|
43
46
|
Addons = Shapes::ListShape.new(name: 'Addons')
|
|
47
|
+
AllowedValuesConstraint = Shapes::StructureShape.new(name: 'AllowedValuesConstraint')
|
|
48
|
+
AllowedValuesList = Shapes::ListShape.new(name: 'AllowedValuesList')
|
|
44
49
|
ArgoCdAwsIdcConfigRequest = Shapes::StructureShape.new(name: 'ArgoCdAwsIdcConfigRequest')
|
|
45
50
|
ArgoCdAwsIdcConfigResponse = Shapes::StructureShape.new(name: 'ArgoCdAwsIdcConfigResponse')
|
|
46
51
|
ArgoCdConfigRequest = Shapes::StructureShape.new(name: 'ArgoCdConfigRequest')
|
|
@@ -87,6 +92,16 @@ module Aws::EKS
|
|
|
87
92
|
Category = Shapes::StringShape.new(name: 'Category')
|
|
88
93
|
CategoryList = Shapes::ListShape.new(name: 'CategoryList')
|
|
89
94
|
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
|
95
|
+
CertificateAuthority = Shapes::StructureShape.new(name: 'CertificateAuthority')
|
|
96
|
+
CertificateAuthorityActivatedBy = Shapes::StringShape.new(name: 'CertificateAuthorityActivatedBy')
|
|
97
|
+
CertificateAuthorityCreatedBy = Shapes::StringShape.new(name: 'CertificateAuthorityCreatedBy')
|
|
98
|
+
CertificateAuthorityDistributionStatus = Shapes::StringShape.new(name: 'CertificateAuthorityDistributionStatus')
|
|
99
|
+
CertificateAuthorityMaxResults = Shapes::IntegerShape.new(name: 'CertificateAuthorityMaxResults')
|
|
100
|
+
CertificateAuthorityScheduledEvents = Shapes::StructureShape.new(name: 'CertificateAuthorityScheduledEvents')
|
|
101
|
+
CertificateAuthoritySigningStatus = Shapes::StringShape.new(name: 'CertificateAuthoritySigningStatus')
|
|
102
|
+
CertificateAuthoritySummary = Shapes::StructureShape.new(name: 'CertificateAuthoritySummary')
|
|
103
|
+
CertificateAuthoritySummaryList = Shapes::ListShape.new(name: 'CertificateAuthoritySummaryList')
|
|
104
|
+
CertificateAuthorityValidity = Shapes::StructureShape.new(name: 'CertificateAuthorityValidity')
|
|
90
105
|
ClientException = Shapes::StructureShape.new(name: 'ClientException')
|
|
91
106
|
ClientStat = Shapes::StructureShape.new(name: 'ClientStat')
|
|
92
107
|
ClientStats = Shapes::ListShape.new(name: 'ClientStats')
|
|
@@ -107,10 +122,13 @@ module Aws::EKS
|
|
|
107
122
|
ConnectorConfigProvider = Shapes::StringShape.new(name: 'ConnectorConfigProvider')
|
|
108
123
|
ConnectorConfigRequest = Shapes::StructureShape.new(name: 'ConnectorConfigRequest')
|
|
109
124
|
ConnectorConfigResponse = Shapes::StructureShape.new(name: 'ConnectorConfigResponse')
|
|
125
|
+
ControlPlaneConfigInfo = Shapes::StructureShape.new(name: 'ControlPlaneConfigInfo')
|
|
110
126
|
ControlPlaneEgressModeType = Shapes::StringShape.new(name: 'ControlPlaneEgressModeType')
|
|
111
127
|
ControlPlanePlacementRequest = Shapes::StructureShape.new(name: 'ControlPlanePlacementRequest')
|
|
112
128
|
ControlPlanePlacementResponse = Shapes::StructureShape.new(name: 'ControlPlanePlacementResponse')
|
|
113
129
|
ControlPlaneScalingConfig = Shapes::StructureShape.new(name: 'ControlPlaneScalingConfig')
|
|
130
|
+
ControlPlaneScalingTierInfo = Shapes::StructureShape.new(name: 'ControlPlaneScalingTierInfo')
|
|
131
|
+
ControlPlaneScalingTierList = Shapes::ListShape.new(name: 'ControlPlaneScalingTierList')
|
|
114
132
|
CreateAccessConfigRequest = Shapes::StructureShape.new(name: 'CreateAccessConfigRequest')
|
|
115
133
|
CreateAccessEntryRequest = Shapes::StructureShape.new(name: 'CreateAccessEntryRequest')
|
|
116
134
|
CreateAccessEntryResponse = Shapes::StructureShape.new(name: 'CreateAccessEntryResponse')
|
|
@@ -118,6 +136,8 @@ module Aws::EKS
|
|
|
118
136
|
CreateAddonResponse = Shapes::StructureShape.new(name: 'CreateAddonResponse')
|
|
119
137
|
CreateCapabilityRequest = Shapes::StructureShape.new(name: 'CreateCapabilityRequest')
|
|
120
138
|
CreateCapabilityResponse = Shapes::StructureShape.new(name: 'CreateCapabilityResponse')
|
|
139
|
+
CreateCertificateAuthorityRequest = Shapes::StructureShape.new(name: 'CreateCertificateAuthorityRequest')
|
|
140
|
+
CreateCertificateAuthorityResponse = Shapes::StructureShape.new(name: 'CreateCertificateAuthorityResponse')
|
|
121
141
|
CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
|
|
122
142
|
CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
|
|
123
143
|
CreateEksAnywhereSubscriptionRequest = Shapes::StructureShape.new(name: 'CreateEksAnywhereSubscriptionRequest')
|
|
@@ -134,6 +154,8 @@ module Aws::EKS
|
|
|
134
154
|
DeleteAddonResponse = Shapes::StructureShape.new(name: 'DeleteAddonResponse')
|
|
135
155
|
DeleteCapabilityRequest = Shapes::StructureShape.new(name: 'DeleteCapabilityRequest')
|
|
136
156
|
DeleteCapabilityResponse = Shapes::StructureShape.new(name: 'DeleteCapabilityResponse')
|
|
157
|
+
DeleteCertificateAuthorityRequest = Shapes::StructureShape.new(name: 'DeleteCertificateAuthorityRequest')
|
|
158
|
+
DeleteCertificateAuthorityResponse = Shapes::StructureShape.new(name: 'DeleteCertificateAuthorityResponse')
|
|
137
159
|
DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
|
|
138
160
|
DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
|
|
139
161
|
DeleteEksAnywhereSubscriptionRequest = Shapes::StructureShape.new(name: 'DeleteEksAnywhereSubscriptionRequest')
|
|
@@ -159,6 +181,8 @@ module Aws::EKS
|
|
|
159
181
|
DescribeAddonVersionsResponse = Shapes::StructureShape.new(name: 'DescribeAddonVersionsResponse')
|
|
160
182
|
DescribeCapabilityRequest = Shapes::StructureShape.new(name: 'DescribeCapabilityRequest')
|
|
161
183
|
DescribeCapabilityResponse = Shapes::StructureShape.new(name: 'DescribeCapabilityResponse')
|
|
184
|
+
DescribeCertificateAuthorityRequest = Shapes::StructureShape.new(name: 'DescribeCertificateAuthorityRequest')
|
|
185
|
+
DescribeCertificateAuthorityResponse = Shapes::StructureShape.new(name: 'DescribeCertificateAuthorityResponse')
|
|
162
186
|
DescribeClusterRequest = Shapes::StructureShape.new(name: 'DescribeClusterRequest')
|
|
163
187
|
DescribeClusterResponse = Shapes::StructureShape.new(name: 'DescribeClusterResponse')
|
|
164
188
|
DescribeClusterVersionMaxResults = Shapes::IntegerShape.new(name: 'DescribeClusterVersionMaxResults')
|
|
@@ -184,6 +208,8 @@ module Aws::EKS
|
|
|
184
208
|
DisassociateAccessPolicyResponse = Shapes::StructureShape.new(name: 'DisassociateAccessPolicyResponse')
|
|
185
209
|
DisassociateIdentityProviderConfigRequest = Shapes::StructureShape.new(name: 'DisassociateIdentityProviderConfigRequest')
|
|
186
210
|
DisassociateIdentityProviderConfigResponse = Shapes::StructureShape.new(name: 'DisassociateIdentityProviderConfigResponse')
|
|
211
|
+
DurationConstraints = Shapes::StructureShape.new(name: 'DurationConstraints')
|
|
212
|
+
DurationParameterConfig = Shapes::StructureShape.new(name: 'DurationParameterConfig')
|
|
187
213
|
EksAnywhereSubscription = Shapes::StructureShape.new(name: 'EksAnywhereSubscription')
|
|
188
214
|
EksAnywhereSubscriptionLicenseType = Shapes::StringShape.new(name: 'EksAnywhereSubscriptionLicenseType')
|
|
189
215
|
EksAnywhereSubscriptionList = Shapes::ListShape.new(name: 'EksAnywhereSubscriptionList')
|
|
@@ -210,6 +236,9 @@ module Aws::EKS
|
|
|
210
236
|
FargateProfileSelectors = Shapes::ListShape.new(name: 'FargateProfileSelectors')
|
|
211
237
|
FargateProfileStatus = Shapes::StringShape.new(name: 'FargateProfileStatus')
|
|
212
238
|
FargateProfilesRequestMaxResults = Shapes::IntegerShape.new(name: 'FargateProfilesRequestMaxResults')
|
|
239
|
+
HorizontalPodAutoscalerControllerConfigRequest = Shapes::StructureShape.new(name: 'HorizontalPodAutoscalerControllerConfigRequest')
|
|
240
|
+
HorizontalPodAutoscalerControllerConfigResponse = Shapes::StructureShape.new(name: 'HorizontalPodAutoscalerControllerConfigResponse')
|
|
241
|
+
HorizontalPodAutoscalerControllerVersionConfig = Shapes::StructureShape.new(name: 'HorizontalPodAutoscalerControllerVersionConfig')
|
|
213
242
|
Identity = Shapes::StructureShape.new(name: 'Identity')
|
|
214
243
|
IdentityProviderConfig = Shapes::StructureShape.new(name: 'IdentityProviderConfig')
|
|
215
244
|
IdentityProviderConfigResponse = Shapes::StructureShape.new(name: 'IdentityProviderConfigResponse')
|
|
@@ -227,12 +256,22 @@ module Aws::EKS
|
|
|
227
256
|
InsightsFilter = Shapes::StructureShape.new(name: 'InsightsFilter')
|
|
228
257
|
InsightsRefreshStatus = Shapes::StringShape.new(name: 'InsightsRefreshStatus')
|
|
229
258
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
259
|
+
IntegerRangeConstraint = Shapes::StructureShape.new(name: 'IntegerRangeConstraint')
|
|
230
260
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
|
231
261
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
|
232
262
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
|
233
263
|
IpFamily = Shapes::StringShape.new(name: 'IpFamily')
|
|
234
264
|
Issue = Shapes::StructureShape.new(name: 'Issue')
|
|
235
265
|
IssueList = Shapes::ListShape.new(name: 'IssueList')
|
|
266
|
+
KubeApiServerConfigRequest = Shapes::StructureShape.new(name: 'KubeApiServerConfigRequest')
|
|
267
|
+
KubeApiServerConfigResponse = Shapes::StructureShape.new(name: 'KubeApiServerConfigResponse')
|
|
268
|
+
KubeApiServerVersionConfig = Shapes::StructureShape.new(name: 'KubeApiServerVersionConfig')
|
|
269
|
+
KubeControllerManagerConfigRequest = Shapes::StructureShape.new(name: 'KubeControllerManagerConfigRequest')
|
|
270
|
+
KubeControllerManagerConfigResponse = Shapes::StructureShape.new(name: 'KubeControllerManagerConfigResponse')
|
|
271
|
+
KubeControllerManagerVersionConfig = Shapes::StructureShape.new(name: 'KubeControllerManagerVersionConfig')
|
|
272
|
+
KubeSchedulerConfigRequest = Shapes::StructureShape.new(name: 'KubeSchedulerConfigRequest')
|
|
273
|
+
KubeSchedulerConfigResponse = Shapes::StructureShape.new(name: 'KubeSchedulerConfigResponse')
|
|
274
|
+
KubeSchedulerVersionConfig = Shapes::StructureShape.new(name: 'KubeSchedulerVersionConfig')
|
|
236
275
|
KubernetesNetworkConfigRequest = Shapes::StructureShape.new(name: 'KubernetesNetworkConfigRequest')
|
|
237
276
|
KubernetesNetworkConfigResponse = Shapes::StructureShape.new(name: 'KubernetesNetworkConfigResponse')
|
|
238
277
|
LaunchTemplateSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateSpecification')
|
|
@@ -253,6 +292,8 @@ module Aws::EKS
|
|
|
253
292
|
ListCapabilitiesRequest = Shapes::StructureShape.new(name: 'ListCapabilitiesRequest')
|
|
254
293
|
ListCapabilitiesRequestMaxResults = Shapes::IntegerShape.new(name: 'ListCapabilitiesRequestMaxResults')
|
|
255
294
|
ListCapabilitiesResponse = Shapes::StructureShape.new(name: 'ListCapabilitiesResponse')
|
|
295
|
+
ListCertificateAuthoritiesRequest = Shapes::StructureShape.new(name: 'ListCertificateAuthoritiesRequest')
|
|
296
|
+
ListCertificateAuthoritiesResponse = Shapes::StructureShape.new(name: 'ListCertificateAuthoritiesResponse')
|
|
256
297
|
ListClustersRequest = Shapes::StructureShape.new(name: 'ListClustersRequest')
|
|
257
298
|
ListClustersRequestMaxResults = Shapes::IntegerShape.new(name: 'ListClustersRequestMaxResults')
|
|
258
299
|
ListClustersResponse = Shapes::StructureShape.new(name: 'ListClustersResponse')
|
|
@@ -287,6 +328,8 @@ module Aws::EKS
|
|
|
287
328
|
NodeRepairConfig = Shapes::StructureShape.new(name: 'NodeRepairConfig')
|
|
288
329
|
NodeRepairConfigOverrides = Shapes::StructureShape.new(name: 'NodeRepairConfigOverrides')
|
|
289
330
|
NodeRepairConfigOverridesList = Shapes::ListShape.new(name: 'NodeRepairConfigOverridesList')
|
|
331
|
+
NodeResourcesFitConfig = Shapes::StructureShape.new(name: 'NodeResourcesFitConfig')
|
|
332
|
+
NodeResourcesFitVersionConfig = Shapes::StructureShape.new(name: 'NodeResourcesFitVersionConfig')
|
|
290
333
|
Nodegroup = Shapes::StructureShape.new(name: 'Nodegroup')
|
|
291
334
|
NodegroupHealth = Shapes::StructureShape.new(name: 'NodegroupHealth')
|
|
292
335
|
NodegroupIssueCode = Shapes::StringShape.new(name: 'NodegroupIssueCode')
|
|
@@ -306,6 +349,8 @@ module Aws::EKS
|
|
|
306
349
|
PodIdentityAssociation = Shapes::StructureShape.new(name: 'PodIdentityAssociation')
|
|
307
350
|
PodIdentityAssociationSummaries = Shapes::ListShape.new(name: 'PodIdentityAssociationSummaries')
|
|
308
351
|
PodIdentityAssociationSummary = Shapes::StructureShape.new(name: 'PodIdentityAssociationSummary')
|
|
352
|
+
PortRangeConstraints = Shapes::StructureShape.new(name: 'PortRangeConstraints')
|
|
353
|
+
PortRangeParameterConfig = Shapes::StructureShape.new(name: 'PortRangeParameterConfig')
|
|
309
354
|
Provider = Shapes::StructureShape.new(name: 'Provider')
|
|
310
355
|
ProvisionedControlPlaneTier = Shapes::StringShape.new(name: 'ProvisionedControlPlaneTier')
|
|
311
356
|
RegisterClusterRequest = Shapes::StructureShape.new(name: 'RegisterClusterRequest')
|
|
@@ -319,13 +364,23 @@ module Aws::EKS
|
|
|
319
364
|
RemotePodNetworkList = Shapes::ListShape.new(name: 'RemotePodNetworkList')
|
|
320
365
|
RepairAction = Shapes::StringShape.new(name: 'RepairAction')
|
|
321
366
|
ResolveConflicts = Shapes::StringShape.new(name: 'ResolveConflicts')
|
|
367
|
+
ResourceConstraints = Shapes::StructureShape.new(name: 'ResourceConstraints')
|
|
322
368
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
|
323
369
|
ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
|
|
324
370
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
325
371
|
ResourcePropagationDelayException = Shapes::StructureShape.new(name: 'ResourcePropagationDelayException')
|
|
372
|
+
ResourceWeight = Shapes::StructureShape.new(name: 'ResourceWeight')
|
|
373
|
+
ResourceWeightList = Shapes::ListShape.new(name: 'ResourceWeightList')
|
|
374
|
+
ResourceWeightName = Shapes::StringShape.new(name: 'ResourceWeightName')
|
|
375
|
+
ResourceWeightValue = Shapes::IntegerShape.new(name: 'ResourceWeightValue')
|
|
326
376
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
327
377
|
RollbackConfig = Shapes::StructureShape.new(name: 'RollbackConfig')
|
|
378
|
+
ScoringStrategy = Shapes::StructureShape.new(name: 'ScoringStrategy')
|
|
379
|
+
ScoringStrategyConfig = Shapes::StructureShape.new(name: 'ScoringStrategyConfig')
|
|
380
|
+
ScoringStrategyConstraints = Shapes::StructureShape.new(name: 'ScoringStrategyConstraints')
|
|
381
|
+
ScoringStrategyType = Shapes::StringShape.new(name: 'ScoringStrategyType')
|
|
328
382
|
ServerException = Shapes::StructureShape.new(name: 'ServerException')
|
|
383
|
+
ServiceNodePortRange = Shapes::StructureShape.new(name: 'ServiceNodePortRange')
|
|
329
384
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
|
330
385
|
SpreadLevel = Shapes::StringShape.new(name: 'SpreadLevel')
|
|
331
386
|
SsoIdentity = Shapes::StructureShape.new(name: 'SsoIdentity')
|
|
@@ -432,6 +487,19 @@ module Aws::EKS
|
|
|
432
487
|
AccessScope.add_member(:namespaces, Shapes::ShapeRef.new(shape: StringList, location_name: "namespaces"))
|
|
433
488
|
AccessScope.struct_class = Types::AccessScope
|
|
434
489
|
|
|
490
|
+
ActivateCertificateAuthorityRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
|
491
|
+
ActivateCertificateAuthorityRequest.add_member(:certificate_authority_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "certificateAuthorityId"))
|
|
492
|
+
ActivateCertificateAuthorityRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
|
493
|
+
ActivateCertificateAuthorityRequest.struct_class = Types::ActivateCertificateAuthorityRequest
|
|
494
|
+
|
|
495
|
+
ActivateCertificateAuthorityResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
|
496
|
+
ActivateCertificateAuthorityResponse.add_member(:certificate_authority, Shapes::ShapeRef.new(shape: CertificateAuthoritySummary, location_name: "certificateAuthority"))
|
|
497
|
+
ActivateCertificateAuthorityResponse.struct_class = Types::ActivateCertificateAuthorityResponse
|
|
498
|
+
|
|
499
|
+
ActiveCertificateAuthority.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
500
|
+
ActiveCertificateAuthority.add_member(:activated_by, Shapes::ShapeRef.new(shape: CertificateAuthorityActivatedBy, location_name: "activatedBy"))
|
|
501
|
+
ActiveCertificateAuthority.struct_class = Types::ActiveCertificateAuthority
|
|
502
|
+
|
|
435
503
|
AdditionalInfoMap.key = Shapes::ShapeRef.new(shape: String)
|
|
436
504
|
AdditionalInfoMap.value = Shapes::ShapeRef.new(shape: String)
|
|
437
505
|
|
|
@@ -508,6 +576,11 @@ module Aws::EKS
|
|
|
508
576
|
|
|
509
577
|
Addons.member = Shapes::ShapeRef.new(shape: AddonInfo)
|
|
510
578
|
|
|
579
|
+
AllowedValuesConstraint.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValuesList, location_name: "allowedValues"))
|
|
580
|
+
AllowedValuesConstraint.struct_class = Types::AllowedValuesConstraint
|
|
581
|
+
|
|
582
|
+
AllowedValuesList.member = Shapes::ShapeRef.new(shape: String)
|
|
583
|
+
|
|
511
584
|
ArgoCdAwsIdcConfigRequest.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "idcInstanceArn"))
|
|
512
585
|
ArgoCdAwsIdcConfigRequest.add_member(:idc_region, Shapes::ShapeRef.new(shape: String, location_name: "idcRegion"))
|
|
513
586
|
ArgoCdAwsIdcConfigRequest.struct_class = Types::ArgoCdAwsIdcConfigRequest
|
|
@@ -646,8 +719,41 @@ module Aws::EKS
|
|
|
646
719
|
CategoryList.member = Shapes::ShapeRef.new(shape: Category)
|
|
647
720
|
|
|
648
721
|
Certificate.add_member(:data, Shapes::ShapeRef.new(shape: String, location_name: "data"))
|
|
722
|
+
Certificate.add_member(:active, Shapes::ShapeRef.new(shape: ActiveCertificateAuthority, location_name: "active"))
|
|
649
723
|
Certificate.struct_class = Types::Certificate
|
|
650
724
|
|
|
725
|
+
CertificateAuthority.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
726
|
+
CertificateAuthority.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
727
|
+
CertificateAuthority.add_member(:created_by, Shapes::ShapeRef.new(shape: CertificateAuthorityCreatedBy, location_name: "createdBy"))
|
|
728
|
+
CertificateAuthority.add_member(:activated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "activatedAt"))
|
|
729
|
+
CertificateAuthority.add_member(:activated_by, Shapes::ShapeRef.new(shape: CertificateAuthorityActivatedBy, location_name: "activatedBy"))
|
|
730
|
+
CertificateAuthority.add_member(:signing_status, Shapes::ShapeRef.new(shape: CertificateAuthoritySigningStatus, location_name: "signingStatus"))
|
|
731
|
+
CertificateAuthority.add_member(:distribution_status, Shapes::ShapeRef.new(shape: CertificateAuthorityDistributionStatus, location_name: "distributionStatus"))
|
|
732
|
+
CertificateAuthority.add_member(:validity, Shapes::ShapeRef.new(shape: CertificateAuthorityValidity, location_name: "validity"))
|
|
733
|
+
CertificateAuthority.add_member(:scheduled_events, Shapes::ShapeRef.new(shape: CertificateAuthorityScheduledEvents, location_name: "scheduledEvents"))
|
|
734
|
+
CertificateAuthority.add_member(:rollback_available, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "rollbackAvailable"))
|
|
735
|
+
CertificateAuthority.add_member(:data, Shapes::ShapeRef.new(shape: String, location_name: "data"))
|
|
736
|
+
CertificateAuthority.struct_class = Types::CertificateAuthority
|
|
737
|
+
|
|
738
|
+
CertificateAuthorityScheduledEvents.add_member(:first_auto_activation, Shapes::ShapeRef.new(shape: Timestamp, location_name: "firstAutoActivation"))
|
|
739
|
+
CertificateAuthorityScheduledEvents.add_member(:final_auto_activation, Shapes::ShapeRef.new(shape: Timestamp, location_name: "finalAutoActivation"))
|
|
740
|
+
CertificateAuthorityScheduledEvents.struct_class = Types::CertificateAuthorityScheduledEvents
|
|
741
|
+
|
|
742
|
+
CertificateAuthoritySummary.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
743
|
+
CertificateAuthoritySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
744
|
+
CertificateAuthoritySummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CertificateAuthorityCreatedBy, location_name: "createdBy"))
|
|
745
|
+
CertificateAuthoritySummary.add_member(:activated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "activatedAt"))
|
|
746
|
+
CertificateAuthoritySummary.add_member(:activated_by, Shapes::ShapeRef.new(shape: CertificateAuthorityActivatedBy, location_name: "activatedBy"))
|
|
747
|
+
CertificateAuthoritySummary.add_member(:signing_status, Shapes::ShapeRef.new(shape: CertificateAuthoritySigningStatus, location_name: "signingStatus"))
|
|
748
|
+
CertificateAuthoritySummary.add_member(:distribution_status, Shapes::ShapeRef.new(shape: CertificateAuthorityDistributionStatus, location_name: "distributionStatus"))
|
|
749
|
+
CertificateAuthoritySummary.struct_class = Types::CertificateAuthoritySummary
|
|
750
|
+
|
|
751
|
+
CertificateAuthoritySummaryList.member = Shapes::ShapeRef.new(shape: CertificateAuthoritySummary)
|
|
752
|
+
|
|
753
|
+
CertificateAuthorityValidity.add_member(:not_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notBefore"))
|
|
754
|
+
CertificateAuthorityValidity.add_member(:not_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "notAfter"))
|
|
755
|
+
CertificateAuthorityValidity.struct_class = Types::CertificateAuthorityValidity
|
|
756
|
+
|
|
651
757
|
ClientException.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
652
758
|
ClientException.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
|
653
759
|
ClientException.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, location_name: "addonName"))
|
|
@@ -690,6 +796,9 @@ module Aws::EKS
|
|
|
690
796
|
Cluster.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigResponse, location_name: "storageConfig"))
|
|
691
797
|
Cluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
|
|
692
798
|
Cluster.add_member(:control_plane_scaling_config, Shapes::ShapeRef.new(shape: ControlPlaneScalingConfig, location_name: "controlPlaneScalingConfig"))
|
|
799
|
+
Cluster.add_member(:kube_api_server_config, Shapes::ShapeRef.new(shape: KubeApiServerConfigResponse, location_name: "kubeApiServerConfig"))
|
|
800
|
+
Cluster.add_member(:kube_scheduler_config, Shapes::ShapeRef.new(shape: KubeSchedulerConfigResponse, location_name: "kubeSchedulerConfig"))
|
|
801
|
+
Cluster.add_member(:kube_controller_manager_config, Shapes::ShapeRef.new(shape: KubeControllerManagerConfigResponse, location_name: "kubeControllerManagerConfig"))
|
|
693
802
|
Cluster.struct_class = Types::Cluster
|
|
694
803
|
|
|
695
804
|
ClusterHealth.add_member(:issues, Shapes::ShapeRef.new(shape: ClusterIssueList, location_name: "issues"))
|
|
@@ -712,6 +821,8 @@ module Aws::EKS
|
|
|
712
821
|
ClusterVersionInformation.add_member(:status, Shapes::ShapeRef.new(shape: ClusterVersionStatus, location_name: "status"))
|
|
713
822
|
ClusterVersionInformation.add_member(:version_status, Shapes::ShapeRef.new(shape: VersionStatus, location_name: "versionStatus"))
|
|
714
823
|
ClusterVersionInformation.add_member(:kubernetes_patch_version, Shapes::ShapeRef.new(shape: String, location_name: "kubernetesPatchVersion"))
|
|
824
|
+
ClusterVersionInformation.add_member(:control_plane_scaling_tiers, Shapes::ShapeRef.new(shape: ControlPlaneScalingTierList, location_name: "controlPlaneScalingTiers"))
|
|
825
|
+
ClusterVersionInformation.add_member(:control_plane_component_config, Shapes::ShapeRef.new(shape: ControlPlaneConfigInfo, location_name: "controlPlaneComponentConfig"))
|
|
715
826
|
ClusterVersionInformation.struct_class = Types::ClusterVersionInformation
|
|
716
827
|
|
|
717
828
|
ClusterVersionList.member = Shapes::ShapeRef.new(shape: ClusterVersionInformation)
|
|
@@ -744,6 +855,11 @@ module Aws::EKS
|
|
|
744
855
|
ConnectorConfigResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleArn"))
|
|
745
856
|
ConnectorConfigResponse.struct_class = Types::ConnectorConfigResponse
|
|
746
857
|
|
|
858
|
+
ControlPlaneConfigInfo.add_member(:kube_api_server_config, Shapes::ShapeRef.new(shape: KubeApiServerVersionConfig, location_name: "kubeApiServerConfig"))
|
|
859
|
+
ControlPlaneConfigInfo.add_member(:kube_scheduler_config, Shapes::ShapeRef.new(shape: KubeSchedulerVersionConfig, location_name: "kubeSchedulerConfig"))
|
|
860
|
+
ControlPlaneConfigInfo.add_member(:kube_controller_manager_config, Shapes::ShapeRef.new(shape: KubeControllerManagerVersionConfig, location_name: "kubeControllerManagerConfig"))
|
|
861
|
+
ControlPlaneConfigInfo.struct_class = Types::ControlPlaneConfigInfo
|
|
862
|
+
|
|
747
863
|
ControlPlanePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
|
|
748
864
|
ControlPlanePlacementRequest.add_member(:spread_level, Shapes::ShapeRef.new(shape: SpreadLevel, location_name: "spreadLevel"))
|
|
749
865
|
ControlPlanePlacementRequest.struct_class = Types::ControlPlanePlacementRequest
|
|
@@ -755,6 +871,15 @@ module Aws::EKS
|
|
|
755
871
|
ControlPlaneScalingConfig.add_member(:tier, Shapes::ShapeRef.new(shape: ProvisionedControlPlaneTier, location_name: "tier"))
|
|
756
872
|
ControlPlaneScalingConfig.struct_class = Types::ControlPlaneScalingConfig
|
|
757
873
|
|
|
874
|
+
ControlPlaneScalingTierInfo.add_member(:tier_name, Shapes::ShapeRef.new(shape: String, location_name: "tierName"))
|
|
875
|
+
ControlPlaneScalingTierInfo.add_member(:api_request_concurrency, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "apiRequestConcurrency"))
|
|
876
|
+
ControlPlaneScalingTierInfo.add_member(:pod_scheduling_rate_per_second, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "podSchedulingRatePerSecond"))
|
|
877
|
+
ControlPlaneScalingTierInfo.add_member(:cluster_database_size_gb, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "clusterDatabaseSizeGb"))
|
|
878
|
+
ControlPlaneScalingTierInfo.add_member(:control_plane_component_config_overrides, Shapes::ShapeRef.new(shape: ControlPlaneConfigInfo, location_name: "controlPlaneComponentConfigOverrides"))
|
|
879
|
+
ControlPlaneScalingTierInfo.struct_class = Types::ControlPlaneScalingTierInfo
|
|
880
|
+
|
|
881
|
+
ControlPlaneScalingTierList.member = Shapes::ShapeRef.new(shape: ControlPlaneScalingTierInfo)
|
|
882
|
+
|
|
758
883
|
CreateAccessConfigRequest.add_member(:bootstrap_cluster_creator_admin_permissions, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "bootstrapClusterCreatorAdminPermissions"))
|
|
759
884
|
CreateAccessConfigRequest.add_member(:authentication_mode, Shapes::ShapeRef.new(shape: AuthenticationMode, location_name: "authenticationMode"))
|
|
760
885
|
CreateAccessConfigRequest.struct_class = Types::CreateAccessConfigRequest
|
|
@@ -799,6 +924,14 @@ module Aws::EKS
|
|
|
799
924
|
CreateCapabilityResponse.add_member(:capability, Shapes::ShapeRef.new(shape: Capability, location_name: "capability"))
|
|
800
925
|
CreateCapabilityResponse.struct_class = Types::CreateCapabilityResponse
|
|
801
926
|
|
|
927
|
+
CreateCertificateAuthorityRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
|
928
|
+
CreateCertificateAuthorityRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
|
929
|
+
CreateCertificateAuthorityRequest.struct_class = Types::CreateCertificateAuthorityRequest
|
|
930
|
+
|
|
931
|
+
CreateCertificateAuthorityResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
|
932
|
+
CreateCertificateAuthorityResponse.add_member(:certificate_authority, Shapes::ShapeRef.new(shape: CertificateAuthoritySummary, location_name: "certificateAuthority"))
|
|
933
|
+
CreateCertificateAuthorityResponse.struct_class = Types::CreateCertificateAuthorityResponse
|
|
934
|
+
|
|
802
935
|
CreateClusterRequest.add_member(:name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "name"))
|
|
803
936
|
CreateClusterRequest.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
|
804
937
|
CreateClusterRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "roleArn"))
|
|
@@ -818,6 +951,9 @@ module Aws::EKS
|
|
|
818
951
|
CreateClusterRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
|
|
819
952
|
CreateClusterRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
|
|
820
953
|
CreateClusterRequest.add_member(:control_plane_scaling_config, Shapes::ShapeRef.new(shape: ControlPlaneScalingConfig, location_name: "controlPlaneScalingConfig"))
|
|
954
|
+
CreateClusterRequest.add_member(:kube_api_server_config, Shapes::ShapeRef.new(shape: KubeApiServerConfigRequest, location_name: "kubeApiServerConfig"))
|
|
955
|
+
CreateClusterRequest.add_member(:kube_scheduler_config, Shapes::ShapeRef.new(shape: KubeSchedulerConfigRequest, location_name: "kubeSchedulerConfig"))
|
|
956
|
+
CreateClusterRequest.add_member(:kube_controller_manager_config, Shapes::ShapeRef.new(shape: KubeControllerManagerConfigRequest, location_name: "kubeControllerManagerConfig"))
|
|
821
957
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
|
822
958
|
|
|
823
959
|
CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
|
|
@@ -907,6 +1043,15 @@ module Aws::EKS
|
|
|
907
1043
|
DeleteCapabilityResponse.add_member(:capability, Shapes::ShapeRef.new(shape: Capability, location_name: "capability"))
|
|
908
1044
|
DeleteCapabilityResponse.struct_class = Types::DeleteCapabilityResponse
|
|
909
1045
|
|
|
1046
|
+
DeleteCertificateAuthorityRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
|
1047
|
+
DeleteCertificateAuthorityRequest.add_member(:certificate_authority_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "certificateAuthorityId"))
|
|
1048
|
+
DeleteCertificateAuthorityRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
|
1049
|
+
DeleteCertificateAuthorityRequest.struct_class = Types::DeleteCertificateAuthorityRequest
|
|
1050
|
+
|
|
1051
|
+
DeleteCertificateAuthorityResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
|
1052
|
+
DeleteCertificateAuthorityResponse.add_member(:certificate_authority, Shapes::ShapeRef.new(shape: CertificateAuthoritySummary, location_name: "certificateAuthority"))
|
|
1053
|
+
DeleteCertificateAuthorityResponse.struct_class = Types::DeleteCertificateAuthorityResponse
|
|
1054
|
+
|
|
910
1055
|
DeleteClusterRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
|
911
1056
|
DeleteClusterRequest.struct_class = Types::DeleteClusterRequest
|
|
912
1057
|
|
|
@@ -999,6 +1144,13 @@ module Aws::EKS
|
|
|
999
1144
|
DescribeCapabilityResponse.add_member(:capability, Shapes::ShapeRef.new(shape: Capability, location_name: "capability"))
|
|
1000
1145
|
DescribeCapabilityResponse.struct_class = Types::DescribeCapabilityResponse
|
|
1001
1146
|
|
|
1147
|
+
DescribeCertificateAuthorityRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
|
1148
|
+
DescribeCertificateAuthorityRequest.add_member(:certificate_authority_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "certificateAuthorityId"))
|
|
1149
|
+
DescribeCertificateAuthorityRequest.struct_class = Types::DescribeCertificateAuthorityRequest
|
|
1150
|
+
|
|
1151
|
+
DescribeCertificateAuthorityResponse.add_member(:certificate_authority, Shapes::ShapeRef.new(shape: CertificateAuthority, location_name: "certificateAuthority"))
|
|
1152
|
+
DescribeCertificateAuthorityResponse.struct_class = Types::DescribeCertificateAuthorityResponse
|
|
1153
|
+
|
|
1002
1154
|
DescribeClusterRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
|
1003
1155
|
DescribeClusterRequest.struct_class = Types::DescribeClusterRequest
|
|
1004
1156
|
|
|
@@ -1094,6 +1246,14 @@ module Aws::EKS
|
|
|
1094
1246
|
DisassociateIdentityProviderConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
|
1095
1247
|
DisassociateIdentityProviderConfigResponse.struct_class = Types::DisassociateIdentityProviderConfigResponse
|
|
1096
1248
|
|
|
1249
|
+
DurationConstraints.add_member(:min, Shapes::ShapeRef.new(shape: String, location_name: "min"))
|
|
1250
|
+
DurationConstraints.add_member(:max, Shapes::ShapeRef.new(shape: String, location_name: "max"))
|
|
1251
|
+
DurationConstraints.struct_class = Types::DurationConstraints
|
|
1252
|
+
|
|
1253
|
+
DurationParameterConfig.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
|
|
1254
|
+
DurationParameterConfig.add_member(:constraints, Shapes::ShapeRef.new(shape: DurationConstraints, location_name: "constraints"))
|
|
1255
|
+
DurationParameterConfig.struct_class = Types::DurationParameterConfig
|
|
1256
|
+
|
|
1097
1257
|
EksAnywhereSubscription.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
1098
1258
|
EksAnywhereSubscription.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
|
1099
1259
|
EksAnywhereSubscription.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
@@ -1170,6 +1330,15 @@ module Aws::EKS
|
|
|
1170
1330
|
|
|
1171
1331
|
FargateProfileSelectors.member = Shapes::ShapeRef.new(shape: FargateProfileSelector)
|
|
1172
1332
|
|
|
1333
|
+
HorizontalPodAutoscalerControllerConfigRequest.add_member(:horizontal_pod_autoscaler_sync_period, Shapes::ShapeRef.new(shape: String, location_name: "horizontalPodAutoscalerSyncPeriod"))
|
|
1334
|
+
HorizontalPodAutoscalerControllerConfigRequest.struct_class = Types::HorizontalPodAutoscalerControllerConfigRequest
|
|
1335
|
+
|
|
1336
|
+
HorizontalPodAutoscalerControllerConfigResponse.add_member(:horizontal_pod_autoscaler_sync_period, Shapes::ShapeRef.new(shape: String, location_name: "horizontalPodAutoscalerSyncPeriod"))
|
|
1337
|
+
HorizontalPodAutoscalerControllerConfigResponse.struct_class = Types::HorizontalPodAutoscalerControllerConfigResponse
|
|
1338
|
+
|
|
1339
|
+
HorizontalPodAutoscalerControllerVersionConfig.add_member(:horizontal_pod_autoscaler_sync_period, Shapes::ShapeRef.new(shape: DurationParameterConfig, location_name: "horizontalPodAutoscalerSyncPeriod"))
|
|
1340
|
+
HorizontalPodAutoscalerControllerVersionConfig.struct_class = Types::HorizontalPodAutoscalerControllerVersionConfig
|
|
1341
|
+
|
|
1173
1342
|
Identity.add_member(:oidc, Shapes::ShapeRef.new(shape: OIDC, location_name: "oidc"))
|
|
1174
1343
|
Identity.struct_class = Types::Identity
|
|
1175
1344
|
|
|
@@ -1232,6 +1401,10 @@ module Aws::EKS
|
|
|
1232
1401
|
InsightsFilter.add_member(:statuses, Shapes::ShapeRef.new(shape: InsightStatusValueList, location_name: "statuses"))
|
|
1233
1402
|
InsightsFilter.struct_class = Types::InsightsFilter
|
|
1234
1403
|
|
|
1404
|
+
IntegerRangeConstraint.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
|
|
1405
|
+
IntegerRangeConstraint.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
|
|
1406
|
+
IntegerRangeConstraint.struct_class = Types::IntegerRangeConstraint
|
|
1407
|
+
|
|
1235
1408
|
InvalidParameterException.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
1236
1409
|
InvalidParameterException.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
|
1237
1410
|
InvalidParameterException.add_member(:fargate_profile_name, Shapes::ShapeRef.new(shape: String, location_name: "fargateProfileName"))
|
|
@@ -1258,6 +1431,36 @@ module Aws::EKS
|
|
|
1258
1431
|
|
|
1259
1432
|
IssueList.member = Shapes::ShapeRef.new(shape: Issue)
|
|
1260
1433
|
|
|
1434
|
+
KubeApiServerConfigRequest.add_member(:event_ttl, Shapes::ShapeRef.new(shape: String, location_name: "eventTtl"))
|
|
1435
|
+
KubeApiServerConfigRequest.add_member(:service_node_port_range, Shapes::ShapeRef.new(shape: ServiceNodePortRange, location_name: "serviceNodePortRange"))
|
|
1436
|
+
KubeApiServerConfigRequest.struct_class = Types::KubeApiServerConfigRequest
|
|
1437
|
+
|
|
1438
|
+
KubeApiServerConfigResponse.add_member(:event_ttl, Shapes::ShapeRef.new(shape: String, location_name: "eventTtl"))
|
|
1439
|
+
KubeApiServerConfigResponse.add_member(:service_node_port_range, Shapes::ShapeRef.new(shape: ServiceNodePortRange, location_name: "serviceNodePortRange"))
|
|
1440
|
+
KubeApiServerConfigResponse.struct_class = Types::KubeApiServerConfigResponse
|
|
1441
|
+
|
|
1442
|
+
KubeApiServerVersionConfig.add_member(:event_ttl, Shapes::ShapeRef.new(shape: DurationParameterConfig, location_name: "eventTtl"))
|
|
1443
|
+
KubeApiServerVersionConfig.add_member(:service_node_port_range, Shapes::ShapeRef.new(shape: PortRangeParameterConfig, location_name: "serviceNodePortRange"))
|
|
1444
|
+
KubeApiServerVersionConfig.struct_class = Types::KubeApiServerVersionConfig
|
|
1445
|
+
|
|
1446
|
+
KubeControllerManagerConfigRequest.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerConfigRequest, location_name: "horizontalPodAutoscalerControllerConfig"))
|
|
1447
|
+
KubeControllerManagerConfigRequest.struct_class = Types::KubeControllerManagerConfigRequest
|
|
1448
|
+
|
|
1449
|
+
KubeControllerManagerConfigResponse.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerConfigResponse, location_name: "horizontalPodAutoscalerControllerConfig"))
|
|
1450
|
+
KubeControllerManagerConfigResponse.struct_class = Types::KubeControllerManagerConfigResponse
|
|
1451
|
+
|
|
1452
|
+
KubeControllerManagerVersionConfig.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerVersionConfig, location_name: "horizontalPodAutoscalerControllerConfig"))
|
|
1453
|
+
KubeControllerManagerVersionConfig.struct_class = Types::KubeControllerManagerVersionConfig
|
|
1454
|
+
|
|
1455
|
+
KubeSchedulerConfigRequest.add_member(:node_resources_fit, Shapes::ShapeRef.new(shape: NodeResourcesFitConfig, location_name: "nodeResourcesFit"))
|
|
1456
|
+
KubeSchedulerConfigRequest.struct_class = Types::KubeSchedulerConfigRequest
|
|
1457
|
+
|
|
1458
|
+
KubeSchedulerConfigResponse.add_member(:node_resources_fit, Shapes::ShapeRef.new(shape: NodeResourcesFitConfig, location_name: "nodeResourcesFit"))
|
|
1459
|
+
KubeSchedulerConfigResponse.struct_class = Types::KubeSchedulerConfigResponse
|
|
1460
|
+
|
|
1461
|
+
KubeSchedulerVersionConfig.add_member(:node_resources_fit, Shapes::ShapeRef.new(shape: NodeResourcesFitVersionConfig, location_name: "nodeResourcesFit"))
|
|
1462
|
+
KubeSchedulerVersionConfig.struct_class = Types::KubeSchedulerVersionConfig
|
|
1463
|
+
|
|
1261
1464
|
KubernetesNetworkConfigRequest.add_member(:service_ipv_4_cidr, Shapes::ShapeRef.new(shape: String, location_name: "serviceIpv4Cidr"))
|
|
1262
1465
|
KubernetesNetworkConfigRequest.add_member(:ip_family, Shapes::ShapeRef.new(shape: IpFamily, location_name: "ipFamily"))
|
|
1263
1466
|
KubernetesNetworkConfigRequest.add_member(:elastic_load_balancing, Shapes::ShapeRef.new(shape: ElasticLoadBalancing, location_name: "elasticLoadBalancing"))
|
|
@@ -1328,6 +1531,15 @@ module Aws::EKS
|
|
|
1328
1531
|
ListCapabilitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1329
1532
|
ListCapabilitiesResponse.struct_class = Types::ListCapabilitiesResponse
|
|
1330
1533
|
|
|
1534
|
+
ListCertificateAuthoritiesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
|
1535
|
+
ListCertificateAuthoritiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CertificateAuthorityMaxResults, location: "querystring", location_name: "maxResults"))
|
|
1536
|
+
ListCertificateAuthoritiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
1537
|
+
ListCertificateAuthoritiesRequest.struct_class = Types::ListCertificateAuthoritiesRequest
|
|
1538
|
+
|
|
1539
|
+
ListCertificateAuthoritiesResponse.add_member(:certificate_authorities, Shapes::ShapeRef.new(shape: CertificateAuthoritySummaryList, location_name: "certificateAuthorities"))
|
|
1540
|
+
ListCertificateAuthoritiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
1541
|
+
ListCertificateAuthoritiesResponse.struct_class = Types::ListCertificateAuthoritiesResponse
|
|
1542
|
+
|
|
1331
1543
|
ListClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListClustersRequestMaxResults, location: "querystring", location_name: "maxResults"))
|
|
1332
1544
|
ListClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
1333
1545
|
ListClustersRequest.add_member(:include, Shapes::ShapeRef.new(shape: IncludeClustersList, location: "querystring", location_name: "include"))
|
|
@@ -1443,6 +1655,12 @@ module Aws::EKS
|
|
|
1443
1655
|
|
|
1444
1656
|
NodeRepairConfigOverridesList.member = Shapes::ShapeRef.new(shape: NodeRepairConfigOverrides)
|
|
1445
1657
|
|
|
1658
|
+
NodeResourcesFitConfig.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: ScoringStrategy, location_name: "scoringStrategy"))
|
|
1659
|
+
NodeResourcesFitConfig.struct_class = Types::NodeResourcesFitConfig
|
|
1660
|
+
|
|
1661
|
+
NodeResourcesFitVersionConfig.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: ScoringStrategyConfig, location_name: "scoringStrategy"))
|
|
1662
|
+
NodeResourcesFitVersionConfig.struct_class = Types::NodeResourcesFitVersionConfig
|
|
1663
|
+
|
|
1446
1664
|
Nodegroup.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
|
1447
1665
|
Nodegroup.add_member(:nodegroup_arn, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupArn"))
|
|
1448
1666
|
Nodegroup.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
@@ -1557,6 +1775,14 @@ module Aws::EKS
|
|
|
1557
1775
|
PodIdentityAssociationSummary.add_member(:owner_arn, Shapes::ShapeRef.new(shape: String, location_name: "ownerArn"))
|
|
1558
1776
|
PodIdentityAssociationSummary.struct_class = Types::PodIdentityAssociationSummary
|
|
1559
1777
|
|
|
1778
|
+
PortRangeConstraints.add_member(:min_port, Shapes::ShapeRef.new(shape: IntegerRangeConstraint, location_name: "minPort"))
|
|
1779
|
+
PortRangeConstraints.add_member(:max_port, Shapes::ShapeRef.new(shape: IntegerRangeConstraint, location_name: "maxPort"))
|
|
1780
|
+
PortRangeConstraints.struct_class = Types::PortRangeConstraints
|
|
1781
|
+
|
|
1782
|
+
PortRangeParameterConfig.add_member(:default_value, Shapes::ShapeRef.new(shape: ServiceNodePortRange, location_name: "defaultValue"))
|
|
1783
|
+
PortRangeParameterConfig.add_member(:constraints, Shapes::ShapeRef.new(shape: PortRangeConstraints, location_name: "constraints"))
|
|
1784
|
+
PortRangeParameterConfig.struct_class = Types::PortRangeParameterConfig
|
|
1785
|
+
|
|
1560
1786
|
Provider.add_member(:key_arn, Shapes::ShapeRef.new(shape: String, location_name: "keyArn"))
|
|
1561
1787
|
Provider.struct_class = Types::Provider
|
|
1562
1788
|
|
|
@@ -1591,6 +1817,10 @@ module Aws::EKS
|
|
|
1591
1817
|
|
|
1592
1818
|
RemotePodNetworkList.member = Shapes::ShapeRef.new(shape: RemotePodNetwork)
|
|
1593
1819
|
|
|
1820
|
+
ResourceConstraints.add_member(:name, Shapes::ShapeRef.new(shape: AllowedValuesConstraint, location_name: "name"))
|
|
1821
|
+
ResourceConstraints.add_member(:weight, Shapes::ShapeRef.new(shape: IntegerRangeConstraint, location_name: "weight"))
|
|
1822
|
+
ResourceConstraints.struct_class = Types::ResourceConstraints
|
|
1823
|
+
|
|
1594
1824
|
ResourceInUseException.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
1595
1825
|
ResourceInUseException.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
|
1596
1826
|
ResourceInUseException.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, location_name: "addonName"))
|
|
@@ -1614,9 +1844,27 @@ module Aws::EKS
|
|
|
1614
1844
|
ResourcePropagationDelayException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1615
1845
|
ResourcePropagationDelayException.struct_class = Types::ResourcePropagationDelayException
|
|
1616
1846
|
|
|
1847
|
+
ResourceWeight.add_member(:name, Shapes::ShapeRef.new(shape: ResourceWeightName, location_name: "name"))
|
|
1848
|
+
ResourceWeight.add_member(:weight, Shapes::ShapeRef.new(shape: ResourceWeightValue, location_name: "weight"))
|
|
1849
|
+
ResourceWeight.struct_class = Types::ResourceWeight
|
|
1850
|
+
|
|
1851
|
+
ResourceWeightList.member = Shapes::ShapeRef.new(shape: ResourceWeight)
|
|
1852
|
+
|
|
1617
1853
|
RollbackConfig.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "timeoutMinutes"))
|
|
1618
1854
|
RollbackConfig.struct_class = Types::RollbackConfig
|
|
1619
1855
|
|
|
1856
|
+
ScoringStrategy.add_member(:type, Shapes::ShapeRef.new(shape: ScoringStrategyType, location_name: "type"))
|
|
1857
|
+
ScoringStrategy.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceWeightList, location_name: "resources"))
|
|
1858
|
+
ScoringStrategy.struct_class = Types::ScoringStrategy
|
|
1859
|
+
|
|
1860
|
+
ScoringStrategyConfig.add_member(:default_value, Shapes::ShapeRef.new(shape: ScoringStrategy, location_name: "defaultValue"))
|
|
1861
|
+
ScoringStrategyConfig.add_member(:constraints, Shapes::ShapeRef.new(shape: ScoringStrategyConstraints, location_name: "constraints"))
|
|
1862
|
+
ScoringStrategyConfig.struct_class = Types::ScoringStrategyConfig
|
|
1863
|
+
|
|
1864
|
+
ScoringStrategyConstraints.add_member(:scoring_strategy, Shapes::ShapeRef.new(shape: AllowedValuesConstraint, location_name: "scoringStrategy"))
|
|
1865
|
+
ScoringStrategyConstraints.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceConstraints, location_name: "resources"))
|
|
1866
|
+
ScoringStrategyConstraints.struct_class = Types::ScoringStrategyConstraints
|
|
1867
|
+
|
|
1620
1868
|
ServerException.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
1621
1869
|
ServerException.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
|
1622
1870
|
ServerException.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, location_name: "addonName"))
|
|
@@ -1624,6 +1872,10 @@ module Aws::EKS
|
|
|
1624
1872
|
ServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1625
1873
|
ServerException.struct_class = Types::ServerException
|
|
1626
1874
|
|
|
1875
|
+
ServiceNodePortRange.add_member(:min_port, Shapes::ShapeRef.new(shape: Integer, location_name: "minPort"))
|
|
1876
|
+
ServiceNodePortRange.add_member(:max_port, Shapes::ShapeRef.new(shape: Integer, location_name: "maxPort"))
|
|
1877
|
+
ServiceNodePortRange.struct_class = Types::ServiceNodePortRange
|
|
1878
|
+
|
|
1627
1879
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1628
1880
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
|
1629
1881
|
|
|
@@ -1746,6 +1998,9 @@ module Aws::EKS
|
|
|
1746
1998
|
UpdateClusterConfigRequest.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigRequest, location_name: "remoteNetworkConfig"))
|
|
1747
1999
|
UpdateClusterConfigRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
|
|
1748
2000
|
UpdateClusterConfigRequest.add_member(:control_plane_scaling_config, Shapes::ShapeRef.new(shape: ControlPlaneScalingConfig, location_name: "controlPlaneScalingConfig"))
|
|
2001
|
+
UpdateClusterConfigRequest.add_member(:kube_api_server_config, Shapes::ShapeRef.new(shape: KubeApiServerConfigRequest, location_name: "kubeApiServerConfig"))
|
|
2002
|
+
UpdateClusterConfigRequest.add_member(:kube_scheduler_config, Shapes::ShapeRef.new(shape: KubeSchedulerConfigRequest, location_name: "kubeSchedulerConfig"))
|
|
2003
|
+
UpdateClusterConfigRequest.add_member(:kube_controller_manager_config, Shapes::ShapeRef.new(shape: KubeControllerManagerConfigRequest, location_name: "kubeControllerManagerConfig"))
|
|
1749
2004
|
UpdateClusterConfigRequest.struct_class = Types::UpdateClusterConfigRequest
|
|
1750
2005
|
|
|
1751
2006
|
UpdateClusterConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
|
@@ -1893,6 +2148,18 @@ module Aws::EKS
|
|
|
1893
2148
|
"uid" => "eks-2017-11-01",
|
|
1894
2149
|
}
|
|
1895
2150
|
|
|
2151
|
+
api.add_operation(:activate_certificate_authority, Seahorse::Model::Operation.new.tap do |o|
|
|
2152
|
+
o.name = "ActivateCertificateAuthority"
|
|
2153
|
+
o.http_method = "POST"
|
|
2154
|
+
o.http_request_uri = "/clusters/{name}/certificate-authorities/{certificateAuthorityId}/activate"
|
|
2155
|
+
o.input = Shapes::ShapeRef.new(shape: ActivateCertificateAuthorityRequest)
|
|
2156
|
+
o.output = Shapes::ShapeRef.new(shape: ActivateCertificateAuthorityResponse)
|
|
2157
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2158
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2159
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2160
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2161
|
+
end)
|
|
2162
|
+
|
|
1896
2163
|
api.add_operation(:associate_access_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
1897
2164
|
o.name = "AssociateAccessPolicy"
|
|
1898
2165
|
o.http_method = "POST"
|
|
@@ -1994,6 +2261,20 @@ module Aws::EKS
|
|
|
1994
2261
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1995
2262
|
end)
|
|
1996
2263
|
|
|
2264
|
+
api.add_operation(:create_certificate_authority, Seahorse::Model::Operation.new.tap do |o|
|
|
2265
|
+
o.name = "CreateCertificateAuthority"
|
|
2266
|
+
o.http_method = "POST"
|
|
2267
|
+
o.http_request_uri = "/clusters/{name}/certificate-authorities"
|
|
2268
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCertificateAuthorityRequest)
|
|
2269
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCertificateAuthorityResponse)
|
|
2270
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2271
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
|
2272
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2273
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
2274
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2276
|
+
end)
|
|
2277
|
+
|
|
1997
2278
|
api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
|
|
1998
2279
|
o.name = "CreateCluster"
|
|
1999
2280
|
o.http_method = "POST"
|
|
@@ -2102,6 +2383,19 @@ module Aws::EKS
|
|
|
2102
2383
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2103
2384
|
end)
|
|
2104
2385
|
|
|
2386
|
+
api.add_operation(:delete_certificate_authority, Seahorse::Model::Operation.new.tap do |o|
|
|
2387
|
+
o.name = "DeleteCertificateAuthority"
|
|
2388
|
+
o.http_method = "DELETE"
|
|
2389
|
+
o.http_request_uri = "/clusters/{name}/certificate-authorities/{certificateAuthorityId}"
|
|
2390
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCertificateAuthorityRequest)
|
|
2391
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCertificateAuthorityResponse)
|
|
2392
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2393
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2394
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
2395
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2396
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2397
|
+
end)
|
|
2398
|
+
|
|
2105
2399
|
api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
|
|
2106
2400
|
o.name = "DeleteCluster"
|
|
2107
2401
|
o.http_method = "DELETE"
|
|
@@ -2244,6 +2538,17 @@ module Aws::EKS
|
|
|
2244
2538
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2245
2539
|
end)
|
|
2246
2540
|
|
|
2541
|
+
api.add_operation(:describe_certificate_authority, Seahorse::Model::Operation.new.tap do |o|
|
|
2542
|
+
o.name = "DescribeCertificateAuthority"
|
|
2543
|
+
o.http_method = "GET"
|
|
2544
|
+
o.http_request_uri = "/clusters/{name}/certificate-authorities/{certificateAuthorityId}"
|
|
2545
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeCertificateAuthorityRequest)
|
|
2546
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeCertificateAuthorityResponse)
|
|
2547
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2548
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2549
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2550
|
+
end)
|
|
2551
|
+
|
|
2247
2552
|
api.add_operation(:describe_cluster, Seahorse::Model::Operation.new.tap do |o|
|
|
2248
2553
|
o.name = "DescribeCluster"
|
|
2249
2554
|
o.http_method = "GET"
|
|
@@ -2482,6 +2787,24 @@ module Aws::EKS
|
|
|
2482
2787
|
)
|
|
2483
2788
|
end)
|
|
2484
2789
|
|
|
2790
|
+
api.add_operation(:list_certificate_authorities, Seahorse::Model::Operation.new.tap do |o|
|
|
2791
|
+
o.name = "ListCertificateAuthorities"
|
|
2792
|
+
o.http_method = "GET"
|
|
2793
|
+
o.http_request_uri = "/clusters/{name}/certificate-authorities"
|
|
2794
|
+
o.input = Shapes::ShapeRef.new(shape: ListCertificateAuthoritiesRequest)
|
|
2795
|
+
o.output = Shapes::ShapeRef.new(shape: ListCertificateAuthoritiesResponse)
|
|
2796
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2797
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2798
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
2799
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2800
|
+
o[:pager] = Aws::Pager.new(
|
|
2801
|
+
limit_key: "max_results",
|
|
2802
|
+
tokens: {
|
|
2803
|
+
"next_token" => "next_token"
|
|
2804
|
+
}
|
|
2805
|
+
)
|
|
2806
|
+
end)
|
|
2807
|
+
|
|
2485
2808
|
api.add_operation(:list_clusters, Seahorse::Model::Operation.new.tap do |o|
|
|
2486
2809
|
o.name = "ListClusters"
|
|
2487
2810
|
o.http_method = "GET"
|