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 Blueprint = Blueprint' {}
- newBlueprint :: Blueprint
- blueprint_versionCode :: Lens' Blueprint (Maybe Text)
- blueprint_platform :: Lens' Blueprint (Maybe InstancePlatform)
- blueprint_group :: Lens' Blueprint (Maybe Text)
- blueprint_minPower :: Lens' Blueprint (Maybe Int)
- blueprint_productUrl :: Lens' Blueprint (Maybe Text)
- blueprint_licenseUrl :: Lens' Blueprint (Maybe Text)
- blueprint_name :: Lens' Blueprint (Maybe Text)
- blueprint_version :: Lens' Blueprint (Maybe Text)
- blueprint_blueprintId :: Lens' Blueprint (Maybe Text)
- blueprint_type :: Lens' Blueprint (Maybe BlueprintType)
- blueprint_isActive :: Lens' Blueprint (Maybe Bool)
- blueprint_description :: Lens' Blueprint (Maybe Text)
Documentation
Describes a blueprint (a virtual private server image).
See: newBlueprint
smart constructor.
Blueprint' | |
|
Instances
newBlueprint :: Blueprint Source #
Create a value of Blueprint
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:versionCode:Blueprint'
, blueprint_versionCode
- The version code.
$sel:platform:Blueprint'
, blueprint_platform
- The operating system platform (either Linux/Unix-based or Windows
Server-based) of the blueprint.
$sel:group':Blueprint'
, blueprint_group
- The group name of the blueprint (e.g., amazon-linux
).
$sel:minPower:Blueprint'
, blueprint_minPower
- The minimum bundle power required to run this blueprint. For example,
you need a bundle with a power value of 500 or more to create an
instance that uses a blueprint with a minimum power value of 500. 0
indicates that the blueprint runs on all instance sizes.
$sel:productUrl:Blueprint'
, blueprint_productUrl
- The product URL to learn more about the image or blueprint.
$sel:licenseUrl:Blueprint'
, blueprint_licenseUrl
- The end-user license agreement URL for the image or blueprint.
$sel:name:Blueprint'
, blueprint_name
- The friendly name of the blueprint (e.g., Amazon Linux
).
$sel:version:Blueprint'
, blueprint_version
- The version number of the operating system, application, or stack (e.g.,
2016.03.0
).
$sel:blueprintId:Blueprint'
, blueprint_blueprintId
- The ID for the virtual private server image (e.g., app_wordpress_4_4
or app_lamp_7_0
).
$sel:type':Blueprint'
, blueprint_type
- The type of the blueprint (e.g., os
or app
).
$sel:isActive:Blueprint'
, blueprint_isActive
- A Boolean value indicating whether the blueprint is active. Inactive
blueprints are listed to support customers with existing instances but
are not necessarily available for launch of new instances. Blueprints
are marked inactive when they become outdated due to operating system
updates or new application releases.
$sel:description:Blueprint'
, blueprint_description
- The description of the blueprint.
blueprint_platform :: Lens' Blueprint (Maybe InstancePlatform) Source #
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
blueprint_group :: Lens' Blueprint (Maybe Text) Source #
The group name of the blueprint (e.g., amazon-linux
).
blueprint_minPower :: Lens' Blueprint (Maybe Int) Source #
The minimum bundle power required to run this blueprint. For example,
you need a bundle with a power value of 500 or more to create an
instance that uses a blueprint with a minimum power value of 500. 0
indicates that the blueprint runs on all instance sizes.
blueprint_productUrl :: Lens' Blueprint (Maybe Text) Source #
The product URL to learn more about the image or blueprint.
blueprint_licenseUrl :: Lens' Blueprint (Maybe Text) Source #
The end-user license agreement URL for the image or blueprint.
blueprint_name :: Lens' Blueprint (Maybe Text) Source #
The friendly name of the blueprint (e.g., Amazon Linux
).
blueprint_version :: Lens' Blueprint (Maybe Text) Source #
The version number of the operating system, application, or stack (e.g.,
2016.03.0
).
blueprint_blueprintId :: Lens' Blueprint (Maybe Text) Source #
The ID for the virtual private server image (e.g., app_wordpress_4_4
or app_lamp_7_0
).
blueprint_type :: Lens' Blueprint (Maybe BlueprintType) Source #
The type of the blueprint (e.g., os
or app
).
blueprint_isActive :: Lens' Blueprint (Maybe Bool) Source #
A Boolean value indicating whether the blueprint is active. Inactive blueprints are listed to support customers with existing instances but are not necessarily available for launch of new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases.