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::CloudFront::StreamingDistributionSummary; use Moose; has Aliases => (is => 'ro', isa => 'Paws::CloudFront::Aliases', required => 1); has ARN => (is => 'ro', isa => 'Str', required => 1); has Comment => (is => 'ro', isa => 'Str', required => 1); has DomainName => (is => 'ro', isa => 'Str', required => 1); has Enabled => (is => 'ro', isa => 'Bool', required => 1); has Id => (is => 'ro', isa => 'Str', required => 1); has LastModifiedTime => (is => 'ro', isa => 'Str', required => 1); has PriceClass => (is => 'ro', isa => 'Str', required => 1); has S3Origin => (is => 'ro', isa => 'Paws::CloudFront::S3Origin', required => 1); has Status => (is => 'ro', isa => 'Str', required => 1); has TrustedSigners => (is => 'ro', isa => 'Paws::CloudFront::TrustedSigners', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFront::StreamingDistributionSummary =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::CloudFront::StreamingDistributionSummary object: $service_obj->Method(Att1 => { Aliases => $value, ..., TrustedSigners => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFront::StreamingDistributionSummary object: $result = $service_obj->Method(...); $result->Att1->Aliases =head1 DESCRIPTION A summary of the information for a CloudFront streaming distribution. =head1 ATTRIBUTES =head2 B Aliases => L A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution. =head2 B ARN => Str The ARN (Amazon Resource Name) for the streaming distribution. For example: C, where C<123456789012> is your AWS account ID. =head2 B Comment => Str The comment originally specified when this distribution was created. =head2 B DomainName => Str The domain name corresponding to the distribution, for example, C. =head2 B Enabled => Bool Whether the distribution is enabled to accept end user requests for content. =head2 B Id => Str The identifier for the distribution, for example, C. =head2 B LastModifiedTime => Str The date and time the distribution was last modified. =head2 B PriceClass => Str A complex type that contains information about price class for this streaming distribution. =head2 B S3Origin => L A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution. =head2 B Status => Str Indicates the current status of the distribution. When the status is C, the distribution's information is fully propagated throughout the Amazon CloudFront system. =head2 B TrustedSigners => L A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the C for this cache behavior, specify C for C, and specify the applicable values for C and C.If you don't want to require signed URLs in requests for objects that match C, specify C for C and C<0> for C. Omit C. To add, change, or remove one or more trusted signers, change C to C (if it's currently C), change C as applicable, and specify all of the trusted signers that you want to include in the updated distribution. For more information, see Serving Private Content through CloudFront (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the I. =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