Skip to content

Commit 78df38f

Browse files
author
awstools
committed
feat(client-mediaconnect): Update endpoint ruleset parameters casing
1 parent daa2efd commit 78df38f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5897,27 +5897,27 @@
58975897
"builtIn": "AWS::Region",
58985898
"required": false,
58995899
"documentation": "The AWS region used to dispatch the request.",
5900-
"type": "String"
5900+
"type": "string"
59015901
},
59025902
"UseDualStack": {
59035903
"builtIn": "AWS::UseDualStack",
59045904
"required": true,
59055905
"default": false,
59065906
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
5907-
"type": "Boolean"
5907+
"type": "boolean"
59085908
},
59095909
"UseFIPS": {
59105910
"builtIn": "AWS::UseFIPS",
59115911
"required": true,
59125912
"default": false,
59135913
"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.",
5914-
"type": "Boolean"
5914+
"type": "boolean"
59155915
},
59165916
"Endpoint": {
59175917
"builtIn": "SDK::Endpoint",
59185918
"required": false,
59195919
"documentation": "Override the endpoint used to send this request",
5920-
"type": "String"
5920+
"type": "string"
59215921
}
59225922
},
59235923
"rules": [

0 commit comments

Comments
 (0)