aws-sdk-emr 1.31.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 +1 -1
- data/lib/aws-sdk-emr/client.rb +1 -1
- data/lib/aws-sdk-emr/types.rb +133 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 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
data/lib/aws-sdk-emr/client.rb
CHANGED
data/lib/aws-sdk-emr/types.rb
CHANGED
@@ -75,6 +75,7 @@ module Aws::EMR
|
|
75
75
|
class AddInstanceFleetInput < Struct.new(
|
76
76
|
:cluster_id,
|
77
77
|
:instance_fleet)
|
78
|
+
SENSITIVE = []
|
78
79
|
include Aws::Structure
|
79
80
|
end
|
80
81
|
|
@@ -96,6 +97,7 @@ module Aws::EMR
|
|
96
97
|
:cluster_id,
|
97
98
|
:instance_fleet_id,
|
98
99
|
:cluster_arn)
|
100
|
+
SENSITIVE = []
|
99
101
|
include Aws::Structure
|
100
102
|
end
|
101
103
|
|
@@ -193,6 +195,7 @@ module Aws::EMR
|
|
193
195
|
class AddInstanceGroupsInput < Struct.new(
|
194
196
|
:instance_groups,
|
195
197
|
:job_flow_id)
|
198
|
+
SENSITIVE = []
|
196
199
|
include Aws::Structure
|
197
200
|
end
|
198
201
|
|
@@ -216,6 +219,7 @@ module Aws::EMR
|
|
216
219
|
:job_flow_id,
|
217
220
|
:instance_group_ids,
|
218
221
|
:cluster_arn)
|
222
|
+
SENSITIVE = []
|
219
223
|
include Aws::Structure
|
220
224
|
end
|
221
225
|
|
@@ -259,6 +263,7 @@ module Aws::EMR
|
|
259
263
|
class AddJobFlowStepsInput < Struct.new(
|
260
264
|
:job_flow_id,
|
261
265
|
:steps)
|
266
|
+
SENSITIVE = []
|
262
267
|
include Aws::Structure
|
263
268
|
end
|
264
269
|
|
@@ -272,6 +277,7 @@ module Aws::EMR
|
|
272
277
|
#
|
273
278
|
class AddJobFlowStepsOutput < Struct.new(
|
274
279
|
:step_ids)
|
280
|
+
SENSITIVE = []
|
275
281
|
include Aws::Structure
|
276
282
|
end
|
277
283
|
|
@@ -307,6 +313,7 @@ module Aws::EMR
|
|
307
313
|
class AddTagsInput < Struct.new(
|
308
314
|
:resource_id,
|
309
315
|
:tags)
|
316
|
+
SENSITIVE = []
|
310
317
|
include Aws::Structure
|
311
318
|
end
|
312
319
|
|
@@ -369,6 +376,7 @@ module Aws::EMR
|
|
369
376
|
:version,
|
370
377
|
:args,
|
371
378
|
:additional_info)
|
379
|
+
SENSITIVE = []
|
372
380
|
include Aws::Structure
|
373
381
|
end
|
374
382
|
|
@@ -436,6 +444,7 @@ module Aws::EMR
|
|
436
444
|
class AutoScalingPolicy < Struct.new(
|
437
445
|
:constraints,
|
438
446
|
:rules)
|
447
|
+
SENSITIVE = []
|
439
448
|
include Aws::Structure
|
440
449
|
end
|
441
450
|
|
@@ -466,6 +475,7 @@ module Aws::EMR
|
|
466
475
|
:status,
|
467
476
|
:constraints,
|
468
477
|
:rules)
|
478
|
+
SENSITIVE = []
|
469
479
|
include Aws::Structure
|
470
480
|
end
|
471
481
|
|
@@ -489,6 +499,7 @@ module Aws::EMR
|
|
489
499
|
class AutoScalingPolicyStateChangeReason < Struct.new(
|
490
500
|
:code,
|
491
501
|
:message)
|
502
|
+
SENSITIVE = []
|
492
503
|
include Aws::Structure
|
493
504
|
end
|
494
505
|
|
@@ -507,6 +518,7 @@ module Aws::EMR
|
|
507
518
|
class AutoScalingPolicyStatus < Struct.new(
|
508
519
|
:state,
|
509
520
|
:state_change_reason)
|
521
|
+
SENSITIVE = []
|
510
522
|
include Aws::Structure
|
511
523
|
end
|
512
524
|
|
@@ -556,6 +568,7 @@ module Aws::EMR
|
|
556
568
|
class BlockPublicAccessConfiguration < Struct.new(
|
557
569
|
:block_public_security_group_rules,
|
558
570
|
:permitted_public_security_group_rule_ranges)
|
571
|
+
SENSITIVE = []
|
559
572
|
include Aws::Structure
|
560
573
|
end
|
561
574
|
|
@@ -579,6 +592,7 @@ module Aws::EMR
|
|
579
592
|
class BlockPublicAccessConfigurationMetadata < Struct.new(
|
580
593
|
:creation_date_time,
|
581
594
|
:created_by_arn)
|
595
|
+
SENSITIVE = []
|
582
596
|
include Aws::Structure
|
583
597
|
end
|
584
598
|
|
@@ -608,6 +622,7 @@ module Aws::EMR
|
|
608
622
|
class BootstrapActionConfig < Struct.new(
|
609
623
|
:name,
|
610
624
|
:script_bootstrap_action)
|
625
|
+
SENSITIVE = []
|
611
626
|
include Aws::Structure
|
612
627
|
end
|
613
628
|
|
@@ -622,6 +637,7 @@ module Aws::EMR
|
|
622
637
|
#
|
623
638
|
class BootstrapActionDetail < Struct.new(
|
624
639
|
:bootstrap_action_config)
|
640
|
+
SENSITIVE = []
|
625
641
|
include Aws::Structure
|
626
642
|
end
|
627
643
|
|
@@ -647,6 +663,7 @@ module Aws::EMR
|
|
647
663
|
:step_id,
|
648
664
|
:status,
|
649
665
|
:reason)
|
666
|
+
SENSITIVE = []
|
650
667
|
include Aws::Structure
|
651
668
|
end
|
652
669
|
|
@@ -682,6 +699,7 @@ module Aws::EMR
|
|
682
699
|
:cluster_id,
|
683
700
|
:step_ids,
|
684
701
|
:step_cancellation_option)
|
702
|
+
SENSITIVE = []
|
685
703
|
include Aws::Structure
|
686
704
|
end
|
687
705
|
|
@@ -696,6 +714,7 @@ module Aws::EMR
|
|
696
714
|
#
|
697
715
|
class CancelStepsOutput < Struct.new(
|
698
716
|
:cancel_steps_info_list)
|
717
|
+
SENSITIVE = []
|
699
718
|
include Aws::Structure
|
700
719
|
end
|
701
720
|
|
@@ -781,6 +800,7 @@ module Aws::EMR
|
|
781
800
|
:threshold,
|
782
801
|
:unit,
|
783
802
|
:dimensions)
|
803
|
+
SENSITIVE = []
|
784
804
|
include Aws::Structure
|
785
805
|
end
|
786
806
|
|
@@ -1008,6 +1028,7 @@ module Aws::EMR
|
|
1008
1028
|
:cluster_arn,
|
1009
1029
|
:outpost_arn,
|
1010
1030
|
:step_concurrency_level)
|
1031
|
+
SENSITIVE = []
|
1011
1032
|
include Aws::Structure
|
1012
1033
|
end
|
1013
1034
|
|
@@ -1026,6 +1047,7 @@ module Aws::EMR
|
|
1026
1047
|
class ClusterStateChangeReason < Struct.new(
|
1027
1048
|
:code,
|
1028
1049
|
:message)
|
1050
|
+
SENSITIVE = []
|
1029
1051
|
include Aws::Structure
|
1030
1052
|
end
|
1031
1053
|
|
@@ -1050,6 +1072,7 @@ module Aws::EMR
|
|
1050
1072
|
:state,
|
1051
1073
|
:state_change_reason,
|
1052
1074
|
:timeline)
|
1075
|
+
SENSITIVE = []
|
1053
1076
|
include Aws::Structure
|
1054
1077
|
end
|
1055
1078
|
|
@@ -1095,6 +1118,7 @@ module Aws::EMR
|
|
1095
1118
|
:normalized_instance_hours,
|
1096
1119
|
:cluster_arn,
|
1097
1120
|
:outpost_arn)
|
1121
|
+
SENSITIVE = []
|
1098
1122
|
include Aws::Structure
|
1099
1123
|
end
|
1100
1124
|
|
@@ -1118,6 +1142,7 @@ module Aws::EMR
|
|
1118
1142
|
:creation_date_time,
|
1119
1143
|
:ready_date_time,
|
1120
1144
|
:end_date_time)
|
1145
|
+
SENSITIVE = []
|
1121
1146
|
include Aws::Structure
|
1122
1147
|
end
|
1123
1148
|
|
@@ -1141,6 +1166,7 @@ module Aws::EMR
|
|
1141
1166
|
:name,
|
1142
1167
|
:script_path,
|
1143
1168
|
:args)
|
1169
|
+
SENSITIVE = []
|
1144
1170
|
include Aws::Structure
|
1145
1171
|
end
|
1146
1172
|
|
@@ -1204,6 +1230,7 @@ module Aws::EMR
|
|
1204
1230
|
:maximum_capacity_units,
|
1205
1231
|
:maximum_on_demand_capacity_units,
|
1206
1232
|
:maximum_core_capacity_units)
|
1233
|
+
SENSITIVE = []
|
1207
1234
|
include Aws::Structure
|
1208
1235
|
end
|
1209
1236
|
|
@@ -1263,6 +1290,7 @@ module Aws::EMR
|
|
1263
1290
|
:classification,
|
1264
1291
|
:configurations,
|
1265
1292
|
:properties)
|
1293
|
+
SENSITIVE = []
|
1266
1294
|
include Aws::Structure
|
1267
1295
|
end
|
1268
1296
|
|
@@ -1293,6 +1321,7 @@ module Aws::EMR
|
|
1293
1321
|
class CreateSecurityConfigurationInput < Struct.new(
|
1294
1322
|
:name,
|
1295
1323
|
:security_configuration)
|
1324
|
+
SENSITIVE = []
|
1296
1325
|
include Aws::Structure
|
1297
1326
|
end
|
1298
1327
|
|
@@ -1309,6 +1338,7 @@ module Aws::EMR
|
|
1309
1338
|
class CreateSecurityConfigurationOutput < Struct.new(
|
1310
1339
|
:name,
|
1311
1340
|
:creation_date_time)
|
1341
|
+
SENSITIVE = []
|
1312
1342
|
include Aws::Structure
|
1313
1343
|
end
|
1314
1344
|
|
@@ -1327,6 +1357,7 @@ module Aws::EMR
|
|
1327
1357
|
#
|
1328
1358
|
class DeleteSecurityConfigurationInput < Struct.new(
|
1329
1359
|
:name)
|
1360
|
+
SENSITIVE = []
|
1330
1361
|
include Aws::Structure
|
1331
1362
|
end
|
1332
1363
|
|
@@ -1351,6 +1382,7 @@ module Aws::EMR
|
|
1351
1382
|
#
|
1352
1383
|
class DescribeClusterInput < Struct.new(
|
1353
1384
|
:cluster_id)
|
1385
|
+
SENSITIVE = []
|
1354
1386
|
include Aws::Structure
|
1355
1387
|
end
|
1356
1388
|
|
@@ -1364,6 +1396,7 @@ module Aws::EMR
|
|
1364
1396
|
#
|
1365
1397
|
class DescribeClusterOutput < Struct.new(
|
1366
1398
|
:cluster)
|
1399
|
+
SENSITIVE = []
|
1367
1400
|
include Aws::Structure
|
1368
1401
|
end
|
1369
1402
|
|
@@ -1402,6 +1435,7 @@ module Aws::EMR
|
|
1402
1435
|
:created_before,
|
1403
1436
|
:job_flow_ids,
|
1404
1437
|
:job_flow_states)
|
1438
|
+
SENSITIVE = []
|
1405
1439
|
include Aws::Structure
|
1406
1440
|
end
|
1407
1441
|
|
@@ -1415,6 +1449,7 @@ module Aws::EMR
|
|
1415
1449
|
#
|
1416
1450
|
class DescribeJobFlowsOutput < Struct.new(
|
1417
1451
|
:job_flows)
|
1452
|
+
SENSITIVE = []
|
1418
1453
|
include Aws::Structure
|
1419
1454
|
end
|
1420
1455
|
|
@@ -1433,6 +1468,7 @@ module Aws::EMR
|
|
1433
1468
|
#
|
1434
1469
|
class DescribeSecurityConfigurationInput < Struct.new(
|
1435
1470
|
:name)
|
1471
|
+
SENSITIVE = []
|
1436
1472
|
include Aws::Structure
|
1437
1473
|
end
|
1438
1474
|
|
@@ -1454,6 +1490,7 @@ module Aws::EMR
|
|
1454
1490
|
:name,
|
1455
1491
|
:security_configuration,
|
1456
1492
|
:creation_date_time)
|
1493
|
+
SENSITIVE = []
|
1457
1494
|
include Aws::Structure
|
1458
1495
|
end
|
1459
1496
|
|
@@ -1480,6 +1517,7 @@ module Aws::EMR
|
|
1480
1517
|
class DescribeStepInput < Struct.new(
|
1481
1518
|
:cluster_id,
|
1482
1519
|
:step_id)
|
1520
|
+
SENSITIVE = []
|
1483
1521
|
include Aws::Structure
|
1484
1522
|
end
|
1485
1523
|
|
@@ -1493,6 +1531,7 @@ module Aws::EMR
|
|
1493
1531
|
#
|
1494
1532
|
class DescribeStepOutput < Struct.new(
|
1495
1533
|
:step)
|
1534
|
+
SENSITIVE = []
|
1496
1535
|
include Aws::Structure
|
1497
1536
|
end
|
1498
1537
|
|
@@ -1514,6 +1553,7 @@ module Aws::EMR
|
|
1514
1553
|
class EbsBlockDevice < Struct.new(
|
1515
1554
|
:volume_specification,
|
1516
1555
|
:device)
|
1556
|
+
SENSITIVE = []
|
1517
1557
|
include Aws::Structure
|
1518
1558
|
end
|
1519
1559
|
|
@@ -1549,6 +1589,7 @@ module Aws::EMR
|
|
1549
1589
|
class EbsBlockDeviceConfig < Struct.new(
|
1550
1590
|
:volume_specification,
|
1551
1591
|
:volumes_per_instance)
|
1592
|
+
SENSITIVE = []
|
1552
1593
|
include Aws::Structure
|
1553
1594
|
end
|
1554
1595
|
|
@@ -1585,6 +1626,7 @@ module Aws::EMR
|
|
1585
1626
|
class EbsConfiguration < Struct.new(
|
1586
1627
|
:ebs_block_device_configs,
|
1587
1628
|
:ebs_optimized)
|
1629
|
+
SENSITIVE = []
|
1588
1630
|
include Aws::Structure
|
1589
1631
|
end
|
1590
1632
|
|
@@ -1603,6 +1645,7 @@ module Aws::EMR
|
|
1603
1645
|
class EbsVolume < Struct.new(
|
1604
1646
|
:device,
|
1605
1647
|
:volume_id)
|
1648
|
+
SENSITIVE = []
|
1606
1649
|
include Aws::Structure
|
1607
1650
|
end
|
1608
1651
|
|
@@ -1696,6 +1739,7 @@ module Aws::EMR
|
|
1696
1739
|
:service_access_security_group,
|
1697
1740
|
:additional_master_security_groups,
|
1698
1741
|
:additional_slave_security_groups)
|
1742
|
+
SENSITIVE = []
|
1699
1743
|
include Aws::Structure
|
1700
1744
|
end
|
1701
1745
|
|
@@ -1725,6 +1769,7 @@ module Aws::EMR
|
|
1725
1769
|
:reason,
|
1726
1770
|
:message,
|
1727
1771
|
:log_file)
|
1772
|
+
SENSITIVE = []
|
1728
1773
|
include Aws::Structure
|
1729
1774
|
end
|
1730
1775
|
|
@@ -1771,6 +1816,7 @@ module Aws::EMR
|
|
1771
1816
|
class GetBlockPublicAccessConfigurationOutput < Struct.new(
|
1772
1817
|
:block_public_access_configuration,
|
1773
1818
|
:block_public_access_configuration_metadata)
|
1819
|
+
SENSITIVE = []
|
1774
1820
|
include Aws::Structure
|
1775
1821
|
end
|
1776
1822
|
|
@@ -1790,6 +1836,7 @@ module Aws::EMR
|
|
1790
1836
|
#
|
1791
1837
|
class GetManagedScalingPolicyInput < Struct.new(
|
1792
1838
|
:cluster_id)
|
1839
|
+
SENSITIVE = []
|
1793
1840
|
include Aws::Structure
|
1794
1841
|
end
|
1795
1842
|
|
@@ -1802,6 +1849,7 @@ module Aws::EMR
|
|
1802
1849
|
#
|
1803
1850
|
class GetManagedScalingPolicyOutput < Struct.new(
|
1804
1851
|
:managed_scaling_policy)
|
1852
|
+
SENSITIVE = []
|
1805
1853
|
include Aws::Structure
|
1806
1854
|
end
|
1807
1855
|
|
@@ -1851,6 +1899,7 @@ module Aws::EMR
|
|
1851
1899
|
:jar,
|
1852
1900
|
:main_class,
|
1853
1901
|
:args)
|
1902
|
+
SENSITIVE = []
|
1854
1903
|
include Aws::Structure
|
1855
1904
|
end
|
1856
1905
|
|
@@ -1885,6 +1934,7 @@ module Aws::EMR
|
|
1885
1934
|
:properties,
|
1886
1935
|
:main_class,
|
1887
1936
|
:args)
|
1937
|
+
SENSITIVE = []
|
1888
1938
|
include Aws::Structure
|
1889
1939
|
end
|
1890
1940
|
|
@@ -1955,6 +2005,7 @@ module Aws::EMR
|
|
1955
2005
|
:market,
|
1956
2006
|
:instance_type,
|
1957
2007
|
:ebs_volumes)
|
2008
|
+
SENSITIVE = []
|
1958
2009
|
include Aws::Structure
|
1959
2010
|
end
|
1960
2011
|
|
@@ -2074,6 +2125,7 @@ module Aws::EMR
|
|
2074
2125
|
:provisioned_spot_capacity,
|
2075
2126
|
:instance_type_specifications,
|
2076
2127
|
:launch_specifications)
|
2128
|
+
SENSITIVE = []
|
2077
2129
|
include Aws::Structure
|
2078
2130
|
end
|
2079
2131
|
|
@@ -2208,6 +2260,7 @@ module Aws::EMR
|
|
2208
2260
|
:target_spot_capacity,
|
2209
2261
|
:instance_type_configs,
|
2210
2262
|
:launch_specifications)
|
2263
|
+
SENSITIVE = []
|
2211
2264
|
include Aws::Structure
|
2212
2265
|
end
|
2213
2266
|
|
@@ -2247,6 +2300,7 @@ module Aws::EMR
|
|
2247
2300
|
:instance_fleet_id,
|
2248
2301
|
:target_on_demand_capacity,
|
2249
2302
|
:target_spot_capacity)
|
2303
|
+
SENSITIVE = []
|
2250
2304
|
include Aws::Structure
|
2251
2305
|
end
|
2252
2306
|
|
@@ -2278,6 +2332,7 @@ module Aws::EMR
|
|
2278
2332
|
#
|
2279
2333
|
class InstanceFleetProvisioningSpecifications < Struct.new(
|
2280
2334
|
:spot_specification)
|
2335
|
+
SENSITIVE = []
|
2281
2336
|
include Aws::Structure
|
2282
2337
|
end
|
2283
2338
|
|
@@ -2301,6 +2356,7 @@ module Aws::EMR
|
|
2301
2356
|
class InstanceFleetStateChangeReason < Struct.new(
|
2302
2357
|
:code,
|
2303
2358
|
:message)
|
2359
|
+
SENSITIVE = []
|
2304
2360
|
include Aws::Structure
|
2305
2361
|
end
|
2306
2362
|
|
@@ -2352,6 +2408,7 @@ module Aws::EMR
|
|
2352
2408
|
:state,
|
2353
2409
|
:state_change_reason,
|
2354
2410
|
:timeline)
|
2411
|
+
SENSITIVE = []
|
2355
2412
|
include Aws::Structure
|
2356
2413
|
end
|
2357
2414
|
|
@@ -2382,6 +2439,7 @@ module Aws::EMR
|
|
2382
2439
|
:creation_date_time,
|
2383
2440
|
:ready_date_time,
|
2384
2441
|
:end_date_time)
|
2442
|
+
SENSITIVE = []
|
2385
2443
|
include Aws::Structure
|
2386
2444
|
end
|
2387
2445
|
|
@@ -2497,6 +2555,7 @@ module Aws::EMR
|
|
2497
2555
|
:ebs_optimized,
|
2498
2556
|
:shrink_policy,
|
2499
2557
|
:auto_scaling_policy)
|
2558
|
+
SENSITIVE = []
|
2500
2559
|
include Aws::Structure
|
2501
2560
|
end
|
2502
2561
|
|
@@ -2638,6 +2697,7 @@ module Aws::EMR
|
|
2638
2697
|
:configurations,
|
2639
2698
|
:ebs_configuration,
|
2640
2699
|
:auto_scaling_policy)
|
2700
|
+
SENSITIVE = []
|
2641
2701
|
include Aws::Structure
|
2642
2702
|
end
|
2643
2703
|
|
@@ -2720,6 +2780,7 @@ module Aws::EMR
|
|
2720
2780
|
:start_date_time,
|
2721
2781
|
:ready_date_time,
|
2722
2782
|
:end_date_time)
|
2783
|
+
SENSITIVE = []
|
2723
2784
|
include Aws::Structure
|
2724
2785
|
end
|
2725
2786
|
|
@@ -2783,6 +2844,7 @@ module Aws::EMR
|
|
2783
2844
|
:ec2_instance_ids_to_terminate,
|
2784
2845
|
:shrink_policy,
|
2785
2846
|
:configurations)
|
2847
|
+
SENSITIVE = []
|
2786
2848
|
include Aws::Structure
|
2787
2849
|
end
|
2788
2850
|
|
@@ -2801,6 +2863,7 @@ module Aws::EMR
|
|
2801
2863
|
class InstanceGroupStateChangeReason < Struct.new(
|
2802
2864
|
:code,
|
2803
2865
|
:message)
|
2866
|
+
SENSITIVE = []
|
2804
2867
|
include Aws::Structure
|
2805
2868
|
end
|
2806
2869
|
|
@@ -2824,6 +2887,7 @@ module Aws::EMR
|
|
2824
2887
|
:state,
|
2825
2888
|
:state_change_reason,
|
2826
2889
|
:timeline)
|
2890
|
+
SENSITIVE = []
|
2827
2891
|
include Aws::Structure
|
2828
2892
|
end
|
2829
2893
|
|
@@ -2848,6 +2912,7 @@ module Aws::EMR
|
|
2848
2912
|
:creation_date_time,
|
2849
2913
|
:ready_date_time,
|
2850
2914
|
:end_date_time)
|
2915
|
+
SENSITIVE = []
|
2851
2916
|
include Aws::Structure
|
2852
2917
|
end
|
2853
2918
|
|
@@ -2884,6 +2949,7 @@ module Aws::EMR
|
|
2884
2949
|
:instances_to_terminate,
|
2885
2950
|
:instances_to_protect,
|
2886
2951
|
:instance_termination_timeout)
|
2952
|
+
SENSITIVE = []
|
2887
2953
|
include Aws::Structure
|
2888
2954
|
end
|
2889
2955
|
|
@@ -2902,6 +2968,7 @@ module Aws::EMR
|
|
2902
2968
|
class InstanceStateChangeReason < Struct.new(
|
2903
2969
|
:code,
|
2904
2970
|
:message)
|
2971
|
+
SENSITIVE = []
|
2905
2972
|
include Aws::Structure
|
2906
2973
|
end
|
2907
2974
|
|
@@ -2925,6 +2992,7 @@ module Aws::EMR
|
|
2925
2992
|
:state,
|
2926
2993
|
:state_change_reason,
|
2927
2994
|
:timeline)
|
2995
|
+
SENSITIVE = []
|
2928
2996
|
include Aws::Structure
|
2929
2997
|
end
|
2930
2998
|
|
@@ -2948,6 +3016,7 @@ module Aws::EMR
|
|
2948
3016
|
:creation_date_time,
|
2949
3017
|
:ready_date_time,
|
2950
3018
|
:end_date_time)
|
3019
|
+
SENSITIVE = []
|
2951
3020
|
include Aws::Structure
|
2952
3021
|
end
|
2953
3022
|
|
@@ -3042,6 +3111,7 @@ module Aws::EMR
|
|
3042
3111
|
:bid_price_as_percentage_of_on_demand_price,
|
3043
3112
|
:ebs_configuration,
|
3044
3113
|
:configurations)
|
3114
|
+
SENSITIVE = []
|
3045
3115
|
include Aws::Structure
|
3046
3116
|
end
|
3047
3117
|
|
@@ -3102,6 +3172,7 @@ module Aws::EMR
|
|
3102
3172
|
:configurations,
|
3103
3173
|
:ebs_block_devices,
|
3104
3174
|
:ebs_optimized)
|
3175
|
+
SENSITIVE = []
|
3105
3176
|
include Aws::Structure
|
3106
3177
|
end
|
3107
3178
|
|
@@ -3123,6 +3194,7 @@ module Aws::EMR
|
|
3123
3194
|
#
|
3124
3195
|
class InternalServerException < Struct.new(
|
3125
3196
|
:message)
|
3197
|
+
SENSITIVE = []
|
3126
3198
|
include Aws::Structure
|
3127
3199
|
end
|
3128
3200
|
|
@@ -3141,6 +3213,7 @@ module Aws::EMR
|
|
3141
3213
|
class InvalidRequestException < Struct.new(
|
3142
3214
|
:error_code,
|
3143
3215
|
:message)
|
3216
|
+
SENSITIVE = []
|
3144
3217
|
include Aws::Structure
|
3145
3218
|
end
|
3146
3219
|
|
@@ -3256,6 +3329,7 @@ module Aws::EMR
|
|
3256
3329
|
:service_role,
|
3257
3330
|
:auto_scaling_role,
|
3258
3331
|
:scale_down_behavior)
|
3332
|
+
SENSITIVE = []
|
3259
3333
|
include Aws::Structure
|
3260
3334
|
end
|
3261
3335
|
|
@@ -3295,6 +3369,7 @@ module Aws::EMR
|
|
3295
3369
|
:ready_date_time,
|
3296
3370
|
:end_date_time,
|
3297
3371
|
:last_state_change_reason)
|
3372
|
+
SENSITIVE = []
|
3298
3373
|
include Aws::Structure
|
3299
3374
|
end
|
3300
3375
|
|
@@ -3568,6 +3643,7 @@ module Aws::EMR
|
|
3568
3643
|
:service_access_security_group,
|
3569
3644
|
:additional_master_security_groups,
|
3570
3645
|
:additional_slave_security_groups)
|
3646
|
+
SENSITIVE = []
|
3571
3647
|
include Aws::Structure
|
3572
3648
|
end
|
3573
3649
|
|
@@ -3658,6 +3734,7 @@ module Aws::EMR
|
|
3658
3734
|
:keep_job_flow_alive_when_no_steps,
|
3659
3735
|
:termination_protected,
|
3660
3736
|
:hadoop_version)
|
3737
|
+
SENSITIVE = []
|
3661
3738
|
include Aws::Structure
|
3662
3739
|
end
|
3663
3740
|
|
@@ -3715,6 +3792,7 @@ module Aws::EMR
|
|
3715
3792
|
:cross_realm_trust_principal_password,
|
3716
3793
|
:ad_domain_join_user,
|
3717
3794
|
:ad_domain_join_password)
|
3795
|
+
SENSITIVE = []
|
3718
3796
|
include Aws::Structure
|
3719
3797
|
end
|
3720
3798
|
|
@@ -3741,6 +3819,7 @@ module Aws::EMR
|
|
3741
3819
|
class KeyValue < Struct.new(
|
3742
3820
|
:key,
|
3743
3821
|
:value)
|
3822
|
+
SENSITIVE = []
|
3744
3823
|
include Aws::Structure
|
3745
3824
|
end
|
3746
3825
|
|
@@ -3768,6 +3847,7 @@ module Aws::EMR
|
|
3768
3847
|
class ListBootstrapActionsInput < Struct.new(
|
3769
3848
|
:cluster_id,
|
3770
3849
|
:marker)
|
3850
|
+
SENSITIVE = []
|
3771
3851
|
include Aws::Structure
|
3772
3852
|
end
|
3773
3853
|
|
@@ -3787,6 +3867,7 @@ module Aws::EMR
|
|
3787
3867
|
class ListBootstrapActionsOutput < Struct.new(
|
3788
3868
|
:bootstrap_actions,
|
3789
3869
|
:marker)
|
3870
|
+
SENSITIVE = []
|
3790
3871
|
include Aws::Structure
|
3791
3872
|
end
|
3792
3873
|
|
@@ -3828,6 +3909,7 @@ module Aws::EMR
|
|
3828
3909
|
:created_before,
|
3829
3910
|
:cluster_states,
|
3830
3911
|
:marker)
|
3912
|
+
SENSITIVE = []
|
3831
3913
|
include Aws::Structure
|
3832
3914
|
end
|
3833
3915
|
|
@@ -3848,6 +3930,7 @@ module Aws::EMR
|
|
3848
3930
|
class ListClustersOutput < Struct.new(
|
3849
3931
|
:clusters,
|
3850
3932
|
:marker)
|
3933
|
+
SENSITIVE = []
|
3851
3934
|
include Aws::Structure
|
3852
3935
|
end
|
3853
3936
|
|
@@ -3873,6 +3956,7 @@ module Aws::EMR
|
|
3873
3956
|
class ListInstanceFleetsInput < Struct.new(
|
3874
3957
|
:cluster_id,
|
3875
3958
|
:marker)
|
3959
|
+
SENSITIVE = []
|
3876
3960
|
include Aws::Structure
|
3877
3961
|
end
|
3878
3962
|
|
@@ -3890,6 +3974,7 @@ module Aws::EMR
|
|
3890
3974
|
class ListInstanceFleetsOutput < Struct.new(
|
3891
3975
|
:instance_fleets,
|
3892
3976
|
:marker)
|
3977
|
+
SENSITIVE = []
|
3893
3978
|
include Aws::Structure
|
3894
3979
|
end
|
3895
3980
|
|
@@ -3917,6 +4002,7 @@ module Aws::EMR
|
|
3917
4002
|
class ListInstanceGroupsInput < Struct.new(
|
3918
4003
|
:cluster_id,
|
3919
4004
|
:marker)
|
4005
|
+
SENSITIVE = []
|
3920
4006
|
include Aws::Structure
|
3921
4007
|
end
|
3922
4008
|
|
@@ -3936,6 +4022,7 @@ module Aws::EMR
|
|
3936
4022
|
class ListInstanceGroupsOutput < Struct.new(
|
3937
4023
|
:instance_groups,
|
3938
4024
|
:marker)
|
4025
|
+
SENSITIVE = []
|
3939
4026
|
include Aws::Structure
|
3940
4027
|
end
|
3941
4028
|
|
@@ -3996,6 +4083,7 @@ module Aws::EMR
|
|
3996
4083
|
:instance_fleet_type,
|
3997
4084
|
:instance_states,
|
3998
4085
|
:marker)
|
4086
|
+
SENSITIVE = []
|
3999
4087
|
include Aws::Structure
|
4000
4088
|
end
|
4001
4089
|
|
@@ -4015,6 +4103,7 @@ module Aws::EMR
|
|
4015
4103
|
class ListInstancesOutput < Struct.new(
|
4016
4104
|
:instances,
|
4017
4105
|
:marker)
|
4106
|
+
SENSITIVE = []
|
4018
4107
|
include Aws::Structure
|
4019
4108
|
end
|
4020
4109
|
|
@@ -4033,6 +4122,7 @@ module Aws::EMR
|
|
4033
4122
|
#
|
4034
4123
|
class ListSecurityConfigurationsInput < Struct.new(
|
4035
4124
|
:marker)
|
4125
|
+
SENSITIVE = []
|
4036
4126
|
include Aws::Structure
|
4037
4127
|
end
|
4038
4128
|
|
@@ -4052,6 +4142,7 @@ module Aws::EMR
|
|
4052
4142
|
class ListSecurityConfigurationsOutput < Struct.new(
|
4053
4143
|
:security_configurations,
|
4054
4144
|
:marker)
|
4145
|
+
SENSITIVE = []
|
4055
4146
|
include Aws::Structure
|
4056
4147
|
end
|
4057
4148
|
|
@@ -4093,6 +4184,7 @@ module Aws::EMR
|
|
4093
4184
|
:step_states,
|
4094
4185
|
:step_ids,
|
4095
4186
|
:marker)
|
4187
|
+
SENSITIVE = []
|
4096
4188
|
include Aws::Structure
|
4097
4189
|
end
|
4098
4190
|
|
@@ -4113,6 +4205,7 @@ module Aws::EMR
|
|
4113
4205
|
class ListStepsOutput < Struct.new(
|
4114
4206
|
:steps,
|
4115
4207
|
:marker)
|
4208
|
+
SENSITIVE = []
|
4116
4209
|
include Aws::Structure
|
4117
4210
|
end
|
4118
4211
|
|
@@ -4145,6 +4238,7 @@ module Aws::EMR
|
|
4145
4238
|
#
|
4146
4239
|
class ManagedScalingPolicy < Struct.new(
|
4147
4240
|
:compute_limits)
|
4241
|
+
SENSITIVE = []
|
4148
4242
|
include Aws::Structure
|
4149
4243
|
end
|
4150
4244
|
|
@@ -4175,6 +4269,7 @@ module Aws::EMR
|
|
4175
4269
|
class MetricDimension < Struct.new(
|
4176
4270
|
:key,
|
4177
4271
|
:value)
|
4272
|
+
SENSITIVE = []
|
4178
4273
|
include Aws::Structure
|
4179
4274
|
end
|
4180
4275
|
|
@@ -4200,6 +4295,7 @@ module Aws::EMR
|
|
4200
4295
|
class ModifyClusterInput < Struct.new(
|
4201
4296
|
:cluster_id,
|
4202
4297
|
:step_concurrency_level)
|
4298
|
+
SENSITIVE = []
|
4203
4299
|
include Aws::Structure
|
4204
4300
|
end
|
4205
4301
|
|
@@ -4211,6 +4307,7 @@ module Aws::EMR
|
|
4211
4307
|
#
|
4212
4308
|
class ModifyClusterOutput < Struct.new(
|
4213
4309
|
:step_concurrency_level)
|
4310
|
+
SENSITIVE = []
|
4214
4311
|
include Aws::Structure
|
4215
4312
|
end
|
4216
4313
|
|
@@ -4239,6 +4336,7 @@ module Aws::EMR
|
|
4239
4336
|
class ModifyInstanceFleetInput < Struct.new(
|
4240
4337
|
:cluster_id,
|
4241
4338
|
:instance_fleet)
|
4339
|
+
SENSITIVE = []
|
4242
4340
|
include Aws::Structure
|
4243
4341
|
end
|
4244
4342
|
|
@@ -4290,6 +4388,7 @@ module Aws::EMR
|
|
4290
4388
|
class ModifyInstanceGroupsInput < Struct.new(
|
4291
4389
|
:cluster_id,
|
4292
4390
|
:instance_groups)
|
4391
|
+
SENSITIVE = []
|
4293
4392
|
include Aws::Structure
|
4294
4393
|
end
|
4295
4394
|
|
@@ -4327,6 +4426,7 @@ module Aws::EMR
|
|
4327
4426
|
class PlacementType < Struct.new(
|
4328
4427
|
:availability_zone,
|
4329
4428
|
:availability_zones)
|
4429
|
+
SENSITIVE = []
|
4330
4430
|
include Aws::Structure
|
4331
4431
|
end
|
4332
4432
|
|
@@ -4355,6 +4455,7 @@ module Aws::EMR
|
|
4355
4455
|
class PortRange < Struct.new(
|
4356
4456
|
:min_range,
|
4357
4457
|
:max_range)
|
4458
|
+
SENSITIVE = []
|
4358
4459
|
include Aws::Structure
|
4359
4460
|
end
|
4360
4461
|
|
@@ -4424,6 +4525,7 @@ module Aws::EMR
|
|
4424
4525
|
:cluster_id,
|
4425
4526
|
:instance_group_id,
|
4426
4527
|
:auto_scaling_policy)
|
4528
|
+
SENSITIVE = []
|
4427
4529
|
include Aws::Structure
|
4428
4530
|
end
|
4429
4531
|
|
@@ -4452,6 +4554,7 @@ module Aws::EMR
|
|
4452
4554
|
:instance_group_id,
|
4453
4555
|
:auto_scaling_policy,
|
4454
4556
|
:cluster_arn)
|
4557
|
+
SENSITIVE = []
|
4455
4558
|
include Aws::Structure
|
4456
4559
|
end
|
4457
4560
|
|
@@ -4497,6 +4600,7 @@ module Aws::EMR
|
|
4497
4600
|
#
|
4498
4601
|
class PutBlockPublicAccessConfigurationInput < Struct.new(
|
4499
4602
|
:block_public_access_configuration)
|
4603
|
+
SENSITIVE = []
|
4500
4604
|
include Aws::Structure
|
4501
4605
|
end
|
4502
4606
|
|
@@ -4534,6 +4638,7 @@ module Aws::EMR
|
|
4534
4638
|
class PutManagedScalingPolicyInput < Struct.new(
|
4535
4639
|
:cluster_id,
|
4536
4640
|
:managed_scaling_policy)
|
4641
|
+
SENSITIVE = []
|
4537
4642
|
include Aws::Structure
|
4538
4643
|
end
|
4539
4644
|
|
@@ -4564,6 +4669,7 @@ module Aws::EMR
|
|
4564
4669
|
class RemoveAutoScalingPolicyInput < Struct.new(
|
4565
4670
|
:cluster_id,
|
4566
4671
|
:instance_group_id)
|
4672
|
+
SENSITIVE = []
|
4567
4673
|
include Aws::Structure
|
4568
4674
|
end
|
4569
4675
|
|
@@ -4587,6 +4693,7 @@ module Aws::EMR
|
|
4587
4693
|
#
|
4588
4694
|
class RemoveManagedScalingPolicyInput < Struct.new(
|
4589
4695
|
:cluster_id)
|
4696
|
+
SENSITIVE = []
|
4590
4697
|
include Aws::Structure
|
4591
4698
|
end
|
4592
4699
|
|
@@ -4618,6 +4725,7 @@ module Aws::EMR
|
|
4618
4725
|
class RemoveTagsInput < Struct.new(
|
4619
4726
|
:resource_id,
|
4620
4727
|
:tag_keys)
|
4728
|
+
SENSITIVE = []
|
4621
4729
|
include Aws::Structure
|
4622
4730
|
end
|
4623
4731
|
|
@@ -5131,6 +5239,7 @@ module Aws::EMR
|
|
5131
5239
|
:kerberos_attributes,
|
5132
5240
|
:step_concurrency_level,
|
5133
5241
|
:managed_scaling_policy)
|
5242
|
+
SENSITIVE = []
|
5134
5243
|
include Aws::Structure
|
5135
5244
|
end
|
5136
5245
|
|
@@ -5149,6 +5258,7 @@ module Aws::EMR
|
|
5149
5258
|
class RunJobFlowOutput < Struct.new(
|
5150
5259
|
:job_flow_id,
|
5151
5260
|
:cluster_arn)
|
5261
|
+
SENSITIVE = []
|
5152
5262
|
include Aws::Structure
|
5153
5263
|
end
|
5154
5264
|
|
@@ -5182,6 +5292,7 @@ module Aws::EMR
|
|
5182
5292
|
class ScalingAction < Struct.new(
|
5183
5293
|
:market,
|
5184
5294
|
:simple_scaling_policy_configuration)
|
5295
|
+
SENSITIVE = []
|
5185
5296
|
include Aws::Structure
|
5186
5297
|
end
|
5187
5298
|
|
@@ -5215,6 +5326,7 @@ module Aws::EMR
|
|
5215
5326
|
class ScalingConstraints < Struct.new(
|
5216
5327
|
:min_capacity,
|
5217
5328
|
:max_capacity)
|
5329
|
+
SENSITIVE = []
|
5218
5330
|
include Aws::Structure
|
5219
5331
|
end
|
5220
5332
|
|
@@ -5283,6 +5395,7 @@ module Aws::EMR
|
|
5283
5395
|
:description,
|
5284
5396
|
:action,
|
5285
5397
|
:trigger)
|
5398
|
+
SENSITIVE = []
|
5286
5399
|
include Aws::Structure
|
5287
5400
|
end
|
5288
5401
|
|
@@ -5320,6 +5433,7 @@ module Aws::EMR
|
|
5320
5433
|
#
|
5321
5434
|
class ScalingTrigger < Struct.new(
|
5322
5435
|
:cloud_watch_alarm_definition)
|
5436
|
+
SENSITIVE = []
|
5323
5437
|
include Aws::Structure
|
5324
5438
|
end
|
5325
5439
|
|
@@ -5348,6 +5462,7 @@ module Aws::EMR
|
|
5348
5462
|
class ScriptBootstrapActionConfig < Struct.new(
|
5349
5463
|
:path,
|
5350
5464
|
:args)
|
5465
|
+
SENSITIVE = []
|
5351
5466
|
include Aws::Structure
|
5352
5467
|
end
|
5353
5468
|
|
@@ -5366,6 +5481,7 @@ module Aws::EMR
|
|
5366
5481
|
class SecurityConfigurationSummary < Struct.new(
|
5367
5482
|
:name,
|
5368
5483
|
:creation_date_time)
|
5484
|
+
SENSITIVE = []
|
5369
5485
|
include Aws::Structure
|
5370
5486
|
end
|
5371
5487
|
|
@@ -5396,6 +5512,7 @@ module Aws::EMR
|
|
5396
5512
|
class SetTerminationProtectionInput < Struct.new(
|
5397
5513
|
:job_flow_ids,
|
5398
5514
|
:termination_protected)
|
5515
|
+
SENSITIVE = []
|
5399
5516
|
include Aws::Structure
|
5400
5517
|
end
|
5401
5518
|
|
@@ -5425,6 +5542,7 @@ module Aws::EMR
|
|
5425
5542
|
class SetVisibleToAllUsersInput < Struct.new(
|
5426
5543
|
:job_flow_ids,
|
5427
5544
|
:visible_to_all_users)
|
5545
|
+
SENSITIVE = []
|
5428
5546
|
include Aws::Structure
|
5429
5547
|
end
|
5430
5548
|
|
@@ -5458,6 +5576,7 @@ module Aws::EMR
|
|
5458
5576
|
class ShrinkPolicy < Struct.new(
|
5459
5577
|
:decommission_timeout,
|
5460
5578
|
:instance_resize_policy)
|
5579
|
+
SENSITIVE = []
|
5461
5580
|
include Aws::Structure
|
5462
5581
|
end
|
5463
5582
|
|
@@ -5514,6 +5633,7 @@ module Aws::EMR
|
|
5514
5633
|
:adjustment_type,
|
5515
5634
|
:scaling_adjustment,
|
5516
5635
|
:cool_down)
|
5636
|
+
SENSITIVE = []
|
5517
5637
|
include Aws::Structure
|
5518
5638
|
end
|
5519
5639
|
|
@@ -5571,6 +5691,7 @@ module Aws::EMR
|
|
5571
5691
|
:timeout_duration_minutes,
|
5572
5692
|
:timeout_action,
|
5573
5693
|
:block_duration_minutes)
|
5694
|
+
SENSITIVE = []
|
5574
5695
|
include Aws::Structure
|
5575
5696
|
end
|
5576
5697
|
|
@@ -5607,6 +5728,7 @@ module Aws::EMR
|
|
5607
5728
|
:config,
|
5608
5729
|
:action_on_failure,
|
5609
5730
|
:status)
|
5731
|
+
SENSITIVE = []
|
5610
5732
|
include Aws::Structure
|
5611
5733
|
end
|
5612
5734
|
|
@@ -5652,6 +5774,7 @@ module Aws::EMR
|
|
5652
5774
|
:name,
|
5653
5775
|
:action_on_failure,
|
5654
5776
|
:hadoop_jar_step)
|
5777
|
+
SENSITIVE = []
|
5655
5778
|
include Aws::Structure
|
5656
5779
|
end
|
5657
5780
|
|
@@ -5670,6 +5793,7 @@ module Aws::EMR
|
|
5670
5793
|
class StepDetail < Struct.new(
|
5671
5794
|
:step_config,
|
5672
5795
|
:execution_status_detail)
|
5796
|
+
SENSITIVE = []
|
5673
5797
|
include Aws::Structure
|
5674
5798
|
end
|
5675
5799
|
|
@@ -5703,6 +5827,7 @@ module Aws::EMR
|
|
5703
5827
|
:start_date_time,
|
5704
5828
|
:end_date_time,
|
5705
5829
|
:last_state_change_reason)
|
5830
|
+
SENSITIVE = []
|
5706
5831
|
include Aws::Structure
|
5707
5832
|
end
|
5708
5833
|
|
@@ -5722,6 +5847,7 @@ module Aws::EMR
|
|
5722
5847
|
class StepStateChangeReason < Struct.new(
|
5723
5848
|
:code,
|
5724
5849
|
:message)
|
5850
|
+
SENSITIVE = []
|
5725
5851
|
include Aws::Structure
|
5726
5852
|
end
|
5727
5853
|
|
@@ -5751,6 +5877,7 @@ module Aws::EMR
|
|
5751
5877
|
:state_change_reason,
|
5752
5878
|
:failure_details,
|
5753
5879
|
:timeline)
|
5880
|
+
SENSITIVE = []
|
5754
5881
|
include Aws::Structure
|
5755
5882
|
end
|
5756
5883
|
|
@@ -5787,6 +5914,7 @@ module Aws::EMR
|
|
5787
5914
|
:config,
|
5788
5915
|
:action_on_failure,
|
5789
5916
|
:status)
|
5917
|
+
SENSITIVE = []
|
5790
5918
|
include Aws::Structure
|
5791
5919
|
end
|
5792
5920
|
|
@@ -5811,6 +5939,7 @@ module Aws::EMR
|
|
5811
5939
|
:creation_date_time,
|
5812
5940
|
:start_date_time,
|
5813
5941
|
:end_date_time)
|
5942
|
+
SENSITIVE = []
|
5814
5943
|
include Aws::Structure
|
5815
5944
|
end
|
5816
5945
|
|
@@ -5839,6 +5968,7 @@ module Aws::EMR
|
|
5839
5968
|
class SupportedProductConfig < Struct.new(
|
5840
5969
|
:name,
|
5841
5970
|
:args)
|
5971
|
+
SENSITIVE = []
|
5842
5972
|
include Aws::Structure
|
5843
5973
|
end
|
5844
5974
|
|
@@ -5883,6 +6013,7 @@ module Aws::EMR
|
|
5883
6013
|
class Tag < Struct.new(
|
5884
6014
|
:key,
|
5885
6015
|
:value)
|
6016
|
+
SENSITIVE = []
|
5886
6017
|
include Aws::Structure
|
5887
6018
|
end
|
5888
6019
|
|
@@ -5903,6 +6034,7 @@ module Aws::EMR
|
|
5903
6034
|
#
|
5904
6035
|
class TerminateJobFlowsInput < Struct.new(
|
5905
6036
|
:job_flow_ids)
|
6037
|
+
SENSITIVE = []
|
5906
6038
|
include Aws::Structure
|
5907
6039
|
end
|
5908
6040
|
|
@@ -5939,6 +6071,7 @@ module Aws::EMR
|
|
5939
6071
|
:volume_type,
|
5940
6072
|
:iops,
|
5941
6073
|
:size_in_gb)
|
6074
|
+
SENSITIVE = []
|
5942
6075
|
include Aws::Structure
|
5943
6076
|
end
|
5944
6077
|
|
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-06-
|
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
|