Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ApplicationVersionDescription = ApplicationVersionDescription' {
- status :: Maybe ApplicationVersionStatus
- sourceBundle :: Maybe S3Location
- dateUpdated :: Maybe ISO8601
- dateCreated :: Maybe ISO8601
- versionLabel :: Maybe Text
- sourceBuildInformation :: Maybe SourceBuildInformation
- applicationName :: Maybe Text
- applicationVersionArn :: Maybe Text
- buildArn :: Maybe Text
- description :: Maybe Text
- newApplicationVersionDescription :: ApplicationVersionDescription
- applicationVersionDescription_status :: Lens' ApplicationVersionDescription (Maybe ApplicationVersionStatus)
- applicationVersionDescription_sourceBundle :: Lens' ApplicationVersionDescription (Maybe S3Location)
- applicationVersionDescription_dateUpdated :: Lens' ApplicationVersionDescription (Maybe UTCTime)
- applicationVersionDescription_dateCreated :: Lens' ApplicationVersionDescription (Maybe UTCTime)
- applicationVersionDescription_versionLabel :: Lens' ApplicationVersionDescription (Maybe Text)
- applicationVersionDescription_sourceBuildInformation :: Lens' ApplicationVersionDescription (Maybe SourceBuildInformation)
- applicationVersionDescription_applicationName :: Lens' ApplicationVersionDescription (Maybe Text)
- applicationVersionDescription_applicationVersionArn :: Lens' ApplicationVersionDescription (Maybe Text)
- applicationVersionDescription_buildArn :: Lens' ApplicationVersionDescription (Maybe Text)
- applicationVersionDescription_description :: Lens' ApplicationVersionDescription (Maybe Text)
Documentation
data ApplicationVersionDescription Source #
Describes the properties of an application version.
See: newApplicationVersionDescription
smart constructor.
ApplicationVersionDescription' | |
|
Instances
newApplicationVersionDescription :: ApplicationVersionDescription Source #
Create a value of ApplicationVersionDescription
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:ApplicationVersionDescription'
, applicationVersionDescription_status
- The processing status of the application version. Reflects the state of
the application version during its creation. Many of the values are only
applicable if you specified True
for the Process
parameter of the
CreateApplicationVersion
action. The following list describes the
possible values.
Unprocessed
– Application version wasn't pre-processed or validated. Elastic Beanstalk will validate configuration files during deployment of the application version to an environment.Processing
– Elastic Beanstalk is currently processing the application version.Building
– Application version is currently undergoing an AWS CodeBuild build.Processed
– Elastic Beanstalk was successfully pre-processed and validated.Failed
– Either the AWS CodeBuild build failed or configuration files didn't pass validation. This application version isn't usable.
$sel:sourceBundle:ApplicationVersionDescription'
, applicationVersionDescription_sourceBundle
- The storage location of the application version's source bundle in
Amazon S3.
$sel:dateUpdated:ApplicationVersionDescription'
, applicationVersionDescription_dateUpdated
- The last modified date of the application version.
$sel:dateCreated:ApplicationVersionDescription'
, applicationVersionDescription_dateCreated
- The creation date of the application version.
$sel:versionLabel:ApplicationVersionDescription'
, applicationVersionDescription_versionLabel
- A unique identifier for the application version.
$sel:sourceBuildInformation:ApplicationVersionDescription'
, applicationVersionDescription_sourceBuildInformation
- If the version's source code was retrieved from AWS CodeCommit, the
location of the source code for the application version.
$sel:applicationName:ApplicationVersionDescription'
, applicationVersionDescription_applicationName
- The name of the application to which the application version belongs.
$sel:applicationVersionArn:ApplicationVersionDescription'
, applicationVersionDescription_applicationVersionArn
- The Amazon Resource Name (ARN) of the application version.
$sel:buildArn:ApplicationVersionDescription'
, applicationVersionDescription_buildArn
- Reference to the artifact from the AWS CodeBuild build.
$sel:description:ApplicationVersionDescription'
, applicationVersionDescription_description
- The description of the application version.
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_dateUpdated :: Lens' ApplicationVersionDescription (Maybe UTCTime) Source #
The last modified date of the application version.
applicationVersionDescription_dateCreated :: Lens' ApplicationVersionDescription (Maybe UTCTime) Source #
The creation date of the application version.
applicationVersionDescription_versionLabel :: Lens' ApplicationVersionDescription (Maybe Text) Source #
A unique identifier for the application version.
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.
applicationVersionDescription_description :: Lens' ApplicationVersionDescription (Maybe Text) Source #
The description of the application version.