Smaws_Client_CodePipeline.UpdateActionTypeUpdates an action type that was created with any supported integration model, where the action type is to be used by customers of the action type provider. Use a JSON file with the action definition and UpdateActionType to provide the full structure.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `RequestFailedException of Types.request_failed_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_action_type_input ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `RequestFailedException of Types.request_failed_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_action_type_input ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `RequestFailedException of Types.request_failed_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result