updateDimension
inline suspend fun IotClient.updateDimension(crossinline block: UpdateDimensionRequest.Builder.() -> Unit): UpdateDimensionResponse
Updates the definition for a dimension. You cannot change the type of a dimension after it is created (you can delete it and recreate it).
Requires permission to access the UpdateDimension action.