Skip to content

Commit f201cff

Browse files
authored
Add BedRock Agent.MemoryConfiguration.StorageDays to BadDefaultsAssignment (#594)
Description of changes: - Update BadDefaultsAssignment map to include AmazonBedrockAgentBuildTimeLambda.StorageDays to fix missing pointer operations By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b570106 commit f201cff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/apiv2/remove_defaults.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ var BadDefaultsAssignment = map[string]map[string]bool{
2626
"imagebuilder": {
2727
"setDefaultVersion": true,
2828
},
29+
"AmazonBedrockAgentBuildTimeLambda": {
30+
"StorageDays": true,
31+
},
2932
}
3033

3134
func hasBadDefualtAssignment(serviceName, shapeName string) bool {

0 commit comments

Comments
 (0)