@aws-sdk/client-firehose 3.32.0 → 3.36.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 (176) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/{dist/cjs → dist-cjs}/Firehose.js +1 -2
  3. package/{dist/cjs → dist-cjs}/FirehoseClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/CreateDeliveryStreamCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/DeleteDeliveryStreamCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/DescribeDeliveryStreamCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/ListDeliveryStreamsCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/ListTagsForDeliveryStreamCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/PutRecordBatchCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/PutRecordCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/StartDeliveryStreamEncryptionCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/StopDeliveryStreamEncryptionCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/TagDeliveryStreamCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/UntagDeliveryStreamCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/UpdateDestinationCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  17. package/{dist/cjs → dist-cjs}/index.js +0 -1
  18. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  19. package/{dist/cjs → dist-cjs}/models/models_0.js +150 -93
  20. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +132 -1
  21. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  22. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  23. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  24. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  25. package/{dist/es → dist-es}/Firehose.js +2 -9
  26. package/{dist/es → dist-es}/FirehoseClient.js +2 -14
  27. package/dist-es/commands/CreateDeliveryStreamCommand.js +39 -0
  28. package/dist-es/commands/DeleteDeliveryStreamCommand.js +39 -0
  29. package/{dist/es → dist-es}/commands/DescribeDeliveryStreamCommand.js +4 -36
  30. package/{dist/es → dist-es}/commands/ListDeliveryStreamsCommand.js +4 -37
  31. package/{dist/es → dist-es}/commands/ListTagsForDeliveryStreamCommand.js +4 -31
  32. package/dist-es/commands/PutRecordBatchCommand.js +39 -0
  33. package/dist-es/commands/PutRecordCommand.js +39 -0
  34. package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +39 -0
  35. package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +39 -0
  36. package/dist-es/commands/TagDeliveryStreamCommand.js +39 -0
  37. package/{dist/es → dist-es}/commands/UntagDeliveryStreamCommand.js +4 -33
  38. package/dist-es/commands/UpdateDestinationCommand.js +39 -0
  39. package/{dist/es → dist-es}/endpoints.js +1 -2
  40. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  41. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  42. package/{dist/es → dist-es}/models/models_0.js +87 -331
  43. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +349 -256
  44. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  45. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  46. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  47. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  48. package/{dist/types → dist-types}/Firehose.d.ts +2 -2
  49. package/{dist/types → dist-types}/FirehoseClient.d.ts +8 -8
  50. package/{dist/types → dist-types}/commands/CreateDeliveryStreamCommand.d.ts +2 -2
  51. package/{dist/types → dist-types}/commands/DeleteDeliveryStreamCommand.d.ts +2 -2
  52. package/{dist/types → dist-types}/commands/DescribeDeliveryStreamCommand.d.ts +2 -2
  53. package/{dist/types → dist-types}/commands/ListDeliveryStreamsCommand.d.ts +2 -2
  54. package/{dist/types → dist-types}/commands/ListTagsForDeliveryStreamCommand.d.ts +2 -2
  55. package/{dist/types → dist-types}/commands/PutRecordBatchCommand.d.ts +2 -2
  56. package/{dist/types → dist-types}/commands/PutRecordCommand.d.ts +2 -2
  57. package/{dist/types → dist-types}/commands/StartDeliveryStreamEncryptionCommand.d.ts +2 -2
  58. package/{dist/types → dist-types}/commands/StopDeliveryStreamEncryptionCommand.d.ts +2 -2
  59. package/{dist/types → dist-types}/commands/TagDeliveryStreamCommand.d.ts +2 -2
  60. package/{dist/types → dist-types}/commands/UntagDeliveryStreamCommand.d.ts +2 -2
  61. package/{dist/types → dist-types}/commands/UpdateDestinationCommand.d.ts +2 -2
  62. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  63. package/{index.ts → dist-types/index.d.ts} +0 -0
  64. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  65. package/{dist/types → dist-types}/models/models_0.d.ts +524 -397
  66. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  67. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  68. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  69. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  70. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  71. package/{dist/types → dist-types}/ts3.4/Firehose.d.ts +2 -2
  72. package/{dist/types → dist-types}/ts3.4/FirehoseClient.d.ts +8 -8
  73. package/{dist/types → dist-types}/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/ts3.4/commands/PutRecordBatchCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/ts3.4/commands/PutRecordCommand.d.ts +2 -2
  80. package/{dist/types → dist-types}/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/ts3.4/commands/TagDeliveryStreamCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/ts3.4/commands/UpdateDestinationCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  86. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  87. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  88. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +524 -397
  89. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  90. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  91. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  92. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  93. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  94. package/package.json +52 -49
  95. package/Firehose.ts +0 -704
  96. package/FirehoseClient.ts +0 -298
  97. package/commands/CreateDeliveryStreamCommand.ts +0 -162
  98. package/commands/DeleteDeliveryStreamCommand.ts +0 -103
  99. package/commands/DescribeDeliveryStreamCommand.ts +0 -100
  100. package/commands/ListDeliveryStreamsCommand.ts +0 -101
  101. package/commands/ListTagsForDeliveryStreamCommand.ts +0 -98
  102. package/commands/PutRecordBatchCommand.ts +0 -144
  103. package/commands/PutRecordCommand.ts +0 -122
  104. package/commands/StartDeliveryStreamEncryptionCommand.ts +0 -134
  105. package/commands/StopDeliveryStreamEncryptionCommand.ts +0 -118
  106. package/commands/TagDeliveryStreamCommand.ts +0 -102
  107. package/commands/UntagDeliveryStreamCommand.ts +0 -97
  108. package/commands/UpdateDestinationCommand.ts +0 -117
  109. package/dist/cjs/Firehose.js.map +0 -1
  110. package/dist/cjs/FirehoseClient.js.map +0 -1
  111. package/dist/cjs/commands/CreateDeliveryStreamCommand.js.map +0 -1
  112. package/dist/cjs/commands/DeleteDeliveryStreamCommand.js.map +0 -1
  113. package/dist/cjs/commands/DescribeDeliveryStreamCommand.js.map +0 -1
  114. package/dist/cjs/commands/ListDeliveryStreamsCommand.js.map +0 -1
  115. package/dist/cjs/commands/ListTagsForDeliveryStreamCommand.js.map +0 -1
  116. package/dist/cjs/commands/PutRecordBatchCommand.js.map +0 -1
  117. package/dist/cjs/commands/PutRecordCommand.js.map +0 -1
  118. package/dist/cjs/commands/StartDeliveryStreamEncryptionCommand.js.map +0 -1
  119. package/dist/cjs/commands/StopDeliveryStreamEncryptionCommand.js.map +0 -1
  120. package/dist/cjs/commands/TagDeliveryStreamCommand.js.map +0 -1
  121. package/dist/cjs/commands/UntagDeliveryStreamCommand.js.map +0 -1
  122. package/dist/cjs/commands/UpdateDestinationCommand.js.map +0 -1
  123. package/dist/cjs/endpoints.js.map +0 -1
  124. package/dist/cjs/index.js.map +0 -1
  125. package/dist/cjs/models/index.js.map +0 -1
  126. package/dist/cjs/models/models_0.js.map +0 -1
  127. package/dist/cjs/package.json +0 -91
  128. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  129. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  130. package/dist/cjs/runtimeConfig.js.map +0 -1
  131. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  132. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  133. package/dist/es/Firehose.js.map +0 -1
  134. package/dist/es/FirehoseClient.js.map +0 -1
  135. package/dist/es/commands/CreateDeliveryStreamCommand.js +0 -133
  136. package/dist/es/commands/CreateDeliveryStreamCommand.js.map +0 -1
  137. package/dist/es/commands/DeleteDeliveryStreamCommand.js +0 -74
  138. package/dist/es/commands/DeleteDeliveryStreamCommand.js.map +0 -1
  139. package/dist/es/commands/DescribeDeliveryStreamCommand.js.map +0 -1
  140. package/dist/es/commands/ListDeliveryStreamsCommand.js.map +0 -1
  141. package/dist/es/commands/ListTagsForDeliveryStreamCommand.js.map +0 -1
  142. package/dist/es/commands/PutRecordBatchCommand.js +0 -115
  143. package/dist/es/commands/PutRecordBatchCommand.js.map +0 -1
  144. package/dist/es/commands/PutRecordCommand.js +0 -96
  145. package/dist/es/commands/PutRecordCommand.js.map +0 -1
  146. package/dist/es/commands/StartDeliveryStreamEncryptionCommand.js +0 -100
  147. package/dist/es/commands/StartDeliveryStreamEncryptionCommand.js.map +0 -1
  148. package/dist/es/commands/StopDeliveryStreamEncryptionCommand.js +0 -84
  149. package/dist/es/commands/StopDeliveryStreamEncryptionCommand.js.map +0 -1
  150. package/dist/es/commands/TagDeliveryStreamCommand.js +0 -73
  151. package/dist/es/commands/TagDeliveryStreamCommand.js.map +0 -1
  152. package/dist/es/commands/UntagDeliveryStreamCommand.js.map +0 -1
  153. package/dist/es/commands/UpdateDestinationCommand.js +0 -88
  154. package/dist/es/commands/UpdateDestinationCommand.js.map +0 -1
  155. package/dist/es/endpoints.js.map +0 -1
  156. package/dist/es/index.js +0 -16
  157. package/dist/es/index.js.map +0 -1
  158. package/dist/es/models/index.js +0 -2
  159. package/dist/es/models/index.js.map +0 -1
  160. package/dist/es/models/models_0.js.map +0 -1
  161. package/dist/es/package.json +0 -91
  162. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  163. package/dist/es/runtimeConfig.browser.js.map +0 -1
  164. package/dist/es/runtimeConfig.js.map +0 -1
  165. package/dist/es/runtimeConfig.native.js.map +0 -1
  166. package/dist/es/runtimeConfig.shared.js.map +0 -1
  167. package/endpoints.ts +0 -86
  168. package/jest.config.js +0 -4
  169. package/models/models_0.ts +0 -3952
  170. package/protocols/Aws_json1_1.ts +0 -3513
  171. package/runtimeConfig.browser.ts +0 -40
  172. package/runtimeConfig.native.ts +0 -16
  173. package/runtimeConfig.shared.ts +0 -16
  174. package/runtimeConfig.ts +0 -45
  175. package/tsconfig.es.json +0 -12
  176. package/tsconfig.json +0 -32
