Smaws_Client_CloudFormation.CreateStackSetCreates a StackSet.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CreatedButModifiedException of Types.created_but_modified_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NameAlreadyExistsException of Types.name_already_exists_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_stack_set_input ->
(Types.create_stack_set_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CreatedButModifiedException of Types.created_but_modified_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NameAlreadyExistsException of Types.name_already_exists_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_stack_set_input ->
(Types.create_stack_set_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CreatedButModifiedException of Types.created_but_modified_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NameAlreadyExistsException of Types.name_already_exists_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result