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 PlatformSummary = PlatformSummary' {
- platformBranchName :: Maybe Text
- supportedAddonList :: Maybe [Text]
- platformCategory :: Maybe Text
- platformBranchLifecycleState :: Maybe Text
- platformVersion :: Maybe Text
- platformStatus :: Maybe PlatformStatus
- platformLifecycleState :: Maybe Text
- platformOwner :: Maybe Text
- operatingSystemName :: Maybe Text
- platformArn :: Maybe Text
- operatingSystemVersion :: Maybe Text
- supportedTierList :: Maybe [Text]
- newPlatformSummary :: PlatformSummary
- platformSummary_platformBranchName :: Lens' PlatformSummary (Maybe Text)
- platformSummary_supportedAddonList :: Lens' PlatformSummary (Maybe [Text])
- platformSummary_platformCategory :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformBranchLifecycleState :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformVersion :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformStatus :: Lens' PlatformSummary (Maybe PlatformStatus)
- platformSummary_platformLifecycleState :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformOwner :: Lens' PlatformSummary (Maybe Text)
- platformSummary_operatingSystemName :: Lens' PlatformSummary (Maybe Text)
- platformSummary_platformArn :: Lens' PlatformSummary (Maybe Text)
- platformSummary_operatingSystemVersion :: Lens' PlatformSummary (Maybe Text)
- platformSummary_supportedTierList :: Lens' PlatformSummary (Maybe [Text])
Documentation
data PlatformSummary Source #
Summary information about a platform version.
See: newPlatformSummary
smart constructor.
PlatformSummary' | |
|
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:platformBranchName:PlatformSummary'
, platformSummary_platformBranchName
- The platform branch to which the platform version belongs.
$sel:supportedAddonList:PlatformSummary'
, platformSummary_supportedAddonList
- The additions associated with the platform version.
$sel:platformCategory:PlatformSummary'
, platformSummary_platformCategory
- The category of 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:platformVersion:PlatformSummary'
, platformSummary_platformVersion
- The version string of 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: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:operatingSystemName:PlatformSummary'
, platformSummary_operatingSystemName
- The operating system used by the platform version.
$sel:platformArn:PlatformSummary'
, platformSummary_platformArn
- The ARN of the platform version.
$sel:operatingSystemVersion:PlatformSummary'
, platformSummary_operatingSystemVersion
- The version of the operating system used by the platform version.
$sel:supportedTierList:PlatformSummary'
, platformSummary_supportedTierList
- The tiers in which the platform version runs.
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_platformCategory :: Lens' PlatformSummary (Maybe Text) Source #
The category of 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.