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

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

package io.github.vigoo.zioaws.elasticbeanstalk
import io.github.vigoo.zioaws.elasticbeanstalk.model.primitives.{
  LoadAverageValue,
  FileTypeExtension,
  ConfigurationTemplateName,
  ConfigurationOptionPossibleValue,
  ApplicationName,
  EnvironmentName,
  SolutionStackName,
  VersionLabel,
  SupportedTier,
  PlatformFilterValue,
  SearchFilterValue,
  EnvironmentId,
  SupportedAddon,
  Cause,
  TagKey
}
import java.time.Instant
package object model {
  import scala.jdk.CollectionConverters._
  object primitives {
    type ARN = String
    type AbortableOperationInProgress = Boolean
    type ApplicationArn = String
    type ApplicationName = String
    type ApplicationVersionArn = String
    type ApplicationVersionProccess = Boolean
    type AutoCreateApplication = Boolean
    type BoxedBoolean = Boolean
    type BoxedInt = Int
    type BranchName = String
    type BranchOrder = Int
    type Cause = String
    type CnameAvailability = Boolean
    type ConfigurationOptionDefaultValue = String
    type ConfigurationOptionName = String
    type ConfigurationOptionPossibleValue = String
    type ConfigurationOptionSeverity = String
    type ConfigurationOptionValue = String
    type ConfigurationTemplateName = String
    type CreationDate = Instant
    type DNSCname = String
    type DNSCnamePrefix = String
    type DeleteSourceBundle = Boolean
    type DeploymentTimestamp = Instant
    type Description = String
    type Ec2InstanceId = String
    type EndpointURL = String
    type EnvironmentArn = String
    type EnvironmentId = String
    type EnvironmentName = String
    type EventDate = Instant
    type EventMessage = String
    type FileTypeExtension = String
    type ForceTerminate = Boolean
    type GroupName = String
    type ImageId = String
    type IncludeDeleted = Boolean
    type IncludeDeletedBackTo = Instant
    type InstanceId = String
    type Integer = Int
    type LaunchedAt = Instant
    type LoadAverageValue = Double
    type Maintainer = String
    type ManagedActionHistoryMaxItems = Int
    type MaxRecords = Int
    type Message = String
    type NextToken = String
    type NonEmptyString = String
    type NullableDouble = Double
    type NullableInteger = Int
    type NullableLong = Long
    type OperatingSystemName = String
    type OperatingSystemVersion = String
    type OperationsRole = String
    type OptionNamespace = String
    type OptionRestrictionMaxLength = Int
    type OptionRestrictionMaxValue = Int
    type OptionRestrictionMinValue = Int
    type PlatformArn = String
    type PlatformBranchLifecycleState = String
    type PlatformBranchMaxRecords = Int
    type PlatformCategory = String
    type PlatformFilterOperator = String
    type PlatformFilterType = String
    type PlatformFilterValue = String
    type PlatformLifecycleState = String
    type PlatformMaxRecords = Int
    type PlatformName = String
    type PlatformOwner = String
    type PlatformVersion = String
    type RefreshedAt = Instant
    type RegexLabel = String
    type RegexPattern = String
    type RequestCount = Int
    type RequestId = String
    type ResourceArn = String
    type ResourceId = String
    type ResourceName = String
    type S3Bucket = String
    type S3Key = String
    type SampleTimestamp = Instant
    type SearchFilterAttribute = String
    type SearchFilterOperator = String
    type SearchFilterValue = String
    type SolutionStackName = String
    type SourceLocation = String
    type SupportedAddon = String
    type SupportedTier = String
    type TagKey = String
    type TagValue = String
    type TerminateEnvForce = Boolean
    type TerminateEnvironmentResources = Boolean
    type TimeFilterEnd = Instant
    type TimeFilterStart = Instant
    type Timestamp = Instant
    type Token = String
    type UpdateDate = Instant
    type UserDefinedOption = Boolean
    type ValidationMessageString = String
    type VersionLabel = String
    type VirtualizationType = String
  }
  type ApplicationDescriptionList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.ApplicationDescription]
  type ApplicationNamesList = List[ApplicationName]
  type ApplicationVersionDescriptionList = List[
    io.github.vigoo.zioaws.elasticbeanstalk.model.ApplicationVersionDescription
  ]
  type AutoScalingGroupList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.AutoScalingGroup]
  type AvailableSolutionStackDetailsList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.SolutionStackDescription]
  type AvailableSolutionStackNamesList = List[SolutionStackName]
  type Causes = List[Cause]
  type ConfigurationOptionDescriptionsList = List[
    io.github.vigoo.zioaws.elasticbeanstalk.model.ConfigurationOptionDescription
  ]
  type ConfigurationOptionPossibleValues =
    List[ConfigurationOptionPossibleValue]
  type ConfigurationOptionSettingsList = List[
    io.github.vigoo.zioaws.elasticbeanstalk.model.ConfigurationOptionSetting
  ]
  type ConfigurationSettingsDescriptionList = List[
    io.github.vigoo.zioaws.elasticbeanstalk.model.ConfigurationSettingsDescription
  ]
  type ConfigurationTemplateNamesList = List[ConfigurationTemplateName]
  type CustomAmiList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.CustomAmi]
  type EnvironmentDescriptionsList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.EnvironmentDescription]
  type EnvironmentHealthAttributes = List[
    io.github.vigoo.zioaws.elasticbeanstalk.model.EnvironmentHealthAttribute
  ]
  type EnvironmentIdList = List[EnvironmentId]
  type EnvironmentInfoDescriptionList = List[
    io.github.vigoo.zioaws.elasticbeanstalk.model.EnvironmentInfoDescription
  ]
  type EnvironmentLinks =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.EnvironmentLink]
  type EnvironmentNamesList = List[EnvironmentName]
  type EventDescriptionList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.EventDescription]
  type InstanceHealthList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.SingleInstanceHealth]
  type InstanceList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.Instance]
  type InstancesHealthAttributes =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.InstancesHealthAttribute]
  type LaunchConfigurationList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.LaunchConfiguration]
  type LaunchTemplateList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.LaunchTemplate]
  type LoadAverage = List[LoadAverageValue]
  type LoadBalancerList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.LoadBalancer]
  type LoadBalancerListenersDescription =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.Listener]
  type ManagedActionHistoryItems =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.ManagedActionHistoryItem]
  type ManagedActions =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.ManagedAction]
  type OptionsSpecifierList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.OptionSpecification]
  type PlatformBranchSummaryList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.PlatformBranchSummary]
  type PlatformFilterValueList = List[PlatformFilterValue]
  type PlatformFilters =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.PlatformFilter]
  type PlatformFrameworks =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.PlatformFramework]
  type PlatformProgrammingLanguages = List[
    io.github.vigoo.zioaws.elasticbeanstalk.model.PlatformProgrammingLanguage
  ]
  type PlatformSummaryList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.PlatformSummary]
  type QueueList = List[io.github.vigoo.zioaws.elasticbeanstalk.model.Queue]
  type SearchFilterValues = List[SearchFilterValue]
  type SearchFilters =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.SearchFilter]
  type SolutionStackFileTypeList = List[FileTypeExtension]
  type SupportedAddonList = List[SupportedAddon]
  type SupportedTierList = List[SupportedTier]
  type TagKeyList = List[TagKey]
  type TagList = List[io.github.vigoo.zioaws.elasticbeanstalk.model.Tag]
  type Tags = List[io.github.vigoo.zioaws.elasticbeanstalk.model.Tag]
  type TriggerList = List[io.github.vigoo.zioaws.elasticbeanstalk.model.Trigger]
  type ValidationMessagesList =
    List[io.github.vigoo.zioaws.elasticbeanstalk.model.ValidationMessage]
  type VersionLabels = List[VersionLabel]
  type VersionLabelsList = List[VersionLabel]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy