aws-sdk-emr 1.13.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f5abd8b26f088e596a46137de193724f7d9f8aa
4
- data.tar.gz: b1fa11074a2d07206b6c6a2daebac5c6002a7e7b
3
+ metadata.gz: 1a3522315af55b36c0b7f2ddfce19cca630c1c4d
4
+ data.tar.gz: 28c5ff9a9afbbdd0185cebf2b811534df0cdc557
5
5
  SHA512:
6
- metadata.gz: bc378d313d34d48677aab1927c669a530e365e28563445a68abd25acd3dd23d393586882898e1857b06cc26804f3e9154a4cf83d39ae7425815981f36a8c6bcf
7
- data.tar.gz: d2fe47eeff606f3c581be3c3a985f7a88f20a84f9e8315c7423a0e1522a20e5a351df9212c9515f2163f0a8cc89d17e965d8b50e74a566dff18225c8ad6bc0b8
6
+ metadata.gz: 365950799f692d79093c37874fce1c12ab925fbc54dcc09093f3ee9bf95e5e8af06303d31d38fc99b508f45222601f452d871daf0ea92ce96d90ebc9b2c139bb
7
+ data.tar.gz: 49ccf8dc59ff4785b12a5760f3f1bf3ef69251f03909e0e87f0096bdb762c92993d7ae7be3ed2cd5be29d78a2c2caa1c11b0e065b8e6ecafd395385907dcbbb3
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-emr/customizations'
43
43
  # @service
44
44
  module Aws::EMR
45
45
 
46
- GEM_VERSION = '1.13.0'
46
+ GEM_VERSION = '1.14.0'
47
47
 
48
48
  end
@@ -209,6 +209,49 @@ module Aws::EMR
209
209
  # When `true`, request parameters are validated before
210
210
  # sending the request.
211
211
  #
212
+ # @option options [URI::HTTP,String] :http_proxy A proxy to send
213
+ # requests through. Formatted like 'http://proxy.com:123'.
214
+ #
215
+ # @option options [Float] :http_open_timeout (15) The number of
216
+ # seconds to wait when opening a HTTP session before rasing a
217
+ # `Timeout::Error`.
218
+ #
219
+ # @option options [Integer] :http_read_timeout (60) The default
220
+ # number of seconds to wait for response data. This value can
221
+ # safely be set
222
+ # per-request on the session yeidled by {#session_for}.
223
+ #
224
+ # @option options [Float] :http_idle_timeout (5) The number of
225
+ # seconds a connection is allowed to sit idble before it is
226
+ # considered stale. Stale connections are closed and removed
227
+ # from the pool before making a request.
228
+ #
229
+ # @option options [Float] :http_continue_timeout (1) The number of
230
+ # seconds to wait for a 100-continue response before sending the
231
+ # request body. This option has no effect unless the request has
232
+ # "Expect" header set to "100-continue". Defaults to `nil` which
233
+ # disables this behaviour. This value can safely be set per
234
+ # request on the session yeidled by {#session_for}.
235
+ #
236
+ # @option options [Boolean] :http_wire_trace (false) When `true`,
237
+ # HTTP debug output will be sent to the `:logger`.
238
+ #
239
+ # @option options [Boolean] :ssl_verify_peer (true) When `true`,
240
+ # SSL peer certificates are verified when establishing a
241
+ # connection.
242
+ #
243
+ # @option options [String] :ssl_ca_bundle Full path to the SSL
244
+ # certificate authority bundle file that should be used when
245
+ # verifying peer certificates. If you do not pass
246
+ # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
247
+ # will be used if available.
248
+ #
249
+ # @option options [String] :ssl_ca_directory Full path of the
250
+ # directory that contains the unbundled SSL certificate
251
+ # authority files for verifying peer certificates. If you do
252
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
253
+ # system default will be used if available.
254
+ #
212
255
  def initialize(*args)
213
256
  super
214
257
  end
@@ -431,7 +474,7 @@ module Aws::EMR
431
474
  #
432
475
  #
433
476
  #
434
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/AddMoreThan256Steps.html
477
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/AddMoreThan256Steps.html
435
478
  #
436
479
  # @option params [required, String] :job_flow_id
437
480
  # A string that uniquely identifies the job flow. This identifier is
@@ -488,7 +531,7 @@ module Aws::EMR
488
531
  #
489
532
  #
490
533
  #
491
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
534
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
492
535
  #
