@aws-sdk/client-ivs 3.952.0 → 3.954.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 +475 -321
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchGetChannelCommand.js +2 -2
- package/dist-es/commands/BatchGetStreamKeyCommand.js +2 -2
- package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreatePlaybackRestrictionPolicyCommand.js +2 -2
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateStreamKeyCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +2 -2
- package/dist-es/commands/DeletePlaybackRestrictionPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteStreamKeyCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +2 -2
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +2 -2
- package/dist-es/commands/GetPlaybackRestrictionPolicyCommand.js +2 -2
- package/dist-es/commands/GetRecordingConfigurationCommand.js +2 -2
- package/dist-es/commands/GetStreamCommand.js +2 -2
- package/dist-es/commands/GetStreamKeyCommand.js +2 -2
- package/dist-es/commands/GetStreamSessionCommand.js +2 -2
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +2 -2
- package/dist-es/commands/ListPlaybackRestrictionPoliciesCommand.js +2 -2
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListStreamKeysCommand.js +2 -2
- package/dist-es/commands/ListStreamSessionsCommand.js +2 -2
- package/dist-es/commands/ListStreamsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutMetadataCommand.js +2 -2
- package/dist-es/commands/StartViewerSessionRevocationCommand.js +2 -2
- package/dist-es/commands/StopStreamCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdatePlaybackRestrictionPolicyCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +281 -267
- package/dist-types/IvsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +141 -168
- package/dist-types/ts3.4/IvsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +140 -169
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class IvsClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class IvsServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, IvsServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends IvsServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
exceptionMessage;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends IvsServiceExce
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.exceptionMessage = opts.exceptionMessage;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class PendingVerification extends IvsServiceException {
|
|
135
135
|
name = "PendingVerification";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
exceptionMessage;
|
|
@@ -144,8 +144,8 @@ let PendingVerification$1 = class PendingVerification extends IvsServiceExceptio
|
|
|
144
144
|
Object.setPrototypeOf(this, PendingVerification.prototype);
|
|
145
145
|
this.exceptionMessage = opts.exceptionMessage;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class ThrottlingException extends IvsServiceException {
|
|
149
149
|
name = "ThrottlingException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
exceptionMessage;
|
|
@@ -158,8 +158,8 @@ let ThrottlingException$1 = class ThrottlingException extends IvsServiceExceptio
|
|
|
158
158
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
159
159
|
this.exceptionMessage = opts.exceptionMessage;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class ValidationException extends IvsServiceException {
|
|
163
163
|
name = "ValidationException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
exceptionMessage;
|
|
@@ -172,8 +172,8 @@ let ValidationException$1 = class ValidationException extends IvsServiceExceptio
|
|
|
172
172
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
173
173
|
this.exceptionMessage = opts.exceptionMessage;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class ResourceNotFoundException extends IvsServiceException {
|
|
177
177
|
name = "ResourceNotFoundException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
exceptionMessage;
|
|
@@ -186,8 +186,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends IvsSer
|
|
|
186
186
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
187
187
|
this.exceptionMessage = opts.exceptionMessage;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class ServiceQuotaExceededException extends IvsServiceException {
|
|
191
191
|
name = "ServiceQuotaExceededException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
exceptionMessage;
|
|
@@ -200,8 +200,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
200
200
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
201
201
|
this.exceptionMessage = opts.exceptionMessage;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class ConflictException extends IvsServiceException {
|
|
205
205
|
name = "ConflictException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
exceptionMessage;
|
|
@@ -214,8 +214,8 @@ let ConflictException$1 = class ConflictException extends IvsServiceException$1
|
|
|
214
214
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
215
215
|
this.exceptionMessage = opts.exceptionMessage;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class InternalServerException extends IvsServiceException {
|
|
219
219
|
name = "InternalServerException";
|
|
220
220
|
$fault = "server";
|
|
221
221
|
exceptionMessage;
|
|
@@ -228,8 +228,8 @@ let InternalServerException$1 = class InternalServerException extends IvsService
|
|
|
228
228
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
229
229
|
this.exceptionMessage = opts.exceptionMessage;
|
|
230
230
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
231
|
+
}
|
|
232
|
+
class ChannelNotBroadcasting extends IvsServiceException {
|
|
233
233
|
name = "ChannelNotBroadcasting";
|
|
234
234
|
$fault = "client";
|
|
235
235
|
exceptionMessage;
|
|
@@ -242,8 +242,8 @@ let ChannelNotBroadcasting$1 = class ChannelNotBroadcasting extends IvsServiceEx
|
|
|
242
242
|
Object.setPrototypeOf(this, ChannelNotBroadcasting.prototype);
|
|
243
243
|
this.exceptionMessage = opts.exceptionMessage;
|
|
244
244
|
}
|
|
245
|
-
}
|
|
246
|
-
|
|
245
|
+
}
|
|
246
|
+
class StreamUnavailable extends IvsServiceException {
|
|
247
247
|
name = "StreamUnavailable";
|
|
248
248
|
$fault = "server";
|
|
249
249
|
exceptionMessage;
|
|
@@ -256,7 +256,7 @@ let StreamUnavailable$1 = class StreamUnavailable extends IvsServiceException$1
|
|
|
256
256
|
Object.setPrototypeOf(this, StreamUnavailable.prototype);
|
|
257
257
|
this.exceptionMessage = opts.exceptionMessage;
|
|
258
258
|
}
|
|
259
|
-
}
|
|
259
|
+
}
|
|
260
260
|
|
|
261
261
|
const _AC = "AudioConfiguration";
|
|
262
262
|
const _ACL = "AudioConfigurationList";
|
|
@@ -523,12 +523,12 @@ const n0 = "com.amazonaws.ivs";
|
|
|
523
523
|
var SrtPassphrase = [0, n0, _SP, 8, 0];
|
|
524
524
|
var StreamKeyValue = [0, n0, _SKV, 8, 0];
|
|
525
525
|
var StreamMetadata = [0, n0, _SM, 8, 0];
|
|
526
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_eM], [0]];
|
|
527
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
528
|
-
var AudioConfiguration = [3, n0, _AC, 0, [_co, _tB, _sR, _ch, _t], [0, 1, 1, 1, 0]];
|
|
529
|
-
var BatchError = [3, n0, _BE, 0, [_a, _cod, _m], [0, 0, 0]];
|
|
530
|
-
var BatchGetChannelRequest = [3, n0, _BGCR, 0, [_ar], [64 | 0]];
|
|
531
|
-
var BatchGetChannelResponse = [
|
|
526
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_eM], [0]];
|
|
527
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
528
|
+
var AudioConfiguration$ = [3, n0, _AC, 0, [_co, _tB, _sR, _ch, _t], [0, 1, 1, 1, 0]];
|
|
529
|
+
var BatchError$ = [3, n0, _BE, 0, [_a, _cod, _m], [0, 0, 0]];
|
|
530
|
+
var BatchGetChannelRequest$ = [3, n0, _BGCR, 0, [_ar], [64 | 0]];
|
|
531
|
+
var BatchGetChannelResponse$ = [
|
|
532
532
|
3,
|
|
533
533
|
n0,
|
|
534
534
|
_BGCRa,
|
|
@@ -536,8 +536,8 @@ var BatchGetChannelResponse = [
|
|
|
536
536
|
[_ch, _er],
|
|
537
537
|
[[() => Channels, 0], () => BatchErrors],
|
|
538
538
|
];
|
|
539
|
-
var BatchGetStreamKeyRequest = [3, n0, _BGSKR, 0, [_ar], [64 | 0]];
|
|
540
|
-
var BatchGetStreamKeyResponse = [
|
|
539
|
+
var BatchGetStreamKeyRequest$ = [3, n0, _BGSKR, 0, [_ar], [64 | 0]];
|
|
540
|
+
var BatchGetStreamKeyResponse$ = [
|
|
541
541
|
3,
|
|
542
542
|
n0,
|
|
543
543
|
_BGSKRa,
|
|
@@ -545,7 +545,7 @@ var BatchGetStreamKeyResponse = [
|
|
|
545
545
|
[_sK, _er],
|
|
546
546
|
[[() => StreamKeys, 0], () => BatchErrors],
|
|
547
547
|
];
|
|
548
|
-
var BatchStartViewerSessionRevocationError = [
|
|
548
|
+
var BatchStartViewerSessionRevocationError$ = [
|
|
549
549
|
3,
|
|
550
550
|
n0,
|
|
551
551
|
_BSVSRE,
|
|
@@ -553,7 +553,7 @@ var BatchStartViewerSessionRevocationError = [
|
|
|
553
553
|
[_cA, _vI, _cod, _m],
|
|
554
554
|
[0, 0, 0, 0],
|
|
555
555
|
];
|
|
556
|
-
var BatchStartViewerSessionRevocationRequest = [
|
|
556
|
+
var BatchStartViewerSessionRevocationRequest$ = [
|
|
557
557
|
3,
|
|
558
558
|
n0,
|
|
559
559
|
_BSVSRR,
|
|
@@ -561,7 +561,7 @@ var BatchStartViewerSessionRevocationRequest = [
|
|
|
561
561
|
[_vS],
|
|
562
562
|
[() => BatchStartViewerSessionRevocationViewerSessionList],
|
|
563
563
|
];
|
|
564
|
-
var BatchStartViewerSessionRevocationResponse = [
|
|
564
|
+
var BatchStartViewerSessionRevocationResponse$ = [
|
|
565
565
|
3,
|
|
566
566
|
n0,
|
|
567
567
|
_BSVSRRa,
|
|
@@ -569,7 +569,7 @@ var BatchStartViewerSessionRevocationResponse = [
|
|
|
569
569
|
[_er],
|
|
570
570
|
[() => BatchStartViewerSessionRevocationErrors],
|
|
571
571
|
];
|
|
572
|
-
var BatchStartViewerSessionRevocationViewerSession = [
|
|
572
|
+
var BatchStartViewerSessionRevocationViewerSession$ = [
|
|
573
573
|
3,
|
|
574
574
|
n0,
|
|
575
575
|
_BSVSRVS,
|
|
@@ -577,17 +577,17 @@ var BatchStartViewerSessionRevocationViewerSession = [
|
|
|
577
577
|
[_cA, _vI, _vSVLTOET],
|
|
578
578
|
[0, 0, 1],
|
|
579
579
|
];
|
|
580
|
-
var Channel = [
|
|
580
|
+
var Channel$ = [
|
|
581
581
|
3,
|
|
582
582
|
n0,
|
|
583
583
|
_C,
|
|
584
584
|
0,
|
|
585
585
|
[_a, _n, _lM, _ty, _rCA, _iE, _pU, _au, _ta, _iI, _p, _s, _pRPA, _mIC, _cF],
|
|
586
|
-
[0, 0, 0, 0, 0, 0, 0, 2, 128 | 0, 2, 0, [() => Srt
|
|
586
|
+
[0, 0, 0, 0, 0, 0, 0, 2, 128 | 0, 2, 0, [() => Srt$, 0], 0, () => MultitrackInputConfiguration$, 0],
|
|
587
587
|
];
|
|
588
|
-
var ChannelNotBroadcasting = [-3, n0, _CNB, { [_e]: _c, [_hE]: 404 }, [_eM], [0]];
|
|
589
|
-
schema.TypeRegistry.for(n0).registerError(ChannelNotBroadcasting
|
|
590
|
-
var ChannelSummary = [
|
|
588
|
+
var ChannelNotBroadcasting$ = [-3, n0, _CNB, { [_e]: _c, [_hE]: 404 }, [_eM], [0]];
|
|
589
|
+
schema.TypeRegistry.for(n0).registerError(ChannelNotBroadcasting$, ChannelNotBroadcasting);
|
|
590
|
+
var ChannelSummary$ = [
|
|
591
591
|
3,
|
|
592
592
|
n0,
|
|
593
593
|
_CS,
|
|
@@ -595,28 +595,28 @@ var ChannelSummary = [
|
|
|
595
595
|
[_a, _n, _lM, _au, _rCA, _ta, _iI, _ty, _p, _pRPA],
|
|
596
596
|
[0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, 0],
|
|
597
597
|
];
|
|
598
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_eM], [0]];
|
|
599
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
600
|
-
var CreateChannelRequest = [
|
|
598
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_eM], [0]];
|
|
599
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
600
|
+
var CreateChannelRequest$ = [
|
|
601
601
|
3,
|
|
602
602
|
n0,
|
|
603
603
|
_CCR,
|
|
604
604
|
0,
|
|
605
605
|
[_n, _lM, _ty, _au, _rCA, _ta, _iI, _p, _pRPA, _mIC, _cF],
|
|
606
|
-
[0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, () => MultitrackInputConfiguration
|
|
606
|
+
[0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, () => MultitrackInputConfiguration$, 0],
|
|
607
607
|
];
|
|
608
|
-
var CreateChannelResponse = [
|
|
608
|
+
var CreateChannelResponse$ = [
|
|
609
609
|
3,
|
|
610
610
|
n0,
|
|
611
611
|
_CCRr,
|
|
612
612
|
0,
|
|
613
613
|
[_cha, _sKt],
|
|
614
614
|
[
|
|
615
|
-
[() => Channel
|
|
616
|
-
[() => StreamKey
|
|
615
|
+
[() => Channel$, 0],
|
|
616
|
+
[() => StreamKey$, 0],
|
|
617
617
|
],
|
|
618
618
|
];
|
|
619
|
-
var CreatePlaybackRestrictionPolicyRequest = [
|
|
619
|
+
var CreatePlaybackRestrictionPolicyRequest$ = [
|
|
620
620
|
3,
|
|
621
621
|
n0,
|
|
622
622
|
_CPRPR,
|
|
@@ -624,78 +624,85 @@ var CreatePlaybackRestrictionPolicyRequest = [
|
|
|
624
624
|
[_aC, _aO, _eSOE, _n, _ta],
|
|
625
625
|
[64 | 0, 64 | 0, 2, 0, 128 | 0],
|
|
626
626
|
];
|
|
627
|
-
var CreatePlaybackRestrictionPolicyResponse = [
|
|
627
|
+
var CreatePlaybackRestrictionPolicyResponse$ = [
|
|
628
628
|
3,
|
|
629
629
|
n0,
|
|
630
630
|
_CPRPRr,
|
|
631
631
|
0,
|
|
632
632
|
[_pRP],
|
|
633
|
-
[() => PlaybackRestrictionPolicy],
|
|
633
|
+
[() => PlaybackRestrictionPolicy$],
|
|
634
634
|
];
|
|
635
|
-
var CreateRecordingConfigurationRequest = [
|
|
635
|
+
var CreateRecordingConfigurationRequest$ = [
|
|
636
636
|
3,
|
|
637
637
|
n0,
|
|
638
638
|
_CRCR,
|
|
639
639
|
0,
|
|
640
640
|
[_n, _dC, _ta, _tC, _rRWS, _rC],
|
|
641
|
-
[0, () => DestinationConfiguration
|
|
641
|
+
[0, () => DestinationConfiguration$, 128 | 0, () => ThumbnailConfiguration$, 1, () => RenditionConfiguration$],
|
|
642
642
|
];
|
|
643
|
-
var CreateRecordingConfigurationResponse = [
|
|
643
|
+
var CreateRecordingConfigurationResponse$ = [
|
|
644
644
|
3,
|
|
645
645
|
n0,
|
|
646
646
|
_CRCRr,
|
|
647
647
|
0,
|
|
648
648
|
[_rCe],
|
|
649
|
-
[() => RecordingConfiguration],
|
|
650
|
-
];
|
|
651
|
-
var CreateStreamKeyRequest = [3, n0, _CSKR, 0, [_cA, _ta], [0, 128 | 0]];
|
|
652
|
-
var CreateStreamKeyResponse = [3, n0, _CSKRr, 0, [_sKt], [[() => StreamKey
|
|
653
|
-
var DeleteChannelRequest = [3, n0, _DCR, 0, [_a], [0]];
|
|
654
|
-
var DeletePlaybackKeyPairRequest = [3, n0, _DPKPR, 0, [_a], [0]];
|
|
655
|
-
var DeletePlaybackKeyPairResponse = [3, n0, _DPKPRe, 0, [], []];
|
|
656
|
-
var DeletePlaybackRestrictionPolicyRequest = [3, n0, _DPRPR, 0, [_a], [0]];
|
|
657
|
-
var DeleteRecordingConfigurationRequest = [3, n0, _DRCR, 0, [_a], [0]];
|
|
658
|
-
var DeleteStreamKeyRequest = [3, n0, _DSKR, 0, [_a], [0]];
|
|
659
|
-
var DestinationConfiguration = [
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
649
|
+
[() => RecordingConfiguration$],
|
|
650
|
+
];
|
|
651
|
+
var CreateStreamKeyRequest$ = [3, n0, _CSKR, 0, [_cA, _ta], [0, 128 | 0]];
|
|
652
|
+
var CreateStreamKeyResponse$ = [3, n0, _CSKRr, 0, [_sKt], [[() => StreamKey$, 0]]];
|
|
653
|
+
var DeleteChannelRequest$ = [3, n0, _DCR, 0, [_a], [0]];
|
|
654
|
+
var DeletePlaybackKeyPairRequest$ = [3, n0, _DPKPR, 0, [_a], [0]];
|
|
655
|
+
var DeletePlaybackKeyPairResponse$ = [3, n0, _DPKPRe, 0, [], []];
|
|
656
|
+
var DeletePlaybackRestrictionPolicyRequest$ = [3, n0, _DPRPR, 0, [_a], [0]];
|
|
657
|
+
var DeleteRecordingConfigurationRequest$ = [3, n0, _DRCR, 0, [_a], [0]];
|
|
658
|
+
var DeleteStreamKeyRequest$ = [3, n0, _DSKR, 0, [_a], [0]];
|
|
659
|
+
var DestinationConfiguration$ = [
|
|
660
|
+
3,
|
|
661
|
+
n0,
|
|
662
|
+
_DC,
|
|
663
|
+
0,
|
|
664
|
+
[_s_],
|
|
665
|
+
[() => S3DestinationConfiguration$],
|
|
666
|
+
];
|
|
667
|
+
var GetChannelRequest$ = [3, n0, _GCR, 0, [_a], [0]];
|
|
668
|
+
var GetChannelResponse$ = [3, n0, _GCRe, 0, [_cha], [[() => Channel$, 0]]];
|
|
669
|
+
var GetPlaybackKeyPairRequest$ = [3, n0, _GPKPR, 0, [_a], [0]];
|
|
670
|
+
var GetPlaybackKeyPairResponse$ = [3, n0, _GPKPRe, 0, [_kP], [() => PlaybackKeyPair$]];
|
|
671
|
+
var GetPlaybackRestrictionPolicyRequest$ = [3, n0, _GPRPR, 0, [_a], [0]];
|
|
672
|
+
var GetPlaybackRestrictionPolicyResponse$ = [
|
|
666
673
|
3,
|
|
667
674
|
n0,
|
|
668
675
|
_GPRPRe,
|
|
669
676
|
0,
|
|
670
677
|
[_pRP],
|
|
671
|
-
[() => PlaybackRestrictionPolicy],
|
|
678
|
+
[() => PlaybackRestrictionPolicy$],
|
|
672
679
|
];
|
|
673
|
-
var GetRecordingConfigurationRequest = [3, n0, _GRCR, 0, [_a], [0]];
|
|
674
|
-
var GetRecordingConfigurationResponse = [
|
|
680
|
+
var GetRecordingConfigurationRequest$ = [3, n0, _GRCR, 0, [_a], [0]];
|
|
681
|
+
var GetRecordingConfigurationResponse$ = [
|
|
675
682
|
3,
|
|
676
683
|
n0,
|
|
677
684
|
_GRCRe,
|
|
678
685
|
0,
|
|
679
686
|
[_rCe],
|
|
680
|
-
[() => RecordingConfiguration],
|
|
681
|
-
];
|
|
682
|
-
var GetStreamKeyRequest = [3, n0, _GSKR, 0, [_a], [0]];
|
|
683
|
-
var GetStreamKeyResponse = [3, n0, _GSKRe, 0, [_sKt], [[() => StreamKey
|
|
684
|
-
var GetStreamRequest = [3, n0, _GSR, 0, [_cA], [0]];
|
|
685
|
-
var GetStreamResponse = [3, n0, _GSRe, 0, [_st], [() => _Stream]];
|
|
686
|
-
var GetStreamSessionRequest = [3, n0, _GSSR, 0, [_cA, _sI], [0, 0]];
|
|
687
|
-
var GetStreamSessionResponse = [3, n0, _GSSRe, 0, [_sS], [[() => StreamSession
|
|
688
|
-
var ImportPlaybackKeyPairRequest = [3, n0, _IPKPR, 0, [_pKM, _n, _ta], [0, 0, 128 | 0]];
|
|
689
|
-
var ImportPlaybackKeyPairResponse = [3, n0, _IPKPRm, 0, [_kP], [() => PlaybackKeyPair]];
|
|
690
|
-
var IngestConfiguration = [
|
|
687
|
+
[() => RecordingConfiguration$],
|
|
688
|
+
];
|
|
689
|
+
var GetStreamKeyRequest$ = [3, n0, _GSKR, 0, [_a], [0]];
|
|
690
|
+
var GetStreamKeyResponse$ = [3, n0, _GSKRe, 0, [_sKt], [[() => StreamKey$, 0]]];
|
|
691
|
+
var GetStreamRequest$ = [3, n0, _GSR, 0, [_cA], [0]];
|
|
692
|
+
var GetStreamResponse$ = [3, n0, _GSRe, 0, [_st], [() => _Stream$]];
|
|
693
|
+
var GetStreamSessionRequest$ = [3, n0, _GSSR, 0, [_cA, _sI], [0, 0]];
|
|
694
|
+
var GetStreamSessionResponse$ = [3, n0, _GSSRe, 0, [_sS], [[() => StreamSession$, 0]]];
|
|
695
|
+
var ImportPlaybackKeyPairRequest$ = [3, n0, _IPKPR, 0, [_pKM, _n, _ta], [0, 0, 128 | 0]];
|
|
696
|
+
var ImportPlaybackKeyPairResponse$ = [3, n0, _IPKPRm, 0, [_kP], [() => PlaybackKeyPair$]];
|
|
697
|
+
var IngestConfiguration$ = [
|
|
691
698
|
3,
|
|
692
699
|
n0,
|
|
693
700
|
_IC,
|
|
694
701
|
0,
|
|
695
702
|
[_v, _aud],
|
|
696
|
-
[() => VideoConfiguration
|
|
703
|
+
[() => VideoConfiguration$, () => AudioConfiguration$],
|
|
697
704
|
];
|
|
698
|
-
var IngestConfigurations = [
|
|
705
|
+
var IngestConfigurations$ = [
|
|
699
706
|
3,
|
|
700
707
|
n0,
|
|
701
708
|
_ICn,
|
|
@@ -703,9 +710,9 @@ var IngestConfigurations = [
|
|
|
703
710
|
[_vC, _aCu],
|
|
704
711
|
[() => VideoConfigurationList, () => AudioConfigurationList],
|
|
705
712
|
];
|
|
706
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_eM], [0]];
|
|
707
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
708
|
-
var ListChannelsRequest = [
|
|
713
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_eM], [0]];
|
|
714
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
715
|
+
var ListChannelsRequest$ = [
|
|
709
716
|
3,
|
|
710
717
|
n0,
|
|
711
718
|
_LCR,
|
|
@@ -713,9 +720,9 @@ var ListChannelsRequest = [
|
|
|
713
720
|
[_fBN, _fBRCA, _fBPRPA, _nT, _mR],
|
|
714
721
|
[0, 0, 0, 0, 1],
|
|
715
722
|
];
|
|
716
|
-
var ListChannelsResponse = [3, n0, _LCRi, 0, [_ch, _nT], [() => ChannelList, 0]];
|
|
717
|
-
var ListPlaybackKeyPairsRequest = [3, n0, _LPKPR, 0, [_nT, _mR], [0, 1]];
|
|
718
|
-
var ListPlaybackKeyPairsResponse = [
|
|
723
|
+
var ListChannelsResponse$ = [3, n0, _LCRi, 0, [_ch, _nT], [() => ChannelList, 0]];
|
|
724
|
+
var ListPlaybackKeyPairsRequest$ = [3, n0, _LPKPR, 0, [_nT, _mR], [0, 1]];
|
|
725
|
+
var ListPlaybackKeyPairsResponse$ = [
|
|
719
726
|
3,
|
|
720
727
|
n0,
|
|
721
728
|
_LPKPRi,
|
|
@@ -723,8 +730,8 @@ var ListPlaybackKeyPairsResponse = [
|
|
|
723
730
|
[_kPe, _nT],
|
|
724
731
|
[() => PlaybackKeyPairList, 0],
|
|
725
732
|
];
|
|
726
|
-
var ListPlaybackRestrictionPoliciesRequest = [3, n0, _LPRPR, 0, [_nT, _mR], [0, 1]];
|
|
727
|
-
var ListPlaybackRestrictionPoliciesResponse = [
|
|
733
|
+
var ListPlaybackRestrictionPoliciesRequest$ = [3, n0, _LPRPR, 0, [_nT, _mR], [0, 1]];
|
|
734
|
+
var ListPlaybackRestrictionPoliciesResponse$ = [
|
|
728
735
|
3,
|
|
729
736
|
n0,
|
|
730
737
|
_LPRPRi,
|
|
@@ -732,8 +739,8 @@ var ListPlaybackRestrictionPoliciesResponse = [
|
|
|
732
739
|
[_pRPl, _nT],
|
|
733
740
|
[() => PlaybackRestrictionPolicyList, 0],
|
|
734
741
|
];
|
|
735
|
-
var ListRecordingConfigurationsRequest = [3, n0, _LRCR, 0, [_nT, _mR], [0, 1]];
|
|
736
|
-
var ListRecordingConfigurationsResponse = [
|
|
742
|
+
var ListRecordingConfigurationsRequest$ = [3, n0, _LRCR, 0, [_nT, _mR], [0, 1]];
|
|
743
|
+
var ListRecordingConfigurationsResponse$ = [
|
|
737
744
|
3,
|
|
738
745
|
n0,
|
|
739
746
|
_LRCRi,
|
|
@@ -741,10 +748,10 @@ var ListRecordingConfigurationsResponse = [
|
|
|
741
748
|
[_rCec, _nT],
|
|
742
749
|
[() => RecordingConfigurationList, 0],
|
|
743
750
|
];
|
|
744
|
-
var ListStreamKeysRequest = [3, n0, _LSKR, 0, [_cA, _nT, _mR], [0, 0, 1]];
|
|
745
|
-
var ListStreamKeysResponse = [3, n0, _LSKRi, 0, [_sK, _nT], [() => StreamKeyList, 0]];
|
|
746
|
-
var ListStreamSessionsRequest = [3, n0, _LSSR, 0, [_cA, _nT, _mR], [0, 0, 1]];
|
|
747
|
-
var ListStreamSessionsResponse = [
|
|
751
|
+
var ListStreamKeysRequest$ = [3, n0, _LSKR, 0, [_cA, _nT, _mR], [0, 0, 1]];
|
|
752
|
+
var ListStreamKeysResponse$ = [3, n0, _LSKRi, 0, [_sK, _nT], [() => StreamKeyList, 0]];
|
|
753
|
+
var ListStreamSessionsRequest$ = [3, n0, _LSSR, 0, [_cA, _nT, _mR], [0, 0, 1]];
|
|
754
|
+
var ListStreamSessionsResponse$ = [
|
|
748
755
|
3,
|
|
749
756
|
n0,
|
|
750
757
|
_LSSRi,
|
|
@@ -752,16 +759,16 @@ var ListStreamSessionsResponse = [
|
|
|
752
759
|
[_sSt, _nT],
|
|
753
760
|
[() => StreamSessionList, 0],
|
|
754
761
|
];
|
|
755
|
-
var ListStreamsRequest = [3, n0, _LSR, 0, [_fB, _nT, _mR], [() => StreamFilters
|
|
756
|
-
var ListStreamsResponse = [3, n0, _LSRi, 0, [_str, _nT], [() => StreamList, 0]];
|
|
757
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
758
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
759
|
-
var MultitrackInputConfiguration = [3, n0, _MIC, 0, [_en, _po, _mRa], [2, 0, 0]];
|
|
760
|
-
var PendingVerification = [-3, n0, _PV, { [_e]: _c, [_hE]: 403 }, [_eM], [0]];
|
|
761
|
-
schema.TypeRegistry.for(n0).registerError(PendingVerification
|
|
762
|
-
var PlaybackKeyPair = [3, n0, _PKP, 0, [_a, _n, _f, _ta], [0, 0, 0, 128 | 0]];
|
|
763
|
-
var PlaybackKeyPairSummary = [3, n0, _PKPS, 0, [_a, _n, _ta], [0, 0, 128 | 0]];
|
|
764
|
-
var PlaybackRestrictionPolicy = [
|
|
762
|
+
var ListStreamsRequest$ = [3, n0, _LSR, 0, [_fB, _nT, _mR], [() => StreamFilters$, 0, 1]];
|
|
763
|
+
var ListStreamsResponse$ = [3, n0, _LSRi, 0, [_str, _nT], [() => StreamList, 0]];
|
|
764
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
765
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
766
|
+
var MultitrackInputConfiguration$ = [3, n0, _MIC, 0, [_en, _po, _mRa], [2, 0, 0]];
|
|
767
|
+
var PendingVerification$ = [-3, n0, _PV, { [_e]: _c, [_hE]: 403 }, [_eM], [0]];
|
|
768
|
+
schema.TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
|
|
769
|
+
var PlaybackKeyPair$ = [3, n0, _PKP, 0, [_a, _n, _f, _ta], [0, 0, 0, 128 | 0]];
|
|
770
|
+
var PlaybackKeyPairSummary$ = [3, n0, _PKPS, 0, [_a, _n, _ta], [0, 0, 128 | 0]];
|
|
771
|
+
var PlaybackRestrictionPolicy$ = [
|
|
765
772
|
3,
|
|
766
773
|
n0,
|
|
767
774
|
_PRP,
|
|
@@ -769,7 +776,7 @@ var PlaybackRestrictionPolicy = [
|
|
|
769
776
|
[_a, _aC, _aO, _eSOE, _n, _ta],
|
|
770
777
|
[0, 64 | 0, 64 | 0, 2, 0, 128 | 0],
|
|
771
778
|
];
|
|
772
|
-
var PlaybackRestrictionPolicySummary = [
|
|
779
|
+
var PlaybackRestrictionPolicySummary$ = [
|
|
773
780
|
3,
|
|
774
781
|
n0,
|
|
775
782
|
_PRPS,
|
|
@@ -777,31 +784,31 @@ var PlaybackRestrictionPolicySummary = [
|
|
|
777
784
|
[_a, _aC, _aO, _eSOE, _n, _ta],
|
|
778
785
|
[0, 64 | 0, 64 | 0, 2, 0, 128 | 0],
|
|
779
786
|
];
|
|
780
|
-
var PutMetadataRequest = [3, n0, _PMR, 0, [_cA, _me], [0, [() => StreamMetadata, 0]]];
|
|
781
|
-
var RecordingConfiguration = [
|
|
787
|
+
var PutMetadataRequest$ = [3, n0, _PMR, 0, [_cA, _me], [0, [() => StreamMetadata, 0]]];
|
|
788
|
+
var RecordingConfiguration$ = [
|
|
782
789
|
3,
|
|
783
790
|
n0,
|
|
784
791
|
_RC,
|
|
785
792
|
0,
|
|
786
793
|
[_a, _n, _dC, _sta, _ta, _tC, _rRWS, _rC],
|
|
787
|
-
[0, 0, () => DestinationConfiguration
|
|
794
|
+
[0, 0, () => DestinationConfiguration$, 0, 128 | 0, () => ThumbnailConfiguration$, 1, () => RenditionConfiguration$],
|
|
788
795
|
];
|
|
789
|
-
var RecordingConfigurationSummary = [
|
|
796
|
+
var RecordingConfigurationSummary$ = [
|
|
790
797
|
3,
|
|
791
798
|
n0,
|
|
792
799
|
_RCS,
|
|
793
800
|
0,
|
|
794
801
|
[_a, _n, _dC, _sta, _ta],
|
|
795
|
-
[0, 0, () => DestinationConfiguration
|
|
796
|
-
];
|
|
797
|
-
var RenditionConfiguration = [3, n0, _RCe, 0, [_rS, _r], [0, 64 | 0]];
|
|
798
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_eM], [0]];
|
|
799
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
800
|
-
var S3DestinationConfiguration = [3, n0, _SDC, 0, [_bN], [0]];
|
|
801
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_eM], [0]];
|
|
802
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
803
|
-
var Srt = [3, n0, _S, 0, [_end, _pa], [0, [() => SrtPassphrase, 0]]];
|
|
804
|
-
var StartViewerSessionRevocationRequest = [
|
|
802
|
+
[0, 0, () => DestinationConfiguration$, 0, 128 | 0],
|
|
803
|
+
];
|
|
804
|
+
var RenditionConfiguration$ = [3, n0, _RCe, 0, [_rS, _r], [0, 64 | 0]];
|
|
805
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_eM], [0]];
|
|
806
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
807
|
+
var S3DestinationConfiguration$ = [3, n0, _SDC, 0, [_bN], [0]];
|
|
808
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_eM], [0]];
|
|
809
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
810
|
+
var Srt$ = [3, n0, _S, 0, [_end, _pa], [0, [() => SrtPassphrase, 0]]];
|
|
811
|
+
var StartViewerSessionRevocationRequest$ = [
|
|
805
812
|
3,
|
|
806
813
|
n0,
|
|
807
814
|
_SVSRR,
|
|
@@ -809,10 +816,10 @@ var StartViewerSessionRevocationRequest = [
|
|
|
809
816
|
[_cA, _vI, _vSVLTOET],
|
|
810
817
|
[0, 0, 1],
|
|
811
818
|
];
|
|
812
|
-
var StartViewerSessionRevocationResponse = [3, n0, _SVSRRt, 0, [], []];
|
|
813
|
-
var StopStreamRequest = [3, n0, _SSR, 0, [_cA], [0]];
|
|
814
|
-
var StopStreamResponse = [3, n0, _SSRt, 0, [], []];
|
|
815
|
-
var _Stream = [
|
|
819
|
+
var StartViewerSessionRevocationResponse$ = [3, n0, _SVSRRt, 0, [], []];
|
|
820
|
+
var StopStreamRequest$ = [3, n0, _SSR, 0, [_cA], [0]];
|
|
821
|
+
var StopStreamResponse$ = [3, n0, _SSRt, 0, [], []];
|
|
822
|
+
var _Stream$ = [
|
|
816
823
|
3,
|
|
817
824
|
n0,
|
|
818
825
|
_St,
|
|
@@ -820,9 +827,9 @@ var _Stream = [
|
|
|
820
827
|
[_cA, _sI, _pU, _sT, _sta, _h, _vCi],
|
|
821
828
|
[0, 0, 0, 5, 0, 0, 1],
|
|
822
829
|
];
|
|
823
|
-
var StreamEvent = [3, n0, _SE, 0, [_n, _ty, _eT, _cod], [0, 0, 5, 0]];
|
|
824
|
-
var StreamFilters = [3, n0, _SF, 0, [_h], [0]];
|
|
825
|
-
var StreamKey = [
|
|
830
|
+
var StreamEvent$ = [3, n0, _SE, 0, [_n, _ty, _eT, _cod], [0, 0, 5, 0]];
|
|
831
|
+
var StreamFilters$ = [3, n0, _SF, 0, [_h], [0]];
|
|
832
|
+
var StreamKey$ = [
|
|
826
833
|
3,
|
|
827
834
|
n0,
|
|
828
835
|
_SK,
|
|
@@ -830,8 +837,8 @@ var StreamKey = [
|
|
|
830
837
|
[_a, _va, _cA, _ta],
|
|
831
838
|
[0, [() => StreamKeyValue, 0], 0, 128 | 0],
|
|
832
839
|
];
|
|
833
|
-
var StreamKeySummary = [3, n0, _SKS, 0, [_a, _cA, _ta], [0, 0, 128 | 0]];
|
|
834
|
-
var StreamSession = [
|
|
840
|
+
var StreamKeySummary$ = [3, n0, _SKS, 0, [_a, _cA, _ta], [0, 0, 128 | 0]];
|
|
841
|
+
var StreamSession$ = [
|
|
835
842
|
3,
|
|
836
843
|
n0,
|
|
837
844
|
_SS,
|
|
@@ -841,23 +848,30 @@ var StreamSession = [
|
|
|
841
848
|
0,
|
|
842
849
|
5,
|
|
843
850
|
5,
|
|
844
|
-
[() => Channel
|
|
845
|
-
() => IngestConfiguration
|
|
846
|
-
() => IngestConfigurations
|
|
847
|
-
() => RecordingConfiguration
|
|
851
|
+
[() => Channel$, 0],
|
|
852
|
+
() => IngestConfiguration$,
|
|
853
|
+
() => IngestConfigurations$,
|
|
854
|
+
() => RecordingConfiguration$,
|
|
848
855
|
() => StreamEvents,
|
|
849
856
|
],
|
|
850
857
|
];
|
|
851
|
-
var StreamSessionSummary = [3, n0, _SSS, 0, [_sI, _sT, _eTn, _hEE], [0, 5, 5, 2]];
|
|
852
|
-
var StreamSummary = [
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
var
|
|
858
|
+
var StreamSessionSummary$ = [3, n0, _SSS, 0, [_sI, _sT, _eTn, _hEE], [0, 5, 5, 2]];
|
|
859
|
+
var StreamSummary$ = [
|
|
860
|
+
3,
|
|
861
|
+
n0,
|
|
862
|
+
_SSt,
|
|
863
|
+
0,
|
|
864
|
+
[_cA, _sI, _sta, _h, _vCi, _sT],
|
|
865
|
+
[0, 0, 0, 0, 1, 5],
|
|
866
|
+
];
|
|
867
|
+
var StreamUnavailable$ = [-3, n0, _SU, { [_e]: _se, [_hE]: 503 }, [_eM], [0]];
|
|
868
|
+
schema.TypeRegistry.for(n0).registerError(StreamUnavailable$, StreamUnavailable);
|
|
869
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
870
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
871
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_eM], [0]];
|
|
872
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
873
|
+
var ThumbnailConfiguration$ = [3, n0, _TC, 0, [_rM, _tIS, _re, _sto], [0, 1, 0, 64 | 0]];
|
|
874
|
+
var UntagResourceRequest$ = [
|
|
861
875
|
3,
|
|
862
876
|
n0,
|
|
863
877
|
_URR,
|
|
@@ -868,17 +882,17 @@ var UntagResourceRequest = [
|
|
|
868
882
|
[64 | 0, { [_hQ]: _tK }],
|
|
869
883
|
],
|
|
870
884
|
];
|
|
871
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
872
|
-
var UpdateChannelRequest = [
|
|
885
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
886
|
+
var UpdateChannelRequest$ = [
|
|
873
887
|
3,
|
|
874
888
|
n0,
|
|
875
889
|
_UCR,
|
|
876
890
|
0,
|
|
877
891
|
[_a, _n, _lM, _ty, _au, _rCA, _iI, _p, _pRPA, _mIC, _cF],
|
|
878
|
-
[0, 0, 0, 0, 2, 0, 2, 0, 0, () => MultitrackInputConfiguration
|
|
892
|
+
[0, 0, 0, 0, 2, 0, 2, 0, 0, () => MultitrackInputConfiguration$, 0],
|
|
879
893
|
];
|
|
880
|
-
var UpdateChannelResponse = [3, n0, _UCRp, 0, [_cha], [[() => Channel
|
|
881
|
-
var UpdatePlaybackRestrictionPolicyRequest = [
|
|
894
|
+
var UpdateChannelResponse$ = [3, n0, _UCRp, 0, [_cha], [[() => Channel$, 0]]];
|
|
895
|
+
var UpdatePlaybackRestrictionPolicyRequest$ = [
|
|
882
896
|
3,
|
|
883
897
|
n0,
|
|
884
898
|
_UPRPR,
|
|
@@ -886,17 +900,17 @@ var UpdatePlaybackRestrictionPolicyRequest = [
|
|
|
886
900
|
[_a, _aC, _aO, _eSOE, _n],
|
|
887
901
|
[0, 64 | 0, 64 | 0, 2, 0],
|
|
888
902
|
];
|
|
889
|
-
var UpdatePlaybackRestrictionPolicyResponse = [
|
|
903
|
+
var UpdatePlaybackRestrictionPolicyResponse$ = [
|
|
890
904
|
3,
|
|
891
905
|
n0,
|
|
892
906
|
_UPRPRp,
|
|
893
907
|
0,
|
|
894
908
|
[_pRP],
|
|
895
|
-
[() => PlaybackRestrictionPolicy],
|
|
909
|
+
[() => PlaybackRestrictionPolicy$],
|
|
896
910
|
];
|
|
897
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_eM], [0]];
|
|
898
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
899
|
-
var VideoConfiguration = [
|
|
911
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_eM], [0]];
|
|
912
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
913
|
+
var VideoConfiguration$ = [
|
|
900
914
|
3,
|
|
901
915
|
n0,
|
|
902
916
|
_VC,
|
|
@@ -905,314 +919,314 @@ var VideoConfiguration = [
|
|
|
905
919
|
[0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0],
|
|
906
920
|
];
|
|
907
921
|
var __Unit = "unit";
|
|
908
|
-
var IvsServiceException = [-3, _sm, "IvsServiceException", 0, [], []];
|
|
909
|
-
schema.TypeRegistry.for(_sm).registerError(IvsServiceException
|
|
910
|
-
var AudioConfigurationList = [1, n0, _ACL, 0, () => AudioConfiguration];
|
|
911
|
-
var BatchErrors = [1, n0, _BEa, 0, () => BatchError];
|
|
922
|
+
var IvsServiceException$ = [-3, _sm, "IvsServiceException", 0, [], []];
|
|
923
|
+
schema.TypeRegistry.for(_sm).registerError(IvsServiceException$, IvsServiceException);
|
|
924
|
+
var AudioConfigurationList = [1, n0, _ACL, 0, () => AudioConfiguration$];
|
|
925
|
+
var BatchErrors = [1, n0, _BEa, 0, () => BatchError$];
|
|
912
926
|
var BatchStartViewerSessionRevocationErrors = [
|
|
913
927
|
1,
|
|
914
928
|
n0,
|
|
915
929
|
_BSVSREa,
|
|
916
930
|
0,
|
|
917
|
-
() => BatchStartViewerSessionRevocationError
|
|
931
|
+
() => BatchStartViewerSessionRevocationError$,
|
|
918
932
|
];
|
|
919
933
|
var BatchStartViewerSessionRevocationViewerSessionList = [
|
|
920
934
|
1,
|
|
921
935
|
n0,
|
|
922
936
|
_BSVSRVSL,
|
|
923
937
|
0,
|
|
924
|
-
() => BatchStartViewerSessionRevocationViewerSession
|
|
925
|
-
];
|
|
926
|
-
var ChannelList = [1, n0, _CL, 0, () => ChannelSummary];
|
|
927
|
-
var Channels = [1, n0, _Ch, 0, [() => Channel
|
|
928
|
-
var PlaybackKeyPairList = [1, n0, _PKPL, 0, () => PlaybackKeyPairSummary];
|
|
929
|
-
var PlaybackRestrictionPolicyList = [1, n0, _PRPL, 0, () => PlaybackRestrictionPolicySummary];
|
|
930
|
-
var RecordingConfigurationList = [1, n0, _RCL, 0, () => RecordingConfigurationSummary];
|
|
931
|
-
var StreamEvents = [1, n0, _SEt, 0, () => StreamEvent];
|
|
932
|
-
var StreamKeyList = [1, n0, _SKL, 0, () => StreamKeySummary];
|
|
933
|
-
var StreamKeys = [1, n0, _SKt, 0, [() => StreamKey
|
|
934
|
-
var StreamList = [1, n0, _SL, 0, () => StreamSummary];
|
|
935
|
-
var StreamSessionList = [1, n0, _SSL, 0, () => StreamSessionSummary];
|
|
936
|
-
var VideoConfigurationList = [1, n0, _VCL, 0, () => VideoConfiguration];
|
|
937
|
-
var BatchGetChannel = [
|
|
938
|
+
() => BatchStartViewerSessionRevocationViewerSession$,
|
|
939
|
+
];
|
|
940
|
+
var ChannelList = [1, n0, _CL, 0, () => ChannelSummary$];
|
|
941
|
+
var Channels = [1, n0, _Ch, 0, [() => Channel$, 0]];
|
|
942
|
+
var PlaybackKeyPairList = [1, n0, _PKPL, 0, () => PlaybackKeyPairSummary$];
|
|
943
|
+
var PlaybackRestrictionPolicyList = [1, n0, _PRPL, 0, () => PlaybackRestrictionPolicySummary$];
|
|
944
|
+
var RecordingConfigurationList = [1, n0, _RCL, 0, () => RecordingConfigurationSummary$];
|
|
945
|
+
var StreamEvents = [1, n0, _SEt, 0, () => StreamEvent$];
|
|
946
|
+
var StreamKeyList = [1, n0, _SKL, 0, () => StreamKeySummary$];
|
|
947
|
+
var StreamKeys = [1, n0, _SKt, 0, [() => StreamKey$, 0]];
|
|
948
|
+
var StreamList = [1, n0, _SL, 0, () => StreamSummary$];
|
|
949
|
+
var StreamSessionList = [1, n0, _SSL, 0, () => StreamSessionSummary$];
|
|
950
|
+
var VideoConfigurationList = [1, n0, _VCL, 0, () => VideoConfiguration$];
|
|
951
|
+
var BatchGetChannel$ = [
|
|
938
952
|
9,
|
|
939
953
|
n0,
|
|
940
954
|
_BGC,
|
|
941
955
|
{ [_ht]: ["POST", "/BatchGetChannel", 200] },
|
|
942
|
-
() => BatchGetChannelRequest
|
|
943
|
-
() => BatchGetChannelResponse
|
|
956
|
+
() => BatchGetChannelRequest$,
|
|
957
|
+
() => BatchGetChannelResponse$,
|
|
944
958
|
];
|
|
945
|
-
var BatchGetStreamKey = [
|
|
959
|
+
var BatchGetStreamKey$ = [
|
|
946
960
|
9,
|
|
947
961
|
n0,
|
|
948
962
|
_BGSK,
|
|
949
963
|
{ [_ht]: ["POST", "/BatchGetStreamKey", 200] },
|
|
950
|
-
() => BatchGetStreamKeyRequest
|
|
951
|
-
() => BatchGetStreamKeyResponse
|
|
964
|
+
() => BatchGetStreamKeyRequest$,
|
|
965
|
+
() => BatchGetStreamKeyResponse$,
|
|
952
966
|
];
|
|
953
|
-
var BatchStartViewerSessionRevocation = [
|
|
967
|
+
var BatchStartViewerSessionRevocation$ = [
|
|
954
968
|
9,
|
|
955
969
|
n0,
|
|
956
970
|
_BSVSR,
|
|
957
971
|
{ [_ht]: ["POST", "/BatchStartViewerSessionRevocation", 200] },
|
|
958
|
-
() => BatchStartViewerSessionRevocationRequest
|
|
959
|
-
() => BatchStartViewerSessionRevocationResponse
|
|
972
|
+
() => BatchStartViewerSessionRevocationRequest$,
|
|
973
|
+
() => BatchStartViewerSessionRevocationResponse$,
|
|
960
974
|
];
|
|
961
|
-
var CreateChannel = [
|
|
975
|
+
var CreateChannel$ = [
|
|
962
976
|
9,
|
|
963
977
|
n0,
|
|
964
978
|
_CC,
|
|
965
979
|
{ [_ht]: ["POST", "/CreateChannel", 200] },
|
|
966
|
-
() => CreateChannelRequest
|
|
967
|
-
() => CreateChannelResponse
|
|
980
|
+
() => CreateChannelRequest$,
|
|
981
|
+
() => CreateChannelResponse$,
|
|
968
982
|
];
|
|
969
|
-
var CreatePlaybackRestrictionPolicy = [
|
|
983
|
+
var CreatePlaybackRestrictionPolicy$ = [
|
|
970
984
|
9,
|
|
971
985
|
n0,
|
|
972
986
|
_CPRP,
|
|
973
987
|
{ [_ht]: ["POST", "/CreatePlaybackRestrictionPolicy", 200] },
|
|
974
|
-
() => CreatePlaybackRestrictionPolicyRequest
|
|
975
|
-
() => CreatePlaybackRestrictionPolicyResponse
|
|
988
|
+
() => CreatePlaybackRestrictionPolicyRequest$,
|
|
989
|
+
() => CreatePlaybackRestrictionPolicyResponse$,
|
|
976
990
|
];
|
|
977
|
-
var CreateRecordingConfiguration = [
|
|
991
|
+
var CreateRecordingConfiguration$ = [
|
|
978
992
|
9,
|
|
979
993
|
n0,
|
|
980
994
|
_CRC,
|
|
981
995
|
{ [_ht]: ["POST", "/CreateRecordingConfiguration", 200] },
|
|
982
|
-
() => CreateRecordingConfigurationRequest
|
|
983
|
-
() => CreateRecordingConfigurationResponse
|
|
996
|
+
() => CreateRecordingConfigurationRequest$,
|
|
997
|
+
() => CreateRecordingConfigurationResponse$,
|
|
984
998
|
];
|
|
985
|
-
var CreateStreamKey = [
|
|
999
|
+
var CreateStreamKey$ = [
|
|
986
1000
|
9,
|
|
987
1001
|
n0,
|
|
988
1002
|
_CSK,
|
|
989
1003
|
{ [_ht]: ["POST", "/CreateStreamKey", 200] },
|
|
990
|
-
() => CreateStreamKeyRequest
|
|
991
|
-
() => CreateStreamKeyResponse
|
|
1004
|
+
() => CreateStreamKeyRequest$,
|
|
1005
|
+
() => CreateStreamKeyResponse$,
|
|
992
1006
|
];
|
|
993
|
-
var DeleteChannel = [
|
|
1007
|
+
var DeleteChannel$ = [
|
|
994
1008
|
9,
|
|
995
1009
|
n0,
|
|
996
1010
|
_DCe,
|
|
997
1011
|
{ [_ht]: ["POST", "/DeleteChannel", 204] },
|
|
998
|
-
() => DeleteChannelRequest
|
|
1012
|
+
() => DeleteChannelRequest$,
|
|
999
1013
|
() => __Unit,
|
|
1000
1014
|
];
|
|
1001
|
-
var DeletePlaybackKeyPair = [
|
|
1015
|
+
var DeletePlaybackKeyPair$ = [
|
|
1002
1016
|
9,
|
|
1003
1017
|
n0,
|
|
1004
1018
|
_DPKP,
|
|
1005
1019
|
{ [_ht]: ["POST", "/DeletePlaybackKeyPair", 200] },
|
|
1006
|
-
() => DeletePlaybackKeyPairRequest
|
|
1007
|
-
() => DeletePlaybackKeyPairResponse
|
|
1020
|
+
() => DeletePlaybackKeyPairRequest$,
|
|
1021
|
+
() => DeletePlaybackKeyPairResponse$,
|
|
1008
1022
|
];
|
|
1009
|
-
var DeletePlaybackRestrictionPolicy = [
|
|
1023
|
+
var DeletePlaybackRestrictionPolicy$ = [
|
|
1010
1024
|
9,
|
|
1011
1025
|
n0,
|
|
1012
1026
|
_DPRP,
|
|
1013
1027
|
{ [_ht]: ["POST", "/DeletePlaybackRestrictionPolicy", 204] },
|
|
1014
|
-
() => DeletePlaybackRestrictionPolicyRequest
|
|
1028
|
+
() => DeletePlaybackRestrictionPolicyRequest$,
|
|
1015
1029
|
() => __Unit,
|
|
1016
1030
|
];
|
|
1017
|
-
var DeleteRecordingConfiguration = [
|
|
1031
|
+
var DeleteRecordingConfiguration$ = [
|
|
1018
1032
|
9,
|
|
1019
1033
|
n0,
|
|
1020
1034
|
_DRC,
|
|
1021
1035
|
{ [_ht]: ["POST", "/DeleteRecordingConfiguration", 204] },
|
|
1022
|
-
() => DeleteRecordingConfigurationRequest
|
|
1036
|
+
() => DeleteRecordingConfigurationRequest$,
|
|
1023
1037
|
() => __Unit,
|
|
1024
1038
|
];
|
|
1025
|
-
var DeleteStreamKey = [
|
|
1039
|
+
var DeleteStreamKey$ = [
|
|
1026
1040
|
9,
|
|
1027
1041
|
n0,
|
|
1028
1042
|
_DSK,
|
|
1029
1043
|
{ [_ht]: ["POST", "/DeleteStreamKey", 204] },
|
|
1030
|
-
() => DeleteStreamKeyRequest
|
|
1044
|
+
() => DeleteStreamKeyRequest$,
|
|
1031
1045
|
() => __Unit,
|
|
1032
1046
|
];
|
|
1033
|
-
var GetChannel = [
|
|
1047
|
+
var GetChannel$ = [
|
|
1034
1048
|
9,
|
|
1035
1049
|
n0,
|
|
1036
1050
|
_GC,
|
|
1037
1051
|
{ [_ht]: ["POST", "/GetChannel", 200] },
|
|
1038
|
-
() => GetChannelRequest
|
|
1039
|
-
() => GetChannelResponse
|
|
1052
|
+
() => GetChannelRequest$,
|
|
1053
|
+
() => GetChannelResponse$,
|
|
1040
1054
|
];
|
|
1041
|
-
var GetPlaybackKeyPair = [
|
|
1055
|
+
var GetPlaybackKeyPair$ = [
|
|
1042
1056
|
9,
|
|
1043
1057
|
n0,
|
|
1044
1058
|
_GPKP,
|
|
1045
1059
|
{ [_ht]: ["POST", "/GetPlaybackKeyPair", 200] },
|
|
1046
|
-
() => GetPlaybackKeyPairRequest
|
|
1047
|
-
() => GetPlaybackKeyPairResponse
|
|
1060
|
+
() => GetPlaybackKeyPairRequest$,
|
|
1061
|
+
() => GetPlaybackKeyPairResponse$,
|
|
1048
1062
|
];
|
|
1049
|
-
var GetPlaybackRestrictionPolicy = [
|
|
1063
|
+
var GetPlaybackRestrictionPolicy$ = [
|
|
1050
1064
|
9,
|
|
1051
1065
|
n0,
|
|
1052
1066
|
_GPRP,
|
|
1053
1067
|
{ [_ht]: ["POST", "/GetPlaybackRestrictionPolicy", 200] },
|
|
1054
|
-
() => GetPlaybackRestrictionPolicyRequest
|
|
1055
|
-
() => GetPlaybackRestrictionPolicyResponse
|
|
1068
|
+
() => GetPlaybackRestrictionPolicyRequest$,
|
|
1069
|
+
() => GetPlaybackRestrictionPolicyResponse$,
|
|
1056
1070
|
];
|
|
1057
|
-
var GetRecordingConfiguration = [
|
|
1071
|
+
var GetRecordingConfiguration$ = [
|
|
1058
1072
|
9,
|
|
1059
1073
|
n0,
|
|
1060
1074
|
_GRC,
|
|
1061
1075
|
{ [_ht]: ["POST", "/GetRecordingConfiguration", 200] },
|
|
1062
|
-
() => GetRecordingConfigurationRequest
|
|
1063
|
-
() => GetRecordingConfigurationResponse
|
|
1076
|
+
() => GetRecordingConfigurationRequest$,
|
|
1077
|
+
() => GetRecordingConfigurationResponse$,
|
|
1064
1078
|
];
|
|
1065
|
-
var GetStream = [
|
|
1079
|
+
var GetStream$ = [
|
|
1066
1080
|
9,
|
|
1067
1081
|
n0,
|
|
1068
1082
|
_GS,
|
|
1069
1083
|
{ [_ht]: ["POST", "/GetStream", 200] },
|
|
1070
|
-
() => GetStreamRequest
|
|
1071
|
-
() => GetStreamResponse
|
|
1084
|
+
() => GetStreamRequest$,
|
|
1085
|
+
() => GetStreamResponse$,
|
|
1072
1086
|
];
|
|
1073
|
-
var GetStreamKey = [
|
|
1087
|
+
var GetStreamKey$ = [
|
|
1074
1088
|
9,
|
|
1075
1089
|
n0,
|
|
1076
1090
|
_GSK,
|
|
1077
1091
|
{ [_ht]: ["POST", "/GetStreamKey", 200] },
|
|
1078
|
-
() => GetStreamKeyRequest
|
|
1079
|
-
() => GetStreamKeyResponse
|
|
1092
|
+
() => GetStreamKeyRequest$,
|
|
1093
|
+
() => GetStreamKeyResponse$,
|
|
1080
1094
|
];
|
|
1081
|
-
var GetStreamSession = [
|
|
1095
|
+
var GetStreamSession$ = [
|
|
1082
1096
|
9,
|
|
1083
1097
|
n0,
|
|
1084
1098
|
_GSS,
|
|
1085
1099
|
{ [_ht]: ["POST", "/GetStreamSession", 200] },
|
|
1086
|
-
() => GetStreamSessionRequest
|
|
1087
|
-
() => GetStreamSessionResponse
|
|
1100
|
+
() => GetStreamSessionRequest$,
|
|
1101
|
+
() => GetStreamSessionResponse$,
|
|
1088
1102
|
];
|
|
1089
|
-
var ImportPlaybackKeyPair = [
|
|
1103
|
+
var ImportPlaybackKeyPair$ = [
|
|
1090
1104
|
9,
|
|
1091
1105
|
n0,
|
|
1092
1106
|
_IPKP,
|
|
1093
1107
|
{ [_ht]: ["POST", "/ImportPlaybackKeyPair", 200] },
|
|
1094
|
-
() => ImportPlaybackKeyPairRequest
|
|
1095
|
-
() => ImportPlaybackKeyPairResponse
|
|
1108
|
+
() => ImportPlaybackKeyPairRequest$,
|
|
1109
|
+
() => ImportPlaybackKeyPairResponse$,
|
|
1096
1110
|
];
|
|
1097
|
-
var ListChannels = [
|
|
1111
|
+
var ListChannels$ = [
|
|
1098
1112
|
9,
|
|
1099
1113
|
n0,
|
|
1100
1114
|
_LC,
|
|
1101
1115
|
{ [_ht]: ["POST", "/ListChannels", 200] },
|
|
1102
|
-
() => ListChannelsRequest
|
|
1103
|
-
() => ListChannelsResponse
|
|
1116
|
+
() => ListChannelsRequest$,
|
|
1117
|
+
() => ListChannelsResponse$,
|
|
1104
1118
|
];
|
|
1105
|
-
var ListPlaybackKeyPairs = [
|
|
1119
|
+
var ListPlaybackKeyPairs$ = [
|
|
1106
1120
|
9,
|
|
1107
1121
|
n0,
|
|
1108
1122
|
_LPKP,
|
|
1109
1123
|
{ [_ht]: ["POST", "/ListPlaybackKeyPairs", 200] },
|
|
1110
|
-
() => ListPlaybackKeyPairsRequest
|
|
1111
|
-
() => ListPlaybackKeyPairsResponse
|
|
1124
|
+
() => ListPlaybackKeyPairsRequest$,
|
|
1125
|
+
() => ListPlaybackKeyPairsResponse$,
|
|
1112
1126
|
];
|
|
1113
|
-
var ListPlaybackRestrictionPolicies = [
|
|
1127
|
+
var ListPlaybackRestrictionPolicies$ = [
|
|
1114
1128
|
9,
|
|
1115
1129
|
n0,
|
|
1116
1130
|
_LPRP,
|
|
1117
1131
|
{ [_ht]: ["POST", "/ListPlaybackRestrictionPolicies", 200] },
|
|
1118
|
-
() => ListPlaybackRestrictionPoliciesRequest
|
|
1119
|
-
() => ListPlaybackRestrictionPoliciesResponse
|
|
1132
|
+
() => ListPlaybackRestrictionPoliciesRequest$,
|
|
1133
|
+
() => ListPlaybackRestrictionPoliciesResponse$,
|
|
1120
1134
|
];
|
|
1121
|
-
var ListRecordingConfigurations = [
|
|
1135
|
+
var ListRecordingConfigurations$ = [
|
|
1122
1136
|
9,
|
|
1123
1137
|
n0,
|
|
1124
1138
|
_LRC,
|
|
1125
1139
|
{ [_ht]: ["POST", "/ListRecordingConfigurations", 200] },
|
|
1126
|
-
() => ListRecordingConfigurationsRequest
|
|
1127
|
-
() => ListRecordingConfigurationsResponse
|
|
1140
|
+
() => ListRecordingConfigurationsRequest$,
|
|
1141
|
+
() => ListRecordingConfigurationsResponse$,
|
|
1128
1142
|
];
|
|
1129
|
-
var ListStreamKeys = [
|
|
1143
|
+
var ListStreamKeys$ = [
|
|
1130
1144
|
9,
|
|
1131
1145
|
n0,
|
|
1132
1146
|
_LSK,
|
|
1133
1147
|
{ [_ht]: ["POST", "/ListStreamKeys", 200] },
|
|
1134
|
-
() => ListStreamKeysRequest
|
|
1135
|
-
() => ListStreamKeysResponse
|
|
1148
|
+
() => ListStreamKeysRequest$,
|
|
1149
|
+
() => ListStreamKeysResponse$,
|
|
1136
1150
|
];
|
|
1137
|
-
var ListStreams = [
|
|
1151
|
+
var ListStreams$ = [
|
|
1138
1152
|
9,
|
|
1139
1153
|
n0,
|
|
1140
1154
|
_LS,
|
|
1141
1155
|
{ [_ht]: ["POST", "/ListStreams", 200] },
|
|
1142
|
-
() => ListStreamsRequest
|
|
1143
|
-
() => ListStreamsResponse
|
|
1156
|
+
() => ListStreamsRequest$,
|
|
1157
|
+
() => ListStreamsResponse$,
|
|
1144
1158
|
];
|
|
1145
|
-
var ListStreamSessions = [
|
|
1159
|
+
var ListStreamSessions$ = [
|
|
1146
1160
|
9,
|
|
1147
1161
|
n0,
|
|
1148
1162
|
_LSS,
|
|
1149
1163
|
{ [_ht]: ["POST", "/ListStreamSessions", 200] },
|
|
1150
|
-
() => ListStreamSessionsRequest
|
|
1151
|
-
() => ListStreamSessionsResponse
|
|
1164
|
+
() => ListStreamSessionsRequest$,
|
|
1165
|
+
() => ListStreamSessionsResponse$,
|
|
1152
1166
|
];
|
|
1153
|
-
var ListTagsForResource = [
|
|
1167
|
+
var ListTagsForResource$ = [
|
|
1154
1168
|
9,
|
|
1155
1169
|
n0,
|
|
1156
1170
|
_LTFR,
|
|
1157
1171
|
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1158
|
-
() => ListTagsForResourceRequest
|
|
1159
|
-
() => ListTagsForResourceResponse
|
|
1172
|
+
() => ListTagsForResourceRequest$,
|
|
1173
|
+
() => ListTagsForResourceResponse$,
|
|
1160
1174
|
];
|
|
1161
|
-
var PutMetadata = [
|
|
1175
|
+
var PutMetadata$ = [
|
|
1162
1176
|
9,
|
|
1163
1177
|
n0,
|
|
1164
1178
|
_PM,
|
|
1165
1179
|
{ [_ht]: ["POST", "/PutMetadata", 204] },
|
|
1166
|
-
() => PutMetadataRequest
|
|
1180
|
+
() => PutMetadataRequest$,
|
|
1167
1181
|
() => __Unit,
|
|
1168
1182
|
];
|
|
1169
|
-
var StartViewerSessionRevocation = [
|
|
1183
|
+
var StartViewerSessionRevocation$ = [
|
|
1170
1184
|
9,
|
|
1171
1185
|
n0,
|
|
1172
1186
|
_SVSR,
|
|
1173
1187
|
{ [_ht]: ["POST", "/StartViewerSessionRevocation", 200] },
|
|
1174
|
-
() => StartViewerSessionRevocationRequest
|
|
1175
|
-
() => StartViewerSessionRevocationResponse
|
|
1188
|
+
() => StartViewerSessionRevocationRequest$,
|
|
1189
|
+
() => StartViewerSessionRevocationResponse$,
|
|
1176
1190
|
];
|
|
1177
|
-
var StopStream = [
|
|
1191
|
+
var StopStream$ = [
|
|
1178
1192
|
9,
|
|
1179
1193
|
n0,
|
|
1180
1194
|
_SSto,
|
|
1181
1195
|
{ [_ht]: ["POST", "/StopStream", 200] },
|
|
1182
|
-
() => StopStreamRequest
|
|
1183
|
-
() => StopStreamResponse
|
|
1196
|
+
() => StopStreamRequest$,
|
|
1197
|
+
() => StopStreamResponse$,
|
|
1184
1198
|
];
|
|
1185
|
-
var TagResource = [
|
|
1199
|
+
var TagResource$ = [
|
|
1186
1200
|
9,
|
|
1187
1201
|
n0,
|
|
1188
1202
|
_TR,
|
|
1189
1203
|
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1190
|
-
() => TagResourceRequest
|
|
1191
|
-
() => TagResourceResponse
|
|
1204
|
+
() => TagResourceRequest$,
|
|
1205
|
+
() => TagResourceResponse$,
|
|
1192
1206
|
];
|
|
1193
|
-
var UntagResource = [
|
|
1207
|
+
var UntagResource$ = [
|
|
1194
1208
|
9,
|
|
1195
1209
|
n0,
|
|
1196
1210
|
_UR,
|
|
1197
1211
|
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1198
|
-
() => UntagResourceRequest
|
|
1199
|
-
() => UntagResourceResponse
|
|
1212
|
+
() => UntagResourceRequest$,
|
|
1213
|
+
() => UntagResourceResponse$,
|
|
1200
1214
|
];
|
|
1201
|
-
var UpdateChannel = [
|
|
1215
|
+
var UpdateChannel$ = [
|
|
1202
1216
|
9,
|
|
1203
1217
|
n0,
|
|
1204
1218
|
_UC,
|
|
1205
1219
|
{ [_ht]: ["POST", "/UpdateChannel", 200] },
|
|
1206
|
-
() => UpdateChannelRequest
|
|
1207
|
-
() => UpdateChannelResponse
|
|
1220
|
+
() => UpdateChannelRequest$,
|
|
1221
|
+
() => UpdateChannelResponse$,
|
|
1208
1222
|
];
|
|
1209
|
-
var UpdatePlaybackRestrictionPolicy = [
|
|
1223
|
+
var UpdatePlaybackRestrictionPolicy$ = [
|
|
1210
1224
|
9,
|
|
1211
1225
|
n0,
|
|
1212
1226
|
_UPRP,
|
|
1213
1227
|
{ [_ht]: ["POST", "/UpdatePlaybackRestrictionPolicy", 200] },
|
|
1214
|
-
() => UpdatePlaybackRestrictionPolicyRequest
|
|
1215
|
-
() => UpdatePlaybackRestrictionPolicyResponse
|
|
1228
|
+
() => UpdatePlaybackRestrictionPolicyRequest$,
|
|
1229
|
+
() => UpdatePlaybackRestrictionPolicyResponse$,
|
|
1216
1230
|
];
|
|
1217
1231
|
|
|
1218
1232
|
class BatchGetChannelCommand extends smithyClient.Command
|
|
@@ -1223,7 +1237,7 @@ class BatchGetChannelCommand extends smithyClient.Command
|
|
|
1223
1237
|
})
|
|
1224
1238
|
.s("AmazonInteractiveVideoService", "BatchGetChannel", {})
|
|
1225
1239
|
.n("IvsClient", "BatchGetChannelCommand")
|
|
1226
|
-
.sc(BatchGetChannel)
|
|
1240
|
+
.sc(BatchGetChannel$)
|
|
1227
1241
|
.build() {
|
|
1228
1242
|
}
|
|
1229
1243
|
|
|
@@ -1235,7 +1249,7 @@ class BatchGetStreamKeyCommand extends smithyClient.Command
|
|
|
1235
1249
|
})
|
|
1236
1250
|
.s("AmazonInteractiveVideoService", "BatchGetStreamKey", {})
|
|
1237
1251
|
.n("IvsClient", "BatchGetStreamKeyCommand")
|
|
1238
|
-
.sc(BatchGetStreamKey)
|
|
1252
|
+
.sc(BatchGetStreamKey$)
|
|
1239
1253
|
.build() {
|
|
1240
1254
|
}
|
|
1241
1255
|
|
|
@@ -1247,7 +1261,7 @@ class BatchStartViewerSessionRevocationCommand extends smithyClient.Command
|
|
|
1247
1261
|
})
|
|
1248
1262
|
.s("AmazonInteractiveVideoService", "BatchStartViewerSessionRevocation", {})
|
|
1249
1263
|
.n("IvsClient", "BatchStartViewerSessionRevocationCommand")
|
|
1250
|
-
.sc(BatchStartViewerSessionRevocation)
|
|
1264
|
+
.sc(BatchStartViewerSessionRevocation$)
|
|
1251
1265
|
.build() {
|
|
1252
1266
|
}
|
|
1253
1267
|
|
|
@@ -1259,7 +1273,7 @@ class CreateChannelCommand extends smithyClient.Command
|
|
|
1259
1273
|
})
|
|
1260
1274
|
.s("AmazonInteractiveVideoService", "CreateChannel", {})
|
|
1261
1275
|
.n("IvsClient", "CreateChannelCommand")
|
|
1262
|
-
.sc(CreateChannel)
|
|
1276
|
+
.sc(CreateChannel$)
|
|
1263
1277
|
.build() {
|
|
1264
1278
|
}
|
|
1265
1279
|
|
|
@@ -1271,7 +1285,7 @@ class CreatePlaybackRestrictionPolicyCommand extends smithyClient.Command
|
|
|
1271
1285
|
})
|
|
1272
1286
|
.s("AmazonInteractiveVideoService", "CreatePlaybackRestrictionPolicy", {})
|
|
1273
1287
|
.n("IvsClient", "CreatePlaybackRestrictionPolicyCommand")
|
|
1274
|
-
.sc(CreatePlaybackRestrictionPolicy)
|
|
1288
|
+
.sc(CreatePlaybackRestrictionPolicy$)
|
|
1275
1289
|
.build() {
|
|
1276
1290
|
}
|
|
1277
1291
|
|
|
@@ -1283,7 +1297,7 @@ class CreateRecordingConfigurationCommand extends smithyClient.Command
|
|
|
1283
1297
|
})
|
|
1284
1298
|
.s("AmazonInteractiveVideoService", "CreateRecordingConfiguration", {})
|
|
1285
1299
|
.n("IvsClient", "CreateRecordingConfigurationCommand")
|
|
1286
|
-
.sc(CreateRecordingConfiguration)
|
|
1300
|
+
.sc(CreateRecordingConfiguration$)
|
|
1287
1301
|
.build() {
|
|
1288
1302
|
}
|
|
1289
1303
|
|
|
@@ -1295,7 +1309,7 @@ class CreateStreamKeyCommand extends smithyClient.Command
|
|
|
1295
1309
|
})
|
|
1296
1310
|
.s("AmazonInteractiveVideoService", "CreateStreamKey", {})
|
|
1297
1311
|
.n("IvsClient", "CreateStreamKeyCommand")
|
|
1298
|
-
.sc(CreateStreamKey)
|
|
1312
|
+
.sc(CreateStreamKey$)
|
|
1299
1313
|
.build() {
|
|
1300
1314
|
}
|
|
1301
1315
|
|
|
@@ -1307,7 +1321,7 @@ class DeleteChannelCommand extends smithyClient.Command
|
|
|
1307
1321
|
})
|
|
1308
1322
|
.s("AmazonInteractiveVideoService", "DeleteChannel", {})
|
|
1309
1323
|
.n("IvsClient", "DeleteChannelCommand")
|
|
1310
|
-
.sc(DeleteChannel)
|
|
1324
|
+
.sc(DeleteChannel$)
|
|
1311
1325
|
.build() {
|
|
1312
1326
|
}
|
|
1313
1327
|
|
|
@@ -1319,7 +1333,7 @@ class DeletePlaybackKeyPairCommand extends smithyClient.Command
|
|
|
1319
1333
|
})
|
|
1320
1334
|
.s("AmazonInteractiveVideoService", "DeletePlaybackKeyPair", {})
|
|
1321
1335
|
.n("IvsClient", "DeletePlaybackKeyPairCommand")
|
|
1322
|
-
.sc(DeletePlaybackKeyPair)
|
|
1336
|
+
.sc(DeletePlaybackKeyPair$)
|
|
1323
1337
|
.build() {
|
|
1324
1338
|
}
|
|
1325
1339
|
|
|
@@ -1331,7 +1345,7 @@ class DeletePlaybackRestrictionPolicyCommand extends smithyClient.Command
|
|
|
1331
1345
|
})
|
|
1332
1346
|
.s("AmazonInteractiveVideoService", "DeletePlaybackRestrictionPolicy", {})
|
|
1333
1347
|
.n("IvsClient", "DeletePlaybackRestrictionPolicyCommand")
|
|
1334
|
-
.sc(DeletePlaybackRestrictionPolicy)
|
|
1348
|
+
.sc(DeletePlaybackRestrictionPolicy$)
|
|
1335
1349
|
.build() {
|
|
1336
1350
|
}
|
|
1337
1351
|
|
|
@@ -1343,7 +1357,7 @@ class DeleteRecordingConfigurationCommand extends smithyClient.Command
|
|
|
1343
1357
|
})
|
|
1344
1358
|
.s("AmazonInteractiveVideoService", "DeleteRecordingConfiguration", {})
|
|
1345
1359
|
.n("IvsClient", "DeleteRecordingConfigurationCommand")
|
|
1346
|
-
.sc(DeleteRecordingConfiguration)
|
|
1360
|
+
.sc(DeleteRecordingConfiguration$)
|
|
1347
1361
|
.build() {
|
|
1348
1362
|
}
|
|
1349
1363
|
|
|
@@ -1355,7 +1369,7 @@ class DeleteStreamKeyCommand extends smithyClient.Command
|
|
|
1355
1369
|
})
|
|
1356
1370
|
.s("AmazonInteractiveVideoService", "DeleteStreamKey", {})
|
|
1357
1371
|
.n("IvsClient", "DeleteStreamKeyCommand")
|
|
1358
|
-
.sc(DeleteStreamKey)
|
|
1372
|
+
.sc(DeleteStreamKey$)
|
|
1359
1373
|
.build() {
|
|
1360
1374
|
}
|
|
1361
1375
|
|
|
@@ -1367,7 +1381,7 @@ class GetChannelCommand extends smithyClient.Command
|
|
|
1367
1381
|
})
|
|
1368
1382
|
.s("AmazonInteractiveVideoService", "GetChannel", {})
|
|
1369
1383
|
.n("IvsClient", "GetChannelCommand")
|
|
1370
|
-
.sc(GetChannel)
|
|
1384
|
+
.sc(GetChannel$)
|
|
1371
1385
|
.build() {
|
|
1372
1386
|
}
|
|
1373
1387
|
|
|
@@ -1379,7 +1393,7 @@ class GetPlaybackKeyPairCommand extends smithyClient.Command
|
|
|
1379
1393
|
})
|
|
1380
1394
|
.s("AmazonInteractiveVideoService", "GetPlaybackKeyPair", {})
|
|
1381
1395
|
.n("IvsClient", "GetPlaybackKeyPairCommand")
|
|
1382
|
-
.sc(GetPlaybackKeyPair)
|
|
1396
|
+
.sc(GetPlaybackKeyPair$)
|
|
1383
1397
|
.build() {
|
|
1384
1398
|
}
|
|
1385
1399
|
|
|
@@ -1391,7 +1405,7 @@ class GetPlaybackRestrictionPolicyCommand extends smithyClient.Command
|
|
|
1391
1405
|
})
|
|
1392
1406
|
.s("AmazonInteractiveVideoService", "GetPlaybackRestrictionPolicy", {})
|
|
1393
1407
|
.n("IvsClient", "GetPlaybackRestrictionPolicyCommand")
|
|
1394
|
-
.sc(GetPlaybackRestrictionPolicy)
|
|
1408
|
+
.sc(GetPlaybackRestrictionPolicy$)
|
|
1395
1409
|
.build() {
|
|
1396
1410
|
}
|
|
1397
1411
|
|
|
@@ -1403,7 +1417,7 @@ class GetRecordingConfigurationCommand extends smithyClient.Command
|
|
|
1403
1417
|
})
|
|
1404
1418
|
.s("AmazonInteractiveVideoService", "GetRecordingConfiguration", {})
|
|
1405
1419
|
.n("IvsClient", "GetRecordingConfigurationCommand")
|
|
1406
|
-
.sc(GetRecordingConfiguration)
|
|
1420
|
+
.sc(GetRecordingConfiguration$)
|
|
1407
1421
|
.build() {
|
|
1408
1422
|
}
|
|
1409
1423
|
|
|
@@ -1415,7 +1429,7 @@ class GetStreamCommand extends smithyClient.Command
|
|
|
1415
1429
|
})
|
|
1416
1430
|
.s("AmazonInteractiveVideoService", "GetStream", {})
|
|
1417
1431
|
.n("IvsClient", "GetStreamCommand")
|
|
1418
|
-
.sc(GetStream)
|
|
1432
|
+
.sc(GetStream$)
|
|
1419
1433
|
.build() {
|
|
1420
1434
|
}
|
|
1421
1435
|
|
|
@@ -1427,7 +1441,7 @@ class GetStreamKeyCommand extends smithyClient.Command
|
|
|
1427
1441
|
})
|
|
1428
1442
|
.s("AmazonInteractiveVideoService", "GetStreamKey", {})
|
|
1429
1443
|
.n("IvsClient", "GetStreamKeyCommand")
|
|
1430
|
-
.sc(GetStreamKey)
|
|
1444
|
+
.sc(GetStreamKey$)
|
|
1431
1445
|
.build() {
|
|
1432
1446
|
}
|
|
1433
1447
|
|
|
@@ -1439,7 +1453,7 @@ class GetStreamSessionCommand extends smithyClient.Command
|
|
|
1439
1453
|
})
|
|
1440
1454
|
.s("AmazonInteractiveVideoService", "GetStreamSession", {})
|
|
1441
1455
|
.n("IvsClient", "GetStreamSessionCommand")
|
|
1442
|
-
.sc(GetStreamSession)
|
|
1456
|
+
.sc(GetStreamSession$)
|
|
1443
1457
|
.build() {
|
|
1444
1458
|
}
|
|
1445
1459
|
|
|
@@ -1451,7 +1465,7 @@ class ImportPlaybackKeyPairCommand extends smithyClient.Command
|
|
|
1451
1465
|
})
|
|
1452
1466
|
.s("AmazonInteractiveVideoService", "ImportPlaybackKeyPair", {})
|
|
1453
1467
|
.n("IvsClient", "ImportPlaybackKeyPairCommand")
|
|
1454
|
-
.sc(ImportPlaybackKeyPair)
|
|
1468
|
+
.sc(ImportPlaybackKeyPair$)
|
|
1455
1469
|
.build() {
|
|
1456
1470
|
}
|
|
1457
1471
|
|
|
@@ -1463,7 +1477,7 @@ class ListChannelsCommand extends smithyClient.Command
|
|
|
1463
1477
|
})
|
|
1464
1478
|
.s("AmazonInteractiveVideoService", "ListChannels", {})
|
|
1465
1479
|
.n("IvsClient", "ListChannelsCommand")
|
|
1466
|
-
.sc(ListChannels)
|
|
1480
|
+
.sc(ListChannels$)
|
|
1467
1481
|
.build() {
|
|
1468
1482
|
}
|
|
1469
1483
|
|
|
@@ -1475,7 +1489,7 @@ class ListPlaybackKeyPairsCommand extends smithyClient.Command
|
|
|
1475
1489
|
})
|
|
1476
1490
|
.s("AmazonInteractiveVideoService", "ListPlaybackKeyPairs", {})
|
|
1477
1491
|
.n("IvsClient", "ListPlaybackKeyPairsCommand")
|
|
1478
|
-
.sc(ListPlaybackKeyPairs)
|
|
1492
|
+
.sc(ListPlaybackKeyPairs$)
|
|
1479
1493
|
.build() {
|
|
1480
1494
|
}
|
|
1481
1495
|
|
|
@@ -1487,7 +1501,7 @@ class ListPlaybackRestrictionPoliciesCommand extends smithyClient.Command
|
|
|
1487
1501
|
})
|
|
1488
1502
|
.s("AmazonInteractiveVideoService", "ListPlaybackRestrictionPolicies", {})
|
|
1489
1503
|
.n("IvsClient", "ListPlaybackRestrictionPoliciesCommand")
|
|
1490
|
-
.sc(ListPlaybackRestrictionPolicies)
|
|
1504
|
+
.sc(ListPlaybackRestrictionPolicies$)
|
|
1491
1505
|
.build() {
|
|
1492
1506
|
}
|
|
1493
1507
|
|
|
@@ -1499,7 +1513,7 @@ class ListRecordingConfigurationsCommand extends smithyClient.Command
|
|
|
1499
1513
|
})
|
|
1500
1514
|
.s("AmazonInteractiveVideoService", "ListRecordingConfigurations", {})
|
|
1501
1515
|
.n("IvsClient", "ListRecordingConfigurationsCommand")
|
|
1502
|
-
.sc(ListRecordingConfigurations)
|
|
1516
|
+
.sc(ListRecordingConfigurations$)
|
|
1503
1517
|
.build() {
|
|
1504
1518
|
}
|
|
1505
1519
|
|
|
@@ -1511,7 +1525,7 @@ class ListStreamKeysCommand extends smithyClient.Command
|
|
|
1511
1525
|
})
|
|
1512
1526
|
.s("AmazonInteractiveVideoService", "ListStreamKeys", {})
|
|
1513
1527
|
.n("IvsClient", "ListStreamKeysCommand")
|
|
1514
|
-
.sc(ListStreamKeys)
|
|
1528
|
+
.sc(ListStreamKeys$)
|
|
1515
1529
|
.build() {
|
|
1516
1530
|
}
|
|
1517
1531
|
|
|
@@ -1523,7 +1537,7 @@ class ListStreamsCommand extends smithyClient.Command
|
|
|
1523
1537
|
})
|
|
1524
1538
|
.s("AmazonInteractiveVideoService", "ListStreams", {})
|
|
1525
1539
|
.n("IvsClient", "ListStreamsCommand")
|
|
1526
|
-
.sc(ListStreams)
|
|
1540
|
+
.sc(ListStreams$)
|
|
1527
1541
|
.build() {
|
|
1528
1542
|
}
|
|
1529
1543
|
|
|
@@ -1535,7 +1549,7 @@ class ListStreamSessionsCommand extends smithyClient.Command
|
|
|
1535
1549
|
})
|
|
1536
1550
|
.s("AmazonInteractiveVideoService", "ListStreamSessions", {})
|
|
1537
1551
|
.n("IvsClient", "ListStreamSessionsCommand")
|
|
1538
|
-
.sc(ListStreamSessions)
|
|
1552
|
+
.sc(ListStreamSessions$)
|
|
1539
1553
|
.build() {
|
|
1540
1554
|
}
|
|
1541
1555
|
|
|
@@ -1547,7 +1561,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1547
1561
|
})
|
|
1548
1562
|
.s("AmazonInteractiveVideoService", "ListTagsForResource", {})
|
|
1549
1563
|
.n("IvsClient", "ListTagsForResourceCommand")
|
|
1550
|
-
.sc(ListTagsForResource)
|
|
1564
|
+
.sc(ListTagsForResource$)
|
|
1551
1565
|
.build() {
|
|
1552
1566
|
}
|
|
1553
1567
|
|
|
@@ -1559,7 +1573,7 @@ class PutMetadataCommand extends smithyClient.Command
|
|
|
1559
1573
|
})
|
|
1560
1574
|
.s("AmazonInteractiveVideoService", "PutMetadata", {})
|
|
1561
1575
|
.n("IvsClient", "PutMetadataCommand")
|
|
1562
|
-
.sc(PutMetadata)
|
|
1576
|
+
.sc(PutMetadata$)
|
|
1563
1577
|
.build() {
|
|
1564
1578
|
}
|
|
1565
1579
|
|
|
@@ -1571,7 +1585,7 @@ class StartViewerSessionRevocationCommand extends smithyClient.Command
|
|
|
1571
1585
|
})
|
|
1572
1586
|
.s("AmazonInteractiveVideoService", "StartViewerSessionRevocation", {})
|
|
1573
1587
|
.n("IvsClient", "StartViewerSessionRevocationCommand")
|
|
1574
|
-
.sc(StartViewerSessionRevocation)
|
|
1588
|
+
.sc(StartViewerSessionRevocation$)
|
|
1575
1589
|
.build() {
|
|
1576
1590
|
}
|
|
1577
1591
|
|
|
@@ -1583,7 +1597,7 @@ class StopStreamCommand extends smithyClient.Command
|
|
|
1583
1597
|
})
|
|
1584
1598
|
.s("AmazonInteractiveVideoService", "StopStream", {})
|
|
1585
1599
|
.n("IvsClient", "StopStreamCommand")
|
|
1586
|
-
.sc(StopStream)
|
|
1600
|
+
.sc(StopStream$)
|
|
1587
1601
|
.build() {
|
|
1588
1602
|
}
|
|
1589
1603
|
|
|
@@ -1595,7 +1609,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1595
1609
|
})
|
|
1596
1610
|
.s("AmazonInteractiveVideoService", "TagResource", {})
|
|
1597
1611
|
.n("IvsClient", "TagResourceCommand")
|
|
1598
|
-
.sc(TagResource)
|
|
1612
|
+
.sc(TagResource$)
|
|
1599
1613
|
.build() {
|
|
1600
1614
|
}
|
|
1601
1615
|
|
|
@@ -1607,7 +1621,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1607
1621
|
})
|
|
1608
1622
|
.s("AmazonInteractiveVideoService", "UntagResource", {})
|
|
1609
1623
|
.n("IvsClient", "UntagResourceCommand")
|
|
1610
|
-
.sc(UntagResource)
|
|
1624
|
+
.sc(UntagResource$)
|
|
1611
1625
|
.build() {
|
|
1612
1626
|
}
|
|
1613
1627
|
|
|
@@ -1619,7 +1633,7 @@ class UpdateChannelCommand extends smithyClient.Command
|
|
|
1619
1633
|
})
|
|
1620
1634
|
.s("AmazonInteractiveVideoService", "UpdateChannel", {})
|
|
1621
1635
|
.n("IvsClient", "UpdateChannelCommand")
|
|
1622
|
-
.sc(UpdateChannel)
|
|
1636
|
+
.sc(UpdateChannel$)
|
|
1623
1637
|
.build() {
|
|
1624
1638
|
}
|
|
1625
1639
|
|
|
@@ -1631,7 +1645,7 @@ class UpdatePlaybackRestrictionPolicyCommand extends smithyClient.Command
|
|
|
1631
1645
|
})
|
|
1632
1646
|
.s("AmazonInteractiveVideoService", "UpdatePlaybackRestrictionPolicy", {})
|
|
1633
1647
|
.n("IvsClient", "UpdatePlaybackRestrictionPolicyCommand")
|
|
1634
|
-
.sc(UpdatePlaybackRestrictionPolicy)
|
|
1648
|
+
.sc(UpdatePlaybackRestrictionPolicy$)
|
|
1635
1649
|
.build() {
|
|
1636
1650
|
}
|
|
1637
1651
|
|
|
@@ -1765,68 +1779,208 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1765
1779
|
enumerable: true,
|
|
1766
1780
|
get: function () { return smithyClient.Client; }
|
|
1767
1781
|
});
|
|
1768
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1782
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1783
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1784
|
+
exports.AudioConfiguration$ = AudioConfiguration$;
|
|
1785
|
+
exports.BatchError$ = BatchError$;
|
|
1786
|
+
exports.BatchGetChannel$ = BatchGetChannel$;
|
|
1769
1787
|
exports.BatchGetChannelCommand = BatchGetChannelCommand;
|
|
1788
|
+
exports.BatchGetChannelRequest$ = BatchGetChannelRequest$;
|
|
1789
|
+
exports.BatchGetChannelResponse$ = BatchGetChannelResponse$;
|
|
1790
|
+
exports.BatchGetStreamKey$ = BatchGetStreamKey$;
|
|
1770
1791
|
exports.BatchGetStreamKeyCommand = BatchGetStreamKeyCommand;
|
|
1792
|
+
exports.BatchGetStreamKeyRequest$ = BatchGetStreamKeyRequest$;
|
|
1793
|
+
exports.BatchGetStreamKeyResponse$ = BatchGetStreamKeyResponse$;
|
|
1794
|
+
exports.BatchStartViewerSessionRevocation$ = BatchStartViewerSessionRevocation$;
|
|
1771
1795
|
exports.BatchStartViewerSessionRevocationCommand = BatchStartViewerSessionRevocationCommand;
|
|
1796
|
+
exports.BatchStartViewerSessionRevocationError$ = BatchStartViewerSessionRevocationError$;
|
|
1797
|
+
exports.BatchStartViewerSessionRevocationRequest$ = BatchStartViewerSessionRevocationRequest$;
|
|
1798
|
+
exports.BatchStartViewerSessionRevocationResponse$ = BatchStartViewerSessionRevocationResponse$;
|
|
1799
|
+
exports.BatchStartViewerSessionRevocationViewerSession$ = BatchStartViewerSessionRevocationViewerSession$;
|
|
1800
|
+
exports.Channel$ = Channel$;
|
|
1772
1801
|
exports.ChannelLatencyMode = ChannelLatencyMode;
|
|
1773
|
-
exports.ChannelNotBroadcasting = ChannelNotBroadcasting
|
|
1802
|
+
exports.ChannelNotBroadcasting = ChannelNotBroadcasting;
|
|
1803
|
+
exports.ChannelNotBroadcasting$ = ChannelNotBroadcasting$;
|
|
1804
|
+
exports.ChannelSummary$ = ChannelSummary$;
|
|
1774
1805
|
exports.ChannelType = ChannelType;
|
|
1775
|
-
exports.ConflictException = ConflictException
|
|
1806
|
+
exports.ConflictException = ConflictException;
|
|
1807
|
+
exports.ConflictException$ = ConflictException$;
|
|
1776
1808
|
exports.ContainerFormat = ContainerFormat;
|
|
1809
|
+
exports.CreateChannel$ = CreateChannel$;
|
|
1777
1810
|
exports.CreateChannelCommand = CreateChannelCommand;
|
|
1811
|
+
exports.CreateChannelRequest$ = CreateChannelRequest$;
|
|
1812
|
+
exports.CreateChannelResponse$ = CreateChannelResponse$;
|
|
1813
|
+
exports.CreatePlaybackRestrictionPolicy$ = CreatePlaybackRestrictionPolicy$;
|
|
1778
1814
|
exports.CreatePlaybackRestrictionPolicyCommand = CreatePlaybackRestrictionPolicyCommand;
|
|
1815
|
+
exports.CreatePlaybackRestrictionPolicyRequest$ = CreatePlaybackRestrictionPolicyRequest$;
|
|
1816
|
+
exports.CreatePlaybackRestrictionPolicyResponse$ = CreatePlaybackRestrictionPolicyResponse$;
|
|
1817
|
+
exports.CreateRecordingConfiguration$ = CreateRecordingConfiguration$;
|
|
1779
1818
|
exports.CreateRecordingConfigurationCommand = CreateRecordingConfigurationCommand;
|
|
1819
|
+
exports.CreateRecordingConfigurationRequest$ = CreateRecordingConfigurationRequest$;
|
|
1820
|
+
exports.CreateRecordingConfigurationResponse$ = CreateRecordingConfigurationResponse$;
|
|
1821
|
+
exports.CreateStreamKey$ = CreateStreamKey$;
|
|
1780
1822
|
exports.CreateStreamKeyCommand = CreateStreamKeyCommand;
|
|
1823
|
+
exports.CreateStreamKeyRequest$ = CreateStreamKeyRequest$;
|
|
1824
|
+
exports.CreateStreamKeyResponse$ = CreateStreamKeyResponse$;
|
|
1825
|
+
exports.DeleteChannel$ = DeleteChannel$;
|
|
1781
1826
|
exports.DeleteChannelCommand = DeleteChannelCommand;
|
|
1827
|
+
exports.DeleteChannelRequest$ = DeleteChannelRequest$;
|
|
1828
|
+
exports.DeletePlaybackKeyPair$ = DeletePlaybackKeyPair$;
|
|
1782
1829
|
exports.DeletePlaybackKeyPairCommand = DeletePlaybackKeyPairCommand;
|
|
1830
|
+
exports.DeletePlaybackKeyPairRequest$ = DeletePlaybackKeyPairRequest$;
|
|
1831
|
+
exports.DeletePlaybackKeyPairResponse$ = DeletePlaybackKeyPairResponse$;
|
|
1832
|
+
exports.DeletePlaybackRestrictionPolicy$ = DeletePlaybackRestrictionPolicy$;
|
|
1783
1833
|
exports.DeletePlaybackRestrictionPolicyCommand = DeletePlaybackRestrictionPolicyCommand;
|
|
1834
|
+
exports.DeletePlaybackRestrictionPolicyRequest$ = DeletePlaybackRestrictionPolicyRequest$;
|
|
1835
|
+
exports.DeleteRecordingConfiguration$ = DeleteRecordingConfiguration$;
|
|
1784
1836
|
exports.DeleteRecordingConfigurationCommand = DeleteRecordingConfigurationCommand;
|
|
1837
|
+
exports.DeleteRecordingConfigurationRequest$ = DeleteRecordingConfigurationRequest$;
|
|
1838
|
+
exports.DeleteStreamKey$ = DeleteStreamKey$;
|
|
1785
1839
|
exports.DeleteStreamKeyCommand = DeleteStreamKeyCommand;
|
|
1840
|
+
exports.DeleteStreamKeyRequest$ = DeleteStreamKeyRequest$;
|
|
1841
|
+
exports.DestinationConfiguration$ = DestinationConfiguration$;
|
|
1842
|
+
exports.GetChannel$ = GetChannel$;
|
|
1786
1843
|
exports.GetChannelCommand = GetChannelCommand;
|
|
1844
|
+
exports.GetChannelRequest$ = GetChannelRequest$;
|
|
1845
|
+
exports.GetChannelResponse$ = GetChannelResponse$;
|
|
1846
|
+
exports.GetPlaybackKeyPair$ = GetPlaybackKeyPair$;
|
|
1787
1847
|
exports.GetPlaybackKeyPairCommand = GetPlaybackKeyPairCommand;
|
|
1848
|
+
exports.GetPlaybackKeyPairRequest$ = GetPlaybackKeyPairRequest$;
|
|
1849
|
+
exports.GetPlaybackKeyPairResponse$ = GetPlaybackKeyPairResponse$;
|
|
1850
|
+
exports.GetPlaybackRestrictionPolicy$ = GetPlaybackRestrictionPolicy$;
|
|
1788
1851
|
exports.GetPlaybackRestrictionPolicyCommand = GetPlaybackRestrictionPolicyCommand;
|
|
1852
|
+
exports.GetPlaybackRestrictionPolicyRequest$ = GetPlaybackRestrictionPolicyRequest$;
|
|
1853
|
+
exports.GetPlaybackRestrictionPolicyResponse$ = GetPlaybackRestrictionPolicyResponse$;
|
|
1854
|
+
exports.GetRecordingConfiguration$ = GetRecordingConfiguration$;
|
|
1789
1855
|
exports.GetRecordingConfigurationCommand = GetRecordingConfigurationCommand;
|
|
1856
|
+
exports.GetRecordingConfigurationRequest$ = GetRecordingConfigurationRequest$;
|
|
1857
|
+
exports.GetRecordingConfigurationResponse$ = GetRecordingConfigurationResponse$;
|
|
1858
|
+
exports.GetStream$ = GetStream$;
|
|
1790
1859
|
exports.GetStreamCommand = GetStreamCommand;
|
|
1860
|
+
exports.GetStreamKey$ = GetStreamKey$;
|
|
1791
1861
|
exports.GetStreamKeyCommand = GetStreamKeyCommand;
|
|
1862
|
+
exports.GetStreamKeyRequest$ = GetStreamKeyRequest$;
|
|
1863
|
+
exports.GetStreamKeyResponse$ = GetStreamKeyResponse$;
|
|
1864
|
+
exports.GetStreamRequest$ = GetStreamRequest$;
|
|
1865
|
+
exports.GetStreamResponse$ = GetStreamResponse$;
|
|
1866
|
+
exports.GetStreamSession$ = GetStreamSession$;
|
|
1792
1867
|
exports.GetStreamSessionCommand = GetStreamSessionCommand;
|
|
1868
|
+
exports.GetStreamSessionRequest$ = GetStreamSessionRequest$;
|
|
1869
|
+
exports.GetStreamSessionResponse$ = GetStreamSessionResponse$;
|
|
1870
|
+
exports.ImportPlaybackKeyPair$ = ImportPlaybackKeyPair$;
|
|
1793
1871
|
exports.ImportPlaybackKeyPairCommand = ImportPlaybackKeyPairCommand;
|
|
1794
|
-
exports.
|
|
1872
|
+
exports.ImportPlaybackKeyPairRequest$ = ImportPlaybackKeyPairRequest$;
|
|
1873
|
+
exports.ImportPlaybackKeyPairResponse$ = ImportPlaybackKeyPairResponse$;
|
|
1874
|
+
exports.IngestConfiguration$ = IngestConfiguration$;
|
|
1875
|
+
exports.IngestConfigurations$ = IngestConfigurations$;
|
|
1876
|
+
exports.InternalServerException = InternalServerException;
|
|
1877
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1795
1878
|
exports.Ivs = Ivs;
|
|
1796
1879
|
exports.IvsClient = IvsClient;
|
|
1797
|
-
exports.IvsServiceException = IvsServiceException
|
|
1880
|
+
exports.IvsServiceException = IvsServiceException;
|
|
1881
|
+
exports.IvsServiceException$ = IvsServiceException$;
|
|
1882
|
+
exports.ListChannels$ = ListChannels$;
|
|
1798
1883
|
exports.ListChannelsCommand = ListChannelsCommand;
|
|
1884
|
+
exports.ListChannelsRequest$ = ListChannelsRequest$;
|
|
1885
|
+
exports.ListChannelsResponse$ = ListChannelsResponse$;
|
|
1886
|
+
exports.ListPlaybackKeyPairs$ = ListPlaybackKeyPairs$;
|
|
1799
1887
|
exports.ListPlaybackKeyPairsCommand = ListPlaybackKeyPairsCommand;
|
|
1888
|
+
exports.ListPlaybackKeyPairsRequest$ = ListPlaybackKeyPairsRequest$;
|
|
1889
|
+
exports.ListPlaybackKeyPairsResponse$ = ListPlaybackKeyPairsResponse$;
|
|
1890
|
+
exports.ListPlaybackRestrictionPolicies$ = ListPlaybackRestrictionPolicies$;
|
|
1800
1891
|
exports.ListPlaybackRestrictionPoliciesCommand = ListPlaybackRestrictionPoliciesCommand;
|
|
1892
|
+
exports.ListPlaybackRestrictionPoliciesRequest$ = ListPlaybackRestrictionPoliciesRequest$;
|
|
1893
|
+
exports.ListPlaybackRestrictionPoliciesResponse$ = ListPlaybackRestrictionPoliciesResponse$;
|
|
1894
|
+
exports.ListRecordingConfigurations$ = ListRecordingConfigurations$;
|
|
1801
1895
|
exports.ListRecordingConfigurationsCommand = ListRecordingConfigurationsCommand;
|
|
1896
|
+
exports.ListRecordingConfigurationsRequest$ = ListRecordingConfigurationsRequest$;
|
|
1897
|
+
exports.ListRecordingConfigurationsResponse$ = ListRecordingConfigurationsResponse$;
|
|
1898
|
+
exports.ListStreamKeys$ = ListStreamKeys$;
|
|
1802
1899
|
exports.ListStreamKeysCommand = ListStreamKeysCommand;
|
|
1900
|
+
exports.ListStreamKeysRequest$ = ListStreamKeysRequest$;
|
|
1901
|
+
exports.ListStreamKeysResponse$ = ListStreamKeysResponse$;
|
|
1902
|
+
exports.ListStreamSessions$ = ListStreamSessions$;
|
|
1803
1903
|
exports.ListStreamSessionsCommand = ListStreamSessionsCommand;
|
|
1904
|
+
exports.ListStreamSessionsRequest$ = ListStreamSessionsRequest$;
|
|
1905
|
+
exports.ListStreamSessionsResponse$ = ListStreamSessionsResponse$;
|
|
1906
|
+
exports.ListStreams$ = ListStreams$;
|
|
1804
1907
|
exports.ListStreamsCommand = ListStreamsCommand;
|
|
1908
|
+
exports.ListStreamsRequest$ = ListStreamsRequest$;
|
|
1909
|
+
exports.ListStreamsResponse$ = ListStreamsResponse$;
|
|
1910
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1805
1911
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1912
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1913
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1914
|
+
exports.MultitrackInputConfiguration$ = MultitrackInputConfiguration$;
|
|
1806
1915
|
exports.MultitrackMaximumResolution = MultitrackMaximumResolution;
|
|
1807
1916
|
exports.MultitrackPolicy = MultitrackPolicy;
|
|
1808
|
-
exports.PendingVerification = PendingVerification
|
|
1917
|
+
exports.PendingVerification = PendingVerification;
|
|
1918
|
+
exports.PendingVerification$ = PendingVerification$;
|
|
1919
|
+
exports.PlaybackKeyPair$ = PlaybackKeyPair$;
|
|
1920
|
+
exports.PlaybackKeyPairSummary$ = PlaybackKeyPairSummary$;
|
|
1921
|
+
exports.PlaybackRestrictionPolicy$ = PlaybackRestrictionPolicy$;
|
|
1922
|
+
exports.PlaybackRestrictionPolicySummary$ = PlaybackRestrictionPolicySummary$;
|
|
1923
|
+
exports.PutMetadata$ = PutMetadata$;
|
|
1809
1924
|
exports.PutMetadataCommand = PutMetadataCommand;
|
|
1925
|
+
exports.PutMetadataRequest$ = PutMetadataRequest$;
|
|
1926
|
+
exports.RecordingConfiguration$ = RecordingConfiguration$;
|
|
1810
1927
|
exports.RecordingConfigurationState = RecordingConfigurationState;
|
|
1928
|
+
exports.RecordingConfigurationSummary$ = RecordingConfigurationSummary$;
|
|
1811
1929
|
exports.RecordingMode = RecordingMode;
|
|
1930
|
+
exports.RenditionConfiguration$ = RenditionConfiguration$;
|
|
1812
1931
|
exports.RenditionConfigurationRendition = RenditionConfigurationRendition;
|
|
1813
1932
|
exports.RenditionConfigurationRenditionSelection = RenditionConfigurationRenditionSelection;
|
|
1814
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
1815
|
-
exports.
|
|
1933
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1934
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1935
|
+
exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
|
|
1936
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1937
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1938
|
+
exports.Srt$ = Srt$;
|
|
1939
|
+
exports.StartViewerSessionRevocation$ = StartViewerSessionRevocation$;
|
|
1816
1940
|
exports.StartViewerSessionRevocationCommand = StartViewerSessionRevocationCommand;
|
|
1941
|
+
exports.StartViewerSessionRevocationRequest$ = StartViewerSessionRevocationRequest$;
|
|
1942
|
+
exports.StartViewerSessionRevocationResponse$ = StartViewerSessionRevocationResponse$;
|
|
1943
|
+
exports.StopStream$ = StopStream$;
|
|
1817
1944
|
exports.StopStreamCommand = StopStreamCommand;
|
|
1945
|
+
exports.StopStreamRequest$ = StopStreamRequest$;
|
|
1946
|
+
exports.StopStreamResponse$ = StopStreamResponse$;
|
|
1947
|
+
exports.StreamEvent$ = StreamEvent$;
|
|
1948
|
+
exports.StreamFilters$ = StreamFilters$;
|
|
1818
1949
|
exports.StreamHealth = StreamHealth;
|
|
1950
|
+
exports.StreamKey$ = StreamKey$;
|
|
1951
|
+
exports.StreamKeySummary$ = StreamKeySummary$;
|
|
1952
|
+
exports.StreamSession$ = StreamSession$;
|
|
1953
|
+
exports.StreamSessionSummary$ = StreamSessionSummary$;
|
|
1819
1954
|
exports.StreamState = StreamState;
|
|
1820
|
-
exports.
|
|
1955
|
+
exports.StreamSummary$ = StreamSummary$;
|
|
1956
|
+
exports.StreamUnavailable = StreamUnavailable;
|
|
1957
|
+
exports.StreamUnavailable$ = StreamUnavailable$;
|
|
1958
|
+
exports.TagResource$ = TagResource$;
|
|
1821
1959
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1822
|
-
exports.
|
|
1960
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1961
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1962
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1963
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1964
|
+
exports.ThumbnailConfiguration$ = ThumbnailConfiguration$;
|
|
1823
1965
|
exports.ThumbnailConfigurationResolution = ThumbnailConfigurationResolution;
|
|
1824
1966
|
exports.ThumbnailConfigurationStorage = ThumbnailConfigurationStorage;
|
|
1825
1967
|
exports.TranscodePreset = TranscodePreset;
|
|
1968
|
+
exports.UntagResource$ = UntagResource$;
|
|
1826
1969
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1970
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1971
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1972
|
+
exports.UpdateChannel$ = UpdateChannel$;
|
|
1827
1973
|
exports.UpdateChannelCommand = UpdateChannelCommand;
|
|
1974
|
+
exports.UpdateChannelRequest$ = UpdateChannelRequest$;
|
|
1975
|
+
exports.UpdateChannelResponse$ = UpdateChannelResponse$;
|
|
1976
|
+
exports.UpdatePlaybackRestrictionPolicy$ = UpdatePlaybackRestrictionPolicy$;
|
|
1828
1977
|
exports.UpdatePlaybackRestrictionPolicyCommand = UpdatePlaybackRestrictionPolicyCommand;
|
|
1829
|
-
exports.
|
|
1978
|
+
exports.UpdatePlaybackRestrictionPolicyRequest$ = UpdatePlaybackRestrictionPolicyRequest$;
|
|
1979
|
+
exports.UpdatePlaybackRestrictionPolicyResponse$ = UpdatePlaybackRestrictionPolicyResponse$;
|
|
1980
|
+
exports.ValidationException = ValidationException;
|
|
1981
|
+
exports.ValidationException$ = ValidationException$;
|
|
1982
|
+
exports.VideoConfiguration$ = VideoConfiguration$;
|
|
1983
|
+
exports._Stream$ = _Stream$;
|
|
1830
1984
|
exports.paginateListChannels = paginateListChannels;
|
|
1831
1985
|
exports.paginateListPlaybackKeyPairs = paginateListPlaybackKeyPairs;
|
|
1832
1986
|
exports.paginateListPlaybackRestrictionPolicies = paginateListPlaybackRestrictionPolicies;
|