Skip to content

Commit 2fb16da

Browse files
author
awstools
committed
feat(client-directory-service): Update endpoint ruleset parameters casing
1 parent dddaa8a commit 2fb16da

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5392,27 +5392,27 @@
53925392
"builtIn": "AWS::Region",
53935393
"required": false,
53945394
"documentation": "The AWS region used to dispatch the request.",
5395-
"type": "String"
5395+
"type": "string"
53965396
},
53975397
"UseDualStack": {
53985398
"builtIn": "AWS::UseDualStack",
53995399
"required": true,
54005400
"default": false,
54015401
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
5402-
"type": "Boolean"
5402+
"type": "boolean"
54035403
},
54045404
"UseFIPS": {
54055405
"builtIn": "AWS::UseFIPS",
54065406
"required": true,
54075407
"default": false,
54085408
"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.",
5409-
"type": "Boolean"
5409+
"type": "boolean"
54105410
},
54115411
"Endpoint": {
54125412
"builtIn": "SDK::Endpoint",
54135413
"required": false,
54145414
"documentation": "Override the endpoint used to send this request",
5415-
"type": "String"
5415+
"type": "string"
54165416
}
54175417
},
54185418
"rules": [

0 commit comments

Comments
 (0)