aws-sdk-emr 1.22.0 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b3af5d5a70c6c4b050719c9d8c5050e2a40675d
4
- data.tar.gz: dd72ece233887256923b082733646525dd4b2090
3
+ metadata.gz: 063147d77bb85c9af8159589905dafd9eaf74a8b
4
+ data.tar.gz: a8ed2b00e9bc0deb33ca42ee5c77d69687515a01
5
5
  SHA512:
6
- metadata.gz: 644c4d49a8ccb6756ba721bb6addea5760ccea51d0e455eae17ee6be4c4437bfdc9e5f110b4ad79a3d21c0875630d698be3e7d909d46ae6351209971615a5b5f
7
- data.tar.gz: 20b5b1bd4ded02dc0ac7d046c3c19dd224b5c6caf890adfd1c63957601f77bcd74d25a1c3912675e2b66a8c7c61df1f4cccb72849429a184eed470df9fece220
6
+ metadata.gz: '083bba104f20896d62bccf0635d86921f2267cadc37edda0fe029c520f60032382c879861d4e4ae45384a95f2e38f7aa19fc880ad7088bfc453f267bac945e3a'
7
+ data.tar.gz: 6e6200b5ef28a7fe77b2ce48c13d7681e967a6d90ca6814331793a27ce0d9ac8ee62d33c794efcb46e8baa15e4b4199b4ad1f05ae531d4c2e2cec0f497d2ee22
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-emr/customizations'
43
43
  # @service
44
44
  module Aws::EMR
45
45
 
46
- GEM_VERSION = '1.22.0'
46
+ GEM_VERSION = '1.23.0'
47
47
 
48
48
  end
@@ -281,6 +281,7 @@ module Aws::EMR
281
281
  #
282
282
  # * {Types::AddInstanceFleetOutput#cluster_id #cluster_id} => String
283
283
  # * {Types::AddInstanceFleetOutput#instance_fleet_id #instance_fleet_id} => String
284
+ # * {Types::AddInstanceFleetOutput#cluster_arn #cluster_arn} => String
284
285
  #
285
286
  # @example Request syntax with placeholder values
286
287
  #
@@ -337,6 +338,7 @@ module Aws::EMR
337
338
  #
338
339
  # resp.cluster_id #=> String
339
340
  # resp.instance_fleet_id #=> String
341
+ # resp.cluster_arn #=> String
340
342
  #
341
343
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/AddInstanceFleet AWS API Documentation
342
344
  #
@@ -359,6 +361,7 @@ module Aws::EMR
359
361
  #
360
362
  # * {Types::AddInstanceGroupsOutput#job_flow_id #job_flow_id} => String
361
363
  # * {Types::AddInstanceGroupsOutput#instance_group_ids #instance_group_ids} => Array<String>
364
+ # * {Types::AddInstanceGroupsOutput#cluster_arn #cluster_arn} => String
362
365
  #
363
366
  # @example Request syntax with placeholder values
364
367
  #
@@ -443,6 +446,7 @@ module Aws::EMR
443
446
  # resp.job_flow_id #=> String
444
447
  # resp.instance_group_ids #=> Array
445
448
  # resp.instance_group_ids[0] #=> String
449
+ # resp.cluster_arn #=> String
446
450
  #
447
451
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/AddInstanceGroups AWS API Documentation
448
452
  #
@@ -755,6 +759,7 @@ module Aws::EMR
755
759
  # resp.cluster.kerberos_attributes.cross_realm_trust_principal_password #=> String
756
760
  # resp.cluster.kerberos_attributes.ad_domain_join_user #=> String
757
761
  # resp.cluster.kerberos_attributes.ad_domain_join_password #=> String
762
+ # resp.cluster.cluster_arn #=> String
758
763
  #
759
764
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/DescribeCluster AWS API Documentation
760
765
  #
@@ -1092,6 +1097,7 @@ module Aws::EMR
1092
1097
  # resp.clusters[0].status.timeline.ready_date_time #=> Time
1093
1098
  # resp.clusters[0].status.timeline.end_date_time #=> Time
1094
1099
  # resp.clusters[0].normalized_instance_hours #=> Integer
1100
+ # resp.clusters[0].cluster_arn #=> String
1095
1101
  # resp.marker #=> String
