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 GatewayInfo = GatewayInfo' {}
- newGatewayInfo :: GatewayInfo
- gatewayInfo_ec2InstanceRegion :: Lens' GatewayInfo (Maybe Text)
- gatewayInfo_gatewayARN :: Lens' GatewayInfo (Maybe Text)
- gatewayInfo_ec2InstanceId :: Lens' GatewayInfo (Maybe Text)
- gatewayInfo_gatewayOperationalState :: Lens' GatewayInfo (Maybe Text)
- gatewayInfo_gatewayName :: Lens' GatewayInfo (Maybe Text)
- gatewayInfo_gatewayId :: Lens' GatewayInfo (Maybe Text)
- gatewayInfo_gatewayType :: Lens' GatewayInfo (Maybe Text)
Documentation
data GatewayInfo Source #
Describes a gateway object.
See: newGatewayInfo
smart constructor.
GatewayInfo' | |
|
Instances
newGatewayInfo :: GatewayInfo Source #
Create a value of GatewayInfo
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:ec2InstanceRegion:GatewayInfo'
, gatewayInfo_ec2InstanceRegion
- The Amazon Web Services Region where the Amazon EC2 instance is located.
$sel:gatewayARN:GatewayInfo'
, gatewayInfo_gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Amazon Web
Services Region.
$sel:ec2InstanceId:GatewayInfo'
, gatewayInfo_ec2InstanceId
- The ID of the Amazon EC2 instance that was used to launch the gateway.
$sel:gatewayOperationalState:GatewayInfo'
, gatewayInfo_gatewayOperationalState
- The state of the gateway.
Valid Values: DISABLED
| ACTIVE
$sel:gatewayName:GatewayInfo'
, gatewayInfo_gatewayName
- The name of the gateway.
$sel:gatewayId:GatewayInfo'
, gatewayInfo_gatewayId
- The unique identifier assigned to your gateway during activation. This
ID becomes part of the gateway Amazon Resource Name (ARN), which you use
as input for other operations.
$sel:gatewayType:GatewayInfo'
, gatewayInfo_gatewayType
- The type of the gateway.
gatewayInfo_ec2InstanceRegion :: Lens' GatewayInfo (Maybe Text) Source #
The Amazon Web Services Region where the Amazon EC2 instance is located.
gatewayInfo_gatewayARN :: Lens' GatewayInfo (Maybe Text) Source #
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
gatewayInfo_ec2InstanceId :: Lens' GatewayInfo (Maybe Text) Source #
The ID of the Amazon EC2 instance that was used to launch the gateway.
gatewayInfo_gatewayOperationalState :: Lens' GatewayInfo (Maybe Text) Source #
The state of the gateway.
Valid Values: DISABLED
| ACTIVE
gatewayInfo_gatewayName :: Lens' GatewayInfo (Maybe Text) Source #
The name of the gateway.
gatewayInfo_gatewayId :: Lens' GatewayInfo (Maybe Text) Source #
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
gatewayInfo_gatewayType :: Lens' GatewayInfo (Maybe Text) Source #
The type of the gateway.