-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
51 lines (50 loc) · 2.69 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
50
51
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package iotanalytics provides the client and types for making API
// requests to AWS IoT Analytics.
//
// IoT Analytics allows you to collect large amounts of device data, process
// messages, and store them. You can then query the data and run sophisticated
// analytics on it. IoT Analytics enables advanced data exploration through
// integration with Jupyter Notebooks and data visualization through integration
// with Amazon QuickSight.
//
// Traditional analytics and business intelligence tools are designed to process
// structured data. IoT data often comes from devices that record noisy processes
// (such as temperature, motion, or sound). As a result the data from these
// devices can have significant gaps, corrupted messages, and false readings
// that must be cleaned up before analysis can occur. Also, IoT data is often
// only meaningful in the context of other data from external sources.
//
// IoT Analytics automates the steps required to analyze data from IoT devices.
// IoT Analytics filters, transforms, and enriches IoT data before storing it
// in a time-series data store for analysis. You can set up the service to collect
// only the data you need from your devices, apply mathematical transforms to
// process the data, and enrich the data with device-specific metadata such
// as device type and location before storing it. Then, you can analyze your
// data by running queries using the built-in SQL query engine, or perform more
// complex analytics and machine learning inference. IoT Analytics includes
// pre-built models for common IoT use cases so you can answer questions like
// which devices are about to fail or which customers are at risk of abandoning
// their wearable devices.
//
// See https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27 for more information on this service.
//
// See iotanalytics package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/iotanalytics/
//
// # Using the Client
//
// To contact AWS IoT Analytics 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 AWS IoT Analytics client IoTAnalytics for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/iotanalytics/#New
package iotanalytics