IoTDataPlane
-
Client object for interacting with AWS IoTDataPlane service.
AWS IoT AWS IoT-Data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the AWS cloud. It implements a broker for applications and things to publish messages over HTTP (Publish) and retrieve, update, and delete shadows. A shadow is a persistent representation of your things and their state in the AWS cloud. Find the endpoint address for actions in the AWS IoT data plane by running this CLI command: aws iot describe-endpoint –endpoint-type iot:Data-ATS The service name used by AWS Signature Version 4 to sign requests is: iotdevicegateway.
See moreDeclaration
Swift
public struct IoTDataPlane
-
Error enum for IoTDataPlane
See moreDeclaration
Swift
public enum IoTDataPlaneErrorType : AWSErrorType
extension IoTDataPlaneErrorType : CustomStringConvertible