@aws-sdk/client-codecommit 3.414.0 → 3.421.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/README.md +7 -7
- package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +5 -0
- package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +5 -0
- package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +5 -0
- package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +5 -0
- package/dist-cjs/commands/BatchGetCommitsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetRepositoriesCommand.js +5 -0
- package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +5 -0
- package/dist-cjs/commands/CreateBranchCommand.js +5 -0
- package/dist-cjs/commands/CreateCommitCommand.js +5 -0
- package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +5 -0
- package/dist-cjs/commands/CreatePullRequestCommand.js +5 -0
- package/dist-cjs/commands/CreateRepositoryCommand.js +5 -0
- package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +5 -0
- package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +5 -0
- package/dist-cjs/commands/DeleteBranchCommand.js +5 -0
- package/dist-cjs/commands/DeleteCommentContentCommand.js +5 -0
- package/dist-cjs/commands/DeleteFileCommand.js +5 -0
- package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +5 -0
- package/dist-cjs/commands/DeleteRepositoryCommand.js +5 -0
- package/dist-cjs/commands/DescribeMergeConflictsCommand.js +5 -0
- package/dist-cjs/commands/DescribePullRequestEventsCommand.js +5 -0
- package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +5 -0
- package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +5 -0
- package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +5 -0
- package/dist-cjs/commands/GetBlobCommand.js +5 -0
- package/dist-cjs/commands/GetBranchCommand.js +5 -0
- package/dist-cjs/commands/GetCommentCommand.js +5 -0
- package/dist-cjs/commands/GetCommentReactionsCommand.js +5 -0
- package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +5 -0
- package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +5 -0
- package/dist-cjs/commands/GetCommitCommand.js +5 -0
- package/dist-cjs/commands/GetDifferencesCommand.js +5 -0
- package/dist-cjs/commands/GetFileCommand.js +5 -0
- package/dist-cjs/commands/GetFolderCommand.js +5 -0
- package/dist-cjs/commands/GetMergeCommitCommand.js +5 -0
- package/dist-cjs/commands/GetMergeConflictsCommand.js +5 -0
- package/dist-cjs/commands/GetMergeOptionsCommand.js +5 -0
- package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +5 -0
- package/dist-cjs/commands/GetPullRequestCommand.js +5 -0
- package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +5 -0
- package/dist-cjs/commands/GetRepositoryCommand.js +5 -0
- package/dist-cjs/commands/GetRepositoryTriggersCommand.js +5 -0
- package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +5 -0
- package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +5 -0
- package/dist-cjs/commands/ListBranchesCommand.js +5 -0
- package/dist-cjs/commands/ListFileCommitHistoryCommand.js +5 -0
- package/dist-cjs/commands/ListPullRequestsCommand.js +5 -0
- package/dist-cjs/commands/ListRepositoriesCommand.js +5 -0
- package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +5 -0
- package/dist-cjs/commands/MergeBranchesBySquashCommand.js +5 -0
- package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +5 -0
- package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +5 -0
- package/dist-cjs/commands/MergePullRequestBySquashCommand.js +5 -0
- package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +5 -0
- package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +5 -0
- package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +5 -0
- package/dist-cjs/commands/PostCommentForPullRequestCommand.js +5 -0
- package/dist-cjs/commands/PostCommentReplyCommand.js +5 -0
- package/dist-cjs/commands/PutCommentReactionCommand.js +5 -0
- package/dist-cjs/commands/PutFileCommand.js +5 -0
- package/dist-cjs/commands/PutRepositoryTriggersCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/TestRepositoryTriggersCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +5 -0
- package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +5 -0
- package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +5 -0
- package/dist-cjs/commands/UpdateCommentCommand.js +5 -0
- package/dist-cjs/commands/UpdateDefaultBranchCommand.js +5 -0
- package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +5 -0
- package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +5 -0
- package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +5 -0
- package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +5 -0
- package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +5 -0
- package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +5 -0
- package/dist-cjs/commands/UpdateRepositoryNameCommand.js +5 -0
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +5 -0
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +5 -0
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +5 -0
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +5 -0
- package/dist-es/commands/BatchGetCommitsCommand.js +5 -0
- package/dist-es/commands/BatchGetRepositoriesCommand.js +5 -0
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +5 -0
- package/dist-es/commands/CreateBranchCommand.js +5 -0
- package/dist-es/commands/CreateCommitCommand.js +5 -0
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +5 -0
- package/dist-es/commands/CreatePullRequestCommand.js +5 -0
- package/dist-es/commands/CreateRepositoryCommand.js +5 -0
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +5 -0
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +5 -0
- package/dist-es/commands/DeleteBranchCommand.js +5 -0
- package/dist-es/commands/DeleteCommentContentCommand.js +5 -0
- package/dist-es/commands/DeleteFileCommand.js +5 -0
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +5 -0
- package/dist-es/commands/DeleteRepositoryCommand.js +5 -0
- package/dist-es/commands/DescribeMergeConflictsCommand.js +5 -0
- package/dist-es/commands/DescribePullRequestEventsCommand.js +5 -0
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +5 -0
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +5 -0
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +5 -0
- package/dist-es/commands/GetBlobCommand.js +5 -0
- package/dist-es/commands/GetBranchCommand.js +5 -0
- package/dist-es/commands/GetCommentCommand.js +5 -0
- package/dist-es/commands/GetCommentReactionsCommand.js +5 -0
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +5 -0
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +5 -0
- package/dist-es/commands/GetCommitCommand.js +5 -0
- package/dist-es/commands/GetDifferencesCommand.js +5 -0
- package/dist-es/commands/GetFileCommand.js +5 -0
- package/dist-es/commands/GetFolderCommand.js +5 -0
- package/dist-es/commands/GetMergeCommitCommand.js +5 -0
- package/dist-es/commands/GetMergeConflictsCommand.js +5 -0
- package/dist-es/commands/GetMergeOptionsCommand.js +5 -0
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +5 -0
- package/dist-es/commands/GetPullRequestCommand.js +5 -0
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +5 -0
- package/dist-es/commands/GetRepositoryCommand.js +5 -0
- package/dist-es/commands/GetRepositoryTriggersCommand.js +5 -0
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +5 -0
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +5 -0
- package/dist-es/commands/ListBranchesCommand.js +5 -0
- package/dist-es/commands/ListFileCommitHistoryCommand.js +5 -0
- package/dist-es/commands/ListPullRequestsCommand.js +5 -0
- package/dist-es/commands/ListRepositoriesCommand.js +5 -0
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +5 -0
- package/dist-es/commands/MergeBranchesBySquashCommand.js +5 -0
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +5 -0
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +5 -0
- package/dist-es/commands/MergePullRequestBySquashCommand.js +5 -0
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +5 -0
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +5 -0
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +5 -0
- package/dist-es/commands/PostCommentForPullRequestCommand.js +5 -0
- package/dist-es/commands/PostCommentReplyCommand.js +5 -0
- package/dist-es/commands/PutCommentReactionCommand.js +5 -0
- package/dist-es/commands/PutFileCommand.js +5 -0
- package/dist-es/commands/PutRepositoryTriggersCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/TestRepositoryTriggersCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +5 -0
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +5 -0
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +5 -0
- package/dist-es/commands/UpdateCommentCommand.js +5 -0
- package/dist-es/commands/UpdateDefaultBranchCommand.js +5 -0
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +5 -0
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +5 -0
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +5 -0
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +5 -0
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +5 -0
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +5 -0
- package/dist-es/commands/UpdateRepositoryNameCommand.js +5 -0
- package/package.json +31 -31
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteCommentContentCommand, se_DeleteCommentContentCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteCommentContentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteCommentContentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "DeleteCommentContent",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteFileCommand, se_DeleteFileCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteFileCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteFileCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "DeleteFile",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeletePullRequestApprovalRuleCommand, se_DeletePullRequestApprovalRuleCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeletePullRequestApprovalRuleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeletePullRequestApprovalRuleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "DeletePullRequestApprovalRule",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteRepositoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteRepositoryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "DeleteRepository",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeMergeConflictsCommand, se_DescribeMergeConflictsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeMergeConflictsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeMergeConflictsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "DescribeMergeConflicts",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribePullRequestEventsCommand, se_DescribePullRequestEventsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribePullRequestEventsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribePullRequestEventsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "DescribePullRequestEvents",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DisassociateApprovalRuleTemplateFromRepositoryCommand, se_DisassociateApprovalRuleTemplateFromRepositoryCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Comm
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "DisassociateApprovalRuleTemplateFromRepository",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_EvaluatePullRequestApprovalRulesCommand, se_EvaluatePullRequestApprovalRulesCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class EvaluatePullRequestApprovalRulesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class EvaluatePullRequestApprovalRulesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "EvaluatePullRequestApprovalRules",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetApprovalRuleTemplateCommand, se_GetApprovalRuleTemplateCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetApprovalRuleTemplateCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetApprovalRuleTemplateCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetApprovalRuleTemplate",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetBlobCommand, se_GetBlobCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetBlobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetBlobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetBlob",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetBranchCommand, se_GetBranchCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetBranchCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetBranchCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetBranch",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetCommentCommand, se_GetCommentCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetCommentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetCommentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetComment",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetCommentReactionsCommand, se_GetCommentReactionsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetCommentReactionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetCommentReactionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetCommentReactions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetCommentsForComparedCommitCommand, se_GetCommentsForComparedCommitCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetCommentsForComparedCommitCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetCommentsForComparedCommitCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetCommentsForComparedCommit",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetCommentsForPullRequestCommand, se_GetCommentsForPullRequestCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetCommentsForPullRequestCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetCommentsForPullRequestCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetCommentsForPullRequest",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetCommitCommand, se_GetCommitCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetCommitCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetCommitCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetCommit",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetDifferencesCommand, se_GetDifferencesCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetDifferencesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetDifferencesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetDifferences",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetFileCommand, se_GetFileCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetFileCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetFileCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetFile",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetFolderCommand, se_GetFolderCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetFolderCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetFolderCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetFolder",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMergeCommitCommand, se_GetMergeCommitCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMergeCommitCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMergeCommitCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetMergeCommit",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMergeConflictsCommand, se_GetMergeConflictsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMergeConflictsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMergeConflictsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetMergeConflicts",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetMergeOptionsCommand, se_GetMergeOptionsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMergeOptionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMergeOptionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetMergeOptions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPullRequestApprovalStatesCommand, se_GetPullRequestApprovalStatesCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPullRequestApprovalStatesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPullRequestApprovalStatesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetPullRequestApprovalStates",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPullRequestCommand, se_GetPullRequestCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPullRequestCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPullRequestCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetPullRequest",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetPullRequestOverrideStateCommand, se_GetPullRequestOverrideStateCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPullRequestOverrideStateCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetPullRequestOverrideStateCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetPullRequestOverrideState",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetRepositoryCommand, se_GetRepositoryCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetRepositoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetRepositoryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetRepository",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetRepositoryTriggersCommand, se_GetRepositoryTriggersCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetRepositoryTriggersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetRepositoryTriggersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "GetRepositoryTriggers",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListApprovalRuleTemplatesCommand, se_ListApprovalRuleTemplatesCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListApprovalRuleTemplatesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListApprovalRuleTemplatesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "ListApprovalRuleTemplates",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListAssociatedApprovalRuleTemplatesForRepositoryCommand, se_ListAssociatedApprovalRuleTemplatesForRepositoryCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Co
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "ListAssociatedApprovalRuleTemplatesForRepository",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListBranchesCommand, se_ListBranchesCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListBranchesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListBranchesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "ListBranches",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListFileCommitHistoryCommand, se_ListFileCommitHistoryCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListFileCommitHistoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListFileCommitHistoryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "ListFileCommitHistory",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListPullRequestsCommand, se_ListPullRequestsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListPullRequestsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListPullRequestsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "CodeCommit_20150413",
|
|
35
|
+
operation: "ListPullRequests",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|