Gets the IntegrationResponses for an Integration
Gets the IntegrationResponses for an Integration.
apigatewayv2_get_integration_responses(ApiId, IntegrationId, MaxResults, NextToken)
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. |
A list with the following syntax:
list( Items = list( list( ContentHandlingStrategy = "CONVERT_TO_BINARY"|"CONVERT_TO_TEXT", IntegrationResponseId = "string", IntegrationResponseKey = "string", ResponseParameters = list( "string" ), ResponseTemplates = list( "string" ), TemplateSelectionExpression = "string" ) ), NextToken = "string" )
svc$get_integration_responses( ApiId = "string", IntegrationId = "string", MaxResults = "string", NextToken = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.