aws-sdk-eks 1.104.0 → 1.106.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 +21 -3
- data/lib/aws-sdk-eks/client_api.rb +16 -0
- data/lib/aws-sdk-eks/types.rb +46 -1
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/types.rbs +13 -0
- 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: 5779510c88e1bf270881acd6903711959bbcacdbda3f968e24e19054a19900f6
|
4
|
+
data.tar.gz: 5437f962d6e5f054b2c867017e51e37f0ecb7efc3d11ba584ce4461b2106b50a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5dc11cd9cc829e841d808142a3c11409d7d0639627bc0df48208941908e8c7ec8d219bbc7a3fdd1f34e6d16dbfde42055ccb61e2c3f5d84d77e8aae23456497c
|
7
|
+
data.tar.gz: fa35e63877f71f26d9c704e2cee0e1bccd7a7f7987875898d0ebdcd19635ee546b1b2f534fe53c8113d22d96918e8361953762295666f56ff8f4eabed68fa2be
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.106.0 (2024-06-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.105.0 (2024-06-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response.
|
13
|
+
|
4
14
|
1.104.0 (2024-06-05)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.106.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -89,6 +89,11 @@ module Aws::EKS
|
|
89
89
|
|
90
90
|
# @overload initialize(options)
|
91
91
|
# @param [Hash] options
|
92
|
+
#
|
93
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
94
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
95
|
+
# class name or an instance of a plugin class.
|
96
|
+
#
|
92
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
93
98
|
# Your AWS credentials. This can be an instance of any one of the
|
94
99
|
# following classes:
|
@@ -209,7 +214,6 @@ module Aws::EKS
|
|
209
214
|
# 'https://example.com'
|
210
215
|
# 'http://example.com:123'
|
211
216
|
#
|
212
|
-
#
|
213
217
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
214
218
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
215
219
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
@@ -298,7 +302,6 @@ module Aws::EKS
|
|
298
302
|
# throttling. This is a provisional mode that may change behavior
|
299
303
|
# in the future.
|
300
304
|
#
|
301
|
-
#
|
302
305
|
# @option options [String] :sdk_ua_app_id
|
303
306
|
# A unique and opaque application ID that is appended to the
|
304
307
|
# User-Agent header as app/sdk_ua_app_id. It should have a
|
@@ -1435,6 +1438,11 @@ module Aws::EKS
|
|
1435
1438
|
# resp.fargate_profile.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1436
1439
|
# resp.fargate_profile.tags #=> Hash
|
1437
1440
|
# resp.fargate_profile.tags["TagKey"] #=> String
|
1441
|
+
# resp.fargate_profile.health.issues #=> Array
|
1442
|
+
# resp.fargate_profile.health.issues[0].code #=> String, one of "PodExecutionRoleAlreadyInUse", "AccessDenied", "ClusterUnreachable", "InternalFailure"
|
1443
|
+
# resp.fargate_profile.health.issues[0].message #=> String
|
1444
|
+
# resp.fargate_profile.health.issues[0].resource_ids #=> Array
|
1445
|
+
# resp.fargate_profile.health.issues[0].resource_ids[0] #=> String
|
1438
1446
|
#
|
1439
1447
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateFargateProfile AWS API Documentation
|
1440
1448
|
#
|
@@ -2162,6 +2170,11 @@ module Aws::EKS
|
|
2162
2170
|
# resp.fargate_profile.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
2163
2171
|
# resp.fargate_profile.tags #=> Hash
|
2164
2172
|
# resp.fargate_profile.tags["TagKey"] #=> String
|
2173
|
+
# resp.fargate_profile.health.issues #=> Array
|
2174
|
+
# resp.fargate_profile.health.issues[0].code #=> String, one of "PodExecutionRoleAlreadyInUse", "AccessDenied", "ClusterUnreachable", "InternalFailure"
|
2175
|
+
# resp.fargate_profile.health.issues[0].message #=> String
|
2176
|
+
# resp.fargate_profile.health.issues[0].resource_ids #=> Array
|
2177
|
+
# resp.fargate_profile.health.issues[0].resource_ids[0] #=> String
|
2165
2178
|
#
|
2166
2179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteFargateProfile AWS API Documentation
|
2167
2180
|
#
|
@@ -2843,6 +2856,11 @@ module Aws::EKS
|
|
2843
2856
|
# resp.fargate_profile.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
2844
2857
|
# resp.fargate_profile.tags #=> Hash
|
2845
2858
|
# resp.fargate_profile.tags["TagKey"] #=> String
|
2859
|
+
# resp.fargate_profile.health.issues #=> Array
|
2860
|
+
# resp.fargate_profile.health.issues[0].code #=> String, one of "PodExecutionRoleAlreadyInUse", "AccessDenied", "ClusterUnreachable", "InternalFailure"
|
2861
|
+
# resp.fargate_profile.health.issues[0].message #=> String
|
2862
|
+
# resp.fargate_profile.health.issues[0].resource_ids #=> Array
|
2863
|
+
# resp.fargate_profile.health.issues[0].resource_ids[0] #=> String
|
2846
2864
|
#
|
2847
2865
|
#
|
2848
2866
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -5043,7 +5061,7 @@ module Aws::EKS
|
|
5043
5061
|
params: params,
|
5044
5062
|
config: config)
|
5045
5063
|
context[:gem_name] = 'aws-sdk-eks'
|
5046
|
-
context[:gem_version] = '1.
|
5064
|
+
context[:gem_version] = '1.106.0'
|
5047
5065
|
Seahorse::Client::Request.new(handlers, context)
|
5048
5066
|
end
|
5049
5067
|
|
@@ -149,6 +149,10 @@ module Aws::EKS
|
|
149
149
|
ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
|
150
150
|
ErrorDetails = Shapes::ListShape.new(name: 'ErrorDetails')
|
151
151
|
FargateProfile = Shapes::StructureShape.new(name: 'FargateProfile')
|
152
|
+
FargateProfileHealth = Shapes::StructureShape.new(name: 'FargateProfileHealth')
|
153
|
+
FargateProfileIssue = Shapes::StructureShape.new(name: 'FargateProfileIssue')
|
154
|
+
FargateProfileIssueCode = Shapes::StringShape.new(name: 'FargateProfileIssueCode')
|
155
|
+
FargateProfileIssueList = Shapes::ListShape.new(name: 'FargateProfileIssueList')
|
152
156
|
FargateProfileLabel = Shapes::MapShape.new(name: 'FargateProfileLabel')
|
153
157
|
FargateProfileSelector = Shapes::StructureShape.new(name: 'FargateProfileSelector')
|
154
158
|
FargateProfileSelectors = Shapes::ListShape.new(name: 'FargateProfileSelectors')
|
@@ -833,8 +837,19 @@ module Aws::EKS
|
|
833
837
|
FargateProfile.add_member(:selectors, Shapes::ShapeRef.new(shape: FargateProfileSelectors, location_name: "selectors"))
|
834
838
|
FargateProfile.add_member(:status, Shapes::ShapeRef.new(shape: FargateProfileStatus, location_name: "status"))
|
835
839
|
FargateProfile.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
840
|
+
FargateProfile.add_member(:health, Shapes::ShapeRef.new(shape: FargateProfileHealth, location_name: "health"))
|
836
841
|
FargateProfile.struct_class = Types::FargateProfile
|
837
842
|
|
843
|
+
FargateProfileHealth.add_member(:issues, Shapes::ShapeRef.new(shape: FargateProfileIssueList, location_name: "issues"))
|
844
|
+
FargateProfileHealth.struct_class = Types::FargateProfileHealth
|
845
|
+
|
846
|
+
FargateProfileIssue.add_member(:code, Shapes::ShapeRef.new(shape: FargateProfileIssueCode, location_name: "code"))
|
847
|
+
FargateProfileIssue.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
848
|
+
FargateProfileIssue.add_member(:resource_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "resourceIds"))
|
849
|
+
FargateProfileIssue.struct_class = Types::FargateProfileIssue
|
850
|
+
|
851
|
+
FargateProfileIssueList.member = Shapes::ShapeRef.new(shape: FargateProfileIssue)
|
852
|
+
|
838
853
|
FargateProfileLabel.key = Shapes::ShapeRef.new(shape: String)
|
839
854
|
FargateProfileLabel.value = Shapes::ShapeRef.new(shape: String)
|
840
855
|
|
@@ -1401,6 +1416,7 @@ module Aws::EKS
|
|
1401
1416
|
|
1402
1417
|
api.metadata = {
|
1403
1418
|
"apiVersion" => "2017-11-01",
|
1419
|
+
"auth" => ["aws.auth#sigv4"],
|
1404
1420
|
"endpointPrefix" => "eks",
|
1405
1421
|
"jsonVersion" => "1.1",
|
1406
1422
|
"protocol" => "rest-json",
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -2959,6 +2959,11 @@ module Aws::EKS
|
|
2959
2959
|
# resources.
|
2960
2960
|
# @return [Hash<String,String>]
|
2961
2961
|
#
|
2962
|
+
# @!attribute [rw] health
|
2963
|
+
# The health status of the Fargate profile. If there are issues with
|
2964
|
+
# your Fargate profile's health, they are listed here.
|
2965
|
+
# @return [Types::FargateProfileHealth]
|
2966
|
+
#
|
2962
2967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/FargateProfile AWS API Documentation
|
2963
2968
|
#
|
2964
2969
|
class FargateProfile < Struct.new(
|
@@ -2970,7 +2975,47 @@ module Aws::EKS
|
|
2970
2975
|
:subnets,
|
2971
2976
|
:selectors,
|
2972
2977
|
:status,
|
2973
|
-
:tags
|
2978
|
+
:tags,
|
2979
|
+
:health)
|
2980
|
+
SENSITIVE = []
|
2981
|
+
include Aws::Structure
|
2982
|
+
end
|
2983
|
+
|
2984
|
+
# The health status of the Fargate profile. If there are issues with
|
2985
|
+
# your Fargate profile's health, they are listed here.
|
2986
|
+
#
|
2987
|
+
# @!attribute [rw] issues
|
2988
|
+
# Any issues that are associated with the Fargate profile.
|
2989
|
+
# @return [Array<Types::FargateProfileIssue>]
|
2990
|
+
#
|
2991
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/FargateProfileHealth AWS API Documentation
|
2992
|
+
#
|
2993
|
+
class FargateProfileHealth < Struct.new(
|
2994
|
+
:issues)
|
2995
|
+
SENSITIVE = []
|
2996
|
+
include Aws::Structure
|
2997
|
+
end
|
2998
|
+
|
2999
|
+
# An issue that is associated with the Fargate profile.
|
3000
|
+
#
|
3001
|
+
# @!attribute [rw] code
|
3002
|
+
# A brief description of the error.
|
3003
|
+
# @return [String]
|
3004
|
+
#
|
3005
|
+
# @!attribute [rw] message
|
3006
|
+
# The error message associated with the issue.
|
3007
|
+
# @return [String]
|
3008
|
+
#
|
3009
|
+
# @!attribute [rw] resource_ids
|
3010
|
+
# The Amazon Web Services resources that are affected by this issue.
|
3011
|
+
# @return [Array<String>]
|
3012
|
+
#
|
3013
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/FargateProfileIssue AWS API Documentation
|
3014
|
+
#
|
3015
|
+
class FargateProfileIssue < Struct.new(
|
3016
|
+
:code,
|
3017
|
+
:message,
|
3018
|
+
:resource_ids)
|
2974
3019
|
SENSITIVE = []
|
2975
3020
|
include Aws::Structure
|
2976
3021
|
end
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -690,6 +690,19 @@ module Aws::EKS
|
|
690
690
|
attr_accessor selectors: ::Array[Types::FargateProfileSelector]
|
691
691
|
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED")
|
692
692
|
attr_accessor tags: ::Hash[::String, ::String]
|
693
|
+
attr_accessor health: Types::FargateProfileHealth
|
694
|
+
SENSITIVE: []
|
695
|
+
end
|
696
|
+
|
697
|
+
class FargateProfileHealth
|
698
|
+
attr_accessor issues: ::Array[Types::FargateProfileIssue]
|
699
|
+
SENSITIVE: []
|
700
|
+
end
|
701
|
+
|
702
|
+
class FargateProfileIssue
|
703
|
+
attr_accessor code: ("PodExecutionRoleAlreadyInUse" | "AccessDenied" | "ClusterUnreachable" | "InternalFailure")
|
704
|
+
attr_accessor message: ::String
|
705
|
+
attr_accessor resource_ids: ::Array[::String]
|
693
706
|
SENSITIVE: []
|
694
707
|
end
|
695
708
|
|
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.106.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: 2024-06-
|
11
|
+
date: 2024-06-24 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.198.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.198.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|