@aws-sdk/client-kinesis-analytics 3.131.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationInputCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationOutputCommand.js +2 -2
- package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationOutputCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
- package/dist-cjs/commands/DiscoverInputSchemaCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartApplicationCommand.js +2 -2
- package/dist-cjs/commands/StopApplicationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +375 -561
- package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -3
- package/dist-es/commands/AddApplicationInputCommand.js +3 -3
- package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -3
- package/dist-es/commands/AddApplicationOutputCommand.js +3 -3
- package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationOutputCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationCommand.js +3 -3
- package/dist-es/commands/DiscoverInputSchemaCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartApplicationCommand.js +3 -3
- package/dist-es/commands/StopApplicationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/models/models_0.js +93 -372
- package/dist-types/models/models_0.d.ts +372 -558
- package/dist-types/ts3.4/models/models_0.d.ts +186 -372
- package/package.json +6 -6
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { KinesisAnalyticsServiceException as __BaseException } from "./KinesisAnalyticsServiceException";
|
|
3
|
-
export var CloudWatchLoggingOption;
|
|
4
|
-
(function (CloudWatchLoggingOption) {
|
|
5
|
-
CloudWatchLoggingOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(CloudWatchLoggingOption || (CloudWatchLoggingOption = {}));
|
|
7
|
-
export var AddApplicationCloudWatchLoggingOptionRequest;
|
|
8
|
-
(function (AddApplicationCloudWatchLoggingOptionRequest) {
|
|
9
|
-
AddApplicationCloudWatchLoggingOptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(AddApplicationCloudWatchLoggingOptionRequest || (AddApplicationCloudWatchLoggingOptionRequest = {}));
|
|
11
|
-
export var AddApplicationCloudWatchLoggingOptionResponse;
|
|
12
|
-
(function (AddApplicationCloudWatchLoggingOptionResponse) {
|
|
13
|
-
AddApplicationCloudWatchLoggingOptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(AddApplicationCloudWatchLoggingOptionResponse || (AddApplicationCloudWatchLoggingOptionResponse = {}));
|
|
15
3
|
var ConcurrentModificationException = (function (_super) {
|
|
16
4
|
__extends(ConcurrentModificationException, _super);
|
|
17
5
|
function ConcurrentModificationException(opts) {
|
|
@@ -72,67 +60,11 @@ var UnsupportedOperationException = (function (_super) {
|
|
|
72
60
|
return UnsupportedOperationException;
|
|
73
61
|
}(__BaseException));
|
|
74
62
|
export { UnsupportedOperationException };
|
|
75
|
-
export var InputParallelism;
|
|
76
|
-
(function (InputParallelism) {
|
|
77
|
-
InputParallelism.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(InputParallelism || (InputParallelism = {}));
|
|
79
|
-
export var InputLambdaProcessor;
|
|
80
|
-
(function (InputLambdaProcessor) {
|
|
81
|
-
InputLambdaProcessor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(InputLambdaProcessor || (InputLambdaProcessor = {}));
|
|
83
|
-
export var InputProcessingConfiguration;
|
|
84
|
-
(function (InputProcessingConfiguration) {
|
|
85
|
-
InputProcessingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
-
})(InputProcessingConfiguration || (InputProcessingConfiguration = {}));
|
|
87
|
-
export var RecordColumn;
|
|
88
|
-
(function (RecordColumn) {
|
|
89
|
-
RecordColumn.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(RecordColumn || (RecordColumn = {}));
|
|
91
|
-
export var CSVMappingParameters;
|
|
92
|
-
(function (CSVMappingParameters) {
|
|
93
|
-
CSVMappingParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
-
})(CSVMappingParameters || (CSVMappingParameters = {}));
|
|
95
|
-
export var JSONMappingParameters;
|
|
96
|
-
(function (JSONMappingParameters) {
|
|
97
|
-
JSONMappingParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
-
})(JSONMappingParameters || (JSONMappingParameters = {}));
|
|
99
|
-
export var MappingParameters;
|
|
100
|
-
(function (MappingParameters) {
|
|
101
|
-
MappingParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
-
})(MappingParameters || (MappingParameters = {}));
|
|
103
63
|
export var RecordFormatType;
|
|
104
64
|
(function (RecordFormatType) {
|
|
105
65
|
RecordFormatType["CSV"] = "CSV";
|
|
106
66
|
RecordFormatType["JSON"] = "JSON";
|
|
107
67
|
})(RecordFormatType || (RecordFormatType = {}));
|
|
108
|
-
export var RecordFormat;
|
|
109
|
-
(function (RecordFormat) {
|
|
110
|
-
RecordFormat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
-
})(RecordFormat || (RecordFormat = {}));
|
|
112
|
-
export var SourceSchema;
|
|
113
|
-
(function (SourceSchema) {
|
|
114
|
-
SourceSchema.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(SourceSchema || (SourceSchema = {}));
|
|
116
|
-
export var KinesisFirehoseInput;
|
|
117
|
-
(function (KinesisFirehoseInput) {
|
|
118
|
-
KinesisFirehoseInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(KinesisFirehoseInput || (KinesisFirehoseInput = {}));
|
|
120
|
-
export var KinesisStreamsInput;
|
|
121
|
-
(function (KinesisStreamsInput) {
|
|
122
|
-
KinesisStreamsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(KinesisStreamsInput || (KinesisStreamsInput = {}));
|
|
124
|
-
export var Input;
|
|
125
|
-
(function (Input) {
|
|
126
|
-
Input.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(Input || (Input = {}));
|
|
128
|
-
export var AddApplicationInputRequest;
|
|
129
|
-
(function (AddApplicationInputRequest) {
|
|
130
|
-
AddApplicationInputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(AddApplicationInputRequest || (AddApplicationInputRequest = {}));
|
|
132
|
-
export var AddApplicationInputResponse;
|
|
133
|
-
(function (AddApplicationInputResponse) {
|
|
134
|
-
AddApplicationInputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(AddApplicationInputResponse || (AddApplicationInputResponse = {}));
|
|
136
68
|
var CodeValidationException = (function (_super) {
|
|
137
69
|
__extends(CodeValidationException, _super);
|
|
138
70
|
function CodeValidationException(opts) {
|
|
@@ -145,58 +77,6 @@ var CodeValidationException = (function (_super) {
|
|
|
145
77
|
return CodeValidationException;
|
|
146
78
|
}(__BaseException));
|
|
147
79
|
export { CodeValidationException };
|
|
148
|
-
export var AddApplicationInputProcessingConfigurationRequest;
|
|
149
|
-
(function (AddApplicationInputProcessingConfigurationRequest) {
|
|
150
|
-
AddApplicationInputProcessingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
-
})(AddApplicationInputProcessingConfigurationRequest || (AddApplicationInputProcessingConfigurationRequest = {}));
|
|
152
|
-
export var AddApplicationInputProcessingConfigurationResponse;
|
|
153
|
-
(function (AddApplicationInputProcessingConfigurationResponse) {
|
|
154
|
-
AddApplicationInputProcessingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(AddApplicationInputProcessingConfigurationResponse || (AddApplicationInputProcessingConfigurationResponse = {}));
|
|
156
|
-
export var DestinationSchema;
|
|
157
|
-
(function (DestinationSchema) {
|
|
158
|
-
DestinationSchema.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(DestinationSchema || (DestinationSchema = {}));
|
|
160
|
-
export var KinesisFirehoseOutput;
|
|
161
|
-
(function (KinesisFirehoseOutput) {
|
|
162
|
-
KinesisFirehoseOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(KinesisFirehoseOutput || (KinesisFirehoseOutput = {}));
|
|
164
|
-
export var KinesisStreamsOutput;
|
|
165
|
-
(function (KinesisStreamsOutput) {
|
|
166
|
-
KinesisStreamsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(KinesisStreamsOutput || (KinesisStreamsOutput = {}));
|
|
168
|
-
export var LambdaOutput;
|
|
169
|
-
(function (LambdaOutput) {
|
|
170
|
-
LambdaOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(LambdaOutput || (LambdaOutput = {}));
|
|
172
|
-
export var Output;
|
|
173
|
-
(function (Output) {
|
|
174
|
-
Output.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(Output || (Output = {}));
|
|
176
|
-
export var AddApplicationOutputRequest;
|
|
177
|
-
(function (AddApplicationOutputRequest) {
|
|
178
|
-
AddApplicationOutputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(AddApplicationOutputRequest || (AddApplicationOutputRequest = {}));
|
|
180
|
-
export var AddApplicationOutputResponse;
|
|
181
|
-
(function (AddApplicationOutputResponse) {
|
|
182
|
-
AddApplicationOutputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
-
})(AddApplicationOutputResponse || (AddApplicationOutputResponse = {}));
|
|
184
|
-
export var S3ReferenceDataSource;
|
|
185
|
-
(function (S3ReferenceDataSource) {
|
|
186
|
-
S3ReferenceDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(S3ReferenceDataSource || (S3ReferenceDataSource = {}));
|
|
188
|
-
export var ReferenceDataSource;
|
|
189
|
-
(function (ReferenceDataSource) {
|
|
190
|
-
ReferenceDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(ReferenceDataSource || (ReferenceDataSource = {}));
|
|
192
|
-
export var AddApplicationReferenceDataSourceRequest;
|
|
193
|
-
(function (AddApplicationReferenceDataSourceRequest) {
|
|
194
|
-
AddApplicationReferenceDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
-
})(AddApplicationReferenceDataSourceRequest || (AddApplicationReferenceDataSourceRequest = {}));
|
|
196
|
-
export var AddApplicationReferenceDataSourceResponse;
|
|
197
|
-
(function (AddApplicationReferenceDataSourceResponse) {
|
|
198
|
-
AddApplicationReferenceDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
-
})(AddApplicationReferenceDataSourceResponse || (AddApplicationReferenceDataSourceResponse = {}));
|
|
200
80
|
export var ApplicationStatus;
|
|
201
81
|
(function (ApplicationStatus) {
|
|
202
82
|
ApplicationStatus["DELETING"] = "DELETING";
|
|
@@ -206,144 +86,12 @@ export var ApplicationStatus;
|
|
|
206
86
|
ApplicationStatus["STOPPING"] = "STOPPING";
|
|
207
87
|
ApplicationStatus["UPDATING"] = "UPDATING";
|
|
208
88
|
})(ApplicationStatus || (ApplicationStatus = {}));
|
|
209
|
-
export var CloudWatchLoggingOptionDescription;
|
|
210
|
-
(function (CloudWatchLoggingOptionDescription) {
|
|
211
|
-
CloudWatchLoggingOptionDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(CloudWatchLoggingOptionDescription || (CloudWatchLoggingOptionDescription = {}));
|
|
213
|
-
export var InputLambdaProcessorDescription;
|
|
214
|
-
(function (InputLambdaProcessorDescription) {
|
|
215
|
-
InputLambdaProcessorDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(InputLambdaProcessorDescription || (InputLambdaProcessorDescription = {}));
|
|
217
|
-
export var InputProcessingConfigurationDescription;
|
|
218
|
-
(function (InputProcessingConfigurationDescription) {
|
|
219
|
-
InputProcessingConfigurationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
-
})(InputProcessingConfigurationDescription || (InputProcessingConfigurationDescription = {}));
|
|
221
89
|
export var InputStartingPosition;
|
|
222
90
|
(function (InputStartingPosition) {
|
|
223
91
|
InputStartingPosition["LAST_STOPPED_POINT"] = "LAST_STOPPED_POINT";
|
|
224
92
|
InputStartingPosition["NOW"] = "NOW";
|
|
225
93
|
InputStartingPosition["TRIM_HORIZON"] = "TRIM_HORIZON";
|
|
226
94
|
})(InputStartingPosition || (InputStartingPosition = {}));
|
|
227
|
-
export var InputStartingPositionConfiguration;
|
|
228
|
-
(function (InputStartingPositionConfiguration) {
|
|
229
|
-
InputStartingPositionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(InputStartingPositionConfiguration || (InputStartingPositionConfiguration = {}));
|
|
231
|
-
export var KinesisFirehoseInputDescription;
|
|
232
|
-
(function (KinesisFirehoseInputDescription) {
|
|
233
|
-
KinesisFirehoseInputDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(KinesisFirehoseInputDescription || (KinesisFirehoseInputDescription = {}));
|
|
235
|
-
export var KinesisStreamsInputDescription;
|
|
236
|
-
(function (KinesisStreamsInputDescription) {
|
|
237
|
-
KinesisStreamsInputDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
-
})(KinesisStreamsInputDescription || (KinesisStreamsInputDescription = {}));
|
|
239
|
-
export var InputDescription;
|
|
240
|
-
(function (InputDescription) {
|
|
241
|
-
InputDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(InputDescription || (InputDescription = {}));
|
|
243
|
-
export var KinesisFirehoseOutputDescription;
|
|
244
|
-
(function (KinesisFirehoseOutputDescription) {
|
|
245
|
-
KinesisFirehoseOutputDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(KinesisFirehoseOutputDescription || (KinesisFirehoseOutputDescription = {}));
|
|
247
|
-
export var KinesisStreamsOutputDescription;
|
|
248
|
-
(function (KinesisStreamsOutputDescription) {
|
|
249
|
-
KinesisStreamsOutputDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(KinesisStreamsOutputDescription || (KinesisStreamsOutputDescription = {}));
|
|
251
|
-
export var LambdaOutputDescription;
|
|
252
|
-
(function (LambdaOutputDescription) {
|
|
253
|
-
LambdaOutputDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(LambdaOutputDescription || (LambdaOutputDescription = {}));
|
|
255
|
-
export var OutputDescription;
|
|
256
|
-
(function (OutputDescription) {
|
|
257
|
-
OutputDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(OutputDescription || (OutputDescription = {}));
|
|
259
|
-
export var S3ReferenceDataSourceDescription;
|
|
260
|
-
(function (S3ReferenceDataSourceDescription) {
|
|
261
|
-
S3ReferenceDataSourceDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(S3ReferenceDataSourceDescription || (S3ReferenceDataSourceDescription = {}));
|
|
263
|
-
export var ReferenceDataSourceDescription;
|
|
264
|
-
(function (ReferenceDataSourceDescription) {
|
|
265
|
-
ReferenceDataSourceDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(ReferenceDataSourceDescription || (ReferenceDataSourceDescription = {}));
|
|
267
|
-
export var ApplicationDetail;
|
|
268
|
-
(function (ApplicationDetail) {
|
|
269
|
-
ApplicationDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(ApplicationDetail || (ApplicationDetail = {}));
|
|
271
|
-
export var ApplicationSummary;
|
|
272
|
-
(function (ApplicationSummary) {
|
|
273
|
-
ApplicationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(ApplicationSummary || (ApplicationSummary = {}));
|
|
275
|
-
export var CloudWatchLoggingOptionUpdate;
|
|
276
|
-
(function (CloudWatchLoggingOptionUpdate) {
|
|
277
|
-
CloudWatchLoggingOptionUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(CloudWatchLoggingOptionUpdate || (CloudWatchLoggingOptionUpdate = {}));
|
|
279
|
-
export var InputParallelismUpdate;
|
|
280
|
-
(function (InputParallelismUpdate) {
|
|
281
|
-
InputParallelismUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(InputParallelismUpdate || (InputParallelismUpdate = {}));
|
|
283
|
-
export var InputLambdaProcessorUpdate;
|
|
284
|
-
(function (InputLambdaProcessorUpdate) {
|
|
285
|
-
InputLambdaProcessorUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(InputLambdaProcessorUpdate || (InputLambdaProcessorUpdate = {}));
|
|
287
|
-
export var InputProcessingConfigurationUpdate;
|
|
288
|
-
(function (InputProcessingConfigurationUpdate) {
|
|
289
|
-
InputProcessingConfigurationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(InputProcessingConfigurationUpdate || (InputProcessingConfigurationUpdate = {}));
|
|
291
|
-
export var InputSchemaUpdate;
|
|
292
|
-
(function (InputSchemaUpdate) {
|
|
293
|
-
InputSchemaUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(InputSchemaUpdate || (InputSchemaUpdate = {}));
|
|
295
|
-
export var KinesisFirehoseInputUpdate;
|
|
296
|
-
(function (KinesisFirehoseInputUpdate) {
|
|
297
|
-
KinesisFirehoseInputUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(KinesisFirehoseInputUpdate || (KinesisFirehoseInputUpdate = {}));
|
|
299
|
-
export var KinesisStreamsInputUpdate;
|
|
300
|
-
(function (KinesisStreamsInputUpdate) {
|
|
301
|
-
KinesisStreamsInputUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
-
})(KinesisStreamsInputUpdate || (KinesisStreamsInputUpdate = {}));
|
|
303
|
-
export var InputUpdate;
|
|
304
|
-
(function (InputUpdate) {
|
|
305
|
-
InputUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
-
})(InputUpdate || (InputUpdate = {}));
|
|
307
|
-
export var KinesisFirehoseOutputUpdate;
|
|
308
|
-
(function (KinesisFirehoseOutputUpdate) {
|
|
309
|
-
KinesisFirehoseOutputUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
-
})(KinesisFirehoseOutputUpdate || (KinesisFirehoseOutputUpdate = {}));
|
|
311
|
-
export var KinesisStreamsOutputUpdate;
|
|
312
|
-
(function (KinesisStreamsOutputUpdate) {
|
|
313
|
-
KinesisStreamsOutputUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
-
})(KinesisStreamsOutputUpdate || (KinesisStreamsOutputUpdate = {}));
|
|
315
|
-
export var LambdaOutputUpdate;
|
|
316
|
-
(function (LambdaOutputUpdate) {
|
|
317
|
-
LambdaOutputUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
-
})(LambdaOutputUpdate || (LambdaOutputUpdate = {}));
|
|
319
|
-
export var OutputUpdate;
|
|
320
|
-
(function (OutputUpdate) {
|
|
321
|
-
OutputUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
-
})(OutputUpdate || (OutputUpdate = {}));
|
|
323
|
-
export var S3ReferenceDataSourceUpdate;
|
|
324
|
-
(function (S3ReferenceDataSourceUpdate) {
|
|
325
|
-
S3ReferenceDataSourceUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
-
})(S3ReferenceDataSourceUpdate || (S3ReferenceDataSourceUpdate = {}));
|
|
327
|
-
export var ReferenceDataSourceUpdate;
|
|
328
|
-
(function (ReferenceDataSourceUpdate) {
|
|
329
|
-
ReferenceDataSourceUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
-
})(ReferenceDataSourceUpdate || (ReferenceDataSourceUpdate = {}));
|
|
331
|
-
export var ApplicationUpdate;
|
|
332
|
-
(function (ApplicationUpdate) {
|
|
333
|
-
ApplicationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
-
})(ApplicationUpdate || (ApplicationUpdate = {}));
|
|
335
|
-
export var Tag;
|
|
336
|
-
(function (Tag) {
|
|
337
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(Tag || (Tag = {}));
|
|
339
|
-
export var CreateApplicationRequest;
|
|
340
|
-
(function (CreateApplicationRequest) {
|
|
341
|
-
CreateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(CreateApplicationRequest || (CreateApplicationRequest = {}));
|
|
343
|
-
export var CreateApplicationResponse;
|
|
344
|
-
(function (CreateApplicationResponse) {
|
|
345
|
-
CreateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(CreateApplicationResponse || (CreateApplicationResponse = {}));
|
|
347
95
|
var LimitExceededException = (function (_super) {
|
|
348
96
|
__extends(LimitExceededException, _super);
|
|
349
97
|
function LimitExceededException(opts) {
|
|
@@ -368,66 +116,6 @@ var TooManyTagsException = (function (_super) {
|
|
|
368
116
|
return TooManyTagsException;
|
|
369
117
|
}(__BaseException));
|
|
370
118
|
export { TooManyTagsException };
|
|
371
|
-
export var DeleteApplicationRequest;
|
|
372
|
-
(function (DeleteApplicationRequest) {
|
|
373
|
-
DeleteApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
-
})(DeleteApplicationRequest || (DeleteApplicationRequest = {}));
|
|
375
|
-
export var DeleteApplicationResponse;
|
|
376
|
-
(function (DeleteApplicationResponse) {
|
|
377
|
-
DeleteApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(DeleteApplicationResponse || (DeleteApplicationResponse = {}));
|
|
379
|
-
export var DeleteApplicationCloudWatchLoggingOptionRequest;
|
|
380
|
-
(function (DeleteApplicationCloudWatchLoggingOptionRequest) {
|
|
381
|
-
DeleteApplicationCloudWatchLoggingOptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
-
})(DeleteApplicationCloudWatchLoggingOptionRequest || (DeleteApplicationCloudWatchLoggingOptionRequest = {}));
|
|
383
|
-
export var DeleteApplicationCloudWatchLoggingOptionResponse;
|
|
384
|
-
(function (DeleteApplicationCloudWatchLoggingOptionResponse) {
|
|
385
|
-
DeleteApplicationCloudWatchLoggingOptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(DeleteApplicationCloudWatchLoggingOptionResponse || (DeleteApplicationCloudWatchLoggingOptionResponse = {}));
|
|
387
|
-
export var DeleteApplicationInputProcessingConfigurationRequest;
|
|
388
|
-
(function (DeleteApplicationInputProcessingConfigurationRequest) {
|
|
389
|
-
DeleteApplicationInputProcessingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(DeleteApplicationInputProcessingConfigurationRequest || (DeleteApplicationInputProcessingConfigurationRequest = {}));
|
|
391
|
-
export var DeleteApplicationInputProcessingConfigurationResponse;
|
|
392
|
-
(function (DeleteApplicationInputProcessingConfigurationResponse) {
|
|
393
|
-
DeleteApplicationInputProcessingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
-
})(DeleteApplicationInputProcessingConfigurationResponse || (DeleteApplicationInputProcessingConfigurationResponse = {}));
|
|
395
|
-
export var DeleteApplicationOutputRequest;
|
|
396
|
-
(function (DeleteApplicationOutputRequest) {
|
|
397
|
-
DeleteApplicationOutputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
-
})(DeleteApplicationOutputRequest || (DeleteApplicationOutputRequest = {}));
|
|
399
|
-
export var DeleteApplicationOutputResponse;
|
|
400
|
-
(function (DeleteApplicationOutputResponse) {
|
|
401
|
-
DeleteApplicationOutputResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
-
})(DeleteApplicationOutputResponse || (DeleteApplicationOutputResponse = {}));
|
|
403
|
-
export var DeleteApplicationReferenceDataSourceRequest;
|
|
404
|
-
(function (DeleteApplicationReferenceDataSourceRequest) {
|
|
405
|
-
DeleteApplicationReferenceDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
-
})(DeleteApplicationReferenceDataSourceRequest || (DeleteApplicationReferenceDataSourceRequest = {}));
|
|
407
|
-
export var DeleteApplicationReferenceDataSourceResponse;
|
|
408
|
-
(function (DeleteApplicationReferenceDataSourceResponse) {
|
|
409
|
-
DeleteApplicationReferenceDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
-
})(DeleteApplicationReferenceDataSourceResponse || (DeleteApplicationReferenceDataSourceResponse = {}));
|
|
411
|
-
export var DescribeApplicationRequest;
|
|
412
|
-
(function (DescribeApplicationRequest) {
|
|
413
|
-
DescribeApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
-
})(DescribeApplicationRequest || (DescribeApplicationRequest = {}));
|
|
415
|
-
export var DescribeApplicationResponse;
|
|
416
|
-
(function (DescribeApplicationResponse) {
|
|
417
|
-
DescribeApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
-
})(DescribeApplicationResponse || (DescribeApplicationResponse = {}));
|
|
419
|
-
export var S3Configuration;
|
|
420
|
-
(function (S3Configuration) {
|
|
421
|
-
S3Configuration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
})(S3Configuration || (S3Configuration = {}));
|
|
423
|
-
export var DiscoverInputSchemaRequest;
|
|
424
|
-
(function (DiscoverInputSchemaRequest) {
|
|
425
|
-
DiscoverInputSchemaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(DiscoverInputSchemaRequest || (DiscoverInputSchemaRequest = {}));
|
|
427
|
-
export var DiscoverInputSchemaResponse;
|
|
428
|
-
(function (DiscoverInputSchemaResponse) {
|
|
429
|
-
DiscoverInputSchemaResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(DiscoverInputSchemaResponse || (DiscoverInputSchemaResponse = {}));
|
|
431
119
|
var ResourceProvisionedThroughputExceededException = (function (_super) {
|
|
432
120
|
__extends(ResourceProvisionedThroughputExceededException, _super);
|
|
433
121
|
function ResourceProvisionedThroughputExceededException(opts) {
|
|
@@ -466,10 +154,6 @@ var UnableToDetectSchemaException = (function (_super) {
|
|
|
466
154
|
return UnableToDetectSchemaException;
|
|
467
155
|
}(__BaseException));
|
|
468
156
|
export { UnableToDetectSchemaException };
|
|
469
|
-
export var InputConfiguration;
|
|
470
|
-
(function (InputConfiguration) {
|
|
471
|
-
InputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
-
})(InputConfiguration || (InputConfiguration = {}));
|
|
473
157
|
var InvalidApplicationConfigurationException = (function (_super) {
|
|
474
158
|
__extends(InvalidApplicationConfigurationException, _super);
|
|
475
159
|
function InvalidApplicationConfigurationException(opts) {
|
|
@@ -482,59 +166,96 @@ var InvalidApplicationConfigurationException = (function (_super) {
|
|
|
482
166
|
return InvalidApplicationConfigurationException;
|
|
483
167
|
}(__BaseException));
|
|
484
168
|
export { InvalidApplicationConfigurationException };
|
|
485
|
-
export var
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
export var
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
export var
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
export var
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
export var
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
export var
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
export var
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
export var
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
export var
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
export var
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
export var
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
export var
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export var
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
export var
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
169
|
+
export var CloudWatchLoggingOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var AddApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var AddApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
export var InputParallelismFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
export var InputLambdaProcessorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var InputProcessingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
export var RecordColumnFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var CSVMappingParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var JSONMappingParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var MappingParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var RecordFormatFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var SourceSchemaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var KinesisFirehoseInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var KinesisStreamsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var InputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var AddApplicationInputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var AddApplicationInputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var AddApplicationInputProcessingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var AddApplicationInputProcessingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
+
export var DestinationSchemaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var KinesisFirehoseOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var KinesisStreamsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var LambdaOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var OutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var AddApplicationOutputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var AddApplicationOutputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var S3ReferenceDataSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var ReferenceDataSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var AddApplicationReferenceDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var AddApplicationReferenceDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var CloudWatchLoggingOptionDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var InputLambdaProcessorDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var InputProcessingConfigurationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var InputStartingPositionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var KinesisFirehoseInputDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var KinesisStreamsInputDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var InputDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var KinesisFirehoseOutputDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var KinesisStreamsOutputDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var LambdaOutputDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var OutputDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var S3ReferenceDataSourceDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var ReferenceDataSourceDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var ApplicationDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var ApplicationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var CloudWatchLoggingOptionUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var InputParallelismUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var InputLambdaProcessorUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var InputProcessingConfigurationUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var InputSchemaUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var KinesisFirehoseInputUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var KinesisStreamsInputUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var InputUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var KinesisFirehoseOutputUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var KinesisStreamsOutputUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var LambdaOutputUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var OutputUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var S3ReferenceDataSourceUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var ReferenceDataSourceUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var ApplicationUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var CreateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var CreateApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var DeleteApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var DeleteApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var DeleteApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var DeleteApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var DeleteApplicationInputProcessingConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var DeleteApplicationInputProcessingConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var DeleteApplicationOutputRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var DeleteApplicationOutputResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var DeleteApplicationReferenceDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var DeleteApplicationReferenceDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var DescribeApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var DescribeApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var S3ConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var DiscoverInputSchemaRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var DiscoverInputSchemaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var InputConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var ListApplicationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var ListApplicationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var StartApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var StartApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var StopApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var StopApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var UpdateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var UpdateApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|