Copyright | (c) 2013-2021 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 |
Synopsis
- data Bucket = Bucket' {}
- newBucket :: UTCTime -> BucketName -> Bucket
- bucket_creationDate :: Lens' Bucket UTCTime
- bucket_name :: Lens' Bucket BucketName
Documentation
In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all Amazon Web Services accounts.
See: newBucket
smart constructor.
Bucket' | |
|
Instances
Eq Bucket Source # | |
Read Bucket Source # | |
Show Bucket Source # | |
Generic Bucket Source # | |
NFData Bucket Source # | |
Defined in Amazonka.S3.Types.Bucket | |
Hashable Bucket Source # | |
Defined in Amazonka.S3.Types.Bucket | |
FromXML Bucket Source # | |
type Rep Bucket Source # | |
Defined in Amazonka.S3.Types.Bucket type Rep Bucket = D1 ('MetaData "Bucket" "Amazonka.S3.Types.Bucket" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "Bucket'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BucketName))) |
Create a value of Bucket
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationDate:Bucket'
, bucket_creationDate
- Date the bucket was created. This date can change when making changes to
your bucket, such as editing its bucket policy.
$sel:name:Bucket'
, bucket_name
- The name of the bucket.
bucket_creationDate :: Lens' Bucket UTCTime Source #
Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.
bucket_name :: Lens' Bucket BucketName Source #
The name of the bucket.