Skip to content

Commit 0bff015

Browse files
author
awstools
committed
feat(client-codedeploy): Update endpoint ruleset parameters casing
1 parent a3b8e07 commit 0bff015

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,27 +1278,27 @@
12781278
"builtIn": "AWS::Region",
12791279
"required": false,
12801280
"documentation": "The AWS region used to dispatch the request.",
1281-
"type": "String"
1281+
"type": "string"
12821282
},
12831283
"UseDualStack": {
12841284
"builtIn": "AWS::UseDualStack",
12851285
"required": true,
12861286
"default": false,
12871287
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1288-
"type": "Boolean"
1288+
"type": "boolean"
12891289
},
12901290
"UseFIPS": {
12911291
"builtIn": "AWS::UseFIPS",
12921292
"required": true,
12931293
"default": false,
12941294
"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.",
1295-
"type": "Boolean"
1295+
"type": "boolean"
12961296
},
12971297
"Endpoint": {
12981298
"builtIn": "SDK::Endpoint",
12991299
"required": false,
13001300
"documentation": "Override the endpoint used to send this request",
1301-
"type": "String"
1301+
"type": "string"
13021302
}
13031303
},
13041304
"rules": [

0 commit comments

Comments
 (0)