Skip to content

Commit 2f5c346

Browse files
author
awstools
committed
feat(client-pi): Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics.
1 parent 736c297 commit 2f5c346

File tree

1 file changed

+2
-2
lines changed
  • codegen/sdk-codegen/aws-models

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@
781781
"smithy.api#box": {},
782782
"smithy.api#range": {
783783
"min": 1,
784-
"max": 10
784+
"max": 25
785785
}
786786
}
787787
},
@@ -957,7 +957,7 @@
957957
"smithy.api#box": {},
958958
"smithy.api#range": {
959959
"min": 0,
960-
"max": 20
960+
"max": 25
961961
}
962962
}
963963
},

0 commit comments

Comments
 (0)