Skip to content

Commit 295e4f2

Browse files
author
awstools
committed
feat(client-ssm-incidents): Update endpoint ruleset parameters casing
1 parent f0a5759 commit 295e4f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3608,27 +3608,27 @@
36083608
"builtIn": "AWS::Region",
36093609
"required": false,
36103610
"documentation": "The AWS region used to dispatch the request.",
3611-
"type": "String"
3611+
"type": "string"
36123612
},
36133613
"UseDualStack": {
36143614
"builtIn": "AWS::UseDualStack",
36153615
"required": true,
36163616
"default": false,
36173617
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3618-
"type": "Boolean"
3618+
"type": "boolean"
36193619
},
36203620
"UseFIPS": {
36213621
"builtIn": "AWS::UseFIPS",
36223622
"required": true,
36233623
"default": false,
36243624
"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.",
3625-
"type": "Boolean"
3625+
"type": "boolean"
36263626
},
36273627
"Endpoint": {
36283628
"builtIn": "SDK::Endpoint",
36293629
"required": false,
36303630
"documentation": "Override the endpoint used to send this request",
3631-
"type": "String"
3631+
"type": "string"
36323632
}
36333633
},
36343634
"rules": [

0 commit comments

Comments
 (0)