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::CloudFormation::DescribeChangeSetOutput; use Moose; has Capabilities => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Changes => (is => 'ro', isa => 'ArrayRef[Paws::CloudFormation::Change]'); has ChangeSetId => (is => 'ro', isa => 'Str'); has ChangeSetName => (is => 'ro', isa => 'Str'); has CreationTime => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has ExecutionStatus => (is => 'ro', isa => 'Str'); has IncludeNestedStacks => (is => 'ro', isa => 'Bool'); has NextToken => (is => 'ro', isa => 'Str'); has NotificationARNs => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Parameters => (is => 'ro', isa => 'ArrayRef[Paws::CloudFormation::Parameter]'); has ParentChangeSetId => (is => 'ro', isa => 'Str'); has RollbackConfiguration => (is => 'ro', isa => 'Paws::CloudFormation::RollbackConfiguration'); has RootChangeSetId => (is => 'ro', isa => 'Str'); has StackId => (is => 'ro', isa => 'Str'); has StackName => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has StatusReason => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::CloudFormation::Tag]'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFormation::DescribeChangeSetOutput =head1 ATTRIBUTES =head2 Capabilities => ArrayRef[Str|Undef] If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created. =head2 Changes => ArrayRef[L] A list of C structures that describes the resources AWS CloudFormation changes if you execute the change set. =head2 ChangeSetId => Str The ARN of the change set. =head2 ChangeSetName => Str The name of the change set. =head2 CreationTime => Str The start time when the change set was created, in UTC. =head2 Description => Str Information about the change set. =head2 ExecutionStatus => Str If the change set execution status is C, you can execute the change set. If you canEt execute the change set, the status indicates why. For example, a change set might be in an C state because AWS CloudFormation is still creating it or in an C state because the stack was already updated. Valid values are: C<"UNAVAILABLE">, C<"AVAILABLE">, C<"EXECUTE_IN_PROGRESS">, C<"EXECUTE_COMPLETE">, C<"EXECUTE_FAILED">, C<"OBSOLETE"> =head2 IncludeNestedStacks => Bool Verifies if C is set to C. =head2 NextToken => Str If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null. =head2 NotificationARNs => ArrayRef[Str|Undef] The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set. =head2 Parameters => ArrayRef[L] A list of C structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter (https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html) data type. =head2 ParentChangeSetId => Str Specifies the change set ID of the parent change set in the current nested change set hierarchy. =head2 RollbackConfiguration => L The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards. =head2 RootChangeSetId => Str Specifies the change set ID of the root change set in the current nested change set hierarchy. =head2 StackId => Str The ARN of the stack that is associated with the change set. =head2 StackName => Str The name of the stack that is associated with the change set. =head2 Status => Str The current status of the change set, such as C, C, or C. Valid values are: C<"CREATE_PENDING">, C<"CREATE_IN_PROGRESS">, C<"CREATE_COMPLETE">, C<"DELETE_PENDING">, C<"DELETE_IN_PROGRESS">, C<"DELETE_COMPLETE">, C<"DELETE_FAILED">, C<"FAILED"> =head2 StatusReason => Str A description of the change set's status. For example, if your attempt to create a change set failed, AWS CloudFormation shows the error message. =head2 Tags => ArrayRef[L] If you execute the change set, the tags that will be associated with the stack. =head2 _request_id => Str =cut