Skip to content

Commit a12a2a0

Browse files
author
awstools
committed
feat(client-firehose): Update endpoint ruleset parameters casing
1 parent 0223dac commit a12a2a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,27 +3157,27 @@
31573157
"builtIn": "AWS::Region",
31583158
"required": false,
31593159
"documentation": "The AWS region used to dispatch the request.",
3160-
"type": "String"
3160+
"type": "string"
31613161
},
31623162
"UseDualStack": {
31633163
"builtIn": "AWS::UseDualStack",
31643164
"required": true,
31653165
"default": false,
31663166
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3167-
"type": "Boolean"
3167+
"type": "boolean"
31683168
},
31693169
"UseFIPS": {
31703170
"builtIn": "AWS::UseFIPS",
31713171
"required": true,
31723172
"default": false,
31733173
"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.",
3174-
"type": "Boolean"
3174+
"type": "boolean"
31753175
},
31763176
"Endpoint": {
31773177
"builtIn": "SDK::Endpoint",
31783178
"required": false,
31793179
"documentation": "Override the endpoint used to send this request",
3180-
"type": "String"
3180+
"type": "string"
31813181
}
31823182
},
31833183
"rules": [

0 commit comments

Comments
 (0)