aws-sdk-eks 1.34.0 → 1.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4aa11de16f03ba8d229941e01353983d92c0e72
4
- data.tar.gz: d24651ce7cf7bde7950b98c8af7b1832c9444bc6
3
+ metadata.gz: 4b83d443c5fd99136e123189e6f1a7e747195b2b
4
+ data.tar.gz: eb2049a20db012bfe3d0a5f2acf1a160eb8fdcfc
5
5
  SHA512:
6
- metadata.gz: 46ce6e66d1c9133b7575a05461c6558eef55571461acd14598e8f4938ae49cedf50fe290ccfc5c8457102752c90855884c73acc7471fbc5070687e14235ac69c
7
- data.tar.gz: 208285d43ac54d8385a528eb942030a8ae535fa1c5ddbed456b7f25533b6c03c64f7603cf732274b84ec4b3edbd344cdc8b8a2b7a7a4d8c2f7b4f2a6ba248f59
6
+ metadata.gz: dcf83a54265cbddf1f9f1440fa312e158db80405f73afd627c8e1e9db35c65dd3f70e9966188d08bd53a2f96f4114ec8fb5c461d874ba3c0d2f0da156a24d945
7
+ data.tar.gz: eea523fd3cb6ed08481ae2b442bc5d8b8c2aafb4c8aad98526423e9f9d745d7e657b3a8265370bb658f4896001c2fd8002769664b24a86b1acf161379c3d199d
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-eks/customizations'
46
46
  # @service
47
47
  module Aws::EKS
48
48
 
49
- GEM_VERSION = '1.34.0'
49
+ GEM_VERSION = '1.35.0'
50
50
 
51
51
  end
@@ -832,7 +832,7 @@ module Aws::EKS
832
832
  # resp.nodegroup.resources.remote_access_security_group #=> String
833
833
  # resp.nodegroup.disk_size #=> Integer
834
834
  # resp.nodegroup.health.issues #=> Array
835
- # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
835
+ # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
836
836
  # resp.nodegroup.health.issues[0].message #=> String
837
837
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
838
838
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -1039,7 +1039,7 @@ module Aws::EKS
1039
1039
  # resp.nodegroup.resources.remote_access_security_group #=> String
1040
1040
  # resp.nodegroup.disk_size #=> Integer
1041
1041
  # resp.nodegroup.health.issues #=> Array
1042
- # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
1042
+ # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
1043
1043
  # resp.nodegroup.health.issues[0].message #=> String
1044
1044
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1045
1045
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -1262,7 +1262,7 @@ module Aws::EKS
1262
1262
  # resp.nodegroup.resources.remote_access_security_group #=> String
1263
1263
  # resp.nodegroup.disk_size #=> Integer
1264
1264
  # resp.nodegroup.health.issues #=> Array
1265
- # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
1265
+ # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
1266
1266
  # resp.nodegroup.health.issues[0].message #=> String
1267
1267
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1268
1268
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -1461,8 +1461,9 @@ module Aws::EKS
1461
1461
  req.send_request(options)
1462
1462
  end
1463
1463
 
1464
- # Lists the Amazon EKS node groups associated with the specified cluster
1465
- # in your AWS account in the specified Region.
1464
+ # Lists the Amazon EKS managed node groups associated with the specified
1465
+ # cluster in your AWS account in the specified Region. Self-managed node
1466
+ # groups are not listed.
1466
1467
  #
1467
1468
  # @option params [required, String] :cluster_name
1468
1469
  # The name of the Amazon EKS cluster that you would like to list node
@@ -2054,7 +2055,7 @@ module Aws::EKS
2054
2055
  params: params,
2055
2056
  config: config)
2056
2057
  context[:gem_name] = 'aws-sdk-eks'
2057
- context[:gem_version] = '1.34.0'
2058
+ context[:gem_version] = '1.35.0'
2058
2059
  Seahorse::Client::Request.new(handlers, context)
2059
2060
  end
2060
2061
 
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.34.0
4
+ version: 1.35.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: 2020-03-23 00:00:00.000000000 Z
11
+ date: 2020-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core