Module Smaws_Client_CodePipeline.CreateCustomActionType

Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account. Only used for custom actions.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `InvalidTagsException of Types.invalid_tags_exception | `LimitExceededException of Types.limit_exceeded_exception | `TooManyTagsException of Types.too_many_tags_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_custom_action_type_input -> (Types.create_custom_action_type_output, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `InvalidTagsException of Types.invalid_tags_exception | `LimitExceededException of Types.limit_exceeded_exception | `TooManyTagsException of Types.too_many_tags_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_custom_action_type_input -> (Types.create_custom_action_type_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ConcurrentModificationException of Types.concurrent_modification_exception | `InvalidTagsException of Types.invalid_tags_exception | `LimitExceededException of Types.limit_exceeded_exception | `TooManyTagsException of Types.too_many_tags_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result