Skip to content

Commit f67d3ea

Browse files
authored
Rename v2 Modules from Client to Service (#103)
1 parent 5b77175 commit f67d3ea

22 files changed

+41
-38
lines changed

.changeset/eight-houses-wash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": patch
3+
---
4+
5+
Rename v2 Modules from Client to Service

src/transforms/v2-to-v3/__fixtures__/client-api-await.input.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-api-await.input.ts

File renamed without changes.

src/transforms/v2-to-v3/__fixtures__/client-api-await.output.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-api-await.output.ts

File renamed without changes.

src/transforms/v2-to-v3/__fixtures__/client-api-promise-variable-declarator.input.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-api-promise-variable-declarator.input.ts

File renamed without changes.

src/transforms/v2-to-v3/__fixtures__/client-api-promise-variable-declarator.output.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-api-promise-variable-declarator.output.ts

File renamed without changes.

src/transforms/v2-to-v3/__fixtures__/client-api-promise.input.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-api-promise.input.ts

File renamed without changes.

src/transforms/v2-to-v3/__fixtures__/client-api-promise.output.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-api-promise.output.ts

File renamed without changes.

src/transforms/v2-to-v3/__fixtures__/clients-import.input.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-import.input.ts

File renamed without changes.

src/transforms/v2-to-v3/__fixtures__/clients-import.output.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-import.output.ts

File renamed without changes.

src/transforms/v2-to-v3/__fixtures__/client-require.input.ts renamed to src/transforms/v2-to-v3/__fixtures__/service-require.input.ts

File renamed without changes.

0 commit comments

Comments
 (0)