Skip to content

Commit

Permalink
Updates SDK to v2.1038.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 29, 2021
1 parent 5356f4f commit a865a2b
Show file tree
Hide file tree
Showing 29 changed files with 8,345 additions and 170 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1038.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "MigrationHubRefactorSpaces",
"description": "This is the initial SDK release for AWS Migration Hub Refactor Spaces"
},
{
"type": "feature",
"category": "Personalize",
"description": "This release adds API support for Recommenders and BatchSegmentJobs."
},
{
"type": "feature",
"category": "PersonalizeRuntime",
"description": "This release adds inference support for Recommenders."
},
{
"type": "feature",
"category": "Textract",
"description": "This release adds support for synchronously analyzing identity documents through a new API: AnalyzeID"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1037.0-->
<!--LATEST=2.1038.0-->
<!--ENTRYINSERT-->

## 2.1038.0
* feature: MigrationHubRefactorSpaces: This is the initial SDK release for AWS Migration Hub Refactor Spaces
* feature: Personalize: This release adds API support for Recommenders and BatchSegmentJobs.
* feature: PersonalizeRuntime: This release adds inference support for Recommenders.
* feature: Textract: This release adds support for synchronously analyzing identity documents through a new API: AnalyzeID

## 2.1037.0
* feature: EC2: Documentation updates for EC2.
* feature: Mgn: Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0.
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.1037.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1038.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
4 changes: 4 additions & 0 deletions apis/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1109,5 +1109,9 @@
},
"drs": {
"name": "Drs"
},
"migrationhubrefactorspaces": {
"prefix": "migration-hub-refactor-spaces",
"name": "MigrationHubRefactorSpaces"
}
}
5 changes: 5 additions & 0 deletions apis/migration-hub-refactor-spaces-2021-10-26.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit a865a2b

Please sign in to comment.