github.com/aavshr/aws-sdk-go@v1.41.3/service/ssm/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package ssm provides the client and types for making API 4 // requests to Amazon Simple Systems Manager (SSM). 5 // 6 // Amazon Web Services Systems Manager is a collection of capabilities that 7 // helps you automate management tasks such as collecting system inventory, 8 // applying operating system (OS) patches, automating the creation of Amazon 9 // Machine Images (AMIs), and configuring operating systems (OSs) and applications 10 // at scale. Systems Manager lets you remotely and securely manage the configuration 11 // of your managed instances. A managed instance is any Amazon Elastic Compute 12 // Cloud instance (EC2 instance), or any on-premises server or virtual machine 13 // (VM) in your hybrid environment that has been configured for Systems Manager. 14 // 15 // This reference is intended to be used with the Amazon Web Services Systems 16 // Manager User Guide (https://docs.aws.amazon.com/systems-manager/latest/userguide/). 17 // 18 // To get started, verify prerequisites and configure managed instances. For 19 // more information, see Setting up Amazon Web Services Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html) 20 // in the Amazon Web Services Systems Manager User Guide. 21 // 22 // Related resources 23 // 24 // * For information about how to use a Query API, see Making API requests 25 // (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html). 26 // 27 // * For information about other API operations you can perform on EC2 instances, 28 // see the Amazon EC2 API Reference (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/). 29 // 30 // * For information about AppConfig, a capability of Systems Manager, see 31 // the AppConfig User Guide (https://docs.aws.amazon.com/appconfig/latest/userguide/) 32 // and the AppConfig API Reference (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/). 33 // 34 // * For information about Incident Manager, a capability of Systems Manager, 35 // see the Incident Manager User Guide (https://docs.aws.amazon.com/incident-manager/latest/userguide/) 36 // and the Incident Manager API Reference (https://docs.aws.amazon.com/incident-manager/latest/APIReference/). 37 // 38 // See https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06 for more information on this service. 39 // 40 // See ssm package documentation for more information. 41 // https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/ 42 // 43 // Using the Client 44 // 45 // To contact Amazon Simple Systems Manager (SSM) with the SDK use the New function to create 46 // a new service client. With that client you can make API requests to the service. 47 // These clients are safe to use concurrently. 48 // 49 // See the SDK's documentation for more information on how to use the SDK. 50 // https://docs.aws.amazon.com/sdk-for-go/api/ 51 // 52 // See aws.Config documentation for more information on configuring SDK clients. 53 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 54 // 55 // See the Amazon Simple Systems Manager (SSM) client SSM for more 56 // information on creating client for this service. 57 // https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/#New 58 package ssm