@aws-sdk/client-ivs-realtime 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 +1861 -1839
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/IVSRealTimeClient.js +2 -0
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateIngestConfigurationCommand.js +3 -10
- package/dist-es/commands/CreateParticipantTokenCommand.js +3 -10
- package/dist-es/commands/CreateStageCommand.js +3 -10
- package/dist-es/commands/CreateStorageConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteIngestConfigurationCommand.js +3 -9
- package/dist-es/commands/DeletePublicKeyCommand.js +3 -9
- package/dist-es/commands/DeleteStageCommand.js +3 -9
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +3 -9
- package/dist-es/commands/DisconnectParticipantCommand.js +3 -9
- package/dist-es/commands/GetCompositionCommand.js +3 -9
- package/dist-es/commands/GetEncoderConfigurationCommand.js +3 -9
- package/dist-es/commands/GetIngestConfigurationCommand.js +3 -10
- package/dist-es/commands/GetParticipantCommand.js +3 -9
- package/dist-es/commands/GetPublicKeyCommand.js +3 -9
- package/dist-es/commands/GetStageCommand.js +3 -9
- package/dist-es/commands/GetStageSessionCommand.js +3 -9
- package/dist-es/commands/GetStorageConfigurationCommand.js +3 -9
- package/dist-es/commands/ImportPublicKeyCommand.js +3 -9
- package/dist-es/commands/ListCompositionsCommand.js +3 -9
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListIngestConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListParticipantEventsCommand.js +3 -9
- package/dist-es/commands/ListParticipantReplicasCommand.js +3 -9
- package/dist-es/commands/ListParticipantsCommand.js +3 -9
- package/dist-es/commands/ListPublicKeysCommand.js +3 -9
- package/dist-es/commands/ListStageSessionsCommand.js +3 -9
- package/dist-es/commands/ListStagesCommand.js +3 -9
- package/dist-es/commands/ListStorageConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartCompositionCommand.js +3 -9
- package/dist-es/commands/StartParticipantReplicationCommand.js +3 -9
- package/dist-es/commands/StopCompositionCommand.js +3 -9
- package/dist-es/commands/StopParticipantReplicationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateIngestConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateStageCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -37
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1778 -0
- package/dist-types/IVSRealTimeClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -28
- 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 +192 -0
- package/dist-types/ts3.4/IVSRealTimeClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -21
- 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 +198 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1512
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -353
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -473
|
@@ -0,0 +1,1778 @@
|
|
|
1
|
+
const _ACAO = "Access-Control-Allow-Origin";
|
|
2
|
+
const _ACEH = "Access-Control-Expose-Headers";
|
|
3
|
+
const _ADE = "AccessDeniedException";
|
|
4
|
+
const _APRC = "AutoParticipantRecordingConfiguration";
|
|
5
|
+
const _C = "Composition";
|
|
6
|
+
const _CC = "Cache-Control";
|
|
7
|
+
const _CDC = "ChannelDestinationConfiguration";
|
|
8
|
+
const _CE = "ConflictException";
|
|
9
|
+
const _CEC = "CreateEncoderConfiguration";
|
|
10
|
+
const _CECR = "CreateEncoderConfigurationRequest";
|
|
11
|
+
const _CECRr = "CreateEncoderConfigurationResponse";
|
|
12
|
+
const _CIC = "CreateIngestConfiguration";
|
|
13
|
+
const _CICR = "CreateIngestConfigurationRequest";
|
|
14
|
+
const _CICRr = "CreateIngestConfigurationResponse";
|
|
15
|
+
const _CPT = "CreateParticipantToken";
|
|
16
|
+
const _CPTR = "CreateParticipantTokenRequest";
|
|
17
|
+
const _CPTRr = "CreateParticipantTokenResponse";
|
|
18
|
+
const _CRHC = "CompositionRecordingHlsConfiguration";
|
|
19
|
+
const _CS = "CompositionSummary";
|
|
20
|
+
const _CSC = "CreateStorageConfiguration";
|
|
21
|
+
const _CSCR = "CreateStorageConfigurationRequest";
|
|
22
|
+
const _CSCRr = "CreateStorageConfigurationResponse";
|
|
23
|
+
const _CSL = "CompositionSummaryList";
|
|
24
|
+
const _CSP = "Content-Security-Policy";
|
|
25
|
+
const _CSR = "CreateStageRequest";
|
|
26
|
+
const _CSRr = "CreateStageResponse";
|
|
27
|
+
const _CSr = "CreateStage";
|
|
28
|
+
const _CTC = "CompositionThumbnailConfiguration";
|
|
29
|
+
const _CTCL = "CompositionThumbnailConfigurationList";
|
|
30
|
+
const _D = "Destination";
|
|
31
|
+
const _DC = "DestinationConfiguration";
|
|
32
|
+
const _DCL = "DestinationConfigurationList";
|
|
33
|
+
const _DD = "DestinationDetail";
|
|
34
|
+
const _DEC = "DeleteEncoderConfiguration";
|
|
35
|
+
const _DECR = "DeleteEncoderConfigurationRequest";
|
|
36
|
+
const _DECRe = "DeleteEncoderConfigurationResponse";
|
|
37
|
+
const _DIC = "DeleteIngestConfiguration";
|
|
38
|
+
const _DICR = "DeleteIngestConfigurationRequest";
|
|
39
|
+
const _DICRe = "DeleteIngestConfigurationResponse";
|
|
40
|
+
const _DL = "DestinationList";
|
|
41
|
+
const _DP = "DisconnectParticipant";
|
|
42
|
+
const _DPK = "DeletePublicKey";
|
|
43
|
+
const _DPKR = "DeletePublicKeyRequest";
|
|
44
|
+
const _DPKRe = "DeletePublicKeyResponse";
|
|
45
|
+
const _DPR = "DisconnectParticipantRequest";
|
|
46
|
+
const _DPRi = "DisconnectParticipantResponse";
|
|
47
|
+
const _DS = "DestinationSummary";
|
|
48
|
+
const _DSC = "DeleteStorageConfiguration";
|
|
49
|
+
const _DSCR = "DeleteStorageConfigurationRequest";
|
|
50
|
+
const _DSCRe = "DeleteStorageConfigurationResponse";
|
|
51
|
+
const _DSL = "DestinationSummaryList";
|
|
52
|
+
const _DSR = "DeleteStageRequest";
|
|
53
|
+
const _DSRe = "DeleteStageResponse";
|
|
54
|
+
const _DSe = "DeleteStage";
|
|
55
|
+
const _E = "Event";
|
|
56
|
+
const _EC = "EncoderConfiguration";
|
|
57
|
+
const _ECS = "EncoderConfigurationSummary";
|
|
58
|
+
const _ECSL = "EncoderConfigurationSummaryList";
|
|
59
|
+
const _EL = "EventList";
|
|
60
|
+
const _GC = "GridConfiguration";
|
|
61
|
+
const _GCR = "GetCompositionRequest";
|
|
62
|
+
const _GCRe = "GetCompositionResponse";
|
|
63
|
+
const _GCe = "GetComposition";
|
|
64
|
+
const _GEC = "GetEncoderConfiguration";
|
|
65
|
+
const _GECR = "GetEncoderConfigurationRequest";
|
|
66
|
+
const _GECRe = "GetEncoderConfigurationResponse";
|
|
67
|
+
const _GIC = "GetIngestConfiguration";
|
|
68
|
+
const _GICR = "GetIngestConfigurationRequest";
|
|
69
|
+
const _GICRe = "GetIngestConfigurationResponse";
|
|
70
|
+
const _GP = "GetParticipant";
|
|
71
|
+
const _GPK = "GetPublicKey";
|
|
72
|
+
const _GPKR = "GetPublicKeyRequest";
|
|
73
|
+
const _GPKRe = "GetPublicKeyResponse";
|
|
74
|
+
const _GPR = "GetParticipantRequest";
|
|
75
|
+
const _GPRe = "GetParticipantResponse";
|
|
76
|
+
const _GS = "GetStage";
|
|
77
|
+
const _GSC = "GetStorageConfiguration";
|
|
78
|
+
const _GSCR = "GetStorageConfigurationRequest";
|
|
79
|
+
const _GSCRe = "GetStorageConfigurationResponse";
|
|
80
|
+
const _GSR = "GetStageRequest";
|
|
81
|
+
const _GSRe = "GetStageResponse";
|
|
82
|
+
const _GSS = "GetStageSession";
|
|
83
|
+
const _GSSR = "GetStageSessionRequest";
|
|
84
|
+
const _GSSRe = "GetStageSessionResponse";
|
|
85
|
+
const _IC = "IngestConfiguration";
|
|
86
|
+
const _ICL = "IngestConfigurationList";
|
|
87
|
+
const _ICS = "IngestConfigurationSummary";
|
|
88
|
+
const _IPK = "ImportPublicKey";
|
|
89
|
+
const _IPKR = "ImportPublicKeyRequest";
|
|
90
|
+
const _IPKRm = "ImportPublicKeyResponse";
|
|
91
|
+
const _ISE = "InternalServerException";
|
|
92
|
+
const _LC = "LayoutConfiguration";
|
|
93
|
+
const _LCR = "ListCompositionsRequest";
|
|
94
|
+
const _LCRi = "ListCompositionsResponse";
|
|
95
|
+
const _LCi = "ListCompositions";
|
|
96
|
+
const _LEC = "ListEncoderConfigurations";
|
|
97
|
+
const _LECR = "ListEncoderConfigurationsRequest";
|
|
98
|
+
const _LECRi = "ListEncoderConfigurationsResponse";
|
|
99
|
+
const _LIC = "ListIngestConfigurations";
|
|
100
|
+
const _LICR = "ListIngestConfigurationsRequest";
|
|
101
|
+
const _LICRi = "ListIngestConfigurationsResponse";
|
|
102
|
+
const _LP = "ListParticipants";
|
|
103
|
+
const _LPE = "ListParticipantEvents";
|
|
104
|
+
const _LPER = "ListParticipantEventsRequest";
|
|
105
|
+
const _LPERi = "ListParticipantEventsResponse";
|
|
106
|
+
const _LPK = "ListPublicKeys";
|
|
107
|
+
const _LPKR = "ListPublicKeysRequest";
|
|
108
|
+
const _LPKRi = "ListPublicKeysResponse";
|
|
109
|
+
const _LPR = "ListParticipantsRequest";
|
|
110
|
+
const _LPRR = "ListParticipantReplicasRequest";
|
|
111
|
+
const _LPRRi = "ListParticipantReplicasResponse";
|
|
112
|
+
const _LPRi = "ListParticipantsResponse";
|
|
113
|
+
const _LPRis = "ListParticipantReplicas";
|
|
114
|
+
const _LS = "ListStages";
|
|
115
|
+
const _LSC = "ListStorageConfigurations";
|
|
116
|
+
const _LSCR = "ListStorageConfigurationsRequest";
|
|
117
|
+
const _LSCRi = "ListStorageConfigurationsResponse";
|
|
118
|
+
const _LSR = "ListStagesRequest";
|
|
119
|
+
const _LSRi = "ListStagesResponse";
|
|
120
|
+
const _LSS = "ListStageSessions";
|
|
121
|
+
const _LSSR = "ListStageSessionsRequest";
|
|
122
|
+
const _LSSRi = "ListStageSessionsResponse";
|
|
123
|
+
const _LTFR = "ListTagsForResource";
|
|
124
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
125
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
126
|
+
const _P = "Participant";
|
|
127
|
+
const _PC = "PipConfiguration";
|
|
128
|
+
const _PK = "PublicKey";
|
|
129
|
+
const _PKL = "PublicKeyList";
|
|
130
|
+
const _PKS = "PublicKeySummary";
|
|
131
|
+
const _PL = "ParticipantList";
|
|
132
|
+
const _PR = "ParticipantReplica";
|
|
133
|
+
const _PRHC = "ParticipantRecordingHlsConfiguration";
|
|
134
|
+
const _PRL = "ParticipantReplicaList";
|
|
135
|
+
const _PS = "ParticipantSummary";
|
|
136
|
+
const _PT = "ParticipantToken";
|
|
137
|
+
const _PTC = "ParticipantThumbnailConfiguration";
|
|
138
|
+
const _PTCa = "ParticipantTokenConfiguration";
|
|
139
|
+
const _PTCar = "ParticipantTokenConfigurations";
|
|
140
|
+
const _PTL = "ParticipantTokenList";
|
|
141
|
+
const _PTS = "ParticipantTokenString";
|
|
142
|
+
const _PV = "PendingVerification";
|
|
143
|
+
const _RC = "RecordingConfiguration";
|
|
144
|
+
const _RNFE = "ResourceNotFoundException";
|
|
145
|
+
const _S = "Stage";
|
|
146
|
+
const _SC = "StorageConfiguration";
|
|
147
|
+
const _SCR = "StartCompositionRequest";
|
|
148
|
+
const _SCRt = "StartCompositionResponse";
|
|
149
|
+
const _SCRto = "StopCompositionRequest";
|
|
150
|
+
const _SCRtop = "StopCompositionResponse";
|
|
151
|
+
const _SCS = "StorageConfigurationSummary";
|
|
152
|
+
const _SCSL = "StorageConfigurationSummaryList";
|
|
153
|
+
const _SCt = "StartComposition";
|
|
154
|
+
const _SCto = "StopComposition";
|
|
155
|
+
const _SD = "S3Detail";
|
|
156
|
+
const _SDC = "S3DestinationConfiguration";
|
|
157
|
+
const _SE = "StageEndpoints";
|
|
158
|
+
const _SK = "StreamKey";
|
|
159
|
+
const _SPR = "StartParticipantReplication";
|
|
160
|
+
const _SPRR = "StartParticipantReplicationRequest";
|
|
161
|
+
const _SPRRt = "StartParticipantReplicationResponse";
|
|
162
|
+
const _SPRRto = "StopParticipantReplicationRequest";
|
|
163
|
+
const _SPRRtop = "StopParticipantReplicationResponse";
|
|
164
|
+
const _SPRt = "StopParticipantReplication";
|
|
165
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
166
|
+
const _SS = "StageSession";
|
|
167
|
+
const _SSC = "S3StorageConfiguration";
|
|
168
|
+
const _SSL = "StageSessionList";
|
|
169
|
+
const _SSLt = "StageSummaryList";
|
|
170
|
+
const _SSS = "StageSessionSummary";
|
|
171
|
+
const _SSt = "StageSummary";
|
|
172
|
+
const _STS = "Strict-Transport-Security";
|
|
173
|
+
const _TR = "TagResource";
|
|
174
|
+
const _TRR = "TagResourceRequest";
|
|
175
|
+
const _TRRa = "TagResourceResponse";
|
|
176
|
+
const _UIC = "UpdateIngestConfiguration";
|
|
177
|
+
const _UICR = "UpdateIngestConfigurationRequest";
|
|
178
|
+
const _UICRp = "UpdateIngestConfigurationResponse";
|
|
179
|
+
const _UR = "UntagResource";
|
|
180
|
+
const _URR = "UntagResourceRequest";
|
|
181
|
+
const _URRn = "UntagResourceResponse";
|
|
182
|
+
const _US = "UpdateStage";
|
|
183
|
+
const _USR = "UpdateStageRequest";
|
|
184
|
+
const _USRp = "UpdateStageResponse";
|
|
185
|
+
const _V = "Video";
|
|
186
|
+
const _VE = "ValidationException";
|
|
187
|
+
const _XCTO = "X-Content-Type-Options";
|
|
188
|
+
const _XFO = "X-Frame-Options";
|
|
189
|
+
const _a = "arn";
|
|
190
|
+
const _aCAO = "accessControlAllowOrigin";
|
|
191
|
+
const _aCEH = "accessControlExposeHeaders";
|
|
192
|
+
const _aPRC = "autoParticipantRecordingConfiguration";
|
|
193
|
+
const _aSI = "activeSessionId";
|
|
194
|
+
const _at = "attributes";
|
|
195
|
+
const _b = "bitrate";
|
|
196
|
+
const _bN = "browserName";
|
|
197
|
+
const _bNu = "bucketName";
|
|
198
|
+
const _bV = "browserVersion";
|
|
199
|
+
const _c = "client";
|
|
200
|
+
const _cA = "channelArn";
|
|
201
|
+
const _cC = "cacheControl";
|
|
202
|
+
const _cSP = "contentSecurityPolicy";
|
|
203
|
+
const _ca = "capabilities";
|
|
204
|
+
const _ch = "channel";
|
|
205
|
+
const _co = "configuration";
|
|
206
|
+
const _com = "composition";
|
|
207
|
+
const _comp = "compositions";
|
|
208
|
+
const _d = "destinations";
|
|
209
|
+
const _dSA = "destinationStageArn";
|
|
210
|
+
const _dSI = "destinationSessionId";
|
|
211
|
+
const _de = "detail";
|
|
212
|
+
const _du = "duration";
|
|
213
|
+
const _e = "error";
|
|
214
|
+
const _eC = "encoderConfiguration";
|
|
215
|
+
const _eCA = "encoderConfigurationArn";
|
|
216
|
+
const _eCAn = "encoderConfigurationArns";
|
|
217
|
+
const _eCn = "encoderConfigurations";
|
|
218
|
+
const _eCr = "errorCode";
|
|
219
|
+
const _eM = "exceptionMessage";
|
|
220
|
+
const _eT = "endTime";
|
|
221
|
+
const _eTv = "eventTime";
|
|
222
|
+
const _eTx = "expirationTime";
|
|
223
|
+
const _en = "endpoints";
|
|
224
|
+
const _ev = "events";
|
|
225
|
+
const _f = "force";
|
|
226
|
+
const _fBECA = "filterByEncoderConfigurationArn";
|
|
227
|
+
const _fBP = "filterByPublished";
|
|
228
|
+
const _fBRS = "filterByRecordingState";
|
|
229
|
+
const _fBS = "filterByState";
|
|
230
|
+
const _fBSA = "filterByStageArn";
|
|
231
|
+
const _fBUI = "filterByUserId";
|
|
232
|
+
const _fJT = "firstJoinTime";
|
|
233
|
+
const _fPA = "featuredParticipantAttribute";
|
|
234
|
+
const _fi = "fingerprint";
|
|
235
|
+
const _fo = "format";
|
|
236
|
+
const _fr = "framerate";
|
|
237
|
+
const _g = "grid";
|
|
238
|
+
const _gG = "gridGap";
|
|
239
|
+
const _h = "height";
|
|
240
|
+
const _hC = "hlsConfiguration";
|
|
241
|
+
const _hE = "httpError";
|
|
242
|
+
const _hH = "httpHeader";
|
|
243
|
+
const _hQ = "httpQuery";
|
|
244
|
+
const _ht = "http";
|
|
245
|
+
const _i = "id";
|
|
246
|
+
const _iC = "ingestConfiguration";
|
|
247
|
+
const _iCn = "ingestConfigurations";
|
|
248
|
+
const _iI = "insecureIngest";
|
|
249
|
+
const _iN = "ispName";
|
|
250
|
+
const _iP = "ingestProtocol";
|
|
251
|
+
const _iT = "idempotencyToken";
|
|
252
|
+
const _l = "layout";
|
|
253
|
+
const _mR = "maxResults";
|
|
254
|
+
const _mT = "mediaTypes";
|
|
255
|
+
const _n = "name";
|
|
256
|
+
const _nT = "nextToken";
|
|
257
|
+
const _oN = "osName";
|
|
258
|
+
const _oSV = "omitStoppedVideo";
|
|
259
|
+
const _oV = "osVersion";
|
|
260
|
+
const _p = "participant";
|
|
261
|
+
const _pB = "pipBehavior";
|
|
262
|
+
const _pH = "pipHeight";
|
|
263
|
+
const _pI = "participantId";
|
|
264
|
+
const _pK = "publicKey";
|
|
265
|
+
const _pKM = "publicKeyMaterial";
|
|
266
|
+
const _pKu = "publicKeys";
|
|
267
|
+
const _pO = "pipOffset";
|
|
268
|
+
const _pOA = "participantOrderAttribute";
|
|
269
|
+
const _pP = "pipPosition";
|
|
270
|
+
const _pPA = "pipParticipantAttribute";
|
|
271
|
+
const _pT = "participantToken";
|
|
272
|
+
const _pTC = "participantTokenConfigurations";
|
|
273
|
+
const _pTa = "participantTokens";
|
|
274
|
+
const _pW = "pipWidth";
|
|
275
|
+
const _pa = "participants";
|
|
276
|
+
const _pi = "pip";
|
|
277
|
+
const _pr = "protocol";
|
|
278
|
+
const _pu = "published";
|
|
279
|
+
const _r = "reason";
|
|
280
|
+
const _rA = "resourceArn";
|
|
281
|
+
const _rC = "recordingConfiguration";
|
|
282
|
+
const _rM = "recordingMode";
|
|
283
|
+
const _rP = "recordingPrefix";
|
|
284
|
+
const _rPI = "remoteParticipantId";
|
|
285
|
+
const _rPR = "recordParticipantReplicas";
|
|
286
|
+
const _rRWS = "recordingReconnectWindowSeconds";
|
|
287
|
+
const _rS = "recordingState";
|
|
288
|
+
const _rSBN = "recordingS3BucketName";
|
|
289
|
+
const _rSP = "recordingS3Prefix";
|
|
290
|
+
const _rSe = "replicationState";
|
|
291
|
+
const _rT = "replicationType";
|
|
292
|
+
const _rWS = "reconnectWindowSeconds";
|
|
293
|
+
const _re = "replica";
|
|
294
|
+
const _rep = "replicas";
|
|
295
|
+
const _rt = "rtmp";
|
|
296
|
+
const _rtm = "rtmps";
|
|
297
|
+
const _s = "state";
|
|
298
|
+
const _sA = "stageArn";
|
|
299
|
+
const _sC = "storageConfiguration";
|
|
300
|
+
const _sCA = "storageConfigurationArn";
|
|
301
|
+
const _sCt = "storageConfigurations";
|
|
302
|
+
const _sI = "sessionId";
|
|
303
|
+
const _sK = "streamKey";
|
|
304
|
+
const _sS = "stageSession";
|
|
305
|
+
const _sSA = "sourceStageArn";
|
|
306
|
+
const _sSI = "sourceSessionId";
|
|
307
|
+
const _sSt = "stageSessions";
|
|
308
|
+
const _sT = "startTime";
|
|
309
|
+
const _sTS = "strictTransportSecurity";
|
|
310
|
+
const _sV = "sdkVersion";
|
|
311
|
+
const _s_ = "s3";
|
|
312
|
+
const _se = "server";
|
|
313
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ivsrealtime";
|
|
314
|
+
const _st = "storage";
|
|
315
|
+
const _sta = "stage";
|
|
316
|
+
const _stag = "stages";
|
|
317
|
+
const _t = "tags";
|
|
318
|
+
const _tC = "thumbnailConfiguration";
|
|
319
|
+
const _tCh = "thumbnailConfigurations";
|
|
320
|
+
const _tIS = "targetIntervalSeconds";
|
|
321
|
+
const _tK = "tagKeys";
|
|
322
|
+
const _tSDS = "targetSegmentDurationSeconds";
|
|
323
|
+
const _to = "token";
|
|
324
|
+
const _uI = "userId";
|
|
325
|
+
const _v = "video";
|
|
326
|
+
const _vAR = "videoAspectRatio";
|
|
327
|
+
const _vFM = "videoFillMode";
|
|
328
|
+
const _w = "whip";
|
|
329
|
+
const _wi = "width";
|
|
330
|
+
const _xAET = "xAmznErrorType";
|
|
331
|
+
const _xCTO = "xContentTypeOptions";
|
|
332
|
+
const _xFO = "xFrameOptions";
|
|
333
|
+
const _xaE = "x-amzn-ErrorType";
|
|
334
|
+
const n0 = "com.amazonaws.ivsrealtime";
|
|
335
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
336
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, PendingVerification as __PendingVerification, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ValidationException as __ValidationException, } from "../models/index";
|
|
337
|
+
import { IVSRealTimeServiceException as __IVSRealTimeServiceException } from "../models/IVSRealTimeServiceException";
|
|
338
|
+
export var ParticipantTokenString = [0, n0, _PTS, 8, 0];
|
|
339
|
+
export var StreamKey = [0, n0, _SK, 8, 0];
|
|
340
|
+
export var AccessDeniedException = [
|
|
341
|
+
-3,
|
|
342
|
+
n0,
|
|
343
|
+
_ADE,
|
|
344
|
+
{
|
|
345
|
+
[_e]: _c,
|
|
346
|
+
[_hE]: 403,
|
|
347
|
+
},
|
|
348
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
|
|
349
|
+
[
|
|
350
|
+
[
|
|
351
|
+
0,
|
|
352
|
+
{
|
|
353
|
+
[_hH]: _ACAO,
|
|
354
|
+
},
|
|
355
|
+
],
|
|
356
|
+
[
|
|
357
|
+
0,
|
|
358
|
+
{
|
|
359
|
+
[_hH]: _ACEH,
|
|
360
|
+
},
|
|
361
|
+
],
|
|
362
|
+
[
|
|
363
|
+
0,
|
|
364
|
+
{
|
|
365
|
+
[_hH]: _CC,
|
|
366
|
+
},
|
|
367
|
+
],
|
|
368
|
+
[
|
|
369
|
+
0,
|
|
370
|
+
{
|
|
371
|
+
[_hH]: _CSP,
|
|
372
|
+
},
|
|
373
|
+
],
|
|
374
|
+
[
|
|
375
|
+
0,
|
|
376
|
+
{
|
|
377
|
+
[_hH]: _STS,
|
|
378
|
+
},
|
|
379
|
+
],
|
|
380
|
+
[
|
|
381
|
+
0,
|
|
382
|
+
{
|
|
383
|
+
[_hH]: _XCTO,
|
|
384
|
+
},
|
|
385
|
+
],
|
|
386
|
+
[
|
|
387
|
+
0,
|
|
388
|
+
{
|
|
389
|
+
[_hH]: _XFO,
|
|
390
|
+
},
|
|
391
|
+
],
|
|
392
|
+
[
|
|
393
|
+
0,
|
|
394
|
+
{
|
|
395
|
+
[_hH]: _xaE,
|
|
396
|
+
},
|
|
397
|
+
],
|
|
398
|
+
0,
|
|
399
|
+
],
|
|
400
|
+
];
|
|
401
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
402
|
+
export var AutoParticipantRecordingConfiguration = [
|
|
403
|
+
3,
|
|
404
|
+
n0,
|
|
405
|
+
_APRC,
|
|
406
|
+
0,
|
|
407
|
+
[_sCA, _mT, _tC, _rRWS, _hC, _rPR],
|
|
408
|
+
[0, 64 | 0, () => ParticipantThumbnailConfiguration, 1, () => ParticipantRecordingHlsConfiguration, 2],
|
|
409
|
+
];
|
|
410
|
+
export var ChannelDestinationConfiguration = [3, n0, _CDC, 0, [_cA, _eCA], [0, 0]];
|
|
411
|
+
export var Composition = [
|
|
412
|
+
3,
|
|
413
|
+
n0,
|
|
414
|
+
_C,
|
|
415
|
+
0,
|
|
416
|
+
[_a, _sA, _s, _l, _d, _t, _sT, _eT],
|
|
417
|
+
[0, 0, 0, () => LayoutConfiguration, () => DestinationList, 128 | 0, 5, 5],
|
|
418
|
+
];
|
|
419
|
+
export var CompositionRecordingHlsConfiguration = [3, n0, _CRHC, 0, [_tSDS], [1]];
|
|
420
|
+
export var CompositionSummary = [
|
|
421
|
+
3,
|
|
422
|
+
n0,
|
|
423
|
+
_CS,
|
|
424
|
+
0,
|
|
425
|
+
[_a, _sA, _d, _s, _t, _sT, _eT],
|
|
426
|
+
[0, 0, () => DestinationSummaryList, 0, 128 | 0, 5, 5],
|
|
427
|
+
];
|
|
428
|
+
export var CompositionThumbnailConfiguration = [3, n0, _CTC, 0, [_tIS, _st], [1, 64 | 0]];
|
|
429
|
+
export var ConflictException = [
|
|
430
|
+
-3,
|
|
431
|
+
n0,
|
|
432
|
+
_CE,
|
|
433
|
+
{
|
|
434
|
+
[_e]: _c,
|
|
435
|
+
[_hE]: 409,
|
|
436
|
+
},
|
|
437
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
|
|
438
|
+
[
|
|
439
|
+
[
|
|
440
|
+
0,
|
|
441
|
+
{
|
|
442
|
+
[_hH]: _ACAO,
|
|
443
|
+
},
|
|
444
|
+
],
|
|
445
|
+
[
|
|
446
|
+
0,
|
|
447
|
+
{
|
|
448
|
+
[_hH]: _ACEH,
|
|
449
|
+
},
|
|
450
|
+
],
|
|
451
|
+
[
|
|
452
|
+
0,
|
|
453
|
+
{
|
|
454
|
+
[_hH]: _CC,
|
|
455
|
+
},
|
|
456
|
+
],
|
|
457
|
+
[
|
|
458
|
+
0,
|
|
459
|
+
{
|
|
460
|
+
[_hH]: _CSP,
|
|
461
|
+
},
|
|
462
|
+
],
|
|
463
|
+
[
|
|
464
|
+
0,
|
|
465
|
+
{
|
|
466
|
+
[_hH]: _STS,
|
|
467
|
+
},
|
|
468
|
+
],
|
|
469
|
+
[
|
|
470
|
+
0,
|
|
471
|
+
{
|
|
472
|
+
[_hH]: _XCTO,
|
|
473
|
+
},
|
|
474
|
+
],
|
|
475
|
+
[
|
|
476
|
+
0,
|
|
477
|
+
{
|
|
478
|
+
[_hH]: _XFO,
|
|
479
|
+
},
|
|
480
|
+
],
|
|
481
|
+
[
|
|
482
|
+
0,
|
|
483
|
+
{
|
|
484
|
+
[_hH]: _xaE,
|
|
485
|
+
},
|
|
486
|
+
],
|
|
487
|
+
0,
|
|
488
|
+
],
|
|
489
|
+
];
|
|
490
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
491
|
+
export var CreateEncoderConfigurationRequest = [
|
|
492
|
+
3,
|
|
493
|
+
n0,
|
|
494
|
+
_CECR,
|
|
495
|
+
0,
|
|
496
|
+
[_n, _v, _t],
|
|
497
|
+
[0, () => Video, 128 | 0],
|
|
498
|
+
];
|
|
499
|
+
export var CreateEncoderConfigurationResponse = [
|
|
500
|
+
3,
|
|
501
|
+
n0,
|
|
502
|
+
_CECRr,
|
|
503
|
+
0,
|
|
504
|
+
[_eC],
|
|
505
|
+
[() => EncoderConfiguration],
|
|
506
|
+
];
|
|
507
|
+
export var CreateIngestConfigurationRequest = [
|
|
508
|
+
3,
|
|
509
|
+
n0,
|
|
510
|
+
_CICR,
|
|
511
|
+
0,
|
|
512
|
+
[_n, _sA, _uI, _at, _iP, _iI, _t],
|
|
513
|
+
[0, 0, 0, 128 | 0, 0, 2, 128 | 0],
|
|
514
|
+
];
|
|
515
|
+
export var CreateIngestConfigurationResponse = [
|
|
516
|
+
3,
|
|
517
|
+
n0,
|
|
518
|
+
_CICRr,
|
|
519
|
+
0,
|
|
520
|
+
[_iC],
|
|
521
|
+
[[() => IngestConfiguration, 0]],
|
|
522
|
+
];
|
|
523
|
+
export var CreateParticipantTokenRequest = [
|
|
524
|
+
3,
|
|
525
|
+
n0,
|
|
526
|
+
_CPTR,
|
|
527
|
+
0,
|
|
528
|
+
[_sA, _du, _uI, _at, _ca],
|
|
529
|
+
[0, 1, 0, 128 | 0, 64 | 0],
|
|
530
|
+
];
|
|
531
|
+
export var CreateParticipantTokenResponse = [
|
|
532
|
+
3,
|
|
533
|
+
n0,
|
|
534
|
+
_CPTRr,
|
|
535
|
+
0,
|
|
536
|
+
[_pT],
|
|
537
|
+
[[() => ParticipantToken, 0]],
|
|
538
|
+
];
|
|
539
|
+
export var CreateStageRequest = [
|
|
540
|
+
3,
|
|
541
|
+
n0,
|
|
542
|
+
_CSR,
|
|
543
|
+
0,
|
|
544
|
+
[_n, _pTC, _t, _aPRC],
|
|
545
|
+
[0, () => ParticipantTokenConfigurations, 128 | 0, () => AutoParticipantRecordingConfiguration],
|
|
546
|
+
];
|
|
547
|
+
export var CreateStageResponse = [
|
|
548
|
+
3,
|
|
549
|
+
n0,
|
|
550
|
+
_CSRr,
|
|
551
|
+
0,
|
|
552
|
+
[_sta, _pTa],
|
|
553
|
+
[() => Stage, [() => ParticipantTokenList, 0]],
|
|
554
|
+
];
|
|
555
|
+
export var CreateStorageConfigurationRequest = [
|
|
556
|
+
3,
|
|
557
|
+
n0,
|
|
558
|
+
_CSCR,
|
|
559
|
+
0,
|
|
560
|
+
[_n, _s_, _t],
|
|
561
|
+
[0, () => S3StorageConfiguration, 128 | 0],
|
|
562
|
+
];
|
|
563
|
+
export var CreateStorageConfigurationResponse = [
|
|
564
|
+
3,
|
|
565
|
+
n0,
|
|
566
|
+
_CSCRr,
|
|
567
|
+
0,
|
|
568
|
+
[_sC],
|
|
569
|
+
[() => StorageConfiguration],
|
|
570
|
+
];
|
|
571
|
+
export var DeleteEncoderConfigurationRequest = [3, n0, _DECR, 0, [_a], [0]];
|
|
572
|
+
export var DeleteEncoderConfigurationResponse = [3, n0, _DECRe, 0, [], []];
|
|
573
|
+
export var DeleteIngestConfigurationRequest = [3, n0, _DICR, 0, [_a, _f], [0, 2]];
|
|
574
|
+
export var DeleteIngestConfigurationResponse = [3, n0, _DICRe, 0, [], []];
|
|
575
|
+
export var DeletePublicKeyRequest = [3, n0, _DPKR, 0, [_a], [0]];
|
|
576
|
+
export var DeletePublicKeyResponse = [3, n0, _DPKRe, 0, [], []];
|
|
577
|
+
export var DeleteStageRequest = [3, n0, _DSR, 0, [_a], [0]];
|
|
578
|
+
export var DeleteStageResponse = [3, n0, _DSRe, 0, [], []];
|
|
579
|
+
export var DeleteStorageConfigurationRequest = [3, n0, _DSCR, 0, [_a], [0]];
|
|
580
|
+
export var DeleteStorageConfigurationResponse = [3, n0, _DSCRe, 0, [], []];
|
|
581
|
+
export var Destination = [
|
|
582
|
+
3,
|
|
583
|
+
n0,
|
|
584
|
+
_D,
|
|
585
|
+
0,
|
|
586
|
+
[_i, _s, _sT, _eT, _co, _de],
|
|
587
|
+
[0, 0, 5, 5, () => DestinationConfiguration, () => DestinationDetail],
|
|
588
|
+
];
|
|
589
|
+
export var DestinationConfiguration = [
|
|
590
|
+
3,
|
|
591
|
+
n0,
|
|
592
|
+
_DC,
|
|
593
|
+
0,
|
|
594
|
+
[_n, _ch, _s_],
|
|
595
|
+
[0, () => ChannelDestinationConfiguration, () => S3DestinationConfiguration],
|
|
596
|
+
];
|
|
597
|
+
export var DestinationDetail = [3, n0, _DD, 0, [_s_], [() => S3Detail]];
|
|
598
|
+
export var DestinationSummary = [3, n0, _DS, 0, [_i, _s, _sT, _eT], [0, 0, 5, 5]];
|
|
599
|
+
export var DisconnectParticipantRequest = [3, n0, _DPR, 0, [_sA, _pI, _r], [0, 0, 0]];
|
|
600
|
+
export var DisconnectParticipantResponse = [3, n0, _DPRi, 0, [], []];
|
|
601
|
+
export var EncoderConfiguration = [
|
|
602
|
+
3,
|
|
603
|
+
n0,
|
|
604
|
+
_EC,
|
|
605
|
+
0,
|
|
606
|
+
[_a, _n, _v, _t],
|
|
607
|
+
[0, 0, () => Video, 128 | 0],
|
|
608
|
+
];
|
|
609
|
+
export var EncoderConfigurationSummary = [3, n0, _ECS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
|
|
610
|
+
export var Event = [
|
|
611
|
+
3,
|
|
612
|
+
n0,
|
|
613
|
+
_E,
|
|
614
|
+
0,
|
|
615
|
+
[_n, _pI, _eTv, _rPI, _eCr, _dSA, _dSI, _re],
|
|
616
|
+
[0, 0, 5, 0, 0, 0, 0, 2],
|
|
617
|
+
];
|
|
618
|
+
export var GetCompositionRequest = [3, n0, _GCR, 0, [_a], [0]];
|
|
619
|
+
export var GetCompositionResponse = [3, n0, _GCRe, 0, [_com], [() => Composition]];
|
|
620
|
+
export var GetEncoderConfigurationRequest = [3, n0, _GECR, 0, [_a], [0]];
|
|
621
|
+
export var GetEncoderConfigurationResponse = [
|
|
622
|
+
3,
|
|
623
|
+
n0,
|
|
624
|
+
_GECRe,
|
|
625
|
+
0,
|
|
626
|
+
[_eC],
|
|
627
|
+
[() => EncoderConfiguration],
|
|
628
|
+
];
|
|
629
|
+
export var GetIngestConfigurationRequest = [3, n0, _GICR, 0, [_a], [0]];
|
|
630
|
+
export var GetIngestConfigurationResponse = [
|
|
631
|
+
3,
|
|
632
|
+
n0,
|
|
633
|
+
_GICRe,
|
|
634
|
+
0,
|
|
635
|
+
[_iC],
|
|
636
|
+
[[() => IngestConfiguration, 0]],
|
|
637
|
+
];
|
|
638
|
+
export var GetParticipantRequest = [3, n0, _GPR, 0, [_sA, _sI, _pI], [0, 0, 0]];
|
|
639
|
+
export var GetParticipantResponse = [3, n0, _GPRe, 0, [_p], [() => Participant]];
|
|
640
|
+
export var GetPublicKeyRequest = [3, n0, _GPKR, 0, [_a], [0]];
|
|
641
|
+
export var GetPublicKeyResponse = [3, n0, _GPKRe, 0, [_pK], [() => PublicKey]];
|
|
642
|
+
export var GetStageRequest = [3, n0, _GSR, 0, [_a], [0]];
|
|
643
|
+
export var GetStageResponse = [3, n0, _GSRe, 0, [_sta], [() => Stage]];
|
|
644
|
+
export var GetStageSessionRequest = [3, n0, _GSSR, 0, [_sA, _sI], [0, 0]];
|
|
645
|
+
export var GetStageSessionResponse = [3, n0, _GSSRe, 0, [_sS], [() => StageSession]];
|
|
646
|
+
export var GetStorageConfigurationRequest = [3, n0, _GSCR, 0, [_a], [0]];
|
|
647
|
+
export var GetStorageConfigurationResponse = [
|
|
648
|
+
3,
|
|
649
|
+
n0,
|
|
650
|
+
_GSCRe,
|
|
651
|
+
0,
|
|
652
|
+
[_sC],
|
|
653
|
+
[() => StorageConfiguration],
|
|
654
|
+
];
|
|
655
|
+
export var GridConfiguration = [
|
|
656
|
+
3,
|
|
657
|
+
n0,
|
|
658
|
+
_GC,
|
|
659
|
+
0,
|
|
660
|
+
[_fPA, _oSV, _vAR, _vFM, _gG, _pOA],
|
|
661
|
+
[0, 2, 0, 0, 1, 0],
|
|
662
|
+
];
|
|
663
|
+
export var ImportPublicKeyRequest = [3, n0, _IPKR, 0, [_pKM, _n, _t], [0, 0, 128 | 0]];
|
|
664
|
+
export var ImportPublicKeyResponse = [3, n0, _IPKRm, 0, [_pK], [() => PublicKey]];
|
|
665
|
+
export var IngestConfiguration = [
|
|
666
|
+
3,
|
|
667
|
+
n0,
|
|
668
|
+
_IC,
|
|
669
|
+
0,
|
|
670
|
+
[_n, _a, _iP, _sK, _sA, _pI, _s, _uI, _at, _t],
|
|
671
|
+
[0, 0, 0, [() => StreamKey, 0], 0, 0, 0, 0, 128 | 0, 128 | 0],
|
|
672
|
+
];
|
|
673
|
+
export var IngestConfigurationSummary = [
|
|
674
|
+
3,
|
|
675
|
+
n0,
|
|
676
|
+
_ICS,
|
|
677
|
+
0,
|
|
678
|
+
[_n, _a, _iP, _sA, _pI, _s, _uI],
|
|
679
|
+
[0, 0, 0, 0, 0, 0, 0],
|
|
680
|
+
];
|
|
681
|
+
export var InternalServerException = [
|
|
682
|
+
-3,
|
|
683
|
+
n0,
|
|
684
|
+
_ISE,
|
|
685
|
+
{
|
|
686
|
+
[_e]: _se,
|
|
687
|
+
[_hE]: 500,
|
|
688
|
+
},
|
|
689
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
|
|
690
|
+
[
|
|
691
|
+
[
|
|
692
|
+
0,
|
|
693
|
+
{
|
|
694
|
+
[_hH]: _ACAO,
|
|
695
|
+
},
|
|
696
|
+
],
|
|
697
|
+
[
|
|
698
|
+
0,
|
|
699
|
+
{
|
|
700
|
+
[_hH]: _ACEH,
|
|
701
|
+
},
|
|
702
|
+
],
|
|
703
|
+
[
|
|
704
|
+
0,
|
|
705
|
+
{
|
|
706
|
+
[_hH]: _CC,
|
|
707
|
+
},
|
|
708
|
+
],
|
|
709
|
+
[
|
|
710
|
+
0,
|
|
711
|
+
{
|
|
712
|
+
[_hH]: _CSP,
|
|
713
|
+
},
|
|
714
|
+
],
|
|
715
|
+
[
|
|
716
|
+
0,
|
|
717
|
+
{
|
|
718
|
+
[_hH]: _STS,
|
|
719
|
+
},
|
|
720
|
+
],
|
|
721
|
+
[
|
|
722
|
+
0,
|
|
723
|
+
{
|
|
724
|
+
[_hH]: _XCTO,
|
|
725
|
+
},
|
|
726
|
+
],
|
|
727
|
+
[
|
|
728
|
+
0,
|
|
729
|
+
{
|
|
730
|
+
[_hH]: _XFO,
|
|
731
|
+
},
|
|
732
|
+
],
|
|
733
|
+
[
|
|
734
|
+
0,
|
|
735
|
+
{
|
|
736
|
+
[_hH]: _xaE,
|
|
737
|
+
},
|
|
738
|
+
],
|
|
739
|
+
0,
|
|
740
|
+
],
|
|
741
|
+
];
|
|
742
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
743
|
+
export var LayoutConfiguration = [
|
|
744
|
+
3,
|
|
745
|
+
n0,
|
|
746
|
+
_LC,
|
|
747
|
+
0,
|
|
748
|
+
[_g, _pi],
|
|
749
|
+
[() => GridConfiguration, () => PipConfiguration],
|
|
750
|
+
];
|
|
751
|
+
export var ListCompositionsRequest = [3, n0, _LCR, 0, [_fBSA, _fBECA, _nT, _mR], [0, 0, 0, 1]];
|
|
752
|
+
export var ListCompositionsResponse = [
|
|
753
|
+
3,
|
|
754
|
+
n0,
|
|
755
|
+
_LCRi,
|
|
756
|
+
0,
|
|
757
|
+
[_comp, _nT],
|
|
758
|
+
[() => CompositionSummaryList, 0],
|
|
759
|
+
];
|
|
760
|
+
export var ListEncoderConfigurationsRequest = [3, n0, _LECR, 0, [_nT, _mR], [0, 1]];
|
|
761
|
+
export var ListEncoderConfigurationsResponse = [
|
|
762
|
+
3,
|
|
763
|
+
n0,
|
|
764
|
+
_LECRi,
|
|
765
|
+
0,
|
|
766
|
+
[_eCn, _nT],
|
|
767
|
+
[() => EncoderConfigurationSummaryList, 0],
|
|
768
|
+
];
|
|
769
|
+
export var ListIngestConfigurationsRequest = [
|
|
770
|
+
3,
|
|
771
|
+
n0,
|
|
772
|
+
_LICR,
|
|
773
|
+
0,
|
|
774
|
+
[_fBSA, _fBS, _nT, _mR],
|
|
775
|
+
[0, 0, 0, 1],
|
|
776
|
+
];
|
|
777
|
+
export var ListIngestConfigurationsResponse = [
|
|
778
|
+
3,
|
|
779
|
+
n0,
|
|
780
|
+
_LICRi,
|
|
781
|
+
0,
|
|
782
|
+
[_iCn, _nT],
|
|
783
|
+
[() => IngestConfigurationList, 0],
|
|
784
|
+
];
|
|
785
|
+
export var ListParticipantEventsRequest = [
|
|
786
|
+
3,
|
|
787
|
+
n0,
|
|
788
|
+
_LPER,
|
|
789
|
+
0,
|
|
790
|
+
[_sA, _sI, _pI, _nT, _mR],
|
|
791
|
+
[0, 0, 0, 0, 1],
|
|
792
|
+
];
|
|
793
|
+
export var ListParticipantEventsResponse = [3, n0, _LPERi, 0, [_ev, _nT], [() => EventList, 0]];
|
|
794
|
+
export var ListParticipantReplicasRequest = [
|
|
795
|
+
3,
|
|
796
|
+
n0,
|
|
797
|
+
_LPRR,
|
|
798
|
+
0,
|
|
799
|
+
[_sSA, _pI, _nT, _mR],
|
|
800
|
+
[0, 0, 0, 1],
|
|
801
|
+
];
|
|
802
|
+
export var ListParticipantReplicasResponse = [
|
|
803
|
+
3,
|
|
804
|
+
n0,
|
|
805
|
+
_LPRRi,
|
|
806
|
+
0,
|
|
807
|
+
[_rep, _nT],
|
|
808
|
+
[() => ParticipantReplicaList, 0],
|
|
809
|
+
];
|
|
810
|
+
export var ListParticipantsRequest = [
|
|
811
|
+
3,
|
|
812
|
+
n0,
|
|
813
|
+
_LPR,
|
|
814
|
+
0,
|
|
815
|
+
[_sA, _sI, _fBUI, _fBP, _fBS, _nT, _mR, _fBRS],
|
|
816
|
+
[0, 0, 0, 2, 0, 0, 1, 0],
|
|
817
|
+
];
|
|
818
|
+
export var ListParticipantsResponse = [3, n0, _LPRi, 0, [_pa, _nT], [() => ParticipantList, 0]];
|
|
819
|
+
export var ListPublicKeysRequest = [3, n0, _LPKR, 0, [_nT, _mR], [0, 1]];
|
|
820
|
+
export var ListPublicKeysResponse = [3, n0, _LPKRi, 0, [_pKu, _nT], [() => PublicKeyList, 0]];
|
|
821
|
+
export var ListStageSessionsRequest = [3, n0, _LSSR, 0, [_sA, _nT, _mR], [0, 0, 1]];
|
|
822
|
+
export var ListStageSessionsResponse = [
|
|
823
|
+
3,
|
|
824
|
+
n0,
|
|
825
|
+
_LSSRi,
|
|
826
|
+
0,
|
|
827
|
+
[_sSt, _nT],
|
|
828
|
+
[() => StageSessionList, 0],
|
|
829
|
+
];
|
|
830
|
+
export var ListStagesRequest = [3, n0, _LSR, 0, [_nT, _mR], [0, 1]];
|
|
831
|
+
export var ListStagesResponse = [3, n0, _LSRi, 0, [_stag, _nT], [() => StageSummaryList, 0]];
|
|
832
|
+
export var ListStorageConfigurationsRequest = [3, n0, _LSCR, 0, [_nT, _mR], [0, 1]];
|
|
833
|
+
export var ListStorageConfigurationsResponse = [
|
|
834
|
+
3,
|
|
835
|
+
n0,
|
|
836
|
+
_LSCRi,
|
|
837
|
+
0,
|
|
838
|
+
[_sCt, _nT],
|
|
839
|
+
[() => StorageConfigurationSummaryList, 0],
|
|
840
|
+
];
|
|
841
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
842
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
843
|
+
export var Participant = [
|
|
844
|
+
3,
|
|
845
|
+
n0,
|
|
846
|
+
_P,
|
|
847
|
+
0,
|
|
848
|
+
[_pI, _uI, _s, _fJT, _at, _pu, _iN, _oN, _oV, _bN, _bV, _sV, _rSBN, _rSP, _rS, _pr, _rT, _rSe, _sSA, _sSI],
|
|
849
|
+
[0, 0, 0, 5, 128 | 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
850
|
+
];
|
|
851
|
+
export var ParticipantRecordingHlsConfiguration = [3, n0, _PRHC, 0, [_tSDS], [1]];
|
|
852
|
+
export var ParticipantReplica = [
|
|
853
|
+
3,
|
|
854
|
+
n0,
|
|
855
|
+
_PR,
|
|
856
|
+
0,
|
|
857
|
+
[_sSA, _pI, _sSI, _dSA, _dSI, _rSe],
|
|
858
|
+
[0, 0, 0, 0, 0, 0],
|
|
859
|
+
];
|
|
860
|
+
export var ParticipantSummary = [
|
|
861
|
+
3,
|
|
862
|
+
n0,
|
|
863
|
+
_PS,
|
|
864
|
+
0,
|
|
865
|
+
[_pI, _uI, _s, _fJT, _pu, _rS, _rT, _rSe, _sSA, _sSI],
|
|
866
|
+
[0, 0, 0, 5, 2, 0, 0, 0, 0, 0],
|
|
867
|
+
];
|
|
868
|
+
export var ParticipantThumbnailConfiguration = [
|
|
869
|
+
3,
|
|
870
|
+
n0,
|
|
871
|
+
_PTC,
|
|
872
|
+
0,
|
|
873
|
+
[_tIS, _st, _rM],
|
|
874
|
+
[1, 64 | 0, 0],
|
|
875
|
+
];
|
|
876
|
+
export var ParticipantToken = [
|
|
877
|
+
3,
|
|
878
|
+
n0,
|
|
879
|
+
_PT,
|
|
880
|
+
0,
|
|
881
|
+
[_pI, _to, _uI, _at, _du, _ca, _eTx],
|
|
882
|
+
[0, [() => ParticipantTokenString, 0], 0, 128 | 0, 1, 64 | 0, 5],
|
|
883
|
+
];
|
|
884
|
+
export var ParticipantTokenConfiguration = [
|
|
885
|
+
3,
|
|
886
|
+
n0,
|
|
887
|
+
_PTCa,
|
|
888
|
+
0,
|
|
889
|
+
[_du, _uI, _at, _ca],
|
|
890
|
+
[1, 0, 128 | 0, 64 | 0],
|
|
891
|
+
];
|
|
892
|
+
export var PendingVerification = [
|
|
893
|
+
-3,
|
|
894
|
+
n0,
|
|
895
|
+
_PV,
|
|
896
|
+
{
|
|
897
|
+
[_e]: _c,
|
|
898
|
+
[_hE]: 403,
|
|
899
|
+
},
|
|
900
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
|
|
901
|
+
[
|
|
902
|
+
[
|
|
903
|
+
0,
|
|
904
|
+
{
|
|
905
|
+
[_hH]: _ACAO,
|
|
906
|
+
},
|
|
907
|
+
],
|
|
908
|
+
[
|
|
909
|
+
0,
|
|
910
|
+
{
|
|
911
|
+
[_hH]: _ACEH,
|
|
912
|
+
},
|
|
913
|
+
],
|
|
914
|
+
[
|
|
915
|
+
0,
|
|
916
|
+
{
|
|
917
|
+
[_hH]: _CC,
|
|
918
|
+
},
|
|
919
|
+
],
|
|
920
|
+
[
|
|
921
|
+
0,
|
|
922
|
+
{
|
|
923
|
+
[_hH]: _CSP,
|
|
924
|
+
},
|
|
925
|
+
],
|
|
926
|
+
[
|
|
927
|
+
0,
|
|
928
|
+
{
|
|
929
|
+
[_hH]: _STS,
|
|
930
|
+
},
|
|
931
|
+
],
|
|
932
|
+
[
|
|
933
|
+
0,
|
|
934
|
+
{
|
|
935
|
+
[_hH]: _XCTO,
|
|
936
|
+
},
|
|
937
|
+
],
|
|
938
|
+
[
|
|
939
|
+
0,
|
|
940
|
+
{
|
|
941
|
+
[_hH]: _XFO,
|
|
942
|
+
},
|
|
943
|
+
],
|
|
944
|
+
[
|
|
945
|
+
0,
|
|
946
|
+
{
|
|
947
|
+
[_hH]: _xaE,
|
|
948
|
+
},
|
|
949
|
+
],
|
|
950
|
+
0,
|
|
951
|
+
],
|
|
952
|
+
];
|
|
953
|
+
TypeRegistry.for(n0).registerError(PendingVerification, __PendingVerification);
|
|
954
|
+
export var PipConfiguration = [
|
|
955
|
+
3,
|
|
956
|
+
n0,
|
|
957
|
+
_PC,
|
|
958
|
+
0,
|
|
959
|
+
[_fPA, _oSV, _vFM, _gG, _pPA, _pB, _pO, _pP, _pW, _pH, _pOA],
|
|
960
|
+
[0, 2, 0, 1, 0, 0, 1, 0, 1, 1, 0],
|
|
961
|
+
];
|
|
962
|
+
export var PublicKey = [3, n0, _PK, 0, [_a, _n, _pKM, _fi, _t], [0, 0, 0, 0, 128 | 0]];
|
|
963
|
+
export var PublicKeySummary = [3, n0, _PKS, 0, [_a, _n, _t], [0, 0, 128 | 0]];
|
|
964
|
+
export var RecordingConfiguration = [
|
|
965
|
+
3,
|
|
966
|
+
n0,
|
|
967
|
+
_RC,
|
|
968
|
+
0,
|
|
969
|
+
[_hC, _fo],
|
|
970
|
+
[() => CompositionRecordingHlsConfiguration, 0],
|
|
971
|
+
];
|
|
972
|
+
export var ResourceNotFoundException = [
|
|
973
|
+
-3,
|
|
974
|
+
n0,
|
|
975
|
+
_RNFE,
|
|
976
|
+
{
|
|
977
|
+
[_e]: _c,
|
|
978
|
+
[_hE]: 404,
|
|
979
|
+
},
|
|
980
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
|
|
981
|
+
[
|
|
982
|
+
[
|
|
983
|
+
0,
|
|
984
|
+
{
|
|
985
|
+
[_hH]: _ACAO,
|
|
986
|
+
},
|
|
987
|
+
],
|
|
988
|
+
[
|
|
989
|
+
0,
|
|
990
|
+
{
|
|
991
|
+
[_hH]: _ACEH,
|
|
992
|
+
},
|
|
993
|
+
],
|
|
994
|
+
[
|
|
995
|
+
0,
|
|
996
|
+
{
|
|
997
|
+
[_hH]: _CC,
|
|
998
|
+
},
|
|
999
|
+
],
|
|
1000
|
+
[
|
|
1001
|
+
0,
|
|
1002
|
+
{
|
|
1003
|
+
[_hH]: _CSP,
|
|
1004
|
+
},
|
|
1005
|
+
],
|
|
1006
|
+
[
|
|
1007
|
+
0,
|
|
1008
|
+
{
|
|
1009
|
+
[_hH]: _STS,
|
|
1010
|
+
},
|
|
1011
|
+
],
|
|
1012
|
+
[
|
|
1013
|
+
0,
|
|
1014
|
+
{
|
|
1015
|
+
[_hH]: _XCTO,
|
|
1016
|
+
},
|
|
1017
|
+
],
|
|
1018
|
+
[
|
|
1019
|
+
0,
|
|
1020
|
+
{
|
|
1021
|
+
[_hH]: _XFO,
|
|
1022
|
+
},
|
|
1023
|
+
],
|
|
1024
|
+
[
|
|
1025
|
+
0,
|
|
1026
|
+
{
|
|
1027
|
+
[_hH]: _xaE,
|
|
1028
|
+
},
|
|
1029
|
+
],
|
|
1030
|
+
0,
|
|
1031
|
+
],
|
|
1032
|
+
];
|
|
1033
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1034
|
+
export var S3DestinationConfiguration = [
|
|
1035
|
+
3,
|
|
1036
|
+
n0,
|
|
1037
|
+
_SDC,
|
|
1038
|
+
0,
|
|
1039
|
+
[_sCA, _eCAn, _rC, _tCh],
|
|
1040
|
+
[0, 64 | 0, () => RecordingConfiguration, () => CompositionThumbnailConfigurationList],
|
|
1041
|
+
];
|
|
1042
|
+
export var S3Detail = [3, n0, _SD, 0, [_rP], [0]];
|
|
1043
|
+
export var S3StorageConfiguration = [3, n0, _SSC, 0, [_bNu], [0]];
|
|
1044
|
+
export var ServiceQuotaExceededException = [
|
|
1045
|
+
-3,
|
|
1046
|
+
n0,
|
|
1047
|
+
_SQEE,
|
|
1048
|
+
{
|
|
1049
|
+
[_e]: _c,
|
|
1050
|
+
[_hE]: 402,
|
|
1051
|
+
},
|
|
1052
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
|
|
1053
|
+
[
|
|
1054
|
+
[
|
|
1055
|
+
0,
|
|
1056
|
+
{
|
|
1057
|
+
[_hH]: _ACAO,
|
|
1058
|
+
},
|
|
1059
|
+
],
|
|
1060
|
+
[
|
|
1061
|
+
0,
|
|
1062
|
+
{
|
|
1063
|
+
[_hH]: _ACEH,
|
|
1064
|
+
},
|
|
1065
|
+
],
|
|
1066
|
+
[
|
|
1067
|
+
0,
|
|
1068
|
+
{
|
|
1069
|
+
[_hH]: _CC,
|
|
1070
|
+
},
|
|
1071
|
+
],
|
|
1072
|
+
[
|
|
1073
|
+
0,
|
|
1074
|
+
{
|
|
1075
|
+
[_hH]: _CSP,
|
|
1076
|
+
},
|
|
1077
|
+
],
|
|
1078
|
+
[
|
|
1079
|
+
0,
|
|
1080
|
+
{
|
|
1081
|
+
[_hH]: _STS,
|
|
1082
|
+
},
|
|
1083
|
+
],
|
|
1084
|
+
[
|
|
1085
|
+
0,
|
|
1086
|
+
{
|
|
1087
|
+
[_hH]: _XCTO,
|
|
1088
|
+
},
|
|
1089
|
+
],
|
|
1090
|
+
[
|
|
1091
|
+
0,
|
|
1092
|
+
{
|
|
1093
|
+
[_hH]: _XFO,
|
|
1094
|
+
},
|
|
1095
|
+
],
|
|
1096
|
+
[
|
|
1097
|
+
0,
|
|
1098
|
+
{
|
|
1099
|
+
[_hH]: _xaE,
|
|
1100
|
+
},
|
|
1101
|
+
],
|
|
1102
|
+
0,
|
|
1103
|
+
],
|
|
1104
|
+
];
|
|
1105
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1106
|
+
export var Stage = [
|
|
1107
|
+
3,
|
|
1108
|
+
n0,
|
|
1109
|
+
_S,
|
|
1110
|
+
0,
|
|
1111
|
+
[_a, _n, _aSI, _t, _aPRC, _en],
|
|
1112
|
+
[0, 0, 0, 128 | 0, () => AutoParticipantRecordingConfiguration, () => StageEndpoints],
|
|
1113
|
+
];
|
|
1114
|
+
export var StageEndpoints = [3, n0, _SE, 0, [_ev, _w, _rt, _rtm], [0, 0, 0, 0]];
|
|
1115
|
+
export var StageSession = [3, n0, _SS, 0, [_sI, _sT, _eT], [0, 5, 5]];
|
|
1116
|
+
export var StageSessionSummary = [3, n0, _SSS, 0, [_sI, _sT, _eT], [0, 5, 5]];
|
|
1117
|
+
export var StageSummary = [3, n0, _SSt, 0, [_a, _n, _aSI, _t], [0, 0, 0, 128 | 0]];
|
|
1118
|
+
export var StartCompositionRequest = [
|
|
1119
|
+
3,
|
|
1120
|
+
n0,
|
|
1121
|
+
_SCR,
|
|
1122
|
+
0,
|
|
1123
|
+
[_sA, _iT, _l, _d, _t],
|
|
1124
|
+
[0, [0, 4], () => LayoutConfiguration, () => DestinationConfigurationList, 128 | 0],
|
|
1125
|
+
];
|
|
1126
|
+
export var StartCompositionResponse = [3, n0, _SCRt, 0, [_com], [() => Composition]];
|
|
1127
|
+
export var StartParticipantReplicationRequest = [
|
|
1128
|
+
3,
|
|
1129
|
+
n0,
|
|
1130
|
+
_SPRR,
|
|
1131
|
+
0,
|
|
1132
|
+
[_sSA, _dSA, _pI, _rWS, _at],
|
|
1133
|
+
[0, 0, 0, 1, 128 | 0],
|
|
1134
|
+
];
|
|
1135
|
+
export var StartParticipantReplicationResponse = [
|
|
1136
|
+
3,
|
|
1137
|
+
n0,
|
|
1138
|
+
_SPRRt,
|
|
1139
|
+
0,
|
|
1140
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO],
|
|
1141
|
+
[
|
|
1142
|
+
[
|
|
1143
|
+
0,
|
|
1144
|
+
{
|
|
1145
|
+
[_hH]: _ACAO,
|
|
1146
|
+
},
|
|
1147
|
+
],
|
|
1148
|
+
[
|
|
1149
|
+
0,
|
|
1150
|
+
{
|
|
1151
|
+
[_hH]: _ACEH,
|
|
1152
|
+
},
|
|
1153
|
+
],
|
|
1154
|
+
[
|
|
1155
|
+
0,
|
|
1156
|
+
{
|
|
1157
|
+
[_hH]: _CC,
|
|
1158
|
+
},
|
|
1159
|
+
],
|
|
1160
|
+
[
|
|
1161
|
+
0,
|
|
1162
|
+
{
|
|
1163
|
+
[_hH]: _CSP,
|
|
1164
|
+
},
|
|
1165
|
+
],
|
|
1166
|
+
[
|
|
1167
|
+
0,
|
|
1168
|
+
{
|
|
1169
|
+
[_hH]: _STS,
|
|
1170
|
+
},
|
|
1171
|
+
],
|
|
1172
|
+
[
|
|
1173
|
+
0,
|
|
1174
|
+
{
|
|
1175
|
+
[_hH]: _XCTO,
|
|
1176
|
+
},
|
|
1177
|
+
],
|
|
1178
|
+
[
|
|
1179
|
+
0,
|
|
1180
|
+
{
|
|
1181
|
+
[_hH]: _XFO,
|
|
1182
|
+
},
|
|
1183
|
+
],
|
|
1184
|
+
],
|
|
1185
|
+
];
|
|
1186
|
+
export var StopCompositionRequest = [3, n0, _SCRto, 0, [_a], [0]];
|
|
1187
|
+
export var StopCompositionResponse = [3, n0, _SCRtop, 0, [], []];
|
|
1188
|
+
export var StopParticipantReplicationRequest = [3, n0, _SPRRto, 0, [_sSA, _dSA, _pI], [0, 0, 0]];
|
|
1189
|
+
export var StopParticipantReplicationResponse = [
|
|
1190
|
+
3,
|
|
1191
|
+
n0,
|
|
1192
|
+
_SPRRtop,
|
|
1193
|
+
0,
|
|
1194
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO],
|
|
1195
|
+
[
|
|
1196
|
+
[
|
|
1197
|
+
0,
|
|
1198
|
+
{
|
|
1199
|
+
[_hH]: _ACAO,
|
|
1200
|
+
},
|
|
1201
|
+
],
|
|
1202
|
+
[
|
|
1203
|
+
0,
|
|
1204
|
+
{
|
|
1205
|
+
[_hH]: _ACEH,
|
|
1206
|
+
},
|
|
1207
|
+
],
|
|
1208
|
+
[
|
|
1209
|
+
0,
|
|
1210
|
+
{
|
|
1211
|
+
[_hH]: _CC,
|
|
1212
|
+
},
|
|
1213
|
+
],
|
|
1214
|
+
[
|
|
1215
|
+
0,
|
|
1216
|
+
{
|
|
1217
|
+
[_hH]: _CSP,
|
|
1218
|
+
},
|
|
1219
|
+
],
|
|
1220
|
+
[
|
|
1221
|
+
0,
|
|
1222
|
+
{
|
|
1223
|
+
[_hH]: _STS,
|
|
1224
|
+
},
|
|
1225
|
+
],
|
|
1226
|
+
[
|
|
1227
|
+
0,
|
|
1228
|
+
{
|
|
1229
|
+
[_hH]: _XCTO,
|
|
1230
|
+
},
|
|
1231
|
+
],
|
|
1232
|
+
[
|
|
1233
|
+
0,
|
|
1234
|
+
{
|
|
1235
|
+
[_hH]: _XFO,
|
|
1236
|
+
},
|
|
1237
|
+
],
|
|
1238
|
+
],
|
|
1239
|
+
];
|
|
1240
|
+
export var StorageConfiguration = [
|
|
1241
|
+
3,
|
|
1242
|
+
n0,
|
|
1243
|
+
_SC,
|
|
1244
|
+
0,
|
|
1245
|
+
[_a, _n, _s_, _t],
|
|
1246
|
+
[0, 0, () => S3StorageConfiguration, 128 | 0],
|
|
1247
|
+
];
|
|
1248
|
+
export var StorageConfigurationSummary = [
|
|
1249
|
+
3,
|
|
1250
|
+
n0,
|
|
1251
|
+
_SCS,
|
|
1252
|
+
0,
|
|
1253
|
+
[_a, _n, _s_, _t],
|
|
1254
|
+
[0, 0, () => S3StorageConfiguration, 128 | 0],
|
|
1255
|
+
];
|
|
1256
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1257
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1258
|
+
export var UntagResourceRequest = [
|
|
1259
|
+
3,
|
|
1260
|
+
n0,
|
|
1261
|
+
_URR,
|
|
1262
|
+
0,
|
|
1263
|
+
[_rA, _tK],
|
|
1264
|
+
[
|
|
1265
|
+
[0, 1],
|
|
1266
|
+
[
|
|
1267
|
+
64 | 0,
|
|
1268
|
+
{
|
|
1269
|
+
[_hQ]: _tK,
|
|
1270
|
+
},
|
|
1271
|
+
],
|
|
1272
|
+
],
|
|
1273
|
+
];
|
|
1274
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1275
|
+
export var UpdateIngestConfigurationRequest = [3, n0, _UICR, 0, [_a, _sA], [0, 0]];
|
|
1276
|
+
export var UpdateIngestConfigurationResponse = [
|
|
1277
|
+
3,
|
|
1278
|
+
n0,
|
|
1279
|
+
_UICRp,
|
|
1280
|
+
0,
|
|
1281
|
+
[_iC],
|
|
1282
|
+
[[() => IngestConfiguration, 0]],
|
|
1283
|
+
];
|
|
1284
|
+
export var UpdateStageRequest = [
|
|
1285
|
+
3,
|
|
1286
|
+
n0,
|
|
1287
|
+
_USR,
|
|
1288
|
+
0,
|
|
1289
|
+
[_a, _n, _aPRC],
|
|
1290
|
+
[0, 0, () => AutoParticipantRecordingConfiguration],
|
|
1291
|
+
];
|
|
1292
|
+
export var UpdateStageResponse = [3, n0, _USRp, 0, [_sta], [() => Stage]];
|
|
1293
|
+
export var ValidationException = [
|
|
1294
|
+
-3,
|
|
1295
|
+
n0,
|
|
1296
|
+
_VE,
|
|
1297
|
+
{
|
|
1298
|
+
[_e]: _c,
|
|
1299
|
+
[_hE]: 400,
|
|
1300
|
+
},
|
|
1301
|
+
[_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
|
|
1302
|
+
[
|
|
1303
|
+
[
|
|
1304
|
+
0,
|
|
1305
|
+
{
|
|
1306
|
+
[_hH]: _ACAO,
|
|
1307
|
+
},
|
|
1308
|
+
],
|
|
1309
|
+
[
|
|
1310
|
+
0,
|
|
1311
|
+
{
|
|
1312
|
+
[_hH]: _ACEH,
|
|
1313
|
+
},
|
|
1314
|
+
],
|
|
1315
|
+
[
|
|
1316
|
+
0,
|
|
1317
|
+
{
|
|
1318
|
+
[_hH]: _CC,
|
|
1319
|
+
},
|
|
1320
|
+
],
|
|
1321
|
+
[
|
|
1322
|
+
0,
|
|
1323
|
+
{
|
|
1324
|
+
[_hH]: _CSP,
|
|
1325
|
+
},
|
|
1326
|
+
],
|
|
1327
|
+
[
|
|
1328
|
+
0,
|
|
1329
|
+
{
|
|
1330
|
+
[_hH]: _STS,
|
|
1331
|
+
},
|
|
1332
|
+
],
|
|
1333
|
+
[
|
|
1334
|
+
0,
|
|
1335
|
+
{
|
|
1336
|
+
[_hH]: _XCTO,
|
|
1337
|
+
},
|
|
1338
|
+
],
|
|
1339
|
+
[
|
|
1340
|
+
0,
|
|
1341
|
+
{
|
|
1342
|
+
[_hH]: _XFO,
|
|
1343
|
+
},
|
|
1344
|
+
],
|
|
1345
|
+
[
|
|
1346
|
+
0,
|
|
1347
|
+
{
|
|
1348
|
+
[_hH]: _xaE,
|
|
1349
|
+
},
|
|
1350
|
+
],
|
|
1351
|
+
0,
|
|
1352
|
+
],
|
|
1353
|
+
];
|
|
1354
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1355
|
+
export var Video = [3, n0, _V, 0, [_wi, _h, _fr, _b], [1, 1, 1, 1]];
|
|
1356
|
+
export var __Unit = "unit";
|
|
1357
|
+
export var IVSRealTimeServiceException = [-3, _sm, "IVSRealTimeServiceException", 0, [], []];
|
|
1358
|
+
TypeRegistry.for(_sm).registerError(IVSRealTimeServiceException, __IVSRealTimeServiceException);
|
|
1359
|
+
export var CompositionSummaryList = [1, n0, _CSL, 0, () => CompositionSummary];
|
|
1360
|
+
export var CompositionThumbnailConfigurationList = [
|
|
1361
|
+
1,
|
|
1362
|
+
n0,
|
|
1363
|
+
_CTCL,
|
|
1364
|
+
0,
|
|
1365
|
+
() => CompositionThumbnailConfiguration,
|
|
1366
|
+
];
|
|
1367
|
+
export var DestinationConfigurationList = [1, n0, _DCL, 0, () => DestinationConfiguration];
|
|
1368
|
+
export var DestinationList = [1, n0, _DL, 0, () => Destination];
|
|
1369
|
+
export var DestinationSummaryList = [1, n0, _DSL, 0, () => DestinationSummary];
|
|
1370
|
+
export var EncoderConfigurationArnList = 64 | 0;
|
|
1371
|
+
export var EncoderConfigurationSummaryList = [1, n0, _ECSL, 0, () => EncoderConfigurationSummary];
|
|
1372
|
+
export var EventList = [1, n0, _EL, 0, () => Event];
|
|
1373
|
+
export var IngestConfigurationList = [1, n0, _ICL, 0, () => IngestConfigurationSummary];
|
|
1374
|
+
export var ParticipantList = [1, n0, _PL, 0, () => ParticipantSummary];
|
|
1375
|
+
export var ParticipantRecordingMediaTypeList = 64 | 0;
|
|
1376
|
+
export var ParticipantReplicaList = [1, n0, _PRL, 0, () => ParticipantReplica];
|
|
1377
|
+
export var ParticipantTokenCapabilities = 64 | 0;
|
|
1378
|
+
export var ParticipantTokenConfigurations = [1, n0, _PTCar, 0, () => ParticipantTokenConfiguration];
|
|
1379
|
+
export var ParticipantTokenList = [1, n0, _PTL, 0, [() => ParticipantToken, 0]];
|
|
1380
|
+
export var PublicKeyList = [1, n0, _PKL, 0, () => PublicKeySummary];
|
|
1381
|
+
export var StageSessionList = [1, n0, _SSL, 0, () => StageSessionSummary];
|
|
1382
|
+
export var StageSummaryList = [1, n0, _SSLt, 0, () => StageSummary];
|
|
1383
|
+
export var StorageConfigurationSummaryList = [1, n0, _SCSL, 0, () => StorageConfigurationSummary];
|
|
1384
|
+
export var TagKeyList = 64 | 0;
|
|
1385
|
+
export var ThumbnailStorageTypeList = 64 | 0;
|
|
1386
|
+
export var ParticipantAttributes = 128 | 0;
|
|
1387
|
+
export var ParticipantTokenAttributes = 128 | 0;
|
|
1388
|
+
export var Tags = 128 | 0;
|
|
1389
|
+
export var CreateEncoderConfiguration = [
|
|
1390
|
+
9,
|
|
1391
|
+
n0,
|
|
1392
|
+
_CEC,
|
|
1393
|
+
{
|
|
1394
|
+
[_ht]: ["POST", "/CreateEncoderConfiguration", 200],
|
|
1395
|
+
},
|
|
1396
|
+
() => CreateEncoderConfigurationRequest,
|
|
1397
|
+
() => CreateEncoderConfigurationResponse,
|
|
1398
|
+
];
|
|
1399
|
+
export var CreateIngestConfiguration = [
|
|
1400
|
+
9,
|
|
1401
|
+
n0,
|
|
1402
|
+
_CIC,
|
|
1403
|
+
{
|
|
1404
|
+
[_ht]: ["POST", "/CreateIngestConfiguration", 200],
|
|
1405
|
+
},
|
|
1406
|
+
() => CreateIngestConfigurationRequest,
|
|
1407
|
+
() => CreateIngestConfigurationResponse,
|
|
1408
|
+
];
|
|
1409
|
+
export var CreateParticipantToken = [
|
|
1410
|
+
9,
|
|
1411
|
+
n0,
|
|
1412
|
+
_CPT,
|
|
1413
|
+
{
|
|
1414
|
+
[_ht]: ["POST", "/CreateParticipantToken", 200],
|
|
1415
|
+
},
|
|
1416
|
+
() => CreateParticipantTokenRequest,
|
|
1417
|
+
() => CreateParticipantTokenResponse,
|
|
1418
|
+
];
|
|
1419
|
+
export var CreateStage = [
|
|
1420
|
+
9,
|
|
1421
|
+
n0,
|
|
1422
|
+
_CSr,
|
|
1423
|
+
{
|
|
1424
|
+
[_ht]: ["POST", "/CreateStage", 200],
|
|
1425
|
+
},
|
|
1426
|
+
() => CreateStageRequest,
|
|
1427
|
+
() => CreateStageResponse,
|
|
1428
|
+
];
|
|
1429
|
+
export var CreateStorageConfiguration = [
|
|
1430
|
+
9,
|
|
1431
|
+
n0,
|
|
1432
|
+
_CSC,
|
|
1433
|
+
{
|
|
1434
|
+
[_ht]: ["POST", "/CreateStorageConfiguration", 200],
|
|
1435
|
+
},
|
|
1436
|
+
() => CreateStorageConfigurationRequest,
|
|
1437
|
+
() => CreateStorageConfigurationResponse,
|
|
1438
|
+
];
|
|
1439
|
+
export var DeleteEncoderConfiguration = [
|
|
1440
|
+
9,
|
|
1441
|
+
n0,
|
|
1442
|
+
_DEC,
|
|
1443
|
+
{
|
|
1444
|
+
[_ht]: ["POST", "/DeleteEncoderConfiguration", 200],
|
|
1445
|
+
},
|
|
1446
|
+
() => DeleteEncoderConfigurationRequest,
|
|
1447
|
+
() => DeleteEncoderConfigurationResponse,
|
|
1448
|
+
];
|
|
1449
|
+
export var DeleteIngestConfiguration = [
|
|
1450
|
+
9,
|
|
1451
|
+
n0,
|
|
1452
|
+
_DIC,
|
|
1453
|
+
{
|
|
1454
|
+
[_ht]: ["POST", "/DeleteIngestConfiguration", 200],
|
|
1455
|
+
},
|
|
1456
|
+
() => DeleteIngestConfigurationRequest,
|
|
1457
|
+
() => DeleteIngestConfigurationResponse,
|
|
1458
|
+
];
|
|
1459
|
+
export var DeletePublicKey = [
|
|
1460
|
+
9,
|
|
1461
|
+
n0,
|
|
1462
|
+
_DPK,
|
|
1463
|
+
{
|
|
1464
|
+
[_ht]: ["POST", "/DeletePublicKey", 200],
|
|
1465
|
+
},
|
|
1466
|
+
() => DeletePublicKeyRequest,
|
|
1467
|
+
() => DeletePublicKeyResponse,
|
|
1468
|
+
];
|
|
1469
|
+
export var DeleteStage = [
|
|
1470
|
+
9,
|
|
1471
|
+
n0,
|
|
1472
|
+
_DSe,
|
|
1473
|
+
{
|
|
1474
|
+
[_ht]: ["POST", "/DeleteStage", 200],
|
|
1475
|
+
},
|
|
1476
|
+
() => DeleteStageRequest,
|
|
1477
|
+
() => DeleteStageResponse,
|
|
1478
|
+
];
|
|
1479
|
+
export var DeleteStorageConfiguration = [
|
|
1480
|
+
9,
|
|
1481
|
+
n0,
|
|
1482
|
+
_DSC,
|
|
1483
|
+
{
|
|
1484
|
+
[_ht]: ["POST", "/DeleteStorageConfiguration", 200],
|
|
1485
|
+
},
|
|
1486
|
+
() => DeleteStorageConfigurationRequest,
|
|
1487
|
+
() => DeleteStorageConfigurationResponse,
|
|
1488
|
+
];
|
|
1489
|
+
export var DisconnectParticipant = [
|
|
1490
|
+
9,
|
|
1491
|
+
n0,
|
|
1492
|
+
_DP,
|
|
1493
|
+
{
|
|
1494
|
+
[_ht]: ["POST", "/DisconnectParticipant", 200],
|
|
1495
|
+
},
|
|
1496
|
+
() => DisconnectParticipantRequest,
|
|
1497
|
+
() => DisconnectParticipantResponse,
|
|
1498
|
+
];
|
|
1499
|
+
export var GetComposition = [
|
|
1500
|
+
9,
|
|
1501
|
+
n0,
|
|
1502
|
+
_GCe,
|
|
1503
|
+
{
|
|
1504
|
+
[_ht]: ["POST", "/GetComposition", 200],
|
|
1505
|
+
},
|
|
1506
|
+
() => GetCompositionRequest,
|
|
1507
|
+
() => GetCompositionResponse,
|
|
1508
|
+
];
|
|
1509
|
+
export var GetEncoderConfiguration = [
|
|
1510
|
+
9,
|
|
1511
|
+
n0,
|
|
1512
|
+
_GEC,
|
|
1513
|
+
{
|
|
1514
|
+
[_ht]: ["POST", "/GetEncoderConfiguration", 200],
|
|
1515
|
+
},
|
|
1516
|
+
() => GetEncoderConfigurationRequest,
|
|
1517
|
+
() => GetEncoderConfigurationResponse,
|
|
1518
|
+
];
|
|
1519
|
+
export var GetIngestConfiguration = [
|
|
1520
|
+
9,
|
|
1521
|
+
n0,
|
|
1522
|
+
_GIC,
|
|
1523
|
+
{
|
|
1524
|
+
[_ht]: ["POST", "/GetIngestConfiguration", 200],
|
|
1525
|
+
},
|
|
1526
|
+
() => GetIngestConfigurationRequest,
|
|
1527
|
+
() => GetIngestConfigurationResponse,
|
|
1528
|
+
];
|
|
1529
|
+
export var GetParticipant = [
|
|
1530
|
+
9,
|
|
1531
|
+
n0,
|
|
1532
|
+
_GP,
|
|
1533
|
+
{
|
|
1534
|
+
[_ht]: ["POST", "/GetParticipant", 200],
|
|
1535
|
+
},
|
|
1536
|
+
() => GetParticipantRequest,
|
|
1537
|
+
() => GetParticipantResponse,
|
|
1538
|
+
];
|
|
1539
|
+
export var GetPublicKey = [
|
|
1540
|
+
9,
|
|
1541
|
+
n0,
|
|
1542
|
+
_GPK,
|
|
1543
|
+
{
|
|
1544
|
+
[_ht]: ["POST", "/GetPublicKey", 200],
|
|
1545
|
+
},
|
|
1546
|
+
() => GetPublicKeyRequest,
|
|
1547
|
+
() => GetPublicKeyResponse,
|
|
1548
|
+
];
|
|
1549
|
+
export var GetStage = [
|
|
1550
|
+
9,
|
|
1551
|
+
n0,
|
|
1552
|
+
_GS,
|
|
1553
|
+
{
|
|
1554
|
+
[_ht]: ["POST", "/GetStage", 200],
|
|
1555
|
+
},
|
|
1556
|
+
() => GetStageRequest,
|
|
1557
|
+
() => GetStageResponse,
|
|
1558
|
+
];
|
|
1559
|
+
export var GetStageSession = [
|
|
1560
|
+
9,
|
|
1561
|
+
n0,
|
|
1562
|
+
_GSS,
|
|
1563
|
+
{
|
|
1564
|
+
[_ht]: ["POST", "/GetStageSession", 200],
|
|
1565
|
+
},
|
|
1566
|
+
() => GetStageSessionRequest,
|
|
1567
|
+
() => GetStageSessionResponse,
|
|
1568
|
+
];
|
|
1569
|
+
export var GetStorageConfiguration = [
|
|
1570
|
+
9,
|
|
1571
|
+
n0,
|
|
1572
|
+
_GSC,
|
|
1573
|
+
{
|
|
1574
|
+
[_ht]: ["POST", "/GetStorageConfiguration", 200],
|
|
1575
|
+
},
|
|
1576
|
+
() => GetStorageConfigurationRequest,
|
|
1577
|
+
() => GetStorageConfigurationResponse,
|
|
1578
|
+
];
|
|
1579
|
+
export var ImportPublicKey = [
|
|
1580
|
+
9,
|
|
1581
|
+
n0,
|
|
1582
|
+
_IPK,
|
|
1583
|
+
{
|
|
1584
|
+
[_ht]: ["POST", "/ImportPublicKey", 200],
|
|
1585
|
+
},
|
|
1586
|
+
() => ImportPublicKeyRequest,
|
|
1587
|
+
() => ImportPublicKeyResponse,
|
|
1588
|
+
];
|
|
1589
|
+
export var ListCompositions = [
|
|
1590
|
+
9,
|
|
1591
|
+
n0,
|
|
1592
|
+
_LCi,
|
|
1593
|
+
{
|
|
1594
|
+
[_ht]: ["POST", "/ListCompositions", 200],
|
|
1595
|
+
},
|
|
1596
|
+
() => ListCompositionsRequest,
|
|
1597
|
+
() => ListCompositionsResponse,
|
|
1598
|
+
];
|
|
1599
|
+
export var ListEncoderConfigurations = [
|
|
1600
|
+
9,
|
|
1601
|
+
n0,
|
|
1602
|
+
_LEC,
|
|
1603
|
+
{
|
|
1604
|
+
[_ht]: ["POST", "/ListEncoderConfigurations", 200],
|
|
1605
|
+
},
|
|
1606
|
+
() => ListEncoderConfigurationsRequest,
|
|
1607
|
+
() => ListEncoderConfigurationsResponse,
|
|
1608
|
+
];
|
|
1609
|
+
export var ListIngestConfigurations = [
|
|
1610
|
+
9,
|
|
1611
|
+
n0,
|
|
1612
|
+
_LIC,
|
|
1613
|
+
{
|
|
1614
|
+
[_ht]: ["POST", "/ListIngestConfigurations", 200],
|
|
1615
|
+
},
|
|
1616
|
+
() => ListIngestConfigurationsRequest,
|
|
1617
|
+
() => ListIngestConfigurationsResponse,
|
|
1618
|
+
];
|
|
1619
|
+
export var ListParticipantEvents = [
|
|
1620
|
+
9,
|
|
1621
|
+
n0,
|
|
1622
|
+
_LPE,
|
|
1623
|
+
{
|
|
1624
|
+
[_ht]: ["POST", "/ListParticipantEvents", 200],
|
|
1625
|
+
},
|
|
1626
|
+
() => ListParticipantEventsRequest,
|
|
1627
|
+
() => ListParticipantEventsResponse,
|
|
1628
|
+
];
|
|
1629
|
+
export var ListParticipantReplicas = [
|
|
1630
|
+
9,
|
|
1631
|
+
n0,
|
|
1632
|
+
_LPRis,
|
|
1633
|
+
{
|
|
1634
|
+
[_ht]: ["POST", "/ListParticipantReplicas", 200],
|
|
1635
|
+
},
|
|
1636
|
+
() => ListParticipantReplicasRequest,
|
|
1637
|
+
() => ListParticipantReplicasResponse,
|
|
1638
|
+
];
|
|
1639
|
+
export var ListParticipants = [
|
|
1640
|
+
9,
|
|
1641
|
+
n0,
|
|
1642
|
+
_LP,
|
|
1643
|
+
{
|
|
1644
|
+
[_ht]: ["POST", "/ListParticipants", 200],
|
|
1645
|
+
},
|
|
1646
|
+
() => ListParticipantsRequest,
|
|
1647
|
+
() => ListParticipantsResponse,
|
|
1648
|
+
];
|
|
1649
|
+
export var ListPublicKeys = [
|
|
1650
|
+
9,
|
|
1651
|
+
n0,
|
|
1652
|
+
_LPK,
|
|
1653
|
+
{
|
|
1654
|
+
[_ht]: ["POST", "/ListPublicKeys", 200],
|
|
1655
|
+
},
|
|
1656
|
+
() => ListPublicKeysRequest,
|
|
1657
|
+
() => ListPublicKeysResponse,
|
|
1658
|
+
];
|
|
1659
|
+
export var ListStages = [
|
|
1660
|
+
9,
|
|
1661
|
+
n0,
|
|
1662
|
+
_LS,
|
|
1663
|
+
{
|
|
1664
|
+
[_ht]: ["POST", "/ListStages", 200],
|
|
1665
|
+
},
|
|
1666
|
+
() => ListStagesRequest,
|
|
1667
|
+
() => ListStagesResponse,
|
|
1668
|
+
];
|
|
1669
|
+
export var ListStageSessions = [
|
|
1670
|
+
9,
|
|
1671
|
+
n0,
|
|
1672
|
+
_LSS,
|
|
1673
|
+
{
|
|
1674
|
+
[_ht]: ["POST", "/ListStageSessions", 200],
|
|
1675
|
+
},
|
|
1676
|
+
() => ListStageSessionsRequest,
|
|
1677
|
+
() => ListStageSessionsResponse,
|
|
1678
|
+
];
|
|
1679
|
+
export var ListStorageConfigurations = [
|
|
1680
|
+
9,
|
|
1681
|
+
n0,
|
|
1682
|
+
_LSC,
|
|
1683
|
+
{
|
|
1684
|
+
[_ht]: ["POST", "/ListStorageConfigurations", 200],
|
|
1685
|
+
},
|
|
1686
|
+
() => ListStorageConfigurationsRequest,
|
|
1687
|
+
() => ListStorageConfigurationsResponse,
|
|
1688
|
+
];
|
|
1689
|
+
export var ListTagsForResource = [
|
|
1690
|
+
9,
|
|
1691
|
+
n0,
|
|
1692
|
+
_LTFR,
|
|
1693
|
+
{
|
|
1694
|
+
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
1695
|
+
},
|
|
1696
|
+
() => ListTagsForResourceRequest,
|
|
1697
|
+
() => ListTagsForResourceResponse,
|
|
1698
|
+
];
|
|
1699
|
+
export var StartComposition = [
|
|
1700
|
+
9,
|
|
1701
|
+
n0,
|
|
1702
|
+
_SCt,
|
|
1703
|
+
{
|
|
1704
|
+
[_ht]: ["POST", "/StartComposition", 200],
|
|
1705
|
+
},
|
|
1706
|
+
() => StartCompositionRequest,
|
|
1707
|
+
() => StartCompositionResponse,
|
|
1708
|
+
];
|
|
1709
|
+
export var StartParticipantReplication = [
|
|
1710
|
+
9,
|
|
1711
|
+
n0,
|
|
1712
|
+
_SPR,
|
|
1713
|
+
{
|
|
1714
|
+
[_ht]: ["POST", "/StartParticipantReplication", 200],
|
|
1715
|
+
},
|
|
1716
|
+
() => StartParticipantReplicationRequest,
|
|
1717
|
+
() => StartParticipantReplicationResponse,
|
|
1718
|
+
];
|
|
1719
|
+
export var StopComposition = [
|
|
1720
|
+
9,
|
|
1721
|
+
n0,
|
|
1722
|
+
_SCto,
|
|
1723
|
+
{
|
|
1724
|
+
[_ht]: ["POST", "/StopComposition", 200],
|
|
1725
|
+
},
|
|
1726
|
+
() => StopCompositionRequest,
|
|
1727
|
+
() => StopCompositionResponse,
|
|
1728
|
+
];
|
|
1729
|
+
export var StopParticipantReplication = [
|
|
1730
|
+
9,
|
|
1731
|
+
n0,
|
|
1732
|
+
_SPRt,
|
|
1733
|
+
{
|
|
1734
|
+
[_ht]: ["POST", "/StopParticipantReplication", 200],
|
|
1735
|
+
},
|
|
1736
|
+
() => StopParticipantReplicationRequest,
|
|
1737
|
+
() => StopParticipantReplicationResponse,
|
|
1738
|
+
];
|
|
1739
|
+
export var TagResource = [
|
|
1740
|
+
9,
|
|
1741
|
+
n0,
|
|
1742
|
+
_TR,
|
|
1743
|
+
{
|
|
1744
|
+
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
1745
|
+
},
|
|
1746
|
+
() => TagResourceRequest,
|
|
1747
|
+
() => TagResourceResponse,
|
|
1748
|
+
];
|
|
1749
|
+
export var UntagResource = [
|
|
1750
|
+
9,
|
|
1751
|
+
n0,
|
|
1752
|
+
_UR,
|
|
1753
|
+
{
|
|
1754
|
+
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1755
|
+
},
|
|
1756
|
+
() => UntagResourceRequest,
|
|
1757
|
+
() => UntagResourceResponse,
|
|
1758
|
+
];
|
|
1759
|
+
export var UpdateIngestConfiguration = [
|
|
1760
|
+
9,
|
|
1761
|
+
n0,
|
|
1762
|
+
_UIC,
|
|
1763
|
+
{
|
|
1764
|
+
[_ht]: ["POST", "/UpdateIngestConfiguration", 200],
|
|
1765
|
+
},
|
|
1766
|
+
() => UpdateIngestConfigurationRequest,
|
|
1767
|
+
() => UpdateIngestConfigurationResponse,
|
|
1768
|
+
];
|
|
1769
|
+
export var UpdateStage = [
|
|
1770
|
+
9,
|
|
1771
|
+
n0,
|
|
1772
|
+
_US,
|
|
1773
|
+
{
|
|
1774
|
+
[_ht]: ["POST", "/UpdateStage", 200],
|
|
1775
|
+
},
|
|
1776
|
+
() => UpdateStageRequest,
|
|
1777
|
+
() => UpdateStageResponse,
|
|
1778
|
+
];
|