libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.Types.AttachmentContent

Description

 
Synopsis

Documentation

data AttachmentContent Source #

A structure that includes attributes that describe a document attachment.

See: newAttachmentContent smart constructor.

Constructors

AttachmentContent' 

Fields

Instances

Instances details
Eq AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Read AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Show AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Generic AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Associated Types

type Rep AttachmentContent :: Type -> Type #

NFData AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

Methods

rnf :: AttachmentContent -> () #

Hashable AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

FromJSON AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

type Rep AttachmentContent Source # 
Instance details

Defined in Amazonka.SSM.Types.AttachmentContent

newAttachmentContent :: AttachmentContent Source #

Create a value of AttachmentContent 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:hash:AttachmentContent', attachmentContent_hash - The cryptographic hash value of the document content.

$sel:size:AttachmentContent', attachmentContent_size - The size of an attachment in bytes.

$sel:url:AttachmentContent', attachmentContent_url - The URL location of the attachment content.

$sel:name:AttachmentContent', attachmentContent_name - The name of an attachment.

$sel:hashType:AttachmentContent', attachmentContent_hashType - The hash algorithm used to calculate the hash value.

attachmentContent_hash :: Lens' AttachmentContent (Maybe Text) Source #

The cryptographic hash value of the document content.

attachmentContent_size :: Lens' AttachmentContent (Maybe Integer) Source #

The size of an attachment in bytes.

attachmentContent_url :: Lens' AttachmentContent (Maybe Text) Source #

The URL location of the attachment content.

attachmentContent_hashType :: Lens' AttachmentContent (Maybe AttachmentHashType) Source #

The hash algorithm used to calculate the hash value.