| 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.Types.Gateway
Description
Synopsis
- data Gateway = Gateway' {
- arn :: Maybe Text
- description :: Maybe Text
- gatewayGroupArn :: Maybe Text
- name :: Maybe Text
- softwareVersion :: Maybe Text
- newGateway :: Gateway
- gateway_arn :: Lens' Gateway (Maybe Text)
- gateway_description :: Lens' Gateway (Maybe Text)
- gateway_gatewayGroupArn :: Lens' Gateway (Maybe Text)
- gateway_name :: Lens' Gateway (Maybe Text)
- gateway_softwareVersion :: Lens' Gateway (Maybe Text)
Documentation
The details of the gateway.
See: newGateway smart constructor.
Constructors
| Gateway' | |
Fields
| |
Instances
newGateway :: Gateway Source #
Create a value of Gateway 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:Gateway', gateway_arn - The ARN of the gateway.
$sel:description:Gateway', gateway_description - The description of the gateway.
$sel:gatewayGroupArn:Gateway', gateway_gatewayGroupArn - The ARN of the gateway group that the gateway is associated to.
$sel:name:Gateway', gateway_name - The name of the gateway.
$sel:softwareVersion:Gateway', gateway_softwareVersion - The software version of the gateway. The gateway automatically updates
its software version during normal operation.