aws-sdk-eks 1.54.0 → 1.55.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d0798053f95c98465b17e6e602ece5a1878baa750257fb63014f80135c8501b
4
- data.tar.gz: 7b1001c687efc2f5ef1a4b658f7ad2cdc66c2679dccdd786f0bd893591d48a3a
3
+ metadata.gz: b2db80fe94a4c7d5155c4dac40c38d4cb419b8f99bc5bf4958e9a92d4ddfb2cb
4
+ data.tar.gz: 742c1869196d10f4f82f472dde12edf9719697da2952bc4c7919b282757b7cff
5
5
  SHA512:
6
- metadata.gz: cb8a3999975d634d4fa02d2caa252e4f965d9251aaad115393de99226da1c6d134079691083a4827d32875349413ce09dca013587227dbd7ac7b665ee27bcb47
7
- data.tar.gz: 92a2a9bd5172c1930f48b11527d64bf46b637b114945eca0e4d8fa60b22b28ef747299290bb5dc981395b9b08c7390ef619509b7cf5a9ba1560f70c95d04cabf
6
+ metadata.gz: a6fdd6cdb08af23719f770a2540f2cc5604dd03b9d3b9f94acdc13f43a241ab2b3c4f6b59fe0a9e6215a6206a3069fbeb9adca6a100934c9ba447e48a1ad0016
7
+ data.tar.gz: 1ac16e2904d0e69cf4c72fa1a4a9ace6262dfe8108aef2b89f257064fa400b373dff353be562159a58eb1f48fa7c07a77978308bf5c8b228ef33a0c0b3fc337e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2021-06-07)
5
+ ------------------
6
+
7
+ * Feature - Added updateConfig option that allows customers to control upgrade velocity in Managed Node Group.
8
+
4
9
  1.54.0 (2021-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
data/lib/aws-sdk-eks.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-eks/customizations'
49
49
  # @!group service
50
50
  module Aws::EKS
51
51
 
52
- GEM_VERSION = '1.54.0'
52
+ GEM_VERSION = '1.55.0'
53
53
 
54
54
  end
@@ -373,7 +373,7 @@ module Aws::EKS
373
373
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
374
374
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
375
375
  # resp.update.params #=> Array
376
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
376
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
377
377
  # resp.update.params[0].value #=> String
378
378
  # resp.update.created_at #=> Time
379
379
  # resp.update.errors #=> Array
@@ -457,7 +457,7 @@ module Aws::EKS
457
457
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
458
458
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
459
459
  # resp.update.params #=> Array
460
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
460
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
461
461
  # resp.update.params[0].value #=> String
462
462
  # resp.update.created_at #=> Time
463
463
  # resp.update.errors #=> Array
@@ -1076,6 +1076,8 @@ module Aws::EKS
1076
1076
  # `remoteAccess` and make sure that the launch template meets the
1077
1077
  # requirements in `launchTemplateSpecification`.
1078
1078
  #
1079
+ # @option params [Types::NodegroupUpdateConfig] :update_config
1080
+ #
1079
1081
  # @option params [String] :capacity_type
1080
1082
  # The capacity type for your node group.
1081
1083
  #
@@ -1150,6 +1152,10 @@ module Aws::EKS
1150
1152
  # version: "String",
1151
1153
  # id: "String",
1152
1154
  # },
1155
+ # update_config: {
1156
+ # max_unavailable: 1,
1157
+ # max_unavailable_percentage: 1,
1158
+ # },
1153
1159
  # capacity_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT
1154
1160
  # version: "String",
1155
1161
  # release_version: "String",
@@ -1193,6 +1199,8 @@ module Aws::EKS
1193
1199
  # resp.nodegroup.health.issues[0].message #=> String
1194
1200
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1195
1201
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
1202
+ # resp.nodegroup.update_config.max_unavailable #=> Integer
1203
+ # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
1196
1204
  # resp.nodegroup.launch_template.name #=> String
1197
1205
  # resp.nodegroup.launch_template.version #=> String
1198
1206
  # resp.nodegroup.launch_template.id #=> String
@@ -1464,6 +1472,8 @@ module Aws::EKS
1464
1472
  # resp.nodegroup.health.issues[0].message #=> String
1465
1473
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1466
1474
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
1475
+ # resp.nodegroup.update_config.max_unavailable #=> Integer
1476
+ # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
1467
1477
  # resp.nodegroup.launch_template.name #=> String
1468
1478
  # resp.nodegroup.launch_template.version #=> String
1469
1479
  # resp.nodegroup.launch_template.id #=> String
@@ -1873,6 +1883,8 @@ module Aws::EKS
1873
1883
  # resp.nodegroup.health.issues[0].message #=> String
1874
1884
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1875
1885
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
1886
+ # resp.nodegroup.update_config.max_unavailable #=> Integer
1887
+ # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
1876
1888
  # resp.nodegroup.launch_template.name #=> String
1877
1889
  # resp.nodegroup.launch_template.version #=> String
1878
1890
  # resp.nodegroup.launch_template.id #=> String
@@ -1937,7 +1949,7 @@ module Aws::EKS
1937
1949
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
1938
1950
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
1939
1951
  # resp.update.params #=> Array
1940
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
1952
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
1941
1953
  # resp.update.params[0].value #=> String
1942
1954
  # resp.update.created_at #=> Time
1943
1955
  # resp.update.errors #=> Array
@@ -1994,7 +2006,7 @@ module Aws::EKS
1994
2006
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
1995
2007
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
1996
2008
  # resp.update.params #=> Array
1997
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
2009
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
1998
2010
  # resp.update.params[0].value #=> String
1999
2011
  # resp.update.created_at #=> Time
2000
2012
  # resp.update.errors #=> Array
@@ -2548,7 +2560,7 @@ module Aws::EKS
2548
2560
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
2549
2561
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
2550
2562
  # resp.update.params #=> Array
2551
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
2563
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
2552
2564
  # resp.update.params[0].value #=> String
2553
2565
  # resp.update.created_at #=> Time
2554
2566
  # resp.update.errors #=> Array
@@ -2668,7 +2680,7 @@ module Aws::EKS
2668
2680
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
2669
2681
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
2670
2682
  # resp.update.params #=> Array
2671
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
2683
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
2672
2684
  # resp.update.params[0].value #=> String
2673
2685
  # resp.update.created_at #=> Time
2674
2686
  # resp.update.errors #=> Array
@@ -2732,7 +2744,7 @@ module Aws::EKS
2732
2744
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
2733
2745
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
2734
2746
  # resp.update.params #=> Array
2735
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
2747
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
2736
2748
  # resp.update.params[0].value #=> String
2737
2749
  # resp.update.created_at #=> Time
2738
2750
  # resp.update.errors #=> Array
@@ -2776,6 +2788,8 @@ module Aws::EKS
2776
2788
  # The scaling configuration details for the Auto Scaling group after the
2777
2789
  # update.
2778
2790
  #
2791
+ # @option params [Types::NodegroupUpdateConfig] :update_config
2792
+ #
2779
2793
  # @option params [String] :client_request_token
2780
2794
  # Unique, case-sensitive identifier that you provide to ensure the
2781
2795
  # idempotency of the request.
@@ -2819,6 +2833,10 @@ module Aws::EKS
2819
2833
  # max_size: 1,
2820
2834
  # desired_size: 1,
2821
2835
  # },
2836
+ # update_config: {
2837
+ # max_unavailable: 1,
2838
+ # max_unavailable_percentage: 1,
2839
+ # },
2822
2840
  # client_request_token: "String",
2823
2841
  # })
2824
2842
  #
@@ -2828,7 +2846,7 @@ module Aws::EKS
2828
2846
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
2829
2847
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
2830
2848
  # resp.update.params #=> Array
2831
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
2849
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
2832
2850
  # resp.update.params[0].value #=> String
2833
2851
  # resp.update.created_at #=> Time
2834
2852
  # resp.update.errors #=> Array
@@ -2959,7 +2977,7 @@ module Aws::EKS
2959
2977
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
2960
2978
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
2961
2979
  # resp.update.params #=> Array
2962
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
2980
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage"
2963
2981
  # resp.update.params[0].value #=> String
2964
2982
  # resp.update.created_at #=> Time
2965
2983
  # resp.update.errors #=> Array
@@ -2990,7 +3008,7 @@ module Aws::EKS
2990
3008
  params: params,
2991
3009
  config: config)
