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 analytics configuration for the bucket (specified by the analytics configuration ID).
Synopsis
- deleteBucketAnalyticsConfiguration :: BucketName -> Text -> DeleteBucketAnalyticsConfiguration
- data DeleteBucketAnalyticsConfiguration
- dbacBucket :: Lens' DeleteBucketAnalyticsConfiguration BucketName
- dbacId :: Lens' DeleteBucketAnalyticsConfiguration Text
- deleteBucketAnalyticsConfigurationResponse :: DeleteBucketAnalyticsConfigurationResponse
- data DeleteBucketAnalyticsConfigurationResponse
Creating a Request
deleteBucketAnalyticsConfiguration Source #
Creates a value of DeleteBucketAnalyticsConfiguration
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dbacBucket
- The name of the bucket from which an analytics configuration is deleted.dbacId
- The identifier used to represent an analytics configuration.
data DeleteBucketAnalyticsConfiguration Source #
See: deleteBucketAnalyticsConfiguration
smart constructor.
Instances
Request Lenses
dbacBucket :: Lens' DeleteBucketAnalyticsConfiguration BucketName Source #
The name of the bucket from which an analytics configuration is deleted.
dbacId :: Lens' DeleteBucketAnalyticsConfiguration Text Source #
The identifier used to represent an analytics configuration.
Destructuring the Response
deleteBucketAnalyticsConfigurationResponse :: DeleteBucketAnalyticsConfigurationResponse Source #
Creates a value of DeleteBucketAnalyticsConfigurationResponse
with the minimum fields required to make a request.
data DeleteBucketAnalyticsConfigurationResponse Source #
See: deleteBucketAnalyticsConfigurationResponse
smart constructor.