@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
package/README.md
CHANGED
|
@@ -404,16 +404,16 @@ using your favorite package manager:
|
|
|
404
404
|
|
|
405
405
|
The AWS SDK is modulized by clients and commands.
|
|
406
406
|
To send a request, you only need to import the `CodeCommitClient` and
|
|
407
|
-
the commands you need, for example `
|
|
407
|
+
the commands you need, for example `ListRepositoriesCommand`:
|
|
408
408
|
|
|
409
409
|
```js
|
|
410
410
|
// ES5 example
|
|
411
|
-
const { CodeCommitClient,
|
|
411
|
+
const { CodeCommitClient, ListRepositoriesCommand } = require("@aws-sdk/client-codecommit");
|
|
412
412
|
```
|
|
413
413
|
|
|
414
414
|
```ts
|
|
415
415
|
// ES6+ example
|
|
416
|
-
import { CodeCommitClient,
|
|
416
|
+
import { CodeCommitClient, ListRepositoriesCommand } from "@aws-sdk/client-codecommit";
|
|
417
417
|
```
|
|
418
418
|
|
|
419
419
|
### Usage
|
|
@@ -432,7 +432,7 @@ const client = new CodeCommitClient({ region: "REGION" });
|
|
|
432
432
|
const params = {
|
|
433
433
|
/** input parameters */
|
|
434
434
|
};
|
|
435
|
-
const command = new
|
|
435
|
+
const command = new ListRepositoriesCommand(params);
|
|
436
436
|
```
|
|
437
437
|
|
|
438
438
|
#### Async/await
|
|
@@ -511,7 +511,7 @@ const client = new AWS.CodeCommit({ region: "REGION" });
|
|
|
511
511
|
|
|
512
512
|
// async/await.
|
|
513
513
|
try {
|
|
514
|
-
const data = await client.
|
|
514
|
+
const data = await client.listRepositories(params);
|
|
515
515
|
// process data.
|
|
516
516
|
} catch (error) {
|
|
517
517
|
// error handling.
|
|
@@ -519,7 +519,7 @@ try {
|
|
|
519
519
|
|
|
520
520
|
// Promises.
|
|
521
521
|
client
|
|
522
|
-
.
|
|
522
|
+
.listRepositories(params)
|
|
523
523
|
.then((data) => {
|
|
524
524
|
// process data.
|
|
525
525
|
})
|
|
@@ -528,7 +528,7 @@ client
|
|
|
528
528
|
});
|
|
529
529
|
|
|
530
530
|
// callbacks.
|
|
531
|
-
client.
|
|
531
|
+
client.listRepositories(params, (err, data) => {
|
|
532
532
|
// process err and data.
|
|
533
533
|
});
|
|
534
534
|
```
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class AssociateApprovalRuleTemplateWithRepositoryCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class AssociateApprovalRuleTemplateWithRepositoryCommand extends smithy_client_1
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "AssociateApprovalRuleTemplateWithRepository",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends smithy_c
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "BatchAssociateApprovalRuleTemplateWithRepositories",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDescribeMergeConflictsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchDescribeMergeConflictsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "BatchDescribeMergeConflicts",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends smith
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "BatchDisassociateApprovalRuleTemplateFromRepositories",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetCommitsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetCommitsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "BatchGetCommits",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchGetRepositoriesCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class BatchGetRepositoriesCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "BatchGetRepositories",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateApprovalRuleTemplateCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateApprovalRuleTemplateCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "CreateApprovalRuleTemplate",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateBranchCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateBranchCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "CreateBranch",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateCommitCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateCommitCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "CreateCommit",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreatePullRequestApprovalRuleCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreatePullRequestApprovalRuleCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "CreatePullRequestApprovalRule",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreatePullRequestCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreatePullRequestCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "CreatePullRequest",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateRepositoryCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateRepositoryCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "CreateRepository",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class CreateUnreferencedMergeCommitCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class CreateUnreferencedMergeCommitCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "CreateUnreferencedMergeCommit",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteApprovalRuleTemplateCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteApprovalRuleTemplateCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DeleteApprovalRuleTemplate",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteBranchCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteBranchCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DeleteBranch",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteCommentContentCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteCommentContentCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DeleteCommentContent",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteFileCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteFileCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DeleteFile",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeletePullRequestApprovalRuleCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeletePullRequestApprovalRuleCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DeletePullRequestApprovalRule",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DeleteRepositoryCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteRepositoryCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DeleteRepository",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DescribeMergeConflictsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DescribeMergeConflictsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DescribeMergeConflicts",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DescribePullRequestEventsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DescribePullRequestEventsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DescribePullRequestEvents",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DisassociateApprovalRuleTemplateFromRepositoryCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DisassociateApprovalRuleTemplateFromRepositoryCommand extends smithy_clien
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "DisassociateApprovalRuleTemplateFromRepository",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class EvaluatePullRequestApprovalRulesCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class EvaluatePullRequestApprovalRulesCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "EvaluatePullRequestApprovalRules",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class GetApprovalRuleTemplateCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class GetApprovalRuleTemplateCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "GetApprovalRuleTemplate",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class GetBlobCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class GetBlobCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "GetBlob",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class GetBranchCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class GetBranchCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "GetBranch",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class GetCommentCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class GetCommentCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "GetComment",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class GetCommentReactionsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class GetCommentReactionsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "GetCommentReactions",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class GetCommentsForComparedCommitCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class GetCommentsForComparedCommitCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "CodeCommit_20150413",
|
|
38
|
+
operation: "GetCommentsForComparedCommit",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|