@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,17 +1,39 @@
|
|
|
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
|
+
PostCommentForComparedCommitInput,
|
|
15
|
+
PostCommentForComparedCommitOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface PostCommentForComparedCommitCommandInput
|
|
18
|
+
extends PostCommentForComparedCommitInput {}
|
|
19
|
+
export interface PostCommentForComparedCommitCommandOutput
|
|
20
|
+
extends PostCommentForComparedCommitOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PostCommentForComparedCommitCommand extends $Command<
|
|
23
|
+
PostCommentForComparedCommitCommandInput,
|
|
24
|
+
PostCommentForComparedCommitCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PostCommentForComparedCommitCommandInput;
|
|
28
|
+
constructor(input: PostCommentForComparedCommitCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PostCommentForComparedCommitCommandInput,
|
|
35
|
+
PostCommentForComparedCommitCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PostCommentForPullRequestInput,
|
|
15
|
+
PostCommentForPullRequestOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface PostCommentForPullRequestCommandInput
|
|
18
|
+
extends PostCommentForPullRequestInput {}
|
|
19
|
+
export interface PostCommentForPullRequestCommandOutput
|
|
20
|
+
extends PostCommentForPullRequestOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PostCommentForPullRequestCommand extends $Command<
|
|
23
|
+
PostCommentForPullRequestCommandInput,
|
|
24
|
+
PostCommentForPullRequestCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PostCommentForPullRequestCommandInput;
|
|
28
|
+
constructor(input: PostCommentForPullRequestCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PostCommentForPullRequestCommandInput,
|
|
35
|
+
PostCommentForPullRequestCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
PostCommentReplyInput,
|
|
15
|
+
PostCommentReplyOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface PostCommentReplyCommandInput extends PostCommentReplyInput {}
|
|
18
|
+
export interface PostCommentReplyCommandOutput
|
|
19
|
+
extends PostCommentReplyOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class PostCommentReplyCommand extends $Command<
|
|
22
|
+
PostCommentReplyCommandInput,
|
|
23
|
+
PostCommentReplyCommandOutput,
|
|
24
|
+
CodeCommitClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: PostCommentReplyCommandInput;
|
|
27
|
+
constructor(input: PostCommentReplyCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<PostCommentReplyCommandInput, PostCommentReplyCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
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 { PutCommentReactionInput } from "../models/models_1";
|
|
14
|
+
export interface PutCommentReactionCommandInput
|
|
15
|
+
extends PutCommentReactionInput {}
|
|
16
|
+
export interface PutCommentReactionCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class PutCommentReactionCommand extends $Command<
|
|
18
|
+
PutCommentReactionCommandInput,
|
|
19
|
+
PutCommentReactionCommandOutput,
|
|
20
|
+
CodeCommitClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: PutCommentReactionCommandInput;
|
|
23
|
+
constructor(input: PutCommentReactionCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<PutCommentReactionCommandInput, PutCommentReactionCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { PutFileInput, PutFileOutput } from "../models/models_1";
|
|
14
|
+
export interface PutFileCommandInput extends PutFileInput {}
|
|
15
|
+
export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {}
|
|
16
|
+
export declare class PutFileCommand extends $Command<
|
|
17
|
+
PutFileCommandInput,
|
|
18
|
+
PutFileCommandOutput,
|
|
19
|
+
CodeCommitClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: PutFileCommandInput;
|
|
22
|
+
constructor(input: PutFileCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<PutFileCommandInput, PutFileCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
PutRepositoryTriggersInput,
|
|
15
|
+
PutRepositoryTriggersOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface PutRepositoryTriggersCommandInput
|
|
18
|
+
extends PutRepositoryTriggersInput {}
|
|
19
|
+
export interface PutRepositoryTriggersCommandOutput
|
|
20
|
+
extends PutRepositoryTriggersOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutRepositoryTriggersCommand extends $Command<
|
|
23
|
+
PutRepositoryTriggersCommandInput,
|
|
24
|
+
PutRepositoryTriggersCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutRepositoryTriggersCommandInput;
|
|
28
|
+
constructor(input: PutRepositoryTriggersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutRepositoryTriggersCommandInput,
|
|
35
|
+
PutRepositoryTriggersCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { TagResourceInput } from "../models/models_1";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
15
|
+
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class TagResourceCommand extends $Command<
|
|
17
|
+
TagResourceCommandInput,
|
|
18
|
+
TagResourceCommandOutput,
|
|
19
|
+
CodeCommitClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: TagResourceCommandInput;
|
|
22
|
+
constructor(input: TagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
TestRepositoryTriggersInput,
|
|
15
|
+
TestRepositoryTriggersOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface TestRepositoryTriggersCommandInput
|
|
18
|
+
extends TestRepositoryTriggersInput {}
|
|
19
|
+
export interface TestRepositoryTriggersCommandOutput
|
|
20
|
+
extends TestRepositoryTriggersOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class TestRepositoryTriggersCommand extends $Command<
|
|
23
|
+
TestRepositoryTriggersCommandInput,
|
|
24
|
+
TestRepositoryTriggersCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: TestRepositoryTriggersCommandInput;
|
|
28
|
+
constructor(input: TestRepositoryTriggersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
TestRepositoryTriggersCommandInput,
|
|
35
|
+
TestRepositoryTriggersCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { UntagResourceInput } from "../models/models_1";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UntagResourceCommand extends $Command<
|
|
17
|
+
UntagResourceCommandInput,
|
|
18
|
+
UntagResourceCommandOutput,
|
|
19
|
+
CodeCommitClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UntagResourceCommandInput;
|
|
22
|
+
constructor(input: UntagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
UpdateApprovalRuleTemplateContentInput,
|
|
15
|
+
UpdateApprovalRuleTemplateContentOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface UpdateApprovalRuleTemplateContentCommandInput
|
|
18
|
+
extends UpdateApprovalRuleTemplateContentInput {}
|
|
19
|
+
export interface UpdateApprovalRuleTemplateContentCommandOutput
|
|
20
|
+
extends UpdateApprovalRuleTemplateContentOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateApprovalRuleTemplateContentCommand extends $Command<
|
|
23
|
+
UpdateApprovalRuleTemplateContentCommandInput,
|
|
24
|
+
UpdateApprovalRuleTemplateContentCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateApprovalRuleTemplateContentCommandInput;
|
|
28
|
+
constructor(input: UpdateApprovalRuleTemplateContentCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateApprovalRuleTemplateContentCommandInput,
|
|
35
|
+
UpdateApprovalRuleTemplateContentCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
UpdateApprovalRuleTemplateDescriptionInput,
|
|
15
|
+
UpdateApprovalRuleTemplateDescriptionOutput,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface UpdateApprovalRuleTemplateDescriptionCommandInput
|
|
18
|
+
extends UpdateApprovalRuleTemplateDescriptionInput {}
|
|
19
|
+
export interface UpdateApprovalRuleTemplateDescriptionCommandOutput
|
|
20
|
+
extends UpdateApprovalRuleTemplateDescriptionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateApprovalRuleTemplateDescriptionCommand extends $Command<
|
|
23
|
+
UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
24
|
+
UpdateApprovalRuleTemplateDescriptionCommandOutput,
|
|
25
|
+
CodeCommitClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateApprovalRuleTemplateDescriptionCommandInput;
|
|
28
|
+
constructor(input: UpdateApprovalRuleTemplateDescriptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
35
|
+
UpdateApprovalRuleTemplateDescriptionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|