Skip to content

Commit aedccd8

Browse files
author
Pranav Firake
committed
chore: deleting unused RPC messages
1 parent 9d6a474 commit aedccd8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

core/aws-lsp-core/src/credentials/credentialsProvider.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,6 @@ export const credentialsProtocolMethodNames = {
3030
* Called by host to un-set any stored bearer token
3131
*/
3232
iamBearerTokenDelete: 'aws/credentials/token/delete',
33-
/**
34-
* Called by host to push new IAM credentials whenever credentials state changes for Atx
35-
* (and there are valid credentials)
36-
*/
37-
iamAtxCredentialsUpdate: 'aws/credentials/iam/atxupdate',
38-
/**
39-
* Called by host to un-set any stored IAM credentials for Atx
40-
*/
41-
iamAtxCredentialsDelete: 'aws/credentials/iam/atxdelete',
42-
/**
43-
* Called by host to push a new bearer token whenever credentials state changes for Atx
44-
* (and there is a valid token)
45-
*/
46-
iamAtxBearerTokenUpdate: 'aws/credentials/token/atxupdate',
47-
/**
48-
* Called by host to un-set any stored bearer token for Atx
49-
*/
50-
iamAtxBearerTokenDelete: 'aws/credentials/token/atxdelete',
5133
}
5234

5335
/**

0 commit comments

Comments
 (0)