UNPKG

@aws-sdk/client-ssm

Version:

AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native

58 lines (57 loc) 3.19 kB
/** * <p>Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure * end-to-end management solution for hybrid cloud environments that enables safe and secure * operations at scale.</p> * <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up-console.html">Setting up * Amazon Web Services Systems Manager</a>.</p> * <p class="title"> * <b>Related resources</b> * </p> * <ul> * <li> * <p>For information about each of the tools that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-tools.html">Using * Systems Manager tools</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p> * </li> * <li> * <p>For details about predefined runbooks for Automation, a tool in Amazon Web Services Systems Manager, see the * <i> * <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html">Systems Manager Automation Runbook Reference</a> * </i>.</p> * </li> * <li> * <p>For information about AppConfig, a tool in Systems Manager, see the <i> * <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/">AppConfig User Guide</a> * </i> * and the <i> * <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/">AppConfig * API Reference</a> * </i>.</p> * </li> * <li> * <p>For information about Incident Manager, a tool in Systems Manager, see the <i> * <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/">Systems Manager Incident Manager User * Guide</a> * </i> and the <i> * <a href="https://docs.aws.amazon.com/incident-manager/latest/APIReference/">Systems Manager Incident Manager API * Reference</a> * </i>.</p> * </li> * </ul> * * @packageDocumentation */ export * from "./SSMClient"; export * from "./SSM"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { SSMExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./waiters"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export * from "./models/models_1"; export { SSMServiceException } from "./models/SSMServiceException";