Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ProductionBranch = ProductionBranch' {
- branchName :: Maybe Text
- lastDeployTime :: Maybe POSIX
- status :: Maybe Text
- thumbnailUrl :: Maybe Text
- newProductionBranch :: ProductionBranch
- productionBranch_branchName :: Lens' ProductionBranch (Maybe Text)
- productionBranch_lastDeployTime :: Lens' ProductionBranch (Maybe UTCTime)
- productionBranch_status :: Lens' ProductionBranch (Maybe Text)
- productionBranch_thumbnailUrl :: Lens' ProductionBranch (Maybe Text)
Documentation
data ProductionBranch Source #
Describes the information about a production branch for an Amplify app.
See: newProductionBranch
smart constructor.
ProductionBranch' | |
|
Instances
newProductionBranch :: ProductionBranch Source #
Create a value of ProductionBranch
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:branchName:ProductionBranch'
, productionBranch_branchName
- The branch name for the production branch.
$sel:lastDeployTime:ProductionBranch'
, productionBranch_lastDeployTime
- The last deploy time of the production branch.
$sel:status:ProductionBranch'
, productionBranch_status
- The status of the production branch.
$sel:thumbnailUrl:ProductionBranch'
, productionBranch_thumbnailUrl
- The thumbnail URL for the production branch.
productionBranch_branchName :: Lens' ProductionBranch (Maybe Text) Source #
The branch name for the production branch.
productionBranch_lastDeployTime :: Lens' ProductionBranch (Maybe UTCTime) Source #
The last deploy time of the production branch.
productionBranch_status :: Lens' ProductionBranch (Maybe Text) Source #
The status of the production branch.
productionBranch_thumbnailUrl :: Lens' ProductionBranch (Maybe Text) Source #
The thumbnail URL for the production branch.