-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
49 lines (48 loc) · 2.34 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package applicationsignals provides the client and types for making API
// requests to Amazon CloudWatch Application Signals.
//
// This is a Preview release of the Application Signals API Reference. Operations
// and parameters are subject to change before the general availability release.
//
// Use CloudWatch Application Signals for comprehensive observability of your
// cloud-based applications. It enables real-time service health dashboards
// and helps you track long-term performance trends against your business goals.
// The application-centric view provides you with unified visibility across
// your applications, services, and dependencies, so you can proactively monitor
// and efficiently triage any issues that may arise, ensuring optimal customer
// experience.
//
// Application Signals provides the following benefits:
//
// - Automatically collect metrics and traces from your applications, and
// display key metrics such as call volume, availability, latency, faults,
// and errors.
//
// - Create and monitor service level objectives (SLOs).
//
// - See a map of your application topology that Application Signals automatically
// discovers, that gives you a visual representation of your applications,
// dependencies, and their connectivity.
//
// See https://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15 for more information on this service.
//
// See applicationsignals package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/applicationsignals/
//
// # Using the Client
//
// To contact Amazon CloudWatch Application Signals with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the Amazon CloudWatch Application Signals client ApplicationSignals for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/applicationsignals/#New
package applicationsignals