Skip to content

Commit cfe98b4

Browse files
author
awstools
committed
feat(client-lookoutvision): Update endpoint ruleset parameters casing
1 parent cfca0cf commit cfe98b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,27 +2148,27 @@
21482148
"builtIn": "AWS::Region",
21492149
"required": false,
21502150
"documentation": "The AWS region used to dispatch the request.",
2151-
"type": "String"
2151+
"type": "string"
21522152
},
21532153
"UseDualStack": {
21542154
"builtIn": "AWS::UseDualStack",
21552155
"required": true,
21562156
"default": false,
21572157
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2158-
"type": "Boolean"
2158+
"type": "boolean"
21592159
},
21602160
"UseFIPS": {
21612161
"builtIn": "AWS::UseFIPS",
21622162
"required": true,
21632163
"default": false,
21642164
"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.",
2165-
"type": "Boolean"
2165+
"type": "boolean"
21662166
},
21672167
"Endpoint": {
21682168
"builtIn": "SDK::Endpoint",
21692169
"required": false,
21702170
"documentation": "Override the endpoint used to send this request",
2171-
"type": "String"
2171+
"type": "string"
21722172
}
21732173
},
21742174
"rules": [

0 commit comments

Comments
 (0)