Skip to content

Commit c1f73ec

Browse files
author
awstools
committed
feat(client-bedrock-agent): Update endpoint ruleset parameters casing
1 parent a5126a1 commit c1f73ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,27 +1578,27 @@
15781578
"builtIn": "AWS::Region",
15791579
"required": false,
15801580
"documentation": "The AWS region used to dispatch the request.",
1581-
"type": "String"
1581+
"type": "string"
15821582
},
15831583
"UseDualStack": {
15841584
"builtIn": "AWS::UseDualStack",
15851585
"required": true,
15861586
"default": false,
15871587
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1588-
"type": "Boolean"
1588+
"type": "boolean"
15891589
},
15901590
"UseFIPS": {
15911591
"builtIn": "AWS::UseFIPS",
15921592
"required": true,
15931593
"default": false,
15941594
"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.",
1595-
"type": "Boolean"
1595+
"type": "boolean"
15961596
},
15971597
"Endpoint": {
15981598
"builtIn": "SDK::Endpoint",
15991599
"required": false,
16001600
"documentation": "Override the endpoint used to send this request",
1601-
"type": "String"
1601+
"type": "string"
16021602
}
16031603
},
16041604
"rules": [

0 commit comments

Comments
 (0)