@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,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import { AssociateApprovalRuleTemplateWithRepositoryInput } from "../models/models_0";
|
|
14
|
+
export interface AssociateApprovalRuleTemplateWithRepositoryCommandInput
|
|
15
|
+
extends AssociateApprovalRuleTemplateWithRepositoryInput {}
|
|
16
|
+
export interface AssociateApprovalRuleTemplateWithRepositoryCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command<
|
|
20
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
21
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
|
|
22
|
+
CodeCommitClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: AssociateApprovalRuleTemplateWithRepositoryCommandInput;
|
|
25
|
+
constructor(input: AssociateApprovalRuleTemplateWithRepositoryCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
33
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts
CHANGED
|
@@ -1,17 +1,43 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesInput,
|
|
15
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
|
|
18
|
+
extends BatchAssociateApprovalRuleTemplateWithRepositoriesInput {}
|
|
19
|
+
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
20
|
+
extends BatchAssociateApprovalRuleTemplateWithRepositoriesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $Command<
|
|
24
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
25
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
|
|
26
|
+
CodeCommitClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput;
|
|
29
|
+
constructor(
|
|
30
|
+
input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
39
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchDescribeMergeConflictsInput,
|
|
15
|
+
BatchDescribeMergeConflictsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDescribeMergeConflictsCommandInput
|
|
18
|
+
extends BatchDescribeMergeConflictsInput {}
|
|
19
|
+
export interface BatchDescribeMergeConflictsCommandOutput
|
|
20
|
+
extends BatchDescribeMergeConflictsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDescribeMergeConflictsCommand extends $Command<
|
|
24
|
+
BatchDescribeMergeConflictsCommandInput,
|
|
25
|
+
BatchDescribeMergeConflictsCommandOutput,
|
|
26
|
+
CodeCommitClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDescribeMergeConflictsCommandInput;
|
|
29
|
+
constructor(input: BatchDescribeMergeConflictsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDescribeMergeConflictsCommandInput,
|
|
37
|
+
BatchDescribeMergeConflictsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts
CHANGED
|
@@ -1,17 +1,43 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesInput,
|
|
15
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
|
|
18
|
+
extends BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {}
|
|
19
|
+
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
|
|
20
|
+
extends BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends $Command<
|
|
24
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
25
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
|
|
26
|
+
CodeCommitClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput;
|
|
29
|
+
constructor(
|
|
30
|
+
input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
resolveMiddleware(
|
|
34
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
35
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
36
|
+
options?: __HttpHandlerOptions
|
|
37
|
+
): Handler<
|
|
38
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
39
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
|
|
40
|
+
>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetCommitsInput,
|
|
15
|
+
BatchGetCommitsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetCommitsCommandInput extends BatchGetCommitsInput {}
|
|
18
|
+
export interface BatchGetCommitsCommandOutput
|
|
19
|
+
extends BatchGetCommitsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BatchGetCommitsCommand extends $Command<
|
|
23
|
+
BatchGetCommitsCommandInput,
|
|
24
|
+
BatchGetCommitsCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetCommitsCommandInput;
|
|
28
|
+
constructor(input: BatchGetCommitsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BatchGetCommitsCommandInput, BatchGetCommitsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchGetRepositoriesInput,
|
|
15
|
+
BatchGetRepositoriesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetRepositoriesCommandInput
|
|
18
|
+
extends BatchGetRepositoriesInput {}
|
|
19
|
+
export interface BatchGetRepositoriesCommandOutput
|
|
20
|
+
extends BatchGetRepositoriesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetRepositoriesCommand extends $Command<
|
|
24
|
+
BatchGetRepositoriesCommandInput,
|
|
25
|
+
BatchGetRepositoriesCommandOutput,
|
|
26
|
+
CodeCommitClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetRepositoriesCommandInput;
|
|
29
|
+
constructor(input: BatchGetRepositoriesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetRepositoriesCommandInput,
|
|
37
|
+
BatchGetRepositoriesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateApprovalRuleTemplateInput,
|
|
15
|
+
CreateApprovalRuleTemplateOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApprovalRuleTemplateCommandInput
|
|
18
|
+
extends CreateApprovalRuleTemplateInput {}
|
|
19
|
+
export interface CreateApprovalRuleTemplateCommandOutput
|
|
20
|
+
extends CreateApprovalRuleTemplateOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateApprovalRuleTemplateCommand extends $Command<
|
|
24
|
+
CreateApprovalRuleTemplateCommandInput,
|
|
25
|
+
CreateApprovalRuleTemplateCommandOutput,
|
|
26
|
+
CodeCommitClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateApprovalRuleTemplateCommandInput;
|
|
29
|
+
constructor(input: CreateApprovalRuleTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateApprovalRuleTemplateCommandInput,
|
|
37
|
+
CreateApprovalRuleTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import { CreateBranchInput } from "../models/models_0";
|
|
14
|
+
export interface CreateBranchCommandInput extends CreateBranchInput {}
|
|
15
|
+
export interface CreateBranchCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class CreateBranchCommand extends $Command<
|
|
18
|
+
CreateBranchCommandInput,
|
|
19
|
+
CreateBranchCommandOutput,
|
|
20
|
+
CodeCommitClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: CreateBranchCommandInput;
|
|
23
|
+
constructor(input: CreateBranchCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateBranchCommandInput, CreateBranchCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import { CreateCommitInput, CreateCommitOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateCommitCommandInput extends CreateCommitInput {}
|
|
15
|
+
export interface CreateCommitCommandOutput
|
|
16
|
+
extends CreateCommitOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateCommitCommand extends $Command<
|
|
20
|
+
CreateCommitCommandInput,
|
|
21
|
+
CreateCommitCommandOutput,
|
|
22
|
+
CodeCommitClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateCommitCommandInput;
|
|
25
|
+
constructor(input: CreateCommitCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateCommitCommandInput, CreateCommitCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
CreatePullRequestApprovalRuleInput,
|
|
15
|
+
CreatePullRequestApprovalRuleOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePullRequestApprovalRuleCommandInput
|
|
18
|
+
extends CreatePullRequestApprovalRuleInput {}
|
|
19
|
+
export interface CreatePullRequestApprovalRuleCommandOutput
|
|
20
|
+
extends CreatePullRequestApprovalRuleOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePullRequestApprovalRuleCommand extends $Command<
|
|
24
|
+
CreatePullRequestApprovalRuleCommandInput,
|
|
25
|
+
CreatePullRequestApprovalRuleCommandOutput,
|
|
26
|
+
CodeCommitClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePullRequestApprovalRuleCommandInput;
|
|
29
|
+
constructor(input: CreatePullRequestApprovalRuleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePullRequestApprovalRuleCommandInput,
|
|
37
|
+
CreatePullRequestApprovalRuleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeCommitClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeCommitClient";
|
|
13
|
+
import {
|
|
14
|
+
CreatePullRequestInput,
|
|
15
|
+
CreatePullRequestOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePullRequestCommandInput extends CreatePullRequestInput {}
|
|
18
|
+
export interface CreatePullRequestCommandOutput
|
|
19
|
+
extends CreatePullRequestOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreatePullRequestCommand extends $Command<
|
|
23
|
+
CreatePullRequestCommandInput,
|
|
24
|
+
CreatePullRequestCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreatePullRequestCommandInput;
|
|
28
|
+
constructor(input: CreatePullRequestCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreatePullRequestCommandInput, CreatePullRequestCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|