aws-sdk-emrcontainers 1.69.0 → 1.70.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: dbeba0eac689f8a9d2f7095159c8499d0fa8a7328cc07895236d5c03ede9061c
4
- data.tar.gz: c3f9fc3cebeb526f10ae54bc576f1450ad0be10a9e988167540b5360e28be081
3
+ metadata.gz: e335726dbda5002dbd2d72b392da29110eb954fd71a17cd65ef83246fb7334fc
4
+ data.tar.gz: 224f0295ed0ad070fa3254853f74834a3785c811f54f83d626d089bdea8c1954
5
5
  SHA512:
6
- metadata.gz: 924b13d5a1f8aa467fec5cc6c2c8a6f913af38174a5abb3fbec2e6311636d7d5d38bc11e4d4378591fc24a497120eeda04445f7cc51a3ccf356ff7f65dfab189
7
- data.tar.gz: e9bd55cec675c2bf2343df07ad9df5fb9639e2d4230896ddabd9020168532efa4393c0e64c24f8772ed01dd9601bd0958794c8e03671ce1dd9e062c581d7c1d5
6
+ metadata.gz: 48e95985c00a16cc26d7ae694757c2de17c96fb7d9189b156d876ef8baad5e35b97110d33d91e932e21a9f119625a4d444898e142f770a2a0c7f9a54189db829
7
+ data.tar.gz: 2e3bbed76474a4863fcb80704c1c7427c65ad6db99dcc14ba9e09bcd3c9d013ebd3f7e71a77d51839c001b3794c67503a419cf915b98d830700905cbd95c74ca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.69.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -1972,7 +1972,7 @@ module Aws::EMRContainers
1972
1972
  tracer: tracer
1973
1973
  )
1974
1974
  context[:gem_name] = 'aws-sdk-emrcontainers'
1975
- context[:gem_version] = '1.69.0'
1975
+ context[:gem_version] = '1.70.0'
1976
1976
  Seahorse::Client::Request.new(handlers, context)
1977
1977
  end
1978
1978
 
@@ -54,7 +54,7 @@ module Aws::EMRContainers
54
54
  autoload :EndpointProvider, 'aws-sdk-emrcontainers/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-emrcontainers/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -110,7 +110,7 @@ module Aws
110
110
  classification: ::String,
111
111
  properties: Hash[::String, ::String]?,
112
112
  configurations: untyped?
113
- },
113
+ }
114
114
  ]?,
115
115
  monitoring_configuration: {
116
116
  persistent_app_ui: ::String?,
@@ -123,17 +123,7 @@ module Aws
123
123
  }?
124
124
  }?
125
125
  }?,
