amazonka-customer-profiles-2.0: Amazon Connect Customer Profiles 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.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
ToJSON DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.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

AWSRequest DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Associated Types

type AWSResponse DeleteIntegration #

Generic DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Associated Types

type Rep DeleteIntegration :: Type -> Type #

Read DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Show DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

NFData DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Methods

rnf :: DeleteIntegration -> () #

Eq DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Hashable DeleteIntegration Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

type AWSResponse 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" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "DeleteIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteIntegration, deleteIntegration_domainName - The unique name of the domain.

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

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Associated Types

type Rep DeleteIntegrationResponse :: Type -> Type #

Read DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Show DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

NFData DeleteIntegrationResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.DeleteIntegration

Eq 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" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" '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.

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.