Represents an update integration.
See https://paws-r.github.io/docs/apigateway/update_integration.html for full documentation.
apigateway_update_integration(
restApiId,
resourceId,
httpMethod,
patchOperations = NULL
)
[required] The string identifier of the associated RestApi.
[required] Represents an update integration request's resource identifier.
[required] Represents an update integration request's HTTP method.
For more information about supported patch operations, see Patch Operations.