libZSservicesZSamazonka-snowballZSamazonka-snowball
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.Snowball.Types.CompatibleImage

Description

 
Synopsis

Documentation

data CompatibleImage Source #

A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.

See: newCompatibleImage smart constructor.

Constructors

CompatibleImage' 

Fields

Instances

Instances details
Eq CompatibleImage Source # 
Instance details

Defined in Amazonka.Snowball.Types.CompatibleImage

Read CompatibleImage Source # 
Instance details

Defined in Amazonka.Snowball.Types.CompatibleImage

Show CompatibleImage Source # 
Instance details

Defined in Amazonka.Snowball.Types.CompatibleImage

Generic CompatibleImage Source # 
Instance details

Defined in Amazonka.Snowball.Types.CompatibleImage

Associated Types

type Rep CompatibleImage :: Type -> Type #

NFData CompatibleImage Source # 
Instance details

Defined in Amazonka.Snowball.Types.CompatibleImage

Methods

rnf :: CompatibleImage -> () #

Hashable CompatibleImage Source # 
Instance details

Defined in Amazonka.Snowball.Types.CompatibleImage

FromJSON CompatibleImage Source # 
Instance details

Defined in Amazonka.Snowball.Types.CompatibleImage

type Rep CompatibleImage Source # 
Instance details

Defined in Amazonka.Snowball.Types.CompatibleImage

type Rep CompatibleImage = D1 ('MetaData "CompatibleImage" "Amazonka.Snowball.Types.CompatibleImage" "libZSservicesZSamazonka-snowballZSamazonka-snowball" 'False) (C1 ('MetaCons "CompatibleImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "amiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCompatibleImage :: CompatibleImage Source #

Create a value of CompatibleImage 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:name:CompatibleImage', compatibleImage_name - The optional name of a compatible image.

$sel:amiId:CompatibleImage', compatibleImage_amiId - The unique identifier for an individual Snow device AMI.

compatibleImage_name :: Lens' CompatibleImage (Maybe Text) Source #

The optional name of a compatible image.

compatibleImage_amiId :: Lens' CompatibleImage (Maybe Text) Source #

The unique identifier for an individual Snow device AMI.