libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.UpdateDomain

Description

Updates the default settings for new user profiles in the domain.

Synopsis

Creating a Request

data UpdateDomain Source #

See: newUpdateDomain smart constructor.

Constructors

UpdateDomain' 

Fields

Instances

Instances details
Eq UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Read UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Show UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Generic UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Associated Types

type Rep UpdateDomain :: Type -> Type #

NFData UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Methods

rnf :: UpdateDomain -> () #

Hashable UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

ToJSON UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

AWSRequest UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Associated Types

type AWSResponse UpdateDomain #

ToHeaders UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

ToPath UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

ToQuery UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

type Rep UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

type Rep UpdateDomain = D1 ('MetaData "UpdateDomain" "Amazonka.SageMaker.UpdateDomain" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultUserSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserSettings)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

newUpdateDomain Source #

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_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

Instances details
Eq UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Read UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Show UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Generic UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Associated Types

type Rep UpdateDomainResponse :: Type -> Type #

NFData UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Methods

rnf :: UpdateDomainResponse -> () #

type Rep UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

type Rep UpdateDomainResponse = D1 ('MetaData "UpdateDomainResponse" "Amazonka.SageMaker.UpdateDomain" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDomainResponse Source #

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.