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 Outpost = Outpost' {}
- newOutpost :: Outpost
- outpost_availabilityZoneId :: Lens' Outpost (Maybe Text)
- outpost_outpostArn :: Lens' Outpost (Maybe Text)
- outpost_ownerId :: Lens' Outpost (Maybe Text)
- outpost_availabilityZone :: Lens' Outpost (Maybe Text)
- outpost_name :: Lens' Outpost (Maybe Text)
- outpost_lifeCycleStatus :: Lens' Outpost (Maybe Text)
- outpost_outpostId :: Lens' Outpost (Maybe Text)
- outpost_siteId :: Lens' Outpost (Maybe Text)
- outpost_siteArn :: Lens' Outpost (Maybe Text)
- outpost_description :: Lens' Outpost (Maybe Text)
- outpost_tags :: Lens' Outpost (Maybe (HashMap Text Text))
Documentation
Information about an Outpost.
See: newOutpost
smart constructor.
Outpost' | |
|
Instances
newOutpost :: Outpost Source #
Create a value of Outpost
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:availabilityZoneId:Outpost'
, outpost_availabilityZoneId
- Undocumented member.
$sel:outpostArn:Outpost'
, outpost_outpostArn
- Undocumented member.
$sel:ownerId:Outpost'
, outpost_ownerId
- Undocumented member.
$sel:availabilityZone:Outpost'
, outpost_availabilityZone
- Undocumented member.
$sel:name:Outpost'
, outpost_name
- Undocumented member.
$sel:lifeCycleStatus:Outpost'
, outpost_lifeCycleStatus
- Undocumented member.
$sel:outpostId:Outpost'
, outpost_outpostId
- The ID of the Outpost.
$sel:siteId:Outpost'
, outpost_siteId
- Undocumented member.
$sel:siteArn:Outpost'
, outpost_siteArn
- Undocumented member.
$sel:description:Outpost'
, outpost_description
- Undocumented member.
$sel:tags:Outpost'
, outpost_tags
- The Outpost tags.