Updates a Deployment
Updates a Deployment.
apigatewayv2_update_deployment(ApiId, DeploymentId, Description)
ApiId |
[required] The API identifier. |
DeploymentId |
[required] The deployment ID. |
Description |
The description for the deployment resource. |
A list with the following syntax:
list( AutoDeployed = TRUE|FALSE, CreatedDate = as.POSIXct( "2015-01-01" ), DeploymentId = "string", DeploymentStatus = "PENDING"|"FAILED"|"DEPLOYED", DeploymentStatusMessage = "string", Description = "string" )
svc$update_deployment( ApiId = "string", DeploymentId = "string", Description = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.