@aws-sdk/client-ivs 3.183.0 → 3.186.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/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/Ivs.js +121 -114
- package/dist-es/IvsClient.js +28 -22
- package/dist-es/commands/BatchGetChannelCommand.js +28 -21
- package/dist-es/commands/BatchGetStreamKeyCommand.js +28 -21
- package/dist-es/commands/CreateChannelCommand.js +28 -21
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +28 -21
- package/dist-es/commands/CreateStreamKeyCommand.js +28 -21
- package/dist-es/commands/DeleteChannelCommand.js +29 -22
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +28 -21
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteStreamKeyCommand.js +29 -22
- package/dist-es/commands/GetChannelCommand.js +28 -21
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +28 -21
- package/dist-es/commands/GetRecordingConfigurationCommand.js +28 -21
- package/dist-es/commands/GetStreamCommand.js +28 -21
- package/dist-es/commands/GetStreamKeyCommand.js +28 -21
- package/dist-es/commands/GetStreamSessionCommand.js +28 -21
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +28 -21
- package/dist-es/commands/ListChannelsCommand.js +28 -21
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +28 -21
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListStreamKeysCommand.js +28 -21
- package/dist-es/commands/ListStreamSessionsCommand.js +28 -21
- package/dist-es/commands/ListStreamsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PutMetadataCommand.js +29 -22
- package/dist-es/commands/StopStreamCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateChannelCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/IvsServiceException.js +10 -5
- package/dist-es/models/models_0.js +194 -345
- package/dist-es/pagination/ListChannelsPaginator.js +68 -25
- package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js +68 -25
- package/dist-es/pagination/ListRecordingConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/ListStreamKeysPaginator.js +68 -25
- package/dist-es/pagination/ListStreamSessionsPaginator.js +68 -25
- package/dist-es/pagination/ListStreamsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +2692 -1905
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { IvsServiceException as __BaseException } from "./IvsServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.exceptionMessage = opts.exceptionMessage;
|
|
4
|
+
var AccessDeniedException = (function (_super) {
|
|
5
|
+
__extends(AccessDeniedException, _super);
|
|
6
|
+
function AccessDeniedException(opts) {
|
|
7
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
8
|
+
_this.name = "AccessDeniedException";
|
|
9
|
+
_this.$fault = "client";
|
|
10
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
11
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
12
|
+
return _this;
|
|
14
13
|
}
|
|
15
|
-
|
|
14
|
+
return AccessDeniedException;
|
|
15
|
+
}(__BaseException));
|
|
16
|
+
export { AccessDeniedException };
|
|
16
17
|
export var ChannelLatencyMode;
|
|
17
18
|
(function (ChannelLatencyMode) {
|
|
18
19
|
ChannelLatencyMode["LowLatency"] = "LOW";
|
|
@@ -23,71 +24,71 @@ export var ChannelType;
|
|
|
23
24
|
ChannelType["BasicChannelType"] = "BASIC";
|
|
24
25
|
ChannelType["StandardChannelType"] = "STANDARD";
|
|
25
26
|
})(ChannelType || (ChannelType = {}));
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
Object.setPrototypeOf(this, PendingVerification.prototype);
|
|
36
|
-
this.exceptionMessage = opts.exceptionMessage;
|
|
27
|
+
var PendingVerification = (function (_super) {
|
|
28
|
+
__extends(PendingVerification, _super);
|
|
29
|
+
function PendingVerification(opts) {
|
|
30
|
+
var _this = _super.call(this, __assign({ name: "PendingVerification", $fault: "client" }, opts)) || this;
|
|
31
|
+
_this.name = "PendingVerification";
|
|
32
|
+
_this.$fault = "client";
|
|
33
|
+
Object.setPrototypeOf(_this, PendingVerification.prototype);
|
|
34
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
35
|
+
return _this;
|
|
37
36
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
37
|
+
return PendingVerification;
|
|
38
|
+
}(__BaseException));
|
|
39
|
+
export { PendingVerification };
|
|
40
|
+
var ResourceNotFoundException = (function (_super) {
|
|
41
|
+
__extends(ResourceNotFoundException, _super);
|
|
42
|
+
function ResourceNotFoundException(opts) {
|
|
43
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
44
|
+
_this.name = "ResourceNotFoundException";
|
|
45
|
+
_this.$fault = "client";
|
|
46
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
47
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
48
|
+
return _this;
|
|
50
49
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
50
|
+
return ResourceNotFoundException;
|
|
51
|
+
}(__BaseException));
|
|
52
|
+
export { ResourceNotFoundException };
|
|
53
|
+
var ServiceQuotaExceededException = (function (_super) {
|
|
54
|
+
__extends(ServiceQuotaExceededException, _super);
|
|
55
|
+
function ServiceQuotaExceededException(opts) {
|
|
56
|
+
var _this = _super.call(this, __assign({ name: "ServiceQuotaExceededException", $fault: "client" }, opts)) || this;
|
|
57
|
+
_this.name = "ServiceQuotaExceededException";
|
|
58
|
+
_this.$fault = "client";
|
|
59
|
+
Object.setPrototypeOf(_this, ServiceQuotaExceededException.prototype);
|
|
60
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
61
|
+
return _this;
|
|
63
62
|
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
63
|
+
return ServiceQuotaExceededException;
|
|
64
|
+
}(__BaseException));
|
|
65
|
+
export { ServiceQuotaExceededException };
|
|
66
|
+
var ValidationException = (function (_super) {
|
|
67
|
+
__extends(ValidationException, _super);
|
|
68
|
+
function ValidationException(opts) {
|
|
69
|
+
var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
|
|
70
|
+
_this.name = "ValidationException";
|
|
71
|
+
_this.$fault = "client";
|
|
72
|
+
Object.setPrototypeOf(_this, ValidationException.prototype);
|
|
73
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
74
|
+
return _this;
|
|
76
75
|
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
76
|
+
return ValidationException;
|
|
77
|
+
}(__BaseException));
|
|
78
|
+
export { ValidationException };
|
|
79
|
+
var ConflictException = (function (_super) {
|
|
80
|
+
__extends(ConflictException, _super);
|
|
81
|
+
function ConflictException(opts) {
|
|
82
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
83
|
+
_this.name = "ConflictException";
|
|
84
|
+
_this.$fault = "client";
|
|
85
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
86
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
87
|
+
return _this;
|
|
89
88
|
}
|
|
90
|
-
|
|
89
|
+
return ConflictException;
|
|
90
|
+
}(__BaseException));
|
|
91
|
+
export { ConflictException };
|
|
91
92
|
export var RecordingMode;
|
|
92
93
|
(function (RecordingMode) {
|
|
93
94
|
RecordingMode["Disabled"] = "DISABLED";
|
|
@@ -99,32 +100,32 @@ export var RecordingConfigurationState;
|
|
|
99
100
|
RecordingConfigurationState["CreateFailed"] = "CREATE_FAILED";
|
|
100
101
|
RecordingConfigurationState["Creating"] = "CREATING";
|
|
101
102
|
})(RecordingConfigurationState || (RecordingConfigurationState = {}));
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
112
|
-
this.exceptionMessage = opts.exceptionMessage;
|
|
103
|
+
var InternalServerException = (function (_super) {
|
|
104
|
+
__extends(InternalServerException, _super);
|
|
105
|
+
function InternalServerException(opts) {
|
|
106
|
+
var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
|
|
107
|
+
_this.name = "InternalServerException";
|
|
108
|
+
_this.$fault = "server";
|
|
109
|
+
Object.setPrototypeOf(_this, InternalServerException.prototype);
|
|
110
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
111
|
+
return _this;
|
|
113
112
|
}
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
113
|
+
return InternalServerException;
|
|
114
|
+
}(__BaseException));
|
|
115
|
+
export { InternalServerException };
|
|
116
|
+
var ChannelNotBroadcasting = (function (_super) {
|
|
117
|
+
__extends(ChannelNotBroadcasting, _super);
|
|
118
|
+
function ChannelNotBroadcasting(opts) {
|
|
119
|
+
var _this = _super.call(this, __assign({ name: "ChannelNotBroadcasting", $fault: "client" }, opts)) || this;
|
|
120
|
+
_this.name = "ChannelNotBroadcasting";
|
|
121
|
+
_this.$fault = "client";
|
|
122
|
+
Object.setPrototypeOf(_this, ChannelNotBroadcasting.prototype);
|
|
123
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
124
|
+
return _this;
|
|
126
125
|
}
|
|
127
|
-
|
|
126
|
+
return ChannelNotBroadcasting;
|
|
127
|
+
}(__BaseException));
|
|
128
|
+
export { ChannelNotBroadcasting };
|
|
128
129
|
export var StreamHealth;
|
|
129
130
|
(function (StreamHealth) {
|
|
130
131
|
StreamHealth["Starving"] = "STARVING";
|
|
@@ -136,254 +137,102 @@ export var StreamState;
|
|
|
136
137
|
StreamState["StreamLive"] = "LIVE";
|
|
137
138
|
StreamState["StreamOffline"] = "OFFLINE";
|
|
138
139
|
})(StreamState || (StreamState = {}));
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
149
|
-
this.exceptionMessage = opts.exceptionMessage;
|
|
140
|
+
var ThrottlingException = (function (_super) {
|
|
141
|
+
__extends(ThrottlingException, _super);
|
|
142
|
+
function ThrottlingException(opts) {
|
|
143
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
144
|
+
_this.name = "ThrottlingException";
|
|
145
|
+
_this.$fault = "client";
|
|
146
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
147
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
148
|
+
return _this;
|
|
150
149
|
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
150
|
+
return ThrottlingException;
|
|
151
|
+
}(__BaseException));
|
|
152
|
+
export { ThrottlingException };
|
|
153
|
+
var StreamUnavailable = (function (_super) {
|
|
154
|
+
__extends(StreamUnavailable, _super);
|
|
155
|
+
function StreamUnavailable(opts) {
|
|
156
|
+
var _this = _super.call(this, __assign({ name: "StreamUnavailable", $fault: "server" }, opts)) || this;
|
|
157
|
+
_this.name = "StreamUnavailable";
|
|
158
|
+
_this.$fault = "server";
|
|
159
|
+
Object.setPrototypeOf(_this, StreamUnavailable.prototype);
|
|
160
|
+
_this.exceptionMessage = opts.exceptionMessage;
|
|
161
|
+
return _this;
|
|
163
162
|
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
});
|
|
168
|
-
export
|
|
169
|
-
|
|
170
|
-
});
|
|
171
|
-
export
|
|
172
|
-
|
|
173
|
-
});
|
|
174
|
-
export
|
|
175
|
-
|
|
176
|
-
});
|
|
177
|
-
export
|
|
178
|
-
|
|
179
|
-
});
|
|
180
|
-
export
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
});
|
|
184
|
-
export
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
});
|
|
188
|
-
export
|
|
189
|
-
|
|
190
|
-
});
|
|
191
|
-
export
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
});
|
|
195
|
-
export
|
|
196
|
-
|
|
197
|
-
});
|
|
198
|
-
export
|
|
199
|
-
|
|
200
|
-
});
|
|
201
|
-
export
|
|
202
|
-
|
|
203
|
-
});
|
|
204
|
-
export
|
|
205
|
-
|
|
206
|
-
});
|
|
207
|
-
export
|
|
208
|
-
|
|
209
|
-
});
|
|
210
|
-
export
|
|
211
|
-
|
|
212
|
-
});
|
|
213
|
-
export
|
|
214
|
-
|
|
215
|
-
});
|
|
216
|
-
export
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
});
|
|
220
|
-
export
|
|
221
|
-
|
|
222
|
-
});
|
|
223
|
-
export
|
|
224
|
-
|
|
225
|
-
});
|
|
226
|
-
export
|
|
227
|
-
|
|
228
|
-
});
|
|
229
|
-
export
|
|
230
|
-
|
|
231
|
-
});
|
|
232
|
-
export
|
|
233
|
-
|
|
234
|
-
});
|
|
235
|
-
export
|
|
236
|
-
|
|
237
|
-
});
|
|
238
|
-
export
|
|
239
|
-
|
|
240
|
-
});
|
|
241
|
-
export const GetPlaybackKeyPairRequestFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
});
|
|
244
|
-
export const PlaybackKeyPairFilterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
export const GetPlaybackKeyPairResponseFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
});
|
|
250
|
-
export const GetRecordingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
});
|
|
253
|
-
export const GetRecordingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
export const GetStreamRequestFilterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
export const _StreamFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
export const GetStreamResponseFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
export const GetStreamKeyRequestFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
});
|
|
268
|
-
export const GetStreamKeyResponseFilterSensitiveLog = (obj) => ({
|
|
269
|
-
...obj,
|
|
270
|
-
...(obj.streamKey && { streamKey: StreamKeyFilterSensitiveLog(obj.streamKey) }),
|
|
271
|
-
});
|
|
272
|
-
export const GetStreamSessionRequestFilterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
});
|
|
275
|
-
export const AudioConfigurationFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
export const VideoConfigurationFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
export const IngestConfigurationFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
export const StreamEventFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
export const StreamSessionFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
export const GetStreamSessionResponseFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
});
|
|
293
|
-
export const ImportPlaybackKeyPairRequestFilterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
export const ImportPlaybackKeyPairResponseFilterSensitiveLog = (obj) => ({
|
|
297
|
-
...obj,
|
|
298
|
-
});
|
|
299
|
-
export const ListChannelsRequestFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
export const ChannelSummaryFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
});
|
|
305
|
-
export const ListChannelsResponseFilterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
export const ListPlaybackKeyPairsRequestFilterSensitiveLog = (obj) => ({
|
|
309
|
-
...obj,
|
|
310
|
-
});
|
|
311
|
-
export const PlaybackKeyPairSummaryFilterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
export const ListPlaybackKeyPairsResponseFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
export const ListRecordingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
export const RecordingConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
});
|
|
323
|
-
export const ListRecordingConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
export const ListStreamKeysRequestFilterSensitiveLog = (obj) => ({
|
|
327
|
-
...obj,
|
|
328
|
-
});
|
|
329
|
-
export const StreamKeySummaryFilterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
export const ListStreamKeysResponseFilterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
export const StreamFiltersFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
export const ListStreamsRequestFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
export const StreamSummaryFilterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
export const ListStreamsResponseFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
});
|
|
347
|
-
export const ListStreamSessionsRequestFilterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
export const StreamSessionSummaryFilterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
export const ListStreamSessionsResponseFilterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
export const PutMetadataRequestFilterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
...(obj.metadata && { metadata: SENSITIVE_STRING }),
|
|
365
|
-
});
|
|
366
|
-
export const StopStreamRequestFilterSensitiveLog = (obj) => ({
|
|
367
|
-
...obj,
|
|
368
|
-
});
|
|
369
|
-
export const StopStreamResponseFilterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
379
|
-
...obj,
|
|
380
|
-
});
|
|
381
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
export const UpdateChannelRequestFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
export const UpdateChannelResponseFilterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
163
|
+
return StreamUnavailable;
|
|
164
|
+
}(__BaseException));
|
|
165
|
+
export { StreamUnavailable };
|
|
166
|
+
export var BatchGetChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
export var ChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
export var BatchErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var BatchGetChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var BatchGetStreamKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var StreamKeyFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.value && { value: SENSITIVE_STRING }))); };
|
|
172
|
+
export var BatchGetStreamKeyResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKeys && { streamKeys: obj.streamKeys.map(function (item) { return StreamKeyFilterSensitiveLog(item); }) }))); };
|
|
173
|
+
export var CreateChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var CreateChannelResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKeyFilterSensitiveLog(obj.streamKey) }))); };
|
|
175
|
+
export var S3DestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var DestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var ThumbnailConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var CreateRecordingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var RecordingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var CreateRecordingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var CreateStreamKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var CreateStreamKeyResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKeyFilterSensitiveLog(obj.streamKey) }))); };
|
|
183
|
+
export var DeleteChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var DeletePlaybackKeyPairRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var DeletePlaybackKeyPairResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var DeleteRecordingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var DeleteStreamKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
+
export var GetChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var GetChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var GetPlaybackKeyPairRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var PlaybackKeyPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var GetPlaybackKeyPairResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var GetRecordingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var GetRecordingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var GetStreamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var _StreamFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var GetStreamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var GetStreamKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var GetStreamKeyResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.streamKey && { streamKey: StreamKeyFilterSensitiveLog(obj.streamKey) }))); };
|
|
200
|
+
export var GetStreamSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var AudioConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var VideoConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var IngestConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var StreamEventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var StreamSessionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var GetStreamSessionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var ImportPlaybackKeyPairRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var ImportPlaybackKeyPairResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var ListChannelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var ChannelSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var ListChannelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var ListPlaybackKeyPairsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var PlaybackKeyPairSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var ListPlaybackKeyPairsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var ListRecordingConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var RecordingConfigurationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var ListRecordingConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var ListStreamKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var StreamKeySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var ListStreamKeysResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var StreamFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var ListStreamsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var StreamSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var ListStreamsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var ListStreamSessionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var StreamSessionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var ListStreamSessionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var PutMetadataRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.metadata && { metadata: SENSITIVE_STRING }))); };
|
|
231
|
+
export var StopStreamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var StopStreamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var UpdateChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var UpdateChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|