@aws-sdk/client-firehose 3.131.0 → 3.141.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/DeleteDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/DescribeDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/ListDeliveryStreamsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/PutRecordBatchCommand.js +2 -2
- package/dist-cjs/commands/PutRecordCommand.js +2 -2
- package/dist-cjs/commands/StartDeliveryStreamEncryptionCommand.js +2 -2
- package/dist-cjs/commands/StopDeliveryStreamEncryptionCommand.js +2 -2
- package/dist-cjs/commands/TagDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/UntagDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/UpdateDestinationCommand.js +2 -2
- package/dist-cjs/endpoints.js +16 -0
- package/dist-cjs/models/models_0.js +418 -598
- package/dist-es/commands/CreateDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/DeleteDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/DescribeDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/ListDeliveryStreamsCommand.js +3 -3
- package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/PutRecordBatchCommand.js +3 -3
- package/dist-es/commands/PutRecordCommand.js +3 -3
- package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +3 -3
- package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +3 -3
- package/dist-es/commands/TagDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/UntagDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/UpdateDestinationCommand.js +3 -3
- package/dist-es/endpoints.js +16 -0
- package/dist-es/models/models_0.js +120 -390
- package/dist-types/models/models_0.d.ts +360 -540
- package/dist-types/ts3.4/models/models_0.d.ts +180 -360
- package/package.json +6 -6
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { FirehoseServiceException as __BaseException } from "./FirehoseServiceException";
|
|
4
|
-
export var AmazonopensearchserviceBufferingHints;
|
|
5
|
-
(function (AmazonopensearchserviceBufferingHints) {
|
|
6
|
-
AmazonopensearchserviceBufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(AmazonopensearchserviceBufferingHints || (AmazonopensearchserviceBufferingHints = {}));
|
|
8
|
-
export var CloudWatchLoggingOptions;
|
|
9
|
-
(function (CloudWatchLoggingOptions) {
|
|
10
|
-
CloudWatchLoggingOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
-
})(CloudWatchLoggingOptions || (CloudWatchLoggingOptions = {}));
|
|
12
4
|
export var AmazonopensearchserviceIndexRotationPeriod;
|
|
13
5
|
(function (AmazonopensearchserviceIndexRotationPeriod) {
|
|
14
6
|
AmazonopensearchserviceIndexRotationPeriod["NoRotation"] = "NoRotation";
|
|
@@ -29,31 +21,11 @@ export var ProcessorParameterName;
|
|
|
29
21
|
ProcessorParameterName["ROLE_ARN"] = "RoleArn";
|
|
30
22
|
ProcessorParameterName["SUB_RECORD_TYPE"] = "SubRecordType";
|
|
31
23
|
})(ProcessorParameterName || (ProcessorParameterName = {}));
|
|
32
|
-
export var ProcessorParameter;
|
|
33
|
-
(function (ProcessorParameter) {
|
|
34
|
-
ProcessorParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
-
})(ProcessorParameter || (ProcessorParameter = {}));
|
|
36
|
-
export var Processor;
|
|
37
|
-
(function (Processor) {
|
|
38
|
-
Processor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
-
})(Processor || (Processor = {}));
|
|
40
|
-
export var ProcessingConfiguration;
|
|
41
|
-
(function (ProcessingConfiguration) {
|
|
42
|
-
ProcessingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
-
})(ProcessingConfiguration || (ProcessingConfiguration = {}));
|
|
44
|
-
export var AmazonopensearchserviceRetryOptions;
|
|
45
|
-
(function (AmazonopensearchserviceRetryOptions) {
|
|
46
|
-
AmazonopensearchserviceRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
-
})(AmazonopensearchserviceRetryOptions || (AmazonopensearchserviceRetryOptions = {}));
|
|
48
24
|
export var AmazonopensearchserviceS3BackupMode;
|
|
49
25
|
(function (AmazonopensearchserviceS3BackupMode) {
|
|
50
26
|
AmazonopensearchserviceS3BackupMode["AllDocuments"] = "AllDocuments";
|
|
51
27
|
AmazonopensearchserviceS3BackupMode["FailedDocumentsOnly"] = "FailedDocumentsOnly";
|
|
52
28
|
})(AmazonopensearchserviceS3BackupMode || (AmazonopensearchserviceS3BackupMode = {}));
|
|
53
|
-
export var BufferingHints;
|
|
54
|
-
(function (BufferingHints) {
|
|
55
|
-
BufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
-
})(BufferingHints || (BufferingHints = {}));
|
|
57
29
|
export var CompressionFormat;
|
|
58
30
|
(function (CompressionFormat) {
|
|
59
31
|
CompressionFormat["GZIP"] = "GZIP";
|
|
@@ -62,46 +34,6 @@ export var CompressionFormat;
|
|
|
62
34
|
CompressionFormat["UNCOMPRESSED"] = "UNCOMPRESSED";
|
|
63
35
|
CompressionFormat["ZIP"] = "ZIP";
|
|
64
36
|
})(CompressionFormat || (CompressionFormat = {}));
|
|
65
|
-
export var KMSEncryptionConfig;
|
|
66
|
-
(function (KMSEncryptionConfig) {
|
|
67
|
-
KMSEncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
-
})(KMSEncryptionConfig || (KMSEncryptionConfig = {}));
|
|
69
|
-
export var EncryptionConfiguration;
|
|
70
|
-
(function (EncryptionConfiguration) {
|
|
71
|
-
EncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
-
})(EncryptionConfiguration || (EncryptionConfiguration = {}));
|
|
73
|
-
export var S3DestinationConfiguration;
|
|
74
|
-
(function (S3DestinationConfiguration) {
|
|
75
|
-
S3DestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
-
})(S3DestinationConfiguration || (S3DestinationConfiguration = {}));
|
|
77
|
-
export var VpcConfiguration;
|
|
78
|
-
(function (VpcConfiguration) {
|
|
79
|
-
VpcConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
-
})(VpcConfiguration || (VpcConfiguration = {}));
|
|
81
|
-
export var AmazonopensearchserviceDestinationConfiguration;
|
|
82
|
-
(function (AmazonopensearchserviceDestinationConfiguration) {
|
|
83
|
-
AmazonopensearchserviceDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(AmazonopensearchserviceDestinationConfiguration || (AmazonopensearchserviceDestinationConfiguration = {}));
|
|
85
|
-
export var S3DestinationDescription;
|
|
86
|
-
(function (S3DestinationDescription) {
|
|
87
|
-
S3DestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(S3DestinationDescription || (S3DestinationDescription = {}));
|
|
89
|
-
export var VpcConfigurationDescription;
|
|
90
|
-
(function (VpcConfigurationDescription) {
|
|
91
|
-
VpcConfigurationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(VpcConfigurationDescription || (VpcConfigurationDescription = {}));
|
|
93
|
-
export var AmazonopensearchserviceDestinationDescription;
|
|
94
|
-
(function (AmazonopensearchserviceDestinationDescription) {
|
|
95
|
-
AmazonopensearchserviceDestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(AmazonopensearchserviceDestinationDescription || (AmazonopensearchserviceDestinationDescription = {}));
|
|
97
|
-
export var S3DestinationUpdate;
|
|
98
|
-
(function (S3DestinationUpdate) {
|
|
99
|
-
S3DestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(S3DestinationUpdate || (S3DestinationUpdate = {}));
|
|
101
|
-
export var AmazonopensearchserviceDestinationUpdate;
|
|
102
|
-
(function (AmazonopensearchserviceDestinationUpdate) {
|
|
103
|
-
AmazonopensearchserviceDestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
-
})(AmazonopensearchserviceDestinationUpdate || (AmazonopensearchserviceDestinationUpdate = {}));
|
|
105
37
|
var ConcurrentModificationException = (function (_super) {
|
|
106
38
|
__extends(ConcurrentModificationException, _super);
|
|
107
39
|
function ConcurrentModificationException(opts) {
|
|
@@ -119,47 +51,11 @@ export var ContentEncoding;
|
|
|
119
51
|
ContentEncoding["GZIP"] = "GZIP";
|
|
120
52
|
ContentEncoding["NONE"] = "NONE";
|
|
121
53
|
})(ContentEncoding || (ContentEncoding = {}));
|
|
122
|
-
export var CopyCommand;
|
|
123
|
-
(function (CopyCommand) {
|
|
124
|
-
CopyCommand.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
-
})(CopyCommand || (CopyCommand = {}));
|
|
126
54
|
export var KeyType;
|
|
127
55
|
(function (KeyType) {
|
|
128
56
|
KeyType["AWS_OWNED_CMK"] = "AWS_OWNED_CMK";
|
|
129
57
|
KeyType["CUSTOMER_MANAGED_CMK"] = "CUSTOMER_MANAGED_CMK";
|
|
130
58
|
})(KeyType || (KeyType = {}));
|
|
131
|
-
export var DeliveryStreamEncryptionConfigurationInput;
|
|
132
|
-
(function (DeliveryStreamEncryptionConfigurationInput) {
|
|
133
|
-
DeliveryStreamEncryptionConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
-
})(DeliveryStreamEncryptionConfigurationInput || (DeliveryStreamEncryptionConfigurationInput = {}));
|
|
135
|
-
export var ElasticsearchBufferingHints;
|
|
136
|
-
(function (ElasticsearchBufferingHints) {
|
|
137
|
-
ElasticsearchBufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(ElasticsearchBufferingHints || (ElasticsearchBufferingHints = {}));
|
|
139
|
-
export var ElasticsearchRetryOptions;
|
|
140
|
-
(function (ElasticsearchRetryOptions) {
|
|
141
|
-
ElasticsearchRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(ElasticsearchRetryOptions || (ElasticsearchRetryOptions = {}));
|
|
143
|
-
export var ElasticsearchDestinationConfiguration;
|
|
144
|
-
(function (ElasticsearchDestinationConfiguration) {
|
|
145
|
-
ElasticsearchDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(ElasticsearchDestinationConfiguration || (ElasticsearchDestinationConfiguration = {}));
|
|
147
|
-
export var HiveJsonSerDe;
|
|
148
|
-
(function (HiveJsonSerDe) {
|
|
149
|
-
HiveJsonSerDe.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
-
})(HiveJsonSerDe || (HiveJsonSerDe = {}));
|
|
151
|
-
export var OpenXJsonSerDe;
|
|
152
|
-
(function (OpenXJsonSerDe) {
|
|
153
|
-
OpenXJsonSerDe.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
-
})(OpenXJsonSerDe || (OpenXJsonSerDe = {}));
|
|
155
|
-
export var Deserializer;
|
|
156
|
-
(function (Deserializer) {
|
|
157
|
-
Deserializer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
-
})(Deserializer || (Deserializer = {}));
|
|
159
|
-
export var InputFormatConfiguration;
|
|
160
|
-
(function (InputFormatConfiguration) {
|
|
161
|
-
InputFormatConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
-
})(InputFormatConfiguration || (InputFormatConfiguration = {}));
|
|
163
59
|
export var OrcCompression;
|
|
164
60
|
(function (OrcCompression) {
|
|
165
61
|
OrcCompression["NONE"] = "NONE";
|
|
@@ -171,10 +67,6 @@ export var OrcFormatVersion;
|
|
|
171
67
|
OrcFormatVersion["V0_11"] = "V0_11";
|
|
172
68
|
OrcFormatVersion["V0_12"] = "V0_12";
|
|
173
69
|
})(OrcFormatVersion || (OrcFormatVersion = {}));
|
|
174
|
-
export var OrcSerDe;
|
|
175
|
-
(function (OrcSerDe) {
|
|
176
|
-
OrcSerDe.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(OrcSerDe || (OrcSerDe = {}));
|
|
178
70
|
export var ParquetCompression;
|
|
179
71
|
(function (ParquetCompression) {
|
|
180
72
|
ParquetCompression["GZIP"] = "GZIP";
|
|
@@ -186,104 +78,6 @@ export var ParquetWriterVersion;
|
|
|
186
78
|
ParquetWriterVersion["V1"] = "V1";
|
|
187
79
|
ParquetWriterVersion["V2"] = "V2";
|
|
188
80
|
})(ParquetWriterVersion || (ParquetWriterVersion = {}));
|
|
189
|
-
export var ParquetSerDe;
|
|
190
|
-
(function (ParquetSerDe) {
|
|
191
|
-
ParquetSerDe.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(ParquetSerDe || (ParquetSerDe = {}));
|
|
193
|
-
export var Serializer;
|
|
194
|
-
(function (Serializer) {
|
|
195
|
-
Serializer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
-
})(Serializer || (Serializer = {}));
|
|
197
|
-
export var OutputFormatConfiguration;
|
|
198
|
-
(function (OutputFormatConfiguration) {
|
|
199
|
-
OutputFormatConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(OutputFormatConfiguration || (OutputFormatConfiguration = {}));
|
|
201
|
-
export var SchemaConfiguration;
|
|
202
|
-
(function (SchemaConfiguration) {
|
|
203
|
-
SchemaConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(SchemaConfiguration || (SchemaConfiguration = {}));
|
|
205
|
-
export var DataFormatConversionConfiguration;
|
|
206
|
-
(function (DataFormatConversionConfiguration) {
|
|
207
|
-
DataFormatConversionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(DataFormatConversionConfiguration || (DataFormatConversionConfiguration = {}));
|
|
209
|
-
export var RetryOptions;
|
|
210
|
-
(function (RetryOptions) {
|
|
211
|
-
RetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(RetryOptions || (RetryOptions = {}));
|
|
213
|
-
export var DynamicPartitioningConfiguration;
|
|
214
|
-
(function (DynamicPartitioningConfiguration) {
|
|
215
|
-
DynamicPartitioningConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(DynamicPartitioningConfiguration || (DynamicPartitioningConfiguration = {}));
|
|
217
|
-
export var ExtendedS3DestinationConfiguration;
|
|
218
|
-
(function (ExtendedS3DestinationConfiguration) {
|
|
219
|
-
ExtendedS3DestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
-
})(ExtendedS3DestinationConfiguration || (ExtendedS3DestinationConfiguration = {}));
|
|
221
|
-
export var HttpEndpointBufferingHints;
|
|
222
|
-
(function (HttpEndpointBufferingHints) {
|
|
223
|
-
HttpEndpointBufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
-
})(HttpEndpointBufferingHints || (HttpEndpointBufferingHints = {}));
|
|
225
|
-
export var HttpEndpointConfiguration;
|
|
226
|
-
(function (HttpEndpointConfiguration) {
|
|
227
|
-
HttpEndpointConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Url && { Url: SENSITIVE_STRING })), (obj.AccessKey && { AccessKey: SENSITIVE_STRING }))); };
|
|
228
|
-
})(HttpEndpointConfiguration || (HttpEndpointConfiguration = {}));
|
|
229
|
-
export var HttpEndpointCommonAttribute;
|
|
230
|
-
(function (HttpEndpointCommonAttribute) {
|
|
231
|
-
HttpEndpointCommonAttribute.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AttributeName && { AttributeName: SENSITIVE_STRING })), (obj.AttributeValue && { AttributeValue: SENSITIVE_STRING }))); };
|
|
232
|
-
})(HttpEndpointCommonAttribute || (HttpEndpointCommonAttribute = {}));
|
|
233
|
-
export var HttpEndpointRequestConfiguration;
|
|
234
|
-
(function (HttpEndpointRequestConfiguration) {
|
|
235
|
-
HttpEndpointRequestConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CommonAttributes && {
|
|
236
|
-
CommonAttributes: obj.CommonAttributes.map(function (item) { return HttpEndpointCommonAttribute.filterSensitiveLog(item); }),
|
|
237
|
-
}))); };
|
|
238
|
-
})(HttpEndpointRequestConfiguration || (HttpEndpointRequestConfiguration = {}));
|
|
239
|
-
export var HttpEndpointRetryOptions;
|
|
240
|
-
(function (HttpEndpointRetryOptions) {
|
|
241
|
-
HttpEndpointRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(HttpEndpointRetryOptions || (HttpEndpointRetryOptions = {}));
|
|
243
|
-
export var HttpEndpointDestinationConfiguration;
|
|
244
|
-
(function (HttpEndpointDestinationConfiguration) {
|
|
245
|
-
HttpEndpointDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EndpointConfiguration && {
|
|
246
|
-
EndpointConfiguration: HttpEndpointConfiguration.filterSensitiveLog(obj.EndpointConfiguration),
|
|
247
|
-
})), (obj.RequestConfiguration && {
|
|
248
|
-
RequestConfiguration: HttpEndpointRequestConfiguration.filterSensitiveLog(obj.RequestConfiguration),
|
|
249
|
-
}))); };
|
|
250
|
-
})(HttpEndpointDestinationConfiguration || (HttpEndpointDestinationConfiguration = {}));
|
|
251
|
-
export var KinesisStreamSourceConfiguration;
|
|
252
|
-
(function (KinesisStreamSourceConfiguration) {
|
|
253
|
-
KinesisStreamSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(KinesisStreamSourceConfiguration || (KinesisStreamSourceConfiguration = {}));
|
|
255
|
-
export var RedshiftRetryOptions;
|
|
256
|
-
(function (RedshiftRetryOptions) {
|
|
257
|
-
RedshiftRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(RedshiftRetryOptions || (RedshiftRetryOptions = {}));
|
|
259
|
-
export var RedshiftDestinationConfiguration;
|
|
260
|
-
(function (RedshiftDestinationConfiguration) {
|
|
261
|
-
RedshiftDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
262
|
-
})(RedshiftDestinationConfiguration || (RedshiftDestinationConfiguration = {}));
|
|
263
|
-
export var SplunkRetryOptions;
|
|
264
|
-
(function (SplunkRetryOptions) {
|
|
265
|
-
SplunkRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(SplunkRetryOptions || (SplunkRetryOptions = {}));
|
|
267
|
-
export var SplunkDestinationConfiguration;
|
|
268
|
-
(function (SplunkDestinationConfiguration) {
|
|
269
|
-
SplunkDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(SplunkDestinationConfiguration || (SplunkDestinationConfiguration = {}));
|
|
271
|
-
export var Tag;
|
|
272
|
-
(function (Tag) {
|
|
273
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(Tag || (Tag = {}));
|
|
275
|
-
export var CreateDeliveryStreamInput;
|
|
276
|
-
(function (CreateDeliveryStreamInput) {
|
|
277
|
-
CreateDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RedshiftDestinationConfiguration && {
|
|
278
|
-
RedshiftDestinationConfiguration: RedshiftDestinationConfiguration.filterSensitiveLog(obj.RedshiftDestinationConfiguration),
|
|
279
|
-
})), (obj.HttpEndpointDestinationConfiguration && {
|
|
280
|
-
HttpEndpointDestinationConfiguration: HttpEndpointDestinationConfiguration.filterSensitiveLog(obj.HttpEndpointDestinationConfiguration),
|
|
281
|
-
}))); };
|
|
282
|
-
})(CreateDeliveryStreamInput || (CreateDeliveryStreamInput = {}));
|
|
283
|
-
export var CreateDeliveryStreamOutput;
|
|
284
|
-
(function (CreateDeliveryStreamOutput) {
|
|
285
|
-
CreateDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(CreateDeliveryStreamOutput || (CreateDeliveryStreamOutput = {}));
|
|
287
81
|
var InvalidArgumentException = (function (_super) {
|
|
288
82
|
__extends(InvalidArgumentException, _super);
|
|
289
83
|
function InvalidArgumentException(opts) {
|
|
@@ -333,14 +127,6 @@ var ResourceInUseException = (function (_super) {
|
|
|
333
127
|
return ResourceInUseException;
|
|
334
128
|
}(__BaseException));
|
|
335
129
|
export { ResourceInUseException };
|
|
336
|
-
export var DeleteDeliveryStreamInput;
|
|
337
|
-
(function (DeleteDeliveryStreamInput) {
|
|
338
|
-
DeleteDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
-
})(DeleteDeliveryStreamInput || (DeleteDeliveryStreamInput = {}));
|
|
340
|
-
export var DeleteDeliveryStreamOutput;
|
|
341
|
-
(function (DeleteDeliveryStreamOutput) {
|
|
342
|
-
DeleteDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
-
})(DeleteDeliveryStreamOutput || (DeleteDeliveryStreamOutput = {}));
|
|
344
130
|
var ResourceNotFoundException = (function (_super) {
|
|
345
131
|
__extends(ResourceNotFoundException, _super);
|
|
346
132
|
function ResourceNotFoundException(opts) {
|
|
@@ -371,10 +157,6 @@ export var DeliveryStreamFailureType;
|
|
|
371
157
|
DeliveryStreamFailureType["SUBNET_NOT_FOUND"] = "SUBNET_NOT_FOUND";
|
|
372
158
|
DeliveryStreamFailureType["UNKNOWN_ERROR"] = "UNKNOWN_ERROR";
|
|
373
159
|
})(DeliveryStreamFailureType || (DeliveryStreamFailureType = {}));
|
|
374
|
-
export var FailureDescription;
|
|
375
|
-
(function (FailureDescription) {
|
|
376
|
-
FailureDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(FailureDescription || (FailureDescription = {}));
|
|
378
160
|
export var DeliveryStreamEncryptionStatus;
|
|
379
161
|
(function (DeliveryStreamEncryptionStatus) {
|
|
380
162
|
DeliveryStreamEncryptionStatus["DISABLED"] = "DISABLED";
|
|
@@ -384,10 +166,6 @@ export var DeliveryStreamEncryptionStatus;
|
|
|
384
166
|
DeliveryStreamEncryptionStatus["ENABLING"] = "ENABLING";
|
|
385
167
|
DeliveryStreamEncryptionStatus["ENABLING_FAILED"] = "ENABLING_FAILED";
|
|
386
168
|
})(DeliveryStreamEncryptionStatus || (DeliveryStreamEncryptionStatus = {}));
|
|
387
|
-
export var DeliveryStreamEncryptionConfiguration;
|
|
388
|
-
(function (DeliveryStreamEncryptionConfiguration) {
|
|
389
|
-
DeliveryStreamEncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(DeliveryStreamEncryptionConfiguration || (DeliveryStreamEncryptionConfiguration = {}));
|
|
391
169
|
export var DeliveryStreamStatus;
|
|
392
170
|
(function (DeliveryStreamStatus) {
|
|
393
171
|
DeliveryStreamStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -396,102 +174,6 @@ export var DeliveryStreamStatus;
|
|
|
396
174
|
DeliveryStreamStatus["DELETING"] = "DELETING";
|
|
397
175
|
DeliveryStreamStatus["DELETING_FAILED"] = "DELETING_FAILED";
|
|
398
176
|
})(DeliveryStreamStatus || (DeliveryStreamStatus = {}));
|
|
399
|
-
export var ElasticsearchDestinationDescription;
|
|
400
|
-
(function (ElasticsearchDestinationDescription) {
|
|
401
|
-
ElasticsearchDestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
-
})(ElasticsearchDestinationDescription || (ElasticsearchDestinationDescription = {}));
|
|
403
|
-
export var ExtendedS3DestinationDescription;
|
|
404
|
-
(function (ExtendedS3DestinationDescription) {
|
|
405
|
-
ExtendedS3DestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
-
})(ExtendedS3DestinationDescription || (ExtendedS3DestinationDescription = {}));
|
|
407
|
-
export var HttpEndpointDescription;
|
|
408
|
-
(function (HttpEndpointDescription) {
|
|
409
|
-
HttpEndpointDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Url && { Url: SENSITIVE_STRING }))); };
|
|
410
|
-
})(HttpEndpointDescription || (HttpEndpointDescription = {}));
|
|
411
|
-
export var HttpEndpointDestinationDescription;
|
|
412
|
-
(function (HttpEndpointDestinationDescription) {
|
|
413
|
-
HttpEndpointDestinationDescription.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EndpointConfiguration && {
|
|
414
|
-
EndpointConfiguration: HttpEndpointDescription.filterSensitiveLog(obj.EndpointConfiguration),
|
|
415
|
-
})), (obj.RequestConfiguration && {
|
|
416
|
-
RequestConfiguration: HttpEndpointRequestConfiguration.filterSensitiveLog(obj.RequestConfiguration),
|
|
417
|
-
}))); };
|
|
418
|
-
})(HttpEndpointDestinationDescription || (HttpEndpointDestinationDescription = {}));
|
|
419
|
-
export var RedshiftDestinationDescription;
|
|
420
|
-
(function (RedshiftDestinationDescription) {
|
|
421
|
-
RedshiftDestinationDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
422
|
-
})(RedshiftDestinationDescription || (RedshiftDestinationDescription = {}));
|
|
423
|
-
export var SplunkDestinationDescription;
|
|
424
|
-
(function (SplunkDestinationDescription) {
|
|
425
|
-
SplunkDestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(SplunkDestinationDescription || (SplunkDestinationDescription = {}));
|
|
427
|
-
export var DestinationDescription;
|
|
428
|
-
(function (DestinationDescription) {
|
|
429
|
-
DestinationDescription.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RedshiftDestinationDescription && {
|
|
430
|
-
RedshiftDestinationDescription: RedshiftDestinationDescription.filterSensitiveLog(obj.RedshiftDestinationDescription),
|
|
431
|
-
})), (obj.HttpEndpointDestinationDescription && {
|
|
432
|
-
HttpEndpointDestinationDescription: HttpEndpointDestinationDescription.filterSensitiveLog(obj.HttpEndpointDestinationDescription),
|
|
433
|
-
}))); };
|
|
434
|
-
})(DestinationDescription || (DestinationDescription = {}));
|
|
435
|
-
export var KinesisStreamSourceDescription;
|
|
436
|
-
(function (KinesisStreamSourceDescription) {
|
|
437
|
-
KinesisStreamSourceDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(KinesisStreamSourceDescription || (KinesisStreamSourceDescription = {}));
|
|
439
|
-
export var SourceDescription;
|
|
440
|
-
(function (SourceDescription) {
|
|
441
|
-
SourceDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(SourceDescription || (SourceDescription = {}));
|
|
443
|
-
export var DeliveryStreamDescription;
|
|
444
|
-
(function (DeliveryStreamDescription) {
|
|
445
|
-
DeliveryStreamDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Destinations && {
|
|
446
|
-
Destinations: obj.Destinations.map(function (item) { return DestinationDescription.filterSensitiveLog(item); }),
|
|
447
|
-
}))); };
|
|
448
|
-
})(DeliveryStreamDescription || (DeliveryStreamDescription = {}));
|
|
449
|
-
export var DescribeDeliveryStreamInput;
|
|
450
|
-
(function (DescribeDeliveryStreamInput) {
|
|
451
|
-
DescribeDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
-
})(DescribeDeliveryStreamInput || (DescribeDeliveryStreamInput = {}));
|
|
453
|
-
export var DescribeDeliveryStreamOutput;
|
|
454
|
-
(function (DescribeDeliveryStreamOutput) {
|
|
455
|
-
DescribeDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DeliveryStreamDescription && {
|
|
456
|
-
DeliveryStreamDescription: DeliveryStreamDescription.filterSensitiveLog(obj.DeliveryStreamDescription),
|
|
457
|
-
}))); };
|
|
458
|
-
})(DescribeDeliveryStreamOutput || (DescribeDeliveryStreamOutput = {}));
|
|
459
|
-
export var ElasticsearchDestinationUpdate;
|
|
460
|
-
(function (ElasticsearchDestinationUpdate) {
|
|
461
|
-
ElasticsearchDestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
-
})(ElasticsearchDestinationUpdate || (ElasticsearchDestinationUpdate = {}));
|
|
463
|
-
export var ExtendedS3DestinationUpdate;
|
|
464
|
-
(function (ExtendedS3DestinationUpdate) {
|
|
465
|
-
ExtendedS3DestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
-
})(ExtendedS3DestinationUpdate || (ExtendedS3DestinationUpdate = {}));
|
|
467
|
-
export var ListDeliveryStreamsInput;
|
|
468
|
-
(function (ListDeliveryStreamsInput) {
|
|
469
|
-
ListDeliveryStreamsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
-
})(ListDeliveryStreamsInput || (ListDeliveryStreamsInput = {}));
|
|
471
|
-
export var ListDeliveryStreamsOutput;
|
|
472
|
-
(function (ListDeliveryStreamsOutput) {
|
|
473
|
-
ListDeliveryStreamsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
-
})(ListDeliveryStreamsOutput || (ListDeliveryStreamsOutput = {}));
|
|
475
|
-
export var ListTagsForDeliveryStreamInput;
|
|
476
|
-
(function (ListTagsForDeliveryStreamInput) {
|
|
477
|
-
ListTagsForDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
-
})(ListTagsForDeliveryStreamInput || (ListTagsForDeliveryStreamInput = {}));
|
|
479
|
-
export var ListTagsForDeliveryStreamOutput;
|
|
480
|
-
(function (ListTagsForDeliveryStreamOutput) {
|
|
481
|
-
ListTagsForDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(ListTagsForDeliveryStreamOutput || (ListTagsForDeliveryStreamOutput = {}));
|
|
483
|
-
export var _Record;
|
|
484
|
-
(function (_Record) {
|
|
485
|
-
_Record.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(_Record || (_Record = {}));
|
|
487
|
-
export var PutRecordInput;
|
|
488
|
-
(function (PutRecordInput) {
|
|
489
|
-
PutRecordInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(PutRecordInput || (PutRecordInput = {}));
|
|
491
|
-
export var PutRecordOutput;
|
|
492
|
-
(function (PutRecordOutput) {
|
|
493
|
-
PutRecordOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(PutRecordOutput || (PutRecordOutput = {}));
|
|
495
177
|
var ServiceUnavailableException = (function (_super) {
|
|
496
178
|
__extends(ServiceUnavailableException, _super);
|
|
497
179
|
function ServiceUnavailableException(opts) {
|
|
@@ -504,75 +186,123 @@ var ServiceUnavailableException = (function (_super) {
|
|
|
504
186
|
return ServiceUnavailableException;
|
|
505
187
|
}(__BaseException));
|
|
506
188
|
export { ServiceUnavailableException };
|
|
507
|
-
export var
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
export var
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
export var
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
export var
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export var
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
export var
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
export var
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
export var
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
export var
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
export var
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
export var
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
})
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
export var
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
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)); };
|