| 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.DynamoDB.Types.ReplicaStatus
Description
Documentation
newtype ReplicaStatus Source #
Constructors
| ReplicaStatus' | |
Fields | |
Bundled Patterns
| pattern ReplicaStatus_ACTIVE :: ReplicaStatus | |
| pattern ReplicaStatus_CREATING :: ReplicaStatus | |
| pattern ReplicaStatus_CREATION_FAILED :: ReplicaStatus | |
| pattern ReplicaStatus_DELETING :: ReplicaStatus | |
| pattern ReplicaStatus_INACCESSIBLE_ENCRYPTION_CREDENTIALS :: ReplicaStatus | |
| pattern ReplicaStatus_REGION_DISABLED :: ReplicaStatus | |
| pattern ReplicaStatus_UPDATING :: ReplicaStatus |