1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package ssm provides the API client, operations, and parameter types for Amazon
// Simple Systems Manager (SSM).
//
// 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
//
// - For information about each of the capabilities that comprise Systems
// Manager, see [Systems Manager capabilities]in the Amazon Web Services Systems Manager User Guide.
//
// - For details about predefined runbooks for Automation, a capability of
// Amazon Web Services Systems Manager, see the [Systems Manager Automation runbook reference].
//
// - For information about AppConfig, a capability of Systems Manager, see the [AppConfig User Guide]
// and the [AppConfig API Reference].
//
// - For information about Incident Manager, a capability of Systems Manager,
// see the [Systems Manager Incident Manager User Guide]and the [Systems Manager Incident Manager API Reference].
//
// [Amazon Web Services Systems Manager User Guide]: https://docs.aws.amazon.com/systems-manager/latest/userguide/
// [AppConfig User Guide]: https://docs.aws.amazon.com/appconfig/latest/userguide/
// [Systems Manager Automation runbook reference]: https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html
// [AppConfig API Reference]: https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/
// [Systems Manager Incident Manager API Reference]: https://docs.aws.amazon.com/incident-manager/latest/APIReference/
// [Setting up Amazon Web Services Systems Manager]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html
// [Systems Manager Incident Manager User Guide]: https://docs.aws.amazon.com/incident-manager/latest/userguide/
// [Systems Manager capabilities]: https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities
package ssm
|