@aws-sdk/client-mediatailor 3.300.0 → 3.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +46 -58
- package/dist-es/models/models_0.js +46 -58
- package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +2 -2
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +7 -7
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +4 -4
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +6 -6
- package/dist-types/commands/CreateProgramCommand.d.ts +11 -11
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +8 -8
- package/dist-types/commands/CreateVodSourceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +1 -1
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +1 -1
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVodSourcesCommand.d.ts +1 -1
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +10 -10
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -6
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProgramCommand.d.ts +11 -11
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +7 -7
- package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +106 -46
- package/dist-types/ts3.4/models/models_0.d.ts +61 -46
- package/package.json +34 -34
|
@@ -2,44 +2,36 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RelativePosition = exports.ChannelState = exports.Tier = exports.PlaybackMode = exports.BadRequestException = exports.AccessType = exports.ScheduleEntryType = exports.OriginManifestType = exports.Mode = exports.Type = exports.LogType = exports.Operator = exports.MessageType = void 0;
|
|
4
4
|
const MediaTailorServiceException_1 = require("./MediaTailorServiceException");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
ScheduleEntryType["FILLER_SLATE"] = "FILLER_SLATE";
|
|
36
|
-
ScheduleEntryType["PROGRAM"] = "PROGRAM";
|
|
37
|
-
})(ScheduleEntryType = exports.ScheduleEntryType || (exports.ScheduleEntryType = {}));
|
|
38
|
-
var AccessType;
|
|
39
|
-
(function (AccessType) {
|
|
40
|
-
AccessType["S3_SIGV4"] = "S3_SIGV4";
|
|
41
|
-
AccessType["SECRETS_MANAGER_ACCESS_TOKEN"] = "SECRETS_MANAGER_ACCESS_TOKEN";
|
|
42
|
-
})(AccessType = exports.AccessType || (exports.AccessType = {}));
|
|
5
|
+
exports.MessageType = {
|
|
6
|
+
SPLICE_INSERT: "SPLICE_INSERT",
|
|
7
|
+
TIME_SIGNAL: "TIME_SIGNAL",
|
|
8
|
+
};
|
|
9
|
+
exports.Operator = {
|
|
10
|
+
EQUALS: "EQUALS",
|
|
11
|
+
};
|
|
12
|
+
exports.LogType = {
|
|
13
|
+
AS_RUN: "AS_RUN",
|
|
14
|
+
};
|
|
15
|
+
exports.Type = {
|
|
16
|
+
DASH: "DASH",
|
|
17
|
+
HLS: "HLS",
|
|
18
|
+
};
|
|
19
|
+
exports.Mode = {
|
|
20
|
+
BEHIND_LIVE_EDGE: "BEHIND_LIVE_EDGE",
|
|
21
|
+
OFF: "OFF",
|
|
22
|
+
};
|
|
23
|
+
exports.OriginManifestType = {
|
|
24
|
+
MULTI_PERIOD: "MULTI_PERIOD",
|
|
25
|
+
SINGLE_PERIOD: "SINGLE_PERIOD",
|
|
26
|
+
};
|
|
27
|
+
exports.ScheduleEntryType = {
|
|
28
|
+
FILLER_SLATE: "FILLER_SLATE",
|
|
29
|
+
PROGRAM: "PROGRAM",
|
|
30
|
+
};
|
|
31
|
+
exports.AccessType = {
|
|
32
|
+
S3_SIGV4: "S3_SIGV4",
|
|
33
|
+
SECRETS_MANAGER_ACCESS_TOKEN: "SECRETS_MANAGER_ACCESS_TOKEN",
|
|
34
|
+
};
|
|
43
35
|
class BadRequestException extends MediaTailorServiceException_1.MediaTailorServiceException {
|
|
44
36
|
constructor(opts) {
|
|
45
37
|
super({
|
|
@@ -54,23 +46,19 @@ class BadRequestException extends MediaTailorServiceException_1.MediaTailorServi
|
|
|
54
46
|
}
|
|
55
47
|
}
|
|
56
48
|
exports.BadRequestException = BadRequestException;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
(function (RelativePosition) {
|
|
74
|
-
RelativePosition["AFTER_PROGRAM"] = "AFTER_PROGRAM";
|
|
75
|
-
RelativePosition["BEFORE_PROGRAM"] = "BEFORE_PROGRAM";
|
|
76
|
-
})(RelativePosition = exports.RelativePosition || (exports.RelativePosition = {}));
|
|
49
|
+
exports.PlaybackMode = {
|
|
50
|
+
LINEAR: "LINEAR",
|
|
51
|
+
LOOP: "LOOP",
|
|
52
|
+
};
|
|
53
|
+
exports.Tier = {
|
|
54
|
+
BASIC: "BASIC",
|
|
55
|
+
STANDARD: "STANDARD",
|
|
56
|
+
};
|
|
57
|
+
exports.ChannelState = {
|
|
58
|
+
RUNNING: "RUNNING",
|
|
59
|
+
STOPPED: "STOPPED",
|
|
60
|
+
};
|
|
61
|
+
exports.RelativePosition = {
|
|
62
|
+
AFTER_PROGRAM: "AFTER_PROGRAM",
|
|
63
|
+
BEFORE_PROGRAM: "BEFORE_PROGRAM",
|
|
64
|
+
};
|
|
@@ -1,42 +1,34 @@
|
|
|
1
1
|
import { MediaTailorServiceException as __BaseException } from "./MediaTailorServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
export
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
ScheduleEntryType["FILLER_SLATE"] = "FILLER_SLATE";
|
|
33
|
-
ScheduleEntryType["PROGRAM"] = "PROGRAM";
|
|
34
|
-
})(ScheduleEntryType || (ScheduleEntryType = {}));
|
|
35
|
-
export var AccessType;
|
|
36
|
-
(function (AccessType) {
|
|
37
|
-
AccessType["S3_SIGV4"] = "S3_SIGV4";
|
|
38
|
-
AccessType["SECRETS_MANAGER_ACCESS_TOKEN"] = "SECRETS_MANAGER_ACCESS_TOKEN";
|
|
39
|
-
})(AccessType || (AccessType = {}));
|
|
2
|
+
export const MessageType = {
|
|
3
|
+
SPLICE_INSERT: "SPLICE_INSERT",
|
|
4
|
+
TIME_SIGNAL: "TIME_SIGNAL",
|
|
5
|
+
};
|
|
6
|
+
export const Operator = {
|
|
7
|
+
EQUALS: "EQUALS",
|
|
8
|
+
};
|
|
9
|
+
export const LogType = {
|
|
10
|
+
AS_RUN: "AS_RUN",
|
|
11
|
+
};
|
|
12
|
+
export const Type = {
|
|
13
|
+
DASH: "DASH",
|
|
14
|
+
HLS: "HLS",
|
|
15
|
+
};
|
|
16
|
+
export const Mode = {
|
|
17
|
+
BEHIND_LIVE_EDGE: "BEHIND_LIVE_EDGE",
|
|
18
|
+
OFF: "OFF",
|
|
19
|
+
};
|
|
20
|
+
export const OriginManifestType = {
|
|
21
|
+
MULTI_PERIOD: "MULTI_PERIOD",
|
|
22
|
+
SINGLE_PERIOD: "SINGLE_PERIOD",
|
|
23
|
+
};
|
|
24
|
+
export const ScheduleEntryType = {
|
|
25
|
+
FILLER_SLATE: "FILLER_SLATE",
|
|
26
|
+
PROGRAM: "PROGRAM",
|
|
27
|
+
};
|
|
28
|
+
export const AccessType = {
|
|
29
|
+
S3_SIGV4: "S3_SIGV4",
|
|
30
|
+
SECRETS_MANAGER_ACCESS_TOKEN: "SECRETS_MANAGER_ACCESS_TOKEN",
|
|
31
|
+
};
|
|
40
32
|
export class BadRequestException extends __BaseException {
|
|
41
33
|
constructor(opts) {
|
|
42
34
|
super({
|
|
@@ -50,23 +42,19 @@ export class BadRequestException extends __BaseException {
|
|
|
50
42
|
this.Message = opts.Message;
|
|
51
43
|
}
|
|
52
44
|
}
|
|
53
|
-
export
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
(function (RelativePosition) {
|
|
70
|
-
RelativePosition["AFTER_PROGRAM"] = "AFTER_PROGRAM";
|
|
71
|
-
RelativePosition["BEFORE_PROGRAM"] = "BEFORE_PROGRAM";
|
|
72
|
-
})(RelativePosition || (RelativePosition = {}));
|
|
45
|
+
export const PlaybackMode = {
|
|
46
|
+
LINEAR: "LINEAR",
|
|
47
|
+
LOOP: "LOOP",
|
|
48
|
+
};
|
|
49
|
+
export const Tier = {
|
|
50
|
+
BASIC: "BASIC",
|
|
51
|
+
STANDARD: "STANDARD",
|
|
52
|
+
};
|
|
53
|
+
export const ChannelState = {
|
|
54
|
+
RUNNING: "RUNNING",
|
|
55
|
+
STOPPED: "STOPPED",
|
|
56
|
+
};
|
|
57
|
+
export const RelativePosition = {
|
|
58
|
+
AFTER_PROGRAM: "AFTER_PROGRAM",
|
|
59
|
+
BEFORE_PROGRAM: "BEFORE_PROGRAM",
|
|
60
|
+
};
|
|
@@ -26,9 +26,9 @@ export interface ConfigureLogsForChannelCommandOutput extends ConfigureLogsForCh
|
|
|
26
26
|
* import { MediaTailorClient, ConfigureLogsForChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ConfigureLogsForChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ConfigureLogsForChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
|
-
* LogTypes: [ // required
|
|
31
|
+
* LogTypes: [ // LogTypes // required
|
|
32
32
|
* "AS_RUN",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends Conf
|
|
|
26
26
|
* import { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, ConfigureLogsForPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ConfigureLogsForPlaybackConfigurationRequest
|
|
30
30
|
* PercentEnabled: Number("int"), // required
|
|
31
31
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,21 +26,21 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, CreateChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
|
-
* FillerSlate: {
|
|
31
|
+
* FillerSlate: { // SlateSource
|
|
32
32
|
* SourceLocationName: "STRING_VALUE",
|
|
33
33
|
* VodSourceName: "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
|
-
* Outputs: [ // required
|
|
36
|
-
* {
|
|
37
|
-
* DashPlaylistSettings: {
|
|
35
|
+
* Outputs: [ // RequestOutputs // required
|
|
36
|
+
* { // RequestOutputItem
|
|
37
|
+
* DashPlaylistSettings: { // DashPlaylistSettings
|
|
38
38
|
* ManifestWindowSeconds: Number("int"),
|
|
39
39
|
* MinBufferTimeSeconds: Number("int"),
|
|
40
40
|
* MinUpdatePeriodSeconds: Number("int"),
|
|
41
41
|
* SuggestedPresentationDelaySeconds: Number("int"),
|
|
42
42
|
* },
|
|
43
|
-
* HlsPlaylistSettings: {
|
|
43
|
+
* HlsPlaylistSettings: { // HlsPlaylistSettings
|
|
44
44
|
* ManifestWindowSeconds: Number("int"),
|
|
45
45
|
* },
|
|
46
46
|
* ManifestName: "STRING_VALUE", // required
|
|
@@ -48,7 +48,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
50
|
* PlaybackMode: "LOOP" || "LINEAR", // required
|
|
51
|
-
* Tags: {
|
|
51
|
+
* Tags: { // __mapOf__string
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* Tier: "BASIC" || "STANDARD",
|
|
@@ -26,9 +26,9 @@ export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse,
|
|
|
26
26
|
* import { MediaTailorClient, CreateLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* HttpPackageConfigurations: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // CreateLiveSourceRequest
|
|
30
|
+
* HttpPackageConfigurations: [ // HttpPackageConfigurations // required
|
|
31
|
+
* { // HttpPackageConfiguration
|
|
32
32
|
* Path: "STRING_VALUE", // required
|
|
33
33
|
* SourceGroup: "STRING_VALUE", // required
|
|
34
34
|
* Type: "DASH" || "HLS", // required
|
|
@@ -36,7 +36,7 @@ export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse,
|
|
|
36
36
|
* ],
|
|
37
37
|
* LiveSourceName: "STRING_VALUE", // required
|
|
38
38
|
* SourceLocationName: "STRING_VALUE", // required
|
|
39
|
-
* Tags: {
|
|
39
|
+
* Tags: { // __mapOf__string
|
|
40
40
|
* "<keys>": "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* };
|
|
@@ -26,10 +26,10 @@ export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchSched
|
|
|
26
26
|
* import { MediaTailorClient, CreatePrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreatePrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Consumption: {
|
|
31
|
-
* AvailMatchingCriteria: [
|
|
32
|
-
* {
|
|
29
|
+
* const input = { // CreatePrefetchScheduleRequest
|
|
30
|
+
* Consumption: { // PrefetchConsumption
|
|
31
|
+
* AvailMatchingCriteria: [ // __listOfAvailMatchingCriteria
|
|
32
|
+
* { // AvailMatchingCriteria
|
|
33
33
|
* DynamicVariable: "STRING_VALUE", // required
|
|
34
34
|
* Operator: "EQUALS", // required
|
|
35
35
|
* },
|
|
@@ -39,8 +39,8 @@ export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchSched
|
|
|
39
39
|
* },
|
|
40
40
|
* Name: "STRING_VALUE", // required
|
|
41
41
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
42
|
-
* Retrieval: {
|
|
43
|
-
* DynamicVariables: {
|
|
42
|
+
* Retrieval: { // PrefetchRetrieval
|
|
43
|
+
* DynamicVariables: { // __mapOf__string
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* EndTime: new Date("TIMESTAMP"), // required
|
|
@@ -26,24 +26,24 @@ export interface CreateProgramCommandOutput extends CreateProgramResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, CreateProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* AdBreaks: [
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // CreateProgramRequest
|
|
30
|
+
* AdBreaks: [ // __listOfAdBreak
|
|
31
|
+
* { // AdBreak
|
|
32
32
|
* MessageType: "SPLICE_INSERT" || "TIME_SIGNAL",
|
|
33
33
|
* OffsetMillis: Number("long"),
|
|
34
|
-
* Slate: {
|
|
34
|
+
* Slate: { // SlateSource
|
|
35
35
|
* SourceLocationName: "STRING_VALUE",
|
|
36
36
|
* VodSourceName: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* SpliceInsertMessage: {
|
|
38
|
+
* SpliceInsertMessage: { // SpliceInsertMessage
|
|
39
39
|
* AvailNum: Number("int"),
|
|
40
40
|
* AvailsExpected: Number("int"),
|
|
41
41
|
* SpliceEventId: Number("int"),
|
|
42
42
|
* UniqueProgramId: Number("int"),
|
|
43
43
|
* },
|
|
44
|
-
* TimeSignalMessage: {
|
|
45
|
-
* SegmentationDescriptors: [
|
|
46
|
-
* {
|
|
44
|
+
* TimeSignalMessage: { // TimeSignalMessage
|
|
45
|
+
* SegmentationDescriptors: [ // SegmentationDescriptorList
|
|
46
|
+
* { // SegmentationDescriptor
|
|
47
47
|
* SegmentationEventId: Number("int"),
|
|
48
48
|
* SegmentationUpidType: Number("int"),
|
|
49
49
|
* SegmentationUpid: "STRING_VALUE",
|
|
@@ -60,15 +60,15 @@ export interface CreateProgramCommandOutput extends CreateProgramResponse, __Met
|
|
|
60
60
|
* ChannelName: "STRING_VALUE", // required
|
|
61
61
|
* LiveSourceName: "STRING_VALUE",
|
|
62
62
|
* ProgramName: "STRING_VALUE", // required
|
|
63
|
-
* ScheduleConfiguration: {
|
|
64
|
-
* Transition: {
|
|
63
|
+
* ScheduleConfiguration: { // ScheduleConfiguration
|
|
64
|
+
* Transition: { // Transition
|
|
65
65
|
* DurationMillis: Number("long"),
|
|
66
66
|
* RelativePosition: "BEFORE_PROGRAM" || "AFTER_PROGRAM", // required
|
|
67
67
|
* RelativeProgram: "STRING_VALUE",
|
|
68
68
|
* ScheduledStartTimeMillis: Number("long"),
|
|
69
69
|
* Type: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
|
-
* ClipRange: {
|
|
71
|
+
* ClipRange: { // ClipRange
|
|
72
72
|
* EndOffsetMillis: Number("long"), // required
|
|
73
73
|
* },
|
|
74
74
|
* },
|
|
@@ -26,29 +26,29 @@ export interface CreateSourceLocationCommandOutput extends CreateSourceLocationR
|
|
|
26
26
|
* import { MediaTailorClient, CreateSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* AccessConfiguration: {
|
|
29
|
+
* const input = { // CreateSourceLocationRequest
|
|
30
|
+
* AccessConfiguration: { // AccessConfiguration
|
|
31
31
|
* AccessType: "S3_SIGV4" || "SECRETS_MANAGER_ACCESS_TOKEN",
|
|
32
|
-
* SecretsManagerAccessTokenConfiguration: {
|
|
32
|
+
* SecretsManagerAccessTokenConfiguration: { // SecretsManagerAccessTokenConfiguration
|
|
33
33
|
* HeaderName: "STRING_VALUE",
|
|
34
34
|
* SecretArn: "STRING_VALUE",
|
|
35
35
|
* SecretStringKey: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* },
|
|
38
|
-
* DefaultSegmentDeliveryConfiguration: {
|
|
38
|
+
* DefaultSegmentDeliveryConfiguration: { // DefaultSegmentDeliveryConfiguration
|
|
39
39
|
* BaseUrl: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
|
-
* HttpConfiguration: {
|
|
41
|
+
* HttpConfiguration: { // HttpConfiguration
|
|
42
42
|
* BaseUrl: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
44
|
-
* SegmentDeliveryConfigurations: [
|
|
45
|
-
* {
|
|
44
|
+
* SegmentDeliveryConfigurations: [ // __listOfSegmentDeliveryConfiguration
|
|
45
|
+
* { // SegmentDeliveryConfiguration
|
|
46
46
|
* BaseUrl: "STRING_VALUE",
|
|
47
47
|
* Name: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
50
|
* SourceLocationName: "STRING_VALUE", // required
|
|
51
|
-
* Tags: {
|
|
51
|
+
* Tags: { // __mapOf__string
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* };
|
|
@@ -26,16 +26,16 @@ export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, CreateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, CreateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* HttpPackageConfigurations: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // CreateVodSourceRequest
|
|
30
|
+
* HttpPackageConfigurations: [ // HttpPackageConfigurations // required
|
|
31
|
+
* { // HttpPackageConfiguration
|
|
32
32
|
* Path: "STRING_VALUE", // required
|
|
33
33
|
* SourceGroup: "STRING_VALUE", // required
|
|
34
34
|
* Type: "DASH" || "HLS", // required
|
|
35
35
|
* },
|
|
36
36
|
* ],
|
|
37
37
|
* SourceLocationName: "STRING_VALUE", // required
|
|
38
|
-
* Tags: {
|
|
38
|
+
* Tags: { // __mapOf__string
|
|
39
39
|
* "<keys>": "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* VodSourceName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, DeleteChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteChannelCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyRes
|
|
|
26
26
|
* import { MediaTailorClient, DeleteChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteChannelPolicyRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteChannelPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse,
|
|
|
26
26
|
* import { MediaTailorClient, DeleteLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteLiveSourceRequest
|
|
30
30
|
* LiveSourceName: "STRING_VALUE", // required
|
|
31
31
|
* SourceLocationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeletePlaybackConfigurationCommandOutput extends DeletePlayback
|
|
|
26
26
|
* import { MediaTailorClient, DeletePlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeletePlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeletePlaybackConfigurationRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeletePlaybackConfigurationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchSched
|
|
|
26
26
|
* import { MediaTailorClient, DeletePrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeletePrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeletePrefetchScheduleRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __Met
|
|
|
26
26
|
* import { MediaTailorClient, DeleteProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteProgramRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* ProgramName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationR
|
|
|
26
26
|
* import { MediaTailorClient, DeleteSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteSourceLocationRequest
|
|
30
30
|
* SourceLocationName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSourceLocationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, DeleteVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DeleteVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteVodSourceRequest
|
|
30
30
|
* SourceLocationName: "STRING_VALUE", // required
|
|
31
31
|
* VodSourceName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, DescribeChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeChannelRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeChannelCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceRespo
|
|
|
26
26
|
* import { MediaTailorClient, DescribeLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLiveSourceRequest
|
|
30
30
|
* LiveSourceName: "STRING_VALUE", // required
|
|
31
31
|
* SourceLocationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeProgramCommandOutput extends DescribeProgramResponse, _
|
|
|
26
26
|
* import { MediaTailorClient, DescribeProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeProgramRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* ProgramName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocat
|
|
|
26
26
|
* import { MediaTailorClient, DescribeSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeSourceLocationRequest
|
|
30
30
|
* SourceLocationName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeSourceLocationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeVodSourceCommandOutput extends DescribeVodSourceRespons
|
|
|
26
26
|
* import { MediaTailorClient, DescribeVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, DescribeVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeVodSourceRequest
|
|
30
30
|
* SourceLocationName: "STRING_VALUE", // required
|
|
31
31
|
* VodSourceName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse,
|
|
|
26
26
|
* import { MediaTailorClient, GetChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, GetChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetChannelPolicyRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetChannelPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetChannelScheduleCommandOutput extends GetChannelScheduleRespo
|
|
|
26
26
|
* import { MediaTailorClient, GetChannelScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, GetChannelScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetChannelScheduleRequest
|
|
30
30
|
* ChannelName: "STRING_VALUE", // required
|
|
31
31
|
* DurationMinutes: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfig
|
|
|
26
26
|
* import { MediaTailorClient, GetPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, GetPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetPlaybackConfigurationRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetPlaybackConfigurationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleRes
|
|
|
26
26
|
* import { MediaTailorClient, GetPrefetchScheduleCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
|
|
27
27
|
* // const { MediaTailorClient, GetPrefetchScheduleCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
|
|
28
28
|
* const client = new MediaTailorClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetPrefetchScheduleRequest
|
|
30
30
|
* Name: "STRING_VALUE", // required
|
|
31
31
|
* PlaybackConfigurationName: "STRING_VALUE", // required
|
|
32
32
|
* };
|