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` # Generated by default/object.tt package Paws::SSM::DocumentDescription; use Moose; has ApprovedVersion => (is => 'ro', isa => 'Str'); has AttachmentsInformation => (is => 'ro', isa => 'ArrayRef[Paws::SSM::AttachmentInformation]'); has Author => (is => 'ro', isa => 'Str'); has CreatedDate => (is => 'ro', isa => 'Str'); has DefaultVersion => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has DisplayName => (is => 'ro', isa => 'Str'); has DocumentFormat => (is => 'ro', isa => 'Str'); has DocumentType => (is => 'ro', isa => 'Str'); has DocumentVersion => (is => 'ro', isa => 'Str'); has Hash => (is => 'ro', isa => 'Str'); has HashType => (is => 'ro', isa => 'Str'); has LatestVersion => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has Owner => (is => 'ro', isa => 'Str'); has Parameters => (is => 'ro', isa => 'ArrayRef[Paws::SSM::DocumentParameter]'); has PendingReviewVersion => (is => 'ro', isa => 'Str'); has PlatformTypes => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Requires => (is => 'ro', isa => 'ArrayRef[Paws::SSM::DocumentRequires]'); has ReviewInformation => (is => 'ro', isa => 'ArrayRef[Paws::SSM::ReviewInformation]'); has ReviewStatus => (is => 'ro', isa => 'Str'); has SchemaVersion => (is => 'ro', isa => 'Str'); has Sha1 => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has StatusInformation => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::SSM::Tag]'); has TargetType => (is => 'ro', isa => 'Str'); has VersionName => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SSM::DocumentDescription =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SSM::DocumentDescription object: $service_obj->Method(Att1 => { ApprovedVersion => $value, ..., VersionName => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::DocumentDescription object: $result = $service_obj->Method(...); $result->Att1->ApprovedVersion =head1 DESCRIPTION Describes a Systems Manager document. =head1 ATTRIBUTES =head2 ApprovedVersion => Str The version of the document currently approved for use in the organization. =head2 AttachmentsInformation => ArrayRef[L] Details about the document attachments, including names, locations, sizes, and so on. =head2 Author => Str The user in your organization who created the document. =head2 CreatedDate => Str The date when the document was created. =head2 DefaultVersion => Str The default version. =head2 Description => Str A description of the document. =head2 DisplayName => Str The friendly name of the Systems Manager document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument. =head2 DocumentFormat => Str The document format, either JSON or YAML. =head2 DocumentType => Str The type of document. =head2 DocumentVersion => Str The document version. =head2 Hash => Str The Sha256 or Sha1 hash created by the system when the document was created. Sha1 hashes have been deprecated. =head2 HashType => Str The hash type of the document. Valid values include C or C. Sha1 hashes have been deprecated. =head2 LatestVersion => Str The latest version of the document. =head2 Name => Str The name of the Systems Manager document. =head2 Owner => Str The AWS user account that created the document. =head2 Parameters => ArrayRef[L] A description of the parameters for a document. =head2 PendingReviewVersion => Str The version of the document that is currently under review. =head2 PlatformTypes => ArrayRef[Str|Undef] The list of OS platforms compatible with this Systems Manager document. =head2 Requires => ArrayRef[L] A list of SSM documents required by a document. For example, an C document requires an C document. =head2 ReviewInformation => ArrayRef[L] Details about the review of a document. =head2 ReviewStatus => Str The current status of the review. =head2 SchemaVersion => Str The schema version. =head2 Sha1 => Str The SHA1 hash of the document, which you can use for verification. =head2 Status => Str The status of the Systems Manager document. =head2 StatusInformation => Str A message returned by AWS Systems Manager that explains the C value. For example, a C status might be explained by the C message, "The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct." =head2 Tags => ArrayRef[L] The tags, or metadata, that have been applied to the document. =head2 TargetType => Str The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see AWS resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) in the I. =head2 VersionName => Str The version of the artifact associated with the document. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut