5.0.0 • Published 5 years ago

@datafire/amazonaws_s3outposts v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/amazonaws_s3outposts

Client library for Amazon S3 on Outposts

Installation and Usage

npm install --save @datafire/amazonaws_s3outposts
let amazonaws_s3outposts = require('@datafire/amazonaws_s3outposts').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

.then(data => {
  console.log(data);
});

Description

Amazon S3 on Outposts provides access to S3 on Outposts operations.

Actions

CreateEndpoint

amazonaws_s3outposts.CreateEndpoint({
  "OutpostId": "",
  "SubnetId": "",
  "SecurityGroupId": ""
}, context)

Input

  • input object
    • OutpostId required string: The ID of the AWS Outpost.
    • SecurityGroupId required string: The ID of the security group to use with the endpoint.
    • SubnetId required string: The ID of the subnet in the selected VPC.

Output

DeleteEndpoint

amazonaws_s3outposts.DeleteEndpoint({
  "endpointId": "",
  "outpostId": ""
}, context)

Input

  • input object
    • endpointId required string
    • outpostId required string

Output

Output schema unknown

ListEndpoints

amazonaws_s3outposts.ListEndpoints({}, context)

Input

  • input object
    • nextToken string
    • maxResults integer
    • MaxResults string
    • NextToken string

Output

Definitions

AccessDeniedException

CidrBlock

  • CidrBlock string

ConflictException

CreateEndpointRequest

  • CreateEndpointRequest object
    • OutpostId required
    • SecurityGroupId required
    • SubnetId required

CreateEndpointResult

  • CreateEndpointResult object
    • EndpointArn

CreationTime

  • CreationTime string

DeleteEndpointRequest

  • DeleteEndpointRequest object

Endpoint

  • Endpoint object: 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).
    • CidrBlock
    • CreationTime
    • EndpointArn
    • NetworkInterfaces
    • OutpostsId
    • Status

EndpointArn

  • EndpointArn string

EndpointId

  • EndpointId string

EndpointStatus

  • EndpointStatus string (values: PENDING, AVAILABLE)

Endpoints

InternalServerException

ListEndpointsRequest

  • ListEndpointsRequest object

ListEndpointsResult

  • ListEndpointsResult object

MaxResults

  • MaxResults integer

NetworkInterface

  • NetworkInterface object: The container for the network interface.
    • NetworkInterfaceId

NetworkInterfaceId

  • NetworkInterfaceId string

NetworkInterfaces

NextToken

  • NextToken string

OutpostId

  • OutpostId string

ResourceNotFoundException

SecurityGroupId

  • SecurityGroupId string

SubnetId

  • SubnetId string

ValidationException