Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

S3Outposts

import { S3Outposts } from "https://aws-api.deno.dev/v0.4/services/s3outposts.ts?docs=full";
class S3Outposts {
constructor(apiFactory: client.ApiFactory);
async createEndpoint(params: CreateEndpointRequest, opts?: client.RequestOptions): Promise<CreateEndpointResult>;
async deleteEndpoint(params: DeleteEndpointRequest, opts?: client.RequestOptions): Promise<void>;
async listEndpoints(params?: ListEndpointsRequest, opts?: client.RequestOptions): Promise<ListEndpointsResult>;
async listSharedEndpoints(params: ListSharedEndpointsRequest, opts?: client.RequestOptions): Promise<ListSharedEndpointsResult>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new S3Outposts(apiFactory: client.ApiFactory)
[src]

§Methods

§

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:

§
deleteEndpoint(params: DeleteEndpointRequest, opts?: client.RequestOptions): Promise<void>
[src]

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:

§

Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).

Related actions include:

§Static Properties