| 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.SSM.DescribeAssociationExecutionTargets
Description
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_maxResults :: Lens' DescribeAssociationExecutionTargets (Maybe Natural)
- describeAssociationExecutionTargets_nextToken :: Lens' DescribeAssociationExecutionTargets (Maybe Text)
- describeAssociationExecutionTargets_associationId :: Lens' DescribeAssociationExecutionTargets Text
- describeAssociationExecutionTargets_executionId :: Lens' DescribeAssociationExecutionTargets Text
- data DescribeAssociationExecutionTargetsResponse = DescribeAssociationExecutionTargetsResponse' {}
- newDescribeAssociationExecutionTargetsResponse :: Int -> DescribeAssociationExecutionTargetsResponse
- describeAssociationExecutionTargetsResponse_associationExecutionTargets :: Lens' DescribeAssociationExecutionTargetsResponse (Maybe [AssociationExecutionTarget])
- describeAssociationExecutionTargetsResponse_nextToken :: Lens' DescribeAssociationExecutionTargetsResponse (Maybe Text)
- describeAssociationExecutionTargetsResponse_httpStatus :: Lens' DescribeAssociationExecutionTargetsResponse Int
Creating a Request
data DescribeAssociationExecutionTargets Source #
See: newDescribeAssociationExecutionTargets smart constructor.
Constructors
| DescribeAssociationExecutionTargets' | |
Fields
| |
Instances
newDescribeAssociationExecutionTargets Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeAssociationExecutionTargets |
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:
DescribeAssociationExecutionTargets, describeAssociationExecutionTargets_filters - Filters for the request. You can specify the following filters and
values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
$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.
DescribeAssociationExecutionTargets, describeAssociationExecutionTargets_nextToken - A token to start the list. Use this token to get the next set of
results.
DescribeAssociationExecutionTargets, describeAssociationExecutionTargets_associationId - The association ID that includes the execution for which you want to
view details.
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_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_nextToken :: Lens' DescribeAssociationExecutionTargets (Maybe Text) Source #
A token to start the list. Use this token 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.
Constructors
| DescribeAssociationExecutionTargetsResponse' | |
Fields
| |
Instances
newDescribeAssociationExecutionTargetsResponse Source #
Arguments
| :: 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:associationExecutionTargets:DescribeAssociationExecutionTargetsResponse', describeAssociationExecutionTargetsResponse_associationExecutionTargets - Information about the execution.
DescribeAssociationExecutionTargets, describeAssociationExecutionTargetsResponse_nextToken - The token for the next set of items to return. Use this token to get the
next set of results.
$sel:httpStatus:DescribeAssociationExecutionTargetsResponse', describeAssociationExecutionTargetsResponse_httpStatus - The response's http status code.
Response Lenses
describeAssociationExecutionTargetsResponse_associationExecutionTargets :: Lens' DescribeAssociationExecutionTargetsResponse (Maybe [AssociationExecutionTarget]) Source #
Information about the execution.
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_httpStatus :: Lens' DescribeAssociationExecutionTargetsResponse Int Source #
The response's http status code.