Smaws_Client_CloudFormation.CreateGeneratedTemplateCreates a template from existing resources that are not already managed with CloudFormation. You can check the status of the template generation using the DescribeGeneratedTemplate API action.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AlreadyExistsException of Types.already_exists_exception
| `ConcurrentResourcesLimitExceededException of
Types.concurrent_resources_limit_exceeded_exception
| `LimitExceededException of Types.limit_exceeded_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_generated_template_input ->
(Types.create_generated_template_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AlreadyExistsException of Types.already_exists_exception
| `ConcurrentResourcesLimitExceededException of
Types.concurrent_resources_limit_exceeded_exception
| `LimitExceededException of Types.limit_exceeded_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_generated_template_input ->
(Types.create_generated_template_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AlreadyExistsException of Types.already_exists_exception
| `ConcurrentResourcesLimitExceededException of
Types.concurrent_resources_limit_exceeded_exception
| `LimitExceededException of Types.limit_exceeded_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result