aws-sdk 2.1461.0 → 2.1463.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,24 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1461.0-->
2
+ <!--LATEST=2.1463.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1463.0
6
+ * feature: Braket: This release adds support to view the device queue depth (the number of queued quantum tasks and hybrid jobs on a device) and queue position for a quantum task and hybrid job.
7
+ * feature: CloudWatchEvents: Adds sensitive trait to various shapes in Jetstream Connections API model.
8
+ * feature: DMS: new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
9
+ * feature: EC2: EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
10
+ * feature: GuardDuty: Add `EKS_CLUSTER_NAME` to filter and sort key.
11
+ * feature: MediaConvert: This release supports the creation of of audio-only tracks in CMAF output groups.
12
+
13
+ ## 2.1462.0
14
+ * feature: AppConfig: Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors
15
+ * feature: AppRunner: This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration.
16
+ * feature: CloudWatchLogs: Add ClientToken to QueryDefinition CFN Handler in CWL
17
+ * feature: CodeArtifact: Add support for the Swift package format.
18
+ * feature: S3: Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException
19
+ * feature: SSOOIDC: Update FIPS endpoints in aws-us-gov.
20
+ * feature: ServiceDiscovery: Adds a new DiscoverInstancesRevision API and also adds InstanceRevision field to the DiscoverInstances API response.
21
+
5
22
  ## 2.1461.0
6
23
  * feature: EC2: This release adds support for C7i, and R7a instance types.
7
24
  * feature: Outposts: This release adds the InstanceFamilies field to the ListAssets response.
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.1461.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1463.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
@@ -860,7 +860,8 @@
860
860
  },
861
861
  "CompletedAt": {
862
862
  "shape": "S24"
863
- }
863
+ },
864
+ "VersionLabel": {}
864
865
  }
865
866
  }
866
867
  },
@@ -1693,7 +1694,8 @@
1693
1694
  }
1694
1695
  },
1695
1696
  "KmsKeyArn": {},
1696
- "KmsKeyIdentifier": {}
1697
+ "KmsKeyIdentifier": {},
1698
+ "VersionLabel": {}
1697
1699
  }
1698
1700
  },
1699
1701
  "S24": {
@@ -3,42 +3,50 @@
3
3
  "ListApplications": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Items"
7
8
  },
8
9
  "ListConfigurationProfiles": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Items"
12
14
  },
13
15
  "ListDeploymentStrategies": {
14
16
  "input_token": "NextToken",
15
17
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
18
+ "limit_key": "MaxResults",
19
+ "result_key": "Items"
17
20
  },
18
21
  "ListDeployments": {
19
22
  "input_token": "NextToken",
20
23
  "output_token": "NextToken",
21
- "limit_key": "MaxResults"
24
+ "limit_key": "MaxResults",
25
+ "result_key": "Items"
22
26
  },
23
27
  "ListEnvironments": {
24
28
  "input_token": "NextToken",
25
29
  "output_token": "NextToken",
26
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "result_key": "Items"
27
32
  },
28
33
  "ListExtensionAssociations": {
29
34
  "input_token": "NextToken",
30
35
  "output_token": "NextToken",
31
- "limit_key": "MaxResults"
36
+ "limit_key": "MaxResults",
37
+ "result_key": "Items"
32
38
  },
33
39
  "ListExtensions": {
34
40
  "input_token": "NextToken",
35
41
  "output_token": "NextToken",
36
- "limit_key": "MaxResults"
42
+ "limit_key": "MaxResults",
43
+ "result_key": "Items"
37
44
  },
38
45
  "ListHostedConfigurationVersions": {
39
46
  "input_token": "NextToken",
40
47
  "output_token": "NextToken",
41
- "limit_key": "MaxResults"
48
+ "limit_key": "MaxResults",
49
+ "result_key": "Items"
42
50
  }
43
51
  }
44
52
  }