Skip to content

Commit 2815add

Browse files
author
awstools
committed
feat(client-datasync): Update endpoint ruleset parameters casing
1 parent 53e1c2f commit 2815add

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,27 +3543,27 @@
35433543
"builtIn": "AWS::Region",
35443544
"required": false,
35453545
"documentation": "The AWS region used to dispatch the request.",
3546-
"type": "String"
3546+
"type": "string"
35473547
},
35483548
"UseDualStack": {
35493549
"builtIn": "AWS::UseDualStack",
35503550
"required": true,
35513551
"default": false,
35523552
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3553-
"type": "Boolean"
3553+
"type": "boolean"
35543554
},
35553555
"UseFIPS": {
35563556
"builtIn": "AWS::UseFIPS",
35573557
"required": true,
35583558
"default": false,
35593559
"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.",
3560-
"type": "Boolean"
3560+
"type": "boolean"
35613561
},
35623562
"Endpoint": {
35633563
"builtIn": "SDK::Endpoint",
35643564
"required": false,
35653565
"documentation": "Override the endpoint used to send this request",
3566-
"type": "String"
3566+
"type": "string"
35673567
}
35683568
},
35693569
"rules": [

0 commit comments

Comments
 (0)