493
536
  # @option params [required, String] :resource_id
494
537
  # The Amazon EMR resource identifier to which tags will be added. This
@@ -578,7 +621,7 @@ module Aws::EMR
578
621
  #
579
622
  #
580
623
  #
581
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-security-configurations.html
624
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-security-configurations.html
582
625
  #
583
626
  # @return [Types::CreateSecurityConfigurationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
584
627
  #
@@ -790,7 +833,7 @@ module Aws::EMR
790
833
  # resp.job_flows[0].instances.instance_groups[0].instance_type #=> String
791
834
  # resp.job_flows[0].instances.instance_groups[0].instance_request_count #=> Integer
792
835
  # resp.job_flows[0].instances.instance_groups[0].instance_running_count #=> Integer
793
- # resp.job_flows[0].instances.instance_groups[0].state #=> String, one of "PROVISIONING", "BOOTSTRAPPING", "RUNNING", "RESIZING", "SUSPENDED", "TERMINATING", "TERMINATED", "ARRESTED", "SHUTTING_DOWN", "ENDED"
836
+ # resp.job_flows[0].instances.instance_groups[0].state #=> String, one of "PROVISIONING", "BOOTSTRAPPING", "RUNNING", "RECONFIGURING", "RESIZING", "SUSPENDED", "TERMINATING", "TERMINATED", "ARRESTED", "SHUTTING_DOWN", "ENDED"
794
837
  # resp.job_flows[0].instances.instance_groups[0].last_state_change_reason #=> String
795
838
  # resp.job_flows[0].instances.instance_groups[0].creation_date_time #=> Time
796
839
  # resp.job_flows[0].instances.instance_groups[0].start_date_time #=> Time
@@ -1126,7 +1169,7 @@ module Aws::EMR
1126
1169
  # resp.instance_groups[0].instance_type #=> String
1127
1170
  # resp.instance_groups[0].requested_instance_count #=> Integer
1128
1171
  # resp.instance_groups[0].running_instance_count #=> Integer
1129
- # resp.instance_groups[0].status.state #=> String, one of "PROVISIONING", "BOOTSTRAPPING", "RUNNING", "RESIZING", "SUSPENDED", "TERMINATING", "TERMINATED", "ARRESTED", "SHUTTING_DOWN", "ENDED"
1172
+ # resp.instance_groups[0].status.state #=> String, one of "PROVISIONING", "BOOTSTRAPPING", "RUNNING", "RECONFIGURING", "RESIZING", "SUSPENDED", "TERMINATING", "TERMINATED", "ARRESTED", "SHUTTING_DOWN", "ENDED"
1130
1173
  # resp.instance_groups[0].status.state_change_reason.code #=> String, one of "INTERNAL_ERROR", "VALIDATION_ERROR", "INSTANCE_FAILURE", "CLUSTER_TERMINATED"
1131
1174
  # resp.instance_groups[0].status.state_change_reason.message #=> String
1132
1175
  # resp.instance_groups[0].status.timeline.creation_date_time #=> Time
@@ -1137,6 +1180,13 @@ module Aws::EMR
1137
1180
  # resp.instance_groups[0].configurations[0].configurations #=> Types::ConfigurationList
1138
1181
  # resp.instance_groups[0].configurations[0].properties #=> Hash
1139
1182
  # resp.instance_groups[0].configurations[0].properties["String"] #=> String
1183
+ # resp.instance_groups[0].configurations_version #=> Integer
1184
+ # resp.instance_groups[0].last_successfully_applied_configurations #=> Array
1185
+ # resp.instance_groups[0].last_successfully_applied_configurations[0].classification #=> String
1186
+ # resp.instance_groups[0].last_successfully_applied_configurations[0].configurations #=> Types::ConfigurationList
1187
+ # resp.instance_groups[0].last_successfully_applied_configurations[0].properties #=> Hash
1188
+ # resp.instance_groups[0].last_successfully_applied_configurations[0].properties["String"] #=> String
1189
+ # resp.instance_groups[0].last_successfully_applied_configurations_version #=> Integer
1140
1190
  # resp.instance_groups[0].ebs_block_devices #=> Array
1141
1191
  # resp.instance_groups[0].ebs_block_devices[0].volume_specification.volume_type #=> String
1142
1192
  # resp.instance_groups[0].ebs_block_devices[0].volume_specification.iops #=> Integer
@@ -1429,6 +1479,17 @@ module Aws::EMR
1429
1479
  # instance_termination_timeout: 1,
1430
1480
  # },
1431
1481
  # },
1482
+ # configurations: [
1483
+ # {
1484
+ # classification: "String",
1485
+ # configurations: {
1486
+ # # recursive ConfigurationList
1487
+ # },
1488
+ # properties: {
1489
+ # "String" => "String",
1490
+ # },
1491
+ # },
1492
+ # ],
1432
1493
  # },
1433
1494
  # ],
1434
1495
  # })
@@ -1586,7 +1647,7 @@ module Aws::EMR
1586
1647
  #
1587
1648
  #
1588
1649
  #
1589
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
1650
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
1590
1651
  #
1591
1652
  # @option params [required, String] :resource_id
1592
1653
  # The Amazon EMR resource identifier from which tags will be removed.
@@ -1648,7 +1709,7 @@ module Aws::EMR
1648
1709
  #
1649
1710
  #
1650
1711
  #
1651
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/AddMoreThan256Steps.html
1712
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/AddMoreThan256Steps.html
1652
1713
  #
1653
1714
  # @option params [required, String] :name
1654
1715
  # The name of the job flow.
@@ -1672,13 +1733,13 @@ module Aws::EMR
1672
1733
  # release version, for example, `emr-5.14.0`. For more information about
1673
1734
  # Amazon EMR release versions and included application versions and
1674
1735
  # features, see
1675
- # [http://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The release
1736
+ # [https://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The release
1676
1737
  # label applies only to Amazon EMR releases versions 4.x and later.
1677
1738
  # Earlier versions use `AmiVersion`.
1678
1739
  #
1679
1740
  #
1680
1741
  #
1681
- # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
1742
+ # [1]: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/
1682
1743
  #
1683
1744
  # @option params [required, Types::JobFlowInstancesConfig] :instances
1684
1745
  # A specification of the number and type of Amazon EC2 instances.
@@ -1706,7 +1767,7 @@ module Aws::EMR
1706
1767
  #
1707
1768
  #
1708
1769
  #
1709
- # [1]: http://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
1770
+ # [1]: https://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
1710
1771
  #
1711
1772
  # @option params [Array<Types::SupportedProductConfig>] :new_supported_products
1712
1773
  # <note markdown="1"> For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and
@@ -1743,7 +1804,7 @@ module Aws::EMR
1743
1804
  #
1744
1805
  #
1745
1806
  #
1746
- # [1]: http://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
1807
+ # [1]: https://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
1747
1808
  #
1748
1809
  # @option params [Array<Types::Application>] :applications
1749
1810
  # Applies to Amazon EMR releases 4.0 and later. A case-insensitive list
@@ -1753,7 +1814,7 @@ module Aws::EMR
1753
1814
  #
1754
1815
  #
1755
1816
  #
1756
- # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
1817
+ # [1]: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/
1757
1818
  #
1758
1819
  # @option params [Array<Types::Configuration>] :configurations
1759
1820
  # For Amazon EMR releases 4.0 and later. The list of configurations
@@ -1821,9 +1882,9 @@ module Aws::EMR
1821
1882
  #
1822
1883
  #
1823
1884
  #
1824
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-custom-ami.html
1825
- # [2]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
1826
- # [3]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html
1885
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-custom-ami.html
1886
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
1887
+ # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html
1827
1888
  #
1828
1889
  # @option params [Integer] :ebs_root_volume_size
1829
1890
  # The size, in GiB, of the EBS root device volume of the Linux AMI that
@@ -1845,7 +1906,7 @@ module Aws::EMR
1845
1906
  #
1846
1907
  #
1847
1908
  #
1848
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
1909
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
1849
1910
  #
1850
1911
  # @return [Types::RunJobFlowOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1851
1912
  #
@@ -2112,7 +2173,7 @@ module Aws::EMR
2112
2173
  #
2113
2174
  #
2114
2175
  #
2115
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/UsingEMR_TerminationProtection.html
2176
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/UsingEMR_TerminationProtection.html
2116
2177
  #
2117
2178
  # @option params [required, Array<String>] :job_flow_ids
2118
2179
  # A list of strings that uniquely identify the clusters to protect. This
@@ -2224,7 +2285,7 @@ module Aws::EMR
2224
2285
  params: params,
2225
2286
  config: config)
2226
2287
  context[:gem_name] = 'aws-sdk-emr'
