Smaws_Client_CodePipeline.GetActionTypeReturns information about an action type created for an external provider, where the action is to be used by customers of the external provider. The action can be created with any supported integration model.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_action_type_input ->
(Types.get_action_type_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_action_type_input ->
(Types.get_action_type_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionTypeNotFoundException of Types.action_type_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result