Skip to content

Commit 5ebde32

Browse files
author
awstools
committed
feat(client-codeartifact): Update endpoint ruleset parameters casing
1 parent 4013ad2 commit 5ebde32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -470,27 +470,27 @@
470470
"builtIn": "AWS::Region",
471471
"required": false,
472472
"documentation": "The AWS region used to dispatch the request.",
473-
"type": "String"
473+
"type": "string"
474474
},
475475
"UseDualStack": {
476476
"builtIn": "AWS::UseDualStack",
477477
"required": true,
478478
"default": false,
479479
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
480-
"type": "Boolean"
480+
"type": "boolean"
481481
},
482482
"UseFIPS": {
483483
"builtIn": "AWS::UseFIPS",
484484
"required": true,
485485
"default": false,
486486
"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.",
487-
"type": "Boolean"
487+
"type": "boolean"
488488
},
489489
"Endpoint": {
490490
"builtIn": "SDK::Endpoint",
491491
"required": false,
492492
"documentation": "Override the endpoint used to send this request",
493-
"type": "String"
493+
"type": "string"
494494
}
495495
},
496496
"rules": [

0 commit comments

Comments
 (0)