@@ -1,65 +1,21 @@
1
1
  import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
- export var BufferingHints;
4
- (function (BufferingHints) {
5
- /**
6
- * @internal
7
- */
8
- BufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
- })(BufferingHints || (BufferingHints = {}));
3
+ export var AmazonopensearchserviceBufferingHints;
4
+ (function (AmazonopensearchserviceBufferingHints) {
5
+ AmazonopensearchserviceBufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(AmazonopensearchserviceBufferingHints || (AmazonopensearchserviceBufferingHints = {}));
10
7
  export var CloudWatchLoggingOptions;
11
8
  (function (CloudWatchLoggingOptions) {
12
- /**
13
- * @internal
14
- */
15
9
  CloudWatchLoggingOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
16
10
  })(CloudWatchLoggingOptions || (CloudWatchLoggingOptions = {}));
17
- export var CompressionFormat;
18
- (function (CompressionFormat) {
19
- CompressionFormat["GZIP"] = "GZIP";
20
- CompressionFormat["HADOOP_SNAPPY"] = "HADOOP_SNAPPY";
21
- CompressionFormat["SNAPPY"] = "Snappy";
22
- CompressionFormat["UNCOMPRESSED"] = "UNCOMPRESSED";
23
- CompressionFormat["ZIP"] = "ZIP";
24
- })(CompressionFormat || (CompressionFormat = {}));
25
- export var ConcurrentModificationException;
26
- (function (ConcurrentModificationException) {
27
- /**
28
- * @internal
29
- */
30
- ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
31
- })(ConcurrentModificationException || (ConcurrentModificationException = {}));
32
- export var ContentEncoding;
33
- (function (ContentEncoding) {
34
- ContentEncoding["GZIP"] = "GZIP";
35
- ContentEncoding["NONE"] = "NONE";
36
- })(ContentEncoding || (ContentEncoding = {}));
37
- export var CopyCommand;
38
- (function (CopyCommand) {
39
- /**
40
- * @internal
41
- */
42
- CopyCommand.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
- })(CopyCommand || (CopyCommand = {}));
44
- export var KeyType;
45
- (function (KeyType) {
46
- KeyType["AWS_OWNED_CMK"] = "AWS_OWNED_CMK";
47
- KeyType["CUSTOMER_MANAGED_CMK"] = "CUSTOMER_MANAGED_CMK";
48
- })(KeyType || (KeyType = {}));
49
- export var DeliveryStreamEncryptionConfigurationInput;
50
- (function (DeliveryStreamEncryptionConfigurationInput) {
51
- /**
52
- * @internal
53
- */
54
- DeliveryStreamEncryptionConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
55
- })(DeliveryStreamEncryptionConfigurationInput || (DeliveryStreamEncryptionConfigurationInput = {}));
56
- export var ElasticsearchBufferingHints;
57
- (function (ElasticsearchBufferingHints) {
58
- /**
59
- * @internal
60
- */
61
- ElasticsearchBufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
- })(ElasticsearchBufferingHints || (ElasticsearchBufferingHints = {}));
11
+ export var AmazonopensearchserviceIndexRotationPeriod;
12
+ (function (AmazonopensearchserviceIndexRotationPeriod) {
13
+ AmazonopensearchserviceIndexRotationPeriod["NoRotation"] = "NoRotation";
14
+ AmazonopensearchserviceIndexRotationPeriod["OneDay"] = "OneDay";
15
+ AmazonopensearchserviceIndexRotationPeriod["OneHour"] = "OneHour";
16
+ AmazonopensearchserviceIndexRotationPeriod["OneMonth"] = "OneMonth";
17
+ AmazonopensearchserviceIndexRotationPeriod["OneWeek"] = "OneWeek";
18
+ })(AmazonopensearchserviceIndexRotationPeriod || (AmazonopensearchserviceIndexRotationPeriod = {}));
63
19
  export var ProcessorParameterName;
64
20
  (function (ProcessorParameterName) {
65
21
  ProcessorParameterName["BUFFER_INTERVAL_IN_SECONDS"] = "BufferIntervalInSeconds";
@@ -74,93 +30,125 @@ export var ProcessorParameterName;
74
30
  })(ProcessorParameterName || (ProcessorParameterName = {}));
75
31
  export var ProcessorParameter;
76
32
  (function (ProcessorParameter) {
77
- /**
78
- * @internal
79
- */
80
33
  ProcessorParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
81
34
  })(ProcessorParameter || (ProcessorParameter = {}));
82
35
  export var Processor;
83
36
  (function (Processor) {
84
- /**
85
- * @internal
86
- */
87
37
  Processor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
88
38
  })(Processor || (Processor = {}));
89
39
  export var ProcessingConfiguration;
90
40
  (function (ProcessingConfiguration) {
91
- /**
92
- * @internal
93
- */
94
41
  ProcessingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
95
42
  })(ProcessingConfiguration || (ProcessingConfiguration = {}));
96
- export var ElasticsearchRetryOptions;
97
- (function (ElasticsearchRetryOptions) {
98
- /**
99
- * @internal
100
- */
101
- ElasticsearchRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
102
- })(ElasticsearchRetryOptions || (ElasticsearchRetryOptions = {}));
43
+ export var AmazonopensearchserviceRetryOptions;
44
+ (function (AmazonopensearchserviceRetryOptions) {
45
+ AmazonopensearchserviceRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
46
+ })(AmazonopensearchserviceRetryOptions || (AmazonopensearchserviceRetryOptions = {}));
47
+ export var AmazonopensearchserviceS3BackupMode;
48
+ (function (AmazonopensearchserviceS3BackupMode) {
49
+ AmazonopensearchserviceS3BackupMode["AllDocuments"] = "AllDocuments";
50
+ AmazonopensearchserviceS3BackupMode["FailedDocumentsOnly"] = "FailedDocumentsOnly";
51
+ })(AmazonopensearchserviceS3BackupMode || (AmazonopensearchserviceS3BackupMode = {}));
52
+ export var BufferingHints;
53
+ (function (BufferingHints) {
54
+ BufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
55
+ })(BufferingHints || (BufferingHints = {}));
56
+ export var CompressionFormat;
57
+ (function (CompressionFormat) {
58
+ CompressionFormat["GZIP"] = "GZIP";
59
+ CompressionFormat["HADOOP_SNAPPY"] = "HADOOP_SNAPPY";
60
+ CompressionFormat["SNAPPY"] = "Snappy";
61
+ CompressionFormat["UNCOMPRESSED"] = "UNCOMPRESSED";
62
+ CompressionFormat["ZIP"] = "ZIP";
63
+ })(CompressionFormat || (CompressionFormat = {}));
103
64
  export var KMSEncryptionConfig;
104
65
  (function (KMSEncryptionConfig) {
105
- /**
106
- * @internal
107
- */
108
66
  KMSEncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
109
67
  })(KMSEncryptionConfig || (KMSEncryptionConfig = {}));
110
68
  export var EncryptionConfiguration;
111
69
  (function (EncryptionConfiguration) {
112
- /**
113
- * @internal
114
- */
115
70
  EncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
116
71
  })(EncryptionConfiguration || (EncryptionConfiguration = {}));
117
72
  export var S3DestinationConfiguration;
118
73
  (function (S3DestinationConfiguration) {
119
- /**
120
- * @internal
121
- */
122
74
  S3DestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
123
75
  })(S3DestinationConfiguration || (S3DestinationConfiguration = {}));
124
76
  export var VpcConfiguration;
125
77
  (function (VpcConfiguration) {
126
- /**
127
- * @internal
128
- */
129
78
  VpcConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
79
  })(VpcConfiguration || (VpcConfiguration = {}));
80
+ export var AmazonopensearchserviceDestinationConfiguration;
81
+ (function (AmazonopensearchserviceDestinationConfiguration) {
82
+ AmazonopensearchserviceDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
83
+ })(AmazonopensearchserviceDestinationConfiguration || (AmazonopensearchserviceDestinationConfiguration = {}));
84
+ export var S3DestinationDescription;
85
+ (function (S3DestinationDescription) {
86
+ S3DestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
87
+ })(S3DestinationDescription || (S3DestinationDescription = {}));
88
+ export var VpcConfigurationDescription;
89
+ (function (VpcConfigurationDescription) {
90
+ VpcConfigurationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
91
+ })(VpcConfigurationDescription || (VpcConfigurationDescription = {}));
92
+ export var AmazonopensearchserviceDestinationDescription;
93
+ (function (AmazonopensearchserviceDestinationDescription) {
94
+ AmazonopensearchserviceDestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
95
+ })(AmazonopensearchserviceDestinationDescription || (AmazonopensearchserviceDestinationDescription = {}));
96
+ export var S3DestinationUpdate;
97
+ (function (S3DestinationUpdate) {
98
+ S3DestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
+ })(S3DestinationUpdate || (S3DestinationUpdate = {}));
100
+ export var AmazonopensearchserviceDestinationUpdate;
101
+ (function (AmazonopensearchserviceDestinationUpdate) {
102
+ AmazonopensearchserviceDestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
103
+ })(AmazonopensearchserviceDestinationUpdate || (AmazonopensearchserviceDestinationUpdate = {}));
104
+ export var ConcurrentModificationException;
105
+ (function (ConcurrentModificationException) {
106
+ ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
107
+ })(ConcurrentModificationException || (ConcurrentModificationException = {}));
108
+ export var ContentEncoding;
109
+ (function (ContentEncoding) {
110
+ ContentEncoding["GZIP"] = "GZIP";
111
+ ContentEncoding["NONE"] = "NONE";
112
+ })(ContentEncoding || (ContentEncoding = {}));
113
+ export var CopyCommand;
114
+ (function (CopyCommand) {
115
+ CopyCommand.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
116
+ })(CopyCommand || (CopyCommand = {}));
117
+ export var KeyType;
118
+ (function (KeyType) {
119
+ KeyType["AWS_OWNED_CMK"] = "AWS_OWNED_CMK";
120
+ KeyType["CUSTOMER_MANAGED_CMK"] = "CUSTOMER_MANAGED_CMK";
121
+ })(KeyType || (KeyType = {}));
122
+ export var DeliveryStreamEncryptionConfigurationInput;
123
+ (function (DeliveryStreamEncryptionConfigurationInput) {
124
+ DeliveryStreamEncryptionConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
125
+ })(DeliveryStreamEncryptionConfigurationInput || (DeliveryStreamEncryptionConfigurationInput = {}));
126
+ export var ElasticsearchBufferingHints;
127
+ (function (ElasticsearchBufferingHints) {
128
+ ElasticsearchBufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
129
+ })(ElasticsearchBufferingHints || (ElasticsearchBufferingHints = {}));
130
+ export var ElasticsearchRetryOptions;
131
+ (function (ElasticsearchRetryOptions) {
132
+ ElasticsearchRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
133
+ })(ElasticsearchRetryOptions || (ElasticsearchRetryOptions = {}));
131
134
  export var ElasticsearchDestinationConfiguration;
132
135
  (function (ElasticsearchDestinationConfiguration) {
133
- /**
134
- * @internal
135
- */
136
136
  ElasticsearchDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
137
137
  })(ElasticsearchDestinationConfiguration || (ElasticsearchDestinationConfiguration = {}));
138
138
  export var HiveJsonSerDe;
139
139
  (function (HiveJsonSerDe) {
140
- /**
141
- * @internal
142
- */
143
140
  HiveJsonSerDe.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
144
141
  })(HiveJsonSerDe || (HiveJsonSerDe = {}));
145
142
  export var OpenXJsonSerDe;
146
143
  (function (OpenXJsonSerDe) {
147
- /**
148
- * @internal
149
- */
150
144
  OpenXJsonSerDe.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
151
145
  })(OpenXJsonSerDe || (OpenXJsonSerDe = {}));
152
146
  export var Deserializer;
153
147
  (function (Deserializer) {
154
- /**
155
- * @internal
156
- */
157
148
  Deserializer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
149
  })(Deserializer || (Deserializer = {}));
159
150
  export var InputFormatConfiguration;
160
151
  (function (InputFormatConfiguration) {
161
- /**
162
- * @internal
163
- */
164
152
  InputFormatConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
165
153
  })(InputFormatConfiguration || (InputFormatConfiguration = {}));
166
154
  export var OrcCompression;
@@ -176,9 +164,6 @@ export var OrcFormatVersion;
176
164
  })(OrcFormatVersion || (OrcFormatVersion = {}));
