Skip to content

Commit ded580d

Browse files
committed
fix(clients): turn off useUnknownInCatchVariables
1 parent 8bb2430 commit ded580d

File tree

306 files changed

+612
-306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+612
-306
lines changed

clients/client-accessanalyzer/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-account/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-acm-pca/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-acm/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-alexa-for-business/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-amp/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-amplify/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-amplifybackend/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-amplifyuibuilder/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-api-gateway/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-apigatewaymanagementapi/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-apigatewayv2/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-app-mesh/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-appconfig/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-appconfigdata/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-appflow/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-appintegrations/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-application-auto-scaling/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-application-discovery-service/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-application-insights/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-applicationcostprofiler/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-apprunner/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-appstream/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-appsync/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-athena/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-auditmanager/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-auto-scaling-plans/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-auto-scaling/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-backup-gateway/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-backup/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-batch/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-braket/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-budgets/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-chime-sdk-identity/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-chime-sdk-meetings/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-chime-sdk-messaging/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-chime/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-cloud9/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-cloudcontrol/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

clients/client-clouddirectory/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

0 commit comments

Comments
 (0)