| 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.DeleteReplicaAction
Description
Documentation
data DeleteReplicaAction Source #
Represents a replica to be removed.
See: newDeleteReplicaAction smart constructor.
Constructors
| DeleteReplicaAction' | |
Fields
| |
Instances
newDeleteReplicaAction Source #
Arguments
| :: Text | |
| -> DeleteReplicaAction |
Create a value of DeleteReplicaAction with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:regionName:DeleteReplicaAction', deleteReplicaAction_regionName - The Region of the replica to be removed.
deleteReplicaAction_regionName :: Lens' DeleteReplicaAction Text Source #
The Region of the replica to be removed.