doc.go 2.0 KB

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