@aws-sdk/client-codecommit 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeCommit.d.ts +1367 -390
  3. package/dist-types/ts3.4/CodeCommitClient.d.ts +566 -150
  4. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +30 -17
  37. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +31 -17
  64. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +30 -17
  65. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  67. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  69. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +31 -17
  74. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +35 -17
  76. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +35 -17
  80. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +34 -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 +7 -6
  85. package/dist-types/ts3.4/models/index.d.ts +2 -2
  86. package/dist-types/ts3.4/models/models_0.d.ts +2444 -2695
  87. package/dist-types/ts3.4/models/models_1.d.ts +837 -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 +65 -38
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  108. package/package.json +34 -34
@@ -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 { 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
+ 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
+ UpdateApprovalRuleTemplateNameInput,
15
+ UpdateApprovalRuleTemplateNameOutput,
16
+ } from "../models/models_1";
17
+ export interface UpdateApprovalRuleTemplateNameCommandInput
18
+ extends UpdateApprovalRuleTemplateNameInput {}
19
+ export interface UpdateApprovalRuleTemplateNameCommandOutput
20
+ extends UpdateApprovalRuleTemplateNameOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdateApprovalRuleTemplateNameCommand extends $Command<
23
+ UpdateApprovalRuleTemplateNameCommandInput,
24
+ UpdateApprovalRuleTemplateNameCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateApprovalRuleTemplateNameCommandInput;
28
+ constructor(input: UpdateApprovalRuleTemplateNameCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeCommitClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateApprovalRuleTemplateNameCommandInput,
35
+ UpdateApprovalRuleTemplateNameCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
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
+ 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 { UpdateCommentInput, UpdateCommentOutput } from "../models/models_1";
14
+ export interface UpdateCommentCommandInput extends UpdateCommentInput {}
15
+ export interface UpdateCommentCommandOutput
16
+ extends UpdateCommentOutput,
17
+ __MetadataBearer {}
18
+ export declare class UpdateCommentCommand extends $Command<
19
+ UpdateCommentCommandInput,
20
+ UpdateCommentCommandOutput,
21
+ CodeCommitClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateCommentCommandInput;
24
+ constructor(input: UpdateCommentCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeCommitClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateCommentCommandInput, UpdateCommentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,31 @@
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
+ 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 { UpdateDefaultBranchInput } from "../models/models_1";
14
+ export interface UpdateDefaultBranchCommandInput
15
+ extends UpdateDefaultBranchInput {}
16
+ export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {}
17
+ export declare class UpdateDefaultBranchCommand extends $Command<
18
+ UpdateDefaultBranchCommandInput,
19
+ UpdateDefaultBranchCommandOutput,
20
+ CodeCommitClientResolvedConfig
21
+ > {
22
+ readonly input: UpdateDefaultBranchCommandInput;
23
+ constructor(input: UpdateDefaultBranchCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: CodeCommitClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<UpdateDefaultBranchCommandInput, UpdateDefaultBranchCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -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 { 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
+ 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
+ UpdatePullRequestApprovalRuleContentInput,
15
+ UpdatePullRequestApprovalRuleContentOutput,
16
+ } from "../models/models_1";
17
+ export interface UpdatePullRequestApprovalRuleContentCommandInput
18
+ extends UpdatePullRequestApprovalRuleContentInput {}
19
+ export interface UpdatePullRequestApprovalRuleContentCommandOutput
20
+ extends UpdatePullRequestApprovalRuleContentOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdatePullRequestApprovalRuleContentCommand extends $Command<
23
+ UpdatePullRequestApprovalRuleContentCommandInput,
24
+ UpdatePullRequestApprovalRuleContentCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: UpdatePullRequestApprovalRuleContentCommandInput;
28
+ constructor(input: UpdatePullRequestApprovalRuleContentCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeCommitClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdatePullRequestApprovalRuleContentCommandInput,
35
+ UpdatePullRequestApprovalRuleContentCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ 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 { UpdatePullRequestApprovalStateInput } from "../models/models_1";
14
+ export interface UpdatePullRequestApprovalStateCommandInput
15
+ extends UpdatePullRequestApprovalStateInput {}
16
+ export interface UpdatePullRequestApprovalStateCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class UpdatePullRequestApprovalStateCommand extends $Command<
19
+ UpdatePullRequestApprovalStateCommandInput,
20
+ UpdatePullRequestApprovalStateCommandOutput,
21
+ CodeCommitClientResolvedConfig
22
+ > {
23
+ readonly input: UpdatePullRequestApprovalStateCommandInput;
24
+ constructor(input: UpdatePullRequestApprovalStateCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeCommitClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ UpdatePullRequestApprovalStateCommandInput,
31
+ UpdatePullRequestApprovalStateCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
+ 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
+ UpdatePullRequestDescriptionInput,
15
+ UpdatePullRequestDescriptionOutput,
16
+ } from "../models/models_1";
17
+ export interface UpdatePullRequestDescriptionCommandInput
18
+ extends UpdatePullRequestDescriptionInput {}
19
+ export interface UpdatePullRequestDescriptionCommandOutput
20
+ extends UpdatePullRequestDescriptionOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdatePullRequestDescriptionCommand extends $Command<
23
+ UpdatePullRequestDescriptionCommandInput,
24
+ UpdatePullRequestDescriptionCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: UpdatePullRequestDescriptionCommandInput;
28
+ constructor(input: UpdatePullRequestDescriptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeCommitClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdatePullRequestDescriptionCommandInput,
35
+ UpdatePullRequestDescriptionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ 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
+ UpdatePullRequestStatusInput,
15
+ UpdatePullRequestStatusOutput,
16
+ } from "../models/models_1";
17
+ export interface UpdatePullRequestStatusCommandInput
18
+ extends UpdatePullRequestStatusInput {}
19
+ export interface UpdatePullRequestStatusCommandOutput
20
+ extends UpdatePullRequestStatusOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdatePullRequestStatusCommand extends $Command<
23
+ UpdatePullRequestStatusCommandInput,
24
+ UpdatePullRequestStatusCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: UpdatePullRequestStatusCommandInput;
28
+ constructor(input: UpdatePullRequestStatusCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeCommitClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdatePullRequestStatusCommandInput,
35
+ UpdatePullRequestStatusCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ 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
+ UpdatePullRequestTitleInput,
15
+ UpdatePullRequestTitleOutput,
16
+ } from "../models/models_1";
17
+ export interface UpdatePullRequestTitleCommandInput
18
+ extends UpdatePullRequestTitleInput {}
19
+ export interface UpdatePullRequestTitleCommandOutput
20
+ extends UpdatePullRequestTitleOutput,
21
+ __MetadataBearer {}
22
+ export declare class UpdatePullRequestTitleCommand extends $Command<
23
+ UpdatePullRequestTitleCommandInput,
24
+ UpdatePullRequestTitleCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: UpdatePullRequestTitleCommandInput;
28
+ constructor(input: UpdatePullRequestTitleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeCommitClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdatePullRequestTitleCommandInput,
35
+ UpdatePullRequestTitleCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ 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 { UpdateRepositoryDescriptionInput } from "../models/models_1";
14
+ export interface UpdateRepositoryDescriptionCommandInput
15
+ extends UpdateRepositoryDescriptionInput {}
16
+ export interface UpdateRepositoryDescriptionCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class UpdateRepositoryDescriptionCommand extends $Command<
19
+ UpdateRepositoryDescriptionCommandInput,
20
+ UpdateRepositoryDescriptionCommandOutput,
21
+ CodeCommitClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateRepositoryDescriptionCommandInput;
24
+ constructor(input: UpdateRepositoryDescriptionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CodeCommitClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ UpdateRepositoryDescriptionCommandInput,
31
+ UpdateRepositoryDescriptionCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
+ 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 { UpdateRepositoryNameInput } from "../models/models_1";
14
+ export interface UpdateRepositoryNameCommandInput
15
+ extends UpdateRepositoryNameInput {}
16
+ export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {}
17
+ export declare class UpdateRepositoryNameCommand extends $Command<
18
+ UpdateRepositoryNameCommandInput,
19
+ UpdateRepositoryNameCommandOutput,
20
+ CodeCommitClientResolvedConfig
21
+ > {
22
+ readonly input: UpdateRepositoryNameCommandInput;
23
+ constructor(input: UpdateRepositoryNameCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: CodeCommitClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ UpdateRepositoryNameCommandInput,
30
+ UpdateRepositoryNameCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }