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 |
Returns information about a Recovery Group.
Synopsis
- data GetRecoveryGroup = GetRecoveryGroup' {}
- newGetRecoveryGroup :: Text -> GetRecoveryGroup
- getRecoveryGroup_recoveryGroupName :: Lens' GetRecoveryGroup Text
- data GetRecoveryGroupResponse = GetRecoveryGroupResponse' {}
- newGetRecoveryGroupResponse :: Int -> GetRecoveryGroupResponse
- getRecoveryGroupResponse_cells :: Lens' GetRecoveryGroupResponse (Maybe [Text])
- getRecoveryGroupResponse_recoveryGroupName :: Lens' GetRecoveryGroupResponse (Maybe Text)
- getRecoveryGroupResponse_recoveryGroupArn :: Lens' GetRecoveryGroupResponse (Maybe Text)
- getRecoveryGroupResponse_tags :: Lens' GetRecoveryGroupResponse (Maybe (HashMap Text Text))
- getRecoveryGroupResponse_httpStatus :: Lens' GetRecoveryGroupResponse Int
Creating a Request
data GetRecoveryGroup Source #
See: newGetRecoveryGroup
smart constructor.
GetRecoveryGroup' | |
|
Instances
Create a value of GetRecoveryGroup
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:recoveryGroupName:GetRecoveryGroup'
, getRecoveryGroup_recoveryGroupName
- The RecoveryGroup to get
Request Lenses
getRecoveryGroup_recoveryGroupName :: Lens' GetRecoveryGroup Text Source #
The RecoveryGroup to get
Destructuring the Response
data GetRecoveryGroupResponse Source #
See: newGetRecoveryGroupResponse
smart constructor.
Instances
newGetRecoveryGroupResponse Source #
Create a value of GetRecoveryGroupResponse
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:cells:GetRecoveryGroupResponse'
, getRecoveryGroupResponse_cells
- A list of Cell arns
$sel:recoveryGroupName:GetRecoveryGroup'
, getRecoveryGroupResponse_recoveryGroupName
- The name of the RecoveryGroup
$sel:recoveryGroupArn:GetRecoveryGroupResponse'
, getRecoveryGroupResponse_recoveryGroupArn
- The arn for the RecoveryGroup
$sel:tags:GetRecoveryGroupResponse'
, getRecoveryGroupResponse_tags
- Undocumented member.
$sel:httpStatus:GetRecoveryGroupResponse'
, getRecoveryGroupResponse_httpStatus
- The response's http status code.
Response Lenses
getRecoveryGroupResponse_cells :: Lens' GetRecoveryGroupResponse (Maybe [Text]) Source #
A list of Cell arns
getRecoveryGroupResponse_recoveryGroupName :: Lens' GetRecoveryGroupResponse (Maybe Text) Source #
The name of the RecoveryGroup
getRecoveryGroupResponse_recoveryGroupArn :: Lens' GetRecoveryGroupResponse (Maybe Text) Source #
The arn for the RecoveryGroup
getRecoveryGroupResponse_tags :: Lens' GetRecoveryGroupResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
getRecoveryGroupResponse_httpStatus :: Lens' GetRecoveryGroupResponse Int Source #
The response's http status code.