1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3// Package computeoptimizer provides the client and types for making API
4// requests to AWS Compute Optimizer.
5//
6// AWS Compute Optimizer is a service that analyzes the configuration and utilization
7// metrics of your AWS compute resources, such as EC2 instances, Auto Scaling
8// groups, AWS Lambda functions, and Amazon EBS volumes. It reports whether
9// your resources are optimal, and generates optimization recommendations to
10// reduce the cost and improve the performance of your workloads. Compute Optimizer
11// also provides recent utilization metric data, as well as projected utilization
12// metric data for the recommendations, which you can use to evaluate which
13// recommendation provides the best price-performance trade-off. The analysis
14// of your usage patterns can help you decide when to move or resize your running
15// resources, and still meet your performance and capacity requirements. For
16// more information about Compute Optimizer, including the required permissions
17// to use the service, see the AWS Compute Optimizer User Guide (https://docs.aws.amazon.com/compute-optimizer/latest/ug/).
18//
19// See https://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01 for more information on this service.
20//
21// See computeoptimizer package documentation for more information.
22// https://docs.aws.amazon.com/sdk-for-go/api/service/computeoptimizer/
23//
24// Using the Client
25//
26// To contact AWS Compute Optimizer with the SDK use the New function to create
27// a new service client. With that client you can make API requests to the service.
28// These clients are safe to use concurrently.
29//
30// See the SDK's documentation for more information on how to use the SDK.
31// https://docs.aws.amazon.com/sdk-for-go/api/
32//
33// See aws.Config documentation for more information on configuring SDK clients.
34// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
35//
36// See the AWS Compute Optimizer client ComputeOptimizer for more
37// information on creating client for this service.
38// https://docs.aws.amazon.com/sdk-for-go/api/service/computeoptimizer/#New
39package computeoptimizer
40