amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.BlobAttributeValue

Description

 
Synopsis

Documentation

data BlobAttributeValue Source #

See: newBlobAttributeValue smart constructor.

Constructors

BlobAttributeValue' 

Fields

Instances

Instances details
ToQuery BlobAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.BlobAttributeValue

Generic BlobAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.BlobAttributeValue

Associated Types

type Rep BlobAttributeValue :: Type -> Type #

Read BlobAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.BlobAttributeValue

Show BlobAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.BlobAttributeValue

NFData BlobAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.BlobAttributeValue

Methods

rnf :: BlobAttributeValue -> () #

Eq BlobAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.BlobAttributeValue

Hashable BlobAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.BlobAttributeValue

type Rep BlobAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.BlobAttributeValue

type Rep BlobAttributeValue = D1 ('MetaData "BlobAttributeValue" "Amazonka.EC2.Types.BlobAttributeValue" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "BlobAttributeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64))))

newBlobAttributeValue :: BlobAttributeValue Source #

Create a value of BlobAttributeValue 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:

BlobAttributeValue, blobAttributeValue_value - Undocumented member.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

blobAttributeValue_value :: Lens' BlobAttributeValue (Maybe ByteString) Source #

Undocumented member.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.