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 |
Retrieve your Incident Manager replication set.
Synopsis
- data GetReplicationSet = GetReplicationSet' {}
- newGetReplicationSet :: Text -> GetReplicationSet
- getReplicationSet_arn :: Lens' GetReplicationSet Text
- data GetReplicationSetResponse = GetReplicationSetResponse' {}
- newGetReplicationSetResponse :: Int -> ReplicationSet -> GetReplicationSetResponse
- getReplicationSetResponse_httpStatus :: Lens' GetReplicationSetResponse Int
- getReplicationSetResponse_replicationSet :: Lens' GetReplicationSetResponse ReplicationSet
Creating a Request
data GetReplicationSet Source #
See: newGetReplicationSet
smart constructor.
Instances
Create a value of GetReplicationSet
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:GetReplicationSet'
, getReplicationSet_arn
- The Amazon Resource Name (ARN) of the replication set you want to
retrieve.
Request Lenses
getReplicationSet_arn :: Lens' GetReplicationSet Text Source #
The Amazon Resource Name (ARN) of the replication set you want to retrieve.
Destructuring the Response
data GetReplicationSetResponse Source #
See: newGetReplicationSetResponse
smart constructor.
GetReplicationSetResponse' | |
|
Instances
newGetReplicationSetResponse Source #
Create a value of GetReplicationSetResponse
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:httpStatus:GetReplicationSetResponse'
, getReplicationSetResponse_httpStatus
- The response's http status code.
$sel:replicationSet:GetReplicationSetResponse'
, getReplicationSetResponse_replicationSet
- Details of the replication set.
Response Lenses
getReplicationSetResponse_httpStatus :: Lens' GetReplicationSetResponse Int Source #
The response's http status code.
getReplicationSetResponse_replicationSet :: Lens' GetReplicationSetResponse ReplicationSet Source #
Details of the replication set.