Skip to content

Commit 1f72ef5

Browse files
author
awstools
committed
feat(client-translate): Update endpoint ruleset parameters casing
1 parent e8b664b commit 1f72ef5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

0 commit comments

Comments
 (0)