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 |
Enables notifications of specified events for a bucket.
Synopsis
- putBucketNotificationConfiguration :: BucketName -> NotificationConfiguration -> PutBucketNotificationConfiguration
- data PutBucketNotificationConfiguration
- pbncBucket :: Lens' PutBucketNotificationConfiguration BucketName
- pbncNotificationConfiguration :: Lens' PutBucketNotificationConfiguration NotificationConfiguration
- putBucketNotificationConfigurationResponse :: PutBucketNotificationConfigurationResponse
- data PutBucketNotificationConfigurationResponse
Creating a Request
putBucketNotificationConfiguration Source #
Creates a value of PutBucketNotificationConfiguration
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
pbncBucket
- Undocumented member.pbncNotificationConfiguration
- Undocumented member.
data PutBucketNotificationConfiguration Source #
See: putBucketNotificationConfiguration
smart constructor.
Instances
Request Lenses
pbncBucket :: Lens' PutBucketNotificationConfiguration BucketName Source #
Undocumented member.
pbncNotificationConfiguration :: Lens' PutBucketNotificationConfiguration NotificationConfiguration Source #
Undocumented member.
Destructuring the Response
putBucketNotificationConfigurationResponse :: PutBucketNotificationConfigurationResponse Source #
Creates a value of PutBucketNotificationConfigurationResponse
with the minimum fields required to make a request.
data PutBucketNotificationConfigurationResponse Source #
See: putBucketNotificationConfigurationResponse
smart constructor.