Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.S3.PutBucketNotificationConfiguration
Description
Enables notifications of specified events for a bucket.
http://docs.aws.amazon.com/AmazonS3/latest/API/PutBucketNotificationConfiguration.html
- data PutBucketNotificationConfiguration
- putBucketNotificationConfiguration :: Text -> NotificationConfiguration -> PutBucketNotificationConfiguration
- pbncBucket :: Lens' PutBucketNotificationConfiguration Text
- pbncNotificationConfiguration :: Lens' PutBucketNotificationConfiguration NotificationConfiguration
- data PutBucketNotificationConfigurationResponse
- putBucketNotificationConfigurationResponse :: PutBucketNotificationConfigurationResponse
Request
data PutBucketNotificationConfiguration Source
Instances
Request constructor
putBucketNotificationConfiguration Source
Arguments
:: Text | |
-> NotificationConfiguration | |
-> PutBucketNotificationConfiguration |
PutBucketNotificationConfiguration
constructor.
The fields accessible through corresponding lenses are:
Request lenses
pbncNotificationConfiguration :: Lens' PutBucketNotificationConfiguration NotificationConfiguration Source
Response
data PutBucketNotificationConfigurationResponse Source
Instances