listChangedBlocks
inline suspend fun EbsClient.listChangedBlocks(crossinline block: ListChangedBlocksRequest.Builder.() -> Unit): ListChangedBlocksResponse
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.
You should always retry requests that receive server (5xx
) error responses, and ThrottlingException
and RequestThrottledException
client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.