2992
3010
  context[:gem_name] = 'aws-sdk-eks'
2993
- context[:gem_version] = '1.54.0'
3011
+ context[:gem_version] = '1.55.0'
2994
3012
  Seahorse::Client::Request.new(handlers, context)
2995
3013
  end
2996
3014
 
@@ -128,10 +128,13 @@ module Aws::EKS
128
128
  NodegroupResources = Shapes::StructureShape.new(name: 'NodegroupResources')
129
129
  NodegroupScalingConfig = Shapes::StructureShape.new(name: 'NodegroupScalingConfig')
130
130
  NodegroupStatus = Shapes::StringShape.new(name: 'NodegroupStatus')
131
+ NodegroupUpdateConfig = Shapes::StructureShape.new(name: 'NodegroupUpdateConfig')
132
+ NonZeroInteger = Shapes::IntegerShape.new(name: 'NonZeroInteger')
131
133
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
132
134
  OIDC = Shapes::StructureShape.new(name: 'OIDC')
133
135
  OidcIdentityProviderConfig = Shapes::StructureShape.new(name: 'OidcIdentityProviderConfig')
134
136
  OidcIdentityProviderConfigRequest = Shapes::StructureShape.new(name: 'OidcIdentityProviderConfigRequest')
137
+ PercentCapacity = Shapes::IntegerShape.new(name: 'PercentCapacity')
135
138
  Provider = Shapes::StructureShape.new(name: 'Provider')
