github.com/aavshr/aws-sdk-go@v1.41.3/service/dlm/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package dlm provides the client and types for making API 4 // requests to Amazon Data Lifecycle Manager. 5 // 6 // With Amazon Data Lifecycle Manager, you can manage the lifecycle of your 7 // Amazon Web Services resources. You create lifecycle policies, which are used 8 // to automate operations on the specified resources. 9 // 10 // Amazon DLM supports Amazon EBS volumes and snapshots. For information about 11 // using Amazon DLM with Amazon EBS, see Automating the Amazon EBS Snapshot 12 // Lifecycle (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html) 13 // in the Amazon EC2 User Guide. 14 // 15 // See https://docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12 for more information on this service. 16 // 17 // See dlm package documentation for more information. 18 // https://docs.aws.amazon.com/sdk-for-go/api/service/dlm/ 19 // 20 // Using the Client 21 // 22 // To contact Amazon Data Lifecycle Manager with the SDK use the New function to create 23 // a new service client. With that client you can make API requests to the service. 24 // These clients are safe to use concurrently. 25 // 26 // See the SDK's documentation for more information on how to use the SDK. 27 // https://docs.aws.amazon.com/sdk-for-go/api/ 28 // 29 // See aws.Config documentation for more information on configuring SDK clients. 30 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 31 // 32 // See the Amazon Data Lifecycle Manager client DLM for more 33 // information on creating client for this service. 34 // https://docs.aws.amazon.com/sdk-for-go/api/service/dlm/#New 35 package dlm