Skip to content

Commit d658ddd

Browse files
author
awstools
committed
feat(client-license-manager-user-subscriptions): Update endpoint ruleset parameters casing
1 parent 8ef7b35 commit d658ddd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-license-manager-user-subscriptions/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/license-manager-user-subscriptions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -974,27 +974,27 @@
974974
"builtIn": "AWS::Region",
975975
"required": false,
976976
"documentation": "The AWS region used to dispatch the request.",
977-
"type": "String"
977+
"type": "string"
978978
},
979979
"UseDualStack": {
980980
"builtIn": "AWS::UseDualStack",
981981
"required": true,
982982
"default": false,
983983
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
984-
"type": "Boolean"
984+
"type": "boolean"
985985
},
986986
"UseFIPS": {
987987
"builtIn": "AWS::UseFIPS",
988988
"required": true,
989989
"default": false,
990990
"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.",
991-
"type": "Boolean"
991+
"type": "boolean"
992992
},
993993
"Endpoint": {
994994
"builtIn": "SDK::Endpoint",
995995
"required": false,
996996
"documentation": "Override the endpoint used to send this request",
997-
"type": "String"
997+
"type": "string"
998998
}
999999
},
10001000
"rules": [

0 commit comments

Comments
 (0)