@aws-sdk/client-mediapackage 3.987.0 → 3.989.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/index.js +38 -872
- package/dist-cjs/models/MediaPackageServiceException.js +12 -0
- package/dist-cjs/models/errors.js +94 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +686 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +56 -50
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -0,0 +1,686 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTagsForResourceRequest$ = exports.ListOriginEndpointsResponse$ = exports.ListOriginEndpointsRequest$ = exports.ListHarvestJobsResponse$ = exports.ListHarvestJobsRequest$ = exports.ListChannelsResponse$ = exports.ListChannelsRequest$ = exports.IngressAccessLogs$ = exports.IngestEndpoint$ = exports.HlsPackage$ = exports.HlsManifestCreateOrUpdateParameters$ = exports.HlsManifest$ = exports.HlsIngest$ = exports.HlsEncryption$ = exports.HarvestJob$ = exports.EncryptionContractConfiguration$ = exports.EgressAccessLogs$ = exports.DescribeOriginEndpointResponse$ = exports.DescribeOriginEndpointRequest$ = exports.DescribeHarvestJobResponse$ = exports.DescribeHarvestJobRequest$ = exports.DescribeChannelResponse$ = exports.DescribeChannelRequest$ = exports.DeleteOriginEndpointResponse$ = exports.DeleteOriginEndpointRequest$ = exports.DeleteChannelResponse$ = exports.DeleteChannelRequest$ = exports.DashPackage$ = exports.DashEncryption$ = exports.CreateOriginEndpointResponse$ = exports.CreateOriginEndpointRequest$ = exports.CreateHarvestJobResponse$ = exports.CreateHarvestJobRequest$ = exports.CreateChannelResponse$ = exports.CreateChannelRequest$ = exports.ConfigureLogsResponse$ = exports.ConfigureLogsRequest$ = exports.CmafPackageCreateOrUpdateParameters$ = exports.CmafPackage$ = exports.CmafEncryption$ = exports.Channel$ = exports.Authorization$ = exports.errorTypeRegistries = exports.UnprocessableEntityException$ = exports.TooManyRequestsException$ = exports.ServiceUnavailableException$ = exports.NotFoundException$ = exports.InternalServerErrorException$ = exports.ForbiddenException$ = exports.MediaPackageServiceException$ = void 0;
|
|
4
|
+
exports.UpdateOriginEndpoint$ = exports.UpdateChannel$ = exports.UntagResource$ = exports.TagResource$ = exports.RotateIngestEndpointCredentials$ = exports.RotateChannelCredentials$ = exports.ListTagsForResource$ = exports.ListOriginEndpoints$ = exports.ListHarvestJobs$ = exports.ListChannels$ = exports.DescribeOriginEndpoint$ = exports.DescribeHarvestJob$ = exports.DescribeChannel$ = exports.DeleteOriginEndpoint$ = exports.DeleteChannel$ = exports.CreateOriginEndpoint$ = exports.CreateHarvestJob$ = exports.CreateChannel$ = exports.ConfigureLogs$ = exports.UpdateOriginEndpointResponse$ = exports.UpdateOriginEndpointRequest$ = exports.UpdateChannelResponse$ = exports.UpdateChannelRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.StreamSelection$ = exports.SpekeKeyProvider$ = exports.S3Destination$ = exports.RotateIngestEndpointCredentialsResponse$ = exports.RotateIngestEndpointCredentialsRequest$ = exports.RotateChannelCredentialsResponse$ = exports.RotateChannelCredentialsRequest$ = exports.OriginEndpoint$ = exports.MssPackage$ = exports.MssEncryption$ = exports.ListTagsForResourceResponse$ = void 0;
|
|
5
|
+
const _A = "Authorization";
|
|
6
|
+
const _AM = "AdMarkers";
|
|
7
|
+
const _AODR = "AdsOnDeliveryRestrictions";
|
|
8
|
+
const _AT = "AdTriggers";
|
|
9
|
+
const _Ar = "Arn";
|
|
10
|
+
const _BN = "BucketName";
|
|
11
|
+
const _C = "Channel";
|
|
12
|
+
const _CA = "CreatedAt";
|
|
13
|
+
const _CAe = "CertificateArn";
|
|
14
|
+
const _CC = "CreateChannel";
|
|
15
|
+
const _CCR = "CreateChannelRequest";
|
|
16
|
+
const _CCRr = "CreateChannelResponse";
|
|
17
|
+
const _CE = "CmafEncryption";
|
|
18
|
+
const _CHJ = "CreateHarvestJob";
|
|
19
|
+
const _CHJR = "CreateHarvestJobRequest";
|
|
20
|
+
const _CHJRr = "CreateHarvestJobResponse";
|
|
21
|
+
const _CI = "ChannelId";
|
|
22
|
+
const _CIS = "CdnIdentifierSecret";
|
|
23
|
+
const _CIV = "ConstantInitializationVector";
|
|
24
|
+
const _CL = "ConfigureLogs";
|
|
25
|
+
const _CLR = "ConfigureLogsRequest";
|
|
26
|
+
const _CLRo = "ConfigureLogsResponse";
|
|
27
|
+
const _COE = "CreateOriginEndpoint";
|
|
28
|
+
const _COER = "CreateOriginEndpointRequest";
|
|
29
|
+
const _COERr = "CreateOriginEndpointResponse";
|
|
30
|
+
const _CP = "CmafPackage";
|
|
31
|
+
const _CPCOUP = "CmafPackageCreateOrUpdateParameters";
|
|
32
|
+
const _Ch = "Channels";
|
|
33
|
+
const _D = "Description";
|
|
34
|
+
const _DC = "DeleteChannel";
|
|
35
|
+
const _DCR = "DeleteChannelRequest";
|
|
36
|
+
const _DCRe = "DeleteChannelResponse";
|
|
37
|
+
const _DCRes = "DescribeChannelRequest";
|
|
38
|
+
const _DCResc = "DescribeChannelResponse";
|
|
39
|
+
const _DCe = "DescribeChannel";
|
|
40
|
+
const _DE = "DashEncryption";
|
|
41
|
+
const _DHJ = "DescribeHarvestJob";
|
|
42
|
+
const _DHJR = "DescribeHarvestJobRequest";
|
|
43
|
+
const _DHJRe = "DescribeHarvestJobResponse";
|
|
44
|
+
const _DOE = "DeleteOriginEndpoint";
|
|
45
|
+
const _DOER = "DeleteOriginEndpointRequest";
|
|
46
|
+
const _DOERe = "DeleteOriginEndpointResponse";
|
|
47
|
+
const _DOERes = "DescribeOriginEndpointRequest";
|
|
48
|
+
const _DOEResc = "DescribeOriginEndpointResponse";
|
|
49
|
+
const _DOEe = "DescribeOriginEndpoint";
|
|
50
|
+
const _DP = "DashPackage";
|
|
51
|
+
const _E = "Encryption";
|
|
52
|
+
const _EAL = "EgressAccessLogs";
|
|
53
|
+
const _ECC = "EncryptionContractConfiguration";
|
|
54
|
+
const _EM = "EncryptionMethod";
|
|
55
|
+
const _ET = "EndTime";
|
|
56
|
+
const _FE = "ForbiddenException";
|
|
57
|
+
const _HE = "HlsEncryption";
|
|
58
|
+
const _HI = "HlsIngest";
|
|
59
|
+
const _HJ = "HarvestJob";
|
|
60
|
+
const _HJa = "HarvestJobs";
|
|
61
|
+
const _HM = "HlsManifests";
|
|
62
|
+
const _HMCOUP = "HlsManifestCreateOrUpdateParameters";
|
|
63
|
+
const _HMl = "HlsManifest";
|
|
64
|
+
const _HP = "HlsPackage";
|
|
65
|
+
const _I = "Id";
|
|
66
|
+
const _IAL = "IngressAccessLogs";
|
|
67
|
+
const _ICI = "IncludeChannelId";
|
|
68
|
+
const _IDS = "IncludeDvbSubtitles";
|
|
69
|
+
const _IE = "IngestEndpoints";
|
|
70
|
+
const _IEI = "IngestEndpointId";
|
|
71
|
+
const _IEn = "IngestEndpoint";
|
|
72
|
+
const _IIOS = "IncludeIframeOnlyStream";
|
|
73
|
+
const _IS = "IncludeStatus";
|
|
74
|
+
const _ISEE = "InternalServerErrorException";
|
|
75
|
+
const _KRIS = "KeyRotationIntervalSeconds";
|
|
76
|
+
const _LC = "ListChannels";
|
|
77
|
+
const _LCR = "ListChannelsRequest";
|
|
78
|
+
const _LCRi = "ListChannelsResponse";
|
|
79
|
+
const _LGN = "LogGroupName";
|
|
80
|
+
const _LHJ = "ListHarvestJobs";
|
|
81
|
+
const _LHJR = "ListHarvestJobsRequest";
|
|
82
|
+
const _LHJRi = "ListHarvestJobsResponse";
|
|
83
|
+
const _LOE = "ListOriginEndpoints";
|
|
84
|
+
const _LOER = "ListOriginEndpointsRequest";
|
|
85
|
+
const _LOERi = "ListOriginEndpointsResponse";
|
|
86
|
+
const _LTFR = "ListTagsForResource";
|
|
87
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
88
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
89
|
+
const _M = "Message";
|
|
90
|
+
const _MBTS = "MinBufferTimeSeconds";
|
|
91
|
+
const _ME = "MssEncryption";
|
|
92
|
+
const _MK = "ManifestKey";
|
|
93
|
+
const _ML = "ManifestLayout";
|
|
94
|
+
const _MN = "ManifestName";
|
|
95
|
+
const _MP = "MssPackage";
|
|
96
|
+
const _MR = "MaxResults";
|
|
97
|
+
const _MUPS = "MinUpdatePeriodSeconds";
|
|
98
|
+
const _MVBPS = "MaxVideoBitsPerSecond";
|
|
99
|
+
const _MVBPSi = "MinVideoBitsPerSecond";
|
|
100
|
+
const _MWS = "ManifestWindowSeconds";
|
|
101
|
+
const _NFE = "NotFoundException";
|
|
102
|
+
const _NT = "NextToken";
|
|
103
|
+
const _O = "Origination";
|
|
104
|
+
const _OE = "OriginEndpoints";
|
|
105
|
+
const _OEI = "OriginEndpointId";
|
|
106
|
+
const _OEr = "OriginEndpoint";
|
|
107
|
+
const _P = "Profile";
|
|
108
|
+
const _PDTIS = "ProgramDateTimeIntervalSeconds";
|
|
109
|
+
const _PSA = "PresetSpeke20Audio";
|
|
110
|
+
const _PSV = "PresetSpeke20Video";
|
|
111
|
+
const _PT = "PeriodTriggers";
|
|
112
|
+
const _PTl = "PlaylistType";
|
|
113
|
+
const _PWS = "PlaylistWindowSeconds";
|
|
114
|
+
const _Pa = "Password";
|
|
115
|
+
const _RA = "ResourceArn";
|
|
116
|
+
const _RAo = "RoleArn";
|
|
117
|
+
const _RCC = "RotateChannelCredentials";
|
|
118
|
+
const _RCCR = "RotateChannelCredentialsRequest";
|
|
119
|
+
const _RCCRo = "RotateChannelCredentialsResponse";
|
|
120
|
+
const _REXK = "RepeatExtXKey";
|
|
121
|
+
const _RI = "ResourceId";
|
|
122
|
+
const _RIEC = "RotateIngestEndpointCredentials";
|
|
123
|
+
const _RIECR = "RotateIngestEndpointCredentialsRequest";
|
|
124
|
+
const _RIECRo = "RotateIngestEndpointCredentialsResponse";
|
|
125
|
+
const _S = "Status";
|
|
126
|
+
const _SD = "S3Destination";
|
|
127
|
+
const _SDS = "SegmentDurationSeconds";
|
|
128
|
+
const _SI = "SystemIds";
|
|
129
|
+
const _SKP = "SpekeKeyProvider";
|
|
130
|
+
const _SO = "StreamOrder";
|
|
131
|
+
const _SP = "SegmentPrefix";
|
|
132
|
+
const _SPDS = "SuggestedPresentationDelaySeconds";
|
|
133
|
+
const _SRA = "SecretsRoleArn";
|
|
134
|
+
const _SS = "SensitiveString";
|
|
135
|
+
const _SSt = "StreamSelection";
|
|
136
|
+
const _ST = "StartTime";
|
|
137
|
+
const _STF = "SegmentTemplateFormat";
|
|
138
|
+
const _SUE = "ServiceUnavailableException";
|
|
139
|
+
const _SWS = "StartoverWindowSeconds";
|
|
140
|
+
const _T = "Tags";
|
|
141
|
+
const _TDS = "TimeDelaySeconds";
|
|
142
|
+
const _TK = "TagKeys";
|
|
143
|
+
const _TMRE = "TooManyRequestsException";
|
|
144
|
+
const _TR = "TagResource";
|
|
145
|
+
const _TRR = "TagResourceRequest";
|
|
146
|
+
const _U = "Url";
|
|
147
|
+
const _UARG = "UseAudioRenditionGroup";
|
|
148
|
+
const _UC = "UpdateChannel";
|
|
149
|
+
const _UCR = "UpdateChannelRequest";
|
|
150
|
+
const _UCRp = "UpdateChannelResponse";
|
|
151
|
+
const _UEE = "UnprocessableEntityException";
|
|
152
|
+
const _UOE = "UpdateOriginEndpoint";
|
|
153
|
+
const _UOER = "UpdateOriginEndpointRequest";
|
|
154
|
+
const _UOERp = "UpdateOriginEndpointResponse";
|
|
155
|
+
const _UR = "UntagResource";
|
|
156
|
+
const _URR = "UntagResourceRequest";
|
|
157
|
+
const _UT = "UtcTiming";
|
|
158
|
+
const _UTU = "UtcTimingUri";
|
|
159
|
+
const _Us = "Username";
|
|
160
|
+
const _W = "Whitelist";
|
|
161
|
+
const _a = "arn";
|
|
162
|
+
const _aM = "adMarkers";
|
|
163
|
+
const _aODR = "adsOnDeliveryRestrictions";
|
|
164
|
+
const _aT = "adTriggers";
|
|
165
|
+
const _au = "authorization";
|
|
166
|
+
const _bN = "bucketName";
|
|
167
|
+
const _c = "client";
|
|
168
|
+
const _cA = "createdAt";
|
|
169
|
+
const _cAe = "certificateArn";
|
|
170
|
+
const _cI = "channelId";
|
|
171
|
+
const _cIS = "cdnIdentifierSecret";
|
|
172
|
+
const _cIV = "constantInitializationVector";
|
|
173
|
+
const _cP = "cmafPackage";
|
|
174
|
+
const _ch = "channels";
|
|
175
|
+
const _d = "description";
|
|
176
|
+
const _dP = "dashPackage";
|
|
177
|
+
const _e = "error";
|
|
178
|
+
const _eAL = "egressAccessLogs";
|
|
179
|
+
const _eCC = "encryptionContractConfiguration";
|
|
180
|
+
const _eM = "encryptionMethod";
|
|
181
|
+
const _eT = "endTime";
|
|
182
|
+
const _en = "encryption";
|
|
183
|
+
const _h = "http";
|
|
184
|
+
const _hE = "httpError";
|
|
185
|
+
const _hI = "hlsIngest";
|
|
186
|
+
const _hJ = "harvestJobs";
|
|
187
|
+
const _hM = "hlsManifests";
|
|
188
|
+
const _hP = "hlsPackage";
|
|
189
|
+
const _hQ = "httpQuery";
|
|
190
|
+
const _i = "id";
|
|
191
|
+
const _iAL = "ingressAccessLogs";
|
|
192
|
+
const _iCI = "includeChannelId";
|
|
193
|
+
const _iDS = "includeDvbSubtitles";
|
|
194
|
+
const _iE = "ingestEndpoints";
|
|
195
|
+
const _iIOS = "includeIframeOnlyStream";
|
|
196
|
+
const _iS = "includeStatus";
|
|
197
|
+
const _jN = "jsonName";
|
|
198
|
+
const _kRIS = "keyRotationIntervalSeconds";
|
|
199
|
+
const _lGN = "logGroupName";
|
|
200
|
+
const _lOC = "__listOfChannel";
|
|
201
|
+
const _lOHJ = "__listOfHarvestJob";
|
|
202
|
+
const _lOHM = "__listOfHlsManifest";
|
|
203
|
+
const _lOHMCOUP = "__listOfHlsManifestCreateOrUpdateParameters";
|
|
204
|
+
const _lOIE = "__listOfIngestEndpoint";
|
|
205
|
+
const _lOOE = "__listOfOriginEndpoint";
|
|
206
|
+
const _m = "message";
|
|
207
|
+
const _mBTS = "minBufferTimeSeconds";
|
|
208
|
+
const _mK = "manifestKey";
|
|
209
|
+
const _mL = "manifestLayout";
|
|
210
|
+
const _mN = "manifestName";
|
|
211
|
+
const _mP = "mssPackage";
|
|
212
|
+
const _mR = "maxResults";
|
|
213
|
+
const _mUPS = "minUpdatePeriodSeconds";
|
|
214
|
+
const _mVBPS = "maxVideoBitsPerSecond";
|
|
215
|
+
const _mVBPSi = "minVideoBitsPerSecond";
|
|
216
|
+
const _mWS = "manifestWindowSeconds";
|
|
217
|
+
const _nT = "nextToken";
|
|
218
|
+
const _o = "origination";
|
|
219
|
+
const _oE = "originEndpoints";
|
|
220
|
+
const _oEI = "originEndpointId";
|
|
221
|
+
const _p = "profile";
|
|
222
|
+
const _pDTIS = "programDateTimeIntervalSeconds";
|
|
223
|
+
const _pSA = "presetSpeke20Audio";
|
|
224
|
+
const _pSV = "presetSpeke20Video";
|
|
225
|
+
const _pT = "periodTriggers";
|
|
226
|
+
const _pTl = "playlistType";
|
|
227
|
+
const _pWS = "playlistWindowSeconds";
|
|
228
|
+
const _pa = "password";
|
|
229
|
+
const _rA = "roleArn";
|
|
230
|
+
const _rEXK = "repeatExtXKey";
|
|
231
|
+
const _rI = "resourceId";
|
|
232
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.mediapackage";
|
|
233
|
+
const _sD = "s3Destination";
|
|
234
|
+
const _sDS = "segmentDurationSeconds";
|
|
235
|
+
const _sI = "systemIds";
|
|
236
|
+
const _sKP = "spekeKeyProvider";
|
|
237
|
+
const _sO = "streamOrder";
|
|
238
|
+
const _sP = "segmentPrefix";
|
|
239
|
+
const _sPDS = "suggestedPresentationDelaySeconds";
|
|
240
|
+
const _sRA = "secretsRoleArn";
|
|
241
|
+
const _sS = "streamSelection";
|
|
242
|
+
const _sT = "startTime";
|
|
243
|
+
const _sTF = "segmentTemplateFormat";
|
|
244
|
+
const _sWS = "startoverWindowSeconds";
|
|
245
|
+
const _se = "server";
|
|
246
|
+
const _st = "status";
|
|
247
|
+
const _t = "tags";
|
|
248
|
+
const _tDS = "timeDelaySeconds";
|
|
249
|
+
const _tK = "tagKeys";
|
|
250
|
+
const _u = "url";
|
|
251
|
+
const _uARG = "useAudioRenditionGroup";
|
|
252
|
+
const _uT = "utcTiming";
|
|
253
|
+
const _uTU = "utcTimingUri";
|
|
254
|
+
const _us = "username";
|
|
255
|
+
const _w = "whitelist";
|
|
256
|
+
const n0 = "com.amazonaws.mediapackage";
|
|
257
|
+
const schema_1 = require("@smithy/core/schema");
|
|
258
|
+
const errors_1 = require("../models/errors");
|
|
259
|
+
const MediaPackageServiceException_1 = require("../models/MediaPackageServiceException");
|
|
260
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
261
|
+
exports.MediaPackageServiceException$ = [-3, _s, "MediaPackageServiceException", 0, [], []];
|
|
262
|
+
_s_registry.registerError(exports.MediaPackageServiceException$, MediaPackageServiceException_1.MediaPackageServiceException);
|
|
263
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
264
|
+
exports.ForbiddenException$ = [-3, n0, _FE,
|
|
265
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
266
|
+
[_M],
|
|
267
|
+
[[0, { [_jN]: _m }]]
|
|
268
|
+
];
|
|
269
|
+
n0_registry.registerError(exports.ForbiddenException$, errors_1.ForbiddenException);
|
|
270
|
+
exports.InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
271
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
272
|
+
[_M],
|
|
273
|
+
[[0, { [_jN]: _m }]]
|
|
274
|
+
];
|
|
275
|
+
n0_registry.registerError(exports.InternalServerErrorException$, errors_1.InternalServerErrorException);
|
|
276
|
+
exports.NotFoundException$ = [-3, n0, _NFE,
|
|
277
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
278
|
+
[_M],
|
|
279
|
+
[[0, { [_jN]: _m }]]
|
|
280
|
+
];
|
|
281
|
+
n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
|
|
282
|
+
exports.ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
283
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
284
|
+
[_M],
|
|
285
|
+
[[0, { [_jN]: _m }]]
|
|
286
|
+
];
|
|
287
|
+
n0_registry.registerError(exports.ServiceUnavailableException$, errors_1.ServiceUnavailableException);
|
|
288
|
+
exports.TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
289
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
290
|
+
[_M],
|
|
291
|
+
[[0, { [_jN]: _m }]]
|
|
292
|
+
];
|
|
293
|
+
n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
|
|
294
|
+
exports.UnprocessableEntityException$ = [-3, n0, _UEE,
|
|
295
|
+
{ [_e]: _c, [_hE]: 422 },
|
|
296
|
+
[_M],
|
|
297
|
+
[[0, { [_jN]: _m }]]
|
|
298
|
+
];
|
|
299
|
+
n0_registry.registerError(exports.UnprocessableEntityException$, errors_1.UnprocessableEntityException);
|
|
300
|
+
exports.errorTypeRegistries = [
|
|
301
|
+
_s_registry,
|
|
302
|
+
n0_registry,
|
|
303
|
+
];
|
|
304
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
305
|
+
exports.Authorization$ = [3, n0, _A,
|
|
306
|
+
0,
|
|
307
|
+
[_CIS, _SRA],
|
|
308
|
+
[[0, { [_jN]: _cIS }], [0, { [_jN]: _sRA }]], 2
|
|
309
|
+
];
|
|
310
|
+
exports.Channel$ = [3, n0, _C,
|
|
311
|
+
0,
|
|
312
|
+
[_Ar, _CA, _D, _EAL, _HI, _I, _IAL, _T],
|
|
313
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cA }], [0, { [_jN]: _d }], [() => exports.EgressAccessLogs$, { [_jN]: _eAL }], [() => exports.HlsIngest$, { [_jN]: _hI }], [0, { [_jN]: _i }], [() => exports.IngressAccessLogs$, { [_jN]: _iAL }], [128 | 0, { [_jN]: _t }]]
|
|
314
|
+
];
|
|
315
|
+
exports.CmafEncryption$ = [3, n0, _CE,
|
|
316
|
+
0,
|
|
317
|
+
[_SKP, _CIV, _EM, _KRIS],
|
|
318
|
+
[[() => exports.SpekeKeyProvider$, { [_jN]: _sKP }], [0, { [_jN]: _cIV }], [0, { [_jN]: _eM }], [1, { [_jN]: _kRIS }]], 1
|
|
319
|
+
];
|
|
320
|
+
exports.CmafPackage$ = [3, n0, _CP,
|
|
321
|
+
0,
|
|
322
|
+
[_E, _HM, _SDS, _SP, _SSt],
|
|
323
|
+
[[() => exports.CmafEncryption$, { [_jN]: _en }], [() => __listOfHlsManifest, { [_jN]: _hM }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sP }], [() => exports.StreamSelection$, { [_jN]: _sS }]]
|
|
324
|
+
];
|
|
325
|
+
exports.CmafPackageCreateOrUpdateParameters$ = [3, n0, _CPCOUP,
|
|
326
|
+
0,
|
|
327
|
+
[_E, _HM, _SDS, _SP, _SSt],
|
|
328
|
+
[[() => exports.CmafEncryption$, { [_jN]: _en }], [() => __listOfHlsManifestCreateOrUpdateParameters, { [_jN]: _hM }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sP }], [() => exports.StreamSelection$, { [_jN]: _sS }]]
|
|
329
|
+
];
|
|
330
|
+
exports.ConfigureLogsRequest$ = [3, n0, _CLR,
|
|
331
|
+
0,
|
|
332
|
+
[_I, _EAL, _IAL],
|
|
333
|
+
[[0, 1], [() => exports.EgressAccessLogs$, { [_jN]: _eAL }], [() => exports.IngressAccessLogs$, { [_jN]: _iAL }]], 1
|
|
334
|
+
];
|
|
335
|
+
exports.ConfigureLogsResponse$ = [3, n0, _CLRo,
|
|
336
|
+
0,
|
|
337
|
+
[_Ar, _CA, _D, _EAL, _HI, _I, _IAL, _T],
|
|
338
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cA }], [0, { [_jN]: _d }], [() => exports.EgressAccessLogs$, { [_jN]: _eAL }], [() => exports.HlsIngest$, { [_jN]: _hI }], [0, { [_jN]: _i }], [() => exports.IngressAccessLogs$, { [_jN]: _iAL }], [128 | 0, { [_jN]: _t }]]
|
|
339
|
+
];
|
|
340
|
+
exports.CreateChannelRequest$ = [3, n0, _CCR,
|
|
341
|
+
0,
|
|
342
|
+
[_I, _D, _T],
|
|
343
|
+
[[0, { [_jN]: _i }], [0, { [_jN]: _d }], [128 | 0, { [_jN]: _t }]], 1
|
|
344
|
+
];
|
|
345
|
+
exports.CreateChannelResponse$ = [3, n0, _CCRr,
|
|
346
|
+
0,
|
|
347
|
+
[_Ar, _CA, _D, _EAL, _HI, _I, _IAL, _T],
|
|
348
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cA }], [0, { [_jN]: _d }], [() => exports.EgressAccessLogs$, { [_jN]: _eAL }], [() => exports.HlsIngest$, { [_jN]: _hI }], [0, { [_jN]: _i }], [() => exports.IngressAccessLogs$, { [_jN]: _iAL }], [128 | 0, { [_jN]: _t }]]
|
|
349
|
+
];
|
|
350
|
+
exports.CreateHarvestJobRequest$ = [3, n0, _CHJR,
|
|
351
|
+
0,
|
|
352
|
+
[_ET, _I, _OEI, _SD, _ST],
|
|
353
|
+
[[0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => exports.S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }]], 5
|
|
354
|
+
];
|
|
355
|
+
exports.CreateHarvestJobResponse$ = [3, n0, _CHJRr,
|
|
356
|
+
0,
|
|
357
|
+
[_Ar, _CI, _CA, _ET, _I, _OEI, _SD, _ST, _S],
|
|
358
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => exports.S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _st }]]
|
|
359
|
+
];
|
|
360
|
+
exports.CreateOriginEndpointRequest$ = [3, n0, _COER,
|
|
361
|
+
0,
|
|
362
|
+
[_CI, _I, _A, _CP, _DP, _D, _HP, _MN, _MP, _O, _SWS, _T, _TDS, _W],
|
|
363
|
+
[[0, { [_jN]: _cI }], [0, { [_jN]: _i }], [() => exports.Authorization$, { [_jN]: _au }], [() => exports.CmafPackageCreateOrUpdateParameters$, { [_jN]: _cP }], [() => exports.DashPackage$, { [_jN]: _dP }], [0, { [_jN]: _d }], [() => exports.HlsPackage$, { [_jN]: _hP }], [0, { [_jN]: _mN }], [() => exports.MssPackage$, { [_jN]: _mP }], [0, { [_jN]: _o }], [1, { [_jN]: _sWS }], [128 | 0, { [_jN]: _t }], [1, { [_jN]: _tDS }], [64 | 0, { [_jN]: _w }]], 2
|
|
364
|
+
];
|
|
365
|
+
exports.CreateOriginEndpointResponse$ = [3, n0, _COERr,
|
|
366
|
+
0,
|
|
367
|
+
[_Ar, _A, _CI, _CP, _CA, _DP, _D, _HP, _I, _MN, _MP, _O, _SWS, _T, _TDS, _U, _W],
|
|
368
|
+
[[0, { [_jN]: _a }], [() => exports.Authorization$, { [_jN]: _au }], [0, { [_jN]: _cI }], [() => exports.CmafPackage$, { [_jN]: _cP }], [0, { [_jN]: _cA }], [() => exports.DashPackage$, { [_jN]: _dP }], [0, { [_jN]: _d }], [() => exports.HlsPackage$, { [_jN]: _hP }], [0, { [_jN]: _i }], [0, { [_jN]: _mN }], [() => exports.MssPackage$, { [_jN]: _mP }], [0, { [_jN]: _o }], [1, { [_jN]: _sWS }], [128 | 0, { [_jN]: _t }], [1, { [_jN]: _tDS }], [0, { [_jN]: _u }], [64 | 0, { [_jN]: _w }]]
|
|
369
|
+
];
|
|
370
|
+
exports.DashEncryption$ = [3, n0, _DE,
|
|
371
|
+
0,
|
|
372
|
+
[_SKP, _KRIS],
|
|
373
|
+
[[() => exports.SpekeKeyProvider$, { [_jN]: _sKP }], [1, { [_jN]: _kRIS }]], 1
|
|
374
|
+
];
|
|
375
|
+
exports.DashPackage$ = [3, n0, _DP,
|
|
376
|
+
0,
|
|
377
|
+
[_AT, _AODR, _E, _IIOS, _ML, _MWS, _MBTS, _MUPS, _PT, _P, _SDS, _STF, _SSt, _SPDS, _UT, _UTU],
|
|
378
|
+
[[64 | 0, { [_jN]: _aT }], [0, { [_jN]: _aODR }], [() => exports.DashEncryption$, { [_jN]: _en }], [2, { [_jN]: _iIOS }], [0, { [_jN]: _mL }], [1, { [_jN]: _mWS }], [1, { [_jN]: _mBTS }], [1, { [_jN]: _mUPS }], [64 | 0, { [_jN]: _pT }], [0, { [_jN]: _p }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sTF }], [() => exports.StreamSelection$, { [_jN]: _sS }], [1, { [_jN]: _sPDS }], [0, { [_jN]: _uT }], [0, { [_jN]: _uTU }]]
|
|
379
|
+
];
|
|
380
|
+
exports.DeleteChannelRequest$ = [3, n0, _DCR,
|
|
381
|
+
0,
|
|
382
|
+
[_I],
|
|
383
|
+
[[0, 1]], 1
|
|
384
|
+
];
|
|
385
|
+
exports.DeleteChannelResponse$ = [3, n0, _DCRe,
|
|
386
|
+
0,
|
|
387
|
+
[],
|
|
388
|
+
[]
|
|
389
|
+
];
|
|
390
|
+
exports.DeleteOriginEndpointRequest$ = [3, n0, _DOER,
|
|
391
|
+
0,
|
|
392
|
+
[_I],
|
|
393
|
+
[[0, 1]], 1
|
|
394
|
+
];
|
|
395
|
+
exports.DeleteOriginEndpointResponse$ = [3, n0, _DOERe,
|
|
396
|
+
0,
|
|
397
|
+
[],
|
|
398
|
+
[]
|
|
399
|
+
];
|
|
400
|
+
exports.DescribeChannelRequest$ = [3, n0, _DCRes,
|
|
401
|
+
0,
|
|
402
|
+
[_I],
|
|
403
|
+
[[0, 1]], 1
|
|
404
|
+
];
|
|
405
|
+
exports.DescribeChannelResponse$ = [3, n0, _DCResc,
|
|
406
|
+
0,
|
|
407
|
+
[_Ar, _CA, _D, _EAL, _HI, _I, _IAL, _T],
|
|
408
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cA }], [0, { [_jN]: _d }], [() => exports.EgressAccessLogs$, { [_jN]: _eAL }], [() => exports.HlsIngest$, { [_jN]: _hI }], [0, { [_jN]: _i }], [() => exports.IngressAccessLogs$, { [_jN]: _iAL }], [128 | 0, { [_jN]: _t }]]
|
|
409
|
+
];
|
|
410
|
+
exports.DescribeHarvestJobRequest$ = [3, n0, _DHJR,
|
|
411
|
+
0,
|
|
412
|
+
[_I],
|
|
413
|
+
[[0, 1]], 1
|
|
414
|
+
];
|
|
415
|
+
exports.DescribeHarvestJobResponse$ = [3, n0, _DHJRe,
|
|
416
|
+
0,
|
|
417
|
+
[_Ar, _CI, _CA, _ET, _I, _OEI, _SD, _ST, _S],
|
|
418
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => exports.S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _st }]]
|
|
419
|
+
];
|
|
420
|
+
exports.DescribeOriginEndpointRequest$ = [3, n0, _DOERes,
|
|
421
|
+
0,
|
|
422
|
+
[_I],
|
|
423
|
+
[[0, 1]], 1
|
|
424
|
+
];
|
|
425
|
+
exports.DescribeOriginEndpointResponse$ = [3, n0, _DOEResc,
|
|
426
|
+
0,
|
|
427
|
+
[_Ar, _A, _CI, _CP, _CA, _DP, _D, _HP, _I, _MN, _MP, _O, _SWS, _T, _TDS, _U, _W],
|
|
428
|
+
[[0, { [_jN]: _a }], [() => exports.Authorization$, { [_jN]: _au }], [0, { [_jN]: _cI }], [() => exports.CmafPackage$, { [_jN]: _cP }], [0, { [_jN]: _cA }], [() => exports.DashPackage$, { [_jN]: _dP }], [0, { [_jN]: _d }], [() => exports.HlsPackage$, { [_jN]: _hP }], [0, { [_jN]: _i }], [0, { [_jN]: _mN }], [() => exports.MssPackage$, { [_jN]: _mP }], [0, { [_jN]: _o }], [1, { [_jN]: _sWS }], [128 | 0, { [_jN]: _t }], [1, { [_jN]: _tDS }], [0, { [_jN]: _u }], [64 | 0, { [_jN]: _w }]]
|
|
429
|
+
];
|
|
430
|
+
exports.EgressAccessLogs$ = [3, n0, _EAL,
|
|
431
|
+
0,
|
|
432
|
+
[_LGN],
|
|
433
|
+
[[0, { [_jN]: _lGN }]]
|
|
434
|
+
];
|
|
435
|
+
exports.EncryptionContractConfiguration$ = [3, n0, _ECC,
|
|
436
|
+
0,
|
|
437
|
+
[_PSA, _PSV],
|
|
438
|
+
[[0, { [_jN]: _pSA }], [0, { [_jN]: _pSV }]], 2
|
|
439
|
+
];
|
|
440
|
+
exports.HarvestJob$ = [3, n0, _HJ,
|
|
441
|
+
0,
|
|
442
|
+
[_Ar, _CI, _CA, _ET, _I, _OEI, _SD, _ST, _S],
|
|
443
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => exports.S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _st }]]
|
|
444
|
+
];
|
|
445
|
+
exports.HlsEncryption$ = [3, n0, _HE,
|
|
446
|
+
0,
|
|
447
|
+
[_SKP, _CIV, _EM, _KRIS, _REXK],
|
|
448
|
+
[[() => exports.SpekeKeyProvider$, { [_jN]: _sKP }], [0, { [_jN]: _cIV }], [0, { [_jN]: _eM }], [1, { [_jN]: _kRIS }], [2, { [_jN]: _rEXK }]], 1
|
|
449
|
+
];
|
|
450
|
+
exports.HlsIngest$ = [3, n0, _HI,
|
|
451
|
+
0,
|
|
452
|
+
[_IE],
|
|
453
|
+
[[() => __listOfIngestEndpoint, { [_jN]: _iE }]]
|
|
454
|
+
];
|
|
455
|
+
exports.HlsManifest$ = [3, n0, _HMl,
|
|
456
|
+
0,
|
|
457
|
+
[_I, _AM, _IIOS, _MN, _PTl, _PWS, _PDTIS, _U, _AT, _AODR],
|
|
458
|
+
[[0, { [_jN]: _i }], [0, { [_jN]: _aM }], [2, { [_jN]: _iIOS }], [0, { [_jN]: _mN }], [0, { [_jN]: _pTl }], [1, { [_jN]: _pWS }], [1, { [_jN]: _pDTIS }], [0, { [_jN]: _u }], [64 | 0, { [_jN]: _aT }], [0, { [_jN]: _aODR }]], 1
|
|
459
|
+
];
|
|
460
|
+
exports.HlsManifestCreateOrUpdateParameters$ = [3, n0, _HMCOUP,
|
|
461
|
+
0,
|
|
462
|
+
[_I, _AM, _AT, _AODR, _IIOS, _MN, _PTl, _PWS, _PDTIS],
|
|
463
|
+
[[0, { [_jN]: _i }], [0, { [_jN]: _aM }], [64 | 0, { [_jN]: _aT }], [0, { [_jN]: _aODR }], [2, { [_jN]: _iIOS }], [0, { [_jN]: _mN }], [0, { [_jN]: _pTl }], [1, { [_jN]: _pWS }], [1, { [_jN]: _pDTIS }]], 1
|
|
464
|
+
];
|
|
465
|
+
exports.HlsPackage$ = [3, n0, _HP,
|
|
466
|
+
0,
|
|
467
|
+
[_AM, _AT, _AODR, _E, _IDS, _IIOS, _PTl, _PWS, _PDTIS, _SDS, _SSt, _UARG],
|
|
468
|
+
[[0, { [_jN]: _aM }], [64 | 0, { [_jN]: _aT }], [0, { [_jN]: _aODR }], [() => exports.HlsEncryption$, { [_jN]: _en }], [2, { [_jN]: _iDS }], [2, { [_jN]: _iIOS }], [0, { [_jN]: _pTl }], [1, { [_jN]: _pWS }], [1, { [_jN]: _pDTIS }], [1, { [_jN]: _sDS }], [() => exports.StreamSelection$, { [_jN]: _sS }], [2, { [_jN]: _uARG }]]
|
|
469
|
+
];
|
|
470
|
+
exports.IngestEndpoint$ = [3, n0, _IEn,
|
|
471
|
+
0,
|
|
472
|
+
[_I, _Pa, _U, _Us],
|
|
473
|
+
[[0, { [_jN]: _i }], [() => SensitiveString, { [_jN]: _pa }], [0, { [_jN]: _u }], [() => SensitiveString, { [_jN]: _us }]]
|
|
474
|
+
];
|
|
475
|
+
exports.IngressAccessLogs$ = [3, n0, _IAL,
|
|
476
|
+
0,
|
|
477
|
+
[_LGN],
|
|
478
|
+
[[0, { [_jN]: _lGN }]]
|
|
479
|
+
];
|
|
480
|
+
exports.ListChannelsRequest$ = [3, n0, _LCR,
|
|
481
|
+
0,
|
|
482
|
+
[_MR, _NT],
|
|
483
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
484
|
+
];
|
|
485
|
+
exports.ListChannelsResponse$ = [3, n0, _LCRi,
|
|
486
|
+
0,
|
|
487
|
+
[_Ch, _NT],
|
|
488
|
+
[[() => __listOfChannel, { [_jN]: _ch }], [0, { [_jN]: _nT }]]
|
|
489
|
+
];
|
|
490
|
+
exports.ListHarvestJobsRequest$ = [3, n0, _LHJR,
|
|
491
|
+
0,
|
|
492
|
+
[_ICI, _IS, _MR, _NT],
|
|
493
|
+
[[0, { [_hQ]: _iCI }], [0, { [_hQ]: _iS }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
494
|
+
];
|
|
495
|
+
exports.ListHarvestJobsResponse$ = [3, n0, _LHJRi,
|
|
496
|
+
0,
|
|
497
|
+
[_HJa, _NT],
|
|
498
|
+
[[() => __listOfHarvestJob, { [_jN]: _hJ }], [0, { [_jN]: _nT }]]
|
|
499
|
+
];
|
|
500
|
+
exports.ListOriginEndpointsRequest$ = [3, n0, _LOER,
|
|
501
|
+
0,
|
|
502
|
+
[_CI, _MR, _NT],
|
|
503
|
+
[[0, { [_hQ]: _cI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
504
|
+
];
|
|
505
|
+
exports.ListOriginEndpointsResponse$ = [3, n0, _LOERi,
|
|
506
|
+
0,
|
|
507
|
+
[_NT, _OE],
|
|
508
|
+
[[0, { [_jN]: _nT }], [() => __listOfOriginEndpoint, { [_jN]: _oE }]]
|
|
509
|
+
];
|
|
510
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
511
|
+
0,
|
|
512
|
+
[_RA],
|
|
513
|
+
[[0, 1]], 1
|
|
514
|
+
];
|
|
515
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
516
|
+
0,
|
|
517
|
+
[_T],
|
|
518
|
+
[[128 | 0, { [_jN]: _t }]]
|
|
519
|
+
];
|
|
520
|
+
exports.MssEncryption$ = [3, n0, _ME,
|
|
521
|
+
0,
|
|
522
|
+
[_SKP],
|
|
523
|
+
[[() => exports.SpekeKeyProvider$, { [_jN]: _sKP }]], 1
|
|
524
|
+
];
|
|
525
|
+
exports.MssPackage$ = [3, n0, _MP,
|
|
526
|
+
0,
|
|
527
|
+
[_E, _MWS, _SDS, _SSt],
|
|
528
|
+
[[() => exports.MssEncryption$, { [_jN]: _en }], [1, { [_jN]: _mWS }], [1, { [_jN]: _sDS }], [() => exports.StreamSelection$, { [_jN]: _sS }]]
|
|
529
|
+
];
|
|
530
|
+
exports.OriginEndpoint$ = [3, n0, _OEr,
|
|
531
|
+
0,
|
|
532
|
+
[_Ar, _A, _CI, _CP, _CA, _DP, _D, _HP, _I, _MN, _MP, _O, _SWS, _T, _TDS, _U, _W],
|
|
533
|
+
[[0, { [_jN]: _a }], [() => exports.Authorization$, { [_jN]: _au }], [0, { [_jN]: _cI }], [() => exports.CmafPackage$, { [_jN]: _cP }], [0, { [_jN]: _cA }], [() => exports.DashPackage$, { [_jN]: _dP }], [0, { [_jN]: _d }], [() => exports.HlsPackage$, { [_jN]: _hP }], [0, { [_jN]: _i }], [0, { [_jN]: _mN }], [() => exports.MssPackage$, { [_jN]: _mP }], [0, { [_jN]: _o }], [1, { [_jN]: _sWS }], [128 | 0, { [_jN]: _t }], [1, { [_jN]: _tDS }], [0, { [_jN]: _u }], [64 | 0, { [_jN]: _w }]]
|
|
534
|
+
];
|
|
535
|
+
exports.RotateChannelCredentialsRequest$ = [3, n0, _RCCR,
|
|
536
|
+
0,
|
|
537
|
+
[_I],
|
|
538
|
+
[[0, 1]], 1
|
|
539
|
+
];
|
|
540
|
+
exports.RotateChannelCredentialsResponse$ = [3, n0, _RCCRo,
|
|
541
|
+
0,
|
|
542
|
+
[_Ar, _CA, _D, _EAL, _HI, _I, _IAL, _T],
|
|
543
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cA }], [0, { [_jN]: _d }], [() => exports.EgressAccessLogs$, { [_jN]: _eAL }], [() => exports.HlsIngest$, { [_jN]: _hI }], [0, { [_jN]: _i }], [() => exports.IngressAccessLogs$, { [_jN]: _iAL }], [128 | 0, { [_jN]: _t }]]
|
|
544
|
+
];
|
|
545
|
+
exports.RotateIngestEndpointCredentialsRequest$ = [3, n0, _RIECR,
|
|
546
|
+
0,
|
|
547
|
+
[_I, _IEI],
|
|
548
|
+
[[0, 1], [0, 1]], 2
|
|
549
|
+
];
|
|
550
|
+
exports.RotateIngestEndpointCredentialsResponse$ = [3, n0, _RIECRo,
|
|
551
|
+
0,
|
|
552
|
+
[_Ar, _CA, _D, _EAL, _HI, _I, _IAL, _T],
|
|
553
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cA }], [0, { [_jN]: _d }], [() => exports.EgressAccessLogs$, { [_jN]: _eAL }], [() => exports.HlsIngest$, { [_jN]: _hI }], [0, { [_jN]: _i }], [() => exports.IngressAccessLogs$, { [_jN]: _iAL }], [128 | 0, { [_jN]: _t }]]
|
|
554
|
+
];
|
|
555
|
+
exports.S3Destination$ = [3, n0, _SD,
|
|
556
|
+
0,
|
|
557
|
+
[_BN, _MK, _RAo],
|
|
558
|
+
[[0, { [_jN]: _bN }], [0, { [_jN]: _mK }], [0, { [_jN]: _rA }]], 3
|
|
559
|
+
];
|
|
560
|
+
exports.SpekeKeyProvider$ = [3, n0, _SKP,
|
|
561
|
+
0,
|
|
562
|
+
[_RI, _RAo, _SI, _U, _CAe, _ECC],
|
|
563
|
+
[[0, { [_jN]: _rI }], [0, { [_jN]: _rA }], [64 | 0, { [_jN]: _sI }], [0, { [_jN]: _u }], [0, { [_jN]: _cAe }], [() => exports.EncryptionContractConfiguration$, { [_jN]: _eCC }]], 4
|
|
564
|
+
];
|
|
565
|
+
exports.StreamSelection$ = [3, n0, _SSt,
|
|
566
|
+
0,
|
|
567
|
+
[_MVBPS, _MVBPSi, _SO],
|
|
568
|
+
[[1, { [_jN]: _mVBPS }], [1, { [_jN]: _mVBPSi }], [0, { [_jN]: _sO }]]
|
|
569
|
+
];
|
|
570
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
571
|
+
0,
|
|
572
|
+
[_RA, _T],
|
|
573
|
+
[[0, 1], [128 | 0, { [_jN]: _t }]], 2
|
|
574
|
+
];
|
|
575
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
576
|
+
0,
|
|
577
|
+
[_RA, _TK],
|
|
578
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
579
|
+
];
|
|
580
|
+
exports.UpdateChannelRequest$ = [3, n0, _UCR,
|
|
581
|
+
0,
|
|
582
|
+
[_I, _D],
|
|
583
|
+
[[0, 1], [0, { [_jN]: _d }]], 1
|
|
584
|
+
];
|
|
585
|
+
exports.UpdateChannelResponse$ = [3, n0, _UCRp,
|
|
586
|
+
0,
|
|
587
|
+
[_Ar, _CA, _D, _EAL, _HI, _I, _IAL, _T],
|
|
588
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _cA }], [0, { [_jN]: _d }], [() => exports.EgressAccessLogs$, { [_jN]: _eAL }], [() => exports.HlsIngest$, { [_jN]: _hI }], [0, { [_jN]: _i }], [() => exports.IngressAccessLogs$, { [_jN]: _iAL }], [128 | 0, { [_jN]: _t }]]
|
|
589
|
+
];
|
|
590
|
+
exports.UpdateOriginEndpointRequest$ = [3, n0, _UOER,
|
|
591
|
+
0,
|
|
592
|
+
[_I, _A, _CP, _DP, _D, _HP, _MN, _MP, _O, _SWS, _TDS, _W],
|
|
593
|
+
[[0, 1], [() => exports.Authorization$, { [_jN]: _au }], [() => exports.CmafPackageCreateOrUpdateParameters$, { [_jN]: _cP }], [() => exports.DashPackage$, { [_jN]: _dP }], [0, { [_jN]: _d }], [() => exports.HlsPackage$, { [_jN]: _hP }], [0, { [_jN]: _mN }], [() => exports.MssPackage$, { [_jN]: _mP }], [0, { [_jN]: _o }], [1, { [_jN]: _sWS }], [1, { [_jN]: _tDS }], [64 | 0, { [_jN]: _w }]], 1
|
|
594
|
+
];
|
|
595
|
+
exports.UpdateOriginEndpointResponse$ = [3, n0, _UOERp,
|
|
596
|
+
0,
|
|
597
|
+
[_Ar, _A, _CI, _CP, _CA, _DP, _D, _HP, _I, _MN, _MP, _O, _SWS, _T, _TDS, _U, _W],
|
|
598
|
+
[[0, { [_jN]: _a }], [() => exports.Authorization$, { [_jN]: _au }], [0, { [_jN]: _cI }], [() => exports.CmafPackage$, { [_jN]: _cP }], [0, { [_jN]: _cA }], [() => exports.DashPackage$, { [_jN]: _dP }], [0, { [_jN]: _d }], [() => exports.HlsPackage$, { [_jN]: _hP }], [0, { [_jN]: _i }], [0, { [_jN]: _mN }], [() => exports.MssPackage$, { [_jN]: _mP }], [0, { [_jN]: _o }], [1, { [_jN]: _sWS }], [128 | 0, { [_jN]: _t }], [1, { [_jN]: _tDS }], [0, { [_jN]: _u }], [64 | 0, { [_jN]: _w }]]
|
|
599
|
+
];
|
|
600
|
+
var __Unit = "unit";
|
|
601
|
+
var __listOf__PeriodTriggersElement = 64 | 0;
|
|
602
|
+
var __listOf__string = 64 | 0;
|
|
603
|
+
var __listOfChannel = [1, n0, _lOC,
|
|
604
|
+
0, [() => exports.Channel$,
|
|
605
|
+
0]
|
|
606
|
+
];
|
|
607
|
+
var __listOfHarvestJob = [1, n0, _lOHJ,
|
|
608
|
+
0, [() => exports.HarvestJob$,
|
|
609
|
+
0]
|
|
610
|
+
];
|
|
611
|
+
var __listOfHlsManifest = [1, n0, _lOHM,
|
|
612
|
+
0, [() => exports.HlsManifest$,
|
|
613
|
+
0]
|
|
614
|
+
];
|
|
615
|
+
var __listOfHlsManifestCreateOrUpdateParameters = [1, n0, _lOHMCOUP,
|
|
616
|
+
0, [() => exports.HlsManifestCreateOrUpdateParameters$,
|
|
617
|
+
0]
|
|
618
|
+
];
|
|
619
|
+
var __listOfIngestEndpoint = [1, n0, _lOIE,
|
|
620
|
+
0, [() => exports.IngestEndpoint$,
|
|
621
|
+
0]
|
|
622
|
+
];
|
|
623
|
+
var __listOfOriginEndpoint = [1, n0, _lOOE,
|
|
624
|
+
0, [() => exports.OriginEndpoint$,
|
|
625
|
+
0]
|
|
626
|
+
];
|
|
627
|
+
var AdTriggers = 64 | 0;
|
|
628
|
+
var __mapOf__string = 128 | 0;
|
|
629
|
+
var Tags = 128 | 0;
|
|
630
|
+
exports.ConfigureLogs$ = [9, n0, _CL,
|
|
631
|
+
{ [_h]: ["PUT", "/channels/{Id}/configure_logs", 200] }, () => exports.ConfigureLogsRequest$, () => exports.ConfigureLogsResponse$
|
|
632
|
+
];
|
|
633
|
+
exports.CreateChannel$ = [9, n0, _CC,
|
|
634
|
+
{ [_h]: ["POST", "/channels", 200] }, () => exports.CreateChannelRequest$, () => exports.CreateChannelResponse$
|
|
635
|
+
];
|
|
636
|
+
exports.CreateHarvestJob$ = [9, n0, _CHJ,
|
|
637
|
+
{ [_h]: ["POST", "/harvest_jobs", 200] }, () => exports.CreateHarvestJobRequest$, () => exports.CreateHarvestJobResponse$
|
|
638
|
+
];
|
|
639
|
+
exports.CreateOriginEndpoint$ = [9, n0, _COE,
|
|
640
|
+
{ [_h]: ["POST", "/origin_endpoints", 200] }, () => exports.CreateOriginEndpointRequest$, () => exports.CreateOriginEndpointResponse$
|
|
641
|
+
];
|
|
642
|
+
exports.DeleteChannel$ = [9, n0, _DC,
|
|
643
|
+
{ [_h]: ["DELETE", "/channels/{Id}", 202] }, () => exports.DeleteChannelRequest$, () => exports.DeleteChannelResponse$
|
|
644
|
+
];
|
|
645
|
+
exports.DeleteOriginEndpoint$ = [9, n0, _DOE,
|
|
646
|
+
{ [_h]: ["DELETE", "/origin_endpoints/{Id}", 202] }, () => exports.DeleteOriginEndpointRequest$, () => exports.DeleteOriginEndpointResponse$
|
|
647
|
+
];
|
|
648
|
+
exports.DescribeChannel$ = [9, n0, _DCe,
|
|
649
|
+
{ [_h]: ["GET", "/channels/{Id}", 200] }, () => exports.DescribeChannelRequest$, () => exports.DescribeChannelResponse$
|
|
650
|
+
];
|
|
651
|
+
exports.DescribeHarvestJob$ = [9, n0, _DHJ,
|
|
652
|
+
{ [_h]: ["GET", "/harvest_jobs/{Id}", 200] }, () => exports.DescribeHarvestJobRequest$, () => exports.DescribeHarvestJobResponse$
|
|
653
|
+
];
|
|
654
|
+
exports.DescribeOriginEndpoint$ = [9, n0, _DOEe,
|
|
655
|
+
{ [_h]: ["GET", "/origin_endpoints/{Id}", 200] }, () => exports.DescribeOriginEndpointRequest$, () => exports.DescribeOriginEndpointResponse$
|
|
656
|
+
];
|
|
657
|
+
exports.ListChannels$ = [9, n0, _LC,
|
|
658
|
+
{ [_h]: ["GET", "/channels", 200] }, () => exports.ListChannelsRequest$, () => exports.ListChannelsResponse$
|
|
659
|
+
];
|
|
660
|
+
exports.ListHarvestJobs$ = [9, n0, _LHJ,
|
|
661
|
+
{ [_h]: ["GET", "/harvest_jobs", 200] }, () => exports.ListHarvestJobsRequest$, () => exports.ListHarvestJobsResponse$
|
|
662
|
+
];
|
|
663
|
+
exports.ListOriginEndpoints$ = [9, n0, _LOE,
|
|
664
|
+
{ [_h]: ["GET", "/origin_endpoints", 200] }, () => exports.ListOriginEndpointsRequest$, () => exports.ListOriginEndpointsResponse$
|
|
665
|
+
];
|
|
666
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
667
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
668
|
+
];
|
|
669
|
+
exports.RotateChannelCredentials$ = [9, n0, _RCC,
|
|
670
|
+
{ [_h]: ["PUT", "/channels/{Id}/credentials", 200] }, () => exports.RotateChannelCredentialsRequest$, () => exports.RotateChannelCredentialsResponse$
|
|
671
|
+
];
|
|
672
|
+
exports.RotateIngestEndpointCredentials$ = [9, n0, _RIEC,
|
|
673
|
+
{ [_h]: ["PUT", "/channels/{Id}/ingest_endpoints/{IngestEndpointId}/credentials", 200] }, () => exports.RotateIngestEndpointCredentialsRequest$, () => exports.RotateIngestEndpointCredentialsResponse$
|
|
674
|
+
];
|
|
675
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
676
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => exports.TagResourceRequest$, () => __Unit
|
|
677
|
+
];
|
|
678
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
679
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => exports.UntagResourceRequest$, () => __Unit
|
|
680
|
+
];
|
|
681
|
+
exports.UpdateChannel$ = [9, n0, _UC,
|
|
682
|
+
{ [_h]: ["PUT", "/channels/{Id}", 200] }, () => exports.UpdateChannelRequest$, () => exports.UpdateChannelResponse$
|
|
683
|
+
];
|
|
684
|
+
exports.UpdateOriginEndpoint$ = [9, n0, _UOE,
|
|
685
|
+
{ [_h]: ["PUT", "/origin_endpoints/{Id}", 200] }, () => exports.UpdateOriginEndpointRequest$, () => exports.UpdateOriginEndpointResponse$
|
|
686
|
+
];
|