Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Retrieves the workflow run properties which were set during the run.
Synopsis
- data GetWorkflowRunProperties = GetWorkflowRunProperties' {}
- newGetWorkflowRunProperties :: Text -> Text -> GetWorkflowRunProperties
- getWorkflowRunProperties_name :: Lens' GetWorkflowRunProperties Text
- getWorkflowRunProperties_runId :: Lens' GetWorkflowRunProperties Text
- data GetWorkflowRunPropertiesResponse = GetWorkflowRunPropertiesResponse' {
- runProperties :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newGetWorkflowRunPropertiesResponse :: Int -> GetWorkflowRunPropertiesResponse
- getWorkflowRunPropertiesResponse_runProperties :: Lens' GetWorkflowRunPropertiesResponse (Maybe (HashMap Text Text))
- getWorkflowRunPropertiesResponse_httpStatus :: Lens' GetWorkflowRunPropertiesResponse Int
Creating a Request
data GetWorkflowRunProperties Source #
See: newGetWorkflowRunProperties
smart constructor.
Instances
newGetWorkflowRunProperties Source #
:: Text | |
-> Text | |
-> GetWorkflowRunProperties |
Create a value of GetWorkflowRunProperties
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:GetWorkflowRunProperties'
, getWorkflowRunProperties_name
- Name of the workflow which was run.
$sel:runId:GetWorkflowRunProperties'
, getWorkflowRunProperties_runId
- The ID of the workflow run whose run properties should be returned.
Request Lenses
getWorkflowRunProperties_name :: Lens' GetWorkflowRunProperties Text Source #
Name of the workflow which was run.
getWorkflowRunProperties_runId :: Lens' GetWorkflowRunProperties Text Source #
The ID of the workflow run whose run properties should be returned.
Destructuring the Response
data GetWorkflowRunPropertiesResponse Source #
See: newGetWorkflowRunPropertiesResponse
smart constructor.
GetWorkflowRunPropertiesResponse' | |
|
Instances
Eq GetWorkflowRunPropertiesResponse Source # | |
Read GetWorkflowRunPropertiesResponse Source # | |
Show GetWorkflowRunPropertiesResponse Source # | |
Defined in Amazonka.Glue.GetWorkflowRunProperties | |
Generic GetWorkflowRunPropertiesResponse Source # | |
NFData GetWorkflowRunPropertiesResponse Source # | |
Defined in Amazonka.Glue.GetWorkflowRunProperties rnf :: GetWorkflowRunPropertiesResponse -> () # | |
type Rep GetWorkflowRunPropertiesResponse Source # | |
Defined in Amazonka.Glue.GetWorkflowRunProperties type Rep GetWorkflowRunPropertiesResponse = D1 ('MetaData "GetWorkflowRunPropertiesResponse" "Amazonka.Glue.GetWorkflowRunProperties" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetWorkflowRunPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newGetWorkflowRunPropertiesResponse Source #
Create a value of GetWorkflowRunPropertiesResponse
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:runProperties:GetWorkflowRunPropertiesResponse'
, getWorkflowRunPropertiesResponse_runProperties
- The workflow run properties which were set during the specified run.
$sel:httpStatus:GetWorkflowRunPropertiesResponse'
, getWorkflowRunPropertiesResponse_httpStatus
- The response's http status code.
Response Lenses
getWorkflowRunPropertiesResponse_runProperties :: Lens' GetWorkflowRunPropertiesResponse (Maybe (HashMap Text Text)) Source #
The workflow run properties which were set during the specified run.
getWorkflowRunPropertiesResponse_httpStatus :: Lens' GetWorkflowRunPropertiesResponse Int Source #
The response's http status code.