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