Skip to content

Commit

Permalink
Updates SDK to v2.1454.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 8, 2023
1 parent 7a04f0c commit fea1998
Show file tree
Hide file tree
Showing 22 changed files with 1,938 additions and 1,783 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1454.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "Paginator",
"description": "Fix nextPage typing in requests"
},
{
"type": "feature",
"category": "SSOAdmin",
"description": "Content updates to IAM Identity Center API for China Regions."
},
{
"type": "feature",
"category": "SageMaker",
"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."
},
{
"type": "feature",
"category": "WorkSpaces",
"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."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Paginator-887637f3.json

This file was deleted.

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.1453.0-->
<!--LATEST=2.1454.0-->
<!--ENTRYINSERT-->

## 2.1454.0
* bugfix: Paginator: Fix nextPage typing in requests
* feature: SSOAdmin: Content updates to IAM Identity Center API for China Regions.
* 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.
* 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.

## 2.1453.0
* feature: Neptunedata: Minor changes to send unsigned requests to Neptune clusters
* feature: SimSpaceWeaver: BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1453.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1454.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
8 changes: 4 additions & 4 deletions apis/fsx-2018-03-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@
},
"WindowsConfiguration": {
"shape": "CreateFileSystemWindowsConfiguration",
"documentation": "<p>The Microsoft Windows configuration for the file system that's being created. </p>"
"documentation": "<p>The Microsoft Windows configuration for the file system that's being created.</p>"
},
"LustreConfiguration": {
"shape": "CreateFileSystemLustreConfiguration"
Expand All @@ -2348,7 +2348,7 @@
},
"FileSystemTypeVersion": {
"shape": "FileSystemTypeVersion",
"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>"
"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>"
},
"OpenZFSConfiguration": {
"shape": "CreateFileSystemOpenZFSConfiguration",
Expand Down Expand Up @@ -2970,7 +2970,7 @@
"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>"
}
},
"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>"
"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>"
},
"DataRepositoryTaskFailureDetails": {
"type": "structure",
Expand Down Expand Up @@ -4261,7 +4261,7 @@
},
"FileSystemTypeVersion": {
"shape": "FileSystemTypeVersion",
"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>"
"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>"
},
"OpenZFSConfiguration": {
"shape": "OpenZFSFileSystemConfiguration",
Expand Down
Loading

0 comments on commit fea1998

Please sign in to comment.