Skip to content

Commit a865a2b

Browse files
author
awstools
committed
Updates SDK to v2.1038.0
1 parent 5356f4f commit a865a2b

29 files changed

+8345
-170
lines changed

.changes/2.1038.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "MigrationHubRefactorSpaces",
5+
"description": "This is the initial SDK release for AWS Migration Hub Refactor Spaces"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Personalize",
10+
"description": "This release adds API support for Recommenders and BatchSegmentJobs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "PersonalizeRuntime",
15+
"description": "This release adds inference support for Recommenders."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Textract",
20+
"description": "This release adds support for synchronously analyzing identity documents through a new API: AnalyzeID"
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1038.0
6+
* feature: MigrationHubRefactorSpaces: This is the initial SDK release for AWS Migration Hub Refactor Spaces
7+
* feature: Personalize: This release adds API support for Recommenders and BatchSegmentJobs.
8+
* feature: PersonalizeRuntime: This release adds inference support for Recommenders.
9+
* feature: Textract: This release adds support for synchronously analyzing identity documents through a new API: AnalyzeID
10+
511
## 2.1037.0
612
* feature: EC2: Documentation updates for EC2.
713
* 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.

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.1037.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1038.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

apis/metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,5 +1109,9 @@
11091109
},
11101110
"drs": {
11111111
"name": "Drs"
1112+
},
1113+
"migrationhubrefactorspaces": {
1114+
"prefix": "migration-hub-refactor-spaces",
1115+
"name": "MigrationHubRefactorSpaces"
11121116
}
11131117
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)