|
2096 | 2096 | "DataDestinationConfigs":{
|
2097 | 2097 | "type":"list",
|
2098 | 2098 | "member":{"shape":"DataDestinationConfig"},
|
2099 |
| - "max":1, |
| 2099 | + "max":3, |
2100 | 2100 | "min":1
|
2101 | 2101 | },
|
2102 | 2102 | "DataExtraDimensionNodePathList":{
|
|
2380 | 2380 | "members":{
|
2381 | 2381 | "identifier":{
|
2382 | 2382 | "shape":"ResourceIdentifier",
|
2383 |
| - "documentation":"<p>A unique, service-generated identifier.</p>" |
| 2383 | + "documentation":"<p>The unique ID of the state template.</p>" |
2384 | 2384 | }
|
2385 | 2385 | }
|
2386 | 2386 | },
|
|
2928 | 2928 | "members":{
|
2929 | 2929 | "identifier":{
|
2930 | 2930 | "shape":"ResourceIdentifier",
|
2931 |
| - "documentation":"<p>A unique, service-generated identifier.</p>" |
| 2931 | + "documentation":"<p>The unique ID of the state template.</p>" |
2932 | 2932 | }
|
2933 | 2933 | }
|
2934 | 2934 | },
|
|
3313 | 3313 | "status":{
|
3314 | 3314 | "shape":"statusStr",
|
3315 | 3315 | "documentation":"<p>An optional parameter to filter the results by the status of each created campaign in your account. The status can be one of: <code>CREATING</code>, <code>WAITING_FOR_APPROVAL</code>, <code>RUNNING</code>, or <code>SUSPENDED</code>.</p>"
|
| 3316 | + }, |
| 3317 | + "listResponseScope":{ |
| 3318 | + "shape":"ListResponseScope", |
| 3319 | + "documentation":"<p>When you set the <code>listResponseScope</code> parameter to <code>METADATA_ONLY</code>, the list response includes: campaign name, Amazon Resource Name (ARN), creation time, and last modification time.</p>" |
3316 | 3320 | }
|
3317 | 3321 | }
|
3318 | 3322 | },
|
|
3405 | 3409 | "maxResults":{
|
3406 | 3410 | "shape":"maxResults",
|
3407 | 3411 | "documentation":"<p>The maximum number of items to return, between 1 and 100, inclusive.</p>"
|
| 3412 | + }, |
| 3413 | + "listResponseScope":{ |
| 3414 | + "shape":"ListResponseScope", |
| 3415 | + "documentation":"<p>When you set the <code>listResponseScope</code> parameter to <code>METADATA_ONLY</code>, the list response includes: decoder manifest name, Amazon Resource Name (ARN), creation time, and last modification time.</p>" |
3408 | 3416 | }
|
3409 | 3417 | }
|
3410 | 3418 | },
|
|
3462 | 3470 | "maxResults":{
|
3463 | 3471 | "shape":"maxResults",
|
3464 | 3472 | "documentation":"<p>The maximum number of items to return, between 1 and 100, inclusive.</p>"
|
| 3473 | + }, |
| 3474 | + "listResponseScope":{ |
| 3475 | + "shape":"ListResponseScope", |
| 3476 | + "documentation":"<p>When you set the <code>listResponseScope</code> parameter to <code>METADATA_ONLY</code>, the list response includes: fleet ID, Amazon Resource Name (ARN), creation time, and last modification time.</p>" |
3465 | 3477 | }
|
3466 | 3478 | }
|
3467 | 3479 | },
|
|
3523 | 3535 | "maxResults":{
|
3524 | 3536 | "shape":"maxResults",
|
3525 | 3537 | "documentation":"<p>The maximum number of items to return, between 1 and 100, inclusive.</p>"
|
| 3538 | + }, |
| 3539 | + "listResponseScope":{ |
| 3540 | + "shape":"ListResponseScope", |
| 3541 | + "documentation":"<p>When you set the <code>listResponseScope</code> parameter to <code>METADATA_ONLY</code>, the list response includes: model manifest name, Amazon Resource Name (ARN), creation time, and last modification time.</p>" |
3526 | 3542 | }
|
3527 | 3543 | }
|
3528 | 3544 | },
|
|
3539 | 3555 | }
|
3540 | 3556 | }
|
3541 | 3557 | },
|
| 3558 | + "ListResponseScope":{ |
| 3559 | + "type":"string", |
| 3560 | + "enum":["METADATA_ONLY"] |
| 3561 | + }, |
3542 | 3562 | "ListSignalCatalogNodesRequest":{
|
3543 | 3563 | "type":"structure",
|
3544 | 3564 | "required":["name"],
|
|
3610 | 3630 | "maxResults":{
|
3611 | 3631 | "shape":"maxResults",
|
3612 | 3632 | "documentation":"<p>The maximum number of items to return, between 1 and 100, inclusive.</p>"
|
| 3633 | + }, |
| 3634 | + "listResponseScope":{ |
| 3635 | + "shape":"ListResponseScope", |
| 3636 | + "documentation":"<p>When you set the <code>listResponseScope</code> parameter to <code>METADATA_ONLY</code>, the list response includes: state template ID, Amazon Resource Name (ARN), creation time, and last modification time.</p>" |
3613 | 3637 | }
|
3614 | 3638 | }
|
3615 | 3639 | },
|
|
3698 | 3722 | "maxResults":{
|
3699 | 3723 | "shape":"listVehiclesMaxResults",
|
3700 | 3724 | "documentation":"<p>The maximum number of items to return, between 1 and 100, inclusive.</p>"
|
| 3725 | + }, |
| 3726 | + "listResponseScope":{ |
| 3727 | + "shape":"ListResponseScope", |
| 3728 | + "documentation":"<p>When you set the <code>listResponseScope</code> parameter to <code>METADATA_ONLY</code>, the list response includes: vehicle name, Amazon Resource Name (ARN), creation time, and last modification time.</p>" |
3701 | 3729 | }
|
3702 | 3730 | }
|
3703 | 3731 | },
|
|
4589 | 4617 | "type":"list",
|
4590 | 4618 | "member":{"shape":"SignalFetchInformation"},
|
4591 | 4619 | "max":2,
|
4592 |
| - "min":1 |
| 4620 | + "min":1, |
| 4621 | + "sensitive":true |
4593 | 4622 | },
|
4594 | 4623 | "SignalInformation":{
|
4595 | 4624 | "type":"structure",
|
|
4648 | 4677 | "members":{
|
4649 | 4678 | "identifier":{
|
4650 | 4679 | "shape":"ResourceIdentifier",
|
4651 |
| - "documentation":"<p>A unique, service-generated identifier.</p>" |
| 4680 | + "documentation":"<p>The unique ID of the state template.</p>" |
4652 | 4681 | },
|
4653 | 4682 | "stateTemplateUpdateStrategy":{"shape":"StateTemplateUpdateStrategy"}
|
4654 | 4683 | },
|
|
5388 | 5417 | "members":{
|
5389 | 5418 | "identifier":{
|
5390 | 5419 | "shape":"ResourceIdentifier",
|
5391 |
| - "documentation":"<p>A unique, service-generated identifier.</p>" |
| 5420 | + "documentation":"<p>The unique ID of the state template.</p>" |
5392 | 5421 | },
|
5393 | 5422 | "description":{
|
5394 | 5423 | "shape":"description",
|
|
0 commit comments