@aws-sdk/client-codecommit 3.296.0 → 3.297.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-types/CodeCommit.d.ts +78 -0
- package/dist-types/CodeCommitClient.d.ts +24 -4
- package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetCommitsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
- package/dist-types/commands/CreateCommitCommand.d.ts +16 -0
- package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreatePullRequestCommand.d.ts +16 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCommentContentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFileCommand.d.ts +16 -0
- package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +16 -0
- package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetBlobCommand.d.ts +16 -0
- package/dist-types/commands/GetBranchCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentReactionsCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/GetCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetDifferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetFileCommand.d.ts +16 -0
- package/dist-types/commands/GetFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeCommitCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeConflictsCommand.d.ts +16 -0
- package/dist-types/commands/GetMergeOptionsCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListPullRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +16 -0
- package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +16 -0
- package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +16 -0
- package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +16 -0
- package/dist-types/commands/PostCommentReplyCommand.d.ts +16 -0
- package/dist-types/commands/PutCommentReactionCommand.d.ts +16 -0
- package/dist-types/commands/PutFileCommand.d.ts +16 -0
- package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCommentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +16 -0
- package/dist-types/models/CodeCommitServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +462 -0
- package/dist-types/models/models_1.d.ts +193 -0
- package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDifferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBranchesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPullRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -0
- package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput } from "../commands/DescribeMergeConflictsCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeMergeConflicts(config: CodeCommitPaginationConfiguration, input: DescribeMergeConflictsCommandInput, ...additionalArguments: any): Paginator<DescribeMergeConflictsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput } from "../commands/DescribePullRequestEventsCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribePullRequestEvents(config: CodeCommitPaginationConfiguration, input: DescribePullRequestEventsCommandInput, ...additionalArguments: any): Paginator<DescribePullRequestEventsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetCommentReactionsCommandInput, GetCommentReactionsCommandOutput } from "../commands/GetCommentReactionsCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetCommentReactions(config: CodeCommitPaginationConfiguration, input: GetCommentReactionsCommandInput, ...additionalArguments: any): Paginator<GetCommentReactionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetCommentsForComparedCommitCommandInput, GetCommentsForComparedCommitCommandOutput } from "../commands/GetCommentsForComparedCommitCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetCommentsForComparedCommit(config: CodeCommitPaginationConfiguration, input: GetCommentsForComparedCommitCommandInput, ...additionalArguments: any): Paginator<GetCommentsForComparedCommitCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetCommentsForPullRequestCommandInput, GetCommentsForPullRequestCommandOutput } from "../commands/GetCommentsForPullRequestCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetCommentsForPullRequest(config: CodeCommitPaginationConfiguration, input: GetCommentsForPullRequestCommandInput, ...additionalArguments: any): Paginator<GetCommentsForPullRequestCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetDifferencesCommandInput, GetDifferencesCommandOutput } from "../commands/GetDifferencesCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetDifferences(config: CodeCommitPaginationConfiguration, input: GetDifferencesCommandInput, ...additionalArguments: any): Paginator<GetDifferencesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput } from "../commands/GetMergeConflictsCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetMergeConflicts(config: CodeCommitPaginationConfiguration, input: GetMergeConflictsCommandInput, ...additionalArguments: any): Paginator<GetMergeConflictsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput } from "../commands/ListApprovalRuleTemplatesCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListApprovalRuleTemplates(config: CodeCommitPaginationConfiguration, input: ListApprovalRuleTemplatesCommandInput, ...additionalArguments: any): Paginator<ListApprovalRuleTemplatesCommandOutput>;
|
package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput } from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssociatedApprovalRuleTemplatesForRepository(config: CodeCommitPaginationConfiguration, input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ...additionalArguments: any): Paginator<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBranchesCommandInput, ListBranchesCommandOutput } from "../commands/ListBranchesCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBranches(config: CodeCommitPaginationConfiguration, input: ListBranchesCommandInput, ...additionalArguments: any): Paginator<ListBranchesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPullRequestsCommandInput, ListPullRequestsCommandOutput } from "../commands/ListPullRequestsCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPullRequests(config: CodeCommitPaginationConfiguration, input: ListPullRequestsCommandInput, ...additionalArguments: any): Paginator<ListPullRequestsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRepositoriesForApprovalRuleTemplateCommandInput, ListRepositoriesForApprovalRuleTemplateCommandOutput } from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRepositoriesForApprovalRuleTemplate(config: CodeCommitPaginationConfiguration, input: ListRepositoriesForApprovalRuleTemplateCommandInput, ...additionalArguments: any): Paginator<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
|
|
3
3
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRepositories(config: CodeCommitPaginationConfiguration, input: ListRepositoriesCommandInput, ...additionalArguments: any): Paginator<ListRepositoriesCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecommit",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|