@aws-sdk/client-ssm-incidents 3.296.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/CreateReplicationSetCommand.js +2 -3
- package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -3
- package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -3
- package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -3
- package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -3
- package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -3
- package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -3
- package/dist-cjs/commands/GetReplicationSetCommand.js +2 -3
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -3
- package/dist-cjs/commands/GetResponsePlanCommand.js +2 -3
- package/dist-cjs/commands/GetTimelineEventCommand.js +2 -3
- package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -3
- package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -3
- package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -3
- package/dist-cjs/commands/ListResponsePlansCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/StartIncidentCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -3
- package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -3
- package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -3
- package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -3
- package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -3
- package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -482
- package/dist-es/commands/CreateReplicationSetCommand.js +2 -3
- package/dist-es/commands/CreateResponsePlanCommand.js +2 -3
- package/dist-es/commands/CreateTimelineEventCommand.js +2 -3
- package/dist-es/commands/DeleteIncidentRecordCommand.js +2 -3
- package/dist-es/commands/DeleteReplicationSetCommand.js +2 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DeleteResponsePlanCommand.js +2 -3
- package/dist-es/commands/DeleteTimelineEventCommand.js +2 -3
- package/dist-es/commands/GetIncidentRecordCommand.js +2 -3
- package/dist-es/commands/GetReplicationSetCommand.js +2 -3
- package/dist-es/commands/GetResourcePoliciesCommand.js +2 -3
- package/dist-es/commands/GetResponsePlanCommand.js +2 -3
- package/dist-es/commands/GetTimelineEventCommand.js +2 -3
- package/dist-es/commands/ListIncidentRecordsCommand.js +2 -3
- package/dist-es/commands/ListRelatedItemsCommand.js +2 -3
- package/dist-es/commands/ListReplicationSetsCommand.js +2 -3
- package/dist-es/commands/ListResponsePlansCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTimelineEventsCommand.js +2 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/StartIncidentCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDeletionProtectionCommand.js +2 -3
- package/dist-es/commands/UpdateIncidentRecordCommand.js +2 -3
- package/dist-es/commands/UpdateRelatedItemsCommand.js +2 -3
- package/dist-es/commands/UpdateReplicationSetCommand.js +2 -3
- package/dist-es/commands/UpdateResponsePlanCommand.js +2 -3
- package/dist-es/commands/UpdateTimelineEventCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -387
- package/dist-types/SSMIncidents.d.ts +30 -0
- package/dist-types/SSMIncidentsClient.d.ts +24 -4
- package/dist-types/commands/CreateReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/CreateTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/GetIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/GetReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/GetTimelineEventCommand.d.ts +16 -0
- package/dist-types/commands/ListIncidentRecordsCommand.d.ts +16 -0
- package/dist-types/commands/ListRelatedItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListReplicationSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListResponsePlansCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTimelineEventsCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/StartIncidentCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReplicationSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResponsePlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTimelineEventCommand.d.ts +16 -0
- package/dist-types/models/SSMIncidentsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +281 -368
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListIncidentRecordsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRelatedItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReplicationSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResponsePlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTimelineEventsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -258
- package/package.json +4 -3
|
@@ -273,390 +273,3 @@ export var UpdateReplicationSetAction;
|
|
|
273
273
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
274
274
|
};
|
|
275
275
|
})(UpdateReplicationSetAction || (UpdateReplicationSetAction = {}));
|
|
276
|
-
export const DynamicSsmParameterValueFilterSensitiveLog = (obj) => {
|
|
277
|
-
if (obj.variable !== undefined)
|
|
278
|
-
return { variable: obj.variable };
|
|
279
|
-
if (obj.$unknown !== undefined)
|
|
280
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
281
|
-
};
|
|
282
|
-
export const SsmAutomationFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
...(obj.dynamicParameters && {
|
|
285
|
-
dynamicParameters: Object.entries(obj.dynamicParameters).reduce((acc, [key, value]) => ((acc[key] = DynamicSsmParameterValueFilterSensitiveLog(value)), acc), {}),
|
|
286
|
-
}),
|
|
287
|
-
});
|
|
288
|
-
export const ActionFilterSensitiveLog = (obj) => {
|
|
289
|
-
if (obj.ssmAutomation !== undefined)
|
|
290
|
-
return { ssmAutomation: SsmAutomationFilterSensitiveLog(obj.ssmAutomation) };
|
|
291
|
-
if (obj.$unknown !== undefined)
|
|
292
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
293
|
-
};
|
|
294
|
-
export const AddRegionActionFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
export const AttributeValueListFilterSensitiveLog = (obj) => {
|
|
298
|
-
if (obj.stringValues !== undefined)
|
|
299
|
-
return { stringValues: obj.stringValues };
|
|
300
|
-
if (obj.integerValues !== undefined)
|
|
301
|
-
return { integerValues: obj.integerValues };
|
|
302
|
-
if (obj.$unknown !== undefined)
|
|
303
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
304
|
-
};
|
|
305
|
-
export const AutomationExecutionFilterSensitiveLog = (obj) => {
|
|
306
|
-
if (obj.ssmExecutionArn !== undefined)
|
|
307
|
-
return { ssmExecutionArn: obj.ssmExecutionArn };
|
|
308
|
-
if (obj.$unknown !== undefined)
|
|
309
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
310
|
-
};
|
|
311
|
-
export const EmptyChatChannelFilterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
export const ChatChannelFilterSensitiveLog = (obj) => {
|
|
315
|
-
if (obj.empty !== undefined)
|
|
316
|
-
return { empty: EmptyChatChannelFilterSensitiveLog(obj.empty) };
|
|
317
|
-
if (obj.chatbotSns !== undefined)
|
|
318
|
-
return { chatbotSns: obj.chatbotSns };
|
|
319
|
-
if (obj.$unknown !== undefined)
|
|
320
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
321
|
-
};
|
|
322
|
-
export const ConditionFilterSensitiveLog = (obj) => {
|
|
323
|
-
if (obj.before !== undefined)
|
|
324
|
-
return { before: obj.before };
|
|
325
|
-
if (obj.after !== undefined)
|
|
326
|
-
return { after: obj.after };
|
|
327
|
-
if (obj.equals !== undefined)
|
|
328
|
-
return { equals: AttributeValueListFilterSensitiveLog(obj.equals) };
|
|
329
|
-
if (obj.$unknown !== undefined)
|
|
330
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
331
|
-
};
|
|
332
|
-
export const RegionMapInputValueFilterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
export const CreateReplicationSetInputFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
export const CreateReplicationSetOutputFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
export const NotificationTargetItemFilterSensitiveLog = (obj) => {
|
|
342
|
-
if (obj.snsTopicArn !== undefined)
|
|
343
|
-
return { snsTopicArn: obj.snsTopicArn };
|
|
344
|
-
if (obj.$unknown !== undefined)
|
|
345
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
346
|
-
};
|
|
347
|
-
export const IncidentTemplateFilterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
...(obj.notificationTargets && {
|
|
350
|
-
notificationTargets: obj.notificationTargets.map((item) => NotificationTargetItemFilterSensitiveLog(item)),
|
|
351
|
-
}),
|
|
352
|
-
});
|
|
353
|
-
export const PagerDutyIncidentConfigurationFilterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
export const PagerDutyConfigurationFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
export const IntegrationFilterSensitiveLog = (obj) => {
|
|
360
|
-
if (obj.pagerDutyConfiguration !== undefined)
|
|
361
|
-
return { pagerDutyConfiguration: PagerDutyConfigurationFilterSensitiveLog(obj.pagerDutyConfiguration) };
|
|
362
|
-
if (obj.$unknown !== undefined)
|
|
363
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
364
|
-
};
|
|
365
|
-
export const CreateResponsePlanInputFilterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
...(obj.incidentTemplate && { incidentTemplate: IncidentTemplateFilterSensitiveLog(obj.incidentTemplate) }),
|
|
368
|
-
...(obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) }),
|
|
369
|
-
...(obj.actions && { actions: obj.actions.map((item) => ActionFilterSensitiveLog(item)) }),
|
|
370
|
-
...(obj.integrations && { integrations: obj.integrations.map((item) => IntegrationFilterSensitiveLog(item)) }),
|
|
371
|
-
});
|
|
372
|
-
export const CreateResponsePlanOutputFilterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
export const EventReferenceFilterSensitiveLog = (obj) => {
|
|
376
|
-
if (obj.resource !== undefined)
|
|
377
|
-
return { resource: obj.resource };
|
|
378
|
-
if (obj.relatedItemId !== undefined)
|
|
379
|
-
return { relatedItemId: obj.relatedItemId };
|
|
380
|
-
if (obj.$unknown !== undefined)
|
|
381
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
382
|
-
};
|
|
383
|
-
export const CreateTimelineEventInputFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
...(obj.eventReferences && {
|
|
386
|
-
eventReferences: obj.eventReferences.map((item) => EventReferenceFilterSensitiveLog(item)),
|
|
387
|
-
}),
|
|
388
|
-
});
|
|
389
|
-
export const CreateTimelineEventOutputFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
export const DeleteIncidentRecordInputFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
export const DeleteIncidentRecordOutputFilterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
export const DeleteRegionActionFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
export const DeleteReplicationSetInputFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
export const DeleteReplicationSetOutputFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
export const DeleteResourcePolicyInputFilterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
export const DeleteResourcePolicyOutputFilterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
export const DeleteResponsePlanInputFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
export const DeleteResponsePlanOutputFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
export const DeleteTimelineEventInputFilterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
export const DeleteTimelineEventOutputFilterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
export const EventSummaryFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
...(obj.eventReferences && {
|
|
428
|
-
eventReferences: obj.eventReferences.map((item) => EventReferenceFilterSensitiveLog(item)),
|
|
429
|
-
}),
|
|
430
|
-
});
|
|
431
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
...(obj.condition && { condition: ConditionFilterSensitiveLog(obj.condition) }),
|
|
434
|
-
});
|
|
435
|
-
export const GetIncidentRecordInputFilterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
export const IncidentRecordSourceFilterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
export const IncidentRecordFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
...(obj.automationExecutions && {
|
|
444
|
-
automationExecutions: obj.automationExecutions.map((item) => AutomationExecutionFilterSensitiveLog(item)),
|
|
445
|
-
}),
|
|
446
|
-
...(obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) }),
|
|
447
|
-
...(obj.notificationTargets && {
|
|
448
|
-
notificationTargets: obj.notificationTargets.map((item) => NotificationTargetItemFilterSensitiveLog(item)),
|
|
449
|
-
}),
|
|
450
|
-
});
|
|
451
|
-
export const GetIncidentRecordOutputFilterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
...(obj.incidentRecord && { incidentRecord: IncidentRecordFilterSensitiveLog(obj.incidentRecord) }),
|
|
454
|
-
});
|
|
455
|
-
export const GetReplicationSetInputFilterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
export const RegionInfoFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
export const ReplicationSetFilterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
export const GetReplicationSetOutputFilterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
export const GetResourcePoliciesInputFilterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
});
|
|
470
|
-
export const ResourcePolicyFilterSensitiveLog = (obj) => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
export const GetResourcePoliciesOutputFilterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
});
|
|
476
|
-
export const GetResponsePlanInputFilterSensitiveLog = (obj) => ({
|
|
477
|
-
...obj,
|
|
478
|
-
});
|
|
479
|
-
export const GetResponsePlanOutputFilterSensitiveLog = (obj) => ({
|
|
480
|
-
...obj,
|
|
481
|
-
...(obj.incidentTemplate && { incidentTemplate: IncidentTemplateFilterSensitiveLog(obj.incidentTemplate) }),
|
|
482
|
-
...(obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) }),
|
|
483
|
-
...(obj.actions && { actions: obj.actions.map((item) => ActionFilterSensitiveLog(item)) }),
|
|
484
|
-
...(obj.integrations && { integrations: obj.integrations.map((item) => IntegrationFilterSensitiveLog(item)) }),
|
|
485
|
-
});
|
|
486
|
-
export const GetTimelineEventInputFilterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
});
|
|
489
|
-
export const TimelineEventFilterSensitiveLog = (obj) => ({
|
|
490
|
-
...obj,
|
|
491
|
-
...(obj.eventReferences && {
|
|
492
|
-
eventReferences: obj.eventReferences.map((item) => EventReferenceFilterSensitiveLog(item)),
|
|
493
|
-
}),
|
|
494
|
-
});
|
|
495
|
-
export const GetTimelineEventOutputFilterSensitiveLog = (obj) => ({
|
|
496
|
-
...obj,
|
|
497
|
-
...(obj.event && { event: TimelineEventFilterSensitiveLog(obj.event) }),
|
|
498
|
-
});
|
|
499
|
-
export const IncidentRecordSummaryFilterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
export const PagerDutyIncidentDetailFilterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
export const ItemValueFilterSensitiveLog = (obj) => {
|
|
506
|
-
if (obj.arn !== undefined)
|
|
507
|
-
return { arn: obj.arn };
|
|
508
|
-
if (obj.url !== undefined)
|
|
509
|
-
return { url: obj.url };
|
|
510
|
-
if (obj.metricDefinition !== undefined)
|
|
511
|
-
return { metricDefinition: obj.metricDefinition };
|
|
512
|
-
if (obj.pagerDutyIncidentDetail !== undefined)
|
|
513
|
-
return { pagerDutyIncidentDetail: PagerDutyIncidentDetailFilterSensitiveLog(obj.pagerDutyIncidentDetail) };
|
|
514
|
-
if (obj.$unknown !== undefined)
|
|
515
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
516
|
-
};
|
|
517
|
-
export const ItemIdentifierFilterSensitiveLog = (obj) => ({
|
|
518
|
-
...obj,
|
|
519
|
-
...(obj.value && { value: ItemValueFilterSensitiveLog(obj.value) }),
|
|
520
|
-
});
|
|
521
|
-
export const ListIncidentRecordsInputFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
...(obj.filters && { filters: obj.filters.map((item) => FilterFilterSensitiveLog(item)) }),
|
|
524
|
-
});
|
|
525
|
-
export const ListIncidentRecordsOutputFilterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
export const ListRelatedItemsInputFilterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
});
|
|
531
|
-
export const RelatedItemFilterSensitiveLog = (obj) => ({
|
|
532
|
-
...obj,
|
|
533
|
-
...(obj.identifier && { identifier: ItemIdentifierFilterSensitiveLog(obj.identifier) }),
|
|
534
|
-
});
|
|
535
|
-
export const ListRelatedItemsOutputFilterSensitiveLog = (obj) => ({
|
|
536
|
-
...obj,
|
|
537
|
-
...(obj.relatedItems && { relatedItems: obj.relatedItems.map((item) => RelatedItemFilterSensitiveLog(item)) }),
|
|
538
|
-
});
|
|
539
|
-
export const ListReplicationSetsInputFilterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
export const ListReplicationSetsOutputFilterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
});
|
|
545
|
-
export const ListResponsePlansInputFilterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
export const ResponsePlanSummaryFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
});
|
|
551
|
-
export const ListResponsePlansOutputFilterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
555
|
-
...obj,
|
|
556
|
-
});
|
|
557
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
export const ListTimelineEventsInputFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
...(obj.filters && { filters: obj.filters.map((item) => FilterFilterSensitiveLog(item)) }),
|
|
563
|
-
});
|
|
564
|
-
export const ListTimelineEventsOutputFilterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
...(obj.eventSummaries && { eventSummaries: obj.eventSummaries.map((item) => EventSummaryFilterSensitiveLog(item)) }),
|
|
567
|
-
});
|
|
568
|
-
export const PutResourcePolicyInputFilterSensitiveLog = (obj) => ({
|
|
569
|
-
...obj,
|
|
570
|
-
});
|
|
571
|
-
export const PutResourcePolicyOutputFilterSensitiveLog = (obj) => ({
|
|
572
|
-
...obj,
|
|
573
|
-
});
|
|
574
|
-
export const RelatedItemsUpdateFilterSensitiveLog = (obj) => {
|
|
575
|
-
if (obj.itemToAdd !== undefined)
|
|
576
|
-
return { itemToAdd: RelatedItemFilterSensitiveLog(obj.itemToAdd) };
|
|
577
|
-
if (obj.itemToRemove !== undefined)
|
|
578
|
-
return { itemToRemove: ItemIdentifierFilterSensitiveLog(obj.itemToRemove) };
|
|
579
|
-
if (obj.$unknown !== undefined)
|
|
580
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
581
|
-
};
|
|
582
|
-
export const TriggerDetailsFilterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
});
|
|
585
|
-
export const StartIncidentInputFilterSensitiveLog = (obj) => ({
|
|
586
|
-
...obj,
|
|
587
|
-
...(obj.relatedItems && { relatedItems: obj.relatedItems.map((item) => RelatedItemFilterSensitiveLog(item)) }),
|
|
588
|
-
});
|
|
589
|
-
export const StartIncidentOutputFilterSensitiveLog = (obj) => ({
|
|
590
|
-
...obj,
|
|
591
|
-
});
|
|
592
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
});
|
|
595
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
596
|
-
...obj,
|
|
597
|
-
});
|
|
598
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
599
|
-
...obj,
|
|
600
|
-
});
|
|
601
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
602
|
-
...obj,
|
|
603
|
-
});
|
|
604
|
-
export const UpdateDeletionProtectionInputFilterSensitiveLog = (obj) => ({
|
|
605
|
-
...obj,
|
|
606
|
-
});
|
|
607
|
-
export const UpdateDeletionProtectionOutputFilterSensitiveLog = (obj) => ({
|
|
608
|
-
...obj,
|
|
609
|
-
});
|
|
610
|
-
export const UpdateIncidentRecordInputFilterSensitiveLog = (obj) => ({
|
|
611
|
-
...obj,
|
|
612
|
-
...(obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) }),
|
|
613
|
-
...(obj.notificationTargets && {
|
|
614
|
-
notificationTargets: obj.notificationTargets.map((item) => NotificationTargetItemFilterSensitiveLog(item)),
|
|
615
|
-
}),
|
|
616
|
-
});
|
|
617
|
-
export const UpdateIncidentRecordOutputFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
export const UpdateRelatedItemsInputFilterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
...(obj.relatedItemsUpdate && { relatedItemsUpdate: RelatedItemsUpdateFilterSensitiveLog(obj.relatedItemsUpdate) }),
|
|
623
|
-
});
|
|
624
|
-
export const UpdateRelatedItemsOutputFilterSensitiveLog = (obj) => ({
|
|
625
|
-
...obj,
|
|
626
|
-
});
|
|
627
|
-
export const UpdateReplicationSetActionFilterSensitiveLog = (obj) => {
|
|
628
|
-
if (obj.addRegionAction !== undefined)
|
|
629
|
-
return { addRegionAction: AddRegionActionFilterSensitiveLog(obj.addRegionAction) };
|
|
630
|
-
if (obj.deleteRegionAction !== undefined)
|
|
631
|
-
return { deleteRegionAction: DeleteRegionActionFilterSensitiveLog(obj.deleteRegionAction) };
|
|
632
|
-
if (obj.$unknown !== undefined)
|
|
633
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
634
|
-
};
|
|
635
|
-
export const UpdateReplicationSetInputFilterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
...(obj.actions && { actions: obj.actions.map((item) => UpdateReplicationSetActionFilterSensitiveLog(item)) }),
|
|
638
|
-
});
|
|
639
|
-
export const UpdateReplicationSetOutputFilterSensitiveLog = (obj) => ({
|
|
640
|
-
...obj,
|
|
641
|
-
});
|
|
642
|
-
export const UpdateResponsePlanInputFilterSensitiveLog = (obj) => ({
|
|
643
|
-
...obj,
|
|
644
|
-
...(obj.incidentTemplateNotificationTargets && {
|
|
645
|
-
incidentTemplateNotificationTargets: obj.incidentTemplateNotificationTargets.map((item) => NotificationTargetItemFilterSensitiveLog(item)),
|
|
646
|
-
}),
|
|
647
|
-
...(obj.chatChannel && { chatChannel: ChatChannelFilterSensitiveLog(obj.chatChannel) }),
|
|
648
|
-
...(obj.actions && { actions: obj.actions.map((item) => ActionFilterSensitiveLog(item)) }),
|
|
649
|
-
...(obj.integrations && { integrations: obj.integrations.map((item) => IntegrationFilterSensitiveLog(item)) }),
|
|
650
|
-
});
|
|
651
|
-
export const UpdateResponsePlanOutputFilterSensitiveLog = (obj) => ({
|
|
652
|
-
...obj,
|
|
653
|
-
});
|
|
654
|
-
export const UpdateTimelineEventInputFilterSensitiveLog = (obj) => ({
|
|
655
|
-
...obj,
|
|
656
|
-
...(obj.eventReferences && {
|
|
657
|
-
eventReferences: obj.eventReferences.map((item) => EventReferenceFilterSensitiveLog(item)),
|
|
658
|
-
}),
|
|
659
|
-
});
|
|
660
|
-
export const UpdateTimelineEventOutputFilterSensitiveLog = (obj) => ({
|
|
661
|
-
...obj,
|
|
662
|
-
});
|
|
@@ -30,6 +30,7 @@ import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from
|
|
|
30
30
|
import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "./commands/UpdateTimelineEventCommand";
|
|
31
31
|
import { SSMIncidentsClient } from "./SSMIncidentsClient";
|
|
32
32
|
/**
|
|
33
|
+
* @public
|
|
33
34
|
* <p>Systems Manager Incident Manager is an incident management console designed to help users
|
|
34
35
|
* mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An
|
|
35
36
|
* incident is any unplanned interruption or reduction in quality of services. </p>
|
|
@@ -41,6 +42,7 @@ import { SSMIncidentsClient } from "./SSMIncidentsClient";
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class SSMIncidents extends SSMIncidentsClient {
|
|
43
44
|
/**
|
|
45
|
+
* @public
|
|
44
46
|
* <p>A replication set replicates and encrypts your data to the provided Regions with the
|
|
45
47
|
* provided KMS key. </p>
|
|
46
48
|
*/
|
|
@@ -48,6 +50,7 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
48
50
|
createReplicationSet(args: CreateReplicationSetCommandInput, cb: (err: any, data?: CreateReplicationSetCommandOutput) => void): void;
|
|
49
51
|
createReplicationSet(args: CreateReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationSetCommandOutput) => void): void;
|
|
50
52
|
/**
|
|
53
|
+
* @public
|
|
51
54
|
* <p>Creates a response plan that automates the initial response to incidents. A response
|
|
52
55
|
* plan engages contacts, starts chat channel collaboration, and initiates runbooks at the
|
|
53
56
|
* beginning of an incident.</p>
|
|
@@ -56,6 +59,7 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
56
59
|
createResponsePlan(args: CreateResponsePlanCommandInput, cb: (err: any, data?: CreateResponsePlanCommandOutput) => void): void;
|
|
57
60
|
createResponsePlan(args: CreateResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResponsePlanCommandOutput) => void): void;
|
|
58
61
|
/**
|
|
62
|
+
* @public
|
|
59
63
|
* <p>Creates a custom timeline event on the incident details page of an incident record.
|
|
60
64
|
* Timeline events are automatically created by Incident Manager, marking key moment during an
|
|
61
65
|
* incident. You can create custom timeline events to mark important events that are
|
|
@@ -65,12 +69,14 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
65
69
|
createTimelineEvent(args: CreateTimelineEventCommandInput, cb: (err: any, data?: CreateTimelineEventCommandOutput) => void): void;
|
|
66
70
|
createTimelineEvent(args: CreateTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTimelineEventCommandOutput) => void): void;
|
|
67
71
|
/**
|
|
72
|
+
* @public
|
|
68
73
|
* <p>Delete an incident record from Incident Manager. </p>
|
|
69
74
|
*/
|
|
70
75
|
deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIncidentRecordCommandOutput>;
|
|
71
76
|
deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void): void;
|
|
72
77
|
deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void): void;
|
|
73
78
|
/**
|
|
79
|
+
* @public
|
|
74
80
|
* <p>Deletes all Regions in your replication set. Deleting the replication set deletes all
|
|
75
81
|
* Incident Manager data.</p>
|
|
76
82
|
*/
|
|
@@ -78,6 +84,7 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
78
84
|
deleteReplicationSet(args: DeleteReplicationSetCommandInput, cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void): void;
|
|
79
85
|
deleteReplicationSet(args: DeleteReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void): void;
|
|
80
86
|
/**
|
|
87
|
+
* @public
|
|
81
88
|
* <p>Deletes the resource policy that Resource Access Manager uses to share your Incident Manager
|
|
82
89
|
* resource.</p>
|
|
83
90
|
*/
|
|
@@ -85,6 +92,7 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
85
92
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
86
93
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
87
94
|
/**
|
|
95
|
+
* @public
|
|
88
96
|
* <p>Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this
|
|
89
97
|
* response plan.</p>
|
|
90
98
|
*/
|
|
@@ -92,42 +100,49 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
92
100
|
deleteResponsePlan(args: DeleteResponsePlanCommandInput, cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void): void;
|
|
93
101
|
deleteResponsePlan(args: DeleteResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void): void;
|
|
94
102
|
/**
|
|
103
|
+
* @public
|
|
95
104
|
* <p>Deletes a timeline event from an incident.</p>
|
|
96
105
|
*/
|
|
97
106
|
deleteTimelineEvent(args: DeleteTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTimelineEventCommandOutput>;
|
|
98
107
|
deleteTimelineEvent(args: DeleteTimelineEventCommandInput, cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void): void;
|
|
99
108
|
deleteTimelineEvent(args: DeleteTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void): void;
|
|
100
109
|
/**
|
|
110
|
+
* @public
|
|
101
111
|
* <p>Returns the details for the specified incident record.</p>
|
|
102
112
|
*/
|
|
103
113
|
getIncidentRecord(args: GetIncidentRecordCommandInput, options?: __HttpHandlerOptions): Promise<GetIncidentRecordCommandOutput>;
|
|
104
114
|
getIncidentRecord(args: GetIncidentRecordCommandInput, cb: (err: any, data?: GetIncidentRecordCommandOutput) => void): void;
|
|
105
115
|
getIncidentRecord(args: GetIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIncidentRecordCommandOutput) => void): void;
|
|
106
116
|
/**
|
|
117
|
+
* @public
|
|
107
118
|
* <p>Retrieve your Incident Manager replication set.</p>
|
|
108
119
|
*/
|
|
109
120
|
getReplicationSet(args: GetReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<GetReplicationSetCommandOutput>;
|
|
110
121
|
getReplicationSet(args: GetReplicationSetCommandInput, cb: (err: any, data?: GetReplicationSetCommandOutput) => void): void;
|
|
111
122
|
getReplicationSet(args: GetReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReplicationSetCommandOutput) => void): void;
|
|
112
123
|
/**
|
|
124
|
+
* @public
|
|
113
125
|
* <p>Retrieves the resource policies attached to the specified response plan.</p>
|
|
114
126
|
*/
|
|
115
127
|
getResourcePolicies(args: GetResourcePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePoliciesCommandOutput>;
|
|
116
128
|
getResourcePolicies(args: GetResourcePoliciesCommandInput, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
|
|
117
129
|
getResourcePolicies(args: GetResourcePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
|
|
118
130
|
/**
|
|
131
|
+
* @public
|
|
119
132
|
* <p>Retrieves the details of the specified response plan.</p>
|
|
120
133
|
*/
|
|
121
134
|
getResponsePlan(args: GetResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<GetResponsePlanCommandOutput>;
|
|
122
135
|
getResponsePlan(args: GetResponsePlanCommandInput, cb: (err: any, data?: GetResponsePlanCommandOutput) => void): void;
|
|
123
136
|
getResponsePlan(args: GetResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResponsePlanCommandOutput) => void): void;
|
|
124
137
|
/**
|
|
138
|
+
* @public
|
|
125
139
|
* <p>Retrieves a timeline event based on its ID and incident record.</p>
|
|
126
140
|
*/
|
|
127
141
|
getTimelineEvent(args: GetTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<GetTimelineEventCommandOutput>;
|
|
128
142
|
getTimelineEvent(args: GetTimelineEventCommandInput, cb: (err: any, data?: GetTimelineEventCommandOutput) => void): void;
|
|
129
143
|
getTimelineEvent(args: GetTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTimelineEventCommandOutput) => void): void;
|
|
130
144
|
/**
|
|
145
|
+
* @public
|
|
131
146
|
* <p>Lists all incident records in your account. Use this command to retrieve the Amazon
|
|
132
147
|
* Resource Name (ARN) of the incident record you want to update. </p>
|
|
133
148
|
*/
|
|
@@ -135,36 +150,42 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
135
150
|
listIncidentRecords(args: ListIncidentRecordsCommandInput, cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void): void;
|
|
136
151
|
listIncidentRecords(args: ListIncidentRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void): void;
|
|
137
152
|
/**
|
|
153
|
+
* @public
|
|
138
154
|
* <p>List all related items for an incident record.</p>
|
|
139
155
|
*/
|
|
140
156
|
listRelatedItems(args: ListRelatedItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListRelatedItemsCommandOutput>;
|
|
141
157
|
listRelatedItems(args: ListRelatedItemsCommandInput, cb: (err: any, data?: ListRelatedItemsCommandOutput) => void): void;
|
|
142
158
|
listRelatedItems(args: ListRelatedItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRelatedItemsCommandOutput) => void): void;
|
|
143
159
|
/**
|
|
160
|
+
* @public
|
|
144
161
|
* <p>Lists details about the replication set configured in your account. </p>
|
|
145
162
|
*/
|
|
146
163
|
listReplicationSets(args: ListReplicationSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListReplicationSetsCommandOutput>;
|
|
147
164
|
listReplicationSets(args: ListReplicationSetsCommandInput, cb: (err: any, data?: ListReplicationSetsCommandOutput) => void): void;
|
|
148
165
|
listReplicationSets(args: ListReplicationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplicationSetsCommandOutput) => void): void;
|
|
149
166
|
/**
|
|
167
|
+
* @public
|
|
150
168
|
* <p>Lists all response plans in your account.</p>
|
|
151
169
|
*/
|
|
152
170
|
listResponsePlans(args: ListResponsePlansCommandInput, options?: __HttpHandlerOptions): Promise<ListResponsePlansCommandOutput>;
|
|
153
171
|
listResponsePlans(args: ListResponsePlansCommandInput, cb: (err: any, data?: ListResponsePlansCommandOutput) => void): void;
|
|
154
172
|
listResponsePlans(args: ListResponsePlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResponsePlansCommandOutput) => void): void;
|
|
155
173
|
/**
|
|
174
|
+
* @public
|
|
156
175
|
* <p>Lists the tags that are attached to the specified response plan.</p>
|
|
157
176
|
*/
|
|
158
177
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
159
178
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
160
179
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
161
180
|
/**
|
|
181
|
+
* @public
|
|
162
182
|
* <p>Lists timeline events for the specified incident record.</p>
|
|
163
183
|
*/
|
|
164
184
|
listTimelineEvents(args: ListTimelineEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListTimelineEventsCommandOutput>;
|
|
165
185
|
listTimelineEvents(args: ListTimelineEventsCommandInput, cb: (err: any, data?: ListTimelineEventsCommandOutput) => void): void;
|
|
166
186
|
listTimelineEvents(args: ListTimelineEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTimelineEventsCommandOutput) => void): void;
|
|
167
187
|
/**
|
|
188
|
+
* @public
|
|
168
189
|
* <p>Adds a resource policy to the specified response plan. The resource policy is used to
|
|
169
190
|
* share the response plan using Resource Access Manager (RAM). For more
|
|
170
191
|
* information about cross-account sharing, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-manager-cross-account-cross-region.html">Cross-Region and cross-account incident
|
|
@@ -174,6 +195,7 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
174
195
|
putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
175
196
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
176
197
|
/**
|
|
198
|
+
* @public
|
|
177
199
|
* <p>Used to start an incident from CloudWatch alarms, EventBridge events, or
|
|
178
200
|
* manually. </p>
|
|
179
201
|
*/
|
|
@@ -181,18 +203,21 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
181
203
|
startIncident(args: StartIncidentCommandInput, cb: (err: any, data?: StartIncidentCommandOutput) => void): void;
|
|
182
204
|
startIncident(args: StartIncidentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartIncidentCommandOutput) => void): void;
|
|
183
205
|
/**
|
|
206
|
+
* @public
|
|
184
207
|
* <p>Adds a tag to a response plan.</p>
|
|
185
208
|
*/
|
|
186
209
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
187
210
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
188
211
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
189
212
|
/**
|
|
213
|
+
* @public
|
|
190
214
|
* <p>Removes a tag from a resource.</p>
|
|
191
215
|
*/
|
|
192
216
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
193
217
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
194
218
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
195
219
|
/**
|
|
220
|
+
* @public
|
|
196
221
|
* <p>Update deletion protection to either allow or deny deletion of the final Region in a
|
|
197
222
|
* replication set.</p>
|
|
198
223
|
*/
|
|
@@ -200,6 +225,7 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
200
225
|
updateDeletionProtection(args: UpdateDeletionProtectionCommandInput, cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void): void;
|
|
201
226
|
updateDeletionProtection(args: UpdateDeletionProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void): void;
|
|
202
227
|
/**
|
|
228
|
+
* @public
|
|
203
229
|
* <p>Update the details of an incident record. You can use this operation to update an
|
|
204
230
|
* incident record from the defined chat channel. For more information about using actions
|
|
205
231
|
* in chat channels, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/chat.html#chat-interact">Interacting through chat</a>.</p>
|
|
@@ -208,24 +234,28 @@ export declare class SSMIncidents extends SSMIncidentsClient {
|
|
|
208
234
|
updateIncidentRecord(args: UpdateIncidentRecordCommandInput, cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void): void;
|
|
209
235
|
updateIncidentRecord(args: UpdateIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void): void;
|
|
210
236
|
/**
|
|
237
|
+
* @public
|
|
211
238
|
* <p>Add or remove related items from the related items tab of an incident record.</p>
|
|
212
239
|
*/
|
|
213
240
|
updateRelatedItems(args: UpdateRelatedItemsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRelatedItemsCommandOutput>;
|
|
214
241
|
updateRelatedItems(args: UpdateRelatedItemsCommandInput, cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void): void;
|
|
215
242
|
updateRelatedItems(args: UpdateRelatedItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void): void;
|
|
216
243
|
/**
|
|
244
|
+
* @public
|
|
217
245
|
* <p>Add or delete Regions from your replication set.</p>
|
|
218
246
|
*/
|
|
219
247
|
updateReplicationSet(args: UpdateReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReplicationSetCommandOutput>;
|
|
220
248
|
updateReplicationSet(args: UpdateReplicationSetCommandInput, cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void): void;
|
|
221
249
|
updateReplicationSet(args: UpdateReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void): void;
|
|
222
250
|
/**
|
|
251
|
+
* @public
|
|
223
252
|
* <p>Updates the specified response plan.</p>
|
|
224
253
|
*/
|
|
225
254
|
updateResponsePlan(args: UpdateResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResponsePlanCommandOutput>;
|
|
226
255
|
updateResponsePlan(args: UpdateResponsePlanCommandInput, cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void): void;
|
|
227
256
|
updateResponsePlan(args: UpdateResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void): void;
|
|
228
257
|
/**
|
|
258
|
+
* @public
|
|
229
259
|
* <p>Updates a timeline event. You can update events of type <code>Custom
|
|
230
260
|
* Event</code>.</p>
|
|
231
261
|
*/
|