Skip to content

Commit 090d349

Browse files
author
awstools
committed
feat(client-cognito-sync): Update endpoint ruleset parameters casing
1 parent 2cbb7e0 commit 090d349

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

0 commit comments

Comments
 (0)