1096
1102
  #
1097
1103
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/ListClusters AWS API Documentation
@@ -1387,7 +1393,8 @@ module Aws::EMR
1387
1393
  end
1388
1394
 
1389
1395
  # Provides a list of steps for the cluster in reverse order unless you
1390
- # specify stepIds with the request.
1396
+ # specify `stepIds` with the request of filter by `StepStates`. You can
1397
+ # specify a maximum of ten `stepIDs`.
1391
1398
  #
1392
1399
  # @option params [required, String] :cluster_id
1393
1400
  # The identifier of the cluster for which to list the steps.
@@ -1397,7 +1404,8 @@ module Aws::EMR
1397
1404
  #
1398
1405
  # @option params [Array<String>] :step_ids
1399
1406
  # The filter to limit the step list based on the identifier of the
1400
- # steps.
1407
+ # steps. You can specify a maximum of ten Step IDs. The character
1408
+ # constraint applies to the overall length of the array.
1401
1409
  #
1402
1410
  # @option params [String] :marker
1403
1411
  # The pagination token that indicates the next set of results to
@@ -1563,6 +1571,7 @@ module Aws::EMR
1563
1571
  # * {Types::PutAutoScalingPolicyOutput#cluster_id #cluster_id} => String
1564
1572
  # * {Types::PutAutoScalingPolicyOutput#instance_group_id #instance_group_id} => String
1565
1573
  # * {Types::PutAutoScalingPolicyOutput#auto_scaling_policy #auto_scaling_policy} => Types::AutoScalingPolicyDescription
1574
+ # * {Types::PutAutoScalingPolicyOutput#cluster_arn #cluster_arn} => String
1566
1575
  #
1567
1576
  # @example Request syntax with placeholder values
1568
1577
  #
@@ -1636,6 +1645,7 @@ module Aws::EMR
1636
1645
  # resp.auto_scaling_policy.rules[0].trigger.cloud_watch_alarm_definition.dimensions #=> Array
1637
1646
  # resp.auto_scaling_policy.rules[0].trigger.cloud_watch_alarm_definition.dimensions[0].key #=> String
1638
1647
  # resp.auto_scaling_policy.rules[0].trigger.cloud_watch_alarm_definition.dimensions[0].value #=> String
1648
+ # resp.cluster_arn #=> String
1639
1649
  #
1640
1650
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/PutAutoScalingPolicy AWS API Documentation
1641
1651
  #
@@ -1906,13 +1916,10 @@ module Aws::EMR
1906
1916
  # supplied for the EMR cluster you are creating.
1907
1917
  #
1908
1918
  # @option params [Boolean] :visible_to_all_users
1909
- # *This member will be deprecated.*
1910
- #
1911
- # Whether the cluster is visible to all IAM users of the AWS account
1912
- # associated with the cluster. If this value is set to `true`, all IAM
1913
- # users of that AWS account can view and (if they have the proper policy
1914
- # permissions set) manage the cluster. If it is set to `false`, only the
1915
- # IAM user that created the cluster can view and manage it.
1919
+ # A value of `true` indicates that all IAM users in the AWS account can
1920
+ # perform cluster actions if they have the proper IAM policy
1921
+ # permissions. This is the default. A value of `false` indicates that
1922
+ # only the IAM user who created the cluster can perform actions.
1916
1923
  #
1917
1924
  # @option params [String] :job_flow_role
1918
1925
  # Also called instance profile and EC2 role. An IAM role for an EMR
@@ -1998,6 +2005,7 @@ module Aws::EMR
1998
2005
  # @return [Types::RunJobFlowOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1999
2006
  #
2000
2007
  # * {Types::RunJobFlowOutput#job_flow_id #job_flow_id} => String
2008
+ # * {Types::RunJobFlowOutput#cluster_arn #cluster_arn} => String
2001
2009
  #
2002
2010
  # @example Request syntax with placeholder values
2003
2011
  #
@@ -2227,6 +2235,7 @@ module Aws::EMR
2227
2235
  # @example Response structure
2228
2236
  #
2229
2237
  # resp.job_flow_id #=> String
2238
+ # resp.cluster_arn #=> String
2230
2239
  #
2231
2240
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/RunJobFlow AWS API Documentation
2232
2241
  #
@@ -2290,28 +2299,25 @@ module Aws::EMR
2290
2299
  req.send_request(options)
2291
2300
  end
2292
2301
 
2293
- # *This member will be deprecated.*
2294
- #
2295
- # Sets whether all AWS Identity and Access Management (IAM) users under
2296
- # your account can access the specified clusters (job flows). This
2297
- # action works on running clusters. You can also set the visibility of a
2298
- # cluster when you launch it using the `VisibleToAllUsers` parameter of
2299
- # RunJobFlow. The SetVisibleToAllUsers action can be called only by an
2300
- # IAM user who created the cluster or the AWS account that owns the
2301
- # cluster.
2302
+ # Sets the Cluster$VisibleToAllUsers value, which determines whether the
2303
+ # cluster is visible to all IAM users of the AWS account associated with
2304
+ # the cluster. Only the IAM user who created the cluster or the AWS
2305
+ # account root user can call this action. The default value, `true`,
2306
+ # indicates that all IAM users in the AWS account can perform cluster
2307
+ # actions if they have the proper IAM policy permissions. If set to
2308
+ # `false`, only the IAM user that created the cluster can perform
2309
+ # actions. This action works on running clusters. You can override the
2310
+ # default `true` setting when you create a cluster by using the
2311
+ # `VisibleToAllUsers` parameter with `RunJobFlow`.
2302
2312
  #
2303
2313
  # @option params [required, Array<String>] :job_flow_ids
2304
- # Identifiers of the job flows to receive the new visibility setting.
2314
+ # The unique identifier of the job flow (cluster).
2305
2315
  #
2306
2316
  # @option params [required, Boolean] :visible_to_all_users
2307
- # *This member will be deprecated.*
2308
- #
2309
- # Whether the specified clusters are visible to all IAM users of the AWS
2310
- # account associated with the cluster. If this value is set to True, all
2311
- # IAM users of that AWS account can view and, if they have the proper
2312
- # IAM policy permissions set, manage the clusters. If it is set to
2313
- # False, only the IAM user that created a cluster can view and manage
2314
- # it.
2317
+ # A value of `true` indicates that all IAM users in the AWS account can
2318
+ # perform cluster actions if they have the proper IAM policy
2319
+ # permissions. This is the default. A value of `false` indicates that
2320
+ # only the IAM user who created the cluster can perform actions.
2315
2321
  #
2316
2322
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2317
2323
  #
@@ -2376,7 +2382,7 @@ module Aws::EMR
2376
2382
  params: params,
2377
2383
  config: config)
2378
2384
  context[:gem_name] = 'aws-sdk-emr'
2379
- context[:gem_version] = '1.22.0'
2385
+ context[:gem_version] = '1.23.0'
2380
2386
  Seahorse::Client::Request.new(handlers, context)
2381
2387
  end
2382
2388
 
@@ -245,6 +245,7 @@ module Aws::EMR
245
245
 
246
246
  AddInstanceFleetOutput.add_member(:cluster_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "ClusterId"))
247
247
  AddInstanceFleetOutput.add_member(:instance_fleet_id, Shapes::ShapeRef.new(shape: InstanceFleetId, location_name: "InstanceFleetId"))
248
+ AddInstanceFleetOutput.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ClusterArn"))
248
249
  AddInstanceFleetOutput.struct_class = Types::AddInstanceFleetOutput
249
250
 
250
251
  AddInstanceGroupsInput.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroupConfigList, required: true, location_name: "InstanceGroups"))
@@ -253,6 +254,7 @@ module Aws::EMR
253
254
 
254
255
  AddInstanceGroupsOutput.add_member(:job_flow_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "JobFlowId"))
255
256
  AddInstanceGroupsOutput.add_member(:instance_group_ids, Shapes::ShapeRef.new(shape: InstanceGroupIdsList, location_name: "InstanceGroupIds"))
257
+ AddInstanceGroupsOutput.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ClusterArn"))
256
258
  AddInstanceGroupsOutput.struct_class = Types::AddInstanceGroupsOutput
257
259
 
258
260
  AddJobFlowStepsInput.add_member(:job_flow_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, required: true, location_name: "JobFlowId"))
