github.com/aavshr/aws-sdk-go@v1.41.3/service/configservice/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package configservice provides the client and types for making API 4 // requests to AWS Config. 5 // 6 // Config provides a way to keep track of the configurations of all the Amazon 7 // Web Services resources associated with your Amazon Web Services account. 8 // You can use Config to get the current and historical configurations of each 9 // Amazon Web Services resource and also to get information about the relationship 10 // between the resources. An Amazon Web Services resource can be an Amazon Compute 11 // Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an elastic 12 // network Interface (ENI), or a security group. For a complete list of resources 13 // currently supported by Config, see Supported Amazon Web Services resources 14 // (https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html#supported-resources). 15 // 16 // You can access and manage Config through the Amazon Web Services Management 17 // Console, the Amazon Web Services Command Line Interface (Amazon Web Services 18 // CLI), the Config API, or the Amazon Web Services SDKs for Config. This reference 19 // guide contains documentation for the Config API and the Amazon Web Services 20 // CLI commands that you can use to manage Config. The Config API uses the Signature 21 // Version 4 protocol for signing requests. For more information about how to 22 // sign a request with this protocol, see Signature Version 4 Signing Process 23 // (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). 24 // For detailed information about Config features and their associated actions 25 // or commands, as well as how to work with Amazon Web Services Management Console, 26 // see What Is Config (https://docs.aws.amazon.com/config/latest/developerguide/WhatIsConfig.html) 27 // in the Config Developer Guide. 28 // 29 // See https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12 for more information on this service. 30 // 31 // See configservice package documentation for more information. 32 // https://docs.aws.amazon.com/sdk-for-go/api/service/configservice/ 33 // 34 // Using the Client 35 // 36 // To contact AWS Config with the SDK use the New function to create 37 // a new service client. With that client you can make API requests to the service. 38 // These clients are safe to use concurrently. 39 // 40 // See the SDK's documentation for more information on how to use the SDK. 41 // https://docs.aws.amazon.com/sdk-for-go/api/ 42 // 43 // See aws.Config documentation for more information on configuring SDK clients. 44 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 45 // 46 // See the AWS Config client ConfigService for more 47 // information on creating client for this service. 48 // https://docs.aws.amazon.com/sdk-for-go/api/service/configservice/#New 49 package configservice