@aws-sdk/client-mediapackagev2 3.987.0 → 3.988.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 +49 -1310
- package/dist-cjs/models/MediaPackageV2ServiceException.js +12 -0
- package/dist-cjs/models/errors.js +115 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1039 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +47 -41
- 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,1039 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ForceEndpointErrorConfiguration$ = exports.FilterConfiguration$ = exports.EncryptionMethod$ = exports.EncryptionContractConfiguration$ = exports.Encryption$ = exports.Destination$ = exports.DeleteOriginEndpointResponse$ = exports.DeleteOriginEndpointRequest$ = exports.DeleteOriginEndpointPolicyResponse$ = exports.DeleteOriginEndpointPolicyRequest$ = exports.DeleteChannelResponse$ = exports.DeleteChannelRequest$ = exports.DeleteChannelPolicyResponse$ = exports.DeleteChannelPolicyRequest$ = exports.DeleteChannelGroupResponse$ = exports.DeleteChannelGroupRequest$ = exports.DashUtcTiming$ = exports.DashTtmlConfiguration$ = exports.DashSubtitleConfiguration$ = exports.DashProgramInformation$ = exports.DashDvbSettings$ = exports.DashDvbMetricsReporting$ = exports.DashDvbFontDownload$ = exports.DashBaseUrl$ = exports.CreateOriginEndpointResponse$ = exports.CreateOriginEndpointRequest$ = exports.CreateMssManifestConfiguration$ = exports.CreateLowLatencyHlsManifestConfiguration$ = exports.CreateHlsManifestConfiguration$ = exports.CreateHarvestJobResponse$ = exports.CreateHarvestJobRequest$ = exports.CreateDashManifestConfiguration$ = exports.CreateChannelResponse$ = exports.CreateChannelRequest$ = exports.CreateChannelGroupResponse$ = exports.CreateChannelGroupRequest$ = exports.ChannelListConfiguration$ = exports.ChannelGroupListConfiguration$ = exports.CdnAuthConfiguration$ = exports.CancelHarvestJobResponse$ = exports.CancelHarvestJobRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.MediaPackageV2ServiceException$ = void 0;
|
|
4
|
+
exports.Scte$ = exports.S3DestinationConfig$ = exports.ResetOriginEndpointStateResponse$ = exports.ResetOriginEndpointStateRequest$ = exports.ResetChannelStateResponse$ = exports.ResetChannelStateRequest$ = exports.PutOriginEndpointPolicyResponse$ = exports.PutOriginEndpointPolicyRequest$ = exports.PutChannelPolicyResponse$ = exports.PutChannelPolicyRequest$ = exports.OutputHeaderConfiguration$ = exports.OriginEndpointListConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListOriginEndpointsResponse$ = exports.ListOriginEndpointsRequest$ = exports.ListMssManifestConfiguration$ = exports.ListLowLatencyHlsManifestConfiguration$ = exports.ListHlsManifestConfiguration$ = exports.ListHarvestJobsResponse$ = exports.ListHarvestJobsRequest$ = exports.ListDashManifestConfiguration$ = exports.ListChannelsResponse$ = exports.ListChannelsRequest$ = exports.ListChannelGroupsResponse$ = exports.ListChannelGroupsRequest$ = exports.InputSwitchConfiguration$ = exports.IngestEndpoint$ = exports.HarvestJob$ = exports.HarvesterScheduleConfiguration$ = exports.HarvestedManifests$ = exports.HarvestedLowLatencyHlsManifest$ = exports.HarvestedHlsManifest$ = exports.HarvestedDashManifest$ = exports.GetOriginEndpointResponse$ = exports.GetOriginEndpointRequest$ = exports.GetOriginEndpointPolicyResponse$ = exports.GetOriginEndpointPolicyRequest$ = exports.GetMssManifestConfiguration$ = exports.GetLowLatencyHlsManifestConfiguration$ = exports.GetHlsManifestConfiguration$ = exports.GetHarvestJobResponse$ = exports.GetHarvestJobRequest$ = exports.GetDashManifestConfiguration$ = exports.GetChannelResponse$ = exports.GetChannelRequest$ = exports.GetChannelPolicyResponse$ = exports.GetChannelPolicyRequest$ = exports.GetChannelGroupResponse$ = exports.GetChannelGroupRequest$ = void 0;
|
|
5
|
+
exports.UpdateOriginEndpoint$ = exports.UpdateChannelGroup$ = exports.UpdateChannel$ = exports.UntagResource$ = exports.TagResource$ = exports.ResetOriginEndpointState$ = exports.ResetChannelState$ = exports.PutOriginEndpointPolicy$ = exports.PutChannelPolicy$ = exports.ListTagsForResource$ = exports.ListOriginEndpoints$ = exports.ListHarvestJobs$ = exports.ListChannels$ = exports.ListChannelGroups$ = exports.GetOriginEndpointPolicy$ = exports.GetOriginEndpoint$ = exports.GetHarvestJob$ = exports.GetChannelPolicy$ = exports.GetChannelGroup$ = exports.GetChannel$ = exports.DeleteOriginEndpointPolicy$ = exports.DeleteOriginEndpoint$ = exports.DeleteChannelPolicy$ = exports.DeleteChannelGroup$ = exports.DeleteChannel$ = exports.CreateOriginEndpoint$ = exports.CreateHarvestJob$ = exports.CreateChannelGroup$ = exports.CreateChannel$ = exports.CancelHarvestJob$ = exports.UpdateOriginEndpointResponse$ = exports.UpdateOriginEndpointRequest$ = exports.UpdateChannelResponse$ = exports.UpdateChannelRequest$ = exports.UpdateChannelGroupResponse$ = exports.UpdateChannelGroupRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.StartTag$ = exports.SpekeKeyProvider$ = exports.Segment$ = exports.ScteHls$ = exports.ScteDash$ = void 0;
|
|
6
|
+
const _A = "Arn";
|
|
7
|
+
const _ADE = "AccessDeniedException";
|
|
8
|
+
const _AMD = "AdMarkerDash";
|
|
9
|
+
const _AMH = "AdMarkerHls";
|
|
10
|
+
const _BN = "BucketName";
|
|
11
|
+
const _BU = "BaseUrls";
|
|
12
|
+
const _C = "Compactness";
|
|
13
|
+
const _CA = "CreatedAt";
|
|
14
|
+
const _CAC = "CdnAuthConfiguration";
|
|
15
|
+
const _CAe = "CertificateArn";
|
|
16
|
+
const _CC = "CreateChannel";
|
|
17
|
+
const _CCG = "CreateChannelGroup";
|
|
18
|
+
const _CCGR = "CreateChannelGroupRequest";
|
|
19
|
+
const _CCGRr = "CreateChannelGroupResponse";
|
|
20
|
+
const _CCR = "CreateChannelRequest";
|
|
21
|
+
const _CCRr = "CreateChannelResponse";
|
|
22
|
+
const _CDM = "CreateDashManifests";
|
|
23
|
+
const _CDMC = "CreateDashManifestConfiguration";
|
|
24
|
+
const _CE = "ConflictException";
|
|
25
|
+
const _CEM = "CmafEncryptionMethod";
|
|
26
|
+
const _CESDM = "CmafExcludeSegmentDrmMetadata";
|
|
27
|
+
const _CET = "ConflictExceptionType";
|
|
28
|
+
const _CGL = "ChannelGroupsList";
|
|
29
|
+
const _CGLC = "ChannelGroupListConfiguration";
|
|
30
|
+
const _CGN = "ChannelGroupName";
|
|
31
|
+
const _CHJ = "CancelHarvestJob";
|
|
32
|
+
const _CHJR = "CancelHarvestJobRequest";
|
|
33
|
+
const _CHJRa = "CancelHarvestJobResponse";
|
|
34
|
+
const _CHJRr = "CreateHarvestJobRequest";
|
|
35
|
+
const _CHJRre = "CreateHarvestJobResponse";
|
|
36
|
+
const _CHJr = "CreateHarvestJob";
|
|
37
|
+
const _CHM = "CreateHlsManifests";
|
|
38
|
+
const _CHMC = "CreateHlsManifestConfiguration";
|
|
39
|
+
const _CISA = "CdnIdentifierSecretArns";
|
|
40
|
+
const _CIV = "ConstantInitializationVector";
|
|
41
|
+
const _CL = "ChannelList";
|
|
42
|
+
const _CLC = "ChannelListConfiguration";
|
|
43
|
+
const _CLLHM = "CreateLowLatencyHlsManifests";
|
|
44
|
+
const _CLLHMC = "CreateLowLatencyHlsManifestConfiguration";
|
|
45
|
+
const _CMM = "CreateMssManifests";
|
|
46
|
+
const _CMMC = "CreateMssManifestConfiguration";
|
|
47
|
+
const _CMN = "ChildManifestName";
|
|
48
|
+
const _CN = "ChannelName";
|
|
49
|
+
const _COE = "CreateOriginEndpoint";
|
|
50
|
+
const _COER = "CreateOriginEndpointRequest";
|
|
51
|
+
const _COERr = "CreateOriginEndpointResponse";
|
|
52
|
+
const _CST = "ClipStartTime";
|
|
53
|
+
const _CT = "ClientToken";
|
|
54
|
+
const _CTo = "ContainerType";
|
|
55
|
+
const _Co = "Copyright";
|
|
56
|
+
const _D = "Description";
|
|
57
|
+
const _DBU = "DashBaseUrl";
|
|
58
|
+
const _DBUa = "DashBaseUrls";
|
|
59
|
+
const _DC = "DeleteChannel";
|
|
60
|
+
const _DCG = "DeleteChannelGroup";
|
|
61
|
+
const _DCGR = "DeleteChannelGroupRequest";
|
|
62
|
+
const _DCGRe = "DeleteChannelGroupResponse";
|
|
63
|
+
const _DCP = "DeleteChannelPolicy";
|
|
64
|
+
const _DCPR = "DeleteChannelPolicyRequest";
|
|
65
|
+
const _DCPRe = "DeleteChannelPolicyResponse";
|
|
66
|
+
const _DCR = "DeleteChannelRequest";
|
|
67
|
+
const _DCRe = "DeleteChannelResponse";
|
|
68
|
+
const _DDEM = "DashDvbErrorMetrics";
|
|
69
|
+
const _DDFD = "DashDvbFontDownload";
|
|
70
|
+
const _DDMR = "DashDvbMetricsReporting";
|
|
71
|
+
const _DDS = "DashDvbSettings";
|
|
72
|
+
const _DM = "DashManifests";
|
|
73
|
+
const _DOE = "DeleteOriginEndpoint";
|
|
74
|
+
const _DOEP = "DeleteOriginEndpointPolicy";
|
|
75
|
+
const _DOEPR = "DeleteOriginEndpointPolicyRequest";
|
|
76
|
+
const _DOEPRe = "DeleteOriginEndpointPolicyResponse";
|
|
77
|
+
const _DOER = "DeleteOriginEndpointRequest";
|
|
78
|
+
const _DOERe = "DeleteOriginEndpointResponse";
|
|
79
|
+
const _DP = "DvbPriority";
|
|
80
|
+
const _DPI = "DashProgramInformation";
|
|
81
|
+
const _DPe = "DestinationPath";
|
|
82
|
+
const _DS = "DrmSignaling";
|
|
83
|
+
const _DSC = "DashSubtitleConfiguration";
|
|
84
|
+
const _DSr = "DrmSettings";
|
|
85
|
+
const _DSrm = "DrmSystems";
|
|
86
|
+
const _DSv = "DvbSettings";
|
|
87
|
+
const _DTC = "DashTtmlConfiguration";
|
|
88
|
+
const _DUT = "DashUtcTiming";
|
|
89
|
+
const _DW = "DvbWeight";
|
|
90
|
+
const _De = "Destination";
|
|
91
|
+
const _E = "Encryption";
|
|
92
|
+
const _ECC = "EncryptionContractConfiguration";
|
|
93
|
+
const _ED = "EgressDomain";
|
|
94
|
+
const _EEC = "EndpointErrorConditions";
|
|
95
|
+
const _EM = "ErrorMessage";
|
|
96
|
+
const _EMn = "EncryptionMethod";
|
|
97
|
+
const _EMr = "ErrorMetrics";
|
|
98
|
+
const _ET = "ETag";
|
|
99
|
+
const _ETn = "EndTime";
|
|
100
|
+
const _En = "End";
|
|
101
|
+
const _FC = "FilterConfiguration";
|
|
102
|
+
const _FD = "FontDownload";
|
|
103
|
+
const _FEEC = "ForceEndpointErrorConfiguration";
|
|
104
|
+
const _FF = "FontFamily";
|
|
105
|
+
const _GC = "GetChannel";
|
|
106
|
+
const _GCG = "GetChannelGroup";
|
|
107
|
+
const _GCGR = "GetChannelGroupRequest";
|
|
108
|
+
const _GCGRe = "GetChannelGroupResponse";
|
|
109
|
+
const _GCP = "GetChannelPolicy";
|
|
110
|
+
const _GCPR = "GetChannelPolicyRequest";
|
|
111
|
+
const _GCPRe = "GetChannelPolicyResponse";
|
|
112
|
+
const _GCR = "GetChannelRequest";
|
|
113
|
+
const _GCRe = "GetChannelResponse";
|
|
114
|
+
const _GDM = "GetDashManifests";
|
|
115
|
+
const _GDMC = "GetDashManifestConfiguration";
|
|
116
|
+
const _GHJ = "GetHarvestJob";
|
|
117
|
+
const _GHJR = "GetHarvestJobRequest";
|
|
118
|
+
const _GHJRe = "GetHarvestJobResponse";
|
|
119
|
+
const _GHM = "GetHlsManifests";
|
|
120
|
+
const _GHMC = "GetHlsManifestConfiguration";
|
|
121
|
+
const _GLLHM = "GetLowLatencyHlsManifests";
|
|
122
|
+
const _GLLHMC = "GetLowLatencyHlsManifestConfiguration";
|
|
123
|
+
const _GMM = "GetMssManifests";
|
|
124
|
+
const _GMMC = "GetMssManifestConfiguration";
|
|
125
|
+
const _GOE = "GetOriginEndpoint";
|
|
126
|
+
const _GOEP = "GetOriginEndpointPolicy";
|
|
127
|
+
const _GOEPR = "GetOriginEndpointPolicyRequest";
|
|
128
|
+
const _GOEPRe = "GetOriginEndpointPolicyResponse";
|
|
129
|
+
const _GOER = "GetOriginEndpointRequest";
|
|
130
|
+
const _GOERe = "GetOriginEndpointResponse";
|
|
131
|
+
const _HDM = "HarvestedDashManifest";
|
|
132
|
+
const _HDML = "HarvestedDashManifestsList";
|
|
133
|
+
const _HHM = "HarvestedHlsManifest";
|
|
134
|
+
const _HHML = "HarvestedHlsManifestsList";
|
|
135
|
+
const _HJ = "HarvestJob";
|
|
136
|
+
const _HJL = "HarvestJobsList";
|
|
137
|
+
const _HJN = "HarvestJobName";
|
|
138
|
+
const _HLLHM = "HarvestedLowLatencyHlsManifest";
|
|
139
|
+
const _HLLHML = "HarvestedLowLatencyHlsManifestsList";
|
|
140
|
+
const _HM = "HarvestedManifests";
|
|
141
|
+
const _HMl = "HlsManifests";
|
|
142
|
+
const _HSC = "HarvesterScheduleConfiguration";
|
|
143
|
+
const _I = "Id";
|
|
144
|
+
const _IE = "IngestEndpoints";
|
|
145
|
+
const _IEL = "IngestEndpointList";
|
|
146
|
+
const _IEM = "IsmEncryptionMethod";
|
|
147
|
+
const _IEn = "IngestEndpoint";
|
|
148
|
+
const _IIOS = "IncludeIframeOnlyStreams";
|
|
149
|
+
const _ISC = "InputSwitchConfiguration";
|
|
150
|
+
const _ISE = "InternalServerException";
|
|
151
|
+
const _IT = "InputType";
|
|
152
|
+
const _It = "Items";
|
|
153
|
+
const _KRIS = "KeyRotationIntervalSeconds";
|
|
154
|
+
const _LC = "LanguageCode";
|
|
155
|
+
const _LCG = "ListChannelGroups";
|
|
156
|
+
const _LCGR = "ListChannelGroupsRequest";
|
|
157
|
+
const _LCGRi = "ListChannelGroupsResponse";
|
|
158
|
+
const _LCR = "ListChannelsRequest";
|
|
159
|
+
const _LCRi = "ListChannelsResponse";
|
|
160
|
+
const _LCi = "ListChannels";
|
|
161
|
+
const _LDM = "ListDashManifests";
|
|
162
|
+
const _LDMC = "ListDashManifestConfiguration";
|
|
163
|
+
const _LHJ = "ListHarvestJobs";
|
|
164
|
+
const _LHJR = "ListHarvestJobsRequest";
|
|
165
|
+
const _LHJRi = "ListHarvestJobsResponse";
|
|
166
|
+
const _LHM = "ListHlsManifests";
|
|
167
|
+
const _LHMC = "ListHlsManifestConfiguration";
|
|
168
|
+
const _LLHM = "LowLatencyHlsManifests";
|
|
169
|
+
const _LLLHM = "ListLowLatencyHlsManifests";
|
|
170
|
+
const _LLLHMC = "ListLowLatencyHlsManifestConfiguration";
|
|
171
|
+
const _LMM = "ListMssManifests";
|
|
172
|
+
const _LMMC = "ListMssManifestConfiguration";
|
|
173
|
+
const _LOE = "ListOriginEndpoints";
|
|
174
|
+
const _LOER = "ListOriginEndpointsRequest";
|
|
175
|
+
const _LOERi = "ListOriginEndpointsResponse";
|
|
176
|
+
const _LTFR = "ListTagsForResource";
|
|
177
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
178
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
179
|
+
const _M = "Message";
|
|
180
|
+
const _MA = "ModifiedAt";
|
|
181
|
+
const _MBTS = "MinBufferTimeSeconds";
|
|
182
|
+
const _MF = "ManifestFilter";
|
|
183
|
+
const _MIU = "MoreInformationUrl";
|
|
184
|
+
const _ML = "ManifestLayout";
|
|
185
|
+
const _MM = "MssManifests";
|
|
186
|
+
const _MN = "ManifestName";
|
|
187
|
+
const _MQCSIS = "MQCSInputSwitching";
|
|
188
|
+
const _MR = "MaxResults";
|
|
189
|
+
const _MT = "MimeType";
|
|
190
|
+
const _MUPS = "MinUpdatePeriodSeconds";
|
|
191
|
+
const _MWS = "ManifestWindowSeconds";
|
|
192
|
+
const _NT = "NextToken";
|
|
193
|
+
const _OEL = "OriginEndpointsList";
|
|
194
|
+
const _OELC = "OriginEndpointListConfiguration";
|
|
195
|
+
const _OEN = "OriginEndpointName";
|
|
196
|
+
const _OHC = "OutputHeaderConfiguration";
|
|
197
|
+
const _P = "Profiles";
|
|
198
|
+
const _PCP = "PutChannelPolicy";
|
|
199
|
+
const _PCPR = "PutChannelPolicyRequest";
|
|
200
|
+
const _PCPRu = "PutChannelPolicyResponse";
|
|
201
|
+
const _PDTIS = "ProgramDateTimeIntervalSeconds";
|
|
202
|
+
const _PI = "ProgramInformation";
|
|
203
|
+
const _PIr = "PreferredInput";
|
|
204
|
+
const _PMQCS = "PublishMQCS";
|
|
205
|
+
const _POEP = "PutOriginEndpointPolicy";
|
|
206
|
+
const _POEPR = "PutOriginEndpointPolicyRequest";
|
|
207
|
+
const _POEPRu = "PutOriginEndpointPolicyResponse";
|
|
208
|
+
const _PSA = "PresetSpeke20Audio";
|
|
209
|
+
const _PSV = "PresetSpeke20Video";
|
|
210
|
+
const _PT = "PeriodTriggers";
|
|
211
|
+
const _Po = "Policy";
|
|
212
|
+
const _Pr = "Probability";
|
|
213
|
+
const _Pre = "Precise";
|
|
214
|
+
const _RA = "ResetAt";
|
|
215
|
+
const _RAe = "ResourceArn";
|
|
216
|
+
const _RAo = "RoleArn";
|
|
217
|
+
const _RCS = "ResetChannelState";
|
|
218
|
+
const _RCSR = "ResetChannelStateRequest";
|
|
219
|
+
const _RCSRe = "ResetChannelStateResponse";
|
|
220
|
+
const _RI = "ResourceId";
|
|
221
|
+
const _RNFE = "ResourceNotFoundException";
|
|
222
|
+
const _ROES = "ResetOriginEndpointState";
|
|
223
|
+
const _ROESR = "ResetOriginEndpointStateRequest";
|
|
224
|
+
const _ROESRe = "ResetOriginEndpointStateResponse";
|
|
225
|
+
const _RTNF = "ResourceTypeNotFound";
|
|
226
|
+
const _RU = "ReportingUrl";
|
|
227
|
+
const _S = "Status";
|
|
228
|
+
const _SC = "SubtitleConfiguration";
|
|
229
|
+
const _SCc = "ScheduleConfiguration";
|
|
230
|
+
const _SD = "ScteDash";
|
|
231
|
+
const _SDC = "S3DestinationConfig";
|
|
232
|
+
const _SDS = "SegmentDurationSeconds";
|
|
233
|
+
const _SDe = "S3Destination";
|
|
234
|
+
const _SF = "ScteFilter";
|
|
235
|
+
const _SH = "ScteHls";
|
|
236
|
+
const _SIS = "ScteInSegments";
|
|
237
|
+
const _SKP = "SpekeKeyProvider";
|
|
238
|
+
const _SL = "ServiceLocation";
|
|
239
|
+
const _SN = "SegmentName";
|
|
240
|
+
const _SPDS = "SuggestedPresentationDelaySeconds";
|
|
241
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
242
|
+
const _SRA = "SecretsRoleArn";
|
|
243
|
+
const _ST = "StartTag";
|
|
244
|
+
const _STF = "SegmentTemplateFormat";
|
|
245
|
+
const _STt = "StartTime";
|
|
246
|
+
const _SWS = "StartoverWindowSeconds";
|
|
247
|
+
const _Sc = "Scte";
|
|
248
|
+
const _Se = "Segment";
|
|
249
|
+
const _So = "Source";
|
|
250
|
+
const _St = "Start";
|
|
251
|
+
const _T = "Tags";
|
|
252
|
+
const _TC = "TtmlConfiguration";
|
|
253
|
+
const _TDS = "TimeDelaySeconds";
|
|
254
|
+
const _TE = "ThrottlingException";
|
|
255
|
+
const _TEM = "TsEncryptionMethod";
|
|
256
|
+
const _TIDS = "TsIncludeDvbSubtitles";
|
|
257
|
+
const _TK = "TagKeys";
|
|
258
|
+
const _TM = "TimingMode";
|
|
259
|
+
const _TO = "TimeOffset";
|
|
260
|
+
const _TP = "TtmlProfile";
|
|
261
|
+
const _TR = "TagResource";
|
|
262
|
+
const _TRR = "TagResourceRequest";
|
|
263
|
+
const _TS = "TimingSource";
|
|
264
|
+
const _TUARG = "TsUseAudioRenditionGroup";
|
|
265
|
+
const _Ti = "Title";
|
|
266
|
+
const _U = "Url";
|
|
267
|
+
const _UC = "UpdateChannel";
|
|
268
|
+
const _UCG = "UpdateChannelGroup";
|
|
269
|
+
const _UCGR = "UpdateChannelGroupRequest";
|
|
270
|
+
const _UCGRp = "UpdateChannelGroupResponse";
|
|
271
|
+
const _UCR = "UpdateChannelRequest";
|
|
272
|
+
const _UCRp = "UpdateChannelResponse";
|
|
273
|
+
const _UECM = "UrlEncodeChildManifest";
|
|
274
|
+
const _UOE = "UpdateOriginEndpoint";
|
|
275
|
+
const _UOER = "UpdateOriginEndpointRequest";
|
|
276
|
+
const _UOERp = "UpdateOriginEndpointResponse";
|
|
277
|
+
const _UR = "UntagResource";
|
|
278
|
+
const _URR = "UntagResourceRequest";
|
|
279
|
+
const _UT = "UtcTiming";
|
|
280
|
+
const _VE = "ValidationException";
|
|
281
|
+
const _VET = "ValidationExceptionType";
|
|
282
|
+
const _c = "client";
|
|
283
|
+
const _cN = "channelName";
|
|
284
|
+
const _e = "error";
|
|
285
|
+
const _h = "http";
|
|
286
|
+
const _hE = "httpError";
|
|
287
|
+
const _hH = "httpHeader";
|
|
288
|
+
const _hQ = "httpQuery";
|
|
289
|
+
const _iS = "includeStatus";
|
|
290
|
+
const _iT = "idempotencyToken";
|
|
291
|
+
const _jN = "jsonName";
|
|
292
|
+
const _mR = "maxResults";
|
|
293
|
+
const _nT = "nextToken";
|
|
294
|
+
const _oEN = "originEndpointName";
|
|
295
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.mediapackagev2";
|
|
296
|
+
const _se = "server";
|
|
297
|
+
const _t = "tags";
|
|
298
|
+
const _tK = "tagKeys";
|
|
299
|
+
const _xact = "x-amzn-client-token";
|
|
300
|
+
const _xauim = "x-amzn-update-if-match";
|
|
301
|
+
const n0 = "com.amazonaws.mediapackagev2";
|
|
302
|
+
const schema_1 = require("@smithy/core/schema");
|
|
303
|
+
const errors_1 = require("../models/errors");
|
|
304
|
+
const MediaPackageV2ServiceException_1 = require("../models/MediaPackageV2ServiceException");
|
|
305
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
306
|
+
exports.MediaPackageV2ServiceException$ = [-3, _s, "MediaPackageV2ServiceException", 0, [], []];
|
|
307
|
+
_s_registry.registerError(exports.MediaPackageV2ServiceException$, MediaPackageV2ServiceException_1.MediaPackageV2ServiceException);
|
|
308
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
309
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
310
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
311
|
+
[_M],
|
|
312
|
+
[0]
|
|
313
|
+
];
|
|
314
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
315
|
+
exports.ConflictException$ = [-3, n0, _CE,
|
|
316
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
317
|
+
[_M, _CET],
|
|
318
|
+
[0, 0]
|
|
319
|
+
];
|
|
320
|
+
n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
|
|
321
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
322
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
323
|
+
[_M],
|
|
324
|
+
[0]
|
|
325
|
+
];
|
|
326
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
327
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
328
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
329
|
+
[_M, _RTNF],
|
|
330
|
+
[0, 0]
|
|
331
|
+
];
|
|
332
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
333
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
334
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
335
|
+
[_M],
|
|
336
|
+
[0]
|
|
337
|
+
];
|
|
338
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
339
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
340
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
341
|
+
[_M],
|
|
342
|
+
[0]
|
|
343
|
+
];
|
|
344
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
345
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
346
|
+
{ [_e]: _c },
|
|
347
|
+
[_M, _VET],
|
|
348
|
+
[0, 0]
|
|
349
|
+
];
|
|
350
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
351
|
+
exports.errorTypeRegistries = [
|
|
352
|
+
_s_registry,
|
|
353
|
+
n0_registry,
|
|
354
|
+
];
|
|
355
|
+
exports.CancelHarvestJobRequest$ = [3, n0, _CHJR,
|
|
356
|
+
0,
|
|
357
|
+
[_CGN, _CN, _OEN, _HJN, _ET],
|
|
358
|
+
[[0, 1], [0, 1], [0, 1], [0, 1], [0, { [_hH]: _xauim }]], 4
|
|
359
|
+
];
|
|
360
|
+
exports.CancelHarvestJobResponse$ = [3, n0, _CHJRa,
|
|
361
|
+
0,
|
|
362
|
+
[],
|
|
363
|
+
[]
|
|
364
|
+
];
|
|
365
|
+
exports.CdnAuthConfiguration$ = [3, n0, _CAC,
|
|
366
|
+
0,
|
|
367
|
+
[_CISA, _SRA],
|
|
368
|
+
[64 | 0, 0], 2
|
|
369
|
+
];
|
|
370
|
+
exports.ChannelGroupListConfiguration$ = [3, n0, _CGLC,
|
|
371
|
+
0,
|
|
372
|
+
[_CGN, _A, _CA, _MA, _D],
|
|
373
|
+
[0, 0, 4, 4, 0], 4
|
|
374
|
+
];
|
|
375
|
+
exports.ChannelListConfiguration$ = [3, n0, _CLC,
|
|
376
|
+
0,
|
|
377
|
+
[_A, _CN, _CGN, _CA, _MA, _D, _IT],
|
|
378
|
+
[0, 0, 0, 4, 4, 0, 0], 5
|
|
379
|
+
];
|
|
380
|
+
exports.CreateChannelGroupRequest$ = [3, n0, _CCGR,
|
|
381
|
+
0,
|
|
382
|
+
[_CGN, _CT, _D, _T],
|
|
383
|
+
[0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, [128 | 0, { [_jN]: _t }]], 1
|
|
384
|
+
];
|
|
385
|
+
exports.CreateChannelGroupResponse$ = [3, n0, _CCGRr,
|
|
386
|
+
0,
|
|
387
|
+
[_CGN, _A, _ED, _CA, _MA, _ET, _D, _T],
|
|
388
|
+
[0, 0, 0, 4, 4, 0, 0, 128 | 0], 5
|
|
389
|
+
];
|
|
390
|
+
exports.CreateChannelRequest$ = [3, n0, _CCR,
|
|
391
|
+
0,
|
|
392
|
+
[_CGN, _CN, _CT, _IT, _D, _ISC, _OHC, _T],
|
|
393
|
+
[[0, 1], 0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 0, () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
394
|
+
];
|
|
395
|
+
exports.CreateChannelResponse$ = [3, n0, _CCRr,
|
|
396
|
+
0,
|
|
397
|
+
[_A, _CN, _CGN, _CA, _MA, _D, _IE, _IT, _ET, _T, _ISC, _OHC],
|
|
398
|
+
[0, 0, 0, 4, 4, 0, () => IngestEndpointList, 0, 0, 128 | 0, () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$], 5
|
|
399
|
+
];
|
|
400
|
+
exports.CreateDashManifestConfiguration$ = [3, n0, _CDMC,
|
|
401
|
+
0,
|
|
402
|
+
[_MN, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _SC],
|
|
403
|
+
[0, 1, () => exports.FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => exports.ScteDash$, 0, () => exports.DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => exports.DashProgramInformation$, () => exports.DashDvbSettings$, 0, () => exports.DashSubtitleConfiguration$], 1
|
|
404
|
+
];
|
|
405
|
+
exports.CreateHarvestJobRequest$ = [3, n0, _CHJRr,
|
|
406
|
+
0,
|
|
407
|
+
[_CGN, _CN, _OEN, _HM, _SCc, _De, _D, _CT, _HJN, _T],
|
|
408
|
+
[[0, 1], [0, 1], [0, 1], () => exports.HarvestedManifests$, () => exports.HarvesterScheduleConfiguration$, () => exports.Destination$, 0, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 128 | 0], 6
|
|
409
|
+
];
|
|
410
|
+
exports.CreateHarvestJobResponse$ = [3, n0, _CHJRre,
|
|
411
|
+
0,
|
|
412
|
+
[_CGN, _CN, _OEN, _De, _HJN, _HM, _SCc, _A, _CA, _MA, _S, _D, _EM, _ET, _T],
|
|
413
|
+
[0, 0, 0, () => exports.Destination$, 0, () => exports.HarvestedManifests$, () => exports.HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0, 128 | 0], 11
|
|
414
|
+
];
|
|
415
|
+
exports.CreateHlsManifestConfiguration$ = [3, n0, _CHMC,
|
|
416
|
+
0,
|
|
417
|
+
[_MN, _CMN, _SH, _ST, _MWS, _PDTIS, _FC, _UECM],
|
|
418
|
+
[0, 0, () => exports.ScteHls$, () => exports.StartTag$, 1, 1, () => exports.FilterConfiguration$, 2], 1
|
|
419
|
+
];
|
|
420
|
+
exports.CreateLowLatencyHlsManifestConfiguration$ = [3, n0, _CLLHMC,
|
|
421
|
+
0,
|
|
422
|
+
[_MN, _CMN, _SH, _ST, _MWS, _PDTIS, _FC, _UECM],
|
|
423
|
+
[0, 0, () => exports.ScteHls$, () => exports.StartTag$, 1, 1, () => exports.FilterConfiguration$, 2], 1
|
|
424
|
+
];
|
|
425
|
+
exports.CreateMssManifestConfiguration$ = [3, n0, _CMMC,
|
|
426
|
+
0,
|
|
427
|
+
[_MN, _MWS, _FC, _ML],
|
|
428
|
+
[0, 1, () => exports.FilterConfiguration$, 0], 1
|
|
429
|
+
];
|
|
430
|
+
exports.CreateOriginEndpointRequest$ = [3, n0, _COER,
|
|
431
|
+
0,
|
|
432
|
+
[_CGN, _CN, _OEN, _CTo, _Se, _CT, _D, _SWS, _HMl, _LLHM, _DM, _MM, _FEEC, _T],
|
|
433
|
+
[[0, 1], [0, 1], 0, 0, () => exports.Segment$, [0, { [_hH]: _xact, [_iT]: 1 }], 0, 1, () => CreateHlsManifests, () => CreateLowLatencyHlsManifests, () => CreateDashManifests, () => CreateMssManifests, () => exports.ForceEndpointErrorConfiguration$, 128 | 0], 4
|
|
434
|
+
];
|
|
435
|
+
exports.CreateOriginEndpointResponse$ = [3, n0, _COERr,
|
|
436
|
+
0,
|
|
437
|
+
[_A, _CGN, _CN, _OEN, _CTo, _Se, _CA, _MA, _D, _SWS, _HMl, _LLHM, _DM, _MM, _FEEC, _ET, _T],
|
|
438
|
+
[0, 0, 0, 0, 0, () => exports.Segment$, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetDashManifests, () => GetMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0, 128 | 0], 8
|
|
439
|
+
];
|
|
440
|
+
exports.DashBaseUrl$ = [3, n0, _DBU,
|
|
441
|
+
0,
|
|
442
|
+
[_U, _SL, _DP, _DW],
|
|
443
|
+
[0, 0, 1, 1], 1
|
|
444
|
+
];
|
|
445
|
+
exports.DashDvbFontDownload$ = [3, n0, _DDFD,
|
|
446
|
+
0,
|
|
447
|
+
[_U, _MT, _FF],
|
|
448
|
+
[0, 0, 0]
|
|
449
|
+
];
|
|
450
|
+
exports.DashDvbMetricsReporting$ = [3, n0, _DDMR,
|
|
451
|
+
0,
|
|
452
|
+
[_RU, _Pr],
|
|
453
|
+
[0, 1], 1
|
|
454
|
+
];
|
|
455
|
+
exports.DashDvbSettings$ = [3, n0, _DDS,
|
|
456
|
+
0,
|
|
457
|
+
[_FD, _EMr],
|
|
458
|
+
[() => exports.DashDvbFontDownload$, () => DashDvbErrorMetrics]
|
|
459
|
+
];
|
|
460
|
+
exports.DashProgramInformation$ = [3, n0, _DPI,
|
|
461
|
+
0,
|
|
462
|
+
[_Ti, _So, _Co, _LC, _MIU],
|
|
463
|
+
[0, 0, 0, 0, 0]
|
|
464
|
+
];
|
|
465
|
+
exports.DashSubtitleConfiguration$ = [3, n0, _DSC,
|
|
466
|
+
0,
|
|
467
|
+
[_TC],
|
|
468
|
+
[() => exports.DashTtmlConfiguration$]
|
|
469
|
+
];
|
|
470
|
+
exports.DashTtmlConfiguration$ = [3, n0, _DTC,
|
|
471
|
+
0,
|
|
472
|
+
[_TP],
|
|
473
|
+
[0], 1
|
|
474
|
+
];
|
|
475
|
+
exports.DashUtcTiming$ = [3, n0, _DUT,
|
|
476
|
+
0,
|
|
477
|
+
[_TM, _TS],
|
|
478
|
+
[0, 0]
|
|
479
|
+
];
|
|
480
|
+
exports.DeleteChannelGroupRequest$ = [3, n0, _DCGR,
|
|
481
|
+
0,
|
|
482
|
+
[_CGN],
|
|
483
|
+
[[0, 1]], 1
|
|
484
|
+
];
|
|
485
|
+
exports.DeleteChannelGroupResponse$ = [3, n0, _DCGRe,
|
|
486
|
+
0,
|
|
487
|
+
[],
|
|
488
|
+
[]
|
|
489
|
+
];
|
|
490
|
+
exports.DeleteChannelPolicyRequest$ = [3, n0, _DCPR,
|
|
491
|
+
0,
|
|
492
|
+
[_CGN, _CN],
|
|
493
|
+
[[0, 1], [0, 1]], 2
|
|
494
|
+
];
|
|
495
|
+
exports.DeleteChannelPolicyResponse$ = [3, n0, _DCPRe,
|
|
496
|
+
0,
|
|
497
|
+
[],
|
|
498
|
+
[]
|
|
499
|
+
];
|
|
500
|
+
exports.DeleteChannelRequest$ = [3, n0, _DCR,
|
|
501
|
+
0,
|
|
502
|
+
[_CGN, _CN],
|
|
503
|
+
[[0, 1], [0, 1]], 2
|
|
504
|
+
];
|
|
505
|
+
exports.DeleteChannelResponse$ = [3, n0, _DCRe,
|
|
506
|
+
0,
|
|
507
|
+
[],
|
|
508
|
+
[]
|
|
509
|
+
];
|
|
510
|
+
exports.DeleteOriginEndpointPolicyRequest$ = [3, n0, _DOEPR,
|
|
511
|
+
0,
|
|
512
|
+
[_CGN, _CN, _OEN],
|
|
513
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
514
|
+
];
|
|
515
|
+
exports.DeleteOriginEndpointPolicyResponse$ = [3, n0, _DOEPRe,
|
|
516
|
+
0,
|
|
517
|
+
[],
|
|
518
|
+
[]
|
|
519
|
+
];
|
|
520
|
+
exports.DeleteOriginEndpointRequest$ = [3, n0, _DOER,
|
|
521
|
+
0,
|
|
522
|
+
[_CGN, _CN, _OEN],
|
|
523
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
524
|
+
];
|
|
525
|
+
exports.DeleteOriginEndpointResponse$ = [3, n0, _DOERe,
|
|
526
|
+
0,
|
|
527
|
+
[],
|
|
528
|
+
[]
|
|
529
|
+
];
|
|
530
|
+
exports.Destination$ = [3, n0, _De,
|
|
531
|
+
0,
|
|
532
|
+
[_SDe],
|
|
533
|
+
[() => exports.S3DestinationConfig$], 1
|
|
534
|
+
];
|
|
535
|
+
exports.Encryption$ = [3, n0, _E,
|
|
536
|
+
0,
|
|
537
|
+
[_EMn, _SKP, _CIV, _KRIS, _CESDM],
|
|
538
|
+
[() => exports.EncryptionMethod$, () => exports.SpekeKeyProvider$, 0, 1, 2], 2
|
|
539
|
+
];
|
|
540
|
+
exports.EncryptionContractConfiguration$ = [3, n0, _ECC,
|
|
541
|
+
0,
|
|
542
|
+
[_PSA, _PSV],
|
|
543
|
+
[0, 0], 2
|
|
544
|
+
];
|
|
545
|
+
exports.EncryptionMethod$ = [3, n0, _EMn,
|
|
546
|
+
0,
|
|
547
|
+
[_TEM, _CEM, _IEM],
|
|
548
|
+
[0, 0, 0]
|
|
549
|
+
];
|
|
550
|
+
exports.FilterConfiguration$ = [3, n0, _FC,
|
|
551
|
+
0,
|
|
552
|
+
[_MF, _DSr, _St, _En, _TDS, _CST],
|
|
553
|
+
[0, 0, 4, 4, 1, 4]
|
|
554
|
+
];
|
|
555
|
+
exports.ForceEndpointErrorConfiguration$ = [3, n0, _FEEC,
|
|
556
|
+
0,
|
|
557
|
+
[_EEC],
|
|
558
|
+
[64 | 0]
|
|
559
|
+
];
|
|
560
|
+
exports.GetChannelGroupRequest$ = [3, n0, _GCGR,
|
|
561
|
+
0,
|
|
562
|
+
[_CGN],
|
|
563
|
+
[[0, 1]], 1
|
|
564
|
+
];
|
|
565
|
+
exports.GetChannelGroupResponse$ = [3, n0, _GCGRe,
|
|
566
|
+
0,
|
|
567
|
+
[_CGN, _A, _ED, _CA, _MA, _D, _ET, _T],
|
|
568
|
+
[0, 0, 0, 4, 4, 0, 0, [128 | 0, { [_jN]: _t }]], 5
|
|
569
|
+
];
|
|
570
|
+
exports.GetChannelPolicyRequest$ = [3, n0, _GCPR,
|
|
571
|
+
0,
|
|
572
|
+
[_CGN, _CN],
|
|
573
|
+
[[0, 1], [0, 1]], 2
|
|
574
|
+
];
|
|
575
|
+
exports.GetChannelPolicyResponse$ = [3, n0, _GCPRe,
|
|
576
|
+
0,
|
|
577
|
+
[_CGN, _CN, _Po],
|
|
578
|
+
[0, 0, 0], 3
|
|
579
|
+
];
|
|
580
|
+
exports.GetChannelRequest$ = [3, n0, _GCR,
|
|
581
|
+
0,
|
|
582
|
+
[_CGN, _CN],
|
|
583
|
+
[[0, 1], [0, 1]], 2
|
|
584
|
+
];
|
|
585
|
+
exports.GetChannelResponse$ = [3, n0, _GCRe,
|
|
586
|
+
0,
|
|
587
|
+
[_A, _CN, _CGN, _CA, _MA, _RA, _D, _IE, _IT, _ET, _T, _ISC, _OHC],
|
|
588
|
+
[0, 0, 0, 4, 4, 4, 0, () => IngestEndpointList, 0, 0, 128 | 0, () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$], 5
|
|
589
|
+
];
|
|
590
|
+
exports.GetDashManifestConfiguration$ = [3, n0, _GDMC,
|
|
591
|
+
0,
|
|
592
|
+
[_MN, _U, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _SC],
|
|
593
|
+
[0, 0, 1, () => exports.FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => exports.ScteDash$, 0, () => exports.DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => exports.DashProgramInformation$, () => exports.DashDvbSettings$, 0, () => exports.DashSubtitleConfiguration$], 2
|
|
594
|
+
];
|
|
595
|
+
exports.GetHarvestJobRequest$ = [3, n0, _GHJR,
|
|
596
|
+
0,
|
|
597
|
+
[_CGN, _CN, _OEN, _HJN],
|
|
598
|
+
[[0, 1], [0, 1], [0, 1], [0, 1]], 4
|
|
599
|
+
];
|
|
600
|
+
exports.GetHarvestJobResponse$ = [3, n0, _GHJRe,
|
|
601
|
+
0,
|
|
602
|
+
[_CGN, _CN, _OEN, _De, _HJN, _HM, _SCc, _A, _CA, _MA, _S, _D, _EM, _ET, _T],
|
|
603
|
+
[0, 0, 0, () => exports.Destination$, 0, () => exports.HarvestedManifests$, () => exports.HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0, 128 | 0], 11
|
|
604
|
+
];
|
|
605
|
+
exports.GetHlsManifestConfiguration$ = [3, n0, _GHMC,
|
|
606
|
+
0,
|
|
607
|
+
[_MN, _U, _CMN, _MWS, _PDTIS, _SH, _FC, _ST, _UECM],
|
|
608
|
+
[0, 0, 0, 1, 1, () => exports.ScteHls$, () => exports.FilterConfiguration$, () => exports.StartTag$, 2], 2
|
|
609
|
+
];
|
|
610
|
+
exports.GetLowLatencyHlsManifestConfiguration$ = [3, n0, _GLLHMC,
|
|
611
|
+
0,
|
|
612
|
+
[_MN, _U, _CMN, _MWS, _PDTIS, _SH, _FC, _ST, _UECM],
|
|
613
|
+
[0, 0, 0, 1, 1, () => exports.ScteHls$, () => exports.FilterConfiguration$, () => exports.StartTag$, 2], 2
|
|
614
|
+
];
|
|
615
|
+
exports.GetMssManifestConfiguration$ = [3, n0, _GMMC,
|
|
616
|
+
0,
|
|
617
|
+
[_MN, _U, _FC, _MWS, _ML],
|
|
618
|
+
[0, 0, () => exports.FilterConfiguration$, 1, 0], 2
|
|
619
|
+
];
|
|
620
|
+
exports.GetOriginEndpointPolicyRequest$ = [3, n0, _GOEPR,
|
|
621
|
+
0,
|
|
622
|
+
[_CGN, _CN, _OEN],
|
|
623
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
624
|
+
];
|
|
625
|
+
exports.GetOriginEndpointPolicyResponse$ = [3, n0, _GOEPRe,
|
|
626
|
+
0,
|
|
627
|
+
[_CGN, _CN, _OEN, _Po, _CAC],
|
|
628
|
+
[0, 0, 0, 0, () => exports.CdnAuthConfiguration$], 4
|
|
629
|
+
];
|
|
630
|
+
exports.GetOriginEndpointRequest$ = [3, n0, _GOER,
|
|
631
|
+
0,
|
|
632
|
+
[_CGN, _CN, _OEN],
|
|
633
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
634
|
+
];
|
|
635
|
+
exports.GetOriginEndpointResponse$ = [3, n0, _GOERe,
|
|
636
|
+
0,
|
|
637
|
+
[_A, _CGN, _CN, _OEN, _CTo, _Se, _CA, _MA, _RA, _D, _SWS, _HMl, _LLHM, _DM, _MM, _FEEC, _ET, _T],
|
|
638
|
+
[0, 0, 0, 0, 0, () => exports.Segment$, 4, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetDashManifests, () => GetMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0, 128 | 0], 8
|
|
639
|
+
];
|
|
640
|
+
exports.HarvestedDashManifest$ = [3, n0, _HDM,
|
|
641
|
+
0,
|
|
642
|
+
[_MN],
|
|
643
|
+
[0], 1
|
|
644
|
+
];
|
|
645
|
+
exports.HarvestedHlsManifest$ = [3, n0, _HHM,
|
|
646
|
+
0,
|
|
647
|
+
[_MN],
|
|
648
|
+
[0], 1
|
|
649
|
+
];
|
|
650
|
+
exports.HarvestedLowLatencyHlsManifest$ = [3, n0, _HLLHM,
|
|
651
|
+
0,
|
|
652
|
+
[_MN],
|
|
653
|
+
[0], 1
|
|
654
|
+
];
|
|
655
|
+
exports.HarvestedManifests$ = [3, n0, _HM,
|
|
656
|
+
0,
|
|
657
|
+
[_HMl, _DM, _LLHM],
|
|
658
|
+
[() => HarvestedHlsManifestsList, () => HarvestedDashManifestsList, () => HarvestedLowLatencyHlsManifestsList]
|
|
659
|
+
];
|
|
660
|
+
exports.HarvesterScheduleConfiguration$ = [3, n0, _HSC,
|
|
661
|
+
0,
|
|
662
|
+
[_STt, _ETn],
|
|
663
|
+
[4, 4], 2
|
|
664
|
+
];
|
|
665
|
+
exports.HarvestJob$ = [3, n0, _HJ,
|
|
666
|
+
0,
|
|
667
|
+
[_CGN, _CN, _OEN, _De, _HJN, _HM, _SCc, _A, _CA, _MA, _S, _D, _EM, _ET],
|
|
668
|
+
[0, 0, 0, () => exports.Destination$, 0, () => exports.HarvestedManifests$, () => exports.HarvesterScheduleConfiguration$, 0, 4, 4, 0, 0, 0, 0], 11
|
|
669
|
+
];
|
|
670
|
+
exports.IngestEndpoint$ = [3, n0, _IEn,
|
|
671
|
+
0,
|
|
672
|
+
[_I, _U],
|
|
673
|
+
[0, 0]
|
|
674
|
+
];
|
|
675
|
+
exports.InputSwitchConfiguration$ = [3, n0, _ISC,
|
|
676
|
+
0,
|
|
677
|
+
[_MQCSIS, _PIr],
|
|
678
|
+
[2, 1]
|
|
679
|
+
];
|
|
680
|
+
exports.ListChannelGroupsRequest$ = [3, n0, _LCGR,
|
|
681
|
+
0,
|
|
682
|
+
[_MR, _NT],
|
|
683
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
684
|
+
];
|
|
685
|
+
exports.ListChannelGroupsResponse$ = [3, n0, _LCGRi,
|
|
686
|
+
0,
|
|
687
|
+
[_It, _NT],
|
|
688
|
+
[() => ChannelGroupsList, 0]
|
|
689
|
+
];
|
|
690
|
+
exports.ListChannelsRequest$ = [3, n0, _LCR,
|
|
691
|
+
0,
|
|
692
|
+
[_CGN, _MR, _NT],
|
|
693
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
694
|
+
];
|
|
695
|
+
exports.ListChannelsResponse$ = [3, n0, _LCRi,
|
|
696
|
+
0,
|
|
697
|
+
[_It, _NT],
|
|
698
|
+
[() => ChannelList, 0]
|
|
699
|
+
];
|
|
700
|
+
exports.ListDashManifestConfiguration$ = [3, n0, _LDMC,
|
|
701
|
+
0,
|
|
702
|
+
[_MN, _U],
|
|
703
|
+
[0, 0], 1
|
|
704
|
+
];
|
|
705
|
+
exports.ListHarvestJobsRequest$ = [3, n0, _LHJR,
|
|
706
|
+
0,
|
|
707
|
+
[_CGN, _CN, _OEN, _S, _MR, _NT],
|
|
708
|
+
[[0, 1], [0, { [_hQ]: _cN }], [0, { [_hQ]: _oEN }], [0, { [_hQ]: _iS }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
709
|
+
];
|
|
710
|
+
exports.ListHarvestJobsResponse$ = [3, n0, _LHJRi,
|
|
711
|
+
0,
|
|
712
|
+
[_It, _NT],
|
|
713
|
+
[() => HarvestJobsList, 0]
|
|
714
|
+
];
|
|
715
|
+
exports.ListHlsManifestConfiguration$ = [3, n0, _LHMC,
|
|
716
|
+
0,
|
|
717
|
+
[_MN, _CMN, _U],
|
|
718
|
+
[0, 0, 0], 1
|
|
719
|
+
];
|
|
720
|
+
exports.ListLowLatencyHlsManifestConfiguration$ = [3, n0, _LLLHMC,
|
|
721
|
+
0,
|
|
722
|
+
[_MN, _CMN, _U],
|
|
723
|
+
[0, 0, 0], 1
|
|
724
|
+
];
|
|
725
|
+
exports.ListMssManifestConfiguration$ = [3, n0, _LMMC,
|
|
726
|
+
0,
|
|
727
|
+
[_MN, _U],
|
|
728
|
+
[0, 0], 1
|
|
729
|
+
];
|
|
730
|
+
exports.ListOriginEndpointsRequest$ = [3, n0, _LOER,
|
|
731
|
+
0,
|
|
732
|
+
[_CGN, _CN, _MR, _NT],
|
|
733
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
|
|
734
|
+
];
|
|
735
|
+
exports.ListOriginEndpointsResponse$ = [3, n0, _LOERi,
|
|
736
|
+
0,
|
|
737
|
+
[_It, _NT],
|
|
738
|
+
[() => OriginEndpointsList, 0]
|
|
739
|
+
];
|
|
740
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
741
|
+
0,
|
|
742
|
+
[_RAe],
|
|
743
|
+
[[0, 1]], 1
|
|
744
|
+
];
|
|
745
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
746
|
+
0,
|
|
747
|
+
[_T],
|
|
748
|
+
[[128 | 0, { [_jN]: _t }]]
|
|
749
|
+
];
|
|
750
|
+
exports.OriginEndpointListConfiguration$ = [3, n0, _OELC,
|
|
751
|
+
0,
|
|
752
|
+
[_A, _CGN, _CN, _OEN, _CTo, _D, _CA, _MA, _HMl, _LLHM, _DM, _MM, _FEEC],
|
|
753
|
+
[0, 0, 0, 0, 0, 0, 4, 4, () => ListHlsManifests, () => ListLowLatencyHlsManifests, () => ListDashManifests, () => ListMssManifests, () => exports.ForceEndpointErrorConfiguration$], 5
|
|
754
|
+
];
|
|
755
|
+
exports.OutputHeaderConfiguration$ = [3, n0, _OHC,
|
|
756
|
+
0,
|
|
757
|
+
[_PMQCS],
|
|
758
|
+
[2]
|
|
759
|
+
];
|
|
760
|
+
exports.PutChannelPolicyRequest$ = [3, n0, _PCPR,
|
|
761
|
+
0,
|
|
762
|
+
[_CGN, _CN, _Po],
|
|
763
|
+
[[0, 1], [0, 1], 0], 3
|
|
764
|
+
];
|
|
765
|
+
exports.PutChannelPolicyResponse$ = [3, n0, _PCPRu,
|
|
766
|
+
0,
|
|
767
|
+
[],
|
|
768
|
+
[]
|
|
769
|
+
];
|
|
770
|
+
exports.PutOriginEndpointPolicyRequest$ = [3, n0, _POEPR,
|
|
771
|
+
0,
|
|
772
|
+
[_CGN, _CN, _OEN, _Po, _CAC],
|
|
773
|
+
[[0, 1], [0, 1], [0, 1], 0, () => exports.CdnAuthConfiguration$], 4
|
|
774
|
+
];
|
|
775
|
+
exports.PutOriginEndpointPolicyResponse$ = [3, n0, _POEPRu,
|
|
776
|
+
0,
|
|
777
|
+
[],
|
|
778
|
+
[]
|
|
779
|
+
];
|
|
780
|
+
exports.ResetChannelStateRequest$ = [3, n0, _RCSR,
|
|
781
|
+
0,
|
|
782
|
+
[_CGN, _CN],
|
|
783
|
+
[[0, 1], [0, 1]], 2
|
|
784
|
+
];
|
|
785
|
+
exports.ResetChannelStateResponse$ = [3, n0, _RCSRe,
|
|
786
|
+
0,
|
|
787
|
+
[_CGN, _CN, _A, _RA],
|
|
788
|
+
[0, 0, 0, 4], 4
|
|
789
|
+
];
|
|
790
|
+
exports.ResetOriginEndpointStateRequest$ = [3, n0, _ROESR,
|
|
791
|
+
0,
|
|
792
|
+
[_CGN, _CN, _OEN],
|
|
793
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
794
|
+
];
|
|
795
|
+
exports.ResetOriginEndpointStateResponse$ = [3, n0, _ROESRe,
|
|
796
|
+
0,
|
|
797
|
+
[_CGN, _CN, _OEN, _A, _RA],
|
|
798
|
+
[0, 0, 0, 0, 4], 5
|
|
799
|
+
];
|
|
800
|
+
exports.S3DestinationConfig$ = [3, n0, _SDC,
|
|
801
|
+
0,
|
|
802
|
+
[_BN, _DPe],
|
|
803
|
+
[0, 0], 2
|
|
804
|
+
];
|
|
805
|
+
exports.Scte$ = [3, n0, _Sc,
|
|
806
|
+
0,
|
|
807
|
+
[_SF, _SIS],
|
|
808
|
+
[64 | 0, 0]
|
|
809
|
+
];
|
|
810
|
+
exports.ScteDash$ = [3, n0, _SD,
|
|
811
|
+
0,
|
|
812
|
+
[_AMD],
|
|
813
|
+
[0]
|
|
814
|
+
];
|
|
815
|
+
exports.ScteHls$ = [3, n0, _SH,
|
|
816
|
+
0,
|
|
817
|
+
[_AMH],
|
|
818
|
+
[0]
|
|
819
|
+
];
|
|
820
|
+
exports.Segment$ = [3, n0, _Se,
|
|
821
|
+
0,
|
|
822
|
+
[_SDS, _SN, _TUARG, _IIOS, _TIDS, _Sc, _E],
|
|
823
|
+
[1, 0, 2, 2, 2, () => exports.Scte$, () => exports.Encryption$]
|
|
824
|
+
];
|
|
825
|
+
exports.SpekeKeyProvider$ = [3, n0, _SKP,
|
|
826
|
+
0,
|
|
827
|
+
[_ECC, _RI, _DSrm, _RAo, _U, _CAe],
|
|
828
|
+
[() => exports.EncryptionContractConfiguration$, 0, 64 | 0, 0, 0, 0], 5
|
|
829
|
+
];
|
|
830
|
+
exports.StartTag$ = [3, n0, _ST,
|
|
831
|
+
0,
|
|
832
|
+
[_TO, _Pre],
|
|
833
|
+
[1, 2], 1
|
|
834
|
+
];
|
|
835
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
836
|
+
0,
|
|
837
|
+
[_RAe, _T],
|
|
838
|
+
[[0, 1], [128 | 0, { [_jN]: _t }]], 2
|
|
839
|
+
];
|
|
840
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
841
|
+
0,
|
|
842
|
+
[_RAe, _TK],
|
|
843
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
844
|
+
];
|
|
845
|
+
exports.UpdateChannelGroupRequest$ = [3, n0, _UCGR,
|
|
846
|
+
0,
|
|
847
|
+
[_CGN, _ET, _D],
|
|
848
|
+
[[0, 1], [0, { [_hH]: _xauim }], 0], 1
|
|
849
|
+
];
|
|
850
|
+
exports.UpdateChannelGroupResponse$ = [3, n0, _UCGRp,
|
|
851
|
+
0,
|
|
852
|
+
[_CGN, _A, _ED, _CA, _MA, _D, _ET, _T],
|
|
853
|
+
[0, 0, 0, 4, 4, 0, 0, [128 | 0, { [_jN]: _t }]], 5
|
|
854
|
+
];
|
|
855
|
+
exports.UpdateChannelRequest$ = [3, n0, _UCR,
|
|
856
|
+
0,
|
|
857
|
+
[_CGN, _CN, _ET, _D, _ISC, _OHC],
|
|
858
|
+
[[0, 1], [0, 1], [0, { [_hH]: _xauim }], 0, () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$], 2
|
|
859
|
+
];
|
|
860
|
+
exports.UpdateChannelResponse$ = [3, n0, _UCRp,
|
|
861
|
+
0,
|
|
862
|
+
[_A, _CN, _CGN, _CA, _MA, _D, _IE, _IT, _ET, _T, _ISC, _OHC],
|
|
863
|
+
[0, 0, 0, 4, 4, 0, () => IngestEndpointList, 0, 0, [128 | 0, { [_jN]: _t }], () => exports.InputSwitchConfiguration$, () => exports.OutputHeaderConfiguration$], 5
|
|
864
|
+
];
|
|
865
|
+
exports.UpdateOriginEndpointRequest$ = [3, n0, _UOER,
|
|
866
|
+
0,
|
|
867
|
+
[_CGN, _CN, _OEN, _CTo, _Se, _D, _SWS, _HMl, _LLHM, _DM, _MM, _FEEC, _ET],
|
|
868
|
+
[[0, 1], [0, 1], [0, 1], 0, () => exports.Segment$, 0, 1, () => CreateHlsManifests, () => CreateLowLatencyHlsManifests, () => CreateDashManifests, () => CreateMssManifests, () => exports.ForceEndpointErrorConfiguration$, [0, { [_hH]: _xauim }]], 4
|
|
869
|
+
];
|
|
870
|
+
exports.UpdateOriginEndpointResponse$ = [3, n0, _UOERp,
|
|
871
|
+
0,
|
|
872
|
+
[_A, _CGN, _CN, _OEN, _CTo, _Se, _CA, _MA, _D, _SWS, _HMl, _LLHM, _MM, _FEEC, _ET, _T, _DM],
|
|
873
|
+
[0, 0, 0, 0, 0, () => exports.Segment$, 4, 4, 0, 1, () => GetHlsManifests, () => GetLowLatencyHlsManifests, () => GetMssManifests, () => exports.ForceEndpointErrorConfiguration$, 0, [128 | 0, { [_jN]: _t }], () => GetDashManifests], 8
|
|
874
|
+
];
|
|
875
|
+
var __Unit = "unit";
|
|
876
|
+
var CdnIdentifierSecretArns = 64 | 0;
|
|
877
|
+
var ChannelGroupsList = [1, n0, _CGL,
|
|
878
|
+
0, () => exports.ChannelGroupListConfiguration$
|
|
879
|
+
];
|
|
880
|
+
var ChannelList = [1, n0, _CL,
|
|
881
|
+
0, () => exports.ChannelListConfiguration$
|
|
882
|
+
];
|
|
883
|
+
var CreateDashManifests = [1, n0, _CDM,
|
|
884
|
+
0, () => exports.CreateDashManifestConfiguration$
|
|
885
|
+
];
|
|
886
|
+
var CreateHlsManifests = [1, n0, _CHM,
|
|
887
|
+
0, () => exports.CreateHlsManifestConfiguration$
|
|
888
|
+
];
|
|
889
|
+
var CreateLowLatencyHlsManifests = [1, n0, _CLLHM,
|
|
890
|
+
0, () => exports.CreateLowLatencyHlsManifestConfiguration$
|
|
891
|
+
];
|
|
892
|
+
var CreateMssManifests = [1, n0, _CMM,
|
|
893
|
+
0, () => exports.CreateMssManifestConfiguration$
|
|
894
|
+
];
|
|
895
|
+
var DashBaseUrls = [1, n0, _DBUa,
|
|
896
|
+
0, () => exports.DashBaseUrl$
|
|
897
|
+
];
|
|
898
|
+
var DashDvbErrorMetrics = [1, n0, _DDEM,
|
|
899
|
+
0, () => exports.DashDvbMetricsReporting$
|
|
900
|
+
];
|
|
901
|
+
var DashPeriodTriggers = 64 | 0;
|
|
902
|
+
var DashProfiles = 64 | 0;
|
|
903
|
+
var DrmSystems = 64 | 0;
|
|
904
|
+
var EndpointErrorConditions = 64 | 0;
|
|
905
|
+
var GetDashManifests = [1, n0, _GDM,
|
|
906
|
+
0, () => exports.GetDashManifestConfiguration$
|
|
907
|
+
];
|
|
908
|
+
var GetHlsManifests = [1, n0, _GHM,
|
|
909
|
+
0, () => exports.GetHlsManifestConfiguration$
|
|
910
|
+
];
|
|
911
|
+
var GetLowLatencyHlsManifests = [1, n0, _GLLHM,
|
|
912
|
+
0, () => exports.GetLowLatencyHlsManifestConfiguration$
|
|
913
|
+
];
|
|
914
|
+
var GetMssManifests = [1, n0, _GMM,
|
|
915
|
+
0, () => exports.GetMssManifestConfiguration$
|
|
916
|
+
];
|
|
917
|
+
var HarvestedDashManifestsList = [1, n0, _HDML,
|
|
918
|
+
0, () => exports.HarvestedDashManifest$
|
|
919
|
+
];
|
|
920
|
+
var HarvestedHlsManifestsList = [1, n0, _HHML,
|
|
921
|
+
0, () => exports.HarvestedHlsManifest$
|
|
922
|
+
];
|
|
923
|
+
var HarvestedLowLatencyHlsManifestsList = [1, n0, _HLLHML,
|
|
924
|
+
0, () => exports.HarvestedLowLatencyHlsManifest$
|
|
925
|
+
];
|
|
926
|
+
var HarvestJobsList = [1, n0, _HJL,
|
|
927
|
+
0, () => exports.HarvestJob$
|
|
928
|
+
];
|
|
929
|
+
var IngestEndpointList = [1, n0, _IEL,
|
|
930
|
+
0, () => exports.IngestEndpoint$
|
|
931
|
+
];
|
|
932
|
+
var ListDashManifests = [1, n0, _LDM,
|
|
933
|
+
0, () => exports.ListDashManifestConfiguration$
|
|
934
|
+
];
|
|
935
|
+
var ListHlsManifests = [1, n0, _LHM,
|
|
936
|
+
0, () => exports.ListHlsManifestConfiguration$
|
|
937
|
+
];
|
|
938
|
+
var ListLowLatencyHlsManifests = [1, n0, _LLLHM,
|
|
939
|
+
0, () => exports.ListLowLatencyHlsManifestConfiguration$
|
|
940
|
+
];
|
|
941
|
+
var ListMssManifests = [1, n0, _LMM,
|
|
942
|
+
0, () => exports.ListMssManifestConfiguration$
|
|
943
|
+
];
|
|
944
|
+
var OriginEndpointsList = [1, n0, _OEL,
|
|
945
|
+
0, () => exports.OriginEndpointListConfiguration$
|
|
946
|
+
];
|
|
947
|
+
var ScteFilterList = 64 | 0;
|
|
948
|
+
var TagKeyList = 64 | 0;
|
|
949
|
+
var TagMap = 128 | 0;
|
|
950
|
+
exports.CancelHarvestJob$ = [9, n0, _CHJ,
|
|
951
|
+
{ [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob/{HarvestJobName}", 200] }, () => exports.CancelHarvestJobRequest$, () => exports.CancelHarvestJobResponse$
|
|
952
|
+
];
|
|
953
|
+
exports.CreateChannel$ = [9, n0, _CC,
|
|
954
|
+
{ [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel", 200] }, () => exports.CreateChannelRequest$, () => exports.CreateChannelResponse$
|
|
955
|
+
];
|
|
956
|
+
exports.CreateChannelGroup$ = [9, n0, _CCG,
|
|
957
|
+
{ [_h]: ["POST", "/channelGroup", 200] }, () => exports.CreateChannelGroupRequest$, () => exports.CreateChannelGroupResponse$
|
|
958
|
+
];
|
|
959
|
+
exports.CreateHarvestJob$ = [9, n0, _CHJr,
|
|
960
|
+
{ [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob", 200] }, () => exports.CreateHarvestJobRequest$, () => exports.CreateHarvestJobResponse$
|
|
961
|
+
];
|
|
962
|
+
exports.CreateOriginEndpoint$ = [9, n0, _COE,
|
|
963
|
+
{ [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 200] }, () => exports.CreateOriginEndpointRequest$, () => exports.CreateOriginEndpointResponse$
|
|
964
|
+
];
|
|
965
|
+
exports.DeleteChannel$ = [9, n0, _DC,
|
|
966
|
+
{ [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => exports.DeleteChannelRequest$, () => exports.DeleteChannelResponse$
|
|
967
|
+
];
|
|
968
|
+
exports.DeleteChannelGroup$ = [9, n0, _DCG,
|
|
969
|
+
{ [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}", 200] }, () => exports.DeleteChannelGroupRequest$, () => exports.DeleteChannelGroupResponse$
|
|
970
|
+
];
|
|
971
|
+
exports.DeleteChannelPolicy$ = [9, n0, _DCP,
|
|
972
|
+
{ [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => exports.DeleteChannelPolicyRequest$, () => exports.DeleteChannelPolicyResponse$
|
|
973
|
+
];
|
|
974
|
+
exports.DeleteOriginEndpoint$ = [9, n0, _DOE,
|
|
975
|
+
{ [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => exports.DeleteOriginEndpointRequest$, () => exports.DeleteOriginEndpointResponse$
|
|
976
|
+
];
|
|
977
|
+
exports.DeleteOriginEndpointPolicy$ = [9, n0, _DOEP,
|
|
978
|
+
{ [_h]: ["DELETE", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => exports.DeleteOriginEndpointPolicyRequest$, () => exports.DeleteOriginEndpointPolicyResponse$
|
|
979
|
+
];
|
|
980
|
+
exports.GetChannel$ = [9, n0, _GC,
|
|
981
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => exports.GetChannelRequest$, () => exports.GetChannelResponse$
|
|
982
|
+
];
|
|
983
|
+
exports.GetChannelGroup$ = [9, n0, _GCG,
|
|
984
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}", 200] }, () => exports.GetChannelGroupRequest$, () => exports.GetChannelGroupResponse$
|
|
985
|
+
];
|
|
986
|
+
exports.GetChannelPolicy$ = [9, n0, _GCP,
|
|
987
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => exports.GetChannelPolicyRequest$, () => exports.GetChannelPolicyResponse$
|
|
988
|
+
];
|
|
989
|
+
exports.GetHarvestJob$ = [9, n0, _GHJ,
|
|
990
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/harvestJob/{HarvestJobName}", 200] }, () => exports.GetHarvestJobRequest$, () => exports.GetHarvestJobResponse$
|
|
991
|
+
];
|
|
992
|
+
exports.GetOriginEndpoint$ = [9, n0, _GOE,
|
|
993
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => exports.GetOriginEndpointRequest$, () => exports.GetOriginEndpointResponse$
|
|
994
|
+
];
|
|
995
|
+
exports.GetOriginEndpointPolicy$ = [9, n0, _GOEP,
|
|
996
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => exports.GetOriginEndpointPolicyRequest$, () => exports.GetOriginEndpointPolicyResponse$
|
|
997
|
+
];
|
|
998
|
+
exports.ListChannelGroups$ = [9, n0, _LCG,
|
|
999
|
+
{ [_h]: ["GET", "/channelGroup", 200] }, () => exports.ListChannelGroupsRequest$, () => exports.ListChannelGroupsResponse$
|
|
1000
|
+
];
|
|
1001
|
+
exports.ListChannels$ = [9, n0, _LCi,
|
|
1002
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel", 200] }, () => exports.ListChannelsRequest$, () => exports.ListChannelsResponse$
|
|
1003
|
+
];
|
|
1004
|
+
exports.ListHarvestJobs$ = [9, n0, _LHJ,
|
|
1005
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}/harvestJob", 200] }, () => exports.ListHarvestJobsRequest$, () => exports.ListHarvestJobsResponse$
|
|
1006
|
+
];
|
|
1007
|
+
exports.ListOriginEndpoints$ = [9, n0, _LOE,
|
|
1008
|
+
{ [_h]: ["GET", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint", 200] }, () => exports.ListOriginEndpointsRequest$, () => exports.ListOriginEndpointsResponse$
|
|
1009
|
+
];
|
|
1010
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1011
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
1012
|
+
];
|
|
1013
|
+
exports.PutChannelPolicy$ = [9, n0, _PCP,
|
|
1014
|
+
{ [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy", 200] }, () => exports.PutChannelPolicyRequest$, () => exports.PutChannelPolicyResponse$
|
|
1015
|
+
];
|
|
1016
|
+
exports.PutOriginEndpointPolicy$ = [9, n0, _POEP,
|
|
1017
|
+
{ [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy", 200] }, () => exports.PutOriginEndpointPolicyRequest$, () => exports.PutOriginEndpointPolicyResponse$
|
|
1018
|
+
];
|
|
1019
|
+
exports.ResetChannelState$ = [9, n0, _RCS,
|
|
1020
|
+
{ [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/reset", 200] }, () => exports.ResetChannelStateRequest$, () => exports.ResetChannelStateResponse$
|
|
1021
|
+
];
|
|
1022
|
+
exports.ResetOriginEndpointState$ = [9, n0, _ROES,
|
|
1023
|
+
{ [_h]: ["POST", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/reset", 200] }, () => exports.ResetOriginEndpointStateRequest$, () => exports.ResetOriginEndpointStateResponse$
|
|
1024
|
+
];
|
|
1025
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
1026
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => exports.TagResourceRequest$, () => __Unit
|
|
1027
|
+
];
|
|
1028
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
1029
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => exports.UntagResourceRequest$, () => __Unit
|
|
1030
|
+
];
|
|
1031
|
+
exports.UpdateChannel$ = [9, n0, _UC,
|
|
1032
|
+
{ [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/", 200] }, () => exports.UpdateChannelRequest$, () => exports.UpdateChannelResponse$
|
|
1033
|
+
];
|
|
1034
|
+
exports.UpdateChannelGroup$ = [9, n0, _UCG,
|
|
1035
|
+
{ [_h]: ["PUT", "/channelGroup/{ChannelGroupName}", 200] }, () => exports.UpdateChannelGroupRequest$, () => exports.UpdateChannelGroupResponse$
|
|
1036
|
+
];
|
|
1037
|
+
exports.UpdateOriginEndpoint$ = [9, n0, _UOE,
|
|
1038
|
+
{ [_h]: ["PUT", "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}", 200] }, () => exports.UpdateOriginEndpointRequest$, () => exports.UpdateOriginEndpointResponse$
|
|
1039
|
+
];
|