| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.S3.GetBucketNotification
Description
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
Instances
| Eq GetBucketNotification | |
| Ord GetBucketNotification | |
| Read GetBucketNotification | |
| Show GetBucketNotification | |
| IsString GetBucketNotification | |
| Monoid GetBucketNotification | |
| AWSRequest GetBucketNotification | |
| ToXMLRoot GetBucketNotification | |
| ToXML GetBucketNotification | |
| ToQuery GetBucketNotification | |
| ToPath GetBucketNotification | |
| ToHeaders GetBucketNotification | |
| type Sv GetBucketNotification = S3 | |
| type Rs GetBucketNotification = GetBucketNotificationResponse |
Request constructor
Arguments
| :: Text | |
| -> GetBucketNotification |
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: