@aws-sdk/client-codecommit 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +263 -358
- package/dist-types/ts3.4/CodeCommitClient.d.ts +14 -50
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +187 -772
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetPullRequestInput, GetPullRequestOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetPullRequestCommandInput extends GetPullRequestInput {}
|
|
5
|
-
export interface GetPullRequestCommandOutput
|
|
6
|
-
extends GetPullRequestOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetPullRequestCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetPullRequestCommandInput
|
|
8
|
+
input: GetPullRequestCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetPullRequestCommandInput,
|
|
13
11
|
GetPullRequestCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetPullRequestCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetPullRequestCommandInput
|
|
17
|
+
input: GetPullRequestCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetPullRequestCommandInput,
|
|
22
20
|
GetPullRequestCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetPullRequestOverrideStateOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPullRequestOverrideStateCommandInput
|
|
8
|
-
extends GetPullRequestOverrideStateInput {}
|
|
7
|
+
export interface GetPullRequestOverrideStateCommandInput extends GetPullRequestOverrideStateInput {}
|
|
9
8
|
export interface GetPullRequestOverrideStateCommandOutput
|
|
10
|
-
extends GetPullRequestOverrideStateOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetPullRequestOverrideStateOutput, __MetadataBearer {}
|
|
12
10
|
declare const GetPullRequestOverrideStateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetPullRequestOverrideStateCommandInput
|
|
12
|
+
input: GetPullRequestOverrideStateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetPullRequestOverrideStateCommandInput,
|
|
17
15
|
GetPullRequestOverrideStateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetPullRequestOverrideStateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetPullRequestOverrideStateCommandInput
|
|
21
|
+
input: GetPullRequestOverrideStateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetPullRequestOverrideStateCommandInput,
|
|
26
24
|
GetPullRequestOverrideStateCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetRepositoryCommandInput extends GetRepositoryInput {}
|
|
5
|
-
export interface GetRepositoryCommandOutput
|
|
6
|
-
extends GetRepositoryOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetRepositoryCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetRepositoryCommandInput
|
|
8
|
+
input: GetRepositoryCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetRepositoryCommandInput,
|
|
13
11
|
GetRepositoryCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetRepositoryCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetRepositoryCommandInput
|
|
17
|
+
input: GetRepositoryCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetRepositoryCommandInput,
|
|
22
20
|
GetRepositoryCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRepositoryTriggersInput,
|
|
4
|
-
GetRepositoryTriggersOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRepositoryTriggersInput, GetRepositoryTriggersOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRepositoryTriggersCommandInput
|
|
8
|
-
extends GetRepositoryTriggersInput {}
|
|
4
|
+
export interface GetRepositoryTriggersCommandInput extends GetRepositoryTriggersInput {}
|
|
9
5
|
export interface GetRepositoryTriggersCommandOutput
|
|
10
|
-
extends GetRepositoryTriggersOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetRepositoryTriggersOutput, __MetadataBearer {}
|
|
12
7
|
declare const GetRepositoryTriggersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetRepositoryTriggersCommandInput
|
|
9
|
+
input: GetRepositoryTriggersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetRepositoryTriggersCommandInput,
|
|
17
12
|
GetRepositoryTriggersCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetRepositoryTriggersCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetRepositoryTriggersCommandInput
|
|
18
|
+
input: GetRepositoryTriggersCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetRepositoryTriggersCommandInput,
|
|
26
21
|
GetRepositoryTriggersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListApprovalRuleTemplatesOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListApprovalRuleTemplatesCommandInput
|
|
8
|
-
extends ListApprovalRuleTemplatesInput {}
|
|
7
|
+
export interface ListApprovalRuleTemplatesCommandInput extends ListApprovalRuleTemplatesInput {}
|
|
9
8
|
export interface ListApprovalRuleTemplatesCommandOutput
|
|
10
|
-
extends ListApprovalRuleTemplatesOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListApprovalRuleTemplatesOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListApprovalRuleTemplatesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListApprovalRuleTemplatesCommandInput
|
|
12
|
+
input: ListApprovalRuleTemplatesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListApprovalRuleTemplatesCommandInput,
|
|
17
15
|
ListApprovalRuleTemplatesCommandOutput,
|
package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAssociatedApprovalRuleTemplatesForRepositoryOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
|
|
8
|
-
extends ListAssociatedApprovalRuleTemplatesForRepositoryInput {}
|
|
7
|
+
export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput extends ListAssociatedApprovalRuleTemplatesForRepositoryInput {}
|
|
9
8
|
export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput
|
|
10
|
-
extends ListAssociatedApprovalRuleTemplatesForRepositoryOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAssociatedApprovalRuleTemplatesForRepositoryOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListAssociatedApprovalRuleTemplatesForRepositoryCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
|
|
12
|
+
input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
17
15
|
ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListAssociatedApprovalRuleTemplatesForRepositoryCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
|
|
21
|
+
input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
26
24
|
ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListBranchesInput, ListBranchesOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListBranchesCommandInput extends ListBranchesInput {}
|
|
5
|
-
export interface ListBranchesCommandOutput
|
|
6
|
-
extends ListBranchesOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListBranchesCommandOutput extends ListBranchesOutput, __MetadataBearer {}
|
|
8
6
|
declare const ListBranchesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListBranchesCommandInput
|
|
8
|
+
input: ListBranchesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListBranchesCommandInput,
|
|
13
11
|
ListBranchesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListBranchesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListBranchesCommandInput
|
|
17
|
+
input: ListBranchesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListBranchesCommandInput,
|
|
22
20
|
ListBranchesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFileCommitHistoryRequest,
|
|
4
|
-
ListFileCommitHistoryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFileCommitHistoryRequest, ListFileCommitHistoryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFileCommitHistoryCommandInput
|
|
8
|
-
extends ListFileCommitHistoryRequest {}
|
|
4
|
+
export interface ListFileCommitHistoryCommandInput extends ListFileCommitHistoryRequest {}
|
|
9
5
|
export interface ListFileCommitHistoryCommandOutput
|
|
10
|
-
extends ListFileCommitHistoryResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListFileCommitHistoryResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListFileCommitHistoryCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListFileCommitHistoryCommandInput
|
|
9
|
+
input: ListFileCommitHistoryCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListFileCommitHistoryCommandInput,
|
|
17
12
|
ListFileCommitHistoryCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListFileCommitHistoryCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListFileCommitHistoryCommandInput
|
|
18
|
+
input: ListFileCommitHistoryCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListFileCommitHistoryCommandInput,
|
|
26
21
|
ListFileCommitHistoryCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPullRequestsInput,
|
|
4
|
-
ListPullRequestsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPullRequestsInput, ListPullRequestsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListPullRequestsCommandInput extends ListPullRequestsInput {}
|
|
8
|
-
export interface ListPullRequestsCommandOutput
|
|
9
|
-
extends ListPullRequestsOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListPullRequestsCommandOutput extends ListPullRequestsOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListPullRequestsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListPullRequestsCommandInput
|
|
8
|
+
input: ListPullRequestsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListPullRequestsCommandInput,
|
|
16
11
|
ListPullRequestsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListPullRequestsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListPullRequestsCommandInput
|
|
17
|
+
input: ListPullRequestsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListPullRequestsCommandInput,
|
|
25
20
|
ListPullRequestsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListRepositoriesInput,
|
|
4
|
-
ListRepositoriesOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListRepositoriesCommandInput extends ListRepositoriesInput {}
|
|
8
|
-
export interface ListRepositoriesCommandOutput
|
|
9
|
-
extends ListRepositoriesOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, __MetadataBearer {}
|
|
11
6
|
declare const ListRepositoriesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListRepositoriesCommandInput
|
|
8
|
+
input: ListRepositoriesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListRepositoriesCommandInput,
|
|
16
11
|
ListRepositoriesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListRepositoriesForApprovalRuleTemplateOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListRepositoriesForApprovalRuleTemplateCommandInput
|
|
8
|
-
extends ListRepositoriesForApprovalRuleTemplateInput {}
|
|
7
|
+
export interface ListRepositoriesForApprovalRuleTemplateCommandInput extends ListRepositoriesForApprovalRuleTemplateInput {}
|
|
9
8
|
export interface ListRepositoriesForApprovalRuleTemplateCommandOutput
|
|
10
|
-
extends ListRepositoriesForApprovalRuleTemplateOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListRepositoriesForApprovalRuleTemplateOutput, __MetadataBearer {}
|
|
12
10
|
declare const ListRepositoriesForApprovalRuleTemplateCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListRepositoriesForApprovalRuleTemplateCommandInput
|
|
12
|
+
input: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
17
15
|
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListRepositoriesForApprovalRuleTemplateCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListRepositoriesForApprovalRuleTemplateCommandInput
|
|
21
|
+
input: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
26
24
|
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceInput,
|
|
4
|
-
ListTagsForResourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceInput {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceOutput, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
MergeBranchesByFastForwardOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface MergeBranchesByFastForwardCommandInput
|
|
8
|
-
extends MergeBranchesByFastForwardInput {}
|
|
7
|
+
export interface MergeBranchesByFastForwardCommandInput extends MergeBranchesByFastForwardInput {}
|
|
9
8
|
export interface MergeBranchesByFastForwardCommandOutput
|
|
10
|
-
extends MergeBranchesByFastForwardOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends MergeBranchesByFastForwardOutput, __MetadataBearer {}
|
|
12
10
|
declare const MergeBranchesByFastForwardCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: MergeBranchesByFastForwardCommandInput
|
|
12
|
+
input: MergeBranchesByFastForwardCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
MergeBranchesByFastForwardCommandInput,
|
|
17
15
|
MergeBranchesByFastForwardCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const MergeBranchesByFastForwardCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: MergeBranchesByFastForwardCommandInput
|
|
21
|
+
input: MergeBranchesByFastForwardCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
MergeBranchesByFastForwardCommandInput,
|
|
26
24
|
MergeBranchesByFastForwardCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
MergeBranchesBySquashInput,
|
|
4
|
-
MergeBranchesBySquashOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { MergeBranchesBySquashInput, MergeBranchesBySquashOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface MergeBranchesBySquashCommandInput
|
|
8
|
-
extends MergeBranchesBySquashInput {}
|
|
4
|
+
export interface MergeBranchesBySquashCommandInput extends MergeBranchesBySquashInput {}
|
|
9
5
|
export interface MergeBranchesBySquashCommandOutput
|
|
10
|
-
extends MergeBranchesBySquashOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends MergeBranchesBySquashOutput, __MetadataBearer {}
|
|
12
7
|
declare const MergeBranchesBySquashCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: MergeBranchesBySquashCommandInput
|
|
9
|
+
input: MergeBranchesBySquashCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
MergeBranchesBySquashCommandInput,
|
|
17
12
|
MergeBranchesBySquashCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const MergeBranchesBySquashCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: MergeBranchesBySquashCommandInput
|
|
18
|
+
input: MergeBranchesBySquashCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
MergeBranchesBySquashCommandInput,
|
|
26
21
|
MergeBranchesBySquashCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
MergeBranchesByThreeWayInput,
|
|
4
|
-
MergeBranchesByThreeWayOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { MergeBranchesByThreeWayInput, MergeBranchesByThreeWayOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface MergeBranchesByThreeWayCommandInput
|
|
8
|
-
extends MergeBranchesByThreeWayInput {}
|
|
4
|
+
export interface MergeBranchesByThreeWayCommandInput extends MergeBranchesByThreeWayInput {}
|
|
9
5
|
export interface MergeBranchesByThreeWayCommandOutput
|
|
10
|
-
extends MergeBranchesByThreeWayOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends MergeBranchesByThreeWayOutput, __MetadataBearer {}
|
|
12
7
|
declare const MergeBranchesByThreeWayCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: MergeBranchesByThreeWayCommandInput
|
|
9
|
+
input: MergeBranchesByThreeWayCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
MergeBranchesByThreeWayCommandInput,
|
|
17
12
|
MergeBranchesByThreeWayCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const MergeBranchesByThreeWayCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: MergeBranchesByThreeWayCommandInput
|
|
18
|
+
input: MergeBranchesByThreeWayCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
MergeBranchesByThreeWayCommandInput,
|
|
26
21
|
MergeBranchesByThreeWayCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
MergePullRequestByFastForwardOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface MergePullRequestByFastForwardCommandInput
|
|
8
|
-
extends MergePullRequestByFastForwardInput {}
|
|
7
|
+
export interface MergePullRequestByFastForwardCommandInput extends MergePullRequestByFastForwardInput {}
|
|
9
8
|
export interface MergePullRequestByFastForwardCommandOutput
|
|
10
|
-
extends MergePullRequestByFastForwardOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends MergePullRequestByFastForwardOutput, __MetadataBearer {}
|
|
12
10
|
declare const MergePullRequestByFastForwardCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: MergePullRequestByFastForwardCommandInput
|
|
12
|
+
input: MergePullRequestByFastForwardCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
MergePullRequestByFastForwardCommandInput,
|
|
17
15
|
MergePullRequestByFastForwardCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const MergePullRequestByFastForwardCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: MergePullRequestByFastForwardCommandInput
|
|
21
|
+
input: MergePullRequestByFastForwardCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
MergePullRequestByFastForwardCommandInput,
|
|
26
24
|
MergePullRequestByFastForwardCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
MergePullRequestBySquashInput,
|
|
4
|
-
MergePullRequestBySquashOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { MergePullRequestBySquashInput, MergePullRequestBySquashOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface MergePullRequestBySquashCommandInput
|
|
8
|
-
extends MergePullRequestBySquashInput {}
|
|
4
|
+
export interface MergePullRequestBySquashCommandInput extends MergePullRequestBySquashInput {}
|
|
9
5
|
export interface MergePullRequestBySquashCommandOutput
|
|
10
|
-
extends MergePullRequestBySquashOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends MergePullRequestBySquashOutput, __MetadataBearer {}
|
|
12
7
|
declare const MergePullRequestBySquashCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: MergePullRequestBySquashCommandInput
|
|
9
|
+
input: MergePullRequestBySquashCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
MergePullRequestBySquashCommandInput,
|
|
17
12
|
MergePullRequestBySquashCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const MergePullRequestBySquashCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: MergePullRequestBySquashCommandInput
|
|
18
|
+
input: MergePullRequestBySquashCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
MergePullRequestBySquashCommandInput,
|
|
26
21
|
MergePullRequestBySquashCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
MergePullRequestByThreeWayOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface MergePullRequestByThreeWayCommandInput
|
|
8
|
-
extends MergePullRequestByThreeWayInput {}
|
|
7
|
+
export interface MergePullRequestByThreeWayCommandInput extends MergePullRequestByThreeWayInput {}
|
|
9
8
|
export interface MergePullRequestByThreeWayCommandOutput
|
|
10
|
-
extends MergePullRequestByThreeWayOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends MergePullRequestByThreeWayOutput, __MetadataBearer {}
|
|
12
10
|
declare const MergePullRequestByThreeWayCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: MergePullRequestByThreeWayCommandInput
|
|
12
|
+
input: MergePullRequestByThreeWayCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
MergePullRequestByThreeWayCommandInput,
|
|
17
15
|
MergePullRequestByThreeWayCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const MergePullRequestByThreeWayCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: MergePullRequestByThreeWayCommandInput
|
|
21
|
+
input: MergePullRequestByThreeWayCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
MergePullRequestByThreeWayCommandInput,
|
|
26
24
|
MergePullRequestByThreeWayCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { OverridePullRequestApprovalRulesInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface OverridePullRequestApprovalRulesCommandInput
|
|
5
|
-
|
|
6
|
-
export interface OverridePullRequestApprovalRulesCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface OverridePullRequestApprovalRulesCommandInput extends OverridePullRequestApprovalRulesInput {}
|
|
5
|
+
export interface OverridePullRequestApprovalRulesCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const OverridePullRequestApprovalRulesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: OverridePullRequestApprovalRulesCommandInput
|
|
8
|
+
input: OverridePullRequestApprovalRulesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
OverridePullRequestApprovalRulesCommandInput,
|
|
13
11
|
OverridePullRequestApprovalRulesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const OverridePullRequestApprovalRulesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: OverridePullRequestApprovalRulesCommandInput
|
|
17
|
+
input: OverridePullRequestApprovalRulesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
OverridePullRequestApprovalRulesCommandInput,
|
|
22
20
|
OverridePullRequestApprovalRulesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PostCommentForComparedCommitOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PostCommentForComparedCommitCommandInput
|
|
8
|
-
extends PostCommentForComparedCommitInput {}
|
|
7
|
+
export interface PostCommentForComparedCommitCommandInput extends PostCommentForComparedCommitInput {}
|
|
9
8
|
export interface PostCommentForComparedCommitCommandOutput
|
|
10
|
-
extends PostCommentForComparedCommitOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PostCommentForComparedCommitOutput, __MetadataBearer {}
|
|
12
10
|
declare const PostCommentForComparedCommitCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PostCommentForComparedCommitCommandInput
|
|
12
|
+
input: PostCommentForComparedCommitCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PostCommentForComparedCommitCommandInput,
|
|
17
15
|
PostCommentForComparedCommitCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PostCommentForComparedCommitCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PostCommentForComparedCommitCommandInput
|
|
21
|
+
input: PostCommentForComparedCommitCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PostCommentForComparedCommitCommandInput,
|
|
26
24
|
PostCommentForComparedCommitCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PostCommentForPullRequestOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PostCommentForPullRequestCommandInput
|
|
8
|
-
extends PostCommentForPullRequestInput {}
|
|
7
|
+
export interface PostCommentForPullRequestCommandInput extends PostCommentForPullRequestInput {}
|
|
9
8
|
export interface PostCommentForPullRequestCommandOutput
|
|
10
|
-
extends PostCommentForPullRequestOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PostCommentForPullRequestOutput, __MetadataBearer {}
|
|
12
10
|
declare const PostCommentForPullRequestCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PostCommentForPullRequestCommandInput
|
|
12
|
+
input: PostCommentForPullRequestCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PostCommentForPullRequestCommandInput,
|
|
17
15
|
PostCommentForPullRequestCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PostCommentForPullRequestCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PostCommentForPullRequestCommandInput
|
|
21
|
+
input: PostCommentForPullRequestCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PostCommentForPullRequestCommandInput,
|
|
26
24
|
PostCommentForPullRequestCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PostCommentReplyInput,
|
|
4
|
-
PostCommentReplyOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PostCommentReplyInput, PostCommentReplyOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PostCommentReplyCommandInput extends PostCommentReplyInput {}
|
|
8
|
-
export interface PostCommentReplyCommandOutput
|
|
9
|
-
extends PostCommentReplyOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, __MetadataBearer {}
|
|
11
6
|
declare const PostCommentReplyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PostCommentReplyCommandInput
|
|
8
|
+
input: PostCommentReplyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PostCommentReplyCommandInput,
|
|
16
11
|
PostCommentReplyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PostCommentReplyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PostCommentReplyCommandInput
|
|
17
|
+
input: PostCommentReplyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PostCommentReplyCommandInput,
|
|
25
20
|
PostCommentReplyCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutCommentReactionInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutCommentReactionCommandInput
|
|
5
|
-
extends PutCommentReactionInput {}
|
|
4
|
+
export interface PutCommentReactionCommandInput extends PutCommentReactionInput {}
|
|
6
5
|
export interface PutCommentReactionCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const PutCommentReactionCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: PutCommentReactionCommandInput
|
|
8
|
+
input: PutCommentReactionCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
PutCommentReactionCommandInput,
|
|
12
11
|
PutCommentReactionCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const PutCommentReactionCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: PutCommentReactionCommandInput
|
|
17
|
+
input: PutCommentReactionCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
PutCommentReactionCommandInput,
|
|
21
20
|
PutCommentReactionCommandOutput,
|