Smaws_Client_CloudFormation.CreateStackCreates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack through the DescribeStacks operation.
For more information about creating a stack and monitoring stack progress, see Managing Amazon Web Services resources as a single unit with CloudFormation stacks in the CloudFormation User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AlreadyExistsException of Types.already_exists_exception
| `InsufficientCapabilitiesException of
Types.insufficient_capabilities_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `TokenAlreadyExistsException of Types.token_already_exists_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_stack_input ->
(Types.create_stack_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AlreadyExistsException of Types.already_exists_exception
| `InsufficientCapabilitiesException of
Types.insufficient_capabilities_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `TokenAlreadyExistsException of Types.token_already_exists_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_stack_input ->
(Types.create_stack_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AlreadyExistsException of Types.already_exists_exception
| `InsufficientCapabilitiesException of
Types.insufficient_capabilities_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `TokenAlreadyExistsException of Types.token_already_exists_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result