136
139
  RemoteAccessConfig = Shapes::StructureShape.new(name: 'RemoteAccessConfig')
137
140
  ResolveConflicts = Shapes::StringShape.new(name: 'ResolveConflicts')
@@ -336,6 +339,7 @@ module Aws::EKS
336
339
  CreateNodegroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
337
340
  CreateNodegroupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
338
341
  CreateNodegroupRequest.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "launchTemplate"))
342
+ CreateNodegroupRequest.add_member(:update_config, Shapes::ShapeRef.new(shape: NodegroupUpdateConfig, location_name: "updateConfig"))
339
343
  CreateNodegroupRequest.add_member(:capacity_type, Shapes::ShapeRef.new(shape: CapacityTypes, location_name: "capacityType"))
340
344
  CreateNodegroupRequest.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
341
345
  CreateNodegroupRequest.add_member(:release_version, Shapes::ShapeRef.new(shape: String, location_name: "releaseVersion"))
@@ -600,6 +604,7 @@ module Aws::EKS
600
604
  Nodegroup.add_member(:resources, Shapes::ShapeRef.new(shape: NodegroupResources, location_name: "resources"))
601
605
  Nodegroup.add_member(:disk_size, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "diskSize"))
602
606
  Nodegroup.add_member(:health, Shapes::ShapeRef.new(shape: NodegroupHealth, location_name: "health"))
607
+ Nodegroup.add_member(:update_config, Shapes::ShapeRef.new(shape: NodegroupUpdateConfig, location_name: "updateConfig"))
603
608
  Nodegroup.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "launchTemplate"))
604
609
  Nodegroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
605
610
  Nodegroup.struct_class = Types::Nodegroup
@@ -616,6 +621,10 @@ module Aws::EKS
616
621
  NodegroupScalingConfig.add_member(:desired_size, Shapes::ShapeRef.new(shape: ZeroCapacity, location_name: "desiredSize"))
617
622
  NodegroupScalingConfig.struct_class = Types::NodegroupScalingConfig
618
623
 
624
+ NodegroupUpdateConfig.add_member(:max_unavailable, Shapes::ShapeRef.new(shape: NonZeroInteger, location_name: "maxUnavailable"))
625
+ NodegroupUpdateConfig.add_member(:max_unavailable_percentage, Shapes::ShapeRef.new(shape: PercentCapacity, location_name: "maxUnavailablePercentage"))
626
+ NodegroupUpdateConfig.struct_class = Types::NodegroupUpdateConfig
627
+
619
628
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
620
629
  NotFoundException.struct_class = Types::NotFoundException
621
630
 
@@ -755,6 +764,7 @@ module Aws::EKS
755
764
  UpdateNodegroupConfigRequest.add_member(:labels, Shapes::ShapeRef.new(shape: UpdateLabelsPayload, location_name: "labels"))
756
765
  UpdateNodegroupConfigRequest.add_member(:taints, Shapes::ShapeRef.new(shape: UpdateTaintsPayload, location_name: "taints"))
757
766
  UpdateNodegroupConfigRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: NodegroupScalingConfig, location_name: "scalingConfig"))
767
+ UpdateNodegroupConfigRequest.add_member(:update_config, Shapes::ShapeRef.new(shape: NodegroupUpdateConfig, location_name: "updateConfig"))
758
768
  UpdateNodegroupConfigRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
759
769
  UpdateNodegroupConfigRequest.struct_class = Types::UpdateNodegroupConfigRequest
