Skip to content

Commit 3b0e23d

Browse files
author
awstools
committed
feat(client-connectparticipant): Update endpoint ruleset parameters casing
1 parent f9194bd commit 3b0e23d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,27 +107,27 @@
107107
"builtIn": "AWS::Region",
108108
"required": false,
109109
"documentation": "The AWS region used to dispatch the request.",
110-
"type": "String"
110+
"type": "string"
111111
},
112112
"UseDualStack": {
113113
"builtIn": "AWS::UseDualStack",
114114
"required": true,
115115
"default": false,
116116
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
117-
"type": "Boolean"
117+
"type": "boolean"
118118
},
119119
"UseFIPS": {
120120
"builtIn": "AWS::UseFIPS",
121121
"required": true,
122122
"default": false,
123123
"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.",
124-
"type": "Boolean"
124+
"type": "boolean"
125125
},
126126
"Endpoint": {
127127
"builtIn": "SDK::Endpoint",
128128
"required": false,
129129
"documentation": "Override the endpoint used to send this request",
130-
"type": "String"
130+
"type": "string"
131131
}
132132
},
133133
"rules": [

0 commit comments

Comments
 (0)