apigateway_update_deployment {paws.networking} | R Documentation |
Changes information about a Deployment resource
Description
Changes information about a Deployment resource.
See https://www.paws-r-sdk.com/docs/apigateway_update_deployment/ for full documentation.
Usage
apigateway_update_deployment(restApiId, deploymentId, patchOperations = NULL)
Arguments
restApiId |
[required] The string identifier of the associated RestApi. |
deploymentId |
[required] The replacement identifier for the Deployment resource to change information about. |
patchOperations |
For more information about supported patch operations, see Patch Operations. |
[Package paws.networking version 0.9.0 Index]