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 |
Views information about a specific execution of a specific association.
This operation returns paginated results.
Synopsis
- data DescribeAssociationExecutionTargets = DescribeAssociationExecutionTargets' {}
- newDescribeAssociationExecutionTargets :: Text -> Text -> DescribeAssociationExecutionTargets
- describeAssociationExecutionTargets_filters :: Lens' DescribeAssociationExecutionTargets (Maybe (NonEmpty AssociationExecutionTargetsFilter))
- describeAssociationExecutionTargets_nextToken :: Lens' DescribeAssociationExecutionTargets (Maybe Text)
- describeAssociationExecutionTargets_maxResults :: Lens' DescribeAssociationExecutionTargets (Maybe Natural)
- describeAssociationExecutionTargets_associationId :: Lens' DescribeAssociationExecutionTargets Text
- describeAssociationExecutionTargets_executionId :: Lens' DescribeAssociationExecutionTargets Text
- data DescribeAssociationExecutionTargetsResponse = DescribeAssociationExecutionTargetsResponse' {}
- newDescribeAssociationExecutionTargetsResponse :: Int -> DescribeAssociationExecutionTargetsResponse
- describeAssociationExecutionTargetsResponse_nextToken :: Lens' DescribeAssociationExecutionTargetsResponse (Maybe Text)
- describeAssociationExecutionTargetsResponse_associationExecutionTargets :: Lens' DescribeAssociationExecutionTargetsResponse (Maybe [AssociationExecutionTarget])
- describeAssociationExecutionTargetsResponse_httpStatus :: Lens' DescribeAssociationExecutionTargetsResponse Int
Creating a Request
data DescribeAssociationExecutionTargets Source #
See: newDescribeAssociationExecutionTargets
smart constructor.
DescribeAssociationExecutionTargets' | |
|
Instances
newDescribeAssociationExecutionTargets Source #
Create a value of DescribeAssociationExecutionTargets
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:filters:DescribeAssociationExecutionTargets'
, describeAssociationExecutionTargets_filters
- Filters for the request. You can specify the following filters and
values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
$sel:nextToken:DescribeAssociationExecutionTargets'
, describeAssociationExecutionTargets_nextToken
- A token to start the list. Use this token to get the next set of
results.
$sel:maxResults:DescribeAssociationExecutionTargets'
, describeAssociationExecutionTargets_maxResults
- The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results.
$sel:associationId:DescribeAssociationExecutionTargets'
, describeAssociationExecutionTargets_associationId
- The association ID that includes the execution for which you want to
view details.
$sel:executionId:DescribeAssociationExecutionTargets'
, describeAssociationExecutionTargets_executionId
- The execution ID for which you want to view details.
Request Lenses
describeAssociationExecutionTargets_filters :: Lens' DescribeAssociationExecutionTargets (Maybe (NonEmpty AssociationExecutionTargetsFilter)) Source #
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
describeAssociationExecutionTargets_nextToken :: Lens' DescribeAssociationExecutionTargets (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
describeAssociationExecutionTargets_maxResults :: Lens' DescribeAssociationExecutionTargets (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
describeAssociationExecutionTargets_associationId :: Lens' DescribeAssociationExecutionTargets Text Source #
The association ID that includes the execution for which you want to view details.
describeAssociationExecutionTargets_executionId :: Lens' DescribeAssociationExecutionTargets Text Source #
The execution ID for which you want to view details.
Destructuring the Response
data DescribeAssociationExecutionTargetsResponse Source #
See: newDescribeAssociationExecutionTargetsResponse
smart constructor.
DescribeAssociationExecutionTargetsResponse' | |
|
Instances
newDescribeAssociationExecutionTargetsResponse Source #
:: Int |
|
-> DescribeAssociationExecutionTargetsResponse |
Create a value of DescribeAssociationExecutionTargetsResponse
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:nextToken:DescribeAssociationExecutionTargets'
, describeAssociationExecutionTargetsResponse_nextToken
- The token for the next set of items to return. Use this token to get the
next set of results.
$sel:associationExecutionTargets:DescribeAssociationExecutionTargetsResponse'
, describeAssociationExecutionTargetsResponse_associationExecutionTargets
- Information about the execution.
$sel:httpStatus:DescribeAssociationExecutionTargetsResponse'
, describeAssociationExecutionTargetsResponse_httpStatus
- The response's http status code.
Response Lenses
describeAssociationExecutionTargetsResponse_nextToken :: Lens' DescribeAssociationExecutionTargetsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
describeAssociationExecutionTargetsResponse_associationExecutionTargets :: Lens' DescribeAssociationExecutionTargetsResponse (Maybe [AssociationExecutionTarget]) Source #
Information about the execution.
describeAssociationExecutionTargetsResponse_httpStatus :: Lens' DescribeAssociationExecutionTargetsResponse Int Source #
The response's http status code.