| 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.AlexaBusiness.GetGatewayGroup
Description
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.
Constructors
| GetGatewayGroup' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetGatewayGroup |
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:
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.
Constructors
| GetGatewayGroupResponse' | |
Fields
| |
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.