DescribeAssociationExecutionTargets
Use this API action to view information about a specific execution of a specific association.
Request Syntax
{ "AssociationId": "
string
", "ExecutionId": "string
", "Filters": [ { "Key": "string
", "Value": "string
" } ], "MaxResults":number
, "NextToken": "string
" }
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- AssociationId
-
The association ID that includes the execution for which you want to view details.
Type: String
Pattern:
[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
Required: Yes
- ExecutionId
-
The execution ID for which you want to view details.
Type: String
Pattern:
[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
Required: Yes
- Filters
-
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
Type: Array of AssociationExecutionTargetsFilter objects
Array Members: Minimum number of 1 item.
Required: No
- 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.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 50.
Required: No
- NextToken
-
A token to start the list. Use this token to get the next set of results.
Type: String
Required: No
Response Syntax
{ "AssociationExecutionTargets": [ { "AssociationId": "string", "AssociationVersion": "string", "DetailedStatus": "string", "ExecutionId": "string", "LastExecutionDate": number, "OutputSource": { "OutputSourceId": "string", "OutputSourceType": "string" }, "ResourceId": "string", "ResourceType": "string", "Status": "string" } ], "NextToken": "string" }
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- AssociationExecutionTargets
-
Information about the execution.
Type: Array of AssociationExecutionTarget objects
- NextToken
-
The token for the next set of items to return. Use this token to get the next set of results.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- AssociationDoesNotExist
-
The specified association does not exist.
HTTP Status Code: 400
- AssociationExecutionDoesNotExist
-
The specified execution ID does not exist. Verify the ID number and try again.
HTTP Status Code: 400
- InternalServerError
-
An error occurred on the server side.
HTTP Status Code: 500
- InvalidNextToken
-
The specified token is not valid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: