| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
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
- defaultService :: Service
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictException :: AsError a => Getting (First ServiceError) a ServiceError
- _NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError
- data DeleteOutpost = DeleteOutpost' Text
- newDeleteOutpost :: Text -> DeleteOutpost
- data DeleteOutpostResponse = DeleteOutpostResponse' Int
- newDeleteOutpostResponse :: Int -> DeleteOutpostResponse
- data DeleteSite = DeleteSite' Text
- newDeleteSite :: Text -> DeleteSite
- data DeleteSiteResponse = DeleteSiteResponse' Int
- newDeleteSiteResponse :: Int -> DeleteSiteResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data ListOutposts = ListOutposts' (Maybe (NonEmpty Text)) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural)
- newListOutposts :: ListOutposts
- data ListOutpostsResponse = ListOutpostsResponse' (Maybe Text) (Maybe [Outpost]) Int
- newListOutpostsResponse :: Int -> ListOutpostsResponse
- data ListSites = ListSites' (Maybe Text) (Maybe Natural)
- newListSites :: ListSites
- data ListSitesResponse = ListSitesResponse' (Maybe Text) (Maybe [Site]) Int
- newListSitesResponse :: Int -> ListSitesResponse
- data CreateOrder = CreateOrder' (Maybe PaymentTerm) Text (NonEmpty LineItemRequest) PaymentOption
- newCreateOrder :: Text -> NonEmpty LineItemRequest -> PaymentOption -> CreateOrder
- data CreateOrderResponse = CreateOrderResponse' (Maybe Order) Int
- newCreateOrderResponse :: Int -> CreateOrderResponse
- data GetOutpostInstanceTypes = GetOutpostInstanceTypes' (Maybe Text) (Maybe Natural) Text
- newGetOutpostInstanceTypes :: Text -> GetOutpostInstanceTypes
- data GetOutpostInstanceTypesResponse = GetOutpostInstanceTypesResponse' (Maybe [InstanceTypeItem]) (Maybe Text) (Maybe Text) (Maybe Text) Int
- newGetOutpostInstanceTypesResponse :: Int -> GetOutpostInstanceTypesResponse
- data CreateOutpost = CreateOutpost' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text
- newCreateOutpost :: Text -> Text -> CreateOutpost
- data CreateOutpostResponse = CreateOutpostResponse' (Maybe Outpost) Int
- newCreateOutpostResponse :: Int -> CreateOutpostResponse
- data GetOutpost = GetOutpost' Text
- newGetOutpost :: Text -> GetOutpost
- data GetOutpostResponse = GetOutpostResponse' (Maybe Outpost) Int
- newGetOutpostResponse :: Int -> GetOutpostResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data UntagResource = UntagResource' Text (NonEmpty Text)
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- newtype OrderStatus where
- OrderStatus' { }
- pattern OrderStatus_CANCELLED :: OrderStatus
- pattern OrderStatus_FULFILLED :: OrderStatus
- pattern OrderStatus_INSTALLING :: OrderStatus
- pattern OrderStatus_PENDING :: OrderStatus
- pattern OrderStatus_PROCESSING :: OrderStatus
- pattern OrderStatus_RECEIVED :: OrderStatus
- newtype PaymentOption where
- PaymentOption' { }
- pattern PaymentOption_ALL_UPFRONT :: PaymentOption
- pattern PaymentOption_NO_UPFRONT :: PaymentOption
- pattern PaymentOption_PARTIAL_UPFRONT :: PaymentOption
- newtype PaymentTerm where
- PaymentTerm' { }
- pattern PaymentTerm_THREE_YEARS :: PaymentTerm
- data InstanceTypeItem = InstanceTypeItem' (Maybe Text)
- newInstanceTypeItem :: InstanceTypeItem
- data LineItem = LineItem' (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe Text)
- newLineItem :: LineItem
- data LineItemRequest = LineItemRequest' (Maybe Natural) (Maybe Text)
- newLineItemRequest :: LineItemRequest
- data Order = Order' (Maybe OrderStatus) (Maybe POSIX) (Maybe [LineItem]) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe PaymentOption)
- newOrder :: Order
- data Outpost = Outpost' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text))
- newOutpost :: Outpost
- data Site = Site' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text))
- newSite :: Site
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
_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
A parameter is not valid.
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
_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have exceeded a service quota.
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
Arguments
| :: Text | |
| -> DeleteOutpost |
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.
Constructors
| DeleteOutpostResponse' Int |
Instances
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
Arguments
| :: Text | |
| -> 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:
$sel:siteId:DeleteSite', deleteSite_siteId - Undocumented member.
data DeleteSiteResponse Source #
See: newDeleteSiteResponse smart constructor.
Constructors
| DeleteSiteResponse' Int |
Instances
newDeleteSiteResponse Source #
Arguments
| :: Int | |
| -> DeleteSiteResponse |
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.
Constructors
| ListTagsForResource' Text |
Instances
newListTagsForResource Source #
Arguments
| :: Text | |
| -> ListTagsForResource |
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
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.
Constructors
| ListOutposts' (Maybe (NonEmpty Text)) (Maybe (NonEmpty Text)) (Maybe Text) (Maybe (NonEmpty Text)) (Maybe Natural) |
Instances
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
newListOutpostsResponse Source #
Arguments
| :: Int | |
| -> ListOutpostsResponse |
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
See: newListSites smart constructor.
Constructors
| ListSites' (Maybe Text) (Maybe Natural) |
Instances
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
Arguments
| :: Int | |
| -> ListSitesResponse |
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.
Constructors
| CreateOrder' (Maybe PaymentTerm) Text (NonEmpty LineItemRequest) PaymentOption |
Instances
Arguments
| :: Text | |
| -> NonEmpty LineItemRequest | |
| -> PaymentOption | |
| -> CreateOrder |
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.
Constructors
| CreateOrderResponse' (Maybe Order) Int |
Instances
newCreateOrderResponse Source #
Arguments
| :: Int | |
| -> CreateOrderResponse |
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
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.
Constructors
| GetOutpostInstanceTypesResponse' (Maybe [InstanceTypeItem]) (Maybe Text) (Maybe Text) (Maybe Text) Int |
Instances
newGetOutpostInstanceTypesResponse Source #
Create a value of GetOutpostInstanceTypesResponse 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:instanceTypes:GetOutpostInstanceTypesResponse', getOutpostInstanceTypesResponse_instanceTypes - Undocumented member.
$sel:outpostArn:GetOutpostInstanceTypesResponse', getOutpostInstanceTypesResponse_outpostArn - Undocumented member.
$sel:nextToken:GetOutpostInstanceTypes', getOutpostInstanceTypesResponse_nextToken - Undocumented member.
$sel:outpostId:GetOutpostInstanceTypes', getOutpostInstanceTypesResponse_outpostId - The ID of the Outpost.
$sel:httpStatus:GetOutpostInstanceTypesResponse', getOutpostInstanceTypesResponse_httpStatus - The response's http status code.
CreateOutpost
data CreateOutpost Source #
See: newCreateOutpost smart constructor.
Constructors
| CreateOutpost' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CreateOutpost |
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.
Constructors
| CreateOutpostResponse' (Maybe Outpost) Int |
Instances
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
Arguments
| :: Text | |
| -> 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:
$sel:outpostId:GetOutpost', getOutpost_outpostId - The ID of the Outpost.
data GetOutpostResponse Source #
See: newGetOutpostResponse smart constructor.
Constructors
| GetOutpostResponse' (Maybe Outpost) Int |
Instances
newGetOutpostResponse Source #
Arguments
| :: Int | |
| -> GetOutpostResponse |
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.
Constructors
| TagResource' Text (HashMap Text Text) |
Instances
Arguments
| :: Text | |
| -> TagResource |
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.
Constructors
| TagResourceResponse' Int |
Instances
newTagResourceResponse Source #
Arguments
| :: Int | |
| -> TagResourceResponse |
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.
Constructors
| UntagResource' Text (NonEmpty Text) |
Instances
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> UntagResource |
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.
Constructors
| UntagResourceResponse' Int |
Instances
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' | |
Fields | |
Bundled Patterns
| pattern OrderStatus_CANCELLED :: OrderStatus | |
| pattern OrderStatus_FULFILLED :: OrderStatus | |
| pattern OrderStatus_INSTALLING :: OrderStatus | |
| pattern OrderStatus_PENDING :: OrderStatus | |
| pattern OrderStatus_PROCESSING :: OrderStatus | |
| pattern OrderStatus_RECEIVED :: OrderStatus |
Instances
PaymentOption
newtype PaymentOption Source #
Constructors
| PaymentOption' | |
Fields | |
Bundled Patterns
| pattern PaymentOption_ALL_UPFRONT :: PaymentOption | |
| pattern PaymentOption_NO_UPFRONT :: PaymentOption | |
| pattern PaymentOption_PARTIAL_UPFRONT :: PaymentOption |
Instances
PaymentTerm
newtype PaymentTerm Source #
Constructors
| PaymentTerm' | |
Fields | |
Bundled Patterns
| pattern PaymentTerm_THREE_YEARS :: PaymentTerm |
Instances
InstanceTypeItem
data InstanceTypeItem Source #
Information about an instance type.
See: newInstanceTypeItem smart constructor.
Constructors
| InstanceTypeItem' (Maybe Text) |
Instances
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
Information about a line item.
See: newLineItem smart constructor.
Instances
| Eq LineItem Source # | |
| Read LineItem Source # | |
| Show LineItem Source # | |
| Generic LineItem Source # | |
| NFData LineItem Source # | |
Defined in Amazonka.Outposts.Types.LineItem | |
| Hashable LineItem Source # | |
Defined in Amazonka.Outposts.Types.LineItem | |
| FromJSON LineItem Source # | |
| type Rep LineItem Source # | |
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.
Constructors
| LineItemRequest' (Maybe Natural) (Maybe Text) |
Instances
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
Information about an order.
See: newOrder smart constructor.
Constructors
| Order' (Maybe OrderStatus) (Maybe POSIX) (Maybe [LineItem]) (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe PaymentOption) |
Instances
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
Information about an Outpost.
See: newOutpost smart constructor.
Constructors
| Outpost' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
newOutpost :: Outpost Source #
Create a value of Outpost with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:availabilityZoneId:Outpost', outpost_availabilityZoneId - Undocumented member.
$sel:outpostArn:Outpost', outpost_outpostArn - Undocumented member.
$sel:ownerId:Outpost', outpost_ownerId - Undocumented member.
$sel:availabilityZone:Outpost', outpost_availabilityZone - Undocumented member.
$sel:name:Outpost', outpost_name - Undocumented member.
$sel:lifeCycleStatus:Outpost', outpost_lifeCycleStatus - Undocumented member.
$sel:outpostId:Outpost', outpost_outpostId - The ID of the Outpost.
$sel:siteId:Outpost', outpost_siteId - Undocumented member.
$sel:siteArn:Outpost', outpost_siteArn - Undocumented member.
$sel:description:Outpost', outpost_description - Undocumented member.
$sel:tags:Outpost', outpost_tags - The Outpost tags.
Site
Information about a site.
See: newSite smart constructor.
Constructors
| Site' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) |
Instances
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.