aws-sdk-emr 1.27.0 → 1.32.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/lib/aws-sdk-emr.rb +3 -1
- data/lib/aws-sdk-emr/client.rb +19 -3
- data/lib/aws-sdk-emr/client_api.rb +6 -0
- data/lib/aws-sdk-emr/customizations.rb +1 -0
- data/lib/aws-sdk-emr/errors.rb +2 -0
- data/lib/aws-sdk-emr/resource.rb +2 -0
- data/lib/aws-sdk-emr/types.rb +176 -6
- data/lib/aws-sdk-emr/waiters.rb +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c5ab572bd4d4b11ab13cd73525572f455919d54ed364bd6bbac48a2e8c35e3a
|
4
|
+
data.tar.gz: 1ee09f91d9d8829ea5b1627400247687cd8633f4af8c0104281b06f4b3d38ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae0dbb171c1806ea801c1286466f90dc6b19a3b12116a23ad96071a26d59e0606a2575f419d77b35ecbe6dc07a56a178f25d6c8fe5fefc4c632d24df1dc7d243
|
7
|
+
data.tar.gz: 8f97f070a23af8d2d688d2f1d6c3a03670a3167f8155acacc5603ec41870468acec44230664c8a1111372cc42a7b91d58ee5f36a92cd9cfb42fd19045b753393
|
data/lib/aws-sdk-emr.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-emr/customizations'
|
|
46
48
|
# @service
|
47
49
|
module Aws::EMR
|
48
50
|
|
49
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.32.0'
|
50
52
|
|
51
53
|
end
|
data/lib/aws-sdk-emr/client.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::EMR
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -161,7 +165,7 @@ module Aws::EMR
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::EMR
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -783,6 +787,7 @@ module Aws::EMR
|
|
783
787
|
# resp.cluster.ec2_instance_attributes.additional_slave_security_groups[0] #=> String
|
784
788
|
# resp.cluster.instance_collection_type #=> String, one of "INSTANCE_FLEET", "INSTANCE_GROUP"
|
785
789
|
# resp.cluster.log_uri #=> String
|
790
|
+
# resp.cluster.log_encryption_kms_key_id #=> String
|
786
791
|
# resp.cluster.requested_ami_version #=> String
|
787
792
|
# resp.cluster.running_ami_version #=> String
|
788
793
|
# resp.cluster.release_label #=> String
|
@@ -890,6 +895,7 @@ module Aws::EMR
|
|
890
895
|
# resp.job_flows[0].job_flow_id #=> String
|
891
896
|
# resp.job_flows[0].name #=> String
|
892
897
|
# resp.job_flows[0].log_uri #=> String
|
898
|
+
# resp.job_flows[0].log_encryption_kms_key_id #=> String
|
893
899
|
# resp.job_flows[0].ami_version #=> String
|
894
900
|
# resp.job_flows[0].execution_status_detail.state #=> String, one of "STARTING", "BOOTSTRAPPING", "RUNNING", "WAITING", "SHUTTING_DOWN", "TERMINATED", "COMPLETED", "FAILED"
|
895
901
|
# resp.job_flows[0].execution_status_detail.creation_date_time #=> Time
|
@@ -1104,6 +1110,7 @@ module Aws::EMR
|
|
1104
1110
|
# resp.managed_scaling_policy.compute_limits.minimum_capacity_units #=> Integer
|
1105
1111
|
# resp.managed_scaling_policy.compute_limits.maximum_capacity_units #=> Integer
|
1106
1112
|
# resp.managed_scaling_policy.compute_limits.maximum_on_demand_capacity_units #=> Integer
|
1113
|
+
# resp.managed_scaling_policy.compute_limits.maximum_core_capacity_units #=> Integer
|
1107
1114
|
#
|
1108
1115
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/GetManagedScalingPolicy AWS API Documentation
|
1109
1116
|
#
|
@@ -1889,6 +1896,7 @@ module Aws::EMR
|
|
1889
1896
|
# minimum_capacity_units: 1, # required
|
1890
1897
|
# maximum_capacity_units: 1, # required
|
1891
1898
|
# maximum_on_demand_capacity_units: 1,
|
1899
|
+
# maximum_core_capacity_units: 1,
|
1892
1900
|
# },
|
1893
1901
|
# },
|
1894
1902
|
# })
|
@@ -2035,6 +2043,12 @@ module Aws::EMR
|
|
2035
2043
|
# The location in Amazon S3 to write the log files of the job flow. If a
|
2036
2044
|
# value is not provided, logs are not created.
|
2037
2045
|
#
|
2046
|
+
# @option params [String] :log_encryption_kms_key_id
|
2047
|
+
# The AWS KMS customer master key (CMK) used for encrypting log files.
|
2048
|
+
# If a value is not provided, the logs will remain encrypted by AES-256.
|
2049
|
+
# This attribute is only available with EMR version 5.30.0 and later,
|
2050
|
+
# excluding EMR 6.0.0.
|
2051
|
+
#
|
2038
2052
|
# @option params [String] :additional_info
|
2039
2053
|
# A JSON string for selecting additional features.
|
2040
2054
|
#
|
@@ -2241,6 +2255,7 @@ module Aws::EMR
|
|
2241
2255
|
# resp = client.run_job_flow({
|
2242
2256
|
# name: "XmlStringMaxLen256", # required
|
2243
2257
|
# log_uri: "XmlString",
|
2258
|
+
# log_encryption_kms_key_id: "XmlString",
|
2244
2259
|
# additional_info: "XmlString",
|
2245
2260
|
# ami_version: "XmlStringMaxLen256",
|
2246
2261
|
# release_label: "XmlStringMaxLen256",
|
@@ -2466,6 +2481,7 @@ module Aws::EMR
|
|
2466
2481
|
# minimum_capacity_units: 1, # required
|
2467
2482
|
# maximum_capacity_units: 1, # required
|
2468
2483
|
# maximum_on_demand_capacity_units: 1,
|
2484
|
+
# maximum_core_capacity_units: 1,
|
2469
2485
|
# },
|
2470
2486
|
# },
|
2471
2487
|
# })
|
@@ -2620,7 +2636,7 @@ module Aws::EMR
|
|
2620
2636
|
params: params,
|
2621
2637
|
config: config)
|
2622
2638
|
context[:gem_name] = 'aws-sdk-emr'
|
2623
|
-
context[:gem_version] = '1.
|
2639
|
+
context[:gem_version] = '1.32.0'
|
2624
2640
|
Seahorse::Client::Request.new(handlers, context)
|
2625
2641
|
end
|
2626
2642
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -359,6 +361,7 @@ module Aws::EMR
|
|
359
361
|
Cluster.add_member(:ec2_instance_attributes, Shapes::ShapeRef.new(shape: Ec2InstanceAttributes, location_name: "Ec2InstanceAttributes"))
|
360
362
|
Cluster.add_member(:instance_collection_type, Shapes::ShapeRef.new(shape: InstanceCollectionType, location_name: "InstanceCollectionType"))
|
361
363
|
Cluster.add_member(:log_uri, Shapes::ShapeRef.new(shape: String, location_name: "LogUri"))
|
364
|
+
Cluster.add_member(:log_encryption_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "LogEncryptionKmsKeyId"))
|
362
365
|
Cluster.add_member(:requested_ami_version, Shapes::ShapeRef.new(shape: String, location_name: "RequestedAmiVersion"))
|
363
366
|
Cluster.add_member(:running_ami_version, Shapes::ShapeRef.new(shape: String, location_name: "RunningAmiVersion"))
|
364
367
|
Cluster.add_member(:release_label, Shapes::ShapeRef.new(shape: String, location_name: "ReleaseLabel"))
|
@@ -420,6 +423,7 @@ module Aws::EMR
|
|
420
423
|
ComputeLimits.add_member(:minimum_capacity_units, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MinimumCapacityUnits"))
|
421
424
|
ComputeLimits.add_member(:maximum_capacity_units, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaximumCapacityUnits"))
|
422
425
|
ComputeLimits.add_member(:maximum_on_demand_capacity_units, Shapes::ShapeRef.new(shape: Integer, location_name: "MaximumOnDemandCapacityUnits"))
|
426
|
+
ComputeLimits.add_member(:maximum_core_capacity_units, Shapes::ShapeRef.new(shape: Integer, location_name: "MaximumCoreCapacityUnits"))
|
423
427
|
ComputeLimits.struct_class = Types::ComputeLimits
|
424
428
|
|
425
429
|
Configuration.add_member(:classification, Shapes::ShapeRef.new(shape: String, location_name: "Classification"))
|
@@ -735,6 +739,7 @@ module Aws::EMR
|
|
735
739
|
JobFlowDetail.add_member(:job_flow_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "JobFlowId"))
|
736
740
|
JobFlowDetail.add_member(:name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "Name"))
|
737
741
|
JobFlowDetail.add_member(:log_uri, Shapes::ShapeRef.new(shape: XmlString, location_name: "LogUri"))
|
742
|
+
JobFlowDetail.add_member(:log_encryption_kms_key_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "LogEncryptionKmsKeyId"))
|
738
743
|
JobFlowDetail.add_member(:ami_version, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "AmiVersion"))
|
739
744
|
JobFlowDetail.add_member(:execution_status_detail, Shapes::ShapeRef.new(shape: JobFlowExecutionStatusDetail, required: true, location_name: "ExecutionStatusDetail"))
|
740
745
|
JobFlowDetail.add_member(:instances, Shapes::ShapeRef.new(shape: JobFlowInstancesDetail, required: true, location_name: "Instances"))
|
@@ -948,6 +953,7 @@ module Aws::EMR
|
|
948
953
|
|
949
954
|
RunJobFlowInput.add_member(:name, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "Name"))
|
950
955
|
RunJobFlowInput.add_member(:log_uri, Shapes::ShapeRef.new(shape: XmlString, location_name: "LogUri"))
|
956
|
+
RunJobFlowInput.add_member(:log_encryption_kms_key_id, Shapes::ShapeRef.new(shape: XmlString, location_name: "LogEncryptionKmsKeyId"))
|
951
957
|
RunJobFlowInput.add_member(:additional_info, Shapes::ShapeRef.new(shape: XmlString, location_name: "AdditionalInfo"))
|
952
958
|
RunJobFlowInput.add_member(:ami_version, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "AmiVersion"))
|
953
959
|
RunJobFlowInput.add_member(:release_label, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "ReleaseLabel"))
|
data/lib/aws-sdk-emr/errors.rb
CHANGED
data/lib/aws-sdk-emr/resource.rb
CHANGED
data/lib/aws-sdk-emr/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -73,6 +75,7 @@ module Aws::EMR
|
|
73
75
|
class AddInstanceFleetInput < Struct.new(
|
74
76
|
:cluster_id,
|
75
77
|
:instance_fleet)
|
78
|
+
SENSITIVE = []
|
76
79
|
include Aws::Structure
|
77
80
|
end
|
78
81
|
|
@@ -94,6 +97,7 @@ module Aws::EMR
|
|
94
97
|
:cluster_id,
|
95
98
|
:instance_fleet_id,
|
96
99
|
:cluster_arn)
|
100
|
+
SENSITIVE = []
|
97
101
|
include Aws::Structure
|
98
102
|
end
|
99
103
|
|
@@ -191,6 +195,7 @@ module Aws::EMR
|
|
191
195
|
class AddInstanceGroupsInput < Struct.new(
|
192
196
|
:instance_groups,
|
193
197
|
:job_flow_id)
|
198
|
+
SENSITIVE = []
|
194
199
|
include Aws::Structure
|
195
200
|
end
|
196
201
|
|
@@ -214,6 +219,7 @@ module Aws::EMR
|
|
214
219
|
:job_flow_id,
|
215
220
|
:instance_group_ids,
|
216
221
|
:cluster_arn)
|
222
|
+
SENSITIVE = []
|
217
223
|
include Aws::Structure
|
218
224
|
end
|
219
225
|
|
@@ -257,6 +263,7 @@ module Aws::EMR
|
|
257
263
|
class AddJobFlowStepsInput < Struct.new(
|
258
264
|
:job_flow_id,
|
259
265
|
:steps)
|
266
|
+
SENSITIVE = []
|
260
267
|
include Aws::Structure
|
261
268
|
end
|
262
269
|
|
@@ -270,6 +277,7 @@ module Aws::EMR
|
|
270
277
|
#
|
271
278
|
class AddJobFlowStepsOutput < Struct.new(
|
272
279
|
:step_ids)
|
280
|
+
SENSITIVE = []
|
273
281
|
include Aws::Structure
|
274
282
|
end
|
275
283
|
|
@@ -305,6 +313,7 @@ module Aws::EMR
|
|
305
313
|
class AddTagsInput < Struct.new(
|
306
314
|
:resource_id,
|
307
315
|
:tags)
|
316
|
+
SENSITIVE = []
|
308
317
|
include Aws::Structure
|
309
318
|
end
|
310
319
|
|
@@ -367,6 +376,7 @@ module Aws::EMR
|
|
367
376
|
:version,
|
368
377
|
:args,
|
369
378
|
:additional_info)
|
379
|
+
SENSITIVE = []
|
370
380
|
include Aws::Structure
|
371
381
|
end
|
372
382
|
|
@@ -434,6 +444,7 @@ module Aws::EMR
|
|
434
444
|
class AutoScalingPolicy < Struct.new(
|
435
445
|
:constraints,
|
436
446
|
:rules)
|
447
|
+
SENSITIVE = []
|
437
448
|
include Aws::Structure
|
438
449
|
end
|
439
450
|
|
@@ -464,6 +475,7 @@ module Aws::EMR
|
|
464
475
|
:status,
|
465
476
|
:constraints,
|
466
477
|
:rules)
|
478
|
+
SENSITIVE = []
|
467
479
|
include Aws::Structure
|
468
480
|
end
|
469
481
|
|
@@ -487,6 +499,7 @@ module Aws::EMR
|
|
487
499
|
class AutoScalingPolicyStateChangeReason < Struct.new(
|
488
500
|
:code,
|
489
501
|
:message)
|
502
|
+
SENSITIVE = []
|
490
503
|
include Aws::Structure
|
491
504
|
end
|
492
505
|
|
@@ -505,6 +518,7 @@ module Aws::EMR
|
|
505
518
|
class AutoScalingPolicyStatus < Struct.new(
|
506
519
|
:state,
|
507
520
|
:state_change_reason)
|
521
|
+
SENSITIVE = []
|
508
522
|
include Aws::Structure
|
509
523
|
end
|
510
524
|
|
@@ -554,6 +568,7 @@ module Aws::EMR
|
|
554
568
|
class BlockPublicAccessConfiguration < Struct.new(
|
555
569
|
:block_public_security_group_rules,
|
556
570
|
:permitted_public_security_group_rule_ranges)
|
571
|
+
SENSITIVE = []
|
557
572
|
include Aws::Structure
|
558
573
|
end
|
559
574
|
|
@@ -577,6 +592,7 @@ module Aws::EMR
|
|
577
592
|
class BlockPublicAccessConfigurationMetadata < Struct.new(
|
578
593
|
:creation_date_time,
|
579
594
|
:created_by_arn)
|
595
|
+
SENSITIVE = []
|
580
596
|
include Aws::Structure
|
581
597
|
end
|
582
598
|
|
@@ -606,6 +622,7 @@ module Aws::EMR
|
|
606
622
|
class BootstrapActionConfig < Struct.new(
|
607
623
|
:name,
|
608
624
|
:script_bootstrap_action)
|
625
|
+
SENSITIVE = []
|
609
626
|
include Aws::Structure
|
610
627
|
end
|
611
628
|
|
@@ -620,6 +637,7 @@ module Aws::EMR
|
|
620
637
|
#
|
621
638
|
class BootstrapActionDetail < Struct.new(
|
622
639
|
:bootstrap_action_config)
|
640
|
+
SENSITIVE = []
|
623
641
|
include Aws::Structure
|
624
642
|
end
|
625
643
|
|
@@ -645,6 +663,7 @@ module Aws::EMR
|
|
645
663
|
:step_id,
|
646
664
|
:status,
|
647
665
|
:reason)
|
666
|
+
SENSITIVE = []
|
648
667
|
include Aws::Structure
|
649
668
|
end
|
650
669
|
|
@@ -680,6 +699,7 @@ module Aws::EMR
|
|
680
699
|
:cluster_id,
|
681
700
|
:step_ids,
|
682
701
|
:step_cancellation_option)
|
702
|
+
SENSITIVE = []
|
683
703
|
include Aws::Structure
|
684
704
|
end
|
685
705
|
|
@@ -694,6 +714,7 @@ module Aws::EMR
|
|
694
714
|
#
|
695
715
|
class CancelStepsOutput < Struct.new(
|
696
716
|
:cancel_steps_info_list)
|
717
|
+
SENSITIVE = []
|
697
718
|
include Aws::Structure
|
698
719
|
end
|
699
720
|
|
@@ -779,6 +800,7 @@ module Aws::EMR
|
|
779
800
|
:threshold,
|
780
801
|
:unit,
|
781
802
|
:dimensions)
|
803
|
+
SENSITIVE = []
|
782
804
|
include Aws::Structure
|
783
805
|
end
|
784
806
|
|
@@ -819,6 +841,12 @@ module Aws::EMR
|
|
819
841
|
# stored.
|
820
842
|
# @return [String]
|
821
843
|
#
|
844
|
+
# @!attribute [rw] log_encryption_kms_key_id
|
845
|
+
# The AWS KMS customer master key (CMK) used for encrypting log files.
|
846
|
+
# This attribute is only available with EMR version 5.30.0 and later,
|
847
|
+
# excluding EMR 6.0.0.
|
848
|
+
# @return [String]
|
849
|
+
#
|
822
850
|
# @!attribute [rw] requested_ami_version
|
823
851
|
# The AMI version requested for this cluster.
|
824
852
|
# @return [String]
|
@@ -977,6 +1005,7 @@ module Aws::EMR
|
|
977
1005
|
:ec2_instance_attributes,
|
978
1006
|
:instance_collection_type,
|
979
1007
|
:log_uri,
|
1008
|
+
:log_encryption_kms_key_id,
|
980
1009
|
:requested_ami_version,
|
981
1010
|
:running_ami_version,
|
982
1011
|
:release_label,
|
@@ -999,6 +1028,7 @@ module Aws::EMR
|
|
999
1028
|
:cluster_arn,
|
1000
1029
|
:outpost_arn,
|
1001
1030
|
:step_concurrency_level)
|
1031
|
+
SENSITIVE = []
|
1002
1032
|
include Aws::Structure
|
1003
1033
|
end
|
1004
1034
|
|
@@ -1017,6 +1047,7 @@ module Aws::EMR
|
|
1017
1047
|
class ClusterStateChangeReason < Struct.new(
|
1018
1048
|
:code,
|
1019
1049
|
:message)
|
1050
|
+
SENSITIVE = []
|
1020
1051
|
include Aws::Structure
|
1021
1052
|
end
|
1022
1053
|
|
@@ -1041,6 +1072,7 @@ module Aws::EMR
|
|
1041
1072
|
:state,
|
1042
1073
|
:state_change_reason,
|
1043
1074
|
:timeline)
|
1075
|
+
SENSITIVE = []
|
1044
1076
|
include Aws::Structure
|
1045
1077
|
end
|
1046
1078
|
|
@@ -1086,6 +1118,7 @@ module Aws::EMR
|
|
1086
1118
|
:normalized_instance_hours,
|
1087
1119
|
:cluster_arn,
|
1088
1120
|
:outpost_arn)
|
1121
|
+
SENSITIVE = []
|
1089
1122
|
include Aws::Structure
|
1090
1123
|
end
|
1091
1124
|
|
@@ -1109,6 +1142,7 @@ module Aws::EMR
|
|
1109
1142
|
:creation_date_time,
|
1110
1143
|
:ready_date_time,
|
1111
1144
|
:end_date_time)
|
1145
|
+
SENSITIVE = []
|
1112
1146
|
include Aws::Structure
|
1113
1147
|
end
|
1114
1148
|
|
@@ -1132,6 +1166,7 @@ module Aws::EMR
|
|
1132
1166
|
:name,
|
1133
1167
|
:script_path,
|
1134
1168
|
:args)
|
1169
|
+
SENSITIVE = []
|
1135
1170
|
include Aws::Structure
|
1136
1171
|
end
|
1137
1172
|
|
@@ -1148,6 +1183,7 @@ module Aws::EMR
|
|
1148
1183
|
# minimum_capacity_units: 1, # required
|
1149
1184
|
# maximum_capacity_units: 1, # required
|
1150
1185
|
# maximum_on_demand_capacity_units: 1,
|
1186
|
+
# maximum_core_capacity_units: 1,
|
1151
1187
|
# }
|
1152
1188
|
#
|
1153
1189
|
# @!attribute [rw] unit_type
|
@@ -1171,12 +1207,19 @@ module Aws::EMR
|
|
1171
1207
|
# @return [Integer]
|
1172
1208
|
#
|
1173
1209
|
# @!attribute [rw] maximum_on_demand_capacity_units
|
1174
|
-
# The upper boundary of
|
1210
|
+
# The upper boundary of On-Demand EC2 units. It is measured through
|
1175
1211
|
# VCPU cores or instances for instance groups and measured through
|
1176
|
-
# units for instance fleets. The
|
1177
|
-
# scale beyond this boundary. The
|
1178
|
-
#
|
1179
|
-
#
|
1212
|
+
# units for instance fleets. The On-Demand units are not allowed to
|
1213
|
+
# scale beyond this boundary. The parameter is used to split capacity
|
1214
|
+
# allocation between On-Demand and Spot instances.
|
1215
|
+
# @return [Integer]
|
1216
|
+
#
|
1217
|
+
# @!attribute [rw] maximum_core_capacity_units
|
1218
|
+
# The upper boundary of EC2 units for core node type in a cluster. It
|
1219
|
+
# is measured through VCPU cores or instances for instance groups and
|
1220
|
+
# measured through units for instance fleets. The core units are not
|
1221
|
+
# allowed to scale beyond this boundary. The parameter is used to
|
1222
|
+
# split capacity allocation between core and task nodes.
|
1180
1223
|
# @return [Integer]
|
1181
1224
|
#
|
1182
1225
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/ComputeLimits AWS API Documentation
|
@@ -1185,7 +1228,9 @@ module Aws::EMR
|
|
1185
1228
|
:unit_type,
|
1186
1229
|
:minimum_capacity_units,
|
1187
1230
|
:maximum_capacity_units,
|
1188
|
-
:maximum_on_demand_capacity_units
|
1231
|
+
:maximum_on_demand_capacity_units,
|
1232
|
+
:maximum_core_capacity_units)
|
1233
|
+
SENSITIVE = []
|
1189
1234
|
include Aws::Structure
|
1190
1235
|
end
|
1191
1236
|
|
@@ -1245,6 +1290,7 @@ module Aws::EMR
|
|
1245
1290
|
:classification,
|
1246
1291
|
:configurations,
|
1247
1292
|
:properties)
|
1293
|
+
SENSITIVE = []
|
1248
1294
|
include Aws::Structure
|
1249
1295
|
end
|
1250
1296
|
|
@@ -1275,6 +1321,7 @@ module Aws::EMR
|
|
1275
1321
|
class CreateSecurityConfigurationInput < Struct.new(
|
1276
1322
|
:name,
|
1277
1323
|
:security_configuration)
|
1324
|
+
SENSITIVE = []
|
1278
1325
|
include Aws::Structure
|
1279
1326
|
end
|
1280
1327
|
|
@@ -1291,6 +1338,7 @@ module Aws::EMR
|
|
1291
1338
|
class CreateSecurityConfigurationOutput < Struct.new(
|
1292
1339
|
:name,
|
1293
1340
|
:creation_date_time)
|
1341
|
+
SENSITIVE = []
|
1294
1342
|
include Aws::Structure
|
1295
1343
|
end
|
1296
1344
|
|
@@ -1309,6 +1357,7 @@ module Aws::EMR
|
|
1309
1357
|
#
|
1310
1358
|
class DeleteSecurityConfigurationInput < Struct.new(
|
1311
1359
|
:name)
|
1360
|
+
SENSITIVE = []
|
1312
1361
|
include Aws::Structure
|
1313
1362
|
end
|
1314
1363
|
|
@@ -1333,6 +1382,7 @@ module Aws::EMR
|
|
1333
1382
|
#
|
1334
1383
|
class DescribeClusterInput < Struct.new(
|
1335
1384
|
:cluster_id)
|
1385
|
+
SENSITIVE = []
|
1336
1386
|
include Aws::Structure
|
1337
1387
|
end
|
1338
1388
|
|
@@ -1346,6 +1396,7 @@ module Aws::EMR
|
|
1346
1396
|
#
|
1347
1397
|
class DescribeClusterOutput < Struct.new(
|
1348
1398
|
:cluster)
|
1399
|
+
SENSITIVE = []
|
1349
1400
|
include Aws::Structure
|
1350
1401
|
end
|
1351
1402
|
|
@@ -1384,6 +1435,7 @@ module Aws::EMR
|
|
1384
1435
|
:created_before,
|
1385
1436
|
:job_flow_ids,
|
1386
1437
|
:job_flow_states)
|
1438
|
+
SENSITIVE = []
|
1387
1439
|
include Aws::Structure
|
1388
1440
|
end
|
1389
1441
|
|
@@ -1397,6 +1449,7 @@ module Aws::EMR
|
|
1397
1449
|
#
|
1398
1450
|
class DescribeJobFlowsOutput < Struct.new(
|
1399
1451
|
:job_flows)
|
1452
|
+
SENSITIVE = []
|
1400
1453
|
include Aws::Structure
|
1401
1454
|
end
|
1402
1455
|
|
@@ -1415,6 +1468,7 @@ module Aws::EMR
|
|
1415
1468
|
#
|
1416
1469
|
class DescribeSecurityConfigurationInput < Struct.new(
|
1417
1470
|
:name)
|
1471
|
+
SENSITIVE = []
|
1418
1472
|
include Aws::Structure
|
1419
1473
|
end
|
1420
1474
|
|
@@ -1436,6 +1490,7 @@ module Aws::EMR
|
|
1436
1490
|
:name,
|
1437
1491
|
:security_configuration,
|
1438
1492
|
:creation_date_time)
|
1493
|
+
SENSITIVE = []
|
1439
1494
|
include Aws::Structure
|
1440
1495
|
end
|
1441
1496
|
|
@@ -1462,6 +1517,7 @@ module Aws::EMR
|
|
1462
1517
|
class DescribeStepInput < Struct.new(
|
1463
1518
|
:cluster_id,
|
1464
1519
|
:step_id)
|
1520
|
+
SENSITIVE = []
|
1465
1521
|
include Aws::Structure
|
1466
1522
|
end
|
1467
1523
|
|
@@ -1475,6 +1531,7 @@ module Aws::EMR
|
|
1475
1531
|
#
|
1476
1532
|
class DescribeStepOutput < Struct.new(
|
1477
1533
|
:step)
|
1534
|
+
SENSITIVE = []
|
1478
1535
|
include Aws::Structure
|
1479
1536
|
end
|
1480
1537
|
|
@@ -1496,6 +1553,7 @@ module Aws::EMR
|
|
1496
1553
|
class EbsBlockDevice < Struct.new(
|
1497
1554
|
:volume_specification,
|
1498
1555
|
:device)
|
1556
|
+
SENSITIVE = []
|
1499
1557
|
include Aws::Structure
|
1500
1558
|
end
|
1501
1559
|
|
@@ -1531,6 +1589,7 @@ module Aws::EMR
|
|
1531
1589
|
class EbsBlockDeviceConfig < Struct.new(
|
1532
1590
|
:volume_specification,
|
1533
1591
|
:volumes_per_instance)
|
1592
|
+
SENSITIVE = []
|
1534
1593
|
include Aws::Structure
|
1535
1594
|
end
|
1536
1595
|
|
@@ -1567,6 +1626,7 @@ module Aws::EMR
|
|
1567
1626
|
class EbsConfiguration < Struct.new(
|
1568
1627
|
:ebs_block_device_configs,
|
1569
1628
|
:ebs_optimized)
|
1629
|
+
SENSITIVE = []
|
1570
1630
|
include Aws::Structure
|
1571
1631
|
end
|
1572
1632
|
|
@@ -1585,6 +1645,7 @@ module Aws::EMR
|
|
1585
1645
|
class EbsVolume < Struct.new(
|
1586
1646
|
:device,
|
1587
1647
|
:volume_id)
|
1648
|
+
SENSITIVE = []
|
1588
1649
|
include Aws::Structure
|
1589
1650
|
end
|
1590
1651
|
|
@@ -1678,6 +1739,7 @@ module Aws::EMR
|
|
1678
1739
|
:service_access_security_group,
|
1679
1740
|
:additional_master_security_groups,
|
1680
1741
|
:additional_slave_security_groups)
|
1742
|
+
SENSITIVE = []
|
1681
1743
|
include Aws::Structure
|
1682
1744
|
end
|
1683
1745
|
|
@@ -1707,6 +1769,7 @@ module Aws::EMR
|
|
1707
1769
|
:reason,
|
1708
1770
|
:message,
|
1709
1771
|
:log_file)
|
1772
|
+
SENSITIVE = []
|
1710
1773
|
include Aws::Structure
|
1711
1774
|
end
|
1712
1775
|
|
@@ -1753,6 +1816,7 @@ module Aws::EMR
|
|
1753
1816
|
class GetBlockPublicAccessConfigurationOutput < Struct.new(
|
1754
1817
|
:block_public_access_configuration,
|
1755
1818
|
:block_public_access_configuration_metadata)
|
1819
|
+
SENSITIVE = []
|
1756
1820
|
include Aws::Structure
|
1757
1821
|
end
|
1758
1822
|
|
@@ -1772,6 +1836,7 @@ module Aws::EMR
|
|
1772
1836
|
#
|
1773
1837
|
class GetManagedScalingPolicyInput < Struct.new(
|
1774
1838
|
:cluster_id)
|
1839
|
+
SENSITIVE = []
|
1775
1840
|
include Aws::Structure
|
1776
1841
|
end
|
1777
1842
|
|
@@ -1784,6 +1849,7 @@ module Aws::EMR
|
|
1784
1849
|
#
|
1785
1850
|
class GetManagedScalingPolicyOutput < Struct.new(
|
1786
1851
|
:managed_scaling_policy)
|
1852
|
+
SENSITIVE = []
|
1787
1853
|
include Aws::Structure
|
1788
1854
|
end
|
1789
1855
|
|
@@ -1833,6 +1899,7 @@ module Aws::EMR
|
|
1833
1899
|
:jar,
|
1834
1900
|
:main_class,
|
1835
1901
|
:args)
|
1902
|
+
SENSITIVE = []
|
1836
1903
|
include Aws::Structure
|
1837
1904
|
end
|
1838
1905
|
|
@@ -1867,6 +1934,7 @@ module Aws::EMR
|
|
1867
1934
|
:properties,
|
1868
1935
|
:main_class,
|
1869
1936
|
:args)
|
1937
|
+
SENSITIVE = []
|
1870
1938
|
include Aws::Structure
|
1871
1939
|
end
|
1872
1940
|
|
@@ -1937,6 +2005,7 @@ module Aws::EMR
|
|
1937
2005
|
:market,
|
1938
2006
|
:instance_type,
|
1939
2007
|
:ebs_volumes)
|
2008
|
+
SENSITIVE = []
|
1940
2009
|
include Aws::Structure
|
1941
2010
|
end
|
1942
2011
|
|
@@ -2056,6 +2125,7 @@ module Aws::EMR
|
|
2056
2125
|
:provisioned_spot_capacity,
|
2057
2126
|
:instance_type_specifications,
|
2058
2127
|
:launch_specifications)
|
2128
|
+
SENSITIVE = []
|
2059
2129
|
include Aws::Structure
|
2060
2130
|
end
|
2061
2131
|
|
@@ -2190,6 +2260,7 @@ module Aws::EMR
|
|
2190
2260
|
:target_spot_capacity,
|
2191
2261
|
:instance_type_configs,
|
2192
2262
|
:launch_specifications)
|
2263
|
+
SENSITIVE = []
|
2193
2264
|
include Aws::Structure
|
2194
2265
|
end
|
2195
2266
|
|
@@ -2229,6 +2300,7 @@ module Aws::EMR
|
|
2229
2300
|
:instance_fleet_id,
|
2230
2301
|
:target_on_demand_capacity,
|
2231
2302
|
:target_spot_capacity)
|
2303
|
+
SENSITIVE = []
|
2232
2304
|
include Aws::Structure
|
2233
2305
|
end
|
2234
2306
|
|
@@ -2260,6 +2332,7 @@ module Aws::EMR
|
|
2260
2332
|
#
|
2261
2333
|
class InstanceFleetProvisioningSpecifications < Struct.new(
|
2262
2334
|
:spot_specification)
|
2335
|
+
SENSITIVE = []
|
2263
2336
|
include Aws::Structure
|
2264
2337
|
end
|
2265
2338
|
|
@@ -2283,6 +2356,7 @@ module Aws::EMR
|
|
2283
2356
|
class InstanceFleetStateChangeReason < Struct.new(
|
2284
2357
|
:code,
|
2285
2358
|
:message)
|
2359
|
+
SENSITIVE = []
|
2286
2360
|
include Aws::Structure
|
2287
2361
|
end
|
2288
2362
|
|
@@ -2334,6 +2408,7 @@ module Aws::EMR
|
|
2334
2408
|
:state,
|
2335
2409
|
:state_change_reason,
|
2336
2410
|
:timeline)
|
2411
|
+
SENSITIVE = []
|
2337
2412
|
include Aws::Structure
|
2338
2413
|
end
|
2339
2414
|
|
@@ -2364,6 +2439,7 @@ module Aws::EMR
|
|
2364
2439
|
:creation_date_time,
|
2365
2440
|
:ready_date_time,
|
2366
2441
|
:end_date_time)
|
2442
|
+
SENSITIVE = []
|
2367
2443
|
include Aws::Structure
|
2368
2444
|
end
|
2369
2445
|
|
@@ -2479,6 +2555,7 @@ module Aws::EMR
|
|
2479
2555
|
:ebs_optimized,
|
2480
2556
|
:shrink_policy,
|
2481
2557
|
:auto_scaling_policy)
|
2558
|
+
SENSITIVE = []
|
2482
2559
|
include Aws::Structure
|
2483
2560
|
end
|
2484
2561
|
|
@@ -2620,6 +2697,7 @@ module Aws::EMR
|
|
2620
2697
|
:configurations,
|
2621
2698
|
:ebs_configuration,
|
2622
2699
|
:auto_scaling_policy)
|
2700
|
+
SENSITIVE = []
|
2623
2701
|
include Aws::Structure
|
2624
2702
|
end
|
2625
2703
|
|
@@ -2702,6 +2780,7 @@ module Aws::EMR
|
|
2702
2780
|
:start_date_time,
|
2703
2781
|
:ready_date_time,
|
2704
2782
|
:end_date_time)
|
2783
|
+
SENSITIVE = []
|
2705
2784
|
include Aws::Structure
|
2706
2785
|
end
|
2707
2786
|
|
@@ -2765,6 +2844,7 @@ module Aws::EMR
|
|
2765
2844
|
:ec2_instance_ids_to_terminate,
|
2766
2845
|
:shrink_policy,
|
2767
2846
|
:configurations)
|
2847
|
+
SENSITIVE = []
|
2768
2848
|
include Aws::Structure
|
2769
2849
|
end
|
2770
2850
|
|
@@ -2783,6 +2863,7 @@ module Aws::EMR
|
|
2783
2863
|
class InstanceGroupStateChangeReason < Struct.new(
|
2784
2864
|
:code,
|
2785
2865
|
:message)
|
2866
|
+
SENSITIVE = []
|
2786
2867
|
include Aws::Structure
|
2787
2868
|
end
|
2788
2869
|
|
@@ -2806,6 +2887,7 @@ module Aws::EMR
|
|
2806
2887
|
:state,
|
2807
2888
|
:state_change_reason,
|
2808
2889
|
:timeline)
|
2890
|
+
SENSITIVE = []
|
2809
2891
|
include Aws::Structure
|
2810
2892
|
end
|
2811
2893
|
|
@@ -2830,6 +2912,7 @@ module Aws::EMR
|
|
2830
2912
|
:creation_date_time,
|
2831
2913
|
:ready_date_time,
|
2832
2914
|
:end_date_time)
|
2915
|
+
SENSITIVE = []
|
2833
2916
|
include Aws::Structure
|
2834
2917
|
end
|
2835
2918
|
|
@@ -2866,6 +2949,7 @@ module Aws::EMR
|
|
2866
2949
|
:instances_to_terminate,
|
2867
2950
|
:instances_to_protect,
|
2868
2951
|
:instance_termination_timeout)
|
2952
|
+
SENSITIVE = []
|
2869
2953
|
include Aws::Structure
|
2870
2954
|
end
|
2871
2955
|
|
@@ -2884,6 +2968,7 @@ module Aws::EMR
|
|
2884
2968
|
class InstanceStateChangeReason < Struct.new(
|
2885
2969
|
:code,
|
2886
2970
|
:message)
|
2971
|
+
SENSITIVE = []
|
2887
2972
|
include Aws::Structure
|
2888
2973
|
end
|
2889
2974
|
|
@@ -2907,6 +2992,7 @@ module Aws::EMR
|
|
2907
2992
|
:state,
|
2908
2993
|
:state_change_reason,
|
2909
2994
|
:timeline)
|
2995
|
+
SENSITIVE = []
|
2910
2996
|
include Aws::Structure
|
2911
2997
|
end
|
2912
2998
|
|
@@ -2930,6 +3016,7 @@ module Aws::EMR
|
|
2930
3016
|
:creation_date_time,
|
2931
3017
|
:ready_date_time,
|
2932
3018
|
:end_date_time)
|
3019
|
+
SENSITIVE = []
|
2933
3020
|
include Aws::Structure
|
2934
3021
|
end
|
2935
3022
|
|
@@ -3024,6 +3111,7 @@ module Aws::EMR
|
|
3024
3111
|
:bid_price_as_percentage_of_on_demand_price,
|
3025
3112
|
:ebs_configuration,
|
3026
3113
|
:configurations)
|
3114
|
+
SENSITIVE = []
|
3027
3115
|
include Aws::Structure
|
3028
3116
|
end
|
3029
3117
|
|
@@ -3084,6 +3172,7 @@ module Aws::EMR
|
|
3084
3172
|
:configurations,
|
3085
3173
|
:ebs_block_devices,
|
3086
3174
|
:ebs_optimized)
|
3175
|
+
SENSITIVE = []
|
3087
3176
|
include Aws::Structure
|
3088
3177
|
end
|
3089
3178
|
|
@@ -3105,6 +3194,7 @@ module Aws::EMR
|
|
3105
3194
|
#
|
3106
3195
|
class InternalServerException < Struct.new(
|
3107
3196
|
:message)
|
3197
|
+
SENSITIVE = []
|
3108
3198
|
include Aws::Structure
|
3109
3199
|
end
|
3110
3200
|
|
@@ -3123,6 +3213,7 @@ module Aws::EMR
|
|
3123
3213
|
class InvalidRequestException < Struct.new(
|
3124
3214
|
:error_code,
|
3125
3215
|
:message)
|
3216
|
+
SENSITIVE = []
|
3126
3217
|
include Aws::Structure
|
3127
3218
|
end
|
3128
3219
|
|
@@ -3140,6 +3231,12 @@ module Aws::EMR
|
|
3140
3231
|
# The location in Amazon S3 where log files for the job are stored.
|
3141
3232
|
# @return [String]
|
3142
3233
|
#
|
3234
|
+
# @!attribute [rw] log_encryption_kms_key_id
|
3235
|
+
# The AWS KMS customer master key (CMK) used for encrypting log files.
|
3236
|
+
# This attribute is only available with EMR version 5.30.0 and later,
|
3237
|
+
# excluding EMR 6.0.0.
|
3238
|
+
# @return [String]
|
3239
|
+
#
|
3143
3240
|
# @!attribute [rw] ami_version
|
3144
3241
|
# Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR
|
3145
3242
|
# releases 4.0 and later, `ReleaseLabel` is used. To specify a custom
|
@@ -3220,6 +3317,7 @@ module Aws::EMR
|
|
3220
3317
|
:job_flow_id,
|
3221
3318
|
:name,
|
3222
3319
|
:log_uri,
|
3320
|
+
:log_encryption_kms_key_id,
|
3223
3321
|
:ami_version,
|
3224
3322
|
:execution_status_detail,
|
3225
3323
|
:instances,
|
@@ -3231,6 +3329,7 @@ module Aws::EMR
|
|
3231
3329
|
:service_role,
|
3232
3330
|
:auto_scaling_role,
|
3233
3331
|
:scale_down_behavior)
|
3332
|
+
SENSITIVE = []
|
3234
3333
|
include Aws::Structure
|
3235
3334
|
end
|
3236
3335
|
|
@@ -3270,6 +3369,7 @@ module Aws::EMR
|
|
3270
3369
|
:ready_date_time,
|
3271
3370
|
:end_date_time,
|
3272
3371
|
:last_state_change_reason)
|
3372
|
+
SENSITIVE = []
|
3273
3373
|
include Aws::Structure
|
3274
3374
|
end
|
3275
3375
|
|
@@ -3543,6 +3643,7 @@ module Aws::EMR
|
|
3543
3643
|
:service_access_security_group,
|
3544
3644
|
:additional_master_security_groups,
|
3545
3645
|
:additional_slave_security_groups)
|
3646
|
+
SENSITIVE = []
|
3546
3647
|
include Aws::Structure
|
3547
3648
|
end
|
3548
3649
|
|
@@ -3633,6 +3734,7 @@ module Aws::EMR
|
|
3633
3734
|
:keep_job_flow_alive_when_no_steps,
|
3634
3735
|
:termination_protected,
|
3635
3736
|
:hadoop_version)
|
3737
|
+
SENSITIVE = []
|
3636
3738
|
include Aws::Structure
|
3637
3739
|
end
|
3638
3740
|
|
@@ -3690,6 +3792,7 @@ module Aws::EMR
|
|
3690
3792
|
:cross_realm_trust_principal_password,
|
3691
3793
|
:ad_domain_join_user,
|
3692
3794
|
:ad_domain_join_password)
|
3795
|
+
SENSITIVE = []
|
3693
3796
|
include Aws::Structure
|
3694
3797
|
end
|
3695
3798
|
|
@@ -3716,6 +3819,7 @@ module Aws::EMR
|
|
3716
3819
|
class KeyValue < Struct.new(
|
3717
3820
|
:key,
|
3718
3821
|
:value)
|
3822
|
+
SENSITIVE = []
|
3719
3823
|
include Aws::Structure
|
3720
3824
|
end
|
3721
3825
|
|
@@ -3743,6 +3847,7 @@ module Aws::EMR
|
|
3743
3847
|
class ListBootstrapActionsInput < Struct.new(
|
3744
3848
|
:cluster_id,
|
3745
3849
|
:marker)
|
3850
|
+
SENSITIVE = []
|
3746
3851
|
include Aws::Structure
|
3747
3852
|
end
|
3748
3853
|
|
@@ -3762,6 +3867,7 @@ module Aws::EMR
|
|
3762
3867
|
class ListBootstrapActionsOutput < Struct.new(
|
3763
3868
|
:bootstrap_actions,
|
3764
3869
|
:marker)
|
3870
|
+
SENSITIVE = []
|
3765
3871
|
include Aws::Structure
|
3766
3872
|
end
|
3767
3873
|
|
@@ -3803,6 +3909,7 @@ module Aws::EMR
|
|
3803
3909
|
:created_before,
|
3804
3910
|
:cluster_states,
|
3805
3911
|
:marker)
|
3912
|
+
SENSITIVE = []
|
3806
3913
|
include Aws::Structure
|
3807
3914
|
end
|
3808
3915
|
|
@@ -3823,6 +3930,7 @@ module Aws::EMR
|
|
3823
3930
|
class ListClustersOutput < Struct.new(
|
3824
3931
|
:clusters,
|
3825
3932
|
:marker)
|
3933
|
+
SENSITIVE = []
|
3826
3934
|
include Aws::Structure
|
3827
3935
|
end
|
3828
3936
|
|
@@ -3848,6 +3956,7 @@ module Aws::EMR
|
|
3848
3956
|
class ListInstanceFleetsInput < Struct.new(
|
3849
3957
|
:cluster_id,
|
3850
3958
|
:marker)
|
3959
|
+
SENSITIVE = []
|
3851
3960
|
include Aws::Structure
|
3852
3961
|
end
|
3853
3962
|
|
@@ -3865,6 +3974,7 @@ module Aws::EMR
|
|
3865
3974
|
class ListInstanceFleetsOutput < Struct.new(
|
3866
3975
|
:instance_fleets,
|
3867
3976
|
:marker)
|
3977
|
+
SENSITIVE = []
|
3868
3978
|
include Aws::Structure
|
3869
3979
|
end
|
3870
3980
|
|
@@ -3892,6 +4002,7 @@ module Aws::EMR
|
|
3892
4002
|
class ListInstanceGroupsInput < Struct.new(
|
3893
4003
|
:cluster_id,
|
3894
4004
|
:marker)
|
4005
|
+
SENSITIVE = []
|
3895
4006
|
include Aws::Structure
|
3896
4007
|
end
|
3897
4008
|
|
@@ -3911,6 +4022,7 @@ module Aws::EMR
|
|
3911
4022
|
class ListInstanceGroupsOutput < Struct.new(
|
3912
4023
|
:instance_groups,
|
3913
4024
|
:marker)
|
4025
|
+
SENSITIVE = []
|
3914
4026
|
include Aws::Structure
|
3915
4027
|
end
|
3916
4028
|
|
@@ -3971,6 +4083,7 @@ module Aws::EMR
|
|
3971
4083
|
:instance_fleet_type,
|
3972
4084
|
:instance_states,
|
3973
4085
|
:marker)
|
4086
|
+
SENSITIVE = []
|
3974
4087
|
include Aws::Structure
|
3975
4088
|
end
|
3976
4089
|
|
@@ -3990,6 +4103,7 @@ module Aws::EMR
|
|
3990
4103
|
class ListInstancesOutput < Struct.new(
|
3991
4104
|
:instances,
|
3992
4105
|
:marker)
|
4106
|
+
SENSITIVE = []
|
3993
4107
|
include Aws::Structure
|
3994
4108
|
end
|
3995
4109
|
|
@@ -4008,6 +4122,7 @@ module Aws::EMR
|
|
4008
4122
|
#
|
4009
4123
|
class ListSecurityConfigurationsInput < Struct.new(
|
4010
4124
|
:marker)
|
4125
|
+
SENSITIVE = []
|
4011
4126
|
include Aws::Structure
|
4012
4127
|
end
|
4013
4128
|
|
@@ -4027,6 +4142,7 @@ module Aws::EMR
|
|
4027
4142
|
class ListSecurityConfigurationsOutput < Struct.new(
|
4028
4143
|
:security_configurations,
|
4029
4144
|
:marker)
|
4145
|
+
SENSITIVE = []
|
4030
4146
|
include Aws::Structure
|
4031
4147
|
end
|
4032
4148
|
|
@@ -4068,6 +4184,7 @@ module Aws::EMR
|
|
4068
4184
|
:step_states,
|
4069
4185
|
:step_ids,
|
4070
4186
|
:marker)
|
4187
|
+
SENSITIVE = []
|
4071
4188
|
include Aws::Structure
|
4072
4189
|
end
|
4073
4190
|
|
@@ -4088,6 +4205,7 @@ module Aws::EMR
|
|
4088
4205
|
class ListStepsOutput < Struct.new(
|
4089
4206
|
:steps,
|
4090
4207
|
:marker)
|
4208
|
+
SENSITIVE = []
|
4091
4209
|
include Aws::Structure
|
4092
4210
|
end
|
4093
4211
|
|
@@ -4105,6 +4223,7 @@ module Aws::EMR
|
|
4105
4223
|
# minimum_capacity_units: 1, # required
|
4106
4224
|
# maximum_capacity_units: 1, # required
|
4107
4225
|
# maximum_on_demand_capacity_units: 1,
|
4226
|
+
# maximum_core_capacity_units: 1,
|
4108
4227
|
# },
|
4109
4228
|
# }
|
4110
4229
|
#
|
@@ -4119,6 +4238,7 @@ module Aws::EMR
|
|
4119
4238
|
#
|
4120
4239
|
class ManagedScalingPolicy < Struct.new(
|
4121
4240
|
:compute_limits)
|
4241
|
+
SENSITIVE = []
|
4122
4242
|
include Aws::Structure
|
4123
4243
|
end
|
4124
4244
|
|
@@ -4149,6 +4269,7 @@ module Aws::EMR
|
|
4149
4269
|
class MetricDimension < Struct.new(
|
4150
4270
|
:key,
|
4151
4271
|
:value)
|
4272
|
+
SENSITIVE = []
|
4152
4273
|
include Aws::Structure
|
4153
4274
|
end
|
4154
4275
|
|
@@ -4174,6 +4295,7 @@ module Aws::EMR
|
|
4174
4295
|
class ModifyClusterInput < Struct.new(
|
4175
4296
|
:cluster_id,
|
4176
4297
|
:step_concurrency_level)
|
4298
|
+
SENSITIVE = []
|
4177
4299
|
include Aws::Structure
|
4178
4300
|
end
|
4179
4301
|
|
@@ -4185,6 +4307,7 @@ module Aws::EMR
|
|
4185
4307
|
#
|
4186
4308
|
class ModifyClusterOutput < Struct.new(
|
4187
4309
|
:step_concurrency_level)
|
4310
|
+
SENSITIVE = []
|
4188
4311
|
include Aws::Structure
|
4189
4312
|
end
|
4190
4313
|
|
@@ -4213,6 +4336,7 @@ module Aws::EMR
|
|
4213
4336
|
class ModifyInstanceFleetInput < Struct.new(
|
4214
4337
|
:cluster_id,
|
4215
4338
|
:instance_fleet)
|
4339
|
+
SENSITIVE = []
|
4216
4340
|
include Aws::Structure
|
4217
4341
|
end
|
4218
4342
|
|
@@ -4264,6 +4388,7 @@ module Aws::EMR
|
|
4264
4388
|
class ModifyInstanceGroupsInput < Struct.new(
|
4265
4389
|
:cluster_id,
|
4266
4390
|
:instance_groups)
|
4391
|
+
SENSITIVE = []
|
4267
4392
|
include Aws::Structure
|
4268
4393
|
end
|
4269
4394
|
|
@@ -4301,6 +4426,7 @@ module Aws::EMR
|
|
4301
4426
|
class PlacementType < Struct.new(
|
4302
4427
|
:availability_zone,
|
4303
4428
|
:availability_zones)
|
4429
|
+
SENSITIVE = []
|
4304
4430
|
include Aws::Structure
|
4305
4431
|
end
|
4306
4432
|
|
@@ -4329,6 +4455,7 @@ module Aws::EMR
|
|
4329
4455
|
class PortRange < Struct.new(
|
4330
4456
|
:min_range,
|
4331
4457
|
:max_range)
|
4458
|
+
SENSITIVE = []
|
4332
4459
|
include Aws::Structure
|
4333
4460
|
end
|
4334
4461
|
|
@@ -4398,6 +4525,7 @@ module Aws::EMR
|
|
4398
4525
|
:cluster_id,
|
4399
4526
|
:instance_group_id,
|
4400
4527
|
:auto_scaling_policy)
|
4528
|
+
SENSITIVE = []
|
4401
4529
|
include Aws::Structure
|
4402
4530
|
end
|
4403
4531
|
|
@@ -4426,6 +4554,7 @@ module Aws::EMR
|
|
4426
4554
|
:instance_group_id,
|
4427
4555
|
:auto_scaling_policy,
|
4428
4556
|
:cluster_arn)
|
4557
|
+
SENSITIVE = []
|
4429
4558
|
include Aws::Structure
|
4430
4559
|
end
|
4431
4560
|
|
@@ -4471,6 +4600,7 @@ module Aws::EMR
|
|
4471
4600
|
#
|
4472
4601
|
class PutBlockPublicAccessConfigurationInput < Struct.new(
|
4473
4602
|
:block_public_access_configuration)
|
4603
|
+
SENSITIVE = []
|
4474
4604
|
include Aws::Structure
|
4475
4605
|
end
|
4476
4606
|
|
@@ -4489,6 +4619,7 @@ module Aws::EMR
|
|
4489
4619
|
# minimum_capacity_units: 1, # required
|
4490
4620
|
# maximum_capacity_units: 1, # required
|
4491
4621
|
# maximum_on_demand_capacity_units: 1,
|
4622
|
+
# maximum_core_capacity_units: 1,
|
4492
4623
|
# },
|
4493
4624
|
# },
|
4494
4625
|
# }
|
@@ -4507,6 +4638,7 @@ module Aws::EMR
|
|
4507
4638
|
class PutManagedScalingPolicyInput < Struct.new(
|
4508
4639
|
:cluster_id,
|
4509
4640
|
:managed_scaling_policy)
|
4641
|
+
SENSITIVE = []
|
4510
4642
|
include Aws::Structure
|
4511
4643
|
end
|
4512
4644
|
|
@@ -4537,6 +4669,7 @@ module Aws::EMR
|
|
4537
4669
|
class RemoveAutoScalingPolicyInput < Struct.new(
|
4538
4670
|
:cluster_id,
|
4539
4671
|
:instance_group_id)
|
4672
|
+
SENSITIVE = []
|
4540
4673
|
include Aws::Structure
|
4541
4674
|
end
|
4542
4675
|
|
@@ -4560,6 +4693,7 @@ module Aws::EMR
|
|
4560
4693
|
#
|
4561
4694
|
class RemoveManagedScalingPolicyInput < Struct.new(
|
4562
4695
|
:cluster_id)
|
4696
|
+
SENSITIVE = []
|
4563
4697
|
include Aws::Structure
|
4564
4698
|
end
|
4565
4699
|
|
@@ -4591,6 +4725,7 @@ module Aws::EMR
|
|
4591
4725
|
class RemoveTagsInput < Struct.new(
|
4592
4726
|
:resource_id,
|
4593
4727
|
:tag_keys)
|
4728
|
+
SENSITIVE = []
|
4594
4729
|
include Aws::Structure
|
4595
4730
|
end
|
4596
4731
|
|
@@ -4608,6 +4743,7 @@ module Aws::EMR
|
|
4608
4743
|
# {
|
4609
4744
|
# name: "XmlStringMaxLen256", # required
|
4610
4745
|
# log_uri: "XmlString",
|
4746
|
+
# log_encryption_kms_key_id: "XmlString",
|
4611
4747
|
# additional_info: "XmlString",
|
4612
4748
|
# ami_version: "XmlStringMaxLen256",
|
4613
4749
|
# release_label: "XmlStringMaxLen256",
|
@@ -4833,6 +4969,7 @@ module Aws::EMR
|
|
4833
4969
|
# minimum_capacity_units: 1, # required
|
4834
4970
|
# maximum_capacity_units: 1, # required
|
4835
4971
|
# maximum_on_demand_capacity_units: 1,
|
4972
|
+
# maximum_core_capacity_units: 1,
|
4836
4973
|
# },
|
4837
4974
|
# },
|
4838
4975
|
# }
|
@@ -4846,6 +4983,13 @@ module Aws::EMR
|
|
4846
4983
|
# a value is not provided, logs are not created.
|
4847
4984
|
# @return [String]
|
4848
4985
|
#
|
4986
|
+
# @!attribute [rw] log_encryption_kms_key_id
|
4987
|
+
# The AWS KMS customer master key (CMK) used for encrypting log files.
|
4988
|
+
# If a value is not provided, the logs will remain encrypted by
|
4989
|
+
# AES-256. This attribute is only available with EMR version 5.30.0
|
4990
|
+
# and later, excluding EMR 6.0.0.
|
4991
|
+
# @return [String]
|
4992
|
+
#
|
4849
4993
|
# @!attribute [rw] additional_info
|
4850
4994
|
# A JSON string for selecting additional features.
|
4851
4995
|
# @return [String]
|
@@ -5071,6 +5215,7 @@ module Aws::EMR
|
|
5071
5215
|
class RunJobFlowInput < Struct.new(
|
5072
5216
|
:name,
|
5073
5217
|
:log_uri,
|
5218
|
+
:log_encryption_kms_key_id,
|
5074
5219
|
:additional_info,
|
5075
5220
|
:ami_version,
|
5076
5221
|
:release_label,
|
@@ -5094,6 +5239,7 @@ module Aws::EMR
|
|
5094
5239
|
:kerberos_attributes,
|
5095
5240
|
:step_concurrency_level,
|
5096
5241
|
:managed_scaling_policy)
|
5242
|
+
SENSITIVE = []
|
5097
5243
|
include Aws::Structure
|
5098
5244
|
end
|
5099
5245
|
|
@@ -5112,6 +5258,7 @@ module Aws::EMR
|
|
5112
5258
|
class RunJobFlowOutput < Struct.new(
|
5113
5259
|
:job_flow_id,
|
5114
5260
|
:cluster_arn)
|
5261
|
+
SENSITIVE = []
|
5115
5262
|
include Aws::Structure
|
5116
5263
|
end
|
5117
5264
|
|
@@ -5145,6 +5292,7 @@ module Aws::EMR
|
|
5145
5292
|
class ScalingAction < Struct.new(
|
5146
5293
|
:market,
|
5147
5294
|
:simple_scaling_policy_configuration)
|
5295
|
+
SENSITIVE = []
|
5148
5296
|
include Aws::Structure
|
5149
5297
|
end
|
5150
5298
|
|
@@ -5178,6 +5326,7 @@ module Aws::EMR
|
|
5178
5326
|
class ScalingConstraints < Struct.new(
|
5179
5327
|
:min_capacity,
|
5180
5328
|
:max_capacity)
|
5329
|
+
SENSITIVE = []
|
5181
5330
|
include Aws::Structure
|
5182
5331
|
end
|
5183
5332
|
|
@@ -5246,6 +5395,7 @@ module Aws::EMR
|
|
5246
5395
|
:description,
|
5247
5396
|
:action,
|
5248
5397
|
:trigger)
|
5398
|
+
SENSITIVE = []
|
5249
5399
|
include Aws::Structure
|
5250
5400
|
end
|
5251
5401
|
|
@@ -5283,6 +5433,7 @@ module Aws::EMR
|
|
5283
5433
|
#
|
5284
5434
|
class ScalingTrigger < Struct.new(
|
5285
5435
|
:cloud_watch_alarm_definition)
|
5436
|
+
SENSITIVE = []
|
5286
5437
|
include Aws::Structure
|
5287
5438
|
end
|
5288
5439
|
|
@@ -5311,6 +5462,7 @@ module Aws::EMR
|
|
5311
5462
|
class ScriptBootstrapActionConfig < Struct.new(
|
5312
5463
|
:path,
|
5313
5464
|
:args)
|
5465
|
+
SENSITIVE = []
|
5314
5466
|
include Aws::Structure
|
5315
5467
|
end
|
5316
5468
|
|
@@ -5329,6 +5481,7 @@ module Aws::EMR
|
|
5329
5481
|
class SecurityConfigurationSummary < Struct.new(
|
5330
5482
|
:name,
|
5331
5483
|
:creation_date_time)
|
5484
|
+
SENSITIVE = []
|
5332
5485
|
include Aws::Structure
|
5333
5486
|
end
|
5334
5487
|
|
@@ -5359,6 +5512,7 @@ module Aws::EMR
|
|
5359
5512
|
class SetTerminationProtectionInput < Struct.new(
|
5360
5513
|
:job_flow_ids,
|
5361
5514
|
:termination_protected)
|
5515
|
+
SENSITIVE = []
|
5362
5516
|
include Aws::Structure
|
5363
5517
|
end
|
5364
5518
|
|
@@ -5388,6 +5542,7 @@ module Aws::EMR
|
|
5388
5542
|
class SetVisibleToAllUsersInput < Struct.new(
|
5389
5543
|
:job_flow_ids,
|
5390
5544
|
:visible_to_all_users)
|
5545
|
+
SENSITIVE = []
|
5391
5546
|
include Aws::Structure
|
5392
5547
|
end
|
5393
5548
|
|
@@ -5421,6 +5576,7 @@ module Aws::EMR
|
|
5421
5576
|
class ShrinkPolicy < Struct.new(
|
5422
5577
|
:decommission_timeout,
|
5423
5578
|
:instance_resize_policy)
|
5579
|
+
SENSITIVE = []
|
5424
5580
|
include Aws::Structure
|
5425
5581
|
end
|
5426
5582
|
|
@@ -5477,6 +5633,7 @@ module Aws::EMR
|
|
5477
5633
|
:adjustment_type,
|
5478
5634
|
:scaling_adjustment,
|
5479
5635
|
:cool_down)
|
5636
|
+
SENSITIVE = []
|
5480
5637
|
include Aws::Structure
|
5481
5638
|
end
|
5482
5639
|
|
@@ -5534,6 +5691,7 @@ module Aws::EMR
|
|
5534
5691
|
:timeout_duration_minutes,
|
5535
5692
|
:timeout_action,
|
5536
5693
|
:block_duration_minutes)
|
5694
|
+
SENSITIVE = []
|
5537
5695
|
include Aws::Structure
|
5538
5696
|
end
|
5539
5697
|
|
@@ -5570,6 +5728,7 @@ module Aws::EMR
|
|
5570
5728
|
:config,
|
5571
5729
|
:action_on_failure,
|
5572
5730
|
:status)
|
5731
|
+
SENSITIVE = []
|
5573
5732
|
include Aws::Structure
|
5574
5733
|
end
|
5575
5734
|
|
@@ -5615,6 +5774,7 @@ module Aws::EMR
|
|
5615
5774
|
:name,
|
5616
5775
|
:action_on_failure,
|
5617
5776
|
:hadoop_jar_step)
|
5777
|
+
SENSITIVE = []
|
5618
5778
|
include Aws::Structure
|
5619
5779
|
end
|
5620
5780
|
|
@@ -5633,6 +5793,7 @@ module Aws::EMR
|
|
5633
5793
|
class StepDetail < Struct.new(
|
5634
5794
|
:step_config,
|
5635
5795
|
:execution_status_detail)
|
5796
|
+
SENSITIVE = []
|
5636
5797
|
include Aws::Structure
|
5637
5798
|
end
|
5638
5799
|
|
@@ -5666,6 +5827,7 @@ module Aws::EMR
|
|
5666
5827
|
:start_date_time,
|
5667
5828
|
:end_date_time,
|
5668
5829
|
:last_state_change_reason)
|
5830
|
+
SENSITIVE = []
|
5669
5831
|
include Aws::Structure
|
5670
5832
|
end
|
5671
5833
|
|
@@ -5685,6 +5847,7 @@ module Aws::EMR
|
|
5685
5847
|
class StepStateChangeReason < Struct.new(
|
5686
5848
|
:code,
|
5687
5849
|
:message)
|
5850
|
+
SENSITIVE = []
|
5688
5851
|
include Aws::Structure
|
5689
5852
|
end
|
5690
5853
|
|
@@ -5714,6 +5877,7 @@ module Aws::EMR
|
|
5714
5877
|
:state_change_reason,
|
5715
5878
|
:failure_details,
|
5716
5879
|
:timeline)
|
5880
|
+
SENSITIVE = []
|
5717
5881
|
include Aws::Structure
|
5718
5882
|
end
|
5719
5883
|
|
@@ -5750,6 +5914,7 @@ module Aws::EMR
|
|
5750
5914
|
:config,
|
5751
5915
|
:action_on_failure,
|
5752
5916
|
:status)
|
5917
|
+
SENSITIVE = []
|
5753
5918
|
include Aws::Structure
|
5754
5919
|
end
|
5755
5920
|
|
@@ -5774,6 +5939,7 @@ module Aws::EMR
|
|
5774
5939
|
:creation_date_time,
|
5775
5940
|
:start_date_time,
|
5776
5941
|
:end_date_time)
|
5942
|
+
SENSITIVE = []
|
5777
5943
|
include Aws::Structure
|
5778
5944
|
end
|
5779
5945
|
|
@@ -5802,6 +5968,7 @@ module Aws::EMR
|
|
5802
5968
|
class SupportedProductConfig < Struct.new(
|
5803
5969
|
:name,
|
5804
5970
|
:args)
|
5971
|
+
SENSITIVE = []
|
5805
5972
|
include Aws::Structure
|
5806
5973
|
end
|
5807
5974
|
|
@@ -5846,6 +6013,7 @@ module Aws::EMR
|
|
5846
6013
|
class Tag < Struct.new(
|
5847
6014
|
:key,
|
5848
6015
|
:value)
|
6016
|
+
SENSITIVE = []
|
5849
6017
|
include Aws::Structure
|
5850
6018
|
end
|
5851
6019
|
|
@@ -5866,6 +6034,7 @@ module Aws::EMR
|
|
5866
6034
|
#
|
5867
6035
|
class TerminateJobFlowsInput < Struct.new(
|
5868
6036
|
:job_flow_ids)
|
6037
|
+
SENSITIVE = []
|
5869
6038
|
include Aws::Structure
|
5870
6039
|
end
|
5871
6040
|
|
@@ -5902,6 +6071,7 @@ module Aws::EMR
|
|
5902
6071
|
:volume_type,
|
5903
6072
|
:iops,
|
5904
6073
|
:size_in_gb)
|
6074
|
+
SENSITIVE = []
|
5905
6075
|
include Aws::Structure
|
5906
6076
|
end
|
5907
6077
|
|
data/lib/aws-sdk-emr/waiters.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-emr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.32.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: 2020-
|
11
|
+
date: 2020-06-23 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.
|
22
|
+
version: 3.99.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.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|