Skip to content

Commit fee835c

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-chime/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ f="endpoint",
1919
g="tree",
2020
h="PartitionResult",
2121
i="getAttr",
22-
j={[x]:false,"type":"String"},
23-
k={[x]:true,"default":false,"type":"Boolean"},
22+
j={[x]:false,"type":"string"},
23+
k={[x]:true,"default":false,"type":"boolean"},
2424
l={[A]:"Endpoint"},
2525
m={[y]:d,[z]:[{[A]:"UseFIPS"},true]},
2626
n={[A]:"UseFIPS"},

codegen/sdk-codegen/aws-models/chime.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6059,27 +6059,27 @@
60596059
"builtIn": "AWS::Region",
60606060
"required": false,
60616061
"documentation": "The AWS region used to dispatch the request.",
6062-
"type": "String"
6062+
"type": "string"
60636063
},
60646064
"UseDualStack": {
60656065
"builtIn": "AWS::UseDualStack",
60666066
"required": true,
60676067
"default": false,
60686068
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
6069-
"type": "Boolean"
6069+
"type": "boolean"
60706070
},
60716071
"UseFIPS": {
60726072
"builtIn": "AWS::UseFIPS",
60736073
"required": true,
60746074
"default": false,
60756075
"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.",
6076-
"type": "Boolean"
6076+
"type": "boolean"
60776077
},
60786078
"Endpoint": {
60796079
"builtIn": "SDK::Endpoint",
60806080
"required": false,
60816081
"documentation": "Override the endpoint used to send this request",
6082-
"type": "String"
6082+
"type": "string"
60836083
}
60846084
},
60856085
"rules": [

0 commit comments

Comments
 (0)