Creates a Deployment for an API.
apigatewayv2_create_deployment(ApiId, Description, StageName)
[required] The API identifier.
The description for the deployment resource.
The name of the Stage resource for the Deployment resource to create.
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$create_deployment( ApiId = "string", Description = "string", StageName = "string" )