doc.go 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package iotanalytics provides the client and types for making API
  3. // requests to AWS IoT Analytics.
  4. //
  5. // AWS IoT Analytics allows you to collect large amounts of device data, process
  6. // messages, and store them. You can then query the data and run sophisticated
  7. // analytics on it. AWS IoT Analytics enables advanced data exploration through
  8. // integration with Jupyter Notebooks and data visualization through integration
  9. // with Amazon QuickSight.
  10. //
  11. // Traditional analytics and business intelligence tools are designed to process
  12. // structured data. IoT data often comes from devices that record noisy processes
  13. // (such as temperature, motion, or sound). As a result the data from these
  14. // devices can have significant gaps, corrupted messages, and false readings
  15. // that must be cleaned up before analysis can occur. Also, IoT data is often
  16. // only meaningful in the context of other data from external sources.
  17. //
  18. // AWS IoT Analytics automates the steps required to analyze data from IoT devices.
  19. // AWS IoT Analytics filters, transforms, and enriches IoT data before storing
  20. // it in a time-series data store for analysis. You can set up the service to
  21. // collect only the data you need from your devices, apply mathematical transforms
  22. // to process the data, and enrich the data with device-specific metadata such
  23. // as device type and location before storing it. Then, you can analyze your
  24. // data by running queries using the built-in SQL query engine, or perform more
  25. // complex analytics and machine learning inference. AWS IoT Analytics includes
  26. // pre-built models for common IoT use cases so you can answer questions like
  27. // which devices are about to fail or which customers are at risk of abandoning
  28. // their wearable devices.
  29. //
  30. // See https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27 for more information on this service.
  31. //
  32. // See iotanalytics package documentation for more information.
  33. // https://docs.aws.amazon.com/sdk-for-go/api/service/iotanalytics/
  34. //
  35. // Using the Client
  36. //
  37. // To contact AWS IoT Analytics with the SDK use the New function to create
  38. // a new service client. With that client you can make API requests to the service.
  39. // These clients are safe to use concurrently.
  40. //
  41. // See the SDK's documentation for more information on how to use the SDK.
  42. // https://docs.aws.amazon.com/sdk-for-go/api/
  43. //
  44. // See aws.Config documentation for more information on configuring SDK clients.
  45. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  46. //
  47. // See the AWS IoT Analytics client IoTAnalytics for more
  48. // information on creating client for this service.
  49. // https://docs.aws.amazon.com/sdk-for-go/api/service/iotanalytics/#New
  50. package iotanalytics