Skip to content

Commit 16d85f2

Browse files
author
awstools
committed
feat(client-codepipeline): Update endpoint ruleset parameters casing
1 parent 5999e41 commit 16d85f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,27 +1979,27 @@
19791979
"builtIn": "AWS::Region",
19801980
"required": false,
19811981
"documentation": "The AWS region used to dispatch the request.",
1982-
"type": "String"
1982+
"type": "string"
19831983
},
19841984
"UseDualStack": {
19851985
"builtIn": "AWS::UseDualStack",
19861986
"required": true,
19871987
"default": false,
19881988
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1989-
"type": "Boolean"
1989+
"type": "boolean"
19901990
},
19911991
"UseFIPS": {
19921992
"builtIn": "AWS::UseFIPS",
19931993
"required": true,
19941994
"default": false,
19951995
"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.",
1996-
"type": "Boolean"
1996+
"type": "boolean"
19971997
},
19981998
"Endpoint": {
19991999
"builtIn": "SDK::Endpoint",
20002000
"required": false,
20012001
"documentation": "Override the endpoint used to send this request",
2002-
"type": "String"
2002+
"type": "string"
20032003
}
20042004
},
20052005
"rules": [

0 commit comments

Comments
 (0)