| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.UpdateDomain
Description
Updates the default settings for new user profiles in the domain.
Synopsis
- data UpdateDomain = UpdateDomain' {}
 - newUpdateDomain :: Text -> UpdateDomain
 - updateDomain_appSecurityGroupManagement :: Lens' UpdateDomain (Maybe AppSecurityGroupManagement)
 - updateDomain_defaultSpaceSettings :: Lens' UpdateDomain (Maybe DefaultSpaceSettings)
 - updateDomain_defaultUserSettings :: Lens' UpdateDomain (Maybe UserSettings)
 - updateDomain_domainSettingsForUpdate :: Lens' UpdateDomain (Maybe DomainSettingsForUpdate)
 - 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:appSecurityGroupManagement:UpdateDomain', updateDomain_appSecurityGroupManagement - The entity that creates and manages the required security groups for
 inter-app communication in VPCOnly mode. Required when
 CreateDomain.AppNetworkAccessType is VPCOnly and
 DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
 is provided.
$sel:defaultSpaceSettings:UpdateDomain', updateDomain_defaultSpaceSettings - The default settings used to create a space within the Domain.
$sel:defaultUserSettings:UpdateDomain', updateDomain_defaultUserSettings - A collection of settings.
$sel:domainSettingsForUpdate:UpdateDomain', updateDomain_domainSettingsForUpdate - A collection of DomainSettings configuration values to update.
UpdateDomain, updateDomain_domainId - The ID of the domain to be updated.
Request Lenses
updateDomain_appSecurityGroupManagement :: Lens' UpdateDomain (Maybe AppSecurityGroupManagement) Source #
The entity that creates and manages the required security groups for
 inter-app communication in VPCOnly mode. Required when
 CreateDomain.AppNetworkAccessType is VPCOnly and
 DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
 is provided.
updateDomain_defaultSpaceSettings :: Lens' UpdateDomain (Maybe DefaultSpaceSettings) Source #
The default settings used to create a space within the Domain.
updateDomain_defaultUserSettings :: Lens' UpdateDomain (Maybe UserSettings) Source #
A collection of settings.
updateDomain_domainSettingsForUpdate :: Lens' UpdateDomain (Maybe DomainSettingsForUpdate) Source #
A collection of DomainSettings configuration values to update.
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:
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.