PNG
IHDR ; IDATxܻn0K
)(pA7LeG{ §㻢|ذaÆ
6lذaÆ
6lذaÆ
6lom$^yذag5 bÆ
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%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL
lذaÆ
6l^ḵaÆ
6lذaÆ
6lذa;
_ذaÆ
6lذaÆ
6lذaÆ
R IENDB`
package Paws::ApiGatewayV2;
use Moose;
sub service { 'apigateway' }
sub signing_name { 'apigateway' }
sub version { '2018-11-29' }
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 CreateApi {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateApi', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateApiMapping {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateApiMapping', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateAuthorizer {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateAuthorizer', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateDeployment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateDeployment', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateDomainName {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateDomainName', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateIntegration {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateIntegration', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateIntegrationResponse {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateIntegrationResponse', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateModel {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateModel', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateRoute {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateRoute', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateRouteResponse {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateRouteResponse', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateStage {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateStage', @_);
return $self->caller->do_call($self, $call_object);
}
sub CreateVpcLink {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::CreateVpcLink', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteAccessLogSettings {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteAccessLogSettings', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteApi {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteApi', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteApiMapping {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteApiMapping', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteAuthorizer {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteAuthorizer', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteCorsConfiguration {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteCorsConfiguration', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteDeployment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteDeployment', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteDomainName {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteDomainName', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteIntegration {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteIntegration', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteIntegrationResponse {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteIntegrationResponse', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteModel {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteModel', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteRoute {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteRoute', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteRouteRequestParameter {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteRouteRequestParameter', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteRouteResponse {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteRouteResponse', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteRouteSettings {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteRouteSettings', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteStage {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteStage', @_);
return $self->caller->do_call($self, $call_object);
}
sub DeleteVpcLink {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::DeleteVpcLink', @_);
return $self->caller->do_call($self, $call_object);
}
sub ExportApi {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::ExportApi', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetApi {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetApi', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetApiMapping {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetApiMapping', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetApiMappings {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetApiMappings', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetApis {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetApis', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetAuthorizer {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetAuthorizer', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetAuthorizers {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetAuthorizers', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetDeployment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetDeployment', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetDeployments {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetDeployments', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetDomainName {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetDomainName', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetDomainNames {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetDomainNames', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetIntegration {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetIntegration', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetIntegrationResponse {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetIntegrationResponse', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetIntegrationResponses {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetIntegrationResponses', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetIntegrations {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetIntegrations', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetModel {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetModel', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetModels {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetModels', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetModelTemplate {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetModelTemplate', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetRoute {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetRoute', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetRouteResponse {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetRouteResponse', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetRouteResponses {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetRouteResponses', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetRoutes {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetRoutes', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetStage {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetStage', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetStages {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetStages', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetTags {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetTags', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetVpcLink {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetVpcLink', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetVpcLinks {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::GetVpcLinks', @_);
return $self->caller->do_call($self, $call_object);
}
sub ImportApi {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::ImportApi', @_);
return $self->caller->do_call($self, $call_object);
}
sub ReimportApi {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::ReimportApi', @_);
return $self->caller->do_call($self, $call_object);
}
sub ResetAuthorizersCache {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::ResetAuthorizersCache', @_);
return $self->caller->do_call($self, $call_object);
}
sub TagResource {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::TagResource', @_);
return $self->caller->do_call($self, $call_object);
}
sub UntagResource {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UntagResource', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateApi {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateApi', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateApiMapping {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateApiMapping', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateAuthorizer {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateAuthorizer', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateDeployment {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateDeployment', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateDomainName {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateDomainName', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateIntegration {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateIntegration', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateIntegrationResponse {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateIntegrationResponse', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateModel {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateModel', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateRoute {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateRoute', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateRouteResponse {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateRouteResponse', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateStage {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateStage', @_);
return $self->caller->do_call($self, $call_object);
}
sub UpdateVpcLink {
my $self = shift;
my $call_object = $self->new_with_coercions('Paws::ApiGatewayV2::UpdateVpcLink', @_);
return $self->caller->do_call($self, $call_object);
}
sub GetAllApis {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetApis(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetApis(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetApis(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllAuthorizers {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetAuthorizers(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetAuthorizers(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetAuthorizers(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllDeployments {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetDeployments(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetDeployments(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetDeployments(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllDomainNames {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetDomainNames(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetDomainNames(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetDomainNames(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllIntegrationResponses {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetIntegrationResponses(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetIntegrationResponses(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetIntegrationResponses(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllIntegrations {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetIntegrations(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetIntegrations(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetIntegrations(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllModels {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetModels(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetModels(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetModels(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllRouteResponses {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetRouteResponses(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetRouteResponses(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetRouteResponses(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllRoutes {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetRoutes(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetRoutes(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetRoutes(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub GetAllStages {
my $self = shift;
my $callback = shift @_ if (ref($_[0]) eq 'CODE');
my $result = $self->GetStages(@_);
my $next_result = $result;
if (not defined $callback) {
while ($next_result->NextToken) {
$next_result = $self->GetStages(@_, NextToken => $next_result->NextToken);
push @{ $result->Items }, @{ $next_result->Items };
}
return $result;
} else {
while ($result->NextToken) {
$callback->($_ => 'Items') foreach (@{ $result->Items });
$result = $self->GetStages(@_, NextToken => $result->NextToken);
}
$callback->($_ => 'Items') foreach (@{ $result->Items });
}
return undef
}
sub operations { qw/CreateApi CreateApiMapping CreateAuthorizer CreateDeployment CreateDomainName CreateIntegration CreateIntegrationResponse CreateModel CreateRoute CreateRouteResponse CreateStage CreateVpcLink DeleteAccessLogSettings DeleteApi DeleteApiMapping DeleteAuthorizer DeleteCorsConfiguration DeleteDeployment DeleteDomainName DeleteIntegration DeleteIntegrationResponse DeleteModel DeleteRoute DeleteRouteRequestParameter DeleteRouteResponse DeleteRouteSettings DeleteStage DeleteVpcLink ExportApi GetApi GetApiMapping GetApiMappings GetApis GetAuthorizer GetAuthorizers GetDeployment GetDeployments GetDomainName GetDomainNames GetIntegration GetIntegrationResponse GetIntegrationResponses GetIntegrations GetModel GetModels GetModelTemplate GetRoute GetRouteResponse GetRouteResponses GetRoutes GetStage GetStages GetTags GetVpcLink GetVpcLinks ImportApi ReimportApi ResetAuthorizersCache TagResource UntagResource UpdateApi UpdateApiMapping UpdateAuthorizer UpdateDeployment UpdateDomainName UpdateIntegration UpdateIntegrationResponse UpdateModel UpdateRoute UpdateRouteResponse UpdateStage UpdateVpcLink / }
1;
### main pod documentation begin ###
=head1 NAME
Paws::ApiGatewayV2 - Perl Interface to AWS AmazonApiGatewayV2
=head1 SYNOPSIS
use Paws;
my $obj = Paws->service('ApiGatewayV2');
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
Amazon API Gateway V2
For the AWS API documentation, see L
=head1 METHODS
=head2 CreateApi
=over
=item Name => Str
=item ProtocolType => Str
=item [ApiKeySelectionExpression => Str]
=item [CorsConfiguration => L]
=item [CredentialsArn => Str]
=item [Description => Str]
=item [DisableExecuteApiEndpoint => Bool]
=item [DisableSchemaValidation => Bool]
=item [RouteKey => Str]
=item [RouteSelectionExpression => Str]
=item [Tags => L]
=item [Target => Str]
=item [Version => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates an Api resource.
=head2 CreateApiMapping
=over
=item ApiId => Str
=item DomainName => Str
=item Stage => Str
=item [ApiMappingKey => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates an API mapping.
=head2 CreateAuthorizer
=over
=item ApiId => Str
=item AuthorizerType => Str
=item IdentitySource => ArrayRef[Str|Undef]
=item Name => Str
=item [AuthorizerCredentialsArn => Str]
=item [AuthorizerPayloadFormatVersion => Str]
=item [AuthorizerResultTtlInSeconds => Int]
=item [AuthorizerUri => Str]
=item [EnableSimpleResponses => Bool]
=item [IdentityValidationExpression => Str]
=item [JwtConfiguration => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates an Authorizer for an API.
=head2 CreateDeployment
=over
=item ApiId => Str
=item [Description => Str]
=item [StageName => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates a Deployment for an API.
=head2 CreateDomainName
=over
=item DomainName => Str
=item [DomainNameConfigurations => ArrayRef[L]]
=item [MutualTlsAuthentication => L]
=item [Tags => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates a domain name.
=head2 CreateIntegration
=over
=item ApiId => Str
=item IntegrationType => Str
=item [ConnectionId => Str]
=item [ConnectionType => Str]
=item [ContentHandlingStrategy => Str]
=item [CredentialsArn => Str]
=item [Description => Str]
=item [IntegrationMethod => Str]
=item [IntegrationSubtype => Str]
=item [IntegrationUri => Str]
=item [PassthroughBehavior => Str]
=item [PayloadFormatVersion => Str]
=item [RequestParameters => L]
=item [RequestTemplates => L]
=item [ResponseParameters => L]
=item [TemplateSelectionExpression => Str]
=item [TimeoutInMillis => Int]
=item [TlsConfig => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates an Integration.
=head2 CreateIntegrationResponse
=over
=item ApiId => Str
=item IntegrationId => Str
=item IntegrationResponseKey => Str
=item [ContentHandlingStrategy => Str]
=item [ResponseParameters => L]
=item [ResponseTemplates => L]
=item [TemplateSelectionExpression => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates an IntegrationResponses.
=head2 CreateModel
=over
=item ApiId => Str
=item Name => Str
=item Schema => Str
=item [ContentType => Str]
=item [Description => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates a Model for an API.
=head2 CreateRoute
=over
=item ApiId => Str
=item RouteKey => Str
=item [ApiKeyRequired => Bool]
=item [AuthorizationScopes => ArrayRef[Str|Undef]]
=item [AuthorizationType => Str]
=item [AuthorizerId => Str]
=item [ModelSelectionExpression => Str]
=item [OperationName => Str]
=item [RequestModels => L]
=item [RequestParameters => L]
=item [RouteResponseSelectionExpression => Str]
=item [Target => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates a Route for an API.
=head2 CreateRouteResponse
=over
=item ApiId => Str
=item RouteId => Str
=item RouteResponseKey => Str
=item [ModelSelectionExpression => Str]
=item [ResponseModels => L]
=item [ResponseParameters => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates a RouteResponse for a Route.
=head2 CreateStage
=over
=item ApiId => Str
=item StageName => Str
=item [AccessLogSettings => L]
=item [AutoDeploy => Bool]
=item [ClientCertificateId => Str]
=item [DefaultRouteSettings => L]
=item [DeploymentId => Str]
=item [Description => Str]
=item [RouteSettings => L]
=item [StageVariables => L]
=item [Tags => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates a Stage for an API.
=head2 CreateVpcLink
=over
=item Name => Str
=item SubnetIds => ArrayRef[Str|Undef]
=item [SecurityGroupIds => ArrayRef[Str|Undef]]
=item [Tags => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates a VPC link.
=head2 DeleteAccessLogSettings
=over
=item ApiId => Str
=item StageName => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes the AccessLogSettings for a Stage. To disable access logging
for a Stage, delete its AccessLogSettings.
=head2 DeleteApi
=over
=item ApiId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes an Api resource.
=head2 DeleteApiMapping
=over
=item ApiMappingId => Str
=item DomainName => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes an API mapping.
=head2 DeleteAuthorizer
=over
=item ApiId => Str
=item AuthorizerId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes an Authorizer.
=head2 DeleteCorsConfiguration
=over
=item ApiId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a CORS configuration.
=head2 DeleteDeployment
=over
=item ApiId => Str
=item DeploymentId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a Deployment.
=head2 DeleteDomainName
=over
=item DomainName => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a domain name.
=head2 DeleteIntegration
=over
=item ApiId => Str
=item IntegrationId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes an Integration.
=head2 DeleteIntegrationResponse
=over
=item ApiId => Str
=item IntegrationId => Str
=item IntegrationResponseId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes an IntegrationResponses.
=head2 DeleteModel
=over
=item ApiId => Str
=item ModelId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a Model.
=head2 DeleteRoute
=over
=item ApiId => Str
=item RouteId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a Route.
=head2 DeleteRouteRequestParameter
=over
=item ApiId => Str
=item RequestParameterKey => Str
=item RouteId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a route request parameter.
=head2 DeleteRouteResponse
=over
=item ApiId => Str
=item RouteId => Str
=item RouteResponseId => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a RouteResponse.
=head2 DeleteRouteSettings
=over
=item ApiId => Str
=item RouteKey => Str
=item StageName => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes the RouteSettings for a stage.
=head2 DeleteStage
=over
=item ApiId => Str
=item StageName => Str
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a Stage.
=head2 DeleteVpcLink
=over
=item VpcLinkId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Deletes a VPC link.
=head2 ExportApi
=over
=item ApiId => Str
=item OutputType => Str
=item Specification => Str
=item [ExportVersion => Str]
=item [IncludeExtensions => Bool]
=item [StageName => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
=head2 GetApi
=over
=item ApiId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets an Api resource.
=head2 GetApiMapping
=over
=item ApiMappingId => Str
=item DomainName => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets an API mapping.
=head2 GetApiMappings
=over
=item DomainName => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets API mappings.
=head2 GetApis
=over
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a collection of Api resources.
=head2 GetAuthorizer
=over
=item ApiId => Str
=item AuthorizerId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets an Authorizer.
=head2 GetAuthorizers
=over
=item ApiId => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the Authorizers for an API.
=head2 GetDeployment
=over
=item ApiId => Str
=item DeploymentId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a Deployment.
=head2 GetDeployments
=over
=item ApiId => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the Deployments for an API.
=head2 GetDomainName
=over
=item DomainName => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a domain name.
=head2 GetDomainNames
=over
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the domain names for an AWS account.
=head2 GetIntegration
=over
=item ApiId => Str
=item IntegrationId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets an Integration.
=head2 GetIntegrationResponse
=over
=item ApiId => Str
=item IntegrationId => Str
=item IntegrationResponseId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets an IntegrationResponses.
=head2 GetIntegrationResponses
=over
=item ApiId => Str
=item IntegrationId => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the IntegrationResponses for an Integration.
=head2 GetIntegrations
=over
=item ApiId => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the Integrations for an API.
=head2 GetModel
=over
=item ApiId => Str
=item ModelId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a Model.
=head2 GetModels
=over
=item ApiId => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the Models for an API.
=head2 GetModelTemplate
=over
=item ApiId => Str
=item ModelId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a model template.
=head2 GetRoute
=over
=item ApiId => Str
=item RouteId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a Route.
=head2 GetRouteResponse
=over
=item ApiId => Str
=item RouteId => Str
=item RouteResponseId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a RouteResponse.
=head2 GetRouteResponses
=over
=item ApiId => Str
=item RouteId => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the RouteResponses for a Route.
=head2 GetRoutes
=over
=item ApiId => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the Routes for an API.
=head2 GetStage
=over
=item ApiId => Str
=item StageName => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a Stage.
=head2 GetStages
=over
=item ApiId => Str
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets the Stages for an API.
=head2 GetTags
=over
=item ResourceArn => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a collection of Tag resources.
=head2 GetVpcLink
=over
=item VpcLinkId => Str
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a VPC link.
=head2 GetVpcLinks
=over
=item [MaxResults => Str]
=item [NextToken => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Gets a collection of VPC links.
=head2 ImportApi
=over
=item Body => Str
=item [Basepath => Str]
=item [FailOnWarnings => Bool]
=back
Each argument is described in detail in: L
Returns: a L instance
Imports an API.
=head2 ReimportApi
=over
=item ApiId => Str
=item Body => Str
=item [Basepath => Str]
=item [FailOnWarnings => Bool]
=back
Each argument is described in detail in: L
Returns: a L instance
Puts an Api resource.
=head2 ResetAuthorizersCache
=over
=item ApiId => Str
=item StageName => Str
=back
Each argument is described in detail in: L
Returns: nothing
Resets all authorizer cache entries on a stage. Supported only for HTTP
APIs.
=head2 TagResource
=over
=item ResourceArn => Str
=item [Tags => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Creates a new Tag resource to represent a tag.
=head2 UntagResource
=over
=item ResourceArn => Str
=item TagKeys => ArrayRef[Str|Undef]
=back
Each argument is described in detail in: L
Returns: nothing
Deletes a Tag.
=head2 UpdateApi
=over
=item ApiId => Str
=item [ApiKeySelectionExpression => Str]
=item [CorsConfiguration => L]
=item [CredentialsArn => Str]
=item [Description => Str]
=item [DisableExecuteApiEndpoint => Bool]
=item [DisableSchemaValidation => Bool]
=item [Name => Str]
=item [RouteKey => Str]
=item [RouteSelectionExpression => Str]
=item [Target => Str]
=item [Version => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates an Api resource.
=head2 UpdateApiMapping
=over
=item ApiId => Str
=item ApiMappingId => Str
=item DomainName => Str
=item [ApiMappingKey => Str]
=item [Stage => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
The API mapping.
=head2 UpdateAuthorizer
=over
=item ApiId => Str
=item AuthorizerId => Str
=item [AuthorizerCredentialsArn => Str]
=item [AuthorizerPayloadFormatVersion => Str]
=item [AuthorizerResultTtlInSeconds => Int]
=item [AuthorizerType => Str]
=item [AuthorizerUri => Str]
=item [EnableSimpleResponses => Bool]
=item [IdentitySource => ArrayRef[Str|Undef]]
=item [IdentityValidationExpression => Str]
=item [JwtConfiguration => L]
=item [Name => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates an Authorizer.
=head2 UpdateDeployment
=over
=item ApiId => Str
=item DeploymentId => Str
=item [Description => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates a Deployment.
=head2 UpdateDomainName
=over
=item DomainName => Str
=item [DomainNameConfigurations => ArrayRef[L]]
=item [MutualTlsAuthentication => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates a domain name.
=head2 UpdateIntegration
=over
=item ApiId => Str
=item IntegrationId => Str
=item [ConnectionId => Str]
=item [ConnectionType => Str]
=item [ContentHandlingStrategy => Str]
=item [CredentialsArn => Str]
=item [Description => Str]
=item [IntegrationMethod => Str]
=item [IntegrationSubtype => Str]
=item [IntegrationType => Str]
=item [IntegrationUri => Str]
=item [PassthroughBehavior => Str]
=item [PayloadFormatVersion => Str]
=item [RequestParameters => L]
=item [RequestTemplates => L]
=item [ResponseParameters => L]
=item [TemplateSelectionExpression => Str]
=item [TimeoutInMillis => Int]
=item [TlsConfig => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates an Integration.
=head2 UpdateIntegrationResponse
=over
=item ApiId => Str
=item IntegrationId => Str
=item IntegrationResponseId => Str
=item [ContentHandlingStrategy => Str]
=item [IntegrationResponseKey => Str]
=item [ResponseParameters => L]
=item [ResponseTemplates => L]
=item [TemplateSelectionExpression => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates an IntegrationResponses.
=head2 UpdateModel
=over
=item ApiId => Str
=item ModelId => Str
=item [ContentType => Str]
=item [Description => Str]
=item [Name => Str]
=item [Schema => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates a Model.
=head2 UpdateRoute
=over
=item ApiId => Str
=item RouteId => Str
=item [ApiKeyRequired => Bool]
=item [AuthorizationScopes => ArrayRef[Str|Undef]]
=item [AuthorizationType => Str]
=item [AuthorizerId => Str]
=item [ModelSelectionExpression => Str]
=item [OperationName => Str]
=item [RequestModels => L]
=item [RequestParameters => L]
=item [RouteKey => Str]
=item [RouteResponseSelectionExpression => Str]
=item [Target => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates a Route.
=head2 UpdateRouteResponse
=over
=item ApiId => Str
=item RouteId => Str
=item RouteResponseId => Str
=item [ModelSelectionExpression => Str]
=item [ResponseModels => L]
=item [ResponseParameters => L]
=item [RouteResponseKey => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates a RouteResponse.
=head2 UpdateStage
=over
=item ApiId => Str
=item StageName => Str
=item [AccessLogSettings => L]
=item [AutoDeploy => Bool]
=item [ClientCertificateId => Str]
=item [DefaultRouteSettings => L]
=item [DeploymentId => Str]
=item [Description => Str]
=item [RouteSettings => L]
=item [StageVariables => L]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates a Stage.
=head2 UpdateVpcLink
=over
=item VpcLinkId => Str
=item [Name => Str]
=back
Each argument is described in detail in: L
Returns: a L instance
Updates a VPC link.
=head1 PAGINATORS
Paginator methods are helpers that repetively call methods that return partial results
=head2 GetAllApis(sub { },[MaxResults => Str, NextToken => Str])
=head2 GetAllApis([MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllAuthorizers(sub { },ApiId => Str, [MaxResults => Str, NextToken => Str])
=head2 GetAllAuthorizers(ApiId => Str, [MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllDeployments(sub { },ApiId => Str, [MaxResults => Str, NextToken => Str])
=head2 GetAllDeployments(ApiId => Str, [MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllDomainNames(sub { },[MaxResults => Str, NextToken => Str])
=head2 GetAllDomainNames([MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllIntegrationResponses(sub { },ApiId => Str, IntegrationId => Str, [MaxResults => Str, NextToken => Str])
=head2 GetAllIntegrationResponses(ApiId => Str, IntegrationId => Str, [MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllIntegrations(sub { },ApiId => Str, [MaxResults => Str, NextToken => Str])
=head2 GetAllIntegrations(ApiId => Str, [MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllModels(sub { },ApiId => Str, [MaxResults => Str, NextToken => Str])
=head2 GetAllModels(ApiId => Str, [MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllRouteResponses(sub { },ApiId => Str, RouteId => Str, [MaxResults => Str, NextToken => Str])
=head2 GetAllRouteResponses(ApiId => Str, RouteId => Str, [MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllRoutes(sub { },ApiId => Str, [MaxResults => Str, NextToken => Str])
=head2 GetAllRoutes(ApiId => Str, [MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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 GetAllStages(sub { },ApiId => Str, [MaxResults => Str, NextToken => Str])
=head2 GetAllStages(ApiId => Str, [MaxResults => Str, NextToken => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' 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