File tree 5 files changed +471
-9
lines changed
5 files changed +471
-9
lines changed Original file line number Diff line number Diff line change 24
24
},
25
25
"devDependencies" : {
26
26
"ts-jest" : " 29.2.5" ,
27
- "ts-node" : " 10.9.2"
27
+ "ts-node" : " 10.9.2" ,
28
+ "@jest/types" : " 29.6.3" ,
29
+ "jest" : " 29.7.0" ,
30
+ "jest-extended" : " 4.0.2" ,
31
+ "jest-mock" : " 29.7.0" ,
32
+ "jest-mock-extended" : " 3.0.7" ,
33
+ "jest-snapshot" : " 29.7.0" ,
34
+ "aws-sdk-client-mock" : " 4.1.0"
28
35
}
29
36
}
Original file line number Diff line number Diff line change 1
1
import {
2
+ AddonInfo ,
3
+ AddonVersionInfo ,
4
+ Compatibility ,
2
5
DescribeAddonVersionsCommand ,
3
6
DescribeAddonVersionsCommandInput ,
4
- AddonVersionInfo ,
5
- DescribeClusterVersionsCommand ,
6
7
DescribeAddonVersionsCommandOutput ,
7
- DescribeClusterVersionsResponse ,
8
- EKSClient , AddonInfo ,
9
- Compatibility ,
8
+ EKSClient
10
9
} from '@aws-sdk/client-eks' ;
11
10
12
11
import { logger } from './utils/logger' ;
13
12
14
13
import type { GetReleasesConfig , ReleaseResult } from './utils/types' ;
15
- // just to simplify things
16
- import { Lazy } from './utils/lazy' ;
17
14
18
15
import { fromNodeProviderChain } from '@aws-sdk/credential-providers' ;
19
16
20
17
import { EksAddonsFilter } from './schema' ;
21
18
22
- // import writeTxoFile from './file'
23
19
// import { boolean } from 'zod';
24
20
// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/eks/command/DescribeAddonVersionsCommand/
25
21
// https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-eks/Interface/DescribeAddonVersionsCommandInput/
You can’t perform that action at this time.
0 commit comments