| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53RecoveryControlConfig.Types.Status
Description
Synopsis
- newtype Status where
- Status' {
- fromStatus :: Text
- pattern Status_DEPLOYED :: Status
- pattern Status_PENDING :: Status
- pattern Status_PENDING_DELETION :: Status
- Status' {
Documentation
The deployment status of a resource. Status can be one of the following:
PENDING: Amazon Route 53 Application Recovery Controller is creating the resource.
DEPLOYED: The resource is deployed and ready to use.
PENDING_DELETION: Amazon Route 53 Application Recovery Controller is deleting the resource.
Constructors
| Status' | |
Fields
| |
Bundled Patterns
| pattern Status_DEPLOYED :: Status | |
| pattern Status_PENDING :: Status | |
| pattern Status_PENDING_DELETION :: Status |