NAME
Paws::MediaStoreData - Perl Interface to AWS AWS Elemental MediaStore Data Plane
SYNOPSIS
use Paws;
my $obj = Paws->service('MediaStoreData');
my $res = $obj->Method(
Arg1 => $val1,
Arg2 => [ 'V1', 'V2' ],
# if Arg3 is an object, the HashRef will be used as arguments to the constructor
# of the arguments type
Arg3 => { Att1 => 'Val1' },
# if Arg4 is an array of objects, the HashRefs will be passed as arguments to
# the constructor of the arguments type
Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ],
);
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.
For the AWS API documentation, see https://docs.aws.amazon.com/mediastore/
METHODS
DeleteObject
Each argument is described in detail in: Paws::MediaStoreData::DeleteObject
Returns: a Paws::MediaStoreData::DeleteObjectResponse instance
Deletes an object at the specified path.
DescribeObject
Each argument is described in detail in: Paws::MediaStoreData::DescribeObject
Returns: a Paws::MediaStoreData::DescribeObjectResponse instance
Gets the headers for an object at the specified path.
GetObject
Each argument is described in detail in: Paws::MediaStoreData::GetObject
Returns: a Paws::MediaStoreData::GetObjectResponse instance
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.
ListItems
Each argument is described in detail in: Paws::MediaStoreData::ListItems
Returns: a Paws::MediaStoreData::ListItemsResponse instance
Provides a list of metadata entries about folders and objects in the specified folder.
PutObject
- Body => Str
- Path => Str
- [CacheControl => Str]
- [ContentType => Str]
- [StorageClass => Str]
- [UploadAvailability => Str]
Each argument is described in detail in: Paws::MediaStoreData::PutObject
Returns: a Paws::MediaStoreData::PutObjectResponse instance
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.
PAGINATORS
Paginator methods are helpers that repetively call methods that return partial results
ListAllItems(sub { },[MaxResults => Int, NextToken => Str, Path => Str])
ListAllItems([MaxResults => Int, NextToken => Str, Path => Str])
If passed a sub as first parameter, it will call the sub for each element found in :
- Items, passing the object as the first parameter, and the string 'Items' as the second parameter
If not, it will return a a Paws::MediaStoreData::ListItemsResponse instance with all the param
s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
SEE ALSO
This service class forms part of Paws
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues