The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ApiGateway::PutIntegrationResponse - Arguments for method PutIntegrationResponse on Paws::ApiGateway

DESCRIPTION

This class represents the parameters used for calling the method PutIntegrationResponse on the Amazon API Gateway service. Use the attributes of this class as arguments to method PutIntegrationResponse.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to PutIntegrationResponse.

As an example:

  $service_obj->PutIntegrationResponse(Att1 => $value1, Att2 => $value2, ...);

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.

ATTRIBUTES

REQUIRED HttpMethod => Str

Specifies a put integration response request's HTTP method.

REQUIRED ResourceId => Str

Specifies a put integration response request's resource identifier.

ResponseParameters => Paws::ApiGateway::MapOfStringToString

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

ResponseTemplates => Paws::ApiGateway::MapOfStringToString

Specifies a put integration response's templates.

REQUIRED RestApiId => Str

Specifies a put integration response request's API identifier.

SelectionPattern => Str

Specifies the selection pattern of a put integration response.

REQUIRED StatusCode => Str

Specifies the status code that is used to map the integration response to an existing MethodResponse.

SEE ALSO

This class forms part of Paws, documenting arguments for method PutIntegrationResponse in Paws::ApiGateway

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