| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.AmplifyBackend.Types.S3BucketInfo
Description
Synopsis
Documentation
data S3BucketInfo Source #
Describes the metadata of the S3 bucket.
See: newS3BucketInfo smart constructor.
Constructors
| S3BucketInfo' | |
Instances
newS3BucketInfo :: S3BucketInfo Source #
Create a value of S3BucketInfo 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:S3BucketInfo', s3BucketInfo_creationDate - The creation date of the S3 bucket.
$sel:name:S3BucketInfo', s3BucketInfo_name - The name of the S3 bucket.
s3BucketInfo_creationDate :: Lens' S3BucketInfo (Maybe Text) Source #
The creation date of the S3 bucket.
s3BucketInfo_name :: Lens' S3BucketInfo (Maybe Text) Source #
The name of the S3 bucket.