/** *
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 "./SSMContactsClient"; export * from "./SSMContacts"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { SSMContactsExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { SSMContactsServiceException } from "./models/SSMContactsServiceException";