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
|
// 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 (https://docs.aws.amazon.com/systems-manager/latest/userguide/)
// . To get started, see Setting up Amazon Web Services Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html)
// . Related resources
// - For information about each of the capabilities that comprise Systems
// Manager, see Systems Manager capabilities (https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html#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 (https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-runbook-reference.html)
// .
// - For information about AppConfig, a capability of Systems Manager, see the
// AppConfig User Guide (https://docs.aws.amazon.com/appconfig/latest/userguide/)
// and the AppConfig API Reference (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/)
// .
// - For information about Incident Manager, a capability of Systems Manager,
// see the Systems Manager Incident Manager User Guide (https://docs.aws.amazon.com/incident-manager/latest/userguide/)
// and the Systems Manager Incident Manager API Reference (https://docs.aws.amazon.com/incident-manager/latest/APIReference/)
// .
package ssm
|