aws-sdk-emrcontainers 1.29.0 → 1.30.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: 2a8a03346b8aed76f546003f381b2b9fd417b8b2cc79e2e2bd72127d9696d1f1
4
- data.tar.gz: 6b4859b083a7ecea3537770f50ad0138e658ea1b47e70d65ab2b58452e0d20fc
3
+ metadata.gz: 96e0474680bedbdf856e0d62fdf84535043bee6f2b6038dec0fffc68592cbdf4
4
+ data.tar.gz: d5762f92b85f086bf544fa60f92e52666666fa312bdd12322bfd5da656881f8e
5
5
  SHA512:
6
- metadata.gz: 53488bfbe10e382a6c20c967975cc33a8494b2b8daceffbe459550261392c5a25a3404ea491de8fa13836dc921e965b0edb2c7b9cee94ee07496796d1e63aeb2
7
- data.tar.gz: 834432e1e5a8c53e2bc231d6b1b893038e1834ae6d896b33cff9432bc7fd66a7c30dae54af60b4144945cdcb23d1fe167ffa80acd6e1bf11c29b2841e0e15b36
6
+ metadata.gz: 42ad121078ca87a6c5a884551a65a3f8d293b04ca6be446f80e871dc15f0d13b620773e00e251ab30907fa9ccddc46f1e0df992dcd5980052f9553acfa6e1d50
7
+ data.tar.gz: 9d62bcae54f9ab3cdab862f0630e3d28beab553da155dc3eecbcec2ec8f1d3d00b27a42ac3b6a7cc1c5c57f065fb70c1954d5fb4e582996cb49ed428d3781417
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.29.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -1651,7 +1651,7 @@ module Aws::EMRContainers
1651
1651
  params: params,
1652
1652
  config: config)
1653
1653
  context[:gem_name] = 'aws-sdk-emrcontainers'
1654
- context[:gem_version] = '1.29.0'
1654
+ context[:gem_version] = '1.30.0'
1655
1655
  Seahorse::Client::Request.new(handlers, context)
1656
1656
  end
1657
1657
 
@@ -14,6 +14,7 @@ module Aws::EMRContainers
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::EMRContainers::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-emrcontainers/customizations'
52
52
  # @!group service
53
53
  module Aws::EMRContainers
54
54
 
