aws-sdk-eks 1.30.0 → 1.31.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: e03cf8481cf62f4305d5af638d2a6468bda36209
4
- data.tar.gz: 706c9a86c3cc3e1af58edad859cbf1d0682adfe4
3
+ metadata.gz: d3b5132779daad669f549a891d8c4a99f040bb0e
4
+ data.tar.gz: 57c91f3dbeba36e188989b825b9ffaa925ffdb1d
5
5
  SHA512:
6
- metadata.gz: b9ed1099533ec887fb247e485f3e4a3191ae7a290fd8bd2a8973314448c9d164910ee855f828b4ff6d6a2b49cf515e5ebd226ee8fa7f053327ae9fc0d6f80c97
7
- data.tar.gz: e5b46c49ce8b3214ad309e1e8dd9a3eadaae4d1e309f6b5d4f506fc820f4ac5d1afd211905d55a61eaedb09f915439fcc4ba675aca7d2355b9cd5ec33b4c6603
6
+ metadata.gz: 90563045b6576a7d91754d9af115d9a3d24f3f6fbd28d893d7bd46f942e5c14b471bb2ddbfa5afd5698d6e40ee568a3fe3f4f37fa3b3f96bd6f781c54add730a
7
+ data.tar.gz: 12a905db2b2e13b770b16e6ce94a03273a86235690110283e56beacc4a50065d5eaa48e1486609eebec3d77b3ded339eb839116e49ffdea08525ec336f294daf
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-eks/customizations'
43
43
  # @service
44
44
  module Aws::EKS
45
45
 
46
- GEM_VERSION = '1.30.0'
46
+ GEM_VERSION = '1.31.0'
47
47
 
48
48
  end
@@ -762,7 +762,7 @@ module Aws::EKS
762
762
  # resp.nodegroup.resources.remote_access_security_group #=> String
763
763
  # resp.nodegroup.disk_size #=> Integer
764
764
  # resp.nodegroup.health.issues #=> Array
765
- # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
765
+ # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
766
766
  # resp.nodegroup.health.issues[0].message #=> String
767
767
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
768
768
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -965,7 +965,7 @@ module Aws::EKS
965
965
  # resp.nodegroup.resources.remote_access_security_group #=> String
966
966
  # resp.nodegroup.disk_size #=> Integer
967
967
  # resp.nodegroup.health.issues #=> Array
968
- # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
968
+ # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
969
969
  # resp.nodegroup.health.issues[0].message #=> String
970
970
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
971
971
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -1178,7 +1178,7 @@ module Aws::EKS
1178
1178
  # resp.nodegroup.resources.remote_access_security_group #=> String
1179
1179
  # resp.nodegroup.disk_size #=> Integer
1180
1180
  # resp.nodegroup.health.issues #=> Array
1181
- # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
1181
+ # resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
1182
1182
  # resp.nodegroup.health.issues[0].message #=> String
1183
1183
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1184
1184
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -1956,7 +1956,7 @@ module Aws::EKS
1956
1956
  params: params,
1957
1957
  config: config)
1958
1958
  context[:gem_name] = 'aws-sdk-eks'
1959
- context[:gem_version] = '1.30.0'
1959
+ context[:gem_version] = '1.31.0'
1960
1960
  Seahorse::Client::Request.new(handlers, context)
1961
1961
  end
1962
1962
 
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.30.0
4
+ version: 1.31.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: 2019-12-20 00:00:00.000000000 Z
11
+ date: 2020-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core