@aws-sdk/client-mediapackage 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 +92 -108
- package/dist-es/models/models_0.js +92 -108
- package/dist-types/commands/ConfigureLogsCommand.d.ts +3 -3
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -2
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +2 -2
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +19 -19
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHarvestJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOriginEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/RotateChannelCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/RotateIngestEndpointCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +18 -18
- package/dist-types/models/models_0.d.ts +172 -92
- package/dist-types/ts3.4/models/models_0.d.ts +117 -92
- package/package.json +34 -34
|
@@ -2,114 +2,98 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UnprocessableEntityException = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.Origination = exports.EncryptionMethod = exports.UtcTiming = exports.SegmentTemplateFormat = exports.Profile = exports.ManifestLayout = exports.StreamOrder = exports.PresetSpeke20Video = exports.PresetSpeke20Audio = exports.CmafEncryptionMethod = exports.PlaylistType = exports.AdsOnDeliveryRestrictions = exports.AdMarkers = exports.Status = exports.__PeriodTriggersElement = exports.__AdTriggersElement = void 0;
|
|
4
4
|
const MediaPackageServiceException_1 = require("./MediaPackageServiceException");
|
|
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
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
(function (UtcTiming) {
|
|
98
|
-
UtcTiming["HTTP_HEAD"] = "HTTP-HEAD";
|
|
99
|
-
UtcTiming["HTTP_ISO"] = "HTTP-ISO";
|
|
100
|
-
UtcTiming["HTTP_XSDATE"] = "HTTP-XSDATE";
|
|
101
|
-
UtcTiming["NONE"] = "NONE";
|
|
102
|
-
})(UtcTiming = exports.UtcTiming || (exports.UtcTiming = {}));
|
|
103
|
-
var EncryptionMethod;
|
|
104
|
-
(function (EncryptionMethod) {
|
|
105
|
-
EncryptionMethod["AES_128"] = "AES_128";
|
|
106
|
-
EncryptionMethod["SAMPLE_AES"] = "SAMPLE_AES";
|
|
107
|
-
})(EncryptionMethod = exports.EncryptionMethod || (exports.EncryptionMethod = {}));
|
|
108
|
-
var Origination;
|
|
109
|
-
(function (Origination) {
|
|
110
|
-
Origination["ALLOW"] = "ALLOW";
|
|
111
|
-
Origination["DENY"] = "DENY";
|
|
112
|
-
})(Origination = exports.Origination || (exports.Origination = {}));
|
|
5
|
+
exports.__AdTriggersElement = {
|
|
6
|
+
BREAK: "BREAK",
|
|
7
|
+
DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT",
|
|
8
|
+
DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
9
|
+
DISTRIBUTOR_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_PLACEMENT_OPPORTUNITY",
|
|
10
|
+
PROVIDER_ADVERTISEMENT: "PROVIDER_ADVERTISEMENT",
|
|
11
|
+
PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY: "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
12
|
+
PROVIDER_PLACEMENT_OPPORTUNITY: "PROVIDER_PLACEMENT_OPPORTUNITY",
|
|
13
|
+
SPLICE_INSERT: "SPLICE_INSERT",
|
|
14
|
+
};
|
|
15
|
+
exports.__PeriodTriggersElement = {
|
|
16
|
+
ADS: "ADS",
|
|
17
|
+
};
|
|
18
|
+
exports.Status = {
|
|
19
|
+
FAILED: "FAILED",
|
|
20
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
21
|
+
SUCCEEDED: "SUCCEEDED",
|
|
22
|
+
};
|
|
23
|
+
exports.AdMarkers = {
|
|
24
|
+
DATERANGE: "DATERANGE",
|
|
25
|
+
NONE: "NONE",
|
|
26
|
+
PASSTHROUGH: "PASSTHROUGH",
|
|
27
|
+
SCTE35_ENHANCED: "SCTE35_ENHANCED",
|
|
28
|
+
};
|
|
29
|
+
exports.AdsOnDeliveryRestrictions = {
|
|
30
|
+
BOTH: "BOTH",
|
|
31
|
+
NONE: "NONE",
|
|
32
|
+
RESTRICTED: "RESTRICTED",
|
|
33
|
+
UNRESTRICTED: "UNRESTRICTED",
|
|
34
|
+
};
|
|
35
|
+
exports.PlaylistType = {
|
|
36
|
+
EVENT: "EVENT",
|
|
37
|
+
NONE: "NONE",
|
|
38
|
+
VOD: "VOD",
|
|
39
|
+
};
|
|
40
|
+
exports.CmafEncryptionMethod = {
|
|
41
|
+
AES_CTR: "AES_CTR",
|
|
42
|
+
SAMPLE_AES: "SAMPLE_AES",
|
|
43
|
+
};
|
|
44
|
+
exports.PresetSpeke20Audio = {
|
|
45
|
+
PRESET_AUDIO_1: "PRESET-AUDIO-1",
|
|
46
|
+
PRESET_AUDIO_2: "PRESET-AUDIO-2",
|
|
47
|
+
PRESET_AUDIO_3: "PRESET-AUDIO-3",
|
|
48
|
+
SHARED: "SHARED",
|
|
49
|
+
UNENCRYPTED: "UNENCRYPTED",
|
|
50
|
+
};
|
|
51
|
+
exports.PresetSpeke20Video = {
|
|
52
|
+
PRESET_VIDEO_1: "PRESET-VIDEO-1",
|
|
53
|
+
PRESET_VIDEO_2: "PRESET-VIDEO-2",
|
|
54
|
+
PRESET_VIDEO_3: "PRESET-VIDEO-3",
|
|
55
|
+
PRESET_VIDEO_4: "PRESET-VIDEO-4",
|
|
56
|
+
PRESET_VIDEO_5: "PRESET-VIDEO-5",
|
|
57
|
+
PRESET_VIDEO_6: "PRESET-VIDEO-6",
|
|
58
|
+
PRESET_VIDEO_7: "PRESET-VIDEO-7",
|
|
59
|
+
PRESET_VIDEO_8: "PRESET-VIDEO-8",
|
|
60
|
+
SHARED: "SHARED",
|
|
61
|
+
UNENCRYPTED: "UNENCRYPTED",
|
|
62
|
+
};
|
|
63
|
+
exports.StreamOrder = {
|
|
64
|
+
ORIGINAL: "ORIGINAL",
|
|
65
|
+
VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING",
|
|
66
|
+
VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING",
|
|
67
|
+
};
|
|
68
|
+
exports.ManifestLayout = {
|
|
69
|
+
COMPACT: "COMPACT",
|
|
70
|
+
FULL: "FULL",
|
|
71
|
+
};
|
|
72
|
+
exports.Profile = {
|
|
73
|
+
DVB_DASH_2014: "DVB_DASH_2014",
|
|
74
|
+
HBBTV_1_5: "HBBTV_1_5",
|
|
75
|
+
HYBRIDCAST: "HYBRIDCAST",
|
|
76
|
+
NONE: "NONE",
|
|
77
|
+
};
|
|
78
|
+
exports.SegmentTemplateFormat = {
|
|
79
|
+
NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION",
|
|
80
|
+
NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE",
|
|
81
|
+
TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE",
|
|
82
|
+
};
|
|
83
|
+
exports.UtcTiming = {
|
|
84
|
+
HTTP_HEAD: "HTTP-HEAD",
|
|
85
|
+
HTTP_ISO: "HTTP-ISO",
|
|
86
|
+
HTTP_XSDATE: "HTTP-XSDATE",
|
|
87
|
+
NONE: "NONE",
|
|
88
|
+
};
|
|
89
|
+
exports.EncryptionMethod = {
|
|
90
|
+
AES_128: "AES_128",
|
|
91
|
+
SAMPLE_AES: "SAMPLE_AES",
|
|
92
|
+
};
|
|
93
|
+
exports.Origination = {
|
|
94
|
+
ALLOW: "ALLOW",
|
|
95
|
+
DENY: "DENY",
|
|
96
|
+
};
|
|
113
97
|
class ForbiddenException extends MediaPackageServiceException_1.MediaPackageServiceException {
|
|
114
98
|
constructor(opts) {
|
|
115
99
|
super({
|
|
@@ -1,112 +1,96 @@
|
|
|
1
1
|
import { MediaPackageServiceException as __BaseException } from "./MediaPackageServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
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
|
-
|
|
36
|
-
}
|
|
37
|
-
export
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
export
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
export
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
export
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
export
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
(function (UtcTiming) {
|
|
95
|
-
UtcTiming["HTTP_HEAD"] = "HTTP-HEAD";
|
|
96
|
-
UtcTiming["HTTP_ISO"] = "HTTP-ISO";
|
|
97
|
-
UtcTiming["HTTP_XSDATE"] = "HTTP-XSDATE";
|
|
98
|
-
UtcTiming["NONE"] = "NONE";
|
|
99
|
-
})(UtcTiming || (UtcTiming = {}));
|
|
100
|
-
export var EncryptionMethod;
|
|
101
|
-
(function (EncryptionMethod) {
|
|
102
|
-
EncryptionMethod["AES_128"] = "AES_128";
|
|
103
|
-
EncryptionMethod["SAMPLE_AES"] = "SAMPLE_AES";
|
|
104
|
-
})(EncryptionMethod || (EncryptionMethod = {}));
|
|
105
|
-
export var Origination;
|
|
106
|
-
(function (Origination) {
|
|
107
|
-
Origination["ALLOW"] = "ALLOW";
|
|
108
|
-
Origination["DENY"] = "DENY";
|
|
109
|
-
})(Origination || (Origination = {}));
|
|
2
|
+
export const __AdTriggersElement = {
|
|
3
|
+
BREAK: "BREAK",
|
|
4
|
+
DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT",
|
|
5
|
+
DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
6
|
+
DISTRIBUTOR_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_PLACEMENT_OPPORTUNITY",
|
|
7
|
+
PROVIDER_ADVERTISEMENT: "PROVIDER_ADVERTISEMENT",
|
|
8
|
+
PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY: "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
9
|
+
PROVIDER_PLACEMENT_OPPORTUNITY: "PROVIDER_PLACEMENT_OPPORTUNITY",
|
|
10
|
+
SPLICE_INSERT: "SPLICE_INSERT",
|
|
11
|
+
};
|
|
12
|
+
export const __PeriodTriggersElement = {
|
|
13
|
+
ADS: "ADS",
|
|
14
|
+
};
|
|
15
|
+
export const Status = {
|
|
16
|
+
FAILED: "FAILED",
|
|
17
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
18
|
+
SUCCEEDED: "SUCCEEDED",
|
|
19
|
+
};
|
|
20
|
+
export const AdMarkers = {
|
|
21
|
+
DATERANGE: "DATERANGE",
|
|
22
|
+
NONE: "NONE",
|
|
23
|
+
PASSTHROUGH: "PASSTHROUGH",
|
|
24
|
+
SCTE35_ENHANCED: "SCTE35_ENHANCED",
|
|
25
|
+
};
|
|
26
|
+
export const AdsOnDeliveryRestrictions = {
|
|
27
|
+
BOTH: "BOTH",
|
|
28
|
+
NONE: "NONE",
|
|
29
|
+
RESTRICTED: "RESTRICTED",
|
|
30
|
+
UNRESTRICTED: "UNRESTRICTED",
|
|
31
|
+
};
|
|
32
|
+
export const PlaylistType = {
|
|
33
|
+
EVENT: "EVENT",
|
|
34
|
+
NONE: "NONE",
|
|
35
|
+
VOD: "VOD",
|
|
36
|
+
};
|
|
37
|
+
export const CmafEncryptionMethod = {
|
|
38
|
+
AES_CTR: "AES_CTR",
|
|
39
|
+
SAMPLE_AES: "SAMPLE_AES",
|
|
40
|
+
};
|
|
41
|
+
export const PresetSpeke20Audio = {
|
|
42
|
+
PRESET_AUDIO_1: "PRESET-AUDIO-1",
|
|
43
|
+
PRESET_AUDIO_2: "PRESET-AUDIO-2",
|
|
44
|
+
PRESET_AUDIO_3: "PRESET-AUDIO-3",
|
|
45
|
+
SHARED: "SHARED",
|
|
46
|
+
UNENCRYPTED: "UNENCRYPTED",
|
|
47
|
+
};
|
|
48
|
+
export const PresetSpeke20Video = {
|
|
49
|
+
PRESET_VIDEO_1: "PRESET-VIDEO-1",
|
|
50
|
+
PRESET_VIDEO_2: "PRESET-VIDEO-2",
|
|
51
|
+
PRESET_VIDEO_3: "PRESET-VIDEO-3",
|
|
52
|
+
PRESET_VIDEO_4: "PRESET-VIDEO-4",
|
|
53
|
+
PRESET_VIDEO_5: "PRESET-VIDEO-5",
|
|
54
|
+
PRESET_VIDEO_6: "PRESET-VIDEO-6",
|
|
55
|
+
PRESET_VIDEO_7: "PRESET-VIDEO-7",
|
|
56
|
+
PRESET_VIDEO_8: "PRESET-VIDEO-8",
|
|
57
|
+
SHARED: "SHARED",
|
|
58
|
+
UNENCRYPTED: "UNENCRYPTED",
|
|
59
|
+
};
|
|
60
|
+
export const StreamOrder = {
|
|
61
|
+
ORIGINAL: "ORIGINAL",
|
|
62
|
+
VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING",
|
|
63
|
+
VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING",
|
|
64
|
+
};
|
|
65
|
+
export const ManifestLayout = {
|
|
66
|
+
COMPACT: "COMPACT",
|
|
67
|
+
FULL: "FULL",
|
|
68
|
+
};
|
|
69
|
+
export const Profile = {
|
|
70
|
+
DVB_DASH_2014: "DVB_DASH_2014",
|
|
71
|
+
HBBTV_1_5: "HBBTV_1_5",
|
|
72
|
+
HYBRIDCAST: "HYBRIDCAST",
|
|
73
|
+
NONE: "NONE",
|
|
74
|
+
};
|
|
75
|
+
export const SegmentTemplateFormat = {
|
|
76
|
+
NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION",
|
|
77
|
+
NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE",
|
|
78
|
+
TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE",
|
|
79
|
+
};
|
|
80
|
+
export const UtcTiming = {
|
|
81
|
+
HTTP_HEAD: "HTTP-HEAD",
|
|
82
|
+
HTTP_ISO: "HTTP-ISO",
|
|
83
|
+
HTTP_XSDATE: "HTTP-XSDATE",
|
|
84
|
+
NONE: "NONE",
|
|
85
|
+
};
|
|
86
|
+
export const EncryptionMethod = {
|
|
87
|
+
AES_128: "AES_128",
|
|
88
|
+
SAMPLE_AES: "SAMPLE_AES",
|
|
89
|
+
};
|
|
90
|
+
export const Origination = {
|
|
91
|
+
ALLOW: "ALLOW",
|
|
92
|
+
DENY: "DENY",
|
|
93
|
+
};
|
|
110
94
|
export class ForbiddenException extends __BaseException {
|
|
111
95
|
constructor(opts) {
|
|
112
96
|
super({
|
|
@@ -26,12 +26,12 @@ export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __Met
|
|
|
26
26
|
* import { MediaPackageClient, ConfigureLogsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
27
27
|
* // const { MediaPackageClient, ConfigureLogsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
28
28
|
* const client = new MediaPackageClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* EgressAccessLogs: {
|
|
29
|
+
* const input = { // ConfigureLogsRequest
|
|
30
|
+
* EgressAccessLogs: { // EgressAccessLogs
|
|
31
31
|
* LogGroupName: "STRING_VALUE",
|
|
32
32
|
* },
|
|
33
33
|
* Id: "STRING_VALUE", // required
|
|
34
|
-
* IngressAccessLogs: {
|
|
34
|
+
* IngressAccessLogs: { // IngressAccessLogs
|
|
35
35
|
* LogGroupName: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* };
|
|
@@ -26,10 +26,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
26
26
|
* import { MediaPackageClient, CreateChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
27
27
|
* // const { MediaPackageClient, CreateChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
28
28
|
* const client = new MediaPackageClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateChannelRequest
|
|
30
30
|
* Description: "STRING_VALUE",
|
|
31
31
|
* Id: "STRING_VALUE", // required
|
|
32
|
-
* Tags: {
|
|
32
|
+
* Tags: { // Tags
|
|
33
33
|
* "<keys>": "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
35
|
* };
|
|
@@ -26,11 +26,11 @@ export interface CreateHarvestJobCommandOutput extends CreateHarvestJobResponse,
|
|
|
26
26
|
* import { MediaPackageClient, CreateHarvestJobCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
27
27
|
* // const { MediaPackageClient, CreateHarvestJobCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
28
28
|
* const client = new MediaPackageClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateHarvestJobRequest
|
|
30
30
|
* EndTime: "STRING_VALUE", // required
|
|
31
31
|
* Id: "STRING_VALUE", // required
|
|
32
32
|
* OriginEndpointId: "STRING_VALUE", // required
|
|
33
|
-
* S3Destination: {
|
|
33
|
+
* S3Destination: { // S3Destination
|
|
34
34
|
* BucketName: "STRING_VALUE", // required
|
|
35
35
|
* ManifestKey: "STRING_VALUE", // required
|
|
36
36
|
* RoleArn: "STRING_VALUE", // required
|
|
@@ -26,35 +26,35 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
|
|
|
26
26
|
* import { MediaPackageClient, CreateOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
27
27
|
* // const { MediaPackageClient, CreateOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
28
28
|
* const client = new MediaPackageClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Authorization: {
|
|
29
|
+
* const input = { // CreateOriginEndpointRequest
|
|
30
|
+
* Authorization: { // Authorization
|
|
31
31
|
* CdnIdentifierSecret: "STRING_VALUE", // required
|
|
32
32
|
* SecretsRoleArn: "STRING_VALUE", // required
|
|
33
33
|
* },
|
|
34
34
|
* ChannelId: "STRING_VALUE", // required
|
|
35
|
-
* CmafPackage: {
|
|
36
|
-
* Encryption: {
|
|
35
|
+
* CmafPackage: { // CmafPackageCreateOrUpdateParameters
|
|
36
|
+
* Encryption: { // CmafEncryption
|
|
37
37
|
* ConstantInitializationVector: "STRING_VALUE",
|
|
38
38
|
* EncryptionMethod: "SAMPLE_AES" || "AES_CTR",
|
|
39
39
|
* KeyRotationIntervalSeconds: Number("int"),
|
|
40
|
-
* SpekeKeyProvider: {
|
|
40
|
+
* SpekeKeyProvider: { // SpekeKeyProvider
|
|
41
41
|
* CertificateArn: "STRING_VALUE",
|
|
42
|
-
* EncryptionContractConfiguration: {
|
|
42
|
+
* EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
43
43
|
* PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
44
44
|
* 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", // required
|
|
45
45
|
* },
|
|
46
46
|
* ResourceId: "STRING_VALUE", // required
|
|
47
47
|
* RoleArn: "STRING_VALUE", // required
|
|
48
|
-
* SystemIds: [ // required
|
|
48
|
+
* SystemIds: [ // __listOf__string // required
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
51
|
* Url: "STRING_VALUE", // required
|
|
52
52
|
* },
|
|
53
53
|
* },
|
|
54
|
-
* HlsManifests: [
|
|
55
|
-
* {
|
|
54
|
+
* HlsManifests: [ // __listOfHlsManifestCreateOrUpdateParameters
|
|
55
|
+
* { // HlsManifestCreateOrUpdateParameters
|
|
56
56
|
* AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH" || "DATERANGE",
|
|
57
|
-
* AdTriggers: [
|
|
57
|
+
* AdTriggers: [ // AdTriggers
|
|
58
58
|
* "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
59
59
|
* ],
|
|
60
60
|
* AdsOnDeliveryRestrictions: "NONE" || "RESTRICTED" || "UNRESTRICTED" || "BOTH",
|
|
@@ -68,18 +68,18 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
|
|
|
68
68
|
* ],
|
|
69
69
|
* SegmentDurationSeconds: Number("int"),
|
|
70
70
|
* SegmentPrefix: "STRING_VALUE",
|
|
71
|
-
* StreamSelection: {
|
|
71
|
+
* StreamSelection: { // StreamSelection
|
|
72
72
|
* MaxVideoBitsPerSecond: Number("int"),
|
|
73
73
|
* MinVideoBitsPerSecond: Number("int"),
|
|
74
74
|
* StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
75
75
|
* },
|
|
76
76
|
* },
|
|
77
|
-
* DashPackage: {
|
|
77
|
+
* DashPackage: { // DashPackage
|
|
78
78
|
* AdTriggers: [
|
|
79
79
|
* "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
80
80
|
* ],
|
|
81
81
|
* AdsOnDeliveryRestrictions: "NONE" || "RESTRICTED" || "UNRESTRICTED" || "BOTH",
|
|
82
|
-
* Encryption: {
|
|
82
|
+
* Encryption: { // DashEncryption
|
|
83
83
|
* KeyRotationIntervalSeconds: Number("int"),
|
|
84
84
|
* SpekeKeyProvider: {
|
|
85
85
|
* CertificateArn: "STRING_VALUE",
|
|
@@ -100,7 +100,7 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
|
|
|
100
100
|
* ManifestWindowSeconds: Number("int"),
|
|
101
101
|
* MinBufferTimeSeconds: Number("int"),
|
|
102
102
|
* MinUpdatePeriodSeconds: Number("int"),
|
|
103
|
-
* PeriodTriggers: [
|
|
103
|
+
* PeriodTriggers: [ // __listOf__PeriodTriggersElement
|
|
104
104
|
* "ADS",
|
|
105
105
|
* ],
|
|
106
106
|
* Profile: "NONE" || "HBBTV_1_5" || "HYBRIDCAST" || "DVB_DASH_2014",
|
|
@@ -116,13 +116,13 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
|
|
|
116
116
|
* UtcTimingUri: "STRING_VALUE",
|
|
117
117
|
* },
|
|
118
118
|
* Description: "STRING_VALUE",
|
|
119
|
-
* HlsPackage: {
|
|
119
|
+
* HlsPackage: { // HlsPackage
|
|
120
120
|
* AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH" || "DATERANGE",
|
|
121
121
|
* AdTriggers: [
|
|
122
122
|
* "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
|
|
123
123
|
* ],
|
|
124
124
|
* AdsOnDeliveryRestrictions: "NONE" || "RESTRICTED" || "UNRESTRICTED" || "BOTH",
|
|
125
|
-
* Encryption: {
|
|
125
|
+
* Encryption: { // HlsEncryption
|
|
126
126
|
* ConstantInitializationVector: "STRING_VALUE",
|
|
127
127
|
* EncryptionMethod: "AES_128" || "SAMPLE_AES",
|
|
128
128
|
* KeyRotationIntervalSeconds: Number("int"),
|
|
@@ -156,8 +156,8 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
|
|
|
156
156
|
* },
|
|
157
157
|
* Id: "STRING_VALUE", // required
|
|
158
158
|
* ManifestName: "STRING_VALUE",
|
|
159
|
-
* MssPackage: {
|
|
160
|
-
* Encryption: {
|
|
159
|
+
* MssPackage: { // MssPackage
|
|
160
|
+
* Encryption: { // MssEncryption
|
|
161
161
|
* SpekeKeyProvider: {
|
|
162
162
|
* CertificateArn: "STRING_VALUE",
|
|
163
163
|
* EncryptionContractConfiguration: {
|
|
@@ -182,7 +182,7 @@ export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointR
|
|
|
182
182
|
* },
|
|
183
183
|
* Origination: "ALLOW" || "DENY",
|
|
184
184
|
* StartoverWindowSeconds: Number("int"),
|
|
185
|
-
* Tags: {
|
|
185
|
+
* Tags: { // Tags
|
|
186
186
|
* "<keys>": "STRING_VALUE",
|
|
187
187
|
* },
|
|
188
188
|
* TimeDelaySeconds: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
26
26
|
* import { MediaPackageClient, DeleteChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
27
27
|
* // const { MediaPackageClient, DeleteChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
28
28
|
* const client = new MediaPackageClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteChannelRequest
|
|
30
30
|
* Id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteChannelCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteOriginEndpointCommandOutput extends DeleteOriginEndpointR
|
|
|
26
26
|
* import { MediaPackageClient, DeleteOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
27
27
|
* // const { MediaPackageClient, DeleteOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
28
28
|
* const client = new MediaPackageClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteOriginEndpointRequest
|
|
30
30
|
* Id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteOriginEndpointCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
26
26
|
* import { MediaPackageClient, DescribeChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
27
27
|
* // const { MediaPackageClient, DescribeChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
28
28
|
* const client = new MediaPackageClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeChannelRequest
|
|
30
30
|
* Id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeChannelCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeHarvestJobCommandOutput extends DescribeHarvestJobRespo
|
|
|
26
26
|
* import { MediaPackageClient, DescribeHarvestJobCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
27
27
|
* // const { MediaPackageClient, DescribeHarvestJobCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
28
28
|
* const client = new MediaPackageClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeHarvestJobRequest
|
|
30
30
|
* Id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeHarvestJobCommand(input);
|