Skip to content

Commit

Permalink
Updates SDK to v2.1083.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 28, 2022
1 parent 6cf8513 commit 43c1538
Show file tree
Hide file tree
Showing 37 changed files with 3,710 additions and 608 deletions.
47 changes: 47 additions & 0 deletions .changes/2.1083.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "Amplify",
"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."
},
{
"type": "feature",
"category": "AmplifyUIBuilder",
"description": "We are adding the ability to configure workflows and actions for components."
},
{
"type": "feature",
"category": "Athena",
"description": "This release adds support for updating an existing named query."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for new AMI property 'lastLaunchedTime'"
},
{
"type": "feature",
"category": "FSx",
"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."
},
{
"type": "feature",
"category": "Finspacedata",
"description": "Add new APIs for managing Users and Permission Groups."
},
{
"type": "feature",
"category": "Fis",
"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."
},
{
"type": "feature",
"category": "Route53RecoveryCluster",
"description": "This release adds a new API option to enable overriding safety rules to allow routing control state updates."
},
{
"type": "feature",
"category": "ServiceCatalogAppRegistry",
"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."
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1082.0-->
<!--LATEST=2.1083.0-->
<!--ENTRYINSERT-->

## 2.1083.0
* 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.
* feature: AmplifyUIBuilder: We are adding the ability to configure workflows and actions for components.
* feature: Athena: This release adds support for updating an existing named query.
* feature: EC2: This release adds support for new AMI property 'lastLaunchedTime'
* 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.
* feature: Finspacedata: Add new APIs for managing Users and Permission Groups.
* 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.
* feature: Route53RecoveryCluster: This release adds a new API option to enable overriding safety rules to allow routing control state updates.
* 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.

## 2.1082.0
* feature: Panorama: Added NTP server configuration parameter to ProvisionDevice operation. Added alternate software fields to DescribeDevice response

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

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

0 comments on commit 43c1538

Please sign in to comment.