/** *
Systems Manager Incident Manager is an incident management console designed to help users * mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An * incident is any unplanned interruption or reduction in quality of services.
*Incident Manager increases incident resolution by notifying responders of impact, * highlighting relevant troubleshooting data, and providing collaboration tools to get services * back up and running. To achieve the primary goal of reducing the time-to-resolution of * critical incidents, Incident Manager automates response plans and enables responder * team escalation.
* * @packageDocumentation */ export * from "./SSMIncidentsClient"; export * from "./SSMIncidents"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { SSMIncidentsExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./waiters"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { SSMIncidentsServiceException } from "./models/SSMIncidentsServiceException";