177
165
  export var OrcSerDe;
178
166
  (function (OrcSerDe) {
179
- /**
180
- * @internal
181
- */
182
167
  OrcSerDe.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
183
168
  })(OrcSerDe || (OrcSerDe = {}));
184
169
  export var ParquetCompression;
@@ -194,102 +179,60 @@ export var ParquetWriterVersion;
194
179
  })(ParquetWriterVersion || (ParquetWriterVersion = {}));
195
180
  export var ParquetSerDe;
196
181
  (function (ParquetSerDe) {
197
- /**
198
- * @internal
199
- */
200
182
  ParquetSerDe.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
201
183
  })(ParquetSerDe || (ParquetSerDe = {}));
202
184
  export var Serializer;
203
185
  (function (Serializer) {
204
- /**
205
- * @internal
206
- */
207
186
  Serializer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
208
187
  })(Serializer || (Serializer = {}));
209
188
  export var OutputFormatConfiguration;
210
189
  (function (OutputFormatConfiguration) {
211
- /**
212
- * @internal
213
- */
214
190
  OutputFormatConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
215
191
  })(OutputFormatConfiguration || (OutputFormatConfiguration = {}));
216
192
  export var SchemaConfiguration;
217
193
  (function (SchemaConfiguration) {
218
- /**
219
- * @internal
220
- */
221
194
  SchemaConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
222
195
  })(SchemaConfiguration || (SchemaConfiguration = {}));
