@aws-sdk/client-codecommit 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CodeCommit.d.ts +1444 -390
- package/dist-types/ts3.4/CodeCommitClient.d.ts +591 -150
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3291 -2695
- package/dist-types/ts3.4/models/models_1.d.ts +1102 -877
- package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeMergeConflictsCommandInput,
|
|
4
|
+
DescribeMergeConflictsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeMergeConflictsCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeMergeConflicts(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: DescribeMergeConflictsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeMergeConflictsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribePullRequestEventsCommandInput,
|
|
4
|
+
DescribePullRequestEventsCommandOutput,
|
|
5
|
+
} from "../commands/DescribePullRequestEventsCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribePullRequestEvents(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: DescribePullRequestEventsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribePullRequestEventsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCommentReactionsCommandInput,
|
|
4
|
+
GetCommentReactionsCommandOutput,
|
|
5
|
+
} from "../commands/GetCommentReactionsCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetCommentReactions(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: GetCommentReactionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetCommentReactionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCommentsForComparedCommitCommandInput,
|
|
4
|
+
GetCommentsForComparedCommitCommandOutput,
|
|
5
|
+
} from "../commands/GetCommentsForComparedCommitCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetCommentsForComparedCommit(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: GetCommentsForComparedCommitCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetCommentsForComparedCommitCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCommentsForPullRequestCommandInput,
|
|
4
|
+
GetCommentsForPullRequestCommandOutput,
|
|
5
|
+
} from "../commands/GetCommentsForPullRequestCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetCommentsForPullRequest(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: GetCommentsForPullRequestCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetCommentsForPullRequestCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetDifferencesCommandInput,
|
|
4
|
+
GetDifferencesCommandOutput,
|
|
5
|
+
} from "../commands/GetDifferencesCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetDifferences(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: GetDifferencesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetDifferencesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetMergeConflictsCommandInput,
|
|
4
|
+
GetMergeConflictsCommandOutput,
|
|
5
|
+
} from "../commands/GetMergeConflictsCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetMergeConflicts(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: GetMergeConflictsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetMergeConflictsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { CodeCommit } from "../CodeCommit";
|
|
3
|
-
import { CodeCommitClient } from "../CodeCommitClient";
|
|
4
|
-
export interface CodeCommitPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { CodeCommit } from "../CodeCommit";
|
|
3
|
+
import { CodeCommitClient } from "../CodeCommitClient";
|
|
4
|
+
export interface CodeCommitPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: CodeCommit | CodeCommitClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListApprovalRuleTemplatesCommandInput,
|
|
4
|
+
ListApprovalRuleTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListApprovalRuleTemplatesCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListApprovalRuleTemplates(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: ListApprovalRuleTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListApprovalRuleTemplatesCommandOutput>;
|
package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
4
|
+
ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
|
|
5
|
+
} from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssociatedApprovalRuleTemplatesForRepository(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBranchesCommandInput,
|
|
4
|
+
ListBranchesCommandOutput,
|
|
5
|
+
} from "../commands/ListBranchesCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBranches(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: ListBranchesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBranchesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPullRequestsCommandInput,
|
|
4
|
+
ListPullRequestsCommandOutput,
|
|
5
|
+
} from "../commands/ListPullRequestsCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPullRequests(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: ListPullRequestsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPullRequestsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
4
|
+
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
5
|
+
} from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRepositoriesForApprovalRuleTemplate(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRepositoriesCommandInput,
|
|
4
|
+
ListRepositoriesCommandOutput,
|
|
5
|
+
} from "../commands/ListRepositoriesCommand";
|
|
6
|
+
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRepositories(
|
|
8
|
+
config: CodeCommitPaginationConfiguration,
|
|
9
|
+
input: ListRepositoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRepositoriesCommandOutput>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export * from "./DescribeMergeConflictsPaginator";
|
|
2
|
-
export * from "./DescribePullRequestEventsPaginator";
|
|
3
|
-
export * from "./GetCommentReactionsPaginator";
|
|
4
|
-
export * from "./GetCommentsForComparedCommitPaginator";
|
|
5
|
-
export * from "./GetCommentsForPullRequestPaginator";
|
|
6
|
-
export * from "./GetDifferencesPaginator";
|
|
7
|
-
export * from "./GetMergeConflictsPaginator";
|
|
8
|
-
export * from "./Interfaces";
|
|
9
|
-
export * from "./ListApprovalRuleTemplatesPaginator";
|
|
10
|
-
export * from "./ListAssociatedApprovalRuleTemplatesForRepositoryPaginator";
|
|
11
|
-
export * from "./ListBranchesPaginator";
|
|
12
|
-
export * from "./ListPullRequestsPaginator";
|
|
13
|
-
export * from "./ListRepositoriesForApprovalRuleTemplatePaginator";
|
|
14
|
-
export * from "./ListRepositoriesPaginator";
|
|
1
|
+
export * from "./DescribeMergeConflictsPaginator";
|
|
2
|
+
export * from "./DescribePullRequestEventsPaginator";
|
|
3
|
+
export * from "./GetCommentReactionsPaginator";
|
|
4
|
+
export * from "./GetCommentsForComparedCommitPaginator";
|
|
5
|
+
export * from "./GetCommentsForPullRequestPaginator";
|
|
6
|
+
export * from "./GetDifferencesPaginator";
|
|
7
|
+
export * from "./GetMergeConflictsPaginator";
|
|
8
|
+
export * from "./Interfaces";
|
|
9
|
+
export * from "./ListApprovalRuleTemplatesPaginator";
|
|
10
|
+
export * from "./ListAssociatedApprovalRuleTemplatesForRepositoryPaginator";
|
|
11
|
+
export * from "./ListBranchesPaginator";
|
|
12
|
+
export * from "./ListPullRequestsPaginator";
|
|
13
|
+
export * from "./ListRepositoriesForApprovalRuleTemplatePaginator";
|
|
14
|
+
export * from "./ListRepositoriesPaginator";
|