Skip to content

Commit 4e702ef

Browse files
author
awstools
committed
feat(client-kinesis-video-media): Update endpoint ruleset parameters casing
1 parent 3589834 commit 4e702ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-kinesis-video-media/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/kinesis-video-media.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,27 +58,27 @@
5858
"builtIn": "AWS::Region",
5959
"required": false,
6060
"documentation": "The AWS region used to dispatch the request.",
61-
"type": "String"
61+
"type": "string"
6262
},
6363
"UseDualStack": {
6464
"builtIn": "AWS::UseDualStack",
6565
"required": true,
6666
"default": false,
6767
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
68-
"type": "Boolean"
68+
"type": "boolean"
6969
},
7070
"UseFIPS": {
7171
"builtIn": "AWS::UseFIPS",
7272
"required": true,
7373
"default": false,
7474
"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.",
75-
"type": "Boolean"
75+
"type": "boolean"
7676
},
7777
"Endpoint": {
7878
"builtIn": "SDK::Endpoint",
7979
"required": false,
8080
"documentation": "Override the endpoint used to send this request",
81-
"type": "String"
81+
"type": "string"
8282
}
8383
},
8484
"rules": [

0 commit comments

Comments
 (0)