libZSservicesZSamazonka-connectZSamazonka-connect
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.Connect.GetContactAttributes

Description

Retrieves the contact attributes for the specified contact.

Synopsis

Creating a Request

data GetContactAttributes Source #

See: newGetContactAttributes smart constructor.

Constructors

GetContactAttributes' 

Fields

Instances

Instances details
Eq GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Read GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Show GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Generic GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Associated Types

type Rep GetContactAttributes :: Type -> Type #

NFData GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Methods

rnf :: GetContactAttributes -> () #

Hashable GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

AWSRequest GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Associated Types

type AWSResponse GetContactAttributes #

ToHeaders GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

ToPath GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

ToQuery GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

type Rep GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

type Rep GetContactAttributes = D1 ('MetaData "GetContactAttributes" "Amazonka.Connect.GetContactAttributes" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "GetContactAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "initialContactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetContactAttributes Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

newGetContactAttributes Source #

Create a value of GetContactAttributes 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:instanceId:GetContactAttributes', getContactAttributes_instanceId - The identifier of the Amazon Connect instance.

$sel:initialContactId:GetContactAttributes', getContactAttributes_initialContactId - The identifier of the initial contact.

Request Lenses

getContactAttributes_instanceId :: Lens' GetContactAttributes Text Source #

The identifier of the Amazon Connect instance.

Destructuring the Response

data GetContactAttributesResponse Source #

See: newGetContactAttributesResponse smart constructor.

Constructors

GetContactAttributesResponse' 

Fields

Instances

Instances details
Eq GetContactAttributesResponse Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Read GetContactAttributesResponse Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Show GetContactAttributesResponse Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Generic GetContactAttributesResponse Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

Associated Types

type Rep GetContactAttributesResponse :: Type -> Type #

NFData GetContactAttributesResponse Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

type Rep GetContactAttributesResponse Source # 
Instance details

Defined in Amazonka.Connect.GetContactAttributes

type Rep GetContactAttributesResponse = D1 ('MetaData "GetContactAttributesResponse" "Amazonka.Connect.GetContactAttributes" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "GetContactAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetContactAttributesResponse Source #

Create a value of GetContactAttributesResponse 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:attributes:GetContactAttributesResponse', getContactAttributesResponse_attributes - Information about the attributes.

$sel:httpStatus:GetContactAttributesResponse', getContactAttributesResponse_httpStatus - The response's http status code.

Response Lenses