Assets id
URI
/assets/
id
HTTP methods
GET
Operation ID: DescribeAsset
Provides details about an asset.
Name | Type | Required | Description |
---|---|---|---|
id | String | True | Identifier for the object that you're working on. |
Status code | Response model | Description |
---|---|---|
200 | Asset |
The list of tags is returned successfully. |
403 | None |
AWS Elemental MediaPackage cannot authorize the request, possibly due to insufficient authentication credentials. |
404 | None |
AWS Elemental MediaPackage did not find a representation of the target resource. |
422 | None |
AWS Elemental MediaPackage could not process the instructions in the body of the request. |
429 | None |
Too many requests have been sent in a given amount of time. |
500 | None |
An unexpected condition prevented AWS Elemental MediaPackage from fulfilling the request. |
503 | None |
AWS Elemental MediaPackage can't currently complete the request, usually because of a temporary overload or maintenance. |
DELETE
Operation ID: DeleteAsset
Permanently deletes an asset.
Name | Type | Required | Description |
---|---|---|---|
id | String | True | Identifier for the object that you're working on. |
Status code | Response model | Description |
---|---|---|
202 | None |
AWS Elemental MediaPackage accepted the request but has not processed it yet. |
403 | None |
AWS Elemental MediaPackage cannot authorize the request, possibly due to insufficient authentication credentials. |
404 | None |
AWS Elemental MediaPackage did not find a representation of the target resource. |
422 | None |
AWS Elemental MediaPackage could not process the instructions in the body of the request. |
429 | None |
Too many requests have been sent in a given amount of time. |
500 | None |
An unexpected condition prevented AWS Elemental MediaPackage from fulfilling the request. |
503 | None |
AWS Elemental MediaPackage can't currently complete the request, usually because of a temporary overload or maintenance. |
OPTIONS
Enable cross-origin resource sharing (CORS) by returning correct headers.
Name | Type | Required | Description |
---|---|---|---|
id | String | True | Identifier for the object that you're working on. |
Status code | Response model | Description |
---|---|---|
200 | None |
The list of tags is returned successfully. |
Schemas
Response bodies
{ "createdAt": "string", "packagingGroupId": "string", "sourceArn": "string", "resourceId": "string", "sourceRoleArn": "string", "id": "string", "arn": "string", "egressEndpoints": [ { "packagingConfigurationId": "string", "url": "string", "status": "string" } ], "tags": { } }
Properties
Asset
Parameters for an asset.
Property | Type | Required | Description |
---|---|---|---|
arn | string | False | The Amazon Resource Name (ARN) for the asset. You can get this from the response to any request to the asset. |
createdAt | string | False | The date and time the Asset was initially submitted for Ingest. |
egressEndpoints | Array of type EgressEndpoint | False | List of playback endpoints that are available for this asset. |
id | string | False | Unique identifier that you assign to the asset. |
packagingGroupId | string | False | The ID of the packaging group associated with this asset. |
resourceId | string | False | Unique identifier for this asset, as it's configured in the key provider service. |
sourceArn | string | False | The ARN for the source content in Amazon S3. |
sourceRoleArn | string | False | The ARN for the IAM role that provides AWS Elemental MediaPackage access to the Amazon S3 bucket where the source content is stored. Valid format: |
tags | False | The tags to assign to the asset. |
EgressEndpoint
The playback endpoint for a packaging configuration on an asset.
Property | Type | Required | Description |
---|---|---|---|
packagingConfigurationId | string | False | The ID of a packaging configuration that's applied to this asset. |
status | string | False | The current processing status of the asset used for the packaging configuration. The status can be |
url | string | False | The URL that's used to request content from this endpoint. |
Tags
A collection of tags associated with a resource.
Property | Type | Required | Description |
---|---|---|---|
| string | False |