| 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.Config.DeleteRetentionConfiguration
Description
Deletes the retention configuration.
Synopsis
- data DeleteRetentionConfiguration = DeleteRetentionConfiguration' {}
- newDeleteRetentionConfiguration :: Text -> DeleteRetentionConfiguration
- deleteRetentionConfiguration_retentionConfigurationName :: Lens' DeleteRetentionConfiguration Text
- data DeleteRetentionConfigurationResponse = DeleteRetentionConfigurationResponse' {
- newDeleteRetentionConfigurationResponse :: DeleteRetentionConfigurationResponse
Creating a Request
data DeleteRetentionConfiguration Source #
See: newDeleteRetentionConfiguration smart constructor.
Constructors
| DeleteRetentionConfiguration' | |
Fields
| |
Instances
newDeleteRetentionConfiguration Source #
Arguments
| :: Text |
|
| -> DeleteRetentionConfiguration |
Create a value of DeleteRetentionConfiguration 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:retentionConfigurationName:DeleteRetentionConfiguration', deleteRetentionConfiguration_retentionConfigurationName - The name of the retention configuration to delete.
Request Lenses
deleteRetentionConfiguration_retentionConfigurationName :: Lens' DeleteRetentionConfiguration Text Source #
The name of the retention configuration to delete.
Destructuring the Response
data DeleteRetentionConfigurationResponse Source #
See: newDeleteRetentionConfigurationResponse smart constructor.
Constructors
| DeleteRetentionConfigurationResponse' | |
Instances
newDeleteRetentionConfigurationResponse :: DeleteRetentionConfigurationResponse Source #
Create a value of DeleteRetentionConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.