@aws-sdk/client-synthetics 3.130.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateResourceCommand.js +2 -2
- package/dist-cjs/commands/CreateCanaryCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteCanaryCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeCanariesCommand.js +2 -2
- package/dist-cjs/commands/DescribeCanariesLastRunCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuntimeVersionsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateResourceCommand.js +2 -2
- package/dist-cjs/commands/GetCanaryCommand.js +2 -2
- package/dist-cjs/commands/GetCanaryRunsCommand.js +2 -2
- package/dist-cjs/commands/GetGroupCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartCanaryCommand.js +2 -2
- package/dist-cjs/commands/StopCanaryCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateCanaryCommand.js +2 -2
- package/dist-cjs/models/models_0.js +266 -398
- package/dist-es/commands/AssociateResourceCommand.js +3 -3
- package/dist-es/commands/CreateCanaryCommand.js +3 -3
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/DeleteCanaryCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DescribeCanariesCommand.js +3 -3
- package/dist-es/commands/DescribeCanariesLastRunCommand.js +3 -3
- package/dist-es/commands/DescribeRuntimeVersionsCommand.js +3 -3
- package/dist-es/commands/DisassociateResourceCommand.js +3 -3
- package/dist-es/commands/GetCanaryCommand.js +3 -3
- package/dist-es/commands/GetCanaryRunsCommand.js +3 -3
- package/dist-es/commands/GetGroupCommand.js +3 -3
- package/dist-es/commands/ListAssociatedGroupsCommand.js +3 -3
- package/dist-es/commands/ListGroupResourcesCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartCanaryCommand.js +3 -3
- package/dist-es/commands/StopCanaryCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateCanaryCommand.js +3 -3
- package/dist-es/models/models_0.js +66 -264
- package/dist-types/models/models_0.d.ts +264 -396
- package/dist-types/ts3.4/models/models_0.d.ts +132 -264
- package/package.json +7 -7
|
@@ -1,43 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.DescribeCanariesLastRunResponseFilterSensitiveLog = exports.DescribeCanariesLastRunRequestFilterSensitiveLog = exports.DescribeCanariesResponseFilterSensitiveLog = exports.DescribeCanariesRequestFilterSensitiveLog = exports.DeleteGroupResponseFilterSensitiveLog = exports.DeleteGroupRequestFilterSensitiveLog = exports.DeleteCanaryResponseFilterSensitiveLog = exports.DeleteCanaryRequestFilterSensitiveLog = exports.CreateGroupResponseFilterSensitiveLog = exports.GroupFilterSensitiveLog = exports.CreateGroupRequestFilterSensitiveLog = exports.CreateCanaryResponseFilterSensitiveLog = exports.CreateCanaryRequestFilterSensitiveLog = exports.VpcConfigInputFilterSensitiveLog = exports.CanaryScheduleInputFilterSensitiveLog = exports.CanaryRunConfigInputFilterSensitiveLog = exports.CanaryCodeInputFilterSensitiveLog = exports.CanaryLastRunFilterSensitiveLog = exports.CanaryRunFilterSensitiveLog = exports.CanaryRunTimelineFilterSensitiveLog = exports.CanaryRunStatusFilterSensitiveLog = exports.CanaryFilterSensitiveLog = exports.VpcConfigOutputFilterSensitiveLog = exports.VisualReferenceOutputFilterSensitiveLog = exports.CanaryTimelineFilterSensitiveLog = exports.CanaryStatusFilterSensitiveLog = exports.CanaryScheduleOutputFilterSensitiveLog = exports.CanaryRunConfigOutputFilterSensitiveLog = exports.CanaryCodeOutputFilterSensitiveLog = exports.BaseScreenshotFilterSensitiveLog = exports.AssociateResourceResponseFilterSensitiveLog = exports.AssociateResourceRequestFilterSensitiveLog = exports.ArtifactConfigOutputFilterSensitiveLog = exports.ArtifactConfigInputFilterSensitiveLog = exports.S3EncryptionConfigFilterSensitiveLog = 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;
|
|
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;
|
|
5
5
|
const SyntheticsServiceException_1 = require("./SyntheticsServiceException");
|
|
6
6
|
var EncryptionMode;
|
|
7
7
|
(function (EncryptionMode) {
|
|
8
8
|
EncryptionMode["SSE_KMS"] = "SSE_KMS";
|
|
9
9
|
EncryptionMode["SSE_S3"] = "SSE_S3";
|
|
10
10
|
})(EncryptionMode = exports.EncryptionMode || (exports.EncryptionMode = {}));
|
|
11
|
-
var S3EncryptionConfig;
|
|
12
|
-
(function (S3EncryptionConfig) {
|
|
13
|
-
S3EncryptionConfig.filterSensitiveLog = (obj) => ({
|
|
14
|
-
...obj,
|
|
15
|
-
});
|
|
16
|
-
})(S3EncryptionConfig = exports.S3EncryptionConfig || (exports.S3EncryptionConfig = {}));
|
|
17
|
-
var ArtifactConfigInput;
|
|
18
|
-
(function (ArtifactConfigInput) {
|
|
19
|
-
ArtifactConfigInput.filterSensitiveLog = (obj) => ({
|
|
20
|
-
...obj,
|
|
21
|
-
});
|
|
22
|
-
})(ArtifactConfigInput = exports.ArtifactConfigInput || (exports.ArtifactConfigInput = {}));
|
|
23
|
-
var ArtifactConfigOutput;
|
|
24
|
-
(function (ArtifactConfigOutput) {
|
|
25
|
-
ArtifactConfigOutput.filterSensitiveLog = (obj) => ({
|
|
26
|
-
...obj,
|
|
27
|
-
});
|
|
28
|
-
})(ArtifactConfigOutput = exports.ArtifactConfigOutput || (exports.ArtifactConfigOutput = {}));
|
|
29
|
-
var AssociateResourceRequest;
|
|
30
|
-
(function (AssociateResourceRequest) {
|
|
31
|
-
AssociateResourceRequest.filterSensitiveLog = (obj) => ({
|
|
32
|
-
...obj,
|
|
33
|
-
});
|
|
34
|
-
})(AssociateResourceRequest = exports.AssociateResourceRequest || (exports.AssociateResourceRequest = {}));
|
|
35
|
-
var AssociateResourceResponse;
|
|
36
|
-
(function (AssociateResourceResponse) {
|
|
37
|
-
AssociateResourceResponse.filterSensitiveLog = (obj) => ({
|
|
38
|
-
...obj,
|
|
39
|
-
});
|
|
40
|
-
})(AssociateResourceResponse = exports.AssociateResourceResponse || (exports.AssociateResourceResponse = {}));
|
|
41
11
|
class ConflictException extends SyntheticsServiceException_1.SyntheticsServiceException {
|
|
42
12
|
constructor(opts) {
|
|
43
13
|
super({
|
|
@@ -122,30 +92,6 @@ class BadRequestException extends SyntheticsServiceException_1.SyntheticsService
|
|
|
122
92
|
}
|
|
123
93
|
}
|
|
124
94
|
exports.BadRequestException = BadRequestException;
|
|
125
|
-
var BaseScreenshot;
|
|
126
|
-
(function (BaseScreenshot) {
|
|
127
|
-
BaseScreenshot.filterSensitiveLog = (obj) => ({
|
|
128
|
-
...obj,
|
|
129
|
-
});
|
|
130
|
-
})(BaseScreenshot = exports.BaseScreenshot || (exports.BaseScreenshot = {}));
|
|
131
|
-
var CanaryCodeOutput;
|
|
132
|
-
(function (CanaryCodeOutput) {
|
|
133
|
-
CanaryCodeOutput.filterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
})(CanaryCodeOutput = exports.CanaryCodeOutput || (exports.CanaryCodeOutput = {}));
|
|
137
|
-
var CanaryRunConfigOutput;
|
|
138
|
-
(function (CanaryRunConfigOutput) {
|
|
139
|
-
CanaryRunConfigOutput.filterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
})(CanaryRunConfigOutput = exports.CanaryRunConfigOutput || (exports.CanaryRunConfigOutput = {}));
|
|
143
|
-
var CanaryScheduleOutput;
|
|
144
|
-
(function (CanaryScheduleOutput) {
|
|
145
|
-
CanaryScheduleOutput.filterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
})(CanaryScheduleOutput = exports.CanaryScheduleOutput || (exports.CanaryScheduleOutput = {}));
|
|
149
95
|
var CanaryState;
|
|
150
96
|
(function (CanaryState) {
|
|
151
97
|
CanaryState["CREATING"] = "CREATING";
|
|
@@ -173,36 +119,6 @@ var CanaryStateReasonCode;
|
|
|
173
119
|
CanaryStateReasonCode["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS";
|
|
174
120
|
CanaryStateReasonCode["UPDATE_PENDING"] = "UPDATE_PENDING";
|
|
175
121
|
})(CanaryStateReasonCode = exports.CanaryStateReasonCode || (exports.CanaryStateReasonCode = {}));
|
|
176
|
-
var CanaryStatus;
|
|
177
|
-
(function (CanaryStatus) {
|
|
178
|
-
CanaryStatus.filterSensitiveLog = (obj) => ({
|
|
179
|
-
...obj,
|
|
180
|
-
});
|
|
181
|
-
})(CanaryStatus = exports.CanaryStatus || (exports.CanaryStatus = {}));
|
|
182
|
-
var CanaryTimeline;
|
|
183
|
-
(function (CanaryTimeline) {
|
|
184
|
-
CanaryTimeline.filterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
})(CanaryTimeline = exports.CanaryTimeline || (exports.CanaryTimeline = {}));
|
|
188
|
-
var VisualReferenceOutput;
|
|
189
|
-
(function (VisualReferenceOutput) {
|
|
190
|
-
VisualReferenceOutput.filterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
})(VisualReferenceOutput = exports.VisualReferenceOutput || (exports.VisualReferenceOutput = {}));
|
|
194
|
-
var VpcConfigOutput;
|
|
195
|
-
(function (VpcConfigOutput) {
|
|
196
|
-
VpcConfigOutput.filterSensitiveLog = (obj) => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
})(VpcConfigOutput = exports.VpcConfigOutput || (exports.VpcConfigOutput = {}));
|
|
200
|
-
var Canary;
|
|
201
|
-
(function (Canary) {
|
|
202
|
-
Canary.filterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
|
-
})(Canary = exports.Canary || (exports.Canary = {}));
|
|
206
122
|
var CanaryRunState;
|
|
207
123
|
(function (CanaryRunState) {
|
|
208
124
|
CanaryRunState["FAILED"] = "FAILED";
|
|
@@ -214,66 +130,6 @@ var CanaryRunStateReasonCode;
|
|
|
214
130
|
CanaryRunStateReasonCode["CANARY_FAILURE"] = "CANARY_FAILURE";
|
|
215
131
|
CanaryRunStateReasonCode["EXECUTION_FAILURE"] = "EXECUTION_FAILURE";
|
|
216
132
|
})(CanaryRunStateReasonCode = exports.CanaryRunStateReasonCode || (exports.CanaryRunStateReasonCode = {}));
|
|
217
|
-
var CanaryRunStatus;
|
|
218
|
-
(function (CanaryRunStatus) {
|
|
219
|
-
CanaryRunStatus.filterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
})(CanaryRunStatus = exports.CanaryRunStatus || (exports.CanaryRunStatus = {}));
|
|
223
|
-
var CanaryRunTimeline;
|
|
224
|
-
(function (CanaryRunTimeline) {
|
|
225
|
-
CanaryRunTimeline.filterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
})(CanaryRunTimeline = exports.CanaryRunTimeline || (exports.CanaryRunTimeline = {}));
|
|
229
|
-
var CanaryRun;
|
|
230
|
-
(function (CanaryRun) {
|
|
231
|
-
CanaryRun.filterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
})(CanaryRun = exports.CanaryRun || (exports.CanaryRun = {}));
|
|
235
|
-
var CanaryLastRun;
|
|
236
|
-
(function (CanaryLastRun) {
|
|
237
|
-
CanaryLastRun.filterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
})(CanaryLastRun = exports.CanaryLastRun || (exports.CanaryLastRun = {}));
|
|
241
|
-
var CanaryCodeInput;
|
|
242
|
-
(function (CanaryCodeInput) {
|
|
243
|
-
CanaryCodeInput.filterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
})(CanaryCodeInput = exports.CanaryCodeInput || (exports.CanaryCodeInput = {}));
|
|
247
|
-
var CanaryRunConfigInput;
|
|
248
|
-
(function (CanaryRunConfigInput) {
|
|
249
|
-
CanaryRunConfigInput.filterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
})(CanaryRunConfigInput = exports.CanaryRunConfigInput || (exports.CanaryRunConfigInput = {}));
|
|
253
|
-
var CanaryScheduleInput;
|
|
254
|
-
(function (CanaryScheduleInput) {
|
|
255
|
-
CanaryScheduleInput.filterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
})(CanaryScheduleInput = exports.CanaryScheduleInput || (exports.CanaryScheduleInput = {}));
|
|
259
|
-
var VpcConfigInput;
|
|
260
|
-
(function (VpcConfigInput) {
|
|
261
|
-
VpcConfigInput.filterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
})(VpcConfigInput = exports.VpcConfigInput || (exports.VpcConfigInput = {}));
|
|
265
|
-
var CreateCanaryRequest;
|
|
266
|
-
(function (CreateCanaryRequest) {
|
|
267
|
-
CreateCanaryRequest.filterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
})(CreateCanaryRequest = exports.CreateCanaryRequest || (exports.CreateCanaryRequest = {}));
|
|
271
|
-
var CreateCanaryResponse;
|
|
272
|
-
(function (CreateCanaryResponse) {
|
|
273
|
-
CreateCanaryResponse.filterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
})(CreateCanaryResponse = exports.CreateCanaryResponse || (exports.CreateCanaryResponse = {}));
|
|
277
133
|
class RequestEntityTooLargeException extends SyntheticsServiceException_1.SyntheticsServiceException {
|
|
278
134
|
constructor(opts) {
|
|
279
135
|
super({
|
|
@@ -288,144 +144,6 @@ class RequestEntityTooLargeException extends SyntheticsServiceException_1.Synthe
|
|
|
288
144
|
}
|
|
289
145
|
}
|
|
290
146
|
exports.RequestEntityTooLargeException = RequestEntityTooLargeException;
|
|
291
|
-
var CreateGroupRequest;
|
|
292
|
-
(function (CreateGroupRequest) {
|
|
293
|
-
CreateGroupRequest.filterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
})(CreateGroupRequest = exports.CreateGroupRequest || (exports.CreateGroupRequest = {}));
|
|
297
|
-
var Group;
|
|
298
|
-
(function (Group) {
|
|
299
|
-
Group.filterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
})(Group = exports.Group || (exports.Group = {}));
|
|
303
|
-
var CreateGroupResponse;
|
|
304
|
-
(function (CreateGroupResponse) {
|
|
305
|
-
CreateGroupResponse.filterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
})(CreateGroupResponse = exports.CreateGroupResponse || (exports.CreateGroupResponse = {}));
|
|
309
|
-
var DeleteCanaryRequest;
|
|
310
|
-
(function (DeleteCanaryRequest) {
|
|
311
|
-
DeleteCanaryRequest.filterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
})(DeleteCanaryRequest = exports.DeleteCanaryRequest || (exports.DeleteCanaryRequest = {}));
|
|
315
|
-
var DeleteCanaryResponse;
|
|
316
|
-
(function (DeleteCanaryResponse) {
|
|
317
|
-
DeleteCanaryResponse.filterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
})(DeleteCanaryResponse = exports.DeleteCanaryResponse || (exports.DeleteCanaryResponse = {}));
|
|
321
|
-
var DeleteGroupRequest;
|
|
322
|
-
(function (DeleteGroupRequest) {
|
|
323
|
-
DeleteGroupRequest.filterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
})(DeleteGroupRequest = exports.DeleteGroupRequest || (exports.DeleteGroupRequest = {}));
|
|
327
|
-
var DeleteGroupResponse;
|
|
328
|
-
(function (DeleteGroupResponse) {
|
|
329
|
-
DeleteGroupResponse.filterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
})(DeleteGroupResponse = exports.DeleteGroupResponse || (exports.DeleteGroupResponse = {}));
|
|
333
|
-
var DescribeCanariesRequest;
|
|
334
|
-
(function (DescribeCanariesRequest) {
|
|
335
|
-
DescribeCanariesRequest.filterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
})(DescribeCanariesRequest = exports.DescribeCanariesRequest || (exports.DescribeCanariesRequest = {}));
|
|
339
|
-
var DescribeCanariesResponse;
|
|
340
|
-
(function (DescribeCanariesResponse) {
|
|
341
|
-
DescribeCanariesResponse.filterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
})(DescribeCanariesResponse = exports.DescribeCanariesResponse || (exports.DescribeCanariesResponse = {}));
|
|
345
|
-
var DescribeCanariesLastRunRequest;
|
|
346
|
-
(function (DescribeCanariesLastRunRequest) {
|
|
347
|
-
DescribeCanariesLastRunRequest.filterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
})(DescribeCanariesLastRunRequest = exports.DescribeCanariesLastRunRequest || (exports.DescribeCanariesLastRunRequest = {}));
|
|
351
|
-
var DescribeCanariesLastRunResponse;
|
|
352
|
-
(function (DescribeCanariesLastRunResponse) {
|
|
353
|
-
DescribeCanariesLastRunResponse.filterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
})(DescribeCanariesLastRunResponse = exports.DescribeCanariesLastRunResponse || (exports.DescribeCanariesLastRunResponse = {}));
|
|
357
|
-
var DescribeRuntimeVersionsRequest;
|
|
358
|
-
(function (DescribeRuntimeVersionsRequest) {
|
|
359
|
-
DescribeRuntimeVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
})(DescribeRuntimeVersionsRequest = exports.DescribeRuntimeVersionsRequest || (exports.DescribeRuntimeVersionsRequest = {}));
|
|
363
|
-
var RuntimeVersion;
|
|
364
|
-
(function (RuntimeVersion) {
|
|
365
|
-
RuntimeVersion.filterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
})(RuntimeVersion = exports.RuntimeVersion || (exports.RuntimeVersion = {}));
|
|
369
|
-
var DescribeRuntimeVersionsResponse;
|
|
370
|
-
(function (DescribeRuntimeVersionsResponse) {
|
|
371
|
-
DescribeRuntimeVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
})(DescribeRuntimeVersionsResponse = exports.DescribeRuntimeVersionsResponse || (exports.DescribeRuntimeVersionsResponse = {}));
|
|
375
|
-
var DisassociateResourceRequest;
|
|
376
|
-
(function (DisassociateResourceRequest) {
|
|
377
|
-
DisassociateResourceRequest.filterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
})(DisassociateResourceRequest = exports.DisassociateResourceRequest || (exports.DisassociateResourceRequest = {}));
|
|
381
|
-
var DisassociateResourceResponse;
|
|
382
|
-
(function (DisassociateResourceResponse) {
|
|
383
|
-
DisassociateResourceResponse.filterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
})(DisassociateResourceResponse = exports.DisassociateResourceResponse || (exports.DisassociateResourceResponse = {}));
|
|
387
|
-
var GetCanaryRequest;
|
|
388
|
-
(function (GetCanaryRequest) {
|
|
389
|
-
GetCanaryRequest.filterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
})(GetCanaryRequest = exports.GetCanaryRequest || (exports.GetCanaryRequest = {}));
|
|
393
|
-
var GetCanaryResponse;
|
|
394
|
-
(function (GetCanaryResponse) {
|
|
395
|
-
GetCanaryResponse.filterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
})(GetCanaryResponse = exports.GetCanaryResponse || (exports.GetCanaryResponse = {}));
|
|
399
|
-
var GetCanaryRunsRequest;
|
|
400
|
-
(function (GetCanaryRunsRequest) {
|
|
401
|
-
GetCanaryRunsRequest.filterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
})(GetCanaryRunsRequest = exports.GetCanaryRunsRequest || (exports.GetCanaryRunsRequest = {}));
|
|
405
|
-
var GetCanaryRunsResponse;
|
|
406
|
-
(function (GetCanaryRunsResponse) {
|
|
407
|
-
GetCanaryRunsResponse.filterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
})(GetCanaryRunsResponse = exports.GetCanaryRunsResponse || (exports.GetCanaryRunsResponse = {}));
|
|
411
|
-
var GetGroupRequest;
|
|
412
|
-
(function (GetGroupRequest) {
|
|
413
|
-
GetGroupRequest.filterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
})(GetGroupRequest = exports.GetGroupRequest || (exports.GetGroupRequest = {}));
|
|
417
|
-
var GetGroupResponse;
|
|
418
|
-
(function (GetGroupResponse) {
|
|
419
|
-
GetGroupResponse.filterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
})(GetGroupResponse = exports.GetGroupResponse || (exports.GetGroupResponse = {}));
|
|
423
|
-
var GroupSummary;
|
|
424
|
-
(function (GroupSummary) {
|
|
425
|
-
GroupSummary.filterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
})(GroupSummary = exports.GroupSummary || (exports.GroupSummary = {}));
|
|
429
147
|
class InternalFailureException extends SyntheticsServiceException_1.SyntheticsServiceException {
|
|
430
148
|
constructor(opts) {
|
|
431
149
|
super({
|
|
@@ -440,54 +158,6 @@ class InternalFailureException extends SyntheticsServiceException_1.SyntheticsSe
|
|
|
440
158
|
}
|
|
441
159
|
}
|
|
442
160
|
exports.InternalFailureException = InternalFailureException;
|
|
443
|
-
var ListAssociatedGroupsRequest;
|
|
444
|
-
(function (ListAssociatedGroupsRequest) {
|
|
445
|
-
ListAssociatedGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
})(ListAssociatedGroupsRequest = exports.ListAssociatedGroupsRequest || (exports.ListAssociatedGroupsRequest = {}));
|
|
449
|
-
var ListAssociatedGroupsResponse;
|
|
450
|
-
(function (ListAssociatedGroupsResponse) {
|
|
451
|
-
ListAssociatedGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
})(ListAssociatedGroupsResponse = exports.ListAssociatedGroupsResponse || (exports.ListAssociatedGroupsResponse = {}));
|
|
455
|
-
var ListGroupResourcesRequest;
|
|
456
|
-
(function (ListGroupResourcesRequest) {
|
|
457
|
-
ListGroupResourcesRequest.filterSensitiveLog = (obj) => ({
|
|
458
|
-
...obj,
|
|
459
|
-
});
|
|
460
|
-
})(ListGroupResourcesRequest = exports.ListGroupResourcesRequest || (exports.ListGroupResourcesRequest = {}));
|
|
461
|
-
var ListGroupResourcesResponse;
|
|
462
|
-
(function (ListGroupResourcesResponse) {
|
|
463
|
-
ListGroupResourcesResponse.filterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
});
|
|
466
|
-
})(ListGroupResourcesResponse = exports.ListGroupResourcesResponse || (exports.ListGroupResourcesResponse = {}));
|
|
467
|
-
var ListGroupsRequest;
|
|
468
|
-
(function (ListGroupsRequest) {
|
|
469
|
-
ListGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
});
|
|
472
|
-
})(ListGroupsRequest = exports.ListGroupsRequest || (exports.ListGroupsRequest = {}));
|
|
473
|
-
var ListGroupsResponse;
|
|
474
|
-
(function (ListGroupsResponse) {
|
|
475
|
-
ListGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
})(ListGroupsResponse = exports.ListGroupsResponse || (exports.ListGroupsResponse = {}));
|
|
479
|
-
var ListTagsForResourceRequest;
|
|
480
|
-
(function (ListTagsForResourceRequest) {
|
|
481
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
485
|
-
var ListTagsForResourceResponse;
|
|
486
|
-
(function (ListTagsForResourceResponse) {
|
|
487
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
491
161
|
class NotFoundException extends SyntheticsServiceException_1.SyntheticsServiceException {
|
|
492
162
|
constructor(opts) {
|
|
493
163
|
super({
|
|
@@ -516,69 +186,267 @@ class TooManyRequestsException extends SyntheticsServiceException_1.SyntheticsSe
|
|
|
516
186
|
}
|
|
517
187
|
}
|
|
518
188
|
exports.TooManyRequestsException = TooManyRequestsException;
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
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;
|