@aws-sdk/client-codecommit 3.168.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.
Files changed (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeCommit.d.ts +1444 -390
  3. package/dist-types/ts3.4/CodeCommitClient.d.ts +591 -150
  4. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +43 -17
  6. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +43 -17
  8. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +43 -17
  48. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +33 -17
  64. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +33 -17
  74. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +37 -17
  76. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +37 -17
  80. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +36 -17
  81. package/dist-types/ts3.4/commands/index.d.ts +77 -77
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  83. package/dist-types/ts3.4/index.d.ts +6 -6
  84. package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +8 -6
  85. package/dist-types/ts3.4/models/index.d.ts +2 -2
  86. package/dist-types/ts3.4/models/models_0.d.ts +3291 -2695
  87. package/dist-types/ts3.4/models/models_1.d.ts +1102 -877
  88. package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  96. package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/index.d.ts +14 -14
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  108. package/package.json +34 -34
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0";
5
- export interface CreateRepositoryCommandInput extends CreateRepositoryInput {
6
- }
7
- export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: CreateRepositoryCommandInput;
12
- constructor(input: CreateRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateRepositoryInput,
15
+ CreateRepositoryOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateRepositoryCommandInput extends CreateRepositoryInput {}
18
+ export interface CreateRepositoryCommandOutput
19
+ extends CreateRepositoryOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateRepositoryCommand extends $Command<
23
+ CreateRepositoryCommandInput,
24
+ CreateRepositoryCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRepositoryCommandInput;
28
+ constructor(input: CreateRepositoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeCommitClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { CreateUnreferencedMergeCommitInput, CreateUnreferencedMergeCommitOutput } from "../models/models_0";
5
- export interface CreateUnreferencedMergeCommitCommandInput extends CreateUnreferencedMergeCommitInput {
6
- }
7
- export interface CreateUnreferencedMergeCommitCommandOutput extends CreateUnreferencedMergeCommitOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateUnreferencedMergeCommitCommand extends $Command<CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: CreateUnreferencedMergeCommitCommandInput;
12
- constructor(input: CreateUnreferencedMergeCommitCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUnreferencedMergeCommitCommandInput, CreateUnreferencedMergeCommitCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ CreateUnreferencedMergeCommitInput,
15
+ CreateUnreferencedMergeCommitOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateUnreferencedMergeCommitCommandInput
18
+ extends CreateUnreferencedMergeCommitInput {}
19
+ export interface CreateUnreferencedMergeCommitCommandOutput
20
+ extends CreateUnreferencedMergeCommitOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateUnreferencedMergeCommitCommand extends $Command<
24
+ CreateUnreferencedMergeCommitCommandInput,
25
+ CreateUnreferencedMergeCommitCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: CreateUnreferencedMergeCommitCommandInput;
29
+ constructor(input: CreateUnreferencedMergeCommitCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateUnreferencedMergeCommitCommandInput,
37
+ CreateUnreferencedMergeCommitCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DeleteApprovalRuleTemplateInput, DeleteApprovalRuleTemplateOutput } from "../models/models_0";
5
- export interface DeleteApprovalRuleTemplateCommandInput extends DeleteApprovalRuleTemplateInput {
6
- }
7
- export interface DeleteApprovalRuleTemplateCommandOutput extends DeleteApprovalRuleTemplateOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteApprovalRuleTemplateCommand extends $Command<DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DeleteApprovalRuleTemplateCommandInput;
12
- constructor(input: DeleteApprovalRuleTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApprovalRuleTemplateCommandInput, DeleteApprovalRuleTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DeleteApprovalRuleTemplateInput,
15
+ DeleteApprovalRuleTemplateOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteApprovalRuleTemplateCommandInput
18
+ extends DeleteApprovalRuleTemplateInput {}
19
+ export interface DeleteApprovalRuleTemplateCommandOutput
20
+ extends DeleteApprovalRuleTemplateOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteApprovalRuleTemplateCommand extends $Command<
24
+ DeleteApprovalRuleTemplateCommandInput,
25
+ DeleteApprovalRuleTemplateCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteApprovalRuleTemplateCommandInput;
29
+ constructor(input: DeleteApprovalRuleTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteApprovalRuleTemplateCommandInput,
37
+ DeleteApprovalRuleTemplateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DeleteBranchInput, DeleteBranchOutput } from "../models/models_0";
5
- export interface DeleteBranchCommandInput extends DeleteBranchInput {
6
- }
7
- export interface DeleteBranchCommandOutput extends DeleteBranchOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBranchCommand extends $Command<DeleteBranchCommandInput, DeleteBranchCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DeleteBranchCommandInput;
12
- constructor(input: DeleteBranchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBranchCommandInput, DeleteBranchCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { DeleteBranchInput, DeleteBranchOutput } from "../models/models_0";
14
+ export interface DeleteBranchCommandInput extends DeleteBranchInput {}
15
+ export interface DeleteBranchCommandOutput
16
+ extends DeleteBranchOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteBranchCommand extends $Command<
20
+ DeleteBranchCommandInput,
21
+ DeleteBranchCommandOutput,
22
+ CodeCommitClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteBranchCommandInput;
25
+ constructor(input: DeleteBranchCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeCommitClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteBranchCommandInput, DeleteBranchCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DeleteCommentContentInput, DeleteCommentContentOutput } from "../models/models_0";
5
- export interface DeleteCommentContentCommandInput extends DeleteCommentContentInput {
6
- }
7
- export interface DeleteCommentContentCommandOutput extends DeleteCommentContentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCommentContentCommand extends $Command<DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DeleteCommentContentCommandInput;
12
- constructor(input: DeleteCommentContentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCommentContentCommandInput, DeleteCommentContentCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DeleteCommentContentInput,
15
+ DeleteCommentContentOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteCommentContentCommandInput
18
+ extends DeleteCommentContentInput {}
19
+ export interface DeleteCommentContentCommandOutput
20
+ extends DeleteCommentContentOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteCommentContentCommand extends $Command<
24
+ DeleteCommentContentCommandInput,
25
+ DeleteCommentContentCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteCommentContentCommandInput;
29
+ constructor(input: DeleteCommentContentCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteCommentContentCommandInput,
37
+ DeleteCommentContentCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DeleteFileInput, DeleteFileOutput } from "../models/models_0";
5
- export interface DeleteFileCommandInput extends DeleteFileInput {
6
- }
7
- export interface DeleteFileCommandOutput extends DeleteFileOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFileCommand extends $Command<DeleteFileCommandInput, DeleteFileCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DeleteFileCommandInput;
12
- constructor(input: DeleteFileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFileCommandInput, DeleteFileCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { DeleteFileInput, DeleteFileOutput } from "../models/models_0";
14
+ export interface DeleteFileCommandInput extends DeleteFileInput {}
15
+ export interface DeleteFileCommandOutput
16
+ extends DeleteFileOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteFileCommand extends $Command<
20
+ DeleteFileCommandInput,
21
+ DeleteFileCommandOutput,
22
+ CodeCommitClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteFileCommandInput;
25
+ constructor(input: DeleteFileCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeCommitClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteFileCommandInput, DeleteFileCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DeletePullRequestApprovalRuleInput, DeletePullRequestApprovalRuleOutput } from "../models/models_0";
5
- export interface DeletePullRequestApprovalRuleCommandInput extends DeletePullRequestApprovalRuleInput {
6
- }
7
- export interface DeletePullRequestApprovalRuleCommandOutput extends DeletePullRequestApprovalRuleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePullRequestApprovalRuleCommand extends $Command<DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DeletePullRequestApprovalRuleCommandInput;
12
- constructor(input: DeletePullRequestApprovalRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePullRequestApprovalRuleCommandInput, DeletePullRequestApprovalRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DeletePullRequestApprovalRuleInput,
15
+ DeletePullRequestApprovalRuleOutput,
16
+ } from "../models/models_0";
17
+ export interface DeletePullRequestApprovalRuleCommandInput
18
+ extends DeletePullRequestApprovalRuleInput {}
19
+ export interface DeletePullRequestApprovalRuleCommandOutput
20
+ extends DeletePullRequestApprovalRuleOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeletePullRequestApprovalRuleCommand extends $Command<
24
+ DeletePullRequestApprovalRuleCommandInput,
25
+ DeletePullRequestApprovalRuleCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: DeletePullRequestApprovalRuleCommandInput;
29
+ constructor(input: DeletePullRequestApprovalRuleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeletePullRequestApprovalRuleCommandInput,
37
+ DeletePullRequestApprovalRuleCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0";
5
- export interface DeleteRepositoryCommandInput extends DeleteRepositoryInput {
6
- }
7
- export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DeleteRepositoryCommandInput;
12
- constructor(input: DeleteRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DeleteRepositoryInput,
15
+ DeleteRepositoryOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteRepositoryCommandInput extends DeleteRepositoryInput {}
18
+ export interface DeleteRepositoryCommandOutput
19
+ extends DeleteRepositoryOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteRepositoryCommand extends $Command<
23
+ DeleteRepositoryCommandInput,
24
+ DeleteRepositoryCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteRepositoryCommandInput;
28
+ constructor(input: DeleteRepositoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeCommitClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DescribeMergeConflictsInput, DescribeMergeConflictsOutput } from "../models/models_0";
5
- export interface DescribeMergeConflictsCommandInput extends DescribeMergeConflictsInput {
6
- }
7
- export interface DescribeMergeConflictsCommandOutput extends DescribeMergeConflictsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeMergeConflictsCommand extends $Command<DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DescribeMergeConflictsCommandInput;
12
- constructor(input: DescribeMergeConflictsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMergeConflictsCommandInput, DescribeMergeConflictsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DescribeMergeConflictsInput,
15
+ DescribeMergeConflictsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeMergeConflictsCommandInput
18
+ extends DescribeMergeConflictsInput {}
19
+ export interface DescribeMergeConflictsCommandOutput
20
+ extends DescribeMergeConflictsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeMergeConflictsCommand extends $Command<
24
+ DescribeMergeConflictsCommandInput,
25
+ DescribeMergeConflictsCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeMergeConflictsCommandInput;
29
+ constructor(input: DescribeMergeConflictsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeMergeConflictsCommandInput,
37
+ DescribeMergeConflictsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DescribePullRequestEventsInput, DescribePullRequestEventsOutput } from "../models/models_0";
5
- export interface DescribePullRequestEventsCommandInput extends DescribePullRequestEventsInput {
6
- }
7
- export interface DescribePullRequestEventsCommandOutput extends DescribePullRequestEventsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePullRequestEventsCommand extends $Command<DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DescribePullRequestEventsCommandInput;
12
- constructor(input: DescribePullRequestEventsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePullRequestEventsCommandInput, DescribePullRequestEventsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ DescribePullRequestEventsInput,
15
+ DescribePullRequestEventsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribePullRequestEventsCommandInput
18
+ extends DescribePullRequestEventsInput {}
19
+ export interface DescribePullRequestEventsCommandOutput
20
+ extends DescribePullRequestEventsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribePullRequestEventsCommand extends $Command<
24
+ DescribePullRequestEventsCommandInput,
25
+ DescribePullRequestEventsCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: DescribePullRequestEventsCommandInput;
29
+ constructor(input: DescribePullRequestEventsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribePullRequestEventsCommandInput,
37
+ DescribePullRequestEventsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeCommitClient";
4
- import { DisassociateApprovalRuleTemplateFromRepositoryInput } from "../models/models_0";
5
- export interface DisassociateApprovalRuleTemplateFromRepositoryCommandInput extends DisassociateApprovalRuleTemplateFromRepositoryInput {
6
- }
7
- export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Command<DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput;
12
- constructor(input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApprovalRuleTemplateFromRepositoryCommandInput, DisassociateApprovalRuleTemplateFromRepositoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { DisassociateApprovalRuleTemplateFromRepositoryInput } from "../models/models_0";
14
+ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandInput
15
+ extends DisassociateApprovalRuleTemplateFromRepositoryInput {}
16
+ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Command<
20
+ DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
21
+ DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
22
+ CodeCommitClientResolvedConfig
23
+ > {
24
+ readonly input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput;
25
+ constructor(
26
+ input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput
27
+ );
28
+
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeCommitClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
35
+ DisassociateApprovalRuleTemplateFromRepositoryCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }