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 |
Creates a new replication configuration (or replaces an existing one, if present).
Synopsis
- putBucketReplication :: BucketName -> ReplicationConfiguration -> PutBucketReplication
- data PutBucketReplication
- pbrContentMD5 :: Lens' PutBucketReplication (Maybe Text)
- pbrBucket :: Lens' PutBucketReplication BucketName
- pbrReplicationConfiguration :: Lens' PutBucketReplication ReplicationConfiguration
- putBucketReplicationResponse :: PutBucketReplicationResponse
- data PutBucketReplicationResponse
Creating a Request
Creates a value of PutBucketReplication
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
pbrContentMD5
- Undocumented member.pbrBucket
- Undocumented member.pbrReplicationConfiguration
- Undocumented member.
data PutBucketReplication Source #
See: putBucketReplication
smart constructor.
Instances
Request Lenses
pbrContentMD5 :: Lens' PutBucketReplication (Maybe Text) Source #
Undocumented member.
pbrBucket :: Lens' PutBucketReplication BucketName Source #
Undocumented member.
pbrReplicationConfiguration :: Lens' PutBucketReplication ReplicationConfiguration Source #
Undocumented member.
Destructuring the Response
putBucketReplicationResponse :: PutBucketReplicationResponse Source #
Creates a value of PutBucketReplicationResponse
with the minimum fields required to make a request.
data PutBucketReplicationResponse Source #
See: putBucketReplicationResponse
smart constructor.