|
400 | 400 | },
|
401 | 401 | "NextToken":{
|
402 | 402 | "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>", |
404 | 404 | "location":"querystring",
|
405 | 405 | "locationName":"pageToken"
|
406 | 406 | },
|
407 | 407 | "MaxResults":{
|
408 | 408 | "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>", |
410 | 410 | "location":"querystring",
|
411 | 411 | "locationName":"maxResults"
|
412 | 412 | },
|
413 | 413 | "StartingBlockIndex":{
|
414 | 414 | "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>", |
416 | 416 | "location":"querystring",
|
417 | 417 | "locationName":"startingBlockIndex"
|
418 | 418 | }
|
|
455 | 455 | },
|
456 | 456 | "NextToken":{
|
457 | 457 | "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>", |
459 | 459 | "location":"querystring",
|
460 | 460 | "locationName":"pageToken"
|
461 | 461 | },
|
462 | 462 | "MaxResults":{
|
463 | 463 | "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>", |
465 | 465 | "location":"querystring",
|
466 | 466 | "locationName":"maxResults"
|
467 | 467 | },
|
468 | 468 | "StartingBlockIndex":{
|
469 | 469 | "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>", |
471 | 471 | "location":"querystring",
|
472 | 472 | "locationName":"startingBlockIndex"
|
473 | 473 | }
|
|
0 commit comments