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 the server-side encryption configuration from the bucket.
Creating a Request
deleteBucketEncryption Source #
Creates a value of DeleteBucketEncryption
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dbeBucket
- The name of the bucket containing the server-side encryption configuration to delete.
data DeleteBucketEncryption Source #
See: deleteBucketEncryption
smart constructor.
Instances
Request Lenses
dbeBucket :: Lens' DeleteBucketEncryption BucketName Source #
The name of the bucket containing the server-side encryption configuration to delete.
Destructuring the Response
deleteBucketEncryptionResponse :: DeleteBucketEncryptionResponse Source #
Creates a value of DeleteBucketEncryptionResponse
with the minimum fields required to make a request.
data DeleteBucketEncryptionResponse Source #
See: deleteBucketEncryptionResponse
smart constructor.