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 GatewaySummary = GatewaySummary' {
- arn :: Maybe Text
- name :: Maybe Text
- gatewayGroupArn :: Maybe Text
- softwareVersion :: Maybe Text
- description :: Maybe Text
- newGatewaySummary :: GatewaySummary
- gatewaySummary_arn :: Lens' GatewaySummary (Maybe Text)
- gatewaySummary_name :: Lens' GatewaySummary (Maybe Text)
- gatewaySummary_gatewayGroupArn :: Lens' GatewaySummary (Maybe Text)
- gatewaySummary_softwareVersion :: Lens' GatewaySummary (Maybe Text)
- gatewaySummary_description :: Lens' GatewaySummary (Maybe Text)
Documentation
data GatewaySummary Source #
The summary of a gateway.
See: newGatewaySummary
smart constructor.
GatewaySummary' | |
|
Instances
newGatewaySummary :: GatewaySummary Source #
Create a value of GatewaySummary
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:GatewaySummary'
, gatewaySummary_arn
- The ARN of the gateway.
$sel:name:GatewaySummary'
, gatewaySummary_name
- The name of the gateway.
$sel:gatewayGroupArn:GatewaySummary'
, gatewaySummary_gatewayGroupArn
- The ARN of the gateway group that the gateway is associated to.
$sel:softwareVersion:GatewaySummary'
, gatewaySummary_softwareVersion
- The software version of the gateway. The gateway automatically updates
its software version during normal operation.
$sel:description:GatewaySummary'
, gatewaySummary_description
- The description of the gateway.
gatewaySummary_arn :: Lens' GatewaySummary (Maybe Text) Source #
The ARN of the gateway.
gatewaySummary_name :: Lens' GatewaySummary (Maybe Text) Source #
The name of the gateway.
gatewaySummary_gatewayGroupArn :: Lens' GatewaySummary (Maybe Text) Source #
The ARN of the gateway group that the gateway is associated to.
gatewaySummary_softwareVersion :: Lens' GatewaySummary (Maybe Text) Source #
The software version of the gateway. The gateway automatically updates its software version during normal operation.
gatewaySummary_description :: Lens' GatewaySummary (Maybe Text) Source #
The description of the gateway.