Skip to content

Commit 4e32284

Browse files
Update endpoint ruleset parameters casing
1 parent 3bcfa51 commit 4e32284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generator/ServiceModels/security-ir/security-ir-2018-05-10.endpoint-rule-set.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"required": true,
77
"default": false,
88
"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.",
9-
"type": "Boolean"
9+
"type": "boolean"
1010
},
1111
"Endpoint": {
1212
"builtIn": "SDK::Endpoint",
1313
"required": false,
1414
"documentation": "Override the endpoint used to send this request",
15-
"type": "String"
15+
"type": "string"
1616
},
1717
"Region": {
1818
"builtIn": "AWS::Region",
1919
"required": false,
2020
"documentation": "The AWS region used to dispatch the request.",
21-
"type": "String"
21+
"type": "string"
2222
}
2323
},
2424
"rules": [

0 commit comments

Comments
 (0)