amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.UpdateSpace

Description

Updates the settings of a space.

Synopsis

Creating a Request

data UpdateSpace Source #

See: newUpdateSpace smart constructor.

Constructors

UpdateSpace' 

Fields

Instances

Instances details
ToJSON UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

ToHeaders UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Methods

toHeaders :: UpdateSpace -> [Header] #

ToPath UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

ToQuery UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

AWSRequest UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Associated Types

type AWSResponse UpdateSpace #

Generic UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Associated Types

type Rep UpdateSpace :: Type -> Type #

Read UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Show UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

NFData UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Methods

rnf :: UpdateSpace -> () #

Eq UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Hashable UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

type AWSResponse UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

type Rep UpdateSpace Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

type Rep UpdateSpace = D1 ('MetaData "UpdateSpace" "Amazonka.SageMaker.UpdateSpace" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateSpace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "spaceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SpaceSettings)) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "spaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateSpace Source #

Create a value of UpdateSpace 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:spaceSettings:UpdateSpace', updateSpace_spaceSettings - A collection of space settings.

UpdateSpace, updateSpace_domainId - The ID of the associated Domain.

UpdateSpace, updateSpace_spaceName - The name of the space.

Request Lenses

updateSpace_domainId :: Lens' UpdateSpace Text Source #

The ID of the associated Domain.

Destructuring the Response

data UpdateSpaceResponse Source #

See: newUpdateSpaceResponse smart constructor.

Constructors

UpdateSpaceResponse' 

Fields

Instances

Instances details
Generic UpdateSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Associated Types

type Rep UpdateSpaceResponse :: Type -> Type #

Read UpdateSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Show UpdateSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

NFData UpdateSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

Methods

rnf :: UpdateSpaceResponse -> () #

Eq UpdateSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

type Rep UpdateSpaceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateSpace

type Rep UpdateSpaceResponse = D1 ('MetaData "UpdateSpaceResponse" "Amazonka.SageMaker.UpdateSpace" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateSpaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "spaceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSpaceResponse Source #

Create a value of UpdateSpaceResponse 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:spaceArn:UpdateSpaceResponse', updateSpaceResponse_spaceArn - The space's Amazon Resource Name (ARN).

$sel:httpStatus:UpdateSpaceResponse', updateSpaceResponse_httpStatus - The response's http status code.

Response Lenses

updateSpaceResponse_spaceArn :: Lens' UpdateSpaceResponse (Maybe Text) Source #

The space's Amazon Resource Name (ARN).