126
- job_driver: {
127
- spark_submit_job_driver: {
128
- entry_point: ::String,
129
- entry_point_arguments: Array[::String]?,
130
- spark_submit_parameters: ::String?
131
- }?,
132
- spark_sql_job_driver: {
133
- entry_point: ::String?,
134
- spark_sql_parameters: ::String?
135
- }?
136
- },
126
+ job_driver: Params::job_driver,
137
127
  parameter_configuration: Hash[::String, {
138
128
  type: ("NUMBER" | "STRING")?,
139
129
  default_value: ::String?
@@ -160,33 +150,7 @@ module Aws
160
150
  release_label: ::String,
161
151
  execution_role_arn: ::String,
162
152
  ?certificate_arn: ::String,
163
- ?configuration_overrides: {
164
- application_configuration: Array[
165
- {
166
- classification: ::String,
167
- properties: Hash[::String, ::String]?,
168
- configurations: untyped?
169
- },
170
- ]?,
171
- monitoring_configuration: {
172
- managed_logs: {
173
- allow_aws_to_retain_logs: ("ENABLED" | "DISABLED")?,
174
- encryption_key_arn: ::String?
175
- }?,
176
- persistent_app_ui: ("ENABLED" | "DISABLED")?,
177
- cloud_watch_monitoring_configuration: {
178
- log_group_name: ::String,
179
- log_stream_name_prefix: ::String?
180
- }?,
181
- s3_monitoring_configuration: {
182
- log_uri: ::String
183
- }?,
184
- container_log_rotation_configuration: {
185
- rotation_size: ::String,
186
- max_files_to_keep: ::Integer
187
- }?
188
- }?
189
- },
153
+ ?configuration_overrides: Params::configuration_overrides,
190
154
  client_token: ::String,
191
155
  ?tags: Hash[::String, ::String]
192
156
  ) -> _CreateManagedEndpointResponseSuccess
@@ -202,16 +166,7 @@ module Aws
202
166
  def create_security_configuration: (
203
167
  client_token: ::String,
204
168
  name: ::String,
205
- ?container_provider: {
206
- type: ("EKS"),
207
- id: ::String,
208
- info: {
209
- eks_info: {
210
- namespace: ::String?,
211
- node_label: ::String?
212
- }?
213
- }?
214
- },
169
+ ?container_provider: Params::container_provider,
215
170
  security_configuration_data: {
216
171
  authorization_configuration: {
217
172
  lake_formation_configuration: {
@@ -246,16 +201,7 @@ module Aws
246
201
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#create_virtual_cluster-instance_method
247
202
  def create_virtual_cluster: (
248
203
  name: ::String,
249
- container_provider: {
250
- type: ("EKS"),
251
- id: ::String,
252
- info: {
253
- eks_info: {
254
- namespace: ::String?,
255
- node_label: ::String?
256
- }?
257
- }?
258
- },
204
+ container_provider: Params::container_provider,
259
205
  client_token: ::String,
260
206
  ?tags: Hash[::String, ::String],
261
207
  ?security_configuration_id: ::String
@@ -468,44 +414,8 @@ module Aws
468
414
  client_token: ::String,
469
415
  ?execution_role_arn: ::String,
470
416
  ?release_label: ::String,
471
- ?job_driver: {
472
- spark_submit_job_driver: {
473
- entry_point: ::String,
474
- entry_point_arguments: Array[::String]?,
475
- spark_submit_parameters: ::String?
476
- }?,
477
- spark_sql_job_driver: {
478
- entry_point: ::String?,
479
- spark_sql_parameters: ::String?
480
- }?
481
- },
482
- ?configuration_overrides: {
483
- application_configuration: Array[
484
- {
485
- classification: ::String,
486
- properties: Hash[::String, ::String]?,
487
- configurations: untyped?
488
- },
489
- ]?,
490
- monitoring_configuration: {
491
- managed_logs: {
492
- allow_aws_to_retain_logs: ("ENABLED" | "DISABLED")?,
493
- encryption_key_arn: ::String?
494
- }?,
495
- persistent_app_ui: ("ENABLED" | "DISABLED")?,
496
- cloud_watch_monitoring_configuration: {
497
- log_group_name: ::String,
498
- log_stream_name_prefix: ::String?
499
- }?,
500
- s3_monitoring_configuration: {
501
- log_uri: ::String
502
- }?,
503
- container_log_rotation_configuration: {
504
- rotation_size: ::String,
505
- max_files_to_keep: ::Integer
506
- }?
507
- }?
508
- },
417
+ ?job_driver: Params::job_driver,
418
+ ?configuration_overrides: Params::configuration_overrides,
509
419
  ?tags: Hash[::String, ::String],
510
420
  ?job_template_id: ::String,
511
421
  ?job_template_parameters: Hash[::String, ::String],
data/sig/params.rbs ADDED
@@ -0,0 +1,66 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module EMRContainers
10
+ module Params
11
+ type job_driver = {
12
+ spark_submit_job_driver: {
13
+ entry_point: ::String,
14
+ entry_point_arguments: Array[::String]?,
15
+ spark_submit_parameters: ::String?
16
+ }?,
17
+ spark_sql_job_driver: {
18
+ entry_point: ::String?,
19
+ spark_sql_parameters: ::String?
20
+ }?
21
+ }
22
+
23
+ type monitoring_configuration = {
24
+ managed_logs: {
25
+ allow_aws_to_retain_logs: ("ENABLED" | "DISABLED")?,
26
+ encryption_key_arn: ::String?
27
+ }?,
28
+ persistent_app_ui: ("ENABLED" | "DISABLED")?,
29
+ cloud_watch_monitoring_configuration: {
30
+ log_group_name: ::String,
31
+ log_stream_name_prefix: ::String?
32
+ }?,
33
+ s3_monitoring_configuration: {
34
+ log_uri: ::String
35
+ }?,
36
+ container_log_rotation_configuration: {
37
+ rotation_size: ::String,
38
+ max_files_to_keep: ::Integer
39
+ }?
40
+ }
41
+
42
+ type configuration_overrides = {
43
+ application_configuration: Array[
44
+ {
45
+ classification: ::String,
46
+ properties: Hash[::String, ::String]?,
47
+ configurations: untyped?
48
+ }
49
+ ]?,
50
+ monitoring_configuration: Params::monitoring_configuration?
51
+ }
52
+
53
+ type container_provider = {
54
+ type: ("EKS"),
55
+ id: ::String,
56
+ info: {
57
+ eks_info: {
58
+ namespace: ::String?,
59
+ node_label: ::String?
60
+ }?
61
+ }?
62
+ }
63
+
64
+ end
65
+ end
66
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emrcontainers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-emrcontainers/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs