|
1 | 1 | {
|
2 | 2 | "smithy": "1.0",
|
3 |
| - "metadata": { |
4 |
| - "suppressions": [ |
5 |
| - { |
6 |
| - "id": "HttpMethodSemantics", |
7 |
| - "namespace": "*" |
8 |
| - }, |
9 |
| - { |
10 |
| - "id": "HttpResponseCodeSemantics", |
11 |
| - "namespace": "*" |
12 |
| - }, |
13 |
| - { |
14 |
| - "id": "PaginatedTrait", |
15 |
| - "namespace": "*" |
16 |
| - }, |
17 |
| - { |
18 |
| - "id": "HttpHeaderTrait", |
19 |
| - "namespace": "*" |
20 |
| - }, |
21 |
| - { |
22 |
| - "id": "HttpUriConflict", |
23 |
| - "namespace": "*" |
24 |
| - }, |
25 |
| - { |
26 |
| - "id": "Service", |
27 |
| - "namespace": "*" |
28 |
| - } |
29 |
| - ] |
30 |
| - }, |
31 | 3 | "shapes": {
|
32 | 4 | "com.amazonaws.cloudcontrol#AlreadyExistsException": {
|
33 | 5 | "type": "structure",
|
|
119 | 91 | "traits": {
|
120 | 92 | "aws.api#service": {
|
121 | 93 | "sdkId": "CloudControl",
|
122 |
| - "arnNamespace": "cloudcontrolapi", |
123 |
| - "cloudFormationName": "CloudControl", |
124 |
| - "cloudTrailEventSource": "cloudcontrol.amazonaws.com", |
| 94 | + "cloudTrailEventSource": "cloudcontrolapi.amazonaws.com", |
125 | 95 | "endpointPrefix": "cloudcontrolapi"
|
126 | 96 | },
|
127 | 97 | "aws.auth#sigv4": {
|
|
439 | 409 | "smithy.api#length": {
|
440 | 410 | "min": 1,
|
441 | 411 | "max": 1024
|
442 |
| - } |
| 412 | + }, |
| 413 | + "smithy.api#pattern": "^.+$" |
443 | 414 | }
|
444 | 415 | },
|
445 | 416 | "com.amazonaws.cloudcontrol#GeneralServiceException": {
|
|
815 | 786 | "smithy.api#paginated": {
|
816 | 787 | "inputToken": "NextToken",
|
817 | 788 | "outputToken": "NextToken",
|
818 |
| - "pageSize": "MaxResults" |
| 789 | + "pageSize": "MaxResults", |
| 790 | + "items": "ResourceRequestStatusSummaries" |
819 | 791 | }
|
820 | 792 | }
|
821 | 793 | },
|
|
857 | 829 | "smithy.api#documentation": "<p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set to a token. To retrieve the next set of results, call <code>ListResources</code> again and assign that token to the request object's <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to null.</p>"
|
858 | 830 | }
|
859 | 831 | }
|
| 832 | + }, |
| 833 | + "traits": { |
| 834 | + "smithy.api#output": {} |
860 | 835 | }
|
861 | 836 | },
|
862 | 837 | "com.amazonaws.cloudcontrol#ListResources": {
|
|
925 | 900 | "smithy.api#paginated": {
|
926 | 901 | "inputToken": "NextToken",
|
927 | 902 | "outputToken": "NextToken",
|
928 |
| - "pageSize": "MaxResults" |
| 903 | + "pageSize": "MaxResults", |
| 904 | + "items": "ResourceDescriptions" |
929 | 905 | }
|
930 | 906 | }
|
931 | 907 | },
|
|
992 | 968 | "smithy.api#documentation": "<p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set to a token. To retrieve the next set of results, call <code>ListResources</code> again and assign that token to the request object's <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to null.</p>"
|
993 | 969 | }
|
994 | 970 | }
|
| 971 | + }, |
| 972 | + "traits": { |
| 973 | + "smithy.api#output": {} |
995 | 974 | }
|
996 | 975 | },
|
997 | 976 | "com.amazonaws.cloudcontrol#MaxResults": {
|
|
1134 | 1113 | "min": 1,
|
1135 | 1114 | "max": 65536
|
1136 | 1115 | },
|
| 1116 | + "smithy.api#pattern": "^[\\s\\S]*$", |
1137 | 1117 | "smithy.api#sensitive": {}
|
1138 | 1118 | }
|
1139 | 1119 | },
|
|
1227 | 1207 | "traits": {
|
1228 | 1208 | "smithy.api#length": {
|
1229 | 1209 | "min": 1,
|
1230 |
| - "max": 16384 |
| 1210 | + "max": 65536 |
1231 | 1211 | },
|
| 1212 | + "smithy.api#pattern": "^[\\s\\S]*$", |
1232 | 1213 | "smithy.api#sensitive": {}
|
1233 | 1214 | }
|
1234 | 1215 | },
|
|
1395 | 1376 | "smithy.api#length": {
|
1396 | 1377 | "min": 0,
|
1397 | 1378 | "max": 1024
|
1398 |
| - } |
| 1379 | + }, |
| 1380 | + "smithy.api#pattern": "^[\\s\\S]*$" |
1399 | 1381 | }
|
1400 | 1382 | },
|
1401 | 1383 | "com.amazonaws.cloudcontrol#ThrottlingException": {
|
|
0 commit comments