Skip to content

Commit f98e40b

Browse files
author
awstools
committed
feat(client-codeguruprofiler): Update endpoint ruleset parameters casing
1 parent b279535 commit f98e40b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,27 +542,27 @@
542542
"builtIn": "AWS::Region",
543543
"required": false,
544544
"documentation": "The AWS region used to dispatch the request.",
545-
"type": "String"
545+
"type": "string"
546546
},
547547
"UseDualStack": {
548548
"builtIn": "AWS::UseDualStack",
549549
"required": true,
550550
"default": false,
551551
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
552-
"type": "Boolean"
552+
"type": "boolean"
553553
},
554554
"UseFIPS": {
555555
"builtIn": "AWS::UseFIPS",
556556
"required": true,
557557
"default": false,
558558
"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.",
559-
"type": "Boolean"
559+
"type": "boolean"
560560
},
561561
"Endpoint": {
562562
"builtIn": "SDK::Endpoint",
563563
"required": false,
564564
"documentation": "Override the endpoint used to send this request",
565-
"type": "String"
565+
"type": "string"
566566
}
567567
},
568568
"rules": [

0 commit comments

Comments
 (0)