aws-sdk-emrcontainers 1.51.0 → 1.53.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 +45 -29
- data/lib/aws-sdk-emrcontainers/client_api.rb +15 -8
- data/lib/aws-sdk-emrcontainers/types.rb +24 -0
- data/lib/aws-sdk-emrcontainers.rb +1 -1
- data/sig/client.rbs +8 -0
- data/sig/types.rbs +7 -0
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85706bd1ab79bc37c276652c372d32543ab7e2cd60e61da911d1dcdb24db597a
|
4
|
+
data.tar.gz: fb8323727b963da71baf6c93057883919974cd1a78938b1619925444d8a59abb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbb50f5508005fb3def3ba6b4ad4eab1ccb9527170f54e64a9057945d6b4508dd593b98e175fae9ab9fbcfe56b8c480e59f161e668706f9e5311ad4e1891e91b
|
7
|
+
data.tar.gz: f940440deb1a952f6404285af8f1d6b13150e3eef0964920353d786090f184276abd45d8bbe704bd3b9e639be0c9cd6fe0d3d01d8391779114c3f75b6be47ea4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.53.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.52.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration".
|
13
|
+
|
4
14
|
1.51.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::EMRContainers
|
40
40
|
# An API client for EMRContainers. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -675,6 +675,10 @@ module Aws::EMRContainers
|
|
675
675
|
# },
|
676
676
|
# ],
|
677
677
|
# monitoring_configuration: {
|
678
|
+
# managed_logs: {
|
679
|
+
# allow_aws_to_retain_logs: "ENABLED", # accepts ENABLED, DISABLED
|
680
|
+
# encryption_key_arn: "KmsKeyArn",
|
681
|
+
# },
|
678
682
|
# persistent_app_ui: "ENABLED", # accepts ENABLED, DISABLED
|
679
683
|
# cloud_watch_monitoring_configuration: {
|
680
684
|
# log_group_name: "LogGroupName", # required
|
@@ -987,6 +991,8 @@ module Aws::EMRContainers
|
|
987
991
|
# resp.job_run.configuration_overrides.application_configuration[0].properties #=> Hash
|
988
992
|
# resp.job_run.configuration_overrides.application_configuration[0].properties["String1024"] #=> String
|
989
993
|
# resp.job_run.configuration_overrides.application_configuration[0].configurations #=> Types::ConfigurationList
|
994
|
+
# resp.job_run.configuration_overrides.monitoring_configuration.managed_logs.allow_aws_to_retain_logs #=> String, one of "ENABLED", "DISABLED"
|
995
|
+
# resp.job_run.configuration_overrides.monitoring_configuration.managed_logs.encryption_key_arn #=> String
|
990
996
|
# resp.job_run.configuration_overrides.monitoring_configuration.persistent_app_ui #=> String, one of "ENABLED", "DISABLED"
|
991
997
|
# resp.job_run.configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_group_name #=> String
|
992
998
|
# resp.job_run.configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_stream_name_prefix #=> String
|
@@ -1120,6 +1126,8 @@ module Aws::EMRContainers
|
|
1120
1126
|
# resp.endpoint.configuration_overrides.application_configuration[0].properties #=> Hash
|
1121
1127
|
# resp.endpoint.configuration_overrides.application_configuration[0].properties["String1024"] #=> String
|
1122
1128
|
# resp.endpoint.configuration_overrides.application_configuration[0].configurations #=> Types::ConfigurationList
|
1129
|
+
# resp.endpoint.configuration_overrides.monitoring_configuration.managed_logs.allow_aws_to_retain_logs #=> String, one of "ENABLED", "DISABLED"
|
1130
|
+
# resp.endpoint.configuration_overrides.monitoring_configuration.managed_logs.encryption_key_arn #=> String
|
1123
1131
|
# resp.endpoint.configuration_overrides.monitoring_configuration.persistent_app_ui #=> String, one of "ENABLED", "DISABLED"
|
1124
1132
|
# resp.endpoint.configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_group_name #=> String
|
1125
1133
|
# resp.endpoint.configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_stream_name_prefix #=> String
|
@@ -1357,6 +1365,8 @@ module Aws::EMRContainers
|
|
1357
1365
|
# resp.job_runs[0].configuration_overrides.application_configuration[0].properties #=> Hash
|
1358
1366
|
# resp.job_runs[0].configuration_overrides.application_configuration[0].properties["String1024"] #=> String
|
1359
1367
|
# resp.job_runs[0].configuration_overrides.application_configuration[0].configurations #=> Types::ConfigurationList
|
1368
|
+
# resp.job_runs[0].configuration_overrides.monitoring_configuration.managed_logs.allow_aws_to_retain_logs #=> String, one of "ENABLED", "DISABLED"
|
1369
|
+
# resp.job_runs[0].configuration_overrides.monitoring_configuration.managed_logs.encryption_key_arn #=> String
|
1360
1370
|
# resp.job_runs[0].configuration_overrides.monitoring_configuration.persistent_app_ui #=> String, one of "ENABLED", "DISABLED"
|
1361
1371
|
# resp.job_runs[0].configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_group_name #=> String
|
1362
1372
|
# resp.job_runs[0].configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_stream_name_prefix #=> String
|
@@ -1532,6 +1542,8 @@ module Aws::EMRContainers
|
|
1532
1542
|
# resp.endpoints[0].configuration_overrides.application_configuration[0].properties #=> Hash
|
1533
1543
|
# resp.endpoints[0].configuration_overrides.application_configuration[0].properties["String1024"] #=> String
|
1534
1544
|
# resp.endpoints[0].configuration_overrides.application_configuration[0].configurations #=> Types::ConfigurationList
|
1545
|
+
# resp.endpoints[0].configuration_overrides.monitoring_configuration.managed_logs.allow_aws_to_retain_logs #=> String, one of "ENABLED", "DISABLED"
|
1546
|
+
# resp.endpoints[0].configuration_overrides.monitoring_configuration.managed_logs.encryption_key_arn #=> String
|
1535
1547
|
# resp.endpoints[0].configuration_overrides.monitoring_configuration.persistent_app_ui #=> String, one of "ENABLED", "DISABLED"
|
1536
1548
|
# resp.endpoints[0].configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_group_name #=> String
|
1537
1549
|
# resp.endpoints[0].configuration_overrides.monitoring_configuration.cloud_watch_monitoring_configuration.log_stream_name_prefix #=> String
|
@@ -1810,6 +1822,10 @@ module Aws::EMRContainers
|
|
1810
1822
|
# },
|
1811
1823
|
# ],
|
1812
1824
|
# monitoring_configuration: {
|
1825
|
+
# managed_logs: {
|
1826
|
+
# allow_aws_to_retain_logs: "ENABLED", # accepts ENABLED, DISABLED
|
1827
|
+
# encryption_key_arn: "KmsKeyArn",
|
1828
|
+
# },
|
1813
1829
|
# persistent_app_ui: "ENABLED", # accepts ENABLED, DISABLED
|
1814
1830
|
# cloud_watch_monitoring_configuration: {
|
1815
1831
|
# log_group_name: "LogGroupName", # required
|
@@ -1934,7 +1950,7 @@ module Aws::EMRContainers
|
|
1934
1950
|
tracer: tracer
|
1935
1951
|
)
|
1936
1952
|
context[:gem_name] = 'aws-sdk-emrcontainers'
|
1937
|
-
context[:gem_version] = '1.
|
1953
|
+
context[:gem_version] = '1.53.0'
|
1938
1954
|
Seahorse::Client::Request.new(handlers, context)
|
1939
1955
|
end
|
1940
1956
|
|
@@ -15,6 +15,7 @@ module Aws::EMRContainers
|
|
15
15
|
include Seahorse::Model
|
16
16
|
|
17
17
|
ACMCertArn = Shapes::StringShape.new(name: 'ACMCertArn')
|
18
|
+
AllowAWSToRetainLogs = Shapes::StringShape.new(name: 'AllowAWSToRetainLogs')
|
18
19
|
AuthorizationConfiguration = Shapes::StructureShape.new(name: 'AuthorizationConfiguration')
|
19
20
|
Base64Encoded = Shapes::StringShape.new(name: 'Base64Encoded')
|
20
21
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
@@ -106,6 +107,7 @@ module Aws::EMRContainers
|
|
106
107
|
ListVirtualClustersResponse = Shapes::StructureShape.new(name: 'ListVirtualClustersResponse')
|
107
108
|
LogContext = Shapes::StringShape.new(name: 'LogContext')
|
108
109
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
110
|
+
ManagedLogs = Shapes::StructureShape.new(name: 'ManagedLogs')
|
109
111
|
MaxFilesToKeep = Shapes::IntegerShape.new(name: 'MaxFilesToKeep')
|
110
112
|
MonitoringConfiguration = Shapes::StructureShape.new(name: 'MonitoringConfiguration')
|
111
113
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
@@ -216,7 +218,7 @@ module Aws::EMRContainers
|
|
216
218
|
ContainerProvider.struct_class = Types::ContainerProvider
|
217
219
|
|
218
220
|
CreateJobTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameString, required: true, location_name: "name"))
|
219
|
-
CreateJobTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
221
|
+
CreateJobTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
220
222
|
CreateJobTemplateRequest.add_member(:job_template_data, Shapes::ShapeRef.new(shape: JobTemplateData, required: true, location_name: "jobTemplateData"))
|
221
223
|
CreateJobTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
222
224
|
CreateJobTemplateRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
@@ -233,9 +235,9 @@ module Aws::EMRContainers
|
|
233
235
|
CreateManagedEndpointRequest.add_member(:type, Shapes::ShapeRef.new(shape: EndpointType, required: true, location_name: "type"))
|
234
236
|
CreateManagedEndpointRequest.add_member(:release_label, Shapes::ShapeRef.new(shape: ReleaseLabel, required: true, location_name: "releaseLabel"))
|
235
237
|
CreateManagedEndpointRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "executionRoleArn"))
|
236
|
-
CreateManagedEndpointRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: ACMCertArn, deprecated: true, location_name: "certificateArn", metadata: {"deprecatedMessage"=>"Customer provided certificate-arn is deprecated and would be removed in future."}))
|
238
|
+
CreateManagedEndpointRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: ACMCertArn, deprecated: true, location_name: "certificateArn", metadata: {"deprecatedMessage" => "Customer provided certificate-arn is deprecated and would be removed in future."}))
|
237
239
|
CreateManagedEndpointRequest.add_member(:configuration_overrides, Shapes::ShapeRef.new(shape: ConfigurationOverrides, location_name: "configurationOverrides"))
|
238
|
-
CreateManagedEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
240
|
+
CreateManagedEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
239
241
|
CreateManagedEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
240
242
|
CreateManagedEndpointRequest.struct_class = Types::CreateManagedEndpointRequest
|
241
243
|
|
@@ -245,7 +247,7 @@ module Aws::EMRContainers
|
|
245
247
|
CreateManagedEndpointResponse.add_member(:virtual_cluster_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "virtualClusterId"))
|
246
248
|
CreateManagedEndpointResponse.struct_class = Types::CreateManagedEndpointResponse
|
247
249
|
|
248
|
-
CreateSecurityConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
250
|
+
CreateSecurityConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
249
251
|
CreateSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameString, required: true, location_name: "name"))
|
250
252
|
CreateSecurityConfigurationRequest.add_member(:security_configuration_data, Shapes::ShapeRef.new(shape: SecurityConfigurationData, required: true, location_name: "securityConfigurationData"))
|
251
253
|
CreateSecurityConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
@@ -258,7 +260,7 @@ module Aws::EMRContainers
|
|
258
260
|
|
259
261
|
CreateVirtualClusterRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameString, required: true, location_name: "name"))
|
260
262
|
CreateVirtualClusterRequest.add_member(:container_provider, Shapes::ShapeRef.new(shape: ContainerProvider, required: true, location_name: "containerProvider"))
|
261
|
-
CreateVirtualClusterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
263
|
+
CreateVirtualClusterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
262
264
|
CreateVirtualClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
263
265
|
CreateVirtualClusterRequest.add_member(:security_configuration_id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "securityConfigurationId"))
|
264
266
|
CreateVirtualClusterRequest.struct_class = Types::CreateVirtualClusterRequest
|
@@ -343,7 +345,7 @@ module Aws::EMRContainers
|
|
343
345
|
Endpoint.add_member(:state, Shapes::ShapeRef.new(shape: EndpointState, location_name: "state"))
|
344
346
|
Endpoint.add_member(:release_label, Shapes::ShapeRef.new(shape: ReleaseLabel, location_name: "releaseLabel"))
|
345
347
|
Endpoint.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "executionRoleArn"))
|
346
|
-
Endpoint.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: ACMCertArn, deprecated: true, location_name: "certificateArn", metadata: {"deprecatedMessage"=>"Customer provided certificate-arn is deprecated and would be removed in future."}))
|
348
|
+
Endpoint.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: ACMCertArn, deprecated: true, location_name: "certificateArn", metadata: {"deprecatedMessage" => "Customer provided certificate-arn is deprecated and would be removed in future."}))
|
347
349
|
Endpoint.add_member(:certificate_authority, Shapes::ShapeRef.new(shape: Certificate, location_name: "certificateAuthority"))
|
348
350
|
Endpoint.add_member(:configuration_overrides, Shapes::ShapeRef.new(shape: ConfigurationOverrides, location_name: "configurationOverrides"))
|
349
351
|
Endpoint.add_member(:server_url, Shapes::ShapeRef.new(shape: UriString, location_name: "serverUrl"))
|
@@ -369,7 +371,7 @@ module Aws::EMRContainers
|
|
369
371
|
GetManagedEndpointSessionCredentialsRequest.add_member(:credential_type, Shapes::ShapeRef.new(shape: CredentialType, required: true, location_name: "credentialType"))
|
370
372
|
GetManagedEndpointSessionCredentialsRequest.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: JavaInteger, location_name: "durationInSeconds"))
|
371
373
|
GetManagedEndpointSessionCredentialsRequest.add_member(:log_context, Shapes::ShapeRef.new(shape: LogContext, location_name: "logContext"))
|
372
|
-
GetManagedEndpointSessionCredentialsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
374
|
+
GetManagedEndpointSessionCredentialsRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
373
375
|
GetManagedEndpointSessionCredentialsRequest.struct_class = Types::GetManagedEndpointSessionCredentialsRequest
|
374
376
|
|
375
377
|
GetManagedEndpointSessionCredentialsResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceIdString, location_name: "id"))
|
@@ -503,6 +505,11 @@ module Aws::EMRContainers
|
|
503
505
|
ListVirtualClustersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
504
506
|
ListVirtualClustersResponse.struct_class = Types::ListVirtualClustersResponse
|
505
507
|
|
508
|
+
ManagedLogs.add_member(:allow_aws_to_retain_logs, Shapes::ShapeRef.new(shape: AllowAWSToRetainLogs, location_name: "allowAWSToRetainLogs"))
|
509
|
+
ManagedLogs.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "encryptionKeyArn"))
|
510
|
+
ManagedLogs.struct_class = Types::ManagedLogs
|
511
|
+
|
512
|
+
MonitoringConfiguration.add_member(:managed_logs, Shapes::ShapeRef.new(shape: ManagedLogs, location_name: "managedLogs"))
|
506
513
|
MonitoringConfiguration.add_member(:persistent_app_ui, Shapes::ShapeRef.new(shape: PersistentAppUI, location_name: "persistentAppUI"))
|
507
514
|
MonitoringConfiguration.add_member(:cloud_watch_monitoring_configuration, Shapes::ShapeRef.new(shape: CloudWatchMonitoringConfiguration, location_name: "cloudWatchMonitoringConfiguration"))
|
508
515
|
MonitoringConfiguration.add_member(:s3_monitoring_configuration, Shapes::ShapeRef.new(shape: S3MonitoringConfiguration, location_name: "s3MonitoringConfiguration"))
|
@@ -572,7 +579,7 @@ module Aws::EMRContainers
|
|
572
579
|
|
573
580
|
StartJobRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceNameString, location_name: "name"))
|
574
581
|
StartJobRunRequest.add_member(:virtual_cluster_id, Shapes::ShapeRef.new(shape: ResourceIdString, required: true, location: "uri", location_name: "virtualClusterId"))
|
575
|
-
StartJobRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
582
|
+
StartJobRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
576
583
|
StartJobRunRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "executionRoleArn"))
|
577
584
|
StartJobRunRequest.add_member(:release_label, Shapes::ShapeRef.new(shape: ReleaseLabel, location_name: "releaseLabel"))
|
578
585
|
StartJobRunRequest.add_member(:job_driver, Shapes::ShapeRef.new(shape: JobDriver, location_name: "jobDriver"))
|
@@ -1518,8 +1518,31 @@ module Aws::EMRContainers
|
|
1518
1518
|
include Aws::Structure
|
1519
1519
|
end
|
1520
1520
|
|
1521
|
+
# The entity that provides configuration control over managed logs.
|
1522
|
+
#
|
1523
|
+
# @!attribute [rw] allow_aws_to_retain_logs
|
1524
|
+
# Determines whether Amazon Web Services can retain logs.
|
1525
|
+
# @return [String]
|
1526
|
+
#
|
1527
|
+
# @!attribute [rw] encryption_key_arn
|
1528
|
+
# The Amazon resource name (ARN) of the encryption key for logs.
|
1529
|
+
# @return [String]
|
1530
|
+
#
|
1531
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/ManagedLogs AWS API Documentation
|
1532
|
+
#
|
1533
|
+
class ManagedLogs < Struct.new(
|
1534
|
+
:allow_aws_to_retain_logs,
|
1535
|
+
:encryption_key_arn)
|
1536
|
+
SENSITIVE = []
|
1537
|
+
include Aws::Structure
|
1538
|
+
end
|
1539
|
+
|
1521
1540
|
# Configuration setting for monitoring.
|
1522
1541
|
#
|
1542
|
+
# @!attribute [rw] managed_logs
|
1543
|
+
# The entity that controls configuration for managed logs.
|
1544
|
+
# @return [Types::ManagedLogs]
|
1545
|
+
#
|
1523
1546
|
# @!attribute [rw] persistent_app_ui
|
1524
1547
|
# Monitoring configurations for the persistent application UI.
|
1525
1548
|
# @return [String]
|
@@ -1539,6 +1562,7 @@ module Aws::EMRContainers
|
|
1539
1562
|
# @see http://docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/MonitoringConfiguration AWS API Documentation
|
1540
1563
|
#
|
1541
1564
|
class MonitoringConfiguration < Struct.new(
|
1565
|
+
:managed_logs,
|
1542
1566
|
:persistent_app_ui,
|
1543
1567
|
:cloud_watch_monitoring_configuration,
|
1544
1568
|
:s3_monitoring_configuration,
|
data/sig/client.rbs
CHANGED
@@ -168,6 +168,10 @@ module Aws
|
|
168
168
|
},
|
169
169
|
]?,
|
170
170
|
monitoring_configuration: {
|
171
|
+
managed_logs: {
|
172
|
+
allow_aws_to_retain_logs: ("ENABLED" | "DISABLED")?,
|
173
|
+
encryption_key_arn: ::String?
|
174
|
+
}?,
|
171
175
|
persistent_app_ui: ("ENABLED" | "DISABLED")?,
|
172
176
|
cloud_watch_monitoring_configuration: {
|
173
177
|
log_group_name: ::String,
|
@@ -472,6 +476,10 @@ module Aws
|
|
472
476
|
},
|
473
477
|
]?,
|
474
478
|
monitoring_configuration: {
|
479
|
+
managed_logs: {
|
480
|
+
allow_aws_to_retain_logs: ("ENABLED" | "DISABLED")?,
|
481
|
+
encryption_key_arn: ::String?
|
482
|
+
}?,
|
475
483
|
persistent_app_ui: ("ENABLED" | "DISABLED")?,
|
476
484
|
cloud_watch_monitoring_configuration: {
|
477
485
|
log_group_name: ::String,
|
data/sig/types.rbs
CHANGED
@@ -452,7 +452,14 @@ module Aws::EMRContainers
|
|
452
452
|
SENSITIVE: []
|
453
453
|
end
|
454
454
|
|
455
|
+
class ManagedLogs
|
456
|
+
attr_accessor allow_aws_to_retain_logs: ("ENABLED" | "DISABLED")
|
457
|
+
attr_accessor encryption_key_arn: ::String
|
458
|
+
SENSITIVE: []
|
459
|
+
end
|
460
|
+
|
455
461
|
class MonitoringConfiguration
|
462
|
+
attr_accessor managed_logs: Types::ManagedLogs
|
456
463
|
attr_accessor persistent_app_ui: ("ENABLED" | "DISABLED")
|
457
464
|
attr_accessor cloud_watch_monitoring_configuration: Types::CloudWatchMonitoringConfiguration
|
458
465
|
attr_accessor s3_monitoring_configuration: Types::S3MonitoringConfiguration
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrcontainers
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrcontainers/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon EMR Containers
|
99
96
|
test_files: []
|