Smaws_Client_CodePipeline.CreateCustomActionTypeCreates 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 ] ->
stringval 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.resultval 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