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 35 36 37 38
|
// 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 a collection of capabilities to help you
// manage your applications and infrastructure running in the Amazon Web Services
// Cloud;. Systems Manager simplifies application and resource management, shortens
// the time to detect and resolve operational problems, and helps you manage your
// Amazon Web Services resources securely 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,
// verify prerequisites. For more information, 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 how to use a Query API, see Making
// API requests
// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html).
//
// *
// For information about other API operations you can perform on EC2 instances, see
// the Amazon EC2 API Reference
// (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/).
//
// * 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
// Incident Manager User Guide
// (https://docs.aws.amazon.com/incident-manager/latest/userguide/) and the
// Incident Manager API Reference
// (https://docs.aws.amazon.com/incident-manager/latest/APIReference/).
package ssm
|