DeploymentStackProvisioningState type
State of the deployment stack.
KnownDeploymentStackProvisioningState can be used interchangeably with DeploymentStackProvisioningState,
this enum contains the known values that the service supports.
Known values supported by the service
creating: The deployment stack is currently being created
validating: The deployment stack is currently being validated
waiting: The deployment stack is currently waiting
deploying: The deployment stack is currently deploying
canceling: The deployment stack is being cancelled
updatingDenyAssignments: The deployment stack is updating deny assignments
deletingResources: The deployment stack is deleting resources
succeeded: The deployment stack completed successfully
failed: The deployment stack has failed
canceled: The deployment stack has been cancelled
deleting: The deployment stack is being deleted
initializing: The deployment stack is currently being initialized
running: The deployment stack is currently performing an operation
type DeploymentStackProvisioningState = string