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.1/services/s3outposts.ts?docs=full";
class S3Outposts {
constructor(apiFactory: client.ApiFactory);
async createEndpoint(params: CreateEndpointRequest): Promise<CreateEndpointResult>;
async deleteEndpoint(params: DeleteEndpointRequest): Promise<void>;
async listEndpoints(params?: ListEndpointsRequest): Promise<ListEndpointsResult>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§
createEndpoint(params: CreateEndpointRequest): Promise<CreateEndpointResult>
[src]

S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).

This action creates an endpoint and associates it with the specified Outpost.

Related actions include:

§
deleteEndpoint(params: DeleteEndpointRequest): Promise<void>
[src]

S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).

This action deletes an endpoint.

Related actions include:

§
listEndpoints(params?: ListEndpointsRequest): Promise<ListEndpointsResult>
[src]

S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).

This action lists endpoints associated with the Outpost.

Related actions include:

§Static Properties