createThingGroup
inline suspend fun IotClient.createThingGroup(crossinline block: CreateThingGroupRequest.Builder.() -> Unit): CreateThingGroupResponse
Create a thing group.
This is a control plane operation. See Authorization for information about authorizing control plane actions.
If the ThingGroup
that you create has the exact same attributes as an existing ThingGroup
, you will get a 200 success response.
Requires permission to access the CreateThingGroup action.