760
770
 
@@ -888,6 +888,10 @@ module Aws::EKS
888
888
  # version: "String",
889
889
  # id: "String",
890
890
  # },
891
+ # update_config: {
892
+ # max_unavailable: 1,
893
+ # max_unavailable_percentage: 1,
894
+ # },
891
895
  # capacity_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT
892
896
  # version: "String",
893
897
  # release_version: "String",
@@ -1034,6 +1038,9 @@ module Aws::EKS
1034
1038
  # meets the requirements in `launchTemplateSpecification`.
1035
1039
  # @return [Types::LaunchTemplateSpecification]
1036
1040
  #
1041
+ # @!attribute [rw] update_config
1042
+ # @return [Types::NodegroupUpdateConfig]
1043
+ #
1037
1044
  # @!attribute [rw] capacity_type
1038
1045
  # The capacity type for your node group.
1039
1046
  # @return [String]
@@ -1086,6 +1093,7 @@ module Aws::EKS
1086
1093
  :tags,
1087
1094
  :client_request_token,
1088
1095
  :launch_template,
1096
+ :update_config,
1089
1097
  :capacity_type,
1090
1098
  :version,
1091
1099
  :release_version)
@@ -2741,6 +2749,9 @@ module Aws::EKS
2741
2749
  # node group's health, they are listed here.
2742
2750
  # @return [Types::NodegroupHealth]
2743
2751
  #
2752
+ # @!attribute [rw] update_config
2753
+ # @return [Types::NodegroupUpdateConfig]
2754
+ #
2744
2755
  # @!attribute [rw] launch_template
2745
2756
  # If a launch template was used to create the node group, then this is
2746
2757
  # the launch template that was used.
@@ -2777,6 +2788,7 @@ module Aws::EKS
2777
2788
  :resources,
2778
2789
  :disk_size,
2779
2790
  :health,
2791
+ :update_config,
2780
2792
  :launch_template,
2781
2793
  :tags)
2782
2794
  SENSITIVE = []
@@ -2863,6 +2875,29 @@ module Aws::EKS
2863
2875
  include Aws::Structure
2864
2876
  end
2865
2877
 
2878
+ # @note When making an API call, you may pass NodegroupUpdateConfig
2879
+ # data as a hash:
2880
+ #
2881
+ # {
2882
+ # max_unavailable: 1,
2883
+ # max_unavailable_percentage: 1,
2884
+ # }
2885
+ #
2886
+ # @!attribute [rw] max_unavailable
2887
+ # @return [Integer]
2888
+ #
2889
+ # @!attribute [rw] max_unavailable_percentage
2890
+ # @return [Integer]
2891
+ #
2892
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodegroupUpdateConfig AWS API Documentation
2893
+ #
2894
+ class NodegroupUpdateConfig < Struct.new(
2895
+ :max_unavailable,
2896
+ :max_unavailable_percentage)
2897
+ SENSITIVE = []
2898
+ include Aws::Structure
2899
+ end
2900
+
2866
2901
  # A service resource associated with the request could not be found.
2867
2902
  # Clients should not retry such requests.
2868
2903
  #
@@ -3732,6 +3767,10 @@ module Aws::EKS
3732
3767
  # max_size: 1,
3733
3768
  # desired_size: 1,
3734
3769
  # },
3770
+ # update_config: {
3771
+ # max_unavailable: 1,
3772
+ # max_unavailable_percentage: 1,
3773
+ # },
3735
3774
  # client_request_token: "String",
3736
3775
  # }
3737
3776
  #
@@ -3759,6 +3798,9 @@ module Aws::EKS
3759
3798
  # the update.
3760
3799
  # @return [Types::NodegroupScalingConfig]
3761
3800
  #
3801
+ # @!attribute [rw] update_config
3802
+ # @return [Types::NodegroupUpdateConfig]
3803
+ #
3762
3804
  # @!attribute [rw] client_request_token
3763
3805
  # Unique, case-sensitive identifier that you provide to ensure the
3764
3806
  # idempotency of the request.
@@ -3775,6 +3817,7 @@ module Aws::EKS
3775
3817
  :labels,
3776
3818
  :taints,
3777
3819
  :scaling_config,
3820
+ :update_config,
3778
3821
  :client_request_token)
3779
3822
  SENSITIVE = []
3780
3823
  include Aws::Structure
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-19 00:00:00.000000000 Z
11
+ date: 2021-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core