libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticBeanstalk.Lens

Contents

Description

 
Synopsis

Operations

DescribeApplications

describeApplications_applicationNames :: Lens' DescribeApplications (Maybe [Text]) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

UpdateEnvironment

updateEnvironment_templateName :: Lens' UpdateEnvironment (Maybe Text) Source #

If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment. If no such configuration template is found, AWS Elastic Beanstalk returns an InvalidParameterValue error.

updateEnvironment_optionsToRemove :: Lens' UpdateEnvironment (Maybe [OptionSpecification]) Source #

A list of custom user-defined configuration options to remove from the configuration set for this environment.

updateEnvironment_optionSettings :: Lens' UpdateEnvironment (Maybe [ConfigurationOptionSetting]) Source #

If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.

updateEnvironment_versionLabel :: Lens' UpdateEnvironment (Maybe Text) Source #

If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment. If no such application version is found, returns an InvalidParameterValue error.

updateEnvironment_tier :: Lens' UpdateEnvironment (Maybe EnvironmentTier) Source #

This specifies the tier to use to update the environment.

Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns InvalidParameterValue error.

updateEnvironment_environmentName :: Lens' UpdateEnvironment (Maybe Text) Source #

The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

updateEnvironment_applicationName :: Lens' UpdateEnvironment (Maybe Text) Source #

The name of the application with which the environment is associated.

updateEnvironment_solutionStackName :: Lens' UpdateEnvironment (Maybe Text) Source #

This specifies the platform version that the environment will run after the environment is updated.

updateEnvironment_environmentId :: Lens' UpdateEnvironment (Maybe Text) Source #

The ID of the environment to update.

If no environment with this ID exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

updateEnvironment_groupName :: Lens' UpdateEnvironment (Maybe Text) Source #

The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name or environment ID parameters. See Environment Manifest (env.yaml) for details.

updateEnvironment_description :: Lens' UpdateEnvironment (Maybe Text) Source #

If this parameter is specified, AWS Elastic Beanstalk updates the description of 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_cname :: Lens' EnvironmentDescription (Maybe Text) Source #

The URL to the CNAME for this environment.

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

The name of the configuration template used to originally launch 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_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_resources :: Lens' EnvironmentDescription (Maybe EnvironmentResourcesDescription) Source #

The description of the AWS resources used by this environment.

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

The last modified date for this environment.

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_versionLabel :: Lens' EnvironmentDescription (Maybe Text) Source #

The application version deployed in this environment.

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_tier :: Lens' EnvironmentDescription (Maybe EnvironmentTier) Source #

Describes the current tier of this environment.

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

The name of the application associated with this environment.

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_solutionStackName :: Lens' EnvironmentDescription (Maybe Text) Source #

The name of the SolutionStack deployed with this environment.

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_environmentLinks :: Lens' EnvironmentDescription (Maybe [EnvironmentLink]) Source #

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

TerminateEnvironment

terminateEnvironment_forceTerminate :: Lens' TerminateEnvironment (Maybe Bool) Source #

Terminates the target environment even if another environment in the same group is dependent on it.

terminateEnvironment_terminateResources :: Lens' TerminateEnvironment (Maybe Bool) Source #

Indicates whether the associated AWS resources should shut down when the environment is terminated:

  • true: The specified environment as well as the associated AWS resources, such as Auto Scaling group and LoadBalancer, are terminated.
  • false: AWS Elastic Beanstalk resource management is removed from the environment, but the AWS resources continue to operate.

For more information, see the AWS Elastic Beanstalk User Guide.

Default: true

Valid Values: true | false

terminateEnvironment_environmentName :: Lens' TerminateEnvironment (Maybe Text) Source #

The name of the environment to terminate.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

terminateEnvironment_environmentId :: Lens' TerminateEnvironment (Maybe Text) Source #

The ID of the environment to terminate.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

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_cname :: Lens' EnvironmentDescription (Maybe Text) Source #

The URL to the CNAME for this environment.

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

The name of the configuration template used to originally launch 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_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_resources :: Lens' EnvironmentDescription (Maybe EnvironmentResourcesDescription) Source #

The description of the AWS resources used by this environment.

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

The last modified date for this environment.

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_versionLabel :: Lens' EnvironmentDescription (Maybe Text) Source #

The application version deployed in this environment.

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_tier :: Lens' EnvironmentDescription (Maybe EnvironmentTier) Source #

Describes the current tier of this environment.

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

The name of the application associated with this environment.

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_solutionStackName :: Lens' EnvironmentDescription (Maybe Text) Source #

The name of the SolutionStack deployed with this environment.

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_environmentLinks :: Lens' EnvironmentDescription (Maybe [EnvironmentLink]) Source #

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

ListPlatformVersions

listPlatformVersions_filters :: Lens' ListPlatformVersions (Maybe [PlatformFilter]) Source #

Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.

listPlatformVersions_nextToken :: Lens' ListPlatformVersions (Maybe Text) Source #

For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

listPlatformVersions_maxRecords :: Lens' ListPlatformVersions (Maybe Natural) Source #

The maximum number of platform version values returned in one call.

listPlatformVersionsResponse_nextToken :: Lens' ListPlatformVersionsResponse (Maybe Text) Source #

In a paginated request, if this value isn't null, it's the token that you can pass in a subsequent request to get the next response page.

DeletePlatformVersion

