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 StorageLocation = StorageLocation' {}
- newStorageLocation :: Text -> Text -> Text -> Text -> Text -> StorageLocation
- storageLocation_bucket :: Lens' StorageLocation Text
- storageLocation_repoPrefixLocation :: Lens' StorageLocation Text
- storageLocation_generatedPrefixLocation :: Lens' StorageLocation Text
- storageLocation_binaryPrefixLocation :: Lens' StorageLocation Text
- storageLocation_manifestPrefixLocation :: Lens' StorageLocation Text
Documentation
data StorageLocation Source #
A storage location.
See: newStorageLocation
smart constructor.
StorageLocation' | |
|
Instances
Create a value of StorageLocation
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:bucket:StorageLocation'
, storageLocation_bucket
- The location's bucket.
$sel:repoPrefixLocation:StorageLocation'
, storageLocation_repoPrefixLocation
- The location's repo prefix.
$sel:generatedPrefixLocation:StorageLocation'
, storageLocation_generatedPrefixLocation
- The location's generated prefix.
$sel:binaryPrefixLocation:StorageLocation'
, storageLocation_binaryPrefixLocation
- The location's binary prefix.
$sel:manifestPrefixLocation:StorageLocation'
, storageLocation_manifestPrefixLocation
- The location's manifest prefix.
storageLocation_bucket :: Lens' StorageLocation Text Source #
The location's bucket.
storageLocation_repoPrefixLocation :: Lens' StorageLocation Text Source #
The location's repo prefix.
storageLocation_generatedPrefixLocation :: Lens' StorageLocation Text Source #
The location's generated prefix.
storageLocation_binaryPrefixLocation :: Lens' StorageLocation Text Source #
The location's binary prefix.
storageLocation_manifestPrefixLocation :: Lens' StorageLocation Text Source #
The location's manifest prefix.