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

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package cloudwatch provides the client and types for making API
     4  // requests to Amazon CloudWatch.
     5  //
     6  // Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services)
     7  // resources and the applications you run on Amazon Web Services in real time.
     8  // You can use CloudWatch to collect and track metrics, which are the variables
     9  // you want to measure for your resources and applications.
    10  //
    11  // CloudWatch alarms send notifications or automatically change the resources
    12  // you are monitoring based on rules that you define. For example, you can monitor
    13  // the CPU usage and disk reads and writes of your Amazon EC2 instances. Then,
    14  // use this data to determine whether you should launch additional instances
    15  // to handle increased load. You can also use this data to stop under-used instances
    16  // to save money.
    17  //
    18  // In addition to monitoring the built-in metrics that come with Amazon Web
    19  // Services, you can monitor your own custom metrics. With CloudWatch, you gain
    20  // system-wide visibility into resource utilization, application performance,
    21  // and operational health.
    22  //
    23  // See https://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01 for more information on this service.
    24  //
    25  // See cloudwatch package documentation for more information.
    26  // https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatch/
    27  //
    28  // Using the Client
    29  //
    30  // To contact Amazon CloudWatch with the SDK use the New function to create
    31  // a new service client. With that client you can make API requests to the service.
    32  // These clients are safe to use concurrently.
    33  //
    34  // See the SDK's documentation for more information on how to use the SDK.
    35  // https://docs.aws.amazon.com/sdk-for-go/api/
    36  //
    37  // See aws.Config documentation for more information on configuring SDK clients.
    38  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    39  //
    40  // See the Amazon CloudWatch client CloudWatch for more
    41  // information on creating client for this service.
    42  // https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatch/#New
    43  package cloudwatch