223
196
  export var DataFormatConversionConfiguration;
224
197
  (function (DataFormatConversionConfiguration) {
225
- /**
226
- * @internal
227
- */
228
198
  DataFormatConversionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
229
199
  })(DataFormatConversionConfiguration || (DataFormatConversionConfiguration = {}));
230
200
  export var RetryOptions;
231
201
  (function (RetryOptions) {
232
- /**
233
- * @internal
234
- */
235
202
  RetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
236
203
  })(RetryOptions || (RetryOptions = {}));
237
204
  export var DynamicPartitioningConfiguration;
238
205
  (function (DynamicPartitioningConfiguration) {
239
- /**
240
- * @internal
241
- */
242
206
  DynamicPartitioningConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
243
207
  })(DynamicPartitioningConfiguration || (DynamicPartitioningConfiguration = {}));
244
208
  export var ExtendedS3DestinationConfiguration;
245
209
  (function (ExtendedS3DestinationConfiguration) {
246
- /**
247
- * @internal
248
- */
249
210
  ExtendedS3DestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
250
211
  })(ExtendedS3DestinationConfiguration || (ExtendedS3DestinationConfiguration = {}));
251
212
  export var HttpEndpointBufferingHints;
252
213
  (function (HttpEndpointBufferingHints) {
253
- /**
254
- * @internal
255
- */
256
214
  HttpEndpointBufferingHints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
257
215
  })(HttpEndpointBufferingHints || (HttpEndpointBufferingHints = {}));
