libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles
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.CustomerProfiles.GetIntegration

Description

Returns an integration for a domain.

Synopsis

Creating a Request

data GetIntegration Source #

See: newGetIntegration smart constructor.

Constructors

GetIntegration' 

Fields

  • domainName :: Text

    The unique name of the domain.

  • uri :: Text

    The URI of the S3 bucket or any other type of data source.

Instances

Instances details
Eq GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Read GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Show GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Generic GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Associated Types

type Rep GetIntegration :: Type -> Type #

NFData GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Methods

rnf :: GetIntegration -> () #

Hashable GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

ToJSON GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

AWSRequest GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Associated Types

type AWSResponse GetIntegration #

ToHeaders GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

ToPath GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

ToQuery GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

type Rep GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

type Rep GetIntegration = D1 ('MetaData "GetIntegration" "Amazonka.CustomerProfiles.GetIntegration" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "GetIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

newGetIntegration Source #

Create a value of GetIntegration 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:domainName:GetIntegration', getIntegration_domainName - The unique name of the domain.

$sel:uri:GetIntegration', getIntegration_uri - The URI of the S3 bucket or any other type of data source.

Request Lenses

getIntegration_domainName :: Lens' GetIntegration Text Source #

The unique name of the domain.

getIntegration_uri :: Lens' GetIntegration Text Source #

The URI of the S3 bucket or any other type of data source.

Destructuring the Response

data GetIntegrationResponse Source #

See: newGetIntegrationResponse smart constructor.

Constructors

GetIntegrationResponse' 

Fields

Instances

Instances details
Eq GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Read GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Show GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Generic GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Associated Types

type Rep GetIntegrationResponse :: Type -> Type #

NFData GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

Methods

rnf :: GetIntegrationResponse -> () #

type Rep GetIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.GetIntegration

type Rep GetIntegrationResponse = D1 ('MetaData "GetIntegrationResponse" "Amazonka.CustomerProfiles.GetIntegration" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "GetIntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "objectTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newGetIntegrationResponse Source #

Create a value of GetIntegrationResponse 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:tags:GetIntegrationResponse', getIntegrationResponse_tags - The tags used to organize, track, or control access for this resource.

$sel:httpStatus:GetIntegrationResponse', getIntegrationResponse_httpStatus - The response's http status code.

$sel:domainName:GetIntegration', getIntegrationResponse_domainName - The unique name of the domain.

$sel:uri:GetIntegration', getIntegrationResponse_uri - The URI of the S3 bucket or any other type of data source.

$sel:objectTypeName:GetIntegrationResponse', getIntegrationResponse_objectTypeName - The name of the profile object type.

$sel:createdAt:GetIntegrationResponse', getIntegrationResponse_createdAt - The timestamp of when the domain was created.

$sel:lastUpdatedAt:GetIntegrationResponse', getIntegrationResponse_lastUpdatedAt - The timestamp of when the domain was most recently edited.

Response Lenses

getIntegrationResponse_tags :: Lens' GetIntegrationResponse (Maybe (HashMap Text Text)) Source #

The tags used to organize, track, or control access for this resource.

getIntegrationResponse_uri :: Lens' GetIntegrationResponse Text Source #

The URI of the S3 bucket or any other type of data source.

getIntegrationResponse_createdAt :: Lens' GetIntegrationResponse UTCTime Source #

The timestamp of when the domain was created.

getIntegrationResponse_lastUpdatedAt :: Lens' GetIntegrationResponse UTCTime Source #

The timestamp of when the domain was most recently edited.