Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Remove regions from replication.
Synopsis
- data RemoveRegionsFromReplication = RemoveRegionsFromReplication' {}
- newRemoveRegionsFromReplication :: Text -> NonEmpty Text -> RemoveRegionsFromReplication
- removeRegionsFromReplication_secretId :: Lens' RemoveRegionsFromReplication Text
- removeRegionsFromReplication_removeReplicaRegions :: Lens' RemoveRegionsFromReplication (NonEmpty Text)
- data RemoveRegionsFromReplicationResponse = RemoveRegionsFromReplicationResponse' {}
- newRemoveRegionsFromReplicationResponse :: Int -> RemoveRegionsFromReplicationResponse
- removeRegionsFromReplicationResponse_arn :: Lens' RemoveRegionsFromReplicationResponse (Maybe Text)
- removeRegionsFromReplicationResponse_replicationStatus :: Lens' RemoveRegionsFromReplicationResponse (Maybe [ReplicationStatusType])
- removeRegionsFromReplicationResponse_httpStatus :: Lens' RemoveRegionsFromReplicationResponse Int
Creating a Request
data RemoveRegionsFromReplication Source #
See: newRemoveRegionsFromReplication
smart constructor.
RemoveRegionsFromReplication' | |
|
Instances
newRemoveRegionsFromReplication Source #
Create a value of RemoveRegionsFromReplication
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:secretId:RemoveRegionsFromReplication'
, removeRegionsFromReplication_secretId
- Remove a secret by SecretId
from replica Regions.
$sel:removeReplicaRegions:RemoveRegionsFromReplication'
, removeRegionsFromReplication_removeReplicaRegions
- Remove replication from specific Regions.
Request Lenses
removeRegionsFromReplication_secretId :: Lens' RemoveRegionsFromReplication Text Source #
Remove a secret by SecretId
from replica Regions.
removeRegionsFromReplication_removeReplicaRegions :: Lens' RemoveRegionsFromReplication (NonEmpty Text) Source #
Remove replication from specific Regions.
Destructuring the Response
data RemoveRegionsFromReplicationResponse Source #
See: newRemoveRegionsFromReplicationResponse
smart constructor.
RemoveRegionsFromReplicationResponse' | |
|
Instances
newRemoveRegionsFromReplicationResponse Source #
Create a value of RemoveRegionsFromReplicationResponse
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:arn:RemoveRegionsFromReplicationResponse'
, removeRegionsFromReplicationResponse_arn
- The secret ARN
removed from replication regions.
$sel:replicationStatus:RemoveRegionsFromReplicationResponse'
, removeRegionsFromReplicationResponse_replicationStatus
- Describes the remaining replication status after you remove regions from
the replication list.
$sel:httpStatus:RemoveRegionsFromReplicationResponse'
, removeRegionsFromReplicationResponse_httpStatus
- The response's http status code.
Response Lenses
removeRegionsFromReplicationResponse_arn :: Lens' RemoveRegionsFromReplicationResponse (Maybe Text) Source #
The secret ARN
removed from replication regions.
removeRegionsFromReplicationResponse_replicationStatus :: Lens' RemoveRegionsFromReplicationResponse (Maybe [ReplicationStatusType]) Source #
Describes the remaining replication status after you remove regions from the replication list.
removeRegionsFromReplicationResponse_httpStatus :: Lens' RemoveRegionsFromReplicationResponse Int Source #
The response's http status code.