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 ArchiveCreationOutput = ArchiveCreationOutput' {}
- newArchiveCreationOutput :: ArchiveCreationOutput
- archiveCreationOutput_archiveId :: Lens' ArchiveCreationOutput (Maybe Text)
- archiveCreationOutput_checksum :: Lens' ArchiveCreationOutput (Maybe Text)
- archiveCreationOutput_location :: Lens' ArchiveCreationOutput (Maybe Text)
Documentation
data ArchiveCreationOutput Source #
Contains the Amazon S3 Glacier response to your request.
For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon S3 Glacier.
See: newArchiveCreationOutput
smart constructor.
Instances
newArchiveCreationOutput :: ArchiveCreationOutput Source #
Create a value of ArchiveCreationOutput
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:archiveId:ArchiveCreationOutput'
, archiveCreationOutput_archiveId
- The ID of the archive. This value is also included as part of the
location.
$sel:checksum:ArchiveCreationOutput'
, archiveCreationOutput_checksum
- The checksum of the archive computed by Amazon S3 Glacier.
$sel:location:ArchiveCreationOutput'
, archiveCreationOutput_location
- The relative URI path of the newly added archive resource.
archiveCreationOutput_archiveId :: Lens' ArchiveCreationOutput (Maybe Text) Source #
The ID of the archive. This value is also included as part of the location.
archiveCreationOutput_checksum :: Lens' ArchiveCreationOutput (Maybe Text) Source #
The checksum of the archive computed by Amazon S3 Glacier.
archiveCreationOutput_location :: Lens' ArchiveCreationOutput (Maybe Text) Source #
The relative URI path of the newly added archive resource.