Skip to content

Commit 36b8888

Browse files
author
awstools
committed
feat(client-mediapackage-vod): Update endpoint ruleset parameters casing
1 parent 7cca731 commit 36b8888

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,27 +2095,27 @@
20952095
"builtIn": "AWS::Region",
20962096
"required": false,
20972097
"documentation": "The AWS region used to dispatch the request.",
2098-
"type": "String"
2098+
"type": "string"
20992099
},
21002100
"UseDualStack": {
21012101
"builtIn": "AWS::UseDualStack",
21022102
"required": true,
21032103
"default": false,
21042104
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2105-
"type": "Boolean"
2105+
"type": "boolean"
21062106
},
21072107
"UseFIPS": {
21082108
"builtIn": "AWS::UseFIPS",
21092109
"required": true,
21102110
"default": false,
21112111
"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.",
2112-
"type": "Boolean"
2112+
"type": "boolean"
21132113
},
21142114
"Endpoint": {
21152115
"builtIn": "SDK::Endpoint",
21162116
"required": false,
21172117
"documentation": "Override the endpoint used to send this request",
2118-
"type": "String"
2118+
"type": "string"
21192119
}
21202120
},
21212121
"rules": [

0 commit comments

Comments
 (0)