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

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-12-03 of the Amazon Outposts SDK configuration.

Errors

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have permission to perform this operation.

_ConflictException :: AsError a => Fold a ServiceError Source #

Updating or deleting this resource can cause an inconsistent state.

_InternalServerException :: AsError a => Fold a ServiceError Source #

An internal error has occurred.

_NotFoundException :: AsError a => Fold a ServiceError Source #

The specified request is not valid.

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

You have exceeded a service quota.

_ValidationException :: AsError a => Fold a ServiceError Source #

A parameter is not valid.

AddressType

newtype AddressType Source #

Constructors

AddressType' 

Instances

Instances details
FromJSON AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

FromJSONKey AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

ToJSON AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

ToJSONKey AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

ToByteString AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

ToHeader AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

ToLog AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

ToQuery AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

FromText AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

ToText AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

Methods

toText :: AddressType -> Text #

FromXML AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

ToXML AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

Methods

toXML :: AddressType -> XML #

Generic AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

Associated Types

type Rep AddressType :: Type -> Type #

Read AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

Show AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

NFData AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

Methods

rnf :: AddressType -> () #

Eq AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

Ord AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

Hashable AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

type Rep AddressType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AddressType

type Rep AddressType = D1 ('MetaData "AddressType" "Amazonka.Outposts.Types.AddressType" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "AddressType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAddressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssetState

newtype AssetState Source #

Constructors

AssetState' 

Fields

Bundled Patterns

pattern AssetState_ACTIVE :: AssetState 
pattern AssetState_RETIRING :: AssetState 

Instances

Instances details
FromJSON AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

FromJSONKey AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

ToJSON AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

ToJSONKey AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

ToByteString AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

ToHeader AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

ToLog AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

ToQuery AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

FromText AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

ToText AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

Methods

toText :: AssetState -> Text #

FromXML AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

ToXML AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

Methods

toXML :: AssetState -> XML #

Generic AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

Associated Types

type Rep AssetState :: Type -> Type #

Read AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

Show AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

NFData AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

Methods

rnf :: AssetState -> () #

Eq AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

Ord AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

Hashable AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

type Rep AssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetState

type Rep AssetState = D1 ('MetaData "AssetState" "Amazonka.Outposts.Types.AssetState" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "AssetState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssetState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssetType

newtype AssetType Source #

Constructors

AssetType' 

Fields

Bundled Patterns

pattern AssetType_COMPUTE :: AssetType 

Instances

Instances details
FromJSON AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

FromJSONKey AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

ToJSON AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

ToJSONKey AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

ToByteString AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

Methods

toBS :: AssetType -> ByteString #

ToHeader AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

ToLog AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

ToQuery AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

FromText AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

ToText AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

Methods

toText :: AssetType -> Text #

FromXML AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

ToXML AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

Methods

toXML :: AssetType -> XML #

Generic AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

Associated Types

type Rep AssetType :: Type -> Type #

Read AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

Show AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

NFData AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

Methods

rnf :: AssetType -> () #

Eq AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

Ord AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

Hashable AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

type Rep AssetType Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetType

type Rep AssetType = D1 ('MetaData "AssetType" "Amazonka.Outposts.Types.AssetType" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "AssetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CatalogItemClass

newtype CatalogItemClass Source #

Instances

Instances details
FromJSON CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

FromJSONKey CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

ToJSON CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

ToJSONKey CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

ToByteString CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

ToHeader CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

ToLog CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

ToQuery CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

FromText CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

ToText CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

FromXML CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

ToXML CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

Generic CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

Associated Types

type Rep CatalogItemClass :: Type -> Type #

Read CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

Show CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

NFData CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

Methods

rnf :: CatalogItemClass -> () #

Eq CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

Ord CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

Hashable CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

type Rep CatalogItemClass Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemClass

type Rep CatalogItemClass = D1 ('MetaData "CatalogItemClass" "Amazonka.Outposts.Types.CatalogItemClass" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "CatalogItemClass'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCatalogItemClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CatalogItemStatus

newtype CatalogItemStatus Source #

Instances

Instances details
FromJSON CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

FromJSONKey CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

ToJSON CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

ToJSONKey CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

ToByteString CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

ToHeader CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

ToLog CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

ToQuery CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

FromText CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

ToText CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

FromXML CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

ToXML CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

Generic CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

Associated Types

type Rep CatalogItemStatus :: Type -> Type #

Read CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

Show CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

NFData CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

Methods

rnf :: CatalogItemStatus -> () #

Eq CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

Ord CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

Hashable CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

type Rep CatalogItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItemStatus

type Rep CatalogItemStatus = D1 ('MetaData "CatalogItemStatus" "Amazonka.Outposts.Types.CatalogItemStatus" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "CatalogItemStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCatalogItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComputeAssetState

newtype ComputeAssetState Source #

Instances

Instances details
FromJSON ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

FromJSONKey ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

ToJSON ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

ToJSONKey ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

ToByteString ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

ToHeader ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

ToLog ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

ToQuery ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

FromText ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

ToText ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

FromXML ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

ToXML ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

Generic ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

Associated Types

type Rep ComputeAssetState :: Type -> Type #

Read ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

Show ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

NFData ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

Methods

rnf :: ComputeAssetState -> () #

Eq ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

Ord ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

Hashable ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

type Rep ComputeAssetState Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAssetState

type Rep ComputeAssetState = D1 ('MetaData "ComputeAssetState" "Amazonka.Outposts.Types.ComputeAssetState" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "ComputeAssetState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComputeAssetState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FiberOpticCableType

newtype FiberOpticCableType Source #

Instances

Instances details
FromJSON FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

FromJSONKey FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

ToJSON FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

ToJSONKey FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

ToByteString FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

ToHeader FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

ToLog FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

ToQuery FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

FromText FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

ToText FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

FromXML FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

ToXML FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

Generic FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

Associated Types

type Rep FiberOpticCableType :: Type -> Type #

Read FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

Show FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

NFData FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

Methods

rnf :: FiberOpticCableType -> () #

Eq FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

Ord FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

Hashable FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

type Rep FiberOpticCableType Source # 
Instance details

Defined in Amazonka.Outposts.Types.FiberOpticCableType

type Rep FiberOpticCableType = D1 ('MetaData "FiberOpticCableType" "Amazonka.Outposts.Types.FiberOpticCableType" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "FiberOpticCableType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFiberOpticCableType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LineItemStatus

newtype LineItemStatus Source #

Constructors

LineItemStatus' 

Instances

Instances details
FromJSON LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

FromJSONKey LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

ToJSON LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

ToJSONKey LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

ToByteString LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

ToHeader LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

ToLog LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

ToQuery LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

FromText LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

ToText LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

FromXML LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

ToXML LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

Methods

toXML :: LineItemStatus -> XML #

Generic LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

Associated Types

type Rep LineItemStatus :: Type -> Type #

Read LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

Show LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

NFData LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

Methods

rnf :: LineItemStatus -> () #

Eq LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

Ord LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

Hashable LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

type Rep LineItemStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemStatus

type Rep LineItemStatus = D1 ('MetaData "LineItemStatus" "Amazonka.Outposts.Types.LineItemStatus" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "LineItemStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLineItemStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MaximumSupportedWeightLbs

newtype MaximumSupportedWeightLbs Source #

Instances

Instances details
FromJSON MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

FromJSONKey MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

ToJSON MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

ToJSONKey MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

ToByteString MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

ToHeader MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

ToLog MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

ToQuery MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

FromText MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

ToText MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

FromXML MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

ToXML MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

Generic MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

Associated Types

type Rep MaximumSupportedWeightLbs :: Type -> Type #

Read MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

Show MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

NFData MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

Eq MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

Ord MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

Hashable MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

type Rep MaximumSupportedWeightLbs Source # 
Instance details

Defined in Amazonka.Outposts.Types.MaximumSupportedWeightLbs

type Rep MaximumSupportedWeightLbs = D1 ('MetaData "MaximumSupportedWeightLbs" "Amazonka.Outposts.Types.MaximumSupportedWeightLbs" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "MaximumSupportedWeightLbs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMaximumSupportedWeightLbs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpticalStandard

newtype OpticalStandard Source #

Constructors

OpticalStandard' 

Instances

Instances details
FromJSON OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

FromJSONKey OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

ToJSON OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

ToJSONKey OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

ToByteString OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

ToHeader OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

ToLog OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

ToQuery OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

FromText OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

ToText OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

FromXML OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

ToXML OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

Methods

toXML :: OpticalStandard -> XML #

Generic OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

Associated Types

type Rep OpticalStandard :: Type -> Type #

Read OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

Show OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

NFData OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

Methods

rnf :: OpticalStandard -> () #

Eq OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

Ord OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

Hashable OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

type Rep OpticalStandard Source # 
Instance details

Defined in Amazonka.Outposts.Types.OpticalStandard

type Rep OpticalStandard = D1 ('MetaData "OpticalStandard" "Amazonka.Outposts.Types.OpticalStandard" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "OpticalStandard'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpticalStandard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderStatus

newtype OrderStatus Source #

Constructors

OrderStatus' 

Instances

Instances details
FromJSON OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

FromJSONKey OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToJSON OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToJSONKey OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToByteString OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToHeader OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToLog OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToQuery OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

FromText OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToText OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Methods

toText :: OrderStatus -> Text #

FromXML OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToXML OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Methods

toXML :: OrderStatus -> XML #

Generic OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Associated Types

type Rep OrderStatus :: Type -> Type #

Read OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Show OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

NFData OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Methods

rnf :: OrderStatus -> () #

Eq OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Ord OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Hashable OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

type Rep OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

type Rep OrderStatus = D1 ('MetaData "OrderStatus" "Amazonka.Outposts.Types.OrderStatus" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "OrderStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderType

newtype OrderType Source #

Constructors

OrderType' 

Fields

Bundled Patterns

pattern OrderType_OUTPOST :: OrderType 
pattern OrderType_REPLACEMENT :: OrderType 

Instances

Instances details
FromJSON OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

FromJSONKey OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

ToJSON OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

ToJSONKey OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

ToByteString OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

Methods

toBS :: OrderType -> ByteString #

ToHeader OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

ToLog OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

ToQuery OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

FromText OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

ToText OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

Methods

toText :: OrderType -> Text #

FromXML OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

ToXML OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

Methods

toXML :: OrderType -> XML #

Generic OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

Associated Types

type Rep OrderType :: Type -> Type #

Read OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

Show OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

NFData OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

Methods

rnf :: OrderType -> () #

Eq OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

Ord OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

Hashable OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

type Rep OrderType Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderType

type Rep OrderType = D1 ('MetaData "OrderType" "Amazonka.Outposts.Types.OrderType" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "OrderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PaymentOption

newtype PaymentOption Source #

Constructors

PaymentOption' 

Instances

Instances details
FromJSON PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

FromJSONKey PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToJSON PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToJSONKey PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToByteString PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToHeader PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToLog PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToQuery PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

FromText PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToText PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Methods

toText :: PaymentOption -> Text #

FromXML PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToXML PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Methods

toXML :: PaymentOption -> XML #

Generic PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Associated Types

type Rep PaymentOption :: Type -> Type #

Read PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Show PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

NFData PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Methods

rnf :: PaymentOption -> () #

Eq PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Ord PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Hashable PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

type Rep PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

type Rep PaymentOption = D1 ('MetaData "PaymentOption" "Amazonka.Outposts.Types.PaymentOption" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "PaymentOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPaymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PaymentTerm

newtype PaymentTerm Source #

Constructors

PaymentTerm' 

Bundled Patterns

pattern PaymentTerm_ONE_YEAR :: PaymentTerm 
pattern PaymentTerm_THREE_YEARS :: PaymentTerm 

Instances

Instances details
FromJSON PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

FromJSONKey PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToJSON PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToJSONKey PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToByteString PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToHeader PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToLog PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToQuery PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

FromText PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToText PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Methods

toText :: PaymentTerm -> Text #

FromXML PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToXML PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Methods

toXML :: PaymentTerm -> XML #

Generic PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Associated Types

type Rep PaymentTerm :: Type -> Type #

Read PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Show PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

NFData PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Methods

rnf :: PaymentTerm -> () #

Eq PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Ord PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Hashable PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

type Rep PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

type Rep PaymentTerm = D1 ('MetaData "PaymentTerm" "Amazonka.Outposts.Types.PaymentTerm" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "PaymentTerm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPaymentTerm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PowerConnector

newtype PowerConnector Source #

Constructors

PowerConnector' 

Instances

Instances details
FromJSON PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

FromJSONKey PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

ToJSON PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

ToJSONKey PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

ToByteString PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

ToHeader PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

ToLog PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

ToQuery PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

FromText PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

ToText PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

FromXML PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

ToXML PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

Methods

toXML :: PowerConnector -> XML #

Generic PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

Associated Types

type Rep PowerConnector :: Type -> Type #

Read PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

Show PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

NFData PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

Methods

rnf :: PowerConnector -> () #

Eq PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

Ord PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

Hashable PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

type Rep PowerConnector Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerConnector

type Rep PowerConnector = D1 ('MetaData "PowerConnector" "Amazonka.Outposts.Types.PowerConnector" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "PowerConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPowerConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PowerDrawKva

newtype PowerDrawKva Source #

Constructors

PowerDrawKva' 

Instances

Instances details
FromJSON PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

FromJSONKey PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

ToJSON PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

ToJSONKey PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

ToByteString PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

ToHeader PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

ToLog PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

ToQuery PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

FromText PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

ToText PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

Methods

toText :: PowerDrawKva -> Text #

FromXML PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

ToXML PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

Methods

toXML :: PowerDrawKva -> XML #

Generic PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

Associated Types

type Rep PowerDrawKva :: Type -> Type #

Read PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

Show PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

NFData PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

Methods

rnf :: PowerDrawKva -> () #

Eq PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

Ord PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

Hashable PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

type Rep PowerDrawKva Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerDrawKva

type Rep PowerDrawKva = D1 ('MetaData "PowerDrawKva" "Amazonka.Outposts.Types.PowerDrawKva" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "PowerDrawKva'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPowerDrawKva") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PowerFeedDrop

newtype PowerFeedDrop Source #

Constructors

PowerFeedDrop' 

Instances

Instances details
FromJSON PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

FromJSONKey PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

ToJSON PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

ToJSONKey PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

ToByteString PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

ToHeader PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

ToLog PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

ToQuery PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

FromText PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

ToText PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

Methods

toText :: PowerFeedDrop -> Text #

FromXML PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

ToXML PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

Methods

toXML :: PowerFeedDrop -> XML #

Generic PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

Associated Types

type Rep PowerFeedDrop :: Type -> Type #

Read PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

Show PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

NFData PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

Methods

rnf :: PowerFeedDrop -> () #

Eq PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

Ord PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

Hashable PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

type Rep PowerFeedDrop Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerFeedDrop

type Rep PowerFeedDrop = D1 ('MetaData "PowerFeedDrop" "Amazonka.Outposts.Types.PowerFeedDrop" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "PowerFeedDrop'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPowerFeedDrop") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PowerPhase

newtype PowerPhase Source #

Constructors

PowerPhase' 

Fields

Bundled Patterns

pattern PowerPhase_SINGLE_PHASE :: PowerPhase 
pattern PowerPhase_THREE_PHASE :: PowerPhase 

Instances

Instances details
FromJSON PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

FromJSONKey PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToJSON PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToJSONKey PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToByteString PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToHeader PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToLog PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToQuery PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

FromText PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToText PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Methods

toText :: PowerPhase -> Text #

FromXML PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

ToXML PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Methods

toXML :: PowerPhase -> XML #

Generic PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Associated Types

type Rep PowerPhase :: Type -> Type #

Read PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Show PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

NFData PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Methods

rnf :: PowerPhase -> () #

Eq PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Ord PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

Hashable PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

type Rep PowerPhase Source # 
Instance details

Defined in Amazonka.Outposts.Types.PowerPhase

type Rep PowerPhase = D1 ('MetaData "PowerPhase" "Amazonka.Outposts.Types.PowerPhase" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "PowerPhase'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPowerPhase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ShipmentCarrier

newtype ShipmentCarrier Source #

Constructors

ShipmentCarrier' 

Instances

Instances details
FromJSON ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

FromJSONKey ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

ToJSON ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

ToJSONKey ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

ToByteString ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

ToHeader ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

ToLog ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

ToQuery ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

FromText ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

ToText ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

FromXML ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

ToXML ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

Methods

toXML :: ShipmentCarrier -> XML #

Generic ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

Associated Types

type Rep ShipmentCarrier :: Type -> Type #

Read ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

Show ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

NFData ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

Methods

rnf :: ShipmentCarrier -> () #

Eq ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

Ord ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

Hashable ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

type Rep ShipmentCarrier Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentCarrier

type Rep ShipmentCarrier = D1 ('MetaData "ShipmentCarrier" "Amazonka.Outposts.Types.ShipmentCarrier" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "ShipmentCarrier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromShipmentCarrier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SupportedHardwareType

newtype SupportedHardwareType Source #

Instances

Instances details
FromJSON SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

FromJSONKey SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

ToJSON SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

ToJSONKey SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

ToByteString SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

ToHeader SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

ToLog SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

ToQuery SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

FromText SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

ToText SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

FromXML SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

ToXML SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

Generic SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

Associated Types

type Rep SupportedHardwareType :: Type -> Type #

Read SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

Show SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

NFData SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

Methods

rnf :: SupportedHardwareType -> () #

Eq SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

Ord SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

Hashable SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

type Rep SupportedHardwareType Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedHardwareType

type Rep SupportedHardwareType = D1 ('MetaData "SupportedHardwareType" "Amazonka.Outposts.Types.SupportedHardwareType" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "SupportedHardwareType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSupportedHardwareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SupportedStorageEnum

newtype SupportedStorageEnum Source #

Instances

Instances details
FromJSON SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

FromJSONKey SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

ToJSON SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

ToJSONKey SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

ToByteString SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

ToHeader SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

ToLog SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

ToQuery SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

FromText SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

ToText SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

FromXML SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

ToXML SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

Generic SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

Associated Types

type Rep SupportedStorageEnum :: Type -> Type #

Read SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

Show SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

NFData SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

Methods

rnf :: SupportedStorageEnum -> () #

Eq SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

Ord SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

Hashable SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

type Rep SupportedStorageEnum Source # 
Instance details

Defined in Amazonka.Outposts.Types.SupportedStorageEnum

type Rep SupportedStorageEnum = D1 ('MetaData "SupportedStorageEnum" "Amazonka.Outposts.Types.SupportedStorageEnum" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "SupportedStorageEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSupportedStorageEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UplinkCount

newtype UplinkCount Source #

Constructors

UplinkCount' 

Instances

Instances details
FromJSON UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

FromJSONKey UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

ToJSON UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

ToJSONKey UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

ToByteString UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

ToHeader UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

ToLog UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

ToQuery UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

FromText UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

ToText UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

Methods

toText :: UplinkCount -> Text #

FromXML UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

ToXML UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

Methods

toXML :: UplinkCount -> XML #

Generic UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

Associated Types

type Rep UplinkCount :: Type -> Type #

Read UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

Show UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

NFData UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

Methods

rnf :: UplinkCount -> () #

Eq UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

Ord UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

Hashable UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

type Rep UplinkCount Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkCount

type Rep UplinkCount = D1 ('MetaData "UplinkCount" "Amazonka.Outposts.Types.UplinkCount" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "UplinkCount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUplinkCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UplinkGbps

newtype UplinkGbps Source #

Constructors

UplinkGbps' 

Fields

Instances

Instances details
FromJSON UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

FromJSONKey UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

ToJSON UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

ToJSONKey UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

ToByteString UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

ToHeader UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

ToLog UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

ToQuery UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

FromText UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

ToText UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

Methods

toText :: UplinkGbps -> Text #

FromXML UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

ToXML UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

Methods

toXML :: UplinkGbps -> XML #

Generic UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

Associated Types

type Rep UplinkGbps :: Type -> Type #

Read UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

Show UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

NFData UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

Methods

rnf :: UplinkGbps -> () #

Eq UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

Ord UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

Hashable UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

type Rep UplinkGbps Source # 
Instance details

Defined in Amazonka.Outposts.Types.UplinkGbps

type Rep UplinkGbps = D1 ('MetaData "UplinkGbps" "Amazonka.Outposts.Types.UplinkGbps" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'True) (C1 ('MetaCons "UplinkGbps'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUplinkGbps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Address

data Address Source #

Information about an address.

See: newAddress smart constructor.

Constructors

Address' 

Fields

Instances

Instances details
FromJSON Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

ToJSON Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

Generic Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

Associated Types

type Rep Address :: Type -> Type #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

Read Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

Show Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

NFData Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

Methods

rnf :: Address -> () #

Eq Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

Methods

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

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

Hashable Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

type Rep Address Source # 
Instance details

Defined in Amazonka.Outposts.Types.Address

newAddress Source #

Create a value of Address 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:addressLine2:Address', address_addressLine2 - The second line of the address.

$sel:addressLine3:Address', address_addressLine3 - The third line of the address.

$sel:contactName:Address', address_contactName - The name of the contact.

$sel:contactPhoneNumber:Address', address_contactPhoneNumber - The phone number of the contact.

$sel:districtOrCounty:Address', address_districtOrCounty - The district or county for the address.

$sel:municipality:Address', address_municipality - The municipality for the address.

$sel:addressLine1:Address', address_addressLine1 - The first line of the address.

$sel:city:Address', address_city - The city for the address.

$sel:stateOrRegion:Address', address_stateOrRegion - The state for the address.

$sel:postalCode:Address', address_postalCode - The postal code for the address.

$sel:countryCode:Address', address_countryCode - The ISO-3166 two-letter country code for the address.

address_addressLine2 :: Lens' Address (Maybe Text) Source #

The second line of the address.

address_addressLine3 :: Lens' Address (Maybe Text) Source #

The third line of the address.

address_contactName :: Lens' Address (Maybe Text) Source #

The name of the contact.

address_contactPhoneNumber :: Lens' Address (Maybe Text) Source #

The phone number of the contact.

address_districtOrCounty :: Lens' Address (Maybe Text) Source #

The district or county for the address.

address_municipality :: Lens' Address (Maybe Text) Source #

The municipality for the address.

address_addressLine1 :: Lens' Address Text Source #

The first line of the address.

address_city :: Lens' Address Text Source #

The city for the address.

address_stateOrRegion :: Lens' Address Text Source #

The state for the address.

address_postalCode :: Lens' Address Text Source #

The postal code for the address.

address_countryCode :: Lens' Address Text Source #

The ISO-3166 two-letter country code for the address.

AssetInfo

data AssetInfo Source #

Information about hardware assets.

See: newAssetInfo smart constructor.

Constructors

AssetInfo' 

Fields

Instances

Instances details
FromJSON AssetInfo Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetInfo

Generic AssetInfo Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetInfo

Associated Types

type Rep AssetInfo :: Type -> Type #

Read AssetInfo Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetInfo

Show AssetInfo Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetInfo

NFData AssetInfo Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetInfo

Methods

rnf :: AssetInfo -> () #

Eq AssetInfo Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetInfo

Hashable AssetInfo Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetInfo

type Rep AssetInfo Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetInfo

type Rep AssetInfo = D1 ('MetaData "AssetInfo" "Amazonka.Outposts.Types.AssetInfo" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "AssetInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assetLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssetLocation))) :*: (S1 ('MetaSel ('Just "assetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssetType)) :*: (S1 ('MetaSel ('Just "computeAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeAttributes)) :*: S1 ('MetaSel ('Just "rackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAssetInfo :: AssetInfo Source #

Create a value of AssetInfo 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:assetId:AssetInfo', assetInfo_assetId - The ID of the asset.

$sel:assetLocation:AssetInfo', assetInfo_assetLocation - The position of an asset in a rack.

$sel:assetType:AssetInfo', assetInfo_assetType - The type of the asset.

$sel:computeAttributes:AssetInfo', assetInfo_computeAttributes - Information about compute hardware assets.

$sel:rackId:AssetInfo', assetInfo_rackId - The rack ID of the asset.

assetInfo_assetLocation :: Lens' AssetInfo (Maybe AssetLocation) Source #

The position of an asset in a rack.

assetInfo_computeAttributes :: Lens' AssetInfo (Maybe ComputeAttributes) Source #

Information about compute hardware assets.

assetInfo_rackId :: Lens' AssetInfo (Maybe Text) Source #

The rack ID of the asset.

AssetLocation

data AssetLocation Source #

Information about the position of the asset in a rack.

See: newAssetLocation smart constructor.

Constructors

AssetLocation' 

Fields

Instances

Instances details
FromJSON AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Generic AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Associated Types

type Rep AssetLocation :: Type -> Type #

Read AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Show AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

NFData AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Methods

rnf :: AssetLocation -> () #

Eq AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

Hashable AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

type Rep AssetLocation Source # 
Instance details

Defined in Amazonka.Outposts.Types.AssetLocation

type Rep AssetLocation = D1 ('MetaData "AssetLocation" "Amazonka.Outposts.Types.AssetLocation" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "AssetLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rackElevation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newAssetLocation :: AssetLocation Source #

Create a value of AssetLocation 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:rackElevation:AssetLocation', assetLocation_rackElevation - The position of an asset in a rack measured in rack units.

assetLocation_rackElevation :: Lens' AssetLocation (Maybe Double) Source #

The position of an asset in a rack measured in rack units.

CatalogItem

data CatalogItem Source #

Information about a catalog item.

See: newCatalogItem smart constructor.

Constructors

CatalogItem' 

Fields

Instances

Instances details
FromJSON CatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItem

Generic CatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItem

Associated Types

type Rep CatalogItem :: Type -> Type #

Read CatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItem

Show CatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItem

NFData CatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItem

Methods

rnf :: CatalogItem -> () #

Eq CatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItem

Hashable CatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItem

type Rep CatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.CatalogItem

newCatalogItem :: CatalogItem Source #

Create a value of CatalogItem 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:catalogItemId:CatalogItem', catalogItem_catalogItemId - The ID of the catalog item.

$sel:eC2Capacities:CatalogItem', catalogItem_eC2Capacities - Information about the EC2 capacity of an item.

$sel:itemStatus:CatalogItem', catalogItem_itemStatus - The status of a catalog item.

$sel:powerKva:CatalogItem', catalogItem_powerKva - Information about the power draw of an item.

$sel:supportedStorage:CatalogItem', catalogItem_supportedStorage - The supported storage options for the catalog item.

$sel:supportedUplinkGbps:CatalogItem', catalogItem_supportedUplinkGbps - The uplink speed this catalog item requires for the connection to the Region.

$sel:weightLbs:CatalogItem', catalogItem_weightLbs - The weight of the item in pounds.

catalogItem_catalogItemId :: Lens' CatalogItem (Maybe Text) Source #

The ID of the catalog item.

catalogItem_eC2Capacities :: Lens' CatalogItem (Maybe [EC2Capacity]) Source #

Information about the EC2 capacity of an item.

catalogItem_powerKva :: Lens' CatalogItem (Maybe Double) Source #

Information about the power draw of an item.

catalogItem_supportedStorage :: Lens' CatalogItem (Maybe [SupportedStorageEnum]) Source #

The supported storage options for the catalog item.

catalogItem_supportedUplinkGbps :: Lens' CatalogItem (Maybe [Int]) Source #

The uplink speed this catalog item requires for the connection to the Region.

catalogItem_weightLbs :: Lens' CatalogItem (Maybe Int) Source #

The weight of the item in pounds.

ComputeAttributes

data ComputeAttributes Source #

Information about compute hardware assets.

See: newComputeAttributes smart constructor.

Constructors

ComputeAttributes' 

Fields

  • hostId :: Maybe Text

    The host ID of the Dedicated Host on the asset.

  • state :: Maybe ComputeAssetState

    The state.

    • ACTIVE - The asset is available and can provide capacity for new compute resources.
    • ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.
    • RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.

Instances

Instances details
FromJSON ComputeAttributes Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAttributes

Generic ComputeAttributes Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAttributes

Associated Types

type Rep ComputeAttributes :: Type -> Type #

Read ComputeAttributes Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAttributes

Show ComputeAttributes Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAttributes

NFData ComputeAttributes Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAttributes

Methods

rnf :: ComputeAttributes -> () #

Eq ComputeAttributes Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAttributes

Hashable ComputeAttributes Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAttributes

type Rep ComputeAttributes Source # 
Instance details

Defined in Amazonka.Outposts.Types.ComputeAttributes

type Rep ComputeAttributes = D1 ('MetaData "ComputeAttributes" "Amazonka.Outposts.Types.ComputeAttributes" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ComputeAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeAssetState))))

newComputeAttributes :: ComputeAttributes Source #

Create a value of ComputeAttributes 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:hostId:ComputeAttributes', computeAttributes_hostId - The host ID of the Dedicated Host on the asset.

$sel:state:ComputeAttributes', computeAttributes_state - The state.

  • ACTIVE - The asset is available and can provide capacity for new compute resources.
  • ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.
  • RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.

computeAttributes_hostId :: Lens' ComputeAttributes (Maybe Text) Source #

The host ID of the Dedicated Host on the asset.

computeAttributes_state :: Lens' ComputeAttributes (Maybe ComputeAssetState) Source #

The state.

  • ACTIVE - The asset is available and can provide capacity for new compute resources.
  • ISOLATED - The asset is undergoing maintenance and can't provide capacity for new compute resources. Existing compute resources on the asset are not affected.
  • RETIRING - The underlying hardware for the asset is degraded. Capacity for new compute resources is reduced. Amazon Web Services sends notifications for resources that must be stopped before the asset can be replaced.

ConnectionDetails

data ConnectionDetails Source #

Information about a connection.

See: newConnectionDetails smart constructor.

Constructors

ConnectionDetails' 

Fields

Instances

Instances details
FromJSON ConnectionDetails Source # 
Instance details

Defined in Amazonka.Outposts.Types.ConnectionDetails

Generic ConnectionDetails Source # 
Instance details

Defined in Amazonka.Outposts.Types.ConnectionDetails

Associated Types

type Rep ConnectionDetails :: Type -> Type #

Read ConnectionDetails Source # 
Instance details

Defined in Amazonka.Outposts.Types.ConnectionDetails

Show ConnectionDetails Source # 
Instance details

Defined in Amazonka.Outposts.Types.ConnectionDetails

NFData ConnectionDetails Source # 
Instance details

Defined in Amazonka.Outposts.Types.ConnectionDetails

Methods

rnf :: ConnectionDetails -> () #

Eq ConnectionDetails Source # 
Instance details

Defined in Amazonka.Outposts.Types.ConnectionDetails

Hashable ConnectionDetails Source # 
Instance details

Defined in Amazonka.Outposts.Types.ConnectionDetails

type Rep ConnectionDetails Source # 
Instance details

Defined in Amazonka.Outposts.Types.ConnectionDetails

type Rep ConnectionDetails = D1 ('MetaData "ConnectionDetails" "Amazonka.Outposts.Types.ConnectionDetails" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ConnectionDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowedIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "clientPublicKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientTunnelAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "serverEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverPublicKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverTunnelAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newConnectionDetails :: ConnectionDetails Source #

Create a value of ConnectionDetails 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:allowedIps:ConnectionDetails', connectionDetails_allowedIps - The allowed IP addresses.

$sel:clientPublicKey:ConnectionDetails', connectionDetails_clientPublicKey - The public key of the client.

$sel:clientTunnelAddress:ConnectionDetails', connectionDetails_clientTunnelAddress - The client tunnel address.

$sel:serverEndpoint:ConnectionDetails', connectionDetails_serverEndpoint - The endpoint for the server.

$sel:serverPublicKey:ConnectionDetails', connectionDetails_serverPublicKey - The public key of the server.

$sel:serverTunnelAddress:ConnectionDetails', connectionDetails_serverTunnelAddress - The server tunnel address.

EC2Capacity

data EC2Capacity Source #

Information about EC2 capacity.

See: newEC2Capacity smart constructor.

Constructors

EC2Capacity' 

Fields

Instances

Instances details
FromJSON EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Generic EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Associated Types

type Rep EC2Capacity :: Type -> Type #

Read EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Show EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

NFData EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Methods

rnf :: EC2Capacity -> () #

Eq EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

Hashable EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

type Rep EC2Capacity Source # 
Instance details

Defined in Amazonka.Outposts.Types.EC2Capacity

type Rep EC2Capacity = D1 ('MetaData "EC2Capacity" "Amazonka.Outposts.Types.EC2Capacity" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "EC2Capacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "family") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEC2Capacity :: EC2Capacity Source #

Create a value of EC2Capacity 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:family:EC2Capacity', eC2Capacity_family - The family of the EC2 capacity.

$sel:maxSize:EC2Capacity', eC2Capacity_maxSize - The maximum size of the EC2 capacity.

$sel:quantity:EC2Capacity', eC2Capacity_quantity - The quantity of the EC2 capacity.

eC2Capacity_family :: Lens' EC2Capacity (Maybe Text) Source #

The family of the EC2 capacity.

eC2Capacity_maxSize :: Lens' EC2Capacity (Maybe Text) Source #

The maximum size of the EC2 capacity.

eC2Capacity_quantity :: Lens' EC2Capacity (Maybe Text) Source #

The quantity of the EC2 capacity.

InstanceTypeItem

data InstanceTypeItem Source #

Information about an instance type.

See: newInstanceTypeItem smart constructor.

Constructors

InstanceTypeItem' 

Instances

Instances details
FromJSON InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

Generic InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

Associated Types

type Rep InstanceTypeItem :: Type -> Type #

Read InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

Show InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

NFData InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

Methods

rnf :: InstanceTypeItem -> () #

Eq InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

Hashable InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

type Rep InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

type Rep InstanceTypeItem = D1 ('MetaData "InstanceTypeItem" "Amazonka.Outposts.Types.InstanceTypeItem" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "InstanceTypeItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstanceTypeItem :: InstanceTypeItem Source #

Create a value of InstanceTypeItem 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:instanceType:InstanceTypeItem', instanceTypeItem_instanceType - Undocumented member.

LineItem

data LineItem Source #

Information about a line item.

See: newLineItem smart constructor.

Constructors

LineItem' 

Fields

Instances

Instances details
FromJSON LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Generic LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Associated Types

type Rep LineItem :: Type -> Type #

Methods

from :: LineItem -> Rep LineItem x #

to :: Rep LineItem x -> LineItem #

Read LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Show LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

NFData LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Methods

rnf :: LineItem -> () #

Eq LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Hashable LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Methods

hashWithSalt :: Int -> LineItem -> Int #

hash :: LineItem -> Int #

type Rep LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

newLineItem :: LineItem Source #

Create a value of LineItem 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:assetInformationList:LineItem', lineItem_assetInformationList - Information about assets.

$sel:catalogItemId:LineItem', lineItem_catalogItemId - The ID of the catalog item.

$sel:lineItemId:LineItem', lineItem_lineItemId - The ID of the line item.

$sel:quantity:LineItem', lineItem_quantity - The quantity of the line item.

$sel:shipmentInformation:LineItem', lineItem_shipmentInformation - Information about a line item shipment.

$sel:status:LineItem', lineItem_status - The status of the line item.

lineItem_catalogItemId :: Lens' LineItem (Maybe Text) Source #

The ID of the catalog item.

lineItem_lineItemId :: Lens' LineItem (Maybe Text) Source #

The ID of the line item.

lineItem_quantity :: Lens' LineItem (Maybe Natural) Source #

The quantity of the line item.

lineItem_shipmentInformation :: Lens' LineItem (Maybe ShipmentInformation) Source #

Information about a line item shipment.

lineItem_status :: Lens' LineItem (Maybe LineItemStatus) Source #

The status of the line item.

LineItemAssetInformation

data LineItemAssetInformation Source #

Information about a line item asset.

See: newLineItemAssetInformation smart constructor.

Constructors

LineItemAssetInformation' 

Fields

Instances

Instances details
FromJSON LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Generic LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Associated Types

type Rep LineItemAssetInformation :: Type -> Type #

Read LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Show LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

NFData LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Eq LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

Hashable LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

type Rep LineItemAssetInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemAssetInformation

type Rep LineItemAssetInformation = D1 ('MetaData "LineItemAssetInformation" "Amazonka.Outposts.Types.LineItemAssetInformation" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "LineItemAssetInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "macAddressList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newLineItemAssetInformation :: LineItemAssetInformation Source #

Create a value of LineItemAssetInformation 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:assetId:LineItemAssetInformation', lineItemAssetInformation_assetId - The ID of the asset.

$sel:macAddressList:LineItemAssetInformation', lineItemAssetInformation_macAddressList - The MAC addresses of the asset.

LineItemRequest

data LineItemRequest Source #

Information about a line item request.

See: newLineItemRequest smart constructor.

Constructors

LineItemRequest' 

Fields

Instances

Instances details
ToJSON LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

Generic LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

Associated Types

type Rep LineItemRequest :: Type -> Type #

Read LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

Show LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

NFData LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

Methods

rnf :: LineItemRequest -> () #

Eq LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

Hashable LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

type Rep LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

type Rep LineItemRequest = D1 ('MetaData "LineItemRequest" "Amazonka.Outposts.Types.LineItemRequest" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "LineItemRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newLineItemRequest :: LineItemRequest Source #

Create a value of LineItemRequest 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:catalogItemId:LineItemRequest', lineItemRequest_catalogItemId - The ID of the catalog item.

$sel:quantity:LineItemRequest', lineItemRequest_quantity - The quantity of a line item request.

lineItemRequest_quantity :: Lens' LineItemRequest (Maybe Natural) Source #

The quantity of a line item request.

Order

data Order Source #

Information about an order.

See: newOrder smart constructor.

Constructors

Order' 

Fields

Instances

Instances details
FromJSON Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Generic Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Associated Types

type Rep Order :: Type -> Type #

Methods

from :: Order -> Rep Order x #

to :: Rep Order x -> Order #

Read Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Show Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Methods

showsPrec :: Int -> Order -> ShowS #

show :: Order -> String #

showList :: [Order] -> ShowS #

NFData Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Methods

rnf :: Order -> () #

Eq Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Methods

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

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

Hashable Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Methods

hashWithSalt :: Int -> Order -> Int #

hash :: Order -> Int #

type Rep Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

newOrder :: Order Source #

Create a value of Order 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:lineItems:Order', order_lineItems - The line items for the order

$sel:orderFulfilledDate:Order', order_orderFulfilledDate - The fulfillment date of the order.

$sel:orderId:Order', order_orderId - The ID of the order.

$sel:orderSubmissionDate:Order', order_orderSubmissionDate - The submission date for the order.

$sel:outpostId:Order', order_outpostId - The ID of the Outpost in the order.

$sel:paymentOption:Order', order_paymentOption - The payment option for the order.

Order, order_status - The status of the order.

  • PREPARING - Order is received and being prepared.
  • IN_PROGRESS - Order is either being built, shipped, or installed. To get more details, see the line item status.
  • COMPLETED - Order is complete.
  • CANCELLED - Order is cancelled.
  • ERROR - Customer should contact support.

The following status are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED.

order_lineItems :: Lens' Order (Maybe [LineItem]) Source #

The line items for the order

order_orderFulfilledDate :: Lens' Order (Maybe UTCTime) Source #

The fulfillment date of the order.

order_orderId :: Lens' Order (Maybe Text) Source #

The ID of the order.

order_orderSubmissionDate :: Lens' Order (Maybe UTCTime) Source #

The submission date for the order.

order_outpostId :: Lens' Order (Maybe Text) Source #

The ID of the Outpost in the order.

order_paymentOption :: Lens' Order (Maybe PaymentOption) Source #

The payment option for the order.

order_status :: Lens' Order (Maybe OrderStatus) Source #

The status of the order.

  • PREPARING - Order is received and being prepared.
  • IN_PROGRESS - Order is either being built, shipped, or installed. To get more details, see the line item status.
  • COMPLETED - Order is complete.
  • CANCELLED - Order is cancelled.
  • ERROR - Customer should contact support.

The following status are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED.

OrderSummary

data OrderSummary Source #

A summary of line items in your order.

See: newOrderSummary smart constructor.

Constructors

OrderSummary' 

Fields

Instances

Instances details
FromJSON OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Generic OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Associated Types

type Rep OrderSummary :: Type -> Type #

Read OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Show OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

NFData OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Methods

rnf :: OrderSummary -> () #

Eq OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Hashable OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

type Rep OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

newOrderSummary :: OrderSummary Source #

Create a value of OrderSummary 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:lineItemCountsByStatus:OrderSummary', orderSummary_lineItemCountsByStatus - The status of all line items in the order.

$sel:orderFulfilledDate:OrderSummary', orderSummary_orderFulfilledDate - The fulfilment date for the order.

$sel:orderId:OrderSummary', orderSummary_orderId - The ID of the order.

$sel:orderSubmissionDate:OrderSummary', orderSummary_orderSubmissionDate - The submission date for the order.

$sel:orderType:OrderSummary', orderSummary_orderType - The type of order.

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

$sel:status:OrderSummary', orderSummary_status - The status of the order.

  • PREPARING - Order is received and is being prepared.
  • IN_PROGRESS - Order is either being built, shipped, or installed. For more information, see the LineItem status.
  • COMPLETED - Order is complete.
  • CANCELLED - Order is cancelled.
  • ERROR - Customer should contact support.

The following statuses are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED.

orderSummary_orderFulfilledDate :: Lens' OrderSummary (Maybe UTCTime) Source #

The fulfilment date for the order.

orderSummary_status :: Lens' OrderSummary (Maybe OrderStatus) Source #

The status of the order.

  • PREPARING - Order is received and is being prepared.
  • IN_PROGRESS - Order is either being built, shipped, or installed. For more information, see the LineItem status.
  • COMPLETED - Order is complete.
  • CANCELLED - Order is cancelled.
  • ERROR - Customer should contact support.

The following statuses are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED.

Outpost

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.

RackPhysicalProperties

data RackPhysicalProperties Source #

Information about the physical and logistical details for racks at sites. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.

See: newRackPhysicalProperties smart constructor.

Constructors

RackPhysicalProperties' 

Fields

Instances

Instances details
FromJSON RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

ToJSON RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Generic RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Associated Types

type Rep RackPhysicalProperties :: Type -> Type #

Read RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Show RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

NFData RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Methods

rnf :: RackPhysicalProperties -> () #

Eq RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Hashable RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

type Rep RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

newRackPhysicalProperties :: RackPhysicalProperties Source #

Create a value of RackPhysicalProperties 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:fiberOpticCableType:RackPhysicalProperties', rackPhysicalProperties_fiberOpticCableType - The type of fiber used to attach the Outpost to the network.

$sel:maximumSupportedWeightLbs:RackPhysicalProperties', rackPhysicalProperties_maximumSupportedWeightLbs - The maximum rack weight that this site can support. NO_LIMIT is over 2000 lbs (907 kg).

$sel:opticalStandard:RackPhysicalProperties', rackPhysicalProperties_opticalStandard - The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.

$sel:powerConnector:RackPhysicalProperties', rackPhysicalProperties_powerConnector - The power connector for the hardware.

$sel:powerDrawKva:RackPhysicalProperties', rackPhysicalProperties_powerDrawKva - The power draw available at the hardware placement position for the rack.

$sel:powerFeedDrop:RackPhysicalProperties', rackPhysicalProperties_powerFeedDrop - The position of the power feed.

$sel:powerPhase:RackPhysicalProperties', rackPhysicalProperties_powerPhase - The power option that you can provide for hardware.

$sel:uplinkCount:RackPhysicalProperties', rackPhysicalProperties_uplinkCount - The number of uplinks each Outpost network device.

$sel:uplinkGbps:RackPhysicalProperties', rackPhysicalProperties_uplinkGbps - The uplink speed the rack supports for the connection to the Region.

rackPhysicalProperties_fiberOpticCableType :: Lens' RackPhysicalProperties (Maybe FiberOpticCableType) Source #

The type of fiber used to attach the Outpost to the network.

rackPhysicalProperties_maximumSupportedWeightLbs :: Lens' RackPhysicalProperties (Maybe MaximumSupportedWeightLbs) Source #

The maximum rack weight that this site can support. NO_LIMIT is over 2000 lbs (907 kg).

rackPhysicalProperties_opticalStandard :: Lens' RackPhysicalProperties (Maybe OpticalStandard) Source #

The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.

rackPhysicalProperties_powerDrawKva :: Lens' RackPhysicalProperties (Maybe PowerDrawKva) Source #

The power draw available at the hardware placement position for the rack.

rackPhysicalProperties_powerPhase :: Lens' RackPhysicalProperties (Maybe PowerPhase) Source #

The power option that you can provide for hardware.

rackPhysicalProperties_uplinkCount :: Lens' RackPhysicalProperties (Maybe UplinkCount) Source #

The number of uplinks each Outpost network device.

rackPhysicalProperties_uplinkGbps :: Lens' RackPhysicalProperties (Maybe UplinkGbps) Source #

The uplink speed the rack supports for the connection to the Region.

ShipmentInformation

data ShipmentInformation Source #

Information about a line item shipment.

See: newShipmentInformation smart constructor.

Constructors

ShipmentInformation' 

Fields

Instances

Instances details
FromJSON ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Generic ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Associated Types

type Rep ShipmentInformation :: Type -> Type #

Read ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Show ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

NFData ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Methods

rnf :: ShipmentInformation -> () #

Eq ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Hashable ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

type Rep ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

type Rep ShipmentInformation = D1 ('MetaData "ShipmentInformation" "Amazonka.Outposts.Types.ShipmentInformation" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ShipmentInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shipmentCarrier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShipmentCarrier)) :*: S1 ('MetaSel ('Just "shipmentTrackingNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newShipmentInformation :: ShipmentInformation Source #

Create a value of ShipmentInformation 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:shipmentCarrier:ShipmentInformation', shipmentInformation_shipmentCarrier - The carrier of the shipment.

$sel:shipmentTrackingNumber:ShipmentInformation', shipmentInformation_shipmentTrackingNumber - The tracking number of the shipment.

Site

data Site Source #

Information about a site.

See: newSite smart constructor.

Constructors

Site' 

Fields

Instances

Instances details
FromJSON Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Generic Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Associated Types

type Rep Site :: Type -> Type #

Methods

from :: Site -> Rep Site x #

to :: Rep Site x -> Site #

Read Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Show Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

showsPrec :: Int -> Site -> ShowS #

show :: Site -> String #

showList :: [Site] -> ShowS #

NFData Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

rnf :: Site -> () #

Eq Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

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

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

Hashable Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

hashWithSalt :: Int -> Site -> Int #

hash :: Site -> Int #

type Rep Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

type Rep Site = D1 ('MetaData "Site" "Amazonka.Outposts.Types.Site" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "Site'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operatingAddressCity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "operatingAddressCountryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operatingAddressStateOrRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rackPhysicalProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RackPhysicalProperties)))) :*: (S1 ('MetaSel ('Just "siteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

newSite :: Site Source #

Create a value of Site 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:accountId:Site', site_accountId - Undocumented member.

$sel:description:Site', site_description - Undocumented member.

$sel:name:Site', site_name - Undocumented member.

$sel:notes:Site', site_notes - Notes about a site.

$sel:operatingAddressCity:Site', site_operatingAddressCity - City where the hardware is installed and powered on.

$sel:operatingAddressCountryCode:Site', site_operatingAddressCountryCode - The ISO-3166 two-letter country code where the hardware is installed and powered on.

$sel:operatingAddressStateOrRegion:Site', site_operatingAddressStateOrRegion - State or region where the hardware is installed and powered on.

$sel:rackPhysicalProperties:Site', site_rackPhysicalProperties - Information about the physical and logistical details for a rack at the site.

$sel:siteArn:Site', site_siteArn - Undocumented member.

$sel:siteId:Site', site_siteId - Undocumented member.

$sel:tags:Site', site_tags - The site tags.

site_accountId :: Lens' Site (Maybe Text) Source #

Undocumented member.

site_description :: Lens' Site (Maybe Text) Source #

Undocumented member.

site_name :: Lens' Site (Maybe Text) Source #

Undocumented member.

site_notes :: Lens' Site (Maybe Text) Source #

Notes about a site.

site_operatingAddressCity :: Lens' Site (Maybe Text) Source #

City where the hardware is installed and powered on.

site_operatingAddressCountryCode :: Lens' Site (Maybe Text) Source #

The ISO-3166 two-letter country code where the hardware is installed and powered on.

site_operatingAddressStateOrRegion :: Lens' Site (Maybe Text) Source #

State or region where the hardware is installed and powered on.

site_rackPhysicalProperties :: Lens' Site (Maybe RackPhysicalProperties) Source #

Information about the physical and logistical details for a rack at the site.

site_siteArn :: Lens' Site (Maybe Text) Source #

Undocumented member.

site_siteId :: Lens' Site (Maybe Text) Source #

Undocumented member.