deletePlatformVersion_platformArn :: Lens' DeletePlatformVersion (Maybe Text) Source #

The ARN of the version of the custom platform.

deletePlatformVersionResponse_platformSummary :: Lens' DeletePlatformVersionResponse (Maybe PlatformSummary) Source #

Detailed information about the version of the custom platform.

CreateApplicationVersion

createApplicationVersion_process :: Lens' CreateApplicationVersion (Maybe Bool) Source #

Pre-processes and validates the environment manifest (env.yaml) and configuration files (*.config files in the .ebextensions folder) in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment.

You must turn processing on for application versions that you create using AWS CodeBuild or AWS CodeCommit. For application versions built from a source bundle in Amazon S3, processing is optional.

The Process option validates Elastic Beanstalk configuration files. It doesn't validate your application's configuration files, like proxy server or Docker configuration.

createApplicationVersion_sourceBundle :: Lens' CreateApplicationVersion (Maybe S3Location) Source #

The Amazon S3 bucket and key that identify the location of the source bundle for this version.

The Amazon S3 bucket must be in the same region as the environment.

Specify a source bundle in S3 or a commit in an AWS CodeCommit repository (with SourceBuildInformation), but not both. If neither SourceBundle nor SourceBuildInformation are provided, Elastic Beanstalk uses a sample application.

createApplicationVersion_autoCreateApplication :: Lens' CreateApplicationVersion (Maybe Bool) Source #

Set to true to create an application with the specified name if it doesn't already exist.

createApplicationVersion_sourceBuildInformation :: Lens' CreateApplicationVersion (Maybe SourceBuildInformation) Source #

Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.

createApplicationVersion_tags :: Lens' CreateApplicationVersion (Maybe [Tag]) Source #

Specifies the tags applied to the application version.

Elastic Beanstalk applies these tags only to the application version. Environments that use the application version don't inherit the tags.

createApplicationVersion_applicationName :: Lens' CreateApplicationVersion Text Source #

The name of the application. If no application is found with this name, and AutoCreateApplication is false, returns an InvalidParameterValue error.

createApplicationVersion_versionLabel :: Lens' CreateApplicationVersion Text Source #

A label identifying this version.

Constraint: Must be unique per application. If an application version already exists with this label for the specified application, AWS Elastic Beanstalk returns an InvalidParameterValue error.

ListPlatformBranches

listPlatformBranches_filters :: Lens' ListPlatformBranches (Maybe [SearchFilter]) Source #

Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical conjunction (AND) of the separate SearchFilter terms.

The following list shows valid attribute values for each of the SearchFilter terms. Most operators take a single value. The in and not_in operators can take multiple values.

  • Attribute = BranchName:

    • Operator: = | != | begins_with | ends_with | contains | in | not_in
  • Attribute = LifecycleState:

    • Operator: = | != | in | not_in
    • Values: beta | supported | deprecated | retired
  • Attribute = PlatformName:

    • Operator: = | != | begins_with | ends_with | contains | in | not_in
  • Attribute = TierType:

    • Operator: = | !=
    • Values: WebServer/Standard | Worker/SQS/HTTP

Array size: limited to 10 SearchFilter objects.

Within each SearchFilter item, the Values array is limited to 10 items.

listPlatformBranches_nextToken :: Lens' ListPlatformBranches (Maybe Text) Source #

For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

listPlatformBranches_maxRecords :: Lens' ListPlatformBranches (Maybe Natural) Source #

The maximum number of platform branch values returned in one call.

listPlatformBranchesResponse_nextToken :: Lens' ListPlatformBranchesResponse (Maybe Text) Source #

In a paginated request, if this value isn't null, it's the token that you can pass in a subsequent request to get the next response page.

DescribeEvents

describeEvents_requestId :: Lens' DescribeEvents (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.

describeEvents_templateName :: Lens' DescribeEvents (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.

describeEvents_startTime :: Lens' DescribeEvents (Maybe UTCTime) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.

describeEvents_severity :: Lens' DescribeEvents (Maybe EventSeverity) Source #

If specified, limits the events returned from this call to include only those with the specified severity or higher.

describeEvents_nextToken :: Lens' DescribeEvents (Maybe Text) Source #

Pagination token. If specified, the events return the next batch of results.

describeEvents_versionLabel :: Lens' DescribeEvents (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.

describeEvents_platformArn :: Lens' DescribeEvents (Maybe Text) Source #

The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.

describeEvents_environmentName :: Lens' DescribeEvents (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

describeEvents_maxRecords :: Lens' DescribeEvents (Maybe Natural) Source #

Specifies the maximum number of events that can be returned, beginning with the most recent event.

describeEvents_endTime :: Lens' DescribeEvents (Maybe UTCTime) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.

describeEvents_applicationName :: Lens' DescribeEvents (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.

describeEvents_environmentId :: Lens' DescribeEvents (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

describeEventsResponse_nextToken :: Lens' DescribeEventsResponse (Maybe Text) Source #

If returned, this indicates that there are more results to obtain. Use this token in the next DescribeEvents call to get the next batch of events.

RequestEnvironmentInfo

requestEnvironmentInfo_environmentName :: Lens' RequestEnvironmentInfo (Maybe Text) Source #

The name of the environment of the requested data.

If no such environment is found, RequestEnvironmentInfo returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

requestEnvironmentInfo_environmentId :: Lens' RequestEnvironmentInfo (Maybe Text) Source #