258
216
  export var HttpEndpointConfiguration;
259
217
  (function (HttpEndpointConfiguration) {
260
- /**
261
- * @internal
262
- */
263
218
  HttpEndpointConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Url && { Url: SENSITIVE_STRING })), (obj.AccessKey && { AccessKey: SENSITIVE_STRING }))); };
264
219
  })(HttpEndpointConfiguration || (HttpEndpointConfiguration = {}));
265
220
  export var HttpEndpointCommonAttribute;
266
221
  (function (HttpEndpointCommonAttribute) {
267
- /**
268
- * @internal
269
- */
270
222
  HttpEndpointCommonAttribute.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AttributeName && { AttributeName: SENSITIVE_STRING })), (obj.AttributeValue && { AttributeValue: SENSITIVE_STRING }))); };
271
223
  })(HttpEndpointCommonAttribute || (HttpEndpointCommonAttribute = {}));
272
224
  export var HttpEndpointRequestConfiguration;
273
225
  (function (HttpEndpointRequestConfiguration) {
274
- /**
275
- * @internal
276
- */
277
226
  HttpEndpointRequestConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CommonAttributes && {
278
227
  CommonAttributes: obj.CommonAttributes.map(function (item) { return HttpEndpointCommonAttribute.filterSensitiveLog(item); }),
279
228
  }))); };
280
229
  })(HttpEndpointRequestConfiguration || (HttpEndpointRequestConfiguration = {}));
281
230
  export var HttpEndpointRetryOptions;
282
231
  (function (HttpEndpointRetryOptions) {
283
- /**
284
- * @internal
285
- */
286
232
  HttpEndpointRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
287
233
  })(HttpEndpointRetryOptions || (HttpEndpointRetryOptions = {}));
288
234
  export var HttpEndpointDestinationConfiguration;
289
235
  (function (HttpEndpointDestinationConfiguration) {
290
- /**
291
- * @internal
292
- */
293
236
  HttpEndpointDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EndpointConfiguration && {
294
237
  EndpointConfiguration: HttpEndpointConfiguration.filterSensitiveLog(obj.EndpointConfiguration),
295
238
  })), (obj.RequestConfiguration && {
@@ -298,51 +241,30 @@ export var HttpEndpointDestinationConfiguration;
298
241
  })(HttpEndpointDestinationConfiguration || (HttpEndpointDestinationConfiguration = {}));
299
242
  export var KinesisStreamSourceConfiguration;
300
243
  (function (KinesisStreamSourceConfiguration) {
301
- /**
302
- * @internal
303
- */
304
244
  KinesisStreamSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
305
245
  })(KinesisStreamSourceConfiguration || (KinesisStreamSourceConfiguration = {}));
306
246
  export var RedshiftRetryOptions;
307
247
  (function (RedshiftRetryOptions) {
308
- /**
309
- * @internal
310
- */
311
248
  RedshiftRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
249
  })(RedshiftRetryOptions || (RedshiftRetryOptions = {}));
313
250
  export var RedshiftDestinationConfiguration;
314
251
  (function (RedshiftDestinationConfiguration) {
315
- /**
316
- * @internal
317
- */
318
252
  RedshiftDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
319
253
  })(RedshiftDestinationConfiguration || (RedshiftDestinationConfiguration = {}));
320
254
  export var SplunkRetryOptions;
321
255
  (function (SplunkRetryOptions) {
322
- /**
323
- * @internal
324
- */
325
256
  SplunkRetryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
326
257
  })(SplunkRetryOptions || (SplunkRetryOptions = {}));
327
258
  export var SplunkDestinationConfiguration;
328
259
  (function (SplunkDestinationConfiguration) {
329
- /**
330
- * @internal
331
- */
332
260
  SplunkDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
261
  })(SplunkDestinationConfiguration || (SplunkDestinationConfiguration = {}));
334
262
  export var Tag;
335
263
  (function (Tag) {
336
- /**
337
- * @internal
338
- */
339
264
  Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
265
  })(Tag || (Tag = {}));
341
266
  export var CreateDeliveryStreamInput;
342
267
  (function (CreateDeliveryStreamInput) {
343
- /**
344
- * @internal
345
- */
346
268
  CreateDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RedshiftDestinationConfiguration && {
347
269
  RedshiftDestinationConfiguration: RedshiftDestinationConfiguration.filterSensitiveLog(obj.RedshiftDestinationConfiguration),
348
270
  })), (obj.HttpEndpointDestinationConfiguration && {
@@ -351,58 +273,34 @@ export var CreateDeliveryStreamInput;
351
273
  })(CreateDeliveryStreamInput || (CreateDeliveryStreamInput = {}));
352
274
  export var CreateDeliveryStreamOutput;
353
275
  (function (CreateDeliveryStreamOutput) {
354
- /**
355
- * @internal
356
- */
357
276
  CreateDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
277
  })(CreateDeliveryStreamOutput || (CreateDeliveryStreamOutput = {}));
359
278
  export var InvalidArgumentException;
360
279
  (function (InvalidArgumentException) {
361
- /**
362
- * @internal
363
- */
364
280
  InvalidArgumentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
365
281
  })(InvalidArgumentException || (InvalidArgumentException = {}));
366
282
  export var InvalidKMSResourceException;
367
283
  (function (InvalidKMSResourceException) {
368
- /**
369
- * @internal
370
- */
371
284
  InvalidKMSResourceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
285
  })(InvalidKMSResourceException || (InvalidKMSResourceException = {}));
373
286
  export var LimitExceededException;
374
287
  (function (LimitExceededException) {
375
- /**
376
- * @internal
377
- */
378
288
  LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
379
289
  })(LimitExceededException || (LimitExceededException = {}));
380
290
  export var ResourceInUseException;
381
291
  (function (ResourceInUseException) {
382
- /**
383
- * @internal
384
- */
385
292
  ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
386
293
  })(ResourceInUseException || (ResourceInUseException = {}));
387
294
  export var DeleteDeliveryStreamInput;
388
295
  (function (DeleteDeliveryStreamInput) {
389
- /**
390
- * @internal
391
- */
392
296
  DeleteDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
393
297
  })(DeleteDeliveryStreamInput || (DeleteDeliveryStreamInput = {}));
394
298
  export var DeleteDeliveryStreamOutput;
395
299
  (function (DeleteDeliveryStreamOutput) {
396
- /**
397
- * @internal
398
- */
399
300
  DeleteDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
301
  })(DeleteDeliveryStreamOutput || (DeleteDeliveryStreamOutput = {}));
401
302
  export var ResourceNotFoundException;
402
303
  (function (ResourceNotFoundException) {
403
- /**
404
- * @internal
405
- */
406
304
  ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
305
  })(ResourceNotFoundException || (ResourceNotFoundException = {}));
408
306
  export var DeliveryStreamFailureType;
@@ -425,9 +323,6 @@ export var DeliveryStreamFailureType;
425
323
  })(DeliveryStreamFailureType || (DeliveryStreamFailureType = {}));
426
324
  export var FailureDescription;
427
325
  (function (FailureDescription) {
428
- /**
429
- * @internal
430
- */
431
326
  FailureDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
432
327
  })(FailureDescription || (FailureDescription = {}));
433
328
  export var DeliveryStreamEncryptionStatus;
@@ -441,9 +336,6 @@ export var DeliveryStreamEncryptionStatus;
441
336
  })(DeliveryStreamEncryptionStatus || (DeliveryStreamEncryptionStatus = {}));
442
337
  export var DeliveryStreamEncryptionConfiguration;
443
338
  (function (DeliveryStreamEncryptionConfiguration) {
444
- /**
445
- * @internal
446
- */
447
339
  DeliveryStreamEncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
448
340
  })(DeliveryStreamEncryptionConfiguration || (DeliveryStreamEncryptionConfiguration = {}));
449
341
  export var DeliveryStreamStatus;
@@ -454,46 +346,20 @@ export var DeliveryStreamStatus;
454
346
  DeliveryStreamStatus["DELETING"] = "DELETING";
455
347
  DeliveryStreamStatus["DELETING_FAILED"] = "DELETING_FAILED";
456
348
  })(DeliveryStreamStatus || (DeliveryStreamStatus = {}));
457
- export var S3DestinationDescription;
458
- (function (S3DestinationDescription) {
459
- /**
460
- * @internal
461
- */
462
- S3DestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
463
- })(S3DestinationDescription || (S3DestinationDescription = {}));
464
- export var VpcConfigurationDescription;
465
- (function (VpcConfigurationDescription) {
466
- /**
467
- * @internal
468
- */
469
- VpcConfigurationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
470
- })(VpcConfigurationDescription || (VpcConfigurationDescription = {}));
471
349
  export var ElasticsearchDestinationDescription;
472
350
  (function (ElasticsearchDestinationDescription) {
473
- /**
474
- * @internal
475
- */
476
351
  ElasticsearchDestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
477
352
  })(ElasticsearchDestinationDescription || (ElasticsearchDestinationDescription = {}));
478
353
  export var ExtendedS3DestinationDescription;
479
354
  (function (ExtendedS3DestinationDescription) {
480
- /**
481
- * @internal
482
- */
483
355
  ExtendedS3DestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
484
356
  })(ExtendedS3DestinationDescription || (ExtendedS3DestinationDescription = {}));
485
357
  export var HttpEndpointDescription;
486
358
  (function (HttpEndpointDescription) {
487
- /**
488
- * @internal
489
- */
490
359
  HttpEndpointDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Url && { Url: SENSITIVE_STRING }))); };
491
360
  })(HttpEndpointDescription || (HttpEndpointDescription = {}));
492
361
  export var HttpEndpointDestinationDescription;
