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 DescribeVaultOutput = DescribeVaultOutput' {}
- newDescribeVaultOutput :: DescribeVaultOutput
- describeVaultOutput_vaultName :: Lens' DescribeVaultOutput (Maybe Text)
- describeVaultOutput_sizeInBytes :: Lens' DescribeVaultOutput (Maybe Integer)
- describeVaultOutput_lastInventoryDate :: Lens' DescribeVaultOutput (Maybe Text)
- describeVaultOutput_vaultARN :: Lens' DescribeVaultOutput (Maybe Text)
- describeVaultOutput_creationDate :: Lens' DescribeVaultOutput (Maybe Text)
- describeVaultOutput_numberOfArchives :: Lens' DescribeVaultOutput (Maybe Integer)
Documentation
data DescribeVaultOutput Source #
Contains the Amazon S3 Glacier response to your request.
See: newDescribeVaultOutput
smart constructor.
DescribeVaultOutput' | |
|
Instances
newDescribeVaultOutput :: DescribeVaultOutput Source #
Create a value of DescribeVaultOutput
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:vaultName:DescribeVaultOutput'
, describeVaultOutput_vaultName
- The name of the vault.
$sel:sizeInBytes:DescribeVaultOutput'
, describeVaultOutput_sizeInBytes
- Total size, in bytes, of the archives in the vault as of the last
inventory date. This field will return null if an inventory has not yet
run on the vault, for example if you just created the vault.
$sel:lastInventoryDate:DescribeVaultOutput'
, describeVaultOutput_lastInventoryDate
- The Universal Coordinated Time (UTC) date when Amazon S3 Glacier
completed the last vault inventory. This value should be a string in the
ISO 8601 date format, for example 2012-03-20T17:03:43.221Z
.
$sel:vaultARN:DescribeVaultOutput'
, describeVaultOutput_vaultARN
- The Amazon Resource Name (ARN) of the vault.
$sel:creationDate:DescribeVaultOutput'
, describeVaultOutput_creationDate
- The Universal Coordinated Time (UTC) date when the vault was created.
This value should be a string in the ISO 8601 date format, for example
2012-03-20T17:03:43.221Z
.
$sel:numberOfArchives:DescribeVaultOutput'
, describeVaultOutput_numberOfArchives
- The number of archives in the vault as of the last inventory date. This
field will return null
if an inventory has not yet run on the vault,
for example if you just created the vault.
describeVaultOutput_vaultName :: Lens' DescribeVaultOutput (Maybe Text) Source #
The name of the vault.
describeVaultOutput_sizeInBytes :: Lens' DescribeVaultOutput (Maybe Integer) Source #
Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.
describeVaultOutput_lastInventoryDate :: Lens' DescribeVaultOutput (Maybe Text) Source #
The Universal Coordinated Time (UTC) date when Amazon S3 Glacier
completed the last vault inventory. This value should be a string in the
ISO 8601 date format, for example 2012-03-20T17:03:43.221Z
.
describeVaultOutput_vaultARN :: Lens' DescribeVaultOutput (Maybe Text) Source #
The Amazon Resource Name (ARN) of the vault.
describeVaultOutput_creationDate :: Lens' DescribeVaultOutput (Maybe Text) Source #
The Universal Coordinated Time (UTC) date when the vault was created.
This value should be a string in the ISO 8601 date format, for example
2012-03-20T17:03:43.221Z
.
describeVaultOutput_numberOfArchives :: Lens' DescribeVaultOutput (Maybe Integer) Source #
The number of archives in the vault as of the last inventory date. This
field will return null
if an inventory has not yet run on the vault,
for example if you just created the vault.