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 Location = Location' {}
- newLocation :: Location
- location_availablePortSpeeds :: Lens' Location (Maybe [Text])
- location_locationName :: Lens' Location (Maybe Text)
- location_locationCode :: Lens' Location (Maybe Text)
- location_region :: Lens' Location (Maybe Text)
- location_availableProviders :: Lens' Location (Maybe [Text])
- location_availableMacSecPortSpeeds :: Lens' Location (Maybe [Text])
Documentation
Information about an Direct Connect location.
See: newLocation
smart constructor.
Location' | |
|
Instances
newLocation :: Location Source #
Create a value of Location
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:availablePortSpeeds:Location'
, location_availablePortSpeeds
- The available port speeds for the location.
$sel:locationName:Location'
, location_locationName
- The name of the location. This includes the name of the colocation
partner and the physical site of the building.
$sel:locationCode:Location'
, location_locationCode
- The code for the location.
$sel:region:Location'
, location_region
- The Amazon Web Services Region for the location.
$sel:availableProviders:Location'
, location_availableProviders
- The name of the service provider for the location.
$sel:availableMacSecPortSpeeds:Location'
, location_availableMacSecPortSpeeds
- The available MAC Security (MACsec) port speeds for the location.
location_availablePortSpeeds :: Lens' Location (Maybe [Text]) Source #
The available port speeds for the location.
location_locationName :: Lens' Location (Maybe Text) Source #
The name of the location. This includes the name of the colocation partner and the physical site of the building.
location_region :: Lens' Location (Maybe Text) Source #
The Amazon Web Services Region for the location.