amazonka-elasticbeanstalk-2.0: Amazon Elastic Beanstalk SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticBeanstalk.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2010-12-01 of the Amazon Elastic Beanstalk SDK configuration.

Errors

_CodeBuildNotInServiceRegionException :: AsError a => Fold a ServiceError Source #

AWS CodeBuild is not available in the specified region.

_ElasticBeanstalkServiceException :: AsError a => Fold a ServiceError Source #

A generic service exception has occurred.

_InsufficientPrivilegesException :: AsError a => Fold a ServiceError Source #

The specified account does not have sufficient privileges for one or more AWS services.

_InvalidRequestException :: AsError a => Fold a ServiceError Source #

One or more input parameters is not valid. Please correct the input parameters and try the operation again.

_ManagedActionInvalidStateException :: AsError a => Fold a ServiceError Source #

Cannot modify the managed action in its current state.

_OperationInProgressException :: AsError a => Fold a ServiceError Source #

Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

_PlatformVersionStillReferencedException :: AsError a => Fold a ServiceError Source #

You cannot delete the platform version because there are still environments running on it.

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

A resource doesn't exist for the specified Amazon Resource Name (ARN).

_ResourceTypeNotSupportedException :: AsError a => Fold a ServiceError Source #

The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.

_S3LocationNotInServiceRegionException :: AsError a => Fold a ServiceError Source #

The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported:

  • IAD/us-east-1
  • PDX/us-west-2
  • DUB/eu-west-1

_S3SubscriptionRequiredException :: AsError a => Fold a ServiceError Source #

The specified account does not have a subscription to Amazon S3.

_SourceBundleDeletionException :: AsError a => Fold a ServiceError Source #

Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.

_TooManyApplicationVersionsException :: AsError a => Fold a ServiceError Source #

The specified account has reached its limit of application versions.

_TooManyApplicationsException :: AsError a => Fold a ServiceError Source #

The specified account has reached its limit of applications.

_TooManyBucketsException :: AsError a => Fold a ServiceError Source #

The specified account has reached its limit of Amazon S3 buckets.

_TooManyConfigurationTemplatesException :: AsError a => Fold a ServiceError Source #

The specified account has reached its limit of configuration templates.

_TooManyEnvironmentsException :: AsError a => Fold a ServiceError Source #

The specified account has reached its limit of environments.

_TooManyPlatformsException :: AsError a => Fold a ServiceError Source #

You have exceeded the maximum number of allowed platforms associated with the account.

_TooManyTagsException :: AsError a => Fold a ServiceError Source #

The number of tags in the resource would exceed the number of tags that each resource can have.

To calculate this, the operation considers both the number of tags the resource already has and the tags this operation would add if it succeeded.

ActionHistoryStatus

newtype ActionHistoryStatus Source #

Instances

Instances details
FromJSON ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

FromJSONKey ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

ToJSON ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

ToJSONKey ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

ToByteString ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

ToHeader ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

ToLog ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

ToQuery ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

FromText ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

ToText ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

FromXML ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

ToXML ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

Generic ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

Associated Types

type Rep ActionHistoryStatus :: Type -> Type #

Read ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

Show ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

NFData ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

Methods

rnf :: ActionHistoryStatus -> () #

Eq ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

Ord ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

Hashable ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

type Rep ActionHistoryStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus

