Skip to content

Commit db8370c

Browse files
author
awstools
committed
feat(client-glacier): Update endpoint ruleset parameters casing
1 parent b87ba26 commit db8370c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-glacier/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
2020
h="getAttr",
21-
i={[u]:false,"type":"String"},
22-
j={[u]:true,"default":false,"type":"Boolean"},
21+
i={[u]:false,"type":"string"},
22+
j={[u]:true,"default":false,"type":"boolean"},
2323
k={[x]:"Endpoint"},
2424
l={[v]:c,[w]:[{[x]:"UseFIPS"},true]},
2525
m={[v]:c,[w]:[{[x]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/glacier.json

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

0 commit comments

Comments
 (0)