github.com/aavshr/aws-sdk-go@v1.41.3/service/iotdataplane/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package iotdataplane provides the client and types for making API 4 // requests to AWS IoT Data Plane. 5 // 6 // IoT data enables secure, bi-directional communication between Internet-connected 7 // things (such as sensors, actuators, embedded devices, or smart appliances) 8 // and the Amazon Web Services cloud. It implements a broker for applications 9 // and things to publish messages over HTTP (Publish) and retrieve, update, 10 // and delete shadows. A shadow is a persistent representation of your things 11 // and their state in the Amazon Web Services cloud. 12 // 13 // Find the endpoint address for actions in IoT data by running this CLI command: 14 // 15 // aws iot describe-endpoint --endpoint-type iot:Data-ATS 16 // 17 // The service name used by Amazon Web ServicesSignature Version 4 (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) 18 // to sign requests is: iotdevicegateway. 19 // 20 // See iotdataplane package documentation for more information. 21 // https://docs.aws.amazon.com/sdk-for-go/api/service/iotdataplane/ 22 // 23 // Using the Client 24 // 25 // To contact AWS IoT Data Plane with the SDK use the New function to create 26 // a new service client. With that client you can make API requests to the service. 27 // These clients are safe to use concurrently. 28 // 29 // See the SDK's documentation for more information on how to use the SDK. 30 // https://docs.aws.amazon.com/sdk-for-go/api/ 31 // 32 // See aws.Config documentation for more information on configuring SDK clients. 33 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 34 // 35 // See the AWS IoT Data Plane client IoTDataPlane for more 36 // information on creating client for this service. 37 // https://docs.aws.amazon.com/sdk-for-go/api/service/iotdataplane/#New 38 package iotdataplane