493
362
  (function (HttpEndpointDestinationDescription) {
494
- /**
495
- * @internal
496
- */
497
363
  HttpEndpointDestinationDescription.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EndpointConfiguration && {
498
364
  EndpointConfiguration: HttpEndpointDescription.filterSensitiveLog(obj.EndpointConfiguration),
499
365
  })), (obj.RequestConfiguration && {
@@ -502,23 +368,14 @@ export var HttpEndpointDestinationDescription;
502
368
  })(HttpEndpointDestinationDescription || (HttpEndpointDestinationDescription = {}));
503
369
  export var RedshiftDestinationDescription;
504
370
  (function (RedshiftDestinationDescription) {
505
- /**
506
- * @internal
507
- */
508
371
  RedshiftDestinationDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
509
372
  })(RedshiftDestinationDescription || (RedshiftDestinationDescription = {}));
510
373
  export var SplunkDestinationDescription;
511
374
  (function (SplunkDestinationDescription) {
512
- /**
513
- * @internal
514
- */
515
375
  SplunkDestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
516
376
  })(SplunkDestinationDescription || (SplunkDestinationDescription = {}));
517
377
  export var DestinationDescription;
518
378
  (function (DestinationDescription) {
519
- /**
520
- * @internal
521
- */
522
379
  DestinationDescription.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RedshiftDestinationDescription && {
523
380
  RedshiftDestinationDescription: RedshiftDestinationDescription.filterSensitiveLog(obj.RedshiftDestinationDescription),
524
381
  })), (obj.HttpEndpointDestinationDescription && {
@@ -527,202 +384,114 @@ export var DestinationDescription;
527
384
  })(DestinationDescription || (DestinationDescription = {}));
528
385
  export var KinesisStreamSourceDescription;
529
386
  (function (KinesisStreamSourceDescription) {
530
- /**
531
- * @internal
532
- */
533
387
  KinesisStreamSourceDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
534
388
  })(KinesisStreamSourceDescription || (KinesisStreamSourceDescription = {}));
535
389
  export var SourceDescription;
536
390
  (function (SourceDescription) {
537
- /**
538
- * @internal
539
- */
540
391
  SourceDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
541
392
  })(SourceDescription || (SourceDescription = {}));
542
393
  export var DeliveryStreamDescription;
543
394
  (function (DeliveryStreamDescription) {
544
- /**
545
- * @internal
546
- */
547
395
  DeliveryStreamDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Destinations && {
548
396
  Destinations: obj.Destinations.map(function (item) { return DestinationDescription.filterSensitiveLog(item); }),
549
397
  }))); };
550
398
  })(DeliveryStreamDescription || (DeliveryStreamDescription = {}));
551
399
  export var DescribeDeliveryStreamInput;
552
400
  (function (DescribeDeliveryStreamInput) {
553
- /**
554
- * @internal
555
- */
556
401
  DescribeDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
557
402
  })(DescribeDeliveryStreamInput || (DescribeDeliveryStreamInput = {}));
558
403
  export var DescribeDeliveryStreamOutput;
559
404
  (function (DescribeDeliveryStreamOutput) {
560
- /**
561
- * @internal
562
- */
563
405
  DescribeDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DeliveryStreamDescription && {
564
406
  DeliveryStreamDescription: DeliveryStreamDescription.filterSensitiveLog(obj.DeliveryStreamDescription),
565
407
  }))); };
566
408
  })(DescribeDeliveryStreamOutput || (DescribeDeliveryStreamOutput = {}));
567
- export var S3DestinationUpdate;
568
- (function (S3DestinationUpdate) {
569
- /**
570
- * @internal
571
- */
572
- S3DestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
573
- })(S3DestinationUpdate || (S3DestinationUpdate = {}));
574
409
  export var ElasticsearchDestinationUpdate;
575
410
  (function (ElasticsearchDestinationUpdate) {
576
- /**
577
- * @internal
578
- */
579
411
  ElasticsearchDestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
580
412
  })(ElasticsearchDestinationUpdate || (ElasticsearchDestinationUpdate = {}));
581
413
  export var ExtendedS3DestinationUpdate;
582
414
  (function (ExtendedS3DestinationUpdate) {
583
- /**
584
- * @internal
585
- */
586
415
  ExtendedS3DestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
587
416
  })(ExtendedS3DestinationUpdate || (ExtendedS3DestinationUpdate = {}));
588
417
  export var ListDeliveryStreamsInput;
589
418
  (function (ListDeliveryStreamsInput) {
590
- /**
591
- * @internal
592
- */
593
419
  ListDeliveryStreamsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
594
420
  })(ListDeliveryStreamsInput || (ListDeliveryStreamsInput = {}));
595
421
  export var ListDeliveryStreamsOutput;
596
422
  (function (ListDeliveryStreamsOutput) {
597
- /**
598
- * @internal
599
- */
600
423
  ListDeliveryStreamsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
601
424
  })(ListDeliveryStreamsOutput || (ListDeliveryStreamsOutput = {}));
602
425
  export var ListTagsForDeliveryStreamInput;
603
426
  (function (ListTagsForDeliveryStreamInput) {
604
- /**
605
- * @internal
606
- */
607
427
  ListTagsForDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
608
428
  })(ListTagsForDeliveryStreamInput || (ListTagsForDeliveryStreamInput = {}));
609
429
  export var ListTagsForDeliveryStreamOutput;
610
430
  (function (ListTagsForDeliveryStreamOutput) {
611
- /**
612
- * @internal
613
- */
614
431
  ListTagsForDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
615
432
  })(ListTagsForDeliveryStreamOutput || (ListTagsForDeliveryStreamOutput = {}));
616
433
  export var _Record;
617
434
  (function (_Record) {
618
- /**
619
- * @internal
620
- */
621
435
  _Record.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
622
436
  })(_Record || (_Record = {}));
623
437
  export var PutRecordInput;
624
438
  (function (PutRecordInput) {
625
- /**
626
- * @internal
627
- */
628
439
  PutRecordInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
629
440
  })(PutRecordInput || (PutRecordInput = {}));
630
441
  export var PutRecordOutput;
631
442
  (function (PutRecordOutput) {
632
- /**
633
- * @internal
634
- */
635
443
  PutRecordOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
636
444
  })(PutRecordOutput || (PutRecordOutput = {}));
