aws-sdk-eks 1.83.0 → 1.85.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +6 -1
- data/lib/aws-sdk-eks/endpoints.rb +1 -0
- data/lib/aws-sdk-eks/types.rb +24 -24
- data/lib/aws-sdk-eks.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9618e96482701ab69308d259d613c6a1bca4a848b2ecadcc347de413f7636d8
|
4
|
+
data.tar.gz: 834468d34630e48c0843f5ab1efe8e19595c9fda4b54939207449ef590ac03c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b0bad83c326509c67dea7075e7791210f812d28c91438944a4b9fd4cfb9fa67a15fb51b3659f417bd35910ed8fb2c86b662ccefd9d797a14ae4696aed0293e3
|
7
|
+
data.tar.gz: f6431e950a2842cbc0c51f1d51a79166b7084d29a419aad6d07ea247f11276c8a5e6ee3559910651987fb5fd4cbd6f31b3b6eb3e62144fc9ecec21e371cb728a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.85.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.84.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.83.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.85.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -275,6 +275,11 @@ module Aws::EKS
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -3515,7 +3520,7 @@ module Aws::EKS
|
|
3515
3520
|
params: params,
|
3516
3521
|
config: config)
|
3517
3522
|
context[:gem_name] = 'aws-sdk-eks'
|
3518
|
-
context[:gem_version] = '1.
|
3523
|
+
context[:gem_version] = '1.85.0'
|
3519
3524
|
Seahorse::Client::Request.new(handlers, context)
|
3520
3525
|
end
|
3521
3526
|
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -1818,26 +1818,26 @@ module Aws::EKS
|
|
1818
1818
|
# @!attribute [rw] error_code
|
1819
1819
|
# A brief description of the error.
|
1820
1820
|
#
|
1821
|
-
# * **SubnetNotFound
|
1821
|
+
# * **SubnetNotFound**: We couldn't find one of the subnets
|
1822
1822
|
# associated with the cluster.
|
1823
1823
|
#
|
1824
|
-
# * **SecurityGroupNotFound
|
1824
|
+
# * **SecurityGroupNotFound**: We couldn't find one of the security
|
1825
1825
|
# groups associated with the cluster.
|
1826
1826
|
#
|
1827
|
-
# * **EniLimitReached
|
1827
|
+
# * **EniLimitReached**: You have reached the elastic network
|
1828
1828
|
# interface limit for your account.
|
1829
1829
|
#
|
1830
|
-
# * **IpNotAvailable
|
1830
|
+
# * **IpNotAvailable**: A subnet associated with the cluster doesn't
|
1831
1831
|
# have any free IP addresses.
|
1832
1832
|
#
|
1833
|
-
# * **AccessDenied
|
1833
|
+
# * **AccessDenied**: You don't have permissions to perform the
|
1834
1834
|
# specified operation.
|
1835
1835
|
#
|
1836
|
-
# * **OperationNotPermitted
|
1836
|
+
# * **OperationNotPermitted**: The service role associated with the
|
1837
1837
|
# cluster doesn't have the required access permissions for Amazon
|
1838
1838
|
# EKS.
|
1839
1839
|
#
|
1840
|
-
# * **VpcIdNotFound
|
1840
|
+
# * **VpcIdNotFound**: We couldn't find the VPC associated with the
|
1841
1841
|
# cluster.
|
1842
1842
|
# @return [String]
|
1843
1843
|
#
|
@@ -2068,39 +2068,39 @@ module Aws::EKS
|
|
2068
2068
|
# @!attribute [rw] code
|
2069
2069
|
# A brief description of the error.
|
2070
2070
|
#
|
2071
|
-
# * **AccessDenied
|
2071
|
+
# * **AccessDenied**: Amazon EKS or one or more of your managed nodes
|
2072
2072
|
# is failing to authenticate or authorize with your Kubernetes
|
2073
2073
|
# cluster API server.
|
2074
2074
|
#
|
2075
|
-
# * **AsgInstanceLaunchFailures
|
2075
|
+
# * **AsgInstanceLaunchFailures**: Your Auto Scaling group is
|
2076
2076
|
# experiencing failures while attempting to launch instances.
|
2077
2077
|
#
|
2078
|
-
# * **AutoScalingGroupNotFound
|
2078
|
+
# * **AutoScalingGroupNotFound**: We couldn't find the Auto Scaling
|
2079
2079
|
# group associated with the managed node group. You may be able to
|
2080
2080
|
# recreate an Auto Scaling group with the same settings to recover.
|
2081
2081
|
#
|
2082
|
-
# * **ClusterUnreachable
|
2082
|
+
# * **ClusterUnreachable**: Amazon EKS or one or more of your managed
|
2083
2083
|
# nodes is unable to to communicate with your Kubernetes cluster API
|
2084
2084
|
# server. This can happen if there are network disruptions or if API
|
2085
2085
|
# servers are timing out processing requests.
|
2086
2086
|
#
|
2087
|
-
# * **Ec2LaunchTemplateNotFound
|
2087
|
+
# * **Ec2LaunchTemplateNotFound**: We couldn't find the Amazon EC2
|
2088
2088
|
# launch template for your managed node group. You may be able to
|
2089
2089
|
# recreate a launch template with the same settings to recover.
|
2090
2090
|
#
|
2091
|
-
# * **Ec2LaunchTemplateVersionMismatch
|
2091
|
+
# * **Ec2LaunchTemplateVersionMismatch**: The Amazon EC2 launch
|
2092
2092
|
# template version for your managed node group does not match the
|
2093
2093
|
# version that Amazon EKS created. You may be able to revert to the
|
2094
2094
|
# version that Amazon EKS created to recover.
|
2095
2095
|
#
|
2096
|
-
# * **Ec2SecurityGroupDeletionFailure
|
2096
|
+
# * **Ec2SecurityGroupDeletionFailure**: We could not delete the
|
2097
2097
|
# remote access security group for your managed node group. Remove
|
2098
2098
|
# any dependencies from the security group.
|
2099
2099
|
#
|
2100
|
-
# * **Ec2SecurityGroupNotFound
|
2100
|
+
# * **Ec2SecurityGroupNotFound**: We couldn't find the cluster
|
2101
2101
|
# security group for the cluster. You must recreate your cluster.
|
2102
2102
|
#
|
2103
|
-
# * **Ec2SubnetInvalidConfiguration
|
2103
|
+
# * **Ec2SubnetInvalidConfiguration**: One or more Amazon EC2 subnets
|
2104
2104
|
# specified for a node group do not automatically assign public IP
|
2105
2105
|
# addresses to instances launched into it. If you want your
|
2106
2106
|
# instances to be assigned a public IP address, then you need to
|
@@ -2108,27 +2108,27 @@ module Aws::EKS
|
|
2108
2108
|
# See [Modifying the public IPv4 addressing attribute for your
|
2109
2109
|
# subnet][1] in the *Amazon VPC User Guide*.
|
2110
2110
|
#
|
2111
|
-
# * **IamInstanceProfileNotFound
|
2112
|
-
#
|
2113
|
-
#
|
2111
|
+
# * **IamInstanceProfileNotFound**: We couldn't find the IAM instance
|
2112
|
+
# profile for your managed node group. You may be able to recreate
|
2113
|
+
# an instance profile with the same settings to recover.
|
2114
2114
|
#
|
2115
|
-
# * **IamNodeRoleNotFound
|
2115
|
+
# * **IamNodeRoleNotFound**: We couldn't find the IAM role for your
|
2116
2116
|
# managed node group. You may be able to recreate an IAM role with
|
2117
2117
|
# the same settings to recover.
|
2118
2118
|
#
|
2119
|
-
# * **InstanceLimitExceeded
|
2119
|
+
# * **InstanceLimitExceeded**: Your Amazon Web Services account is
|
2120
2120
|
# unable to launch any more instances of the specified instance
|
2121
2121
|
# type. You may be able to request an Amazon EC2 instance limit
|
2122
2122
|
# increase to recover.
|
2123
2123
|
#
|
2124
|
-
# * **InsufficientFreeAddresses
|
2124
|
+
# * **InsufficientFreeAddresses**: One or more of the subnets
|
2125
2125
|
# associated with your managed node group does not have enough
|
2126
2126
|
# available IP addresses for new nodes.
|
2127
2127
|
#
|
2128
|
-
# * **InternalFailure
|
2128
|
+
# * **InternalFailure**: These errors are usually caused by an Amazon
|
2129
2129
|
# EKS server-side issue.
|
2130
2130
|
#
|
2131
|
-
# * **NodeCreationFailure
|
2131
|
+
# * **NodeCreationFailure**: Your launched instances are unable to
|
2132
2132
|
# register with your Amazon EKS cluster. Common causes of this
|
2133
2133
|
# failure are insufficient [node IAM role][2] permissions or lack of
|
2134
2134
|
# outbound internet access for the nodes.
|
data/lib/aws-sdk-eks.rb
CHANGED
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.
|
4
|
+
version: 1.85.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: 2023-
|
11
|
+
date: 2023-06-15 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.
|
22
|
+
version: 3.174.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.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|