DescribeEndpoint

data class DescribeEndpoint(val endpointType: String? = null) : IotAction<IotEndpoint> (source)

Returns the account-specific IoT endpoint. Valid endpointType values are iot:Data, iot:Data-ATS, iot:CredentialProvider and iot:Jobs.

Constructors

Link copied to clipboard
constructor(endpointType: String? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<IotEndpoint, RemoteFailure>