Smaws_Client_CloudFormation.RecordHandlerProgressReports progress of a resource handler to CloudFormation.
Reserved for use by the CloudFormation CLI. Don't use this API in your code.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidStateTransitionException of
Types.invalid_state_transition_exception
| `OperationStatusCheckFailedException of
Types.operation_status_check_failed_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.record_handler_progress_input ->
(Types.record_handler_progress_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidStateTransitionException of
Types.invalid_state_transition_exception
| `OperationStatusCheckFailedException of
Types.operation_status_check_failed_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.record_handler_progress_input ->
(Types.record_handler_progress_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidStateTransitionException of
Types.invalid_state_transition_exception
| `OperationStatusCheckFailedException of
Types.operation_status_check_failed_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result