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 |
Synopsis
- data CarrierGateway = CarrierGateway' {}
- newCarrierGateway :: CarrierGateway
- carrierGateway_carrierGatewayId :: Lens' CarrierGateway (Maybe Text)
- carrierGateway_ownerId :: Lens' CarrierGateway (Maybe Text)
- carrierGateway_state :: Lens' CarrierGateway (Maybe CarrierGatewayState)
- carrierGateway_tags :: Lens' CarrierGateway (Maybe [Tag])
- carrierGateway_vpcId :: Lens' CarrierGateway (Maybe Text)
Documentation
data CarrierGateway Source #
Describes a carrier gateway.
See: newCarrierGateway
smart constructor.
CarrierGateway' | |
|
Instances
newCarrierGateway :: CarrierGateway Source #
Create a value of CarrierGateway
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:carrierGatewayId:CarrierGateway'
, carrierGateway_carrierGatewayId
- The ID of the carrier gateway.
$sel:ownerId:CarrierGateway'
, carrierGateway_ownerId
- The Amazon Web Services account ID of the owner of the carrier gateway.
$sel:state:CarrierGateway'
, carrierGateway_state
- The state of the carrier gateway.
$sel:tags:CarrierGateway'
, carrierGateway_tags
- The tags assigned to the carrier gateway.
$sel:vpcId:CarrierGateway'
, carrierGateway_vpcId
- The ID of the VPC associated with the carrier gateway.
carrierGateway_carrierGatewayId :: Lens' CarrierGateway (Maybe Text) Source #
The ID of the carrier gateway.
carrierGateway_ownerId :: Lens' CarrierGateway (Maybe Text) Source #
The Amazon Web Services account ID of the owner of the carrier gateway.
carrierGateway_state :: Lens' CarrierGateway (Maybe CarrierGatewayState) Source #
The state of the carrier gateway.
carrierGateway_tags :: Lens' CarrierGateway (Maybe [Tag]) Source #
The tags assigned to the carrier gateway.
carrierGateway_vpcId :: Lens' CarrierGateway (Maybe Text) Source #
The ID of the VPC associated with the carrier gateway.