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 47101f3Copy full SHA for 47101f3
packages/core/src/shared/clients/clientWrapper.ts
@@ -7,8 +7,8 @@ import globals from '../extensionGlobals'
7
import { AwsClient, AwsClientConstructor, AwsCommand } from '../awsClientBuilderV3'
8
import { pageableToCollection } from '../utilities/collectionUtils'
9
10
-export abstract class ClientWrapper<C extends AwsClient> implements vscode.Disposable {
11
- protected client?: C
+export abstract class ClientWrapper<Client extends AwsClient> implements vscode.Disposable {
+ protected client?: Client
12
13
public constructor(
14
public readonly regionCode: string,
0 commit comments