github.com/aavshr/aws-sdk-go@v1.41.3/service/iot/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package iot provides the client and types for making API 4 // requests to AWS IoT. 5 // 6 // IoT provides secure, bi-directional communication between Internet-connected 7 // devices (such as sensors, actuators, embedded devices, or smart appliances) 8 // and the Amazon Web Services cloud. You can discover your custom IoT-Data 9 // endpoint to communicate with, configure rules for data processing and integration 10 // with other services, organize resources associated with each device (Registry), 11 // configure logging, and create and manage policies and credentials to authenticate 12 // devices. 13 // 14 // The service endpoints that expose this API are listed in Amazon Web Services 15 // IoT Core Endpoints and Quotas (https://docs.aws.amazon.com/general/latest/gr/iot-core.html). 16 // You must use the endpoint for the region that has the resources you want 17 // to access. 18 // 19 // The service name used by Amazon Web Services Signature Version 4 (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) 20 // to sign the request is: execute-api. 21 // 22 // For more information about how IoT works, see the Developer Guide (https://docs.aws.amazon.com/iot/latest/developerguide/aws-iot-how-it-works.html). 23 // 24 // For information about how to use the credentials provider for IoT, see Authorizing 25 // Direct Calls to Amazon Web Services Services (https://docs.aws.amazon.com/iot/latest/developerguide/authorizing-direct-aws.html). 26 // 27 // See iot package documentation for more information. 28 // https://docs.aws.amazon.com/sdk-for-go/api/service/iot/ 29 // 30 // Using the Client 31 // 32 // To contact AWS IoT with the SDK use the New function to create 33 // a new service client. With that client you can make API requests to the service. 34 // These clients are safe to use concurrently. 35 // 36 // See the SDK's documentation for more information on how to use the SDK. 37 // https://docs.aws.amazon.com/sdk-for-go/api/ 38 // 39 // See aws.Config documentation for more information on configuring SDK clients. 40 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 41 // 42 // See the AWS IoT client IoT for more 43 // information on creating client for this service. 44 // https://docs.aws.amazon.com/sdk-for-go/api/service/iot/#New 45 package iot