@aws-sdk/client-codecommit 3.47.1 → 3.50.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 (107) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/CodeCommit.d.ts +0 -390
  4. package/dist-types/ts3.4/CodeCommitClient.d.ts +0 -150
  5. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +0 -17
  46. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +0 -17
  47. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +0 -17
  48. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +0 -17
  49. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +0 -17
  50. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +0 -17
  51. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +0 -17
  52. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +0 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  54. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +0 -17
  55. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +0 -17
  56. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +0 -17
  57. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +0 -17
  58. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +0 -17
  59. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +0 -17
  60. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +0 -17
  61. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +0 -17
  62. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +0 -17
  63. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +0 -17
  64. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +0 -17
  65. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +0 -17
  66. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +0 -17
  67. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  68. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +0 -17
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  70. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +0 -17
  71. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +0 -17
  72. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +0 -17
  73. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +0 -17
  74. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +0 -17
  77. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +0 -17
  78. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +0 -17
  79. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +0 -17
  80. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +0 -17
  81. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +0 -17
  82. package/dist-types/ts3.4/commands/index.d.ts +0 -77
  83. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  84. package/dist-types/ts3.4/index.d.ts +0 -5
  85. package/dist-types/ts3.4/models/index.d.ts +0 -2
  86. package/dist-types/ts3.4/models/models_0.d.ts +0 -2984
  87. package/dist-types/ts3.4/models/models_1.d.ts +0 -992
  88. package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +0 -4
  89. package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +0 -4
  90. package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +0 -4
  91. package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +0 -4
  92. package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +0 -4
  93. package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +0 -4
  94. package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +0 -4
  95. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  96. package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +0 -4
  97. package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +0 -4
  98. package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +0 -4
  99. package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +0 -4
  100. package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +0 -4
  101. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +0 -4
  102. package/dist-types/ts3.4/pagination/index.d.ts +0 -14
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
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 { OverridePullRequestApprovalRulesInput } from "../models/models_1";
5
- export interface OverridePullRequestApprovalRulesCommandInput extends OverridePullRequestApprovalRulesInput {
6
- }
7
- export interface OverridePullRequestApprovalRulesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class OverridePullRequestApprovalRulesCommand extends $Command<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: OverridePullRequestApprovalRulesCommandInput;
12
- constructor(input: OverridePullRequestApprovalRulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<OverridePullRequestApprovalRulesCommandInput, OverridePullRequestApprovalRulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PostCommentForComparedCommitInput, PostCommentForComparedCommitOutput } from "../models/models_1";
5
- export interface PostCommentForComparedCommitCommandInput extends PostCommentForComparedCommitInput {
6
- }
7
- export interface PostCommentForComparedCommitCommandOutput extends PostCommentForComparedCommitOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PostCommentForComparedCommitCommand extends $Command<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: PostCommentForComparedCommitCommandInput;
12
- constructor(input: PostCommentForComparedCommitCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostCommentForComparedCommitCommandInput, PostCommentForComparedCommitCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PostCommentForPullRequestInput, PostCommentForPullRequestOutput } from "../models/models_1";
5
- export interface PostCommentForPullRequestCommandInput extends PostCommentForPullRequestInput {
6
- }
7
- export interface PostCommentForPullRequestCommandOutput extends PostCommentForPullRequestOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PostCommentForPullRequestCommand extends $Command<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: PostCommentForPullRequestCommandInput;
12
- constructor(input: PostCommentForPullRequestCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostCommentForPullRequestCommandInput, PostCommentForPullRequestCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PostCommentReplyInput, PostCommentReplyOutput } from "../models/models_1";
5
- export interface PostCommentReplyCommandInput extends PostCommentReplyInput {
6
- }
7
- export interface PostCommentReplyCommandOutput extends PostCommentReplyOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PostCommentReplyCommand extends $Command<PostCommentReplyCommandInput, PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: PostCommentReplyCommandInput;
12
- constructor(input: PostCommentReplyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostCommentReplyCommandInput, PostCommentReplyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutCommentReactionInput } from "../models/models_1";
5
- export interface PutCommentReactionCommandInput extends PutCommentReactionInput {
6
- }
7
- export interface PutCommentReactionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutCommentReactionCommand extends $Command<PutCommentReactionCommandInput, PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: PutCommentReactionCommandInput;
12
- constructor(input: PutCommentReactionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCommentReactionCommandInput, PutCommentReactionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutFileInput, PutFileOutput } from "../models/models_1";
5
- export interface PutFileCommandInput extends PutFileInput {
6
- }
7
- export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutFileCommand extends $Command<PutFileCommandInput, PutFileCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: PutFileCommandInput;
12
- constructor(input: PutFileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFileCommandInput, PutFileCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { PutRepositoryTriggersInput, PutRepositoryTriggersOutput } from "../models/models_1";
5
- export interface PutRepositoryTriggersCommandInput extends PutRepositoryTriggersInput {
6
- }
7
- export interface PutRepositoryTriggersCommandOutput extends PutRepositoryTriggersOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutRepositoryTriggersCommand extends $Command<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: PutRepositoryTriggersCommandInput;
12
- constructor(input: PutRepositoryTriggersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRepositoryTriggersCommandInput, PutRepositoryTriggersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { TagResourceInput } from "../models/models_1";
5
- export interface TagResourceCommandInput extends TagResourceInput {
6
- }
7
- export interface TagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { TestRepositoryTriggersInput, TestRepositoryTriggersOutput } from "../models/models_1";
5
- export interface TestRepositoryTriggersCommandInput extends TestRepositoryTriggersInput {
6
- }
7
- export interface TestRepositoryTriggersCommandOutput extends TestRepositoryTriggersOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TestRepositoryTriggersCommand extends $Command<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: TestRepositoryTriggersCommandInput;
12
- constructor(input: TestRepositoryTriggersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestRepositoryTriggersCommandInput, TestRepositoryTriggersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UntagResourceInput } from "../models/models_1";
5
- export interface UntagResourceCommandInput extends UntagResourceInput {
6
- }
7
- export interface UntagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdateApprovalRuleTemplateContentInput, UpdateApprovalRuleTemplateContentOutput } from "../models/models_1";
5
- export interface UpdateApprovalRuleTemplateContentCommandInput extends UpdateApprovalRuleTemplateContentInput {
6
- }
7
- export interface UpdateApprovalRuleTemplateContentCommandOutput extends UpdateApprovalRuleTemplateContentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApprovalRuleTemplateContentCommand extends $Command<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdateApprovalRuleTemplateContentCommandInput;
12
- constructor(input: UpdateApprovalRuleTemplateContentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApprovalRuleTemplateContentCommandInput, UpdateApprovalRuleTemplateContentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdateApprovalRuleTemplateDescriptionInput, UpdateApprovalRuleTemplateDescriptionOutput } from "../models/models_1";
5
- export interface UpdateApprovalRuleTemplateDescriptionCommandInput extends UpdateApprovalRuleTemplateDescriptionInput {
6
- }
7
- export interface UpdateApprovalRuleTemplateDescriptionCommandOutput extends UpdateApprovalRuleTemplateDescriptionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApprovalRuleTemplateDescriptionCommand extends $Command<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdateApprovalRuleTemplateDescriptionCommandInput;
12
- constructor(input: UpdateApprovalRuleTemplateDescriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApprovalRuleTemplateDescriptionCommandInput, UpdateApprovalRuleTemplateDescriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdateApprovalRuleTemplateNameInput, UpdateApprovalRuleTemplateNameOutput } from "../models/models_1";
5
- export interface UpdateApprovalRuleTemplateNameCommandInput extends UpdateApprovalRuleTemplateNameInput {
6
- }
7
- export interface UpdateApprovalRuleTemplateNameCommandOutput extends UpdateApprovalRuleTemplateNameOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApprovalRuleTemplateNameCommand extends $Command<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdateApprovalRuleTemplateNameCommandInput;
12
- constructor(input: UpdateApprovalRuleTemplateNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApprovalRuleTemplateNameCommandInput, UpdateApprovalRuleTemplateNameCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdateCommentInput, UpdateCommentOutput } from "../models/models_1";
5
- export interface UpdateCommentCommandInput extends UpdateCommentInput {
6
- }
7
- export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateCommentCommand extends $Command<UpdateCommentCommandInput, UpdateCommentCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdateCommentCommandInput;
12
- constructor(input: UpdateCommentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCommentCommandInput, UpdateCommentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdateDefaultBranchInput } from "../models/models_1";
5
- export interface UpdateDefaultBranchCommandInput extends UpdateDefaultBranchInput {
6
- }
7
- export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDefaultBranchCommand extends $Command<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdateDefaultBranchCommandInput;
12
- constructor(input: UpdateDefaultBranchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdatePullRequestApprovalRuleContentInput, UpdatePullRequestApprovalRuleContentOutput } from "../models/models_1";
5
- export interface UpdatePullRequestApprovalRuleContentCommandInput extends UpdatePullRequestApprovalRuleContentInput {
6
- }
7
- export interface UpdatePullRequestApprovalRuleContentCommandOutput extends UpdatePullRequestApprovalRuleContentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePullRequestApprovalRuleContentCommand extends $Command<UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdatePullRequestApprovalRuleContentCommandInput;
12
- constructor(input: UpdatePullRequestApprovalRuleContentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePullRequestApprovalRuleContentCommandInput, UpdatePullRequestApprovalRuleContentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdatePullRequestApprovalStateInput } from "../models/models_1";
5
- export interface UpdatePullRequestApprovalStateCommandInput extends UpdatePullRequestApprovalStateInput {
6
- }
7
- export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePullRequestApprovalStateCommand extends $Command<UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdatePullRequestApprovalStateCommandInput;
12
- constructor(input: UpdatePullRequestApprovalStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePullRequestApprovalStateCommandInput, UpdatePullRequestApprovalStateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdatePullRequestDescriptionInput, UpdatePullRequestDescriptionOutput } from "../models/models_1";
5
- export interface UpdatePullRequestDescriptionCommandInput extends UpdatePullRequestDescriptionInput {
6
- }
7
- export interface UpdatePullRequestDescriptionCommandOutput extends UpdatePullRequestDescriptionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePullRequestDescriptionCommand extends $Command<UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdatePullRequestDescriptionCommandInput;
12
- constructor(input: UpdatePullRequestDescriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePullRequestDescriptionCommandInput, UpdatePullRequestDescriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdatePullRequestStatusInput, UpdatePullRequestStatusOutput } from "../models/models_1";
5
- export interface UpdatePullRequestStatusCommandInput extends UpdatePullRequestStatusInput {
6
- }
7
- export interface UpdatePullRequestStatusCommandOutput extends UpdatePullRequestStatusOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePullRequestStatusCommand extends $Command<UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdatePullRequestStatusCommandInput;
12
- constructor(input: UpdatePullRequestStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePullRequestStatusCommandInput, UpdatePullRequestStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdatePullRequestTitleInput, UpdatePullRequestTitleOutput } from "../models/models_1";
5
- export interface UpdatePullRequestTitleCommandInput extends UpdatePullRequestTitleInput {
6
- }
7
- export interface UpdatePullRequestTitleCommandOutput extends UpdatePullRequestTitleOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePullRequestTitleCommand extends $Command<UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdatePullRequestTitleCommandInput;
12
- constructor(input: UpdatePullRequestTitleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePullRequestTitleCommandInput, UpdatePullRequestTitleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdateRepositoryDescriptionInput } from "../models/models_1";
5
- export interface UpdateRepositoryDescriptionCommandInput extends UpdateRepositoryDescriptionInput {
6
- }
7
- export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRepositoryDescriptionCommand extends $Command<UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdateRepositoryDescriptionCommandInput;
12
- constructor(input: UpdateRepositoryDescriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRepositoryDescriptionCommandInput, UpdateRepositoryDescriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { UpdateRepositoryNameInput } from "../models/models_1";
5
- export interface UpdateRepositoryNameCommandInput extends UpdateRepositoryNameInput {
6
- }
7
- export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRepositoryNameCommand extends $Command<UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: UpdateRepositoryNameCommandInput;
12
- constructor(input: UpdateRepositoryNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRepositoryNameCommandInput, UpdateRepositoryNameCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,77 +0,0 @@
1
- export * from "./AssociateApprovalRuleTemplateWithRepositoryCommand";
2
- export * from "./BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
3
- export * from "./BatchDescribeMergeConflictsCommand";
4
- export * from "./BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
5
- export * from "./BatchGetCommitsCommand";
6
- export * from "./BatchGetRepositoriesCommand";
7
- export * from "./CreateApprovalRuleTemplateCommand";
8
- export * from "./CreateBranchCommand";
9
- export * from "./CreateCommitCommand";
10
- export * from "./CreatePullRequestApprovalRuleCommand";
11
- export * from "./CreatePullRequestCommand";
12
- export * from "./CreateRepositoryCommand";
13
- export * from "./CreateUnreferencedMergeCommitCommand";
14
- export * from "./DeleteApprovalRuleTemplateCommand";
15
- export * from "./DeleteBranchCommand";
16
- export * from "./DeleteCommentContentCommand";
17
- export * from "./DeleteFileCommand";
18
- export * from "./DeletePullRequestApprovalRuleCommand";
19
- export * from "./DeleteRepositoryCommand";
20
- export * from "./DescribeMergeConflictsCommand";
21
- export * from "./DescribePullRequestEventsCommand";
22
- export * from "./DisassociateApprovalRuleTemplateFromRepositoryCommand";
23
- export * from "./EvaluatePullRequestApprovalRulesCommand";
24
- export * from "./GetApprovalRuleTemplateCommand";
25
- export * from "./GetBlobCommand";
26
- export * from "./GetBranchCommand";
27
- export * from "./GetCommentCommand";
28
- export * from "./GetCommentReactionsCommand";
29
- export * from "./GetCommentsForComparedCommitCommand";
30
- export * from "./GetCommentsForPullRequestCommand";
31
- export * from "./GetCommitCommand";
32
- export * from "./GetDifferencesCommand";
33
- export * from "./GetFileCommand";
34
- export * from "./GetFolderCommand";
35
- export * from "./GetMergeCommitCommand";
36
- export * from "./GetMergeConflictsCommand";
37
- export * from "./GetMergeOptionsCommand";
38
- export * from "./GetPullRequestApprovalStatesCommand";
39
- export * from "./GetPullRequestCommand";
40
- export * from "./GetPullRequestOverrideStateCommand";
41
- export * from "./GetRepositoryCommand";
42
- export * from "./GetRepositoryTriggersCommand";
43
- export * from "./ListApprovalRuleTemplatesCommand";
44
- export * from "./ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
45
- export * from "./ListBranchesCommand";
46
- export * from "./ListPullRequestsCommand";
47
- export * from "./ListRepositoriesCommand";
48
- export * from "./ListRepositoriesForApprovalRuleTemplateCommand";
49
- export * from "./ListTagsForResourceCommand";
50
- export * from "./MergeBranchesByFastForwardCommand";
51
- export * from "./MergeBranchesBySquashCommand";
52
- export * from "./MergeBranchesByThreeWayCommand";
53
- export * from "./MergePullRequestByFastForwardCommand";
54
- export * from "./MergePullRequestBySquashCommand";
55
- export * from "./MergePullRequestByThreeWayCommand";
56
- export * from "./OverridePullRequestApprovalRulesCommand";
57
- export * from "./PostCommentForComparedCommitCommand";
58
- export * from "./PostCommentForPullRequestCommand";
59
- export * from "./PostCommentReplyCommand";
60
- export * from "./PutCommentReactionCommand";
61
- export * from "./PutFileCommand";
62
- export * from "./PutRepositoryTriggersCommand";
63
- export * from "./TagResourceCommand";
64
- export * from "./TestRepositoryTriggersCommand";
65
- export * from "./UntagResourceCommand";
66
- export * from "./UpdateApprovalRuleTemplateContentCommand";
67
- export * from "./UpdateApprovalRuleTemplateDescriptionCommand";
68
- export * from "./UpdateApprovalRuleTemplateNameCommand";
69
- export * from "./UpdateCommentCommand";
70
- export * from "./UpdateDefaultBranchCommand";
71
- export * from "./UpdatePullRequestApprovalRuleContentCommand";
72
- export * from "./UpdatePullRequestApprovalStateCommand";
73
- export * from "./UpdatePullRequestDescriptionCommand";
74
- export * from "./UpdatePullRequestStatusCommand";
75
- export * from "./UpdatePullRequestTitleCommand";
76
- export * from "./UpdateRepositoryDescriptionCommand";
77
- export * from "./UpdateRepositoryNameCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./CodeCommit";
2
- export * from "./CodeCommitClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";