OutpostsClient

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

Properties

Link copied to clipboard
abstract override val config: OutpostsClient.Config

OutpostsClient's configuration

Functions

Link copied to clipboard
abstract suspend fun cancelOrder(input: CancelOrderRequest): CancelOrderResponse

Cancels the specified order for an Outpost.

Link copied to clipboard
abstract suspend fun createOrder(input: CreateOrderRequest): CreateOrderResponse

Creates an order for an Outpost.

Link copied to clipboard

Creates an Outpost.

Link copied to clipboard
abstract suspend fun createSite(input: CreateSiteRequest): CreateSiteResponse

Creates a site for an Outpost.

Link copied to clipboard

Deletes the specified Outpost.

Link copied to clipboard
abstract suspend fun deleteSite(input: DeleteSiteRequest): DeleteSiteResponse

Deletes the specified site.

Link copied to clipboard

Gets information about the specified catalog item.

Link copied to clipboard

Amazon Web Services uses this action to install Outpost servers.

Link copied to clipboard
abstract suspend fun getOrder(input: GetOrderRequest): GetOrderResponse

Gets information about the specified order.

Link copied to clipboard
abstract suspend fun getOutpost(input: GetOutpostRequest): GetOutpostResponse

Gets information about the specified Outpost.

Link copied to clipboard

Gets the instance types for the specified Outpost.

Link copied to clipboard
abstract suspend fun getSite(input: GetSiteRequest): GetSiteResponse

Gets information about the specified Outpost site.

Link copied to clipboard

Gets the site address of the specified site.

Link copied to clipboard
abstract suspend fun listAssets(input: ListAssetsRequest): ListAssetsResponse

Lists the hardware assets for the specified Outpost.

Link copied to clipboard
abstract suspend fun listCatalogItems(input: ListCatalogItemsRequest = ListCatalogItemsRequest { }): ListCatalogItemsResponse

Lists the items in the catalog.

Link copied to clipboard
abstract suspend fun listOrders(input: ListOrdersRequest = ListOrdersRequest { }): ListOrdersResponse

Lists the Outpost orders for your Amazon Web Services account.

Link copied to clipboard
abstract suspend fun listOutposts(input: ListOutpostsRequest = ListOutpostsRequest { }): ListOutpostsResponse

Lists the Outposts for your Amazon Web Services account.

Link copied to clipboard
abstract suspend fun listSites(input: ListSitesRequest = ListSitesRequest { }): ListSitesResponse

Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific results.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard

Amazon Web Services uses this action to install Outpost servers.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Adds tags to the specified resource.

Link copied to clipboard

Removes tags from the specified resource.

Link copied to clipboard

Updates an Outpost.

Link copied to clipboard
abstract suspend fun updateSite(input: UpdateSiteRequest): UpdateSiteResponse

Updates the specified site.

Link copied to clipboard

Updates the address of the specified site.

Link copied to clipboard

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

Inherited functions

Link copied to clipboard
inline suspend fun OutpostsClient.cancelOrder(crossinline block: CancelOrderRequest.Builder.() -> Unit): CancelOrderResponse

Cancels the specified order for an Outpost.

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
inline suspend fun OutpostsClient.createOrder(crossinline block: CreateOrderRequest.Builder.() -> Unit): CreateOrderResponse

Creates an order for an Outpost.

Link copied to clipboard

Creates an Outpost.

Link copied to clipboard
inline suspend fun OutpostsClient.createSite(crossinline block: CreateSiteRequest.Builder.() -> Unit): CreateSiteResponse

Creates a site for an Outpost.

Link copied to clipboard

Deletes the specified Outpost.

Link copied to clipboard
inline suspend fun OutpostsClient.deleteSite(crossinline block: DeleteSiteRequest.Builder.() -> Unit): DeleteSiteResponse

Deletes the specified site.

Link copied to clipboard

Gets information about the specified catalog item.

Link copied to clipboard

Amazon Web Services uses this action to install Outpost servers.

Link copied to clipboard
inline suspend fun OutpostsClient.getOrder(crossinline block: GetOrderRequest.Builder.() -> Unit): GetOrderResponse

Gets information about the specified order.

Link copied to clipboard
inline suspend fun OutpostsClient.getOutpost(crossinline block: GetOutpostRequest.Builder.() -> Unit): GetOutpostResponse

Gets information about the specified Outpost.

Link copied to clipboard

Gets the instance types for the specified Outpost.

Link copied to clipboard
inline suspend fun OutpostsClient.getSite(crossinline block: GetSiteRequest.Builder.() -> Unit): GetSiteResponse

Gets information about the specified Outpost site.

Link copied to clipboard

Gets the site address of the specified site.

Link copied to clipboard
inline suspend fun OutpostsClient.listAssets(crossinline block: ListAssetsRequest.Builder.() -> Unit): ListAssetsResponse

Lists the hardware assets for the specified Outpost.

Link copied to clipboard

Lists the items in the catalog.

Link copied to clipboard
inline suspend fun OutpostsClient.listOrders(crossinline block: ListOrdersRequest.Builder.() -> Unit): ListOrdersResponse

Lists the Outpost orders for your Amazon Web Services account.

Link copied to clipboard
Link copied to clipboard

Lists the Outposts for your Amazon Web Services account.

Link copied to clipboard
Link copied to clipboard
inline suspend fun OutpostsClient.listSites(crossinline block: ListSitesRequest.Builder.() -> Unit): ListSitesResponse

Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific results.

Link copied to clipboard
fun OutpostsClient.listSitesPaginated(initialRequest: ListSitesRequest = ListSitesRequest { }): Flow<ListSitesResponse>

Paginate over ListSitesResponse results.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard

Amazon Web Services uses this action to install Outpost servers.

Link copied to clipboard
inline suspend fun OutpostsClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Adds tags to the specified resource.

Link copied to clipboard

Removes tags from the specified resource.

Link copied to clipboard

Updates an Outpost.

Link copied to clipboard
inline suspend fun OutpostsClient.updateSite(crossinline block: UpdateSiteRequest.Builder.() -> Unit): UpdateSiteResponse

Updates the specified site.

Link copied to clipboard

Updates the address of the specified site.

Link copied to clipboard

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

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.