Skip to content

Commit 0f6f3e8

Browse files
author
awstools
committed
feat(client-pi): Update endpoint ruleset parameters casing
1 parent 2ce3847 commit 0f6f3e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,27 +1965,27 @@
19651965
"builtIn": "AWS::Region",
19661966
"required": false,
19671967
"documentation": "The AWS region used to dispatch the request.",
1968-
"type": "String"
1968+
"type": "string"
19691969
},
19701970
"UseDualStack": {
19711971
"builtIn": "AWS::UseDualStack",
19721972
"required": true,
19731973
"default": false,
19741974
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1975-
"type": "Boolean"
1975+
"type": "boolean"
19761976
},
19771977
"UseFIPS": {
19781978
"builtIn": "AWS::UseFIPS",
19791979
"required": true,
19801980
"default": false,
19811981
"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.",
1982-
"type": "Boolean"
1982+
"type": "boolean"
19831983
},
19841984
"Endpoint": {
19851985
"builtIn": "SDK::Endpoint",
19861986
"required": false,
19871987
"documentation": "Override the endpoint used to send this request",
1988-
"type": "String"
1988+
"type": "string"
19891989
}
19901990
},
19911991
"rules": [

0 commit comments

Comments
 (0)