2227
- context[:gem_version] = '1.13.0'
2288
+ context[:gem_version] = '1.14.0'
2228
2289
  Seahorse::Client::Request.new(handlers, context)
2229
2290
  end
2230
2291
 
@@ -159,6 +159,7 @@ module Aws::EMR
159
159
  ListSecurityConfigurationsOutput = Shapes::StructureShape.new(name: 'ListSecurityConfigurationsOutput')
160
160
  ListStepsInput = Shapes::StructureShape.new(name: 'ListStepsInput')
161
161
  ListStepsOutput = Shapes::StructureShape.new(name: 'ListStepsOutput')
162
+ Long = Shapes::IntegerShape.new(name: 'Long')
162
163
  Marker = Shapes::StringShape.new(name: 'Marker')
163
164
  MarketType = Shapes::StringShape.new(name: 'MarketType')
164
165
  MetricDimension = Shapes::StructureShape.new(name: 'MetricDimension')
@@ -552,6 +553,9 @@ module Aws::EMR
552
553
  InstanceGroup.add_member(:running_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "RunningInstanceCount"))
553
554
  InstanceGroup.add_member(:status, Shapes::ShapeRef.new(shape: InstanceGroupStatus, location_name: "Status"))
554
555
  InstanceGroup.add_member(:configurations, Shapes::ShapeRef.new(shape: ConfigurationList, location_name: "Configurations"))
556
+ InstanceGroup.add_member(:configurations_version, Shapes::ShapeRef.new(shape: Long, location_name: "ConfigurationsVersion"))
557
+ InstanceGroup.add_member(:last_successfully_applied_configurations, Shapes::ShapeRef.new(shape: ConfigurationList, location_name: "LastSuccessfullyAppliedConfigurations"))
558
+ InstanceGroup.add_member(:last_successfully_applied_configurations_version, Shapes::ShapeRef.new(shape: Long, location_name: "LastSuccessfullyAppliedConfigurationsVersion"))
555
559
  InstanceGroup.add_member(:ebs_block_devices, Shapes::ShapeRef.new(shape: EbsBlockDeviceList, location_name: "EbsBlockDevices"))
556
560
  InstanceGroup.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "EbsOptimized"))
557
561
  InstanceGroup.add_member(:shrink_policy, Shapes::ShapeRef.new(shape: ShrinkPolicy, location_name: "ShrinkPolicy"))
@@ -597,6 +601,7 @@ module Aws::EMR
597
601
  InstanceGroupModifyConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "InstanceCount"))
598
602
  InstanceGroupModifyConfig.add_member(:ec2_instance_ids_to_terminate, Shapes::ShapeRef.new(shape: EC2InstanceIdsToTerminateList, location_name: "EC2InstanceIdsToTerminate"))
599
603
  InstanceGroupModifyConfig.add_member(:shrink_policy, Shapes::ShapeRef.new(shape: ShrinkPolicy, location_name: "ShrinkPolicy"))
604
+ InstanceGroupModifyConfig.add_member(:configurations, Shapes::ShapeRef.new(shape: ConfigurationList, location_name: "Configurations"))
600
605
  InstanceGroupModifyConfig.struct_class = Types::InstanceGroupModifyConfig
601
606
 
602
607
  InstanceGroupModifyConfigList.member = Shapes::ShapeRef.new(shape: InstanceGroupModifyConfig)
@@ -1217,6 +1222,11 @@ module Aws::EMR
1217
1222
  o.output = Shapes::ShapeRef.new(shape: ListSecurityConfigurationsOutput)
1218
1223
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1219
1224
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1225
+ o[:pager] = Aws::Pager.new(
1226
+ tokens: {
1227
+ "marker" => "marker"
1228
+ }
1229
+ )
1220
1230
  end)
1221
1231
 
