Skip to content

Commit a0179c8

Browse files
author
awstools
committed
feat(client-servicediscovery): Update endpoint ruleset parameters casing
1 parent 09631dd commit a0179c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-servicediscovery/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
2020
h="stringEquals",
21-
i={[v]:false,"type":"String"},
22-
j={[v]:true,"default":false,"type":"Boolean"},
21+
i={[v]:false,"type":"string"},
22+
j={[v]:true,"default":false,"type":"boolean"},
2323
k={[y]:"Endpoint"},
2424
l={[w]:c,[x]:[{[y]:"UseFIPS"},true]},
2525
m={[w]:c,[x]:[{[y]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/servicediscovery.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3868,27 +3868,27 @@
38683868
"builtIn": "AWS::Region",
38693869
"required": false,
38703870
"documentation": "The AWS region used to dispatch the request.",
3871-
"type": "String"
3871+
"type": "string"
38723872
},
38733873
"UseDualStack": {
38743874
"builtIn": "AWS::UseDualStack",
38753875
"required": true,
38763876
"default": false,
38773877
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3878-
"type": "Boolean"
3878+
"type": "boolean"
38793879
},
38803880
"UseFIPS": {
38813881
"builtIn": "AWS::UseFIPS",
38823882
"required": true,
38833883
"default": false,
38843884
"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.",
3885-
"type": "Boolean"
3885+
"type": "boolean"
38863886
},
38873887
"Endpoint": {
38883888
"builtIn": "SDK::Endpoint",
38893889
"required": false,
38903890
"documentation": "Override the endpoint used to send this request",
3891-
"type": "String"
3891+
"type": "string"
38923892
}
38933893
},
38943894
"rules": [

0 commit comments

Comments
 (0)