| 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.SecurityLake.DeleteCustomLogSource
Description
Removes a custom log source from Amazon Security Lake.
Synopsis
- data DeleteCustomLogSource = DeleteCustomLogSource' {}
- newDeleteCustomLogSource :: Text -> DeleteCustomLogSource
- deleteCustomLogSource_customSourceName :: Lens' DeleteCustomLogSource Text
- data DeleteCustomLogSourceResponse = DeleteCustomLogSourceResponse' {}
- newDeleteCustomLogSourceResponse :: Int -> Text -> DeleteCustomLogSourceResponse
- deleteCustomLogSourceResponse_httpStatus :: Lens' DeleteCustomLogSourceResponse Int
- deleteCustomLogSourceResponse_customDataLocation :: Lens' DeleteCustomLogSourceResponse Text
Creating a Request
data DeleteCustomLogSource Source #
See: newDeleteCustomLogSource smart constructor.
Constructors
| DeleteCustomLogSource' | |
Fields
| |
Instances
newDeleteCustomLogSource Source #
Create a value of DeleteCustomLogSource 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:customSourceName:DeleteCustomLogSource', deleteCustomLogSource_customSourceName - The custom source name for the custom log source.
Request Lenses
deleteCustomLogSource_customSourceName :: Lens' DeleteCustomLogSource Text Source #
The custom source name for the custom log source.
Destructuring the Response
data DeleteCustomLogSourceResponse Source #
See: newDeleteCustomLogSourceResponse smart constructor.
Constructors
| DeleteCustomLogSourceResponse' | |
Fields
| |
Instances
newDeleteCustomLogSourceResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> DeleteCustomLogSourceResponse |
Create a value of DeleteCustomLogSourceResponse 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:DeleteCustomLogSourceResponse', deleteCustomLogSourceResponse_httpStatus - The response's http status code.
$sel:customDataLocation:DeleteCustomLogSourceResponse', deleteCustomLogSourceResponse_customDataLocation - The location of the partition in the Amazon S3 bucket for Security Lake.
Response Lenses
deleteCustomLogSourceResponse_httpStatus :: Lens' DeleteCustomLogSourceResponse Int Source #
The response's http status code.
deleteCustomLogSourceResponse_customDataLocation :: Lens' DeleteCustomLogSourceResponse Text Source #
The location of the partition in the Amazon S3 bucket for Security Lake.