@aws-sdk/client-ssm-incidents 3.131.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateReplicationSetCommand.js +2 -2
  4. package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -2
  5. package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -2
  11. package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -2
  12. package/dist-cjs/commands/GetReplicationSetCommand.js +2 -2
  13. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -2
  14. package/dist-cjs/commands/GetResponsePlanCommand.js +2 -2
  15. package/dist-cjs/commands/GetTimelineEventCommand.js +2 -2
  16. package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -2
  17. package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -2
  18. package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -2
  19. package/dist-cjs/commands/ListResponsePlansCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -2
  22. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  23. package/dist-cjs/commands/StartIncidentCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -2
  32. package/dist-cjs/models/models_0.js +438 -584
  33. package/dist-cjs/protocols/Aws_restJson1.js +315 -487
  34. package/dist-es/commands/CreateReplicationSetCommand.js +3 -3
  35. package/dist-es/commands/CreateResponsePlanCommand.js +3 -3
  36. package/dist-es/commands/CreateTimelineEventCommand.js +3 -3
  37. package/dist-es/commands/DeleteIncidentRecordCommand.js +3 -3
  38. package/dist-es/commands/DeleteReplicationSetCommand.js +3 -3
  39. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  40. package/dist-es/commands/DeleteResponsePlanCommand.js +3 -3
  41. package/dist-es/commands/DeleteTimelineEventCommand.js +3 -3
  42. package/dist-es/commands/GetIncidentRecordCommand.js +3 -3
  43. package/dist-es/commands/GetReplicationSetCommand.js +3 -3
  44. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -3
  45. package/dist-es/commands/GetResponsePlanCommand.js +3 -3
  46. package/dist-es/commands/GetTimelineEventCommand.js +3 -3
  47. package/dist-es/commands/ListIncidentRecordsCommand.js +3 -3
  48. package/dist-es/commands/ListRelatedItemsCommand.js +3 -3
  49. package/dist-es/commands/ListReplicationSetsCommand.js +3 -3
  50. package/dist-es/commands/ListResponsePlansCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-es/commands/ListTimelineEventsCommand.js +3 -3
  53. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  54. package/dist-es/commands/StartIncidentCommand.js +3 -3
  55. package/dist-es/commands/TagResourceCommand.js +3 -3
  56. package/dist-es/commands/UntagResourceCommand.js +3 -3
  57. package/dist-es/commands/UpdateDeletionProtectionCommand.js +3 -3
  58. package/dist-es/commands/UpdateIncidentRecordCommand.js +3 -3
  59. package/dist-es/commands/UpdateRelatedItemsCommand.js +3 -3
  60. package/dist-es/commands/UpdateReplicationSetCommand.js +3 -3
  61. package/dist-es/commands/UpdateResponsePlanCommand.js +3 -3
  62. package/dist-es/commands/UpdateTimelineEventCommand.js +3 -3
  63. package/dist-es/models/models_0.js +181 -414
  64. package/dist-es/protocols/Aws_restJson1.js +406 -476
  65. package/dist-types/models/models_0.d.ts +348 -502
  66. package/dist-types/ts3.4/models/models_0.d.ts +174 -328
  67. package/package.json +6 -6
@@ -24,29 +24,12 @@ export var DynamicSsmParameterValue;
24
24
  return visitor.variable(value.variable);
25
25
  return visitor._(value.$unknown[0], value.$unknown[1]);
26
26
  };
27
- DynamicSsmParameterValue.filterSensitiveLog = function (obj) {
28
- var _a;
29
- if (obj.variable !== undefined)
30
- return { variable: obj.variable };
31
- if (obj.$unknown !== undefined)
32
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
33
- };
34
27
  })(DynamicSsmParameterValue || (DynamicSsmParameterValue = {}));
35
28
  export var SsmTargetAccount;
36
29
  (function (SsmTargetAccount) {
37
30
  SsmTargetAccount["IMPACTED_ACCOUNT"] = "IMPACTED_ACCOUNT";
38
31
  SsmTargetAccount["RESPONSE_PLAN_OWNER_ACCOUNT"] = "RESPONSE_PLAN_OWNER_ACCOUNT";
39
32
  })(SsmTargetAccount || (SsmTargetAccount = {}));
40
- export var SsmAutomation;
41
- (function (SsmAutomation) {
42
- SsmAutomation.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.dynamicParameters && {
43
- dynamicParameters: Object.entries(obj.dynamicParameters).reduce(function (acc, _a) {
44
- var _b;
45
- var _c = __read(_a, 2), key = _c[0], value = _c[1];
46
- return (__assign(__assign({}, acc), (_b = {}, _b[key] = DynamicSsmParameterValue.filterSensitiveLog(value), _b)));
47
- }, {}),
48
- }))); };
49
- })(SsmAutomation || (SsmAutomation = {}));
50
33
  export var Action;
51
34
  (function (Action) {
52
35
  Action.visit = function (value, visitor) {
@@ -54,18 +37,7 @@ export var Action;
54
37
  return visitor.ssmAutomation(value.ssmAutomation);
55
38
  return visitor._(value.$unknown[0], value.$unknown[1]);
56
39
  };
57
- Action.filterSensitiveLog = function (obj) {
58
- var _a;
59
- if (obj.ssmAutomation !== undefined)
60
- return { ssmAutomation: SsmAutomation.filterSensitiveLog(obj.ssmAutomation) };
61
- if (obj.$unknown !== undefined)
62
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
63
- };
64
40
  })(Action || (Action = {}));
65
- export var AddRegionAction;
66
- (function (AddRegionAction) {
67
- AddRegionAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
68
- })(AddRegionAction || (AddRegionAction = {}));
69
41
  export var AttributeValueList;
70
42
  (function (AttributeValueList) {
71
43
  AttributeValueList.visit = function (value, visitor) {
@@ -75,15 +47,6 @@ export var AttributeValueList;
75
47
  return visitor.integerValues(value.integerValues);
76
48
  return visitor._(value.$unknown[0], value.$unknown[1]);
77
49
  };
78
- AttributeValueList.filterSensitiveLog = function (obj) {
79
- var _a;
80
- if (obj.stringValues !== undefined)
81
- return { stringValues: obj.stringValues };
82
- if (obj.integerValues !== undefined)
83
- return { integerValues: obj.integerValues };
84
- if (obj.$unknown !== undefined)
85
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
86
- };
87
50
  })(AttributeValueList || (AttributeValueList = {}));
88
51
  export var AutomationExecution;
89
52
  (function (AutomationExecution) {
@@ -92,18 +55,7 @@ export var AutomationExecution;
92
55
  return visitor.ssmExecutionArn(value.ssmExecutionArn);
93
56
  return visitor._(value.$unknown[0], value.$unknown[1]);
94
57
  };
95
- AutomationExecution.filterSensitiveLog = function (obj) {
96
- var _a;
97
- if (obj.ssmExecutionArn !== undefined)
98
- return { ssmExecutionArn: obj.ssmExecutionArn };
99
- if (obj.$unknown !== undefined)
100
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
101
- };
102
58
  })(AutomationExecution || (AutomationExecution = {}));
103
- export var EmptyChatChannel;
104
- (function (EmptyChatChannel) {
105
- EmptyChatChannel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
106
- })(EmptyChatChannel || (EmptyChatChannel = {}));
107
59
  export var ChatChannel;
108
60
  (function (ChatChannel) {
109
61
  ChatChannel.visit = function (value, visitor) {
@@ -113,15 +65,6 @@ export var ChatChannel;
113
65
  return visitor.chatbotSns(value.chatbotSns);
114
66
  return visitor._(value.$unknown[0], value.$unknown[1]);
115
67
  };
116
- ChatChannel.filterSensitiveLog = function (obj) {
117
- var _a;
118
- if (obj.empty !== undefined)
119
- return { empty: EmptyChatChannel.filterSensitiveLog(obj.empty) };
120
- if (obj.chatbotSns !== undefined)
121
- return { chatbotSns: obj.chatbotSns };
122
- if (obj.$unknown !== undefined)
123
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
124
- };
125
68
  })(ChatChannel || (ChatChannel = {}));
126
69
  export var Condition;
127
70
  (function (Condition) {
@@ -134,17 +77,6 @@ export var Condition;
134
77
  return visitor.equals(value.equals);
135
78
  return visitor._(value.$unknown[0], value.$unknown[1]);
136
79
  };
137
- Condition.filterSensitiveLog = function (obj) {
138
- var _a;
139
- if (obj.before !== undefined)
140
- return { before: obj.before };
141
- if (obj.after !== undefined)
142
- return { after: obj.after };
143
- if (obj.equals !== undefined)
144
- return { equals: AttributeValueList.filterSensitiveLog(obj.equals) };
145
- if (obj.$unknown !== undefined)
146
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
147
- };
148
80
  })(Condition || (Condition = {}));
149
81
  export var ResourceType;
