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

Description

Derived from API version 2019-12-03 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables customers to build and run applications on premises using the same programming interfaces as in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local data processing needs.

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Outposts.

AccessDeniedException

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

You do not have permission to perform this operation.

ConflictException

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

Updating or deleting this resource can cause an inconsistent state.

InternalServerException

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

An internal error has occurred.

NotFoundException

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

The specified request is not valid.

ServiceQuotaExceededException

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

You have exceeded a service quota.

ValidationException

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

A parameter is not valid.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CancelOrder

data CancelOrder Source #

See: newCancelOrder smart constructor.

Constructors

CancelOrder' Text 

Instances

Instances details
ToJSON CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

ToHeaders CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Methods

toHeaders :: CancelOrder -> [Header] #

ToPath CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

ToQuery CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

AWSRequest CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Associated Types

type AWSResponse CancelOrder #

Generic CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Associated Types

type Rep CancelOrder :: Type -> Type #

Read CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Show CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

NFData CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Methods

rnf :: CancelOrder -> () #

Eq CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Hashable CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

type AWSResponse CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

type Rep CancelOrder Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

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

newCancelOrder Source #

Create a value of CancelOrder 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:

CancelOrder, cancelOrder_orderId - The ID of the order.

data CancelOrderResponse Source #

See: newCancelOrderResponse smart constructor.

Instances

Instances details
Generic CancelOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Associated Types

type Rep CancelOrderResponse :: Type -> Type #

Read CancelOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Show CancelOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

NFData CancelOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

Methods

rnf :: CancelOrderResponse -> () #

Eq CancelOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

type Rep CancelOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CancelOrder

type Rep CancelOrderResponse = D1 ('MetaData "CancelOrderResponse" "Amazonka.Outposts.CancelOrder" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "CancelOrderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelOrderResponse Source #

Create a value of CancelOrderResponse 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:httpStatus:CancelOrderResponse', cancelOrderResponse_httpStatus - The response's http status code.

CreateOrder

data CreateOrder Source #

See: newCreateOrder smart constructor.

Instances

Instances details
ToJSON CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

ToHeaders CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Methods

toHeaders :: CreateOrder -> [Header] #

ToPath CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

ToQuery CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

AWSRequest CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Associated Types

type AWSResponse CreateOrder #

Generic CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Associated Types

type Rep CreateOrder :: Type -> Type #

Read CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Show CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

NFData CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Methods

rnf :: CreateOrder -> () #

Eq CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Hashable CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

type AWSResponse CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

type Rep CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

type Rep CreateOrder = D1 ('MetaData "CreateOrder" "Amazonka.Outposts.CreateOrder" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "CreateOrder'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "paymentTerm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PaymentTerm)) :*: S1 ('MetaSel ('Just "outpostIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "lineItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty LineItemRequest)) :*: S1 ('MetaSel ('Just "paymentOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PaymentOption))))

newCreateOrder Source #

Create a value of CreateOrder 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:paymentTerm:CreateOrder', createOrder_paymentTerm - The payment terms.

$sel:outpostIdentifier:CreateOrder', createOrder_outpostIdentifier - The ID or the Amazon Resource Name (ARN) of the Outpost.

CreateOrder, createOrder_lineItems - The line items that make up the order.

CreateOrder, createOrder_paymentOption - The payment option.

data CreateOrderResponse Source #

See: newCreateOrderResponse smart constructor.

Instances

Instances details
Generic CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Associated Types

type Rep CreateOrderResponse :: Type -> Type #

Read CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Show CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

NFData CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Methods

rnf :: CreateOrderResponse -> () #

Eq CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

type Rep CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

