amazonka-outposts-2.0: Amazon Outposts SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Outposts.Types.Outpost

Description

 
Synopsis

Documentation

data Outpost Source #

Information about an Outpost.

See: newOutpost smart constructor.

Instances

Instances details
FromJSON Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Generic Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Associated Types

type Rep Outpost :: Type -> Type #

Methods

from :: Outpost -> Rep Outpost x #

to :: Rep Outpost x -> Outpost #

Read Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Show Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

NFData Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Methods

rnf :: Outpost -> () #

Eq Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Methods

(==) :: Outpost -> Outpost -> Bool #

(/=) :: Outpost -> Outpost -> Bool #

Hashable Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Methods

hashWithSalt :: Int -> Outpost -> Int #

hash :: Outpost -> Int #

type Rep Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

type Rep Outpost = D1 ('MetaData "Outpost" "Amazonka.Outposts.Types.Outpost" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "Outpost'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "availabilityZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lifeCycleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outpostArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "outpostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "siteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportedHardwareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SupportedHardwareType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

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:availabilityZone:Outpost', outpost_availabilityZone - Undocumented member.

$sel:availabilityZoneId:Outpost', outpost_availabilityZoneId - Undocumented member.

$sel:description:Outpost', outpost_description - Undocumented member.

$sel:lifeCycleStatus:Outpost', outpost_lifeCycleStatus - Undocumented member.

$sel:name:Outpost', outpost_name - Undocumented member.

$sel:outpostArn:Outpost', outpost_outpostArn - Undocumented member.

$sel:outpostId:Outpost', outpost_outpostId - The ID of the Outpost.

$sel:ownerId:Outpost', outpost_ownerId - Undocumented member.

$sel:siteArn:Outpost', outpost_siteArn - Undocumented member.

$sel:siteId:Outpost', outpost_siteId - Undocumented member.

$sel:supportedHardwareType:Outpost', outpost_supportedHardwareType - The hardware type.

$sel:tags:Outpost', outpost_tags - The Outpost tags.

outpost_name :: Lens' Outpost (Maybe Text) Source #

Undocumented member.

outpost_outpostArn :: Lens' Outpost (Maybe Text) Source #

Undocumented member.

outpost_outpostId :: Lens' Outpost (Maybe Text) Source #

The ID of the Outpost.

outpost_ownerId :: Lens' Outpost (Maybe Text) Source #

Undocumented member.

outpost_siteArn :: Lens' Outpost (Maybe Text) Source #

Undocumented member.

outpost_siteId :: Lens' Outpost (Maybe Text) Source #

Undocumented member.