type Rep ActionHistoryStatus = D1 ('MetaData "ActionHistoryStatus" "Amazonka.ElasticBeanstalk.Types.ActionHistoryStatus" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "ActionHistoryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionHistoryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActionStatus

newtype ActionStatus Source #

Constructors

ActionStatus' 

Instances

Instances details
FromJSON ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

FromJSONKey ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

ToJSON ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

ToJSONKey ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

ToByteString ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

ToHeader ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

ToLog ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

ToQuery ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

FromText ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

ToText ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

Methods

toText :: ActionStatus -> Text #

FromXML ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

ToXML ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

Methods

toXML :: ActionStatus -> XML #

Generic ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

Associated Types

type Rep ActionStatus :: Type -> Type #

Read ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

Show ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

NFData ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

Methods

rnf :: ActionStatus -> () #

Eq ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

Ord ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

Hashable ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

type Rep ActionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionStatus

type Rep ActionStatus = D1 ('MetaData "ActionStatus" "Amazonka.ElasticBeanstalk.Types.ActionStatus" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "ActionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActionType

newtype ActionType Source #

Constructors

ActionType' 

Fields

Instances

Instances details
FromJSON ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

FromJSONKey ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

ToJSON ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

ToJSONKey ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

ToByteString ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

ToHeader ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

ToLog ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

ToQuery ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

FromText ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

ToText ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

Methods

toText :: ActionType -> Text #

FromXML ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

ToXML ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

Methods

toXML :: ActionType -> XML #

Generic ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

Associated Types

type Rep ActionType :: Type -> Type #

Read ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

Show ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

NFData ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

Methods

rnf :: ActionType -> () #

Eq ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

Ord ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

Hashable ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

type Rep ActionType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ActionType

type Rep ActionType = D1 ('MetaData "ActionType" "Amazonka.ElasticBeanstalk.Types.ActionType" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "ActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationVersionStatus

newtype ApplicationVersionStatus Source #

Instances

Instances details
FromJSON ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

FromJSONKey ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

ToJSON ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

ToJSONKey ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

ToByteString ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

ToHeader ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

ToLog ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

ToQuery ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

FromText ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

ToText ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

FromXML ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

ToXML ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

Generic ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

Associated Types

type Rep ApplicationVersionStatus :: Type -> Type #

Read ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

Show ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

NFData ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

Eq ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

Ord ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

Hashable ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

type Rep ApplicationVersionStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus

type Rep ApplicationVersionStatus = D1 ('MetaData "ApplicationVersionStatus" "Amazonka.ElasticBeanstalk.Types.ApplicationVersionStatus" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "ApplicationVersionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationVersionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComputeType

newtype ComputeType Source #

Constructors

ComputeType' 

Instances

Instances details
FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

FromJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

ToJSON ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

ToJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

ToByteString ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

ToHeader ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

ToLog ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

ToQuery ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

FromText ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

ToText ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

Methods

toText :: ComputeType -> Text #

FromXML ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

ToXML ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

Methods

toXML :: ComputeType -> XML #

Generic ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

Read ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

NFData ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Eq ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

Ord ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

Hashable ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ComputeType

type Rep ComputeType = D1 ('MetaData "ComputeType" "Amazonka.ElasticBeanstalk.Types.ComputeType" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "ComputeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComputeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationDeploymentStatus

newtype ConfigurationDeploymentStatus Source #

Instances

Instances details
FromJSON ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

FromJSONKey ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToJSON ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToJSONKey ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToByteString ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToHeader ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToLog ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToQuery ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

FromText ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToText ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

FromXML ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

ToXML ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Generic ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Associated Types

type Rep ConfigurationDeploymentStatus :: Type -> Type #

Read ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Show ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

NFData ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Eq ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Ord ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

Hashable ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

type Rep ConfigurationDeploymentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus

type Rep ConfigurationDeploymentStatus = D1 ('MetaData "ConfigurationDeploymentStatus" "Amazonka.ElasticBeanstalk.Types.ConfigurationDeploymentStatus" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "ConfigurationDeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationOptionValueType

newtype ConfigurationOptionValueType Source #

Instances

Instances details
FromJSON ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

FromJSONKey ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToJSON ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToJSONKey ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToByteString ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToHeader ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToLog ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToQuery ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

FromText ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToText ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

FromXML ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

ToXML ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

Generic ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

Associated Types

type Rep ConfigurationOptionValueType :: Type -> Type #

Read ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

Show ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

NFData ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

Eq ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

Ord ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

Hashable ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

type Rep ConfigurationOptionValueType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType

type Rep ConfigurationOptionValueType = D1 ('MetaData "ConfigurationOptionValueType" "Amazonka.ElasticBeanstalk.Types.ConfigurationOptionValueType" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "ConfigurationOptionValueType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationOptionValueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentHealth

newtype EnvironmentHealth Source #

Instances

Instances details
FromJSON EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

FromJSONKey EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

ToJSON EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

ToJSONKey EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

ToByteString EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

ToHeader EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

ToLog EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

ToQuery EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

FromText EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

ToText EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

FromXML EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

ToXML EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

Generic EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

Associated Types

type Rep EnvironmentHealth :: Type -> Type #

Read EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

Show EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

NFData EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

Methods

rnf :: EnvironmentHealth -> () #

Eq EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

Ord EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

Hashable EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

type Rep EnvironmentHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealth

type Rep EnvironmentHealth = D1 ('MetaData "EnvironmentHealth" "Amazonka.ElasticBeanstalk.Types.EnvironmentHealth" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "EnvironmentHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentHealthAttribute

newtype EnvironmentHealthAttribute Source #

Instances

Instances details
FromJSON EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

FromJSONKey EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToJSON EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToJSONKey EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToByteString EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToHeader EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToLog EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToQuery EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

FromText EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToText EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

FromXML EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

ToXML EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Generic EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Associated Types

type Rep EnvironmentHealthAttribute :: Type -> Type #

Read EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Show EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

NFData EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Eq EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Ord EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

Hashable EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

type Rep EnvironmentHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute

type Rep EnvironmentHealthAttribute = D1 ('MetaData "EnvironmentHealthAttribute" "Amazonka.ElasticBeanstalk.Types.EnvironmentHealthAttribute" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "EnvironmentHealthAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentHealthAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentHealthStatus

newtype EnvironmentHealthStatus Source #

Instances

Instances details
FromJSON EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

FromJSONKey EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToJSON EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToJSONKey EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToByteString EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToHeader EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToLog EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToQuery EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

FromText EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToText EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

FromXML EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

ToXML EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

Generic EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

Associated Types

type Rep EnvironmentHealthStatus :: Type -> Type #

Read EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

Show EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

NFData EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

Methods

rnf :: EnvironmentHealthStatus -> () #

Eq EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

Ord EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

Hashable EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

type Rep EnvironmentHealthStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus

type Rep EnvironmentHealthStatus = D1 ('MetaData "EnvironmentHealthStatus" "Amazonka.ElasticBeanstalk.Types.EnvironmentHealthStatus" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "EnvironmentHealthStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentHealthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentInfoType

newtype EnvironmentInfoType Source #

Instances

Instances details
FromJSON EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

FromJSONKey EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

ToJSON EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

ToJSONKey EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

ToByteString EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

ToHeader EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

ToLog EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

ToQuery EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

FromText EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

ToText EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

FromXML EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

ToXML EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

Generic EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

Associated Types

type Rep EnvironmentInfoType :: Type -> Type #

Read EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

Show EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

NFData EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

Methods

rnf :: EnvironmentInfoType -> () #

Eq EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

Ord EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

Hashable EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

type Rep EnvironmentInfoType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType

type Rep EnvironmentInfoType = D1 ('MetaData "EnvironmentInfoType" "Amazonka.ElasticBeanstalk.Types.EnvironmentInfoType" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "EnvironmentInfoType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentInfoType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentStatus

newtype EnvironmentStatus Source #

Instances

Instances details
FromJSON EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

FromJSONKey EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

ToJSON EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

ToJSONKey EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

ToByteString EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

ToHeader EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

ToLog EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

ToQuery EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

FromText EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

ToText EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

FromXML EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

ToXML EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

Generic EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

Associated Types

type Rep EnvironmentStatus :: Type -> Type #

Read EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

Show EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

NFData EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

Methods

rnf :: EnvironmentStatus -> () #

Eq EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

Ord EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

Hashable EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

type Rep EnvironmentStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentStatus

type Rep EnvironmentStatus = D1 ('MetaData "EnvironmentStatus" "Amazonka.ElasticBeanstalk.Types.EnvironmentStatus" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "EnvironmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventSeverity

newtype EventSeverity Source #

Constructors

EventSeverity' 

Instances

Instances details
FromJSON EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

FromJSONKey EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

ToJSON EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

ToJSONKey EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

ToByteString EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

ToHeader EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

ToLog EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

ToQuery EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

FromText EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

ToText EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

Methods

toText :: EventSeverity -> Text #

FromXML EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

ToXML EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

Methods

toXML :: EventSeverity -> XML #

Generic EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

Associated Types

type Rep EventSeverity :: Type -> Type #

Read EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

Show EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

NFData EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

Methods

rnf :: EventSeverity -> () #

Eq EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

Ord EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

Hashable EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

type Rep EventSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventSeverity

type Rep EventSeverity = D1 ('MetaData "EventSeverity" "Amazonka.ElasticBeanstalk.Types.EventSeverity" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "EventSeverity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FailureType

newtype FailureType Source #

Constructors

FailureType' 

Instances

Instances details
FromJSON FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

FromJSONKey FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

ToJSON FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

ToJSONKey FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

ToByteString FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

ToHeader FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

ToLog FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

ToQuery FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

FromText FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

ToText FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

Methods

toText :: FailureType -> Text #

FromXML FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

ToXML FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

Methods

toXML :: FailureType -> XML #

Generic FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

Associated Types

type Rep FailureType :: Type -> Type #

Read FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

Show FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

NFData FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

Methods

rnf :: FailureType -> () #

Eq FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

Ord FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

Hashable FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

type Rep FailureType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.FailureType

type Rep FailureType = D1 ('MetaData "FailureType" "Amazonka.ElasticBeanstalk.Types.FailureType" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "FailureType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFailureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstancesHealthAttribute

newtype InstancesHealthAttribute Source #

Instances

Instances details
FromJSON InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

FromJSONKey InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

ToJSON InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

ToJSONKey InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

ToByteString InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

ToHeader InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

ToLog InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

ToQuery InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

FromText InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

ToText InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

FromXML InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

ToXML InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

Generic InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

Associated Types

type Rep InstancesHealthAttribute :: Type -> Type #

Read InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

Show InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

NFData InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

Eq InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

Ord InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

Hashable InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

type Rep InstancesHealthAttribute Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute

type Rep InstancesHealthAttribute = D1 ('MetaData "InstancesHealthAttribute" "Amazonka.ElasticBeanstalk.Types.InstancesHealthAttribute" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "InstancesHealthAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstancesHealthAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlatformStatus

newtype PlatformStatus Source #

Constructors

PlatformStatus' 

Instances

Instances details
FromJSON PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

FromJSONKey PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

ToJSON PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

ToJSONKey PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

ToByteString PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

ToHeader PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

ToLog PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

ToQuery PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

FromText PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

ToText PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

FromXML PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

ToXML PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

Methods

toXML :: PlatformStatus -> XML #

Generic PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

Associated Types

type Rep PlatformStatus :: Type -> Type #

Read PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

Show PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

NFData PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

Methods

rnf :: PlatformStatus -> () #

Eq PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

Ord PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

Hashable PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

type Rep PlatformStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformStatus

type Rep PlatformStatus = D1 ('MetaData "PlatformStatus" "Amazonka.ElasticBeanstalk.Types.PlatformStatus" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "PlatformStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlatformStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceRepository

newtype SourceRepository Source #

Instances

Instances details
FromJSON SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

FromJSONKey SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

ToJSON SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

ToJSONKey SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

ToByteString SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

ToHeader SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

ToLog SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

ToQuery SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

FromText SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

ToText SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

FromXML SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

ToXML SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

Generic SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

Associated Types

type Rep SourceRepository :: Type -> Type #

Read SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

Show SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

NFData SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

Methods

rnf :: SourceRepository -> () #

Eq SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

Ord SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

Hashable SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

type Rep SourceRepository Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceRepository

type Rep SourceRepository = D1 ('MetaData "SourceRepository" "Amazonka.ElasticBeanstalk.Types.SourceRepository" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "SourceRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Bundled Patterns

pattern SourceType_Git :: SourceType 
pattern SourceType_Zip :: SourceType 

Instances

Instances details
FromJSON SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

Methods

toText :: SourceType -> Text #

FromXML SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

Methods

toXML :: SourceType -> XML #

Generic SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

Read SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

NFData SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

Methods

rnf :: SourceType -> () #

Eq SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

Hashable SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

type Rep SourceType Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.ElasticBeanstalk.Types.SourceType" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "SourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ValidationSeverity

newtype ValidationSeverity Source #

Instances

Instances details
FromJSON ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

FromJSONKey ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

ToJSON ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

ToJSONKey ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

ToByteString ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

ToHeader ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

ToLog ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

ToQuery ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

FromText ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

ToText ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

FromXML ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

ToXML ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

Generic ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

Associated Types

type Rep ValidationSeverity :: Type -> Type #

Read ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

Show ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

NFData ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

Methods

rnf :: ValidationSeverity -> () #

Eq ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

Ord ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

Hashable ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

type Rep ValidationSeverity Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationSeverity

type Rep ValidationSeverity = D1 ('MetaData "ValidationSeverity" "Amazonka.ElasticBeanstalk.Types.ValidationSeverity" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'True) (C1 ('MetaCons "ValidationSeverity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromValidationSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationDescription

data ApplicationDescription Source #

Describes the properties of an application.

See: newApplicationDescription smart constructor.

Constructors

ApplicationDescription' 

Fields

Instances

Instances details
FromXML ApplicationDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescription

Generic ApplicationDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescription

Associated Types

type Rep ApplicationDescription :: Type -> Type #

Read ApplicationDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescription

Show ApplicationDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescription

NFData ApplicationDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescription

Methods

rnf :: ApplicationDescription -> () #

Eq ApplicationDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescription

Hashable ApplicationDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescription

type Rep ApplicationDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescription

type Rep ApplicationDescription = D1 ('MetaData "ApplicationDescription" "Amazonka.ElasticBeanstalk.Types.ApplicationDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ApplicationDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configurationTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceLifecycleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationResourceLifecycleConfig)) :*: S1 ('MetaSel ('Just "versions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newApplicationDescription :: ApplicationDescription Source #

Create a value of ApplicationDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationArn:ApplicationDescription', applicationDescription_applicationArn - The Amazon Resource Name (ARN) of the application.

$sel:applicationName:ApplicationDescription', applicationDescription_applicationName - The name of the application.

$sel:configurationTemplates:ApplicationDescription', applicationDescription_configurationTemplates - The names of the configuration templates associated with this application.

$sel:dateCreated:ApplicationDescription', applicationDescription_dateCreated - The date when the application was created.

$sel:dateUpdated:ApplicationDescription', applicationDescription_dateUpdated - The date when the application was last modified.

$sel:description:ApplicationDescription', applicationDescription_description - User-defined description of the application.

$sel:resourceLifecycleConfig:ApplicationDescription', applicationDescription_resourceLifecycleConfig - The lifecycle settings for the application.

$sel:versions:ApplicationDescription', applicationDescription_versions - The names of the versions for this application.

applicationDescription_applicationArn :: Lens' ApplicationDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the application.

applicationDescription_configurationTemplates :: Lens' ApplicationDescription (Maybe [Text]) Source #

The names of the configuration templates associated with this application.

applicationDescription_dateUpdated :: Lens' ApplicationDescription (Maybe UTCTime) Source #

The date when the application was last modified.

applicationDescription_description :: Lens' ApplicationDescription (Maybe Text) Source #

User-defined description of the application.

applicationDescription_versions :: Lens' ApplicationDescription (Maybe [Text]) Source #

The names of the versions for this application.

ApplicationDescriptionMessage

data ApplicationDescriptionMessage Source #

Result message containing a single description of an application.

See: newApplicationDescriptionMessage smart constructor.

Constructors

ApplicationDescriptionMessage' 

Fields

Instances

Instances details
FromXML ApplicationDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Generic ApplicationDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Associated Types

type Rep ApplicationDescriptionMessage :: Type -> Type #

Read ApplicationDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Show ApplicationDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage

NFData ApplicationDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Eq ApplicationDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage

Hashable ApplicationDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage

type Rep ApplicationDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage

type Rep ApplicationDescriptionMessage = D1 ('MetaData "ApplicationDescriptionMessage" "Amazonka.ElasticBeanstalk.Types.ApplicationDescriptionMessage" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ApplicationDescriptionMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationDescription))))

newApplicationDescriptionMessage :: ApplicationDescriptionMessage Source #

Create a value of ApplicationDescriptionMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:application:ApplicationDescriptionMessage', applicationDescriptionMessage_application - The ApplicationDescription of the application.

ApplicationMetrics

data ApplicationMetrics Source #

Application request metrics for an AWS Elastic Beanstalk environment.

See: newApplicationMetrics smart constructor.

Constructors

ApplicationMetrics' 

Fields

  • duration :: Maybe Int

    The amount of time that the metrics cover (usually 10 seconds). For example, you might have 5 requests (request_count) within the most recent time slice of 10 seconds (duration).

  • latency :: Maybe Latency

    Represents the average latency for the slowest X percent of requests over the last 10 seconds. Latencies are in seconds with one millisecond resolution.

  • requestCount :: Maybe Int

    Average number of requests handled by the web server per second over the last 10 seconds.

  • statusCodes :: Maybe StatusCodes

    Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.

Instances

Instances details
FromXML ApplicationMetrics Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationMetrics

Generic ApplicationMetrics Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationMetrics

Associated Types

type Rep ApplicationMetrics :: Type -> Type #

Read ApplicationMetrics Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationMetrics

Show ApplicationMetrics Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationMetrics

NFData ApplicationMetrics Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationMetrics

Methods

rnf :: ApplicationMetrics -> () #

Eq ApplicationMetrics Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationMetrics

Hashable ApplicationMetrics Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationMetrics

type Rep ApplicationMetrics Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationMetrics

type Rep ApplicationMetrics = D1 ('MetaData "ApplicationMetrics" "Amazonka.ElasticBeanstalk.Types.ApplicationMetrics" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ApplicationMetrics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "latency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Latency))) :*: (S1 ('MetaSel ('Just "requestCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "statusCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusCodes)))))

newApplicationMetrics :: ApplicationMetrics Source #

Create a value of ApplicationMetrics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:duration:ApplicationMetrics', applicationMetrics_duration - The amount of time that the metrics cover (usually 10 seconds). For example, you might have 5 requests (request_count) within the most recent time slice of 10 seconds (duration).

$sel:latency:ApplicationMetrics', applicationMetrics_latency - Represents the average latency for the slowest X percent of requests over the last 10 seconds. Latencies are in seconds with one millisecond resolution.

$sel:requestCount:ApplicationMetrics', applicationMetrics_requestCount - Average number of requests handled by the web server per second over the last 10 seconds.

$sel:statusCodes:ApplicationMetrics', applicationMetrics_statusCodes - Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.

applicationMetrics_duration :: Lens' ApplicationMetrics (Maybe Int) Source #

The amount of time that the metrics cover (usually 10 seconds). For example, you might have 5 requests (request_count) within the most recent time slice of 10 seconds (duration).

applicationMetrics_latency :: Lens' ApplicationMetrics (Maybe Latency) Source #

Represents the average latency for the slowest X percent of requests over the last 10 seconds. Latencies are in seconds with one millisecond resolution.

applicationMetrics_requestCount :: Lens' ApplicationMetrics (Maybe Int) Source #

Average number of requests handled by the web server per second over the last 10 seconds.

applicationMetrics_statusCodes :: Lens' ApplicationMetrics (Maybe StatusCodes) Source #

Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.

ApplicationResourceLifecycleConfig

data ApplicationResourceLifecycleConfig Source #

The resource lifecycle configuration for an application. Defines lifecycle settings for resources that belong to the application, and the service role that AWS Elastic Beanstalk assumes in order to apply lifecycle settings. The version lifecycle configuration defines lifecycle settings for application versions.

See: newApplicationResourceLifecycleConfig smart constructor.

Constructors

ApplicationResourceLifecycleConfig' 

Fields

  • serviceRole :: Maybe Text

    The ARN of an IAM service role that Elastic Beanstalk has permission to assume.

    The ServiceRole property is required the first time that you provide a VersionLifecycleConfig for the application in one of the supporting calls (CreateApplication or UpdateApplicationResourceLifecycle). After you provide it once, in either one of the calls, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again in subsequent UpdateApplicationResourceLifecycle calls. You can, however, specify it in subsequent calls to change the Service Role to another value.

  • versionLifecycleConfig :: Maybe ApplicationVersionLifecycleConfig

    Defines lifecycle settings for application versions.

Instances

Instances details
ToQuery ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

FromXML ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Generic ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Associated Types

type Rep ApplicationResourceLifecycleConfig :: Type -> Type #

Read ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Show ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

NFData ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Eq ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

Hashable ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

type Rep ApplicationResourceLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig

type Rep ApplicationResourceLifecycleConfig = D1 ('MetaData "ApplicationResourceLifecycleConfig" "Amazonka.ElasticBeanstalk.Types.ApplicationResourceLifecycleConfig" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ApplicationResourceLifecycleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionLifecycleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionLifecycleConfig))))

newApplicationResourceLifecycleConfig :: ApplicationResourceLifecycleConfig Source #

Create a value of ApplicationResourceLifecycleConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceRole:ApplicationResourceLifecycleConfig', applicationResourceLifecycleConfig_serviceRole - The ARN of an IAM service role that Elastic Beanstalk has permission to assume.

The ServiceRole property is required the first time that you provide a VersionLifecycleConfig for the application in one of the supporting calls (CreateApplication or UpdateApplicationResourceLifecycle). After you provide it once, in either one of the calls, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again in subsequent UpdateApplicationResourceLifecycle calls. You can, however, specify it in subsequent calls to change the Service Role to another value.

$sel:versionLifecycleConfig:ApplicationResourceLifecycleConfig', applicationResourceLifecycleConfig_versionLifecycleConfig - Defines lifecycle settings for application versions.

applicationResourceLifecycleConfig_serviceRole :: Lens' ApplicationResourceLifecycleConfig (Maybe Text) Source #

The ARN of an IAM service role that Elastic Beanstalk has permission to assume.

The ServiceRole property is required the first time that you provide a VersionLifecycleConfig for the application in one of the supporting calls (CreateApplication or UpdateApplicationResourceLifecycle). After you provide it once, in either one of the calls, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again in subsequent UpdateApplicationResourceLifecycle calls. You can, however, specify it in subsequent calls to change the Service Role to another value.

ApplicationVersionDescription

data ApplicationVersionDescription Source #

Describes the properties of an application version.

See: newApplicationVersionDescription smart constructor.

Constructors

ApplicationVersionDescription' 

Fields

  • applicationName :: Maybe Text

    The name of the application to which the application version belongs.

  • applicationVersionArn :: Maybe Text

    The Amazon Resource Name (ARN) of the application version.

  • buildArn :: Maybe Text

    Reference to the artifact from the AWS CodeBuild build.

  • dateCreated :: Maybe ISO8601

    The creation date of the application version.

  • dateUpdated :: Maybe ISO8601

    The last modified date of the application version.

  • description :: Maybe Text

    The description of the application version.

  • sourceBuildInformation :: Maybe SourceBuildInformation

    If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.

  • sourceBundle :: Maybe S3Location

    The storage location of the application version's source bundle in Amazon S3.

  • status :: Maybe ApplicationVersionStatus

    The processing status of the application version. Reflects the state of the application version during its creation. Many of the values are only applicable if you specified True for the Process parameter of the CreateApplicationVersion action. The following list describes the possible values.

    • Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate configuration files during deployment of the application version to an environment.
    • Processing – Elastic Beanstalk is currently processing the application version.
    • Building – Application version is currently undergoing an AWS CodeBuild build.
    • Processed – Elastic Beanstalk was successfully pre-processed and validated.
    • Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This application version isn't usable.
  • versionLabel :: Maybe Text

    A unique identifier for the application version.

Instances

Instances details
FromXML ApplicationVersionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription

Generic ApplicationVersionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription

Associated Types

type Rep ApplicationVersionDescription :: Type -> Type #

Read ApplicationVersionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription

Show ApplicationVersionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription

NFData ApplicationVersionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription

Eq ApplicationVersionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription

Hashable ApplicationVersionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription

type Rep ApplicationVersionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription

type Rep ApplicationVersionDescription = D1 ('MetaData "ApplicationVersionDescription" "Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ApplicationVersionDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "buildArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceBuildInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceBuildInformation))) :*: (S1 ('MetaSel ('Just "sourceBundle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionStatus)) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newApplicationVersionDescription :: ApplicationVersionDescription Source #

Create a value of ApplicationVersionDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationName:ApplicationVersionDescription', applicationVersionDescription_applicationName - The name of the application to which the application version belongs.

$sel:applicationVersionArn:ApplicationVersionDescription', applicationVersionDescription_applicationVersionArn - The Amazon Resource Name (ARN) of the application version.

$sel:buildArn:ApplicationVersionDescription', applicationVersionDescription_buildArn - Reference to the artifact from the AWS CodeBuild build.

$sel:dateCreated:ApplicationVersionDescription', applicationVersionDescription_dateCreated - The creation date of the application version.

$sel:dateUpdated:ApplicationVersionDescription', applicationVersionDescription_dateUpdated - The last modified date of the application version.

$sel:description:ApplicationVersionDescription', applicationVersionDescription_description - The description of the application version.

$sel:sourceBuildInformation:ApplicationVersionDescription', applicationVersionDescription_sourceBuildInformation - If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.

$sel:sourceBundle:ApplicationVersionDescription', applicationVersionDescription_sourceBundle - The storage location of the application version's source bundle in Amazon S3.

$sel:status:ApplicationVersionDescription', applicationVersionDescription_status - The processing status of the application version. Reflects the state of the application version during its creation. Many of the values are only applicable if you specified True for the Process parameter of the CreateApplicationVersion action. The following list describes the possible values.

  • Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate configuration files during deployment of the application version to an environment.
  • Processing – Elastic Beanstalk is currently processing the application version.
  • Building – Application version is currently undergoing an AWS CodeBuild build.
  • Processed – Elastic Beanstalk was successfully pre-processed and validated.
  • Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This application version isn't usable.

$sel:versionLabel:ApplicationVersionDescription', applicationVersionDescription_versionLabel - A unique identifier for the application version.

applicationVersionDescription_applicationName :: Lens' ApplicationVersionDescription (Maybe Text) Source #

The name of the application to which the application version belongs.

applicationVersionDescription_applicationVersionArn :: Lens' ApplicationVersionDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the application version.

applicationVersionDescription_buildArn :: Lens' ApplicationVersionDescription (Maybe Text) Source #

Reference to the artifact from the AWS CodeBuild build.

applicationVersionDescription_sourceBuildInformation :: Lens' ApplicationVersionDescription (Maybe SourceBuildInformation) Source #

If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.

applicationVersionDescription_sourceBundle :: Lens' ApplicationVersionDescription (Maybe S3Location) Source #

The storage location of the application version's source bundle in Amazon S3.

applicationVersionDescription_status :: Lens' ApplicationVersionDescription (Maybe ApplicationVersionStatus) Source #

The processing status of the application version. Reflects the state of the application version during its creation. Many of the values are only applicable if you specified True for the Process parameter of the CreateApplicationVersion action. The following list describes the possible values.

  • Unprocessed – Application version wasn't pre-processed or validated. Elastic Beanstalk will validate configuration files during deployment of the application version to an environment.
  • Processing – Elastic Beanstalk is currently processing the application version.
  • Building – Application version is currently undergoing an AWS CodeBuild build.
  • Processed – Elastic Beanstalk was successfully pre-processed and validated.
  • Failed – Either the AWS CodeBuild build failed or configuration files didn't pass validation. This application version isn't usable.

ApplicationVersionDescriptionMessage

data ApplicationVersionDescriptionMessage Source #

Result message wrapping a single description of an application version.

See: newApplicationVersionDescriptionMessage smart constructor.

Constructors

ApplicationVersionDescriptionMessage' 

Fields

Instances

Instances details
FromXML ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Generic ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Read ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Show ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

NFData ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Eq ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

Hashable ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

type Rep ApplicationVersionDescriptionMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage

type Rep ApplicationVersionDescriptionMessage = D1 ('MetaData "ApplicationVersionDescriptionMessage" "Amazonka.ElasticBeanstalk.Types.ApplicationVersionDescriptionMessage" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ApplicationVersionDescriptionMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionDescription))))

newApplicationVersionDescriptionMessage :: ApplicationVersionDescriptionMessage Source #

Create a value of ApplicationVersionDescriptionMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationVersion:ApplicationVersionDescriptionMessage', applicationVersionDescriptionMessage_applicationVersion - The ApplicationVersionDescription of the application version.

ApplicationVersionLifecycleConfig

data ApplicationVersionLifecycleConfig Source #

The application version lifecycle settings for an application. Defines the rules that Elastic Beanstalk applies to an application's versions in order to avoid hitting the per-region limit for application versions.

When Elastic Beanstalk deletes an application version from its database, you can no longer deploy that version to an environment. The source bundle remains in S3 unless you configure the rule to delete it.

See: newApplicationVersionLifecycleConfig smart constructor.

Constructors

ApplicationVersionLifecycleConfig' 

Fields

  • maxAgeRule :: Maybe MaxAgeRule

    Specify a max age rule to restrict the length of time that application versions are retained for an application.

  • maxCountRule :: Maybe MaxCountRule

    Specify a max count rule to restrict the number of application versions that are retained for an application.

Instances

Instances details
ToQuery ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

FromXML ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Generic ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Associated Types

type Rep ApplicationVersionLifecycleConfig :: Type -> Type #

Read ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Show ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

NFData ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Eq ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

Hashable ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

type Rep ApplicationVersionLifecycleConfig Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig

type Rep ApplicationVersionLifecycleConfig = D1 ('MetaData "ApplicationVersionLifecycleConfig" "Amazonka.ElasticBeanstalk.Types.ApplicationVersionLifecycleConfig" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ApplicationVersionLifecycleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxAgeRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaxAgeRule)) :*: S1 ('MetaSel ('Just "maxCountRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaxCountRule))))

newApplicationVersionLifecycleConfig :: ApplicationVersionLifecycleConfig Source #

Create a value of ApplicationVersionLifecycleConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxAgeRule:ApplicationVersionLifecycleConfig', applicationVersionLifecycleConfig_maxAgeRule - Specify a max age rule to restrict the length of time that application versions are retained for an application.

$sel:maxCountRule:ApplicationVersionLifecycleConfig', applicationVersionLifecycleConfig_maxCountRule - Specify a max count rule to restrict the number of application versions that are retained for an application.

applicationVersionLifecycleConfig_maxAgeRule :: Lens' ApplicationVersionLifecycleConfig (Maybe MaxAgeRule) Source #

Specify a max age rule to restrict the length of time that application versions are retained for an application.

applicationVersionLifecycleConfig_maxCountRule :: Lens' ApplicationVersionLifecycleConfig (Maybe MaxCountRule) Source #

Specify a max count rule to restrict the number of application versions that are retained for an application.

AutoScalingGroup

data AutoScalingGroup Source #

Describes an Auto Scaling launch configuration.

See: newAutoScalingGroup smart constructor.

Constructors

AutoScalingGroup' 

Fields

Instances

Instances details
FromXML AutoScalingGroup Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.AutoScalingGroup

Generic AutoScalingGroup Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.AutoScalingGroup

Associated Types

type Rep AutoScalingGroup :: Type -> Type #

Read AutoScalingGroup Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.AutoScalingGroup

Show AutoScalingGroup Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.AutoScalingGroup

NFData AutoScalingGroup Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.AutoScalingGroup

Methods

rnf :: AutoScalingGroup -> () #

Eq AutoScalingGroup Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.AutoScalingGroup

Hashable AutoScalingGroup Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.AutoScalingGroup

type Rep AutoScalingGroup Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.AutoScalingGroup

type Rep AutoScalingGroup = D1 ('MetaData "AutoScalingGroup" "Amazonka.ElasticBeanstalk.Types.AutoScalingGroup" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "AutoScalingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoScalingGroup :: AutoScalingGroup Source #

Create a value of AutoScalingGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:AutoScalingGroup', autoScalingGroup_name - The name of the AutoScalingGroup .

autoScalingGroup_name :: Lens' AutoScalingGroup (Maybe Text) Source #

The name of the AutoScalingGroup .

BuildConfiguration

data BuildConfiguration Source #

Settings for an AWS CodeBuild build.

See: newBuildConfiguration smart constructor.

Constructors

BuildConfiguration' 

Fields

  • artifactName :: Maybe Text

    The name of the artifact of the CodeBuild build. If provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label-artifact-name.zip. If not provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label.zip.

  • computeType :: Maybe ComputeType

    Information about the compute resources the build project will use.

    • BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds
    • BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds
    • BUILD_GENERAL1_LARGE: Use up to 15 GB memory and 8 vCPUs for builds
  • timeoutInMinutes :: Maybe Int

    How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes.

  • codeBuildServiceRole :: Text

    The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.

  • image :: Text

    The ID of the Docker image to use for this build project.

Instances

Instances details
ToQuery BuildConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.BuildConfiguration

Generic BuildConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.BuildConfiguration

Associated Types

type Rep BuildConfiguration :: Type -> Type #

Read BuildConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.BuildConfiguration

Show BuildConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.BuildConfiguration

NFData BuildConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.BuildConfiguration

Methods

rnf :: BuildConfiguration -> () #

Eq BuildConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.BuildConfiguration

Hashable BuildConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.BuildConfiguration

type Rep BuildConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.BuildConfiguration

type Rep BuildConfiguration = D1 ('MetaData "BuildConfiguration" "Amazonka.ElasticBeanstalk.Types.BuildConfiguration" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "BuildConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType))) :*: (S1 ('MetaSel ('Just "timeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "codeBuildServiceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newBuildConfiguration Source #

Create a value of BuildConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:artifactName:BuildConfiguration', buildConfiguration_artifactName - The name of the artifact of the CodeBuild build. If provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label-artifact-name.zip. If not provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label.zip.

$sel:computeType:BuildConfiguration', buildConfiguration_computeType - Information about the compute resources the build project will use.

  • BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds
  • BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds
  • BUILD_GENERAL1_LARGE: Use up to 15 GB memory and 8 vCPUs for builds

$sel:timeoutInMinutes:BuildConfiguration', buildConfiguration_timeoutInMinutes - How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes.

$sel:codeBuildServiceRole:BuildConfiguration', buildConfiguration_codeBuildServiceRole - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.

$sel:image:BuildConfiguration', buildConfiguration_image - The ID of the Docker image to use for this build project.

buildConfiguration_artifactName :: Lens' BuildConfiguration (Maybe Text) Source #

The name of the artifact of the CodeBuild build. If provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label-artifact-name.zip. If not provided, Elastic Beanstalk stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label.zip.

buildConfiguration_computeType :: Lens' BuildConfiguration (Maybe ComputeType) Source #

Information about the compute resources the build project will use.

  • BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds
  • BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds
  • BUILD_GENERAL1_LARGE: Use up to 15 GB memory and 8 vCPUs for builds

buildConfiguration_timeoutInMinutes :: Lens' BuildConfiguration (Maybe Int) Source #

How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed. The default is 60 minutes.

buildConfiguration_codeBuildServiceRole :: Lens' BuildConfiguration Text Source #

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.

buildConfiguration_image :: Lens' BuildConfiguration Text Source #

The ID of the Docker image to use for this build project.

Builder

data Builder Source #

The builder used to build the custom platform.

See: newBuilder smart constructor.

Constructors

Builder' 

Fields

Instances

Instances details
FromXML Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Generic Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Associated Types

type Rep Builder :: Type -> Type #

Methods

from :: Builder -> Rep Builder x #

to :: Rep Builder x -> Builder #

Read Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Show Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

NFData Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Methods

rnf :: Builder -> () #

Eq Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Methods

(==) :: Builder -> Builder -> Bool #

(/=) :: Builder -> Builder -> Bool #

Hashable Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

Methods

hashWithSalt :: Int -> Builder -> Int #

hash :: Builder -> Int #

type Rep Builder Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Builder

type Rep Builder = D1 ('MetaData "Builder" "Amazonka.ElasticBeanstalk.Types.Builder" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Builder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBuilder :: Builder Source #

Create a value of Builder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Builder', builder_arn - The ARN of the builder.

builder_arn :: Lens' Builder (Maybe Text) Source #

The ARN of the builder.

CPUUtilization

data CPUUtilization Source #

CPU utilization metrics for an instance.

See: newCPUUtilization smart constructor.

Constructors

CPUUtilization' 

Fields

  • iOWait :: Maybe Double

    Available on Linux environments only.

    Percentage of time that the CPU has spent in the I/O Wait state over the last 10 seconds.

  • irq :: Maybe Double

    Available on Linux environments only.

    Percentage of time that the CPU has spent in the IRQ state over the last 10 seconds.

  • idle :: Maybe Double

    Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.

  • nice :: Maybe Double

    Available on Linux environments only.

    Percentage of time that the CPU has spent in the Nice state over the last 10 seconds.

  • privileged :: Maybe Double

    Available on Windows environments only.

    Percentage of time that the CPU has spent in the Privileged state over the last 10 seconds.

  • softIRQ :: Maybe Double

    Available on Linux environments only.

    Percentage of time that the CPU has spent in the SoftIRQ state over the last 10 seconds.

  • system :: Maybe Double

    Available on Linux environments only.

    Percentage of time that the CPU has spent in the System state over the last 10 seconds.

  • user :: Maybe Double

    Percentage of time that the CPU has spent in the User state over the last 10 seconds.

Instances

Instances details
FromXML CPUUtilization Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CPUUtilization

Generic CPUUtilization Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CPUUtilization

Associated Types

type Rep CPUUtilization :: Type -> Type #

Read CPUUtilization Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CPUUtilization

Show CPUUtilization Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CPUUtilization

NFData CPUUtilization Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CPUUtilization

Methods

rnf :: CPUUtilization -> () #

Eq CPUUtilization Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CPUUtilization

Hashable CPUUtilization Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CPUUtilization

type Rep CPUUtilization Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CPUUtilization

newCPUUtilization :: CPUUtilization Source #

Create a value of CPUUtilization with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:iOWait:CPUUtilization', cPUUtilization_iOWait - Available on Linux environments only.

Percentage of time that the CPU has spent in the I/O Wait state over the last 10 seconds.

$sel:irq:CPUUtilization', cPUUtilization_irq - Available on Linux environments only.

Percentage of time that the CPU has spent in the IRQ state over the last 10 seconds.

$sel:idle:CPUUtilization', cPUUtilization_idle - Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.

$sel:nice:CPUUtilization', cPUUtilization_nice - Available on Linux environments only.

Percentage of time that the CPU has spent in the Nice state over the last 10 seconds.

$sel:privileged:CPUUtilization', cPUUtilization_privileged - Available on Windows environments only.

Percentage of time that the CPU has spent in the Privileged state over the last 10 seconds.

$sel:softIRQ:CPUUtilization', cPUUtilization_softIRQ - Available on Linux environments only.

Percentage of time that the CPU has spent in the SoftIRQ state over the last 10 seconds.

$sel:system:CPUUtilization', cPUUtilization_system - Available on Linux environments only.

Percentage of time that the CPU has spent in the System state over the last 10 seconds.

$sel:user:CPUUtilization', cPUUtilization_user - Percentage of time that the CPU has spent in the User state over the last 10 seconds.

cPUUtilization_iOWait :: Lens' CPUUtilization (Maybe Double) Source #

Available on Linux environments only.

Percentage of time that the CPU has spent in the I/O Wait state over the last 10 seconds.

cPUUtilization_irq :: Lens' CPUUtilization (Maybe Double) Source #

Available on Linux environments only.

Percentage of time that the CPU has spent in the IRQ state over the last 10 seconds.

cPUUtilization_idle :: Lens' CPUUtilization (Maybe Double) Source #

Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.

cPUUtilization_nice :: Lens' CPUUtilization (Maybe Double) Source #

Available on Linux environments only.

Percentage of time that the CPU has spent in the Nice state over the last 10 seconds.

cPUUtilization_privileged :: Lens' CPUUtilization (Maybe Double) Source #

Available on Windows environments only.

Percentage of time that the CPU has spent in the Privileged state over the last 10 seconds.

cPUUtilization_softIRQ :: Lens' CPUUtilization (Maybe Double) Source #

Available on Linux environments only.

Percentage of time that the CPU has spent in the SoftIRQ state over the last 10 seconds.

cPUUtilization_system :: Lens' CPUUtilization (Maybe Double) Source #

Available on Linux environments only.

Percentage of time that the CPU has spent in the System state over the last 10 seconds.

cPUUtilization_user :: Lens' CPUUtilization (Maybe Double) Source #

Percentage of time that the CPU has spent in the User state over the last 10 seconds.

ConfigurationOptionDescription

data ConfigurationOptionDescription Source #

Describes the possible values for a configuration option.

See: newConfigurationOptionDescription smart constructor.

Constructors

ConfigurationOptionDescription' 

Fields

  • changeSeverity :: Maybe Text

    An indication of which action is required if the value for this configuration option changes:

    • NoInterruption : There is no interruption to the environment or application availability.
    • RestartEnvironment : The environment is entirely restarted, all AWS resources are deleted and recreated, and the environment is unavailable during the process.
    • RestartApplicationServer : The environment is available the entire time. However, a short application outage occurs when the application servers on the running Amazon EC2 instances are restarted.
  • defaultValue :: Maybe Text

    The default value for this configuration option.

  • maxLength :: Maybe Int

    If specified, the configuration option must be a string value no longer than this value.

  • maxValue :: Maybe Int

    If specified, the configuration option must be a numeric value less than this value.

  • minValue :: Maybe Int

    If specified, the configuration option must be a numeric value greater than this value.

  • name :: Maybe Text

    The name of the configuration option.

  • namespace :: Maybe Text

    A unique namespace identifying the option's associated AWS resource.

  • regex :: Maybe OptionRestrictionRegex

    If specified, the configuration option must be a string value that satisfies this regular expression.

  • userDefined :: Maybe Bool

    An indication of whether the user defined this configuration option:

    • true : This configuration option was defined by the user. It is a valid choice for specifying if this as an Option to Remove when updating configuration settings.
    • false : This configuration was not defined by the user.

    Constraint: You can remove only UserDefined options from a configuration.

    Valid Values: true | false

  • valueOptions :: Maybe [Text]

    If specified, values for the configuration option are selected from this list.

  • valueType :: Maybe ConfigurationOptionValueType

    An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

    • Scalar : Values for this option are a single selection from the possible values, or an unformatted string, or numeric value governed by the MIN/MAX/Regex constraints.
    • List : Values for this option are multiple selections from the possible values.
    • Boolean : Values for this option are either true or false .
    • Json : Values for this option are a JSON representation of a ConfigDocument.

Instances

Instances details
FromXML ConfigurationOptionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription

Generic ConfigurationOptionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription

Associated Types

type Rep ConfigurationOptionDescription :: Type -> Type #

Read ConfigurationOptionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription

Show ConfigurationOptionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription

NFData ConfigurationOptionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription

Eq ConfigurationOptionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription

Hashable ConfigurationOptionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription

type Rep ConfigurationOptionDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription

type Rep ConfigurationOptionDescription = D1 ('MetaData "ConfigurationOptionDescription" "Amazonka.ElasticBeanstalk.Types.ConfigurationOptionDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ConfigurationOptionDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "changeSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptionRestrictionRegex)))) :*: (S1 ('MetaSel ('Just "userDefined") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "valueOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "valueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationOptionValueType)))))))

newConfigurationOptionDescription :: ConfigurationOptionDescription Source #

Create a value of ConfigurationOptionDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:changeSeverity:ConfigurationOptionDescription', configurationOptionDescription_changeSeverity - An indication of which action is required if the value for this configuration option changes:

  • NoInterruption : There is no interruption to the environment or application availability.
  • RestartEnvironment : The environment is entirely restarted, all AWS resources are deleted and recreated, and the environment is unavailable during the process.
  • RestartApplicationServer : The environment is available the entire time. However, a short application outage occurs when the application servers on the running Amazon EC2 instances are restarted.

$sel:defaultValue:ConfigurationOptionDescription', configurationOptionDescription_defaultValue - The default value for this configuration option.

$sel:maxLength:ConfigurationOptionDescription', configurationOptionDescription_maxLength - If specified, the configuration option must be a string value no longer than this value.

$sel:maxValue:ConfigurationOptionDescription', configurationOptionDescription_maxValue - If specified, the configuration option must be a numeric value less than this value.

$sel:minValue:ConfigurationOptionDescription', configurationOptionDescription_minValue - If specified, the configuration option must be a numeric value greater than this value.

$sel:name:ConfigurationOptionDescription', configurationOptionDescription_name - The name of the configuration option.

$sel:namespace:ConfigurationOptionDescription', configurationOptionDescription_namespace - A unique namespace identifying the option's associated AWS resource.

$sel:regex:ConfigurationOptionDescription', configurationOptionDescription_regex - If specified, the configuration option must be a string value that satisfies this regular expression.

$sel:userDefined:ConfigurationOptionDescription', configurationOptionDescription_userDefined - An indication of whether the user defined this configuration option:

  • true : This configuration option was defined by the user. It is a valid choice for specifying if this as an Option to Remove when updating configuration settings.
  • false : This configuration was not defined by the user.

Constraint: You can remove only UserDefined options from a configuration.

Valid Values: true | false

$sel:valueOptions:ConfigurationOptionDescription', configurationOptionDescription_valueOptions - If specified, values for the configuration option are selected from this list.

$sel:valueType:ConfigurationOptionDescription', configurationOptionDescription_valueType - An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

  • Scalar : Values for this option are a single selection from the possible values, or an unformatted string, or numeric value governed by the MIN/MAX/Regex constraints.
  • List : Values for this option are multiple selections from the possible values.
  • Boolean : Values for this option are either true or false .
  • Json : Values for this option are a JSON representation of a ConfigDocument.

configurationOptionDescription_changeSeverity :: Lens' ConfigurationOptionDescription (Maybe Text) Source #

An indication of which action is required if the value for this configuration option changes:

  • NoInterruption : There is no interruption to the environment or application availability.
  • RestartEnvironment : The environment is entirely restarted, all AWS resources are deleted and recreated, and the environment is unavailable during the process.
  • RestartApplicationServer : The environment is available the entire time. However, a short application outage occurs when the application servers on the running Amazon EC2 instances are restarted.

configurationOptionDescription_maxLength :: Lens' ConfigurationOptionDescription (Maybe Int) Source #

If specified, the configuration option must be a string value no longer than this value.

configurationOptionDescription_maxValue :: Lens' ConfigurationOptionDescription (Maybe Int) Source #

If specified, the configuration option must be a numeric value less than this value.

configurationOptionDescription_minValue :: Lens' ConfigurationOptionDescription (Maybe Int) Source #

If specified, the configuration option must be a numeric value greater than this value.

configurationOptionDescription_namespace :: Lens' ConfigurationOptionDescription (Maybe Text) Source #

A unique namespace identifying the option's associated AWS resource.

configurationOptionDescription_regex :: Lens' ConfigurationOptionDescription (Maybe OptionRestrictionRegex) Source #

If specified, the configuration option must be a string value that satisfies this regular expression.

configurationOptionDescription_userDefined :: Lens' ConfigurationOptionDescription (Maybe Bool) Source #

An indication of whether the user defined this configuration option:

  • true : This configuration option was defined by the user. It is a valid choice for specifying if this as an Option to Remove when updating configuration settings.
  • false : This configuration was not defined by the user.

Constraint: You can remove only UserDefined options from a configuration.

Valid Values: true | false

configurationOptionDescription_valueOptions :: Lens' ConfigurationOptionDescription (Maybe [Text]) Source #

If specified, values for the configuration option are selected from this list.

configurationOptionDescription_valueType :: Lens' ConfigurationOptionDescription (Maybe ConfigurationOptionValueType) Source #

An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

  • Scalar : Values for this option are a single selection from the possible values, or an unformatted string, or numeric value governed by the MIN/MAX/Regex constraints.
  • List : Values for this option are multiple selections from the possible values.
  • Boolean : Values for this option are either true or false .
  • Json : Values for this option are a JSON representation of a ConfigDocument.

ConfigurationOptionSetting

data ConfigurationOptionSetting Source #

A specification identifying an individual configuration option along with its current value. For a list of possible namespaces and option values, see Option Values in the AWS Elastic Beanstalk Developer Guide.

See: newConfigurationOptionSetting smart constructor.

Constructors

ConfigurationOptionSetting' 

Fields

Instances

Instances details
ToQuery ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

FromXML ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

Generic ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

Associated Types

type Rep ConfigurationOptionSetting :: Type -> Type #

Read ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

Show ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

NFData ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

Eq ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

Hashable ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

type Rep ConfigurationOptionSetting Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting

type Rep ConfigurationOptionSetting = D1 ('MetaData "ConfigurationOptionSetting" "Amazonka.ElasticBeanstalk.Types.ConfigurationOptionSetting" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ConfigurationOptionSetting'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConfigurationOptionSetting :: ConfigurationOptionSetting Source #

Create a value of ConfigurationOptionSetting with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:namespace:ConfigurationOptionSetting', configurationOptionSetting_namespace - A unique namespace that identifies the option's associated AWS resource.

$sel:optionName:ConfigurationOptionSetting', configurationOptionSetting_optionName - The name of the configuration option.

$sel:resourceName:ConfigurationOptionSetting', configurationOptionSetting_resourceName - A unique resource name for the option setting. Use it for a time–based scaling configuration option.

$sel:value:ConfigurationOptionSetting', configurationOptionSetting_value - The current value for the configuration option.

configurationOptionSetting_namespace :: Lens' ConfigurationOptionSetting (Maybe Text) Source #

A unique namespace that identifies the option's associated AWS resource.

configurationOptionSetting_resourceName :: Lens' ConfigurationOptionSetting (Maybe Text) Source #

A unique resource name for the option setting. Use it for a time–based scaling configuration option.

configurationOptionSetting_value :: Lens' ConfigurationOptionSetting (Maybe Text) Source #

The current value for the configuration option.

ConfigurationSettingsDescription

data ConfigurationSettingsDescription Source #

Describes the settings for a configuration set.

See: newConfigurationSettingsDescription smart constructor.

Constructors

ConfigurationSettingsDescription' 

Fields

  • applicationName :: Maybe Text

    The name of the application associated with this configuration set.

  • dateCreated :: Maybe ISO8601

    The date (in UTC time) when this configuration set was created.

  • dateUpdated :: Maybe ISO8601

    The date (in UTC time) when this configuration set was last modified.

  • deploymentStatus :: Maybe ConfigurationDeploymentStatus

    If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

    • null: This configuration is not associated with a running environment.
    • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.
    • deployed: This is the configuration that is currently deployed to the associated running environment.
    • failed: This is a draft configuration that failed to successfully deploy.
  • description :: Maybe Text

    Describes this configuration set.

  • environmentName :: Maybe Text

    If not null, the name of the environment for this configuration set.

  • optionSettings :: Maybe [ConfigurationOptionSetting]

    A list of the configuration options and their values in this configuration set.

  • platformArn :: Maybe Text

    The ARN of the platform version.

  • solutionStackName :: Maybe Text

    The name of the solution stack this configuration set uses.

  • templateName :: Maybe Text

    If not null, the name of the configuration template for this configuration set.

Instances

Instances details
FromXML ConfigurationSettingsDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Generic ConfigurationSettingsDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Associated Types

type Rep ConfigurationSettingsDescription :: Type -> Type #

Read ConfigurationSettingsDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Show ConfigurationSettingsDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription

NFData ConfigurationSettingsDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Eq ConfigurationSettingsDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription

Hashable ConfigurationSettingsDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription

type Rep ConfigurationSettingsDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription

type Rep ConfigurationSettingsDescription = D1 ('MetaData "ConfigurationSettingsDescription" "Amazonka.ElasticBeanstalk.Types.ConfigurationSettingsDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ConfigurationSettingsDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationDeploymentStatus)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting]))) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newConfigurationSettingsDescription :: ConfigurationSettingsDescription Source #

Create a value of ConfigurationSettingsDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationName:ConfigurationSettingsDescription', configurationSettingsDescription_applicationName - The name of the application associated with this configuration set.

$sel:dateCreated:ConfigurationSettingsDescription', configurationSettingsDescription_dateCreated - The date (in UTC time) when this configuration set was created.

$sel:dateUpdated:ConfigurationSettingsDescription', configurationSettingsDescription_dateUpdated - The date (in UTC time) when this configuration set was last modified.

$sel:deploymentStatus:ConfigurationSettingsDescription', configurationSettingsDescription_deploymentStatus - If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

  • null: This configuration is not associated with a running environment.
  • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.
  • deployed: This is the configuration that is currently deployed to the associated running environment.
  • failed: This is a draft configuration that failed to successfully deploy.

$sel:description:ConfigurationSettingsDescription', configurationSettingsDescription_description - Describes this configuration set.

$sel:environmentName:ConfigurationSettingsDescription', configurationSettingsDescription_environmentName - If not null, the name of the environment for this configuration set.

$sel:optionSettings:ConfigurationSettingsDescription', configurationSettingsDescription_optionSettings - A list of the configuration options and their values in this configuration set.

$sel:platformArn:ConfigurationSettingsDescription', configurationSettingsDescription_platformArn - The ARN of the platform version.

$sel:solutionStackName:ConfigurationSettingsDescription', configurationSettingsDescription_solutionStackName - The name of the solution stack this configuration set uses.

$sel:templateName:ConfigurationSettingsDescription', configurationSettingsDescription_templateName - If not null, the name of the configuration template for this configuration set.

configurationSettingsDescription_applicationName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source #

The name of the application associated with this configuration set.

configurationSettingsDescription_dateCreated :: Lens' ConfigurationSettingsDescription (Maybe UTCTime) Source #

The date (in UTC time) when this configuration set was created.

configurationSettingsDescription_dateUpdated :: Lens' ConfigurationSettingsDescription (Maybe UTCTime) Source #

The date (in UTC time) when this configuration set was last modified.

configurationSettingsDescription_deploymentStatus :: Lens' ConfigurationSettingsDescription (Maybe ConfigurationDeploymentStatus) Source #

If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

  • null: This configuration is not associated with a running environment.
  • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.
  • deployed: This is the configuration that is currently deployed to the associated running environment.
  • failed: This is a draft configuration that failed to successfully deploy.

configurationSettingsDescription_environmentName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source #

If not null, the name of the environment for this configuration set.

configurationSettingsDescription_optionSettings :: Lens' ConfigurationSettingsDescription (Maybe [ConfigurationOptionSetting]) Source #

A list of the configuration options and their values in this configuration set.

configurationSettingsDescription_solutionStackName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source #

The name of the solution stack this configuration set uses.

configurationSettingsDescription_templateName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source #

If not null, the name of the configuration template for this configuration set.

CustomAmi

data CustomAmi Source #

A custom AMI available to platforms.

See: newCustomAmi smart constructor.

Constructors

CustomAmi' 

Fields

Instances

Instances details
FromXML CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Generic CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Associated Types

type Rep CustomAmi :: Type -> Type #

Read CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Show CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

NFData CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Methods

rnf :: CustomAmi -> () #

Eq CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

Hashable CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

type Rep CustomAmi Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi

type Rep CustomAmi = D1 ('MetaData "CustomAmi" "Amazonka.ElasticBeanstalk.Types.CustomAmi" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "CustomAmi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "virtualizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCustomAmi :: CustomAmi Source #

Create a value of CustomAmi with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageId:CustomAmi', customAmi_imageId - THe ID of the image used to create the custom AMI.

$sel:virtualizationType:CustomAmi', customAmi_virtualizationType - The type of virtualization used to create the custom AMI.

customAmi_imageId :: Lens' CustomAmi (Maybe Text) Source #

THe ID of the image used to create the custom AMI.

customAmi_virtualizationType :: Lens' CustomAmi (Maybe Text) Source #

The type of virtualization used to create the custom AMI.

Deployment

data Deployment Source #

Information about an application version deployment.

See: newDeployment smart constructor.

Constructors

Deployment' 

Fields

  • deploymentId :: Maybe Integer

    The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.

  • deploymentTime :: Maybe ISO8601

    For in-progress deployments, the time that the deployment started.

    For completed deployments, the time that the deployment ended.

  • status :: Maybe Text

    The status of the deployment:

    • In Progress : The deployment is in progress.
    • Deployed : The deployment succeeded.
    • Failed : The deployment failed.
  • versionLabel :: Maybe Text

    The version label of the application version in the deployment.

Instances

Instances details
FromXML Deployment Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Deployment

Generic Deployment Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Deployment

Associated Types

type Rep Deployment :: Type -> Type #

Read Deployment Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Deployment

Show Deployment Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Deployment

NFData Deployment Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Deployment

Methods

rnf :: Deployment -> () #

Eq Deployment Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Deployment

Hashable Deployment Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Deployment

type Rep Deployment Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Deployment

type Rep Deployment = D1 ('MetaData "Deployment" "Amazonka.ElasticBeanstalk.Types.Deployment" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Deployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "deploymentTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDeployment :: Deployment Source #

Create a value of Deployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentId:Deployment', deployment_deploymentId - The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.

$sel:deploymentTime:Deployment', deployment_deploymentTime - For in-progress deployments, the time that the deployment started.

For completed deployments, the time that the deployment ended.

$sel:status:Deployment', deployment_status - The status of the deployment:

  • In Progress : The deployment is in progress.
  • Deployed : The deployment succeeded.
  • Failed : The deployment failed.

$sel:versionLabel:Deployment', deployment_versionLabel - The version label of the application version in the deployment.

deployment_deploymentId :: Lens' Deployment (Maybe Integer) Source #

The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.

deployment_deploymentTime :: Lens' Deployment (Maybe UTCTime) Source #

For in-progress deployments, the time that the deployment started.

For completed deployments, the time that the deployment ended.

deployment_status :: Lens' Deployment (Maybe Text) Source #

The status of the deployment:

  • In Progress : The deployment is in progress.
  • Deployed : The deployment succeeded.
  • Failed : The deployment failed.

deployment_versionLabel :: Lens' Deployment (Maybe Text) Source #

The version label of the application version in the deployment.

EnvironmentDescription

data EnvironmentDescription Source #

Describes the properties of an environment.

See: newEnvironmentDescription smart constructor.

Constructors

EnvironmentDescription' 

Fields

  • abortableOperationInProgress :: Maybe Bool

    Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

    true: There is an update in progress.

    false: There are no updates currently in progress.

  • applicationName :: Maybe Text

    The name of the application associated with this environment.

  • cname :: Maybe Text

    The URL to the CNAME for this environment.

  • dateCreated :: Maybe ISO8601

    The creation date for this environment.

  • dateUpdated :: Maybe ISO8601

    The last modified date for this environment.

  • description :: Maybe Text

    Describes this environment.

  • endpointURL :: Maybe Text

    For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.

  • environmentArn :: Maybe Text

    The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.

  • environmentId :: Maybe Text

    The ID of this environment.

  • environmentLinks :: Maybe [EnvironmentLink]

    A list of links to other environments in the same group.

  • environmentName :: Maybe Text

    The name of this environment.

  • health :: Maybe EnvironmentHealth

    Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

    • Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.
    • Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.
    • Green: Indicates the environment is healthy and fully functional.
    • Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment or RestartEnvironment request.

    Default: Grey

  • healthStatus :: Maybe EnvironmentHealthStatus

    Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.

  • operationsRole :: Maybe Text

    The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

  • platformArn :: Maybe Text

    The ARN of the platform version.

  • resources :: Maybe EnvironmentResourcesDescription

    The description of the AWS resources used by this environment.

  • solutionStackName :: Maybe Text

    The name of the SolutionStack deployed with this environment.

  • status :: Maybe EnvironmentStatus

    The current operational status of the environment:

    • Launching: Environment is in the process of initial deployment.
    • Updating: Environment is in the process of updating its configuration settings or application version.
    • Ready: Environment is available to have an action performed on it, such as update or terminate.
    • Terminating: Environment is in the shut-down process.
    • Terminated: Environment is not running.
  • templateName :: Maybe Text

    The name of the configuration template used to originally launch this environment.

  • tier :: Maybe EnvironmentTier

    Describes the current tier of this environment.

  • versionLabel :: Maybe Text

    The application version deployed in this environment.

Instances

Instances details
FromXML EnvironmentDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescription

Generic EnvironmentDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescription

Associated Types

type Rep EnvironmentDescription :: Type -> Type #

Read EnvironmentDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescription

Show EnvironmentDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescription

NFData EnvironmentDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescription

Methods

rnf :: EnvironmentDescription -> () #

Eq EnvironmentDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescription

Hashable EnvironmentDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescription

type Rep EnvironmentDescription = D1 ('MetaData "EnvironmentDescription" "Amazonka.ElasticBeanstalk.Types.EnvironmentDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "EnvironmentDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "abortableOperationInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "cname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentLinks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentLink])))))) :*: (((S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "health") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealth))) :*: (S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentHealthStatus)) :*: (S1 ('MetaSel ('Just "operationsRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentResourcesDescription)) :*: (S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentStatus)))) :*: (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentTier)) :*: S1 ('MetaSel ('Just "versionLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newEnvironmentDescription :: EnvironmentDescription Source #

Create a value of EnvironmentDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:abortableOperationInProgress:EnvironmentDescription', environmentDescription_abortableOperationInProgress - Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

true: There is an update in progress.

false: There are no updates currently in progress.

$sel:applicationName:EnvironmentDescription', environmentDescription_applicationName - The name of the application associated with this environment.

$sel:cname:EnvironmentDescription', environmentDescription_cname - The URL to the CNAME for this environment.

$sel:dateCreated:EnvironmentDescription', environmentDescription_dateCreated - The creation date for this environment.

$sel:dateUpdated:EnvironmentDescription', environmentDescription_dateUpdated - The last modified date for this environment.

$sel:description:EnvironmentDescription', environmentDescription_description - Describes this environment.

$sel:endpointURL:EnvironmentDescription', environmentDescription_endpointURL - For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.

$sel:environmentArn:EnvironmentDescription', environmentDescription_environmentArn - The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.

$sel:environmentId:EnvironmentDescription', environmentDescription_environmentId - The ID of this environment.

$sel:environmentLinks:EnvironmentDescription', environmentDescription_environmentLinks - A list of links to other environments in the same group.

EnvironmentDescription, environmentDescription_environmentName - The name of this environment.

$sel:health:EnvironmentDescription', environmentDescription_health - Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

  • Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.
  • Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.
  • Green: Indicates the environment is healthy and fully functional.
  • Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment or RestartEnvironment request.

Default: Grey

$sel:healthStatus:EnvironmentDescription', environmentDescription_healthStatus - Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.

$sel:operationsRole:EnvironmentDescription', environmentDescription_operationsRole - The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

$sel:platformArn:EnvironmentDescription', environmentDescription_platformArn - The ARN of the platform version.

$sel:resources:EnvironmentDescription', environmentDescription_resources - The description of the AWS resources used by this environment.

$sel:solutionStackName:EnvironmentDescription', environmentDescription_solutionStackName - The name of the SolutionStack deployed with this environment.

$sel:status:EnvironmentDescription', environmentDescription_status - The current operational status of the environment:

  • Launching: Environment is in the process of initial deployment.
  • Updating: Environment is in the process of updating its configuration settings or application version.
  • Ready: Environment is available to have an action performed on it, such as update or terminate.
  • Terminating: Environment is in the shut-down process.
  • Terminated: Environment is not running.

$sel:templateName:EnvironmentDescription', environmentDescription_templateName - The name of the configuration template used to originally launch this environment.

$sel:tier:EnvironmentDescription', environmentDescription_tier - Describes the current tier of this environment.

$sel:versionLabel:EnvironmentDescription', environmentDescription_versionLabel - The application version deployed in this environment.

environmentDescription_abortableOperationInProgress :: Lens' EnvironmentDescription (Maybe Bool) Source #

Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

true: There is an update in progress.

false: There are no updates currently in progress.

environmentDescription_applicationName :: Lens' EnvironmentDescription (Maybe Text) Source #

The name of the application associated with this environment.

environmentDescription_cname :: Lens' EnvironmentDescription (Maybe Text) Source #

The URL to the CNAME for this environment.

environmentDescription_dateUpdated :: Lens' EnvironmentDescription (Maybe UTCTime) Source #

The last modified date for this environment.

environmentDescription_endpointURL :: Lens' EnvironmentDescription (Maybe Text) Source #

For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.

environmentDescription_environmentArn :: Lens' EnvironmentDescription (Maybe Text) Source #

The environment's Amazon Resource Name (ARN), which can be used in other API requests that require an ARN.

environmentDescription_environmentLinks :: Lens' EnvironmentDescription (Maybe [EnvironmentLink]) Source #

A list of links to other environments in the same group.

environmentDescription_health :: Lens' EnvironmentDescription (Maybe EnvironmentHealth) Source #

Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment:

  • Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment.
  • Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment.
  • Green: Indicates the environment is healthy and fully functional.
  • Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment or RestartEnvironment request.

Default: Grey

environmentDescription_healthStatus :: Lens' EnvironmentDescription (Maybe EnvironmentHealthStatus) Source #

Returns the health status of the application running in your environment. For more information, see Health Colors and Statuses.

environmentDescription_operationsRole :: Lens' EnvironmentDescription (Maybe Text) Source #

The Amazon Resource Name (ARN) of the environment's operations role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

environmentDescription_resources :: Lens' EnvironmentDescription (Maybe EnvironmentResourcesDescription) Source #

The description of the AWS resources used by this environment.

environmentDescription_solutionStackName :: Lens' EnvironmentDescription (Maybe Text) Source #

The name of the SolutionStack deployed with this environment.

environmentDescription_status :: Lens' EnvironmentDescription (Maybe EnvironmentStatus) Source #

The current operational status of the environment:

  • Launching: Environment is in the process of initial deployment.
  • Updating: Environment is in the process of updating its configuration settings or application version.
  • Ready: Environment is available to have an action performed on it, such as update or terminate.
  • Terminating: Environment is in the shut-down process.
  • Terminated: Environment is not running.

environmentDescription_templateName :: Lens' EnvironmentDescription (Maybe Text) Source #

The name of the configuration template used to originally launch this environment.

environmentDescription_tier :: Lens' EnvironmentDescription (Maybe EnvironmentTier) Source #

Describes the current tier of this environment.

environmentDescription_versionLabel :: Lens' EnvironmentDescription (Maybe Text) Source #

The application version deployed in this environment.

EnvironmentDescriptionsMessage

data EnvironmentDescriptionsMessage Source #

Result message containing a list of environment descriptions.

See: newEnvironmentDescriptionsMessage smart constructor.

Constructors

EnvironmentDescriptionsMessage' 

Fields

Instances

Instances details
FromXML EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Generic EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Associated Types

type Rep EnvironmentDescriptionsMessage :: Type -> Type #

Read EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Show EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

NFData EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Eq EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

Hashable EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage

type Rep EnvironmentDescriptionsMessage = D1 ('MetaData "EnvironmentDescriptionsMessage" "Amazonka.ElasticBeanstalk.Types.EnvironmentDescriptionsMessage" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "EnvironmentDescriptionsMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentDescription])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEnvironmentDescriptionsMessage :: EnvironmentDescriptionsMessage Source #

Create a value of EnvironmentDescriptionsMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environments:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_environments - Returns an EnvironmentDescription list.

$sel:nextToken:EnvironmentDescriptionsMessage', environmentDescriptionsMessage_nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response page.

environmentDescriptionsMessage_nextToken :: Lens' EnvironmentDescriptionsMessage (Maybe Text) Source #

In a paginated request, the token that you can pass in a subsequent request to get the next response page.

EnvironmentInfoDescription

data EnvironmentInfoDescription Source #

The information retrieved from the Amazon EC2 instances.

See: newEnvironmentInfoDescription smart constructor.

Constructors

EnvironmentInfoDescription' 

Fields

  • ec2InstanceId :: Maybe Text

    The Amazon EC2 Instance ID for this information.

  • infoType :: Maybe EnvironmentInfoType

    The type of information retrieved.

  • message :: Maybe Text

    The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.

    Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.

  • sampleTimestamp :: Maybe ISO8601

    The time stamp when this information was retrieved.

Instances

Instances details
FromXML EnvironmentInfoDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription

Generic EnvironmentInfoDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription

Associated Types

type Rep EnvironmentInfoDescription :: Type -> Type #

Read EnvironmentInfoDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription

Show EnvironmentInfoDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription

NFData EnvironmentInfoDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription

Eq EnvironmentInfoDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription

Hashable EnvironmentInfoDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription

type Rep EnvironmentInfoDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription

type Rep EnvironmentInfoDescription = D1 ('MetaData "EnvironmentInfoDescription" "Amazonka.ElasticBeanstalk.Types.EnvironmentInfoDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "EnvironmentInfoDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ec2InstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "infoType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentInfoType))) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sampleTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))

newEnvironmentInfoDescription :: EnvironmentInfoDescription Source #

Create a value of EnvironmentInfoDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ec2InstanceId:EnvironmentInfoDescription', environmentInfoDescription_ec2InstanceId - The Amazon EC2 Instance ID for this information.

$sel:infoType:EnvironmentInfoDescription', environmentInfoDescription_infoType - The type of information retrieved.

$sel:message:EnvironmentInfoDescription', environmentInfoDescription_message - The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.

Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.

$sel:sampleTimestamp:EnvironmentInfoDescription', environmentInfoDescription_sampleTimestamp - The time stamp when this information was retrieved.

environmentInfoDescription_ec2InstanceId :: Lens' EnvironmentInfoDescription (Maybe Text) Source #

The Amazon EC2 Instance ID for this information.

environmentInfoDescription_message :: Lens' EnvironmentInfoDescription (Maybe Text) Source #

The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.

Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.

environmentInfoDescription_sampleTimestamp :: Lens' EnvironmentInfoDescription (Maybe UTCTime) Source #

The time stamp when this information was retrieved.

EnvironmentLink

data EnvironmentLink Source #

A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.

See: newEnvironmentLink smart constructor.

Constructors

EnvironmentLink' 

Fields

Instances

newEnvironmentLink :: EnvironmentLink Source #

Create a value of EnvironmentLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentName:EnvironmentLink', environmentLink_environmentName - The name of the linked environment (the dependency).

$sel:linkName:EnvironmentLink', environmentLink_linkName - The name of the link.

environmentLink_environmentName :: Lens' EnvironmentLink (Maybe Text) Source #

The name of the linked environment (the dependency).

EnvironmentResourceDescription

data EnvironmentResourceDescription Source #

Describes the AWS resources in use by this environment. This data is live.

See: newEnvironmentResourceDescription smart constructor.

Constructors

EnvironmentResourceDescription' 

Fields

Instances

Instances details
FromXML EnvironmentResourceDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription

Generic EnvironmentResourceDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription

Associated Types

type Rep EnvironmentResourceDescription :: Type -> Type #

Read EnvironmentResourceDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription

Show EnvironmentResourceDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription

NFData EnvironmentResourceDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription

Eq EnvironmentResourceDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription

Hashable EnvironmentResourceDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription

type Rep EnvironmentResourceDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription

type Rep EnvironmentResourceDescription = D1 ('MetaData "EnvironmentResourceDescription" "Amazonka.ElasticBeanstalk.Types.EnvironmentResourceDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "EnvironmentResourceDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "autoScalingGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoScalingGroup])) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "instances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Instance])) :*: S1 ('MetaSel ('Just "launchConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchConfiguration])))) :*: ((S1 ('MetaSel ('Just "launchTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchTemplate])) :*: S1 ('MetaSel ('Just "loadBalancers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LoadBalancer]))) :*: (S1 ('MetaSel ('Just "queues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Queue])) :*: S1 ('MetaSel ('Just "triggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Trigger]))))))

newEnvironmentResourceDescription :: EnvironmentResourceDescription Source #

Create a value of EnvironmentResourceDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingGroups:EnvironmentResourceDescription', environmentResourceDescription_autoScalingGroups - The AutoScalingGroups used by this environment.

$sel:environmentName:EnvironmentResourceDescription', environmentResourceDescription_environmentName - The name of the environment.

$sel:instances:EnvironmentResourceDescription', environmentResourceDescription_instances - The Amazon EC2 instances used by this environment.

$sel:launchConfigurations:EnvironmentResourceDescription', environmentResourceDescription_launchConfigurations - The Auto Scaling launch configurations in use by this environment.

$sel:launchTemplates:EnvironmentResourceDescription', environmentResourceDescription_launchTemplates - The Amazon EC2 launch templates in use by this environment.

$sel:loadBalancers:EnvironmentResourceDescription', environmentResourceDescription_loadBalancers - The LoadBalancers in use by this environment.

$sel:queues:EnvironmentResourceDescription', environmentResourceDescription_queues - The queues used by this environment.

$sel:triggers:EnvironmentResourceDescription', environmentResourceDescription_triggers - The AutoScaling triggers in use by this environment.

environmentResourceDescription_launchConfigurations :: Lens' EnvironmentResourceDescription (Maybe [LaunchConfiguration]) Source #

The Auto Scaling launch configurations in use by this environment.

environmentResourceDescription_launchTemplates :: Lens' EnvironmentResourceDescription (Maybe [LaunchTemplate]) Source #

The Amazon EC2 launch templates in use by this environment.

environmentResourceDescription_triggers :: Lens' EnvironmentResourceDescription (Maybe [Trigger]) Source #

The AutoScaling triggers in use by this environment.

EnvironmentResourcesDescription

data EnvironmentResourcesDescription Source #

Describes the AWS resources in use by this environment. This data is not live data.

See: newEnvironmentResourcesDescription smart constructor.

Constructors

EnvironmentResourcesDescription' 

Fields

Instances

Instances details
FromXML EnvironmentResourcesDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Generic EnvironmentResourcesDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Associated Types

type Rep EnvironmentResourcesDescription :: Type -> Type #

Read EnvironmentResourcesDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Show EnvironmentResourcesDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription

NFData EnvironmentResourcesDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Eq EnvironmentResourcesDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription

Hashable EnvironmentResourcesDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription

type Rep EnvironmentResourcesDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription

type Rep EnvironmentResourcesDescription = D1 ('MetaData "EnvironmentResourcesDescription" "Amazonka.ElasticBeanstalk.Types.EnvironmentResourcesDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "EnvironmentResourcesDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoadBalancerDescription))))

newEnvironmentResourcesDescription :: EnvironmentResourcesDescription Source #

Create a value of EnvironmentResourcesDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:loadBalancer:EnvironmentResourcesDescription', environmentResourcesDescription_loadBalancer - Describes the LoadBalancer.

EnvironmentTier

data EnvironmentTier Source #

Describes the properties of an environment tier

See: newEnvironmentTier smart constructor.

Constructors

EnvironmentTier' 

Fields

  • name :: Maybe Text

    The name of this environment tier.

    Valid values:

    • For Web server tierWebServer
    • For Worker tierWorker
  • type' :: Maybe Text

    The type of this environment tier.

    Valid values:

    • For Web server tierStandard
    • For Worker tierSQS/HTTP
  • version :: Maybe Text

    The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.

    This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.

Instances

Instances details
ToQuery EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

FromXML EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

Generic EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

Associated Types

type Rep EnvironmentTier :: Type -> Type #

Read EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

Show EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

NFData EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

Methods

rnf :: EnvironmentTier -> () #

Eq EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

Hashable EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

type Rep EnvironmentTier Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EnvironmentTier

type Rep EnvironmentTier = D1 ('MetaData "EnvironmentTier" "Amazonka.ElasticBeanstalk.Types.EnvironmentTier" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "EnvironmentTier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEnvironmentTier :: EnvironmentTier Source #

Create a value of EnvironmentTier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:EnvironmentTier', environmentTier_name - The name of this environment tier.

Valid values:

  • For Web server tierWebServer
  • For Worker tierWorker

$sel:type':EnvironmentTier', environmentTier_type - The type of this environment tier.

Valid values:

  • For Web server tierStandard
  • For Worker tierSQS/HTTP

$sel:version:EnvironmentTier', environmentTier_version - The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.

This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.

environmentTier_name :: Lens' EnvironmentTier (Maybe Text) Source #

The name of this environment tier.

Valid values:

  • For Web server tierWebServer
  • For Worker tierWorker

environmentTier_type :: Lens' EnvironmentTier (Maybe Text) Source #

The type of this environment tier.

Valid values:

  • For Web server tierStandard
  • For Worker tierSQS/HTTP

environmentTier_version :: Lens' EnvironmentTier (Maybe Text) Source #

The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.

This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.

EventDescription

data EventDescription Source #

Describes an event.

See: newEventDescription smart constructor.

Constructors

EventDescription' 

Fields

Instances

Instances details
FromXML EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Generic EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Associated Types

type Rep EventDescription :: Type -> Type #

Read EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Show EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

NFData EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Methods

rnf :: EventDescription -> () #

Eq EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

Hashable EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

type Rep EventDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.EventDescription

newEventDescription :: EventDescription Source #

Create a value of EventDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationName:EventDescription', eventDescription_applicationName - The application associated with the event.

$sel:environmentName:EventDescription', eventDescription_environmentName - The name of the environment associated with this event.

$sel:eventDate:EventDescription', eventDescription_eventDate - The date when the event occurred.

$sel:message:EventDescription', eventDescription_message - The event message.

$sel:platformArn:EventDescription', eventDescription_platformArn - The ARN of the platform version.

$sel:requestId:EventDescription', eventDescription_requestId - The web service request ID for the activity of this event.

$sel:severity:EventDescription', eventDescription_severity - The severity level of this event.

$sel:templateName:EventDescription', eventDescription_templateName - The name of the configuration associated with this event.

$sel:versionLabel:EventDescription', eventDescription_versionLabel - The release label for the application version associated with this event.

eventDescription_applicationName :: Lens' EventDescription (Maybe Text) Source #

The application associated with the event.

eventDescription_environmentName :: Lens' EventDescription (Maybe Text) Source #

The name of the environment associated with this event.

eventDescription_eventDate :: Lens' EventDescription (Maybe UTCTime) Source #

The date when the event occurred.

eventDescription_requestId :: Lens' EventDescription (Maybe Text) Source #

The web service request ID for the activity of this event.

eventDescription_templateName :: Lens' EventDescription (Maybe Text) Source #

The name of the configuration associated with this event.

eventDescription_versionLabel :: Lens' EventDescription (Maybe Text) Source #

The release label for the application version associated with this event.

Instance

data Instance Source #

The description of an Amazon EC2 instance.

See: newInstance smart constructor.

Constructors

Instance' 

Fields

Instances

Instances details
FromXML Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Generic Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Associated Types

type Rep Instance :: Type -> Type #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

Read Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Show Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

NFData Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Methods

rnf :: Instance -> () #

Eq Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Hashable Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

Methods

hashWithSalt :: Int -> Instance -> Int #

hash :: Instance -> Int #

type Rep Instance Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Instance

type Rep Instance = D1 ('MetaData "Instance" "Amazonka.ElasticBeanstalk.Types.Instance" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Instance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstance :: Instance Source #

Create a value of Instance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:Instance', instance_id - The ID of the Amazon EC2 instance.

instance_id :: Lens' Instance (Maybe Text) Source #

The ID of the Amazon EC2 instance.

InstanceHealthSummary

data InstanceHealthSummary Source #

Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.

See: newInstanceHealthSummary smart constructor.

Constructors

InstanceHealthSummary' 

Fields

  • degraded :: Maybe Int

    Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

  • info :: Maybe Int

    Green. An operation is in progress on an instance.

  • noData :: Maybe Int

    Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

  • ok :: Maybe Int

    Green. An instance is passing health checks and the health agent is not reporting any problems.

  • pending :: Maybe Int

    Grey. An operation is in progress on an instance within the command timeout.

  • severe :: Maybe Int

    Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

  • unknown :: Maybe Int

    Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

  • warning :: Maybe Int

    Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

Instances

Instances details
FromXML InstanceHealthSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstanceHealthSummary

Generic InstanceHealthSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstanceHealthSummary

Associated Types

type Rep InstanceHealthSummary :: Type -> Type #

Read InstanceHealthSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstanceHealthSummary

Show InstanceHealthSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstanceHealthSummary

NFData InstanceHealthSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstanceHealthSummary

Methods

rnf :: InstanceHealthSummary -> () #

Eq InstanceHealthSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstanceHealthSummary

Hashable InstanceHealthSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstanceHealthSummary

type Rep InstanceHealthSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.InstanceHealthSummary

newInstanceHealthSummary :: InstanceHealthSummary Source #

Create a value of InstanceHealthSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:degraded:InstanceHealthSummary', instanceHealthSummary_degraded - Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

$sel:info:InstanceHealthSummary', instanceHealthSummary_info - Green. An operation is in progress on an instance.

$sel:noData:InstanceHealthSummary', instanceHealthSummary_noData - Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

$sel:ok:InstanceHealthSummary', instanceHealthSummary_ok - Green. An instance is passing health checks and the health agent is not reporting any problems.

$sel:pending:InstanceHealthSummary', instanceHealthSummary_pending - Grey. An operation is in progress on an instance within the command timeout.

$sel:severe:InstanceHealthSummary', instanceHealthSummary_severe - Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

$sel:unknown:InstanceHealthSummary', instanceHealthSummary_unknown - Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

$sel:warning:InstanceHealthSummary', instanceHealthSummary_warning - Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

instanceHealthSummary_degraded :: Lens' InstanceHealthSummary (Maybe Int) Source #

Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

instanceHealthSummary_info :: Lens' InstanceHealthSummary (Maybe Int) Source #

Green. An operation is in progress on an instance.

instanceHealthSummary_noData :: Lens' InstanceHealthSummary (Maybe Int) Source #

Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

instanceHealthSummary_ok :: Lens' InstanceHealthSummary (Maybe Int) Source #

Green. An instance is passing health checks and the health agent is not reporting any problems.

instanceHealthSummary_pending :: Lens' InstanceHealthSummary (Maybe Int) Source #

Grey. An operation is in progress on an instance within the command timeout.

instanceHealthSummary_severe :: Lens' InstanceHealthSummary (Maybe Int) Source #

Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

instanceHealthSummary_unknown :: Lens' InstanceHealthSummary (Maybe Int) Source #

Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

instanceHealthSummary_warning :: Lens' InstanceHealthSummary (Maybe Int) Source #

Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

Latency

data Latency Source #

Represents the average latency for the slowest X percent of requests over the last 10 seconds.

See: newLatency smart constructor.

Constructors

Latency' 

Fields

  • p10 :: Maybe Double

    The average latency for the slowest 90 percent of requests over the last 10 seconds.

  • p50 :: Maybe Double

    The average latency for the slowest 50 percent of requests over the last 10 seconds.

  • p75 :: Maybe Double

    The average latency for the slowest 25 percent of requests over the last 10 seconds.

  • p85 :: Maybe Double

    The average latency for the slowest 15 percent of requests over the last 10 seconds.

  • p90 :: Maybe Double

    The average latency for the slowest 10 percent of requests over the last 10 seconds.

  • p95 :: Maybe Double

    The average latency for the slowest 5 percent of requests over the last 10 seconds.

  • p99 :: Maybe Double

    The average latency for the slowest 1 percent of requests over the last 10 seconds.

  • p999 :: Maybe Double

    The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

Instances

Instances details
FromXML Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Generic Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Associated Types

type Rep Latency :: Type -> Type #

Methods

from :: Latency -> Rep Latency x #

to :: Rep Latency x -> Latency #

Read Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Show Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

NFData Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Methods

rnf :: Latency -> () #

Eq Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Methods

(==) :: Latency -> Latency -> Bool #

(/=) :: Latency -> Latency -> Bool #

Hashable Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

Methods

hashWithSalt :: Int -> Latency -> Int #

hash :: Latency -> Int #

type Rep Latency Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Latency

newLatency :: Latency Source #

Create a value of Latency with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:p10:Latency', latency_p10 - The average latency for the slowest 90 percent of requests over the last 10 seconds.

$sel:p50:Latency', latency_p50 - The average latency for the slowest 50 percent of requests over the last 10 seconds.

$sel:p75:Latency', latency_p75 - The average latency for the slowest 25 percent of requests over the last 10 seconds.

$sel:p85:Latency', latency_p85 - The average latency for the slowest 15 percent of requests over the last 10 seconds.

$sel:p90:Latency', latency_p90 - The average latency for the slowest 10 percent of requests over the last 10 seconds.

$sel:p95:Latency', latency_p95 - The average latency for the slowest 5 percent of requests over the last 10 seconds.

$sel:p99:Latency', latency_p99 - The average latency for the slowest 1 percent of requests over the last 10 seconds.

$sel:p999:Latency', latency_p999 - The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

latency_p10 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 90 percent of requests over the last 10 seconds.

latency_p50 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 50 percent of requests over the last 10 seconds.

latency_p75 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 25 percent of requests over the last 10 seconds.

latency_p85 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 15 percent of requests over the last 10 seconds.

latency_p90 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 10 percent of requests over the last 10 seconds.

latency_p95 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 5 percent of requests over the last 10 seconds.

latency_p99 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 1 percent of requests over the last 10 seconds.

latency_p999 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

LaunchConfiguration

data LaunchConfiguration Source #

Describes an Auto Scaling launch configuration.

See: newLaunchConfiguration smart constructor.

Constructors

LaunchConfiguration' 

Fields

Instances

Instances details
FromXML LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Generic LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Associated Types

type Rep LaunchConfiguration :: Type -> Type #

Read LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Show LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

NFData LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Methods

rnf :: LaunchConfiguration -> () #

Eq LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

Hashable LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

type Rep LaunchConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchConfiguration

type Rep LaunchConfiguration = D1 ('MetaData "LaunchConfiguration" "Amazonka.ElasticBeanstalk.Types.LaunchConfiguration" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "LaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLaunchConfiguration :: LaunchConfiguration Source #

Create a value of LaunchConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:LaunchConfiguration', launchConfiguration_name - The name of the launch configuration.

launchConfiguration_name :: Lens' LaunchConfiguration (Maybe Text) Source #

The name of the launch configuration.

LaunchTemplate

data LaunchTemplate Source #

Describes an Amazon EC2 launch template.

See: newLaunchTemplate smart constructor.

Constructors

LaunchTemplate' 

Fields

Instances

Instances details
FromXML LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Generic LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Associated Types

type Rep LaunchTemplate :: Type -> Type #

Read LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Show LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

NFData LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Methods

rnf :: LaunchTemplate -> () #

Eq LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

Hashable LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

type Rep LaunchTemplate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LaunchTemplate

type Rep LaunchTemplate = D1 ('MetaData "LaunchTemplate" "Amazonka.ElasticBeanstalk.Types.LaunchTemplate" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "LaunchTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLaunchTemplate :: LaunchTemplate Source #

Create a value of LaunchTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:LaunchTemplate', launchTemplate_id - The ID of the launch template.

launchTemplate_id :: Lens' LaunchTemplate (Maybe Text) Source #

The ID of the launch template.

Listener

data Listener Source #

Describes the properties of a Listener for the LoadBalancer.

See: newListener smart constructor.

Constructors

Listener' 

Fields

Instances

Instances details
FromXML Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Generic Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Associated Types

type Rep Listener :: Type -> Type #

Methods

from :: Listener -> Rep Listener x #

to :: Rep Listener x -> Listener #

Read Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Show Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

NFData Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Methods

rnf :: Listener -> () #

Eq Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Hashable Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

Methods

hashWithSalt :: Int -> Listener -> Int #

hash :: Listener -> Int #

type Rep Listener Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Listener

type Rep Listener = D1 ('MetaData "Listener" "Amazonka.ElasticBeanstalk.Types.Listener" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Listener'" 'PrefixI 'True) (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListener :: Listener Source #

Create a value of Listener with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:port:Listener', listener_port - The port that is used by the Listener.

$sel:protocol:Listener', listener_protocol - The protocol that is used by the Listener.

listener_port :: Lens' Listener (Maybe Int) Source #

The port that is used by the Listener.

listener_protocol :: Lens' Listener (Maybe Text) Source #

The protocol that is used by the Listener.

LoadBalancer

data LoadBalancer Source #

Describes a LoadBalancer.

See: newLoadBalancer smart constructor.

Constructors

LoadBalancer' 

Fields

Instances

Instances details
FromXML LoadBalancer Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancer

Generic LoadBalancer Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancer

Associated Types

type Rep LoadBalancer :: Type -> Type #

Read LoadBalancer Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancer

Show LoadBalancer Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancer

NFData LoadBalancer Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancer

Methods

rnf :: LoadBalancer -> () #

Eq LoadBalancer Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancer

Hashable LoadBalancer Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancer

type Rep LoadBalancer Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancer

type Rep LoadBalancer = D1 ('MetaData "LoadBalancer" "Amazonka.ElasticBeanstalk.Types.LoadBalancer" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "LoadBalancer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLoadBalancer :: LoadBalancer Source #

Create a value of LoadBalancer with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:LoadBalancer', loadBalancer_name - The name of the LoadBalancer.

loadBalancer_name :: Lens' LoadBalancer (Maybe Text) Source #

The name of the LoadBalancer.

LoadBalancerDescription

data LoadBalancerDescription Source #

Describes the details of a LoadBalancer.

See: newLoadBalancerDescription smart constructor.

Constructors

LoadBalancerDescription' 

Fields

Instances

Instances details
FromXML LoadBalancerDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription

Generic LoadBalancerDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription

Associated Types

type Rep LoadBalancerDescription :: Type -> Type #

Read LoadBalancerDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription

Show LoadBalancerDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription

NFData LoadBalancerDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription

Methods

rnf :: LoadBalancerDescription -> () #

Eq LoadBalancerDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription

Hashable LoadBalancerDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription

type Rep LoadBalancerDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription

type Rep LoadBalancerDescription = D1 ('MetaData "LoadBalancerDescription" "Amazonka.ElasticBeanstalk.Types.LoadBalancerDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "LoadBalancerDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "listeners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Listener])) :*: S1 ('MetaSel ('Just "loadBalancerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLoadBalancerDescription :: LoadBalancerDescription Source #

Create a value of LoadBalancerDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domain:LoadBalancerDescription', loadBalancerDescription_domain - The domain name of the LoadBalancer.

$sel:listeners:LoadBalancerDescription', loadBalancerDescription_listeners - A list of Listeners used by the LoadBalancer.

$sel:loadBalancerName:LoadBalancerDescription', loadBalancerDescription_loadBalancerName - The name of the LoadBalancer.

loadBalancerDescription_listeners :: Lens' LoadBalancerDescription (Maybe [Listener]) Source #

A list of Listeners used by the LoadBalancer.

ManagedAction

data ManagedAction Source #

The record of an upcoming or in-progress managed action.

See: newManagedAction smart constructor.

Constructors

ManagedAction' 

Fields

Instances

Instances details
FromXML ManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedAction

Generic ManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedAction

Associated Types

type Rep ManagedAction :: Type -> Type #

Read ManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedAction

Show ManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedAction

NFData ManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedAction

Methods

rnf :: ManagedAction -> () #

Eq ManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedAction

Hashable ManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedAction

type Rep ManagedAction Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedAction

type Rep ManagedAction = D1 ('MetaData "ManagedAction" "Amazonka.ElasticBeanstalk.Types.ManagedAction" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ManagedAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "actionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionType)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionStatus)) :*: S1 ('MetaSel ('Just "windowStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

newManagedAction :: ManagedAction Source #

Create a value of ManagedAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actionDescription:ManagedAction', managedAction_actionDescription - A description of the managed action.

$sel:actionId:ManagedAction', managedAction_actionId - A unique identifier for the managed action.

$sel:actionType:ManagedAction', managedAction_actionType - The type of managed action.

$sel:status:ManagedAction', managedAction_status - The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.

$sel:windowStartTime:ManagedAction', managedAction_windowStartTime - The start time of the maintenance window in which the managed action will execute.

managedAction_actionDescription :: Lens' ManagedAction (Maybe Text) Source #

A description of the managed action.

managedAction_actionId :: Lens' ManagedAction (Maybe Text) Source #

A unique identifier for the managed action.

managedAction_status :: Lens' ManagedAction (Maybe ActionStatus) Source #

The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.

managedAction_windowStartTime :: Lens' ManagedAction (Maybe UTCTime) Source #

The start time of the maintenance window in which the managed action will execute.

ManagedActionHistoryItem

data ManagedActionHistoryItem Source #

The record of a completed or failed managed action.

See: newManagedActionHistoryItem smart constructor.

Constructors

ManagedActionHistoryItem' 

Fields

Instances

Instances details
FromXML ManagedActionHistoryItem Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem

Generic ManagedActionHistoryItem Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem

Associated Types

type Rep ManagedActionHistoryItem :: Type -> Type #

Read ManagedActionHistoryItem Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem

Show ManagedActionHistoryItem Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem

NFData ManagedActionHistoryItem Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem

Eq ManagedActionHistoryItem Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem

Hashable ManagedActionHistoryItem Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem

type Rep ManagedActionHistoryItem Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem

type Rep ManagedActionHistoryItem = D1 ('MetaData "ManagedActionHistoryItem" "Amazonka.ElasticBeanstalk.Types.ManagedActionHistoryItem" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ManagedActionHistoryItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "actionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionType)) :*: S1 ('MetaSel ('Just "executedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "failureDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureType))) :*: (S1 ('MetaSel ('Just "finishedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionHistoryStatus))))))

newManagedActionHistoryItem :: ManagedActionHistoryItem Source #

Create a value of ManagedActionHistoryItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actionDescription:ManagedActionHistoryItem', managedActionHistoryItem_actionDescription - A description of the managed action.

$sel:actionId:ManagedActionHistoryItem', managedActionHistoryItem_actionId - A unique identifier for the managed action.

$sel:actionType:ManagedActionHistoryItem', managedActionHistoryItem_actionType - The type of the managed action.

$sel:executedTime:ManagedActionHistoryItem', managedActionHistoryItem_executedTime - The date and time that the action started executing.

$sel:failureDescription:ManagedActionHistoryItem', managedActionHistoryItem_failureDescription - If the action failed, a description of the failure.

$sel:failureType:ManagedActionHistoryItem', managedActionHistoryItem_failureType - If the action failed, the type of failure.

$sel:finishedTime:ManagedActionHistoryItem', managedActionHistoryItem_finishedTime - The date and time that the action finished executing.

$sel:status:ManagedActionHistoryItem', managedActionHistoryItem_status - The status of the action.

managedActionHistoryItem_actionId :: Lens' ManagedActionHistoryItem (Maybe Text) Source #

A unique identifier for the managed action.

managedActionHistoryItem_executedTime :: Lens' ManagedActionHistoryItem (Maybe UTCTime) Source #

The date and time that the action started executing.

managedActionHistoryItem_failureDescription :: Lens' ManagedActionHistoryItem (Maybe Text) Source #

If the action failed, a description of the failure.

managedActionHistoryItem_finishedTime :: Lens' ManagedActionHistoryItem (Maybe UTCTime) Source #

The date and time that the action finished executing.

MaxAgeRule

data MaxAgeRule Source #

A lifecycle rule that deletes application versions after the specified number of days.

See: newMaxAgeRule smart constructor.

Constructors

MaxAgeRule' 

Fields

  • deleteSourceFromS3 :: Maybe Bool

    Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

  • maxAgeInDays :: Maybe Int

    Specify the number of days to retain an application versions.

  • enabled :: Bool

    Specify true to apply the rule, or false to disable it.

Instances

Instances details
ToQuery MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

FromXML MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

Generic MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

Associated Types

type Rep MaxAgeRule :: Type -> Type #

Read MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

Show MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

NFData MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

Methods

rnf :: MaxAgeRule -> () #

Eq MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

Hashable MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

type Rep MaxAgeRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxAgeRule

type Rep MaxAgeRule = D1 ('MetaData "MaxAgeRule" "Amazonka.ElasticBeanstalk.Types.MaxAgeRule" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "MaxAgeRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteSourceFromS3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "maxAgeInDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newMaxAgeRule Source #

Create a value of MaxAgeRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deleteSourceFromS3:MaxAgeRule', maxAgeRule_deleteSourceFromS3 - Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

$sel:maxAgeInDays:MaxAgeRule', maxAgeRule_maxAgeInDays - Specify the number of days to retain an application versions.

$sel:enabled:MaxAgeRule', maxAgeRule_enabled - Specify true to apply the rule, or false to disable it.

maxAgeRule_deleteSourceFromS3 :: Lens' MaxAgeRule (Maybe Bool) Source #

Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

maxAgeRule_maxAgeInDays :: Lens' MaxAgeRule (Maybe Int) Source #

Specify the number of days to retain an application versions.

maxAgeRule_enabled :: Lens' MaxAgeRule Bool Source #

Specify true to apply the rule, or false to disable it.

MaxCountRule

data MaxCountRule Source #

A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.

See: newMaxCountRule smart constructor.

Constructors

MaxCountRule' 

Fields

  • deleteSourceFromS3 :: Maybe Bool

    Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

  • maxCount :: Maybe Int

    Specify the maximum number of application versions to retain.

  • enabled :: Bool

    Specify true to apply the rule, or false to disable it.

Instances

Instances details
ToQuery MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

FromXML MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

Generic MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

Associated Types

type Rep MaxCountRule :: Type -> Type #

Read MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

Show MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

NFData MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

Methods

rnf :: MaxCountRule -> () #

Eq MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

Hashable MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

type Rep MaxCountRule Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.MaxCountRule

type Rep MaxCountRule = D1 ('MetaData "MaxCountRule" "Amazonka.ElasticBeanstalk.Types.MaxCountRule" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "MaxCountRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteSourceFromS3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "maxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newMaxCountRule Source #

Create a value of MaxCountRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deleteSourceFromS3:MaxCountRule', maxCountRule_deleteSourceFromS3 - Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

$sel:maxCount:MaxCountRule', maxCountRule_maxCount - Specify the maximum number of application versions to retain.

$sel:enabled:MaxCountRule', maxCountRule_enabled - Specify true to apply the rule, or false to disable it.

maxCountRule_deleteSourceFromS3 :: Lens' MaxCountRule (Maybe Bool) Source #

Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

maxCountRule_maxCount :: Lens' MaxCountRule (Maybe Int) Source #

Specify the maximum number of application versions to retain.

maxCountRule_enabled :: Lens' MaxCountRule Bool Source #

Specify true to apply the rule, or false to disable it.

OptionRestrictionRegex

data OptionRestrictionRegex Source #

A regular expression representing a restriction on a string configuration option value.

See: newOptionRestrictionRegex smart constructor.

Constructors

OptionRestrictionRegex' 

Fields

  • label :: Maybe Text

    A unique name representing this regular expression.

  • pattern' :: Maybe Text

    The regular expression pattern that a string configuration option value with this restriction must match.

Instances

Instances details
FromXML OptionRestrictionRegex Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex

Generic OptionRestrictionRegex Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex

Associated Types

type Rep OptionRestrictionRegex :: Type -> Type #

Read OptionRestrictionRegex Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex

Show OptionRestrictionRegex Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex

NFData OptionRestrictionRegex Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex

Methods

rnf :: OptionRestrictionRegex -> () #

Eq OptionRestrictionRegex Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex

Hashable OptionRestrictionRegex Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex

type Rep OptionRestrictionRegex Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex

type Rep OptionRestrictionRegex = D1 ('MetaData "OptionRestrictionRegex" "Amazonka.ElasticBeanstalk.Types.OptionRestrictionRegex" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "OptionRestrictionRegex'" 'PrefixI 'True) (S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOptionRestrictionRegex :: OptionRestrictionRegex Source #

Create a value of OptionRestrictionRegex with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:label:OptionRestrictionRegex', optionRestrictionRegex_label - A unique name representing this regular expression.

$sel:pattern':OptionRestrictionRegex', optionRestrictionRegex_pattern - The regular expression pattern that a string configuration option value with this restriction must match.

optionRestrictionRegex_label :: Lens' OptionRestrictionRegex (Maybe Text) Source #

A unique name representing this regular expression.

optionRestrictionRegex_pattern :: Lens' OptionRestrictionRegex (Maybe Text) Source #

The regular expression pattern that a string configuration option value with this restriction must match.

OptionSpecification

data OptionSpecification Source #

A specification identifying an individual configuration option.

See: newOptionSpecification smart constructor.

Constructors

OptionSpecification' 

Fields

Instances

Instances details
ToQuery OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Generic OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Associated Types

type Rep OptionSpecification :: Type -> Type #

Read OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Show OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

NFData OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Methods

rnf :: OptionSpecification -> () #

Eq OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

Hashable OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

type Rep OptionSpecification Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.OptionSpecification

type Rep OptionSpecification = D1 ('MetaData "OptionSpecification" "Amazonka.ElasticBeanstalk.Types.OptionSpecification" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "OptionSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "optionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newOptionSpecification :: OptionSpecification Source #

Create a value of OptionSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:namespace:OptionSpecification', optionSpecification_namespace - A unique namespace identifying the option's associated AWS resource.

$sel:optionName:OptionSpecification', optionSpecification_optionName - The name of the configuration option.

$sel:resourceName:OptionSpecification', optionSpecification_resourceName - A unique resource name for a time-based scaling configuration option.

optionSpecification_namespace :: Lens' OptionSpecification (Maybe Text) Source #

A unique namespace identifying the option's associated AWS resource.

optionSpecification_optionName :: Lens' OptionSpecification (Maybe Text) Source #

The name of the configuration option.

optionSpecification_resourceName :: Lens' OptionSpecification (Maybe Text) Source #

A unique resource name for a time-based scaling configuration option.

PlatformBranchSummary

data PlatformBranchSummary Source #

Summary information about a platform branch.

See: newPlatformBranchSummary smart constructor.

Constructors

PlatformBranchSummary' 

Fields

  • branchName :: Maybe Text

    The name of the platform branch.

  • branchOrder :: Maybe Int

    An ordinal number that designates the order in which platform branches have been added to a platform. This can be helpful, for example, if your code calls the ListPlatformBranches action and then displays a list of platform branches.

    A larger BranchOrder value designates a newer platform branch within the platform.

  • lifecycleState :: Maybe Text

    The support life cycle state of the platform branch.

    Possible values: beta | supported | deprecated | retired

  • platformName :: Maybe Text

    The name of the platform to which this platform branch belongs.

  • supportedTierList :: Maybe [Text]

    The environment tiers that platform versions in this branch support.

    Possible values: WebServer/Standard | Worker/SQS/HTTP

Instances

Instances details
FromXML PlatformBranchSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary

Generic PlatformBranchSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary

Associated Types

type Rep PlatformBranchSummary :: Type -> Type #

Read PlatformBranchSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary

Show PlatformBranchSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary

NFData PlatformBranchSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary

Methods

rnf :: PlatformBranchSummary -> () #

Eq PlatformBranchSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary

Hashable PlatformBranchSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary

type Rep PlatformBranchSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary

type Rep PlatformBranchSummary = D1 ('MetaData "PlatformBranchSummary" "Amazonka.ElasticBeanstalk.Types.PlatformBranchSummary" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "PlatformBranchSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "branchOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "lifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportedTierList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newPlatformBranchSummary :: PlatformBranchSummary Source #

Create a value of PlatformBranchSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:branchName:PlatformBranchSummary', platformBranchSummary_branchName - The name of the platform branch.

$sel:branchOrder:PlatformBranchSummary', platformBranchSummary_branchOrder - An ordinal number that designates the order in which platform branches have been added to a platform. This can be helpful, for example, if your code calls the ListPlatformBranches action and then displays a list of platform branches.

A larger BranchOrder value designates a newer platform branch within the platform.

$sel:lifecycleState:PlatformBranchSummary', platformBranchSummary_lifecycleState - The support life cycle state of the platform branch.

Possible values: beta | supported | deprecated | retired

$sel:platformName:PlatformBranchSummary', platformBranchSummary_platformName - The name of the platform to which this platform branch belongs.

$sel:supportedTierList:PlatformBranchSummary', platformBranchSummary_supportedTierList - The environment tiers that platform versions in this branch support.

Possible values: WebServer/Standard | Worker/SQS/HTTP

platformBranchSummary_branchOrder :: Lens' PlatformBranchSummary (Maybe Int) Source #

An ordinal number that designates the order in which platform branches have been added to a platform. This can be helpful, for example, if your code calls the ListPlatformBranches action and then displays a list of platform branches.

A larger BranchOrder value designates a newer platform branch within the platform.

platformBranchSummary_lifecycleState :: Lens' PlatformBranchSummary (Maybe Text) Source #

The support life cycle state of the platform branch.

Possible values: beta | supported | deprecated | retired

platformBranchSummary_platformName :: Lens' PlatformBranchSummary (Maybe Text) Source #

The name of the platform to which this platform branch belongs.

platformBranchSummary_supportedTierList :: Lens' PlatformBranchSummary (Maybe [Text]) Source #

The environment tiers that platform versions in this branch support.

Possible values: WebServer/Standard | Worker/SQS/HTTP

PlatformDescription

data PlatformDescription Source #

Detailed information about a platform version.

See: newPlatformDescription smart constructor.

Constructors

PlatformDescription' 

Fields

Instances

Instances details
FromXML PlatformDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformDescription

Generic PlatformDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformDescription

Associated Types

type Rep PlatformDescription :: Type -> Type #

Read PlatformDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformDescription

Show PlatformDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformDescription

NFData PlatformDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformDescription

Methods

rnf :: PlatformDescription -> () #

Eq PlatformDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformDescription

Hashable PlatformDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformDescription

type Rep PlatformDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformDescription

type Rep PlatformDescription = D1 ('MetaData "PlatformDescription" "Amazonka.ElasticBeanstalk.Types.PlatformDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "PlatformDescription'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "customAmiList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomAmi])) :*: S1 ('MetaSel ('Just "dateCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "dateUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "frameworks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformFramework]))))) :*: ((S1 ('MetaSel ('Just "maintainer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operatingSystemName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "operatingSystemVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformBranchLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "platformBranchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "platformLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "platformStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformStatus)) :*: (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "programmingLanguages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformProgrammingLanguage])))) :*: (S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportedAddonList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedTierList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))))

newPlatformDescription :: PlatformDescription Source #

Create a value of PlatformDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:customAmiList:PlatformDescription', platformDescription_customAmiList - The custom AMIs supported by the platform version.

$sel:dateCreated:PlatformDescription', platformDescription_dateCreated - The date when the platform version was created.

$sel:dateUpdated:PlatformDescription', platformDescription_dateUpdated - The date when the platform version was last updated.

$sel:description:PlatformDescription', platformDescription_description - The description of the platform version.

$sel:frameworks:PlatformDescription', platformDescription_frameworks - The frameworks supported by the platform version.

$sel:maintainer:PlatformDescription', platformDescription_maintainer - Information about the maintainer of the platform version.

$sel:operatingSystemName:PlatformDescription', platformDescription_operatingSystemName - The operating system used by the platform version.

$sel:operatingSystemVersion:PlatformDescription', platformDescription_operatingSystemVersion - The version of the operating system used by the platform version.

$sel:platformArn:PlatformDescription', platformDescription_platformArn - The ARN of the platform version.

$sel:platformBranchLifecycleState:PlatformDescription', platformDescription_platformBranchLifecycleState - The state of the platform version's branch in its lifecycle.

Possible values: Beta | Supported | Deprecated | Retired

$sel:platformBranchName:PlatformDescription', platformDescription_platformBranchName - The platform branch to which the platform version belongs.

$sel:platformCategory:PlatformDescription', platformDescription_platformCategory - The category of the platform version.

$sel:platformLifecycleState:PlatformDescription', platformDescription_platformLifecycleState - The state of the platform version in its lifecycle.

Possible values: Recommended | null

If a null value is returned, the platform version isn't the recommended one for its branch. Each platform branch has a single recommended platform version, typically the most recent one.

$sel:platformName:PlatformDescription', platformDescription_platformName - The name of the platform version.

$sel:platformOwner:PlatformDescription', platformDescription_platformOwner - The AWS account ID of the person who created the platform version.

$sel:platformStatus:PlatformDescription', platformDescription_platformStatus - The status of the platform version.

$sel:platformVersion:PlatformDescription', platformDescription_platformVersion - The version of the platform version.

$sel:programmingLanguages:PlatformDescription', platformDescription_programmingLanguages - The programming languages supported by the platform version.

$sel:solutionStackName:PlatformDescription', platformDescription_solutionStackName - The name of the solution stack used by the platform version.

$sel:supportedAddonList:PlatformDescription', platformDescription_supportedAddonList - The additions supported by the platform version.

$sel:supportedTierList:PlatformDescription', platformDescription_supportedTierList - The tiers supported by the platform version.

platformDescription_customAmiList :: Lens' PlatformDescription (Maybe [CustomAmi]) Source #

The custom AMIs supported by the platform version.

platformDescription_dateCreated :: Lens' PlatformDescription (Maybe UTCTime) Source #

The date when the platform version was created.

platformDescription_dateUpdated :: Lens' PlatformDescription (Maybe UTCTime) Source #

The date when the platform version was last updated.

platformDescription_description :: Lens' PlatformDescription (Maybe Text) Source #

The description of the platform version.

platformDescription_frameworks :: Lens' PlatformDescription (Maybe [PlatformFramework]) Source #

The frameworks supported by the platform version.

platformDescription_maintainer :: Lens' PlatformDescription (Maybe Text) Source #

Information about the maintainer of the platform version.

platformDescription_operatingSystemName :: Lens' PlatformDescription (Maybe Text) Source #

The operating system used by the platform version.

platformDescription_operatingSystemVersion :: Lens' PlatformDescription (Maybe Text) Source #

The version of the operating system used by the platform version.

platformDescription_platformBranchLifecycleState :: Lens' PlatformDescription (Maybe Text) Source #

The state of the platform version's branch in its lifecycle.

Possible values: Beta | Supported | Deprecated | Retired

platformDescription_platformBranchName :: Lens' PlatformDescription (Maybe Text) Source #

The platform branch to which the platform version belongs.

platformDescription_platformLifecycleState :: Lens' PlatformDescription (Maybe Text) Source #

The state of the platform version in its lifecycle.

Possible values: Recommended | null

If a null value is returned, the platform version isn't the recommended one for its branch. Each platform branch has a single recommended platform version, typically the most recent one.

platformDescription_platformOwner :: Lens' PlatformDescription (Maybe Text) Source #

The AWS account ID of the person who created the platform version.

platformDescription_programmingLanguages :: Lens' PlatformDescription (Maybe [PlatformProgrammingLanguage]) Source #

The programming languages supported by the platform version.

platformDescription_solutionStackName :: Lens' PlatformDescription (Maybe Text) Source #

The name of the solution stack used by the platform version.

platformDescription_supportedAddonList :: Lens' PlatformDescription (Maybe [Text]) Source #

The additions supported by the platform version.

platformDescription_supportedTierList :: Lens' PlatformDescription (Maybe [Text]) Source #

The tiers supported by the platform version.

PlatformFilter

data PlatformFilter Source #

Describes criteria to restrict the results when listing platform versions.

The filter is evaluated as follows: Type Operator Values[1]

See: newPlatformFilter smart constructor.

Constructors

PlatformFilter' 

Fields

  • operator :: Maybe Text

    The operator to apply to the Type with each of the Values.

    Valid values: = | != | < | <= | > | >= | contains | begins_with | ends_with

  • type' :: Maybe Text

    The platform version attribute to which the filter values are applied.

    Valid values: PlatformName | PlatformVersion | PlatformStatus | PlatformBranchName | PlatformLifecycleState | PlatformOwner | SupportedTier | SupportedAddon | ProgrammingLanguageName | OperatingSystemName

  • values :: Maybe [Text]

    The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.

    The following list shows valid filter values for some filter attributes.

    • PlatformStatus: Creating | Failed | Ready | Deleting | Deleted
    • PlatformLifecycleState: recommended
    • SupportedTier: WebServer/Standard | Worker/SQS/HTTP
    • SupportedAddon: Log/S3 | Monitoring/Healthd | WorkerDaemon/SQSD

Instances

Instances details
ToQuery PlatformFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFilter

Generic PlatformFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFilter

Associated Types

type Rep PlatformFilter :: Type -> Type #

Read PlatformFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFilter

Show PlatformFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFilter

NFData PlatformFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFilter

Methods

rnf :: PlatformFilter -> () #

Eq PlatformFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFilter

Hashable PlatformFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFilter

type Rep PlatformFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFilter

type Rep PlatformFilter = D1 ('MetaData "PlatformFilter" "Amazonka.ElasticBeanstalk.Types.PlatformFilter" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "PlatformFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newPlatformFilter :: PlatformFilter Source #

Create a value of PlatformFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operator:PlatformFilter', platformFilter_operator - The operator to apply to the Type with each of the Values.

Valid values: = | != | < | <= | > | >= | contains | begins_with | ends_with

$sel:type':PlatformFilter', platformFilter_type - The platform version attribute to which the filter values are applied.

Valid values: PlatformName | PlatformVersion | PlatformStatus | PlatformBranchName | PlatformLifecycleState | PlatformOwner | SupportedTier | SupportedAddon | ProgrammingLanguageName | OperatingSystemName

$sel:values:PlatformFilter', platformFilter_values - The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.

The following list shows valid filter values for some filter attributes.

  • PlatformStatus: Creating | Failed | Ready | Deleting | Deleted
  • PlatformLifecycleState: recommended
  • SupportedTier: WebServer/Standard | Worker/SQS/HTTP
  • SupportedAddon: Log/S3 | Monitoring/Healthd | WorkerDaemon/SQSD

platformFilter_operator :: Lens' PlatformFilter (Maybe Text) Source #

The operator to apply to the Type with each of the Values.

Valid values: = | != | < | <= | > | >= | contains | begins_with | ends_with

platformFilter_type :: Lens' PlatformFilter (Maybe Text) Source #

The platform version attribute to which the filter values are applied.

Valid values: PlatformName | PlatformVersion | PlatformStatus | PlatformBranchName | PlatformLifecycleState | PlatformOwner | SupportedTier | SupportedAddon | ProgrammingLanguageName | OperatingSystemName

platformFilter_values :: Lens' PlatformFilter (Maybe [Text]) Source #

The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.

The following list shows valid filter values for some filter attributes.

  • PlatformStatus: Creating | Failed | Ready | Deleting | Deleted
  • PlatformLifecycleState: recommended
  • SupportedTier: WebServer/Standard | Worker/SQS/HTTP
  • SupportedAddon: Log/S3 | Monitoring/Healthd | WorkerDaemon/SQSD

PlatformFramework

data PlatformFramework Source #

A framework supported by the platform.

See: newPlatformFramework smart constructor.

Constructors

PlatformFramework' 

Fields

Instances

Instances details
FromXML PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Generic PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Associated Types

type Rep PlatformFramework :: Type -> Type #

Read PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Show PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

NFData PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Methods

rnf :: PlatformFramework -> () #

Eq PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

Hashable PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

type Rep PlatformFramework Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformFramework

type Rep PlatformFramework = D1 ('MetaData "PlatformFramework" "Amazonka.ElasticBeanstalk.Types.PlatformFramework" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "PlatformFramework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlatformFramework :: PlatformFramework Source #

Create a value of PlatformFramework with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:PlatformFramework', platformFramework_name - The name of the framework.

$sel:version:PlatformFramework', platformFramework_version - The version of the framework.

PlatformProgrammingLanguage

data PlatformProgrammingLanguage Source #

A programming language supported by the platform.

See: newPlatformProgrammingLanguage smart constructor.

Constructors

PlatformProgrammingLanguage' 

Fields

Instances

Instances details
FromXML PlatformProgrammingLanguage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Generic PlatformProgrammingLanguage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Associated Types

type Rep PlatformProgrammingLanguage :: Type -> Type #

Read PlatformProgrammingLanguage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Show PlatformProgrammingLanguage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage

NFData PlatformProgrammingLanguage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Eq PlatformProgrammingLanguage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage

Hashable PlatformProgrammingLanguage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage

type Rep PlatformProgrammingLanguage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage

type Rep PlatformProgrammingLanguage = D1 ('MetaData "PlatformProgrammingLanguage" "Amazonka.ElasticBeanstalk.Types.PlatformProgrammingLanguage" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "PlatformProgrammingLanguage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlatformProgrammingLanguage :: PlatformProgrammingLanguage Source #

Create a value of PlatformProgrammingLanguage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:PlatformProgrammingLanguage', platformProgrammingLanguage_name - The name of the programming language.

$sel:version:PlatformProgrammingLanguage', platformProgrammingLanguage_version - The version of the programming language.

PlatformSummary

data PlatformSummary Source #

Summary information about a platform version.

See: newPlatformSummary smart constructor.

Constructors

PlatformSummary' 

Fields

Instances

Instances details
FromXML PlatformSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformSummary

Generic PlatformSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformSummary

Associated Types

type Rep PlatformSummary :: Type -> Type #

Read PlatformSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformSummary

Show PlatformSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformSummary

NFData PlatformSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformSummary

Methods

rnf :: PlatformSummary -> () #

Eq PlatformSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformSummary

Hashable PlatformSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformSummary

type Rep PlatformSummary Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.PlatformSummary

type Rep PlatformSummary = D1 ('MetaData "PlatformSummary" "Amazonka.ElasticBeanstalk.Types.PlatformSummary" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "PlatformSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "operatingSystemName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operatingSystemVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "platformBranchLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformBranchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "platformLifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platformOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformStatus)))) :*: (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportedAddonList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "supportedTierList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newPlatformSummary :: PlatformSummary Source #

Create a value of PlatformSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operatingSystemName:PlatformSummary', platformSummary_operatingSystemName - The operating system used by the platform version.

$sel:operatingSystemVersion:PlatformSummary', platformSummary_operatingSystemVersion - The version of the operating system used by the platform version.

$sel:platformArn:PlatformSummary', platformSummary_platformArn - The ARN of the platform version.

$sel:platformBranchLifecycleState:PlatformSummary', platformSummary_platformBranchLifecycleState - The state of the platform version's branch in its lifecycle.

Possible values: beta | supported | deprecated | retired

$sel:platformBranchName:PlatformSummary', platformSummary_platformBranchName - The platform branch to which the platform version belongs.

$sel:platformCategory:PlatformSummary', platformSummary_platformCategory - The category of platform version.

$sel:platformLifecycleState:PlatformSummary', platformSummary_platformLifecycleState - The state of the platform version in its lifecycle.

Possible values: recommended | empty

If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.

$sel:platformOwner:PlatformSummary', platformSummary_platformOwner - The AWS account ID of the person who created the platform version.

$sel:platformStatus:PlatformSummary', platformSummary_platformStatus - The status of the platform version. You can create an environment from the platform version once it is ready.

$sel:platformVersion:PlatformSummary', platformSummary_platformVersion - The version string of the platform version.

$sel:supportedAddonList:PlatformSummary', platformSummary_supportedAddonList - The additions associated with the platform version.

$sel:supportedTierList:PlatformSummary', platformSummary_supportedTierList - The tiers in which the platform version runs.

platformSummary_operatingSystemName :: Lens' PlatformSummary (Maybe Text) Source #

The operating system used by the platform version.

platformSummary_operatingSystemVersion :: Lens' PlatformSummary (Maybe Text) Source #

The version of the operating system used by the platform version.

platformSummary_platformArn :: Lens' PlatformSummary (Maybe Text) Source #

The ARN of the platform version.

platformSummary_platformBranchLifecycleState :: Lens' PlatformSummary (Maybe Text) Source #

The state of the platform version's branch in its lifecycle.

Possible values: beta | supported | deprecated | retired

platformSummary_platformBranchName :: Lens' PlatformSummary (Maybe Text) Source #

The platform branch to which the platform version belongs.

platformSummary_platformLifecycleState :: Lens' PlatformSummary (Maybe Text) Source #

The state of the platform version in its lifecycle.

Possible values: recommended | empty

If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.

platformSummary_platformOwner :: Lens' PlatformSummary (Maybe Text) Source #

The AWS account ID of the person who created the platform version.

platformSummary_platformStatus :: Lens' PlatformSummary (Maybe PlatformStatus) Source #

The status of the platform version. You can create an environment from the platform version once it is ready.

platformSummary_platformVersion :: Lens' PlatformSummary (Maybe Text) Source #

The version string of the platform version.

platformSummary_supportedAddonList :: Lens' PlatformSummary (Maybe [Text]) Source #

The additions associated with the platform version.

platformSummary_supportedTierList :: Lens' PlatformSummary (Maybe [Text]) Source #

The tiers in which the platform version runs.

Queue

data Queue Source #

Describes a queue.

See: newQueue smart constructor.

Constructors

Queue' 

Fields

Instances

Instances details
FromXML Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

parseXML :: [Node] -> Either String Queue #

Generic Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Associated Types

type Rep Queue :: Type -> Type #

Methods

from :: Queue -> Rep Queue x #

to :: Rep Queue x -> Queue #

Read Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Show Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

showsPrec :: Int -> Queue -> ShowS #

show :: Queue -> String #

showList :: [Queue] -> ShowS #

NFData Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

rnf :: Queue -> () #

Eq Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

(==) :: Queue -> Queue -> Bool #

(/=) :: Queue -> Queue -> Bool #

Hashable Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

hashWithSalt :: Int -> Queue -> Int #

hash :: Queue -> Int #

type Rep Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

type Rep Queue = D1 ('MetaData "Queue" "Amazonka.ElasticBeanstalk.Types.Queue" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Queue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newQueue :: Queue Source #

Create a value of Queue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Queue', queue_name - The name of the queue.

$sel:url:Queue', queue_url - The URL of the queue.

queue_name :: Lens' Queue (Maybe Text) Source #

The name of the queue.

queue_url :: Lens' Queue (Maybe Text) Source #

The URL of the queue.

ResourceQuota

data ResourceQuota Source #

The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.

See: newResourceQuota smart constructor.

Constructors

ResourceQuota' 

Fields

  • maximum :: Maybe Int

    The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

Instances

Instances details
FromXML ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Generic ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Associated Types

type Rep ResourceQuota :: Type -> Type #

Read ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Show ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

NFData ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Methods

rnf :: ResourceQuota -> () #

Eq ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Hashable ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

type Rep ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

type Rep ResourceQuota = D1 ('MetaData "ResourceQuota" "Amazonka.ElasticBeanstalk.Types.ResourceQuota" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ResourceQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newResourceQuota :: ResourceQuota Source #

Create a value of ResourceQuota with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maximum:ResourceQuota', resourceQuota_maximum - The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

resourceQuota_maximum :: Lens' ResourceQuota (Maybe Int) Source #

The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

ResourceQuotas

data ResourceQuotas Source #

A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.

See: newResourceQuotas smart constructor.

Constructors

ResourceQuotas' 

Fields

Instances

Instances details
FromXML ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Generic ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Associated Types

type Rep ResourceQuotas :: Type -> Type #

Read ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Show ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

NFData ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Methods

rnf :: ResourceQuotas -> () #

Eq ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

Hashable ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

type Rep ResourceQuotas Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuotas

type Rep ResourceQuotas = D1 ('MetaData "ResourceQuotas" "Amazonka.ElasticBeanstalk.Types.ResourceQuotas" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ResourceQuotas'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: S1 ('MetaSel ('Just "applicationVersionQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota))) :*: (S1 ('MetaSel ('Just "configurationTemplateQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: (S1 ('MetaSel ('Just "customPlatformQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota)) :*: S1 ('MetaSel ('Just "environmentQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceQuota))))))

newResourceQuotas :: ResourceQuotas Source #

Create a value of ResourceQuotas with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationQuota:ResourceQuotas', resourceQuotas_applicationQuota - The quota for applications in the AWS account.

$sel:applicationVersionQuota:ResourceQuotas', resourceQuotas_applicationVersionQuota - The quota for application versions in the AWS account.

$sel:configurationTemplateQuota:ResourceQuotas', resourceQuotas_configurationTemplateQuota - The quota for configuration templates in the AWS account.

$sel:customPlatformQuota:ResourceQuotas', resourceQuotas_customPlatformQuota - The quota for custom platforms in the AWS account.

$sel:environmentQuota:ResourceQuotas', resourceQuotas_environmentQuota - The quota for environments in the AWS account.

resourceQuotas_applicationQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for applications in the AWS account.

resourceQuotas_applicationVersionQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for application versions in the AWS account.

resourceQuotas_configurationTemplateQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for configuration templates in the AWS account.

resourceQuotas_customPlatformQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for custom platforms in the AWS account.

resourceQuotas_environmentQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for environments in the AWS account.

S3Location

data S3Location Source #

The bucket and key of an item stored in Amazon S3.

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

Instances

Instances details
ToQuery S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

FromXML S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

Read S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

NFData S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

Methods

rnf :: S3Location -> () #

Eq S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

Hashable S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.ElasticBeanstalk.Types.S3Location" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Location :: S3Location Source #

Create a value of S3Location with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Bucket:S3Location', s3Location_s3Bucket - The Amazon S3 bucket where the data is located.

$sel:s3Key:S3Location', s3Location_s3Key - The Amazon S3 key where the data is located.

s3Location_s3Bucket :: Lens' S3Location (Maybe Text) Source #

The Amazon S3 bucket where the data is located.

s3Location_s3Key :: Lens' S3Location (Maybe Text) Source #

The Amazon S3 key where the data is located.

SearchFilter

data SearchFilter Source #

Describes criteria to restrict a list of results.

For operators that apply a single value to the attribute, the filter is evaluated as follows: Attribute Operator Values[1]

Some operators, e.g. in, can apply multiple values. In this case, the filter is evaluated as a logical union (OR) of applications of the operator to the attribute with each one of the values: (Attribute Operator Values[1]) OR (Attribute Operator Values[2]) OR ...

The valid values for attributes of SearchFilter depend on the API action. For valid values, see the reference page for the API action you're calling that takes a SearchFilter parameter.

See: newSearchFilter smart constructor.

Constructors

SearchFilter' 

Fields

  • attribute :: Maybe Text

    The result attribute to which the filter values are applied. Valid values vary by API action.

  • operator :: Maybe Text

    The operator to apply to the Attribute with each of the Values. Valid values vary by Attribute.

  • values :: Maybe [Text]

    The list of values applied to the Attribute and Operator attributes. Number of values and valid values vary by Attribute.

Instances

Instances details
ToQuery SearchFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SearchFilter

Generic SearchFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SearchFilter

Associated Types

type Rep SearchFilter :: Type -> Type #

Read SearchFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SearchFilter

Show SearchFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SearchFilter

NFData SearchFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SearchFilter

Methods

rnf :: SearchFilter -> () #

Eq SearchFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SearchFilter

Hashable SearchFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SearchFilter

type Rep SearchFilter Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SearchFilter

type Rep SearchFilter = D1 ('MetaData "SearchFilter" "Amazonka.ElasticBeanstalk.Types.SearchFilter" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "SearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newSearchFilter :: SearchFilter Source #

Create a value of SearchFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attribute:SearchFilter', searchFilter_attribute - The result attribute to which the filter values are applied. Valid values vary by API action.

$sel:operator:SearchFilter', searchFilter_operator - The operator to apply to the Attribute with each of the Values. Valid values vary by Attribute.

$sel:values:SearchFilter', searchFilter_values - The list of values applied to the Attribute and Operator attributes. Number of values and valid values vary by Attribute.

searchFilter_attribute :: Lens' SearchFilter (Maybe Text) Source #

The result attribute to which the filter values are applied. Valid values vary by API action.

searchFilter_operator :: Lens' SearchFilter (Maybe Text) Source #

The operator to apply to the Attribute with each of the Values. Valid values vary by Attribute.

searchFilter_values :: Lens' SearchFilter (Maybe [Text]) Source #

The list of values applied to the Attribute and Operator attributes. Number of values and valid values vary by Attribute.

SingleInstanceHealth

data SingleInstanceHealth Source #

Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.

See: newSingleInstanceHealth smart constructor.

Constructors

SingleInstanceHealth' 

Fields

Instances

Instances details
FromXML SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Generic SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Associated Types

type Rep SingleInstanceHealth :: Type -> Type #

Read SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Show SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

NFData SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Methods

rnf :: SingleInstanceHealth -> () #

Eq SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

Hashable SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

type Rep SingleInstanceHealth Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SingleInstanceHealth

newSingleInstanceHealth :: SingleInstanceHealth Source #

Create a value of SingleInstanceHealth with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationMetrics:SingleInstanceHealth', singleInstanceHealth_applicationMetrics - Request metrics from your application.

$sel:availabilityZone:SingleInstanceHealth', singleInstanceHealth_availabilityZone - The availability zone in which the instance runs.

$sel:causes:SingleInstanceHealth', singleInstanceHealth_causes - Represents the causes, which provide more information about the current health status.

$sel:color:SingleInstanceHealth', singleInstanceHealth_color - Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.

$sel:deployment:SingleInstanceHealth', singleInstanceHealth_deployment - Information about the most recent deployment to an instance.

$sel:healthStatus:SingleInstanceHealth', singleInstanceHealth_healthStatus - Returns the health status of the specified instance. For more information, see Health Colors and Statuses.

$sel:instanceId:SingleInstanceHealth', singleInstanceHealth_instanceId - The ID of the Amazon EC2 instance.

$sel:instanceType:SingleInstanceHealth', singleInstanceHealth_instanceType - The instance's type.

$sel:launchedAt:SingleInstanceHealth', singleInstanceHealth_launchedAt - The time at which the EC2 instance was launched.

$sel:system:SingleInstanceHealth', singleInstanceHealth_system - Operating system metrics from the instance.

singleInstanceHealth_availabilityZone :: Lens' SingleInstanceHealth (Maybe Text) Source #

The availability zone in which the instance runs.

singleInstanceHealth_causes :: Lens' SingleInstanceHealth (Maybe [Text]) Source #

Represents the causes, which provide more information about the current health status.

singleInstanceHealth_color :: Lens' SingleInstanceHealth (Maybe Text) Source #

Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.

singleInstanceHealth_deployment :: Lens' SingleInstanceHealth (Maybe Deployment) Source #

Information about the most recent deployment to an instance.

singleInstanceHealth_healthStatus :: Lens' SingleInstanceHealth (Maybe Text) Source #

Returns the health status of the specified instance. For more information, see Health Colors and Statuses.

singleInstanceHealth_launchedAt :: Lens' SingleInstanceHealth (Maybe UTCTime) Source #

The time at which the EC2 instance was launched.

singleInstanceHealth_system :: Lens' SingleInstanceHealth (Maybe SystemStatus) Source #

Operating system metrics from the instance.

SolutionStackDescription

data SolutionStackDescription Source #

Describes the solution stack.

See: newSolutionStackDescription smart constructor.

Constructors

SolutionStackDescription' 

Fields

Instances

Instances details
FromXML SolutionStackDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SolutionStackDescription

Generic SolutionStackDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SolutionStackDescription

Associated Types

type Rep SolutionStackDescription :: Type -> Type #

Read SolutionStackDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SolutionStackDescription

Show SolutionStackDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SolutionStackDescription

NFData SolutionStackDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SolutionStackDescription

Eq SolutionStackDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SolutionStackDescription

Hashable SolutionStackDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SolutionStackDescription

type Rep SolutionStackDescription Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SolutionStackDescription

type Rep SolutionStackDescription = D1 ('MetaData "SolutionStackDescription" "Amazonka.ElasticBeanstalk.Types.SolutionStackDescription" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "SolutionStackDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "permittedFileTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "solutionStackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSolutionStackDescription :: SolutionStackDescription Source #

Create a value of SolutionStackDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:permittedFileTypes:SolutionStackDescription', solutionStackDescription_permittedFileTypes - The permitted file types allowed for a solution stack.

$sel:solutionStackName:SolutionStackDescription', solutionStackDescription_solutionStackName - The name of the solution stack.

solutionStackDescription_permittedFileTypes :: Lens' SolutionStackDescription (Maybe [Text]) Source #

The permitted file types allowed for a solution stack.

SourceBuildInformation

data SourceBuildInformation Source #

Location of the source code for an application version.

See: newSourceBuildInformation smart constructor.

Constructors

SourceBuildInformation' 

Fields

  • sourceType :: SourceType

    The type of repository.

    • Git
    • Zip
  • sourceRepository :: SourceRepository

    Location where the repository is stored.

    • CodeCommit
    • S3
  • sourceLocation :: Text

    The location of the source code, as a formatted string, depending on the value of SourceRepository

    • For CodeCommit, the format is the repository name and commit ID, separated by a forward slash. For example, my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a.
    • For S3, the format is the S3 bucket name and object key, separated by a forward slash. For example, my-s3-bucket/Folders/my-source-file.

Instances

Instances details
ToQuery SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

FromXML SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

Generic SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

Associated Types

type Rep SourceBuildInformation :: Type -> Type #

Read SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

Show SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

NFData SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

Methods

rnf :: SourceBuildInformation -> () #

Eq SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

Hashable SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

type Rep SourceBuildInformation Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceBuildInformation

type Rep SourceBuildInformation = D1 ('MetaData "SourceBuildInformation" "Amazonka.ElasticBeanstalk.Types.SourceBuildInformation" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "SourceBuildInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceType) :*: (S1 ('MetaSel ('Just "sourceRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceRepository) :*: S1 ('MetaSel ('Just "sourceLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSourceBuildInformation Source #

Create a value of SourceBuildInformation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceType:SourceBuildInformation', sourceBuildInformation_sourceType - The type of repository.

  • Git
  • Zip

$sel:sourceRepository:SourceBuildInformation', sourceBuildInformation_sourceRepository - Location where the repository is stored.

  • CodeCommit
  • S3

$sel:sourceLocation:SourceBuildInformation', sourceBuildInformation_sourceLocation - The location of the source code, as a formatted string, depending on the value of SourceRepository

  • For CodeCommit, the format is the repository name and commit ID, separated by a forward slash. For example, my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a.
  • For S3, the format is the S3 bucket name and object key, separated by a forward slash. For example, my-s3-bucket/Folders/my-source-file.

sourceBuildInformation_sourceRepository :: Lens' SourceBuildInformation SourceRepository Source #

Location where the repository is stored.

  • CodeCommit
  • S3

sourceBuildInformation_sourceLocation :: Lens' SourceBuildInformation Text Source #

The location of the source code, as a formatted string, depending on the value of SourceRepository

  • For CodeCommit, the format is the repository name and commit ID, separated by a forward slash. For example, my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a.
  • For S3, the format is the S3 bucket name and object key, separated by a forward slash. For example, my-s3-bucket/Folders/my-source-file.

SourceConfiguration

data SourceConfiguration Source #

A specification for an environment configuration.

See: newSourceConfiguration smart constructor.

Constructors

SourceConfiguration' 

Fields

Instances

Instances details
ToQuery SourceConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceConfiguration

Generic SourceConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceConfiguration

Associated Types

type Rep SourceConfiguration :: Type -> Type #

Read SourceConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceConfiguration

Show SourceConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceConfiguration

NFData SourceConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceConfiguration

Methods

rnf :: SourceConfiguration -> () #

Eq SourceConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceConfiguration

Hashable SourceConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceConfiguration

type Rep SourceConfiguration Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SourceConfiguration

type Rep SourceConfiguration = D1 ('MetaData "SourceConfiguration" "Amazonka.ElasticBeanstalk.Types.SourceConfiguration" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "SourceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSourceConfiguration :: SourceConfiguration Source #

Create a value of SourceConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:applicationName:SourceConfiguration', sourceConfiguration_applicationName - The name of the application associated with the configuration.

$sel:templateName:SourceConfiguration', sourceConfiguration_templateName - The name of the configuration template.

sourceConfiguration_applicationName :: Lens' SourceConfiguration (Maybe Text) Source #

The name of the application associated with the configuration.

sourceConfiguration_templateName :: Lens' SourceConfiguration (Maybe Text) Source #

The name of the configuration template.

StatusCodes

data StatusCodes Source #

Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions.

See: newStatusCodes smart constructor.

Constructors

StatusCodes' 

Fields

  • status2xx :: Maybe Int

    The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.

  • status3xx :: Maybe Int

    The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.

  • status4xx :: Maybe Int

    The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.

  • status5xx :: Maybe Int

    The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.

Instances

Instances details
FromXML StatusCodes Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.StatusCodes

Generic StatusCodes Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.StatusCodes

Associated Types

type Rep StatusCodes :: Type -> Type #

Read StatusCodes Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.StatusCodes

Show StatusCodes Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.StatusCodes

NFData StatusCodes Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.StatusCodes

Methods

rnf :: StatusCodes -> () #

Eq StatusCodes Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.StatusCodes

Hashable StatusCodes Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.StatusCodes

type Rep StatusCodes Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.StatusCodes

type Rep StatusCodes = D1 ('MetaData "StatusCodes" "Amazonka.ElasticBeanstalk.Types.StatusCodes" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "StatusCodes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status2xx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status3xx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "status4xx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status5xx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newStatusCodes :: StatusCodes Source #

Create a value of StatusCodes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status2xx:StatusCodes', statusCodes_status2xx - The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.

$sel:status3xx:StatusCodes', statusCodes_status3xx - The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.

$sel:status4xx:StatusCodes', statusCodes_status4xx - The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.

$sel:status5xx:StatusCodes', statusCodes_status5xx - The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.

statusCodes_status2xx :: Lens' StatusCodes (Maybe Int) Source #

The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.

statusCodes_status3xx :: Lens' StatusCodes (Maybe Int) Source #

The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.

statusCodes_status4xx :: Lens' StatusCodes (Maybe Int) Source #

The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.

statusCodes_status5xx :: Lens' StatusCodes (Maybe Int) Source #

The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.

SystemStatus

data SystemStatus Source #

CPU utilization and load average metrics for an Amazon EC2 instance.

See: newSystemStatus smart constructor.

Constructors

SystemStatus' 

Fields

Instances

Instances details
FromXML SystemStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SystemStatus

Generic SystemStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SystemStatus

Associated Types

type Rep SystemStatus :: Type -> Type #

Read SystemStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SystemStatus

Show SystemStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SystemStatus

NFData SystemStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SystemStatus

Methods

rnf :: SystemStatus -> () #

Eq SystemStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SystemStatus

Hashable SystemStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SystemStatus

type Rep SystemStatus Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.SystemStatus

type Rep SystemStatus = D1 ('MetaData "SystemStatus" "Amazonka.ElasticBeanstalk.Types.SystemStatus" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "SystemStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cPUUtilization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CPUUtilization)) :*: S1 ('MetaSel ('Just "loadAverage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Double]))))

newSystemStatus :: SystemStatus Source #

Create a value of SystemStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cPUUtilization:SystemStatus', systemStatus_cPUUtilization - CPU utilization metrics for the instance.

$sel:loadAverage:SystemStatus', systemStatus_loadAverage - Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.

systemStatus_cPUUtilization :: Lens' SystemStatus (Maybe CPUUtilization) Source #

CPU utilization metrics for the instance.

systemStatus_loadAverage :: Lens' SystemStatus (Maybe [Double]) Source #

Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.

Tag

data Tag Source #

Describes a tag applied to a resource in an environment.

See: newTag smart constructor.

Constructors

Tag' 

Fields

Instances

Instances details
ToQuery Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

Methods

toQuery :: Tag -> QueryString #

FromXML Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

Methods

parseXML :: [Node] -> Either String Tag #

Generic Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ElasticBeanstalk.Types.Tag" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - The key of the tag.

$sel:value:Tag', tag_value - The value of the tag.

tag_key :: Lens' Tag (Maybe Text) Source #

The key of the tag.

tag_value :: Lens' Tag (Maybe Text) Source #

The value of the tag.

Trigger

data Trigger Source #

Describes a trigger.

See: newTrigger smart constructor.

Constructors

Trigger' 

Fields

Instances

Instances details
FromXML Trigger Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Trigger

Generic Trigger Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Trigger

Associated Types

type Rep Trigger :: Type -> Type #

Methods

from :: Trigger -> Rep Trigger x #

to :: Rep Trigger x -> Trigger #

Read Trigger Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Trigger

Show Trigger Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Trigger

NFData Trigger Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Trigger

Methods

rnf :: Trigger -> () #

Eq Trigger Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Trigger

Methods

(==) :: Trigger -> Trigger -> Bool #

(/=) :: Trigger -> Trigger -> Bool #

Hashable Trigger Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Trigger

Methods

hashWithSalt :: Int -> Trigger -> Int #

hash :: Trigger -> Int #

type Rep Trigger Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Trigger

type Rep Trigger = D1 ('MetaData "Trigger" "Amazonka.ElasticBeanstalk.Types.Trigger" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "Trigger'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrigger :: Trigger Source #

Create a value of Trigger with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Trigger', trigger_name - The name of the trigger.

trigger_name :: Lens' Trigger (Maybe Text) Source #

The name of the trigger.

ValidationMessage

data ValidationMessage Source #

An error or warning for a desired configuration option value.

See: newValidationMessage smart constructor.

Constructors

ValidationMessage' 

Fields

Instances

Instances details
FromXML ValidationMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationMessage

Generic ValidationMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationMessage

Associated Types

type Rep ValidationMessage :: Type -> Type #

Read ValidationMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationMessage

Show ValidationMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationMessage

NFData ValidationMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationMessage

Methods

rnf :: ValidationMessage -> () #

Eq ValidationMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationMessage

Hashable ValidationMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationMessage

type Rep ValidationMessage Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ValidationMessage

type Rep ValidationMessage = D1 ('MetaData "ValidationMessage" "Amazonka.ElasticBeanstalk.Types.ValidationMessage" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "ValidationMessage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "optionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidationSeverity)))))

newValidationMessage :: ValidationMessage Source #

Create a value of ValidationMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:ValidationMessage', validationMessage_message - A message describing the error or warning.

$sel:namespace:ValidationMessage', validationMessage_namespace - The namespace to which the option belongs.

$sel:optionName:ValidationMessage', validationMessage_optionName - The name of the option.

$sel:severity:ValidationMessage', validationMessage_severity - An indication of the severity of this message:

  • error: This message indicates that this is not a valid setting for an option.
  • warning: This message is providing information you should take into account.

validationMessage_message :: Lens' ValidationMessage (Maybe Text) Source #

A message describing the error or warning.

validationMessage_namespace :: Lens' ValidationMessage (Maybe Text) Source #

The namespace to which the option belongs.

validationMessage_severity :: Lens' ValidationMessage (Maybe ValidationSeverity) Source #

An indication of the severity of this message:

  • error: This message indicates that this is not a valid setting for an option.
  • warning: This message is providing information you should take into account.