aws-sdk-eks 1.104.0 → 1.105.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: ee129f55dd44bdb8be63533662ca10966f32e35bb09c2563c8eef99a97861a78
4
- data.tar.gz: 7d6c6f1defe28720bf4dbfd1625d5a8953f78a65d9cc8e31111b47c8ab956f78
3
+ metadata.gz: 57877fddf69d99baf25d43a35a1c4d7a01182d74b29e6ac7e5274158b015ae77
4
+ data.tar.gz: 326bb46cb48df54ba649345e0cbf3b135987dedf2ef1f79fd8537770af7c885d
5
5
  SHA512:
6
- metadata.gz: ba3ea51a6d5e3882f4364f33efe2e2d92cb27bcafb9318c405c34f01f949a633dea8f4ef0bda529c79fa249d2896c4d10d5d5bee3adf2ef8768c80a497c6fb67
7
- data.tar.gz: 810500d8b6e842c2e920048db2c4d62bab24c60524d8eba30a9cba1c75cf2d8e7a5a66d72846866005ce06910c6fb2283b87c59f32c1f281d40e970c69038596
6
+ metadata.gz: 8aeebc8cb56b159a57f5f96ac8f7eb870a631e8b86854b5e5397aa9d48b60cf01a232c2173a0daca02a1fe6d13dd71147712210c29d38755af290e0d3a64fabf
7
+ data.tar.gz: c5ad6165a5c7e518ab1e6e7f9d9e8ff72ef927a4c81b86b4d406bce5c08db03b7c69dc0669fcac6164bae97cb006277a098938042b6e6fda8b2f59bebb42fd7c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-06-18)
5
+ ------------------
6
+
7
+ * Feature - This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response.
8
+
4
9
  1.104.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -1435,6 +1435,11 @@ module Aws::EKS
1435
1435
  # resp.fargate_profile.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
1436
1436
  # resp.fargate_profile.tags #=> Hash
1437
1437
  # resp.fargate_profile.tags["TagKey"] #=> String
1438
+ # resp.fargate_profile.health.issues #=> Array
1439
+ # resp.fargate_profile.health.issues[0].code #=> String, one of "PodExecutionRoleAlreadyInUse", "AccessDenied", "ClusterUnreachable", "InternalFailure"
1440
+ # resp.fargate_profile.health.issues[0].message #=> String
1441
+ # resp.fargate_profile.health.issues[0].resource_ids #=> Array
1442
+ # resp.fargate_profile.health.issues[0].resource_ids[0] #=> String
1438
1443
  #
1439
1444
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateFargateProfile AWS API Documentation
1440
1445
  #
@@ -2162,6 +2167,11 @@ module Aws::EKS
2162
2167
  # resp.fargate_profile.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
2163
2168
  # resp.fargate_profile.tags #=> Hash
2164
2169
  # resp.fargate_profile.tags["TagKey"] #=> String
2170
+ # resp.fargate_profile.health.issues #=> Array
2171
+ # resp.fargate_profile.health.issues[0].code #=> String, one of "PodExecutionRoleAlreadyInUse", "AccessDenied", "ClusterUnreachable", "InternalFailure"
2172
+ # resp.fargate_profile.health.issues[0].message #=> String
2173
+ # resp.fargate_profile.health.issues[0].resource_ids #=> Array
2174
+ # resp.fargate_profile.health.issues[0].resource_ids[0] #=> String
2165
2175
  #
2166
2176
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteFargateProfile AWS API Documentation
2167
2177
  #
@@ -2843,6 +2853,11 @@ module Aws::EKS
2843
2853
  # resp.fargate_profile.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
2844
2854
  # resp.fargate_profile.tags #=> Hash
2845
2855
  # resp.fargate_profile.tags["TagKey"] #=> String
2856
+ # resp.fargate_profile.health.issues #=> Array
2857
+ # resp.fargate_profile.health.issues[0].code #=> String, one of "PodExecutionRoleAlreadyInUse", "AccessDenied", "ClusterUnreachable", "InternalFailure"
2858
+ # resp.fargate_profile.health.issues[0].message #=> String
2859
+ # resp.fargate_profile.health.issues[0].resource_ids #=> Array
2860
+ # resp.fargate_profile.health.issues[0].resource_ids[0] #=> String
2846
2861
  #
2847
2862
  #
2848
2863
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -5043,7 +5058,7 @@ module Aws::EKS
5043
5058
  params: params,
5044
5059
  config: config)
5045
5060
  context[:gem_name] = 'aws-sdk-eks'
5046
- context[:gem_version] = '1.104.0'
5061
+ context[:gem_version] = '1.105.0'
5047
5062
  Seahorse::Client::Request.new(handlers, context)
5048
5063
  end
5049
5064
 
@@ -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",
@@ -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
@@ -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.104.0'
56
+ GEM_VERSION = '1.105.0'
57
57
 
58
58
  end
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.104.0
4
+ version: 1.105.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-05 00:00:00.000000000 Z
11
+ date: 2024-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core