S3Outposts
import { S3Outposts } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/s3outposts.ts?docs=full";class S3Outposts { }
constructor(apiFactory: client.ApiFactory);
async createEndpoint(params: CreateEndpointRequest, opts?: client.RequestOptions): Promise<CreateEndpointResult>;
async listEndpoints(params?: ListEndpointsRequest, opts?: client.RequestOptions): Promise<ListEndpointsResult>;
async listOutpostsWithS3(params?: ListOutpostsWithS3Request, opts?: client.RequestOptions): Promise<ListOutpostsWithS3Result>;
async listSharedEndpoints(params: ListSharedEndpointsRequest, opts?: client.RequestOptions): Promise<ListSharedEndpointsResult>;
§Constructors
§
new S3Outposts(apiFactory: client.ApiFactory)
[src]§Methods
§
createEndpoint(params: CreateEndpointRequest, opts?: client.RequestOptions): Promise<CreateEndpointResult>
[src]Creates an endpoint and associates it with the specified Outpost.
Note: It can take up to 5 minutes for this action to finish.
Related actions include:
§
Deletes an endpoint.
Note: It can take up to 5 minutes for this action to finish.
Related actions include:
§
listEndpoints(params?: ListEndpointsRequest, opts?: client.RequestOptions): Promise<ListEndpointsResult>
[src]Lists endpoints associated with the specified Outpost.
Related actions include:
§
listOutpostsWithS3(params?: ListOutpostsWithS3Request, opts?: client.RequestOptions): Promise<ListOutpostsWithS3Result>
[src]Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account. Includes S3 on Outposts that you have access to as the Outposts owner, or as a shared user from Resource Access Manager (RAM).
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]