Skip to content

Commit 42c28f1

Browse files
trivikrAllanZhengYP
authored andcommitted
chore: fix order of commands for rest-json clients (#661)
1 parent 2a0cb5b commit 42c28f1

File tree

138 files changed

+36615
-42181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+36615
-42181
lines changed

clients/client-amplify/Amplify.ts

Lines changed: 576 additions & 576 deletions
Large diffs are not rendered by default.

clients/client-amplify/index.ts

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
export * from "./AmplifyClient";
22
export * from "./Amplify";
3-
export * from "./commands/UntagResourceCommand";
4-
export * from "./commands/UpdateBranchCommand";
5-
export * from "./commands/TagResourceCommand";
6-
export * from "./commands/DeleteAppCommand";
7-
export * from "./commands/ListAppsCommand";
8-
export * from "./commands/GetWebhookCommand";
9-
export * from "./commands/ListBackendEnvironmentsCommand";
3+
export * from "./commands/CreateAppCommand";
4+
export * from "./commands/CreateBackendEnvironmentCommand";
105
export * from "./commands/CreateBranchCommand";
11-
export * from "./commands/ListBranchesCommand";
12-
export * from "./commands/DeleteWebhookCommand";
6+
export * from "./commands/CreateDeploymentCommand";
7+
export * from "./commands/CreateDomainAssociationCommand";
8+
export * from "./commands/CreateWebhookCommand";
9+
export * from "./commands/DeleteAppCommand";
1310
export * from "./commands/DeleteBackendEnvironmentCommand";
14-
export * from "./commands/GetJobCommand";
15-
export * from "./commands/UpdateDomainAssociationCommand";
16-
export * from "./commands/StopJobCommand";
17-
export * from "./commands/ListWebhooksCommand";
18-
export * from "./commands/CreateAppCommand";
19-
export * from "./commands/StartJobCommand";
20-
export * from "./commands/ListTagsForResourceCommand";
11+
export * from "./commands/DeleteBranchCommand";
2112
export * from "./commands/DeleteDomainAssociationCommand";
22-
export * from "./commands/GetAppCommand";
2313
export * from "./commands/DeleteJobCommand";
24-
export * from "./commands/CreateDeploymentCommand";
25-
export * from "./commands/CreateWebhookCommand";
26-
export * from "./commands/ListArtifactsCommand";
27-
export * from "./commands/StartDeploymentCommand";
14+
export * from "./commands/DeleteWebhookCommand";
2815
export * from "./commands/GenerateAccessLogsCommand";
29-
export * from "./commands/CreateDomainAssociationCommand";
30-
export * from "./commands/ListDomainAssociationsCommand";
31-
export * from "./commands/GetBranchCommand";
32-
export * from "./commands/GetBackendEnvironmentCommand";
33-
export * from "./commands/CreateBackendEnvironmentCommand";
16+
export * from "./commands/GetAppCommand";
3417
export * from "./commands/GetArtifactUrlCommand";
18+
export * from "./commands/GetBackendEnvironmentCommand";
19+
export * from "./commands/GetBranchCommand";
20+
export * from "./commands/GetDomainAssociationCommand";
21+
export * from "./commands/GetJobCommand";
22+
export * from "./commands/GetWebhookCommand";
23+
export * from "./commands/ListAppsCommand";
24+
export * from "./commands/ListArtifactsCommand";
25+
export * from "./commands/ListBackendEnvironmentsCommand";
26+
export * from "./commands/ListBranchesCommand";
27+
export * from "./commands/ListDomainAssociationsCommand";
3528
export * from "./commands/ListJobsCommand";
29+
export * from "./commands/ListTagsForResourceCommand";
30+
export * from "./commands/ListWebhooksCommand";
31+
export * from "./commands/StartDeploymentCommand";
32+
export * from "./commands/StartJobCommand";
33+
export * from "./commands/StopJobCommand";
34+
export * from "./commands/TagResourceCommand";
35+
export * from "./commands/UntagResourceCommand";
3636
export * from "./commands/UpdateAppCommand";
37-
export * from "./commands/GetDomainAssociationCommand";
37+
export * from "./commands/UpdateBranchCommand";
38+
export * from "./commands/UpdateDomainAssociationCommand";
3839
export * from "./commands/UpdateWebhookCommand";
39-
export * from "./commands/DeleteBranchCommand";

0 commit comments

Comments
 (0)