aws-sdk-emrcontainers 1.51.0 → 1.52.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emrcontainers/client.rb +45 -29
- data/lib/aws-sdk-emrcontainers/client_api.rb +7 -0
- 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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7e0d275f7115fa4ffb3b5204c805bb9f600b29c7605064ee80850b988be24ea
|
4
|
+
data.tar.gz: 31503cbcd97d2f4fb64ea57f4e96b2f4710e2f6851cbd3672eb48b17fddc4ea3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e719920e5034d60e74c45a38b2f193b21d1cbbe831b9d72643ecfe8c5888d3a826aae1d6fac7ae49ccc5ed40bca9b27b3255026597252ef1eafc98c1e2d89840
|
7
|
+
data.tar.gz: 77cba221c74fc068720632731a9ab588643dd601c7000d5f6dda187073420abd7fb2cb5f387327a7d547e5d99aa9c1ce373131f8bd69bc8a8fa68ed01fee67cc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.52.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration".
|
8
|
+
|
4
9
|
1.51.0 (2025-02-06)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.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.52.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')
|
@@ -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"))
|
@@ -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,14 @@
|
|
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.52.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: 2025-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|