Skip to content

Commit 1fc9697

Browse files
author
awstools
committed
feat(client-tnb): Update endpoint ruleset parameters casing
1 parent d658ddd commit 1fc9697

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4599,27 +4599,27 @@
45994599
"builtIn": "AWS::Region",
46004600
"required": false,
46014601
"documentation": "The AWS region used to dispatch the request.",
4602-
"type": "String"
4602+
"type": "string"
46034603
},
46044604
"UseDualStack": {
46054605
"builtIn": "AWS::UseDualStack",
46064606
"required": true,
46074607
"default": false,
46084608
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
4609-
"type": "Boolean"
4609+
"type": "boolean"
46104610
},
46114611
"UseFIPS": {
46124612
"builtIn": "AWS::UseFIPS",
46134613
"required": true,
46144614
"default": false,
46154615
"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.",
4616-
"type": "Boolean"
4616+
"type": "boolean"
46174617
},
46184618
"Endpoint": {
46194619
"builtIn": "SDK::Endpoint",
46204620
"required": false,
46214621
"documentation": "Override the endpoint used to send this request",
4622-
"type": "String"
4622+
"type": "string"
46234623
}
46244624
},
46254625
"rules": [

0 commit comments

Comments
 (0)