| 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 |
Amazonka.ElasticBeanstalk.Types.PlatformSummary
Description
Synopsis
- data PlatformSummary = PlatformSummary' {
- operatingSystemName :: Maybe Text
- operatingSystemVersion :: Maybe Text
- platformArn :: Maybe Text
- platformBranchLifecycleState :: Maybe Text
- platformBranchName :: Maybe Text
- platformCategory :: Maybe Text
- platformLifecycleState :: Maybe Text
- platformOwner :: Maybe Text
- platformStatus :: Maybe PlatformStatus
- platformVersion :: Maybe Text
- supportedAddonList :: Maybe [Text]
- supportedTierList :: Maybe [Text]
- newPlatformSummary :: PlatformSummary
- platformSummary_operatingSystemName :: Lens' PlatformSummary (Maybe Text)
- platformSummary_operatingSystemVersion :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformArn :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformBranchLifecycleState :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformBranchName :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformCategory :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformLifecycleState :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformOwner :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformStatus :: Lens' PlatformSummary (Maybe PlatformStatus)
- platformSummary_platformVersion :: Lens' PlatformSummary (Maybe Text)
- platformSummary_supportedAddonList :: Lens' PlatformSummary (Maybe [Text])
- platformSummary_supportedTierList :: Lens' PlatformSummary (Maybe [Text])
Documentation
data PlatformSummary Source #
Summary information about a platform version.
See: newPlatformSummary smart constructor.
Constructors
| PlatformSummary' | |
Fields
| |
Instances
newPlatformSummary :: PlatformSummary Source #
Create a value of PlatformSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:operatingSystemName:PlatformSummary', platformSummary_operatingSystemName - The operating system used by the platform version.
$sel:operatingSystemVersion:PlatformSummary', platformSummary_operatingSystemVersion - The version of the operating system used by the platform version.
$sel:platformArn:PlatformSummary', platformSummary_platformArn - The ARN of the platform version.
$sel:platformBranchLifecycleState:PlatformSummary', platformSummary_platformBranchLifecycleState - The state of the platform version's branch in its lifecycle.
Possible values: beta | supported | deprecated | retired
$sel:platformBranchName:PlatformSummary', platformSummary_platformBranchName - The platform branch to which the platform version belongs.
$sel:platformCategory:PlatformSummary', platformSummary_platformCategory - The category of platform version.
$sel:platformLifecycleState:PlatformSummary', platformSummary_platformLifecycleState - The state of the platform version in its lifecycle.
Possible values: recommended | empty
If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.
$sel:platformOwner:PlatformSummary', platformSummary_platformOwner - The AWS account ID of the person who created the platform version.
$sel:platformStatus:PlatformSummary', platformSummary_platformStatus - The status of the platform version. You can create an environment from
the platform version once it is ready.
$sel:platformVersion:PlatformSummary', platformSummary_platformVersion - The version string of the platform version.
$sel:supportedAddonList:PlatformSummary', platformSummary_supportedAddonList - The additions associated with the platform version.
$sel:supportedTierList:PlatformSummary', platformSummary_supportedTierList - The tiers in which the platform version runs.
platformSummary_operatingSystemName :: Lens' PlatformSummary (Maybe Text) Source #
The operating system used by the platform version.
platformSummary_operatingSystemVersion :: Lens' PlatformSummary (Maybe Text) Source #
The version of the operating system used by the platform version.
platformSummary_platformArn :: Lens' PlatformSummary (Maybe Text) Source #
The ARN of the platform version.
platformSummary_platformBranchLifecycleState :: Lens' PlatformSummary (Maybe Text) Source #
The state of the platform version's branch in its lifecycle.
Possible values: beta | supported | deprecated | retired
platformSummary_platformBranchName :: Lens' PlatformSummary (Maybe Text) Source #
The platform branch to which the platform version belongs.
platformSummary_platformCategory :: Lens' PlatformSummary (Maybe Text) Source #
The category of platform version.
platformSummary_platformLifecycleState :: Lens' PlatformSummary (Maybe Text) Source #
The state of the platform version in its lifecycle.
Possible values: recommended | empty
If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.
platformSummary_platformOwner :: Lens' PlatformSummary (Maybe Text) Source #
The AWS account ID of the person who created the platform version.
platformSummary_platformStatus :: Lens' PlatformSummary (Maybe PlatformStatus) Source #
The status of the platform version. You can create an environment from the platform version once it is ready.
platformSummary_platformVersion :: Lens' PlatformSummary (Maybe Text) Source #
The version string of the platform version.
platformSummary_supportedAddonList :: Lens' PlatformSummary (Maybe [Text]) Source #
The additions associated with the platform version.
platformSummary_supportedTierList :: Lens' PlatformSummary (Maybe [Text]) Source #
The tiers in which the platform version runs.