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

zio.aws.tnb.model.package.scala Maven / Gradle / Ivy

There is a newer version: 7.28.29.10
Show newest version
package zio.aws.tnb
import zio.aws.tnb.model.primitives.CreateSolNetworkInstanceInputNsNameString.Type
import zio.aws.tnb.model.primitives.{VnfPkgId, TagValue, TagKey}
import java.time.Instant
import zio.Chunk
import zio.prelude.Subtype
package object model {
  import scala.jdk.CollectionConverters.*
  object primitives {
    object Blob extends Subtype[Chunk[Byte]]
    type Blob = zio.aws.tnb.model.primitives.Blob.Type
    object CreateSolNetworkInstanceInputNsDescriptionString
        extends Subtype[String]
    type CreateSolNetworkInstanceInputNsDescriptionString =
      zio.aws.tnb.model.primitives.CreateSolNetworkInstanceInputNsDescriptionString.Type
    object CreateSolNetworkInstanceInputNsNameString extends Subtype[String]
    type CreateSolNetworkInstanceInputNsNameString =
      zio.aws.tnb.model.primitives.CreateSolNetworkInstanceInputNsNameString.Type
    object ErrorCause extends Subtype[String]
    type ErrorCause = zio.aws.tnb.model.primitives.ErrorCause.Type
    object ErrorDetails extends Subtype[String]
    type ErrorDetails = zio.aws.tnb.model.primitives.ErrorDetails.Type
    object ListSolFunctionInstancesInputMaxResultsInteger extends Subtype[Int]
    type ListSolFunctionInstancesInputMaxResultsInteger =
      zio.aws.tnb.model.primitives.ListSolFunctionInstancesInputMaxResultsInteger.Type
    object ListSolFunctionPackagesInputMaxResultsInteger extends Subtype[Int]
    type ListSolFunctionPackagesInputMaxResultsInteger =
      zio.aws.tnb.model.primitives.ListSolFunctionPackagesInputMaxResultsInteger.Type
    object ListSolNetworkInstancesInputMaxResultsInteger extends Subtype[Int]
    type ListSolNetworkInstancesInputMaxResultsInteger =
      zio.aws.tnb.model.primitives.ListSolNetworkInstancesInputMaxResultsInteger.Type
    object ListSolNetworkOperationsInputMaxResultsInteger extends Subtype[Int]
    type ListSolNetworkOperationsInputMaxResultsInteger =
      zio.aws.tnb.model.primitives.ListSolNetworkOperationsInputMaxResultsInteger.Type
    object ListSolNetworkPackagesInputMaxResultsInteger extends Subtype[Int]
    type ListSolNetworkPackagesInputMaxResultsInteger =
      zio.aws.tnb.model.primitives.ListSolNetworkPackagesInputMaxResultsInteger.Type
    object NsInstanceArn extends Subtype[String]
    type NsInstanceArn = zio.aws.tnb.model.primitives.NsInstanceArn.Type
    object NsInstanceId extends Subtype[String]
    type NsInstanceId = zio.aws.tnb.model.primitives.NsInstanceId.Type
    object NsLcmOpOccArn extends Subtype[String]
    type NsLcmOpOccArn = zio.aws.tnb.model.primitives.NsLcmOpOccArn.Type
    object NsLcmOpOccId extends Subtype[String]
    type NsLcmOpOccId = zio.aws.tnb.model.primitives.NsLcmOpOccId.Type
    object NsdId extends Subtype[String]
    type NsdId = zio.aws.tnb.model.primitives.NsdId.Type
    object NsdInfoArn extends Subtype[String]
    type NsdInfoArn = zio.aws.tnb.model.primitives.NsdInfoArn.Type
    object NsdInfoId extends Subtype[String]
    type NsdInfoId = zio.aws.tnb.model.primitives.NsdInfoId.Type
    object PaginationToken extends Subtype[String]
    type PaginationToken = zio.aws.tnb.model.primitives.PaginationToken.Type
    object SyntheticTimestamp_date_time extends Subtype[Instant]
    type SyntheticTimestamp_date_time =
      zio.aws.tnb.model.primitives.SyntheticTimestamp_date_time.Type
    object TNBResourceArn extends Subtype[String]
    type TNBResourceArn = zio.aws.tnb.model.primitives.TNBResourceArn.Type
    object TagKey extends Subtype[String]
    type TagKey = zio.aws.tnb.model.primitives.TagKey.Type
    object TagValue extends Subtype[String]
    type TagValue = zio.aws.tnb.model.primitives.TagValue.Type
    object VnfInstanceArn extends Subtype[String]
    type VnfInstanceArn = zio.aws.tnb.model.primitives.VnfInstanceArn.Type
    object VnfInstanceId extends Subtype[String]
    type VnfInstanceId = zio.aws.tnb.model.primitives.VnfInstanceId.Type
    object VnfPkgArn extends Subtype[String]
    type VnfPkgArn = zio.aws.tnb.model.primitives.VnfPkgArn.Type
    object VnfPkgId extends Subtype[String]
    type VnfPkgId = zio.aws.tnb.model.primitives.VnfPkgId.Type
    object VnfdId extends Subtype[String]
    type VnfdId = zio.aws.tnb.model.primitives.VnfdId.Type
  }
  type Document = software.amazon.awssdk.core.document.Document
  type GetSolNetworkOperationTasksList =
    List[zio.aws.tnb.model.GetSolNetworkOperationTaskDetails]
  type GetSolVnfcResourceInfoList =
    List[zio.aws.tnb.model.GetSolVnfcResourceInfo]
  type ListSolFunctionInstanceResources =
    List[zio.aws.tnb.model.ListSolFunctionInstanceInfo]
  type ListSolFunctionPackageResources =
    List[zio.aws.tnb.model.ListSolFunctionPackageInfo]
  type ListSolNetworkInstanceResources =
    List[zio.aws.tnb.model.ListSolNetworkInstanceInfo]
  type ListSolNetworkOperationsResources =
    List[zio.aws.tnb.model.ListSolNetworkOperationsInfo]
  type ListSolNetworkPackageResources =
    List[zio.aws.tnb.model.ListSolNetworkPackageInfo]
  type OverrideList = List[zio.aws.tnb.model.ToscaOverride]
  type StringMap = Map[String, String]
  type TagKeys = List[TagKey]
  type TagMap = Map[TagKey, TagValue]
  type VnfPkgIdList = List[VnfPkgId]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy