2017-05-11 13:24:29 +02:00
|
|
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
|
|
|
|
// Package ssm provides the client and types for making API
|
|
|
|
// requests to Amazon Simple Systems Manager (SSM).
|
|
|
|
//
|
|
|
|
// Amazon EC2 Systems Manager is a collection of capabilities that helps you
|
|
|
|
// automate management tasks such as collecting system inventory, applying operating
|
|
|
|
// system (OS) patches, automating the creation of Amazon Machine Images (AMIs),
|
|
|
|
// and configuring operating systems (OSs) and applications at scale. Systems
|
|
|
|
// Manager lets you remotely and securely manage the configuration of your managed
|
|
|
|
// instances. A managed instance is any Amazon EC2 instance or on-premises machine
|
|
|
|
// in your hybrid environment that has been configured for Systems Manager.
|
|
|
|
//
|
|
|
|
// This reference is intended to be used with the Amazon EC2 Systems Manager
|
|
|
|
// User Guide (http://docs.aws.amazon.com/systems-manager/latest/userguide/).
|
|
|
|
//
|
|
|
|
// To get started, verify prerequisites and configure managed instances. For
|
2017-09-05 15:21:07 +02:00
|
|
|
// more information, see Systems Manager Prerequisites (http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html).
|
2017-05-11 13:24:29 +02:00
|
|
|
//
|
|
|
|
// See https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06 for more information on this service.
|
|
|
|
//
|
|
|
|
// See ssm package documentation for more information.
|
|
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/
|
|
|
|
//
|
|
|
|
// Using the Client
|
|
|
|
//
|
2017-09-05 15:21:07 +02:00
|
|
|
// To Amazon Simple Systems Manager (SSM) with the SDK use the New function to create
|
|
|
|
// a new service client. With that client you can make API requests to the service.
|
|
|
|
// These clients are safe to use concurrently.
|
2017-05-11 13:24:29 +02:00
|
|
|
//
|
2017-09-05 15:21:07 +02:00
|
|
|
// See the SDK's documentation for more information on how to use the SDK.
|
2017-05-11 13:24:29 +02:00
|
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/
|
|
|
|
//
|
2017-09-05 15:21:07 +02:00
|
|
|
// See aws.Config documentation for more information on configuring SDK clients.
|
2017-05-11 13:24:29 +02:00
|
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
|
|
|
//
|
|
|
|
// See the Amazon Simple Systems Manager (SSM) client SSM for more
|
2017-09-05 15:21:07 +02:00
|
|
|
// information on creating client for this service.
|
2017-05-11 13:24:29 +02:00
|
|
|
// https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/#New
|
|
|
|
package ssm
|