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::Amplify; use Moose; sub service { 'amplify' } sub signing_name { 'amplify' } sub version { '2017-07-25' } sub flattened_arrays { 0 } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth_factor => 2 } }); has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [ ] }); with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::RestJsonCaller'; sub CreateApp { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::CreateApp', @_); return $self->caller->do_call($self, $call_object); } sub CreateBackendEnvironment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::CreateBackendEnvironment', @_); return $self->caller->do_call($self, $call_object); } sub CreateBranch { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::CreateBranch', @_); return $self->caller->do_call($self, $call_object); } sub CreateDeployment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::CreateDeployment', @_); return $self->caller->do_call($self, $call_object); } sub CreateDomainAssociation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::CreateDomainAssociation', @_); return $self->caller->do_call($self, $call_object); } sub CreateWebhook { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::CreateWebhook', @_); return $self->caller->do_call($self, $call_object); } sub DeleteApp { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::DeleteApp', @_); return $self->caller->do_call($self, $call_object); } sub DeleteBackendEnvironment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::DeleteBackendEnvironment', @_); return $self->caller->do_call($self, $call_object); } sub DeleteBranch { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::DeleteBranch', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDomainAssociation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::DeleteDomainAssociation', @_); return $self->caller->do_call($self, $call_object); } sub DeleteJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::DeleteJob', @_); return $self->caller->do_call($self, $call_object); } sub DeleteWebhook { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::DeleteWebhook', @_); return $self->caller->do_call($self, $call_object); } sub GenerateAccessLogs { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::GenerateAccessLogs', @_); return $self->caller->do_call($self, $call_object); } sub GetApp { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::GetApp', @_); return $self->caller->do_call($self, $call_object); } sub GetArtifactUrl { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::GetArtifactUrl', @_); return $self->caller->do_call($self, $call_object); } sub GetBackendEnvironment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::GetBackendEnvironment', @_); return $self->caller->do_call($self, $call_object); } sub GetBranch { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::GetBranch', @_); return $self->caller->do_call($self, $call_object); } sub GetDomainAssociation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::GetDomainAssociation', @_); return $self->caller->do_call($self, $call_object); } sub GetJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::GetJob', @_); return $self->caller->do_call($self, $call_object); } sub GetWebhook { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::GetWebhook', @_); return $self->caller->do_call($self, $call_object); } sub ListApps { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::ListApps', @_); return $self->caller->do_call($self, $call_object); } sub ListArtifacts { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::ListArtifacts', @_); return $self->caller->do_call($self, $call_object); } sub ListBackendEnvironments { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::ListBackendEnvironments', @_); return $self->caller->do_call($self, $call_object); } sub ListBranches { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::ListBranches', @_); return $self->caller->do_call($self, $call_object); } sub ListDomainAssociations { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::ListDomainAssociations', @_); return $self->caller->do_call($self, $call_object); } sub ListJobs { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::ListJobs', @_); return $self->caller->do_call($self, $call_object); } sub ListTagsForResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::ListTagsForResource', @_); return $self->caller->do_call($self, $call_object); } sub ListWebhooks { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::ListWebhooks', @_); return $self->caller->do_call($self, $call_object); } sub StartDeployment { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::StartDeployment', @_); return $self->caller->do_call($self, $call_object); } sub StartJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::StartJob', @_); return $self->caller->do_call($self, $call_object); } sub StopJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::StopJob', @_); return $self->caller->do_call($self, $call_object); } sub TagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::TagResource', @_); return $self->caller->do_call($self, $call_object); } sub UntagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::UntagResource', @_); return $self->caller->do_call($self, $call_object); } sub UpdateApp { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::UpdateApp', @_); return $self->caller->do_call($self, $call_object); } sub UpdateBranch { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::UpdateBranch', @_); return $self->caller->do_call($self, $call_object); } sub UpdateDomainAssociation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::UpdateDomainAssociation', @_); return $self->caller->do_call($self, $call_object); } sub UpdateWebhook { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Amplify::UpdateWebhook', @_); return $self->caller->do_call($self, $call_object); } sub ListAllApps { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListApps(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->nextToken) { $next_result = $self->ListApps(@_, nextToken => $next_result->nextToken); push @{ $result->apps }, @{ $next_result->apps }; } return $result; } else { while ($result->nextToken) { $callback->($_ => 'apps') foreach (@{ $result->apps }); $result = $self->ListApps(@_, nextToken => $result->nextToken); } $callback->($_ => 'apps') foreach (@{ $result->apps }); } return undef } sub ListAllBranches { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListBranches(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->nextToken) { $next_result = $self->ListBranches(@_, nextToken => $next_result->nextToken); push @{ $result->branches }, @{ $next_result->branches }; } return $result; } else { while ($result->nextToken) { $callback->($_ => 'branches') foreach (@{ $result->branches }); $result = $self->ListBranches(@_, nextToken => $result->nextToken); } $callback->($_ => 'branches') foreach (@{ $result->branches }); } return undef } sub ListAllDomainAssociations { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListDomainAssociations(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->nextToken) { $next_result = $self->ListDomainAssociations(@_, nextToken => $next_result->nextToken); push @{ $result->domainAssociations }, @{ $next_result->domainAssociations }; } return $result; } else { while ($result->nextToken) { $callback->($_ => 'domainAssociations') foreach (@{ $result->domainAssociations }); $result = $self->ListDomainAssociations(@_, nextToken => $result->nextToken); } $callback->($_ => 'domainAssociations') foreach (@{ $result->domainAssociations }); } return undef } sub ListAllJobs { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListJobs(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->nextToken) { $next_result = $self->ListJobs(@_, nextToken => $next_result->nextToken); push @{ $result->jobSummaries }, @{ $next_result->jobSummaries }; } return $result; } else { while ($result->nextToken) { $callback->($_ => 'jobSummaries') foreach (@{ $result->jobSummaries }); $result = $self->ListJobs(@_, nextToken => $result->nextToken); } $callback->($_ => 'jobSummaries') foreach (@{ $result->jobSummaries }); } return undef } sub operations { qw/CreateApp CreateBackendEnvironment CreateBranch CreateDeployment CreateDomainAssociation CreateWebhook DeleteApp DeleteBackendEnvironment DeleteBranch DeleteDomainAssociation DeleteJob DeleteWebhook GenerateAccessLogs GetApp GetArtifactUrl GetBackendEnvironment GetBranch GetDomainAssociation GetJob GetWebhook ListApps ListArtifacts ListBackendEnvironments ListBranches ListDomainAssociations ListJobs ListTagsForResource ListWebhooks StartDeployment StartJob StopJob TagResource UntagResource UpdateApp UpdateBranch UpdateDomainAssociation UpdateWebhook / } 1; ### main pod documentation begin ### =head1 NAME Paws::Amplify - Perl Interface to AWS AWS Amplify =head1 SYNOPSIS use Paws; my $obj = Paws->service('Amplify'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); =head1 DESCRIPTION Amplify enables developers to develop and deploy cloud-powered mobile and web apps. The Amplify Console provides a continuous delivery and hosting service for web applications. For more information, see the Amplify Console User Guide (https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html). The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework. (https://docs.amplify.aws/) For the AWS API documentation, see L =head1 METHODS =head2 CreateApp =over =item Name => Str =item [AccessToken => Str] =item [AutoBranchCreationConfig => L] =item [AutoBranchCreationPatterns => ArrayRef[Str|Undef]] =item [BasicAuthCredentials => Str] =item [BuildSpec => Str] =item [CustomHeaders => Str] =item [CustomRules => ArrayRef[L]] =item [Description => Str] =item [EnableAutoBranchCreation => Bool] =item [EnableBasicAuth => Bool] =item [EnableBranchAutoBuild => Bool] =item [EnableBranchAutoDeletion => Bool] =item [EnvironmentVariables => L] =item [IamServiceRoleArn => Str] =item [OauthToken => Str] =item [Platform => Str] =item [Repository => Str] =item [Tags => L] =back Each argument is described in detail in: L Returns: a L instance Creates a new Amplify app. =head2 CreateBackendEnvironment =over =item AppId => Str =item EnvironmentName => Str =item [DeploymentArtifacts => Str] =item [StackName => Str] =back Each argument is described in detail in: L Returns: a L instance Creates a new backend environment for an Amplify app. =head2 CreateBranch =over =item AppId => Str =item BranchName => Str =item [BackendEnvironmentArn => Str] =item [BasicAuthCredentials => Str] =item [BuildSpec => Str] =item [Description => Str] =item [DisplayName => Str] =item [EnableAutoBuild => Bool] =item [EnableBasicAuth => Bool] =item [EnableNotification => Bool] =item [EnablePerformanceMode => Bool] =item [EnablePullRequestPreview => Bool] =item [EnvironmentVariables => L] =item [Framework => Str] =item [PullRequestEnvironmentName => Str] =item [Stage => Str] =item [Tags => L] =item [Ttl => Str] =back Each argument is described in detail in: L Returns: a L instance Creates a new branch for an Amplify app. =head2 CreateDeployment =over =item AppId => Str =item BranchName => Str =item [FileMap => L] =back Each argument is described in detail in: L Returns: a L instance Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a repository. =head2 CreateDomainAssociation =over =item AppId => Str =item DomainName => Str =item SubDomainSettings => ArrayRef[L] =item [AutoSubDomainCreationPatterns => ArrayRef[Str|Undef]] =item [AutoSubDomainIAMRole => Str] =item [EnableAutoSubDomain => Bool] =back Each argument is described in detail in: L Returns: a L instance Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app =head2 CreateWebhook =over =item AppId => Str =item BranchName => Str =item [Description => Str] =back Each argument is described in detail in: L Returns: a L instance Creates a new webhook on an Amplify app. =head2 DeleteApp =over =item AppId => Str =back Each argument is described in detail in: L Returns: a L instance Deletes an existing Amplify app specified by an app ID. =head2 DeleteBackendEnvironment =over =item AppId => Str =item EnvironmentName => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a backend environment for an Amplify app. =head2 DeleteBranch =over =item AppId => Str =item BranchName => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a branch for an Amplify app. =head2 DeleteDomainAssociation =over =item AppId => Str =item DomainName => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a domain association for an Amplify app. =head2 DeleteJob =over =item AppId => Str =item BranchName => Str =item JobId => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a job for a branch of an Amplify app. =head2 DeleteWebhook =over =item WebhookId => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a webhook. =head2 GenerateAccessLogs =over =item AppId => Str =item DomainName => Str =item [EndTime => Str] =item [StartTime => Str] =back Each argument is described in detail in: L Returns: a L instance Returns the website access logs for a specific time range using a presigned URL. =head2 GetApp =over =item AppId => Str =back Each argument is described in detail in: L Returns: a L instance Returns an existing Amplify app by appID. =head2 GetArtifactUrl =over =item ArtifactId => Str =back Each argument is described in detail in: L Returns: a L instance Returns the artifact info that corresponds to an artifact id. =head2 GetBackendEnvironment =over =item AppId => Str =item EnvironmentName => Str =back Each argument is described in detail in: L Returns: a L instance Returns a backend environment for an Amplify app. =head2 GetBranch =over =item AppId => Str =item BranchName => Str =back Each argument is described in detail in: L Returns: a L instance Returns a branch for an Amplify app. =head2 GetDomainAssociation =over =item AppId => Str =item DomainName => Str =back Each argument is described in detail in: L Returns: a L instance Returns the domain information for an Amplify app. =head2 GetJob =over =item AppId => Str =item BranchName => Str =item JobId => Str =back Each argument is described in detail in: L Returns: a L instance Returns a job for a branch of an Amplify app. =head2 GetWebhook =over =item WebhookId => Str =back Each argument is described in detail in: L Returns: a L instance Returns the webhook information that corresponds to a specified webhook ID. =head2 ListApps =over =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of the existing Amplify apps. =head2 ListArtifacts =over =item AppId => Str =item BranchName => Str =item JobId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of artifacts for a specified app, branch, and job. =head2 ListBackendEnvironments =over =item AppId => Str =item [EnvironmentName => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the backend environments for an Amplify app. =head2 ListBranches =over =item AppId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the branches of an Amplify app. =head2 ListDomainAssociations =over =item AppId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns the domain associations for an Amplify app. =head2 ListJobs =over =item AppId => Str =item BranchName => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the jobs for a branch of an Amplify app. =head2 ListTagsForResource =over =item ResourceArn => Str =back Each argument is described in detail in: L Returns: a L instance Returns a list of tags for a specified Amazon Resource Name (ARN). =head2 ListWebhooks =over =item AppId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of webhooks for an Amplify app. =head2 StartDeployment =over =item AppId => Str =item BranchName => Str =item [JobId => Str] =item [SourceUrl => Str] =back Each argument is described in detail in: L Returns: a L instance Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a repository. =head2 StartJob =over =item AppId => Str =item BranchName => Str =item JobType => Str =item [CommitId => Str] =item [CommitMessage => Str] =item [CommitTime => Str] =item [JobId => Str] =item [JobReason => Str] =back Each argument is described in detail in: L Returns: a L instance Starts a new job for a branch of an Amplify app. =head2 StopJob =over =item AppId => Str =item BranchName => Str =item JobId => Str =back Each argument is described in detail in: L Returns: a L instance Stops a job that is in progress for a branch of an Amplify app. =head2 TagResource =over =item ResourceArn => Str =item Tags => L =back Each argument is described in detail in: L Returns: a L instance Tags the resource with a tag key and value. =head2 UntagResource =over =item ResourceArn => Str =item TagKeys => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: a L instance Untags a resource with a specified Amazon Resource Name (ARN). =head2 UpdateApp =over =item AppId => Str =item [AccessToken => Str] =item [AutoBranchCreationConfig => L] =item [AutoBranchCreationPatterns => ArrayRef[Str|Undef]] =item [BasicAuthCredentials => Str] =item [BuildSpec => Str] =item [CustomHeaders => Str] =item [CustomRules => ArrayRef[L]] =item [Description => Str] =item [EnableAutoBranchCreation => Bool] =item [EnableBasicAuth => Bool] =item [EnableBranchAutoBuild => Bool] =item [EnableBranchAutoDeletion => Bool] =item [EnvironmentVariables => L] =item [IamServiceRoleArn => Str] =item [Name => Str] =item [OauthToken => Str] =item [Platform => Str] =item [Repository => Str] =back Each argument is described in detail in: L Returns: a L instance Updates an existing Amplify app. =head2 UpdateBranch =over =item AppId => Str =item BranchName => Str =item [BackendEnvironmentArn => Str] =item [BasicAuthCredentials => Str] =item [BuildSpec => Str] =item [Description => Str] =item [DisplayName => Str] =item [EnableAutoBuild => Bool] =item [EnableBasicAuth => Bool] =item [EnableNotification => Bool] =item [EnablePerformanceMode => Bool] =item [EnablePullRequestPreview => Bool] =item [EnvironmentVariables => L] =item [Framework => Str] =item [PullRequestEnvironmentName => Str] =item [Stage => Str] =item [Ttl => Str] =back Each argument is described in detail in: L Returns: a L instance Updates a branch for an Amplify app. =head2 UpdateDomainAssociation =over =item AppId => Str =item DomainName => Str =item SubDomainSettings => ArrayRef[L] =item [AutoSubDomainCreationPatterns => ArrayRef[Str|Undef]] =item [AutoSubDomainIAMRole => Str] =item [EnableAutoSubDomain => Bool] =back Each argument is described in detail in: L Returns: a L instance Creates a new domain association for an Amplify app. =head2 UpdateWebhook =over =item WebhookId => Str =item [BranchName => Str] =item [Description => Str] =back Each argument is described in detail in: L Returns: a L instance Updates a webhook. =head1 PAGINATORS Paginator methods are helpers that repetively call methods that return partial results =head2 ListAllApps(sub { },[MaxResults => Int, NextToken => Str]) =head2 ListAllApps([MaxResults => Int, NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - apps, passing the object as the first parameter, and the string 'apps' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllBranches(sub { },AppId => Str, [MaxResults => Int, NextToken => Str]) =head2 ListAllBranches(AppId => Str, [MaxResults => Int, NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - branches, passing the object as the first parameter, and the string 'branches' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllDomainAssociations(sub { },AppId => Str, [MaxResults => Int, NextToken => Str]) =head2 ListAllDomainAssociations(AppId => Str, [MaxResults => Int, NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - domainAssociations, passing the object as the first parameter, and the string 'domainAssociations' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllJobs(sub { },AppId => Str, BranchName => Str, [MaxResults => Int, NextToken => Str]) =head2 ListAllJobs(AppId => Str, BranchName => Str, [MaxResults => Int, NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - jobSummaries, passing the object as the first parameter, and the string 'jobSummaries' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head1 SEE ALSO This service class forms part of L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut