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

Description

Updates an action.

Synopsis

Creating a Request

data UpdateAction Source #

See: newUpdateAction smart constructor.

Constructors

UpdateAction' 

Fields

Instances

Instances details
Eq UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Read UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Show UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Generic UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Associated Types

type Rep UpdateAction :: Type -> Type #

NFData UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Methods

rnf :: UpdateAction -> () #

Hashable UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

ToJSON UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

AWSRequest UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Associated Types

type AWSResponse UpdateAction #

ToHeaders UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

ToPath UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

ToQuery UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

type Rep UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

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

Defined in Amazonka.SageMaker.UpdateAction

newUpdateAction Source #

Create a value of UpdateAction 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:status:UpdateAction', updateAction_status - The new status for the action.

$sel:propertiesToRemove:UpdateAction', updateAction_propertiesToRemove - A list of properties to remove.

$sel:description:UpdateAction', updateAction_description - The new description for the action.

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

$sel:actionName:UpdateAction', updateAction_actionName - The name of the action to update.

Request Lenses

updateAction_status :: Lens' UpdateAction (Maybe ActionStatus) Source #

The new status for the action.

updateAction_propertiesToRemove :: Lens' UpdateAction (Maybe [Text]) Source #

A list of properties to remove.

updateAction_description :: Lens' UpdateAction (Maybe Text) Source #

The new description for the action.

updateAction_properties :: Lens' UpdateAction (Maybe (HashMap Text Text)) Source #

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

updateAction_actionName :: Lens' UpdateAction Text Source #

The name of the action to update.

Destructuring the Response

data UpdateActionResponse Source #

See: newUpdateActionResponse smart constructor.

Constructors

UpdateActionResponse' 

Fields

Instances

Instances details
Eq UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Read UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Show UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Generic UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Associated Types

type Rep UpdateActionResponse :: Type -> Type #

NFData UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Methods

rnf :: UpdateActionResponse -> () #

type Rep UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

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

newUpdateActionResponse Source #

Create a value of UpdateActionResponse 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:actionArn:UpdateActionResponse', updateActionResponse_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:httpStatus:UpdateActionResponse', updateActionResponse_httpStatus - The response's http status code.

Response Lenses

updateActionResponse_actionArn :: Lens' UpdateActionResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the action.