1222
1232
  api.add_operation(:list_steps, Seahorse::Model::Operation.new.tap do |o|
@@ -318,7 +318,7 @@ module Aws::EMR
318
318
  #
319
319
  #
320
320
  #
321
- # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html
321
+ # [1]: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html
322
322
  #
323
323
  # @note When making an API call, you may pass Application
324
324
  # data as a hash:
@@ -745,13 +745,13 @@ module Aws::EMR
745
745
  # release version, for example, `emr-5.14.0`. For more information
746
746
  # about Amazon EMR release versions and included application versions
747
747
  # and features, see
748
- # [http://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The
748
+ # [https://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The
749
749
  # release label applies only to Amazon EMR releases versions 4.x and
750
750
  # later. Earlier versions use `AmiVersion`.
751
751
  #
752
752
  #
753
753
  #
754
- # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
754
+ # [1]: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/
755
755
  # @return [String]
756
756
  #
757
757
  # @!attribute [rw] auto_terminate
@@ -861,7 +861,7 @@ module Aws::EMR
861
861
  #
862
862
  #
863
863
  #
864
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
864
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
865
865
  # @return [Types::KerberosAttributes]
866
866
  #
867
867
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/Cluster AWS API Documentation
@@ -1031,7 +1031,7 @@ module Aws::EMR
1031
1031
  #
1032
1032
  #
1033
1033
  #
1034
- # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html
1034
+ # [1]: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html
1035
1035
  #
1036
1036
  # @note When making an API call, you may pass Configuration
1037
1037
  # data as a hash:
@@ -1095,7 +1095,7 @@ module Aws::EMR
1095
1095
  #
1096
1096
  #
1097
1097
  #
1098
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-security-configurations.html
1098
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-security-configurations.html
1099
1099
  # @return [String]
1100
1100
  #
1101
1101
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/CreateSecurityConfigurationInput AWS API Documentation
@@ -2179,6 +2179,21 @@ module Aws::EMR
2179
2179
  # group (master, core, and task).
2180
2180
  # @return [Array<Types::Configuration>]
2181
2181
  #
2182
+ # @!attribute [rw] configurations_version
2183
+ # The version number of the requested configuration specification for
2184
+ # this instance group.
2185
+ # @return [Integer]
2186
+ #
2187
+ # @!attribute [rw] last_successfully_applied_configurations
2188
+ # A list of configurations that were successfully applied for an
2189
+ # instance group last time.
2190
+ # @return [Array<Types::Configuration>]
2191
+ #
2192
+ # @!attribute [rw] last_successfully_applied_configurations_version
2193
+ # The version number of a configuration specification that was
2194
+ # successfully applied for an instance group last time.
2195
+ # @return [Integer]
2196
+ #
2182
2197
  # @!attribute [rw] ebs_block_devices
2183
2198
  # The EBS block devices that are mapped to this instance group.
2184
2199
  # @return [Array<Types::EbsBlockDevice>]
@@ -2214,6 +2229,9 @@ module Aws::EMR
2214
2229
  :running_instance_count,
2215
2230
  :status,
2216
2231
  :configurations,
2232
+ :configurations_version,
2233
+ :last_successfully_applied_configurations,
2234
+ :last_successfully_applied_configurations_version,
2217
2235
  :ebs_block_devices,
2218
2236
  :ebs_optimized,
2219
2237
  :shrink_policy,
@@ -2448,7 +2466,7 @@ module Aws::EMR
2448
2466
  include Aws::Structure
2449
2467
  end
2450
2468
 
2451
- # Modify an instance group size.
2469
+ # Modify the size or configurations of an instance group.
2452
2470
  #
2453
2471
  # @note When making an API call, you may pass InstanceGroupModifyConfig
2454
2472
  # data as a hash:
@@ -2465,6 +2483,17 @@ module Aws::EMR
2465
2483
  # instance_termination_timeout: 1,
2466
2484
  # },
2467
2485
  # },
2486
+ # configurations: [
2487
+ # {
2488
+ # classification: "String",
2489
+ # configurations: {
2490
+ # # recursive ConfigurationList
2491
+ # },
2492
+ # properties: {
2493
+ # "String" => "String",
2494
+ # },
2495
+ # },
2496
+ # ],
2468
2497
  # }
2469
2498
  #
2470
2499
  # @!attribute [rw] instance_group_id
@@ -2484,13 +2513,19 @@ module Aws::EMR
2484
2513
  # Policy for customizing shrink operations.
2485
2514
  # @return [Types::ShrinkPolicy]
2486
2515
  #
2516
+ # @!attribute [rw] configurations
2517
+ # A list of new or modified configurations to apply for an instance
2518
+ # group.
2519
+ # @return [Array<Types::Configuration>]
2520
+ #
2487
2521
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/InstanceGroupModifyConfig AWS API Documentation
2488
2522
  #
2489
2523
  class InstanceGroupModifyConfig < Struct.new(
2490
2524
  :instance_group_id,
2491
2525
  :instance_count,
2492
2526
  :ec2_instance_ids_to_terminate,
2493
- :shrink_policy)
2527
+ :shrink_policy,
2528
+ :configurations)
2494
2529
  include Aws::Structure