The ID of the environment of the requested data.

If no such environment is found, RequestEnvironmentInfo returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

ListTagsForResource

listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #

The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.

Must be the ARN of an Elastic Beanstalk resource.

listTagsForResourceResponse_resourceArn :: Lens' ListTagsForResourceResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource for which a tag list was requested.

RetrieveEnvironmentInfo

retrieveEnvironmentInfo_environmentName :: Lens' RetrieveEnvironmentInfo (Maybe Text) Source #

The name of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

retrieveEnvironmentInfo_environmentId :: Lens' RetrieveEnvironmentInfo (Maybe Text) Source #

The ID of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

DescribePlatformVersion

DeleteApplication

deleteApplication_terminateEnvByForce :: Lens' DeleteApplication (Maybe Bool) Source #

When set to true, running environments will be terminated before deleting the application.

deleteApplication_applicationName :: Lens' DeleteApplication Text Source #

The name of the application to delete.

UpdateApplication

updateApplication_description :: Lens' UpdateApplication (Maybe Text) Source #

A new description for the application.

Default: If not specified, AWS Elastic Beanstalk does not update the description.

updateApplication_applicationName :: Lens' UpdateApplication Text Source #

The name of the application to update. If no such application is found, UpdateApplication returns an InvalidParameterValue error.

DescribeInstancesHealth

describeInstancesHealth_nextToken :: Lens' DescribeInstancesHealth (Maybe Text) Source #

Specify the pagination token returned by a previous call.

describeInstancesHealth_environmentName :: Lens' DescribeInstancesHealth (Maybe Text) Source #

Specify the AWS Elastic Beanstalk environment by name.

describeInstancesHealth_attributeNames :: Lens' DescribeInstancesHealth (Maybe [InstancesHealthAttribute]) Source #

Specifies the response elements you wish to receive. To retrieve all attributes, set to All. If no attribute names are specified, returns a list of instances.

describeInstancesHealth_environmentId :: Lens' DescribeInstancesHealth (Maybe Text) Source #

Specify the AWS Elastic Beanstalk environment by ID.

describeInstancesHealthResponse_instanceHealthList :: Lens' DescribeInstancesHealthResponse (Maybe [SingleInstanceHealth]) Source #

Detailed health information about each instance.

The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

describeInstancesHealthResponse_nextToken :: Lens' DescribeInstancesHealthResponse (Maybe Text) Source #

Pagination token for the next page of results, if available.

describeInstancesHealthResponse_refreshedAt :: Lens' DescribeInstancesHealthResponse (Maybe UTCTime) Source #

The date and time that the health information was retrieved.

CreateApplication

createApplication_resourceLifecycleConfig :: Lens' CreateApplication (Maybe ApplicationResourceLifecycleConfig) Source #

Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.

createApplication_description :: Lens' CreateApplication (Maybe Text) Source #

Your description of the application.

createApplication_tags :: Lens' CreateApplication (Maybe [Tag]) Source #

Specifies the tags applied to the application.

Elastic Beanstalk applies these tags only to the application. Environments that you create in the application don't inherit the tags.

createApplication_applicationName :: Lens' CreateApplication Text Source #

The name of the application. Must be unique within your account.

ComposeEnvironments

composeEnvironments_versionLabels :: Lens' ComposeEnvironments (Maybe [Text]) Source #

A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create.

composeEnvironments_applicationName :: Lens' ComposeEnvironments (Maybe Text) Source #

The name of the application to which the specified source bundles belong.

composeEnvironments_groupName :: Lens' ComposeEnvironments (Maybe Text) Source #

The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment's manifest ends with a + (plus) character. See Environment Manifest (env.yaml) for details.

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.

AbortEnvironmentUpdate

abortEnvironmentUpdate_environmentName :: Lens' AbortEnvironmentUpdate (Maybe Text) Source #

This specifies the name of the environment with the in-progress update that you want to cancel.

abortEnvironmentUpdate_environmentId :: Lens' AbortEnvironmentUpdate (Maybe Text) Source #

This specifies the ID of the environment with the in-progress update that you want to cancel.

DeleteConfigurationTemplate

deleteConfigurationTemplate_applicationName :: Lens' DeleteConfigurationTemplate Text Source #

The name of the application to delete the configuration template from.

deleteConfigurationTemplate_templateName :: Lens' DeleteConfigurationTemplate Text Source #

The name of the configuration template to delete.

UpdateConfigurationTemplate

updateConfigurationTemplate_optionsToRemove :: Lens' UpdateConfigurationTemplate (Maybe [OptionSpecification]) Source #

A list of configuration options to remove from the configuration set.

Constraint: You can remove only UserDefined configuration options.

updateConfigurationTemplate_optionSettings :: Lens' UpdateConfigurationTemplate (Maybe [ConfigurationOptionSetting]) Source #

A list of configuration option settings to update with the new specified option value.

updateConfigurationTemplate_applicationName :: Lens' UpdateConfigurationTemplate Text Source #

The name of the application associated with the configuration template to update.

If no application is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

updateConfigurationTemplate_templateName :: Lens' UpdateConfigurationTemplate Text Source #

The name of the configuration template to update.

If no configuration template is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

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

If not null, the name of the configuration template 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_dateUpdated :: Lens' ConfigurationSettingsDescription (Maybe UTCTime) Source #

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

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

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

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

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

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

The name of the application associated with this configuration set.

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_solutionStackName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source #

