doc.go 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package iotdataplane provides the client and types for making API
  3. // requests to AWS IoT Data Plane.
  4. //
  5. // AWS IoT-Data enables secure, bi-directional communication between Internet-connected
  6. // things (such as sensors, actuators, embedded devices, or smart appliances)
  7. // and the AWS cloud. It implements a broker for applications and things to
  8. // publish messages over HTTP (Publish) and retrieve, update, and delete thing
  9. // shadows. A thing shadow is a persistent representation of your things and
  10. // their state in the AWS cloud.
  11. //
  12. // See iotdataplane package documentation for more information.
  13. // https://docs.aws.amazon.com/sdk-for-go/api/service/iotdataplane/
  14. //
  15. // Using the Client
  16. //
  17. // To contact AWS IoT Data Plane with the SDK use the New function to create
  18. // a new service client. With that client you can make API requests to the service.
  19. // These clients are safe to use concurrently.
  20. //
  21. // See the SDK's documentation for more information on how to use the SDK.
  22. // https://docs.aws.amazon.com/sdk-for-go/api/
  23. //
  24. // See aws.Config documentation for more information on configuring SDK clients.
  25. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  26. //
  27. // See the AWS IoT Data Plane client IoTDataPlane for more
  28. // information on creating client for this service.
  29. // https://docs.aws.amazon.com/sdk-for-go/api/service/iotdataplane/#New
  30. package iotdataplane