Smaws_Client_CloudFormation.GetHookResultRetrieves detailed information and remediation guidance for a Hook invocation result.
If the Hook uses a KMS key to encrypt annotations, callers of the GetHookResult operation must have kms:Decrypt permissions. For more information, see KMS key policy and permissions for encrypting CloudFormation Hooks results at rest in the CloudFormation Hooks User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `HookResultNotFoundException of Types.hook_result_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_hook_result_input ->
(Types.get_hook_result_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `HookResultNotFoundException of Types.hook_result_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_hook_result_input ->
(Types.get_hook_result_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `HookResultNotFoundException of Types.hook_result_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result