Skip to content

Commit 1e52554

Browse files
author
awstools
committed
feat(client-inspector-scan): Update endpoint ruleset parameters casing
1 parent 6c5435e commit 1e52554

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-inspector-scan/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/inspector-scan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,27 @@
4545
"builtIn": "AWS::Region",
4646
"required": false,
4747
"documentation": "The AWS region used to dispatch the request.",
48-
"type": "String"
48+
"type": "string"
4949
},
5050
"UseDualStack": {
5151
"builtIn": "AWS::UseDualStack",
5252
"required": true,
5353
"default": false,
5454
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
55-
"type": "Boolean"
55+
"type": "boolean"
5656
},
5757
"UseFIPS": {
5858
"builtIn": "AWS::UseFIPS",
5959
"required": true,
6060
"default": false,
6161
"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.",
62-
"type": "Boolean"
62+
"type": "boolean"
6363
},
6464
"Endpoint": {
6565
"builtIn": "SDK::Endpoint",
6666
"required": false,
6767
"documentation": "Override the endpoint used to send this request",
68-
"type": "String"
68+
"type": "string"
6969
}
7070
},
7171
"rules": [

0 commit comments

Comments
 (0)