Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Deletes an inventory configuration (identified by the inventory ID) from the bucket.
Synopsis
- deleteBucketInventoryConfiguration :: BucketName -> Text -> DeleteBucketInventoryConfiguration
- data DeleteBucketInventoryConfiguration
- dbicBucket :: Lens' DeleteBucketInventoryConfiguration BucketName
- dbicId :: Lens' DeleteBucketInventoryConfiguration Text
- deleteBucketInventoryConfigurationResponse :: DeleteBucketInventoryConfigurationResponse
- data DeleteBucketInventoryConfigurationResponse
Creating a Request
deleteBucketInventoryConfiguration Source #
Creates a value of DeleteBucketInventoryConfiguration
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dbicBucket
- The name of the bucket containing the inventory configuration to delete.dbicId
- The ID used to identify the inventory configuration.
data DeleteBucketInventoryConfiguration Source #
See: deleteBucketInventoryConfiguration
smart constructor.
Instances
Request Lenses
dbicBucket :: Lens' DeleteBucketInventoryConfiguration BucketName Source #
The name of the bucket containing the inventory configuration to delete.
dbicId :: Lens' DeleteBucketInventoryConfiguration Text Source #
The ID used to identify the inventory configuration.
Destructuring the Response
deleteBucketInventoryConfigurationResponse :: DeleteBucketInventoryConfigurationResponse Source #
Creates a value of DeleteBucketInventoryConfigurationResponse
with the minimum fields required to make a request.
data DeleteBucketInventoryConfigurationResponse Source #
See: deleteBucketInventoryConfigurationResponse
smart constructor.