Skip to content

Commit 48683fa

Browse files
author
awstools
committed
feat(client-verifiedpermissions): Update endpoint ruleset parameters casing
1 parent 5455bbe commit 48683fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6756,27 +6756,27 @@
67566756
"builtIn": "AWS::Region",
67576757
"required": false,
67586758
"documentation": "The AWS region used to dispatch the request.",
6759-
"type": "String"
6759+
"type": "string"
67606760
},
67616761
"UseDualStack": {
67626762
"builtIn": "AWS::UseDualStack",
67636763
"required": true,
67646764
"default": false,
67656765
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
6766-
"type": "Boolean"
6766+
"type": "boolean"
67676767
},
67686768
"UseFIPS": {
67696769
"builtIn": "AWS::UseFIPS",
67706770
"required": true,
67716771
"default": false,
67726772
"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.",
6773-
"type": "Boolean"
6773+
"type": "boolean"
67746774
},
67756775
"Endpoint": {
67766776
"builtIn": "SDK::Endpoint",
67776777
"required": false,
67786778
"documentation": "Override the endpoint used to send this request",
6779-
"type": "String"
6779+
"type": "string"
67806780
}
67816781
},
67826782
"rules": [

0 commit comments

Comments
 (0)