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 |
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.
DeleteRetentionConfiguration' | |
|
Instances
newDeleteRetentionConfiguration Source #
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.
Instances
newDeleteRetentionConfigurationResponse :: DeleteRetentionConfigurationResponse Source #
Create a value of DeleteRetentionConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.