Values.GetCloudFormationTemplateResponseSourceGets the specified AWS CloudFormation template.
type nonrec t = {applicationId : string option;The application Amazon Resource Name (ARN).
*)creationTime : string option;The date and time this resource was created.
*)expirationTime : string option;The date and time this template expires. Templates expire 1 hour after creation.
*)semanticVersion : string option;The semantic version of the application: https://semver.org/
*)status : Status.t option;Status of the template creation workflow.Possible values: PREPARING | ACTIVE | EXPIRED
*)templateId : string option;The UUID returned by CreateCloudFormationTemplate.Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}
*)templateUrl : string option;A link to the template that can be used to deploy the application using AWS CloudFormation.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]