The name of the solution stack this configuration set uses.

UpdateTagsForResource

updateTagsForResource_tagsToRemove :: Lens' UpdateTagsForResource (Maybe [Text]) Source #

A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored.

Specify at least one of these parameters: TagsToAdd, TagsToRemove.

updateTagsForResource_tagsToAdd :: Lens' UpdateTagsForResource (Maybe [Tag]) Source #

A list of tags to add or update. If a key of an existing tag is added, the tag's value is updated.

Specify at least one of these parameters: TagsToAdd, TagsToRemove.

updateTagsForResource_resourceArn :: Lens' UpdateTagsForResource Text Source #

The Amazon Resource Name (ARN) of the resouce to be updated.

Must be the ARN of an Elastic Beanstalk resource.

DescribeEnvironmentResources

describeEnvironmentResources_environmentName :: Lens' DescribeEnvironmentResources (Maybe Text) Source #

The name of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

describeEnvironmentResources_environmentId :: Lens' DescribeEnvironmentResources (Maybe Text) Source #

The ID of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

DescribeEnvironmentManagedActionHistory

describeEnvironmentManagedActionHistoryResponse_nextToken :: Lens' DescribeEnvironmentManagedActionHistoryResponse (Maybe Text) Source #

A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.

DeleteApplicationVersion

deleteApplicationVersion_deleteSourceBundle :: Lens' DeleteApplicationVersion (Maybe Bool) Source #

Set to true to delete the source bundle from your storage bucket. Otherwise, the application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.

deleteApplicationVersion_applicationName :: Lens' DeleteApplicationVersion Text Source #

The name of the application to which the version belongs.

UpdateApplicationVersion

updateApplicationVersion_applicationName :: Lens' UpdateApplicationVersion Text Source #

The name of the application associated with this version.

If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

updateApplicationVersion_versionLabel :: Lens' UpdateApplicationVersion Text Source #

The name of the version to update.

If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

CreateConfigurationTemplate

createConfigurationTemplate_optionSettings :: Lens' CreateConfigurationTemplate (Maybe [ConfigurationOptionSetting]) Source #

Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.

createConfigurationTemplate_platformArn :: Lens' CreateConfigurationTemplate (Maybe Text) Source #

The Amazon Resource Name (ARN) of the custom platform. For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide.

If you specify PlatformArn, then don't specify SolutionStackName.

createConfigurationTemplate_sourceConfiguration :: Lens' CreateConfigurationTemplate (Maybe SourceConfiguration) Source #

An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

Values specified in OptionSettings override any values obtained from the SourceConfiguration.

You must specify SourceConfiguration if you don't specify PlatformArn, EnvironmentId, or SolutionStackName.

Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.

createConfigurationTemplate_solutionStackName :: Lens' CreateConfigurationTemplate (Maybe Text) Source #

The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For example, 64bit Amazon Linux 2013.09 running Tomcat 7 Java 7. A solution stack specifies the operating system, runtime, and application server for a configuration template. It also determines the set of configuration options as well as the possible and default values. For more information, see Supported Platforms in the AWS Elastic Beanstalk Developer Guide.

You must specify SolutionStackName if you don't specify PlatformArn, EnvironmentId, or SourceConfiguration.

Use the ListAvailableSolutionStacks API to obtain a list of available solution stacks.

createConfigurationTemplate_environmentId :: Lens' CreateConfigurationTemplate (Maybe Text) Source #

The ID of an environment whose settings you want to use to create the configuration template. You must specify EnvironmentId if you don't specify PlatformArn, SolutionStackName, or SourceConfiguration.

createConfigurationTemplate_description :: Lens' CreateConfigurationTemplate (Maybe Text) Source #

An optional description for this configuration.

createConfigurationTemplate_tags :: Lens' CreateConfigurationTemplate (Maybe [Tag]) Source #

Specifies the tags applied to the configuration template.

createConfigurationTemplate_applicationName :: Lens' CreateConfigurationTemplate Text Source #

The name of the Elastic Beanstalk application to associate with this configuration template.

createConfigurationTemplate_templateName :: Lens' CreateConfigurationTemplate Text Source #

The name of the configuration template.

Constraint: This name must be unique per application.

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

If not null, the name of the configuration template 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_dateUpdated :: Lens' ConfigurationSettingsDescription (Maybe UTCTime) Source #

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

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

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

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

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

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

The name of the application associated with this configuration set.

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_solutionStackName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source #

The name of the solution stack this configuration set uses.

DescribeEnvironmentHealth

describeEnvironmentHealth_environmentName :: Lens' DescribeEnvironmentHealth (Maybe Text) Source #

Specify the environment by name.

You must specify either this or an EnvironmentName, or both.

describeEnvironmentHealth_attributeNames :: Lens' DescribeEnvironmentHealth (Maybe [EnvironmentHealthAttribute]) Source #

Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.

describeEnvironmentHealth_environmentId :: Lens' DescribeEnvironmentHealth (Maybe Text) Source #

Specify the environment by ID.

You must specify either this or an EnvironmentName, or both.

describeEnvironmentHealthResponse_status :: Lens' DescribeEnvironmentHealthResponse (Maybe EnvironmentHealth) Source #

The environment's operational status. Ready, Launching, Updating, Terminating, or Terminated.

describeEnvironmentHealthResponse_causes :: Lens' DescribeEnvironmentHealthResponse (Maybe [Text]) Source #

