/** *

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.

*

This reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see Setting up * Amazon Web Services Systems Manager.

*

* Related resources *

* * * @packageDocumentation */ export * from "./SSMClient"; export * from "./SSM"; export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { SSMExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./pagination"; export * from "./waiters"; export * from "./models"; export { SSMServiceException } from "./models/SSMServiceException";