2495
2530
  end
2496
2531
 
@@ -3333,7 +3368,7 @@ module Aws::EMR
3333
3368
  #
3334
3369
  #
3335
3370
  #
3336
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
3371
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
3337
3372
  #
3338
3373
  # @note When making an API call, you may pass KerberosAttributes
3339
3374
  # data as a hash:
@@ -3859,6 +3894,17 @@ module Aws::EMR
3859
3894
  # instance_termination_timeout: 1,
3860
3895
  # },
3861
3896
  # },
3897
+ # configurations: [
3898
+ # {
3899
+ # classification: "String",
3900
+ # configurations: {
3901
+ # # recursive ConfigurationList
3902
+ # },
3903
+ # properties: {
3904
+ # "String" => "String",
3905
+ # },
3906
+ # },
3907
+ # ],
3862
3908
  # },
3863
3909
  # ],
3864
3910
  # }
@@ -4325,13 +4371,13 @@ module Aws::EMR
4325
4371
  # release version, for example, `emr-5.14.0`. For more information
4326
4372
  # about Amazon EMR release versions and included application versions
4327
4373
  # and features, see
4328
- # [http://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The
4374
+ # [https://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The
4329
4375
  # release label applies only to Amazon EMR releases versions 4.x and
4330
4376
  # later. Earlier versions use `AmiVersion`.
4331
4377
  #
4332
4378
  #
4333
4379
  #
4334
- # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
4380
+ # [1]: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/
4335
4381
  # @return [String]
4336
4382
  #
4337
4383
  # @!attribute [rw] instances
@@ -4363,7 +4409,7 @@ module Aws::EMR
4363
4409
  #
4364
4410
  #
4365
4411
  #
4366
- # [1]: http://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
4412
+ # [1]: https://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
4367
4413
  # @return [Array<String>]
4368
4414
  #
4369
4415
  # @!attribute [rw] new_supported_products
@@ -4401,7 +4447,7 @@ module Aws::EMR
4401
4447
  #
4402
4448
  #
4403
4449
  #
4404
- # [1]: http://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
4450
+ # [1]: https://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
4405
4451
  # @return [Array<Types::SupportedProductConfig>]
4406
4452
  #
4407
4453
  # @!attribute [rw] applications
@@ -4412,7 +4458,7 @@ module Aws::EMR
4412
4458
  #
4413
4459
  #
4414
4460
  #
4415
- # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
4461
+ # [1]: https://docs.aws.amazon.com/emr/latest/ReleaseGuide/
4416
4462
  # @return [Array<Types::Application>]
4417
4463
  #
4418
4464
  # @!attribute [rw] configurations
@@ -4490,9 +4536,9 @@ module Aws::EMR
4490
4536
  #
4491
4537
  #
4492
4538
  #
4493
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-custom-ami.html
4494
- # [2]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
4495
- # [3]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html
4539
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-custom-ami.html
4540
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
4541
+ # [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html
4496
4542
  # @return [String]
4497
4543
  #
4498
4544
  # @!attribute [rw] ebs_root_volume_size
@@ -4517,7 +4563,7 @@ module Aws::EMR
4517
4563
  #
4518
4564
  #
4519
4565
  #
4520
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
4566
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html
4521
4567
  # @return [Types::KerberosAttributes]
4522
4568
  #
4523
4569
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/RunJobFlowInput AWS API Documentation
@@ -5262,7 +5308,7 @@ module Aws::EMR
5262
5308
  #
5263
5309
  #
5264
5310
  #
5265
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
5311
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
5266
5312
  #
5267
5313
  # @note When making an API call, you may pass Tag
5268
5314
  # data as a hash:
@@ -5278,7 +5324,7 @@ module Aws::EMR
5278
5324
  #
5279
5325
  #
5280
5326
  #
5281
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
5327
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
5282
5328
  # @return [String]
5283
5329
  #
5284
5330
  # @!attribute [rw] value
@@ -5287,7 +5333,7 @@ module Aws::EMR
5287
5333
  #
5288
5334
  #
5289
5335
  #
5290
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
5336
+ # [1]: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html
5291
5337
  # @return [String]
5292
5338
  #
5293
5339
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/Tag 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.13.0
4
+ version: 1.14.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-03-22 00:00:00.000000000 Z
11
+ date: 2019-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core