@@ -362,6 +364,7 @@ module Aws::EMR
362
364
  Cluster.add_member(:ebs_root_volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "EbsRootVolumeSize"))
363
365
  Cluster.add_member(:repo_upgrade_on_boot, Shapes::ShapeRef.new(shape: RepoUpgradeOnBoot, location_name: "RepoUpgradeOnBoot"))
364
366
  Cluster.add_member(:kerberos_attributes, Shapes::ShapeRef.new(shape: KerberosAttributes, location_name: "KerberosAttributes"))
367
+ Cluster.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ClusterArn"))
365
368
  Cluster.struct_class = Types::Cluster
366
369
 
367
370
  ClusterStateChangeReason.add_member(:code, Shapes::ShapeRef.new(shape: ClusterStateChangeReasonCode, location_name: "Code"))
@@ -379,6 +382,7 @@ module Aws::EMR
379
382
  ClusterSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
380
383
  ClusterSummary.add_member(:status, Shapes::ShapeRef.new(shape: ClusterStatus, location_name: "Status"))
381
384
  ClusterSummary.add_member(:normalized_instance_hours, Shapes::ShapeRef.new(shape: Integer, location_name: "NormalizedInstanceHours"))
385
+ ClusterSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ClusterArn"))
382
386
  ClusterSummary.struct_class = Types::ClusterSummary
383
387
 
384
388
  ClusterSummaryList.member = Shapes::ShapeRef.new(shape: ClusterSummary)
@@ -870,6 +874,7 @@ module Aws::EMR
870
874
  PutAutoScalingPolicyOutput.add_member(:cluster_id, Shapes::ShapeRef.new(shape: ClusterId, location_name: "ClusterId"))
871
875
  PutAutoScalingPolicyOutput.add_member(:instance_group_id, Shapes::ShapeRef.new(shape: InstanceGroupId, location_name: "InstanceGroupId"))
872
876
  PutAutoScalingPolicyOutput.add_member(:auto_scaling_policy, Shapes::ShapeRef.new(shape: AutoScalingPolicyDescription, location_name: "AutoScalingPolicy"))
877
+ PutAutoScalingPolicyOutput.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ClusterArn"))
873
878
  PutAutoScalingPolicyOutput.struct_class = Types::PutAutoScalingPolicyOutput
874
879
 
875
880
  PutBlockPublicAccessConfigurationInput.add_member(:block_public_access_configuration, Shapes::ShapeRef.new(shape: BlockPublicAccessConfiguration, required: true, location_name: "BlockPublicAccessConfiguration"))
@@ -915,6 +920,7 @@ module Aws::EMR
915
920
  RunJobFlowInput.struct_class = Types::RunJobFlowInput
916
921
 
917
922
  RunJobFlowOutput.add_member(:job_flow_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "JobFlowId"))
923
+ RunJobFlowOutput.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ClusterArn"))
918
924
  RunJobFlowOutput.struct_class = Types::RunJobFlowOutput
919
925
 
920
926
  ScalingAction.add_member(:market, Shapes::ShapeRef.new(shape: MarketType, location_name: "Market"))
@@ -84,11 +84,16 @@ module Aws::EMR
84
84
  # The unique identifier of the instance fleet.
85
85
  # @return [String]
86
86
  #
87
+ # @!attribute [rw] cluster_arn
88
+ # The Amazon Resource Name of the cluster.
89
+ # @return [String]
90
+ #
87
91
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/AddInstanceFleetOutput AWS API Documentation
88
92
  #
89
93
  class AddInstanceFleetOutput < Struct.new(
90
94
  :cluster_id,
91
- :instance_fleet_id)
95
+ :instance_fleet_id,
96
+ :cluster_arn)
92
97
  include Aws::Structure
93
98
  end
94
99
 
@@ -199,11 +204,16 @@ module Aws::EMR
199
204
  # Instance group IDs of the newly created instance groups.
200
205
  # @return [Array<String>]
201
206
  #
207
+ # @!attribute [rw] cluster_arn
208
+ # The Amazon Resource Name of the cluster.
209
+ # @return [String]
210
+ #
202
211
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/AddInstanceGroupsOutput AWS API Documentation
203
212
  #
