Skip to content

Commit

Permalink
Release v1.45.6 (2023-09-08) (#4980)
Browse files Browse the repository at this point in the history
Release v1.45.6 (2023-09-08)
===

### Service Client Updates
* `service/fsx`: Updates service documentation
* `service/sagemaker`: Updates service API and documentation
  * 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.
* `service/sso-admin`: Updates service API, documentation, and paginators
* `service/workspaces`: Updates service API and documentation
  * 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.
  • Loading branch information
aws-sdk-go-automation committed Sep 8, 2023
1 parent 7cbf32e commit cf903c8
Show file tree
Hide file tree
Showing 20 changed files with 1,692 additions and 1,343 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.45.6 (2023-09-08)
===

### Service Client Updates
* `service/fsx`: Updates service documentation
* `service/sagemaker`: Updates service API and documentation
* 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.
* `service/sso-admin`: Updates service API, documentation, and paginators
* `service/workspaces`: Updates service API and documentation
* 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.

Release v1.45.5 (2023-09-07)
===

Expand Down
10 changes: 10 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.5"
const SDKVersion = "1.45.6"
8 changes: 4 additions & 4 deletions models/apis/fsx/2018-03-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"base": "<p>The configuration object for the Microsoft Windows file system used in <code>CreateFileSystem</code> and <code>CreateFileSystemFromBackup</code> operations.</p>",
"refs": {
"CreateFileSystemFromBackupRequest$WindowsConfiguration": "<p>The configuration for this Microsoft Windows file system.</p>",
"CreateFileSystemRequest$WindowsConfiguration": "<p>The Microsoft Windows configuration for the file system that's being created. </p>"
"CreateFileSystemRequest$WindowsConfiguration": "<p>The Microsoft Windows configuration for the file system that's being created.</p>"
}
},
"CreateOntapVolumeConfiguration": {
Expand Down Expand Up @@ -683,7 +683,7 @@
}
},
"DataRepositoryTask": {
"base": "<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>",
"base": "<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>",
"refs": {
"CreateDataRepositoryTaskResponse$DataRepositoryTask": "<p>The description of the data repository task that you just created.</p>",
"DataRepositoryTasks$member": null
Expand Down Expand Up @@ -1374,10 +1374,10 @@
"refs": {
"CreateFileCacheRequest$FileCacheTypeVersion": "<p>Sets the Lustre version for the cache that you're creating, which must be <code>2.12</code>.</p>",
"CreateFileSystemFromBackupRequest$FileSystemTypeVersion": "<p>Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are <code>2.10</code>, <code>2.12</code>, and <code>2.15</code>.</p> <p>You don't need to specify <code>FileSystemTypeVersion</code> because it will be applied using the backup's <code>FileSystemTypeVersion</code> setting. If you choose to specify <code>FileSystemTypeVersion</code> when creating from backup, the value must match the backup's <code>FileSystemTypeVersion</code> setting.</p>",
"CreateFileSystemRequest$FileSystemTypeVersion": "<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>",
"CreateFileSystemRequest$FileSystemTypeVersion": "<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>",
"FileCache$FileCacheTypeVersion": "<p>The Lustre version of the cache, which must be <code>2.12</code>.</p>",
"FileCacheCreating$FileCacheTypeVersion": "<p>The Lustre version of the cache, which must be <code>2.12</code>.</p>",
"FileSystem$FileSystemTypeVersion": "<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>"
"FileSystem$FileSystemTypeVersion": "<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>"
}
},
"FileSystems": {
Expand Down
21 changes: 20 additions & 1 deletion models/apis/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5652,6 +5652,12 @@
"CompleteOnConvergence":{"shape":"CompleteOnConvergence"}
}
},
"CountryCode":{
"type":"string",
"max":2,
"min":2,
"pattern":"[A-Z]{2}"
},
"CreateActionRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -11126,6 +11132,18 @@
"max":10,
"min":1
},
"HolidayConfig":{
"type":"list",
"member":{"shape":"HolidayConfigAttributes"},
"max":1,
"min":1
},
"HolidayConfigAttributes":{
"type":"structure",
"members":{
"CountryCode":{"shape":"CountryCode"}
}
},
"HookParameters":{
"type":"map",
"key":{"shape":"ConfigKey"},
Expand Down Expand Up @@ -19748,7 +19766,8 @@
"ForecastHorizon":{"shape":"ForecastHorizon"},
"ForecastQuantiles":{"shape":"ForecastQuantiles"},
"Transformations":{"shape":"TimeSeriesTransformations"},
"TimeSeriesConfig":{"shape":"TimeSeriesConfig"}
"TimeSeriesConfig":{"shape":"TimeSeriesConfig"},
"HolidayConfig":{"shape":"HolidayConfig"}
}
},
"TimeSeriesForecastingSettings":{
Expand Down
Loading

0 comments on commit cf903c8

Please sign in to comment.