We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5904a28 commit efea2a2Copy full SHA for efea2a2
packages/core/src/shared/clients/clientWrapper.ts
@@ -12,7 +12,7 @@ export abstract class ClientWrapper<C extends AwsClient> implements vscode.Dispo
12
13
public constructor(
14
public readonly regionCode: string,
15
- private readonly clientType: AwsClientConstructor<any>
+ private readonly clientType: AwsClientConstructor<C>
16
) {}
17
18
protected async getClient() {
0 commit comments