getRegistrationCode
inline suspend fun IotClient.getRegistrationCode(crossinline block: GetRegistrationCodeRequest.Builder.() -> Unit): GetRegistrationCodeResponse
Gets a registration code used to register a CA certificate with IoT.
IoT will create a registration code as part of this API call if the registration code doesn't exist or has been deleted. If you already have a registration code, this API call will return the same registration code.
Requires permission to access the GetRegistrationCode action.