Module Smaws_Client_Glue.PutWorkflowRunProperties

Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AlreadyExistsException of Types.already_exists_exception | `ConcurrentModificationException of Types.concurrent_modification_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.put_workflow_run_properties_request -> (Types.put_workflow_run_properties_response, [> Smaws_Lib.Protocols.AwsJson.error | `AlreadyExistsException of Types.already_exists_exception | `ConcurrentModificationException of Types.concurrent_modification_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.put_workflow_run_properties_request -> (Types.put_workflow_run_properties_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AlreadyExistsException of Types.already_exists_exception | `ConcurrentModificationException of Types.concurrent_modification_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception | `ResourceNumberLimitExceededException of Types.resource_number_limit_exceeded_exception ] * Smaws_Lib.Response.metadata) Stdlib.result