PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::ServerlessRepo::GetCloudFormationTemplateResponse; use Moose; has ApplicationId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'applicationId'); has CreationTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'creationTime'); has ExpirationTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'expirationTime'); has SemanticVersion => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'semanticVersion'); has Status => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'status'); has TemplateId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'templateId'); has TemplateUrl => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'templateUrl'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::ServerlessRepo::GetCloudFormationTemplateResponse =head1 ATTRIBUTES =head2 ApplicationId => Str The application Amazon Resource Name (ARN). =head2 CreationTime => Str The date and time this resource was created. =head2 ExpirationTime => Str The date and time this template expires. Templates expire 1 hour after creation. =head2 SemanticVersion => Str The semantic version of the application: https://semver.org/ (https://semver.org/) =head2 Status => Str Status of the template creation workflow. Possible values: PREPARING | ACTIVE | EXPIRED Valid values are: C<"PREPARING">, C<"ACTIVE">, C<"EXPIRED"> =head2 TemplateId => Str 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} =head2 TemplateUrl => Str A link to the template that can be used to deploy the application using AWS CloudFormation. =head2 _request_id => Str =cut