123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932 |
- import {Request} from '../lib/request';
- import {Response} from '../lib/response';
- import {AWSError} from '../lib/error';
- import {Service} from '../lib/service';
- import {ServiceConfigurationOptions} from '../lib/service';
- import {ConfigBase as Config} from '../lib/config-base';
- interface Blob {}
- declare class MediaPackageVod extends Service {
- /**
- * Constructs a service object. This object has one method for each API operation.
- */
- constructor(options?: MediaPackageVod.Types.ClientConfiguration)
- config: Config & MediaPackageVod.Types.ClientConfiguration;
- /**
- * Changes the packaging group's properities to configure log subscription
- */
- configureLogs(params: MediaPackageVod.Types.ConfigureLogsRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.ConfigureLogsResponse) => void): Request<MediaPackageVod.Types.ConfigureLogsResponse, AWSError>;
- /**
- * Changes the packaging group's properities to configure log subscription
- */
- configureLogs(callback?: (err: AWSError, data: MediaPackageVod.Types.ConfigureLogsResponse) => void): Request<MediaPackageVod.Types.ConfigureLogsResponse, AWSError>;
- /**
- * Creates a new MediaPackage VOD Asset resource.
- */
- createAsset(params: MediaPackageVod.Types.CreateAssetRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.CreateAssetResponse) => void): Request<MediaPackageVod.Types.CreateAssetResponse, AWSError>;
- /**
- * Creates a new MediaPackage VOD Asset resource.
- */
- createAsset(callback?: (err: AWSError, data: MediaPackageVod.Types.CreateAssetResponse) => void): Request<MediaPackageVod.Types.CreateAssetResponse, AWSError>;
- /**
- * Creates a new MediaPackage VOD PackagingConfiguration resource.
- */
- createPackagingConfiguration(params: MediaPackageVod.Types.CreatePackagingConfigurationRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.CreatePackagingConfigurationResponse) => void): Request<MediaPackageVod.Types.CreatePackagingConfigurationResponse, AWSError>;
- /**
- * Creates a new MediaPackage VOD PackagingConfiguration resource.
- */
- createPackagingConfiguration(callback?: (err: AWSError, data: MediaPackageVod.Types.CreatePackagingConfigurationResponse) => void): Request<MediaPackageVod.Types.CreatePackagingConfigurationResponse, AWSError>;
- /**
- * Creates a new MediaPackage VOD PackagingGroup resource.
- */
- createPackagingGroup(params: MediaPackageVod.Types.CreatePackagingGroupRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.CreatePackagingGroupResponse) => void): Request<MediaPackageVod.Types.CreatePackagingGroupResponse, AWSError>;
- /**
- * Creates a new MediaPackage VOD PackagingGroup resource.
- */
- createPackagingGroup(callback?: (err: AWSError, data: MediaPackageVod.Types.CreatePackagingGroupResponse) => void): Request<MediaPackageVod.Types.CreatePackagingGroupResponse, AWSError>;
- /**
- * Deletes an existing MediaPackage VOD Asset resource.
- */
- deleteAsset(params: MediaPackageVod.Types.DeleteAssetRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.DeleteAssetResponse) => void): Request<MediaPackageVod.Types.DeleteAssetResponse, AWSError>;
- /**
- * Deletes an existing MediaPackage VOD Asset resource.
- */
- deleteAsset(callback?: (err: AWSError, data: MediaPackageVod.Types.DeleteAssetResponse) => void): Request<MediaPackageVod.Types.DeleteAssetResponse, AWSError>;
- /**
- * Deletes a MediaPackage VOD PackagingConfiguration resource.
- */
- deletePackagingConfiguration(params: MediaPackageVod.Types.DeletePackagingConfigurationRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.DeletePackagingConfigurationResponse) => void): Request<MediaPackageVod.Types.DeletePackagingConfigurationResponse, AWSError>;
- /**
- * Deletes a MediaPackage VOD PackagingConfiguration resource.
- */
- deletePackagingConfiguration(callback?: (err: AWSError, data: MediaPackageVod.Types.DeletePackagingConfigurationResponse) => void): Request<MediaPackageVod.Types.DeletePackagingConfigurationResponse, AWSError>;
- /**
- * Deletes a MediaPackage VOD PackagingGroup resource.
- */
- deletePackagingGroup(params: MediaPackageVod.Types.DeletePackagingGroupRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.DeletePackagingGroupResponse) => void): Request<MediaPackageVod.Types.DeletePackagingGroupResponse, AWSError>;
- /**
- * Deletes a MediaPackage VOD PackagingGroup resource.
- */
- deletePackagingGroup(callback?: (err: AWSError, data: MediaPackageVod.Types.DeletePackagingGroupResponse) => void): Request<MediaPackageVod.Types.DeletePackagingGroupResponse, AWSError>;
- /**
- * Returns a description of a MediaPackage VOD Asset resource.
- */
- describeAsset(params: MediaPackageVod.Types.DescribeAssetRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.DescribeAssetResponse) => void): Request<MediaPackageVod.Types.DescribeAssetResponse, AWSError>;
- /**
- * Returns a description of a MediaPackage VOD Asset resource.
- */
- describeAsset(callback?: (err: AWSError, data: MediaPackageVod.Types.DescribeAssetResponse) => void): Request<MediaPackageVod.Types.DescribeAssetResponse, AWSError>;
- /**
- * Returns a description of a MediaPackage VOD PackagingConfiguration resource.
- */
- describePackagingConfiguration(params: MediaPackageVod.Types.DescribePackagingConfigurationRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.DescribePackagingConfigurationResponse) => void): Request<MediaPackageVod.Types.DescribePackagingConfigurationResponse, AWSError>;
- /**
- * Returns a description of a MediaPackage VOD PackagingConfiguration resource.
- */
- describePackagingConfiguration(callback?: (err: AWSError, data: MediaPackageVod.Types.DescribePackagingConfigurationResponse) => void): Request<MediaPackageVod.Types.DescribePackagingConfigurationResponse, AWSError>;
- /**
- * Returns a description of a MediaPackage VOD PackagingGroup resource.
- */
- describePackagingGroup(params: MediaPackageVod.Types.DescribePackagingGroupRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.DescribePackagingGroupResponse) => void): Request<MediaPackageVod.Types.DescribePackagingGroupResponse, AWSError>;
- /**
- * Returns a description of a MediaPackage VOD PackagingGroup resource.
- */
- describePackagingGroup(callback?: (err: AWSError, data: MediaPackageVod.Types.DescribePackagingGroupResponse) => void): Request<MediaPackageVod.Types.DescribePackagingGroupResponse, AWSError>;
- /**
- * Returns a collection of MediaPackage VOD Asset resources.
- */
- listAssets(params: MediaPackageVod.Types.ListAssetsRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.ListAssetsResponse) => void): Request<MediaPackageVod.Types.ListAssetsResponse, AWSError>;
- /**
- * Returns a collection of MediaPackage VOD Asset resources.
- */
- listAssets(callback?: (err: AWSError, data: MediaPackageVod.Types.ListAssetsResponse) => void): Request<MediaPackageVod.Types.ListAssetsResponse, AWSError>;
- /**
- * Returns a collection of MediaPackage VOD PackagingConfiguration resources.
- */
- listPackagingConfigurations(params: MediaPackageVod.Types.ListPackagingConfigurationsRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.ListPackagingConfigurationsResponse) => void): Request<MediaPackageVod.Types.ListPackagingConfigurationsResponse, AWSError>;
- /**
- * Returns a collection of MediaPackage VOD PackagingConfiguration resources.
- */
- listPackagingConfigurations(callback?: (err: AWSError, data: MediaPackageVod.Types.ListPackagingConfigurationsResponse) => void): Request<MediaPackageVod.Types.ListPackagingConfigurationsResponse, AWSError>;
- /**
- * Returns a collection of MediaPackage VOD PackagingGroup resources.
- */
- listPackagingGroups(params: MediaPackageVod.Types.ListPackagingGroupsRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.ListPackagingGroupsResponse) => void): Request<MediaPackageVod.Types.ListPackagingGroupsResponse, AWSError>;
- /**
- * Returns a collection of MediaPackage VOD PackagingGroup resources.
- */
- listPackagingGroups(callback?: (err: AWSError, data: MediaPackageVod.Types.ListPackagingGroupsResponse) => void): Request<MediaPackageVod.Types.ListPackagingGroupsResponse, AWSError>;
- /**
- * Returns a list of the tags assigned to the specified resource.
- */
- listTagsForResource(params: MediaPackageVod.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.ListTagsForResourceResponse) => void): Request<MediaPackageVod.Types.ListTagsForResourceResponse, AWSError>;
- /**
- * Returns a list of the tags assigned to the specified resource.
- */
- listTagsForResource(callback?: (err: AWSError, data: MediaPackageVod.Types.ListTagsForResourceResponse) => void): Request<MediaPackageVod.Types.ListTagsForResourceResponse, AWSError>;
- /**
- * Adds tags to the specified resource. You can specify one or more tags to add.
- */
- tagResource(params: MediaPackageVod.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
- /**
- * Adds tags to the specified resource. You can specify one or more tags to add.
- */
- tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
- /**
- * Removes tags from the specified resource. You can specify one or more tags to remove.
- */
- untagResource(params: MediaPackageVod.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
- /**
- * Removes tags from the specified resource. You can specify one or more tags to remove.
- */
- untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
- /**
- * Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes.
- */
- updatePackagingGroup(params: MediaPackageVod.Types.UpdatePackagingGroupRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.UpdatePackagingGroupResponse) => void): Request<MediaPackageVod.Types.UpdatePackagingGroupResponse, AWSError>;
- /**
- * Updates a specific packaging group. You can't change the id attribute or any other system-generated attributes.
- */
- updatePackagingGroup(callback?: (err: AWSError, data: MediaPackageVod.Types.UpdatePackagingGroupResponse) => void): Request<MediaPackageVod.Types.UpdatePackagingGroupResponse, AWSError>;
- }
- declare namespace MediaPackageVod {
- export type AdMarkers = "NONE"|"SCTE35_ENHANCED"|"PASSTHROUGH"|string;
- export interface AssetShallow {
- /**
- * The ARN of the Asset.
- */
- Arn?: __string;
- /**
- * The time the Asset was initially submitted for Ingest.
- */
- CreatedAt?: __string;
- /**
- * The unique identifier for the Asset.
- */
- Id?: __string;
- /**
- * The ID of the PackagingGroup for the Asset.
- */
- PackagingGroupId?: __string;
- /**
- * The resource ID to include in SPEKE key requests.
- */
- ResourceId?: __string;
- /**
- * ARN of the source object in S3.
- */
- SourceArn?: __string;
- /**
- * The IAM role ARN used to access the source S3 bucket.
- */
- SourceRoleArn?: __string;
- Tags?: Tags;
- }
- export interface Authorization {
- /**
- * The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
- */
- CdnIdentifierSecret: __string;
- /**
- * The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
- */
- SecretsRoleArn: __string;
- }
- export interface CmafEncryption {
- /**
- * An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
- */
- ConstantInitializationVector?: __string;
- SpekeKeyProvider: SpekeKeyProvider;
- }
- export interface CmafPackage {
- Encryption?: CmafEncryption;
- /**
- * A list of HLS manifest configurations.
- */
- HlsManifests: __listOfHlsManifest;
- /**
- * When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
- */
- IncludeEncoderConfigurationInSegments?: __boolean;
- /**
- * Duration (in seconds) of each fragment. Actual fragments will be
- rounded to the nearest multiple of the source fragment duration.
- */
- SegmentDurationSeconds?: __integer;
- }
- export interface ConfigureLogsRequest {
- EgressAccessLogs?: EgressAccessLogs;
- /**
- * The ID of a MediaPackage VOD PackagingGroup resource.
- */
- Id: __string;
- }
- export interface ConfigureLogsResponse {
- /**
- * The ARN of the PackagingGroup.
- */
- Arn?: __string;
- Authorization?: Authorization;
- /**
- * The time the PackagingGroup was created.
- */
- CreatedAt?: __string;
- /**
- * The fully qualified domain name for Assets in the PackagingGroup.
- */
- DomainName?: __string;
- EgressAccessLogs?: EgressAccessLogs;
- /**
- * The ID of the PackagingGroup.
- */
- Id?: __string;
- Tags?: Tags;
- }
- export interface CreateAssetRequest {
- /**
- * The unique identifier for the Asset.
- */
- Id: __string;
- /**
- * The ID of the PackagingGroup for the Asset.
- */
- PackagingGroupId: __string;
- /**
- * The resource ID to include in SPEKE key requests.
- */
- ResourceId?: __string;
- /**
- * ARN of the source object in S3.
- */
- SourceArn: __string;
- /**
- * The IAM role ARN used to access the source S3 bucket.
- */
- SourceRoleArn: __string;
- Tags?: Tags;
- }
- export interface CreateAssetResponse {
- /**
- * The ARN of the Asset.
- */
- Arn?: __string;
- /**
- * The time the Asset was initially submitted for Ingest.
- */
- CreatedAt?: __string;
- /**
- * The list of egress endpoints available for the Asset.
- */
- EgressEndpoints?: __listOfEgressEndpoint;
- /**
- * The unique identifier for the Asset.
- */
- Id?: __string;
- /**
- * The ID of the PackagingGroup for the Asset.
- */
- PackagingGroupId?: __string;
- /**
- * The resource ID to include in SPEKE key requests.
- */
- ResourceId?: __string;
- /**
- * ARN of the source object in S3.
- */
- SourceArn?: __string;
- /**
- * The IAM role_arn used to access the source S3 bucket.
- */
- SourceRoleArn?: __string;
- Tags?: Tags;
- }
- export interface CreatePackagingConfigurationRequest {
- CmafPackage?: CmafPackage;
- DashPackage?: DashPackage;
- HlsPackage?: HlsPackage;
- /**
- * The ID of the PackagingConfiguration.
- */
- Id: __string;
- MssPackage?: MssPackage;
- /**
- * The ID of a PackagingGroup.
- */
- PackagingGroupId: __string;
- Tags?: Tags;
- }
- export interface CreatePackagingConfigurationResponse {
- /**
- * The ARN of the PackagingConfiguration.
- */
- Arn?: __string;
- CmafPackage?: CmafPackage;
- /**
- * The time the PackagingConfiguration was created.
- */
- CreatedAt?: __string;
- DashPackage?: DashPackage;
- HlsPackage?: HlsPackage;
- /**
- * The ID of the PackagingConfiguration.
- */
- Id?: __string;
- MssPackage?: MssPackage;
- /**
- * The ID of a PackagingGroup.
- */
- PackagingGroupId?: __string;
- Tags?: Tags;
- }
- export interface CreatePackagingGroupRequest {
- Authorization?: Authorization;
- EgressAccessLogs?: EgressAccessLogs;
- /**
- * The ID of the PackagingGroup.
- */
- Id: __string;
- Tags?: Tags;
- }
- export interface CreatePackagingGroupResponse {
- /**
- * The ARN of the PackagingGroup.
- */
- Arn?: __string;
- Authorization?: Authorization;
- /**
- * The time the PackagingGroup was created.
- */
- CreatedAt?: __string;
- /**
- * The fully qualified domain name for Assets in the PackagingGroup.
- */
- DomainName?: __string;
- EgressAccessLogs?: EgressAccessLogs;
- /**
- * The ID of the PackagingGroup.
- */
- Id?: __string;
- Tags?: Tags;
- }
- export interface DashEncryption {
- SpekeKeyProvider: SpekeKeyProvider;
- }
- export interface DashManifest {
- /**
- * Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.
- */
- ManifestLayout?: ManifestLayout;
- /**
- * An optional string to include in the name of the manifest.
- */
- ManifestName?: __string;
- /**
- * Minimum duration (in seconds) that a player will buffer media before starting the presentation.
- */
- MinBufferTimeSeconds?: __integer;
- /**
- * The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
- */
- Profile?: Profile;
- /**
- * The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.
- */
- ScteMarkersSource?: ScteMarkersSource;
- StreamSelection?: StreamSelection;
- }
- export interface DashPackage {
- /**
- * A list of DASH manifest configurations.
- */
- DashManifests: __listOfDashManifest;
- Encryption?: DashEncryption;
- /**
- * When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
- */
- IncludeEncoderConfigurationInSegments?: __boolean;
- /**
- * When enabled, an I-Frame only stream will be included in the output.
- */
- IncludeIframeOnlyStream?: __boolean;
- /**
- * A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH)
- Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not
- be partitioned into more than one period. If the list contains "ADS", new periods will be created where
- the Asset contains SCTE-35 ad markers.
- */
- PeriodTriggers?: __listOf__PeriodTriggersElement;
- /**
- * Duration (in seconds) of each segment. Actual segments will be
- rounded to the nearest multiple of the source segment duration.
- */
- SegmentDurationSeconds?: __integer;
- /**
- * Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
- */
- SegmentTemplateFormat?: SegmentTemplateFormat;
- }
- export interface DeleteAssetRequest {
- /**
- * The ID of the MediaPackage VOD Asset resource to delete.
- */
- Id: __string;
- }
- export interface DeleteAssetResponse {
- }
- export interface DeletePackagingConfigurationRequest {
- /**
- * The ID of the MediaPackage VOD PackagingConfiguration resource to delete.
- */
- Id: __string;
- }
- export interface DeletePackagingConfigurationResponse {
- }
- export interface DeletePackagingGroupRequest {
- /**
- * The ID of the MediaPackage VOD PackagingGroup resource to delete.
- */
- Id: __string;
- }
- export interface DeletePackagingGroupResponse {
- }
- export interface DescribeAssetRequest {
- /**
- * The ID of an MediaPackage VOD Asset resource.
- */
- Id: __string;
- }
- export interface DescribeAssetResponse {
- /**
- * The ARN of the Asset.
- */
- Arn?: __string;
- /**
- * The time the Asset was initially submitted for Ingest.
- */
- CreatedAt?: __string;
- /**
- * The list of egress endpoints available for the Asset.
- */
- EgressEndpoints?: __listOfEgressEndpoint;
- /**
- * The unique identifier for the Asset.
- */
- Id?: __string;
- /**
- * The ID of the PackagingGroup for the Asset.
- */
- PackagingGroupId?: __string;
- /**
- * The resource ID to include in SPEKE key requests.
- */
- ResourceId?: __string;
- /**
- * ARN of the source object in S3.
- */
- SourceArn?: __string;
- /**
- * The IAM role_arn used to access the source S3 bucket.
- */
- SourceRoleArn?: __string;
- Tags?: Tags;
- }
- export interface DescribePackagingConfigurationRequest {
- /**
- * The ID of a MediaPackage VOD PackagingConfiguration resource.
- */
- Id: __string;
- }
- export interface DescribePackagingConfigurationResponse {
- /**
- * The ARN of the PackagingConfiguration.
- */
- Arn?: __string;
- CmafPackage?: CmafPackage;
- /**
- * The time the PackagingConfiguration was created.
- */
- CreatedAt?: __string;
- DashPackage?: DashPackage;
- HlsPackage?: HlsPackage;
- /**
- * The ID of the PackagingConfiguration.
- */
- Id?: __string;
- MssPackage?: MssPackage;
- /**
- * The ID of a PackagingGroup.
- */
- PackagingGroupId?: __string;
- Tags?: Tags;
- }
- export interface DescribePackagingGroupRequest {
- /**
- * The ID of a MediaPackage VOD PackagingGroup resource.
- */
- Id: __string;
- }
- export interface DescribePackagingGroupResponse {
- /**
- * The approximate asset count of the PackagingGroup.
- */
- ApproximateAssetCount?: __integer;
- /**
- * The ARN of the PackagingGroup.
- */
- Arn?: __string;
- Authorization?: Authorization;
- /**
- * The time the PackagingGroup was created.
- */
- CreatedAt?: __string;
- /**
- * The fully qualified domain name for Assets in the PackagingGroup.
- */
- DomainName?: __string;
- EgressAccessLogs?: EgressAccessLogs;
- /**
- * The ID of the PackagingGroup.
- */
- Id?: __string;
- Tags?: Tags;
- }
- export interface EgressAccessLogs {
- /**
- * Customize the log group name.
- */
- LogGroupName?: __string;
- }
- export interface EgressEndpoint {
- /**
- * The ID of the PackagingConfiguration being applied to the Asset.
- */
- PackagingConfigurationId?: __string;
- /**
- * 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.
- */
- Status?: __string;
- /**
- * The URL of the parent manifest for the repackaged Asset.
- */
- Url?: __string;
- }
- export interface EncryptionContractConfiguration {
- /**
- * A collection of audio encryption presets.
- */
- PresetSpeke20Audio: PresetSpeke20Audio;
- /**
- * A collection of video encryption presets.
- */
- PresetSpeke20Video: PresetSpeke20Video;
- }
- export type EncryptionMethod = "AES_128"|"SAMPLE_AES"|string;
- export interface HlsEncryption {
- /**
- * A constant initialization vector for encryption (optional).
- When not specified the initialization vector will be periodically rotated.
- */
- ConstantInitializationVector?: __string;
- /**
- * The encryption method to use.
- */
- EncryptionMethod?: EncryptionMethod;
- SpekeKeyProvider: SpekeKeyProvider;
- }
- export interface HlsManifest {
- /**
- * This setting controls how ad markers are included in the packaged OriginEndpoint.
- "NONE" will omit all SCTE-35 ad markers from the output.
- "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
- markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.
- "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35
- messages in the input source.
- */
- AdMarkers?: AdMarkers;
- /**
- * When enabled, an I-Frame only stream will be included in the output.
- */
- IncludeIframeOnlyStream?: __boolean;
- /**
- * An optional string to include in the name of the manifest.
- */
- ManifestName?: __string;
- /**
- * The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
- inserted into manifests. Additionally, when an interval is specified
- ID3Timed Metadata messages will be generated every 5 seconds using the
- ingest time of the content.
- If the interval is not specified, or set to 0, then
- no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no
- ID3Timed Metadata messages will be generated. Note that irrespective
- of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,
- it will be passed through to HLS output.
- */
- ProgramDateTimeIntervalSeconds?: __integer;
- /**
- * When enabled, the EXT-X-KEY tag will be repeated in output manifests.
- */
- RepeatExtXKey?: __boolean;
- StreamSelection?: StreamSelection;
- }
- export interface HlsPackage {
- Encryption?: HlsEncryption;
- /**
- * A list of HLS manifest configurations.
- */
- HlsManifests: __listOfHlsManifest;
- /**
- * When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
- */
- IncludeDvbSubtitles?: __boolean;
- /**
- * Duration (in seconds) of each fragment. Actual fragments will be
- rounded to the nearest multiple of the source fragment duration.
- */
- SegmentDurationSeconds?: __integer;
- /**
- * When enabled, audio streams will be placed in rendition groups in the output.
- */
- UseAudioRenditionGroup?: __boolean;
- }
- export interface ListAssetsRequest {
- /**
- * Upper bound on number of records to return.
- */
- MaxResults?: MaxResults;
- /**
- * A token used to resume pagination from the end of a previous request.
- */
- NextToken?: __string;
- /**
- * Returns Assets associated with the specified PackagingGroup.
- */
- PackagingGroupId?: __string;
- }
- export interface ListAssetsResponse {
- /**
- * A list of MediaPackage VOD Asset resources.
- */
- Assets?: __listOfAssetShallow;
- /**
- * A token that can be used to resume pagination from the end of the collection.
- */
- NextToken?: __string;
- }
- export interface ListPackagingConfigurationsRequest {
- /**
- * Upper bound on number of records to return.
- */
- MaxResults?: MaxResults;
- /**
- * A token used to resume pagination from the end of a previous request.
- */
- NextToken?: __string;
- /**
- * Returns MediaPackage VOD PackagingConfigurations associated with the specified PackagingGroup.
- */
- PackagingGroupId?: __string;
- }
- export interface ListPackagingConfigurationsResponse {
- /**
- * A token that can be used to resume pagination from the end of the collection.
- */
- NextToken?: __string;
- /**
- * A list of MediaPackage VOD PackagingConfiguration resources.
- */
- PackagingConfigurations?: __listOfPackagingConfiguration;
- }
- export interface ListPackagingGroupsRequest {
- /**
- * Upper bound on number of records to return.
- */
- MaxResults?: MaxResults;
- /**
- * A token used to resume pagination from the end of a previous request.
- */
- NextToken?: __string;
- }
- export interface ListPackagingGroupsResponse {
- /**
- * A token that can be used to resume pagination from the end of the collection.
- */
- NextToken?: __string;
- /**
- * A list of MediaPackage VOD PackagingGroup resources.
- */
- PackagingGroups?: __listOfPackagingGroup;
- }
- export interface ListTagsForResourceRequest {
- /**
- * The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
- */
- ResourceArn: __string;
- }
- export interface ListTagsForResourceResponse {
- /**
- * A collection of tags associated with a resource
- */
- Tags?: __mapOf__string;
- }
- export type ManifestLayout = "FULL"|"COMPACT"|string;
- export type MaxResults = number;
- export interface MssEncryption {
- SpekeKeyProvider: SpekeKeyProvider;
- }
- export interface MssManifest {
- /**
- * An optional string to include in the name of the manifest.
- */
- ManifestName?: __string;
- StreamSelection?: StreamSelection;
- }
- export interface MssPackage {
- Encryption?: MssEncryption;
- /**
- * A list of MSS manifest configurations.
- */
- MssManifests: __listOfMssManifest;
- /**
- * The duration (in seconds) of each segment.
- */
- SegmentDurationSeconds?: __integer;
- }
- export interface PackagingConfiguration {
- /**
- * The ARN of the PackagingConfiguration.
- */
- Arn?: __string;
- CmafPackage?: CmafPackage;
- /**
- * The time the PackagingConfiguration was created.
- */
- CreatedAt?: __string;
- DashPackage?: DashPackage;
- HlsPackage?: HlsPackage;
- /**
- * The ID of the PackagingConfiguration.
- */
- Id?: __string;
- MssPackage?: MssPackage;
- /**
- * The ID of a PackagingGroup.
- */
- PackagingGroupId?: __string;
- Tags?: Tags;
- }
- export interface PackagingGroup {
- /**
- * The approximate asset count of the PackagingGroup.
- */
- ApproximateAssetCount?: __integer;
- /**
- * The ARN of the PackagingGroup.
- */
- Arn?: __string;
- Authorization?: Authorization;
- /**
- * The time the PackagingGroup was created.
- */
- CreatedAt?: __string;
- /**
- * The fully qualified domain name for Assets in the PackagingGroup.
- */
- DomainName?: __string;
- EgressAccessLogs?: EgressAccessLogs;
- /**
- * The ID of the PackagingGroup.
- */
- Id?: __string;
- Tags?: Tags;
- }
- export type PresetSpeke20Audio = "PRESET-AUDIO-1"|"PRESET-AUDIO-2"|"PRESET-AUDIO-3"|"SHARED"|"UNENCRYPTED"|string;
- export type PresetSpeke20Video = "PRESET-VIDEO-1"|"PRESET-VIDEO-2"|"PRESET-VIDEO-3"|"PRESET-VIDEO-4"|"PRESET-VIDEO-5"|"PRESET-VIDEO-6"|"PRESET-VIDEO-7"|"PRESET-VIDEO-8"|"SHARED"|"UNENCRYPTED"|string;
- export type Profile = "NONE"|"HBBTV_1_5"|string;
- export type ScteMarkersSource = "SEGMENTS"|"MANIFEST"|string;
- export type SegmentTemplateFormat = "NUMBER_WITH_TIMELINE"|"TIME_WITH_TIMELINE"|"NUMBER_WITH_DURATION"|string;
- export interface SpekeKeyProvider {
- EncryptionContractConfiguration?: EncryptionContractConfiguration;
- /**
- * An Amazon Resource Name (ARN) of an IAM role that AWS Elemental
- MediaPackage will assume when accessing the key provider service.
- */
- RoleArn: __string;
- /**
- * The system IDs to include in key requests.
- */
- SystemIds: __listOf__string;
- /**
- * The URL of the external key provider service.
- */
- Url: __string;
- }
- export type StreamOrder = "ORIGINAL"|"VIDEO_BITRATE_ASCENDING"|"VIDEO_BITRATE_DESCENDING"|string;
- export interface StreamSelection {
- /**
- * The maximum video bitrate (bps) to include in output.
- */
- MaxVideoBitsPerSecond?: __integer;
- /**
- * The minimum video bitrate (bps) to include in output.
- */
- MinVideoBitsPerSecond?: __integer;
- /**
- * A directive that determines the order of streams in the output.
- */
- StreamOrder?: StreamOrder;
- }
- export interface TagResourceRequest {
- /**
- * The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
- */
- ResourceArn: __string;
- /**
- * A collection of tags associated with a resource
- */
- Tags: __mapOf__string;
- }
- export type Tags = {[key: string]: __string};
- export interface UntagResourceRequest {
- /**
- * The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
- */
- ResourceArn: __string;
- /**
- * A comma-separated list of the tag keys to remove from the resource.
- */
- TagKeys: __listOf__string;
- }
- export interface UpdatePackagingGroupRequest {
- Authorization?: Authorization;
- /**
- * The ID of a MediaPackage VOD PackagingGroup resource.
- */
- Id: __string;
- }
- export interface UpdatePackagingGroupResponse {
- /**
- * The approximate asset count of the PackagingGroup.
- */
- ApproximateAssetCount?: __integer;
- /**
- * The ARN of the PackagingGroup.
- */
- Arn?: __string;
- Authorization?: Authorization;
- /**
- * The time the PackagingGroup was created.
- */
- CreatedAt?: __string;
- /**
- * The fully qualified domain name for Assets in the PackagingGroup.
- */
- DomainName?: __string;
- EgressAccessLogs?: EgressAccessLogs;
- /**
- * The ID of the PackagingGroup.
- */
- Id?: __string;
- Tags?: Tags;
- }
- export type __PeriodTriggersElement = "ADS"|string;
- export type __boolean = boolean;
- export type __integer = number;
- export type __listOfAssetShallow = AssetShallow[];
- export type __listOfDashManifest = DashManifest[];
- export type __listOfEgressEndpoint = EgressEndpoint[];
- export type __listOfHlsManifest = HlsManifest[];
- export type __listOfMssManifest = MssManifest[];
- export type __listOfPackagingConfiguration = PackagingConfiguration[];
- export type __listOfPackagingGroup = PackagingGroup[];
- export type __listOf__PeriodTriggersElement = __PeriodTriggersElement[];
- export type __listOf__string = __string[];
- export type __mapOf__string = {[key: string]: __string};
- export type __string = string;
- /**
- * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
- */
- export type apiVersion = "2018-11-07"|"latest"|string;
- export interface ClientApiVersions {
- /**
- * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
- */
- apiVersion?: apiVersion;
- }
- export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
- /**
- * Contains interfaces for use with the MediaPackageVod client.
- */
- export import Types = MediaPackageVod;
- }
- export = MediaPackageVod;
|