Skip to content

Commit c0be3f7

Browse files
author
awstools
committed
feat(client-codeguru-reviewer): Update endpoint ruleset parameters casing
1 parent 295e4f2 commit c0be3f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-codeguru-reviewer/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ d="error",
1717
e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
20-
h={[s]:false,"type":"String"},
21-
i={[s]:true,"default":false,"type":"Boolean"},
20+
h={[s]:false,"type":"string"},
21+
i={[s]:true,"default":false,"type":"boolean"},
2222
j={[v]:"Endpoint"},
2323
k={[t]:c,[u]:[{[v]:"UseFIPS"},true]},
2424
l={[t]:c,[u]:[{[v]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/codeguru-reviewer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,27 +97,27 @@
9797
"builtIn": "AWS::Region",
9898
"required": false,
9999
"documentation": "The AWS region used to dispatch the request.",
100-
"type": "String"
100+
"type": "string"
101101
},
102102
"UseDualStack": {
103103
"builtIn": "AWS::UseDualStack",
104104
"required": true,
105105
"default": false,
106106
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
107-
"type": "Boolean"
107+
"type": "boolean"
108108
},
109109
"UseFIPS": {
110110
"builtIn": "AWS::UseFIPS",
111111
"required": true,
112112
"default": false,
113113
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
114-
"type": "Boolean"
114+
"type": "boolean"
115115
},
116116
"Endpoint": {
117117
"builtIn": "SDK::Endpoint",
118118
"required": false,
119119
"documentation": "Override the endpoint used to send this request",
120-
"type": "String"
120+
"type": "string"
121121
}
122122
},
123123
"rules": [

0 commit comments

Comments
 (0)