File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.24.1-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 554,032 kB
  • sloc: java: 15,941; makefile: 419; sh: 175
file content (19 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package cloudwatch provides the API client, operations, and parameter types for
// Amazon CloudWatch.
//
// Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services)
// resources and the applications you run on Amazon Web Services in real time. You
// can use CloudWatch to collect and track metrics, which are the variables you
// want to measure for your resources and applications. CloudWatch alarms send
// notifications or automatically change the resources you are monitoring based on
// rules that you define. For example, you can monitor the CPU usage and disk reads
// and writes of your Amazon EC2 instances. Then, use this data to determine
// whether you should launch additional instances to handle increased load. You can
// also use this data to stop under-used instances to save money. In addition to
// monitoring the built-in metrics that come with Amazon Web Services, you can
// monitor your own custom metrics. With CloudWatch, you gain system-wide
// visibility into resource utilization, application performance, and operational
// health.
package cloudwatch