aws-sdk 2.1097.0 → 2.1100.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 +20 -1
- package/README.md +1 -1
- package/apis/ce-2017-10-25.min.json +206 -125
- package/apis/config-2014-11-12.min.json +217 -113
- package/apis/gamesparks-2021-08-17.examples.json +5 -0
- package/apis/gamesparks-2021-08-17.min.json +1363 -0
- package/apis/gamesparks-2021-08-17.paginators.json +46 -0
- package/apis/lambda-2015-03-31.min.json +60 -40
- package/apis/location-2020-11-19.min.json +11 -8
- package/apis/location-2020-11-19.paginators.json +1 -0
- package/apis/metadata.json +3 -0
- package/apis/redshift-2012-12-01.min.json +4 -1
- package/apis/transcribe-2017-10-26.min.json +12 -6
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/configservice.d.ts +216 -45
- package/clients/costexplorer.d.ts +90 -4
- package/clients/ebs.d.ts +7 -7
- package/clients/ecs.d.ts +1 -1
- package/clients/elasticache.d.ts +8 -8
- package/clients/gamesparks.d.ts +1324 -0
- package/clients/gamesparks.js +18 -0
- package/clients/lakeformation.d.ts +1 -1
- package/clients/lambda.d.ts +19 -0
- package/clients/location.d.ts +5 -0
- package/clients/polly.d.ts +3 -3
- package/clients/redshift.d.ts +5 -1
- package/clients/ssm.d.ts +9 -9
- package/clients/transcribeservice.d.ts +15 -6
- package/clients/transfer.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +3 -3
- package/dist/aws-sdk-react-native.js +50 -13
- package/dist/aws-sdk.js +515 -290
- package/dist/aws-sdk.min.js +90 -90
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/region_config_data.json +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,26 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1100.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1100.0
|
|
6
|
+
* feature: ConfigService: Added new APIs GetCustomRulePolicy and GetOrganizationCustomRulePolicy, and updated existing APIs PutConfigRule, DescribeConfigRule, DescribeConfigRuleEvaluationStatus, PutOrganizationConfigRule, DescribeConfigRule to support a new feature for building AWS Config rules with AWS CloudFormation Guard
|
|
7
|
+
* feature: Lambda: Adds support for increased ephemeral storage (/tmp) up to 10GB for Lambda functions. Customers can now provision up to 10 GB of ephemeral storage per function instance, a 20x increase over the previous limit of 512 MB.
|
|
8
|
+
* feature: TranscribeService: This release adds an additional parameter for subtitling with Amazon Transcribe batch jobs: outputStartIndex.
|
|
9
|
+
|
|
10
|
+
## 2.1099.0
|
|
11
|
+
* feature: AuditManager: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
|
|
12
|
+
* feature: EBS: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.
|
|
13
|
+
* feature: GameSparks: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.
|
|
14
|
+
* feature: Redshift: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
|
|
15
|
+
* feature: SSM: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
|
|
16
|
+
|
|
17
|
+
## 2.1098.0
|
|
18
|
+
* bugfix: Route53: fix Route53 endpoints resolution for us-iso-* regions
|
|
19
|
+
* feature: CostExplorer: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
|
|
20
|
+
* feature: LakeFormation: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
|
|
21
|
+
* feature: Location: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
|
|
22
|
+
* feature: Polly: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.
|
|
23
|
+
|
|
5
24
|
## 2.1097.0
|
|
6
25
|
* feature: ChimeSDKMeetings: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
|
|
7
26
|
* feature: ECR: This release includes a fix in the DescribeImageScanFindings paginated output.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1100.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|