204
213
  class AddInstanceGroupsOutput < Struct.new(
205
214
  :job_flow_id,
206
- :instance_group_ids)
215
+ :instance_group_ids,
216
+ :cluster_arn)
207
217
  include Aws::Structure
208
218
  end
209
219
 
@@ -710,9 +720,9 @@ module Aws::EMR
710
720
  # @return [String]
711
721
  #
712
722
  # @!attribute [rw] evaluation_periods
713
- # The number of periods, expressed in seconds using `Period`, during
714
- # which the alarm condition must exist before the alarm triggers
715
- # automatic scaling activity. The default value is `1`.
723
+ # The number of periods, in five-minute increments, during which the
724
+ # alarm condition must exist before the alarm triggers automatic
725
+ # scaling activity. The default value is `1`.
716
726
  # @return [Integer]
717
727
  #
718
728
  # @!attribute [rw] metric_name
@@ -838,15 +848,15 @@ module Aws::EMR
838
848
  # @return [Boolean]
839
849
  #
840
850
  # @!attribute [rw] visible_to_all_users
841
- # *This member will be deprecated.*
842
- #
843
851
  # Indicates whether the cluster is visible to all IAM users of the AWS
844
- # account associated with the cluster. If this value is set to `true`,
845
- # all IAM users of that AWS account can view and manage the cluster if
846
- # they have the proper policy permissions set. If this value is
847
- # `false`, only the IAM user that created the cluster can view and
848
- # manage it. This value can be changed using the SetVisibleToAllUsers
849
- # action.
852
+ # account associated with the cluster. The default value, `true`,
853
+ # indicates that all IAM users in the AWS account can perform cluster
854
+ # actions if they have the proper IAM policy permissions. If this
855
+ # value is `false`, only the IAM user that created the cluster can
856
+ # perform actions. This value can be changed on a running cluster by
857
+ # using the SetVisibleToAllUsers action. You can override the default
858
+ # value of `true` when you create a cluster by using the
859
+ # `VisibleToAllUsers` parameter of the `RunJobFlow` action.
850
860
  # @return [Boolean]
851
861
  #
852
862
  # @!attribute [rw] applications
@@ -938,6 +948,10 @@ module Aws::EMR
938
948
  # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
939
949
  # @return [Types::KerberosAttributes]
940
950
  #
951
+ # @!attribute [rw] cluster_arn
952
+ # The Amazon Resource Name of the cluster.
953
+ # @return [String]
954
+ #
941
955
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/Cluster AWS API Documentation
942
956
  #
943
957
  class Cluster < Struct.new(
@@ -965,7 +979,8 @@ module Aws::EMR
965
979
  :custom_ami_id,
966
980
  :ebs_root_volume_size,
967
981
  :repo_upgrade_on_boot,
968
- :kerberos_attributes)
982
+ :kerberos_attributes,
983
+ :cluster_arn)
969
984
  include Aws::Structure
970
985
  end
971
986
 
@@ -1035,13 +1050,18 @@ module Aws::EMR
1035
1050
  # billing rate.
1036
1051
  # @return [Integer]
1037
1052
  #
1053
+ # @!attribute [rw] cluster_arn
1054
+ # The Amazon Resource Name of the cluster.
1055
+ # @return [String]
1056
+ #
1038
1057
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/ClusterSummary AWS API Documentation
1039
1058
  #
1040
1059
  class ClusterSummary < Struct.new(
1041
1060
  :id,
1042
1061
  :name,
1043
1062
  :status,
1044
- :normalized_instance_hours)
1063
+ :normalized_instance_hours,
1064
+ :cluster_arn)
1045
1065
  include Aws::Structure
1046
1066
  end
1047
1067
 
@@ -2253,12 +2273,10 @@ module Aws::EMR
2253
2273
  # @return [String]
2254
2274
  #
2255
2275
  # @!attribute [rw] bid_price
2256
- # The maximum Spot price your are willing to pay for EC2 instances.
2257
- #
2258
- # An optional, nullable field that applies if the `MarketType` for the
2259
- # instance group is specified as `SPOT`. Specify the maximum spot
2260
- # price in USD. If the value is NULL and `SPOT` is specified, the
2261
- # maximum Spot price is set equal to the On-Demand price.
2276
+ # The bid price for each EC2 Spot instance type as defined by
2277
+ # `InstanceType`. Expressed in USD. If neither `BidPrice` nor
2278
+ # `BidPriceAsPercentageOfOnDemandPrice` is provided,
2279
+ # `BidPriceAsPercentageOfOnDemandPrice` defaults to 100%.
2262
2280
  # @return [String]
