| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.GetWorkflowRunProperties
Description
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.
Constructors
| GetWorkflowRunProperties' | |
Instances
newGetWorkflowRunProperties Source #
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:
GetWorkflowRunProperties, getWorkflowRunProperties_name - Name of the workflow which was run.
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.
Constructors
| GetWorkflowRunPropertiesResponse' | |
Fields
| |
Instances
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.