|
96 | 96 | },
|
97 | 97 | "FirstBlockToken":{
|
98 | 98 | "shape":"BlockToken",
|
99 |
| - "documentation":"<p>The block token for the block index of the <code>first snapshot ID</code> specified in the <code>list changed blocks</code> operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.</p>" |
| 99 | + "documentation":"<p>The block token for the block index of the <code>FirstSnapshotId</code> specified in the <code>ListChangedBlocks</code> operation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.</p>" |
100 | 100 | },
|
101 | 101 | "SecondBlockToken":{
|
102 | 102 | "shape":"BlockToken",
|
103 |
| - "documentation":"<p>The block token for the block index of the <code>second snapshot ID</code> specified in the <code>list changed blocks</code> operation.</p>" |
| 103 | + "documentation":"<p>The block token for the block index of the <code>SecondSnapshotId</code> specified in the <code>ListChangedBlocks</code> operation.</p>" |
104 | 104 | }
|
105 | 105 | },
|
106 | 106 | "documentation":"<p>A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.</p>",
|
|
140 | 140 | },
|
141 | 141 | "BlockIndex":{
|
142 | 142 | "shape":"BlockIndex",
|
143 |
| - "documentation":"<p>The block index of the block from which to get data.</p> <p>Obtain the <code>block index</code> by running the <code>list changed blocks</code> or <code>list snapshot blocks</code> operations.</p>", |
| 143 | + "documentation":"<p>The block index of the block from which to get data.</p> <p>Obtain the <code>BlockIndex</code> by running the <code>ListChangedBlocks</code> or <code>ListSnapshotBlocks</code> operations.</p>", |
144 | 144 | "location":"uri",
|
145 | 145 | "locationName":"blockIndex"
|
146 | 146 | },
|
147 | 147 | "BlockToken":{
|
148 | 148 | "shape":"BlockToken",
|
149 |
| - "documentation":"<p>The block token of the block from which to get data.</p> <p>Obtain the <code>block token</code> by running the <code>list changed blocks</code> or <code>list snapshot blocks</code> operations.</p>", |
| 149 | + "documentation":"<p>The block token of the block from which to get data.</p> <p>Obtain the <code>BlockToken</code> by running the <code>ListChangedBlocks</code> or <code>ListSnapshotBlocks</code> operations.</p>", |
150 | 150 | "location":"querystring",
|
151 | 151 | "locationName":"blockToken"
|
152 | 152 | }
|
|
167 | 167 | },
|
168 | 168 | "Checksum":{
|
169 | 169 | "shape":"Checksum",
|
170 |
| - "documentation":"<p>The checksum generated for the block.</p>", |
| 170 | + "documentation":"<p>The checksum generated for the block, which is Base64 encoded.</p>", |
171 | 171 | "location":"header",
|
172 | 172 | "locationName":"x-amz-Checksum"
|
173 | 173 | },
|
|
186 | 186 | "members":{
|
187 | 187 | "FirstSnapshotId":{
|
188 | 188 | "shape":"SnapshotId",
|
189 |
| - "documentation":"<p>The ID of the first snapshot to use for the comparison.</p>", |
| 189 | + "documentation":"<p>The ID of the first snapshot to use for the comparison.</p> <important> <p>The <code>FirstSnapshotID</code> parameter must be specified with a <code>SecondSnapshotId</code> parameter; otherwise, an error occurs.</p> </important>", |
190 | 190 | "location":"querystring",
|
191 | 191 | "locationName":"firstSnapshotId"
|
192 | 192 | },
|
193 | 193 | "SecondSnapshotId":{
|
194 | 194 | "shape":"SnapshotId",
|
195 |
| - "documentation":"<p>The ID of the second snapshot to use for the comparison.</p>", |
| 195 | + "documentation":"<p>The ID of the second snapshot to use for the comparison.</p> <important> <p>The <code>SecondSnapshotId</code> parameter must be specified with a <code>FirstSnapshotID</code> parameter; otherwise, an error occurs.</p> </important>", |
196 | 196 | "location":"uri",
|
197 | 197 | "locationName":"secondSnapshotId"
|
198 | 198 | },
|
|
225 | 225 | },
|
226 | 226 | "ExpiryTime":{
|
227 | 227 | "shape":"TimeStamp",
|
228 |
| - "documentation":"<p>The time when the <code>block token</code> expires.</p>" |
| 228 | + "documentation":"<p>The time when the <code>BlockToken</code> expires.</p>" |
229 | 229 | },
|
230 | 230 | "VolumeSize":{
|
231 | 231 | "shape":"VolumeSize",
|
|
280 | 280 | },
|
281 | 281 | "ExpiryTime":{
|
282 | 282 | "shape":"TimeStamp",
|
283 |
| - "documentation":"<p>The time when the <code>block token</code> expires.</p>" |
| 283 | + "documentation":"<p>The time when the <code>BlockToken</code> expires.</p>" |
284 | 284 | },
|
285 | 285 | "VolumeSize":{
|
286 | 286 | "shape":"VolumeSize",
|
|
347 | 347 | },
|
348 | 348 | "VolumeSize":{"type":"long"}
|
349 | 349 | },
|
350 |
| - "documentation":"<p>You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and identify the difference between two snapshots. You can view the details of blocks in an EBS snapshot, compare the block difference between two snapshots, and directly access the data in a snapshot. If you’re an independent software vendor (ISV) who offers backup services for EBS, the EBS direct APIs makes it easier and more cost-effective to track incremental changes on your EBS volumes via EBS snapshots. This can be done without having to create new volumes from EBS snapshots, and then use EC2 instances to compare the differences.</p> <p>This API reference provides detailed information about the actions, data types, parameters, and errors of the EBS direct APIs. For more information about the elements that make up the EBS direct APIs, and examples of how to use them effectively, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html\">Accessing the Contents of an EBS Snapshot</a>. For more information about how to use the EBS direct APIs, see the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshots.html\">EBS direct APIs User Guide</a>. To view the currently supported AWS Regions and endpoints for the EBS direct APIs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/rande.html#ebs_region\">AWS Service Endpoints</a> in the <i>AWS General Reference</i>.</p>" |
| 350 | + "documentation":"<p>You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and identify the difference between two snapshots. You can view the details of blocks in an EBS snapshot, compare the block difference between two snapshots, and directly access the data in a snapshot. If you’re an independent software vendor (ISV) who offers backup services for EBS, the EBS direct APIs make it easier and more cost-effective to track incremental changes on your EBS volumes via EBS snapshots. This can be done without having to create new volumes from EBS snapshots.</p> <p>This API reference provides detailed information about the actions, data types, parameters, and errors of the EBS direct APIs. For more information about the elements that make up the EBS direct APIs, and examples of how to use them effectively, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html\">Accessing the Contents of an EBS Snapshot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about the supported AWS Regions, endpoints, and service quotas for the EBS direct APIs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/ebs-service.html\">Amazon Elastic Block Store Endpoints and Quotas</a> in the <i>AWS General Reference</i>.</p>" |
351 | 351 | }
|
0 commit comments