Skip to content

Commit dddc032

Browse files
author
awstools
committed
feat(client-chime-sdk-meetings): Update endpoint ruleset parameters casing
1 parent 2fb16da commit dddc032

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-chime-sdk-meetings/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/chime-sdk-meetings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,27 +451,27 @@
451451
"builtIn": "AWS::Region",
452452
"required": false,
453453
"documentation": "The AWS region used to dispatch the request.",
454-
"type": "String"
454+
"type": "string"
455455
},
456456
"UseDualStack": {
457457
"builtIn": "AWS::UseDualStack",
458458
"required": true,
459459
"default": false,
460460
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
461-
"type": "Boolean"
461+
"type": "boolean"
462462
},
463463
"UseFIPS": {
464464
"builtIn": "AWS::UseFIPS",
465465
"required": true,
466466
"default": false,
467467
"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.",
468-
"type": "Boolean"
468+
"type": "boolean"
469469
},
470470
"Endpoint": {
471471
"builtIn": "SDK::Endpoint",
472472
"required": false,
473473
"documentation": "Override the endpoint used to send this request",
474-
"type": "String"
474+
"type": "string"
475475
}
476476
},
477477
"rules": [

0 commit comments

Comments
 (0)