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
- defaultService :: Service
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConcurrentLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _RequestThrottledException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- newtype ChecksumAggregationMethod where
- newtype ChecksumAlgorithm where
- ChecksumAlgorithm' { }
- pattern ChecksumAlgorithm_SHA256 :: ChecksumAlgorithm
- newtype Status where
- Status' {
- fromStatus :: Text
- pattern Status_Completed :: Status
- pattern Status_Error :: Status
- pattern Status_Pending :: Status
- Status' {
- data Block = Block' {}
- newBlock :: Block
- block_blockIndex :: Lens' Block (Maybe Natural)
- block_blockToken :: Lens' Block (Maybe Text)
- data ChangedBlock = ChangedBlock' {}
- newChangedBlock :: ChangedBlock
- changedBlock_blockIndex :: Lens' ChangedBlock (Maybe Natural)
- changedBlock_secondBlockToken :: Lens' ChangedBlock (Maybe Text)
- changedBlock_firstBlockToken :: Lens' ChangedBlock (Maybe Text)
- data Tag = Tag' {}
- newTag :: Tag
- tag_value :: Lens' Tag (Maybe Text)
- tag_key :: Lens' Tag (Maybe Text)
Service Configuration
defaultService :: Service Source #
API version 2019-11-02
of the Amazon Elastic Block Store SDK configuration.
Errors
_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The input fails to satisfy the constraints of the EBS direct APIs.
_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You do not have sufficient access to perform this action.
_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request uses the same client token as a previous, but non-identical request.
_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Your current service quotas do not allow you to perform this action.
_ConcurrentLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
You have reached the limit for concurrent API requests. For more information, see Optimizing performance of the EBS direct APIs in the Amazon Elastic Compute Cloud User Guide.
_RequestThrottledException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The number of API requests has exceed the maximum allowed API request throttling limit.
_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An internal error has occurred.
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource does not exist.
ChecksumAggregationMethod
newtype ChecksumAggregationMethod Source #
Instances
ChecksumAlgorithm
newtype ChecksumAlgorithm Source #
pattern ChecksumAlgorithm_SHA256 :: ChecksumAlgorithm |
Instances
Status
pattern Status_Completed :: Status | |
pattern Status_Error :: Status | |
pattern Status_Pending :: Status |
Instances
Block
A block of data in an Amazon Elastic Block Store snapshot.
See: newBlock
smart constructor.
Block' | |
|
Instances
Eq Block Source # | |
Read Block Source # | |
Show Block Source # | |
Generic Block Source # | |
NFData Block Source # | |
Defined in Amazonka.EBS.Types.Block | |
Hashable Block Source # | |
Defined in Amazonka.EBS.Types.Block | |
FromJSON Block Source # | |
type Rep Block Source # | |
Defined in Amazonka.EBS.Types.Block type Rep Block = D1 ('MetaData "Block" "Amazonka.EBS.Types.Block" "libZSservicesZSamazonka-ebsZSamazonka-ebs" 'False) (C1 ('MetaCons "Block'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blockIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "blockToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Block
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:blockIndex:Block'
, block_blockIndex
- The block index.
$sel:blockToken:Block'
, block_blockToken
- The block token for the block index.
ChangedBlock
data ChangedBlock Source #
A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.
See: newChangedBlock
smart constructor.
ChangedBlock' | |
|
Instances
newChangedBlock :: ChangedBlock Source #
Create a value of ChangedBlock
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:blockIndex:ChangedBlock'
, changedBlock_blockIndex
- The block index.
$sel:secondBlockToken:ChangedBlock'
, changedBlock_secondBlockToken
- The block token for the block index of the SecondSnapshotId
specified
in the ListChangedBlocks
operation.
$sel:firstBlockToken:ChangedBlock'
, changedBlock_firstBlockToken
- The block token for the block index of the FirstSnapshotId
specified
in the ListChangedBlocks
operation. This value is absent if the first
snapshot does not have the changed block that is on the second snapshot.
changedBlock_blockIndex :: Lens' ChangedBlock (Maybe Natural) Source #
The block index.
changedBlock_secondBlockToken :: Lens' ChangedBlock (Maybe Text) Source #
The block token for the block index of the SecondSnapshotId
specified
in the ListChangedBlocks
operation.
changedBlock_firstBlockToken :: Lens' ChangedBlock (Maybe Text) Source #
The block token for the block index of the FirstSnapshotId
specified
in the ListChangedBlocks
operation. This value is absent if the first
snapshot does not have the changed block that is on the second snapshot.
Tag
Describes a tag.
See: newTag
smart constructor.
Instances
Eq Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.EBS.Types.Tag | |
Hashable Tag Source # | |
Defined in Amazonka.EBS.Types.Tag | |
ToJSON Tag Source # | |
Defined in Amazonka.EBS.Types.Tag | |
FromJSON Tag Source # | |
type Rep Tag Source # | |
Defined in Amazonka.EBS.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.EBS.Types.Tag" "libZSservicesZSamazonka-ebsZSamazonka-ebs" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Tag
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:value:Tag'
, tag_value
- The value of the tag.
$sel:key:Tag'
, tag_key
- The key of the tag.