AWS Elemental MediaStore object state change event - AWS Elemental MediaStore

End of support notice: On November 13, 2025, AWS will discontinue support for AWS Elemental MediaStore. After November 13, 2025, you will no longer be able to access the MediaStore console or MediaStore resources. For more information, visit this blog post.

AWS Elemental MediaStore object state change event

This event is published when an object's state has changed (when the object has been uploaded or deleted).

Note

Objects that expire because of a transient data rule do not emit a CloudWatch event when they expire.

For information about subscribing to this event, see Amazon CloudWatch.

Object updated

{ "version": "1", "id": "6a7e8feb-b491-4cf7-a9f1-bf3703467718", "detail-type": "MediaStore Object State Change", "source": "aws.mediastore", "account": "111122223333", "time": "2017-02-22T18:43:48Z", "region": "us-east-1", "resources": [ "arn:aws:mediastore:us-east-1:111122223333:MondayMornings/Episode1/Introduction.avi" ], "detail": { "ContainerName": "Movies", "Operation": "UPDATE", "Path":"TVShow/Episode1/Pilot.avi", "ObjectSize":123456, "URL": "https://a832p1qeaznlp9.files.mediastore-us-west-2.com/Movies/MondayMornings/Episode1/Introduction.avi" } }

Object removed

{ "version": "1", "id": "6a7e8feb-b491-4cf7-a9f1-bf3703467718", "detail-type": "MediaStore Object State Change", "source": "aws.mediastore", "account": "111122223333", "time": "2017-02-22T18:43:48Z", "region": "us-east-1", "resources": [ "arn:aws:mediastore:us-east-1:111122223333:Movies/MondayMornings/Episode1/Introduction.avi" ], "detail": { "ContainerName": "Movies", "Operation": "REMOVE", "Path":"Movies/MondayMornings/Episode1/Introduction.avi", "URL": "https://a832p1qeaznlp9.files.mediastore-us-west-2.com/Movies/MondayMornings/Episode1/Introduction.avi" } }