|
463 | 463 | },
|
464 | 464 | "NextToken": {
|
465 | 465 | "shape": "PageToken",
|
466 |
| - "documentation": "<p>The token to request the next page of results.</p>", |
| 466 | + "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>", |
467 | 467 | "location": "querystring",
|
468 | 468 | "locationName": "pageToken"
|
469 | 469 | },
|
470 | 470 | "MaxResults": {
|
471 | 471 | "shape": "MaxResults",
|
472 |
| - "documentation": "<p>The number of results to return.</p>", |
| 472 | + "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>", |
473 | 473 | "location": "querystring",
|
474 | 474 | "locationName": "maxResults"
|
475 | 475 | },
|
476 | 476 | "StartingBlockIndex": {
|
477 | 477 | "shape": "BlockIndex",
|
478 |
| - "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>", |
| 478 | + "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>", |
479 | 479 | "location": "querystring",
|
480 | 480 | "locationName": "startingBlockIndex"
|
481 | 481 | }
|
|
520 | 520 | },
|
521 | 521 | "NextToken": {
|
522 | 522 | "shape": "PageToken",
|
523 |
| - "documentation": "<p>The token to request the next page of results.</p>", |
| 523 | + "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>", |
524 | 524 | "location": "querystring",
|
525 | 525 | "locationName": "pageToken"
|
526 | 526 | },
|
527 | 527 | "MaxResults": {
|
528 | 528 | "shape": "MaxResults",
|
529 |
| - "documentation": "<p>The number of results to return.</p>", |
| 529 | + "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>", |
530 | 530 | "location": "querystring",
|
531 | 531 | "locationName": "maxResults"
|
532 | 532 | },
|
533 | 533 | "StartingBlockIndex": {
|
534 | 534 | "shape": "BlockIndex",
|
535 |
| - "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>", |
| 535 | + "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>", |
536 | 536 | "location": "querystring",
|
537 | 537 | "locationName": "startingBlockIndex"
|
538 | 538 | }
|
|
0 commit comments