github.com/aavshr/aws-sdk-go@v1.41.3/service/computeoptimizer/doc.go (about)

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