|
2901 | 2901 | "identifier"
|
2902 | 2902 | ],
|
2903 | 2903 | "members":{
|
| 2904 | + "assetScopes":{ |
| 2905 | + "shape":"AcceptedAssetScopes", |
| 2906 | + "documentation":"<p>The asset scopes of the accept subscription request.</p>" |
| 2907 | + }, |
2904 | 2908 | "decisionComment":{
|
2905 | 2909 | "shape":"DecisionComment",
|
2906 | 2910 | "documentation":"<p>A description that specifies the reason for accepting the specified subscription request.</p>"
|
|
2995 | 2999 | "max":1,
|
2996 | 3000 | "min":1
|
2997 | 3001 | },
|
| 3002 | + "AcceptedAssetScope":{ |
| 3003 | + "type":"structure", |
| 3004 | + "required":[ |
| 3005 | + "assetId", |
| 3006 | + "filterIds" |
| 3007 | + ], |
| 3008 | + "members":{ |
| 3009 | + "assetId":{ |
| 3010 | + "shape":"AssetId", |
| 3011 | + "documentation":"<p>The asset ID of the accepted asset scope.</p>" |
| 3012 | + }, |
| 3013 | + "filterIds":{ |
| 3014 | + "shape":"FilterIds", |
| 3015 | + "documentation":"<p>The filter IDs of the accepted asset scope.</p>" |
| 3016 | + } |
| 3017 | + }, |
| 3018 | + "documentation":"<p>The accepted asset scope.</p>" |
| 3019 | + }, |
| 3020 | + "AcceptedAssetScopes":{ |
| 3021 | + "type":"list", |
| 3022 | + "member":{"shape":"AcceptedAssetScope"} |
| 3023 | + }, |
2998 | 3024 | "AccessDeniedException":{
|
2999 | 3025 | "type":"structure",
|
3000 | 3026 | "required":["message"],
|
|
3498 | 3524 | "type":"list",
|
3499 | 3525 | "member":{"shape":"AssetRevision"}
|
3500 | 3526 | },
|
| 3527 | + "AssetScope":{ |
| 3528 | + "type":"structure", |
| 3529 | + "required":[ |
| 3530 | + "assetId", |
| 3531 | + "filterIds", |
| 3532 | + "status" |
| 3533 | + ], |
| 3534 | + "members":{ |
| 3535 | + "assetId":{ |
| 3536 | + "shape":"AssetId", |
| 3537 | + "documentation":"<p>The asset ID of the asset scope.</p>" |
| 3538 | + }, |
| 3539 | + "errorMessage":{ |
| 3540 | + "shape":"String", |
| 3541 | + "documentation":"<p>The error message of the asset scope.</p>" |
| 3542 | + }, |
| 3543 | + "filterIds":{ |
| 3544 | + "shape":"FilterIds", |
| 3545 | + "documentation":"<p>The filter IDs of the asset scope.</p>" |
| 3546 | + }, |
| 3547 | + "status":{ |
| 3548 | + "shape":"String", |
| 3549 | + "documentation":"<p>The status of the asset scope.</p>" |
| 3550 | + } |
| 3551 | + }, |
| 3552 | + "documentation":"<p>The asset scope.</p>" |
| 3553 | + }, |
3501 | 3554 | "AssetTargetNameMap":{
|
3502 | 3555 | "type":"structure",
|
3503 | 3556 | "required":[
|
|
8363 | 8416 | "type":"string",
|
8364 | 8417 | "pattern":"^[a-zA-Z0-9_-]{1,36}$"
|
8365 | 8418 | },
|
| 8419 | + "FilterIds":{ |
| 8420 | + "type":"list", |
| 8421 | + "member":{"shape":"FilterId"} |
| 8422 | + }, |
8366 | 8423 | "FilterList":{
|
8367 | 8424 | "type":"list",
|
8368 | 8425 | "member":{"shape":"FilterClause"},
|
|
15637 | 15694 | "shape":"Revision",
|
15638 | 15695 | "documentation":"<p>The revision of the asset for which the subscription grant is created.</p>"
|
15639 | 15696 | },
|
| 15697 | + "assetScope":{ |
| 15698 | + "shape":"AssetScope", |
| 15699 | + "documentation":"<p>The asset scope of the subscribed asset.</p>" |
| 15700 | + }, |
15640 | 15701 | "failureCause":{
|
15641 | 15702 | "shape":"FailureCause",
|
15642 | 15703 | "documentation":"<p>The failure cause included in the details of the asset for which the subscription grant is created.</p>"
|
|
15663 | 15724 | "SubscribedAssetListing":{
|
15664 | 15725 | "type":"structure",
|
15665 | 15726 | "members":{
|
| 15727 | + "assetScope":{ |
| 15728 | + "shape":"AssetScope", |
| 15729 | + "documentation":"<p>The asset scope of the subscribed asset listing.</p>" |
| 15730 | + }, |
15666 | 15731 | "entityId":{
|
15667 | 15732 | "shape":"AssetId",
|
15668 | 15733 | "documentation":"<p>The identifier of the published asset for which the subscription grant is created.</p>"
|
|
0 commit comments