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

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

There is a newer version: 7.28.29.10
Show newest version
package zio.aws.amplifybackend
import zio.aws.amplifybackend.model.primitives.__string
package object model {
  import scala.jdk.CollectionConverters.*
  object primitives {
    type __boolean = Boolean
    type __double = Double
    type __integerMin1Max25 = Int
    type __string = String
  }
  type ListOfAdditionalConstraintsElement =
    List[zio.aws.amplifybackend.model.AdditionalConstraintsElement]
  type ListOfAuthenticatedElement =
    List[zio.aws.amplifybackend.model.AuthenticatedElement]
  type ListOfBackendAPIAuthType =
    List[zio.aws.amplifybackend.model.BackendAPIAuthType]
  type ListOfBackendJobRespObj =
    List[zio.aws.amplifybackend.model.BackendJobRespObj]
  type ListOfMfaTypesElement =
    List[zio.aws.amplifybackend.model.MfaTypesElement]
  type ListOfOAuthScopesElement =
    List[zio.aws.amplifybackend.model.OAuthScopesElement]
  type ListOfRequiredSignUpAttributesElement =
    List[zio.aws.amplifybackend.model.RequiredSignUpAttributesElement]
  type ListOfS3BucketInfo = List[zio.aws.amplifybackend.model.S3BucketInfo]
  type ListOfUnAuthenticatedElement =
    List[zio.aws.amplifybackend.model.UnAuthenticatedElement]
  type ListOf__string = List[__string]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy