createWirelessGateway
inline suspend fun IotWirelessClient.createWirelessGateway(crossinline block: CreateWirelessGatewayRequest.Builder.() -> Unit): CreateWirelessGatewayResponse
Provisions a wireless gateway.
When provisioning a wireless gateway, you might run into duplication errors for the following reasons.
If you specify a
GatewayEuivalue that already exists.If you used a
ClientRequestTokenwith the same parameters within the last 10 minutes. To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.