Descriptions of the data that contributed to the environment's current health status.

describeEnvironmentHealthResponse_refreshedAt :: Lens' DescribeEnvironmentHealthResponse (Maybe UTCTime) Source #

The date and time that the health information was retrieved.

RebuildEnvironment

rebuildEnvironment_environmentName :: Lens' RebuildEnvironment (Maybe Text) Source #

The name of the environment to rebuild.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

rebuildEnvironment_environmentId :: Lens' RebuildEnvironment (Maybe Text) Source #

The ID of the environment to rebuild.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

DeleteEnvironmentConfiguration

deleteEnvironmentConfiguration_applicationName :: Lens' DeleteEnvironmentConfiguration Text Source #

The name of the application the environment is associated with.

deleteEnvironmentConfiguration_environmentName :: Lens' DeleteEnvironmentConfiguration Text Source #

The name of the environment to delete the draft configuration from.

UpdateApplicationResourceLifecycle

SwapEnvironmentCNAMEs

swapEnvironmentCNAMEs_destinationEnvironmentName :: Lens' SwapEnvironmentCNAMEs (Maybe Text) Source #

The name of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.

swapEnvironmentCNAMEs_destinationEnvironmentId :: Lens' SwapEnvironmentCNAMEs (Maybe Text) Source #

The ID of the destination environment.

Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

swapEnvironmentCNAMEs_sourceEnvironmentName :: Lens' SwapEnvironmentCNAMEs (Maybe Text) Source #

The name of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

swapEnvironmentCNAMEs_sourceEnvironmentId :: Lens' SwapEnvironmentCNAMEs (Maybe Text) Source #

The ID of the source environment.

Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

ListAvailableSolutionStacks

ApplyEnvironmentManagedAction

applyEnvironmentManagedAction_actionId :: Lens' ApplyEnvironmentManagedAction Text Source #

The action ID of the scheduled managed action to execute.

DescribeConfigurationOptions

describeConfigurationOptions_templateName :: Lens' DescribeConfigurationOptions (Maybe Text) Source #

The name of the configuration template whose configuration options you want to describe.

describeConfigurationOptions_environmentName :: Lens' DescribeConfigurationOptions (Maybe Text) Source #

The name of the environment whose configuration options you want to describe.

describeConfigurationOptions_applicationName :: Lens' DescribeConfigurationOptions (Maybe Text) Source #

The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.

describeConfigurationOptions_solutionStackName :: Lens' DescribeConfigurationOptions (Maybe Text) Source #

The name of the solution stack whose configuration options you want to describe.

describeConfigurationOptions_options :: Lens' DescribeConfigurationOptions (Maybe [OptionSpecification]) Source #

If specified, restricts the descriptions to only the specified options.

describeConfigurationOptionsResponse_solutionStackName :: Lens' DescribeConfigurationOptionsResponse (Maybe Text) Source #

The name of the solution stack these configuration options belong to.

DisassociateEnvironmentOperationsRole

disassociateEnvironmentOperationsRole_environmentName :: Lens' DisassociateEnvironmentOperationsRole Text Source #

The name of the environment from which to disassociate the operations role.

CreateStorageLocation

DescribeEnvironmentManagedActions

describeEnvironmentManagedActions_status :: Lens' DescribeEnvironmentManagedActions (Maybe ActionStatus) Source #

To show only actions with a particular status, specify a status.

DescribeConfigurationSettings

describeConfigurationSettings_templateName :: Lens' DescribeConfigurationSettings (Maybe Text) Source #

The name of the configuration template to describe.

Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

describeConfigurationSettings_environmentName :: Lens' DescribeConfigurationSettings (Maybe Text) Source #

The name of the environment to describe.

Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

describeConfigurationSettings_applicationName :: Lens' DescribeConfigurationSettings Text Source #

The application for the environment or configuration template.

ValidateConfigurationSettings

validateConfigurationSettings_templateName :: Lens' ValidateConfigurationSettings (Maybe Text) Source #

The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

validateConfigurationSettings_environmentName :: Lens' ValidateConfigurationSettings (Maybe Text) Source #

The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

validateConfigurationSettings_applicationName :: Lens' ValidateConfigurationSettings Text Source #

The name of the application that the configuration template or environment belongs to.

DescribeAccountAttributes

describeAccountAttributesResponse_resourceQuotas :: Lens' DescribeAccountAttributesResponse (Maybe ResourceQuotas) Source #

The Elastic Beanstalk resource quotas associated with the calling AWS account.

AssociateEnvironmentOperationsRole

associateEnvironmentOperationsRole_environmentName :: Lens' AssociateEnvironmentOperationsRole Text Source #

The name of the environment to which to set the operations role.

associateEnvironmentOperationsRole_operationsRole :: Lens' AssociateEnvironmentOperationsRole Text Source #

The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.

RestartAppServer

restartAppServer_environmentName :: Lens' RestartAppServer (Maybe Text) Source #

The name of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

restartAppServer_environmentId :: Lens' RestartAppServer (Maybe Text) Source #

The ID of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

DescribeEnvironments

describeEnvironments_environmentIds :: Lens' DescribeEnvironments (Maybe [Text]) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.

describeEnvironments_environmentNames :: Lens' DescribeEnvironments (Maybe [Text]) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.

describeEnvironments_nextToken :: Lens' DescribeEnvironments (Maybe Text) Source #

