apigateway_update_integration_response: Represents an update integration response

View source: R/apigateway_operations.R

apigateway_update_integration_responseR Documentation

Represents an update integration response

Description

Represents an update integration response.

See https://www.paws-r-sdk.com/docs/apigateway_update_integration_response/ for full documentation.

Usage

apigateway_update_integration_response(
  restApiId,
  resourceId,
  httpMethod,
  statusCode,
  patchOperations = NULL
)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

resourceId

[required] Specifies an update integration response request's resource identifier.

httpMethod

[required] Specifies an update integration response request's HTTP method.

statusCode

[required] Specifies an update integration response request's status code.

patchOperations

For more information about supported patch operations, see Patch Operations.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.