Skip to content

Commit 7f703c1

Browse files
author
awstools
committed
feat(client-mq): Update endpoint ruleset parameters casing
1 parent 377d9ac commit 7f703c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4126,27 +4126,27 @@
41264126
"builtIn": "AWS::Region",
41274127
"required": false,
41284128
"documentation": "The AWS region used to dispatch the request.",
4129-
"type": "String"
4129+
"type": "string"
41304130
},
41314131
"UseDualStack": {
41324132
"builtIn": "AWS::UseDualStack",
41334133
"required": true,
41344134
"default": false,
41354135
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
4136-
"type": "Boolean"
4136+
"type": "boolean"
41374137
},
41384138
"UseFIPS": {
41394139
"builtIn": "AWS::UseFIPS",
41404140
"required": true,
41414141
"default": false,
41424142
"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.",
4143-
"type": "Boolean"
4143+
"type": "boolean"
41444144
},
41454145
"Endpoint": {
41464146
"builtIn": "SDK::Endpoint",
41474147
"required": false,
41484148
"documentation": "Override the endpoint used to send this request",
4149-
"type": "String"
4149+
"type": "string"
41504150
}
41514151
},
41524152
"rules": [

0 commit comments

Comments
 (0)