5.0.0 • Published 7 years ago

@datafire/amazonaws_data_mediastore v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_data_mediastore

Client library for AWS Elemental MediaStore Data Plane

Installation and Usage

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

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

Description

An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. Objects are the fundamental entities that are stored in AWS Elemental MediaStore.

Actions

ListItems

amazonaws_data_mediastore.ListItems({}, context)

Input

  • input object

Output

DeleteObject

amazonaws_data_mediastore.DeleteObject({
  "Path": ""
}, context)

Input

  • input object
    • Path required string

Output

GetObject

amazonaws_data_mediastore.GetObject({
  "Path": ""
}, context)

Input

  • input object
    • Path required string

Output

DescribeObject

amazonaws_data_mediastore.DescribeObject({
  "Path": ""
}, context)

Input

  • input object
    • Path required string

Output

PutObject

amazonaws_data_mediastore.PutObject({
  "Path": "",
  "Body": ""
}, context)

Input

  • input object

Output

Definitions

ContainerNotFoundException

  • ContainerNotFoundException object: The specified container was not found for the specified account.

ContentRangePattern

  • ContentRangePattern string

ContentType

  • ContentType string

DeleteObjectRequest

  • DeleteObjectRequest object

DeleteObjectResponse

  • DeleteObjectResponse object

DescribeObjectRequest

  • DescribeObjectRequest object

DescribeObjectResponse

  • DescribeObjectResponse object

ETag

  • ETag string

ErrorMessage

  • ErrorMessage string

GetObjectRequest

  • GetObjectRequest object

GetObjectResponse

InternalServerError

  • InternalServerError object: The service is temporarily unavailable.

Item

ItemList

  • ItemList array

ItemName

  • ItemName string

ItemType

  • ItemType string (values: OBJECT, FOLDER)

ListItemsRequest

  • ListItemsRequest object

ListItemsResponse

ListLimit

  • ListLimit integer

ListPathNaming

  • ListPathNaming string

NonNegativeLong

  • NonNegativeLong integer

ObjectNotFoundException

  • ObjectNotFoundException object: Could not perform an operation on an object that does not exist.

PaginationToken

  • PaginationToken string

PathNaming

  • PathNaming string

PayloadBlob

  • PayloadBlob string

PutObjectRequest

PutObjectResponse

RangePattern

  • RangePattern string

RequestedRangeNotSatisfiableException

  • RequestedRangeNotSatisfiableException object: The requested content range is not valid.

SHA256Hash

  • SHA256Hash string

StorageClass

  • StorageClass string (values: TEMPORAL)

StringPrimitive

  • StringPrimitive string

TimeStamp

  • TimeStamp string

statusCode

  • statusCode integer