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::Amplify::Branch; use Moose; has ActiveJobId => (is => 'ro', isa => 'Str', request_name => 'activeJobId', traits => ['NameInRequest'], required => 1); has AssociatedResources => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'associatedResources', traits => ['NameInRequest']); has BackendEnvironmentArn => (is => 'ro', isa => 'Str', request_name => 'backendEnvironmentArn', traits => ['NameInRequest']); has BasicAuthCredentials => (is => 'ro', isa => 'Str', request_name => 'basicAuthCredentials', traits => ['NameInRequest']); has BranchArn => (is => 'ro', isa => 'Str', request_name => 'branchArn', traits => ['NameInRequest'], required => 1); has BranchName => (is => 'ro', isa => 'Str', request_name => 'branchName', traits => ['NameInRequest'], required => 1); has BuildSpec => (is => 'ro', isa => 'Str', request_name => 'buildSpec', traits => ['NameInRequest']); has CreateTime => (is => 'ro', isa => 'Str', request_name => 'createTime', traits => ['NameInRequest'], required => 1); has CustomDomains => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'customDomains', traits => ['NameInRequest'], required => 1); has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest'], required => 1); has DestinationBranch => (is => 'ro', isa => 'Str', request_name => 'destinationBranch', traits => ['NameInRequest']); has DisplayName => (is => 'ro', isa => 'Str', request_name => 'displayName', traits => ['NameInRequest'], required => 1); has EnableAutoBuild => (is => 'ro', isa => 'Bool', request_name => 'enableAutoBuild', traits => ['NameInRequest'], required => 1); has EnableBasicAuth => (is => 'ro', isa => 'Bool', request_name => 'enableBasicAuth', traits => ['NameInRequest'], required => 1); has EnableNotification => (is => 'ro', isa => 'Bool', request_name => 'enableNotification', traits => ['NameInRequest'], required => 1); has EnablePerformanceMode => (is => 'ro', isa => 'Bool', request_name => 'enablePerformanceMode', traits => ['NameInRequest']); has EnablePullRequestPreview => (is => 'ro', isa => 'Bool', request_name => 'enablePullRequestPreview', traits => ['NameInRequest'], required => 1); has EnvironmentVariables => (is => 'ro', isa => 'Paws::Amplify::EnvironmentVariables', request_name => 'environmentVariables', traits => ['NameInRequest'], required => 1); has Framework => (is => 'ro', isa => 'Str', request_name => 'framework', traits => ['NameInRequest'], required => 1); has PullRequestEnvironmentName => (is => 'ro', isa => 'Str', request_name => 'pullRequestEnvironmentName', traits => ['NameInRequest']); has SourceBranch => (is => 'ro', isa => 'Str', request_name => 'sourceBranch', traits => ['NameInRequest']); has Stage => (is => 'ro', isa => 'Str', request_name => 'stage', traits => ['NameInRequest'], required => 1); has Tags => (is => 'ro', isa => 'Paws::Amplify::TagMap', request_name => 'tags', traits => ['NameInRequest']); has ThumbnailUrl => (is => 'ro', isa => 'Str', request_name => 'thumbnailUrl', traits => ['NameInRequest']); has TotalNumberOfJobs => (is => 'ro', isa => 'Str', request_name => 'totalNumberOfJobs', traits => ['NameInRequest'], required => 1); has Ttl => (is => 'ro', isa => 'Str', request_name => 'ttl', traits => ['NameInRequest'], required => 1); has UpdateTime => (is => 'ro', isa => 'Str', request_name => 'updateTime', traits => ['NameInRequest'], required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::Amplify::Branch =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::Amplify::Branch object: $service_obj->Method(Att1 => { ActiveJobId => $value, ..., UpdateTime => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Amplify::Branch object: $result = $service_obj->Method(...); $result->Att1->ActiveJobId =head1 DESCRIPTION The branch for an Amplify app, which maps to a third-party repository branch. =head1 ATTRIBUTES =head2 B ActiveJobId => Str The ID of the active job for a branch of an Amplify app. =head2 AssociatedResources => ArrayRef[Str|Undef] A list of custom resources that are linked to this branch. =head2 BackendEnvironmentArn => Str The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. =head2 BasicAuthCredentials => Str The basic authorization credentials for a branch of an Amplify app. =head2 B BranchArn => Str The Amazon Resource Name (ARN) for a branch that is part of an Amplify app. =head2 B BranchName => Str The name for the branch that is part of an Amplify app. =head2 BuildSpec => Str The build specification (build spec) content for the branch of an Amplify app. =head2 B CreateTime => Str The creation date and time for a branch that is part of an Amplify app. =head2 B CustomDomains => ArrayRef[Str|Undef] The custom domains for a branch of an Amplify app. =head2 B Description => Str The description for the branch that is part of an Amplify app. =head2 DestinationBranch => Str The destination branch if the branch is a pull request branch. =head2 B DisplayName => Str The display name for the branch. This is used as the default domain prefix. =head2 B EnableAutoBuild => Bool Enables auto-building on push for a branch of an Amplify app. =head2 B EnableBasicAuth => Bool Enables basic authorization for a branch of an Amplify app. =head2 B EnableNotification => Bool Enables notifications for a branch that is part of an Amplify app. =head2 EnablePerformanceMode => Bool Enables performance mode for the branch. Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. =head2 B EnablePullRequestPreview => Bool Enables pull request previews for the branch. =head2 B EnvironmentVariables => L The environment variables specific to a branch of an Amplify app. =head2 B Framework => Str The framework for a branch of an Amplify app. =head2 PullRequestEnvironmentName => Str The Amplify environment name for the pull request. =head2 SourceBranch => Str The source branch if the branch is a pull request branch. =head2 B Stage => Str The current stage for the branch that is part of an Amplify app. =head2 Tags => L The tag for the branch of an Amplify app. =head2 ThumbnailUrl => Str The thumbnail URL for the branch of an Amplify app. =head2 B TotalNumberOfJobs => Str The total number of jobs that are part of an Amplify app. =head2 B Ttl => Str The content Time to Live (TTL) for the website in seconds. =head2 B UpdateTime => Str The last updated date and time for a branch that is part of an Amplify app. =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