| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CustomerProfiles.DeleteIntegration
Description
Removes an integration from a specific domain.
Synopsis
- data DeleteIntegration = DeleteIntegration' {
- domainName :: Text
- uri :: Text
- newDeleteIntegration :: Text -> Text -> DeleteIntegration
- deleteIntegration_domainName :: Lens' DeleteIntegration Text
- deleteIntegration_uri :: Lens' DeleteIntegration Text
- data DeleteIntegrationResponse = DeleteIntegrationResponse' {
- httpStatus :: Int
- message :: Text
- newDeleteIntegrationResponse :: Int -> Text -> DeleteIntegrationResponse
- deleteIntegrationResponse_httpStatus :: Lens' DeleteIntegrationResponse Int
- deleteIntegrationResponse_message :: Lens' DeleteIntegrationResponse Text
Creating a Request
data DeleteIntegration Source #
See: newDeleteIntegration smart constructor.
Constructors
| DeleteIntegration' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteIntegration |
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_domainName :: Lens' DeleteIntegration Text Source #
The unique name of the domain.
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
newDeleteIntegrationResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> DeleteIntegrationResponse |
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_httpStatus :: Lens' DeleteIntegrationResponse Int Source #
The response's http status code.
deleteIntegrationResponse_message :: Lens' DeleteIntegrationResponse Text Source #
A message that indicates the delete request is done.