Skip to content

Commit 49661ab

Browse files
author
awstools
committed
feat(client-cloudcontrol): SDK release for Cloud Control API to include paginators for Python SDK.
1 parent 483ae7e commit 49661ab

File tree

1 file changed

+18
-36
lines changed

1 file changed

+18
-36
lines changed

codegen/sdk-codegen/aws-models/cloudcontrol.json

+18-36
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
{
22
"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-
},
313
"shapes": {
324
"com.amazonaws.cloudcontrol#AlreadyExistsException": {
335
"type": "structure",
@@ -119,9 +91,7 @@
11991
"traits": {
12092
"aws.api#service": {
12193
"sdkId": "CloudControl",
122-
"arnNamespace": "cloudcontrolapi",
123-
"cloudFormationName": "CloudControl",
124-
"cloudTrailEventSource": "cloudcontrol.amazonaws.com",
94+
"cloudTrailEventSource": "cloudcontrolapi.amazonaws.com",
12595
"endpointPrefix": "cloudcontrolapi"
12696
},
12797
"aws.auth#sigv4": {
@@ -439,7 +409,8 @@
439409
"smithy.api#length": {
440410
"min": 1,
441411
"max": 1024
442-
}
412+
},
413+
"smithy.api#pattern": "^.+$"
443414
}
444415
},
445416
"com.amazonaws.cloudcontrol#GeneralServiceException": {
@@ -815,7 +786,8 @@
815786
"smithy.api#paginated": {
816787
"inputToken": "NextToken",
817788
"outputToken": "NextToken",
818-
"pageSize": "MaxResults"
789+
"pageSize": "MaxResults",
790+
"items": "ResourceRequestStatusSummaries"
819791
}
820792
}
821793
},
@@ -857,6 +829,9 @@
857829
"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>"
858830
}
859831
}
832+
},
833+
"traits": {
834+
"smithy.api#output": {}
860835
}
861836
},
862837
"com.amazonaws.cloudcontrol#ListResources": {
@@ -925,7 +900,8 @@
925900
"smithy.api#paginated": {
926901
"inputToken": "NextToken",
927902
"outputToken": "NextToken",
928-
"pageSize": "MaxResults"
903+
"pageSize": "MaxResults",
904+
"items": "ResourceDescriptions"
929905
}
930906
}
931907
},
@@ -992,6 +968,9 @@
992968
"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>"
993969
}
994970
}
971+
},
972+
"traits": {
973+
"smithy.api#output": {}
995974
}
996975
},
997976
"com.amazonaws.cloudcontrol#MaxResults": {
@@ -1134,6 +1113,7 @@
11341113
"min": 1,
11351114
"max": 65536
11361115
},
1116+
"smithy.api#pattern": "^[\\s\\S]*$",
11371117
"smithy.api#sensitive": {}
11381118
}
11391119
},
@@ -1227,8 +1207,9 @@
12271207
"traits": {
12281208
"smithy.api#length": {
12291209
"min": 1,
1230-
"max": 16384
1210+
"max": 65536
12311211
},
1212+
"smithy.api#pattern": "^[\\s\\S]*$",
12321213
"smithy.api#sensitive": {}
12331214
}
12341215
},
@@ -1395,7 +1376,8 @@
13951376
"smithy.api#length": {
13961377
"min": 0,
13971378
"max": 1024
1398-
}
1379+
},
1380+
"smithy.api#pattern": "^[\\s\\S]*$"
13991381
}
14001382
},
14011383
"com.amazonaws.cloudcontrol#ThrottlingException": {

0 commit comments

Comments
 (0)