libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.PutWorkflowRunProperties

Description

Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

Synopsis

Creating a Request

data PutWorkflowRunProperties Source #

See: newPutWorkflowRunProperties smart constructor.

Constructors

PutWorkflowRunProperties' 

Fields

Instances

Instances details
Eq PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Read PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Show PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Generic PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Associated Types

type Rep PutWorkflowRunProperties :: Type -> Type #

NFData PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Hashable PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

ToJSON PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

AWSRequest PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

ToHeaders PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

ToPath PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

ToQuery PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

type Rep PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

type Rep PutWorkflowRunProperties = D1 ('MetaData "PutWorkflowRunProperties" "Amazonka.Glue.PutWorkflowRunProperties" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "PutWorkflowRunProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text)))))
type AWSResponse PutWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

newPutWorkflowRunProperties Source #

Create a value of PutWorkflowRunProperties 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:name:PutWorkflowRunProperties', putWorkflowRunProperties_name - Name of the workflow which was run.

$sel:runId:PutWorkflowRunProperties', putWorkflowRunProperties_runId - The ID of the workflow run for which the run properties should be updated.

$sel:runProperties:PutWorkflowRunProperties', putWorkflowRunProperties_runProperties - The properties to put for the specified run.

Request Lenses

putWorkflowRunProperties_runId :: Lens' PutWorkflowRunProperties Text Source #

The ID of the workflow run for which the run properties should be updated.

Destructuring the Response

data PutWorkflowRunPropertiesResponse Source #

See: newPutWorkflowRunPropertiesResponse smart constructor.

Constructors

PutWorkflowRunPropertiesResponse' 

Fields

Instances

Instances details
Eq PutWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Read PutWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Show PutWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Generic PutWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

Associated Types

type Rep PutWorkflowRunPropertiesResponse :: Type -> Type #

NFData PutWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

type Rep PutWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.PutWorkflowRunProperties

type Rep PutWorkflowRunPropertiesResponse = D1 ('MetaData "PutWorkflowRunPropertiesResponse" "Amazonka.Glue.PutWorkflowRunProperties" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "PutWorkflowRunPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutWorkflowRunPropertiesResponse Source #

Create a value of PutWorkflowRunPropertiesResponse 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:httpStatus:PutWorkflowRunPropertiesResponse', putWorkflowRunPropertiesResponse_httpStatus - The response's http status code.

Response Lenses