DeviceClassSubgroupDeploymentState type

デバイス クラス サブグループの展開状態。

type DeviceClassSubgroupDeploymentState =
  | "Active"
  | "Failed"
  | "Inactive"
  | "Canceled"