http://cloudformation.{region}.amazonaws.com/#Action=DescribeChangeSetHooksReturns hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
A string, provided by the <code>DescribeChangeSetHooks</code> response output, that identifies the next page of information that you want to retrieve.
If specified, lists only the hooks related to the specified <code>LogicalResourceId</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://cloudformation.{region}.amazonaws.com/#Action=DescribeChangeSetHooks' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://cloudformation.{region}.amazonaws.com/#Action=DescribeChangeSetHooksReturns hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
A string, provided by the <code>DescribeChangeSetHooks</code> response output, that identifies the next page of information that you want to retrieve.
If specified, lists only the hooks related to the specified <code>LogicalResourceId</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://cloudformation.{region}.amazonaws.com/#Action=DescribeChangeSetHooks' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}