aws-sdk-emrcontainers 1.3.0 → 1.4.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: 99ebaeb44f8c7f63c03e39a30e319eef43cd023361fb3a6ff7f3b483f4f9a447
4
- data.tar.gz: 2e63b5ddb7defef3bb7f25c4a4e11bcef84f6bb6e4885e721582441a1fd14955
3
+ metadata.gz: 2badb4ab4fb53e0939aa816831f3ce6abcd828abde9bfece89b824f99bbb36bc
4
+ data.tar.gz: ef8d1d6fd9bd81f233b0210fca549342a24eaa4357b6477498eee7a7dfd50f73
5
5
  SHA512:
6
- metadata.gz: 2d2a531632b6053ab8e77c283104269fb355bbb26a4f7f85fc6fa9f851ca22e49fa27a8670e6fb612fd538c1ffb033cef100b6db49905a2965fbf5702b7904d2
7
- data.tar.gz: ea55ff0104519dd7de7f0bab32ce975ac63887b9223670184a12333d17ff37e87516883cedf77e203e97f03e3851cdc5644dedc5d00b6181ee3329f9b17c653c
6
+ metadata.gz: 54bc0ed5341fd996bbec9f94fbde0b36186d108771f40a593fa6206563d7047ab1557313606007796ef9a58218c4b09e5de48fbf110580e0cf4d5345e5723725
7
+ data.tar.gz: 518689aa2a329756f2a8f19a7d2d8b3b3360cfc88fb5b263fbca39c294be968a373f8a670ba5ca0f335042050b541668d8193078b2090ff8ad2e662ef96992c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2021-07-19)
5
+ ------------------
6
+
7
+ * Feature - Updated DescribeManagedEndpoint and ListManagedEndpoints to return failureReason and stateDetails in API response.
8
+
4
9
  1.3.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-emrcontainers/customizations'
48
48
  # @!group service
49
49
  module Aws::EMRContainers
50
50
 
51
- GEM_VERSION = '1.3.0'
51
+ GEM_VERSION = '1.4.0'
52
52
 
53
53
  end
@@ -493,10 +493,10 @@ module Aws::EMRContainers
493
493
  # name: "ResourceNameString", # required
494
494
  # container_provider: { # required
495
495
  # type: "EKS", # required, accepts EKS
496
- # id: "String256", # required
496
+ # id: "ClusterId", # required
497
497
  # info: {
498
498
  # eks_info: {
499
- # namespace: "String256",
499
+ # namespace: "KubernetesNamespace",
500
500
  # },
501
501
  # },
502
502
  # },
@@ -697,6 +697,8 @@ module Aws::EMRContainers
697
697
  # resp.endpoint.security_group #=> String
698
698
  # resp.endpoint.subnet_ids #=> Array
699
699
  # resp.endpoint.subnet_ids[0] #=> String
700
+ # resp.endpoint.state_details #=> String
701
+ # resp.endpoint.failure_reason #=> String, one of "INTERNAL_ERROR", "USER_ERROR", "VALIDATION_ERROR", "CLUSTER_UNAVAILABLE"
700
702
  # resp.endpoint.tags #=> Hash
701
703
  # resp.endpoint.tags["String128"] #=> String
702
704
  #
@@ -908,6 +910,8 @@ module Aws::EMRContainers
908
910
  # resp.endpoints[0].security_group #=> String
909
911
  # resp.endpoints[0].subnet_ids #=> Array
910
912
  # resp.endpoints[0].subnet_ids[0] #=> String
913
+ # resp.endpoints[0].state_details #=> String
914
+ # resp.endpoints[0].failure_reason #=> String, one of "INTERNAL_ERROR", "USER_ERROR", "VALIDATION_ERROR", "CLUSTER_UNAVAILABLE"
911
915
  # resp.endpoints[0].tags #=> Hash
912
916
  # resp.endpoints[0].tags["String128"] #=> String
913
917
  # resp.next_token #=> String
@@ -1196,7 +1200,7 @@ module Aws::EMRContainers
1196
1200
  params: params,
1197
1201
  config: config)
1198
1202
  context[:gem_name] = 'aws-sdk-emrcontainers'
1199
- context[:gem_version] = '1.3.0'
1203
+ context[:gem_version] = '1.4.0'
1200
1204
  Seahorse::Client::Request.new(handlers, context)
1201
1205
  end
1202
1206
 
@@ -18,6 +18,7 @@ module Aws::EMRContainers
18
18
  CancelJobRunResponse = Shapes::StructureShape.new(name: 'CancelJobRunResponse')
19
19
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
20
20
  CloudWatchMonitoringConfiguration = Shapes::StructureShape.new(name: 'CloudWatchMonitoringConfiguration')
21
+ ClusterId = Shapes::StringShape.new(name: 'ClusterId')
21
22
  Configuration = Shapes::StructureShape.new(name: 'Configuration')
22
23
  ConfigurationList = Shapes::ListShape.new(name: 'ConfigurationList')
23
24
  ConfigurationOverrides = Shapes::StructureShape.new(name: 'ConfigurationOverrides')
@@ -60,6 +61,7 @@ module Aws::EMRContainers
60
61
  JobRunState = Shapes::StringShape.new(name: 'JobRunState')
61
62
  JobRunStates = Shapes::ListShape.new(name: 'JobRunStates')
62
63
  JobRuns = Shapes::ListShape.new(name: 'JobRuns')
64
+ KubernetesNamespace = Shapes::StringShape.new(name: 'KubernetesNamespace')
63
65
  ListJobRunsRequest = Shapes::StructureShape.new(name: 'ListJobRunsRequest')
64
66
  ListJobRunsResponse = Shapes::StructureShape.new(name: 'ListJobRunsResponse')
65
67
  ListManagedEndpointsRequest = Shapes::StructureShape.new(name: 'ListManagedEndpointsRequest')
@@ -130,7 +132,7 @@ module Aws::EMRContainers
130
132
  ContainerInfo.struct_class = Types::ContainerInfo
131
133
 
132
134
  ContainerProvider.add_member(:type, Shapes::ShapeRef.new(shape: ContainerProviderType, required: true, location_name: "type"))
133
- ContainerProvider.add_member(:id, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "id"))
135
+ ContainerProvider.add_member(:id, Shapes::ShapeRef.new(shape: ClusterId, required: true, location_name: "id"))
134
136
  ContainerProvider.add_member(:info, Shapes::ShapeRef.new(shape: ContainerInfo, location_name: "info"))
135
137
  ContainerProvider.struct_class = Types::ContainerProvider
136
138
 
@@ -196,7 +198,7 @@ module Aws::EMRContainers
196
198
  DescribeVirtualClusterResponse.add_member(:virtual_cluster, Shapes::ShapeRef.new(shape: VirtualCluster, location_name: "virtualCluster"))
197
199
  DescribeVirtualClusterResponse.struct_class = Types::DescribeVirtualClusterResponse
198
200
 
199
- EksInfo.add_member(:namespace, Shapes::ShapeRef.new(shape: String256, location_name: "namespace"))
201
+ EksInfo.add_member(:namespace, Shapes::ShapeRef.new(shape: KubernetesNamespace, location_name: "namespace"))
200
202
  EksInfo.struct_class = Types::EksInfo
201
203
 
202
204
  Endpoint.add_member(:id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "id"))
@@ -213,6 +215,8 @@ module Aws::EMRContainers
213
215
  Endpoint.add_member(:created_at, Shapes::ShapeRef.new(shape: Date, location_name: "createdAt"))
214
216
  Endpoint.add_member(:security_group, Shapes::ShapeRef.new(shape: String256, location_name: "securityGroup"))
215
217
  Endpoint.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "subnetIds"))
218
+ Endpoint.add_member(:state_details, Shapes::ShapeRef.new(shape: String256, location_name: "stateDetails"))
219
+ Endpoint.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "failureReason"))
216
220
  Endpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
217
221
  Endpoint.struct_class = Types::Endpoint
218
222
 
@@ -188,7 +188,7 @@ module Aws::EMRContainers
188
188
  #
189
189
  # {
190
190
  # eks_info: {
191
- # namespace: "String256",
191
+ # namespace: "KubernetesNamespace",
192
192
  # },
193
193
  # }
194
194
  #
@@ -211,10 +211,10 @@ module Aws::EMRContainers
211
211
  #
212
212
  # {
213
213
  # type: "EKS", # required, accepts EKS
214
- # id: "String256", # required
214
+ # id: "ClusterId", # required
215
215
  # info: {
216
216
  # eks_info: {
217
- # namespace: "String256",
217
+ # namespace: "KubernetesNamespace",
218
218
  # },
219
219
  # },
220
220
  # }
@@ -372,10 +372,10 @@ module Aws::EMRContainers
372
372
  # name: "ResourceNameString", # required
373
373
  # container_provider: { # required
374
374
  # type: "EKS", # required, accepts EKS
375
- # id: "String256", # required
375
+ # id: "ClusterId", # required
376
376
  # info: {
377
377
  # eks_info: {
378
- # namespace: "String256",
378
+ # namespace: "KubernetesNamespace",
379
379
  # },
380
380
  # },
381
381
  # },
@@ -623,7 +623,7 @@ module Aws::EMRContainers
623
623
  # data as a hash:
624
624
  #
625
625
  # {
626
- # namespace: "String256",
626
+ # namespace: "KubernetesNamespace",
627
627
  # }
628
628
  #
629
629
  # @!attribute [rw] namespace
@@ -698,6 +698,14 @@ module Aws::EMRContainers
698
698
  # The subnet IDs of the endpoint.
699
699
  # @return [Array<String>]
700
700
  #
701
+ # @!attribute [rw] state_details
702
+ # Additional details of the endpoint state.
703
+ # @return [String]
704
+ #
705
+ # @!attribute [rw] failure_reason
706
+ # The reasons why the endpoint has failed.
707
+ # @return [String]
708
+ #
701
709
  # @!attribute [rw] tags
702
710
  # The tags of the endpoint.
703
711
  # @return [Hash<String,String>]
@@ -719,6 +727,8 @@ module Aws::EMRContainers
719
727
  :created_at,
720
728
  :security_group,
721
729
  :subnet_ids,
730
+ :state_details,
731
+ :failure_reason,
722
732
  :tags)
723
733
  SENSITIVE = []
724
734
  include Aws::Structure
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emrcontainers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emrcontainers
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-emrcontainers/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrcontainers
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrcontainers/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Amazon EMR Containers