| 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.UpdateGatewayGroup
Description
Updates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified.
Synopsis
- data UpdateGatewayGroup = UpdateGatewayGroup' {
- description :: Maybe Text
- name :: Maybe Text
- gatewayGroupArn :: Text
- newUpdateGatewayGroup :: Text -> UpdateGatewayGroup
- updateGatewayGroup_description :: Lens' UpdateGatewayGroup (Maybe Text)
- updateGatewayGroup_name :: Lens' UpdateGatewayGroup (Maybe Text)
- updateGatewayGroup_gatewayGroupArn :: Lens' UpdateGatewayGroup Text
- data UpdateGatewayGroupResponse = UpdateGatewayGroupResponse' {
- httpStatus :: Int
- newUpdateGatewayGroupResponse :: Int -> UpdateGatewayGroupResponse
- updateGatewayGroupResponse_httpStatus :: Lens' UpdateGatewayGroupResponse Int
Creating a Request
data UpdateGatewayGroup Source #
See: newUpdateGatewayGroup smart constructor.
Constructors
| UpdateGatewayGroup' | |
Fields
| |
Instances
newUpdateGatewayGroup Source #
Arguments
| :: Text | |
| -> UpdateGatewayGroup |
Create a value of UpdateGatewayGroup 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:
UpdateGatewayGroup, updateGatewayGroup_description - The updated description of the gateway group.
UpdateGatewayGroup, updateGatewayGroup_name - The updated name of the gateway group.
UpdateGatewayGroup, updateGatewayGroup_gatewayGroupArn - The ARN of the gateway group to update.
Request Lenses
updateGatewayGroup_description :: Lens' UpdateGatewayGroup (Maybe Text) Source #
The updated description of the gateway group.
updateGatewayGroup_name :: Lens' UpdateGatewayGroup (Maybe Text) Source #
The updated name of the gateway group.
updateGatewayGroup_gatewayGroupArn :: Lens' UpdateGatewayGroup Text Source #
The ARN of the gateway group to update.
Destructuring the Response
data UpdateGatewayGroupResponse Source #
See: newUpdateGatewayGroupResponse smart constructor.
Constructors
| UpdateGatewayGroupResponse' | |
Fields
| |
Instances
newUpdateGatewayGroupResponse Source #
Create a value of UpdateGatewayGroupResponse 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:UpdateGatewayGroupResponse', updateGatewayGroupResponse_httpStatus - The response's http status code.
Response Lenses
updateGatewayGroupResponse_httpStatus :: Lens' UpdateGatewayGroupResponse Int Source #
The response's http status code.