5.0.0 • Published 7 years ago
@datafire/amazonaws_data_mediastore v5.0.0
@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
- output ListItemsResponse
DeleteObject
amazonaws_data_mediastore.DeleteObject({
"Path": ""
}, context)
Input
- input
object
- Path required
string
- Path required
Output
- output DeleteObjectResponse
GetObject
amazonaws_data_mediastore.GetObject({
"Path": ""
}, context)
Input
- input
object
- Path required
string
- Path required
Output
- output GetObjectResponse
DescribeObject
amazonaws_data_mediastore.DescribeObject({
"Path": ""
}, context)
Input
- input
object
- Path required
string
- Path required
Output
- output DescribeObjectResponse
PutObject
amazonaws_data_mediastore.PutObject({
"Path": "",
"Body": ""
}, context)
Input
- input
object
- Path required
string
- Body required PayloadBlob
- Path required
Output
- output PutObjectResponse
Definitions
ContainerNotFoundException
- ContainerNotFoundException
object
: The specified container was not found for the specified account.- Message ErrorMessage
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
- GetObjectResponse
object
- Body PayloadBlob
InternalServerError
- InternalServerError
object
: The service is temporarily unavailable.- Message ErrorMessage
Item
- Item
object
: A metadata entry for a folder or object.- ContentLength NonNegativeLong
- ContentType ContentType
- ETag ETag
- LastModified TimeStamp
- Name ItemName
- Type ItemType
ItemList
- ItemList
array
- items Item
ItemName
- ItemName
string
ItemType
- ItemType
string
(values: OBJECT, FOLDER)
ListItemsRequest
- ListItemsRequest
object
ListItemsResponse
- ListItemsResponse
object
- Items ItemList
- NextToken PaginationToken
ListLimit
- ListLimit
integer
ListPathNaming
- ListPathNaming
string
NonNegativeLong
- NonNegativeLong
integer
ObjectNotFoundException
- ObjectNotFoundException
object
: Could not perform an operation on an object that does not exist.- Message ErrorMessage
PaginationToken
- PaginationToken
string
PathNaming
- PathNaming
string
PayloadBlob
- PayloadBlob
string
PutObjectRequest
- PutObjectRequest
object
- Body required PayloadBlob
PutObjectResponse
- PutObjectResponse
object
- ContentSHA256 SHA256Hash
- ETag ETag
- StorageClass StorageClass
RangePattern
- RangePattern
string
RequestedRangeNotSatisfiableException
- RequestedRangeNotSatisfiableException
object
: The requested content range is not valid.- Message ErrorMessage
SHA256Hash
- SHA256Hash
string
StorageClass
- StorageClass
string
(values: TEMPORAL)
StringPrimitive
- StringPrimitive
string
TimeStamp
- TimeStamp
string
statusCode
- statusCode
integer