-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
38 lines (37 loc) · 1.93 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
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package cloudwatchevidently provides the client and types for making API
// requests to Amazon CloudWatch Evidently.
//
// You can use Amazon CloudWatch Evidently to safely validate new features by
// serving them to a specified percentage of your users while you roll out the
// feature. You can monitor the performance of the new feature to help you decide
// when to ramp up traffic to your users. This helps you reduce risk and identify
// unintended consequences before you fully launch the feature.
//
// You can also conduct A/B experiments to make feature design decisions based
// on evidence and data. An experiment can test as many as five variations at
// once. Evidently collects experiment data and analyzes it using statistical
// methods. It also provides clear recommendations about which variations perform
// better. You can test both user-facing features and backend features.
//
// See https://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01 for more information on this service.
//
// See cloudwatchevidently package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatchevidently/
//
// # Using the Client
//
// To contact Amazon CloudWatch Evidently 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 Evidently client CloudWatchEvidently for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatchevidently/#New
package cloudwatchevidently