powered by
Gets a Deployment.
apigatewayv2_get_deployment(ApiId, DeploymentId)
[required] The API identifier.
[required] The deployment ID.
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$get_deployment( ApiId = "string", DeploymentId = "string" )