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 PlatformBranchSummary = PlatformBranchSummary' {
- branchName :: Maybe Text
- branchOrder :: Maybe Int
- platformName :: Maybe Text
- supportedTierList :: Maybe [Text]
- lifecycleState :: Maybe Text
- newPlatformBranchSummary :: PlatformBranchSummary
- platformBranchSummary_branchName :: Lens' PlatformBranchSummary (Maybe Text)
- platformBranchSummary_branchOrder :: Lens' PlatformBranchSummary (Maybe Int)
- platformBranchSummary_platformName :: Lens' PlatformBranchSummary (Maybe Text)
- platformBranchSummary_supportedTierList :: Lens' PlatformBranchSummary (Maybe [Text])
- platformBranchSummary_lifecycleState :: Lens' PlatformBranchSummary (Maybe Text)
Documentation
data PlatformBranchSummary Source #
Summary information about a platform branch.
See: newPlatformBranchSummary
smart constructor.
PlatformBranchSummary' | |
|
Instances
newPlatformBranchSummary :: PlatformBranchSummary Source #
Create a value of PlatformBranchSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:branchName:PlatformBranchSummary'
, platformBranchSummary_branchName
- The name of the platform branch.
$sel:branchOrder:PlatformBranchSummary'
, platformBranchSummary_branchOrder
- An ordinal number that designates the order in which platform branches
have been added to a platform. This can be helpful, for example, if your
code calls the ListPlatformBranches
action and then displays a list of
platform branches.
A larger BranchOrder
value designates a newer platform branch within
the platform.
$sel:platformName:PlatformBranchSummary'
, platformBranchSummary_platformName
- The name of the platform to which this platform branch belongs.
$sel:supportedTierList:PlatformBranchSummary'
, platformBranchSummary_supportedTierList
- The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard
| Worker/SQS/HTTP
$sel:lifecycleState:PlatformBranchSummary'
, platformBranchSummary_lifecycleState
- The support life cycle state of the platform branch.
Possible values: beta
| supported
| deprecated
| retired
platformBranchSummary_branchName :: Lens' PlatformBranchSummary (Maybe Text) Source #
The name of the platform branch.
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