aws-sdk-eks 1.73.0 → 1.74.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: 2640dc4723f3be14c53787c337c2b6a6ff87deecf791138a88ed82cfd022e913
4
- data.tar.gz: 623226810328fa29626568edad0c18e3ef7b0232098cd55b8137d6237eb4b8a5
3
+ metadata.gz: ada262f7be31e95f3ff55f7e2528ea82ea2135965e24b35fbf4c338e2f9f2437
4
+ data.tar.gz: 861ac8ed35adf2db7fc4a539f1a87e7e2fd0b5a9bd4229946726af19328ceedc
5
5
  SHA512:
6
- metadata.gz: 24ffcf31374c605cccf11e6652fda0aa55c3df96370b48bfb517e71fe76f41a35df1c96ee1b3483666ef3db6870f453940e887ed53c9dcbfe454a8199a600870
7
- data.tar.gz: bd36de730a86694cce52810b796b2b6e140222d1155f991932499b813d808158b1e2973c19c3254d02f067c43d07944c9be6b93e7d9cb6fbbc2926f2752b867c
6
+ metadata.gz: 715bfb8a6c1e147fe7b22644080bc1be4a8e224538d41c286505f6ad018d976f8311910db147aa8a355961b1d6be710612b83fb4d0d42aa97529359fe4285da6
7
+ data.tar.gz: 49834729b21fccd3a9bfde8d9cc1e0aa0eac2dd576e200bd0c255340e9e5cb2dabc51cf3cb0dc7d36b5a7df0f7ad0feb66d2775321cdd26eb5d827b6ac423927
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2022-03-08)
5
+ ------------------
6
+
7
+ * Feature - Introducing a new enum for NodeGroup error code: Ec2SubnetMissingIpv6Assignment
8
+
4
9
  1.73.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -1235,7 +1235,7 @@ module Aws::EKS
1235
1235
  # resp.nodegroup.resources.remote_access_security_group #=> String
1236
1236
  # resp.nodegroup.disk_size #=> Integer
1237
1237
  # resp.nodegroup.health.issues #=> Array
1238
- # 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", "ClusterUnreachable"
1238
+ # 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", "ClusterUnreachable", "Ec2SubnetMissingIpv6Assignment"
1239
1239
  # resp.nodegroup.health.issues[0].message #=> String
1240
1240
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1241
1241
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -1521,7 +1521,7 @@ module Aws::EKS
1521
1521
  # resp.nodegroup.resources.remote_access_security_group #=> String
1522
1522
  # resp.nodegroup.disk_size #=> Integer
1523
1523
  # resp.nodegroup.health.issues #=> Array
1524
- # 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", "ClusterUnreachable"
1524
+ # 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", "ClusterUnreachable", "Ec2SubnetMissingIpv6Assignment"
1525
1525
  # resp.nodegroup.health.issues[0].message #=> String
1526
1526
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1527
1527
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -2012,7 +2012,7 @@ module Aws::EKS
2012
2012
  # resp.nodegroup.resources.remote_access_security_group #=> String
2013
2013
  # resp.nodegroup.disk_size #=> Integer
2014
2014
  # resp.nodegroup.health.issues #=> Array
2015
- # 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", "ClusterUnreachable"
2015
+ # 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", "ClusterUnreachable", "Ec2SubnetMissingIpv6Assignment"
2016
2016
  # resp.nodegroup.health.issues[0].message #=> String
2017
2017
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
2018
2018
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -3260,7 +3260,7 @@ module Aws::EKS
3260
3260
  params: params,
3261
3261
  config: config)
3262
3262
  context[:gem_name] = 'aws-sdk-eks'
3263
- context[:gem_version] = '1.73.0'
3263
+ context[:gem_version] = '1.74.0'
3264
3264
  Seahorse::Client::Request.new(handlers, context)
3265
3265
  end
3266
3266
 
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.73.0'
52
+ GEM_VERSION = '1.74.0'
53
53
 
54
54
  end
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.73.0
4
+ version: 1.74.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core