libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.Types.Blueprint

Description

 
Synopsis

Documentation

data Blueprint Source #

Describes a blueprint (a virtual private server image).

See: newBlueprint smart constructor.

Constructors

Blueprint' 

Fields

  • versionCode :: Maybe Text

    The version code.

  • platform :: Maybe InstancePlatform

    The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.

  • group' :: Maybe Text

    The group name of the blueprint (e.g., amazon-linux).

  • minPower :: Maybe Int

    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.

  • productUrl :: Maybe Text

    The product URL to learn more about the image or blueprint.

  • licenseUrl :: Maybe Text

    The end-user license agreement URL for the image or blueprint.

  • name :: Maybe Text

    The friendly name of the blueprint (e.g., Amazon Linux).

  • version :: Maybe Text

    The version number of the operating system, application, or stack (e.g., 2016.03.0).

  • blueprintId :: Maybe Text

    The ID for the virtual private server image (e.g., app_wordpress_4_4 or app_lamp_7_0).

  • type' :: Maybe BlueprintType

    The type of the blueprint (e.g., os or app).

  • isActive :: Maybe Bool

    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.

  • description :: Maybe Text

    The description of the blueprint.

Instances

Instances details
Eq Blueprint Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Blueprint

Read Blueprint Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Blueprint

Show Blueprint Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Blueprint

Generic Blueprint Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Blueprint

Associated Types

type Rep Blueprint :: Type -> Type #

NFData Blueprint Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Blueprint

Methods

rnf :: Blueprint -> () #

Hashable Blueprint Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Blueprint

FromJSON Blueprint Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Blueprint

type Rep Blueprint Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Blueprint

type Rep Blueprint = D1 ('MetaData "Blueprint" "Amazonka.Lightsail.Types.Blueprint" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "Blueprint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "versionCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstancePlatform)) :*: S1 ('MetaSel ('Just "group'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "minPower") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "productUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "blueprintId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueprintType)) :*: (S1 ('MetaSel ('Just "isActive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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.

blueprint_description :: Lens' Blueprint (Maybe Text) Source #

The description of the blueprint.