@aws-sdk/client-kinesis 3.131.0 → 3.140.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist-cjs/commands/AddTagsToStreamCommand.js +1 -1
  3. package/dist-cjs/commands/CreateStreamCommand.js +1 -1
  4. package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +1 -1
  5. package/dist-cjs/commands/DeleteStreamCommand.js +1 -1
  6. package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +1 -1
  7. package/dist-cjs/commands/DescribeLimitsCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeStreamCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeStreamConsumerCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeStreamSummaryCommand.js +2 -2
  11. package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +2 -2
  12. package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +2 -2
  13. package/dist-cjs/commands/GetRecordsCommand.js +2 -2
  14. package/dist-cjs/commands/GetShardIteratorCommand.js +2 -2
  15. package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +1 -1
  16. package/dist-cjs/commands/ListShardsCommand.js +2 -2
  17. package/dist-cjs/commands/ListStreamConsumersCommand.js +2 -2
  18. package/dist-cjs/commands/ListStreamsCommand.js +2 -2
  19. package/dist-cjs/commands/ListTagsForStreamCommand.js +2 -2
  20. package/dist-cjs/commands/MergeShardsCommand.js +1 -1
  21. package/dist-cjs/commands/PutRecordCommand.js +2 -2
  22. package/dist-cjs/commands/PutRecordsCommand.js +2 -2
  23. package/dist-cjs/commands/RegisterStreamConsumerCommand.js +2 -2
  24. package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +1 -1
  25. package/dist-cjs/commands/SplitShardCommand.js +1 -1
  26. package/dist-cjs/commands/StartStreamEncryptionCommand.js +1 -1
  27. package/dist-cjs/commands/StopStreamEncryptionCommand.js +1 -1
  28. package/dist-cjs/commands/SubscribeToShardCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateShardCountCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateStreamModeCommand.js +1 -1
  31. package/dist-cjs/models/models_0.js +276 -399
  32. package/dist-cjs/protocols/Aws_json1_1.js +134 -63
  33. package/dist-cjs/runtimeConfig.js +1 -1
  34. package/dist-es/commands/AddTagsToStreamCommand.js +2 -2
  35. package/dist-es/commands/CreateStreamCommand.js +2 -2
  36. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +2 -2
  37. package/dist-es/commands/DeleteStreamCommand.js +2 -2
  38. package/dist-es/commands/DeregisterStreamConsumerCommand.js +2 -2
  39. package/dist-es/commands/DescribeLimitsCommand.js +3 -3
  40. package/dist-es/commands/DescribeStreamCommand.js +3 -3
  41. package/dist-es/commands/DescribeStreamConsumerCommand.js +3 -3
  42. package/dist-es/commands/DescribeStreamSummaryCommand.js +3 -3
  43. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +3 -3
  44. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +3 -3
  45. package/dist-es/commands/GetRecordsCommand.js +3 -3
  46. package/dist-es/commands/GetShardIteratorCommand.js +3 -3
  47. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +2 -2
  48. package/dist-es/commands/ListShardsCommand.js +3 -3
  49. package/dist-es/commands/ListStreamConsumersCommand.js +3 -3
  50. package/dist-es/commands/ListStreamsCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForStreamCommand.js +3 -3
  52. package/dist-es/commands/MergeShardsCommand.js +2 -2
  53. package/dist-es/commands/PutRecordCommand.js +3 -3
  54. package/dist-es/commands/PutRecordsCommand.js +3 -3
  55. package/dist-es/commands/RegisterStreamConsumerCommand.js +3 -3
  56. package/dist-es/commands/RemoveTagsFromStreamCommand.js +2 -2
  57. package/dist-es/commands/SplitShardCommand.js +2 -2
  58. package/dist-es/commands/StartStreamEncryptionCommand.js +2 -2
  59. package/dist-es/commands/StopStreamEncryptionCommand.js +2 -2
  60. package/dist-es/commands/SubscribeToShardCommand.js +3 -3
  61. package/dist-es/commands/UpdateShardCountCommand.js +3 -3
  62. package/dist-es/commands/UpdateStreamModeCommand.js +2 -2
  63. package/dist-es/models/models_0.js +87 -273
  64. package/dist-es/protocols/Aws_json1_1.js +236 -75
  65. package/dist-es/runtimeConfig.js +8 -1
  66. package/dist-types/models/models_0.d.ts +252 -376
  67. package/dist-types/protocols/Aws_json1_1.d.ts +2 -2
  68. package/dist-types/ts3.4/models/models_0.d.ts +126 -250
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  70. package/package.json +6 -6
@@ -1,14 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetShardIteratorOutput = exports.GetShardIteratorInput = exports.ShardIteratorType = exports.ProvisionedThroughputExceededException = exports.KMSThrottlingException = exports.KMSOptInRequired = exports.KMSNotFoundException = exports.KMSInvalidStateException = exports.KMSDisabledException = exports.KMSAccessDeniedException = exports.GetRecordsOutput = exports._Record = exports.GetRecordsInput = exports.ExpiredNextTokenException = exports.ExpiredIteratorException = exports.EnableEnhancedMonitoringInput = exports.EnhancedMonitoringOutput = exports.DisableEnhancedMonitoringInput = exports.DescribeStreamSummaryOutput = exports.StreamDescriptionSummary = exports.DescribeStreamSummaryInput = exports.DescribeStreamConsumerOutput = exports.DescribeStreamConsumerInput = exports.DescribeStreamOutput = exports.StreamDescription = exports.StreamStatus = exports.Shard = exports.SequenceNumberRange = exports.EnhancedMetrics = exports.MetricsName = exports.EncryptionType = exports.DescribeStreamInput = exports.DescribeLimitsOutput = exports.DescribeLimitsInput = exports.DeregisterStreamConsumerInput = exports.DeleteStreamInput = exports.DecreaseStreamRetentionPeriodInput = exports.CreateStreamInput = exports.StreamModeDetails = exports.StreamMode = exports.ConsumerDescription = exports.Consumer = exports.ConsumerStatus = exports.ChildShard = exports.HashKeyRange = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.LimitExceededException = exports.InvalidArgumentException = exports.AddTagsToStreamInput = void 0;
4
- exports.UpdateStreamModeInput = exports.UpdateShardCountOutput = exports.UpdateShardCountInput = exports.ScalingType = exports.SubscribeToShardOutput = exports.SubscribeToShardEventStream = exports.SubscribeToShardEvent = exports.SubscribeToShardInput = exports.StartingPosition = exports.StopStreamEncryptionInput = exports.StartStreamEncryptionInput = exports.SplitShardInput = exports.RemoveTagsFromStreamInput = exports.RegisterStreamConsumerOutput = exports.RegisterStreamConsumerInput = exports.PutRecordsOutput = exports.PutRecordsResultEntry = exports.PutRecordsInput = exports.PutRecordsRequestEntry = exports.PutRecordOutput = exports.PutRecordInput = exports.ValidationException = exports.MergeShardsInput = exports.ListTagsForStreamOutput = exports.Tag = exports.ListTagsForStreamInput = exports.ListStreamsOutput = exports.ListStreamsInput = exports.ListStreamConsumersOutput = exports.ListStreamConsumersInput = exports.ListShardsOutput = exports.ListShardsInput = exports.ShardFilter = exports.ShardFilterType = exports.InternalFailureException = exports.IncreaseStreamRetentionPeriodInput = void 0;
3
+ exports.EnableEnhancedMonitoringInputFilterSensitiveLog = exports.EnhancedMonitoringOutputFilterSensitiveLog = exports.DisableEnhancedMonitoringInputFilterSensitiveLog = exports.DescribeStreamSummaryOutputFilterSensitiveLog = exports.StreamDescriptionSummaryFilterSensitiveLog = exports.DescribeStreamSummaryInputFilterSensitiveLog = exports.DescribeStreamConsumerOutputFilterSensitiveLog = exports.DescribeStreamConsumerInputFilterSensitiveLog = exports.DescribeStreamOutputFilterSensitiveLog = exports.StreamDescriptionFilterSensitiveLog = exports.ShardFilterSensitiveLog = exports.SequenceNumberRangeFilterSensitiveLog = exports.EnhancedMetricsFilterSensitiveLog = exports.DescribeStreamInputFilterSensitiveLog = exports.DescribeLimitsOutputFilterSensitiveLog = exports.DescribeLimitsInputFilterSensitiveLog = exports.DeregisterStreamConsumerInputFilterSensitiveLog = exports.DeleteStreamInputFilterSensitiveLog = exports.DecreaseStreamRetentionPeriodInputFilterSensitiveLog = exports.CreateStreamInputFilterSensitiveLog = exports.StreamModeDetailsFilterSensitiveLog = exports.ConsumerDescriptionFilterSensitiveLog = exports.ConsumerFilterSensitiveLog = exports.ChildShardFilterSensitiveLog = exports.HashKeyRangeFilterSensitiveLog = exports.AddTagsToStreamInputFilterSensitiveLog = exports.ScalingType = exports.SubscribeToShardEventStream = exports.ValidationException = exports.ShardFilterType = exports.InternalFailureException = exports.ShardIteratorType = exports.ProvisionedThroughputExceededException = exports.KMSThrottlingException = exports.KMSOptInRequired = exports.KMSNotFoundException = exports.KMSInvalidStateException = exports.KMSDisabledException = exports.KMSAccessDeniedException = exports.ExpiredNextTokenException = exports.ExpiredIteratorException = exports.StreamStatus = exports.MetricsName = exports.EncryptionType = exports.StreamMode = exports.ConsumerStatus = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.LimitExceededException = exports.InvalidArgumentException = void 0;
4
+ exports.UpdateStreamModeInputFilterSensitiveLog = exports.UpdateShardCountOutputFilterSensitiveLog = exports.UpdateShardCountInputFilterSensitiveLog = exports.SubscribeToShardOutputFilterSensitiveLog = exports.SubscribeToShardEventStreamFilterSensitiveLog = exports.SubscribeToShardEventFilterSensitiveLog = exports.SubscribeToShardInputFilterSensitiveLog = exports.StartingPositionFilterSensitiveLog = exports.StopStreamEncryptionInputFilterSensitiveLog = exports.StartStreamEncryptionInputFilterSensitiveLog = exports.SplitShardInputFilterSensitiveLog = exports.RemoveTagsFromStreamInputFilterSensitiveLog = exports.RegisterStreamConsumerOutputFilterSensitiveLog = exports.RegisterStreamConsumerInputFilterSensitiveLog = exports.PutRecordsOutputFilterSensitiveLog = exports.PutRecordsResultEntryFilterSensitiveLog = exports.PutRecordsInputFilterSensitiveLog = exports.PutRecordsRequestEntryFilterSensitiveLog = exports.PutRecordOutputFilterSensitiveLog = exports.PutRecordInputFilterSensitiveLog = exports.MergeShardsInputFilterSensitiveLog = exports.ListTagsForStreamOutputFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ListTagsForStreamInputFilterSensitiveLog = exports.ListStreamsOutputFilterSensitiveLog = exports.ListStreamsInputFilterSensitiveLog = exports.ListStreamConsumersOutputFilterSensitiveLog = exports.ListStreamConsumersInputFilterSensitiveLog = exports.ListShardsOutputFilterSensitiveLog = exports.ListShardsInputFilterSensitiveLog = exports.ShardFilterFilterSensitiveLog = exports.IncreaseStreamRetentionPeriodInputFilterSensitiveLog = exports.GetShardIteratorOutputFilterSensitiveLog = exports.GetShardIteratorInputFilterSensitiveLog = exports.GetRecordsOutputFilterSensitiveLog = exports._RecordFilterSensitiveLog = exports.GetRecordsInputFilterSensitiveLog = void 0;
5
5
  const KinesisServiceException_1 = require("./KinesisServiceException");