150
82
  (function (ResourceType) {
@@ -169,18 +101,6 @@ var ConflictException = (function (_super) {
169
101
  return ConflictException;
170
102
  }(__BaseException));
171
103
  export { ConflictException };
172
- export var RegionMapInputValue;
173
- (function (RegionMapInputValue) {
174
- RegionMapInputValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
175
- })(RegionMapInputValue || (RegionMapInputValue = {}));
176
- export var CreateReplicationSetInput;
177
- (function (CreateReplicationSetInput) {
178
- CreateReplicationSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
179
- })(CreateReplicationSetInput || (CreateReplicationSetInput = {}));
180
- export var CreateReplicationSetOutput;
181
- (function (CreateReplicationSetOutput) {
182
- CreateReplicationSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
183
- })(CreateReplicationSetOutput || (CreateReplicationSetOutput = {}));
184
104
  var InternalServerException = (function (_super) {
185
105
  __extends(InternalServerException, _super);
186
106
  function InternalServerException(opts) {
@@ -246,28 +166,7 @@ export var NotificationTargetItem;
246
166
  return visitor.snsTopicArn(value.snsTopicArn);
247
167
  return visitor._(value.$unknown[0], value.$unknown[1]);
248
168
  };
249
- NotificationTargetItem.filterSensitiveLog = function (obj) {
250
- var _a;
251
- if (obj.snsTopicArn !== undefined)
252
- return { snsTopicArn: obj.snsTopicArn };
253
- if (obj.$unknown !== undefined)
254
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
255
- };
256
169
  })(NotificationTargetItem || (NotificationTargetItem = {}));
257
- export var IncidentTemplate;
258
- (function (IncidentTemplate) {
259
- IncidentTemplate.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.notificationTargets && {
260
- notificationTargets: obj.notificationTargets.map(function (item) { return NotificationTargetItem.filterSensitiveLog(item); }),
261
- }))); };
262
- })(IncidentTemplate || (IncidentTemplate = {}));
263
- export var CreateResponsePlanInput;
264
- (function (CreateResponsePlanInput) {
265
- CreateResponsePlanInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.incidentTemplate && { incidentTemplate: IncidentTemplate.filterSensitiveLog(obj.incidentTemplate) })), (obj.chatChannel && { chatChannel: ChatChannel.filterSensitiveLog(obj.chatChannel) })), (obj.actions && { actions: obj.actions.map(function (item) { return Action.filterSensitiveLog(item); }) }))); };
266
- })(CreateResponsePlanInput || (CreateResponsePlanInput = {}));
267
- export var CreateResponsePlanOutput;
268
- (function (CreateResponsePlanOutput) {
269
- CreateResponsePlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
- })(CreateResponsePlanOutput || (CreateResponsePlanOutput = {}));
271
170
  var ResourceNotFoundException = (function (_super) {
272
171
  __extends(ResourceNotFoundException, _super);
273
172
  function ResourceNotFoundException(opts) {
@@ -282,95 +181,11 @@ var ResourceNotFoundException = (function (_super) {
282
181
  return ResourceNotFoundException;
283
182
  }(__BaseException));
284
183
  export { ResourceNotFoundException };
285
- export var CreateTimelineEventInput;
286
- (function (CreateTimelineEventInput) {
287
- CreateTimelineEventInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
- })(CreateTimelineEventInput || (CreateTimelineEventInput = {}));
289
- export var CreateTimelineEventOutput;
290
- (function (CreateTimelineEventOutput) {
291
- CreateTimelineEventOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
- })(CreateTimelineEventOutput || (CreateTimelineEventOutput = {}));
293
- export var DeleteIncidentRecordInput;
294
- (function (DeleteIncidentRecordInput) {
295
- DeleteIncidentRecordInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
296
- })(DeleteIncidentRecordInput || (DeleteIncidentRecordInput = {}));
297
- export var DeleteIncidentRecordOutput;
298
- (function (DeleteIncidentRecordOutput) {
299
- DeleteIncidentRecordOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
- })(DeleteIncidentRecordOutput || (DeleteIncidentRecordOutput = {}));
301
- export var DeleteRegionAction;
302
- (function (DeleteRegionAction) {
303
- DeleteRegionAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
- })(DeleteRegionAction || (DeleteRegionAction = {}));
305
- export var DeleteReplicationSetInput;
306
- (function (DeleteReplicationSetInput) {
307
- DeleteReplicationSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
308
- })(DeleteReplicationSetInput || (DeleteReplicationSetInput = {}));
309
- export var DeleteReplicationSetOutput;
310
- (function (DeleteReplicationSetOutput) {
311
- DeleteReplicationSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
312
- })(DeleteReplicationSetOutput || (DeleteReplicationSetOutput = {}));
313
- export var DeleteResourcePolicyInput;
314
- (function (DeleteResourcePolicyInput) {
315
- DeleteResourcePolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
316
- })(DeleteResourcePolicyInput || (DeleteResourcePolicyInput = {}));
317
- export var DeleteResourcePolicyOutput;
318
- (function (DeleteResourcePolicyOutput) {
319
- DeleteResourcePolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
- })(DeleteResourcePolicyOutput || (DeleteResourcePolicyOutput = {}));
321
- export var DeleteResponsePlanInput;
322
- (function (DeleteResponsePlanInput) {
323
- DeleteResponsePlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
324
- })(DeleteResponsePlanInput || (DeleteResponsePlanInput = {}));
325
- export var DeleteResponsePlanOutput;
326
- (function (DeleteResponsePlanOutput) {
327
- DeleteResponsePlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
- })(DeleteResponsePlanOutput || (DeleteResponsePlanOutput = {}));
329
- export var DeleteTimelineEventInput;
330
- (function (DeleteTimelineEventInput) {
331
- DeleteTimelineEventInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
- })(DeleteTimelineEventInput || (DeleteTimelineEventInput = {}));
333
- export var DeleteTimelineEventOutput;
334
- (function (DeleteTimelineEventOutput) {
335
- DeleteTimelineEventOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
- })(DeleteTimelineEventOutput || (DeleteTimelineEventOutput = {}));
337
- export var EventSummary;
338
- (function (EventSummary) {
339
- EventSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
- })(EventSummary || (EventSummary = {}));
341
- export var Filter;
342
- (function (Filter) {
343
- Filter.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.condition && { condition: Condition.filterSensitiveLog(obj.condition) }))); };
344
- })(Filter || (Filter = {}));
345
- export var GetIncidentRecordInput;
346
- (function (GetIncidentRecordInput) {
347
- GetIncidentRecordInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
- })(GetIncidentRecordInput || (GetIncidentRecordInput = {}));
349
- export var IncidentRecordSource;
350
- (function (IncidentRecordSource) {
351
- IncidentRecordSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
- })(IncidentRecordSource || (IncidentRecordSource = {}));
353
184
  export var IncidentRecordStatus;
354
185
  (function (IncidentRecordStatus) {
355
186
  IncidentRecordStatus["OPEN"] = "OPEN";
356
187
  IncidentRecordStatus["RESOLVED"] = "RESOLVED";
357
188
  })(IncidentRecordStatus || (IncidentRecordStatus = {}));
