Skip to content

Commit 8fafbe7

Browse files
author
awstools
committed
feat(client-route53-recovery-readiness): Update endpoint ruleset parameters casing
1 parent 1fc9697 commit 8fafbe7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-route53-recovery-readiness/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/route53-recovery-readiness.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2862,27 +2862,27 @@
28622862
"builtIn": "AWS::Region",
28632863
"required": false,
28642864
"documentation": "The AWS region used to dispatch the request.",
2865-
"type": "String"
2865+
"type": "string"
28662866
},
28672867
"UseDualStack": {
28682868
"builtIn": "AWS::UseDualStack",
28692869
"required": true,
28702870
"default": false,
28712871
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2872-
"type": "Boolean"
2872+
"type": "boolean"
28732873
},
28742874
"UseFIPS": {
28752875
"builtIn": "AWS::UseFIPS",
28762876
"required": true,
28772877
"default": false,
28782878
"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.",
2879-
"type": "Boolean"
2879+
"type": "boolean"
28802880
},
28812881
"Endpoint": {
28822882
"builtIn": "SDK::Endpoint",
28832883
"required": false,
28842884
"documentation": "Override the endpoint used to send this request",
2885-
"type": "String"
2885+
"type": "string"
28862886
}
28872887
},
28882888
"rules": [

0 commit comments

Comments
 (0)