2263
2281
  #
2264
2282
  # @!attribute [rw] instance_type
@@ -2436,12 +2454,10 @@ module Aws::EMR
2436
2454
  # @return [String]
2437
2455
  #
2438
2456
  # @!attribute [rw] bid_price
2439
- # The maximum Spot price your are willing to pay for EC2 instances.
2440
- #
2441
- # An optional, nullable field that applies if the `MarketType` for the
2442
- # instance group is specified as `SPOT`. Specify the maximum spot
2443
- # price in USD. If the value is NULL and `SPOT` is specified, the
2444
- # maximum Spot price is set equal to the On-Demand price.
2457
+ # The bid price for each EC2 Spot instance type as defined by
2458
+ # `InstanceType`. Expressed in USD. If neither `BidPrice` nor
2459
+ # `BidPriceAsPercentageOfOnDemandPrice` is provided,
2460
+ # `BidPriceAsPercentageOfOnDemandPrice` defaults to 100%.
2445
2461
  # @return [String]
2446
2462
  #
2447
2463
  # @!attribute [rw] instance_type
@@ -2509,12 +2525,10 @@ module Aws::EMR
2509
2525
  # @return [String]
2510
2526
  #
2511
2527
  # @!attribute [rw] bid_price
2512
- # The maximum Spot price your are willing to pay for EC2 instances.
2513
- #
2514
- # An optional, nullable field that applies if the `MarketType` for the
2515
- # instance group is specified as `SPOT`. Specified in USD. If the
2516
- # value is NULL and `SPOT` is specified, the maximum Spot price is set
2517
- # equal to the On-Demand price.
2528
+ # The bid price for each EC2 Spot instance type as defined by
2529
+ # `InstanceType`. Expressed in USD. If neither `BidPrice` nor
2530
+ # `BidPriceAsPercentageOfOnDemandPrice` is provided,
2531
+ # `BidPriceAsPercentageOfOnDemandPrice` defaults to 100%.
2518
2532
  # @return [String]
2519
2533
  #
2520
2534
  # @!attribute [rw] instance_type
@@ -3031,15 +3045,15 @@ module Aws::EMR
3031
3045
  # @return [Array<String>]
3032
3046
  #
3033
3047
  # @!attribute [rw] visible_to_all_users
3034
- # *This member will be deprecated.*
3035
- #
3036
- # Specifies whether the cluster is visible to all IAM users of the AWS
3037
- # account associated with the cluster. If this value is set to `true`,
3038
- # all IAM users of that AWS account can view and (if they have the
3039
- # proper policy permissions set) manage the cluster. If it is set to
3040
- # `false`, only the IAM user that created the cluster can view and
3041
- # manage it. This value can be changed using the SetVisibleToAllUsers
3042
- # action.
3048
+ # Indicates whether the cluster is visible to all IAM users of the AWS
3049
+ # account associated with the cluster. The default value, `true`,
3050
+ # indicates that all IAM users in the AWS account can perform cluster
3051
+ # actions if they have the proper IAM policy permissions. If this
3052
+ # value is `false`, only the IAM user that created the cluster can
3053
+ # perform actions. This value can be changed on a running cluster by
3054
+ # using the SetVisibleToAllUsers action. You can override the default
3055
+ # value of `true` when you create a cluster by using the
3056
+ # `VisibleToAllUsers` parameter of the `RunJobFlow` action.
3043
3057
  # @return [Boolean]
3044
3058
  #
3045
3059
  # @!attribute [rw] job_flow_role
@@ -3914,7 +3928,8 @@ module Aws::EMR
3914
3928
  #
3915
3929
  # @!attribute [rw] step_ids
3916
3930
  # The filter to limit the step list based on the identifier of the
3917
- # steps.
3931
+ # steps. You can specify a maximum of ten Step IDs. The character
3932
+ # constraint applies to the overall length of the array.
3918
3933
  # @return [Array<String>]
3919
3934
  #
3920
3935
  # @!attribute [rw] marker