For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

describeEnvironments_versionLabel :: Lens' DescribeEnvironments (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.

describeEnvironments_maxRecords :: Lens' DescribeEnvironments (Maybe Natural) Source #

For a paginated request. Specify a maximum number of environments to include in each response.

If no MaxRecords is specified, all available environments are retrieved in a single response.

describeEnvironments_applicationName :: Lens' DescribeEnvironments (Maybe Text) Source #

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.

describeEnvironments_includedDeletedBackTo :: Lens' DescribeEnvironments (Maybe UTCTime) Source #

If specified when IncludeDeleted is set to true, then environments deleted after this date are displayed.

describeEnvironments_includeDeleted :: Lens' DescribeEnvironments (Maybe Bool) Source #

Indicates whether to include deleted environments:

true: Environments that have been deleted after IncludedDeletedBackTo are displayed.

false: Do not include deleted environments.

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.

CheckDNSAvailability

checkDNSAvailability_cNAMEPrefix :: Lens' CheckDNSAvailability Text Source #

The prefix used when this CNAME is reserved.

checkDNSAvailabilityResponse_fullyQualifiedCNAME :: Lens' CheckDNSAvailabilityResponse (Maybe Text) Source #

The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

checkDNSAvailabilityResponse_available :: Lens' CheckDNSAvailabilityResponse (Maybe Bool) Source #

Indicates if the specified CNAME is available:

  • true : The CNAME is available.
  • false : The CNAME is not available.

DescribeApplicationVersions

describeApplicationVersions_versionLabels :: Lens' DescribeApplicationVersions (Maybe [Text]) Source #

Specify a version label to show a specific application version.

describeApplicationVersions_nextToken :: Lens' DescribeApplicationVersions (Maybe Text) Source #

For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.

describeApplicationVersions_maxRecords :: Lens' DescribeApplicationVersions (Maybe Natural) Source #

For a paginated request. Specify a maximum number of application versions to include in each response.

If no MaxRecords is specified, all available application versions are retrieved in a single response.

describeApplicationVersions_applicationName :: Lens' DescribeApplicationVersions (Maybe Text) Source #

Specify an application name to show only application versions for that application.

describeApplicationVersionsResponse_nextToken :: Lens' DescribeApplicationVersionsResponse (Maybe Text) Source #

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

CreateEnvironment

createEnvironment_cNAMEPrefix :: Lens' CreateEnvironment (Maybe Text) Source #

If specified, the environment attempts to use this value as the prefix for the CNAME in your Elastic Beanstalk environment URL. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name.

createEnvironment_templateName :: Lens' CreateEnvironment (Maybe Text) Source #

The name of the Elastic Beanstalk configuration template to use with the environment.

If you specify TemplateName, then don't specify SolutionStackName.

createEnvironment_optionsToRemove :: Lens' CreateEnvironment (Maybe [OptionSpecification]) Source #

A list of custom user-defined configuration options to remove from the configuration set for this new environment.

createEnvironment_optionSettings :: Lens' CreateEnvironment (Maybe [ConfigurationOptionSetting]) Source #

If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment. These override the values obtained from the solution stack or the configuration template.

createEnvironment_versionLabel :: Lens' CreateEnvironment (Maybe Text) Source #

The name of the application version to deploy.

Default: If not specified, Elastic Beanstalk attempts to deploy the sample application.

createEnvironment_operationsRole :: Lens' CreateEnvironment (Maybe Text) Source #

The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role. If specified, Elastic Beanstalk uses the operations role for permissions to downstream services during this call and during subsequent calls acting on this environment. To specify an operations role, you must have the iam:PassRole permission for the role. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.

createEnvironment_platformArn :: Lens' CreateEnvironment (Maybe Text) Source #

The Amazon Resource Name (ARN) of the custom platform to use with the environment. For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide.

If you specify PlatformArn, don't specify SolutionStackName.

createEnvironment_tier :: Lens' CreateEnvironment (Maybe EnvironmentTier) Source #

Specifies the tier to use in creating this environment. The environment tier that you choose determines whether Elastic Beanstalk provisions resources to support a web application that handles HTTP(S) requests or a web application that handles background-processing tasks.

createEnvironment_environmentName :: Lens' CreateEnvironment (Maybe Text) Source #

A unique name for the environment.

Constraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and hyphens. It can't start or end with a hyphen. This name must be unique within a region in your account. If the specified name already exists in the region, Elastic Beanstalk returns an InvalidParameterValue error.

If you don't specify the CNAMEPrefix parameter, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.

createEnvironment_solutionStackName :: Lens' CreateEnvironment (Maybe Text) Source #

The name of an Elastic Beanstalk solution stack (platform version) to use with the environment. If specified, Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack. For a list of current solution stacks, see Elastic Beanstalk Supported Platforms in the AWS Elastic Beanstalk Platforms guide.

If you specify SolutionStackName, don't specify PlatformArn or TemplateName.

createEnvironment_groupName :: Lens' CreateEnvironment (Maybe Text) Source #

The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name parameter. See Environment Manifest (env.yaml) for details.

createEnvironment_description :: Lens' CreateEnvironment (Maybe Text) Source #

Your description for this environment.

createEnvironment_tags :: Lens' CreateEnvironment (Maybe [Tag]) Source #

Specifies the tags applied to resources in the environment.

createEnvironment_applicationName :: Lens' CreateEnvironment Text Source #

