@aws-sdk/client-synthetics 3.297.0 → 3.298.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/dist-cjs/commands/AssociateResourceCommand.js +2 -3
- package/dist-cjs/commands/CreateCanaryCommand.js +2 -3
- package/dist-cjs/commands/CreateGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteCanaryCommand.js +2 -3
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeCanariesCommand.js +2 -3
- package/dist-cjs/commands/DescribeCanariesLastRunCommand.js +2 -3
- package/dist-cjs/commands/DescribeRuntimeVersionsCommand.js +2 -3
- package/dist-cjs/commands/DisassociateResourceCommand.js +2 -3
- package/dist-cjs/commands/GetCanaryCommand.js +2 -3
- package/dist-cjs/commands/GetCanaryRunsCommand.js +2 -3
- package/dist-cjs/commands/GetGroupCommand.js +2 -3
- package/dist-cjs/commands/ListAssociatedGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartCanaryCommand.js +2 -3
- package/dist-cjs/commands/StopCanaryCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateCanaryCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -266
- package/dist-es/commands/AssociateResourceCommand.js +2 -3
- package/dist-es/commands/CreateCanaryCommand.js +2 -3
- package/dist-es/commands/CreateGroupCommand.js +2 -3
- package/dist-es/commands/DeleteCanaryCommand.js +2 -3
- package/dist-es/commands/DeleteGroupCommand.js +2 -3
- package/dist-es/commands/DescribeCanariesCommand.js +2 -3
- package/dist-es/commands/DescribeCanariesLastRunCommand.js +2 -3
- package/dist-es/commands/DescribeRuntimeVersionsCommand.js +2 -3
- package/dist-es/commands/DisassociateResourceCommand.js +2 -3
- package/dist-es/commands/GetCanaryCommand.js +2 -3
- package/dist-es/commands/GetCanaryRunsCommand.js +2 -3
- package/dist-es/commands/GetGroupCommand.js +2 -3
- package/dist-es/commands/ListAssociatedGroupsCommand.js +2 -3
- package/dist-es/commands/ListGroupResourcesCommand.js +2 -3
- package/dist-es/commands/ListGroupsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartCanaryCommand.js +2 -3
- package/dist-es/commands/StopCanaryCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateCanaryCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -198
- package/dist-types/models/models_0.d.ts +0 -264
- package/dist-types/ts3.4/models/models_0.d.ts +0 -188
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateCanaryResponseFilterSensitiveLog = exports.UpdateCanaryRequestFilterSensitiveLog = exports.VisualReferenceInputFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StopCanaryResponseFilterSensitiveLog = exports.StopCanaryRequestFilterSensitiveLog = exports.StartCanaryResponseFilterSensitiveLog = exports.StartCanaryRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListGroupsResponseFilterSensitiveLog = exports.ListGroupsRequestFilterSensitiveLog = exports.ListGroupResourcesResponseFilterSensitiveLog = exports.ListGroupResourcesRequestFilterSensitiveLog = exports.ListAssociatedGroupsResponseFilterSensitiveLog = exports.ListAssociatedGroupsRequestFilterSensitiveLog = exports.GroupSummaryFilterSensitiveLog = exports.GetGroupResponseFilterSensitiveLog = exports.GetGroupRequestFilterSensitiveLog = exports.GetCanaryRunsResponseFilterSensitiveLog = exports.GetCanaryRunsRequestFilterSensitiveLog = exports.GetCanaryResponseFilterSensitiveLog = exports.GetCanaryRequestFilterSensitiveLog = exports.DisassociateResourceResponseFilterSensitiveLog = exports.DisassociateResourceRequestFilterSensitiveLog = exports.DescribeRuntimeVersionsResponseFilterSensitiveLog = exports.RuntimeVersionFilterSensitiveLog = exports.DescribeRuntimeVersionsRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.TooManyRequestsException = exports.NotFoundException = exports.InternalFailureException = exports.RequestEntityTooLargeException = exports.CanaryRunStateReasonCode = exports.CanaryRunState = exports.CanaryStateReasonCode = exports.CanaryState = exports.BadRequestException = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.EncryptionMode = void 0;
|
|
5
4
|
const SyntheticsServiceException_1 = require("./SyntheticsServiceException");
|
|
6
5
|
var EncryptionMode;
|
|
7
6
|
(function (EncryptionMode) {
|
|
@@ -186,267 +185,3 @@ class TooManyRequestsException extends SyntheticsServiceException_1.SyntheticsSe
|
|
|
186
185
|
}
|
|
187
186
|
}
|
|
188
187
|
exports.TooManyRequestsException = TooManyRequestsException;
|
|
189
|
-
const S3EncryptionConfigFilterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
});
|
|
192
|
-
exports.S3EncryptionConfigFilterSensitiveLog = S3EncryptionConfigFilterSensitiveLog;
|
|
193
|
-
const ArtifactConfigInputFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
exports.ArtifactConfigInputFilterSensitiveLog = ArtifactConfigInputFilterSensitiveLog;
|
|
197
|
-
const ArtifactConfigOutputFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
exports.ArtifactConfigOutputFilterSensitiveLog = ArtifactConfigOutputFilterSensitiveLog;
|
|
201
|
-
const AssociateResourceRequestFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
exports.AssociateResourceRequestFilterSensitiveLog = AssociateResourceRequestFilterSensitiveLog;
|
|
205
|
-
const AssociateResourceResponseFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
exports.AssociateResourceResponseFilterSensitiveLog = AssociateResourceResponseFilterSensitiveLog;
|
|
209
|
-
const BaseScreenshotFilterSensitiveLog = (obj) => ({
|
|
210
|
-
...obj,
|
|
211
|
-
});
|
|
212
|
-
exports.BaseScreenshotFilterSensitiveLog = BaseScreenshotFilterSensitiveLog;
|
|
213
|
-
const CanaryCodeOutputFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
});
|
|
216
|
-
exports.CanaryCodeOutputFilterSensitiveLog = CanaryCodeOutputFilterSensitiveLog;
|
|
217
|
-
const CanaryRunConfigOutputFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
exports.CanaryRunConfigOutputFilterSensitiveLog = CanaryRunConfigOutputFilterSensitiveLog;
|
|
221
|
-
const CanaryScheduleOutputFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
exports.CanaryScheduleOutputFilterSensitiveLog = CanaryScheduleOutputFilterSensitiveLog;
|
|
225
|
-
const CanaryStatusFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
exports.CanaryStatusFilterSensitiveLog = CanaryStatusFilterSensitiveLog;
|
|
229
|
-
const CanaryTimelineFilterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
exports.CanaryTimelineFilterSensitiveLog = CanaryTimelineFilterSensitiveLog;
|
|
233
|
-
const VisualReferenceOutputFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
exports.VisualReferenceOutputFilterSensitiveLog = VisualReferenceOutputFilterSensitiveLog;
|
|
237
|
-
const VpcConfigOutputFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
exports.VpcConfigOutputFilterSensitiveLog = VpcConfigOutputFilterSensitiveLog;
|
|
241
|
-
const CanaryFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
});
|
|
244
|
-
exports.CanaryFilterSensitiveLog = CanaryFilterSensitiveLog;
|
|
245
|
-
const CanaryRunStatusFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
exports.CanaryRunStatusFilterSensitiveLog = CanaryRunStatusFilterSensitiveLog;
|
|
249
|
-
const CanaryRunTimelineFilterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
exports.CanaryRunTimelineFilterSensitiveLog = CanaryRunTimelineFilterSensitiveLog;
|
|
253
|
-
const CanaryRunFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
exports.CanaryRunFilterSensitiveLog = CanaryRunFilterSensitiveLog;
|
|
257
|
-
const CanaryLastRunFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
exports.CanaryLastRunFilterSensitiveLog = CanaryLastRunFilterSensitiveLog;
|
|
261
|
-
const CanaryCodeInputFilterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
exports.CanaryCodeInputFilterSensitiveLog = CanaryCodeInputFilterSensitiveLog;
|
|
265
|
-
const CanaryRunConfigInputFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
});
|
|
268
|
-
exports.CanaryRunConfigInputFilterSensitiveLog = CanaryRunConfigInputFilterSensitiveLog;
|
|
269
|
-
const CanaryScheduleInputFilterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
exports.CanaryScheduleInputFilterSensitiveLog = CanaryScheduleInputFilterSensitiveLog;
|
|
273
|
-
const VpcConfigInputFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
exports.VpcConfigInputFilterSensitiveLog = VpcConfigInputFilterSensitiveLog;
|
|
277
|
-
const CreateCanaryRequestFilterSensitiveLog = (obj) => ({
|
|
278
|
-
...obj,
|
|
279
|
-
});
|
|
280
|
-
exports.CreateCanaryRequestFilterSensitiveLog = CreateCanaryRequestFilterSensitiveLog;
|
|
281
|
-
const CreateCanaryResponseFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
exports.CreateCanaryResponseFilterSensitiveLog = CreateCanaryResponseFilterSensitiveLog;
|
|
285
|
-
const CreateGroupRequestFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
exports.CreateGroupRequestFilterSensitiveLog = CreateGroupRequestFilterSensitiveLog;
|
|
289
|
-
const GroupFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
exports.GroupFilterSensitiveLog = GroupFilterSensitiveLog;
|
|
293
|
-
const CreateGroupResponseFilterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
exports.CreateGroupResponseFilterSensitiveLog = CreateGroupResponseFilterSensitiveLog;
|
|
297
|
-
const DeleteCanaryRequestFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
exports.DeleteCanaryRequestFilterSensitiveLog = DeleteCanaryRequestFilterSensitiveLog;
|
|
301
|
-
const DeleteCanaryResponseFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
exports.DeleteCanaryResponseFilterSensitiveLog = DeleteCanaryResponseFilterSensitiveLog;
|
|
305
|
-
const DeleteGroupRequestFilterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
exports.DeleteGroupRequestFilterSensitiveLog = DeleteGroupRequestFilterSensitiveLog;
|
|
309
|
-
const DeleteGroupResponseFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
exports.DeleteGroupResponseFilterSensitiveLog = DeleteGroupResponseFilterSensitiveLog;
|
|
313
|
-
const DescribeCanariesRequestFilterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
exports.DescribeCanariesRequestFilterSensitiveLog = DescribeCanariesRequestFilterSensitiveLog;
|
|
317
|
-
const DescribeCanariesResponseFilterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
exports.DescribeCanariesResponseFilterSensitiveLog = DescribeCanariesResponseFilterSensitiveLog;
|
|
321
|
-
const DescribeCanariesLastRunRequestFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
exports.DescribeCanariesLastRunRequestFilterSensitiveLog = DescribeCanariesLastRunRequestFilterSensitiveLog;
|
|
325
|
-
const DescribeCanariesLastRunResponseFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
});
|
|
328
|
-
exports.DescribeCanariesLastRunResponseFilterSensitiveLog = DescribeCanariesLastRunResponseFilterSensitiveLog;
|
|
329
|
-
const DescribeRuntimeVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
exports.DescribeRuntimeVersionsRequestFilterSensitiveLog = DescribeRuntimeVersionsRequestFilterSensitiveLog;
|
|
333
|
-
const RuntimeVersionFilterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
|
-
exports.RuntimeVersionFilterSensitiveLog = RuntimeVersionFilterSensitiveLog;
|
|
337
|
-
const DescribeRuntimeVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
exports.DescribeRuntimeVersionsResponseFilterSensitiveLog = DescribeRuntimeVersionsResponseFilterSensitiveLog;
|
|
341
|
-
const DisassociateResourceRequestFilterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
exports.DisassociateResourceRequestFilterSensitiveLog = DisassociateResourceRequestFilterSensitiveLog;
|
|
345
|
-
const DisassociateResourceResponseFilterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
exports.DisassociateResourceResponseFilterSensitiveLog = DisassociateResourceResponseFilterSensitiveLog;
|
|
349
|
-
const GetCanaryRequestFilterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
});
|
|
352
|
-
exports.GetCanaryRequestFilterSensitiveLog = GetCanaryRequestFilterSensitiveLog;
|
|
353
|
-
const GetCanaryResponseFilterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
exports.GetCanaryResponseFilterSensitiveLog = GetCanaryResponseFilterSensitiveLog;
|
|
357
|
-
const GetCanaryRunsRequestFilterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
exports.GetCanaryRunsRequestFilterSensitiveLog = GetCanaryRunsRequestFilterSensitiveLog;
|
|
361
|
-
const GetCanaryRunsResponseFilterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
exports.GetCanaryRunsResponseFilterSensitiveLog = GetCanaryRunsResponseFilterSensitiveLog;
|
|
365
|
-
const GetGroupRequestFilterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
exports.GetGroupRequestFilterSensitiveLog = GetGroupRequestFilterSensitiveLog;
|
|
369
|
-
const GetGroupResponseFilterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
exports.GetGroupResponseFilterSensitiveLog = GetGroupResponseFilterSensitiveLog;
|
|
373
|
-
const GroupSummaryFilterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
exports.GroupSummaryFilterSensitiveLog = GroupSummaryFilterSensitiveLog;
|
|
377
|
-
const ListAssociatedGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
exports.ListAssociatedGroupsRequestFilterSensitiveLog = ListAssociatedGroupsRequestFilterSensitiveLog;
|
|
381
|
-
const ListAssociatedGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
exports.ListAssociatedGroupsResponseFilterSensitiveLog = ListAssociatedGroupsResponseFilterSensitiveLog;
|
|
385
|
-
const ListGroupResourcesRequestFilterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
exports.ListGroupResourcesRequestFilterSensitiveLog = ListGroupResourcesRequestFilterSensitiveLog;
|
|
389
|
-
const ListGroupResourcesResponseFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
exports.ListGroupResourcesResponseFilterSensitiveLog = ListGroupResourcesResponseFilterSensitiveLog;
|
|
393
|
-
const ListGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
exports.ListGroupsRequestFilterSensitiveLog = ListGroupsRequestFilterSensitiveLog;
|
|
397
|
-
const ListGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
exports.ListGroupsResponseFilterSensitiveLog = ListGroupsResponseFilterSensitiveLog;
|
|
401
|
-
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
405
|
-
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
});
|
|
408
|
-
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
409
|
-
const StartCanaryRequestFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
exports.StartCanaryRequestFilterSensitiveLog = StartCanaryRequestFilterSensitiveLog;
|
|
413
|
-
const StartCanaryResponseFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
exports.StartCanaryResponseFilterSensitiveLog = StartCanaryResponseFilterSensitiveLog;
|
|
417
|
-
const StopCanaryRequestFilterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
exports.StopCanaryRequestFilterSensitiveLog = StopCanaryRequestFilterSensitiveLog;
|
|
421
|
-
const StopCanaryResponseFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
|
-
exports.StopCanaryResponseFilterSensitiveLog = StopCanaryResponseFilterSensitiveLog;
|
|
425
|
-
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
429
|
-
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
433
|
-
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
437
|
-
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
441
|
-
const VisualReferenceInputFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
exports.VisualReferenceInputFilterSensitiveLog = VisualReferenceInputFilterSensitiveLog;
|
|
445
|
-
const UpdateCanaryRequestFilterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
exports.UpdateCanaryRequestFilterSensitiveLog = UpdateCanaryRequestFilterSensitiveLog;
|
|
449
|
-
const UpdateCanaryResponseFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
exports.UpdateCanaryResponseFilterSensitiveLog = UpdateCanaryResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { AssociateResourceRequestFilterSensitiveLog, AssociateResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1AssociateResourceCommand, serializeAws_restJson1AssociateResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class AssociateResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class AssociateResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateCanaryRequestFilterSensitiveLog, CreateCanaryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateCanaryCommand, serializeAws_restJson1CreateCanaryCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateCanaryCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateCanaryCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateGroupRequestFilterSensitiveLog, CreateGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateGroupCommand, serializeAws_restJson1CreateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateGroupCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateGroupCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteCanaryRequestFilterSensitiveLog, DeleteCanaryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteCanaryCommand, serializeAws_restJson1DeleteCanaryCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteCanaryCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteCanaryCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteGroupRequestFilterSensitiveLog, DeleteGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteGroupCommand, serializeAws_restJson1DeleteGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteGroupCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteGroupCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeCanariesRequestFilterSensitiveLog, DescribeCanariesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DescribeCanariesCommand, serializeAws_restJson1DescribeCanariesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DescribeCanariesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeCanariesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeCanariesLastRunRequestFilterSensitiveLog, DescribeCanariesLastRunResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DescribeCanariesLastRunCommand, serializeAws_restJson1DescribeCanariesLastRunCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DescribeCanariesLastRunCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeCanariesLastRunCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeRuntimeVersionsRequestFilterSensitiveLog, DescribeRuntimeVersionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DescribeRuntimeVersionsCommand, serializeAws_restJson1DescribeRuntimeVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DescribeRuntimeVersionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeRuntimeVersionsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DisassociateResourceRequestFilterSensitiveLog, DisassociateResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DisassociateResourceCommand, serializeAws_restJson1DisassociateResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DisassociateResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DisassociateResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetCanaryRequestFilterSensitiveLog, GetCanaryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetCanaryCommand, serializeAws_restJson1GetCanaryCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetCanaryCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetCanaryCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetCanaryRunsRequestFilterSensitiveLog, GetCanaryRunsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetCanaryRunsCommand, serializeAws_restJson1GetCanaryRunsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetCanaryRunsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetCanaryRunsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetGroupRequestFilterSensitiveLog, GetGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetGroupCommand, serializeAws_restJson1GetGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetGroupCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetGroupCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListAssociatedGroupsRequestFilterSensitiveLog, ListAssociatedGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListAssociatedGroupsCommand, serializeAws_restJson1ListAssociatedGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListAssociatedGroupsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListAssociatedGroupsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListGroupResourcesRequestFilterSensitiveLog, ListGroupResourcesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListGroupResourcesCommand, serializeAws_restJson1ListGroupResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListGroupResourcesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListGroupResourcesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListGroupsRequestFilterSensitiveLog, ListGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListGroupsCommand, serializeAws_restJson1ListGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListGroupsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListGroupsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartCanaryRequestFilterSensitiveLog, StartCanaryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StartCanaryCommand, serializeAws_restJson1StartCanaryCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StartCanaryCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartCanaryCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopCanaryRequestFilterSensitiveLog, StopCanaryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StopCanaryCommand, serializeAws_restJson1StopCanaryCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StopCanaryCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StopCanaryCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|