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 |
Delete logging configuration.
Synopsis
- data DeleteLoggingConfiguration = DeleteLoggingConfiguration' {
- clientToken :: Maybe Text
- workspaceId :: Text
- newDeleteLoggingConfiguration :: Text -> DeleteLoggingConfiguration
- deleteLoggingConfiguration_clientToken :: Lens' DeleteLoggingConfiguration (Maybe Text)
- deleteLoggingConfiguration_workspaceId :: Lens' DeleteLoggingConfiguration Text
- data DeleteLoggingConfigurationResponse = DeleteLoggingConfigurationResponse' {
- newDeleteLoggingConfigurationResponse :: DeleteLoggingConfigurationResponse
Creating a Request
data DeleteLoggingConfiguration Source #
Represents the input of a DeleteLoggingConfiguration operation.
See: newDeleteLoggingConfiguration
smart constructor.
DeleteLoggingConfiguration' | |
|
Instances
newDeleteLoggingConfiguration Source #
Create a value of DeleteLoggingConfiguration
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:clientToken:DeleteLoggingConfiguration'
, deleteLoggingConfiguration_clientToken
- Optional, unique, case-sensitive, user-provided identifier to ensure the
idempotency of the request.
DeleteLoggingConfiguration
, deleteLoggingConfiguration_workspaceId
- The ID of the workspace to vend logs to.
Request Lenses
deleteLoggingConfiguration_clientToken :: Lens' DeleteLoggingConfiguration (Maybe Text) Source #
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
deleteLoggingConfiguration_workspaceId :: Lens' DeleteLoggingConfiguration Text Source #
The ID of the workspace to vend logs to.
Destructuring the Response
data DeleteLoggingConfigurationResponse Source #
See: newDeleteLoggingConfigurationResponse
smart constructor.
Instances
newDeleteLoggingConfigurationResponse :: DeleteLoggingConfigurationResponse Source #
Create a value of DeleteLoggingConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.