Skip to content

Commit c6d74d1

Browse files
author
awstools
committed
feat(client-amplify): Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100.
1 parent 1d96144 commit c6d74d1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -4341,7 +4341,7 @@
43414341
}
43424342
},
43434343
"maxResults": {
4344-
"target": "com.amazonaws.amplify#MaxResults",
4344+
"target": "com.amazonaws.amplify#MaxResultsForListApps",
43454345
"traits": {
43464346
"smithy.api#default": 0,
43474347
"smithy.api#documentation": "<p>The maximum number of records to list in a single response. </p>",
@@ -5006,6 +5006,16 @@
50065006
}
50075007
},
50085008
"com.amazonaws.amplify#MaxResults": {
5009+
"type": "integer",
5010+
"traits": {
5011+
"smithy.api#default": 0,
5012+
"smithy.api#range": {
5013+
"min": 0,
5014+
"max": 50
5015+
}
5016+
}
5017+
},
5018+
"com.amazonaws.amplify#MaxResultsForListApps": {
50095019
"type": "integer",
50105020
"traits": {
50115021
"smithy.api#default": 0,

0 commit comments

Comments
 (0)