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 47d3c44 commit cab4b14Copy full SHA for cab4b14
server/aws-lsp-codewhisperer/src/shared/streamingClientService.ts
@@ -34,6 +34,7 @@ export type ChatCommandOutput = SendMessageCommandOutput | GenerateAssistantResp
34
export abstract class StreamingClientServiceBase {
35
protected readonly region
36
protected readonly endpoint
37
+ public profileArn?: string
38
39
inflightRequests: Set<AbortController> = new Set()
40
@@ -69,7 +70,6 @@ export abstract class StreamingClientServiceBase {
69
70
71
export class StreamingClientServiceToken extends StreamingClientServiceBase {
72
client: CodeWhispererStreaming
- public profileArn?: string
73
constructor(
74
credentialsProvider: CredentialsProvider,
75
sdkInitializator: SDKInitializator,
0 commit comments