Skip to content

Commit

Permalink
feat(client-cloudcontrol): SDK release for Cloud Control API to inclu…
Browse files Browse the repository at this point in the history
…de paginators for Python SDK.
  • Loading branch information
awstools committed May 9, 2022
1 parent 483ae7e commit 49661ab
Showing 1 changed file with 18 additions and 36 deletions.
54 changes: 18 additions & 36 deletions codegen/sdk-codegen/aws-models/cloudcontrol.json
@@ -1,33 +1,5 @@
{
"smithy": "1.0",
"metadata": {
"suppressions": [
{
"id": "HttpMethodSemantics",
"namespace": "*"
},
{
"id": "HttpResponseCodeSemantics",
"namespace": "*"
},
{
"id": "PaginatedTrait",
"namespace": "*"
},
{
"id": "HttpHeaderTrait",
"namespace": "*"
},
{
"id": "HttpUriConflict",
"namespace": "*"
},
{
"id": "Service",
"namespace": "*"
}
]
},
"shapes": {
"com.amazonaws.cloudcontrol#AlreadyExistsException": {
"type": "structure",
Expand Down Expand Up @@ -119,9 +91,7 @@
"traits": {
"aws.api#service": {
"sdkId": "CloudControl",
"arnNamespace": "cloudcontrolapi",
"cloudFormationName": "CloudControl",
"cloudTrailEventSource": "cloudcontrol.amazonaws.com",
"cloudTrailEventSource": "cloudcontrolapi.amazonaws.com",
"endpointPrefix": "cloudcontrolapi"
},
"aws.auth#sigv4": {
Expand Down Expand Up @@ -439,7 +409,8 @@
"smithy.api#length": {
"min": 1,
"max": 1024
}
},
"smithy.api#pattern": "^.+$"
}
},
"com.amazonaws.cloudcontrol#GeneralServiceException": {
Expand Down Expand Up @@ -815,7 +786,8 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "MaxResults"
"pageSize": "MaxResults",
"items": "ResourceRequestStatusSummaries"
}
}
},
Expand Down Expand Up @@ -857,6 +829,9 @@
"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>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.cloudcontrol#ListResources": {
Expand Down Expand Up @@ -925,7 +900,8 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "MaxResults"
"pageSize": "MaxResults",
"items": "ResourceDescriptions"
}
}
},
Expand Down Expand Up @@ -992,6 +968,9 @@
"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>"
}
}
},
"traits": {
"smithy.api#output": {}
}
},
"com.amazonaws.cloudcontrol#MaxResults": {
Expand Down Expand Up @@ -1134,6 +1113,7 @@
"min": 1,
"max": 65536
},
"smithy.api#pattern": "^[\\s\\S]*$",
"smithy.api#sensitive": {}
}
},
Expand Down Expand Up @@ -1227,8 +1207,9 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 16384
"max": 65536
},
"smithy.api#pattern": "^[\\s\\S]*$",
"smithy.api#sensitive": {}
}
},
Expand Down Expand Up @@ -1395,7 +1376,8 @@
"smithy.api#length": {
"min": 0,
"max": 1024
}
},
"smithy.api#pattern": "^[\\s\\S]*$"
}
},
"com.amazonaws.cloudcontrol#ThrottlingException": {
Expand Down

0 comments on commit 49661ab

Please sign in to comment.