AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Returns summaries of invoked Hooks. For more information, see View CloudFormation Hooks invocations in the CloudFormation Hooks User Guide.
This operation supports the following parameter combinations:
No parameters: Returns all Hook invocation summaries.
TypeArn
only: Returns summaries for a specific Hook.
TypeArn
and Status
: Returns summaries for a specific Hook filtered
by status.
TargetId
and TargetType
: Returns summaries for a specific Hook invocation
target.
For .NET Core this operation is only available in asynchronous form. Please refer to ListHookResultsAsync.
Namespace: Amazon.CloudFormation
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public abstract ListHookResultsResponse ListHookResults( ListHookResultsRequest request )
Container for the necessary parameters to execute the ListHookResults service method.
Exception | Condition |
---|---|
HookResultNotFoundException | The specified target doesn't have any requested Hook invocations. |
.NET Framework:
Supported in: 4.7.2 and newer