Module Smaws_Client_CloudFormation.CreateGeneratedTemplate

Creates 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 ] -> string
val 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.result