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.UpdateArtifact

Description

Updates an artifact.

Synopsis

Creating a Request

data UpdateArtifact Source #

See: newUpdateArtifact smart constructor.

Constructors

UpdateArtifact' 

Fields

Instances

Instances details
Eq UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Read UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Show UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Generic UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Associated Types

type Rep UpdateArtifact :: Type -> Type #

NFData UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Methods

rnf :: UpdateArtifact -> () #

Hashable UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

ToJSON UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

AWSRequest UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Associated Types

type AWSResponse UpdateArtifact #

ToHeaders UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

ToPath UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

ToQuery UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

type Rep UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

type Rep UpdateArtifact = D1 ('MetaData "UpdateArtifact" "Amazonka.SageMaker.UpdateArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "propertiesToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

newUpdateArtifact Source #

Create a value of UpdateArtifact 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:propertiesToRemove:UpdateArtifact', updateArtifact_propertiesToRemove - A list of properties to remove.

$sel:artifactName:UpdateArtifact', updateArtifact_artifactName - The new name for the artifact.

$sel:properties:UpdateArtifact', updateArtifact_properties - The new list of properties. Overwrites the current property list.

$sel:artifactArn:UpdateArtifact', updateArtifact_artifactArn - The Amazon Resource Name (ARN) of the artifact to update.

Request Lenses

updateArtifact_properties :: Lens' UpdateArtifact (Maybe (HashMap Text Text)) Source #

The new list of properties. Overwrites the current property list.

updateArtifact_artifactArn :: Lens' UpdateArtifact Text Source #

The Amazon Resource Name (ARN) of the artifact to update.

Destructuring the Response

data UpdateArtifactResponse Source #

See: newUpdateArtifactResponse smart constructor.

Constructors

UpdateArtifactResponse' 

Fields

Instances

Instances details
Eq UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Read UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Show UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Generic UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Associated Types

type Rep UpdateArtifactResponse :: Type -> Type #

NFData UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Methods

rnf :: UpdateArtifactResponse -> () #

type Rep UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

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

newUpdateArtifactResponse Source #

Create a value of UpdateArtifactResponse 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:artifactArn:UpdateArtifact', updateArtifactResponse_artifactArn - The Amazon Resource Name (ARN) of the artifact.

$sel:httpStatus:UpdateArtifactResponse', updateArtifactResponse_httpStatus - The response's http status code.

Response Lenses

updateArtifactResponse_artifactArn :: Lens' UpdateArtifactResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the artifact.