Skip to content

Commit b5f3c08

Browse files
author
awstools
committed
feat(client-application-insights): Update endpoint ruleset parameters casing
1 parent 23d58ce commit b5f3c08

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,27 +1723,27 @@
17231723
"builtIn": "AWS::Region",
17241724
"required": false,
17251725
"documentation": "The AWS region used to dispatch the request.",
1726-
"type": "String"
1726+
"type": "string"
17271727
},
17281728
"UseDualStack": {
17291729
"builtIn": "AWS::UseDualStack",
17301730
"required": true,
17311731
"default": false,
17321732
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1733-
"type": "Boolean"
1733+
"type": "boolean"
17341734
},
17351735
"UseFIPS": {
17361736
"builtIn": "AWS::UseFIPS",
17371737
"required": true,
17381738
"default": false,
17391739
"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.",
1740-
"type": "Boolean"
1740+
"type": "boolean"
17411741
},
17421742
"Endpoint": {
17431743
"builtIn": "SDK::Endpoint",
17441744
"required": false,
17451745
"documentation": "Override the endpoint used to send this request",
1746-
"type": "String"
1746+
"type": "string"
17471747
}
17481748
},
17491749
"rules": [

0 commit comments

Comments
 (0)