55
- GEM_VERSION = '1.29.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,454 @@
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
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CancelJobRunResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelJobRunResponse]
77
+ def id: () -> ::String
78
+ def virtual_cluster_id: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#cancel_job_run-instance_method
81
+ def cancel_job_run: (
82
+ id: ::String,
83
+ virtual_cluster_id: ::String
84
+ ) -> _CancelJobRunResponseSuccess
85
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelJobRunResponseSuccess
86
+
87
+ interface _CreateJobTemplateResponseSuccess
88
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateJobTemplateResponse]
89
+ def id: () -> ::String
90
+ def name: () -> ::String
91
+ def arn: () -> ::String
92
+ def created_at: () -> ::Time
93
+ end
94
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#create_job_template-instance_method
95
+ def create_job_template: (
96
+ name: ::String,
97
+ client_token: ::String,
98
+ job_template_data: {
99
+ execution_role_arn: ::String,
100
+ release_label: ::String,
101
+ configuration_overrides: {
102
+ application_configuration: Array[
103
+ {
104
+ classification: ::String,
105
+ properties: Hash[::String, ::String]?,
106
+ configurations: untyped?
107
+ },
108
+ ]?,
109
+ monitoring_configuration: {
110
+ persistent_app_ui: ::String?,
111
+ cloud_watch_monitoring_configuration: {
112
+ log_group_name: ::String?,
113
+ log_stream_name_prefix: ::String?
114
+ }?,
115
+ s3_monitoring_configuration: {
116
+ log_uri: ::String?
117
+ }?
118
+ }?
119
+ }?,
120
+ job_driver: {
121
+ spark_submit_job_driver: {
122
+ entry_point: ::String,
123
+ entry_point_arguments: Array[::String]?,
124
+ spark_submit_parameters: ::String?
125
+ }?,
126
+ spark_sql_job_driver: {
127
+ entry_point: ::String?,
128
+ spark_sql_parameters: ::String?
129
+ }?
130
+ },
131
+ parameter_configuration: Hash[::String, {
132
+ type: ("NUMBER" | "STRING")?,
133
+ default_value: ::String?
134
+ }]?,
135
+ job_tags: Hash[::String, ::String]?
136
+ },
137
+ ?tags: Hash[::String, ::String],
138
+ ?kms_key_arn: ::String
139
+ ) -> _CreateJobTemplateResponseSuccess
140
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateJobTemplateResponseSuccess
141
+
142
+ interface _CreateManagedEndpointResponseSuccess
143
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateManagedEndpointResponse]
144
+ def id: () -> ::String
145
+ def name: () -> ::String
146
+ def arn: () -> ::String
147
+ def virtual_cluster_id: () -> ::String
148
+ end
149
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#create_managed_endpoint-instance_method
150
+ def create_managed_endpoint: (
151
+ name: ::String,
152
+ virtual_cluster_id: ::String,
153
+ type: ::String,
154
+ release_label: ::String,
155
+ execution_role_arn: ::String,
156
+ ?certificate_arn: ::String,
157
+ ?configuration_overrides: {
158
+ application_configuration: Array[
159
+ {
160
+ classification: ::String,
161
+ properties: Hash[::String, ::String]?,
162
+ configurations: untyped?
163
+ },
164
+ ]?,
165
+ monitoring_configuration: {
166
+ persistent_app_ui: ("ENABLED" | "DISABLED")?,
167
+ cloud_watch_monitoring_configuration: {
168
+ log_group_name: ::String,
169
+ log_stream_name_prefix: ::String?
170
+ }?,
171
+ s3_monitoring_configuration: {
172
+ log_uri: ::String
173
+ }?,
174
+ container_log_rotation_configuration: {
175
+ rotation_size: ::String,
176
+ max_files_to_keep: ::Integer
177
+ }?
178
+ }?
179
+ },
180
+ client_token: ::String,
181
+ ?tags: Hash[::String, ::String]
182
+ ) -> _CreateManagedEndpointResponseSuccess
183
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateManagedEndpointResponseSuccess
184
+
185
+ interface _CreateVirtualClusterResponseSuccess
186
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateVirtualClusterResponse]
187
+ def id: () -> ::String
188
+ def name: () -> ::String
189
+ def arn: () -> ::String
190
+ end
191
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#create_virtual_cluster-instance_method
192
+ def create_virtual_cluster: (
193
+ name: ::String,
194
+ container_provider: {
195
+ type: ("EKS"),
196
+ id: ::String,
197
+ info: {
198
+ eks_info: {
199
+ namespace: ::String?
200
+ }?
201
+ }?
202
+ },
203
+ client_token: ::String,
204
+ ?tags: Hash[::String, ::String]
205
+ ) -> _CreateVirtualClusterResponseSuccess
206
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVirtualClusterResponseSuccess
207
+
208
+ interface _DeleteJobTemplateResponseSuccess
209
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteJobTemplateResponse]
210
+ def id: () -> ::String
211
+ end
212
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#delete_job_template-instance_method
213
+ def delete_job_template: (
214
+ id: ::String
215
+ ) -> _DeleteJobTemplateResponseSuccess
216
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteJobTemplateResponseSuccess
217
+
218
+ interface _DeleteManagedEndpointResponseSuccess
219
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteManagedEndpointResponse]
220
+ def id: () -> ::String
221
+ def virtual_cluster_id: () -> ::String
222
+ end
223
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#delete_managed_endpoint-instance_method
224
+ def delete_managed_endpoint: (
225
+ id: ::String,
226
+ virtual_cluster_id: ::String
227
+ ) -> _DeleteManagedEndpointResponseSuccess
228
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteManagedEndpointResponseSuccess
229
+
230
+ interface _DeleteVirtualClusterResponseSuccess
231
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteVirtualClusterResponse]
232
+ def id: () -> ::String
233
+ end
234
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#delete_virtual_cluster-instance_method
235
+ def delete_virtual_cluster: (
236
+ id: ::String
237
+ ) -> _DeleteVirtualClusterResponseSuccess
238
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteVirtualClusterResponseSuccess
239
+
240
+ interface _DescribeJobRunResponseSuccess
241
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeJobRunResponse]
242
+ def job_run: () -> Types::JobRun
243
+ end
244
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#describe_job_run-instance_method
245
+ def describe_job_run: (
246
+ id: ::String,
247
+ virtual_cluster_id: ::String
248
+ ) -> _DescribeJobRunResponseSuccess
249
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeJobRunResponseSuccess
250
+
251
+ interface _DescribeJobTemplateResponseSuccess
252
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeJobTemplateResponse]
253
+ def job_template: () -> Types::JobTemplate
254
+ end
255
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#describe_job_template-instance_method
256
+ def describe_job_template: (
257
+ id: ::String
258
+ ) -> _DescribeJobTemplateResponseSuccess
259
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeJobTemplateResponseSuccess
260
+
261
+ interface _DescribeManagedEndpointResponseSuccess
262
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeManagedEndpointResponse]
263
+ def endpoint: () -> Types::Endpoint
264
+ end
265
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#describe_managed_endpoint-instance_method
266
+ def describe_managed_endpoint: (
267
+ id: ::String,
268
+ virtual_cluster_id: ::String
269
+ ) -> _DescribeManagedEndpointResponseSuccess
270
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeManagedEndpointResponseSuccess
271
+
272
+ interface _DescribeVirtualClusterResponseSuccess
273
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVirtualClusterResponse]
274
+ def virtual_cluster: () -> Types::VirtualCluster
275
+ end
276
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#describe_virtual_cluster-instance_method
277
+ def describe_virtual_cluster: (
278
+ id: ::String
279
+ ) -> _DescribeVirtualClusterResponseSuccess
280
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVirtualClusterResponseSuccess
281
+
282
+ interface _GetManagedEndpointSessionCredentialsResponseSuccess
283
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetManagedEndpointSessionCredentialsResponse]
284
+ def id: () -> ::String
285
+ def credentials: () -> Types::Credentials
286
+ def expires_at: () -> ::Time
287
+ end
288
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#get_managed_endpoint_session_credentials-instance_method
289
+ def get_managed_endpoint_session_credentials: (
290
+ endpoint_identifier: ::String,
291
+ virtual_cluster_identifier: ::String,
292
+ execution_role_arn: ::String,
293
+ credential_type: ::String,
294
+ ?duration_in_seconds: ::Integer,
295
+ ?log_context: ::String,
296
+ ?client_token: ::String
297
+ ) -> _GetManagedEndpointSessionCredentialsResponseSuccess
298
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetManagedEndpointSessionCredentialsResponseSuccess
299
+
300
+ interface _ListJobRunsResponseSuccess
301
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListJobRunsResponse]
302
+ def job_runs: () -> ::Array[Types::JobRun]
303
+ def next_token: () -> ::String
304
+ end
305
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#list_job_runs-instance_method
306
+ def list_job_runs: (
307
+ virtual_cluster_id: ::String,
308
+ ?created_before: ::Time,
309
+ ?created_after: ::Time,
310
+ ?name: ::String,
311
+ ?states: Array[("PENDING" | "SUBMITTED" | "RUNNING" | "FAILED" | "CANCELLED" | "CANCEL_PENDING" | "COMPLETED")],
312
+ ?max_results: ::Integer,
313
+ ?next_token: ::String
314
+ ) -> _ListJobRunsResponseSuccess
315
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListJobRunsResponseSuccess
316
+
317
+ interface _ListJobTemplatesResponseSuccess
318
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListJobTemplatesResponse]
319
+ def templates: () -> ::Array[Types::JobTemplate]
320
+ def next_token: () -> ::String
321
+ end
322
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#list_job_templates-instance_method
323
+ def list_job_templates: (
324
+ ?created_after: ::Time,
325
+ ?created_before: ::Time,
326
+ ?max_results: ::Integer,
327
+ ?next_token: ::String
328
+ ) -> _ListJobTemplatesResponseSuccess
329
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListJobTemplatesResponseSuccess
330
+
331
+ interface _ListManagedEndpointsResponseSuccess
332
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListManagedEndpointsResponse]
333
+ def endpoints: () -> ::Array[Types::Endpoint]
334
+ def next_token: () -> ::String
335
+ end
336
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#list_managed_endpoints-instance_method
337
+ def list_managed_endpoints: (
338
+ virtual_cluster_id: ::String,
339
+ ?created_before: ::Time,
340
+ ?created_after: ::Time,
341
+ ?types: Array[::String],
342
+ ?states: Array[("CREATING" | "ACTIVE" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")],
343
+ ?max_results: ::Integer,
344
+ ?next_token: ::String
345
+ ) -> _ListManagedEndpointsResponseSuccess
346
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListManagedEndpointsResponseSuccess
347
+
348
+ interface _ListTagsForResourceResponseSuccess
349
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
350
+ def tags: () -> ::Hash[::String, ::String]
351
+ end
352
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#list_tags_for_resource-instance_method
353
+ def list_tags_for_resource: (
354
+ resource_arn: ::String
355
+ ) -> _ListTagsForResourceResponseSuccess
356
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
357
+
358
+ interface _ListVirtualClustersResponseSuccess
359
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListVirtualClustersResponse]
360
+ def virtual_clusters: () -> ::Array[Types::VirtualCluster]
361
+ def next_token: () -> ::String
362
+ end
363
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#list_virtual_clusters-instance_method
364
+ def list_virtual_clusters: (
365
+ ?container_provider_id: ::String,
366
+ ?container_provider_type: ("EKS"),
367
+ ?created_after: ::Time,
368
+ ?created_before: ::Time,
369
+ ?states: Array[("RUNNING" | "TERMINATING" | "TERMINATED" | "ARRESTED")],
370
+ ?max_results: ::Integer,
371
+ ?next_token: ::String
372
+ ) -> _ListVirtualClustersResponseSuccess
373
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVirtualClustersResponseSuccess
374
+
375
+ interface _StartJobRunResponseSuccess
376
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartJobRunResponse]
377
+ def id: () -> ::String
378
+ def name: () -> ::String
379
+ def arn: () -> ::String
380
+ def virtual_cluster_id: () -> ::String
381
+ end
382
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#start_job_run-instance_method
383
+ def start_job_run: (
384
+ ?name: ::String,
385
+ virtual_cluster_id: ::String,
386
+ client_token: ::String,
387
+ ?execution_role_arn: ::String,
388
+ ?release_label: ::String,
389
+ ?job_driver: {
390
+ spark_submit_job_driver: {
391
+ entry_point: ::String,
392
+ entry_point_arguments: Array[::String]?,
393
+ spark_submit_parameters: ::String?
394
+ }?,
395
+ spark_sql_job_driver: {
396
+ entry_point: ::String?,
397
+ spark_sql_parameters: ::String?
398
+ }?
399
+ },
400
+ ?configuration_overrides: {
401
+ application_configuration: Array[
402
+ {
403
+ classification: ::String,
404
+ properties: Hash[::String, ::String]?,
405
+ configurations: untyped?
406
+ },
407
+ ]?,
408
+ monitoring_configuration: {
409
+ persistent_app_ui: ("ENABLED" | "DISABLED")?,
410
+ cloud_watch_monitoring_configuration: {
411
+ log_group_name: ::String,
412
+ log_stream_name_prefix: ::String?
413
+ }?,
414
+ s3_monitoring_configuration: {
415
+ log_uri: ::String
416
+ }?,
417
+ container_log_rotation_configuration: {
418
+ rotation_size: ::String,
419
+ max_files_to_keep: ::Integer
420
+ }?
421
+ }?
422
+ },
423
+ ?tags: Hash[::String, ::String],
424
+ ?job_template_id: ::String,
425
+ ?job_template_parameters: Hash[::String, ::String],
426
+ ?retry_policy_configuration: {
427
+ max_attempts: ::Integer
428
+ }
429
+ ) -> _StartJobRunResponseSuccess
430
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartJobRunResponseSuccess
431
+
432
+ interface _TagResourceResponseSuccess
433
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
434
+ end
435
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#tag_resource-instance_method
436
+ def tag_resource: (
437
+ resource_arn: ::String,
438
+ tags: Hash[::String, ::String]
439
+ ) -> _TagResourceResponseSuccess
440
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
441
+
442
+ interface _UntagResourceResponseSuccess
443
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
444
+ end
445
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Client.html#untag_resource-instance_method
446
+ def untag_resource: (
447
+ resource_arn: ::String,
448
+ tag_keys: Array[::String]
449
+ ) -> _UntagResourceResponseSuccess
450
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
451
+ end
452
+ end
453
+ end
454
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,28 @@
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 Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class InternalServerException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class RequestThrottledException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ValidationException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ end
27
+ end
28
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
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
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EMRContainers/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,519 @@
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::EMRContainers
9
+ module Types
10
+
11
+ class CancelJobRunRequest
12
+ attr_accessor id: ::String
13
+ attr_accessor virtual_cluster_id: ::String
14
+ SENSITIVE: []
15
+ end
16
+
17
+ class CancelJobRunResponse
18
+ attr_accessor id: ::String
19
+ attr_accessor virtual_cluster_id: ::String
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class Certificate
24
+ attr_accessor certificate_arn: ::String
25
+ attr_accessor certificate_data: ::String
26
+ SENSITIVE: []
27
+ end
28
+
29
+ class CloudWatchMonitoringConfiguration
30
+ attr_accessor log_group_name: ::String
31
+ attr_accessor log_stream_name_prefix: ::String
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class Configuration
36
+ attr_accessor classification: ::String
37
+ attr_accessor properties: ::Hash[::String, ::String]
38
+ attr_accessor configurations: ::Array[Types::Configuration]
39
+ SENSITIVE: [:properties]
40
+ end
41
+
42
+ class ConfigurationOverrides
43
+ attr_accessor application_configuration: ::Array[Types::Configuration]
44
+ attr_accessor monitoring_configuration: Types::MonitoringConfiguration
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class ContainerInfo
49
+ attr_accessor eks_info: Types::EksInfo
50
+ attr_accessor unknown: untyped
51
+ SENSITIVE: []
52
+
53
+ class EksInfo < ContainerInfo
54
+ end
55
+ class Unknown < ContainerInfo
56
+ end
57
+ end
58
+
59
+ class ContainerLogRotationConfiguration
60
+ attr_accessor rotation_size: ::String
61
+ attr_accessor max_files_to_keep: ::Integer
62
+ SENSITIVE: []
63
+ end
64
+
65
+ class ContainerProvider
66
+ attr_accessor type: ("EKS")
67
+ attr_accessor id: ::String
68
+ attr_accessor info: Types::ContainerInfo
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class CreateJobTemplateRequest
73
+ attr_accessor name: ::String
74
+ attr_accessor client_token: ::String
75
+ attr_accessor job_template_data: Types::JobTemplateData
76
+ attr_accessor tags: ::Hash[::String, ::String]
77
+ attr_accessor kms_key_arn: ::String
78
+ SENSITIVE: []
79
+ end
80
+
81
+ class CreateJobTemplateResponse
82
+ attr_accessor id: ::String
83
+ attr_accessor name: ::String
84
+ attr_accessor arn: ::String
85
+ attr_accessor created_at: ::Time
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class CreateManagedEndpointRequest
90
+ attr_accessor name: ::String
91
+ attr_accessor virtual_cluster_id: ::String
92
+ attr_accessor type: ::String
93
+ attr_accessor release_label: ::String
94
+ attr_accessor execution_role_arn: ::String
95
+ attr_accessor certificate_arn: ::String
96
+ attr_accessor configuration_overrides: Types::ConfigurationOverrides
97
+ attr_accessor client_token: ::String
98
+ attr_accessor tags: ::Hash[::String, ::String]
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class CreateManagedEndpointResponse
103
+ attr_accessor id: ::String
104
+ attr_accessor name: ::String
105
+ attr_accessor arn: ::String
106
+ attr_accessor virtual_cluster_id: ::String
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class CreateVirtualClusterRequest
111
+ attr_accessor name: ::String
112
+ attr_accessor container_provider: Types::ContainerProvider
113
+ attr_accessor client_token: ::String
114
+ attr_accessor tags: ::Hash[::String, ::String]
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class CreateVirtualClusterResponse
119
+ attr_accessor id: ::String
120
+ attr_accessor name: ::String
121
+ attr_accessor arn: ::String
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class Credentials
126
+ attr_accessor token: ::String
127
+ attr_accessor unknown: untyped
128
+ SENSITIVE: [:token]
129
+
130
+ class Token < Credentials
131
+ end
132
+ class Unknown < Credentials
133
+ end
134
+ end
135
+
136
+ class DeleteJobTemplateRequest
137
+ attr_accessor id: ::String
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class DeleteJobTemplateResponse
142
+ attr_accessor id: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class DeleteManagedEndpointRequest
147
+ attr_accessor id: ::String
148
+ attr_accessor virtual_cluster_id: ::String
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class DeleteManagedEndpointResponse
153
+ attr_accessor id: ::String
154
+ attr_accessor virtual_cluster_id: ::String
155
+ SENSITIVE: []
156
+ end
157
+
158
+ class DeleteVirtualClusterRequest
159
+ attr_accessor id: ::String
160
+ SENSITIVE: []
161
+ end
162
+
163
+ class DeleteVirtualClusterResponse
164
+ attr_accessor id: ::String
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class DescribeJobRunRequest
169
+ attr_accessor id: ::String
170
+ attr_accessor virtual_cluster_id: ::String
171
+ SENSITIVE: []
172
+ end
173
+
174
+ class DescribeJobRunResponse
175
+ attr_accessor job_run: Types::JobRun
176
+ SENSITIVE: []
177
+ end
178
+
179
+ class DescribeJobTemplateRequest
180
+ attr_accessor id: ::String
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class DescribeJobTemplateResponse
185
+ attr_accessor job_template: Types::JobTemplate
186
+ SENSITIVE: []
187
+ end
188
+
189
+ class DescribeManagedEndpointRequest
190
+ attr_accessor id: ::String
191
+ attr_accessor virtual_cluster_id: ::String
192
+ SENSITIVE: []
193
+ end
194
+
195
+ class DescribeManagedEndpointResponse
196
+ attr_accessor endpoint: Types::Endpoint
197
+ SENSITIVE: []
198
+ end
199
+
200
+ class DescribeVirtualClusterRequest
201
+ attr_accessor id: ::String
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class DescribeVirtualClusterResponse
206
+ attr_accessor virtual_cluster: Types::VirtualCluster
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class EksInfo
211
+ attr_accessor namespace: ::String
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class Endpoint
216
+ attr_accessor id: ::String
217
+ attr_accessor name: ::String
218
+ attr_accessor arn: ::String
219
+ attr_accessor virtual_cluster_id: ::String
220
+ attr_accessor type: ::String
221
+ attr_accessor state: ("CREATING" | "ACTIVE" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")
222
+ attr_accessor release_label: ::String
223
+ attr_accessor execution_role_arn: ::String
224
+ attr_accessor certificate_arn: ::String
225
+ attr_accessor certificate_authority: Types::Certificate
226
+ attr_accessor configuration_overrides: Types::ConfigurationOverrides
227
+ attr_accessor server_url: ::String
228
+ attr_accessor created_at: ::Time
229
+ attr_accessor security_group: ::String
230
+ attr_accessor subnet_ids: ::Array[::String]
231
+ attr_accessor state_details: ::String
232
+ attr_accessor failure_reason: ("INTERNAL_ERROR" | "USER_ERROR" | "VALIDATION_ERROR" | "CLUSTER_UNAVAILABLE")
233
+ attr_accessor tags: ::Hash[::String, ::String]
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class GetManagedEndpointSessionCredentialsRequest
238
+ attr_accessor endpoint_identifier: ::String
239
+ attr_accessor virtual_cluster_identifier: ::String
240
+ attr_accessor execution_role_arn: ::String
241
+ attr_accessor credential_type: ::String
242
+ attr_accessor duration_in_seconds: ::Integer
243
+ attr_accessor log_context: ::String
244
+ attr_accessor client_token: ::String
245
+ SENSITIVE: []
246
+ end
247
+
248
+ class GetManagedEndpointSessionCredentialsResponse
249
+ attr_accessor id: ::String
250
+ attr_accessor credentials: Types::Credentials
251
+ attr_accessor expires_at: ::Time
252
+ SENSITIVE: []
253
+ end
254
+
255
+ class InternalServerException
256
+ attr_accessor message: ::String
257
+ SENSITIVE: []
258
+ end
259
+
260
+ class JobDriver
261
+ attr_accessor spark_submit_job_driver: Types::SparkSubmitJobDriver
262
+ attr_accessor spark_sql_job_driver: Types::SparkSqlJobDriver
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class JobRun
267
+ attr_accessor id: ::String
268
+ attr_accessor name: ::String
269
+ attr_accessor virtual_cluster_id: ::String
270
+ attr_accessor arn: ::String
271
+ attr_accessor state: ("PENDING" | "SUBMITTED" | "RUNNING" | "FAILED" | "CANCELLED" | "CANCEL_PENDING" | "COMPLETED")
272
+ attr_accessor client_token: ::String
273
+ attr_accessor execution_role_arn: ::String
274
+ attr_accessor release_label: ::String
275
+ attr_accessor configuration_overrides: Types::ConfigurationOverrides
276
+ attr_accessor job_driver: Types::JobDriver
277
+ attr_accessor created_at: ::Time
278
+ attr_accessor created_by: ::String
279
+ attr_accessor finished_at: ::Time
280
+ attr_accessor state_details: ::String
281
+ attr_accessor failure_reason: ("INTERNAL_ERROR" | "USER_ERROR" | "VALIDATION_ERROR" | "CLUSTER_UNAVAILABLE")
282
+ attr_accessor tags: ::Hash[::String, ::String]
283
+ attr_accessor retry_policy_configuration: Types::RetryPolicyConfiguration
284
+ attr_accessor retry_policy_execution: Types::RetryPolicyExecution
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class JobTemplate
289
+ attr_accessor name: ::String
290
+ attr_accessor id: ::String
291
+ attr_accessor arn: ::String
292
+ attr_accessor created_at: ::Time
293
+ attr_accessor created_by: ::String
294
+ attr_accessor tags: ::Hash[::String, ::String]
295
+ attr_accessor job_template_data: Types::JobTemplateData
296
+ attr_accessor kms_key_arn: ::String
297
+ attr_accessor decryption_error: ::String
298
+ SENSITIVE: []
299
+ end
300
+
301
+ class JobTemplateData
302
+ attr_accessor execution_role_arn: ::String
303
+ attr_accessor release_label: ::String
304
+ attr_accessor configuration_overrides: Types::ParametricConfigurationOverrides
305
+ attr_accessor job_driver: Types::JobDriver
306
+ attr_accessor parameter_configuration: ::Hash[::String, Types::TemplateParameterConfiguration]
307
+ attr_accessor job_tags: ::Hash[::String, ::String]
308
+ SENSITIVE: []
309
+ end
310
+
311
+ class ListJobRunsRequest
312
+ attr_accessor virtual_cluster_id: ::String
313
+ attr_accessor created_before: ::Time
314
+ attr_accessor created_after: ::Time
315
+ attr_accessor name: ::String
316
+ attr_accessor states: ::Array[("PENDING" | "SUBMITTED" | "RUNNING" | "FAILED" | "CANCELLED" | "CANCEL_PENDING" | "COMPLETED")]
317
+ attr_accessor max_results: ::Integer
318
+ attr_accessor next_token: ::String
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class ListJobRunsResponse
323
+ attr_accessor job_runs: ::Array[Types::JobRun]
324
+ attr_accessor next_token: ::String
325
+ SENSITIVE: []
326
+ end
327
+
328
+ class ListJobTemplatesRequest
329
+ attr_accessor created_after: ::Time
330
+ attr_accessor created_before: ::Time
331
+ attr_accessor max_results: ::Integer
332
+ attr_accessor next_token: ::String
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class ListJobTemplatesResponse
337
+ attr_accessor templates: ::Array[Types::JobTemplate]
338
+ attr_accessor next_token: ::String
339
+ SENSITIVE: []
340
+ end
341
+
342
+ class ListManagedEndpointsRequest
343
+ attr_accessor virtual_cluster_id: ::String
344
+ attr_accessor created_before: ::Time
345
+ attr_accessor created_after: ::Time
346
+ attr_accessor types: ::Array[::String]
347
+ attr_accessor states: ::Array[("CREATING" | "ACTIVE" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")]
348
+ attr_accessor max_results: ::Integer
349
+ attr_accessor next_token: ::String
350
+ SENSITIVE: []
351
+ end
352
+
353
+ class ListManagedEndpointsResponse
354
+ attr_accessor endpoints: ::Array[Types::Endpoint]
355
+ attr_accessor next_token: ::String
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class ListTagsForResourceRequest
360
+ attr_accessor resource_arn: ::String
361
+ SENSITIVE: []
362
+ end
363
+
364
+ class ListTagsForResourceResponse
365
+ attr_accessor tags: ::Hash[::String, ::String]
366
+ SENSITIVE: []
367
+ end
368
+
369
+ class ListVirtualClustersRequest
370
+ attr_accessor container_provider_id: ::String
371
+ attr_accessor container_provider_type: ("EKS")
372
+ attr_accessor created_after: ::Time
373
+ attr_accessor created_before: ::Time
374
+ attr_accessor states: ::Array[("RUNNING" | "TERMINATING" | "TERMINATED" | "ARRESTED")]
375
+ attr_accessor max_results: ::Integer
376
+ attr_accessor next_token: ::String
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class ListVirtualClustersResponse
381
+ attr_accessor virtual_clusters: ::Array[Types::VirtualCluster]
382
+ attr_accessor next_token: ::String
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class MonitoringConfiguration
387
+ attr_accessor persistent_app_ui: ("ENABLED" | "DISABLED")
388
+ attr_accessor cloud_watch_monitoring_configuration: Types::CloudWatchMonitoringConfiguration
389
+ attr_accessor s3_monitoring_configuration: Types::S3MonitoringConfiguration
390
+ attr_accessor container_log_rotation_configuration: Types::ContainerLogRotationConfiguration
391
+ SENSITIVE: []
392
+ end
393
+
394
+ class ParametricCloudWatchMonitoringConfiguration
395
+ attr_accessor log_group_name: ::String
396
+ attr_accessor log_stream_name_prefix: ::String
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class ParametricConfigurationOverrides
401
+ attr_accessor application_configuration: ::Array[Types::Configuration]
402
+ attr_accessor monitoring_configuration: Types::ParametricMonitoringConfiguration
403
+ SENSITIVE: []
404
+ end
405
+
406
+ class ParametricMonitoringConfiguration
407
+ attr_accessor persistent_app_ui: ::String
408
+ attr_accessor cloud_watch_monitoring_configuration: Types::ParametricCloudWatchMonitoringConfiguration
409
+ attr_accessor s3_monitoring_configuration: Types::ParametricS3MonitoringConfiguration
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class ParametricS3MonitoringConfiguration
414
+ attr_accessor log_uri: ::String
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class RequestThrottledException
419
+ attr_accessor message: ::String
420
+ SENSITIVE: []
421
+ end
422
+
423
+ class ResourceNotFoundException
424
+ attr_accessor message: ::String
425
+ SENSITIVE: []
426
+ end
427
+
428
+ class RetryPolicyConfiguration
429
+ attr_accessor max_attempts: ::Integer
430
+ SENSITIVE: []
431
+ end
432
+
433
+ class RetryPolicyExecution
434
+ attr_accessor current_attempt_count: ::Integer
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class S3MonitoringConfiguration
439
+ attr_accessor log_uri: ::String
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class SparkSqlJobDriver
444
+ attr_accessor entry_point: ::String
445
+ attr_accessor spark_sql_parameters: ::String
446
+ SENSITIVE: [:entry_point, :spark_sql_parameters]
447
+ end
448
+
449
+ class SparkSubmitJobDriver
450
+ attr_accessor entry_point: ::String
451
+ attr_accessor entry_point_arguments: ::Array[::String]
452
+ attr_accessor spark_submit_parameters: ::String
453
+ SENSITIVE: [:entry_point, :spark_submit_parameters]
454
+ end
455
+
456
+ class StartJobRunRequest
457
+ attr_accessor name: ::String
458
+ attr_accessor virtual_cluster_id: ::String
459
+ attr_accessor client_token: ::String
460
+ attr_accessor execution_role_arn: ::String
461
+ attr_accessor release_label: ::String
462
+ attr_accessor job_driver: Types::JobDriver
463
+ attr_accessor configuration_overrides: Types::ConfigurationOverrides
464
+ attr_accessor tags: ::Hash[::String, ::String]
465
+ attr_accessor job_template_id: ::String
466
+ attr_accessor job_template_parameters: ::Hash[::String, ::String]
467
+ attr_accessor retry_policy_configuration: Types::RetryPolicyConfiguration
468
+ SENSITIVE: []
469
+ end
470
+
471
+ class StartJobRunResponse
472
+ attr_accessor id: ::String
473
+ attr_accessor name: ::String
474
+ attr_accessor arn: ::String
475
+ attr_accessor virtual_cluster_id: ::String
476
+ SENSITIVE: []
477
+ end
478
+
479
+ class TagResourceRequest
480
+ attr_accessor resource_arn: ::String
481
+ attr_accessor tags: ::Hash[::String, ::String]
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class TagResourceResponse < Aws::EmptyStructure
486
+ end
487
+
488
+ class TemplateParameterConfiguration
489
+ attr_accessor type: ("NUMBER" | "STRING")
490
+ attr_accessor default_value: ::String
491
+ SENSITIVE: []
492
+ end
493
+
494
+ class UntagResourceRequest
495
+ attr_accessor resource_arn: ::String
496
+ attr_accessor tag_keys: ::Array[::String]
497
+ SENSITIVE: []
498
+ end
499
+
500
+ class UntagResourceResponse < Aws::EmptyStructure
501
+ end
502
+
503
+ class ValidationException
504
+ attr_accessor message: ::String
505
+ SENSITIVE: []
506
+ end
507
+
508
+ class VirtualCluster
509
+ attr_accessor id: ::String
510
+ attr_accessor name: ::String
511
+ attr_accessor arn: ::String
512
+ attr_accessor state: ("RUNNING" | "TERMINATING" | "TERMINATED" | "ARRESTED")
513
+ attr_accessor container_provider: Types::ContainerProvider
514
+ attr_accessor created_at: ::Time
515
+ attr_accessor tags: ::Hash[::String, ::String]
516
+ SENSITIVE: []
517
+ end
518
+ end
519
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
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 Waiters
11
+ end
12
+ end
13
+ end
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.29.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.188.0
22
+ version: 3.191.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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-emrcontainers/plugins/endpoints.rb
67
67
  - lib/aws-sdk-emrcontainers/resource.rb
68
68
  - lib/aws-sdk-emrcontainers/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrcontainers
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrcontainers/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - Amazon EMR Containers
94
99
  test_files: []