The name of the application that is associated 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_cname :: Lens' EnvironmentDescription (Maybe Text) Source #

The URL to the CNAME for this environment.

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

The name of the configuration template used to originally launch 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_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_resources :: Lens' EnvironmentDescription (Maybe EnvironmentResourcesDescription) Source #

The description of the AWS resources used by this environment.

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

The last modified date for this environment.

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_versionLabel :: Lens' EnvironmentDescription (Maybe Text) Source #

The application version deployed in this environment.

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_tier :: Lens' EnvironmentDescription (Maybe EnvironmentTier) Source #

Describes the current tier of this environment.

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

The name of the application associated with this environment.

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_solutionStackName :: Lens' EnvironmentDescription (Maybe Text) Source #

The name of the SolutionStack deployed with this environment.

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_environmentLinks :: Lens' EnvironmentDescription (Maybe [EnvironmentLink]) Source #

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

CreatePlatformVersion

createPlatformVersion_optionSettings :: Lens' CreatePlatformVersion (Maybe [ConfigurationOptionSetting]) Source #

The configuration option settings to apply to the builder environment.

createPlatformVersion_tags :: Lens' CreatePlatformVersion (Maybe [Tag]) Source #

Specifies the tags applied to the new platform version.

Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.

createPlatformVersion_platformVersion :: Lens' CreatePlatformVersion Text Source #

The number, such as 1.0.2, for the new platform version.

createPlatformVersion_platformDefinitionBundle :: Lens' CreatePlatformVersion S3Location Source #

The location of the platform definition archive in Amazon S3.

createPlatformVersionResponse_platformSummary :: Lens' CreatePlatformVersionResponse (Maybe PlatformSummary) Source #

Detailed information about the new version of the custom platform.

Types

ApplicationDescription

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

The Amazon Resource Name (ARN) of the application.

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

The names of the versions for this application.

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

The date when the application was last modified.

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

The names of the configuration templates associated with this application.

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

User-defined description of the application.

ApplicationDescriptionMessage

ApplicationMetrics

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

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

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_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.

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).

ApplicationResourceLifecycleConfig

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

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.

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

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

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_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.

ApplicationVersionDescriptionMessage

ApplicationVersionLifecycleConfig

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

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

The name of the AutoScalingGroup .

BuildConfiguration

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

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

The ARN of the builder.

CPUUtilization

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_idle :: Lens' CPUUtilization (Maybe Double) Source #

Percentage of time that the CPU has spent in the Idle 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_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_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_user :: Lens' CPUUtilization (Maybe Double) Source #

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_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.

ConfigurationOptionDescription

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

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

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

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

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

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

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_namespace :: Lens' ConfigurationOptionDescription (Maybe Text) Source #

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

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

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

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_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.

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

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

ConfigurationOptionSetting

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_namespace :: Lens' ConfigurationOptionSetting (Maybe Text) Source #

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

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

The current value for the configuration option.

ConfigurationSettingsDescription

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

If not null, the name of the configuration template 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_dateUpdated :: Lens' ConfigurationSettingsDescription (Maybe UTCTime) Source #

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

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

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

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

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

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

The name of the application associated with this configuration set.

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_solutionStackName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source #

The name of the solution stack this configuration set uses.

CustomAmi

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

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.

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_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_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_versionLabel :: Lens' Deployment (Maybe Text) Source #

The version label of the application version in the deployment.

EnvironmentDescription

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_cname :: Lens' EnvironmentDescription (Maybe Text) Source #

The URL to the CNAME for this environment.

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

The name of the configuration template used to originally launch 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_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_resources :: Lens' EnvironmentDescription (Maybe EnvironmentResourcesDescription) Source #

The description of the AWS resources used by this environment.

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

The last modified date for this environment.

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_versionLabel :: Lens' EnvironmentDescription (Maybe Text) Source #

The application version deployed in this environment.

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_tier :: Lens' EnvironmentDescription (Maybe EnvironmentTier) Source #

Describes the current tier of this environment.

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

The name of the application associated with this environment.

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_solutionStackName :: Lens' EnvironmentDescription (Maybe Text) Source #

The name of the SolutionStack deployed with this environment.

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_environmentLinks :: Lens' EnvironmentDescription (Maybe [EnvironmentLink]) Source #

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

EnvironmentDescriptionsMessage

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

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

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.

EnvironmentLink

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

The name of the linked environment (the dependency).

EnvironmentResourceDescription

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

The AutoScaling triggers in use by this environment.

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

The Amazon EC2 launch templates in use by this environment.

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

The Auto Scaling launch configurations in use by this environment.

EnvironmentResourcesDescription

EnvironmentTier

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

The name of this environment tier.

Valid values:

  • For Web server tierWebServer
  • For Worker tierWorker

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.

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

The type of this environment tier.

Valid values:

  • For Web server tierStandard
  • For Worker tierSQS/HTTP

EventDescription

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.

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

The name of the environment associated with this event.

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

The application associated with the event.

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

The date when the event occurred.

Instance

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

The ID of the Amazon EC2 instance.

InstanceHealthSummary

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_noData :: Lens' InstanceHealthSummary (Maybe Int) Source #

Grey. AWS Elastic Beanstalk and the health agent are reporting no 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.

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.

Latency

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

The average latency for the slowest 25 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_p85 :: Lens' Latency (Maybe Double) Source #

The average latency for the slowest 15 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.

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_p10 :: Lens' Latency (Maybe Double) Source #

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

LaunchConfiguration

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

The name of the launch configuration.

LaunchTemplate

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

The ID of the launch template.

Listener

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

The protocol that is used by the Listener.

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

The port that is used by the Listener.

LoadBalancer

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

The name of the LoadBalancer.

LoadBalancerDescription

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

A list of Listeners used by the LoadBalancer.

ManagedAction

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_actionId :: Lens' ManagedAction (Maybe Text) Source #

A unique identifier for the managed action.

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

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.

ManagedActionHistoryItem

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

A unique identifier for the managed action.

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.

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

The date and time that the action started executing.

MaxAgeRule

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

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

Specify the maximum number of application versions to retain.

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_enabled :: Lens' MaxCountRule Bool Source #

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

OptionRestrictionRegex

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

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.

OptionSpecification

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.

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

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

PlatformBranchSummary

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_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

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

The support life cycle state of the platform branch.

Possible values: beta | supported | deprecated | retired

PlatformDescription

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

The platform branch to which the platform version belongs.

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

The additions supported 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_maintainer :: Lens' PlatformDescription (Maybe Text) Source #

Information about the maintainer of the platform version.

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_dateUpdated :: Lens' PlatformDescription (Maybe UTCTime) Source #

The date when the platform version was last updated.

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_operatingSystemName :: Lens' PlatformDescription (Maybe Text) Source #

The operating system used by the platform version.

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

The frameworks supported by the platform version.

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

The version of the operating system used by 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_description :: Lens' PlatformDescription (Maybe Text) Source #

The description of the platform version.

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

The tiers supported by the platform version.

PlatformFilter

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

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

PlatformFramework

PlatformProgrammingLanguage

PlatformSummary

platformSummary_platformBranchName :: Lens' PlatformSummary (Maybe Text) Source #

The platform branch to which the platform version belongs.

platformSummary_supportedAddonList :: Lens' PlatformSummary (Maybe [Text]) Source #

The additions associated with 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_platformVersion :: Lens' PlatformSummary (Maybe Text) Source #

The version string of 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_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_operatingSystemName :: Lens' PlatformSummary (Maybe Text) Source #

The operating system used by the platform version.

platformSummary_platformArn :: Lens' PlatformSummary (Maybe Text) Source #

The ARN of the platform version.

platformSummary_operatingSystemVersion :: Lens' PlatformSummary (Maybe Text) Source #

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

platformSummary_supportedTierList :: Lens' PlatformSummary (Maybe [Text]) Source #

The tiers in which the platform version runs.

Queue

queue_url :: Lens' Queue (Maybe Text) Source #

The URL of the queue.

queue_name :: Lens' Queue (Maybe Text) Source #

The name of the queue.

ResourceQuota

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

resourceQuotas_applicationQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for applications in the AWS account.

resourceQuotas_customPlatformQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for custom platforms in the AWS account.

resourceQuotas_applicationVersionQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for application versions in the AWS account.

resourceQuotas_environmentQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for environments in the AWS account.

resourceQuotas_configurationTemplateQuota :: Lens' ResourceQuotas (Maybe ResourceQuota) Source #

The quota for configuration templates in the AWS account.

S3Location

s3Location_s3Key :: Lens' S3Location (Maybe Text) Source #

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.

SearchFilter

searchFilter_attribute :: Lens' SearchFilter (Maybe Text) Source #

The result attribute to which the filter values are applied. Valid values vary by API action.

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.

searchFilter_operator :: Lens' SearchFilter (Maybe Text) Source #

The operator to apply to the Attribute with each of the Values. Valid values vary by Attribute.

SingleInstanceHealth

singleInstanceHealth_causes :: Lens' SingleInstanceHealth (Maybe [Text]) Source #

Represents the causes, which provide more information about the current health status.

singleInstanceHealth_system :: Lens' SingleInstanceHealth (Maybe SystemStatus) Source #

Operating system metrics from the instance.

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_availabilityZone :: Lens' SingleInstanceHealth (Maybe Text) Source #

The availability zone in which the instance runs.

singleInstanceHealth_healthStatus :: Lens' SingleInstanceHealth (Maybe Text) Source #

Returns the health status of the specified 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_launchedAt :: Lens' SingleInstanceHealth (Maybe UTCTime) Source #

The time at which the EC2 instance was launched.

SolutionStackDescription

solutionStackDescription_permittedFileTypes :: Lens' SolutionStackDescription (Maybe [Text]) Source #

The permitted file types allowed for a solution stack.

SourceBuildInformation

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

sourceConfiguration_templateName :: Lens' SourceConfiguration (Maybe Text) Source #

The name of the configuration template.

sourceConfiguration_applicationName :: Lens' SourceConfiguration (Maybe Text) Source #

The name of the application associated with the configuration.

StatusCodes

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

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

tag_value :: Lens' Tag (Maybe Text) Source #

The value of the tag.

tag_key :: Lens' Tag (Maybe Text) Source #

The key of the tag.

Trigger

trigger_name :: Lens' Trigger (Maybe Text) Source #

The name of the trigger.

ValidationMessage

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.

validationMessage_namespace :: Lens' ValidationMessage (Maybe Text) Source #

The namespace to which the option belongs.

validationMessage_message :: Lens' ValidationMessage (Maybe Text) Source #

A message describing the error or warning.