@aws-sdk/client-codecommit 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/CodeCommit.d.ts +1367 -390
- package/dist-types/ts3.4/CodeCommitClient.d.ts +566 -150
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +34 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2444 -2695
- package/dist-types/ts3.4/models/models_1.d.ts +837 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
export * from "./AssociateApprovalRuleTemplateWithRepositoryCommand";
|
|
2
|
-
export * from "./BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
|
|
3
|
-
export * from "./BatchDescribeMergeConflictsCommand";
|
|
4
|
-
export * from "./BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
|
|
5
|
-
export * from "./BatchGetCommitsCommand";
|
|
6
|
-
export * from "./BatchGetRepositoriesCommand";
|
|
7
|
-
export * from "./CreateApprovalRuleTemplateCommand";
|
|
8
|
-
export * from "./CreateBranchCommand";
|
|
9
|
-
export * from "./CreateCommitCommand";
|
|
10
|
-
export * from "./CreatePullRequestApprovalRuleCommand";
|
|
11
|
-
export * from "./CreatePullRequestCommand";
|
|
12
|
-
export * from "./CreateRepositoryCommand";
|
|
13
|
-
export * from "./CreateUnreferencedMergeCommitCommand";
|
|
14
|
-
export * from "./DeleteApprovalRuleTemplateCommand";
|
|
15
|
-
export * from "./DeleteBranchCommand";
|
|
16
|
-
export * from "./DeleteCommentContentCommand";
|
|
17
|
-
export * from "./DeleteFileCommand";
|
|
18
|
-
export * from "./DeletePullRequestApprovalRuleCommand";
|
|
19
|
-
export * from "./DeleteRepositoryCommand";
|
|
20
|
-
export * from "./DescribeMergeConflictsCommand";
|
|
21
|
-
export * from "./DescribePullRequestEventsCommand";
|
|
22
|
-
export * from "./DisassociateApprovalRuleTemplateFromRepositoryCommand";
|
|
23
|
-
export * from "./EvaluatePullRequestApprovalRulesCommand";
|
|
24
|
-
export * from "./GetApprovalRuleTemplateCommand";
|
|
25
|
-
export * from "./GetBlobCommand";
|
|
26
|
-
export * from "./GetBranchCommand";
|
|
27
|
-
export * from "./GetCommentCommand";
|
|
28
|
-
export * from "./GetCommentReactionsCommand";
|
|
29
|
-
export * from "./GetCommentsForComparedCommitCommand";
|
|
30
|
-
export * from "./GetCommentsForPullRequestCommand";
|
|
31
|
-
export * from "./GetCommitCommand";
|
|
32
|
-
export * from "./GetDifferencesCommand";
|
|
33
|
-
export * from "./GetFileCommand";
|
|
34
|
-
export * from "./GetFolderCommand";
|
|
35
|
-
export * from "./GetMergeCommitCommand";
|
|
36
|
-
export * from "./GetMergeConflictsCommand";
|
|
37
|
-
export * from "./GetMergeOptionsCommand";
|
|
38
|
-
export * from "./GetPullRequestApprovalStatesCommand";
|
|
39
|
-
export * from "./GetPullRequestCommand";
|
|
40
|
-
export * from "./GetPullRequestOverrideStateCommand";
|
|
41
|
-
export * from "./GetRepositoryCommand";
|
|
42
|
-
export * from "./GetRepositoryTriggersCommand";
|
|
43
|
-
export * from "./ListApprovalRuleTemplatesCommand";
|
|
44
|
-
export * from "./ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
|
|
45
|
-
export * from "./ListBranchesCommand";
|
|
46
|
-
export * from "./ListPullRequestsCommand";
|
|
47
|
-
export * from "./ListRepositoriesCommand";
|
|
48
|
-
export * from "./ListRepositoriesForApprovalRuleTemplateCommand";
|
|
49
|
-
export * from "./ListTagsForResourceCommand";
|
|
50
|
-
export * from "./MergeBranchesByFastForwardCommand";
|
|
51
|
-
export * from "./MergeBranchesBySquashCommand";
|
|
52
|
-
export * from "./MergeBranchesByThreeWayCommand";
|
|
53
|
-
export * from "./MergePullRequestByFastForwardCommand";
|
|
54
|
-
export * from "./MergePullRequestBySquashCommand";
|
|
55
|
-
export * from "./MergePullRequestByThreeWayCommand";
|
|
56
|
-
export * from "./OverridePullRequestApprovalRulesCommand";
|
|
57
|
-
export * from "./PostCommentForComparedCommitCommand";
|
|
58
|
-
export * from "./PostCommentForPullRequestCommand";
|
|
59
|
-
export * from "./PostCommentReplyCommand";
|
|
60
|
-
export * from "./PutCommentReactionCommand";
|
|
61
|
-
export * from "./PutFileCommand";
|
|
62
|
-
export * from "./PutRepositoryTriggersCommand";
|
|
63
|
-
export * from "./TagResourceCommand";
|
|
64
|
-
export * from "./TestRepositoryTriggersCommand";
|
|
65
|
-
export * from "./UntagResourceCommand";
|
|
66
|
-
export * from "./UpdateApprovalRuleTemplateContentCommand";
|
|
67
|
-
export * from "./UpdateApprovalRuleTemplateDescriptionCommand";
|
|
68
|
-
export * from "./UpdateApprovalRuleTemplateNameCommand";
|
|
69
|
-
export * from "./UpdateCommentCommand";
|
|
70
|
-
export * from "./UpdateDefaultBranchCommand";
|
|
71
|
-
export * from "./UpdatePullRequestApprovalRuleContentCommand";
|
|
72
|
-
export * from "./UpdatePullRequestApprovalStateCommand";
|
|
73
|
-
export * from "./UpdatePullRequestDescriptionCommand";
|
|
74
|
-
export * from "./UpdatePullRequestStatusCommand";
|
|
75
|
-
export * from "./UpdatePullRequestTitleCommand";
|
|
76
|
-
export * from "./UpdateRepositoryDescriptionCommand";
|
|
77
|
-
export * from "./UpdateRepositoryNameCommand";
|
|
1
|
+
export * from "./AssociateApprovalRuleTemplateWithRepositoryCommand";
|
|
2
|
+
export * from "./BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
|
|
3
|
+
export * from "./BatchDescribeMergeConflictsCommand";
|
|
4
|
+
export * from "./BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
|
|
5
|
+
export * from "./BatchGetCommitsCommand";
|
|
6
|
+
export * from "./BatchGetRepositoriesCommand";
|
|
7
|
+
export * from "./CreateApprovalRuleTemplateCommand";
|
|
8
|
+
export * from "./CreateBranchCommand";
|
|
9
|
+
export * from "./CreateCommitCommand";
|
|
10
|
+
export * from "./CreatePullRequestApprovalRuleCommand";
|
|
11
|
+
export * from "./CreatePullRequestCommand";
|
|
12
|
+
export * from "./CreateRepositoryCommand";
|
|
13
|
+
export * from "./CreateUnreferencedMergeCommitCommand";
|
|
14
|
+
export * from "./DeleteApprovalRuleTemplateCommand";
|
|
15
|
+
export * from "./DeleteBranchCommand";
|
|
16
|
+
export * from "./DeleteCommentContentCommand";
|
|
17
|
+
export * from "./DeleteFileCommand";
|
|
18
|
+
export * from "./DeletePullRequestApprovalRuleCommand";
|
|
19
|
+
export * from "./DeleteRepositoryCommand";
|
|
20
|
+
export * from "./DescribeMergeConflictsCommand";
|
|
21
|
+
export * from "./DescribePullRequestEventsCommand";
|
|
22
|
+
export * from "./DisassociateApprovalRuleTemplateFromRepositoryCommand";
|
|
23
|
+
export * from "./EvaluatePullRequestApprovalRulesCommand";
|
|
24
|
+
export * from "./GetApprovalRuleTemplateCommand";
|
|
25
|
+
export * from "./GetBlobCommand";
|
|
26
|
+
export * from "./GetBranchCommand";
|
|
27
|
+
export * from "./GetCommentCommand";
|
|
28
|
+
export * from "./GetCommentReactionsCommand";
|
|
29
|
+
export * from "./GetCommentsForComparedCommitCommand";
|
|
30
|
+
export * from "./GetCommentsForPullRequestCommand";
|
|
31
|
+
export * from "./GetCommitCommand";
|
|
32
|
+
export * from "./GetDifferencesCommand";
|
|
33
|
+
export * from "./GetFileCommand";
|
|
34
|
+
export * from "./GetFolderCommand";
|
|
35
|
+
export * from "./GetMergeCommitCommand";
|
|
36
|
+
export * from "./GetMergeConflictsCommand";
|
|
37
|
+
export * from "./GetMergeOptionsCommand";
|
|
38
|
+
export * from "./GetPullRequestApprovalStatesCommand";
|
|
39
|
+
export * from "./GetPullRequestCommand";
|
|
40
|
+
export * from "./GetPullRequestOverrideStateCommand";
|
|
41
|
+
export * from "./GetRepositoryCommand";
|
|
42
|
+
export * from "./GetRepositoryTriggersCommand";
|
|
43
|
+
export * from "./ListApprovalRuleTemplatesCommand";
|
|
44
|
+
export * from "./ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
|
|
45
|
+
export * from "./ListBranchesCommand";
|
|
46
|
+
export * from "./ListPullRequestsCommand";
|
|
47
|
+
export * from "./ListRepositoriesCommand";
|
|
48
|
+
export * from "./ListRepositoriesForApprovalRuleTemplateCommand";
|
|
49
|
+
export * from "./ListTagsForResourceCommand";
|
|
50
|
+
export * from "./MergeBranchesByFastForwardCommand";
|
|
51
|
+
export * from "./MergeBranchesBySquashCommand";
|
|
52
|
+
export * from "./MergeBranchesByThreeWayCommand";
|
|
53
|
+
export * from "./MergePullRequestByFastForwardCommand";
|
|
54
|
+
export * from "./MergePullRequestBySquashCommand";
|
|
55
|
+
export * from "./MergePullRequestByThreeWayCommand";
|
|
56
|
+
export * from "./OverridePullRequestApprovalRulesCommand";
|
|
57
|
+
export * from "./PostCommentForComparedCommitCommand";
|
|
58
|
+
export * from "./PostCommentForPullRequestCommand";
|
|
59
|
+
export * from "./PostCommentReplyCommand";
|
|
60
|
+
export * from "./PutCommentReactionCommand";
|
|
61
|
+
export * from "./PutFileCommand";
|
|
62
|
+
export * from "./PutRepositoryTriggersCommand";
|
|
63
|
+
export * from "./TagResourceCommand";
|
|
64
|
+
export * from "./TestRepositoryTriggersCommand";
|
|
65
|
+
export * from "./UntagResourceCommand";
|
|
66
|
+
export * from "./UpdateApprovalRuleTemplateContentCommand";
|
|
67
|
+
export * from "./UpdateApprovalRuleTemplateDescriptionCommand";
|
|
68
|
+
export * from "./UpdateApprovalRuleTemplateNameCommand";
|
|
69
|
+
export * from "./UpdateCommentCommand";
|
|
70
|
+
export * from "./UpdateDefaultBranchCommand";
|
|
71
|
+
export * from "./UpdatePullRequestApprovalRuleContentCommand";
|
|
72
|
+
export * from "./UpdatePullRequestApprovalStateCommand";
|
|
73
|
+
export * from "./UpdatePullRequestDescriptionCommand";
|
|
74
|
+
export * from "./UpdatePullRequestStatusCommand";
|
|
75
|
+
export * from "./UpdatePullRequestTitleCommand";
|
|
76
|
+
export * from "./UpdateRepositoryDescriptionCommand";
|
|
77
|
+
export * from "./UpdateRepositoryNameCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./CodeCommit";
|
|
2
|
-
export * from "./CodeCommitClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { CodeCommitServiceException } from "./models/CodeCommitServiceException";
|
|
1
|
+
export * from "./CodeCommit";
|
|
2
|
+
export * from "./CodeCommitClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { CodeCommitServiceException } from "./models/CodeCommitServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class CodeCommitServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
2
|
-
export * from "./models_1";
|
|
1
|
+
export * from "./models_0";
|
|
2
|
+
export * from "./models_1";
|