@aws-sdk/client-firehose 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_json1_1.js +2 -2
- package/dist-es/Firehose.js +57 -50
- package/dist-es/FirehoseClient.js +28 -22
- package/dist-es/commands/CreateDeliveryStreamCommand.js +28 -21
- package/dist-es/commands/DeleteDeliveryStreamCommand.js +28 -21
- package/dist-es/commands/DescribeDeliveryStreamCommand.js +28 -21
- package/dist-es/commands/ListDeliveryStreamsCommand.js +28 -21
- package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +28 -21
- package/dist-es/commands/PutRecordBatchCommand.js +28 -21
- package/dist-es/commands/PutRecordCommand.js +28 -21
- package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +28 -21
- package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +28 -21
- package/dist-es/commands/TagDeliveryStreamCommand.js +28 -21
- package/dist-es/commands/UntagDeliveryStreamCommand.js +28 -21
- package/dist-es/commands/UpdateDestinationCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/FirehoseServiceException.js +10 -5
- package/dist-es/models/models_0.js +199 -403
- package/dist-es/protocols/Aws_json1_1.js +1522 -1574
- 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,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { FirehoseServiceException as __BaseException } from "./FirehoseServiceException";
|
|
3
4
|
export var AmazonopensearchserviceIndexRotationPeriod;
|
|
@@ -33,18 +34,18 @@ export var CompressionFormat;
|
|
|
33
34
|
CompressionFormat["UNCOMPRESSED"] = "UNCOMPRESSED";
|
|
34
35
|
CompressionFormat["ZIP"] = "ZIP";
|
|
35
36
|
})(CompressionFormat || (CompressionFormat = {}));
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
this.$fault = "client";
|
|
45
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
37
|
+
var ConcurrentModificationException = (function (_super) {
|
|
38
|
+
__extends(ConcurrentModificationException, _super);
|
|
39
|
+
function ConcurrentModificationException(opts) {
|
|
40
|
+
var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
|
|
41
|
+
_this.name = "ConcurrentModificationException";
|
|
42
|
+
_this.$fault = "client";
|
|
43
|
+
Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
|
|
44
|
+
return _this;
|
|
46
45
|
}
|
|
47
|
-
|
|
46
|
+
return ConcurrentModificationException;
|
|
47
|
+
}(__BaseException));
|
|
48
|
+
export { ConcurrentModificationException };
|
|
48
49
|
export var ContentEncoding;
|
|
49
50
|
(function (ContentEncoding) {
|
|
50
51
|
ContentEncoding["GZIP"] = "GZIP";
|
|
@@ -77,67 +78,67 @@ export var ParquetWriterVersion;
|
|
|
77
78
|
ParquetWriterVersion["V1"] = "V1";
|
|
78
79
|
ParquetWriterVersion["V2"] = "V2";
|
|
79
80
|
})(ParquetWriterVersion || (ParquetWriterVersion = {}));
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
this.$fault = "client";
|
|
89
|
-
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
81
|
+
var InvalidArgumentException = (function (_super) {
|
|
82
|
+
__extends(InvalidArgumentException, _super);
|
|
83
|
+
function InvalidArgumentException(opts) {
|
|
84
|
+
var _this = _super.call(this, __assign({ name: "InvalidArgumentException", $fault: "client" }, opts)) || this;
|
|
85
|
+
_this.name = "InvalidArgumentException";
|
|
86
|
+
_this.$fault = "client";
|
|
87
|
+
Object.setPrototypeOf(_this, InvalidArgumentException.prototype);
|
|
88
|
+
return _this;
|
|
90
89
|
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
90
|
+
return InvalidArgumentException;
|
|
91
|
+
}(__BaseException));
|
|
92
|
+
export { InvalidArgumentException };
|
|
93
|
+
var InvalidKMSResourceException = (function (_super) {
|
|
94
|
+
__extends(InvalidKMSResourceException, _super);
|
|
95
|
+
function InvalidKMSResourceException(opts) {
|
|
96
|
+
var _this = _super.call(this, __assign({ name: "InvalidKMSResourceException", $fault: "client" }, opts)) || this;
|
|
97
|
+
_this.name = "InvalidKMSResourceException";
|
|
98
|
+
_this.$fault = "client";
|
|
99
|
+
Object.setPrototypeOf(_this, InvalidKMSResourceException.prototype);
|
|
100
|
+
_this.code = opts.code;
|
|
101
|
+
return _this;
|
|
103
102
|
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
103
|
+
return InvalidKMSResourceException;
|
|
104
|
+
}(__BaseException));
|
|
105
|
+
export { InvalidKMSResourceException };
|
|
106
|
+
var LimitExceededException = (function (_super) {
|
|
107
|
+
__extends(LimitExceededException, _super);
|
|
108
|
+
function LimitExceededException(opts) {
|
|
109
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
110
|
+
_this.name = "LimitExceededException";
|
|
111
|
+
_this.$fault = "client";
|
|
112
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
113
|
+
return _this;
|
|
115
114
|
}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
115
|
+
return LimitExceededException;
|
|
116
|
+
}(__BaseException));
|
|
117
|
+
export { LimitExceededException };
|
|
118
|
+
var ResourceInUseException = (function (_super) {
|
|
119
|
+
__extends(ResourceInUseException, _super);
|
|
120
|
+
function ResourceInUseException(opts) {
|
|
121
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
122
|
+
_this.name = "ResourceInUseException";
|
|
123
|
+
_this.$fault = "client";
|
|
124
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
125
|
+
return _this;
|
|
127
126
|
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
127
|
+
return ResourceInUseException;
|
|
128
|
+
}(__BaseException));
|
|
129
|
+
export { ResourceInUseException };
|
|
130
|
+
var ResourceNotFoundException = (function (_super) {
|
|
131
|
+
__extends(ResourceNotFoundException, _super);
|
|
132
|
+
function ResourceNotFoundException(opts) {
|
|
133
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
134
|
+
_this.name = "ResourceNotFoundException";
|
|
135
|
+
_this.$fault = "client";
|
|
136
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
137
|
+
return _this;
|
|
139
138
|
}
|
|
140
|
-
|
|
139
|
+
return ResourceNotFoundException;
|
|
140
|
+
}(__BaseException));
|
|
141
|
+
export { ResourceNotFoundException };
|
|
141
142
|
export var DeliveryStreamFailureType;
|
|
142
143
|
(function (DeliveryStreamFailureType) {
|
|
143
144
|
DeliveryStreamFailureType["CREATE_ENI_FAILED"] = "CREATE_ENI_FAILED";
|
|
@@ -173,340 +174,135 @@ export var DeliveryStreamStatus;
|
|
|
173
174
|
DeliveryStreamStatus["DELETING"] = "DELETING";
|
|
174
175
|
DeliveryStreamStatus["DELETING_FAILED"] = "DELETING_FAILED";
|
|
175
176
|
})(DeliveryStreamStatus || (DeliveryStreamStatus = {}));
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
this.$fault = "server";
|
|
185
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
177
|
+
var ServiceUnavailableException = (function (_super) {
|
|
178
|
+
__extends(ServiceUnavailableException, _super);
|
|
179
|
+
function ServiceUnavailableException(opts) {
|
|
180
|
+
var _this = _super.call(this, __assign({ name: "ServiceUnavailableException", $fault: "server" }, opts)) || this;
|
|
181
|
+
_this.name = "ServiceUnavailableException";
|
|
182
|
+
_this.$fault = "server";
|
|
183
|
+
Object.setPrototypeOf(_this, ServiceUnavailableException.prototype);
|
|
184
|
+
return _this;
|
|
186
185
|
}
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
});
|
|
191
|
-
export
|
|
192
|
-
|
|
193
|
-
});
|
|
194
|
-
export
|
|
195
|
-
|
|
196
|
-
});
|
|
197
|
-
export
|
|
198
|
-
|
|
199
|
-
});
|
|
200
|
-
export
|
|
201
|
-
|
|
202
|
-
});
|
|
203
|
-
export
|
|
204
|
-
|
|
205
|
-
});
|
|
206
|
-
export
|
|
207
|
-
|
|
208
|
-
});
|
|
209
|
-
export
|
|
210
|
-
|
|
211
|
-
});
|
|
212
|
-
export
|
|
213
|
-
|
|
214
|
-
});
|
|
215
|
-
export
|
|
216
|
-
|
|
217
|
-
});
|
|
218
|
-
export
|
|
219
|
-
|
|
220
|
-
});
|
|
221
|
-
export
|
|
222
|
-
|
|
223
|
-
});
|
|
224
|
-
export
|
|
225
|
-
|
|
226
|
-
});
|
|
227
|
-
export
|
|
228
|
-
|
|
229
|
-
})
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
})
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
});
|
|
239
|
-
export
|
|
240
|
-
|
|
241
|
-
});
|
|
242
|
-
export
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
});
|
|
248
|
-
export
|
|
249
|
-
|
|
250
|
-
});
|
|
251
|
-
export
|
|
252
|
-
|
|
253
|
-
});
|
|
254
|
-
export
|
|
255
|
-
|
|
256
|
-
})
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
});
|
|
263
|
-
export
|
|
264
|
-
|
|
265
|
-
})
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
});
|
|
269
|
-
export
|
|
270
|
-
|
|
271
|
-
})
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
})
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
});
|
|
278
|
-
export
|
|
279
|
-
|
|
280
|
-
});
|
|
281
|
-
export
|
|
282
|
-
|
|
283
|
-
});
|
|
284
|
-
export
|
|
285
|
-
|
|
286
|
-
});
|
|
287
|
-
export
|
|
288
|
-
|
|
289
|
-
});
|
|
290
|
-
export
|
|
291
|
-
|
|
292
|
-
});
|
|
293
|
-
export
|
|
294
|
-
|
|
295
|
-
});
|
|
296
|
-
export
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
}),
|
|
311
|
-
});
|
|
312
|
-
export const HttpEndpointRetryOptionsFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
export const HttpEndpointDestinationConfigurationFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
...(obj.EndpointConfiguration && {
|
|
318
|
-
EndpointConfiguration: HttpEndpointConfigurationFilterSensitiveLog(obj.EndpointConfiguration),
|
|
319
|
-
}),
|
|
320
|
-
...(obj.RequestConfiguration && {
|
|
321
|
-
RequestConfiguration: HttpEndpointRequestConfigurationFilterSensitiveLog(obj.RequestConfiguration),
|
|
322
|
-
}),
|
|
323
|
-
});
|
|
324
|
-
export const KinesisStreamSourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
export const RedshiftRetryOptionsFilterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
export const RedshiftDestinationConfigurationFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
333
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
334
|
-
});
|
|
335
|
-
export const SplunkRetryOptionsFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
export const SplunkDestinationConfigurationFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
export const CreateDeliveryStreamInputFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
...(obj.RedshiftDestinationConfiguration && {
|
|
347
|
-
RedshiftDestinationConfiguration: RedshiftDestinationConfigurationFilterSensitiveLog(obj.RedshiftDestinationConfiguration),
|
|
348
|
-
}),
|
|
349
|
-
...(obj.HttpEndpointDestinationConfiguration && {
|
|
350
|
-
HttpEndpointDestinationConfiguration: HttpEndpointDestinationConfigurationFilterSensitiveLog(obj.HttpEndpointDestinationConfiguration),
|
|
351
|
-
}),
|
|
352
|
-
});
|
|
353
|
-
export const CreateDeliveryStreamOutputFilterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
export const DeleteDeliveryStreamInputFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
export const DeleteDeliveryStreamOutputFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
export const FailureDescriptionFilterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
});
|
|
365
|
-
export const DeliveryStreamEncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
export const ElasticsearchDestinationDescriptionFilterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
export const ExtendedS3DestinationDescriptionFilterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
export const HttpEndpointDescriptionFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
...(obj.Url && { Url: SENSITIVE_STRING }),
|
|
377
|
-
});
|
|
378
|
-
export const HttpEndpointDestinationDescriptionFilterSensitiveLog = (obj) => ({
|
|
379
|
-
...obj,
|
|
380
|
-
...(obj.EndpointConfiguration && {
|
|
381
|
-
EndpointConfiguration: HttpEndpointDescriptionFilterSensitiveLog(obj.EndpointConfiguration),
|
|
382
|
-
}),
|
|
383
|
-
...(obj.RequestConfiguration && {
|
|
384
|
-
RequestConfiguration: HttpEndpointRequestConfigurationFilterSensitiveLog(obj.RequestConfiguration),
|
|
385
|
-
}),
|
|
386
|
-
});
|
|
387
|
-
export const RedshiftDestinationDescriptionFilterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
390
|
-
});
|
|
391
|
-
export const SplunkDestinationDescriptionFilterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
export const DestinationDescriptionFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
...(obj.RedshiftDestinationDescription && {
|
|
397
|
-
RedshiftDestinationDescription: RedshiftDestinationDescriptionFilterSensitiveLog(obj.RedshiftDestinationDescription),
|
|
398
|
-
}),
|
|
399
|
-
...(obj.HttpEndpointDestinationDescription && {
|
|
400
|
-
HttpEndpointDestinationDescription: HttpEndpointDestinationDescriptionFilterSensitiveLog(obj.HttpEndpointDestinationDescription),
|
|
401
|
-
}),
|
|
402
|
-
});
|
|
403
|
-
export const KinesisStreamSourceDescriptionFilterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
});
|
|
406
|
-
export const SourceDescriptionFilterSensitiveLog = (obj) => ({
|
|
407
|
-
...obj,
|
|
408
|
-
});
|
|
409
|
-
export const DeliveryStreamDescriptionFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
...(obj.Destinations && {
|
|
412
|
-
Destinations: obj.Destinations.map((item) => DestinationDescriptionFilterSensitiveLog(item)),
|
|
413
|
-
}),
|
|
414
|
-
});
|
|
415
|
-
export const DescribeDeliveryStreamInputFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const DescribeDeliveryStreamOutputFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
...(obj.DeliveryStreamDescription && {
|
|
421
|
-
DeliveryStreamDescription: DeliveryStreamDescriptionFilterSensitiveLog(obj.DeliveryStreamDescription),
|
|
422
|
-
}),
|
|
423
|
-
});
|
|
424
|
-
export const ElasticsearchDestinationUpdateFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
export const ExtendedS3DestinationUpdateFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
export const ListDeliveryStreamsInputFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const ListDeliveryStreamsOutputFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const ListTagsForDeliveryStreamInputFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
export const ListTagsForDeliveryStreamOutputFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
export const _RecordFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
|
-
export const PutRecordInputFilterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
export const PutRecordOutputFilterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
451
|
-
export const PutRecordBatchInputFilterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
export const PutRecordBatchResponseEntryFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
export const PutRecordBatchOutputFilterSensitiveLog = (obj) => ({
|
|
458
|
-
...obj,
|
|
459
|
-
});
|
|
460
|
-
export const StartDeliveryStreamEncryptionInputFilterSensitiveLog = (obj) => ({
|
|
461
|
-
...obj,
|
|
462
|
-
});
|
|
463
|
-
export const StartDeliveryStreamEncryptionOutputFilterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
});
|
|
466
|
-
export const StopDeliveryStreamEncryptionInputFilterSensitiveLog = (obj) => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
469
|
-
export const StopDeliveryStreamEncryptionOutputFilterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
});
|
|
472
|
-
export const TagDeliveryStreamInputFilterSensitiveLog = (obj) => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
export const TagDeliveryStreamOutputFilterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
export const UntagDeliveryStreamInputFilterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
export const UntagDeliveryStreamOutputFilterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
export const HttpEndpointDestinationUpdateFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
...(obj.EndpointConfiguration && {
|
|
487
|
-
EndpointConfiguration: HttpEndpointConfigurationFilterSensitiveLog(obj.EndpointConfiguration),
|
|
488
|
-
}),
|
|
489
|
-
...(obj.RequestConfiguration && {
|
|
490
|
-
RequestConfiguration: HttpEndpointRequestConfigurationFilterSensitiveLog(obj.RequestConfiguration),
|
|
491
|
-
}),
|
|
492
|
-
});
|
|
493
|
-
export const RedshiftDestinationUpdateFilterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
496
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
497
|
-
});
|
|
498
|
-
export const SplunkDestinationUpdateFilterSensitiveLog = (obj) => ({
|
|
499
|
-
...obj,
|
|
500
|
-
});
|
|
501
|
-
export const UpdateDestinationInputFilterSensitiveLog = (obj) => ({
|
|
502
|
-
...obj,
|
|
503
|
-
...(obj.RedshiftDestinationUpdate && {
|
|
504
|
-
RedshiftDestinationUpdate: RedshiftDestinationUpdateFilterSensitiveLog(obj.RedshiftDestinationUpdate),
|
|
505
|
-
}),
|
|
506
|
-
...(obj.HttpEndpointDestinationUpdate && {
|
|
507
|
-
HttpEndpointDestinationUpdate: HttpEndpointDestinationUpdateFilterSensitiveLog(obj.HttpEndpointDestinationUpdate),
|
|
508
|
-
}),
|
|
509
|
-
});
|
|
510
|
-
export const UpdateDestinationOutputFilterSensitiveLog = (obj) => ({
|
|
511
|
-
...obj,
|
|
512
|
-
});
|
|
186
|
+
return ServiceUnavailableException;
|
|
187
|
+
}(__BaseException));
|
|
188
|
+
export { ServiceUnavailableException };
|
|
189
|
+
export var AmazonopensearchserviceBufferingHintsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var CloudWatchLoggingOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var ProcessorParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var ProcessorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var ProcessingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var AmazonopensearchserviceRetryOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var BufferingHintsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var KMSEncryptionConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var EncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var S3DestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var VpcConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var AmazonopensearchserviceDestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var S3DestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var VpcConfigurationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var AmazonopensearchserviceDestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var S3DestinationUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var AmazonopensearchserviceDestinationUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var CopyCommandFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var DeliveryStreamEncryptionConfigurationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var ElasticsearchBufferingHintsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var ElasticsearchRetryOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var ElasticsearchDestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var HiveJsonSerDeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var OpenXJsonSerDeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var DeserializerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var InputFormatConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var OrcSerDeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var ParquetSerDeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var SerializerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var OutputFormatConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var SchemaConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var DataFormatConversionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var RetryOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var DynamicPartitioningConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var ExtendedS3DestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var HttpEndpointBufferingHintsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var HttpEndpointConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Url && { Url: SENSITIVE_STRING })), (obj.AccessKey && { AccessKey: SENSITIVE_STRING }))); };
|
|
226
|
+
export var HttpEndpointCommonAttributeFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AttributeName && { AttributeName: SENSITIVE_STRING })), (obj.AttributeValue && { AttributeValue: SENSITIVE_STRING }))); };
|
|
227
|
+
export var HttpEndpointRequestConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CommonAttributes && {
|
|
228
|
+
CommonAttributes: obj.CommonAttributes.map(function (item) { return HttpEndpointCommonAttributeFilterSensitiveLog(item); }),
|
|
229
|
+
}))); };
|
|
230
|
+
export var HttpEndpointRetryOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var HttpEndpointDestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EndpointConfiguration && {
|
|
232
|
+
EndpointConfiguration: HttpEndpointConfigurationFilterSensitiveLog(obj.EndpointConfiguration),
|
|
233
|
+
})), (obj.RequestConfiguration && {
|
|
234
|
+
RequestConfiguration: HttpEndpointRequestConfigurationFilterSensitiveLog(obj.RequestConfiguration),
|
|
235
|
+
}))); };
|
|
236
|
+
export var KinesisStreamSourceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var RedshiftRetryOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var RedshiftDestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
239
|
+
export var SplunkRetryOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var SplunkDestinationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var CreateDeliveryStreamInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RedshiftDestinationConfiguration && {
|
|
243
|
+
RedshiftDestinationConfiguration: RedshiftDestinationConfigurationFilterSensitiveLog(obj.RedshiftDestinationConfiguration),
|
|
244
|
+
})), (obj.HttpEndpointDestinationConfiguration && {
|
|
245
|
+
HttpEndpointDestinationConfiguration: HttpEndpointDestinationConfigurationFilterSensitiveLog(obj.HttpEndpointDestinationConfiguration),
|
|
246
|
+
}))); };
|
|
247
|
+
export var CreateDeliveryStreamOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var DeleteDeliveryStreamInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var DeleteDeliveryStreamOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var FailureDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var DeliveryStreamEncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var ElasticsearchDestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var ExtendedS3DestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var HttpEndpointDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Url && { Url: SENSITIVE_STRING }))); };
|
|
255
|
+
export var HttpEndpointDestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EndpointConfiguration && {
|
|
256
|
+
EndpointConfiguration: HttpEndpointDescriptionFilterSensitiveLog(obj.EndpointConfiguration),
|
|
257
|
+
})), (obj.RequestConfiguration && {
|
|
258
|
+
RequestConfiguration: HttpEndpointRequestConfigurationFilterSensitiveLog(obj.RequestConfiguration),
|
|
259
|
+
}))); };
|
|
260
|
+
export var RedshiftDestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
261
|
+
export var SplunkDestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var DestinationDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RedshiftDestinationDescription && {
|
|
263
|
+
RedshiftDestinationDescription: RedshiftDestinationDescriptionFilterSensitiveLog(obj.RedshiftDestinationDescription),
|
|
264
|
+
})), (obj.HttpEndpointDestinationDescription && {
|
|
265
|
+
HttpEndpointDestinationDescription: HttpEndpointDestinationDescriptionFilterSensitiveLog(obj.HttpEndpointDestinationDescription),
|
|
266
|
+
}))); };
|
|
267
|
+
export var KinesisStreamSourceDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var SourceDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var DeliveryStreamDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Destinations && {
|
|
270
|
+
Destinations: obj.Destinations.map(function (item) { return DestinationDescriptionFilterSensitiveLog(item); }),
|
|
271
|
+
}))); };
|
|
272
|
+
export var DescribeDeliveryStreamInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var DescribeDeliveryStreamOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DeliveryStreamDescription && {
|
|
274
|
+
DeliveryStreamDescription: DeliveryStreamDescriptionFilterSensitiveLog(obj.DeliveryStreamDescription),
|
|
275
|
+
}))); };
|
|
276
|
+
export var ElasticsearchDestinationUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var ExtendedS3DestinationUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var ListDeliveryStreamsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var ListDeliveryStreamsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var ListTagsForDeliveryStreamInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var ListTagsForDeliveryStreamOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var _RecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var PutRecordInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var PutRecordOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var PutRecordBatchInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var PutRecordBatchResponseEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var PutRecordBatchOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var StartDeliveryStreamEncryptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var StartDeliveryStreamEncryptionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var StopDeliveryStreamEncryptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var StopDeliveryStreamEncryptionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var TagDeliveryStreamInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var TagDeliveryStreamOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var UntagDeliveryStreamInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var UntagDeliveryStreamOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var HttpEndpointDestinationUpdateFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EndpointConfiguration && {
|
|
297
|
+
EndpointConfiguration: HttpEndpointConfigurationFilterSensitiveLog(obj.EndpointConfiguration),
|
|
298
|
+
})), (obj.RequestConfiguration && {
|
|
299
|
+
RequestConfiguration: HttpEndpointRequestConfigurationFilterSensitiveLog(obj.RequestConfiguration),
|
|
300
|
+
}))); };
|
|
301
|
+
export var RedshiftDestinationUpdateFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
302
|
+
export var SplunkDestinationUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var UpdateDestinationInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RedshiftDestinationUpdate && {
|
|
304
|
+
RedshiftDestinationUpdate: RedshiftDestinationUpdateFilterSensitiveLog(obj.RedshiftDestinationUpdate),
|
|
305
|
+
})), (obj.HttpEndpointDestinationUpdate && {
|
|
306
|
+
HttpEndpointDestinationUpdate: HttpEndpointDestinationUpdateFilterSensitiveLog(obj.HttpEndpointDestinationUpdate),
|
|
307
|
+
}))); };
|
|
308
|
+
export var UpdateDestinationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|