| 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.AMP.DeleteLoggingConfiguration
Description
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.
Constructors
| DeleteLoggingConfiguration' | |
Fields
| |
Instances
newDeleteLoggingConfiguration Source #
Arguments
| :: Text | |
| -> DeleteLoggingConfiguration |
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.
Constructors
| DeleteLoggingConfigurationResponse' | |
Instances
| Generic DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.AMP.DeleteLoggingConfiguration Associated Types type Rep DeleteLoggingConfigurationResponse :: Type -> Type # | |
| Read DeleteLoggingConfigurationResponse Source # | |
| Show DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.AMP.DeleteLoggingConfiguration Methods showsPrec :: Int -> DeleteLoggingConfigurationResponse -> ShowS # | |
| NFData DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.AMP.DeleteLoggingConfiguration Methods rnf :: DeleteLoggingConfigurationResponse -> () # | |
| Eq DeleteLoggingConfigurationResponse Source # | |
| type Rep DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.AMP.DeleteLoggingConfiguration | |
newDeleteLoggingConfigurationResponse :: DeleteLoggingConfigurationResponse Source #
Create a value of DeleteLoggingConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.