A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/761c8112d37c9974d38eeeaa8e17efd82c330fe8 below:

CMAF Ingest output groups in MediaLive can no… · aws/aws-sdk-js-v3@761c811 · GitHub

File tree Expand file treeCollapse file tree 14 files changed

+228

-82

lines changed

Filter options

Expand file treeCollapse file tree 14 files changed

+228

-82

lines changed Original file line number Diff line number Diff line change

@@ -6,8 +6,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";

6 6 7 7

import { commonParams } from "../endpoint/EndpointParameters";

8 8

import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";

9 -

import { BatchUpdateScheduleRequest } from "../models/models_1";

10 -

import { BatchUpdateScheduleResponse } from "../models/models_2";

9 +

import { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_2";

11 10

import { de_BatchUpdateScheduleCommand, se_BatchUpdateScheduleCommand } from "../protocols/Aws_restJson1";

12 11 13 12

/**

Original file line number Diff line number Diff line change

@@ -540,6 +540,11 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met

540 540

* TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

541 541

* TimedMetadataId3Period: Number("int"),

542 542

* TimedMetadataPassthrough: "DISABLED" || "ENABLED",

543 +

* AdditionalDestinations: [ // __listOfAdditionalDestinations

544 +

* { // AdditionalDestinations

545 +

* Destination: "<OutputLocationRef>", // required

546 +

* },

547 +

* ],

543 548

* },

544 549

* SrtGroupSettings: { // SrtGroupSettings

545 550

* InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

@@ -1757,6 +1762,11 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met

1757 1762

* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

1758 1763

* // TimedMetadataId3Period: Number("int"),

1759 1764

* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",

1765 +

* // AdditionalDestinations: [ // __listOfAdditionalDestinations

1766 +

* // { // AdditionalDestinations

1767 +

* // Destination: "<OutputLocationRef>", // required

1768 +

* // },

1769 +

* // ],

1760 1770

* // },

1761 1771

* // SrtGroupSettings: { // SrtGroupSettings

1762 1772

* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

Original file line number Diff line number Diff line change

@@ -551,6 +551,11 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met

551 551

* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

552 552

* // TimedMetadataId3Period: Number("int"),

553 553

* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",

554 +

* // AdditionalDestinations: [ // __listOfAdditionalDestinations

555 +

* // { // AdditionalDestinations

556 +

* // Destination: "<OutputLocationRef>", // required

557 +

* // },

558 +

* // ],

554 559

* // },

555 560

* // SrtGroupSettings: { // SrtGroupSettings

556 561

* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

Original file line number Diff line number Diff line change

@@ -551,6 +551,11 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _

551 551

* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

552 552

* // TimedMetadataId3Period: Number("int"),

553 553

* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",

554 +

* // AdditionalDestinations: [ // __listOfAdditionalDestinations

555 +

* // { // AdditionalDestinations

556 +

* // Destination: "<OutputLocationRef>", // required

557 +

* // },

558 +

* // ],

554 559

* // },

555 560

* // SrtGroupSettings: { // SrtGroupSettings

556 561

* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

Original file line number Diff line number Diff line change

@@ -554,6 +554,11 @@ export interface RestartChannelPipelinesCommandOutput extends RestartChannelPipe

554 554

* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

555 555

* // TimedMetadataId3Period: Number("int"),

556 556

* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",

557 +

* // AdditionalDestinations: [ // __listOfAdditionalDestinations

558 +

* // { // AdditionalDestinations

559 +

* // Destination: "<OutputLocationRef>", // required

560 +

* // },

561 +

* // ],

557 562

* // },

558 563

* // SrtGroupSettings: { // SrtGroupSettings

559 564

* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

Original file line number Diff line number Diff line change

@@ -551,6 +551,11 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad

551 551

* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

552 552

* // TimedMetadataId3Period: Number("int"),

553 553

* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",

554 +

* // AdditionalDestinations: [ // __listOfAdditionalDestinations

555 +

* // { // AdditionalDestinations

556 +

* // Destination: "<OutputLocationRef>", // required

557 +

* // },

558 +

* // ],

554 559

* // },

555 560

* // SrtGroupSettings: { // SrtGroupSettings

556 561

* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

Original file line number Diff line number Diff line change

@@ -551,6 +551,11 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat

551 551

* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

552 552

* // TimedMetadataId3Period: Number("int"),

553 553

* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",

554 +

* // AdditionalDestinations: [ // __listOfAdditionalDestinations

555 +

* // { // AdditionalDestinations

556 +

* // Destination: "<OutputLocationRef>", // required

557 +

* // },

558 +

* // ],

554 559

* // },

555 560

* // SrtGroupSettings: { // SrtGroupSettings

556 561

* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

Original file line number Diff line number Diff line change

@@ -587,6 +587,11 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo

587 587

* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

588 588

* // TimedMetadataId3Period: Number("int"),

589 589

* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",

590 +

* // AdditionalDestinations: [ // __listOfAdditionalDestinations

591 +

* // { // AdditionalDestinations

592 +

* // Destination: "<OutputLocationRef>", // required

593 +

* // },

594 +

* // ],

590 595

* // },

591 596

* // SrtGroupSettings: { // SrtGroupSettings

592 597

* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

Original file line number Diff line number Diff line change

@@ -540,6 +540,11 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met

540 540

* TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

541 541

* TimedMetadataId3Period: Number("int"),

542 542

* TimedMetadataPassthrough: "DISABLED" || "ENABLED",

543 +

* AdditionalDestinations: [ // __listOfAdditionalDestinations

544 +

* { // AdditionalDestinations

545 +

* Destination: "<OutputLocationRef>", // required

546 +

* },

547 +

* ],

543 548

* },

544 549

* SrtGroupSettings: { // SrtGroupSettings

545 550

* InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

@@ -1748,6 +1753,11 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met

1748 1753

* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",

1749 1754

* // TimedMetadataId3Period: Number("int"),

1750 1755

* // TimedMetadataPassthrough: "DISABLED" || "ENABLED",

1756 +

* // AdditionalDestinations: [ // __listOfAdditionalDestinations

1757 +

* // { // AdditionalDestinations

1758 +

* // Destination: "<OutputLocationRef>", // required

1759 +

* // },

1760 +

* // ],

1751 1761

* // },

1752 1762

* // SrtGroupSettings: { // SrtGroupSettings

1753 1763

* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",

Original file line number Diff line number Diff line change

@@ -1,4 +1,28 @@

1 1

// smithy-typescript generated code

2 +

/**

3 +

* Reference to an OutputDestination ID defined in the channel

4 +

* @public

5 +

*/

6 +

export interface OutputLocationRef {

7 +

/**

8 +

* Placeholder documentation for __string

9 +

* @public

10 +

*/

11 +

DestinationRefId?: string | undefined;

12 +

}

13 + 14 +

/**

15 +

* Additional output destinations for a CMAF Ingest output group

16 +

* @public

17 +

*/

18 +

export interface AdditionalDestinations {

19 +

/**

20 +

* The destination location

21 +

* @public

22 +

*/

23 +

Destination: OutputLocationRef | undefined;

24 +

}

25 + 2 26

/**

3 27

* Input Channel Level

4 28

* @public

@@ -6813,35 +6837,3 @@ export const M2tsRateMode = {

6813 6837

* @public

6814 6838

*/

6815 6839

export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];

6816 - 6817 -

/**

6818 -

* @public

6819 -

* @enum

6820 -

*/

6821 -

export const M2tsScte35Control = {

6822 -

NONE: "NONE",

6823 -

PASSTHROUGH: "PASSTHROUGH",

6824 -

} as const;

6825 - 6826 -

/**

6827 -

* @public

6828 -

*/

6829 -

export type M2tsScte35Control = (typeof M2tsScte35Control)[keyof typeof M2tsScte35Control];

6830 - 6831 -

/**

6832 -

* @public

6833 -

* @enum

6834 -

*/

6835 -

export const M2tsSegmentationMarkers = {

6836 -

EBP: "EBP",

6837 -

EBP_LEGACY: "EBP_LEGACY",

6838 -

NONE: "NONE",

6839 -

PSI_SEGSTART: "PSI_SEGSTART",

6840 -

RAI_ADAPT: "RAI_ADAPT",

6841 -

RAI_SEGSTART: "RAI_SEGSTART",

6842 -

} as const;

6843 - 6844 -

/**

6845 -

* @public

6846 -

*/

6847 -

export type M2tsSegmentationMarkers = (typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4