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