libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.InstallationMedia

Description

 
Synopsis

Documentation

data InstallationMedia Source #

Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.

See: newInstallationMedia smart constructor.

Constructors

InstallationMedia' 

Fields

Instances

Instances details
Eq InstallationMedia Source # 
Instance details

Defined in Amazonka.RDS.Types.InstallationMedia

Read InstallationMedia Source # 
Instance details

Defined in Amazonka.RDS.Types.InstallationMedia

Show InstallationMedia Source # 
Instance details

Defined in Amazonka.RDS.Types.InstallationMedia

Generic InstallationMedia Source # 
Instance details

Defined in Amazonka.RDS.Types.InstallationMedia

Associated Types

type Rep InstallationMedia :: Type -> Type #

NFData InstallationMedia Source # 
Instance details

Defined in Amazonka.RDS.Types.InstallationMedia

Methods

rnf :: InstallationMedia -> () #

Hashable InstallationMedia Source # 
Instance details

Defined in Amazonka.RDS.Types.InstallationMedia

FromXML InstallationMedia Source # 
Instance details

Defined in Amazonka.RDS.Types.InstallationMedia

type Rep InstallationMedia Source # 
Instance details

Defined in Amazonka.RDS.Types.InstallationMedia

type Rep InstallationMedia = D1 ('MetaData "InstallationMedia" "Amazonka.RDS.Types.InstallationMedia" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "InstallationMedia'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "installationMediaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineInstallationMediaPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "oSInstallationMediaPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "customAvailabilityZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureCause") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstallationMediaFailureCause))))))

newInstallationMedia :: InstallationMedia Source #

Create a value of InstallationMedia 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:engineVersion:InstallationMedia', installationMedia_engineVersion - The engine version of the DB engine.

$sel:status:InstallationMedia', installationMedia_status - The status of the installation medium.

$sel:installationMediaId:InstallationMedia', installationMedia_installationMediaId - The installation medium ID.

$sel:engineInstallationMediaPath:InstallationMedia', installationMedia_engineInstallationMediaPath - The path to the installation medium for the DB engine.

$sel:engine:InstallationMedia', installationMedia_engine - The DB engine.

$sel:oSInstallationMediaPath:InstallationMedia', installationMedia_oSInstallationMediaPath - The path to the installation medium for the operating system associated with the DB engine.

$sel:customAvailabilityZoneId:InstallationMedia', installationMedia_customAvailabilityZoneId - The custom Availability Zone (AZ) that contains the installation media.

$sel:failureCause:InstallationMedia', installationMedia_failureCause - If an installation media failure occurred, the cause of the failure.

installationMedia_engineVersion :: Lens' InstallationMedia (Maybe Text) Source #

The engine version of the DB engine.

installationMedia_status :: Lens' InstallationMedia (Maybe Text) Source #

The status of the installation medium.

installationMedia_engineInstallationMediaPath :: Lens' InstallationMedia (Maybe Text) Source #

The path to the installation medium for the DB engine.

installationMedia_oSInstallationMediaPath :: Lens' InstallationMedia (Maybe Text) Source #

The path to the installation medium for the operating system associated with the DB engine.

installationMedia_customAvailabilityZoneId :: Lens' InstallationMedia (Maybe Text) Source #

The custom Availability Zone (AZ) that contains the installation media.

installationMedia_failureCause :: Lens' InstallationMedia (Maybe InstallationMediaFailureCause) Source #

If an installation media failure occurred, the cause of the failure.