Skip to content

Commit 91db038

Browse files
author
awstools
committed
feat(client-health): Update endpoint ruleset parameters casing
1 parent dbcb489 commit 91db038

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ g="PartitionResult",
2020
h="stringEquals",
2121
i="sigv4",
2222
j="health",
23-
k={[w]:false,"type":"String"},
24-
l={[w]:true,"default":false,"type":"Boolean"},
23+
k={[w]:false,"type":"string"},
24+
l={[w]:true,"default":false,"type":"boolean"},
2525
m={[z]:"Endpoint"},
2626
n={[x]:c,[y]:[{[z]:"UseFIPS"},true]},
2727
o={[x]:c,[y]:[{[z]:"UseDualStack"},true]},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,27 +97,27 @@
9797
"builtIn": "AWS::Region",
9898
"required": false,
9999
"documentation": "The AWS region used to dispatch the request.",
100-
"type": "String"
100+
"type": "string"
101101
},
102102
"UseDualStack": {
103103
"builtIn": "AWS::UseDualStack",
104104
"required": true,
105105
"default": false,
106106
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
107-
"type": "Boolean"
107+
"type": "boolean"
108108
},
109109
"UseFIPS": {
110110
"builtIn": "AWS::UseFIPS",
111111
"required": true,
112112
"default": false,
113113
"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.",
114-
"type": "Boolean"
114+
"type": "boolean"
115115
},
116116
"Endpoint": {
117117
"builtIn": "SDK::Endpoint",
118118
"required": false,
119119
"documentation": "Override the endpoint used to send this request",
120-
"type": "String"
120+
"type": "string"
121121
}
122122
},
123123
"rules": [

0 commit comments

Comments
 (0)