| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SageMaker.UpdateDomain
Description
Updates the default settings for new user profiles in the domain.
Synopsis
- data UpdateDomain = UpdateDomain' {}
- newUpdateDomain :: Text -> UpdateDomain
- updateDomain_defaultUserSettings :: Lens' UpdateDomain (Maybe UserSettings)
- updateDomain_domainId :: Lens' UpdateDomain Text
- data UpdateDomainResponse = UpdateDomainResponse' {
- domainArn :: Maybe Text
- httpStatus :: Int
- newUpdateDomainResponse :: Int -> UpdateDomainResponse
- updateDomainResponse_domainArn :: Lens' UpdateDomainResponse (Maybe Text)
- updateDomainResponse_httpStatus :: Lens' UpdateDomainResponse Int
Creating a Request
data UpdateDomain Source #
See: newUpdateDomain smart constructor.
Constructors
| UpdateDomain' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UpdateDomain |
Create a value of UpdateDomain with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:defaultUserSettings:UpdateDomain', updateDomain_defaultUserSettings - A collection of settings.
$sel:domainId:UpdateDomain', updateDomain_domainId - The ID of the domain to be updated.
Request Lenses
updateDomain_defaultUserSettings :: Lens' UpdateDomain (Maybe UserSettings) Source #
A collection of settings.
updateDomain_domainId :: Lens' UpdateDomain Text Source #
The ID of the domain to be updated.
Destructuring the Response
data UpdateDomainResponse Source #
See: newUpdateDomainResponse smart constructor.
Constructors
| UpdateDomainResponse' | |
Fields
| |
Instances
newUpdateDomainResponse Source #
Arguments
| :: Int | |
| -> UpdateDomainResponse |
Create a value of UpdateDomainResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainArn:UpdateDomainResponse', updateDomainResponse_domainArn - The Amazon Resource Name (ARN) of the domain.
$sel:httpStatus:UpdateDomainResponse', updateDomainResponse_httpStatus - The response's http status code.
Response Lenses
updateDomainResponse_domainArn :: Lens' UpdateDomainResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the domain.
updateDomainResponse_httpStatus :: Lens' UpdateDomainResponse Int Source #
The response's http status code.