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.DeleteIntegration

Description

Removes an integration from a specific domain.

Synopsis

Creating a Request

data DeleteIntegration Source #

See: newDeleteIntegration smart constructor.

Constructors

DeleteIntegration' 

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 DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Read DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Show DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Generic DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Associated Types

type Rep DeleteIntegration :: Type -> Type #

NFData DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Methods

rnf :: DeleteIntegration -> () #

Hashable DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

ToJSON DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

AWSRequest DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Associated Types

type AWSResponse DeleteIntegration #

ToHeaders DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

ToPath DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

ToQuery DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

type Rep DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

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

Defined in Amazonka.CustomerProfiles.DeleteIntegration

newDeleteIntegration Source #

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

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

Request Lenses

deleteIntegration_uri :: Lens' DeleteIntegration Text Source #

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

Destructuring the Response

data DeleteIntegrationResponse Source #

See: newDeleteIntegrationResponse smart constructor.

Constructors

DeleteIntegrationResponse' 

Fields

Instances

Instances details
Eq DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Read DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Show DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Generic DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Associated Types

type Rep DeleteIntegrationResponse :: Type -> Type #

NFData DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

type Rep DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

type Rep DeleteIntegrationResponse = D1 ('MetaData "DeleteIntegrationResponse" "Amazonka.CustomerProfiles.DeleteIntegration" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "DeleteIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteIntegrationResponse Source #

Create a value of DeleteIntegrationResponse 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:httpStatus:DeleteIntegrationResponse', deleteIntegrationResponse_httpStatus - The response's http status code.

$sel:message:DeleteIntegrationResponse', deleteIntegrationResponse_message - A message that indicates the delete request is done.

Response Lenses

deleteIntegrationResponse_message :: Lens' DeleteIntegrationResponse Text Source #

A message that indicates the delete request is done.