358
- export var IncidentRecord;
359
- (function (IncidentRecord) {
360
- IncidentRecord.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.automationExecutions && {
361
- automationExecutions: obj.automationExecutions.map(function (item) { return AutomationExecution.filterSensitiveLog(item); }),
362
- })), (obj.chatChannel && { chatChannel: ChatChannel.filterSensitiveLog(obj.chatChannel) })), (obj.notificationTargets && {
363
- notificationTargets: obj.notificationTargets.map(function (item) { return NotificationTargetItem.filterSensitiveLog(item); }),
364
- }))); };
365
- })(IncidentRecord || (IncidentRecord = {}));
366
- export var GetIncidentRecordOutput;
367
- (function (GetIncidentRecordOutput) {
368
- GetIncidentRecordOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.incidentRecord && { incidentRecord: IncidentRecord.filterSensitiveLog(obj.incidentRecord) }))); };
369
- })(GetIncidentRecordOutput || (GetIncidentRecordOutput = {}));
370
- export var GetReplicationSetInput;
371
- (function (GetReplicationSetInput) {
372
- GetReplicationSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
- })(GetReplicationSetInput || (GetReplicationSetInput = {}));
374
189
  export var RegionStatus;
375
190
  (function (RegionStatus) {
376
191
  RegionStatus["ACTIVE"] = "ACTIVE";
@@ -378,10 +193,6 @@ export var RegionStatus;
378
193
  RegionStatus["DELETING"] = "DELETING";
379
194
  RegionStatus["FAILED"] = "FAILED";
380
195
  })(RegionStatus || (RegionStatus = {}));
381
- export var RegionInfo;
382
- (function (RegionInfo) {
383
- RegionInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
- })(RegionInfo || (RegionInfo = {}));
385
196
  export var ReplicationSetStatus;
386
197
  (function (ReplicationSetStatus) {
387
198
  ReplicationSetStatus["ACTIVE"] = "ACTIVE";
@@ -390,50 +201,6 @@ export var ReplicationSetStatus;
390
201
  ReplicationSetStatus["FAILED"] = "FAILED";
391
202
  ReplicationSetStatus["UPDATING"] = "UPDATING";
392
203
  })(ReplicationSetStatus || (ReplicationSetStatus = {}));
393
- export var ReplicationSet;
394
- (function (ReplicationSet) {
395
- ReplicationSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
- })(ReplicationSet || (ReplicationSet = {}));
397
- export var GetReplicationSetOutput;
398
- (function (GetReplicationSetOutput) {
399
- GetReplicationSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
- })(GetReplicationSetOutput || (GetReplicationSetOutput = {}));
401
- export var GetResourcePoliciesInput;
402
- (function (GetResourcePoliciesInput) {
403
- GetResourcePoliciesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
404
- })(GetResourcePoliciesInput || (GetResourcePoliciesInput = {}));
405
- export var ResourcePolicy;
406
- (function (ResourcePolicy) {
407
- ResourcePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
- })(ResourcePolicy || (ResourcePolicy = {}));
409
- export var GetResourcePoliciesOutput;
410
- (function (GetResourcePoliciesOutput) {
411
- GetResourcePoliciesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
412
- })(GetResourcePoliciesOutput || (GetResourcePoliciesOutput = {}));
413
- export var GetResponsePlanInput;
414
- (function (GetResponsePlanInput) {
415
- GetResponsePlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
- })(GetResponsePlanInput || (GetResponsePlanInput = {}));
417
- export var GetResponsePlanOutput;
418
- (function (GetResponsePlanOutput) {
419
- GetResponsePlanOutput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.incidentTemplate && { incidentTemplate: IncidentTemplate.filterSensitiveLog(obj.incidentTemplate) })), (obj.chatChannel && { chatChannel: ChatChannel.filterSensitiveLog(obj.chatChannel) })), (obj.actions && { actions: obj.actions.map(function (item) { return Action.filterSensitiveLog(item); }) }))); };
420
- })(GetResponsePlanOutput || (GetResponsePlanOutput = {}));
421
- export var GetTimelineEventInput;
422
- (function (GetTimelineEventInput) {
423
- GetTimelineEventInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
- })(GetTimelineEventInput || (GetTimelineEventInput = {}));
425
- export var TimelineEvent;
426
- (function (TimelineEvent) {
427
- TimelineEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
- })(TimelineEvent || (TimelineEvent = {}));
429
- export var GetTimelineEventOutput;
430
- (function (GetTimelineEventOutput) {
431
- GetTimelineEventOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
432
- })(GetTimelineEventOutput || (GetTimelineEventOutput = {}));
433
- export var IncidentRecordSummary;
434
- (function (IncidentRecordSummary) {
435
- IncidentRecordSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
436
- })(IncidentRecordSummary || (IncidentRecordSummary = {}));
437
204
  export var ItemType;
438
205
  (function (ItemType) {
439
206
  ItemType["ANALYSIS"] = "ANALYSIS";
@@ -456,70 +223,7 @@ export var ItemValue;
456
223
  return visitor.metricDefinition(value.metricDefinition);
457
224
  return visitor._(value.$unknown[0], value.$unknown[1]);
458
225
  };
459
- ItemValue.filterSensitiveLog = function (obj) {
460
- var _a;
461
- if (obj.arn !== undefined)
462
- return { arn: obj.arn };
463
- if (obj.url !== undefined)
464
- return { url: obj.url };
465
- if (obj.metricDefinition !== undefined)
466
- return { metricDefinition: obj.metricDefinition };
467
- if (obj.$unknown !== undefined)
468
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
469
- };
470
226
  })(ItemValue || (ItemValue = {}));
471
- export var ItemIdentifier;
472
- (function (ItemIdentifier) {
473
- ItemIdentifier.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.value && { value: ItemValue.filterSensitiveLog(obj.value) }))); };
474
- })(ItemIdentifier || (ItemIdentifier = {}));
475
- export var ListIncidentRecordsInput;
476
- (function (ListIncidentRecordsInput) {
477
- ListIncidentRecordsInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.filters && { filters: obj.filters.map(function (item) { return Filter.filterSensitiveLog(item); }) }))); };
478
- })(ListIncidentRecordsInput || (ListIncidentRecordsInput = {}));
479
- export var ListIncidentRecordsOutput;
480
- (function (ListIncidentRecordsOutput) {
481
- ListIncidentRecordsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
482
- })(ListIncidentRecordsOutput || (ListIncidentRecordsOutput = {}));
483
- export var ListRelatedItemsInput;
484
- (function (ListRelatedItemsInput) {
485
- ListRelatedItemsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
486
- })(ListRelatedItemsInput || (ListRelatedItemsInput = {}));
487
- export var RelatedItem;
488
- (function (RelatedItem) {
489
- RelatedItem.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.identifier && { identifier: ItemIdentifier.filterSensitiveLog(obj.identifier) }))); };
490
- })(RelatedItem || (RelatedItem = {}));
491
- export var ListRelatedItemsOutput;
492
- (function (ListRelatedItemsOutput) {
493
- ListRelatedItemsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.relatedItems && { relatedItems: obj.relatedItems.map(function (item) { return RelatedItem.filterSensitiveLog(item); }) }))); };
494
- })(ListRelatedItemsOutput || (ListRelatedItemsOutput = {}));
495
- export var ListReplicationSetsInput;
496
- (function (ListReplicationSetsInput) {
497
- ListReplicationSetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
498
- })(ListReplicationSetsInput || (ListReplicationSetsInput = {}));
499
- export var ListReplicationSetsOutput;
500
- (function (ListReplicationSetsOutput) {
501
- ListReplicationSetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
502
- })(ListReplicationSetsOutput || (ListReplicationSetsOutput = {}));
503
- export var ListResponsePlansInput;
504
- (function (ListResponsePlansInput) {
505
- ListResponsePlansInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
506
- })(ListResponsePlansInput || (ListResponsePlansInput = {}));
507
- export var ResponsePlanSummary;
508
- (function (ResponsePlanSummary) {
509
- ResponsePlanSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
510
- })(ResponsePlanSummary || (ResponsePlanSummary = {}));
511
- export var ListResponsePlansOutput;
512
- (function (ListResponsePlansOutput) {
513
- ListResponsePlansOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
514
- })(ListResponsePlansOutput || (ListResponsePlansOutput = {}));
515
- export var ListTagsForResourceRequest;
516
- (function (ListTagsForResourceRequest) {
517
- ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
518
- })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
519
- export var ListTagsForResourceResponse;
520
- (function (ListTagsForResourceResponse) {
521
- ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
522
- })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
523
227
  export var TimelineEventSort;
524
228
  (function (TimelineEventSort) {
525
229
  TimelineEventSort["EVENT_TIME"] = "EVENT_TIME";
@@ -529,22 +233,6 @@ export var SortOrder;
529
233
  SortOrder["ASCENDING"] = "ASCENDING";
530
234
  SortOrder["DESCENDING"] = "DESCENDING";
531
235
  })(SortOrder || (SortOrder = {}));
532
- export var ListTimelineEventsInput;
533
- (function (ListTimelineEventsInput) {
534
- ListTimelineEventsInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.filters && { filters: obj.filters.map(function (item) { return Filter.filterSensitiveLog(item); }) }))); };
535
- })(ListTimelineEventsInput || (ListTimelineEventsInput = {}));
536
- export var ListTimelineEventsOutput;
537
- (function (ListTimelineEventsOutput) {
538
- ListTimelineEventsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
539
- })(ListTimelineEventsOutput || (ListTimelineEventsOutput = {}));
540
- export var PutResourcePolicyInput;
541
- (function (PutResourcePolicyInput) {
542
- PutResourcePolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
543
- })(PutResourcePolicyInput || (PutResourcePolicyInput = {}));
544
- export var PutResourcePolicyOutput;
545
- (function (PutResourcePolicyOutput) {
546
- PutResourcePolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
547
- })(PutResourcePolicyOutput || (PutResourcePolicyOutput = {}));
548
236
  export var RelatedItemsUpdate;
549
237
  (function (RelatedItemsUpdate) {
550
238
  RelatedItemsUpdate.visit = function (value, visitor) {
@@ -554,72 +242,7 @@ export var RelatedItemsUpdate;
554
242
  return visitor.itemToRemove(value.itemToRemove);
555
243
  return visitor._(value.$unknown[0], value.$unknown[1]);
556
244
  };
557
- RelatedItemsUpdate.filterSensitiveLog = function (obj) {
558
- var _a;
559
- if (obj.itemToAdd !== undefined)
560
- return { itemToAdd: RelatedItem.filterSensitiveLog(obj.itemToAdd) };
561
- if (obj.itemToRemove !== undefined)
562
- return { itemToRemove: ItemIdentifier.filterSensitiveLog(obj.itemToRemove) };
563
- if (obj.$unknown !== undefined)
564
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
565
- };
566
245
  })(RelatedItemsUpdate || (RelatedItemsUpdate = {}));
567
- export var TriggerDetails;
568
- (function (TriggerDetails) {
569
- TriggerDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
570
- })(TriggerDetails || (TriggerDetails = {}));
571
- export var StartIncidentInput;
572
- (function (StartIncidentInput) {
573
- StartIncidentInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.relatedItems && { relatedItems: obj.relatedItems.map(function (item) { return RelatedItem.filterSensitiveLog(item); }) }))); };
574
- })(StartIncidentInput || (StartIncidentInput = {}));
575
- export var StartIncidentOutput;
576
- (function (StartIncidentOutput) {
577
- StartIncidentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
578
- })(StartIncidentOutput || (StartIncidentOutput = {}));
579
- export var TagResourceRequest;
580
- (function (TagResourceRequest) {
581
- TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
582
- })(TagResourceRequest || (TagResourceRequest = {}));
583
- export var TagResourceResponse;
584
- (function (TagResourceResponse) {
585
- TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
586
- })(TagResourceResponse || (TagResourceResponse = {}));
587
- export var UntagResourceRequest;
588
- (function (UntagResourceRequest) {
589
- UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
590
- })(UntagResourceRequest || (UntagResourceRequest = {}));
591
- export var UntagResourceResponse;
592
- (function (UntagResourceResponse) {
593
- UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
594
- })(UntagResourceResponse || (UntagResourceResponse = {}));
595
- export var UpdateDeletionProtectionInput;
596
- (function (UpdateDeletionProtectionInput) {
597
- UpdateDeletionProtectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
598
- })(UpdateDeletionProtectionInput || (UpdateDeletionProtectionInput = {}));
599
- export var UpdateDeletionProtectionOutput;
600
- (function (UpdateDeletionProtectionOutput) {
601
- UpdateDeletionProtectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
602
- })(UpdateDeletionProtectionOutput || (UpdateDeletionProtectionOutput = {}));
603
- export var UpdateIncidentRecordInput;
604
- (function (UpdateIncidentRecordInput) {
605
- UpdateIncidentRecordInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.chatChannel && { chatChannel: ChatChannel.filterSensitiveLog(obj.chatChannel) })), (obj.notificationTargets && {
606
- notificationTargets: obj.notificationTargets.map(function (item) { return NotificationTargetItem.filterSensitiveLog(item); }),
607
- }))); };
608
- })(UpdateIncidentRecordInput || (UpdateIncidentRecordInput = {}));
609
- export var UpdateIncidentRecordOutput;
610
- (function (UpdateIncidentRecordOutput) {
611
- UpdateIncidentRecordOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
612
- })(UpdateIncidentRecordOutput || (UpdateIncidentRecordOutput = {}));
613
- export var UpdateRelatedItemsInput;
614
- (function (UpdateRelatedItemsInput) {
615
- UpdateRelatedItemsInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.relatedItemsUpdate && {
616
- relatedItemsUpdate: RelatedItemsUpdate.filterSensitiveLog(obj.relatedItemsUpdate),
617
- }))); };
618
- })(UpdateRelatedItemsInput || (UpdateRelatedItemsInput = {}));
619
- export var UpdateRelatedItemsOutput;
620
- (function (UpdateRelatedItemsOutput) {
621
- UpdateRelatedItemsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
622
- })(UpdateRelatedItemsOutput || (UpdateRelatedItemsOutput = {}));
623
246
  export var UpdateReplicationSetAction;
624
247
  (function (UpdateReplicationSetAction) {
625
248
  UpdateReplicationSetAction.visit = function (value, visitor) {
@@ -629,41 +252,185 @@ export var UpdateReplicationSetAction;
629
252
  return visitor.deleteRegionAction(value.deleteRegionAction);
630
253
  return visitor._(value.$unknown[0], value.$unknown[1]);
631
254
  };
632
- UpdateReplicationSetAction.filterSensitiveLog = function (obj) {
633
- var _a;
634
- if (obj.addRegionAction !== undefined)
635
- return { addRegionAction: AddRegionAction.filterSensitiveLog(obj.addRegionAction) };
636
- if (obj.deleteRegionAction !== undefined)
637
- return { deleteRegionAction: DeleteRegionAction.filterSensitiveLog(obj.deleteRegionAction) };
638
- if (obj.$unknown !== undefined)
639
- return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
640
- };
641
255
  })(UpdateReplicationSetAction || (UpdateReplicationSetAction = {}));
642
- export var UpdateReplicationSetInput;
643
- (function (UpdateReplicationSetInput) {
644
- UpdateReplicationSetInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.actions && { actions: obj.actions.map(function (item) { return UpdateReplicationSetAction.filterSensitiveLog(item); }) }))); };
645
- })(UpdateReplicationSetInput || (UpdateReplicationSetInput = {}));
646
- export var UpdateReplicationSetOutput;
647
- (function (UpdateReplicationSetOutput) {
648
- UpdateReplicationSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
649
- })(UpdateReplicationSetOutput || (UpdateReplicationSetOutput = {}));
650
- export var UpdateResponsePlanInput;
651
- (function (UpdateResponsePlanInput) {
652
- UpdateResponsePlanInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.incidentTemplateNotificationTargets && {
653
- incidentTemplateNotificationTargets: obj.incidentTemplateNotificationTargets.map(function (item) {
654
- return NotificationTargetItem.filterSensitiveLog(item);
655
- }),
656
- })), (obj.chatChannel && { chatChannel: ChatChannel.filterSensitiveLog(obj.chatChannel) })), (obj.actions && { actions: obj.actions.map(function (item) { return Action.filterSensitiveLog(item); }) }))); };
657
- })(UpdateResponsePlanInput || (UpdateResponsePlanInput = {}));
658
- export var UpdateResponsePlanOutput;
659
- (function (UpdateResponsePlanOutput) {
660
- UpdateResponsePlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
661
- })(UpdateResponsePlanOutput || (UpdateResponsePlanOutput = {}));
662
- export var UpdateTimelineEventInput;
663
- (function (UpdateTimelineEventInput) {
664
- UpdateTimelineEventInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
665
- })(UpdateTimelineEventInput || (UpdateTimelineEventInput = {}));
666
- export var UpdateTimelineEventOutput;
667
- (function (UpdateTimelineEventOutput) {
668
- UpdateTimelineEventOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
669
- })(UpdateTimelineEventOutput || (UpdateTimelineEventOutput = {}));
256
+ export var DynamicSsmParameterValueFilterSensitiveLog = function (obj) {
257
+ var _a;
258
+ if (obj.variable !== undefined)
259
+ return { variable: obj.variable };
260
+ if (obj.$unknown !== undefined)
261
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
262
+ };
263
+ export var SsmAutomationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.dynamicParameters && {
264
+ dynamicParameters: Object.entries(obj.dynamicParameters).reduce(function (acc, _a) {
265
+ var _b;
266
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
267
+ return (__assign(__assign({}, acc), (_b = {}, _b[key] = DynamicSsmParameterValueFilterSensitiveLog(value), _b)));
268
+ }, {}),
269
+ }))); };
270
+ export var ActionFilterSensitiveLog = function (obj) {
271
+ var _a;
272
+ if (obj.ssmAutomation !== undefined)
273
+ return { ssmAutomation: SsmAutomationFilterSensitiveLog(obj.ssmAutomation) };
274
+ if (obj.$unknown !== undefined)
275
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
276
+ };
277
+ export var AddRegionActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
+ export var AttributeValueListFilterSensitiveLog = function (obj) {
279
+ var _a;
280
+ if (obj.stringValues !== undefined)
281
+ return { stringValues: obj.stringValues };
282
+ if (obj.integerValues !== undefined)
283
+ return { integerValues: obj.integerValues };
284
+ if (obj.$unknown !== undefined)
285
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
286
+ };
287
+ export var AutomationExecutionFilterSensitiveLog = function (obj) {
288
+ var _a;
289
+ if (obj.ssmExecutionArn !== undefined)
290
+ return { ssmExecutionArn: obj.ssmExecutionArn };
291
+ if (obj.$unknown !== undefined)
292
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
293
+ };
294
+ export var EmptyChatChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
295
+ export var ChatChannelFilterSensitiveLog = function (obj) {
296
+ var _a;
297
+ if (obj.empty !== undefined)
298
+ return { empty: EmptyChatChannelFilterSensitiveLog(obj.empty) };
299
+ if (obj.chatbotSns !== undefined)
300
+ return { chatbotSns: obj.chatbotSns };
301
+ if (obj.$unknown !== undefined)
302
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
303
+ };
304
+ export var ConditionFilterSensitiveLog = function (obj) {
305
+ var _a;
306
+ if (obj.before !== undefined)
307
+ return { before: obj.before };
308
+ if (obj.after !== undefined)
309
+ return { after: obj.after };
310
+ if (obj.equals !== undefined)
311
+ return { equals: AttributeValueListFilterSensitiveLog(obj.equals) };
312
+ if (obj.$unknown !== undefined)
313
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
314
+ };
315
+ export var RegionMapInputValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
316
+ export var CreateReplicationSetInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
317
+ export var CreateReplicationSetOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
+ export var NotificationTargetItemFilterSensitiveLog = function (obj) {
319
+ var _a;
320
+ if (obj.snsTopicArn !== undefined)
321
+ return { snsTopicArn: obj.snsTopicArn };
322
+ if (obj.$unknown !== undefined)
323
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
324
+ };
325
+ export var IncidentTemplateFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.notificationTargets && {
326
+ notificationTargets: obj.notificationTargets.map(function (item) { return NotificationTargetItemFilterSensitiveLog(item); }),
327
+ }))); };
328
+ export var CreateResponsePlanInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.incidentTemplate && { incidentTemplate: IncidentTemplateFilterSensitiveLog(obj.incidentTemplate) })), (obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) })), (obj.actions && { actions: obj.actions.map(function (item) { return ActionFilterSensitiveLog(item); }) }))); };
329
+ export var CreateResponsePlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
330
+ export var CreateTimelineEventInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
331
+ export var CreateTimelineEventOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
+ export var DeleteIncidentRecordInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
333
+ export var DeleteIncidentRecordOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
+ export var DeleteRegionActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
335
+ export var DeleteReplicationSetInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
+ export var DeleteReplicationSetOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
337
+ export var DeleteResourcePolicyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
+ export var DeleteResourcePolicyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
339
+ export var DeleteResponsePlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
+ export var DeleteResponsePlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
+ export var DeleteTimelineEventInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
+ export var DeleteTimelineEventOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
343
+ export var EventSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
+ export var FilterFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.condition && { condition: ConditionFilterSensitiveLog(obj.condition) }))); };
345
+ export var GetIncidentRecordInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
346
+ export var IncidentRecordSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
347
+ export var IncidentRecordFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.automationExecutions && {
348
+ automationExecutions: obj.automationExecutions.map(function (item) { return AutomationExecutionFilterSensitiveLog(item); }),
349
+ })), (obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) })), (obj.notificationTargets && {
350
+ notificationTargets: obj.notificationTargets.map(function (item) { return NotificationTargetItemFilterSensitiveLog(item); }),
351
+ }))); };
352
+ export var GetIncidentRecordOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.incidentRecord && { incidentRecord: IncidentRecordFilterSensitiveLog(obj.incidentRecord) }))); };
353
+ export var GetReplicationSetInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
354
+ export var RegionInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
355
+ export var ReplicationSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
+ export var GetReplicationSetOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
357
+ export var GetResourcePoliciesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
+ export var ResourcePolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
359
+ export var GetResourcePoliciesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
+ export var GetResponsePlanInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
361
+ export var GetResponsePlanOutputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.incidentTemplate && { incidentTemplate: IncidentTemplateFilterSensitiveLog(obj.incidentTemplate) })), (obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) })), (obj.actions && { actions: obj.actions.map(function (item) { return ActionFilterSensitiveLog(item); }) }))); };
362
+ export var GetTimelineEventInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
363
+ export var TimelineEventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
364
+ export var GetTimelineEventOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
365
+ export var IncidentRecordSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
366
+ export var ItemValueFilterSensitiveLog = function (obj) {
367
+ var _a;
368
+ if (obj.arn !== undefined)
369
+ return { arn: obj.arn };
370
+ if (obj.url !== undefined)
371
+ return { url: obj.url };
372
+ if (obj.metricDefinition !== undefined)
373
+ return { metricDefinition: obj.metricDefinition };
374
+ if (obj.$unknown !== undefined)
375
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
376
+ };
377
+ export var ItemIdentifierFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.value && { value: ItemValueFilterSensitiveLog(obj.value) }))); };
378
+ export var ListIncidentRecordsInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.filters && { filters: obj.filters.map(function (item) { return FilterFilterSensitiveLog(item); }) }))); };
379
+ export var ListIncidentRecordsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
380
+ export var ListRelatedItemsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
+ export var RelatedItemFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.identifier && { identifier: ItemIdentifierFilterSensitiveLog(obj.identifier) }))); };
382
+ export var ListRelatedItemsOutputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.relatedItems && { relatedItems: obj.relatedItems.map(function (item) { return RelatedItemFilterSensitiveLog(item); }) }))); };
383
+ export var ListReplicationSetsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
+ export var ListReplicationSetsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
385
+ export var ListResponsePlansInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
386
+ export var ResponsePlanSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
387
+ export var ListResponsePlansOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
+ export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
389
+ export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
390
+ export var ListTimelineEventsInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.filters && { filters: obj.filters.map(function (item) { return FilterFilterSensitiveLog(item); }) }))); };
391
+ export var ListTimelineEventsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
392
+ export var PutResourcePolicyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
393
+ export var PutResourcePolicyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
394
+ export var RelatedItemsUpdateFilterSensitiveLog = function (obj) {
395
+ var _a;
396
+ if (obj.itemToAdd !== undefined)
397
+ return { itemToAdd: RelatedItemFilterSensitiveLog(obj.itemToAdd) };
398
+ if (obj.itemToRemove !== undefined)
399
+ return { itemToRemove: ItemIdentifierFilterSensitiveLog(obj.itemToRemove) };
400
+ if (obj.$unknown !== undefined)
401
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
402
+ };
403
+ export var TriggerDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
404
+ export var StartIncidentInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.relatedItems && { relatedItems: obj.relatedItems.map(function (item) { return RelatedItemFilterSensitiveLog(item); }) }))); };
405
+ export var StartIncidentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
406
+ export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
407
+ export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
+ export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
409
+ export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
410
+ export var UpdateDeletionProtectionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
411
+ export var UpdateDeletionProtectionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
412
+ export var UpdateIncidentRecordInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) })), (obj.notificationTargets && {
413
+ notificationTargets: obj.notificationTargets.map(function (item) { return NotificationTargetItemFilterSensitiveLog(item); }),
414
+ }))); };
415
+ export var UpdateIncidentRecordOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
+ export var UpdateRelatedItemsInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.relatedItemsUpdate && { relatedItemsUpdate: RelatedItemsUpdateFilterSensitiveLog(obj.relatedItemsUpdate) }))); };
417
+ export var UpdateRelatedItemsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
418
+ export var UpdateReplicationSetActionFilterSensitiveLog = function (obj) {
419
+ var _a;
420
+ if (obj.addRegionAction !== undefined)
421
+ return { addRegionAction: AddRegionActionFilterSensitiveLog(obj.addRegionAction) };
422
+ if (obj.deleteRegionAction !== undefined)
423
+ return { deleteRegionAction: DeleteRegionActionFilterSensitiveLog(obj.deleteRegionAction) };
424
+ if (obj.$unknown !== undefined)
425
+ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
426
+ };
427
+ export var UpdateReplicationSetInputFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.actions && { actions: obj.actions.map(function (item) { return UpdateReplicationSetActionFilterSensitiveLog(item); }) }))); };
428
+ export var UpdateReplicationSetOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
429
+ export var UpdateResponsePlanInputFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.incidentTemplateNotificationTargets && {
430
+ incidentTemplateNotificationTargets: obj.incidentTemplateNotificationTargets.map(function (item) {
431
+ return NotificationTargetItemFilterSensitiveLog(item);
432
+ }),
433
+ })), (obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) })), (obj.actions && { actions: obj.actions.map(function (item) { return ActionFilterSensitiveLog(item); }) }))); };
434
+ export var UpdateResponsePlanOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
+ export var UpdateTimelineEventInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
436
+ export var UpdateTimelineEventOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };