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 |
Documentation
data AccelerateConfiguration Source #
Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide.
See: newAccelerateConfiguration
smart constructor.
AccelerateConfiguration' | |
|
Instances
newAccelerateConfiguration :: AccelerateConfiguration Source #
Create a value of AccelerateConfiguration
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:status:AccelerateConfiguration'
, accelerateConfiguration_status
- Specifies the transfer acceleration status of the bucket.
accelerateConfiguration_status :: Lens' AccelerateConfiguration (Maybe BucketAccelerateStatus) Source #
Specifies the transfer acceleration status of the bucket.