aws-sdk-emrcontainers 1.69.0 → 1.71.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emrcontainers/client.rb +6 -8
- data/lib/aws-sdk-emrcontainers.rb +1 -1
- data/sig/client.rbs +7 -97
- data/sig/params.rbs +66 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ac1a63d1a0d522fbeedcc33dca9a598baef9ad17f383f8733f7b6db36595654
|
|
4
|
+
data.tar.gz: 74da4f9779b8b66a1ff5c89fe89f878e945c9c8d75c02c9cb80d6ee0a804d80a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce80479c6eaa161651d024e8a913fd751d7f9fc4bb7f9f42d416c1a01d806800368042007883dc55e8c4a1971b473946b530b2ebdaf49a5c2179837961eb3f53
|
|
7
|
+
data.tar.gz: e8599524659769b9393796d887295fc6bee359182e5a00d5adc9d5b724b8440046ae1934252294efc33e2e748fdecbc5787cf710e25acf6f501ee2a35ab39e93
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.71.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.70.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.69.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.71.0
|
|
@@ -199,7 +199,7 @@ module Aws::EMRContainers
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::EMRContainers
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -1972,7 +1970,7 @@ module Aws::EMRContainers
|
|
|
1972
1970
|
tracer: tracer
|
|
1973
1971
|
)
|
|
1974
1972
|
context[:gem_name] = 'aws-sdk-emrcontainers'
|
|
1975
|
-
context[:gem_version] = '1.
|
|
1973
|
+
context[:gem_version] = '1.71.0'
|
|
1976
1974
|
Seahorse::Client::Request.new(handlers, context)
|
|
1977
1975
|
end
|
|
1978
1976
|
|
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
|
-
|
|
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.
|
|
4
|
+
version: 1.71.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|