| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.CreateStorageLocation
Description
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_CreateStorageLocation.html
Request
data CreateStorageLocation Source
Instances
| Eq CreateStorageLocation | |
| Ord CreateStorageLocation | |
| Read CreateStorageLocation | |
| Show CreateStorageLocation | |
| Generic CreateStorageLocation | |
| AWSRequest CreateStorageLocation | |
| ToQuery CreateStorageLocation | |
| ToPath CreateStorageLocation | |
| ToHeaders CreateStorageLocation | |
| type Rep CreateStorageLocation | |
| type Sv CreateStorageLocation = ElasticBeanstalk | |
| type Rs CreateStorageLocation = CreateStorageLocationResponse |
Request constructor
createStorageLocation :: CreateStorageLocation Source
CreateStorageLocation constructor.
Response
Response constructor
createStorageLocationResponse :: CreateStorageLocationResponse Source
CreateStorageLocationResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
cslrS3Bucket :: Lens' CreateStorageLocationResponse (Maybe Text) Source
The name of the Amazon S3 bucket created.