type Rep CreateOrderResponse = D1 ('MetaData "CreateOrderResponse" "Amazonka.Outposts.CreateOrder" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "CreateOrderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Order)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateOrderResponse Source #

Create a value of CreateOrderResponse 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:order:CreateOrderResponse', createOrderResponse_order - Information about this order.

$sel:httpStatus:CreateOrderResponse', createOrderResponse_httpStatus - The response's http status code.

CreateOutpost

data CreateOutpost Source #

See: newCreateOutpost smart constructor.

Instances

Instances details
ToJSON CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

ToHeaders CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

ToPath CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

ToQuery CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

AWSRequest CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type AWSResponse CreateOutpost #

Generic CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type Rep CreateOutpost :: Type -> Type #

Read CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Show CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

NFData CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Methods

rnf :: CreateOutpost -> () #

Eq CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Hashable CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type AWSResponse CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type Rep CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

newCreateOutpost Source #

Create a value of CreateOutpost 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:

CreateOutpost, createOutpost_availabilityZone - Undocumented member.

CreateOutpost, createOutpost_availabilityZoneId - Undocumented member.

CreateOutpost, createOutpost_description - Undocumented member.

CreateOutpost, createOutpost_supportedHardwareType - The type of hardware for this Outpost.

CreateOutpost, createOutpost_tags - The tags to apply to the Outpost.

CreateOutpost, createOutpost_name - Undocumented member.

CreateOutpost, createOutpost_siteId - The ID or the Amazon Resource Name (ARN) of the site.

data CreateOutpostResponse Source #

See: newCreateOutpostResponse smart constructor.

Instances

Instances details
Generic CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type Rep CreateOutpostResponse :: Type -> Type #

Read CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Show CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

NFData CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Methods

rnf :: CreateOutpostResponse -> () #

Eq CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type Rep CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type Rep CreateOutpostResponse = D1 ('MetaData "CreateOutpostResponse" "Amazonka.Outposts.CreateOutpost" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "CreateOutpostResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outpost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Outpost)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateOutpostResponse Source #

Create a value of CreateOutpostResponse 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:outpost:CreateOutpostResponse', createOutpostResponse_outpost - Undocumented member.

$sel:httpStatus:CreateOutpostResponse', createOutpostResponse_httpStatus - The response's http status code.

CreateSite

data CreateSite Source #

See: newCreateSite smart constructor.

Instances

Instances details
ToJSON CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

ToHeaders CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Methods

toHeaders :: CreateSite -> [Header] #

ToPath CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

ToQuery CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

AWSRequest CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Associated Types

type AWSResponse CreateSite #

Generic CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Associated Types

type Rep CreateSite :: Type -> Type #

Read CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Show CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

NFData CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Methods

rnf :: CreateSite -> () #

Eq CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Hashable CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

type AWSResponse CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

type Rep CreateSite Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

newCreateSite Source #

Arguments

:: Text

CreateSite

-> CreateSite 

Create a value of CreateSite 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:

CreateSite, createSite_description - Undocumented member.

CreateSite, createSite_notes - Additional information that you provide about site access requirements, electrician scheduling, personal protective equipment, or regulation of equipment materials that could affect your installation process.

$sel:operatingAddress:CreateSite', createSite_operatingAddress - The location to install and power on the hardware. This address might be different from the shipping address.

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

$sel:shippingAddress:CreateSite', createSite_shippingAddress - The location to ship the hardware. This address might be different from the operating address.

CreateSite, createSite_tags - The tags to apply to a site.

CreateSite, createSite_name - Undocumented member.

data CreateSiteResponse Source #

See: newCreateSiteResponse smart constructor.

Instances

Instances details
Generic CreateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Associated Types

type Rep CreateSiteResponse :: Type -> Type #

Read CreateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Show CreateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

NFData CreateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

Methods

rnf :: CreateSiteResponse -> () #

Eq CreateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

type Rep CreateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateSite

type Rep CreateSiteResponse = D1 ('MetaData "CreateSiteResponse" "Amazonka.Outposts.CreateSite" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "CreateSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Site)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSiteResponse Source #

Create a value of CreateSiteResponse 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:site:CreateSiteResponse', createSiteResponse_site - Undocumented member.

$sel:httpStatus:CreateSiteResponse', createSiteResponse_httpStatus - The response's http status code.

DeleteOutpost

data DeleteOutpost Source #

See: newDeleteOutpost smart constructor.

Constructors

DeleteOutpost' Text 

Instances

Instances details
ToHeaders DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

ToPath DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

ToQuery DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

AWSRequest DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type AWSResponse DeleteOutpost #

Generic DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type Rep DeleteOutpost :: Type -> Type #

Read DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Show DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

NFData DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Methods

rnf :: DeleteOutpost -> () #

Eq DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Hashable DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type AWSResponse DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type Rep DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

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

newDeleteOutpost Source #

Create a value of DeleteOutpost 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:

DeleteOutpost, deleteOutpost_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.

data DeleteOutpostResponse Source #

See: newDeleteOutpostResponse smart constructor.

Instances

Instances details
Generic DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type Rep DeleteOutpostResponse :: Type -> Type #

Read DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Show DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

NFData DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Methods

rnf :: DeleteOutpostResponse -> () #

Eq DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type Rep DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type Rep DeleteOutpostResponse = D1 ('MetaData "DeleteOutpostResponse" "Amazonka.Outposts.DeleteOutpost" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "DeleteOutpostResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteOutpostResponse Source #

Create a value of DeleteOutpostResponse 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:httpStatus:DeleteOutpostResponse', deleteOutpostResponse_httpStatus - The response's http status code.

DeleteSite

data DeleteSite Source #

See: newDeleteSite smart constructor.

Constructors

DeleteSite' Text 

Instances

Instances details
ToHeaders DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Methods

toHeaders :: DeleteSite -> [Header] #

ToPath DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

ToQuery DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

AWSRequest DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Associated Types

type AWSResponse DeleteSite #

Generic DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Associated Types

type Rep DeleteSite :: Type -> Type #

Read DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Show DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

NFData DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Methods

rnf :: DeleteSite -> () #

Eq DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Hashable DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

type AWSResponse DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

type Rep DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

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

newDeleteSite Source #

Arguments

:: Text

DeleteSite

-> DeleteSite 

Create a value of DeleteSite 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:

DeleteSite, deleteSite_siteId - The ID or the Amazon Resource Name (ARN) of the site.

data DeleteSiteResponse Source #

See: newDeleteSiteResponse smart constructor.

Constructors

DeleteSiteResponse' Int 

Instances

Instances details
Generic DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Associated Types

type Rep DeleteSiteResponse :: Type -> Type #

Read DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Show DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

NFData DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Methods

rnf :: DeleteSiteResponse -> () #

Eq DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

type Rep DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

type Rep DeleteSiteResponse = D1 ('MetaData "DeleteSiteResponse" "Amazonka.Outposts.DeleteSite" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "DeleteSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteSiteResponse Source #

Create a value of DeleteSiteResponse 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:httpStatus:DeleteSiteResponse', deleteSiteResponse_httpStatus - The response's http status code.

GetCatalogItem

data GetCatalogItem Source #

See: newGetCatalogItem smart constructor.

Constructors

GetCatalogItem' Text 

Instances

Instances details
ToHeaders GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

ToPath GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

ToQuery GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

AWSRequest GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

Associated Types

type AWSResponse GetCatalogItem #

Generic GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

Associated Types

type Rep GetCatalogItem :: Type -> Type #

Read GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

Show GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

NFData GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

Methods

rnf :: GetCatalogItem -> () #

Eq GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

Hashable GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

type AWSResponse GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

type Rep GetCatalogItem Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

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

newGetCatalogItem Source #

Create a value of GetCatalogItem 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:

GetCatalogItem, getCatalogItem_catalogItemId - The ID of the catalog item.

data GetCatalogItemResponse Source #

See: newGetCatalogItemResponse smart constructor.

Instances

Instances details
Generic GetCatalogItemResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

Associated Types

type Rep GetCatalogItemResponse :: Type -> Type #

Read GetCatalogItemResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

Show GetCatalogItemResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

NFData GetCatalogItemResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

Methods

rnf :: GetCatalogItemResponse -> () #

Eq GetCatalogItemResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

type Rep GetCatalogItemResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetCatalogItem

type Rep GetCatalogItemResponse = D1 ('MetaData "GetCatalogItemResponse" "Amazonka.Outposts.GetCatalogItem" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetCatalogItemResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogItem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CatalogItem)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCatalogItemResponse Source #

Create a value of GetCatalogItemResponse 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:catalogItem:GetCatalogItemResponse', getCatalogItemResponse_catalogItem - Information about this catalog item.

$sel:httpStatus:GetCatalogItemResponse', getCatalogItemResponse_httpStatus - The response's http status code.

GetConnection

data GetConnection Source #

See: newGetConnection smart constructor.

Constructors

GetConnection' Text 

Instances

Instances details
ToHeaders GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

ToPath GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

ToQuery GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

AWSRequest GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Associated Types

type AWSResponse GetConnection #

Generic GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Associated Types

type Rep GetConnection :: Type -> Type #

Read GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Show GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

NFData GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Methods

rnf :: GetConnection -> () #

Eq GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Hashable GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type AWSResponse GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type Rep GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

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

newGetConnection Source #

Create a value of GetConnection 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:

GetConnection, getConnection_connectionId - The ID of the connection.

data GetConnectionResponse Source #

See: newGetConnectionResponse smart constructor.

Instances

Instances details
Generic GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Associated Types

type Rep GetConnectionResponse :: Type -> Type #

Read GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Show GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

NFData GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Methods

rnf :: GetConnectionResponse -> () #

Eq GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type Rep GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type Rep GetConnectionResponse = D1 ('MetaData "GetConnectionResponse" "Amazonka.Outposts.GetConnection" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionDetails)) :*: (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetConnectionResponse Source #

Create a value of GetConnectionResponse 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:connectionDetails:GetConnectionResponse', getConnectionResponse_connectionDetails - Information about the connection.

GetConnection, getConnectionResponse_connectionId - The ID of the connection.

$sel:httpStatus:GetConnectionResponse', getConnectionResponse_httpStatus - The response's http status code.

GetOrder

data GetOrder Source #

See: newGetOrder smart constructor.

Constructors

GetOrder' Text 

Instances

Instances details
ToHeaders GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Methods

toHeaders :: GetOrder -> [Header] #

ToPath GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

ToQuery GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

AWSRequest GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Associated Types

type AWSResponse GetOrder #

Generic GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Associated Types

type Rep GetOrder :: Type -> Type #

Methods

from :: GetOrder -> Rep GetOrder x #

to :: Rep GetOrder x -> GetOrder #

Read GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Show GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

NFData GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Methods

rnf :: GetOrder -> () #

Eq GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Hashable GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Methods

hashWithSalt :: Int -> GetOrder -> Int #

hash :: GetOrder -> Int #

type AWSResponse GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

type Rep GetOrder Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

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

newGetOrder Source #

Arguments

:: Text

GetOrder

-> GetOrder 

Create a value of GetOrder 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:

GetOrder, getOrder_orderId - The ID of the order.

data GetOrderResponse Source #

See: newGetOrderResponse smart constructor.

Instances

Instances details
Generic GetOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Associated Types

type Rep GetOrderResponse :: Type -> Type #

Read GetOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Show GetOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

NFData GetOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

Methods

rnf :: GetOrderResponse -> () #

Eq GetOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

type Rep GetOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOrder

type Rep GetOrderResponse = D1 ('MetaData "GetOrderResponse" "Amazonka.Outposts.GetOrder" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetOrderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Order)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetOrderResponse Source #

Create a value of GetOrderResponse 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:order:GetOrderResponse', getOrderResponse_order - Undocumented member.

$sel:httpStatus:GetOrderResponse', getOrderResponse_httpStatus - The response's http status code.

GetOutpost

data GetOutpost Source #

See: newGetOutpost smart constructor.

Constructors

GetOutpost' Text 

Instances

Instances details
ToHeaders GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

toHeaders :: GetOutpost -> [Header] #

ToPath GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

ToQuery GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

AWSRequest GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type AWSResponse GetOutpost #

Generic GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type Rep GetOutpost :: Type -> Type #

Read GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Show GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

NFData GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

rnf :: GetOutpost -> () #

Eq GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Hashable GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type AWSResponse GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

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

newGetOutpost Source #

Arguments

:: Text

GetOutpost

-> GetOutpost 

Create a value of GetOutpost 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:

GetOutpost, getOutpost_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.

data GetOutpostResponse Source #

See: newGetOutpostResponse smart constructor.

Instances

Instances details
Generic GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type Rep GetOutpostResponse :: Type -> Type #

Read GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Show GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

NFData GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

rnf :: GetOutpostResponse -> () #

Eq GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpostResponse = D1 ('MetaData "GetOutpostResponse" "Amazonka.Outposts.GetOutpost" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetOutpostResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outpost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Outpost)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetOutpostResponse Source #

Create a value of GetOutpostResponse 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:outpost:GetOutpostResponse', getOutpostResponse_outpost - Undocumented member.

$sel:httpStatus:GetOutpostResponse', getOutpostResponse_httpStatus - The response's http status code.

GetOutpostInstanceTypes

data GetOutpostInstanceTypes Source #

See: newGetOutpostInstanceTypes smart constructor.

Instances

Instances details
ToHeaders GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

ToPath GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

ToQuery GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

AWSRequest GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Generic GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Associated Types

type Rep GetOutpostInstanceTypes :: Type -> Type #

Read GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Show GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

NFData GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Methods

rnf :: GetOutpostInstanceTypes -> () #

Eq GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Hashable GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

type AWSResponse GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

type Rep GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

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

newGetOutpostInstanceTypes Source #

Create a value of GetOutpostInstanceTypes 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:maxResults:GetOutpostInstanceTypes', getOutpostInstanceTypes_maxResults - Undocumented member.

GetOutpostInstanceTypes, getOutpostInstanceTypes_nextToken - Undocumented member.

GetOutpostInstanceTypes, getOutpostInstanceTypes_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.

data GetOutpostInstanceTypesResponse Source #

See: newGetOutpostInstanceTypesResponse smart constructor.

Instances

Instances details
Generic GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Associated Types

type Rep GetOutpostInstanceTypesResponse :: Type -> Type #

Read GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Show GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

NFData GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Eq GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

type Rep GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

type Rep GetOutpostInstanceTypesResponse = D1 ('MetaData "GetOutpostInstanceTypesResponse" "Amazonka.Outposts.GetOutpostInstanceTypes" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetOutpostInstanceTypesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceTypeItem])) :*: S1 ('MetaSel ('Just "nextToken") '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 "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

GetSite

data GetSite Source #

See: newGetSite smart constructor.

Constructors

GetSite' Text 

Instances

Instances details
ToHeaders GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Methods

toHeaders :: GetSite -> [Header] #

ToPath GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Methods

toPath :: GetSite -> ByteString #

ToQuery GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

AWSRequest GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Associated Types

type AWSResponse GetSite #

Generic GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Associated Types

type Rep GetSite :: Type -> Type #

Methods

from :: GetSite -> Rep GetSite x #

to :: Rep GetSite x -> GetSite #

Read GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Show GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

NFData GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Methods

rnf :: GetSite -> () #

Eq GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Methods

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

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

Hashable GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Methods

hashWithSalt :: Int -> GetSite -> Int #

hash :: GetSite -> Int #

type AWSResponse GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

type Rep GetSite Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

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

newGetSite Source #

Arguments

:: Text

GetSite

-> GetSite 

Create a value of GetSite 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:

GetSite, getSite_siteId - The ID or the Amazon Resource Name (ARN) of the site.

data GetSiteResponse Source #

See: newGetSiteResponse smart constructor.

Constructors

GetSiteResponse' (Maybe Site) Int 

Instances

Instances details
Generic GetSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Associated Types

type Rep GetSiteResponse :: Type -> Type #

Read GetSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Show GetSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

NFData GetSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

Methods

rnf :: GetSiteResponse -> () #

Eq GetSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

type Rep GetSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSite

type Rep GetSiteResponse = D1 ('MetaData "GetSiteResponse" "Amazonka.Outposts.GetSite" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Site)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSiteResponse Source #

Create a value of GetSiteResponse 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:site:GetSiteResponse', getSiteResponse_site - Undocumented member.

$sel:httpStatus:GetSiteResponse', getSiteResponse_httpStatus - The response's http status code.

GetSiteAddress

data GetSiteAddress Source #

See: newGetSiteAddress smart constructor.

Instances

Instances details
ToHeaders GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

ToPath GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

ToQuery GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

AWSRequest GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

Associated Types

type AWSResponse GetSiteAddress #

Generic GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

Associated Types

type Rep GetSiteAddress :: Type -> Type #

Read GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

Show GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

NFData GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

Methods

rnf :: GetSiteAddress -> () #

Eq GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

Hashable GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

type AWSResponse GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

type Rep GetSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

type Rep GetSiteAddress = D1 ('MetaData "GetSiteAddress" "Amazonka.Outposts.GetSiteAddress" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetSiteAddress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "addressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AddressType)))

newGetSiteAddress Source #

Create a value of GetSiteAddress 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:

GetSiteAddress, getSiteAddress_siteId - The ID or the Amazon Resource Name (ARN) of the site.

GetSiteAddress, getSiteAddress_addressType - The type of the address you request.

data GetSiteAddressResponse Source #

See: newGetSiteAddressResponse smart constructor.

Instances

Instances details
Generic GetSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

Associated Types

type Rep GetSiteAddressResponse :: Type -> Type #

Read GetSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

Show GetSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

NFData GetSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

Methods

rnf :: GetSiteAddressResponse -> () #

Eq GetSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

type Rep GetSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetSiteAddress

type Rep GetSiteAddressResponse = D1 ('MetaData "GetSiteAddressResponse" "Amazonka.Outposts.GetSiteAddress" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetSiteAddressResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Address)) :*: S1 ('MetaSel ('Just "addressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AddressType))) :*: (S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSiteAddressResponse Source #

Create a value of GetSiteAddressResponse 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:address:GetSiteAddressResponse', getSiteAddressResponse_address - Information about the address.

GetSiteAddress, getSiteAddressResponse_addressType - The type of the address you receive.

GetSiteAddress, getSiteAddressResponse_siteId - Undocumented member.

$sel:httpStatus:GetSiteAddressResponse', getSiteAddressResponse_httpStatus - The response's http status code.

ListAssets

data ListAssets Source #

See: newListAssets smart constructor.

Instances

Instances details
ToHeaders ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Methods

toHeaders :: ListAssets -> [Header] #

ToPath ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

ToQuery ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

AWSRequest ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Associated Types

type AWSResponse ListAssets #

Generic ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Associated Types

type Rep ListAssets :: Type -> Type #

Read ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Show ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

NFData ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Methods

rnf :: ListAssets -> () #

Eq ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Hashable ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

type AWSResponse ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

type Rep ListAssets Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

type Rep ListAssets = D1 ('MetaData "ListAssets" "Amazonka.Outposts.ListAssets" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListAssets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hostIdFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statusFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AssetState))) :*: S1 ('MetaSel ('Just "outpostIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListAssets Source #

Create a value of ListAssets 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:hostIdFilter:ListAssets', listAssets_hostIdFilter - Filters the results by the host ID of a Dedicated Host.

$sel:maxResults:ListAssets', listAssets_maxResults - Undocumented member.

ListAssets, listAssets_nextToken - Undocumented member.

$sel:statusFilter:ListAssets', listAssets_statusFilter - Filters the results by state.

$sel:outpostIdentifier:ListAssets', listAssets_outpostIdentifier - The ID or the Amazon Resource Name (ARN) of the Outpost.

data ListAssetsResponse Source #

See: newListAssetsResponse smart constructor.

Instances

Instances details
Generic ListAssetsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Associated Types

type Rep ListAssetsResponse :: Type -> Type #

Read ListAssetsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Show ListAssetsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

NFData ListAssetsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

Methods

rnf :: ListAssetsResponse -> () #

Eq ListAssetsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

type Rep ListAssetsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListAssets

type Rep ListAssetsResponse = D1 ('MetaData "ListAssetsResponse" "Amazonka.Outposts.ListAssets" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListAssetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssetInfo])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssetsResponse Source #

Create a value of ListAssetsResponse 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:assets:ListAssetsResponse', listAssetsResponse_assets - Information about the hardware assets.

ListAssets, listAssetsResponse_nextToken - Undocumented member.

$sel:httpStatus:ListAssetsResponse', listAssetsResponse_httpStatus - The response's http status code.

ListCatalogItems

data ListCatalogItems Source #

See: newListCatalogItems smart constructor.

Instances

Instances details
ToHeaders ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

ToPath ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

ToQuery ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

AWSRequest ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

Associated Types

type AWSResponse ListCatalogItems #

Generic ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

Associated Types

type Rep ListCatalogItems :: Type -> Type #

Read ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

Show ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

NFData ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

Methods

rnf :: ListCatalogItems -> () #

Eq ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

Hashable ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

type AWSResponse ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

type Rep ListCatalogItems Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

type Rep ListCatalogItems = D1 ('MetaData "ListCatalogItems" "Amazonka.Outposts.ListCatalogItems" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListCatalogItems'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eC2FamilyFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "itemClassFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CatalogItemClass]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportedStorageFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SupportedStorageEnum]))))))

newListCatalogItems :: ListCatalogItems Source #

Create a value of ListCatalogItems 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:eC2FamilyFilter:ListCatalogItems', listCatalogItems_eC2FamilyFilter - Filters the results by EC2 family (for example, M5).

$sel:itemClassFilter:ListCatalogItems', listCatalogItems_itemClassFilter - Filters the results by item class.

$sel:maxResults:ListCatalogItems', listCatalogItems_maxResults - Undocumented member.

ListCatalogItems, listCatalogItems_nextToken - Undocumented member.

$sel:supportedStorageFilter:ListCatalogItems', listCatalogItems_supportedStorageFilter - Filters the results by storage option.

data ListCatalogItemsResponse Source #

See: newListCatalogItemsResponse smart constructor.

Instances

Instances details
Generic ListCatalogItemsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

Associated Types

type Rep ListCatalogItemsResponse :: Type -> Type #

Read ListCatalogItemsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

Show ListCatalogItemsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

NFData ListCatalogItemsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

Eq ListCatalogItemsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

type Rep ListCatalogItemsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListCatalogItems

type Rep ListCatalogItemsResponse = D1 ('MetaData "ListCatalogItemsResponse" "Amazonka.Outposts.ListCatalogItems" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListCatalogItemsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CatalogItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCatalogItemsResponse Source #

Create a value of ListCatalogItemsResponse 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:catalogItems:ListCatalogItemsResponse', listCatalogItemsResponse_catalogItems - Information about the catalog items.

ListCatalogItems, listCatalogItemsResponse_nextToken - Undocumented member.

$sel:httpStatus:ListCatalogItemsResponse', listCatalogItemsResponse_httpStatus - The response's http status code.

ListOrders

data ListOrders Source #

See: newListOrders smart constructor.

Instances

Instances details
ToHeaders ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Methods

toHeaders :: ListOrders -> [Header] #

ToPath ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

ToQuery ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

AWSRequest ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Associated Types

type AWSResponse ListOrders #

Generic ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Associated Types

type Rep ListOrders :: Type -> Type #

Read ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Show ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

NFData ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Methods

rnf :: ListOrders -> () #

Eq ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Hashable ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

type AWSResponse ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

type Rep ListOrders Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

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

newListOrders :: ListOrders Source #

Create a value of ListOrders 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:maxResults:ListOrders', listOrders_maxResults - Undocumented member.

ListOrders, listOrders_nextToken - Undocumented member.

$sel:outpostIdentifierFilter:ListOrders', listOrders_outpostIdentifierFilter - The ID or the Amazon Resource Name (ARN) of the Outpost.

data ListOrdersResponse Source #

See: newListOrdersResponse smart constructor.

Instances

Instances details
Generic ListOrdersResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Associated Types

type Rep ListOrdersResponse :: Type -> Type #

Read ListOrdersResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Show ListOrdersResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

NFData ListOrdersResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

Methods

rnf :: ListOrdersResponse -> () #

Eq ListOrdersResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

type Rep ListOrdersResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOrders

type Rep ListOrdersResponse = D1 ('MetaData "ListOrdersResponse" "Amazonka.Outposts.ListOrders" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListOrdersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "orders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrderSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOrdersResponse Source #

Create a value of ListOrdersResponse 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:

ListOrders, listOrdersResponse_nextToken - Undocumented member.

$sel:orders:ListOrdersResponse', listOrdersResponse_orders - Information about the orders.

$sel:httpStatus:ListOrdersResponse', listOrdersResponse_httpStatus - The response's http status code.

ListOutposts

data ListOutposts Source #

See: newListOutposts smart constructor.

Instances

Instances details
ToHeaders ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

ToPath ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

ToQuery ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

AWSRequest ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Associated Types

type AWSResponse ListOutposts #

Generic ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Associated Types

type Rep ListOutposts :: Type -> Type #

Read ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Show ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

NFData ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Methods

rnf :: ListOutposts -> () #

Eq ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Hashable ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

type AWSResponse ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

type Rep ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

type Rep ListOutposts = D1 ('MetaData "ListOutposts" "Amazonka.Outposts.ListOutposts" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListOutposts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "availabilityZoneFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "availabilityZoneIdFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "lifeCycleStatusFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newListOutposts :: ListOutposts Source #

Create a value of ListOutposts 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:availabilityZoneFilter:ListOutposts', listOutposts_availabilityZoneFilter - Filters the results by Availability Zone (for example, us-east-1a).

$sel:availabilityZoneIdFilter:ListOutposts', listOutposts_availabilityZoneIdFilter - Filters the results by AZ ID (for example, use1-az1).

$sel:lifeCycleStatusFilter:ListOutposts', listOutposts_lifeCycleStatusFilter - Filters the results by the lifecycle status.

$sel:maxResults:ListOutposts', listOutposts_maxResults - Undocumented member.

ListOutposts, listOutposts_nextToken - Undocumented member.

data ListOutpostsResponse Source #

See: newListOutpostsResponse smart constructor.

Instances

Instances details
Generic ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Associated Types

type Rep ListOutpostsResponse :: Type -> Type #

Read ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Show ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

NFData ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Methods

rnf :: ListOutpostsResponse -> () #

Eq ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

type Rep ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

type Rep ListOutpostsResponse = D1 ('MetaData "ListOutpostsResponse" "Amazonka.Outposts.ListOutposts" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListOutpostsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outposts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Outpost])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOutpostsResponse Source #

Create a value of ListOutpostsResponse 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:

ListOutposts, listOutpostsResponse_nextToken - Undocumented member.

$sel:outposts:ListOutpostsResponse', listOutpostsResponse_outposts - Undocumented member.

$sel:httpStatus:ListOutpostsResponse', listOutpostsResponse_httpStatus - The response's http status code.

ListSites

data ListSites Source #

See: newListSites smart constructor.

Constructors

ListSites' (Maybe Natural) (Maybe Text) (Maybe [Text]) (Maybe [Text]) (Maybe [Text]) 

Instances

Instances details
ToHeaders ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Methods

toHeaders :: ListSites -> [Header] #

ToPath ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

ToQuery ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

AWSRequest ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Associated Types

type AWSResponse ListSites #

Generic ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Associated Types

type Rep ListSites :: Type -> Type #

Read ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Show ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

NFData ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Methods

rnf :: ListSites -> () #

Eq ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Hashable ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

type AWSResponse ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

type Rep ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

type Rep ListSites = D1 ('MetaData "ListSites" "Amazonka.Outposts.ListSites" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListSites'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "operatingAddressCityFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "operatingAddressCountryCodeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "operatingAddressStateOrRegionFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newListSites :: ListSites Source #

Create a value of ListSites 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:maxResults:ListSites', listSites_maxResults - Undocumented member.

ListSites, listSites_nextToken - Undocumented member.

$sel:operatingAddressCityFilter:ListSites', listSites_operatingAddressCityFilter - Filters the results by city.

$sel:operatingAddressCountryCodeFilter:ListSites', listSites_operatingAddressCountryCodeFilter - Filters the results by country code.

$sel:operatingAddressStateOrRegionFilter:ListSites', listSites_operatingAddressStateOrRegionFilter - Filters the results by state or region.

data ListSitesResponse Source #

See: newListSitesResponse smart constructor.

Instances

Instances details
Generic ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Associated Types

type Rep ListSitesResponse :: Type -> Type #

Read ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Show ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

NFData ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Methods

rnf :: ListSitesResponse -> () #

Eq ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

type Rep ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

type Rep ListSitesResponse = D1 ('MetaData "ListSitesResponse" "Amazonka.Outposts.ListSites" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListSitesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sites") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Site])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSitesResponse Source #

Create a value of ListSitesResponse 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:

ListSites, listSitesResponse_nextToken - Undocumented member.

$sel:sites:ListSitesResponse', listSitesResponse_sites - Undocumented member.

$sel:httpStatus:ListSitesResponse', listSitesResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

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

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.Outposts.ListTagsForResource" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - The resource tags.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

StartConnection

data StartConnection Source #

See: newStartConnection smart constructor.

Instances

Instances details
ToJSON StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

ToHeaders StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

ToPath StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

ToQuery StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

AWSRequest StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

Associated Types

type AWSResponse StartConnection #

Generic StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

Associated Types

type Rep StartConnection :: Type -> Type #

Read StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

Show StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

NFData StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

Methods

rnf :: StartConnection -> () #

Eq StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

Hashable StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

type AWSResponse StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

type Rep StartConnection Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

type Rep StartConnection = D1 ('MetaData "StartConnection" "Amazonka.Outposts.StartConnection" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "StartConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deviceSerialNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "clientPublicKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "networkInterfaceDeviceIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newStartConnection Source #

Create a value of StartConnection 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:deviceSerialNumber:StartConnection', startConnection_deviceSerialNumber - The serial number of the dongle.

StartConnection, startConnection_assetId - The ID of the Outpost server.

StartConnection, startConnection_clientPublicKey - The public key of the client.

$sel:networkInterfaceDeviceIndex:StartConnection', startConnection_networkInterfaceDeviceIndex - The device index of the network interface on the Outpost server.

data StartConnectionResponse Source #

See: newStartConnectionResponse smart constructor.

Instances

Instances details
Generic StartConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

Associated Types

type Rep StartConnectionResponse :: Type -> Type #

Read StartConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

Show StartConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

NFData StartConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

Methods

rnf :: StartConnectionResponse -> () #

Eq StartConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

type Rep StartConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.StartConnection

type Rep StartConnectionResponse = D1 ('MetaData "StartConnectionResponse" "Amazonka.Outposts.StartConnection" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "StartConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "underlayIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStartConnectionResponse Source #

Create a value of StartConnectionResponse 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:connectionId:StartConnectionResponse', startConnectionResponse_connectionId - The ID of the connection.

$sel:underlayIpAddress:StartConnectionResponse', startConnectionResponse_underlayIpAddress - The underlay IP address.

$sel:httpStatus:StartConnectionResponse', startConnectionResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Outposts.TagResource" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

TagResource, tagResource_tags - The tags to add to the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Outposts.TagResource" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Outposts.UntagResource" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Outposts.UntagResource" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateOutpost

data UpdateOutpost Source #

See: newUpdateOutpost smart constructor.

Instances

Instances details
ToJSON UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

ToHeaders UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

ToPath UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

ToQuery UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

AWSRequest UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Associated Types

type AWSResponse UpdateOutpost #

Generic UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Associated Types

type Rep UpdateOutpost :: Type -> Type #

Read UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Show UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

NFData UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Methods

rnf :: UpdateOutpost -> () #

Eq UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Hashable UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type AWSResponse UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type Rep UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type Rep UpdateOutpost = D1 ('MetaData "UpdateOutpost" "Amazonka.Outposts.UpdateOutpost" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateOutpost'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedHardwareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SupportedHardwareType)) :*: S1 ('MetaSel ('Just "outpostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateOutpost Source #

Create a value of UpdateOutpost 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:

UpdateOutpost, updateOutpost_description - Undocumented member.

UpdateOutpost, updateOutpost_name - Undocumented member.

UpdateOutpost, updateOutpost_supportedHardwareType - The type of hardware for this Outpost.

UpdateOutpost, updateOutpost_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.

data UpdateOutpostResponse Source #

See: newUpdateOutpostResponse smart constructor.

Instances

Instances details
Generic UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Associated Types

type Rep UpdateOutpostResponse :: Type -> Type #

Read UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Show UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

NFData UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Methods

rnf :: UpdateOutpostResponse -> () #

Eq UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type Rep UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type Rep UpdateOutpostResponse = D1 ('MetaData "UpdateOutpostResponse" "Amazonka.Outposts.UpdateOutpost" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateOutpostResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outpost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Outpost)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateOutpostResponse Source #

Create a value of UpdateOutpostResponse 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:outpost:UpdateOutpostResponse', updateOutpostResponse_outpost - Undocumented member.

$sel:httpStatus:UpdateOutpostResponse', updateOutpostResponse_httpStatus - The response's http status code.

UpdateSite

data UpdateSite Source #

See: newUpdateSite smart constructor.

Instances

Instances details
ToJSON UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

ToHeaders UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Methods

toHeaders :: UpdateSite -> [Header] #

ToPath UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

ToQuery UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

AWSRequest UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Associated Types

type AWSResponse UpdateSite #

Generic UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Associated Types

type Rep UpdateSite :: Type -> Type #

Read UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Show UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

NFData UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Methods

rnf :: UpdateSite -> () #

Eq UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Hashable UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

type AWSResponse UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

type Rep UpdateSite Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

type Rep UpdateSite = D1 ('MetaData "UpdateSite" "Amazonka.Outposts.UpdateSite" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateSite'" 'PrefixI 'True) ((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 "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateSite Source #

Arguments

:: Text

UpdateSite

-> UpdateSite 

Create a value of UpdateSite 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:

UpdateSite, updateSite_description - Undocumented member.

UpdateSite, updateSite_name - Undocumented member.

UpdateSite, updateSite_notes - Notes about a site.

UpdateSite, updateSite_siteId - The ID or the Amazon Resource Name (ARN) of the site.

data UpdateSiteResponse Source #

See: newUpdateSiteResponse smart constructor.

Instances

Instances details
Generic UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Associated Types

type Rep UpdateSiteResponse :: Type -> Type #

Read UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Show UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

NFData UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

Methods

rnf :: UpdateSiteResponse -> () #

Eq UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

type Rep UpdateSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSite

type Rep UpdateSiteResponse = D1 ('MetaData "UpdateSiteResponse" "Amazonka.Outposts.UpdateSite" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Site)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSiteResponse Source #

Create a value of UpdateSiteResponse 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:site:UpdateSiteResponse', updateSiteResponse_site - Undocumented member.

$sel:httpStatus:UpdateSiteResponse', updateSiteResponse_httpStatus - The response's http status code.

UpdateSiteAddress

data UpdateSiteAddress Source #

See: newUpdateSiteAddress smart constructor.

Instances

Instances details
ToJSON UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

ToHeaders UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

ToPath UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

ToQuery UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

AWSRequest UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

Associated Types

type AWSResponse UpdateSiteAddress #

Generic UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

Associated Types

type Rep UpdateSiteAddress :: Type -> Type #

Read UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

Show UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

NFData UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

Methods

rnf :: UpdateSiteAddress -> () #

Eq UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

Hashable UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

type AWSResponse UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

type Rep UpdateSiteAddress Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

type Rep UpdateSiteAddress = D1 ('MetaData "UpdateSiteAddress" "Amazonka.Outposts.UpdateSiteAddress" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateSiteAddress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "addressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AddressType) :*: S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Address))))

newUpdateSiteAddress Source #

Create a value of UpdateSiteAddress 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:

UpdateSiteAddress, updateSiteAddress_siteId - The ID or the Amazon Resource Name (ARN) of the site.

UpdateSiteAddress, updateSiteAddress_addressType - The type of the address.

UpdateSiteAddress, updateSiteAddress_address - The address for the site.

data UpdateSiteAddressResponse Source #

See: newUpdateSiteAddressResponse smart constructor.

Instances

Instances details
Generic UpdateSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

Associated Types

type Rep UpdateSiteAddressResponse :: Type -> Type #

Read UpdateSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

Show UpdateSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

NFData UpdateSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

Eq UpdateSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

type Rep UpdateSiteAddressResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteAddress

type Rep UpdateSiteAddressResponse = D1 ('MetaData "UpdateSiteAddressResponse" "Amazonka.Outposts.UpdateSiteAddress" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateSiteAddressResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Address)) :*: (S1 ('MetaSel ('Just "addressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AddressType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateSiteAddressResponse Source #

Create a value of UpdateSiteAddressResponse 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:

UpdateSiteAddress, updateSiteAddressResponse_address - Information about an address.

UpdateSiteAddress, updateSiteAddressResponse_addressType - The type of the address.

$sel:httpStatus:UpdateSiteAddressResponse', updateSiteAddressResponse_httpStatus - The response's http status code.

UpdateSiteRackPhysicalProperties

data UpdateSiteRackPhysicalProperties Source #

See: newUpdateSiteRackPhysicalProperties smart constructor.

Instances

Instances details
ToJSON UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

ToHeaders UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

ToPath UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

ToQuery UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

AWSRequest UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Generic UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Associated Types

type Rep UpdateSiteRackPhysicalProperties :: Type -> Type #

Read UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Show UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

NFData UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Eq UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Hashable UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type AWSResponse UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type Rep UpdateSiteRackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type Rep UpdateSiteRackPhysicalProperties = D1 ('MetaData "UpdateSiteRackPhysicalProperties" "Amazonka.Outposts.UpdateSiteRackPhysicalProperties" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateSiteRackPhysicalProperties'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "fiberOpticCableType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FiberOpticCableType)) :*: S1 ('MetaSel ('Just "maximumSupportedWeightLbs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaximumSupportedWeightLbs))) :*: (S1 ('MetaSel ('Just "opticalStandard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpticalStandard)) :*: (S1 ('MetaSel ('Just "powerConnector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PowerConnector)) :*: S1 ('MetaSel ('Just "powerDrawKva") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PowerDrawKva))))) :*: ((S1 ('MetaSel ('Just "powerFeedDrop") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PowerFeedDrop)) :*: S1 ('MetaSel ('Just "powerPhase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PowerPhase))) :*: (S1 ('MetaSel ('Just "uplinkCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UplinkCount)) :*: (S1 ('MetaSel ('Just "uplinkGbps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UplinkGbps)) :*: S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateSiteRackPhysicalProperties Source #

Create a value of UpdateSiteRackPhysicalProperties 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:

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_fiberOpticCableType - The type of fiber that you will use to attach the Outpost to your network.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_maximumSupportedWeightLbs - The maximum rack weight that this site can support. NO_LIMIT is over 2000lbs.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_opticalStandard - The type of optical standard that you will use to attach the Outpost to your 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.

  • OPTIC_10GBASE_SR: 10GBASE-SR
  • OPTIC_10GBASE_IR: 10GBASE-IR
  • OPTIC_10GBASE_LR: 10GBASE-LR
  • OPTIC_40GBASE_SR: 40GBASE-SR
  • OPTIC_40GBASE_ESR: 40GBASE-ESR
  • OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L)
  • OPTIC_40GBASE_LR4: 40GBASE-LR4
  • OPTIC_100GBASE_SR4: 100GBASE-SR4
  • OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4
  • OPTIC_100GBASE_LR4: 100GBASE-LR4
  • OPTIC_100G_PSM4_MSA: 100G PSM4 MSA
  • OPTIC_1000BASE_LX: 1000Base-LX
  • OPTIC_1000BASE_SX : 1000Base-SX

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_powerConnector - The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between PowerPhase and PowerConnector.

  • Single-phase AC feed

    • L6-30P – (common in US); 30A; single phase
    • IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
  • Three-phase AC feed

    • AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
    • AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_powerDrawKva - The power draw, in kVA, available at the hardware placement position for the rack.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_powerFeedDrop - Indicates whether the power feed comes above or below the rack.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_powerPhase - The power option that you can provide for hardware.

  • Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
  • Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_uplinkCount - Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between UplinkGbps and UplinkCount.

  • 1Gbps - Uplinks available: 1, 2, 4, 6, 8
  • 10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
  • 40 and 100 Gbps- Uplinks available: 1, 2, 4

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_uplinkGbps - The uplink speed the rack should support for the connection to the Region.

UpdateSiteRackPhysicalProperties, updateSiteRackPhysicalProperties_siteId - The ID or the Amazon Resource Name (ARN) of the site.

data UpdateSiteRackPhysicalPropertiesResponse Source #

Instances

Instances details
Generic UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Read UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Show UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

NFData UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

Eq UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type Rep UpdateSiteRackPhysicalPropertiesResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateSiteRackPhysicalProperties

type Rep UpdateSiteRackPhysicalPropertiesResponse = D1 ('MetaData "UpdateSiteRackPhysicalPropertiesResponse" "Amazonka.Outposts.UpdateSiteRackPhysicalProperties" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateSiteRackPhysicalPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "site") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Site)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSiteRackPhysicalPropertiesResponse Source #

Create a value of UpdateSiteRackPhysicalPropertiesResponse 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:site:UpdateSiteRackPhysicalPropertiesResponse', updateSiteRackPhysicalPropertiesResponse_site - Undocumented member.

$sel:httpStatus:UpdateSiteRackPhysicalPropertiesResponse', updateSiteRackPhysicalPropertiesResponse_httpStatus - The response's http status code.

Types

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.

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.

AssetInfo

data AssetInfo Source #

Information about hardware assets.

See: newAssetInfo smart constructor.

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.

AssetLocation

data AssetLocation Source #

Information about the position of the asset in a rack.

See: newAssetLocation smart constructor.

Constructors

AssetLocation' (Maybe Double) 

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.

CatalogItem

data CatalogItem Source #

Information about a catalog item.

See: newCatalogItem smart constructor.

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.

ComputeAttributes

data ComputeAttributes Source #

Information about compute hardware assets.

See: newComputeAttributes smart constructor.

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.

ConnectionDetails

data ConnectionDetails Source #

Information about a connection.

See: newConnectionDetails smart constructor.

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' (Maybe Text) (Maybe Text) (Maybe Text) 

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.

InstanceTypeItem

data InstanceTypeItem Source #

Information about an instance type.

See: newInstanceTypeItem smart constructor.

Constructors

InstanceTypeItem' (Maybe Text) 

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.

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.

LineItemAssetInformation

data LineItemAssetInformation Source #

Information about a line item asset.

See: newLineItemAssetInformation smart constructor.

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.

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.

Order

data Order Source #

Information about an order.

See: newOrder smart constructor.

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.

OrderSummary

data OrderSummary Source #

A summary of line items in your order.

See: newOrderSummary smart constructor.

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.

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.

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.

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.

ShipmentInformation

data ShipmentInformation Source #

Information about a line item shipment.

See: newShipmentInformation smart constructor.

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.

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.