Skip to content

Commit fea1998

Browse files
author
awstools
committed
Updates SDK to v2.1454.0
1 parent 7a04f0c commit fea1998

22 files changed

+1938
-1783
lines changed

.changes/2.1454.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Paginator",
5+
"description": "Fix nextPage typing in requests"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SSOAdmin",
10+
"description": "Content updates to IAM Identity Center API for China Regions."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMaker",
15+
"description": "Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "WorkSpaces",
20+
"description": "A new field \"ErrorDetails\" will be added to the output of \"DescribeWorkspaceImages\" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information."
21+
}
22+
]

.changes/next-release/bugfix-Paginator-887637f3.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.1453.0-->
2+
<!--LATEST=2.1454.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1454.0
6+
* bugfix: Paginator: Fix nextPage typing in requests
7+
* feature: SSOAdmin: Content updates to IAM Identity Center API for China Regions.
8+
* feature: SageMaker: Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference.
9+
* feature: WorkSpaces: A new field "ErrorDetails" will be added to the output of "DescribeWorkspaceImages" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information.
10+
511
## 2.1453.0
612
* feature: Neptunedata: Minor changes to send unsigned requests to Neptune clusters
713
* feature: SimSpaceWeaver: BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1453.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1454.0.min.js"></script>
7575

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

apis/fsx-2018-03-01.normal.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,7 @@
23382338
},
23392339
"WindowsConfiguration": {
23402340
"shape": "CreateFileSystemWindowsConfiguration",
2341-
"documentation": "<p>The Microsoft Windows configuration for the file system that's being created. </p>"
2341+
"documentation": "<p>The Microsoft Windows configuration for the file system that's being created.</p>"
23422342
},
23432343
"LustreConfiguration": {
23442344
"shape": "CreateFileSystemLustreConfiguration"
@@ -2348,7 +2348,7 @@
23482348
},
23492349
"FileSystemTypeVersion": {
23502350
"shape": "FileSystemTypeVersion",
2351-
"documentation": "<p>(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>m and <code>2.15</code>:</p> <ul> <li> <p>2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.</p> </li> <li> <p>2.12 and 2.15 are supported by all Lustre deployment types. <code>2.12</code> or <code>2.15</code> is required when setting FSx for Lustre <code>DeploymentType</code> to <code>PERSISTENT_2</code>.</p> </li> </ul> <p>Default value = <code>2.10</code>, except when <code>DeploymentType</code> is set to <code>PERSISTENT_2</code>, then the default is <code>2.12</code>.</p> <note> <p>If you set <code>FileSystemTypeVersion</code> to <code>2.10</code> for a <code>PERSISTENT_2</code> Lustre deployment type, the <code>CreateFileSystem</code> operation fails.</p> </note>"
2351+
"documentation": "<p>(Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are <code>2.10</code>, <code>2.12</code>, and <code>2.15</code>:</p> <ul> <li> <p>2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.</p> </li> <li> <p>2.12 and 2.15 are supported by all Lustre deployment types. <code>2.12</code> or <code>2.15</code> is required when setting FSx for Lustre <code>DeploymentType</code> to <code>PERSISTENT_2</code>.</p> </li> </ul> <p>Default value = <code>2.10</code>, except when <code>DeploymentType</code> is set to <code>PERSISTENT_2</code>, then the default is <code>2.12</code>.</p> <note> <p>If you set <code>FileSystemTypeVersion</code> to <code>2.10</code> for a <code>PERSISTENT_2</code> Lustre deployment type, the <code>CreateFileSystem</code> operation fails.</p> </note>"
23522352
},
23532353
"OpenZFSConfiguration": {
23542354
"shape": "CreateFileSystemOpenZFSConfiguration",
@@ -2970,7 +2970,7 @@
29702970
"documentation": "<p>The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system.</p>"
29712971
}
29722972
},
2973-
"documentation": "<p>A description of the data repository task.</p> <ul> <li> <p>You use import and export data repository tasks to perform bulk transfer operations between an Amazon FSx for Lustre file system and a linked data repository.</p> </li> <li> <p>You use release data repository tasks to release have been exported to a linked S3 bucketed files from your Amazon FSx for Lustre file system.</p> </li> <li> <p>An Amazon File Cache resource uses a task to automatically release files from the cache.</p> </li> </ul> <p>To learn more about data repository tasks, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html\">Data Repository Tasks</a>. </p>"
2973+
"documentation": "<p>A description of the data repository task.</p> <ul> <li> <p>You use import and export data repository tasks to perform bulk transfer operations between an Amazon FSx for Lustre file system and a linked data repository.</p> </li> <li> <p>You use release data repository tasks to release files that have been exported to a linked S3 bucket from your Amazon FSx for Lustre file system.</p> </li> <li> <p>An Amazon File Cache resource uses a task to automatically release files from the cache.</p> </li> </ul> <p>To learn more about data repository tasks, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html\">Data Repository Tasks</a>. </p>"
29742974
},
29752975
"DataRepositoryTaskFailureDetails": {
29762976
"type": "structure",
@@ -4261,7 +4261,7 @@
42614261
},
42624262
"FileSystemTypeVersion": {
42634263
"shape": "FileSystemTypeVersion",
4264-
"documentation": "<p>The Lustre version of the Amazon FSx for Lustre file system, which is <code>2.10</code>, <code>2.12</code>, or <code>2.15</code>.</p>"
4264+
"documentation": "<p>The Lustre version of the Amazon FSx for Lustre file system, which can be <code>2.10</code>, <code>2.12</code>, or <code>2.15</code>.</p>"
42654265
},
42664266
"OpenZFSConfiguration": {
42674267
"shape": "OpenZFSFileSystemConfiguration",

0 commit comments

Comments
 (0)