libZSservicesZSamazonka-outpostsZSamazonka-outposts
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Outposts

Description

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

AWS Outposts is a fully managed service that extends AWS infrastructure, APIs, and tools to customer premises. By providing local access to AWS managed infrastructure, AWS Outposts enables customers to build and run applications on premises using the same programming interfaces as in AWS 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.

ValidationException

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You do not have permission to perform this operation.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Updating or deleting this resource can cause an inconsistent state.

NotFoundException

_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified request is not valid.

ServiceQuotaExceededException

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An internal error has occurred.

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.

DeleteOutpost

data DeleteOutpost Source #

See: newDeleteOutpost smart constructor.

Constructors

DeleteOutpost' Text 

Instances

Instances details
Eq DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Read DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Show DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Generic DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type Rep DeleteOutpost :: Type -> Type #

NFData DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Methods

rnf :: DeleteOutpost -> () #

Hashable DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

AWSRequest DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type AWSResponse DeleteOutpost #

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

type Rep DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type Rep DeleteOutpost = D1 ('MetaData "DeleteOutpost" "Amazonka.Outposts.DeleteOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "DeleteOutpost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outpostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

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:

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

data DeleteOutpostResponse Source #

See: newDeleteOutpostResponse smart constructor.

Instances

Instances details
Eq DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Read DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Show DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Generic DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type Rep DeleteOutpostResponse :: Type -> Type #

NFData DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Methods

rnf :: DeleteOutpostResponse -> () #

type Rep DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type Rep DeleteOutpostResponse = D1 ('MetaData "DeleteOutpostResponse" "Amazonka.Outposts.DeleteOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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
Eq DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Read DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Show DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Generic DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Associated Types

type Rep DeleteSite :: Type -> Type #

NFData DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Methods

rnf :: DeleteSite -> () #

Hashable DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

AWSRequest DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Associated Types

type AWSResponse DeleteSite #

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

type Rep DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

type Rep DeleteSite = D1 ('MetaData "DeleteSite" "Amazonka.Outposts.DeleteSite" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "DeleteSite'" 'PrefixI 'True) (S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSite Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

newDeleteSite Source #

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:

$sel:siteId:DeleteSite', deleteSite_siteId - Undocumented member.

data DeleteSiteResponse Source #

See: newDeleteSiteResponse smart constructor.

Constructors

DeleteSiteResponse' Int 

Instances

Instances details
Eq DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Read DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Show DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Generic DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Associated Types

type Rep DeleteSiteResponse :: Type -> Type #

NFData DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

Methods

rnf :: DeleteSiteResponse -> () #

type Rep DeleteSiteResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteSite

type Rep DeleteSiteResponse = D1 ('MetaData "DeleteSiteResponse" "Amazonka.Outposts.DeleteSite" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.Outposts.ListTagsForResource" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

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
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The resource tags.

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

ListOutposts

data ListOutposts Source #

See: newListOutposts smart constructor.

Instances

Instances details
Eq ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Read ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Show ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Generic ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Associated Types

type Rep ListOutposts :: Type -> Type #

NFData ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Methods

rnf :: ListOutposts -> () #

Hashable ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

AWSRequest ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Associated Types

type AWSResponse ListOutposts #

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

type Rep ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

type Rep ListOutposts = D1 ('MetaData "ListOutposts" "Amazonka.Outposts.ListOutposts" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "ListOutposts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "availabilityZoneFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "lifeCycleStatusFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "availabilityZoneIdFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListOutposts Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

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 - A filter for the Availibility Zone (us-east-1a) of the Outpost.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

$sel:lifeCycleStatusFilter:ListOutposts', listOutposts_lifeCycleStatusFilter - A filter for the lifecycle status of the Outpost.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

$sel:nextToken:ListOutposts', listOutposts_nextToken - Undocumented member.

$sel:availabilityZoneIdFilter:ListOutposts', listOutposts_availabilityZoneIdFilter - A filter for the AZ IDs (use1-az1) of the Outpost.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

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

data ListOutpostsResponse Source #

See: newListOutpostsResponse smart constructor.

Instances

Instances details
Eq ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Read ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Show ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Generic ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Associated Types

type Rep ListOutpostsResponse :: Type -> Type #

NFData ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

Methods

rnf :: ListOutpostsResponse -> () #

type Rep ListOutpostsResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListOutposts

type Rep ListOutpostsResponse = D1 ('MetaData "ListOutpostsResponse" "Amazonka.Outposts.ListOutposts" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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:

$sel:nextToken: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 Text) (Maybe Natural) 

Instances

Instances details
Eq ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Read ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Show ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Generic ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Associated Types

type Rep ListSites :: Type -> Type #

NFData ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Methods

rnf :: ListSites -> () #

Hashable ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

AWSRequest ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Associated Types

type AWSResponse ListSites #

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

type Rep ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

type Rep ListSites = D1 ('MetaData "ListSites" "Amazonka.Outposts.ListSites" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "ListSites'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListSites Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

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:nextToken:ListSites', listSites_nextToken - Undocumented member.

$sel:maxResults:ListSites', listSites_maxResults - Undocumented member.

data ListSitesResponse Source #

See: newListSitesResponse smart constructor.

Instances

Instances details
Eq ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Read ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Show ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Generic ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Associated Types

type Rep ListSitesResponse :: Type -> Type #

NFData ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

Methods

rnf :: ListSitesResponse -> () #

type Rep ListSitesResponse Source # 
Instance details

Defined in Amazonka.Outposts.ListSites

type Rep ListSitesResponse = D1 ('MetaData "ListSitesResponse" "Amazonka.Outposts.ListSites" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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:

$sel:nextToken:ListSites', listSitesResponse_nextToken - Undocumented member.

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

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

CreateOrder

data CreateOrder Source #

See: newCreateOrder smart constructor.

Instances

Instances details
Eq CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Read CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Show CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Generic CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Associated Types

type Rep CreateOrder :: Type -> Type #

NFData CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Methods

rnf :: CreateOrder -> () #

Hashable CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

ToJSON CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

AWSRequest CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Associated Types

type AWSResponse 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

type Rep CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

type Rep CreateOrder = D1 ('MetaData "CreateOrder" "Amazonka.Outposts.CreateOrder" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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))))
type AWSResponse CreateOrder Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

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 for the order.

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

$sel:lineItems:CreateOrder', createOrder_lineItems - The line items that make up the order.

$sel:paymentOption:CreateOrder', createOrder_paymentOption - The payment option for the order.

data CreateOrderResponse Source #

See: newCreateOrderResponse smart constructor.

Instances

Instances details
Eq CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Read CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Show CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Generic CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Associated Types

type Rep CreateOrderResponse :: Type -> Type #

NFData CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

Methods

rnf :: CreateOrderResponse -> () #

type Rep CreateOrderResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOrder

type Rep CreateOrderResponse = D1 ('MetaData "CreateOrderResponse" "Amazonka.Outposts.CreateOrder" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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.

GetOutpostInstanceTypes

data GetOutpostInstanceTypes Source #

See: newGetOutpostInstanceTypes smart constructor.

Instances

Instances details
Eq GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Read GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Show 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 #

NFData GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Methods

rnf :: GetOutpostInstanceTypes -> () #

Hashable GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

AWSRequest GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

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

type Rep GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

type Rep GetOutpostInstanceTypes = D1 ('MetaData "GetOutpostInstanceTypes" "Amazonka.Outposts.GetOutpostInstanceTypes" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "GetOutpostInstanceTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "outpostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetOutpostInstanceTypes Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

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:nextToken:GetOutpostInstanceTypes', getOutpostInstanceTypes_nextToken - Undocumented member.

$sel:maxResults:GetOutpostInstanceTypes', getOutpostInstanceTypes_maxResults - Undocumented member.

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

data GetOutpostInstanceTypesResponse Source #

See: newGetOutpostInstanceTypesResponse smart constructor.

Instances

Instances details
Eq GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Read GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Show GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Generic GetOutpostInstanceTypesResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpostInstanceTypes

Associated Types

type Rep GetOutpostInstanceTypesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "GetOutpostInstanceTypesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceTypeItem])) :*: S1 ('MetaSel ('Just "outpostArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") '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)))))

CreateOutpost

data CreateOutpost Source #

See: newCreateOutpost smart constructor.

Instances

Instances details
Eq CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Read CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Show CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Generic CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type Rep CreateOutpost :: Type -> Type #

NFData CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Methods

rnf :: CreateOutpost -> () #

Hashable CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

ToJSON CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

AWSRequest CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type AWSResponse 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

type Rep CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type Rep CreateOutpost = D1 ('MetaData "CreateOutpost" "Amazonka.Outposts.CreateOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "CreateOutpost'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "availabilityZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse 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:

$sel:availabilityZoneId:CreateOutpost', createOutpost_availabilityZoneId - Undocumented member.

$sel:availabilityZone:CreateOutpost', createOutpost_availabilityZone - Undocumented member.

$sel:description:CreateOutpost', createOutpost_description - Undocumented member.

$sel:tags:CreateOutpost', createOutpost_tags - The tags to apply to the Outpost.

$sel:name:CreateOutpost', createOutpost_name - Undocumented member.

$sel:siteId:CreateOutpost', createOutpost_siteId - Undocumented member.

data CreateOutpostResponse Source #

See: newCreateOutpostResponse smart constructor.

Instances

Instances details
Eq CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Read CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Show CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Generic CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type Rep CreateOutpostResponse :: Type -> Type #

NFData CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Methods

rnf :: CreateOutpostResponse -> () #

type Rep CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type Rep CreateOutpostResponse = D1 ('MetaData "CreateOutpostResponse" "Amazonka.Outposts.CreateOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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.

GetOutpost

data GetOutpost Source #

See: newGetOutpost smart constructor.

Constructors

GetOutpost' Text 

Instances

Instances details
Eq GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Read GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Show GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Generic GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type Rep GetOutpost :: Type -> Type #

NFData GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

rnf :: GetOutpost -> () #

Hashable GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

AWSRequest GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type AWSResponse GetOutpost #

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

type Rep GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpost = D1 ('MetaData "GetOutpost" "Amazonka.Outposts.GetOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "GetOutpost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outpostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

newGetOutpost Source #

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:

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

data GetOutpostResponse Source #

See: newGetOutpostResponse smart constructor.

Instances

Instances details
Eq GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Read GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Show GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Generic GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type Rep GetOutpostResponse :: Type -> Type #

NFData GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

rnf :: GetOutpostResponse -> () #

type Rep GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpostResponse = D1 ('MetaData "GetOutpostResponse" "Amazonka.Outposts.GetOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Outposts.TagResource" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

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.

$sel:tags:TagResource', tagResource_tags - The tags to add to the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Outposts.TagResource" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Associated Types

type AWSResponse UntagResource #

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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Outposts.UntagResource" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Outposts.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Outposts.UntagResource" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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.

Types

OrderStatus

newtype OrderStatus Source #

Constructors

OrderStatus' 

Instances

Instances details
Eq OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Ord OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Read OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Show OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Generic OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Associated Types

type Rep OrderStatus :: Type -> Type #

NFData OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

Methods

rnf :: OrderStatus -> () #

Hashable 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

FromJSON OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

FromJSONKey OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToLog OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToHeader OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

ToQuery OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

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 #

ToByteString 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 #

type Rep OrderStatus Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderStatus

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

PaymentOption

newtype PaymentOption Source #

Constructors

PaymentOption' 

Instances

Instances details
Eq PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Ord PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Read PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Show PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Generic PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Associated Types

type Rep PaymentOption :: Type -> Type #

NFData PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

Methods

rnf :: PaymentOption -> () #

Hashable 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

FromJSON PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

FromJSONKey PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToLog PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToHeader PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

ToQuery PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

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 #

ToByteString 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 #

type Rep PaymentOption Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentOption

type Rep PaymentOption = D1 ('MetaData "PaymentOption" "Amazonka.Outposts.Types.PaymentOption" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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_THREE_YEARS :: PaymentTerm 

Instances

Instances details
Eq PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Ord PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Read PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Show PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Generic PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Associated Types

type Rep PaymentTerm :: Type -> Type #

NFData PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

Methods

rnf :: PaymentTerm -> () #

Hashable 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

FromJSON PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

FromJSONKey PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToLog PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToHeader PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

ToQuery PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

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 #

ToByteString 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 #

type Rep PaymentTerm Source # 
Instance details

Defined in Amazonka.Outposts.Types.PaymentTerm

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

InstanceTypeItem

data InstanceTypeItem Source #

Information about an instance type.

See: newInstanceTypeItem smart constructor.

Constructors

InstanceTypeItem' (Maybe Text) 

Instances

Instances details
Eq InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

Read InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

Show 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 #

NFData InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

Methods

rnf :: InstanceTypeItem -> () #

Hashable InstanceTypeItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.InstanceTypeItem

FromJSON 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" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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
Eq LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Read LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Show 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 #

NFData LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Methods

rnf :: LineItem -> () #

Hashable LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Methods

hashWithSalt :: Int -> LineItem -> Int #

hash :: LineItem -> Int #

FromJSON LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

type Rep LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

type Rep LineItem = D1 ('MetaData "LineItem" "Amazonka.Outposts.Types.LineItem" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "LineItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "catalogItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lineItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:status:LineItem', lineItem_status - The status of the line item.

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

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

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

LineItemRequest

data LineItemRequest Source #

Information about a line item request.

See: newLineItemRequest smart constructor.

Instances

Instances details
Eq LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

Read LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

Show 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 #

NFData LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

Methods

rnf :: LineItemRequest -> () #

Hashable LineItemRequest Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItemRequest

ToJSON 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" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "LineItemRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "catalogItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:quantity:LineItemRequest', lineItemRequest_quantity - The quantity of a line item request.

$sel:catalogItemId:LineItemRequest', lineItemRequest_catalogItemId - The ID of the catalog item.

Order

data Order Source #

Information about an order.

See: newOrder smart constructor.

Instances

Instances details
Eq Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Methods

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

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

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 #

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 #

NFData Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Methods

rnf :: Order -> () #

Hashable Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

Methods

hashWithSalt :: Int -> Order -> Int #

hash :: Order -> Int #

FromJSON Order Source # 
Instance details

Defined in Amazonka.Outposts.Types.Order

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:status:Order', order_status - The status of the order

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

$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:outpostId:Order', order_outpostId - The ID of the Outpost.

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

Outpost

data Outpost Source #

Information about an Outpost.

See: newOutpost smart constructor.

Instances

Instances details
Eq Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Methods

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

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

Read Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Show 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 #

NFData Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Methods

rnf :: Outpost -> () #

Hashable Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

Methods

hashWithSalt :: Int -> Outpost -> Int #

hash :: Outpost -> Int #

FromJSON Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

type Rep Outpost Source # 
Instance details

Defined in Amazonka.Outposts.Types.Outpost

newOutpost :: Outpost Source #

Create a value of Outpost with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

$sel:availabilityZone:Outpost', outpost_availabilityZone - Undocumented member.

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

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

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

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

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

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

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

Site

data Site Source #

Information about a site.

See: newSite smart constructor.

Instances

Instances details
Eq Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

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

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

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 #

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 #

NFData Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

rnf :: Site -> () #

Hashable Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

Methods

hashWithSalt :: Int -> Site -> Int #

hash :: Site -> Int #

FromJSON Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

type Rep Site Source # 
Instance details

Defined in Amazonka.Outposts.Types.Site

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:name:Site', site_name - Undocumented member.

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

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

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

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