| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaPackageVOD.Types.AssetShallow
Description
Synopsis
- data AssetShallow = AssetShallow' {}
- newAssetShallow :: AssetShallow
- assetShallow_arn :: Lens' AssetShallow (Maybe Text)
- assetShallow_createdAt :: Lens' AssetShallow (Maybe Text)
- assetShallow_id :: Lens' AssetShallow (Maybe Text)
- assetShallow_packagingGroupId :: Lens' AssetShallow (Maybe Text)
- assetShallow_resourceId :: Lens' AssetShallow (Maybe Text)
- assetShallow_sourceArn :: Lens' AssetShallow (Maybe Text)
- assetShallow_sourceRoleArn :: Lens' AssetShallow (Maybe Text)
- assetShallow_tags :: Lens' AssetShallow (Maybe (HashMap Text Text))
Documentation
data AssetShallow Source #
A MediaPackage VOD Asset resource.
See: newAssetShallow smart constructor.
Constructors
| AssetShallow' | |
Fields
| |
Instances
newAssetShallow :: AssetShallow Source #
Create a value of AssetShallow with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:AssetShallow', assetShallow_arn - The ARN of the Asset.
$sel:createdAt:AssetShallow', assetShallow_createdAt - The time the Asset was initially submitted for Ingest.
$sel:id:AssetShallow', assetShallow_id - The unique identifier for the Asset.
$sel:packagingGroupId:AssetShallow', assetShallow_packagingGroupId - The ID of the PackagingGroup for the Asset.
$sel:resourceId:AssetShallow', assetShallow_resourceId - The resource ID to include in SPEKE key requests.
$sel:sourceArn:AssetShallow', assetShallow_sourceArn - ARN of the source object in S3.
$sel:sourceRoleArn:AssetShallow', assetShallow_sourceRoleArn - The IAM role ARN used to access the source S3 bucket.
$sel:tags:AssetShallow', assetShallow_tags - Undocumented member.
assetShallow_arn :: Lens' AssetShallow (Maybe Text) Source #
The ARN of the Asset.
assetShallow_createdAt :: Lens' AssetShallow (Maybe Text) Source #
The time the Asset was initially submitted for Ingest.
assetShallow_id :: Lens' AssetShallow (Maybe Text) Source #
The unique identifier for the Asset.
assetShallow_packagingGroupId :: Lens' AssetShallow (Maybe Text) Source #
The ID of the PackagingGroup for the Asset.
assetShallow_resourceId :: Lens' AssetShallow (Maybe Text) Source #
The resource ID to include in SPEKE key requests.
assetShallow_sourceArn :: Lens' AssetShallow (Maybe Text) Source #
ARN of the source object in S3.
assetShallow_sourceRoleArn :: Lens' AssetShallow (Maybe Text) Source #
The IAM role ARN used to access the source S3 bucket.
assetShallow_tags :: Lens' AssetShallow (Maybe (HashMap Text Text)) Source #
Undocumented member.