ListRelatedItems
Source:
src/AWS/SSMIncidents/ListRelatedItems.ts
Runtime binding for ssm-incidents:ListRelatedItems.
Lists the related items of an incident — attached metrics, runbook
executions, parent tickets, and links. Related items live under runtime
incident-record ARNs, so the deploy-time grant is account-level
(Resource: "*").
Provide the implementation with
Effect.provide(AWS.SSMIncidents.ListRelatedItemsHttp).
Related Items
Section titled “Related Items”// initconst listRelatedItems = yield* AWS.SSMIncidents.ListRelatedItems();
// runtimeconst { relatedItems } = yield* listRelatedItems({ incidentRecordArn });