Skip to content

Commit 90fe8ed

Browse files
author
awstools
committed
feat(client-app-mesh): Update endpoint ruleset parameters casing
1 parent fee835c commit 90fe8ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

0 commit comments

Comments
 (0)