637
445
  export var ServiceUnavailableException;
638
446
  (function (ServiceUnavailableException) {
639
- /**
640
- * @internal
641
- */
642
447
  ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
643
448
  })(ServiceUnavailableException || (ServiceUnavailableException = {}));
644
449
  export var PutRecordBatchInput;
645
450
  (function (PutRecordBatchInput) {
646
- /**
647
- * @internal
648
- */
649
451
  PutRecordBatchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
650
452
  })(PutRecordBatchInput || (PutRecordBatchInput = {}));
651
453
  export var PutRecordBatchResponseEntry;
652
454
  (function (PutRecordBatchResponseEntry) {
653
- /**
654
- * @internal
655
- */
656
455
  PutRecordBatchResponseEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
657
456
  })(PutRecordBatchResponseEntry || (PutRecordBatchResponseEntry = {}));
658
457
  export var PutRecordBatchOutput;
659
458
  (function (PutRecordBatchOutput) {
660
- /**
661
- * @internal
662
- */
663
459
  PutRecordBatchOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
664
460
  })(PutRecordBatchOutput || (PutRecordBatchOutput = {}));
665
461
  export var StartDeliveryStreamEncryptionInput;
666
462
  (function (StartDeliveryStreamEncryptionInput) {
667
- /**
668
- * @internal
669
- */
670
463
  StartDeliveryStreamEncryptionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
671
464
  })(StartDeliveryStreamEncryptionInput || (StartDeliveryStreamEncryptionInput = {}));
672
465
  export var StartDeliveryStreamEncryptionOutput;
673
466
  (function (StartDeliveryStreamEncryptionOutput) {
674
- /**
675
- * @internal
676
- */
677
467
  StartDeliveryStreamEncryptionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
678
468
  })(StartDeliveryStreamEncryptionOutput || (StartDeliveryStreamEncryptionOutput = {}));
679
469
  export var StopDeliveryStreamEncryptionInput;
680
470
  (function (StopDeliveryStreamEncryptionInput) {
681
- /**
682
- * @internal
683
- */
684
471
  StopDeliveryStreamEncryptionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
685
472
  })(StopDeliveryStreamEncryptionInput || (StopDeliveryStreamEncryptionInput = {}));
686
473
  export var StopDeliveryStreamEncryptionOutput;
687
474
  (function (StopDeliveryStreamEncryptionOutput) {
688
- /**
689
- * @internal
690
- */
691
475
  StopDeliveryStreamEncryptionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
692
476
  })(StopDeliveryStreamEncryptionOutput || (StopDeliveryStreamEncryptionOutput = {}));
693
477
  export var TagDeliveryStreamInput;
694
478
  (function (TagDeliveryStreamInput) {
695
- /**
696
- * @internal
697
- */
698
479
  TagDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
699
480
  })(TagDeliveryStreamInput || (TagDeliveryStreamInput = {}));
700
481
  export var TagDeliveryStreamOutput;
701
482
  (function (TagDeliveryStreamOutput) {
702
- /**
703
- * @internal
704
- */
705
483
  TagDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
706
484
  })(TagDeliveryStreamOutput || (TagDeliveryStreamOutput = {}));
707
485
  export var UntagDeliveryStreamInput;
708
486
  (function (UntagDeliveryStreamInput) {
709
- /**
710
- * @internal
711
- */
712
487
  UntagDeliveryStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
713
488
  })(UntagDeliveryStreamInput || (UntagDeliveryStreamInput = {}));
714
489
  export var UntagDeliveryStreamOutput;
715
490
  (function (UntagDeliveryStreamOutput) {
716
- /**
717
- * @internal
718
- */
719
491
  UntagDeliveryStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
720
492
  })(UntagDeliveryStreamOutput || (UntagDeliveryStreamOutput = {}));
721
493
  export var HttpEndpointDestinationUpdate;
722
494
  (function (HttpEndpointDestinationUpdate) {
723
- /**
724
- * @internal
725
- */
726
495
  HttpEndpointDestinationUpdate.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.EndpointConfiguration && {
727
496
  EndpointConfiguration: HttpEndpointConfiguration.filterSensitiveLog(obj.EndpointConfiguration),
728
497
  })), (obj.RequestConfiguration && {
@@ -731,23 +500,14 @@ export var HttpEndpointDestinationUpdate;
731
500
  })(HttpEndpointDestinationUpdate || (HttpEndpointDestinationUpdate = {}));
732
501
  export var RedshiftDestinationUpdate;
733
502
  (function (RedshiftDestinationUpdate) {
734
- /**
735
- * @internal
736
- */
737
503
  RedshiftDestinationUpdate.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
738
504
  })(RedshiftDestinationUpdate || (RedshiftDestinationUpdate = {}));
739
505
  export var SplunkDestinationUpdate;
740
506
  (function (SplunkDestinationUpdate) {
741
- /**
742
- * @internal
743
- */
744
507
  SplunkDestinationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
508
  })(SplunkDestinationUpdate || (SplunkDestinationUpdate = {}));
746
509
  export var UpdateDestinationInput;
747
510
  (function (UpdateDestinationInput) {
748
- /**
749
- * @internal
750
- */
751
511
  UpdateDestinationInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.RedshiftDestinationUpdate && {
752
512
  RedshiftDestinationUpdate: RedshiftDestinationUpdate.filterSensitiveLog(obj.RedshiftDestinationUpdate),
753
513
  })), (obj.HttpEndpointDestinationUpdate && {
@@ -756,9 +516,5 @@ export var UpdateDestinationInput;
756
516
  })(UpdateDestinationInput || (UpdateDestinationInput = {}));
757
517
  export var UpdateDestinationOutput;
758
518
  (function (UpdateDestinationOutput) {
759
- /**
760
- * @internal
761
- */
762
519
  UpdateDestinationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
763
520
  })(UpdateDestinationOutput || (UpdateDestinationOutput = {}));
764
- //# sourceMappingURL=models_0.js.map