Skip to content

Commit 5999e41

Browse files
author
awstools
committed
feat(client-inspector): Update endpoint ruleset parameters casing
1 parent ea8a941 commit 5999e41

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3461,27 +3461,27 @@
34613461
"builtIn": "AWS::Region",
34623462
"required": false,
34633463
"documentation": "The AWS region used to dispatch the request.",
3464-
"type": "String"
3464+
"type": "string"
34653465
},
34663466
"UseDualStack": {
34673467
"builtIn": "AWS::UseDualStack",
34683468
"required": true,
34693469
"default": false,
34703470
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3471-
"type": "Boolean"
3471+
"type": "boolean"
34723472
},
34733473
"UseFIPS": {
34743474
"builtIn": "AWS::UseFIPS",
34753475
"required": true,
34763476
"default": false,
34773477
"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.",
3478-
"type": "Boolean"
3478+
"type": "boolean"
34793479
},
34803480
"Endpoint": {
34813481
"builtIn": "SDK::Endpoint",
34823482
"required": false,
34833483
"documentation": "Override the endpoint used to send this request",
3484-
"type": "String"
3484+
"type": "string"
34853485
}
34863486
},
34873487
"rules": [

0 commit comments

Comments
 (0)