Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeleteIntegration' | |
|
Instances
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_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.
DeleteIntegrationResponse' | |
|
Instances
newDeleteIntegrationResponse Source #
:: 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.
$sel:message: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.