Safe Haskell | None |
---|---|
Language | Haskell2010 |
Return the notification configuration of a bucket.
http://docs.aws.amazon.com/AmazonS3/latest/API/GetBucketNotification.html
- data GetBucketNotification
- getBucketNotification :: Text -> GetBucketNotification
- gbnBucket :: Lens' GetBucketNotification Text
- data GetBucketNotificationResponse
- getBucketNotificationResponse :: GetBucketNotificationResponse
- gbnrCloudFunctionConfiguration :: Lens' GetBucketNotificationResponse (Maybe CloudFunctionConfiguration)
- gbnrQueueConfiguration :: Lens' GetBucketNotificationResponse (Maybe QueueConfiguration)
- gbnrTopicConfiguration :: Lens' GetBucketNotificationResponse (Maybe TopicConfiguration)
Request
data GetBucketNotification Source
Request constructor
GetBucketNotification
constructor.
The fields accessible through corresponding lenses are:
Request lenses
Response
Response constructor
getBucketNotificationResponse :: GetBucketNotificationResponse Source
GetBucketNotificationResponse
constructor.
The fields accessible through corresponding lenses are: