Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AssetShallow = AssetShallow' {}
- newAssetShallow :: AssetShallow
- assetShallow_resourceId :: Lens' AssetShallow (Maybe Text)
- assetShallow_arn :: Lens' AssetShallow (Maybe Text)
- assetShallow_createdAt :: Lens' AssetShallow (Maybe Text)
- assetShallow_packagingGroupId :: Lens' AssetShallow (Maybe Text)
- assetShallow_sourceArn :: Lens' AssetShallow (Maybe Text)
- assetShallow_sourceRoleArn :: Lens' AssetShallow (Maybe Text)
- assetShallow_id :: 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.
AssetShallow' | |
|
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:resourceId:AssetShallow'
, assetShallow_resourceId
- The resource ID to include in SPEKE key requests.
$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:packagingGroupId:AssetShallow'
, assetShallow_packagingGroupId
- The ID of the PackagingGroup for the Asset.
$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:id:AssetShallow'
, assetShallow_id
- The unique identifier for the Asset.
$sel:tags:AssetShallow'
, assetShallow_tags
- Undocumented member.
assetShallow_resourceId :: Lens' AssetShallow (Maybe Text) Source #
The resource ID to include in SPEKE key requests.
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_packagingGroupId :: Lens' AssetShallow (Maybe Text) Source #
The ID of the PackagingGroup for the Asset.
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_id :: Lens' AssetShallow (Maybe Text) Source #
The unique identifier for the Asset.
assetShallow_tags :: Lens' AssetShallow (Maybe (HashMap Text Text)) Source #
Undocumented member.