paws.networking (version 0.1.6)

apigatewayv2_get_integration_responses: Gets the IntegrationResponses for an Integration

Description

Gets the IntegrationResponses for an Integration.

Usage

apigatewayv2_get_integration_responses(ApiId, IntegrationId, MaxResults,
  NextToken)

Arguments

ApiId

[required] The API identifier.

IntegrationId

[required] The integration ID.

MaxResults

The maximum number of elements to be returned for this resource.

NextToken

The next page of elements from this collection. Not valid for the last element of the collection.

Request syntax

svc$get_integration_responses(
  ApiId = "string",
  IntegrationId = "string",
  MaxResults = "string",
  NextToken = "string"
)