NAME
Paws::ApiGatewayV2::UpdateApi - Arguments for method UpdateApi on Paws::ApiGatewayV2
DESCRIPTION
This class represents the parameters used for calling the method UpdateApi on the AmazonApiGatewayV2 service. Use the attributes of this class as arguments to method UpdateApi.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateApi.
SYNOPSIS
my $apigateway = Paws->service('ApiGatewayV2');
my $UpdateApiResponse = $apigateway->UpdateApi(
ApiId => 'My__string',
ApiKeySelectionExpression => 'MySelectionExpression', # OPTIONAL
Description => 'MyStringWithLengthBetween0And1024', # OPTIONAL
DisableSchemaValidation => 1, # OPTIONAL
Name => 'MyStringWithLengthBetween1And128', # OPTIONAL
RouteSelectionExpression => 'MySelectionExpression', # OPTIONAL
Version => 'MyStringWithLengthBetween1And64', # OPTIONAL
);
# Results:
my $ApiEndpoint = $UpdateApiResponse->ApiEndpoint;
my $ApiId = $UpdateApiResponse->ApiId;
my $ApiKeySelectionExpression =
$UpdateApiResponse->ApiKeySelectionExpression;
my $CreatedDate = $UpdateApiResponse->CreatedDate;
my $Description = $UpdateApiResponse->Description;
my $DisableSchemaValidation = $UpdateApiResponse->DisableSchemaValidation;
my $Name = $UpdateApiResponse->Name;
my $ProtocolType = $UpdateApiResponse->ProtocolType;
my $RouteSelectionExpression = $UpdateApiResponse->RouteSelectionExpression;
my $Version = $UpdateApiResponse->Version;
my $Warnings = $UpdateApiResponse->Warnings;
# Returns a L<Paws::ApiGatewayV2::UpdateApiResponse> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/apigateway/UpdateApi
ATTRIBUTES
REQUIRED ApiId => Str
The API identifier.
ApiKeySelectionExpression => Str
An API key selection expression. See API Key Selection Expressions (https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions).
Description => Str
The description of the API.
DisableSchemaValidation => Bool
Avoid validating models when creating a deployment.
Name => Str
The name of the API.
RouteSelectionExpression => Str
The route selection expression for the API.
Version => Str
A version identifier for the API.
SEE ALSO
This class forms part of Paws, documenting arguments for method UpdateApi in Paws::ApiGatewayV2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues