We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2d549 commit 6360788Copy full SHA for 6360788
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