aws-sdk-eks 1.71.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: 62dd0520493e4ed8a2010c00120ed4784e1a53e7be66f976d605a6574cab76c4
4
- data.tar.gz: 90b2f99af319a7f16a9e995f44381309004a7d2329c849723a7df2fb5c3a7d1f
3
+ metadata.gz: ada262f7be31e95f3ff55f7e2528ea82ea2135965e24b35fbf4c338e2f9f2437
4
+ data.tar.gz: 861ac8ed35adf2db7fc4a539f1a87e7e2fd0b5a9bd4229946726af19328ceedc
5
5
  SHA512:
6
- metadata.gz: 8826e43975bd9ada240b623551173e80a2203de30817ae072fd0636994ef4d9fdf302bb141e782a4f4fe17f8fe4f9a21affed00ef9a32b772ada8d95463618a9
7
- data.tar.gz: 01d3977f7b27375a4ad3c9da93f18472544b8af341818f9d7d0a5c8f6df7c0a978e9e4a76131a0d9f2a1ea8d8f2d55c84f982dfb252b62e5a55c74d8d204f2d7
6
+ metadata.gz: 715bfb8a6c1e147fe7b22644080bc1be4a8e224538d41c286505f6ad018d976f8311910db147aa8a355961b1d6be710612b83fb4d0d42aa97529359fe4285da6
7
+ data.tar.gz: 49834729b21fccd3a9bfde8d9cc1e0aa0eac2dd576e200bd0c255340e9e5cb2dabc51cf3cb0dc7d36b5a7df0f7ad0feb66d2775321cdd26eb5d827b6ac423927
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.73.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.72.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.71.0 (2022-01-05)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.74.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::EKS
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -1231,7 +1235,7 @@ module Aws::EKS
1231
1235
  # resp.nodegroup.resources.remote_access_security_group #=> String
1232
1236
  # resp.nodegroup.disk_size #=> Integer
1233
1237
  # resp.nodegroup.health.issues #=> Array
1234
- # 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"
1235
1239
  # resp.nodegroup.health.issues[0].message #=> String
1236
1240
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1237
1241
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -1517,7 +1521,7 @@ module Aws::EKS
1517
1521
  # resp.nodegroup.resources.remote_access_security_group #=> String
1518
1522
  # resp.nodegroup.disk_size #=> Integer
1519
1523
  # resp.nodegroup.health.issues #=> Array
1520
- # 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"
1521
1525
  # resp.nodegroup.health.issues[0].message #=> String
1522
1526
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
1523
1527
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -2008,7 +2012,7 @@ module Aws::EKS
2008
2012
  # resp.nodegroup.resources.remote_access_security_group #=> String
2009
2013
  # resp.nodegroup.disk_size #=> Integer
2010
2014
  # resp.nodegroup.health.issues #=> Array
2011
- # 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"
2012
2016
  # resp.nodegroup.health.issues[0].message #=> String
2013
2017
  # resp.nodegroup.health.issues[0].resource_ids #=> Array
2014
2018
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
@@ -3256,7 +3260,7 @@ module Aws::EKS
3256
3260
  params: params,
3257
3261
  config: config)
3258
3262
  context[:gem_name] = 'aws-sdk-eks'
3259
- context[:gem_version] = '1.71.0'
3263
+ context[:gem_version] = '1.74.0'
3260
3264
  Seahorse::Client::Request.new(handlers, context)
3261
3265
  end
3262
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.71.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.71.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-01-05 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement