aws-sdk-eks 1.83.0 → 1.84.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
  SHA256:
3
- metadata.gz: 7acb8eb05cbb40939efd267379f329fee4facce5d3a92b5a3e1296d43a303b67
4
- data.tar.gz: 37df9a600243db868cfaf0017a715610b432bab43d9740a745760a781dce4e49
3
+ metadata.gz: 1f39db88ac18bcc20fb29c580802dab79b0dc112502e55126bd65a38a5463a04
4
+ data.tar.gz: 606d6c24313759450d9f807888dafab37bf85690f6cc533b81fce967ff82c8d6
5
5
  SHA512:
6
- metadata.gz: 29a49f1d27d6990925c56e62d4254ee01c1c7cabdac186019326e097b08d4aa6e40b69937e21f7527a8431364bdbd0bc08ce550969162b1e3ba625c8d2a4eed2
7
- data.tar.gz: 57a3274547a62cacd5d463e98285c992eb45f6693cfdaccec2cc970540d073e0f93f74450231a0012a156f58506ee59b87de9269e30c3fac04e0f5f3bfc20391
6
+ metadata.gz: 528b019c81ab047c9098896c960bdd5a7e7eef26e203cafe225e18bd4da4bf27f833643121b4812606af9c877309258ba8d8437fda03af2e389cafaa807bcd18
7
+ data.tar.gz: 46e5084fbd66a1d256117258107c55c2e231e58b16ed53e33c140907b06e953cf7ef1a33555a76806269cff1bd699648e176ebc0ad4f29ffea61f001c27b08fe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.83.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -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.83.0'
3523
+ context[:gem_version] = '1.84.0'
3519
3524
  Seahorse::Client::Request.new(handlers, context)
3520
3525
  end
3521
3526
 
@@ -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**\: We couldn't find one of the subnets
1821
+ # * **SubnetNotFound**: We couldn't find one of the subnets
1822
1822
  # associated with the cluster.
1823
1823
  #
1824
- # * **SecurityGroupNotFound**\: We couldn't find one of the security
1824
+ # * **SecurityGroupNotFound**: We couldn't find one of the security
1825
1825
  # groups associated with the cluster.
1826
1826
  #
1827
- # * **EniLimitReached**\: You have reached the elastic network
1827
+ # * **EniLimitReached**: You have reached the elastic network
1828
1828
  # interface limit for your account.
1829
1829
  #
1830
- # * **IpNotAvailable**\: A subnet associated with the cluster doesn't
1830
+ # * **IpNotAvailable**: A subnet associated with the cluster doesn't
1831
1831
  # have any free IP addresses.
1832
1832
  #
1833
- # * **AccessDenied**\: You don't have permissions to perform the
1833
+ # * **AccessDenied**: You don't have permissions to perform the
1834
1834
  # specified operation.
1835
1835
  #
1836
- # * **OperationNotPermitted**\: The service role associated with the
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**\: We couldn't find the VPC associated with the
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**\: Amazon EKS or one or more of your managed nodes
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**\: Your Auto Scaling group is
2075
+ # * **AsgInstanceLaunchFailures**: Your Auto Scaling group is
2076
2076
  # experiencing failures while attempting to launch instances.
2077
2077
  #
2078
- # * **AutoScalingGroupNotFound**\: We couldn't find the Auto Scaling
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**\: Amazon EKS or one or more of your managed
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**\: We couldn't find the Amazon EC2
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**\: The Amazon EC2 launch
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**\: We could not delete the
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**\: We couldn't find the cluster
2100
+ # * **Ec2SecurityGroupNotFound**: We couldn't find the cluster
2101
2101
  # security group for the cluster. You must recreate your cluster.
2102
2102
  #
2103
- # * **Ec2SubnetInvalidConfiguration**\: One or more Amazon EC2 subnets
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**\: We couldn't find the IAM
2112
- # instance profile for your managed node group. You may be able to
2113
- # recreate an instance profile with the same settings to recover.
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**\: We couldn't find the IAM role for your
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**\: Your Amazon Web Services account is
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**\: One or more of the subnets
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**\: These errors are usually caused by an Amazon
2128
+ # * **InternalFailure**: These errors are usually caused by an Amazon
2129
2129
  # EKS server-side issue.
2130
2130
  #
2131
- # * **NodeCreationFailure**\: Your launched instances are unable to
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-eks/customizations'
53
53
  # @!group service
54
54
  module Aws::EKS
55
55
 
56
- GEM_VERSION = '1.83.0'
56
+ GEM_VERSION = '1.84.0'
57
57
 
58
58
  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.83.0
4
+ version: 1.84.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement