@aws-sdk/client-codecommit 3.974.0 → 3.978.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +45 -29
- package/dist-es/CodeCommit.js +31 -1
- package/dist-types/CodeCommit.d.ts +99 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +103 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -6566,6 +6566,34 @@ class UpdateRepositoryNameCommand extends smithyClient.Command
|
|
|
6566
6566
|
.build() {
|
|
6567
6567
|
}
|
|
6568
6568
|
|
|
6569
|
+
const paginateDescribeMergeConflicts = core.createPaginator(CodeCommitClient, DescribeMergeConflictsCommand, "nextToken", "nextToken", "maxMergeHunks");
|
|
6570
|
+
|
|
6571
|
+
const paginateDescribePullRequestEvents = core.createPaginator(CodeCommitClient, DescribePullRequestEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
6572
|
+
|
|
6573
|
+
const paginateGetCommentReactions = core.createPaginator(CodeCommitClient, GetCommentReactionsCommand, "nextToken", "nextToken", "maxResults");
|
|
6574
|
+
|
|
6575
|
+
const paginateGetCommentsForComparedCommit = core.createPaginator(CodeCommitClient, GetCommentsForComparedCommitCommand, "nextToken", "nextToken", "maxResults");
|
|
6576
|
+
|
|
6577
|
+
const paginateGetCommentsForPullRequest = core.createPaginator(CodeCommitClient, GetCommentsForPullRequestCommand, "nextToken", "nextToken", "maxResults");
|
|
6578
|
+
|
|
6579
|
+
const paginateGetDifferences = core.createPaginator(CodeCommitClient, GetDifferencesCommand, "NextToken", "NextToken", "MaxResults");
|
|
6580
|
+
|
|
6581
|
+
const paginateGetMergeConflicts = core.createPaginator(CodeCommitClient, GetMergeConflictsCommand, "nextToken", "nextToken", "maxConflictFiles");
|
|
6582
|
+
|
|
6583
|
+
const paginateListApprovalRuleTemplates = core.createPaginator(CodeCommitClient, ListApprovalRuleTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
6584
|
+
|
|
6585
|
+
const paginateListAssociatedApprovalRuleTemplatesForRepository = core.createPaginator(CodeCommitClient, ListAssociatedApprovalRuleTemplatesForRepositoryCommand, "nextToken", "nextToken", "maxResults");
|
|
6586
|
+
|
|
6587
|
+
const paginateListBranches = core.createPaginator(CodeCommitClient, ListBranchesCommand, "nextToken", "nextToken", "");
|
|
6588
|
+
|
|
6589
|
+
const paginateListFileCommitHistory = core.createPaginator(CodeCommitClient, ListFileCommitHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
6590
|
+
|
|
6591
|
+
const paginateListPullRequests = core.createPaginator(CodeCommitClient, ListPullRequestsCommand, "nextToken", "nextToken", "maxResults");
|
|
6592
|
+
|
|
6593
|
+
const paginateListRepositoriesForApprovalRuleTemplate = core.createPaginator(CodeCommitClient, ListRepositoriesForApprovalRuleTemplateCommand, "nextToken", "nextToken", "maxResults");
|
|
6594
|
+
|
|
6595
|
+
const paginateListRepositories = core.createPaginator(CodeCommitClient, ListRepositoriesCommand, "nextToken", "nextToken", "");
|
|
6596
|
+
|
|
6569
6597
|
const commands = {
|
|
6570
6598
|
AssociateApprovalRuleTemplateWithRepositoryCommand,
|
|
6571
6599
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommand,
|
|
@@ -6647,37 +6675,25 @@ const commands = {
|
|
|
6647
6675
|
UpdateRepositoryEncryptionKeyCommand,
|
|
6648
6676
|
UpdateRepositoryNameCommand,
|
|
6649
6677
|
};
|
|
6678
|
+
const paginators = {
|
|
6679
|
+
paginateDescribeMergeConflicts,
|
|
6680
|
+
paginateDescribePullRequestEvents,
|
|
6681
|
+
paginateGetCommentReactions,
|
|
6682
|
+
paginateGetCommentsForComparedCommit,
|
|
6683
|
+
paginateGetCommentsForPullRequest,
|
|
6684
|
+
paginateGetDifferences,
|
|
6685
|
+
paginateGetMergeConflicts,
|
|
6686
|
+
paginateListApprovalRuleTemplates,
|
|
6687
|
+
paginateListAssociatedApprovalRuleTemplatesForRepository,
|
|
6688
|
+
paginateListBranches,
|
|
6689
|
+
paginateListFileCommitHistory,
|
|
6690
|
+
paginateListPullRequests,
|
|
6691
|
+
paginateListRepositories,
|
|
6692
|
+
paginateListRepositoriesForApprovalRuleTemplate,
|
|
6693
|
+
};
|
|
6650
6694
|
class CodeCommit extends CodeCommitClient {
|
|
6651
6695
|
}
|
|
6652
|
-
smithyClient.createAggregatedClient(commands, CodeCommit);
|
|
6653
|
-
|
|
6654
|
-
const paginateDescribeMergeConflicts = core.createPaginator(CodeCommitClient, DescribeMergeConflictsCommand, "nextToken", "nextToken", "maxMergeHunks");
|
|
6655
|
-
|
|
6656
|
-
const paginateDescribePullRequestEvents = core.createPaginator(CodeCommitClient, DescribePullRequestEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
6657
|
-
|
|
6658
|
-
const paginateGetCommentReactions = core.createPaginator(CodeCommitClient, GetCommentReactionsCommand, "nextToken", "nextToken", "maxResults");
|
|
6659
|
-
|
|
6660
|
-
const paginateGetCommentsForComparedCommit = core.createPaginator(CodeCommitClient, GetCommentsForComparedCommitCommand, "nextToken", "nextToken", "maxResults");
|
|
6661
|
-
|
|
6662
|
-
const paginateGetCommentsForPullRequest = core.createPaginator(CodeCommitClient, GetCommentsForPullRequestCommand, "nextToken", "nextToken", "maxResults");
|
|
6663
|
-
|
|
6664
|
-
const paginateGetDifferences = core.createPaginator(CodeCommitClient, GetDifferencesCommand, "NextToken", "NextToken", "MaxResults");
|
|
6665
|
-
|
|
6666
|
-
const paginateGetMergeConflicts = core.createPaginator(CodeCommitClient, GetMergeConflictsCommand, "nextToken", "nextToken", "maxConflictFiles");
|
|
6667
|
-
|
|
6668
|
-
const paginateListApprovalRuleTemplates = core.createPaginator(CodeCommitClient, ListApprovalRuleTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
6669
|
-
|
|
6670
|
-
const paginateListAssociatedApprovalRuleTemplatesForRepository = core.createPaginator(CodeCommitClient, ListAssociatedApprovalRuleTemplatesForRepositoryCommand, "nextToken", "nextToken", "maxResults");
|
|
6671
|
-
|
|
6672
|
-
const paginateListBranches = core.createPaginator(CodeCommitClient, ListBranchesCommand, "nextToken", "nextToken", "");
|
|
6673
|
-
|
|
6674
|
-
const paginateListFileCommitHistory = core.createPaginator(CodeCommitClient, ListFileCommitHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
6675
|
-
|
|
6676
|
-
const paginateListPullRequests = core.createPaginator(CodeCommitClient, ListPullRequestsCommand, "nextToken", "nextToken", "maxResults");
|
|
6677
|
-
|
|
6678
|
-
const paginateListRepositories = core.createPaginator(CodeCommitClient, ListRepositoriesCommand, "nextToken", "nextToken", "");
|
|
6679
|
-
|
|
6680
|
-
const paginateListRepositoriesForApprovalRuleTemplate = core.createPaginator(CodeCommitClient, ListRepositoriesForApprovalRuleTemplateCommand, "nextToken", "nextToken", "maxResults");
|
|
6696
|
+
smithyClient.createAggregatedClient(commands, CodeCommit, { paginators });
|
|
6681
6697
|
|
|
6682
6698
|
const ApprovalState = {
|
|
6683
6699
|
APPROVE: "APPROVE",
|
package/dist-es/CodeCommit.js
CHANGED
|
@@ -79,6 +79,20 @@ import { UpdatePullRequestTitleCommand, } from "./commands/UpdatePullRequestTitl
|
|
|
79
79
|
import { UpdateRepositoryDescriptionCommand, } from "./commands/UpdateRepositoryDescriptionCommand";
|
|
80
80
|
import { UpdateRepositoryEncryptionKeyCommand, } from "./commands/UpdateRepositoryEncryptionKeyCommand";
|
|
81
81
|
import { UpdateRepositoryNameCommand, } from "./commands/UpdateRepositoryNameCommand";
|
|
82
|
+
import { paginateDescribeMergeConflicts } from "./pagination/DescribeMergeConflictsPaginator";
|
|
83
|
+
import { paginateDescribePullRequestEvents } from "./pagination/DescribePullRequestEventsPaginator";
|
|
84
|
+
import { paginateGetCommentReactions } from "./pagination/GetCommentReactionsPaginator";
|
|
85
|
+
import { paginateGetCommentsForComparedCommit } from "./pagination/GetCommentsForComparedCommitPaginator";
|
|
86
|
+
import { paginateGetCommentsForPullRequest } from "./pagination/GetCommentsForPullRequestPaginator";
|
|
87
|
+
import { paginateGetDifferences } from "./pagination/GetDifferencesPaginator";
|
|
88
|
+
import { paginateGetMergeConflicts } from "./pagination/GetMergeConflictsPaginator";
|
|
89
|
+
import { paginateListApprovalRuleTemplates } from "./pagination/ListApprovalRuleTemplatesPaginator";
|
|
90
|
+
import { paginateListAssociatedApprovalRuleTemplatesForRepository, } from "./pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator";
|
|
91
|
+
import { paginateListBranches } from "./pagination/ListBranchesPaginator";
|
|
92
|
+
import { paginateListFileCommitHistory } from "./pagination/ListFileCommitHistoryPaginator";
|
|
93
|
+
import { paginateListPullRequests } from "./pagination/ListPullRequestsPaginator";
|
|
94
|
+
import { paginateListRepositoriesForApprovalRuleTemplate, } from "./pagination/ListRepositoriesForApprovalRuleTemplatePaginator";
|
|
95
|
+
import { paginateListRepositories } from "./pagination/ListRepositoriesPaginator";
|
|
82
96
|
const commands = {
|
|
83
97
|
AssociateApprovalRuleTemplateWithRepositoryCommand,
|
|
84
98
|
BatchAssociateApprovalRuleTemplateWithRepositoriesCommand,
|
|
@@ -160,6 +174,22 @@ const commands = {
|
|
|
160
174
|
UpdateRepositoryEncryptionKeyCommand,
|
|
161
175
|
UpdateRepositoryNameCommand,
|
|
162
176
|
};
|
|
177
|
+
const paginators = {
|
|
178
|
+
paginateDescribeMergeConflicts,
|
|
179
|
+
paginateDescribePullRequestEvents,
|
|
180
|
+
paginateGetCommentReactions,
|
|
181
|
+
paginateGetCommentsForComparedCommit,
|
|
182
|
+
paginateGetCommentsForPullRequest,
|
|
183
|
+
paginateGetDifferences,
|
|
184
|
+
paginateGetMergeConflicts,
|
|
185
|
+
paginateListApprovalRuleTemplates,
|
|
186
|
+
paginateListAssociatedApprovalRuleTemplatesForRepository,
|
|
187
|
+
paginateListBranches,
|
|
188
|
+
paginateListFileCommitHistory,
|
|
189
|
+
paginateListPullRequests,
|
|
190
|
+
paginateListRepositories,
|
|
191
|
+
paginateListRepositoriesForApprovalRuleTemplate,
|
|
192
|
+
};
|
|
163
193
|
export class CodeCommit extends CodeCommitClient {
|
|
164
194
|
}
|
|
165
|
-
createAggregatedClient(commands, CodeCommit);
|
|
195
|
+
createAggregatedClient(commands, CodeCommit, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { CodeCommitClient } from "./CodeCommitClient";
|
|
3
3
|
import { AssociateApprovalRuleTemplateWithRepositoryCommandInput, AssociateApprovalRuleTemplateWithRepositoryCommandOutput } from "./commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
|
|
4
4
|
import { BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput } from "./commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
|
|
@@ -557,6 +557,104 @@ export interface CodeCommit {
|
|
|
557
557
|
updateRepositoryName(args: UpdateRepositoryNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRepositoryNameCommandOutput>;
|
|
558
558
|
updateRepositoryName(args: UpdateRepositoryNameCommandInput, cb: (err: any, data?: UpdateRepositoryNameCommandOutput) => void): void;
|
|
559
559
|
updateRepositoryName(args: UpdateRepositoryNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRepositoryNameCommandOutput) => void): void;
|
|
560
|
+
/**
|
|
561
|
+
* @see {@link DescribeMergeConflictsCommand}
|
|
562
|
+
* @param args - command input.
|
|
563
|
+
* @param paginationConfig - optional pagination config.
|
|
564
|
+
* @returns AsyncIterable of {@link DescribeMergeConflictsCommandOutput}.
|
|
565
|
+
*/
|
|
566
|
+
paginateDescribeMergeConflicts(args: DescribeMergeConflictsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeMergeConflictsCommandOutput>;
|
|
567
|
+
/**
|
|
568
|
+
* @see {@link DescribePullRequestEventsCommand}
|
|
569
|
+
* @param args - command input.
|
|
570
|
+
* @param paginationConfig - optional pagination config.
|
|
571
|
+
* @returns AsyncIterable of {@link DescribePullRequestEventsCommandOutput}.
|
|
572
|
+
*/
|
|
573
|
+
paginateDescribePullRequestEvents(args: DescribePullRequestEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribePullRequestEventsCommandOutput>;
|
|
574
|
+
/**
|
|
575
|
+
* @see {@link GetCommentReactionsCommand}
|
|
576
|
+
* @param args - command input.
|
|
577
|
+
* @param paginationConfig - optional pagination config.
|
|
578
|
+
* @returns AsyncIterable of {@link GetCommentReactionsCommandOutput}.
|
|
579
|
+
*/
|
|
580
|
+
paginateGetCommentReactions(args: GetCommentReactionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetCommentReactionsCommandOutput>;
|
|
581
|
+
/**
|
|
582
|
+
* @see {@link GetCommentsForComparedCommitCommand}
|
|
583
|
+
* @param args - command input.
|
|
584
|
+
* @param paginationConfig - optional pagination config.
|
|
585
|
+
* @returns AsyncIterable of {@link GetCommentsForComparedCommitCommandOutput}.
|
|
586
|
+
*/
|
|
587
|
+
paginateGetCommentsForComparedCommit(args: GetCommentsForComparedCommitCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetCommentsForComparedCommitCommandOutput>;
|
|
588
|
+
/**
|
|
589
|
+
* @see {@link GetCommentsForPullRequestCommand}
|
|
590
|
+
* @param args - command input.
|
|
591
|
+
* @param paginationConfig - optional pagination config.
|
|
592
|
+
* @returns AsyncIterable of {@link GetCommentsForPullRequestCommandOutput}.
|
|
593
|
+
*/
|
|
594
|
+
paginateGetCommentsForPullRequest(args: GetCommentsForPullRequestCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetCommentsForPullRequestCommandOutput>;
|
|
595
|
+
/**
|
|
596
|
+
* @see {@link GetDifferencesCommand}
|
|
597
|
+
* @param args - command input.
|
|
598
|
+
* @param paginationConfig - optional pagination config.
|
|
599
|
+
* @returns AsyncIterable of {@link GetDifferencesCommandOutput}.
|
|
600
|
+
*/
|
|
601
|
+
paginateGetDifferences(args: GetDifferencesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetDifferencesCommandOutput>;
|
|
602
|
+
/**
|
|
603
|
+
* @see {@link GetMergeConflictsCommand}
|
|
604
|
+
* @param args - command input.
|
|
605
|
+
* @param paginationConfig - optional pagination config.
|
|
606
|
+
* @returns AsyncIterable of {@link GetMergeConflictsCommandOutput}.
|
|
607
|
+
*/
|
|
608
|
+
paginateGetMergeConflicts(args: GetMergeConflictsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetMergeConflictsCommandOutput>;
|
|
609
|
+
/**
|
|
610
|
+
* @see {@link ListApprovalRuleTemplatesCommand}
|
|
611
|
+
* @param args - command input.
|
|
612
|
+
* @param paginationConfig - optional pagination config.
|
|
613
|
+
* @returns AsyncIterable of {@link ListApprovalRuleTemplatesCommandOutput}.
|
|
614
|
+
*/
|
|
615
|
+
paginateListApprovalRuleTemplates(args?: ListApprovalRuleTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListApprovalRuleTemplatesCommandOutput>;
|
|
616
|
+
/**
|
|
617
|
+
* @see {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommand}
|
|
618
|
+
* @param args - command input.
|
|
619
|
+
* @param paginationConfig - optional pagination config.
|
|
620
|
+
* @returns AsyncIterable of {@link ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput}.
|
|
621
|
+
*/
|
|
622
|
+
paginateListAssociatedApprovalRuleTemplatesForRepository(args: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
|
|
623
|
+
/**
|
|
624
|
+
* @see {@link ListBranchesCommand}
|
|
625
|
+
* @param args - command input.
|
|
626
|
+
* @param paginationConfig - optional pagination config.
|
|
627
|
+
* @returns AsyncIterable of {@link ListBranchesCommandOutput}.
|
|
628
|
+
*/
|
|
629
|
+
paginateListBranches(args: ListBranchesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBranchesCommandOutput>;
|
|
630
|
+
/**
|
|
631
|
+
* @see {@link ListFileCommitHistoryCommand}
|
|
632
|
+
* @param args - command input.
|
|
633
|
+
* @param paginationConfig - optional pagination config.
|
|
634
|
+
* @returns AsyncIterable of {@link ListFileCommitHistoryCommandOutput}.
|
|
635
|
+
*/
|
|
636
|
+
paginateListFileCommitHistory(args: ListFileCommitHistoryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFileCommitHistoryCommandOutput>;
|
|
637
|
+
/**
|
|
638
|
+
* @see {@link ListPullRequestsCommand}
|
|
639
|
+
* @param args - command input.
|
|
640
|
+
* @param paginationConfig - optional pagination config.
|
|
641
|
+
* @returns AsyncIterable of {@link ListPullRequestsCommandOutput}.
|
|
642
|
+
*/
|
|
643
|
+
paginateListPullRequests(args: ListPullRequestsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPullRequestsCommandOutput>;
|
|
644
|
+
/**
|
|
645
|
+
* @see {@link ListRepositoriesCommand}
|
|
646
|
+
* @param args - command input.
|
|
647
|
+
* @param paginationConfig - optional pagination config.
|
|
648
|
+
* @returns AsyncIterable of {@link ListRepositoriesCommandOutput}.
|
|
649
|
+
*/
|
|
650
|
+
paginateListRepositories(args?: ListRepositoriesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRepositoriesCommandOutput>;
|
|
651
|
+
/**
|
|
652
|
+
* @see {@link ListRepositoriesForApprovalRuleTemplateCommand}
|
|
653
|
+
* @param args - command input.
|
|
654
|
+
* @param paginationConfig - optional pagination config.
|
|
655
|
+
* @returns AsyncIterable of {@link ListRepositoriesForApprovalRuleTemplateCommandOutput}.
|
|
656
|
+
*/
|
|
657
|
+
paginateListRepositoriesForApprovalRuleTemplate(args: ListRepositoriesForApprovalRuleTemplateCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
|
|
560
658
|
}
|
|
561
659
|
/**
|
|
562
660
|
* <fullname>CodeCommit</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import { CodeCommitClient } from "./CodeCommitClient";
|
|
3
7
|
import {
|
|
4
8
|
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
@@ -1401,6 +1405,104 @@ export interface CodeCommit {
|
|
|
1401
1405
|
options: __HttpHandlerOptions,
|
|
1402
1406
|
cb: (err: any, data?: UpdateRepositoryNameCommandOutput) => void
|
|
1403
1407
|
): void;
|
|
1408
|
+
paginateDescribeMergeConflicts(
|
|
1409
|
+
args: DescribeMergeConflictsCommandInput,
|
|
1410
|
+
paginationConfig?: Pick<
|
|
1411
|
+
PaginationConfiguration,
|
|
1412
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1413
|
+
>
|
|
1414
|
+
): Paginator<DescribeMergeConflictsCommandOutput>;
|
|
1415
|
+
paginateDescribePullRequestEvents(
|
|
1416
|
+
args: DescribePullRequestEventsCommandInput,
|
|
1417
|
+
paginationConfig?: Pick<
|
|
1418
|
+
PaginationConfiguration,
|
|
1419
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1420
|
+
>
|
|
1421
|
+
): Paginator<DescribePullRequestEventsCommandOutput>;
|
|
1422
|
+
paginateGetCommentReactions(
|
|
1423
|
+
args: GetCommentReactionsCommandInput,
|
|
1424
|
+
paginationConfig?: Pick<
|
|
1425
|
+
PaginationConfiguration,
|
|
1426
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1427
|
+
>
|
|
1428
|
+
): Paginator<GetCommentReactionsCommandOutput>;
|
|
1429
|
+
paginateGetCommentsForComparedCommit(
|
|
1430
|
+
args: GetCommentsForComparedCommitCommandInput,
|
|
1431
|
+
paginationConfig?: Pick<
|
|
1432
|
+
PaginationConfiguration,
|
|
1433
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1434
|
+
>
|
|
1435
|
+
): Paginator<GetCommentsForComparedCommitCommandOutput>;
|
|
1436
|
+
paginateGetCommentsForPullRequest(
|
|
1437
|
+
args: GetCommentsForPullRequestCommandInput,
|
|
1438
|
+
paginationConfig?: Pick<
|
|
1439
|
+
PaginationConfiguration,
|
|
1440
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1441
|
+
>
|
|
1442
|
+
): Paginator<GetCommentsForPullRequestCommandOutput>;
|
|
1443
|
+
paginateGetDifferences(
|
|
1444
|
+
args: GetDifferencesCommandInput,
|
|
1445
|
+
paginationConfig?: Pick<
|
|
1446
|
+
PaginationConfiguration,
|
|
1447
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1448
|
+
>
|
|
1449
|
+
): Paginator<GetDifferencesCommandOutput>;
|
|
1450
|
+
paginateGetMergeConflicts(
|
|
1451
|
+
args: GetMergeConflictsCommandInput,
|
|
1452
|
+
paginationConfig?: Pick<
|
|
1453
|
+
PaginationConfiguration,
|
|
1454
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1455
|
+
>
|
|
1456
|
+
): Paginator<GetMergeConflictsCommandOutput>;
|
|
1457
|
+
paginateListApprovalRuleTemplates(
|
|
1458
|
+
args?: ListApprovalRuleTemplatesCommandInput,
|
|
1459
|
+
paginationConfig?: Pick<
|
|
1460
|
+
PaginationConfiguration,
|
|
1461
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1462
|
+
>
|
|
1463
|
+
): Paginator<ListApprovalRuleTemplatesCommandOutput>;
|
|
1464
|
+
paginateListAssociatedApprovalRuleTemplatesForRepository(
|
|
1465
|
+
args: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
1466
|
+
paginationConfig?: Pick<
|
|
1467
|
+
PaginationConfiguration,
|
|
1468
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1469
|
+
>
|
|
1470
|
+
): Paginator<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
|
|
1471
|
+
paginateListBranches(
|
|
1472
|
+
args: ListBranchesCommandInput,
|
|
1473
|
+
paginationConfig?: Pick<
|
|
1474
|
+
PaginationConfiguration,
|
|
1475
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1476
|
+
>
|
|
1477
|
+
): Paginator<ListBranchesCommandOutput>;
|
|
1478
|
+
paginateListFileCommitHistory(
|
|
1479
|
+
args: ListFileCommitHistoryCommandInput,
|
|
1480
|
+
paginationConfig?: Pick<
|
|
1481
|
+
PaginationConfiguration,
|
|
1482
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1483
|
+
>
|
|
1484
|
+
): Paginator<ListFileCommitHistoryCommandOutput>;
|
|
1485
|
+
paginateListPullRequests(
|
|
1486
|
+
args: ListPullRequestsCommandInput,
|
|
1487
|
+
paginationConfig?: Pick<
|
|
1488
|
+
PaginationConfiguration,
|
|
1489
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1490
|
+
>
|
|
1491
|
+
): Paginator<ListPullRequestsCommandOutput>;
|
|
1492
|
+
paginateListRepositories(
|
|
1493
|
+
args?: ListRepositoriesCommandInput,
|
|
1494
|
+
paginationConfig?: Pick<
|
|
1495
|
+
PaginationConfiguration,
|
|
1496
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1497
|
+
>
|
|
1498
|
+
): Paginator<ListRepositoriesCommandOutput>;
|
|
1499
|
+
paginateListRepositoriesForApprovalRuleTemplate(
|
|
1500
|
+
args: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
1501
|
+
paginationConfig?: Pick<
|
|
1502
|
+
PaginationConfiguration,
|
|
1503
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1504
|
+
>
|
|
1505
|
+
): Paginator<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
|
|
1404
1506
|
}
|
|
1405
1507
|
export declare class CodeCommit
|
|
1406
1508
|
extends CodeCommitClient
|
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.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codecommit",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.973.4",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|