Skip to content

Commit 43c1538

Browse files
author
awstools
committed
Updates SDK to v2.1083.0
1 parent 6cf8513 commit 43c1538

37 files changed

+3710
-608
lines changed

.changes/2.1083.0.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Amplify",
5+
"description": "Add repositoryCloneMethod field for hosting an Amplify app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AmplifyUIBuilder",
10+
"description": "We are adding the ability to configure workflows and actions for components."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Athena",
15+
"description": "This release adds support for updating an existing named query."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EC2",
20+
"description": "This release adds support for new AMI property 'lastLaunchedTime'"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "FSx",
25+
"description": "This release adds support for the following FSx for OpenZFS features: snapshot lifecycle transition messages, force flag for deleting file systems with child resources, LZ4 data compression, custom record sizes, and unsetting volume quotas and reservations."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Finspacedata",
30+
"description": "Add new APIs for managing Users and Permission Groups."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Fis",
35+
"description": "This release adds logging support for AWS Fault Injection Simulator experiments. Experiment templates can now be configured to send experiment activity logs to Amazon CloudWatch Logs or to an S3 bucket."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Route53RecoveryCluster",
40+
"description": "This release adds a new API option to enable overriding safety rules to allow routing control state updates."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "ServiceCatalogAppRegistry",
45+
"description": "AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for Update APIs as deprecated to give a heads up to our customers."
46+
}
47+
]

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1082.0-->
2+
<!--LATEST=2.1083.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1083.0
6+
* feature: Amplify: Add repositoryCloneMethod field for hosting an Amplify app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4.
7+
* feature: AmplifyUIBuilder: We are adding the ability to configure workflows and actions for components.
8+
* feature: Athena: This release adds support for updating an existing named query.
9+
* feature: EC2: This release adds support for new AMI property 'lastLaunchedTime'
10+
* feature: FSx: This release adds support for the following FSx for OpenZFS features: snapshot lifecycle transition messages, force flag for deleting file systems with child resources, LZ4 data compression, custom record sizes, and unsetting volume quotas and reservations.
11+
* feature: Finspacedata: Add new APIs for managing Users and Permission Groups.
12+
* feature: Fis: This release adds logging support for AWS Fault Injection Simulator experiments. Experiment templates can now be configured to send experiment activity logs to Amazon CloudWatch Logs or to an S3 bucket.
13+
* feature: Route53RecoveryCluster: This release adds a new API option to enable overriding safety rules to allow routing control state updates.
14+
* feature: ServiceCatalogAppRegistry: AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for Update APIs as deprecated to give a heads up to our customers.
15+
516
## 2.1082.0
617
* feature: Panorama: Added NTP server configuration parameter to ProvisionDevice operation. Added alternate software fields to DescribeDevice response
718

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1082.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1083.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)