aws-sdk 2.1401.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.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,15 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1401.0-->
2
+ <!--LATEST=2.1402.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1402.0
6
+ * feature: EMR: This release introduces a new Amazon EMR EPI called ListSupportedInstanceTypes that returns a list of all instance types supported by a given EMR release.
7
+ * feature: Inspector2: This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions.
8
+ * feature: MQ: The Cross Region Disaster Recovery feature allows to replicate a brokers state from one region to another in order to provide customers with multi-region resiliency in the event of a regional outage.
9
+ * feature: MediaConvert: This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.
10
+ * feature: SageMaker: This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job.
11
+ * feature: Transfer: This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs.
12
+
5
13
  ## 2.1401.0
6
14
  * feature: Appflow: This release adds new API to reset connector metadata cache
7
15
  * feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1401.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1402.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -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
  }