Skip to content

Commit

Permalink
Release v1.40.57 (2021-10-06) (#4125)
Browse files Browse the repository at this point in the history
Release v1.40.57 (2021-10-06)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API and documentation
* `service/fsx`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
  * Amazon Kendra now supports integration with AWS SSO
* `service/sagemaker`: Updates service API and documentation
  * This release adds a new TrainingInputMode FastFile for SageMaker Training APIs.
  • Loading branch information
aws-sdk-go-automation committed Oct 6, 2021
1 parent c4a6063 commit 07e1c5f
Show file tree
Hide file tree
Showing 16 changed files with 701 additions and 181 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.40.57 (2021-10-06)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API and documentation
* `service/fsx`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
* Amazon Kendra now supports integration with AWS SSO
* `service/sagemaker`: Updates service API and documentation
* This release adds a new TrainingInputMode FastFile for SageMaker Training APIs.

Release v1.40.56 (2021-10-05)
===

Expand Down
73 changes: 73 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.40.56"
const SDKVersion = "1.40.57"
8 changes: 8 additions & 0 deletions models/apis/amplifybackend/2020-08-11/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,10 @@
"GetBackendRespObj" : {
"type" : "structure",
"members" : {
"AmplifyFeatureFlags" : {
"shape" : "__string",
"locationName" : "amplifyFeatureFlags"
},
"AmplifyMetaConfig" : {
"shape" : "__string",
"locationName" : "amplifyMetaConfig"
Expand Down Expand Up @@ -2127,6 +2131,10 @@
"GetBackendResponse" : {
"type" : "structure",
"members" : {
"AmplifyFeatureFlags" : {
"shape" : "__string",
"locationName" : "amplifyFeatureFlags"
},
"AmplifyMetaConfig" : {
"shape" : "__string",
"locationName" : "amplifyMetaConfig"
Expand Down
1 change: 1 addition & 0 deletions models/apis/amplifybackend/2020-08-11/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@
"GetBackendAuthRespObj$Error" : "<p>If the request fails, this error is returned.</p>",
"GetBackendAuthRespObj$ResourceName" : "<p>The name of this resource.</p>",
"GetBackendReqObj$BackendEnvironmentName" : "<p>The name of the backend environment.</p>",
"GetBackendRespObj$AmplifyFeatureFlags" : "<p>A stringified version of the cli.json file for your Amplify project.</p>",
"GetBackendRespObj$AmplifyMetaConfig" : "<p>A stringified version of the current configs for your Amplify project.</p>",
"GetBackendRespObj$AppId" : "<p>The app ID.</p>",
"GetBackendRespObj$AppName" : "<p>The name of the app.</p>",
Expand Down
15 changes: 12 additions & 3 deletions models/apis/fsx/2018-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,8 @@
"WindowsConfiguration":{"shape":"CreateFileSystemWindowsConfiguration"},
"LustreConfiguration":{"shape":"CreateFileSystemLustreConfiguration"},
"StorageType":{"shape":"StorageType"},
"KmsKeyId":{"shape":"KmsKeyId"}
"KmsKeyId":{"shape":"KmsKeyId"},
"FileSystemTypeVersion":{"shape":"FileSystemTypeVersion"}
}
},
"CreateFileSystemFromBackupResponse":{
Expand Down Expand Up @@ -913,7 +914,8 @@
"KmsKeyId":{"shape":"KmsKeyId"},
"WindowsConfiguration":{"shape":"CreateFileSystemWindowsConfiguration"},
"LustreConfiguration":{"shape":"CreateFileSystemLustreConfiguration"},
"OntapConfiguration":{"shape":"CreateFileSystemOntapConfiguration"}
"OntapConfiguration":{"shape":"CreateFileSystemOntapConfiguration"},
"FileSystemTypeVersion":{"shape":"FileSystemTypeVersion"}
}
},
"CreateFileSystemResponse":{
Expand Down Expand Up @@ -1518,7 +1520,8 @@
"WindowsConfiguration":{"shape":"WindowsFileSystemConfiguration"},
"LustreConfiguration":{"shape":"LustreFileSystemConfiguration"},
"AdministrativeActions":{"shape":"AdministrativeActions"},
"OntapConfiguration":{"shape":"OntapFileSystemConfiguration"}
"OntapConfiguration":{"shape":"OntapFileSystemConfiguration"},
"FileSystemTypeVersion":{"shape":"FileSystemTypeVersion"}
}
},
"FileSystemAdministratorsGroupName":{
Expand Down Expand Up @@ -1596,6 +1599,12 @@
"ONTAP"
]
},
"FileSystemTypeVersion":{
"type":"string",
"max":20,
"min":1,
"pattern":"^[0-9](\\.[0-9]*)*$"
},
"FileSystems":{
"type":"list",
"member":{"shape":"FileSystem"},
Expand Down
16 changes: 12 additions & 4 deletions models/apis/fsx/2018-03-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,9 @@
"DnsIps": {
"base": null,
"refs": {
"SelfManagedActiveDirectoryAttributes$DnsIps": "<p>A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory.</p>",
"SelfManagedActiveDirectoryConfiguration$DnsIps": "<p>A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory. </p>",
"SelfManagedActiveDirectoryConfigurationUpdates$DnsIps": "<p>A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory.</p>"
"SelfManagedActiveDirectoryAttributes$DnsIps": "<p>A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.</p>",
"SelfManagedActiveDirectoryConfiguration$DnsIps": "<p>A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory. </p>",
"SelfManagedActiveDirectoryConfigurationUpdates$DnsIps": "<p>A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.</p>"
}
},
"DriveCacheType": {
Expand Down Expand Up @@ -915,6 +915,14 @@
"FileSystem$FileSystemType": "<p>The type of Amazon FSx file system, which can be <code>LUSTRE</code>, <code>WINDOWS</code>, or <code>ONTAP</code>.</p>"
}
},
"FileSystemTypeVersion": {
"base": null,
"refs": {
"CreateFileSystemFromBackupRequest$FileSystemTypeVersion": "<p>Sets the version for the Amazon FSx for Lustre file system you're creating from a backup. Valid values are <code>2.10</code> and <code>2.12</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>Sets the version of the Amazon FSx for Lustre file system you're creating. Valid values are <code>2.10</code> and <code>2.12</code>.</p> <ul> <li> <p>Set the value to <code>2.10</code> to create a Lustre 2.10 file system.</p> </li> <li> <p>Set the value to <code>2.12</code> to create a Lustre 2.12 file system.</p> </li> </ul> <p>Default value is <code>2.10</code>.</p>",
"FileSystem$FileSystemTypeVersion": "<p>The version of your Amazon FSx for Lustre file system, either <code>2.10</code> or <code>2.12</code>.</p>"
}
},
"FileSystems": {
"base": "<p>A list of file systems.</p>",
"refs": {
Expand Down Expand Up @@ -1356,7 +1364,7 @@
}
},
"SelfManagedActiveDirectoryConfiguration": {
"base": "<p>The configuration that Amazon FSx uses to join a Amazon FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html\"> Using Amazon FSx with your self-managed Microsoft Active Directory</a> or <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html\">Managing SVMs</a>.</p>",
"base": "<p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-managed-AD.html\"> Using Amazon FSx with your self-managed Microsoft Active Directory</a> or <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html\">Managing SVMs</a>.</p>",
"refs": {
"CreateFileSystemWindowsConfiguration$SelfManagedActiveDirectoryConfiguration": null,
"CreateSvmActiveDirectoryConfiguration$SelfManagedActiveDirectoryConfiguration": null
Expand Down
23 changes: 20 additions & 3 deletions models/apis/kendra/2019-02-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,8 @@
},
"Tags":{"shape":"TagList"},
"UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
"UserContextPolicy":{"shape":"UserContextPolicy"}
"UserContextPolicy":{"shape":"UserContextPolicy"},
"UserGroupResolutionConfiguration":{"shape":"UserGroupResolutionConfiguration"}
}
},
"CreateIndexResponse":{
Expand Down Expand Up @@ -1716,7 +1717,8 @@
"ErrorMessage":{"shape":"ErrorMessage"},
"CapacityUnits":{"shape":"CapacityUnitsConfiguration"},
"UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
"UserContextPolicy":{"shape":"UserContextPolicy"}
"UserContextPolicy":{"shape":"UserContextPolicy"},
"UserGroupResolutionConfiguration":{"shape":"UserGroupResolutionConfiguration"}
}
},
"DescribePrincipalMappingRequest":{
Expand Down Expand Up @@ -3657,7 +3659,8 @@
"DocumentMetadataConfigurationUpdates":{"shape":"DocumentMetadataConfigurationList"},
"CapacityUnits":{"shape":"CapacityUnitsConfiguration"},
"UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
"UserContextPolicy":{"shape":"UserContextPolicy"}
"UserContextPolicy":{"shape":"UserContextPolicy"},
"UserGroupResolutionConfiguration":{"shape":"UserGroupResolutionConfiguration"}
}
},
"UpdateQuerySuggestionsBlockListRequest":{
Expand Down Expand Up @@ -3737,6 +3740,20 @@
"USER_TOKEN"
]
},
"UserGroupResolutionConfiguration":{
"type":"structure",
"required":["UserGroupResolutionMode"],
"members":{
"UserGroupResolutionMode":{"shape":"UserGroupResolutionMode"}
}
},
"UserGroupResolutionMode":{
"type":"string",
"enum":[
"AWS_SSO",
"NONE"
]
},
"UserId":{
"type":"string",
"max":1024,
Expand Down
Loading

0 comments on commit 07e1c5f

Please sign in to comment.