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 |
Retrieves the details of a gateway group.
Synopsis
- data GetGatewayGroup = GetGatewayGroup' {}
- newGetGatewayGroup :: Text -> GetGatewayGroup
- getGatewayGroup_gatewayGroupArn :: Lens' GetGatewayGroup Text
- data GetGatewayGroupResponse = GetGatewayGroupResponse' {}
- newGetGatewayGroupResponse :: Int -> GetGatewayGroupResponse
- getGatewayGroupResponse_gatewayGroup :: Lens' GetGatewayGroupResponse (Maybe GatewayGroup)
- getGatewayGroupResponse_httpStatus :: Lens' GetGatewayGroupResponse Int
Creating a Request
data GetGatewayGroup Source #
See: newGetGatewayGroup
smart constructor.
GetGatewayGroup' | |
|
Instances
Create a value of GetGatewayGroup
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:gatewayGroupArn:GetGatewayGroup'
, getGatewayGroup_gatewayGroupArn
- The ARN of the gateway group to get.
Request Lenses
getGatewayGroup_gatewayGroupArn :: Lens' GetGatewayGroup Text Source #
The ARN of the gateway group to get.
Destructuring the Response
data GetGatewayGroupResponse Source #
See: newGetGatewayGroupResponse
smart constructor.
GetGatewayGroupResponse' | |
|
Instances
newGetGatewayGroupResponse Source #
Create a value of GetGatewayGroupResponse
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:gatewayGroup:GetGatewayGroupResponse'
, getGatewayGroupResponse_gatewayGroup
- Undocumented member.
$sel:httpStatus:GetGatewayGroupResponse'
, getGatewayGroupResponse_httpStatus
- The response's http status code.
Response Lenses
getGatewayGroupResponse_gatewayGroup :: Lens' GetGatewayGroupResponse (Maybe GatewayGroup) Source #
Undocumented member.
getGatewayGroupResponse_httpStatus :: Lens' GetGatewayGroupResponse Int Source #
The response's http status code.