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::DistributionSummary; use Moose; has Aliases => (is => 'ro', isa => 'Paws::CloudFront::Aliases', required => 1); has AliasICPRecordals => (is => 'ro', isa => 'ArrayRef[Paws::CloudFront::AliasICPRecordal]', request_name => 'AliasICPRecordal', traits => ['NameInRequest']); has ARN => (is => 'ro', isa => 'Str', required => 1); has CacheBehaviors => (is => 'ro', isa => 'Paws::CloudFront::CacheBehaviors', required => 1); has Comment => (is => 'ro', isa => 'Str', required => 1); has CustomErrorResponses => (is => 'ro', isa => 'Paws::CloudFront::CustomErrorResponses', required => 1); has DefaultCacheBehavior => (is => 'ro', isa => 'Paws::CloudFront::DefaultCacheBehavior', required => 1); has DomainName => (is => 'ro', isa => 'Str', required => 1); has Enabled => (is => 'ro', isa => 'Bool', required => 1); has HttpVersion => (is => 'ro', isa => 'Str', required => 1); has Id => (is => 'ro', isa => 'Str', required => 1); has IsIPV6Enabled => (is => 'ro', isa => 'Bool', required => 1); has LastModifiedTime => (is => 'ro', isa => 'Str', required => 1); has OriginGroups => (is => 'ro', isa => 'Paws::CloudFront::OriginGroups'); has Origins => (is => 'ro', isa => 'Paws::CloudFront::Origins', required => 1); has PriceClass => (is => 'ro', isa => 'Str', required => 1); has Restrictions => (is => 'ro', isa => 'Paws::CloudFront::Restrictions', required => 1); has Status => (is => 'ro', isa => 'Str', required => 1); has ViewerCertificate => (is => 'ro', isa => 'Paws::CloudFront::ViewerCertificate', required => 1); has WebACLId => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFront::DistributionSummary =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::DistributionSummary object: $service_obj->Method(Att1 => { Aliases => $value, ..., WebACLId => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFront::DistributionSummary object: $result = $service_obj->Method(...); $result->Att1->Aliases =head1 DESCRIPTION A summary of the information about a CloudFront distribution. =head1 ATTRIBUTES =head2 B Aliases => L A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. =head2 AliasICPRecordals => ArrayRef[L] AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions. For more information about ICP recordals, see Signup, Accounts, and Credentials (https://docs.amazonaws.cn/en_us/aws/latest/userguide/accounts-and-credentials.html) in I. =head2 B ARN => Str The ARN (Amazon Resource Name) for the distribution. For example: C, where C<123456789012> is your AWS account ID. =head2 B CacheBehaviors => L A complex type that contains zero or more C elements. =head2 B Comment => Str The comment originally specified when this distribution was created. =head2 B CustomErrorResponses => L A complex type that contains zero or more C elements. =head2 B DefaultCacheBehavior => L A complex type that describes the default cache behavior if you don't specify a C element or if files don't match any of the values of C in C elements. You must create exactly one default cache behavior. =head2 B DomainName => Str The domain name that corresponds to the distribution, for example, C. =head2 B Enabled => Bool Whether the distribution is enabled to accept user requests for content. =head2 B HttpVersion => Str Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is C. Viewers that don't support C will automatically use an earlier version. =head2 B Id => Str The identifier for the distribution. For example: C. =head2 B IsIPV6Enabled => Bool Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution. =head2 B LastModifiedTime => Str The date and time the distribution was last modified. =head2 OriginGroups => L A complex type that contains information about origin groups for this distribution. =head2 B Origins => L A complex type that contains information about origins for this distribution. =head2 B PriceClass => Str A complex type that contains information about price class for this streaming distribution. =head2 B Restrictions => L A complex type that identifies ways in which you want to restrict distribution of your content. =head2 B Status => Str The current status of the distribution. When the status is C, the distribution's information is propagated to all CloudFront edge locations. =head2 B ViewerCertificate => L A complex type that determines the distributionEs SSL/TLS configuration for communicating with viewers. =head2 B WebACLId => Str The Web ACL Id (if any) associated with the distribution. =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