6
- var AddTagsToStreamInput;
7
- (function (AddTagsToStreamInput) {
8
- AddTagsToStreamInput.filterSensitiveLog = (obj) => ({
9
- ...obj,
10
- });
11
- })(AddTagsToStreamInput = exports.AddTagsToStreamInput || (exports.AddTagsToStreamInput = {}));
12
6
  class InvalidArgumentException extends KinesisServiceException_1.KinesisServiceException {
13
7
  constructor(opts) {
14
8
  super({
@@ -61,89 +55,17 @@ class ResourceNotFoundException extends KinesisServiceException_1.KinesisService
61
55
  }
62
56
  }
63
57
  exports.ResourceNotFoundException = ResourceNotFoundException;
64
- var HashKeyRange;
65
- (function (HashKeyRange) {
66
- HashKeyRange.filterSensitiveLog = (obj) => ({
67
- ...obj,
68
- });
69
- })(HashKeyRange = exports.HashKeyRange || (exports.HashKeyRange = {}));
70
- var ChildShard;
71
- (function (ChildShard) {
72
- ChildShard.filterSensitiveLog = (obj) => ({
73
- ...obj,
74
- });
75
- })(ChildShard = exports.ChildShard || (exports.ChildShard = {}));
76
58
  var ConsumerStatus;
77
59
  (function (ConsumerStatus) {
78
60
  ConsumerStatus["ACTIVE"] = "ACTIVE";
79
61
  ConsumerStatus["CREATING"] = "CREATING";
80
62
  ConsumerStatus["DELETING"] = "DELETING";
81
63
  })(ConsumerStatus = exports.ConsumerStatus || (exports.ConsumerStatus = {}));
82
- var Consumer;
83
- (function (Consumer) {
84
- Consumer.filterSensitiveLog = (obj) => ({
85
- ...obj,
86
- });
87
- })(Consumer = exports.Consumer || (exports.Consumer = {}));
88
- var ConsumerDescription;
89
- (function (ConsumerDescription) {
90
- ConsumerDescription.filterSensitiveLog = (obj) => ({
91
- ...obj,
92
- });
93
- })(ConsumerDescription = exports.ConsumerDescription || (exports.ConsumerDescription = {}));
94
64
  var StreamMode;
95
65
  (function (StreamMode) {
96
66
  StreamMode["ON_DEMAND"] = "ON_DEMAND";
97
67
  StreamMode["PROVISIONED"] = "PROVISIONED";
98
68
  })(StreamMode = exports.StreamMode || (exports.StreamMode = {}));
99
- var StreamModeDetails;
100
- (function (StreamModeDetails) {
101
- StreamModeDetails.filterSensitiveLog = (obj) => ({
102
- ...obj,
103
- });
104
- })(StreamModeDetails = exports.StreamModeDetails || (exports.StreamModeDetails = {}));
105
- var CreateStreamInput;
106
- (function (CreateStreamInput) {
107
- CreateStreamInput.filterSensitiveLog = (obj) => ({
108
- ...obj,
109
- });
110
- })(CreateStreamInput = exports.CreateStreamInput || (exports.CreateStreamInput = {}));
111
- var DecreaseStreamRetentionPeriodInput;
112
- (function (DecreaseStreamRetentionPeriodInput) {
113
- DecreaseStreamRetentionPeriodInput.filterSensitiveLog = (obj) => ({
114
- ...obj,
115
- });
116
- })(DecreaseStreamRetentionPeriodInput = exports.DecreaseStreamRetentionPeriodInput || (exports.DecreaseStreamRetentionPeriodInput = {}));
117
- var DeleteStreamInput;
118
- (function (DeleteStreamInput) {
119
- DeleteStreamInput.filterSensitiveLog = (obj) => ({
120
- ...obj,
121
- });
122
- })(DeleteStreamInput = exports.DeleteStreamInput || (exports.DeleteStreamInput = {}));
123
- var DeregisterStreamConsumerInput;
124
- (function (DeregisterStreamConsumerInput) {
125
- DeregisterStreamConsumerInput.filterSensitiveLog = (obj) => ({
126
- ...obj,
127
- });
128
- })(DeregisterStreamConsumerInput = exports.DeregisterStreamConsumerInput || (exports.DeregisterStreamConsumerInput = {}));
129
- var DescribeLimitsInput;
130
- (function (DescribeLimitsInput) {
131
- DescribeLimitsInput.filterSensitiveLog = (obj) => ({
132
- ...obj,
133
- });
134
- })(DescribeLimitsInput = exports.DescribeLimitsInput || (exports.DescribeLimitsInput = {}));
135
- var DescribeLimitsOutput;
136
- (function (DescribeLimitsOutput) {
137
- DescribeLimitsOutput.filterSensitiveLog = (obj) => ({
138
- ...obj,
139
- });
140
- })(DescribeLimitsOutput = exports.DescribeLimitsOutput || (exports.DescribeLimitsOutput = {}));
141
- var DescribeStreamInput;
142
- (function (DescribeStreamInput) {
143
- DescribeStreamInput.filterSensitiveLog = (obj) => ({
144
- ...obj,
145
- });
146
- })(DescribeStreamInput = exports.DescribeStreamInput || (exports.DescribeStreamInput = {}));
147
69
  var EncryptionType;
148
70
  (function (EncryptionType) {
149
71
  EncryptionType["KMS"] = "KMS";
@@ -160,24 +82,6 @@ var MetricsName;
160
82
  MetricsName["READ_PROVISIONED_THROUGHPUT_EXCEEDED"] = "ReadProvisionedThroughputExceeded";
161
83
  MetricsName["WRITE_PROVISIONED_THROUGHPUT_EXCEEDED"] = "WriteProvisionedThroughputExceeded";
162
84
  })(MetricsName = exports.MetricsName || (exports.MetricsName = {}));
163
- var EnhancedMetrics;
164
- (function (EnhancedMetrics) {
165
- EnhancedMetrics.filterSensitiveLog = (obj) => ({
166
- ...obj,
167
- });
168
- })(EnhancedMetrics = exports.EnhancedMetrics || (exports.EnhancedMetrics = {}));
169
- var SequenceNumberRange;
170
- (function (SequenceNumberRange) {
171
- SequenceNumberRange.filterSensitiveLog = (obj) => ({
172
- ...obj,
173
- });
174
- })(SequenceNumberRange = exports.SequenceNumberRange || (exports.SequenceNumberRange = {}));
175
- var Shard;
176
- (function (Shard) {
177
- Shard.filterSensitiveLog = (obj) => ({
178
- ...obj,
179
- });
180
- })(Shard = exports.Shard || (exports.Shard = {}));
181
85
  var StreamStatus;
182
86
  (function (StreamStatus) {
183
87
  StreamStatus["ACTIVE"] = "ACTIVE";
@@ -185,66 +89,6 @@ var StreamStatus;
185
89
  StreamStatus["DELETING"] = "DELETING";
186
90
  StreamStatus["UPDATING"] = "UPDATING";
187
91
  })(StreamStatus = exports.StreamStatus || (exports.StreamStatus = {}));
188
- var StreamDescription;
189
- (function (StreamDescription) {
190
- StreamDescription.filterSensitiveLog = (obj) => ({
191
- ...obj,
192
- });
193
- })(StreamDescription = exports.StreamDescription || (exports.StreamDescription = {}));
194
- var DescribeStreamOutput;
195
- (function (DescribeStreamOutput) {
196
- DescribeStreamOutput.filterSensitiveLog = (obj) => ({
197
- ...obj,
198
- });
199
- })(DescribeStreamOutput = exports.DescribeStreamOutput || (exports.DescribeStreamOutput = {}));
200
- var DescribeStreamConsumerInput;
201
- (function (DescribeStreamConsumerInput) {
202
- DescribeStreamConsumerInput.filterSensitiveLog = (obj) => ({
203
- ...obj,
204
- });
205
- })(DescribeStreamConsumerInput = exports.DescribeStreamConsumerInput || (exports.DescribeStreamConsumerInput = {}));
206
- var DescribeStreamConsumerOutput;
207
- (function (DescribeStreamConsumerOutput) {
208
- DescribeStreamConsumerOutput.filterSensitiveLog = (obj) => ({
209
- ...obj,
210
- });
211
- })(DescribeStreamConsumerOutput = exports.DescribeStreamConsumerOutput || (exports.DescribeStreamConsumerOutput = {}));
212
- var DescribeStreamSummaryInput;
213
- (function (DescribeStreamSummaryInput) {
214
- DescribeStreamSummaryInput.filterSensitiveLog = (obj) => ({
215
- ...obj,
216
- });
217
- })(DescribeStreamSummaryInput = exports.DescribeStreamSummaryInput || (exports.DescribeStreamSummaryInput = {}));
218
- var StreamDescriptionSummary;
219
- (function (StreamDescriptionSummary) {
220
- StreamDescriptionSummary.filterSensitiveLog = (obj) => ({
221
- ...obj,
222
- });
223
- })(StreamDescriptionSummary = exports.StreamDescriptionSummary || (exports.StreamDescriptionSummary = {}));
224
- var DescribeStreamSummaryOutput;
225
- (function (DescribeStreamSummaryOutput) {
226
- DescribeStreamSummaryOutput.filterSensitiveLog = (obj) => ({
227
- ...obj,
228
- });
229
- })(DescribeStreamSummaryOutput = exports.DescribeStreamSummaryOutput || (exports.DescribeStreamSummaryOutput = {}));
230
- var DisableEnhancedMonitoringInput;
231
- (function (DisableEnhancedMonitoringInput) {
232
- DisableEnhancedMonitoringInput.filterSensitiveLog = (obj) => ({
233
- ...obj,
234
- });
235
- })(DisableEnhancedMonitoringInput = exports.DisableEnhancedMonitoringInput || (exports.DisableEnhancedMonitoringInput = {}));
236
- var EnhancedMonitoringOutput;
237
- (function (EnhancedMonitoringOutput) {
238
- EnhancedMonitoringOutput.filterSensitiveLog = (obj) => ({
239
- ...obj,
240
- });
241
- })(EnhancedMonitoringOutput = exports.EnhancedMonitoringOutput || (exports.EnhancedMonitoringOutput = {}));
242
- var EnableEnhancedMonitoringInput;
243
- (function (EnableEnhancedMonitoringInput) {
244
- EnableEnhancedMonitoringInput.filterSensitiveLog = (obj) => ({
245
- ...obj,
246
- });
247
- })(EnableEnhancedMonitoringInput = exports.EnableEnhancedMonitoringInput || (exports.EnableEnhancedMonitoringInput = {}));
248
92
  class ExpiredIteratorException extends KinesisServiceException_1.KinesisServiceException {
249
93
  constructor(opts) {
250
94
  super({
@@ -271,24 +115,6 @@ class ExpiredNextTokenException extends KinesisServiceException_1.KinesisService
271
115
  }
272
116
  }
273
117
  exports.ExpiredNextTokenException = ExpiredNextTokenException;
274
- var GetRecordsInput;
275
- (function (GetRecordsInput) {
276
- GetRecordsInput.filterSensitiveLog = (obj) => ({
277
- ...obj,
278
- });
279
- })(GetRecordsInput = exports.GetRecordsInput || (exports.GetRecordsInput = {}));
280
- var _Record;
281
- (function (_Record) {
282
- _Record.filterSensitiveLog = (obj) => ({
283
- ...obj,
284
- });
285
- })(_Record = exports._Record || (exports._Record = {}));
286
- var GetRecordsOutput;
287
- (function (GetRecordsOutput) {
288
- GetRecordsOutput.filterSensitiveLog = (obj) => ({
289
- ...obj,
290
- });
291
- })(GetRecordsOutput = exports.GetRecordsOutput || (exports.GetRecordsOutput = {}));
292
118
  class KMSAccessDeniedException extends KinesisServiceException_1.KinesisServiceException {
293
119
  constructor(opts) {
294
120
  super({
@@ -388,24 +214,6 @@ var ShardIteratorType;
388
214
  ShardIteratorType["LATEST"] = "LATEST";
389
215
  ShardIteratorType["TRIM_HORIZON"] = "TRIM_HORIZON";
390
216
  })(ShardIteratorType = exports.ShardIteratorType || (exports.ShardIteratorType = {}));
391
- var GetShardIteratorInput;
392
- (function (GetShardIteratorInput) {
393
- GetShardIteratorInput.filterSensitiveLog = (obj) => ({
394
- ...obj,
395
- });
396
- })(GetShardIteratorInput = exports.GetShardIteratorInput || (exports.GetShardIteratorInput = {}));
397
- var GetShardIteratorOutput;
398
- (function (GetShardIteratorOutput) {
399
- GetShardIteratorOutput.filterSensitiveLog = (obj) => ({
400
- ...obj,
401
- });
402
- })(GetShardIteratorOutput = exports.GetShardIteratorOutput || (exports.GetShardIteratorOutput = {}));
403
- var IncreaseStreamRetentionPeriodInput;
404
- (function (IncreaseStreamRetentionPeriodInput) {
405
- IncreaseStreamRetentionPeriodInput.filterSensitiveLog = (obj) => ({
406
- ...obj,
407
- });
408
- })(IncreaseStreamRetentionPeriodInput = exports.IncreaseStreamRetentionPeriodInput || (exports.IncreaseStreamRetentionPeriodInput = {}));
409
217
  class InternalFailureException extends KinesisServiceException_1.KinesisServiceException {
410
218
  constructor(opts) {
411
219
  super({
@@ -428,72 +236,6 @@ var ShardFilterType;
428
236
  ShardFilterType["FROM_TIMESTAMP"] = "FROM_TIMESTAMP";
429
237
  ShardFilterType["FROM_TRIM_HORIZON"] = "FROM_TRIM_HORIZON";
430
238
  })(ShardFilterType = exports.ShardFilterType || (exports.ShardFilterType = {}));
431
- var ShardFilter;
432
- (function (ShardFilter) {
433
- ShardFilter.filterSensitiveLog = (obj) => ({
434
- ...obj,
435
- });
436
- })(ShardFilter = exports.ShardFilter || (exports.ShardFilter = {}));
437
- var ListShardsInput;
438
- (function (ListShardsInput) {
439
- ListShardsInput.filterSensitiveLog = (obj) => ({
440
- ...obj,
441
- });
442
- })(ListShardsInput = exports.ListShardsInput || (exports.ListShardsInput = {}));
443
- var ListShardsOutput;
444
- (function (ListShardsOutput) {
445
- ListShardsOutput.filterSensitiveLog = (obj) => ({
446
- ...obj,
447
- });
448
- })(ListShardsOutput = exports.ListShardsOutput || (exports.ListShardsOutput = {}));
449
- var ListStreamConsumersInput;
450
- (function (ListStreamConsumersInput) {
451
- ListStreamConsumersInput.filterSensitiveLog = (obj) => ({
452
- ...obj,
453
- });
454
- })(ListStreamConsumersInput = exports.ListStreamConsumersInput || (exports.ListStreamConsumersInput = {}));
455
- var ListStreamConsumersOutput;
456
- (function (ListStreamConsumersOutput) {
457
- ListStreamConsumersOutput.filterSensitiveLog = (obj) => ({
458
- ...obj,
459
- });
460
- })(ListStreamConsumersOutput = exports.ListStreamConsumersOutput || (exports.ListStreamConsumersOutput = {}));
461
- var ListStreamsInput;
462
- (function (ListStreamsInput) {
463
- ListStreamsInput.filterSensitiveLog = (obj) => ({
464
- ...obj,
465
- });
466
- })(ListStreamsInput = exports.ListStreamsInput || (exports.ListStreamsInput = {}));
467
- var ListStreamsOutput;
468
- (function (ListStreamsOutput) {
469
- ListStreamsOutput.filterSensitiveLog = (obj) => ({
470
- ...obj,
471
- });
472
- })(ListStreamsOutput = exports.ListStreamsOutput || (exports.ListStreamsOutput = {}));
473
- var ListTagsForStreamInput;
474
- (function (ListTagsForStreamInput) {
475
- ListTagsForStreamInput.filterSensitiveLog = (obj) => ({
476
- ...obj,
477
- });
478
- })(ListTagsForStreamInput = exports.ListTagsForStreamInput || (exports.ListTagsForStreamInput = {}));
479
- var Tag;
480
- (function (Tag) {
481
- Tag.filterSensitiveLog = (obj) => ({
482
- ...obj,
483
- });
484
- })(Tag = exports.Tag || (exports.Tag = {}));
485
- var ListTagsForStreamOutput;
486
- (function (ListTagsForStreamOutput) {
487
- ListTagsForStreamOutput.filterSensitiveLog = (obj) => ({
488
- ...obj,
489
- });
490
- })(ListTagsForStreamOutput = exports.ListTagsForStreamOutput || (exports.ListTagsForStreamOutput = {}));
491
- var MergeShardsInput;
492
- (function (MergeShardsInput) {
493
- MergeShardsInput.filterSensitiveLog = (obj) => ({
494
- ...obj,
495
- });
496
- })(MergeShardsInput = exports.MergeShardsInput || (exports.MergeShardsInput = {}));
497
239
  class ValidationException extends KinesisServiceException_1.KinesisServiceException {
498
240
  constructor(opts) {
499
241
  super({
@@ -507,96 +249,6 @@ class ValidationException extends KinesisServiceException_1.KinesisServiceExcept
507
249
  }
508
250
  }
509
251
  exports.ValidationException = ValidationException;
510
- var PutRecordInput;
511
- (function (PutRecordInput) {
512
- PutRecordInput.filterSensitiveLog = (obj) => ({
513
- ...obj,
514
- });
515
- })(PutRecordInput = exports.PutRecordInput || (exports.PutRecordInput = {}));
516
- var PutRecordOutput;
517
- (function (PutRecordOutput) {
518
- PutRecordOutput.filterSensitiveLog = (obj) => ({
519
- ...obj,
520
- });
521
- })(PutRecordOutput = exports.PutRecordOutput || (exports.PutRecordOutput = {}));
522
- var PutRecordsRequestEntry;
523
- (function (PutRecordsRequestEntry) {
524
- PutRecordsRequestEntry.filterSensitiveLog = (obj) => ({
525
- ...obj,
526
- });
527
- })(PutRecordsRequestEntry = exports.PutRecordsRequestEntry || (exports.PutRecordsRequestEntry = {}));
528
- var PutRecordsInput;
529
- (function (PutRecordsInput) {
530
- PutRecordsInput.filterSensitiveLog = (obj) => ({
531
- ...obj,
532
- });
533
- })(PutRecordsInput = exports.PutRecordsInput || (exports.PutRecordsInput = {}));
534
- var PutRecordsResultEntry;
535
- (function (PutRecordsResultEntry) {
536
- PutRecordsResultEntry.filterSensitiveLog = (obj) => ({
537
- ...obj,
538
- });
539
- })(PutRecordsResultEntry = exports.PutRecordsResultEntry || (exports.PutRecordsResultEntry = {}));
540
- var PutRecordsOutput;
541
- (function (PutRecordsOutput) {
542
- PutRecordsOutput.filterSensitiveLog = (obj) => ({
543
- ...obj,
544
- });
545
- })(PutRecordsOutput = exports.PutRecordsOutput || (exports.PutRecordsOutput = {}));
546
- var RegisterStreamConsumerInput;
547
- (function (RegisterStreamConsumerInput) {
548
- RegisterStreamConsumerInput.filterSensitiveLog = (obj) => ({
549
- ...obj,
550
- });
551
- })(RegisterStreamConsumerInput = exports.RegisterStreamConsumerInput || (exports.RegisterStreamConsumerInput = {}));
552
- var RegisterStreamConsumerOutput;
553
- (function (RegisterStreamConsumerOutput) {
554
- RegisterStreamConsumerOutput.filterSensitiveLog = (obj) => ({
555
- ...obj,
556
- });
557
- })(RegisterStreamConsumerOutput = exports.RegisterStreamConsumerOutput || (exports.RegisterStreamConsumerOutput = {}));
558
- var RemoveTagsFromStreamInput;
559
- (function (RemoveTagsFromStreamInput) {
560
- RemoveTagsFromStreamInput.filterSensitiveLog = (obj) => ({
561
- ...obj,
562
- });
563
- })(RemoveTagsFromStreamInput = exports.RemoveTagsFromStreamInput || (exports.RemoveTagsFromStreamInput = {}));
564
- var SplitShardInput;
565
- (function (SplitShardInput) {
566
- SplitShardInput.filterSensitiveLog = (obj) => ({
567
- ...obj,
568
- });
569
- })(SplitShardInput = exports.SplitShardInput || (exports.SplitShardInput = {}));
570
- var StartStreamEncryptionInput;
571
- (function (StartStreamEncryptionInput) {
572
- StartStreamEncryptionInput.filterSensitiveLog = (obj) => ({
573
- ...obj,
574
- });
575
- })(StartStreamEncryptionInput = exports.StartStreamEncryptionInput || (exports.StartStreamEncryptionInput = {}));
576
- var StopStreamEncryptionInput;
577
- (function (StopStreamEncryptionInput) {
578
- StopStreamEncryptionInput.filterSensitiveLog = (obj) => ({
579
- ...obj,
580
- });
581
- })(StopStreamEncryptionInput = exports.StopStreamEncryptionInput || (exports.StopStreamEncryptionInput = {}));
582
- var StartingPosition;
583
- (function (StartingPosition) {
584
- StartingPosition.filterSensitiveLog = (obj) => ({
585
- ...obj,
586
- });
587
- })(StartingPosition = exports.StartingPosition || (exports.StartingPosition = {}));
588
- var SubscribeToShardInput;
589
- (function (SubscribeToShardInput) {
590
- SubscribeToShardInput.filterSensitiveLog = (obj) => ({
591
- ...obj,
592
- });
593
- })(SubscribeToShardInput = exports.SubscribeToShardInput || (exports.SubscribeToShardInput = {}));
594
- var SubscribeToShardEvent;
595
- (function (SubscribeToShardEvent) {
596
- SubscribeToShardEvent.filterSensitiveLog = (obj) => ({
597
- ...obj,
598
- });
599
- })(SubscribeToShardEvent = exports.SubscribeToShardEvent || (exports.SubscribeToShardEvent = {}));
600
252
  var SubscribeToShardEventStream;
601
253
  (function (SubscribeToShardEventStream) {
602
254
  SubscribeToShardEventStream.visit = (value, visitor) => {
@@ -622,57 +274,282 @@ var SubscribeToShardEventStream;
622
274
  return visitor.InternalFailureException(value.InternalFailureException);
623
275
  return visitor._(value.$unknown[0], value.$unknown[1]);
624
276
  };
625
- SubscribeToShardEventStream.filterSensitiveLog = (obj) => {
626
- if (obj.SubscribeToShardEvent !== undefined)
627
- return { SubscribeToShardEvent: SubscribeToShardEvent.filterSensitiveLog(obj.SubscribeToShardEvent) };
628
- if (obj.ResourceNotFoundException !== undefined)
629
- return { ResourceNotFoundException: obj.ResourceNotFoundException };
630
- if (obj.ResourceInUseException !== undefined)
631
- return { ResourceInUseException: obj.ResourceInUseException };
632
- if (obj.KMSDisabledException !== undefined)
633
- return { KMSDisabledException: obj.KMSDisabledException };
634
- if (obj.KMSInvalidStateException !== undefined)
635
- return { KMSInvalidStateException: obj.KMSInvalidStateException };
636
- if (obj.KMSAccessDeniedException !== undefined)
637
- return { KMSAccessDeniedException: obj.KMSAccessDeniedException };
638
- if (obj.KMSNotFoundException !== undefined)
639
- return { KMSNotFoundException: obj.KMSNotFoundException };
640
- if (obj.KMSOptInRequired !== undefined)
641
- return { KMSOptInRequired: obj.KMSOptInRequired };
642
- if (obj.KMSThrottlingException !== undefined)
643
- return { KMSThrottlingException: obj.KMSThrottlingException };
644
- if (obj.InternalFailureException !== undefined)
645
- return { InternalFailureException: obj.InternalFailureException };
646
- if (obj.$unknown !== undefined)
647
- return { [obj.$unknown[0]]: "UNKNOWN" };
648
- };
649
277
  })(SubscribeToShardEventStream = exports.SubscribeToShardEventStream || (exports.SubscribeToShardEventStream = {}));
650
- var SubscribeToShardOutput;
651
- (function (SubscribeToShardOutput) {
652
- SubscribeToShardOutput.filterSensitiveLog = (obj) => ({
653
- ...obj,
654
- ...(obj.EventStream && { EventStream: "STREAMING_CONTENT" }),
655
- });
656
- })(SubscribeToShardOutput = exports.SubscribeToShardOutput || (exports.SubscribeToShardOutput = {}));
657
278
  var ScalingType;
658
279
  (function (ScalingType) {
659
280
  ScalingType["UNIFORM_SCALING"] = "UNIFORM_SCALING";
660
281
  })(ScalingType = exports.ScalingType || (exports.ScalingType = {}));
661
- var UpdateShardCountInput;
662
- (function (UpdateShardCountInput) {
663
- UpdateShardCountInput.filterSensitiveLog = (obj) => ({
664
- ...obj,
665
- });
666
- })(UpdateShardCountInput = exports.UpdateShardCountInput || (exports.UpdateShardCountInput = {}));
667
- var UpdateShardCountOutput;
668
- (function (UpdateShardCountOutput) {
669
- UpdateShardCountOutput.filterSensitiveLog = (obj) => ({
670
- ...obj,
671
- });
672
- })(UpdateShardCountOutput = exports.UpdateShardCountOutput || (exports.UpdateShardCountOutput = {}));
673
- var UpdateStreamModeInput;
674
- (function (UpdateStreamModeInput) {
675
- UpdateStreamModeInput.filterSensitiveLog = (obj) => ({
676
- ...obj,
677
- });
678
- })(UpdateStreamModeInput = exports.UpdateStreamModeInput || (exports.UpdateStreamModeInput = {}));
282
+ const AddTagsToStreamInputFilterSensitiveLog = (obj) => ({
283
+ ...obj,
284
+ });
285
+ exports.AddTagsToStreamInputFilterSensitiveLog = AddTagsToStreamInputFilterSensitiveLog;
286
+ const HashKeyRangeFilterSensitiveLog = (obj) => ({
287
+ ...obj,
288
+ });
289
+ exports.HashKeyRangeFilterSensitiveLog = HashKeyRangeFilterSensitiveLog;
290
+ const ChildShardFilterSensitiveLog = (obj) => ({
291
+ ...obj,
292
+ });
293
+ exports.ChildShardFilterSensitiveLog = ChildShardFilterSensitiveLog;
294
+ const ConsumerFilterSensitiveLog = (obj) => ({
295
+ ...obj,
296
+ });
297
+ exports.ConsumerFilterSensitiveLog = ConsumerFilterSensitiveLog;
298
+ const ConsumerDescriptionFilterSensitiveLog = (obj) => ({
299
+ ...obj,
300
+ });
301
+ exports.ConsumerDescriptionFilterSensitiveLog = ConsumerDescriptionFilterSensitiveLog;
302
+ const StreamModeDetailsFilterSensitiveLog = (obj) => ({
303
+ ...obj,
304
+ });
305
+ exports.StreamModeDetailsFilterSensitiveLog = StreamModeDetailsFilterSensitiveLog;
306
+ const CreateStreamInputFilterSensitiveLog = (obj) => ({
307
+ ...obj,
308
+ });
309
+ exports.CreateStreamInputFilterSensitiveLog = CreateStreamInputFilterSensitiveLog;
310
+ const DecreaseStreamRetentionPeriodInputFilterSensitiveLog = (obj) => ({
311
+ ...obj,
312
+ });
313
+ exports.DecreaseStreamRetentionPeriodInputFilterSensitiveLog = DecreaseStreamRetentionPeriodInputFilterSensitiveLog;
314
+ const DeleteStreamInputFilterSensitiveLog = (obj) => ({
315
+ ...obj,
316
+ });
317
+ exports.DeleteStreamInputFilterSensitiveLog = DeleteStreamInputFilterSensitiveLog;
318
+ const DeregisterStreamConsumerInputFilterSensitiveLog = (obj) => ({
319
+ ...obj,
320
+ });
321
+ exports.DeregisterStreamConsumerInputFilterSensitiveLog = DeregisterStreamConsumerInputFilterSensitiveLog;
322
+ const DescribeLimitsInputFilterSensitiveLog = (obj) => ({
323
+ ...obj,
324
+ });
325
+ exports.DescribeLimitsInputFilterSensitiveLog = DescribeLimitsInputFilterSensitiveLog;
326
+ const DescribeLimitsOutputFilterSensitiveLog = (obj) => ({
327
+ ...obj,
328
+ });
329
+ exports.DescribeLimitsOutputFilterSensitiveLog = DescribeLimitsOutputFilterSensitiveLog;
330
+ const DescribeStreamInputFilterSensitiveLog = (obj) => ({
331
+ ...obj,
332
+ });
333
+ exports.DescribeStreamInputFilterSensitiveLog = DescribeStreamInputFilterSensitiveLog;
334
+ const EnhancedMetricsFilterSensitiveLog = (obj) => ({
335
+ ...obj,
336
+ });
337
+ exports.EnhancedMetricsFilterSensitiveLog = EnhancedMetricsFilterSensitiveLog;
338
+ const SequenceNumberRangeFilterSensitiveLog = (obj) => ({
339
+ ...obj,
340
+ });
341
+ exports.SequenceNumberRangeFilterSensitiveLog = SequenceNumberRangeFilterSensitiveLog;
342
+ const ShardFilterSensitiveLog = (obj) => ({
343
+ ...obj,
344
+ });
345
+ exports.ShardFilterSensitiveLog = ShardFilterSensitiveLog;
346
+ const StreamDescriptionFilterSensitiveLog = (obj) => ({
347
+ ...obj,
348
+ });
349
+ exports.StreamDescriptionFilterSensitiveLog = StreamDescriptionFilterSensitiveLog;
350
+ const DescribeStreamOutputFilterSensitiveLog = (obj) => ({
351
+ ...obj,
352
+ });
353
+ exports.DescribeStreamOutputFilterSensitiveLog = DescribeStreamOutputFilterSensitiveLog;
354
+ const DescribeStreamConsumerInputFilterSensitiveLog = (obj) => ({
355
+ ...obj,
356
+ });
357
+ exports.DescribeStreamConsumerInputFilterSensitiveLog = DescribeStreamConsumerInputFilterSensitiveLog;
358
+ const DescribeStreamConsumerOutputFilterSensitiveLog = (obj) => ({
359
+ ...obj,
360
+ });
361
+ exports.DescribeStreamConsumerOutputFilterSensitiveLog = DescribeStreamConsumerOutputFilterSensitiveLog;
362
+ const DescribeStreamSummaryInputFilterSensitiveLog = (obj) => ({
363
+ ...obj,
364
+ });
365
+ exports.DescribeStreamSummaryInputFilterSensitiveLog = DescribeStreamSummaryInputFilterSensitiveLog;
366
+ const StreamDescriptionSummaryFilterSensitiveLog = (obj) => ({
367
+ ...obj,
368
+ });
369
+ exports.StreamDescriptionSummaryFilterSensitiveLog = StreamDescriptionSummaryFilterSensitiveLog;
370
+ const DescribeStreamSummaryOutputFilterSensitiveLog = (obj) => ({
371
+ ...obj,
372
+ });
373
+ exports.DescribeStreamSummaryOutputFilterSensitiveLog = DescribeStreamSummaryOutputFilterSensitiveLog;
374
+ const DisableEnhancedMonitoringInputFilterSensitiveLog = (obj) => ({
375
+ ...obj,
376
+ });
377
+ exports.DisableEnhancedMonitoringInputFilterSensitiveLog = DisableEnhancedMonitoringInputFilterSensitiveLog;
378
+ const EnhancedMonitoringOutputFilterSensitiveLog = (obj) => ({
379
+ ...obj,
380
+ });
381
+ exports.EnhancedMonitoringOutputFilterSensitiveLog = EnhancedMonitoringOutputFilterSensitiveLog;
382
+ const EnableEnhancedMonitoringInputFilterSensitiveLog = (obj) => ({
383
+ ...obj,
384
+ });
385
+ exports.EnableEnhancedMonitoringInputFilterSensitiveLog = EnableEnhancedMonitoringInputFilterSensitiveLog;
386
+ const GetRecordsInputFilterSensitiveLog = (obj) => ({
387
+ ...obj,
388
+ });
389
+ exports.GetRecordsInputFilterSensitiveLog = GetRecordsInputFilterSensitiveLog;
390
+ const _RecordFilterSensitiveLog = (obj) => ({
391
+ ...obj,
392
+ });
393
+ exports._RecordFilterSensitiveLog = _RecordFilterSensitiveLog;
394
+ const GetRecordsOutputFilterSensitiveLog = (obj) => ({
395
+ ...obj,
396
+ });
397
+ exports.GetRecordsOutputFilterSensitiveLog = GetRecordsOutputFilterSensitiveLog;
398
+ const GetShardIteratorInputFilterSensitiveLog = (obj) => ({
399
+ ...obj,
400
+ });
401
+ exports.GetShardIteratorInputFilterSensitiveLog = GetShardIteratorInputFilterSensitiveLog;
402
+ const GetShardIteratorOutputFilterSensitiveLog = (obj) => ({
403
+ ...obj,
404
+ });
405
+ exports.GetShardIteratorOutputFilterSensitiveLog = GetShardIteratorOutputFilterSensitiveLog;
406
+ const IncreaseStreamRetentionPeriodInputFilterSensitiveLog = (obj) => ({
407
+ ...obj,
408
+ });
409
+ exports.IncreaseStreamRetentionPeriodInputFilterSensitiveLog = IncreaseStreamRetentionPeriodInputFilterSensitiveLog;
410
+ const ShardFilterFilterSensitiveLog = (obj) => ({
411
+ ...obj,
412
+ });
413
+ exports.ShardFilterFilterSensitiveLog = ShardFilterFilterSensitiveLog;
414
+ const ListShardsInputFilterSensitiveLog = (obj) => ({
415
+ ...obj,
416
+ });
417
+ exports.ListShardsInputFilterSensitiveLog = ListShardsInputFilterSensitiveLog;
418
+ const ListShardsOutputFilterSensitiveLog = (obj) => ({
419
+ ...obj,
420
+ });
421
+ exports.ListShardsOutputFilterSensitiveLog = ListShardsOutputFilterSensitiveLog;
422
+ const ListStreamConsumersInputFilterSensitiveLog = (obj) => ({
423
+ ...obj,
424
+ });
425
+ exports.ListStreamConsumersInputFilterSensitiveLog = ListStreamConsumersInputFilterSensitiveLog;
426
+ const ListStreamConsumersOutputFilterSensitiveLog = (obj) => ({
427
+ ...obj,
428
+ });
429
+ exports.ListStreamConsumersOutputFilterSensitiveLog = ListStreamConsumersOutputFilterSensitiveLog;
430
+ const ListStreamsInputFilterSensitiveLog = (obj) => ({
431
+ ...obj,
432
+ });
433
+ exports.ListStreamsInputFilterSensitiveLog = ListStreamsInputFilterSensitiveLog;
434
+ const ListStreamsOutputFilterSensitiveLog = (obj) => ({
435
+ ...obj,
436
+ });
437
+ exports.ListStreamsOutputFilterSensitiveLog = ListStreamsOutputFilterSensitiveLog;
438
+ const ListTagsForStreamInputFilterSensitiveLog = (obj) => ({
439
+ ...obj,
440
+ });
441
+ exports.ListTagsForStreamInputFilterSensitiveLog = ListTagsForStreamInputFilterSensitiveLog;
442
+ const TagFilterSensitiveLog = (obj) => ({
443
+ ...obj,
444
+ });
445
+ exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
446
+ const ListTagsForStreamOutputFilterSensitiveLog = (obj) => ({
447
+ ...obj,
448
+ });
449
+ exports.ListTagsForStreamOutputFilterSensitiveLog = ListTagsForStreamOutputFilterSensitiveLog;
450
+ const MergeShardsInputFilterSensitiveLog = (obj) => ({
451
+ ...obj,
452
+ });
453
+ exports.MergeShardsInputFilterSensitiveLog = MergeShardsInputFilterSensitiveLog;
454
+ const PutRecordInputFilterSensitiveLog = (obj) => ({
455
+ ...obj,
456
+ });
457
+ exports.PutRecordInputFilterSensitiveLog = PutRecordInputFilterSensitiveLog;
458
+ const PutRecordOutputFilterSensitiveLog = (obj) => ({
459
+ ...obj,
460
+ });
461
+ exports.PutRecordOutputFilterSensitiveLog = PutRecordOutputFilterSensitiveLog;
462
+ const PutRecordsRequestEntryFilterSensitiveLog = (obj) => ({
463
+ ...obj,
464
+ });
465
+ exports.PutRecordsRequestEntryFilterSensitiveLog = PutRecordsRequestEntryFilterSensitiveLog;
466
+ const PutRecordsInputFilterSensitiveLog = (obj) => ({
467
+ ...obj,
468
+ });
469
+ exports.PutRecordsInputFilterSensitiveLog = PutRecordsInputFilterSensitiveLog;
470
+ const PutRecordsResultEntryFilterSensitiveLog = (obj) => ({
471
+ ...obj,
472
+ });
473
+ exports.PutRecordsResultEntryFilterSensitiveLog = PutRecordsResultEntryFilterSensitiveLog;
474
+ const PutRecordsOutputFilterSensitiveLog = (obj) => ({
475
+ ...obj,
476
+ });
477
+ exports.PutRecordsOutputFilterSensitiveLog = PutRecordsOutputFilterSensitiveLog;
478
+ const RegisterStreamConsumerInputFilterSensitiveLog = (obj) => ({
479
+ ...obj,
480
+ });
481
+ exports.RegisterStreamConsumerInputFilterSensitiveLog = RegisterStreamConsumerInputFilterSensitiveLog;
482
+ const RegisterStreamConsumerOutputFilterSensitiveLog = (obj) => ({
483
+ ...obj,
484
+ });
485
+ exports.RegisterStreamConsumerOutputFilterSensitiveLog = RegisterStreamConsumerOutputFilterSensitiveLog;
486
+ const RemoveTagsFromStreamInputFilterSensitiveLog = (obj) => ({
487
+ ...obj,
488
+ });
489
+ exports.RemoveTagsFromStreamInputFilterSensitiveLog = RemoveTagsFromStreamInputFilterSensitiveLog;
490
+ const SplitShardInputFilterSensitiveLog = (obj) => ({
491
+ ...obj,
492
+ });
493
+ exports.SplitShardInputFilterSensitiveLog = SplitShardInputFilterSensitiveLog;
494
+ const StartStreamEncryptionInputFilterSensitiveLog = (obj) => ({
495
+ ...obj,
496
+ });
497
+ exports.StartStreamEncryptionInputFilterSensitiveLog = StartStreamEncryptionInputFilterSensitiveLog;
498
+ const StopStreamEncryptionInputFilterSensitiveLog = (obj) => ({
499
+ ...obj,
500
+ });
501
+ exports.StopStreamEncryptionInputFilterSensitiveLog = StopStreamEncryptionInputFilterSensitiveLog;
502
+ const StartingPositionFilterSensitiveLog = (obj) => ({
503
+ ...obj,
504
+ });
505
+ exports.StartingPositionFilterSensitiveLog = StartingPositionFilterSensitiveLog;
506
+ const SubscribeToShardInputFilterSensitiveLog = (obj) => ({
507
+ ...obj,
508
+ });
509
+ exports.SubscribeToShardInputFilterSensitiveLog = SubscribeToShardInputFilterSensitiveLog;
510
+ const SubscribeToShardEventFilterSensitiveLog = (obj) => ({
511
+ ...obj,
512
+ });
513
+ exports.SubscribeToShardEventFilterSensitiveLog = SubscribeToShardEventFilterSensitiveLog;
514
+ const SubscribeToShardEventStreamFilterSensitiveLog = (obj) => {
515
+ if (obj.SubscribeToShardEvent !== undefined)
516
+ return { SubscribeToShardEvent: (0, exports.SubscribeToShardEventFilterSensitiveLog)(obj.SubscribeToShardEvent) };
517
+ if (obj.ResourceNotFoundException !== undefined)
518
+ return { ResourceNotFoundException: obj.ResourceNotFoundException };
519
+ if (obj.ResourceInUseException !== undefined)
520
+ return { ResourceInUseException: obj.ResourceInUseException };
521
+ if (obj.KMSDisabledException !== undefined)
522
+ return { KMSDisabledException: obj.KMSDisabledException };
523
+ if (obj.KMSInvalidStateException !== undefined)
524
+ return { KMSInvalidStateException: obj.KMSInvalidStateException };
525
+ if (obj.KMSAccessDeniedException !== undefined)
526
+ return { KMSAccessDeniedException: obj.KMSAccessDeniedException };
527
+ if (obj.KMSNotFoundException !== undefined)
528
+ return { KMSNotFoundException: obj.KMSNotFoundException };
529
+ if (obj.KMSOptInRequired !== undefined)
530
+ return { KMSOptInRequired: obj.KMSOptInRequired };
531
+ if (obj.KMSThrottlingException !== undefined)
532
+ return { KMSThrottlingException: obj.KMSThrottlingException };
533
+ if (obj.InternalFailureException !== undefined)
534
+ return { InternalFailureException: obj.InternalFailureException };
535
+ if (obj.$unknown !== undefined)
536
+ return { [obj.$unknown[0]]: "UNKNOWN" };
537
+ };
538
+ exports.SubscribeToShardEventStreamFilterSensitiveLog = SubscribeToShardEventStreamFilterSensitiveLog;
539
+ const SubscribeToShardOutputFilterSensitiveLog = (obj) => ({
540
+ ...obj,
541
+ ...(obj.EventStream && { EventStream: "STREAMING_CONTENT" }),
542
+ });
543
+ exports.SubscribeToShardOutputFilterSensitiveLog = SubscribeToShardOutputFilterSensitiveLog;
544
+ const UpdateShardCountInputFilterSensitiveLog = (obj) => ({
545
+ ...obj,
546
+ });
547
+ exports.UpdateShardCountInputFilterSensitiveLog = UpdateShardCountInputFilterSensitiveLog;
548
+ const UpdateShardCountOutputFilterSensitiveLog = (obj) => ({
549
+ ...obj,
550
+ });
551
+ exports.UpdateShardCountOutputFilterSensitiveLog = UpdateShardCountOutputFilterSensitiveLog;
552
+ const UpdateStreamModeInputFilterSensitiveLog = (obj) => ({
553
+ ...obj,
554
+ });
555
+ exports.UpdateStreamModeInputFilterSensitiveLog = UpdateStreamModeInputFilterSensitiveLog;