All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.vigoo.zioaws.snowdevicemanagement.model.package.scala Maven / Gradle / Ivy

package io.github.vigoo.zioaws.snowdevicemanagement
import java.time.Instant
package object model {
  import scala.jdk.CollectionConverters.*
  object primitives {
    type CapacityNameString = String
    type CapacityUnitString = String
    type ExecutionId = String
    type IdempotencyToken = String
    type Integer = Int
    type JobId = String
    type ListDeviceResourcesInputTypeString = String
    type ManagedDeviceId = String
    type MaxResults = Int
    type NextToken = String
    type TaskDescriptionString = String
    type TaskId = String
    type Timestamp = Instant
  }
  type CapacityList =
    List[io.github.vigoo.zioaws.snowdevicemanagement.model.Capacity]
  type DeviceSummaryList =
    List[io.github.vigoo.zioaws.snowdevicemanagement.model.DeviceSummary]
  type ExecutionSummaryList =
    List[io.github.vigoo.zioaws.snowdevicemanagement.model.ExecutionSummary]
  type InstanceBlockDeviceMappingList = List[
    io.github.vigoo.zioaws.snowdevicemanagement.model.InstanceBlockDeviceMapping
  ]
  type InstanceIdsList = List[String]
  type InstanceSummaryList =
    List[io.github.vigoo.zioaws.snowdevicemanagement.model.InstanceSummary]
  type PhysicalNetworkInterfaceList = List[
    io.github.vigoo.zioaws.snowdevicemanagement.model.PhysicalNetworkInterface
  ]
  type ResourceSummaryList =
    List[io.github.vigoo.zioaws.snowdevicemanagement.model.ResourceSummary]
  type SecurityGroupIdentifierList = List[
    io.github.vigoo.zioaws.snowdevicemanagement.model.SecurityGroupIdentifier
  ]
  type TagKeys = List[String]
  type TagMap = Map[String, String]
  type TargetList = List[String]
  type TaskSummaryList =
    List[io.github.vigoo.zioaws.snowdevicemanagement.model.TaskSummary]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy