|
4 | 4 |
|
5 | 5 | ### Major Changes
|
6 | 6 |
|
7 |
| -- Transform S3 getSignedUrl APIs from v2 to v3 ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
8 |
| -- Remove redundant JS SDK v2 TypeScript types ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
9 |
| -- Transform JS SDK v2 credential providers and chains to v3 ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
10 |
| -- Remove `.promise()` from JS SDK API calls ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
11 |
| -- Transform JS SDK v2 token providers and chains to v3 ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
12 |
| -- Transform DynamoDB DocumentClient from v2 to v3 ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
13 |
| -- Transform S3 multi-part upload APIs from v2 to v3 ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
14 |
| -- Transform JS SDK v2 TypeScript types to v3 ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
15 |
| -- Transform waiter `waitFor` calls with `waitUntil*` functions ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
16 |
| -- Transform JS SDK client creations in v2 to v3: ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
17 |
| - - When client name is same |
18 |
| - - When client name is different |
19 |
| - - When client is imported with a local name |
20 |
| -- Transform simple JS SDK config from v2 to v3 which is deprecated, not supported, replaced or renamed ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
21 |
| -- Transform JS SDK APIs to v3 from static imports of aws-sdk v2 ([b4b7e069ab2f8d5816a9555866900773c43712b7](https://github.com/awslabs/aws-sdk-js-codemod/commit/b4b7e069ab2f8d5816a9555866900773c43712b7)) |
22 |
| - - Default Import |
23 |
| - - Namespace Import |
24 |
| - - Variable Require |
25 |
| - - Import Equals |
26 |
| - - Named Import |
27 |
| - - Named Import with a local name |
28 |
| - - ObjectPattern Require |
29 |
| - - ObjectPattern Require with a local name |
30 |
| - - Variable Require Property |
31 |
| - - Variable Require Property with a local name |
32 |
| - - Default Import with deep path |
33 |
| - - Namespace Import with deep path |
34 |
| - - Variable Require with deep path |
35 |
| - - Import Equals with deep path |
| 7 | +- Transform JS SDK APIs to v3 from static imports of aws-sdk v2 |
| 8 | + - Default Import |
| 9 | + - Namespace Import |
| 10 | + - Variable Require |
| 11 | + - Import Equals |
| 12 | + - Named Import |
| 13 | + - Named Import with a local name |
| 14 | + - ObjectPattern Require |
| 15 | + - ObjectPattern Require with a local name |
| 16 | + - Variable Require Property |
| 17 | + - Variable Require Property with a local name |
| 18 | + - Default Import with deep path |
| 19 | + - Namespace Import with deep path |
| 20 | + - Variable Require with deep path |
| 21 | + - Import Equals with deep path |
| 22 | +- Transform JS SDK client creations in v2 to v3 |
| 23 | + - When client name is same |
| 24 | + - When client name is different |
| 25 | + - When client is imported with a local name |
| 26 | +- Transform simple JS SDK config from v2 to v3 which is deprecated, not supported, replaced or renamed |
| 27 | +- Remove `.promise()` from JS SDK API calls |
| 28 | +- Transform JS SDK v2 TypeScript types to v3 |
| 29 | +- Remove redundant JS SDK v2 TypeScript types |
| 30 | +- Transform waiter `waitFor` calls with `waitUntil*` functions |
| 31 | +- Transform JS SDK v2 credential providers and chains to v3 |
| 32 | +- Transform JS SDK v2 token providers and chains to v3 |
| 33 | +- Transform DynamoDB DocumentClient from v2 to v3 |
| 34 | +- Transform S3 getSignedUrl APIs from v2 to v3 |
| 35 | +- Transform S3 multi-part upload APIs from v2 to v3 |
36 | 36 |
|
37 | 37 | ## 0.28.2
|
38 | 38 |
|
|
0 commit comments