aws-sdk 2.1400.0 → 2.1402.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.
@@ -1443,6 +1443,59 @@
1443
1443
  }
1444
1444
  }
1445
1445
  },
1446
+ "ListSupportedInstanceTypes": {
1447
+ "input": {
1448
+ "type": "structure",
1449
+ "required": [
1450
+ "ReleaseLabel"
1451
+ ],
1452
+ "members": {
1453
+ "ReleaseLabel": {},
1454
+ "Marker": {}
1455
+ }
1456
+ },
1457
+ "output": {
1458
+ "type": "structure",
1459
+ "members": {
1460
+ "SupportedInstanceTypes": {
1461
+ "type": "list",
1462
+ "member": {
1463
+ "type": "structure",
1464
+ "members": {
1465
+ "Type": {},
1466
+ "MemoryGB": {
1467
+ "type": "float"
1468
+ },
1469
+ "StorageGB": {
1470
+ "type": "integer"
1471
+ },
1472
+ "VCPU": {
1473
+ "type": "integer"
1474
+ },
1475
+ "Is64BitsOnly": {
1476
+ "type": "boolean"
1477
+ },
1478
+ "InstanceFamilyId": {},
1479
+ "EbsOptimizedAvailable": {
1480
+ "type": "boolean"
1481
+ },
1482
+ "EbsOptimizedByDefault": {
1483
+ "type": "boolean"
1484
+ },
1485
+ "NumberOfDisks": {
1486
+ "type": "integer"
1487
+ },
1488
+ "EbsStorageOnly": {
1489
+ "type": "boolean"
1490
+ },
1491
+ "Architecture": {}
1492
+ }
1493
+ }
1494
+ },
1495
+ "Marker": {}
1496
+ }
1497
+ }
1498
+ },
1446
1499
  "ModifyCluster": {
1447
1500
  "input": {
1448
1501
  "type": "structure",
@@ -1727,10 +1780,10 @@
1727
1780
  "EmrManagedSlaveSecurityGroup": {},
1728
1781
  "ServiceAccessSecurityGroup": {},
1729
1782
  "AdditionalMasterSecurityGroups": {
1730
- "shape": "S8g"
1783
+ "shape": "S8l"
1731
1784
  },
1732
1785
  "AdditionalSlaveSecurityGroups": {
1733
- "shape": "S8g"
1786
+ "shape": "S8l"
1734
1787
  }
1735
1788
  }
1736
1789
  },
@@ -2657,7 +2710,7 @@
2657
2710
  }
2658
2711
  }
2659
2712
  },
2660
- "S8g": {
2713
+ "S8l": {
2661
2714
  "type": "list",
2662
2715
  "member": {}
2663
2716
  }
@@ -57,6 +57,10 @@
57
57
  "input_token": "Marker",
58
58
  "output_token": "Marker",
59
59
  "result_key": "Studios"
60
+ },
61
+ "ListSupportedInstanceTypes": {
62
+ "input_token": "Marker",
63
+ "output_token": "Marker"
60
64
  }
61
65
  }
62
66
  }