Learn R Programming

paws.networking (version 0.2.0)

apigateway_update_integration: Represents an update integration

Description

Represents an update integration.

See https://paws-r.github.io/docs/apigateway/update_integration.html for full documentation.

Usage

apigateway_update_integration(
  restApiId,
  resourceId,
  httpMethod,
  patchOperations = NULL
)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

resourceId

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

httpMethod

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

patchOperations

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