@@ -4209,12 +4224,17 @@ module Aws::EMR
4209
4224
  # The automatic scaling policy definition.
4210
4225
  # @return [Types::AutoScalingPolicyDescription]
4211
4226
  #
4227
+ # @!attribute [rw] cluster_arn
4228
+ # The Amazon Resource Name of the cluster.
4229
+ # @return [String]
4230
+ #
4212
4231
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/PutAutoScalingPolicyOutput AWS API Documentation
4213
4232
  #
4214
4233
  class PutAutoScalingPolicyOutput < Struct.new(
4215
4234
  :cluster_id,
4216
4235
  :instance_group_id,
4217
- :auto_scaling_policy)
4236
+ :auto_scaling_policy,
4237
+ :cluster_arn)
4218
4238
  include Aws::Structure
4219
4239
  end
4220
4240
 
@@ -4672,13 +4692,10 @@ module Aws::EMR
4672
4692
  # @return [Array<Types::Configuration>]
4673
4693
  #
4674
4694
  # @!attribute [rw] visible_to_all_users
4675
- # *This member will be deprecated.*
4676
- #
4677
- # Whether the cluster is visible to all IAM users of the AWS account
4678
- # associated with the cluster. If this value is set to `true`, all IAM
4679
- # users of that AWS account can view and (if they have the proper
4680
- # policy permissions set) manage the cluster. If it is set to `false`,
4681
- # only the IAM user that created the cluster can view and manage it.
4695
+ # A value of `true` indicates that all IAM users in the AWS account
4696
+ # can perform cluster actions if they have the proper IAM policy
4697
+ # permissions. This is the default. A value of `false` indicates that
4698
+ # only the IAM user who created the cluster can perform actions.
4682
4699
  # @return [Boolean]
4683
4700
  #
4684
4701
  # @!attribute [rw] job_flow_role
@@ -4808,10 +4825,15 @@ module Aws::EMR
4808
4825
  # An unique identifier for the job flow.
4809
4826
  # @return [String]
4810
4827
  #
4828
+ # @!attribute [rw] cluster_arn
4829
+ # The Amazon Resource Name of the cluster.
4830
+ # @return [String]
4831
+ #
4811
4832
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/RunJobFlowOutput AWS API Documentation
4812
4833
  #
4813
4834
  class RunJobFlowOutput < Struct.new(
4814
- :job_flow_id)
4835
+ :job_flow_id,
4836
+ :cluster_arn)
4815
4837
  include Aws::Structure
4816
4838
  end
4817
4839
 
@@ -5062,8 +5084,6 @@ module Aws::EMR
5062
5084
  include Aws::Structure
5063
5085
  end
5064
5086
 
5065
- # *This member will be deprecated.*
5066
- #
5067
5087
  # The input to the SetVisibleToAllUsers action.
5068
5088
  #
5069
5089
  # @note When making an API call, you may pass SetVisibleToAllUsersInput
@@ -5075,18 +5095,14 @@ module Aws::EMR
5075
5095
  # }
5076
5096
  #
5077
5097
  # @!attribute [rw] job_flow_ids
5078
- # Identifiers of the job flows to receive the new visibility setting.
5098
+ # The unique identifier of the job flow (cluster).
5079
5099
  # @return [Array<String>]
5080
5100
  #
5081
5101
  # @!attribute [rw] visible_to_all_users
5082
- # *This member will be deprecated.*
5083
- #
5084
- # Whether the specified clusters are visible to all IAM users of the
5085
- # AWS account associated with the cluster. If this value is set to
5086
- # True, all IAM users of that AWS account can view and, if they have
5087
- # the proper IAM policy permissions set, manage the clusters. If it is
5088
- # set to False, only the IAM user that created a cluster can view and
5089
- # manage it.
5102
+ # A value of `true` indicates that all IAM users in the AWS account
5103
+ # can perform cluster actions if they have the proper IAM policy
5104
+ # permissions. This is the default. A value of `false` indicates that
5105
+ # only the IAM user who created the cluster can perform actions.
5090
5106
  # @return [Boolean]
5091
5107
  #
5092
5108
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/SetVisibleToAllUsersInput AWS API Documentation
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.22.0
4
+ version: 1.23.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core