MediaStoreData
import { MediaStoreData } from "https://aws-api.deno.dev/v0.4/services/mediastoredata.ts?docs=full";
class MediaStoreData { }
constructor(apiFactory: client.ApiFactory);
async describeObject(params: DescribeObjectRequest, opts?: client.RequestOptions): Promise<DescribeObjectResponse>;
async getObject(params: GetObjectRequest, opts?: client.RequestOptions): Promise<GetObjectResponse>;
async listItems(params?: ListItemsRequest, opts?: client.RequestOptions): Promise<ListItemsResponse>;
async putObject(params: PutObjectRequest, opts?: client.RequestOptions): Promise<PutObjectResponse>;
§Constructors
§
new MediaStoreData(apiFactory: client.ApiFactory)
[src]§Methods
§
describeObject(params: DescribeObjectRequest, opts?: client.RequestOptions): Promise<DescribeObjectResponse>
[src]Gets the headers for an object at the specified path.
§
Downloads the object at the specified path.
If the object’s upload availability is set to streaming
, AWS Elemental MediaStore downloads the object even if it’s still uploading the object.
§
Uploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]