@aws-sdk/client-codecommit 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2040 -1516
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -2
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -2
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +2 -2
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -2
- package/dist-es/commands/BatchGetCommitsCommand.js +2 -2
- package/dist-es/commands/BatchGetRepositoriesCommand.js +2 -2
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +2 -2
- package/dist-es/commands/CreateBranchCommand.js +2 -2
- package/dist-es/commands/CreateCommitCommand.js +2 -2
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +2 -2
- package/dist-es/commands/CreatePullRequestCommand.js +2 -2
- package/dist-es/commands/CreateRepositoryCommand.js +2 -2
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +2 -2
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteBranchCommand.js +2 -2
- package/dist-es/commands/DeleteCommentContentCommand.js +2 -2
- package/dist-es/commands/DeleteFileCommand.js +2 -2
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-es/commands/DescribeMergeConflictsCommand.js +2 -2
- package/dist-es/commands/DescribePullRequestEventsCommand.js +2 -2
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -2
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -2
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +2 -2
- package/dist-es/commands/GetBlobCommand.js +2 -2
- package/dist-es/commands/GetBranchCommand.js +2 -2
- package/dist-es/commands/GetCommentCommand.js +2 -2
- package/dist-es/commands/GetCommentReactionsCommand.js +2 -2
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +2 -2
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +2 -2
- package/dist-es/commands/GetCommitCommand.js +2 -2
- package/dist-es/commands/GetDifferencesCommand.js +2 -2
- package/dist-es/commands/GetFileCommand.js +2 -2
- package/dist-es/commands/GetFolderCommand.js +2 -2
- package/dist-es/commands/GetMergeCommitCommand.js +2 -2
- package/dist-es/commands/GetMergeConflictsCommand.js +2 -2
- package/dist-es/commands/GetMergeOptionsCommand.js +2 -2
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +2 -2
- package/dist-es/commands/GetPullRequestCommand.js +2 -2
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +2 -2
- package/dist-es/commands/GetRepositoryCommand.js +2 -2
- package/dist-es/commands/GetRepositoryTriggersCommand.js +2 -2
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +2 -2
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -2
- package/dist-es/commands/ListBranchesCommand.js +2 -2
- package/dist-es/commands/ListFileCommitHistoryCommand.js +2 -2
- package/dist-es/commands/ListPullRequestsCommand.js +2 -2
- package/dist-es/commands/ListRepositoriesCommand.js +2 -2
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +2 -2
- package/dist-es/commands/MergeBranchesBySquashCommand.js +2 -2
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +2 -2
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +2 -2
- package/dist-es/commands/MergePullRequestBySquashCommand.js +2 -2
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +2 -2
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -2
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +2 -2
- package/dist-es/commands/PostCommentForPullRequestCommand.js +2 -2
- package/dist-es/commands/PostCommentReplyCommand.js +2 -2
- package/dist-es/commands/PutCommentReactionCommand.js +2 -2
- package/dist-es/commands/PutFileCommand.js +2 -2
- package/dist-es/commands/PutRepositoryTriggersCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestRepositoryTriggersCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -2
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -2
- package/dist-es/commands/UpdateCommentCommand.js +2 -2
- package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +938 -888
- package/dist-types/CodeCommitClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +475 -528
- package/dist-types/ts3.4/CodeCommitClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +474 -528
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMergeConflicts } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMergeConflicts$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMergeConflictsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMergeConflictsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "GetMergeConflicts", {})
|
|
13
13
|
.n("CodeCommitClient", "GetMergeConflictsCommand")
|
|
14
|
-
.sc(GetMergeConflicts)
|
|
14
|
+
.sc(GetMergeConflicts$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMergeOptions } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMergeOptions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMergeOptionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMergeOptionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "GetMergeOptions", {})
|
|
13
13
|
.n("CodeCommitClient", "GetMergeOptionsCommand")
|
|
14
|
-
.sc(GetMergeOptions)
|
|
14
|
+
.sc(GetMergeOptions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPullRequestApprovalStates } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPullRequestApprovalStates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPullRequestApprovalStatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPullRequestApprovalStatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "GetPullRequestApprovalStates", {})
|
|
13
13
|
.n("CodeCommitClient", "GetPullRequestApprovalStatesCommand")
|
|
14
|
-
.sc(GetPullRequestApprovalStates)
|
|
14
|
+
.sc(GetPullRequestApprovalStates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPullRequest } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPullRequest$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPullRequestCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPullRequestCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "GetPullRequest", {})
|
|
13
13
|
.n("CodeCommitClient", "GetPullRequestCommand")
|
|
14
|
-
.sc(GetPullRequest)
|
|
14
|
+
.sc(GetPullRequest$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPullRequestOverrideState } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPullRequestOverrideState$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPullRequestOverrideStateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPullRequestOverrideStateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "GetPullRequestOverrideState", {})
|
|
13
13
|
.n("CodeCommitClient", "GetPullRequestOverrideStateCommand")
|
|
14
|
-
.sc(GetPullRequestOverrideState)
|
|
14
|
+
.sc(GetPullRequestOverrideState$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRepository } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRepository$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRepositoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRepositoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "GetRepository", {})
|
|
13
13
|
.n("CodeCommitClient", "GetRepositoryCommand")
|
|
14
|
-
.sc(GetRepository)
|
|
14
|
+
.sc(GetRepository$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRepositoryTriggers } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRepositoryTriggers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRepositoryTriggersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRepositoryTriggersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "GetRepositoryTriggers", {})
|
|
13
13
|
.n("CodeCommitClient", "GetRepositoryTriggersCommand")
|
|
14
|
-
.sc(GetRepositoryTriggers)
|
|
14
|
+
.sc(GetRepositoryTriggers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListApprovalRuleTemplates } from "../schemas/schemas_0";
|
|
4
|
+
import { ListApprovalRuleTemplates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListApprovalRuleTemplatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListApprovalRuleTemplatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "ListApprovalRuleTemplates", {})
|
|
13
13
|
.n("CodeCommitClient", "ListApprovalRuleTemplatesCommand")
|
|
14
|
-
.sc(ListApprovalRuleTemplates)
|
|
14
|
+
.sc(ListApprovalRuleTemplates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAssociatedApprovalRuleTemplatesForRepository } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssociatedApprovalRuleTemplatesForRepository$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Co
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "ListAssociatedApprovalRuleTemplatesForRepository", {})
|
|
13
13
|
.n("CodeCommitClient", "ListAssociatedApprovalRuleTemplatesForRepositoryCommand")
|
|
14
|
-
.sc(ListAssociatedApprovalRuleTemplatesForRepository)
|
|
14
|
+
.sc(ListAssociatedApprovalRuleTemplatesForRepository$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListBranches } from "../schemas/schemas_0";
|
|
4
|
+
import { ListBranches$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListBranchesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListBranchesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "ListBranches", {})
|
|
13
13
|
.n("CodeCommitClient", "ListBranchesCommand")
|
|
14
|
-
.sc(ListBranches)
|
|
14
|
+
.sc(ListBranches$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListFileCommitHistory } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFileCommitHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFileCommitHistoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFileCommitHistoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "ListFileCommitHistory", {})
|
|
13
13
|
.n("CodeCommitClient", "ListFileCommitHistoryCommand")
|
|
14
|
-
.sc(ListFileCommitHistory)
|
|
14
|
+
.sc(ListFileCommitHistory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListPullRequests } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPullRequests$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPullRequestsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPullRequestsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "ListPullRequests", {})
|
|
13
13
|
.n("CodeCommitClient", "ListPullRequestsCommand")
|
|
14
|
-
.sc(ListPullRequests)
|
|
14
|
+
.sc(ListPullRequests$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListRepositories } from "../schemas/schemas_0";
|
|
4
|
+
import { ListRepositories$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListRepositoriesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListRepositoriesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "ListRepositories", {})
|
|
13
13
|
.n("CodeCommitClient", "ListRepositoriesCommand")
|
|
14
|
-
.sc(ListRepositories)
|
|
14
|
+
.sc(ListRepositories$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListRepositoriesForApprovalRuleTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { ListRepositoriesForApprovalRuleTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListRepositoriesForApprovalRuleTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListRepositoriesForApprovalRuleTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "ListRepositoriesForApprovalRuleTemplate", {})
|
|
13
13
|
.n("CodeCommitClient", "ListRepositoriesForApprovalRuleTemplateCommand")
|
|
14
|
-
.sc(ListRepositoriesForApprovalRuleTemplate)
|
|
14
|
+
.sc(ListRepositoriesForApprovalRuleTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "ListTagsForResource", {})
|
|
13
13
|
.n("CodeCommitClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { MergeBranchesByFastForward } from "../schemas/schemas_0";
|
|
4
|
+
import { MergeBranchesByFastForward$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class MergeBranchesByFastForwardCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class MergeBranchesByFastForwardCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "MergeBranchesByFastForward", {})
|
|
13
13
|
.n("CodeCommitClient", "MergeBranchesByFastForwardCommand")
|
|
14
|
-
.sc(MergeBranchesByFastForward)
|
|
14
|
+
.sc(MergeBranchesByFastForward$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { MergeBranchesBySquash } from "../schemas/schemas_0";
|
|
4
|
+
import { MergeBranchesBySquash$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class MergeBranchesBySquashCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class MergeBranchesBySquashCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "MergeBranchesBySquash", {})
|
|
13
13
|
.n("CodeCommitClient", "MergeBranchesBySquashCommand")
|
|
14
|
-
.sc(MergeBranchesBySquash)
|
|
14
|
+
.sc(MergeBranchesBySquash$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { MergeBranchesByThreeWay } from "../schemas/schemas_0";
|
|
4
|
+
import { MergeBranchesByThreeWay$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class MergeBranchesByThreeWayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class MergeBranchesByThreeWayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "MergeBranchesByThreeWay", {})
|
|
13
13
|
.n("CodeCommitClient", "MergeBranchesByThreeWayCommand")
|
|
14
|
-
.sc(MergeBranchesByThreeWay)
|
|
14
|
+
.sc(MergeBranchesByThreeWay$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { MergePullRequestByFastForward } from "../schemas/schemas_0";
|
|
4
|
+
import { MergePullRequestByFastForward$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class MergePullRequestByFastForwardCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class MergePullRequestByFastForwardCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "MergePullRequestByFastForward", {})
|
|
13
13
|
.n("CodeCommitClient", "MergePullRequestByFastForwardCommand")
|
|
14
|
-
.sc(MergePullRequestByFastForward)
|
|
14
|
+
.sc(MergePullRequestByFastForward$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { MergePullRequestBySquash } from "../schemas/schemas_0";
|
|
4
|
+
import { MergePullRequestBySquash$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class MergePullRequestBySquashCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class MergePullRequestBySquashCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "MergePullRequestBySquash", {})
|
|
13
13
|
.n("CodeCommitClient", "MergePullRequestBySquashCommand")
|
|
14
|
-
.sc(MergePullRequestBySquash)
|
|
14
|
+
.sc(MergePullRequestBySquash$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { MergePullRequestByThreeWay } from "../schemas/schemas_0";
|
|
4
|
+
import { MergePullRequestByThreeWay$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class MergePullRequestByThreeWayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class MergePullRequestByThreeWayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "MergePullRequestByThreeWay", {})
|
|
13
13
|
.n("CodeCommitClient", "MergePullRequestByThreeWayCommand")
|
|
14
|
-
.sc(MergePullRequestByThreeWay)
|
|
14
|
+
.sc(MergePullRequestByThreeWay$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { OverridePullRequestApprovalRules } from "../schemas/schemas_0";
|
|
4
|
+
import { OverridePullRequestApprovalRules$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class OverridePullRequestApprovalRulesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class OverridePullRequestApprovalRulesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "OverridePullRequestApprovalRules", {})
|
|
13
13
|
.n("CodeCommitClient", "OverridePullRequestApprovalRulesCommand")
|
|
14
|
-
.sc(OverridePullRequestApprovalRules)
|
|
14
|
+
.sc(OverridePullRequestApprovalRules$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PostCommentForComparedCommit } from "../schemas/schemas_0";
|
|
4
|
+
import { PostCommentForComparedCommit$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PostCommentForComparedCommitCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PostCommentForComparedCommitCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "PostCommentForComparedCommit", {})
|
|
13
13
|
.n("CodeCommitClient", "PostCommentForComparedCommitCommand")
|
|
14
|
-
.sc(PostCommentForComparedCommit)
|
|
14
|
+
.sc(PostCommentForComparedCommit$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PostCommentForPullRequest } from "../schemas/schemas_0";
|
|
4
|
+
import { PostCommentForPullRequest$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PostCommentForPullRequestCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PostCommentForPullRequestCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "PostCommentForPullRequest", {})
|
|
13
13
|
.n("CodeCommitClient", "PostCommentForPullRequestCommand")
|
|
14
|
-
.sc(PostCommentForPullRequest)
|
|
14
|
+
.sc(PostCommentForPullRequest$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PostCommentReply } from "../schemas/schemas_0";
|
|
4
|
+
import { PostCommentReply$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PostCommentReplyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PostCommentReplyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "PostCommentReply", {})
|
|
13
13
|
.n("CodeCommitClient", "PostCommentReplyCommand")
|
|
14
|
-
.sc(PostCommentReply)
|
|
14
|
+
.sc(PostCommentReply$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutCommentReaction } from "../schemas/schemas_0";
|
|
4
|
+
import { PutCommentReaction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutCommentReactionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutCommentReactionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "PutCommentReaction", {})
|
|
13
13
|
.n("CodeCommitClient", "PutCommentReactionCommand")
|
|
14
|
-
.sc(PutCommentReaction)
|
|
14
|
+
.sc(PutCommentReaction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutFile } from "../schemas/schemas_0";
|
|
4
|
+
import { PutFile$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutFileCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutFileCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "PutFile", {})
|
|
13
13
|
.n("CodeCommitClient", "PutFileCommand")
|
|
14
|
-
.sc(PutFile)
|
|
14
|
+
.sc(PutFile$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutRepositoryTriggers } from "../schemas/schemas_0";
|
|
4
|
+
import { PutRepositoryTriggers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutRepositoryTriggersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutRepositoryTriggersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "PutRepositoryTriggers", {})
|
|
13
13
|
.n("CodeCommitClient", "PutRepositoryTriggersCommand")
|
|
14
|
-
.sc(PutRepositoryTriggers)
|
|
14
|
+
.sc(PutRepositoryTriggers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "TagResource", {})
|
|
13
13
|
.n("CodeCommitClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TestRepositoryTriggers } from "../schemas/schemas_0";
|
|
4
|
+
import { TestRepositoryTriggers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TestRepositoryTriggersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TestRepositoryTriggersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "TestRepositoryTriggers", {})
|
|
13
13
|
.n("CodeCommitClient", "TestRepositoryTriggersCommand")
|
|
14
|
-
.sc(TestRepositoryTriggers)
|
|
14
|
+
.sc(TestRepositoryTriggers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "UntagResource", {})
|
|
13
13
|
.n("CodeCommitClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateApprovalRuleTemplateContent } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateApprovalRuleTemplateContent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateApprovalRuleTemplateContentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateApprovalRuleTemplateContentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "UpdateApprovalRuleTemplateContent", {})
|
|
13
13
|
.n("CodeCommitClient", "UpdateApprovalRuleTemplateContentCommand")
|
|
14
|
-
.sc(UpdateApprovalRuleTemplateContent)
|
|
14
|
+
.sc(UpdateApprovalRuleTemplateContent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateApprovalRuleTemplateDescription } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateApprovalRuleTemplateDescription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "UpdateApprovalRuleTemplateDescription", {})
|
|
13
13
|
.n("CodeCommitClient", "UpdateApprovalRuleTemplateDescriptionCommand")
|
|
14
|
-
.sc(UpdateApprovalRuleTemplateDescription)
|
|
14
|
+
.sc(UpdateApprovalRuleTemplateDescription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateApprovalRuleTemplateName } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateApprovalRuleTemplateName$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateApprovalRuleTemplateNameCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateApprovalRuleTemplateNameCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "UpdateApprovalRuleTemplateName", {})
|
|
13
13
|
.n("CodeCommitClient", "UpdateApprovalRuleTemplateNameCommand")
|
|
14
|
-
.sc(UpdateApprovalRuleTemplateName)
|
|
14
|
+
.sc(UpdateApprovalRuleTemplateName$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateComment } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateComment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCommentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCommentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "UpdateComment", {})
|
|
13
13
|
.n("CodeCommitClient", "UpdateCommentCommand")
|
|
14
|
-
.sc(UpdateComment)
|
|
14
|
+
.sc(UpdateComment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDefaultBranch } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDefaultBranch$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDefaultBranchCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDefaultBranchCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("CodeCommit_20150413", "UpdateDefaultBranch", {})
|
|
13
13
|
.n("CodeCommitClient", "UpdateDefaultBranchCommand")
|
|
14
|
-
.sc(UpdateDefaultBranch)
|
|
14
|
+
.sc(UpdateDefaultBranch$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|