Skip to content

Commit 5e2f1b5

Browse files
author
awstools
committed
feat(client-chime-sdk-media-pipelines): Update endpoint ruleset parameters casing
1 parent 09e894d commit 5e2f1b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-chime-sdk-media-pipelines/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/chime-sdk-media-pipelines.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -876,27 +876,27 @@
876876
"builtIn": "AWS::Region",
877877
"required": false,
878878
"documentation": "The AWS region used to dispatch the request.",
879-
"type": "String"
879+
"type": "string"
880880
},
881881
"UseDualStack": {
882882
"builtIn": "AWS::UseDualStack",
883883
"required": true,
884884
"default": false,
885885
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
886-
"type": "Boolean"
886+
"type": "boolean"
887887
},
888888
"UseFIPS": {
889889
"builtIn": "AWS::UseFIPS",
890890
"required": true,
891891
"default": false,
892892
"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.",
893-
"type": "Boolean"
893+
"type": "boolean"
894894
},
895895
"Endpoint": {
896896
"builtIn": "SDK::Endpoint",
897897
"required": false,
898898
"documentation": "Override the endpoint used to send this request",
899-
"type": "String"
899+
"type": "string"
900900
}
901901
},
902902
"rules": [

0 commit comments

Comments
 (0)