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 |
Documentation
data EgressEndpoint Source #
The endpoint URL used to access an Asset using one PackagingConfiguration.
See: newEgressEndpoint
smart constructor.
EgressEndpoint' | |
|
Instances
newEgressEndpoint :: EgressEndpoint Source #
Create a value of EgressEndpoint
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:status:EgressEndpoint'
, egressEndpoint_status
- The current processing status of the asset used for the packaging
configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or
FAILED. Status information won't be available for most assets ingested
before 2021-09-30.
$sel:url:EgressEndpoint'
, egressEndpoint_url
- The URL of the parent manifest for the repackaged Asset.
$sel:packagingConfigurationId:EgressEndpoint'
, egressEndpoint_packagingConfigurationId
- The ID of the PackagingConfiguration being applied to the Asset.
egressEndpoint_status :: Lens' EgressEndpoint (Maybe Text) Source #
The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.
egressEndpoint_url :: Lens' EgressEndpoint (Maybe Text) Source #
The URL of the parent manifest for the repackaged Asset.
egressEndpoint_packagingConfigurationId :: Lens' EgressEndpoint (Maybe Text) Source #
The ID of the PackagingConfiguration being applied to the Asset.