Skip to content

Commit ff4ecda

Browse files
author
awstools
committed
feat(client-greengrass): Update endpoint ruleset parameters casing
1 parent 9c056ab commit ff4ecda

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-greengrass/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ i="us-gov-east-1",
2222
j="us-gov-west-1",
2323
k="sigv4",
2424
l="greengrass",
25-
m={[y]:false,"type":"String"},
26-
n={[y]:true,"default":false,"type":"Boolean"},
25+
m={[y]:false,"type":"string"},
26+
n={[y]:true,"default":false,"type":"boolean"},
2727
o={[B]:"Endpoint"},
2828
p={[z]:c,[A]:[{[B]:"UseFIPS"},true]},
2929
q={[z]:c,[A]:[{[B]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/greengrass.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5511,27 +5511,27 @@
55115511
"builtIn": "AWS::Region",
55125512
"required": false,
55135513
"documentation": "The AWS region used to dispatch the request.",
5514-
"type": "String"
5514+
"type": "string"
55155515
},
55165516
"UseDualStack": {
55175517
"builtIn": "AWS::UseDualStack",
55185518
"required": true,
55195519
"default": false,
55205520
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
5521-
"type": "Boolean"
5521+
"type": "boolean"
55225522
},
55235523
"UseFIPS": {
55245524
"builtIn": "AWS::UseFIPS",
55255525
"required": true,
55265526
"default": false,
55275527
"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.",
5528-
"type": "Boolean"
5528+
"type": "boolean"
55295529
},
55305530
"Endpoint": {
55315531
"builtIn": "SDK::Endpoint",
55325532
"required": false,
55335533
"documentation": "Override the endpoint used to send this request",
5534-
"type": "String"
5534+
"type": "string"
55355535
}
55365536
},
55375537
"rules": [

0 commit comments

Comments
 (0)