@aws-sdk/client-ivs 3.928.0 → 3.930.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 +1235 -1566
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/IvsClient.js +2 -0
- package/dist-es/commands/BatchGetChannelCommand.js +3 -10
- package/dist-es/commands/BatchGetStreamKeyCommand.js +3 -10
- package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +3 -9
- package/dist-es/commands/CreateChannelCommand.js +3 -10
- package/dist-es/commands/CreatePlaybackRestrictionPolicyCommand.js +3 -9
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateStreamKeyCommand.js +3 -10
- package/dist-es/commands/DeleteChannelCommand.js +3 -9
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +3 -9
- package/dist-es/commands/DeletePlaybackRestrictionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteStreamKeyCommand.js +3 -9
- package/dist-es/commands/GetChannelCommand.js +3 -10
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +3 -9
- package/dist-es/commands/GetPlaybackRestrictionPolicyCommand.js +3 -9
- package/dist-es/commands/GetRecordingConfigurationCommand.js +3 -9
- package/dist-es/commands/GetStreamCommand.js +3 -9
- package/dist-es/commands/GetStreamKeyCommand.js +3 -10
- package/dist-es/commands/GetStreamSessionCommand.js +3 -10
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +3 -9
- package/dist-es/commands/ListChannelsCommand.js +3 -9
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +3 -9
- package/dist-es/commands/ListPlaybackRestrictionPoliciesCommand.js +3 -9
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListStreamKeysCommand.js +3 -9
- package/dist-es/commands/ListStreamSessionsCommand.js +3 -9
- package/dist-es/commands/ListStreamsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutMetadataCommand.js +3 -10
- package/dist-es/commands/StartViewerSessionRevocationCommand.js +3 -9
- package/dist-es/commands/StopStreamCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateChannelCommand.js +3 -10
- package/dist-es/commands/UpdatePlaybackRestrictionPolicyCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -54
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1142 -0
- package/dist-types/IvsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -52
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +168 -0
- package/dist-types/ts3.4/IvsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -33
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +174 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1227
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
|
@@ -0,0 +1,1142 @@
|
|
|
1
|
+
const _AC = "AudioConfiguration";
|
|
2
|
+
const _ACL = "AudioConfigurationList";
|
|
3
|
+
const _ADE = "AccessDeniedException";
|
|
4
|
+
const _BE = "BatchError";
|
|
5
|
+
const _BEa = "BatchErrors";
|
|
6
|
+
const _BGC = "BatchGetChannel";
|
|
7
|
+
const _BGCR = "BatchGetChannelRequest";
|
|
8
|
+
const _BGCRa = "BatchGetChannelResponse";
|
|
9
|
+
const _BGSK = "BatchGetStreamKey";
|
|
10
|
+
const _BGSKR = "BatchGetStreamKeyRequest";
|
|
11
|
+
const _BGSKRa = "BatchGetStreamKeyResponse";
|
|
12
|
+
const _BSVSR = "BatchStartViewerSessionRevocation";
|
|
13
|
+
const _BSVSRE = "BatchStartViewerSessionRevocationError";
|
|
14
|
+
const _BSVSREa = "BatchStartViewerSessionRevocationErrors";
|
|
15
|
+
const _BSVSRR = "BatchStartViewerSessionRevocationRequest";
|
|
16
|
+
const _BSVSRRa = "BatchStartViewerSessionRevocationResponse";
|
|
17
|
+
const _BSVSRVS = "BatchStartViewerSessionRevocationViewerSession";
|
|
18
|
+
const _BSVSRVSL = "BatchStartViewerSessionRevocationViewerSessionList";
|
|
19
|
+
const _C = "Channel";
|
|
20
|
+
const _CC = "CreateChannel";
|
|
21
|
+
const _CCR = "CreateChannelRequest";
|
|
22
|
+
const _CCRr = "CreateChannelResponse";
|
|
23
|
+
const _CE = "ConflictException";
|
|
24
|
+
const _CL = "ChannelList";
|
|
25
|
+
const _CNB = "ChannelNotBroadcasting";
|
|
26
|
+
const _CPRP = "CreatePlaybackRestrictionPolicy";
|
|
27
|
+
const _CPRPR = "CreatePlaybackRestrictionPolicyRequest";
|
|
28
|
+
const _CPRPRr = "CreatePlaybackRestrictionPolicyResponse";
|
|
29
|
+
const _CRC = "CreateRecordingConfiguration";
|
|
30
|
+
const _CRCR = "CreateRecordingConfigurationRequest";
|
|
31
|
+
const _CRCRr = "CreateRecordingConfigurationResponse";
|
|
32
|
+
const _CS = "ChannelSummary";
|
|
33
|
+
const _CSK = "CreateStreamKey";
|
|
34
|
+
const _CSKR = "CreateStreamKeyRequest";
|
|
35
|
+
const _CSKRr = "CreateStreamKeyResponse";
|
|
36
|
+
const _Ch = "Channels";
|
|
37
|
+
const _DC = "DestinationConfiguration";
|
|
38
|
+
const _DCR = "DeleteChannelRequest";
|
|
39
|
+
const _DCe = "DeleteChannel";
|
|
40
|
+
const _DPKP = "DeletePlaybackKeyPair";
|
|
41
|
+
const _DPKPR = "DeletePlaybackKeyPairRequest";
|
|
42
|
+
const _DPKPRe = "DeletePlaybackKeyPairResponse";
|
|
43
|
+
const _DPRP = "DeletePlaybackRestrictionPolicy";
|
|
44
|
+
const _DPRPR = "DeletePlaybackRestrictionPolicyRequest";
|
|
45
|
+
const _DRC = "DeleteRecordingConfiguration";
|
|
46
|
+
const _DRCR = "DeleteRecordingConfigurationRequest";
|
|
47
|
+
const _DSK = "DeleteStreamKey";
|
|
48
|
+
const _DSKR = "DeleteStreamKeyRequest";
|
|
49
|
+
const _GC = "GetChannel";
|
|
50
|
+
const _GCR = "GetChannelRequest";
|
|
51
|
+
const _GCRe = "GetChannelResponse";
|
|
52
|
+
const _GPKP = "GetPlaybackKeyPair";
|
|
53
|
+
const _GPKPR = "GetPlaybackKeyPairRequest";
|
|
54
|
+
const _GPKPRe = "GetPlaybackKeyPairResponse";
|
|
55
|
+
const _GPRP = "GetPlaybackRestrictionPolicy";
|
|
56
|
+
const _GPRPR = "GetPlaybackRestrictionPolicyRequest";
|
|
57
|
+
const _GPRPRe = "GetPlaybackRestrictionPolicyResponse";
|
|
58
|
+
const _GRC = "GetRecordingConfiguration";
|
|
59
|
+
const _GRCR = "GetRecordingConfigurationRequest";
|
|
60
|
+
const _GRCRe = "GetRecordingConfigurationResponse";
|
|
61
|
+
const _GS = "GetStream";
|
|
62
|
+
const _GSK = "GetStreamKey";
|
|
63
|
+
const _GSKR = "GetStreamKeyRequest";
|
|
64
|
+
const _GSKRe = "GetStreamKeyResponse";
|
|
65
|
+
const _GSR = "GetStreamRequest";
|
|
66
|
+
const _GSRe = "GetStreamResponse";
|
|
67
|
+
const _GSS = "GetStreamSession";
|
|
68
|
+
const _GSSR = "GetStreamSessionRequest";
|
|
69
|
+
const _GSSRe = "GetStreamSessionResponse";
|
|
70
|
+
const _IC = "IngestConfiguration";
|
|
71
|
+
const _ICn = "IngestConfigurations";
|
|
72
|
+
const _IPKP = "ImportPlaybackKeyPair";
|
|
73
|
+
const _IPKPR = "ImportPlaybackKeyPairRequest";
|
|
74
|
+
const _IPKPRm = "ImportPlaybackKeyPairResponse";
|
|
75
|
+
const _ISE = "InternalServerException";
|
|
76
|
+
const _LC = "ListChannels";
|
|
77
|
+
const _LCR = "ListChannelsRequest";
|
|
78
|
+
const _LCRi = "ListChannelsResponse";
|
|
79
|
+
const _LPKP = "ListPlaybackKeyPairs";
|
|
80
|
+
const _LPKPR = "ListPlaybackKeyPairsRequest";
|
|
81
|
+
const _LPKPRi = "ListPlaybackKeyPairsResponse";
|
|
82
|
+
const _LPRP = "ListPlaybackRestrictionPolicies";
|
|
83
|
+
const _LPRPR = "ListPlaybackRestrictionPoliciesRequest";
|
|
84
|
+
const _LPRPRi = "ListPlaybackRestrictionPoliciesResponse";
|
|
85
|
+
const _LRC = "ListRecordingConfigurations";
|
|
86
|
+
const _LRCR = "ListRecordingConfigurationsRequest";
|
|
87
|
+
const _LRCRi = "ListRecordingConfigurationsResponse";
|
|
88
|
+
const _LS = "ListStreams";
|
|
89
|
+
const _LSK = "ListStreamKeys";
|
|
90
|
+
const _LSKR = "ListStreamKeysRequest";
|
|
91
|
+
const _LSKRi = "ListStreamKeysResponse";
|
|
92
|
+
const _LSR = "ListStreamsRequest";
|
|
93
|
+
const _LSRi = "ListStreamsResponse";
|
|
94
|
+
const _LSS = "ListStreamSessions";
|
|
95
|
+
const _LSSR = "ListStreamSessionsRequest";
|
|
96
|
+
const _LSSRi = "ListStreamSessionsResponse";
|
|
97
|
+
const _LTFR = "ListTagsForResource";
|
|
98
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
99
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
100
|
+
const _MIC = "MultitrackInputConfiguration";
|
|
101
|
+
const _PKP = "PlaybackKeyPair";
|
|
102
|
+
const _PKPL = "PlaybackKeyPairList";
|
|
103
|
+
const _PKPS = "PlaybackKeyPairSummary";
|
|
104
|
+
const _PM = "PutMetadata";
|
|
105
|
+
const _PMR = "PutMetadataRequest";
|
|
106
|
+
const _PRP = "PlaybackRestrictionPolicy";
|
|
107
|
+
const _PRPL = "PlaybackRestrictionPolicyList";
|
|
108
|
+
const _PRPS = "PlaybackRestrictionPolicySummary";
|
|
109
|
+
const _PV = "PendingVerification";
|
|
110
|
+
const _RC = "RecordingConfiguration";
|
|
111
|
+
const _RCL = "RecordingConfigurationList";
|
|
112
|
+
const _RCS = "RecordingConfigurationSummary";
|
|
113
|
+
const _RCe = "RenditionConfiguration";
|
|
114
|
+
const _RNFE = "ResourceNotFoundException";
|
|
115
|
+
const _S = "Srt";
|
|
116
|
+
const _SDC = "S3DestinationConfiguration";
|
|
117
|
+
const _SE = "StreamEvent";
|
|
118
|
+
const _SEt = "StreamEvents";
|
|
119
|
+
const _SF = "StreamFilters";
|
|
120
|
+
const _SK = "StreamKey";
|
|
121
|
+
const _SKL = "StreamKeyList";
|
|
122
|
+
const _SKS = "StreamKeySummary";
|
|
123
|
+
const _SKV = "StreamKeyValue";
|
|
124
|
+
const _SKt = "StreamKeys";
|
|
125
|
+
const _SL = "StreamList";
|
|
126
|
+
const _SM = "StreamMetadata";
|
|
127
|
+
const _SP = "SrtPassphrase";
|
|
128
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
129
|
+
const _SS = "StreamSession";
|
|
130
|
+
const _SSL = "StreamSessionList";
|
|
131
|
+
const _SSR = "StopStreamRequest";
|
|
132
|
+
const _SSRt = "StopStreamResponse";
|
|
133
|
+
const _SSS = "StreamSessionSummary";
|
|
134
|
+
const _SSt = "StreamSummary";
|
|
135
|
+
const _SSto = "StopStream";
|
|
136
|
+
const _SU = "StreamUnavailable";
|
|
137
|
+
const _SVSR = "StartViewerSessionRevocation";
|
|
138
|
+
const _SVSRR = "StartViewerSessionRevocationRequest";
|
|
139
|
+
const _SVSRRt = "StartViewerSessionRevocationResponse";
|
|
140
|
+
const _St = "Stream";
|
|
141
|
+
const _TC = "ThumbnailConfiguration";
|
|
142
|
+
const _TE = "ThrottlingException";
|
|
143
|
+
const _TR = "TagResource";
|
|
144
|
+
const _TRR = "TagResourceRequest";
|
|
145
|
+
const _TRRa = "TagResourceResponse";
|
|
146
|
+
const _UC = "UpdateChannel";
|
|
147
|
+
const _UCR = "UpdateChannelRequest";
|
|
148
|
+
const _UCRp = "UpdateChannelResponse";
|
|
149
|
+
const _UPRP = "UpdatePlaybackRestrictionPolicy";
|
|
150
|
+
const _UPRPR = "UpdatePlaybackRestrictionPolicyRequest";
|
|
151
|
+
const _UPRPRp = "UpdatePlaybackRestrictionPolicyResponse";
|
|
152
|
+
const _UR = "UntagResource";
|
|
153
|
+
const _URR = "UntagResourceRequest";
|
|
154
|
+
const _URRn = "UntagResourceResponse";
|
|
155
|
+
const _VC = "VideoConfiguration";
|
|
156
|
+
const _VCL = "VideoConfigurationList";
|
|
157
|
+
const _VE = "ValidationException";
|
|
158
|
+
const _a = "arn";
|
|
159
|
+
const _aC = "allowedCountries";
|
|
160
|
+
const _aCu = "audioConfigurations";
|
|
161
|
+
const _aL = "avcLevel";
|
|
162
|
+
const _aO = "allowedOrigins";
|
|
163
|
+
const _aP = "avcProfile";
|
|
164
|
+
const _ar = "arns";
|
|
165
|
+
const _au = "authorized";
|
|
166
|
+
const _aud = "audio";
|
|
167
|
+
const _bN = "bucketName";
|
|
168
|
+
const _c = "client";
|
|
169
|
+
const _cA = "channelArn";
|
|
170
|
+
const _cF = "containerFormat";
|
|
171
|
+
const _ch = "channels";
|
|
172
|
+
const _cha = "channel";
|
|
173
|
+
const _co = "codec";
|
|
174
|
+
const _cod = "code";
|
|
175
|
+
const _dC = "destinationConfiguration";
|
|
176
|
+
const _e = "error";
|
|
177
|
+
const _eM = "exceptionMessage";
|
|
178
|
+
const _eSOE = "enableStrictOriginEnforcement";
|
|
179
|
+
const _eT = "eventTime";
|
|
180
|
+
const _eTn = "endTime";
|
|
181
|
+
const _en = "enabled";
|
|
182
|
+
const _enc = "encoder";
|
|
183
|
+
const _end = "endpoint";
|
|
184
|
+
const _er = "errors";
|
|
185
|
+
const _f = "fingerprint";
|
|
186
|
+
const _fB = "filterBy";
|
|
187
|
+
const _fBN = "filterByName";
|
|
188
|
+
const _fBPRPA = "filterByPlaybackRestrictionPolicyArn";
|
|
189
|
+
const _fBRCA = "filterByRecordingConfigurationArn";
|
|
190
|
+
const _h = "health";
|
|
191
|
+
const _hE = "httpError";
|
|
192
|
+
const _hEE = "hasErrorEvent";
|
|
193
|
+
const _hQ = "httpQuery";
|
|
194
|
+
const _ht = "http";
|
|
195
|
+
const _iC = "ingestConfiguration";
|
|
196
|
+
const _iCn = "ingestConfigurations";
|
|
197
|
+
const _iE = "ingestEndpoint";
|
|
198
|
+
const _iI = "insecureIngest";
|
|
199
|
+
const _kP = "keyPair";
|
|
200
|
+
const _kPe = "keyPairs";
|
|
201
|
+
const _l = "level";
|
|
202
|
+
const _lM = "latencyMode";
|
|
203
|
+
const _m = "message";
|
|
204
|
+
const _mIC = "multitrackInputConfiguration";
|
|
205
|
+
const _mR = "maxResults";
|
|
206
|
+
const _mRa = "maximumResolution";
|
|
207
|
+
const _me = "metadata";
|
|
208
|
+
const _n = "name";
|
|
209
|
+
const _nT = "nextToken";
|
|
210
|
+
const _p = "preset";
|
|
211
|
+
const _pKM = "publicKeyMaterial";
|
|
212
|
+
const _pRP = "playbackRestrictionPolicy";
|
|
213
|
+
const _pRPA = "playbackRestrictionPolicyArn";
|
|
214
|
+
const _pRPl = "playbackRestrictionPolicies";
|
|
215
|
+
const _pU = "playbackUrl";
|
|
216
|
+
const _pa = "passphrase";
|
|
217
|
+
const _po = "policy";
|
|
218
|
+
const _pr = "profile";
|
|
219
|
+
const _r = "renditions";
|
|
220
|
+
const _rA = "resourceArn";
|
|
221
|
+
const _rC = "renditionConfiguration";
|
|
222
|
+
const _rCA = "recordingConfigurationArn";
|
|
223
|
+
const _rCe = "recordingConfiguration";
|
|
224
|
+
const _rCec = "recordingConfigurations";
|
|
225
|
+
const _rM = "recordingMode";
|
|
226
|
+
const _rRWS = "recordingReconnectWindowSeconds";
|
|
227
|
+
const _rS = "renditionSelection";
|
|
228
|
+
const _re = "resolution";
|
|
229
|
+
const _s = "srt";
|
|
230
|
+
const _sI = "streamId";
|
|
231
|
+
const _sK = "streamKeys";
|
|
232
|
+
const _sKt = "streamKey";
|
|
233
|
+
const _sR = "sampleRate";
|
|
234
|
+
const _sS = "streamSession";
|
|
235
|
+
const _sSt = "streamSessions";
|
|
236
|
+
const _sT = "startTime";
|
|
237
|
+
const _s_ = "s3";
|
|
238
|
+
const _se = "server";
|
|
239
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ivs";
|
|
240
|
+
const _st = "stream";
|
|
241
|
+
const _sta = "state";
|
|
242
|
+
const _sto = "storage";
|
|
243
|
+
const _str = "streams";
|
|
244
|
+
const _t = "track";
|
|
245
|
+
const _tB = "targetBitrate";
|
|
246
|
+
const _tC = "thumbnailConfiguration";
|
|
247
|
+
const _tE = "truncatedEvents";
|
|
248
|
+
const _tF = "targetFramerate";
|
|
249
|
+
const _tIS = "targetIntervalSeconds";
|
|
250
|
+
const _tK = "tagKeys";
|
|
251
|
+
const _ta = "tags";
|
|
252
|
+
const _ty = "type";
|
|
253
|
+
const _v = "video";
|
|
254
|
+
const _vC = "videoConfigurations";
|
|
255
|
+
const _vCi = "viewerCount";
|
|
256
|
+
const _vH = "videoHeight";
|
|
257
|
+
const _vI = "viewerId";
|
|
258
|
+
const _vS = "viewerSessions";
|
|
259
|
+
const _vSVLTOET = "viewerSessionVersionsLessThanOrEqualTo";
|
|
260
|
+
const _vW = "videoWidth";
|
|
261
|
+
const _va = "value";
|
|
262
|
+
const n0 = "com.amazonaws.ivs";
|
|
263
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
264
|
+
import { AccessDeniedException as __AccessDeniedException, ChannelNotBroadcasting as __ChannelNotBroadcasting, ConflictException as __ConflictException, InternalServerException as __InternalServerException, PendingVerification as __PendingVerification, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, StreamUnavailable as __StreamUnavailable, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
265
|
+
import { IvsServiceException as __IvsServiceException } from "../models/IvsServiceException";
|
|
266
|
+
export var SrtPassphrase = [0, n0, _SP, 8, 0];
|
|
267
|
+
export var StreamKeyValue = [0, n0, _SKV, 8, 0];
|
|
268
|
+
export var StreamMetadata = [0, n0, _SM, 8, 0];
|
|
269
|
+
export var AccessDeniedException = [
|
|
270
|
+
-3,
|
|
271
|
+
n0,
|
|
272
|
+
_ADE,
|
|
273
|
+
{
|
|
274
|
+
[_e]: _c,
|
|
275
|
+
[_hE]: 403,
|
|
276
|
+
},
|
|
277
|
+
[_eM],
|
|
278
|
+
[0],
|
|
279
|
+
];
|
|
280
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
281
|
+
export var AudioConfiguration = [3, n0, _AC, 0, [_co, _tB, _sR, _ch, _t], [0, 1, 1, 1, 0]];
|
|
282
|
+
export var BatchError = [3, n0, _BE, 0, [_a, _cod, _m], [0, 0, 0]];
|
|
283
|
+
export var BatchGetChannelRequest = [3, n0, _BGCR, 0, [_ar], [64 | 0]];
|
|
284
|
+
export var BatchGetChannelResponse = [
|
|
285
|
+
3,
|
|
286
|
+
n0,
|
|
287
|
+
_BGCRa,
|
|
288
|
+
0,
|
|
289
|
+
[_ch, _er],
|
|
290
|
+
[[() => Channels, 0], () => BatchErrors],
|
|
291
|
+
];
|
|
292
|
+
export var BatchGetStreamKeyRequest = [3, n0, _BGSKR, 0, [_ar], [64 | 0]];
|
|
293
|
+
export var BatchGetStreamKeyResponse = [
|
|
294
|
+
3,
|
|
295
|
+
n0,
|
|
296
|
+
_BGSKRa,
|
|
297
|
+
0,
|
|
298
|
+
[_sK, _er],
|
|
299
|
+
[[() => StreamKeys, 0], () => BatchErrors],
|
|
300
|
+
];
|
|
301
|
+
export var BatchStartViewerSessionRevocationError = [
|
|
302
|
+
3,
|
|
303
|
+
n0,
|
|
304
|
+
_BSVSRE,
|
|
305
|
+
0,
|
|
306
|
+
[_cA, _vI, _cod, _m],
|
|
307
|
+
[0, 0, 0, 0],
|
|
308
|
+
];
|
|
309
|
+
export var BatchStartViewerSessionRevocationRequest = [
|
|
310
|
+
3,
|
|
311
|
+
n0,
|
|
312
|
+
_BSVSRR,
|
|
313
|
+
0,
|
|
314
|
+
[_vS],
|
|
315
|
+
[() => BatchStartViewerSessionRevocationViewerSessionList],
|
|
316
|
+
];
|
|
317
|
+
export var BatchStartViewerSessionRevocationResponse = [
|
|
318
|
+
3,
|
|
319
|
+
n0,
|
|
320
|
+
_BSVSRRa,
|
|
321
|
+
0,
|
|
322
|
+
[_er],
|
|
323
|
+
[() => BatchStartViewerSessionRevocationErrors],
|
|
324
|
+
];
|
|
325
|
+
export var BatchStartViewerSessionRevocationViewerSession = [
|
|
326
|
+
3,
|
|
327
|
+
n0,
|
|
328
|
+
_BSVSRVS,
|
|
329
|
+
0,
|
|
330
|
+
[_cA, _vI, _vSVLTOET],
|
|
331
|
+
[0, 0, 1],
|
|
332
|
+
];
|
|
333
|
+
export var Channel = [
|
|
334
|
+
3,
|
|
335
|
+
n0,
|
|
336
|
+
_C,
|
|
337
|
+
0,
|
|
338
|
+
[_a, _n, _lM, _ty, _rCA, _iE, _pU, _au, _ta, _iI, _p, _s, _pRPA, _mIC, _cF],
|
|
339
|
+
[0, 0, 0, 0, 0, 0, 0, 2, 128 | 0, 2, 0, [() => Srt, 0], 0, () => MultitrackInputConfiguration, 0],
|
|
340
|
+
];
|
|
341
|
+
export var ChannelNotBroadcasting = [
|
|
342
|
+
-3,
|
|
343
|
+
n0,
|
|
344
|
+
_CNB,
|
|
345
|
+
{
|
|
346
|
+
[_e]: _c,
|
|
347
|
+
[_hE]: 404,
|
|
348
|
+
},
|
|
349
|
+
[_eM],
|
|
350
|
+
[0],
|
|
351
|
+
];
|
|
352
|
+
TypeRegistry.for(n0).registerError(ChannelNotBroadcasting, __ChannelNotBroadcasting);
|
|
353
|
+
export var ChannelSummary = [
|
|
354
|
+
3,
|
|
355
|
+
n0,
|
|
356
|
+
_CS,
|
|
357
|
+
0,
|
|
358
|
+
[_a, _n, _lM, _au, _rCA, _ta, _iI, _ty, _p, _pRPA],
|
|
359
|
+
[0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, 0],
|
|
360
|
+
];
|
|
361
|
+
export var ConflictException = [
|
|
362
|
+
-3,
|
|
363
|
+
n0,
|
|
364
|
+
_CE,
|
|
365
|
+
{
|
|
366
|
+
[_e]: _c,
|
|
367
|
+
[_hE]: 409,
|
|
368
|
+
},
|
|
369
|
+
[_eM],
|
|
370
|
+
[0],
|
|
371
|
+
];
|
|
372
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
373
|
+
export var CreateChannelRequest = [
|
|
374
|
+
3,
|
|
375
|
+
n0,
|
|
376
|
+
_CCR,
|
|
377
|
+
0,
|
|
378
|
+
[_n, _lM, _ty, _au, _rCA, _ta, _iI, _p, _pRPA, _mIC, _cF],
|
|
379
|
+
[0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, () => MultitrackInputConfiguration, 0],
|
|
380
|
+
];
|
|
381
|
+
export var CreateChannelResponse = [
|
|
382
|
+
3,
|
|
383
|
+
n0,
|
|
384
|
+
_CCRr,
|
|
385
|
+
0,
|
|
386
|
+
[_cha, _sKt],
|
|
387
|
+
[
|
|
388
|
+
[() => Channel, 0],
|
|
389
|
+
[() => StreamKey, 0],
|
|
390
|
+
],
|
|
391
|
+
];
|
|
392
|
+
export var CreatePlaybackRestrictionPolicyRequest = [
|
|
393
|
+
3,
|
|
394
|
+
n0,
|
|
395
|
+
_CPRPR,
|
|
396
|
+
0,
|
|
397
|
+
[_aC, _aO, _eSOE, _n, _ta],
|
|
398
|
+
[64 | 0, 64 | 0, 2, 0, 128 | 0],
|
|
399
|
+
];
|
|
400
|
+
export var CreatePlaybackRestrictionPolicyResponse = [
|
|
401
|
+
3,
|
|
402
|
+
n0,
|
|
403
|
+
_CPRPRr,
|
|
404
|
+
0,
|
|
405
|
+
[_pRP],
|
|
406
|
+
[() => PlaybackRestrictionPolicy],
|
|
407
|
+
];
|
|
408
|
+
export var CreateRecordingConfigurationRequest = [
|
|
409
|
+
3,
|
|
410
|
+
n0,
|
|
411
|
+
_CRCR,
|
|
412
|
+
0,
|
|
413
|
+
[_n, _dC, _ta, _tC, _rRWS, _rC],
|
|
414
|
+
[0, () => DestinationConfiguration, 128 | 0, () => ThumbnailConfiguration, 1, () => RenditionConfiguration],
|
|
415
|
+
];
|
|
416
|
+
export var CreateRecordingConfigurationResponse = [
|
|
417
|
+
3,
|
|
418
|
+
n0,
|
|
419
|
+
_CRCRr,
|
|
420
|
+
0,
|
|
421
|
+
[_rCe],
|
|
422
|
+
[() => RecordingConfiguration],
|
|
423
|
+
];
|
|
424
|
+
export var CreateStreamKeyRequest = [3, n0, _CSKR, 0, [_cA, _ta], [0, 128 | 0]];
|
|
425
|
+
export var CreateStreamKeyResponse = [3, n0, _CSKRr, 0, [_sKt], [[() => StreamKey, 0]]];
|
|
426
|
+
export var DeleteChannelRequest = [3, n0, _DCR, 0, [_a], [0]];
|
|
427
|
+
export var DeletePlaybackKeyPairRequest = [3, n0, _DPKPR, 0, [_a], [0]];
|
|
428
|
+
export var DeletePlaybackKeyPairResponse = [3, n0, _DPKPRe, 0, [], []];
|
|
429
|
+
export var DeletePlaybackRestrictionPolicyRequest = [3, n0, _DPRPR, 0, [_a], [0]];
|
|
430
|
+
export var DeleteRecordingConfigurationRequest = [3, n0, _DRCR, 0, [_a], [0]];
|
|
431
|
+
export var DeleteStreamKeyRequest = [3, n0, _DSKR, 0, [_a], [0]];
|
|
432
|
+
export var DestinationConfiguration = [3, n0, _DC, 0, [_s_], [() => S3DestinationConfiguration]];
|
|
433
|
+
export var GetChannelRequest = [3, n0, _GCR, 0, [_a], [0]];
|
|
434
|
+
export var GetChannelResponse = [3, n0, _GCRe, 0, [_cha], [[() => Channel, 0]]];
|
|
435
|
+
export var GetPlaybackKeyPairRequest = [3, n0, _GPKPR, 0, [_a], [0]];
|
|
436
|
+
export var GetPlaybackKeyPairResponse = [3, n0, _GPKPRe, 0, [_kP], [() => PlaybackKeyPair]];
|
|
437
|
+
export var GetPlaybackRestrictionPolicyRequest = [3, n0, _GPRPR, 0, [_a], [0]];
|
|
438
|
+
export var GetPlaybackRestrictionPolicyResponse = [
|
|
439
|
+
3,
|
|
440
|
+
n0,
|
|
441
|
+
_GPRPRe,
|
|
442
|
+
0,
|
|
443
|
+
[_pRP],
|
|
444
|
+
[() => PlaybackRestrictionPolicy],
|
|
445
|
+
];
|
|
446
|
+
export var GetRecordingConfigurationRequest = [3, n0, _GRCR, 0, [_a], [0]];
|
|
447
|
+
export var GetRecordingConfigurationResponse = [
|
|
448
|
+
3,
|
|
449
|
+
n0,
|
|
450
|
+
_GRCRe,
|
|
451
|
+
0,
|
|
452
|
+
[_rCe],
|
|
453
|
+
[() => RecordingConfiguration],
|
|
454
|
+
];
|
|
455
|
+
export var GetStreamKeyRequest = [3, n0, _GSKR, 0, [_a], [0]];
|
|
456
|
+
export var GetStreamKeyResponse = [3, n0, _GSKRe, 0, [_sKt], [[() => StreamKey, 0]]];
|
|
457
|
+
export var GetStreamRequest = [3, n0, _GSR, 0, [_cA], [0]];
|
|
458
|
+
export var GetStreamResponse = [3, n0, _GSRe, 0, [_st], [() => _Stream]];
|
|
459
|
+
export var GetStreamSessionRequest = [3, n0, _GSSR, 0, [_cA, _sI], [0, 0]];
|
|
460
|
+
export var GetStreamSessionResponse = [3, n0, _GSSRe, 0, [_sS], [[() => StreamSession, 0]]];
|
|
461
|
+
export var ImportPlaybackKeyPairRequest = [3, n0, _IPKPR, 0, [_pKM, _n, _ta], [0, 0, 128 | 0]];
|
|
462
|
+
export var ImportPlaybackKeyPairResponse = [3, n0, _IPKPRm, 0, [_kP], [() => PlaybackKeyPair]];
|
|
463
|
+
export var IngestConfiguration = [
|
|
464
|
+
3,
|
|
465
|
+
n0,
|
|
466
|
+
_IC,
|
|
467
|
+
0,
|
|
468
|
+
[_v, _aud],
|
|
469
|
+
[() => VideoConfiguration, () => AudioConfiguration],
|
|
470
|
+
];
|
|
471
|
+
export var IngestConfigurations = [
|
|
472
|
+
3,
|
|
473
|
+
n0,
|
|
474
|
+
_ICn,
|
|
475
|
+
0,
|
|
476
|
+
[_vC, _aCu],
|
|
477
|
+
[() => VideoConfigurationList, () => AudioConfigurationList],
|
|
478
|
+
];
|
|
479
|
+
export var InternalServerException = [
|
|
480
|
+
-3,
|
|
481
|
+
n0,
|
|
482
|
+
_ISE,
|
|
483
|
+
{
|
|
484
|
+
[_e]: _se,
|
|
485
|
+
[_hE]: 500,
|
|
486
|
+
},
|
|
487
|
+
[_eM],
|
|
488
|
+
[0],
|
|
489
|
+
];
|
|
490
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
491
|
+
export var ListChannelsRequest = [
|
|
492
|
+
3,
|
|
493
|
+
n0,
|
|
494
|
+
_LCR,
|
|
495
|
+
0,
|
|
496
|
+
[_fBN, _fBRCA, _fBPRPA, _nT, _mR],
|
|
497
|
+
[0, 0, 0, 0, 1],
|
|
498
|
+
];
|
|
499
|
+
export var ListChannelsResponse = [3, n0, _LCRi, 0, [_ch, _nT], [() => ChannelList, 0]];
|
|
500
|
+
export var ListPlaybackKeyPairsRequest = [3, n0, _LPKPR, 0, [_nT, _mR], [0, 1]];
|
|
501
|
+
export var ListPlaybackKeyPairsResponse = [
|
|
502
|
+
3,
|
|
503
|
+
n0,
|
|
504
|
+
_LPKPRi,
|
|
505
|
+
0,
|
|
506
|
+
[_kPe, _nT],
|
|
507
|
+
[() => PlaybackKeyPairList, 0],
|
|
508
|
+
];
|
|
509
|
+
export var ListPlaybackRestrictionPoliciesRequest = [3, n0, _LPRPR, 0, [_nT, _mR], [0, 1]];
|
|
510
|
+
export var ListPlaybackRestrictionPoliciesResponse = [
|
|
511
|
+
3,
|
|
512
|
+
n0,
|
|
513
|
+
_LPRPRi,
|
|
514
|
+
0,
|
|
515
|
+
[_pRPl, _nT],
|
|
516
|
+
[() => PlaybackRestrictionPolicyList, 0],
|
|
517
|
+
];
|
|
518
|
+
export var ListRecordingConfigurationsRequest = [3, n0, _LRCR, 0, [_nT, _mR], [0, 1]];
|
|
519
|
+
export var ListRecordingConfigurationsResponse = [
|
|
520
|
+
3,
|
|
521
|
+
n0,
|
|
522
|
+
_LRCRi,
|
|
523
|
+
0,
|
|
524
|
+
[_rCec, _nT],
|
|
525
|
+
[() => RecordingConfigurationList, 0],
|
|
526
|
+
];
|
|
527
|
+
export var ListStreamKeysRequest = [3, n0, _LSKR, 0, [_cA, _nT, _mR], [0, 0, 1]];
|
|
528
|
+
export var ListStreamKeysResponse = [3, n0, _LSKRi, 0, [_sK, _nT], [() => StreamKeyList, 0]];
|
|
529
|
+
export var ListStreamSessionsRequest = [3, n0, _LSSR, 0, [_cA, _nT, _mR], [0, 0, 1]];
|
|
530
|
+
export var ListStreamSessionsResponse = [
|
|
531
|
+
3,
|
|
532
|
+
n0,
|
|
533
|
+
_LSSRi,
|
|
534
|
+
0,
|
|
535
|
+
[_sSt, _nT],
|
|
536
|
+
[() => StreamSessionList, 0],
|
|
537
|
+
];
|
|
538
|
+
export var ListStreamsRequest = [3, n0, _LSR, 0, [_fB, _nT, _mR], [() => StreamFilters, 0, 1]];
|
|
539
|
+
export var ListStreamsResponse = [3, n0, _LSRi, 0, [_str, _nT], [() => StreamList, 0]];
|
|
540
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
541
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
542
|
+
export var MultitrackInputConfiguration = [3, n0, _MIC, 0, [_en, _po, _mRa], [2, 0, 0]];
|
|
543
|
+
export var PendingVerification = [
|
|
544
|
+
-3,
|
|
545
|
+
n0,
|
|
546
|
+
_PV,
|
|
547
|
+
{
|
|
548
|
+
[_e]: _c,
|
|
549
|
+
[_hE]: 403,
|
|
550
|
+
},
|
|
551
|
+
[_eM],
|
|
552
|
+
[0],
|
|
553
|
+
];
|
|
554
|
+
TypeRegistry.for(n0).registerError(PendingVerification, __PendingVerification);
|
|
555
|
+
export var PlaybackKeyPair = [3, n0, _PKP, 0, [_a, _n, _f, _ta], [0, 0, 0, 128 | 0]];
|
|
556
|
+
export var PlaybackKeyPairSummary = [3, n0, _PKPS, 0, [_a, _n, _ta], [0, 0, 128 | 0]];
|
|
557
|
+
export var PlaybackRestrictionPolicy = [
|
|
558
|
+
3,
|
|
559
|
+
n0,
|
|
560
|
+
_PRP,
|
|
561
|
+
0,
|
|
562
|
+
[_a, _aC, _aO, _eSOE, _n, _ta],
|
|
563
|
+
[0, 64 | 0, 64 | 0, 2, 0, 128 | 0],
|
|
564
|
+
];
|
|
565
|
+
export var PlaybackRestrictionPolicySummary = [
|
|
566
|
+
3,
|
|
567
|
+
n0,
|
|
568
|
+
_PRPS,
|
|
569
|
+
0,
|
|
570
|
+
[_a, _aC, _aO, _eSOE, _n, _ta],
|
|
571
|
+
[0, 64 | 0, 64 | 0, 2, 0, 128 | 0],
|
|
572
|
+
];
|
|
573
|
+
export var PutMetadataRequest = [3, n0, _PMR, 0, [_cA, _me], [0, [() => StreamMetadata, 0]]];
|
|
574
|
+
export var RecordingConfiguration = [
|
|
575
|
+
3,
|
|
576
|
+
n0,
|
|
577
|
+
_RC,
|
|
578
|
+
0,
|
|
579
|
+
[_a, _n, _dC, _sta, _ta, _tC, _rRWS, _rC],
|
|
580
|
+
[0, 0, () => DestinationConfiguration, 0, 128 | 0, () => ThumbnailConfiguration, 1, () => RenditionConfiguration],
|
|
581
|
+
];
|
|
582
|
+
export var RecordingConfigurationSummary = [
|
|
583
|
+
3,
|
|
584
|
+
n0,
|
|
585
|
+
_RCS,
|
|
586
|
+
0,
|
|
587
|
+
[_a, _n, _dC, _sta, _ta],
|
|
588
|
+
[0, 0, () => DestinationConfiguration, 0, 128 | 0],
|
|
589
|
+
];
|
|
590
|
+
export var RenditionConfiguration = [3, n0, _RCe, 0, [_rS, _r], [0, 64 | 0]];
|
|
591
|
+
export var ResourceNotFoundException = [
|
|
592
|
+
-3,
|
|
593
|
+
n0,
|
|
594
|
+
_RNFE,
|
|
595
|
+
{
|
|
596
|
+
[_e]: _c,
|
|
597
|
+
[_hE]: 404,
|
|
598
|
+
},
|
|
599
|
+
[_eM],
|
|
600
|
+
[0],
|
|
601
|
+
];
|
|
602
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
603
|
+
export var S3DestinationConfiguration = [3, n0, _SDC, 0, [_bN], [0]];
|
|
604
|
+
export var ServiceQuotaExceededException = [
|
|
605
|
+
-3,
|
|
606
|
+
n0,
|
|
607
|
+
_SQEE,
|
|
608
|
+
{
|
|
609
|
+
[_e]: _c,
|
|
610
|
+
[_hE]: 402,
|
|
611
|
+
},
|
|
612
|
+
[_eM],
|
|
613
|
+
[0],
|
|
614
|
+
];
|
|
615
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
616
|
+
export var Srt = [3, n0, _S, 0, [_end, _pa], [0, [() => SrtPassphrase, 0]]];
|
|
617
|
+
export var StartViewerSessionRevocationRequest = [
|
|
618
|
+
3,
|
|
619
|
+
n0,
|
|
620
|
+
_SVSRR,
|
|
621
|
+
0,
|
|
622
|
+
[_cA, _vI, _vSVLTOET],
|
|
623
|
+
[0, 0, 1],
|
|
624
|
+
];
|
|
625
|
+
export var StartViewerSessionRevocationResponse = [3, n0, _SVSRRt, 0, [], []];
|
|
626
|
+
export var StopStreamRequest = [3, n0, _SSR, 0, [_cA], [0]];
|
|
627
|
+
export var StopStreamResponse = [3, n0, _SSRt, 0, [], []];
|
|
628
|
+
export var _Stream = [
|
|
629
|
+
3,
|
|
630
|
+
n0,
|
|
631
|
+
_St,
|
|
632
|
+
0,
|
|
633
|
+
[_cA, _sI, _pU, _sT, _sta, _h, _vCi],
|
|
634
|
+
[0, 0, 0, 5, 0, 0, 1],
|
|
635
|
+
];
|
|
636
|
+
export var StreamEvent = [3, n0, _SE, 0, [_n, _ty, _eT, _cod], [0, 0, 5, 0]];
|
|
637
|
+
export var StreamFilters = [3, n0, _SF, 0, [_h], [0]];
|
|
638
|
+
export var StreamKey = [
|
|
639
|
+
3,
|
|
640
|
+
n0,
|
|
641
|
+
_SK,
|
|
642
|
+
0,
|
|
643
|
+
[_a, _va, _cA, _ta],
|
|
644
|
+
[0, [() => StreamKeyValue, 0], 0, 128 | 0],
|
|
645
|
+
];
|
|
646
|
+
export var StreamKeySummary = [3, n0, _SKS, 0, [_a, _cA, _ta], [0, 0, 128 | 0]];
|
|
647
|
+
export var StreamSession = [
|
|
648
|
+
3,
|
|
649
|
+
n0,
|
|
650
|
+
_SS,
|
|
651
|
+
0,
|
|
652
|
+
[_sI, _sT, _eTn, _cha, _iC, _iCn, _rCe, _tE],
|
|
653
|
+
[
|
|
654
|
+
0,
|
|
655
|
+
5,
|
|
656
|
+
5,
|
|
657
|
+
[() => Channel, 0],
|
|
658
|
+
() => IngestConfiguration,
|
|
659
|
+
() => IngestConfigurations,
|
|
660
|
+
() => RecordingConfiguration,
|
|
661
|
+
() => StreamEvents,
|
|
662
|
+
],
|
|
663
|
+
];
|
|
664
|
+
export var StreamSessionSummary = [3, n0, _SSS, 0, [_sI, _sT, _eTn, _hEE], [0, 5, 5, 2]];
|
|
665
|
+
export var StreamSummary = [3, n0, _SSt, 0, [_cA, _sI, _sta, _h, _vCi, _sT], [0, 0, 0, 0, 1, 5]];
|
|
666
|
+
export var StreamUnavailable = [
|
|
667
|
+
-3,
|
|
668
|
+
n0,
|
|
669
|
+
_SU,
|
|
670
|
+
{
|
|
671
|
+
[_e]: _se,
|
|
672
|
+
[_hE]: 503,
|
|
673
|
+
},
|
|
674
|
+
[_eM],
|
|
675
|
+
[0],
|
|
676
|
+
];
|
|
677
|
+
TypeRegistry.for(n0).registerError(StreamUnavailable, __StreamUnavailable);
|
|
678
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
679
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
680
|
+
export var ThrottlingException = [
|
|
681
|
+
-3,
|
|
682
|
+
n0,
|
|
683
|
+
_TE,
|
|
684
|
+
{
|
|
685
|
+
[_e]: _c,
|
|
686
|
+
[_hE]: 429,
|
|
687
|
+
},
|
|
688
|
+
[_eM],
|
|
689
|
+
[0],
|
|
690
|
+
];
|
|
691
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
692
|
+
export var ThumbnailConfiguration = [3, n0, _TC, 0, [_rM, _tIS, _re, _sto], [0, 1, 0, 64 | 0]];
|
|
693
|
+
export var UntagResourceRequest = [
|
|
694
|
+
3,
|
|
695
|
+
n0,
|
|
696
|
+
_URR,
|
|
697
|
+
0,
|
|
698
|
+
[_rA, _tK],
|
|
699
|
+
[
|
|
700
|
+
[0, 1],
|
|
701
|
+
[
|
|
702
|
+
64 | 0,
|
|
703
|
+
{
|
|
704
|
+
[_hQ]: _tK,
|
|
705
|
+
},
|
|
706
|
+
],
|
|
707
|
+
],
|
|
708
|
+
];
|
|
709
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
710
|
+
export var UpdateChannelRequest = [
|
|
711
|
+
3,
|
|
712
|
+
n0,
|
|
713
|
+
_UCR,
|
|
714
|
+
0,
|
|
715
|
+
[_a, _n, _lM, _ty, _au, _rCA, _iI, _p, _pRPA, _mIC, _cF],
|
|
716
|
+
[0, 0, 0, 0, 2, 0, 2, 0, 0, () => MultitrackInputConfiguration, 0],
|
|
717
|
+
];
|
|
718
|
+
export var UpdateChannelResponse = [3, n0, _UCRp, 0, [_cha], [[() => Channel, 0]]];
|
|
719
|
+
export var UpdatePlaybackRestrictionPolicyRequest = [
|
|
720
|
+
3,
|
|
721
|
+
n0,
|
|
722
|
+
_UPRPR,
|
|
723
|
+
0,
|
|
724
|
+
[_a, _aC, _aO, _eSOE, _n],
|
|
725
|
+
[0, 64 | 0, 64 | 0, 2, 0],
|
|
726
|
+
];
|
|
727
|
+
export var UpdatePlaybackRestrictionPolicyResponse = [
|
|
728
|
+
3,
|
|
729
|
+
n0,
|
|
730
|
+
_UPRPRp,
|
|
731
|
+
0,
|
|
732
|
+
[_pRP],
|
|
733
|
+
[() => PlaybackRestrictionPolicy],
|
|
734
|
+
];
|
|
735
|
+
export var ValidationException = [
|
|
736
|
+
-3,
|
|
737
|
+
n0,
|
|
738
|
+
_VE,
|
|
739
|
+
{
|
|
740
|
+
[_e]: _c,
|
|
741
|
+
[_hE]: 400,
|
|
742
|
+
},
|
|
743
|
+
[_eM],
|
|
744
|
+
[0],
|
|
745
|
+
];
|
|
746
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
747
|
+
export var VideoConfiguration = [
|
|
748
|
+
3,
|
|
749
|
+
n0,
|
|
750
|
+
_VC,
|
|
751
|
+
0,
|
|
752
|
+
[_aP, _aL, _co, _enc, _tB, _tF, _vH, _vW, _l, _t, _pr],
|
|
753
|
+
[0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0],
|
|
754
|
+
];
|
|
755
|
+
export var __Unit = "unit";
|
|
756
|
+
export var IvsServiceException = [-3, _sm, "IvsServiceException", 0, [], []];
|
|
757
|
+
TypeRegistry.for(_sm).registerError(IvsServiceException, __IvsServiceException);
|
|
758
|
+
export var AudioConfigurationList = [1, n0, _ACL, 0, () => AudioConfiguration];
|
|
759
|
+
export var BatchErrors = [1, n0, _BEa, 0, () => BatchError];
|
|
760
|
+
export var BatchStartViewerSessionRevocationErrors = [
|
|
761
|
+
1,
|
|
762
|
+
n0,
|
|
763
|
+
_BSVSREa,
|
|
764
|
+
0,
|
|
765
|
+
() => BatchStartViewerSessionRevocationError,
|
|
766
|
+
];
|
|
767
|
+
export var BatchStartViewerSessionRevocationViewerSessionList = [
|
|
768
|
+
1,
|
|
769
|
+
n0,
|
|
770
|
+
_BSVSRVSL,
|
|
771
|
+
0,
|
|
772
|
+
() => BatchStartViewerSessionRevocationViewerSession,
|
|
773
|
+
];
|
|
774
|
+
export var ChannelArnList = 64 | 0;
|
|
775
|
+
export var ChannelList = [1, n0, _CL, 0, () => ChannelSummary];
|
|
776
|
+
export var Channels = [1, n0, _Ch, 0, [() => Channel, 0]];
|
|
777
|
+
export var PlaybackKeyPairList = [1, n0, _PKPL, 0, () => PlaybackKeyPairSummary];
|
|
778
|
+
export var PlaybackRestrictionPolicyAllowedCountryList = 64 | 0;
|
|
779
|
+
export var PlaybackRestrictionPolicyAllowedOriginList = 64 | 0;
|
|
780
|
+
export var PlaybackRestrictionPolicyList = [1, n0, _PRPL, 0, () => PlaybackRestrictionPolicySummary];
|
|
781
|
+
export var RecordingConfigurationList = [1, n0, _RCL, 0, () => RecordingConfigurationSummary];
|
|
782
|
+
export var RenditionConfigurationRenditionList = 64 | 0;
|
|
783
|
+
export var StreamEvents = [1, n0, _SEt, 0, () => StreamEvent];
|
|
784
|
+
export var StreamKeyArnList = 64 | 0;
|
|
785
|
+
export var StreamKeyList = [1, n0, _SKL, 0, () => StreamKeySummary];
|
|
786
|
+
export var StreamKeys = [1, n0, _SKt, 0, [() => StreamKey, 0]];
|
|
787
|
+
export var StreamList = [1, n0, _SL, 0, () => StreamSummary];
|
|
788
|
+
export var StreamSessionList = [1, n0, _SSL, 0, () => StreamSessionSummary];
|
|
789
|
+
export var TagKeyList = 64 | 0;
|
|
790
|
+
export var ThumbnailConfigurationStorageList = 64 | 0;
|
|
791
|
+
export var VideoConfigurationList = [1, n0, _VCL, 0, () => VideoConfiguration];
|
|
792
|
+
export var Tags = 128 | 0;
|
|
793
|
+
export var BatchGetChannel = [
|
|
794
|
+
9,
|
|
795
|
+
n0,
|
|
796
|
+
_BGC,
|
|
797
|
+
{
|
|
798
|
+
[_ht]: ["POST", "/BatchGetChannel", 200],
|
|
799
|
+
},
|
|
800
|
+
() => BatchGetChannelRequest,
|
|
801
|
+
() => BatchGetChannelResponse,
|
|
802
|
+
];
|
|
803
|
+
export var BatchGetStreamKey = [
|
|
804
|
+
9,
|
|
805
|
+
n0,
|
|
806
|
+
_BGSK,
|
|
807
|
+
{
|
|
808
|
+
[_ht]: ["POST", "/BatchGetStreamKey", 200],
|
|
809
|
+
},
|
|
810
|
+
() => BatchGetStreamKeyRequest,
|
|
811
|
+
() => BatchGetStreamKeyResponse,
|
|
812
|
+
];
|
|
813
|
+
export var BatchStartViewerSessionRevocation = [
|
|
814
|
+
9,
|
|
815
|
+
n0,
|
|
816
|
+
_BSVSR,
|
|
817
|
+
{
|
|
818
|
+
[_ht]: ["POST", "/BatchStartViewerSessionRevocation", 200],
|
|
819
|
+
},
|
|
820
|
+
() => BatchStartViewerSessionRevocationRequest,
|
|
821
|
+
() => BatchStartViewerSessionRevocationResponse,
|
|
822
|
+
];
|
|
823
|
+
export var CreateChannel = [
|
|
824
|
+
9,
|
|
825
|
+
n0,
|
|
826
|
+
_CC,
|
|
827
|
+
{
|
|
828
|
+
[_ht]: ["POST", "/CreateChannel", 200],
|
|
829
|
+
},
|
|
830
|
+
() => CreateChannelRequest,
|
|
831
|
+
() => CreateChannelResponse,
|
|
832
|
+
];
|
|
833
|
+
export var CreatePlaybackRestrictionPolicy = [
|
|
834
|
+
9,
|
|
835
|
+
n0,
|
|
836
|
+
_CPRP,
|
|
837
|
+
{
|
|
838
|
+
[_ht]: ["POST", "/CreatePlaybackRestrictionPolicy", 200],
|
|
839
|
+
},
|
|
840
|
+
() => CreatePlaybackRestrictionPolicyRequest,
|
|
841
|
+
() => CreatePlaybackRestrictionPolicyResponse,
|
|
842
|
+
];
|
|
843
|
+
export var CreateRecordingConfiguration = [
|
|
844
|
+
9,
|
|
845
|
+
n0,
|
|
846
|
+
_CRC,
|
|
847
|
+
{
|
|
848
|
+
[_ht]: ["POST", "/CreateRecordingConfiguration", 200],
|
|
849
|
+
},
|
|
850
|
+
() => CreateRecordingConfigurationRequest,
|
|
851
|
+
() => CreateRecordingConfigurationResponse,
|
|
852
|
+
];
|
|
853
|
+
export var CreateStreamKey = [
|
|
854
|
+
9,
|
|
855
|
+
n0,
|
|
856
|
+
_CSK,
|
|
857
|
+
{
|
|
858
|
+
[_ht]: ["POST", "/CreateStreamKey", 200],
|
|
859
|
+
},
|
|
860
|
+
() => CreateStreamKeyRequest,
|
|
861
|
+
() => CreateStreamKeyResponse,
|
|
862
|
+
];
|
|
863
|
+
export var DeleteChannel = [
|
|
864
|
+
9,
|
|
865
|
+
n0,
|
|
866
|
+
_DCe,
|
|
867
|
+
{
|
|
868
|
+
[_ht]: ["POST", "/DeleteChannel", 204],
|
|
869
|
+
},
|
|
870
|
+
() => DeleteChannelRequest,
|
|
871
|
+
() => __Unit,
|
|
872
|
+
];
|
|
873
|
+
export var DeletePlaybackKeyPair = [
|
|
874
|
+
9,
|
|
875
|
+
n0,
|
|
876
|
+
_DPKP,
|
|
877
|
+
{
|
|
878
|
+
[_ht]: ["POST", "/DeletePlaybackKeyPair", 200],
|
|
879
|
+
},
|
|
880
|
+
() => DeletePlaybackKeyPairRequest,
|
|
881
|
+
() => DeletePlaybackKeyPairResponse,
|
|
882
|
+
];
|
|
883
|
+
export var DeletePlaybackRestrictionPolicy = [
|
|
884
|
+
9,
|
|
885
|
+
n0,
|
|
886
|
+
_DPRP,
|
|
887
|
+
{
|
|
888
|
+
[_ht]: ["POST", "/DeletePlaybackRestrictionPolicy", 204],
|
|
889
|
+
},
|
|
890
|
+
() => DeletePlaybackRestrictionPolicyRequest,
|
|
891
|
+
() => __Unit,
|
|
892
|
+
];
|
|
893
|
+
export var DeleteRecordingConfiguration = [
|
|
894
|
+
9,
|
|
895
|
+
n0,
|
|
896
|
+
_DRC,
|
|
897
|
+
{
|
|
898
|
+
[_ht]: ["POST", "/DeleteRecordingConfiguration", 204],
|
|
899
|
+
},
|
|
900
|
+
() => DeleteRecordingConfigurationRequest,
|
|
901
|
+
() => __Unit,
|
|
902
|
+
];
|
|
903
|
+
export var DeleteStreamKey = [
|
|
904
|
+
9,
|
|
905
|
+
n0,
|
|
906
|
+
_DSK,
|
|
907
|
+
{
|
|
908
|
+
[_ht]: ["POST", "/DeleteStreamKey", 204],
|
|
909
|
+
},
|
|
910
|
+
() => DeleteStreamKeyRequest,
|
|
911
|
+
() => __Unit,
|
|
912
|
+
];
|
|
913
|
+
export var GetChannel = [
|
|
914
|
+
9,
|
|
915
|
+
n0,
|
|
916
|
+
_GC,
|
|
917
|
+
{
|
|
918
|
+
[_ht]: ["POST", "/GetChannel", 200],
|
|
919
|
+
},
|
|
920
|
+
() => GetChannelRequest,
|
|
921
|
+
() => GetChannelResponse,
|
|
922
|
+
];
|
|
923
|
+
export var GetPlaybackKeyPair = [
|
|
924
|
+
9,
|
|
925
|
+
n0,
|
|
926
|
+
_GPKP,
|
|
927
|
+
{
|
|
928
|
+
[_ht]: ["POST", "/GetPlaybackKeyPair", 200],
|
|
929
|
+
},
|
|
930
|
+
() => GetPlaybackKeyPairRequest,
|
|
931
|
+
() => GetPlaybackKeyPairResponse,
|
|
932
|
+
];
|
|
933
|
+
export var GetPlaybackRestrictionPolicy = [
|
|
934
|
+
9,
|
|
935
|
+
n0,
|
|
936
|
+
_GPRP,
|
|
937
|
+
{
|
|
938
|
+
[_ht]: ["POST", "/GetPlaybackRestrictionPolicy", 200],
|
|
939
|
+
},
|
|
940
|
+
() => GetPlaybackRestrictionPolicyRequest,
|
|
941
|
+
() => GetPlaybackRestrictionPolicyResponse,
|
|
942
|
+
];
|
|
943
|
+
export var GetRecordingConfiguration = [
|
|
944
|
+
9,
|
|
945
|
+
n0,
|
|
946
|
+
_GRC,
|
|
947
|
+
{
|
|
948
|
+
[_ht]: ["POST", "/GetRecordingConfiguration", 200],
|
|
949
|
+
},
|
|
950
|
+
() => GetRecordingConfigurationRequest,
|
|
951
|
+
() => GetRecordingConfigurationResponse,
|
|
952
|
+
];
|
|
953
|
+
export var GetStream = [
|
|
954
|
+
9,
|
|
955
|
+
n0,
|
|
956
|
+
_GS,
|
|
957
|
+
{
|
|
958
|
+
[_ht]: ["POST", "/GetStream", 200],
|
|
959
|
+
},
|
|
960
|
+
() => GetStreamRequest,
|
|
961
|
+
() => GetStreamResponse,
|
|
962
|
+
];
|
|
963
|
+
export var GetStreamKey = [
|
|
964
|
+
9,
|
|
965
|
+
n0,
|
|
966
|
+
_GSK,
|
|
967
|
+
{
|
|
968
|
+
[_ht]: ["POST", "/GetStreamKey", 200],
|
|
969
|
+
},
|
|
970
|
+
() => GetStreamKeyRequest,
|
|
971
|
+
() => GetStreamKeyResponse,
|
|
972
|
+
];
|
|
973
|
+
export var GetStreamSession = [
|
|
974
|
+
9,
|
|
975
|
+
n0,
|
|
976
|
+
_GSS,
|
|
977
|
+
{
|
|
978
|
+
[_ht]: ["POST", "/GetStreamSession", 200],
|
|
979
|
+
},
|
|
980
|
+
() => GetStreamSessionRequest,
|
|
981
|
+
() => GetStreamSessionResponse,
|
|
982
|
+
];
|
|
983
|
+
export var ImportPlaybackKeyPair = [
|
|
984
|
+
9,
|
|
985
|
+
n0,
|
|
986
|
+
_IPKP,
|
|
987
|
+
{
|
|
988
|
+
[_ht]: ["POST", "/ImportPlaybackKeyPair", 200],
|
|
989
|
+
},
|
|
990
|
+
() => ImportPlaybackKeyPairRequest,
|
|
991
|
+
() => ImportPlaybackKeyPairResponse,
|
|
992
|
+
];
|
|
993
|
+
export var ListChannels = [
|
|
994
|
+
9,
|
|
995
|
+
n0,
|
|
996
|
+
_LC,
|
|
997
|
+
{
|
|
998
|
+
[_ht]: ["POST", "/ListChannels", 200],
|
|
999
|
+
},
|
|
1000
|
+
() => ListChannelsRequest,
|
|
1001
|
+
() => ListChannelsResponse,
|
|
1002
|
+
];
|
|
1003
|
+
export var ListPlaybackKeyPairs = [
|
|
1004
|
+
9,
|
|
1005
|
+
n0,
|
|
1006
|
+
_LPKP,
|
|
1007
|
+
{
|
|
1008
|
+
[_ht]: ["POST", "/ListPlaybackKeyPairs", 200],
|
|
1009
|
+
},
|
|
1010
|
+
() => ListPlaybackKeyPairsRequest,
|
|
1011
|
+
() => ListPlaybackKeyPairsResponse,
|
|
1012
|
+
];
|
|
1013
|
+
export var ListPlaybackRestrictionPolicies = [
|
|
1014
|
+
9,
|
|
1015
|
+
n0,
|
|
1016
|
+
_LPRP,
|
|
1017
|
+
{
|
|
1018
|
+
[_ht]: ["POST", "/ListPlaybackRestrictionPolicies", 200],
|
|
1019
|
+
},
|
|
1020
|
+
() => ListPlaybackRestrictionPoliciesRequest,
|
|
1021
|
+
() => ListPlaybackRestrictionPoliciesResponse,
|
|
1022
|
+
];
|
|
1023
|
+
export var ListRecordingConfigurations = [
|
|
1024
|
+
9,
|
|
1025
|
+
n0,
|
|
1026
|
+
_LRC,
|
|
1027
|
+
{
|
|
1028
|
+
[_ht]: ["POST", "/ListRecordingConfigurations", 200],
|
|
1029
|
+
},
|
|
1030
|
+
() => ListRecordingConfigurationsRequest,
|
|
1031
|
+
() => ListRecordingConfigurationsResponse,
|
|
1032
|
+
];
|
|
1033
|
+
export var ListStreamKeys = [
|
|
1034
|
+
9,
|
|
1035
|
+
n0,
|
|
1036
|
+
_LSK,
|
|
1037
|
+
{
|
|
1038
|
+
[_ht]: ["POST", "/ListStreamKeys", 200],
|
|
1039
|
+
},
|
|
1040
|
+
() => ListStreamKeysRequest,
|
|
1041
|
+
() => ListStreamKeysResponse,
|
|
1042
|
+
];
|
|
1043
|
+
export var ListStreams = [
|
|
1044
|
+
9,
|
|
1045
|
+
n0,
|
|
1046
|
+
_LS,
|
|
1047
|
+
{
|
|
1048
|
+
[_ht]: ["POST", "/ListStreams", 200],
|
|
1049
|
+
},
|
|
1050
|
+
() => ListStreamsRequest,
|
|
1051
|
+
() => ListStreamsResponse,
|
|
1052
|
+
];
|
|
1053
|
+
export var ListStreamSessions = [
|
|
1054
|
+
9,
|
|
1055
|
+
n0,
|
|
1056
|
+
_LSS,
|
|
1057
|
+
{
|
|
1058
|
+
[_ht]: ["POST", "/ListStreamSessions", 200],
|
|
1059
|
+
},
|
|
1060
|
+
() => ListStreamSessionsRequest,
|
|
1061
|
+
() => ListStreamSessionsResponse,
|
|
1062
|
+
];
|
|
1063
|
+
export var ListTagsForResource = [
|
|
1064
|
+
9,
|
|
1065
|
+
n0,
|
|
1066
|
+
_LTFR,
|
|
1067
|
+
{
|
|
1068
|
+
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
1069
|
+
},
|
|
1070
|
+
() => ListTagsForResourceRequest,
|
|
1071
|
+
() => ListTagsForResourceResponse,
|
|
1072
|
+
];
|
|
1073
|
+
export var PutMetadata = [
|
|
1074
|
+
9,
|
|
1075
|
+
n0,
|
|
1076
|
+
_PM,
|
|
1077
|
+
{
|
|
1078
|
+
[_ht]: ["POST", "/PutMetadata", 204],
|
|
1079
|
+
},
|
|
1080
|
+
() => PutMetadataRequest,
|
|
1081
|
+
() => __Unit,
|
|
1082
|
+
];
|
|
1083
|
+
export var StartViewerSessionRevocation = [
|
|
1084
|
+
9,
|
|
1085
|
+
n0,
|
|
1086
|
+
_SVSR,
|
|
1087
|
+
{
|
|
1088
|
+
[_ht]: ["POST", "/StartViewerSessionRevocation", 200],
|
|
1089
|
+
},
|
|
1090
|
+
() => StartViewerSessionRevocationRequest,
|
|
1091
|
+
() => StartViewerSessionRevocationResponse,
|
|
1092
|
+
];
|
|
1093
|
+
export var StopStream = [
|
|
1094
|
+
9,
|
|
1095
|
+
n0,
|
|
1096
|
+
_SSto,
|
|
1097
|
+
{
|
|
1098
|
+
[_ht]: ["POST", "/StopStream", 200],
|
|
1099
|
+
},
|
|
1100
|
+
() => StopStreamRequest,
|
|
1101
|
+
() => StopStreamResponse,
|
|
1102
|
+
];
|
|
1103
|
+
export var TagResource = [
|
|
1104
|
+
9,
|
|
1105
|
+
n0,
|
|
1106
|
+
_TR,
|
|
1107
|
+
{
|
|
1108
|
+
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
1109
|
+
},
|
|
1110
|
+
() => TagResourceRequest,
|
|
1111
|
+
() => TagResourceResponse,
|
|
1112
|
+
];
|
|
1113
|
+
export var UntagResource = [
|
|
1114
|
+
9,
|
|
1115
|
+
n0,
|
|
1116
|
+
_UR,
|
|
1117
|
+
{
|
|
1118
|
+
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1119
|
+
},
|
|
1120
|
+
() => UntagResourceRequest,
|
|
1121
|
+
() => UntagResourceResponse,
|
|
1122
|
+
];
|
|
1123
|
+
export var UpdateChannel = [
|
|
1124
|
+
9,
|
|
1125
|
+
n0,
|
|
1126
|
+
_UC,
|
|
1127
|
+
{
|
|
1128
|
+
[_ht]: ["POST", "/UpdateChannel", 200],
|
|
1129
|
+
},
|
|
1130
|
+
() => UpdateChannelRequest,
|
|
1131
|
+
() => UpdateChannelResponse,
|
|
1132
|
+
];
|
|
1133
|
+
export var UpdatePlaybackRestrictionPolicy = [
|
|
1134
|
+
9,
|
|
1135
|
+
n0,
|
|
1136
|
+
_UPRP,
|
|
1137
|
+
{
|
|
1138
|
+
[_ht]: ["POST", "/UpdatePlaybackRestrictionPolicy", 200],
|
|
1139
|
+
},
|
|
1140
|
+
() => UpdatePlaybackRestrictionPolicyRequest,
|
|
1141
|
+
() => UpdatePlaybackRestrictionPolicyResponse,
|
|
1142
|
+
];
|