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.3/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>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in 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). For more information, see Accessing S3 on Outposts using VPC only access points.

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

Note: It can take up to 5 minutes for this action to complete.

Related actions include:

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

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in 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). For more information, see Accessing S3 on Outposts using VPC only access points.

This action deletes an endpoint.

Note: It can take up to 5 minutes for this action to complete.

Related actions include:

§
listEndpoints(params?: ListEndpointsRequest, opts?: client.RequestOptions): Promise<ListEndpointsResult>
[src]

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in 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). For more information, see Accessing S3 on Outposts using VPC only access points.

This action lists endpoints associated with the Outposts.

Related actions include:

§Static Properties