amazonka-connect-2.0: Amazon Connect Service 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.Connect.Types.AttachmentReference

Description

 
Synopsis

Documentation

data AttachmentReference Source #

Information about a reference when the referenceType is ATTACHMENT. Otherwise, null.

See: newAttachmentReference smart constructor.

Constructors

AttachmentReference' 

Fields

Instances

Instances details
FromJSON AttachmentReference Source # 
Instance details

Defined in Amazonka.Connect.Types.AttachmentReference

Generic AttachmentReference Source # 
Instance details

Defined in Amazonka.Connect.Types.AttachmentReference

Associated Types

type Rep AttachmentReference :: Type -> Type #

Read AttachmentReference Source # 
Instance details

Defined in Amazonka.Connect.Types.AttachmentReference

Show AttachmentReference Source # 
Instance details

Defined in Amazonka.Connect.Types.AttachmentReference

NFData AttachmentReference Source # 
Instance details

Defined in Amazonka.Connect.Types.AttachmentReference

Methods

rnf :: AttachmentReference -> () #

Eq AttachmentReference Source # 
Instance details

Defined in Amazonka.Connect.Types.AttachmentReference

Hashable AttachmentReference Source # 
Instance details

Defined in Amazonka.Connect.Types.AttachmentReference

type Rep AttachmentReference Source # 
Instance details

Defined in Amazonka.Connect.Types.AttachmentReference

type Rep AttachmentReference = D1 ('MetaData "AttachmentReference" "Amazonka.Connect.Types.AttachmentReference" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "AttachmentReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReferenceStatus)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAttachmentReference :: AttachmentReference Source #

Create a value of AttachmentReference 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:AttachmentReference', attachmentReference_name - Identifier of the attachment reference.

$sel:status:AttachmentReference', attachmentReference_status - Status of the attachment reference type.

$sel:value:AttachmentReference', attachmentReference_value - The location path of the attachment reference.

attachmentReference_name :: Lens' AttachmentReference (Maybe Text) Source #

Identifier of the attachment reference.

attachmentReference_value :: Lens' AttachmentReference (Maybe Text) Source #

The location path of the attachment reference.