Skip to content

Commit 469faf6

Browse files
author
awstools
committed
feat(client-config-service): Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule.
1 parent 90772af commit 469faf6

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

codegen/sdk-codegen/aws-models/config-service.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4575,6 +4575,7 @@
45754575
"smithy.api#paginated": {
45764576
"inputToken": "NextToken",
45774577
"outputToken": "NextToken",
4578+
"items": "ConformancePackRuleComplianceList",
45784579
"pageSize": "Limit"
45794580
}
45804581
}
@@ -9523,7 +9524,7 @@
95239524
}
95249525
},
95259526
"InputParameters": {
9526-
"target": "com.amazonaws.configservice#StringWithCharLimit2048",
9527+
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
95279528
"traits": {
95289529
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>"
95299530
}
@@ -9599,7 +9600,7 @@
95999600
}
96009601
},
96019602
"InputParameters": {
9602-
"target": "com.amazonaws.configservice#StringWithCharLimit2048",
9603+
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
96039604
"traits": {
96049605
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>"
96059606
}
@@ -9675,7 +9676,7 @@
96759676
}
96769677
},
96779678
"InputParameters": {
9678-
"target": "com.amazonaws.configservice#StringWithCharLimit2048",
9679+
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
96799680
"traits": {
96809681
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>"
96819682
}
@@ -9732,7 +9733,7 @@
97329733
}
97339734
},
97349735
"InputParameters": {
9735-
"target": "com.amazonaws.configservice#StringWithCharLimit2048",
9736+
"target": "com.amazonaws.configservice#StringWithCharLimit1024",
97369737
"traits": {
97379738
"smithy.api#documentation": "<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>"
97389739
}
@@ -17777,15 +17778,6 @@
1777717778
}
1777817779
}
1777917780
},
17780-
"com.amazonaws.configservice#StringWithCharLimit2048": {
17781-
"type": "string",
17782-
"traits": {
17783-
"smithy.api#length": {
17784-
"min": 1,
17785-
"max": 2048
17786-
}
17787-
}
17788-
},
1778917781
"com.amazonaws.configservice#StringWithCharLimit256": {
1779017782
"type": "string",
1779117783
"traits": {

0 commit comments

Comments
 (0)