Skip to content

Commit c8f591d

Browse files
author
AWS
committed
Amazon Elastic Block Store Update: Documentation updates for Amazon EBS Direct APIs.
1 parent b64246e commit c8f591d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Block Store",
4+
"contributor": "",
5+
"description": "Documentation updates for Amazon EBS Direct APIs."
6+
}

services/ebs/src/main/resources/codegen-resources/service-2.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -400,19 +400,19 @@
400400
},
401401
"NextToken":{
402402
"shape":"PageToken",
403-
"documentation":"<p>The token to request the next page of results.</p>",
403+
"documentation":"<p>The token to request the next page of results.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
404404
"location":"querystring",
405405
"locationName":"pageToken"
406406
},
407407
"MaxResults":{
408408
"shape":"MaxResults",
409-
"documentation":"<p>The number of results to return.</p>",
409+
"documentation":"<p>The maximum number of blocks to be returned by the request.</p> <p>Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than <b>MaxResults</b> or an empty array of blocks.</p> <p>To retrieve the next set of blocks from the snapshot, make another request with the returned <b>NextToken</b> value. The value of <b>NextToken</b> is <code>null</code> when there are no more blocks to return.</p>",
410410
"location":"querystring",
411411
"locationName":"maxResults"
412412
},
413413
"StartingBlockIndex":{
414414
"shape":"BlockIndex",
415-
"documentation":"<p>The block index from which the comparison should start.</p> <p>The list in the response will start from this block index or the next valid block index in the snapshots.</p>",
415+
"documentation":"<p>The block index from which the comparison should start.</p> <p>The list in the response will start from this block index or the next valid block index in the snapshots.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
416416
"location":"querystring",
417417
"locationName":"startingBlockIndex"
418418
}
@@ -455,19 +455,19 @@
455455
},
456456
"NextToken":{
457457
"shape":"PageToken",
458-
"documentation":"<p>The token to request the next page of results.</p>",
458+
"documentation":"<p>The token to request the next page of results.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
459459
"location":"querystring",
460460
"locationName":"pageToken"
461461
},
462462
"MaxResults":{
463463
"shape":"MaxResults",
464-
"documentation":"<p>The number of results to return.</p>",
464+
"documentation":"<p>The maximum number of blocks to be returned by the request.</p> <p>Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than <b>MaxResults</b> or an empty array of blocks.</p> <p>To retrieve the next set of blocks from the snapshot, make another request with the returned <b>NextToken</b> value. The value of <b>NextToken</b> is <code>null</code> when there are no more blocks to return.</p>",
465465
"location":"querystring",
466466
"locationName":"maxResults"
467467
},
468468
"StartingBlockIndex":{
469469
"shape":"BlockIndex",
470-
"documentation":"<p>The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.</p>",
470+
"documentation":"<p>The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.</p> <p>If you specify <b>NextToken</b>, then <b>StartingBlockIndex</b> is ignored.</p>",
471471
"location":"querystring",
472472
"locationName":"startingBlockIndex"
473473
}

0 commit comments

Comments
 (0)