@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,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 { GetFolderInput, GetFolderOutput } from "../models/models_0";
5
- export interface GetFolderCommandInput extends GetFolderInput {
6
- }
7
- export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFolderCommand extends $Command<GetFolderCommandInput, GetFolderCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetFolderCommandInput;
12
- constructor(input: GetFolderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
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 { GetFolderInput, GetFolderOutput } from "../models/models_0";
14
+ export interface GetFolderCommandInput extends GetFolderInput {}
15
+ export interface GetFolderCommandOutput
16
+ extends GetFolderOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetFolderCommand extends $Command<
20
+ GetFolderCommandInput,
21
+ GetFolderCommandOutput,
22
+ CodeCommitClientResolvedConfig
23
+ > {
24
+ readonly input: GetFolderCommandInput;
25
+ constructor(input: GetFolderCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeCommitClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetFolderCommandInput, GetFolderCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetMergeCommitInput, GetMergeCommitOutput } from "../models/models_0";
5
- export interface GetMergeCommitCommandInput extends GetMergeCommitInput {
6
- }
7
- export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMergeCommitCommand extends $Command<GetMergeCommitCommandInput, GetMergeCommitCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetMergeCommitCommandInput;
12
- constructor(input: GetMergeCommitCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeCommitCommandInput, GetMergeCommitCommandOutput>;
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 { GetMergeCommitInput, GetMergeCommitOutput } from "../models/models_0";
14
+ export interface GetMergeCommitCommandInput extends GetMergeCommitInput {}
15
+ export interface GetMergeCommitCommandOutput
16
+ extends GetMergeCommitOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetMergeCommitCommand extends $Command<
20
+ GetMergeCommitCommandInput,
21
+ GetMergeCommitCommandOutput,
22
+ CodeCommitClientResolvedConfig
23
+ > {
24
+ readonly input: GetMergeCommitCommandInput;
25
+ constructor(input: GetMergeCommitCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeCommitClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetMergeCommitCommandInput, GetMergeCommitCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { GetMergeConflictsInput, GetMergeConflictsOutput } from "../models/models_0";
5
- export interface GetMergeConflictsCommandInput extends GetMergeConflictsInput {
6
- }
7
- export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMergeConflictsCommand extends $Command<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetMergeConflictsCommandInput;
12
- constructor(input: GetMergeConflictsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput>;
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
+ GetMergeConflictsInput,
15
+ GetMergeConflictsOutput,
16
+ } from "../models/models_0";
17
+ export interface GetMergeConflictsCommandInput extends GetMergeConflictsInput {}
18
+ export interface GetMergeConflictsCommandOutput
19
+ extends GetMergeConflictsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetMergeConflictsCommand extends $Command<
23
+ GetMergeConflictsCommandInput,
24
+ GetMergeConflictsCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: GetMergeConflictsCommandInput;
28
+ constructor(input: GetMergeConflictsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeCommitClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetMergeConflictsCommandInput, GetMergeConflictsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { GetMergeOptionsInput, GetMergeOptionsOutput } from "../models/models_0";
5
- export interface GetMergeOptionsCommandInput extends GetMergeOptionsInput {
6
- }
7
- export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMergeOptionsCommand extends $Command<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetMergeOptionsCommandInput;
12
- constructor(input: GetMergeOptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput>;
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
+ GetMergeOptionsInput,
15
+ GetMergeOptionsOutput,
16
+ } from "../models/models_0";
17
+ export interface GetMergeOptionsCommandInput extends GetMergeOptionsInput {}
18
+ export interface GetMergeOptionsCommandOutput
19
+ extends GetMergeOptionsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetMergeOptionsCommand extends $Command<
23
+ GetMergeOptionsCommandInput,
24
+ GetMergeOptionsCommandOutput,
25
+ CodeCommitClientResolvedConfig
26
+ > {
27
+ readonly input: GetMergeOptionsCommandInput;
28
+ constructor(input: GetMergeOptionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeCommitClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetMergeOptionsCommandInput, GetMergeOptionsCommandOutput>;
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 { GetPullRequestApprovalStatesInput, GetPullRequestApprovalStatesOutput } from "../models/models_0";
5
- export interface GetPullRequestApprovalStatesCommandInput extends GetPullRequestApprovalStatesInput {
6
- }
7
- export interface GetPullRequestApprovalStatesCommandOutput extends GetPullRequestApprovalStatesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPullRequestApprovalStatesCommand extends $Command<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetPullRequestApprovalStatesCommandInput;
12
- constructor(input: GetPullRequestApprovalStatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestApprovalStatesCommandInput, GetPullRequestApprovalStatesCommandOutput>;
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
+ GetPullRequestApprovalStatesInput,
15
+ GetPullRequestApprovalStatesOutput,
16
+ } from "../models/models_0";
17
+ export interface GetPullRequestApprovalStatesCommandInput
18
+ extends GetPullRequestApprovalStatesInput {}
19
+ export interface GetPullRequestApprovalStatesCommandOutput
20
+ extends GetPullRequestApprovalStatesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetPullRequestApprovalStatesCommand extends $Command<
24
+ GetPullRequestApprovalStatesCommandInput,
25
+ GetPullRequestApprovalStatesCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: GetPullRequestApprovalStatesCommandInput;
29
+ constructor(input: GetPullRequestApprovalStatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetPullRequestApprovalStatesCommandInput,
37
+ GetPullRequestApprovalStatesCommandOutput
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 { GetPullRequestInput, GetPullRequestOutput } from "../models/models_0";
5
- export interface GetPullRequestCommandInput extends GetPullRequestInput {
6
- }
7
- export interface GetPullRequestCommandOutput extends GetPullRequestOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPullRequestCommand extends $Command<GetPullRequestCommandInput, GetPullRequestCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetPullRequestCommandInput;
12
- constructor(input: GetPullRequestCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestCommandInput, GetPullRequestCommandOutput>;
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 { GetPullRequestInput, GetPullRequestOutput } from "../models/models_0";
14
+ export interface GetPullRequestCommandInput extends GetPullRequestInput {}
15
+ export interface GetPullRequestCommandOutput
16
+ extends GetPullRequestOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetPullRequestCommand extends $Command<
20
+ GetPullRequestCommandInput,
21
+ GetPullRequestCommandOutput,
22
+ CodeCommitClientResolvedConfig
23
+ > {
24
+ readonly input: GetPullRequestCommandInput;
25
+ constructor(input: GetPullRequestCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeCommitClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetPullRequestCommandInput, GetPullRequestCommandOutput>;
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 { GetPullRequestOverrideStateInput, GetPullRequestOverrideStateOutput } from "../models/models_0";
5
- export interface GetPullRequestOverrideStateCommandInput extends GetPullRequestOverrideStateInput {
6
- }
7
- export interface GetPullRequestOverrideStateCommandOutput extends GetPullRequestOverrideStateOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPullRequestOverrideStateCommand extends $Command<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetPullRequestOverrideStateCommandInput;
12
- constructor(input: GetPullRequestOverrideStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPullRequestOverrideStateCommandInput, GetPullRequestOverrideStateCommandOutput>;
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
+ GetPullRequestOverrideStateInput,
15
+ GetPullRequestOverrideStateOutput,
16
+ } from "../models/models_0";
17
+ export interface GetPullRequestOverrideStateCommandInput
18
+ extends GetPullRequestOverrideStateInput {}
19
+ export interface GetPullRequestOverrideStateCommandOutput
20
+ extends GetPullRequestOverrideStateOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetPullRequestOverrideStateCommand extends $Command<
24
+ GetPullRequestOverrideStateCommandInput,
25
+ GetPullRequestOverrideStateCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: GetPullRequestOverrideStateCommandInput;
29
+ constructor(input: GetPullRequestOverrideStateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetPullRequestOverrideStateCommandInput,
37
+ GetPullRequestOverrideStateCommandOutput
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 { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
5
- export interface GetRepositoryCommandInput extends GetRepositoryInput {
6
- }
7
- export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRepositoryCommand extends $Command<GetRepositoryCommandInput, GetRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetRepositoryCommandInput;
12
- constructor(input: GetRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryCommandInput, GetRepositoryCommandOutput>;
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 { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
14
+ export interface GetRepositoryCommandInput extends GetRepositoryInput {}
15
+ export interface GetRepositoryCommandOutput
16
+ extends GetRepositoryOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetRepositoryCommand extends $Command<
20
+ GetRepositoryCommandInput,
21
+ GetRepositoryCommandOutput,
22
+ CodeCommitClientResolvedConfig
23
+ > {
24
+ readonly input: GetRepositoryCommandInput;
25
+ constructor(input: GetRepositoryCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodeCommitClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetRepositoryCommandInput, GetRepositoryCommandOutput>;
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 { GetRepositoryTriggersInput, GetRepositoryTriggersOutput } from "../models/models_0";
5
- export interface GetRepositoryTriggersCommandInput extends GetRepositoryTriggersInput {
6
- }
7
- export interface GetRepositoryTriggersCommandOutput extends GetRepositoryTriggersOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRepositoryTriggersCommand extends $Command<GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: GetRepositoryTriggersCommandInput;
12
- constructor(input: GetRepositoryTriggersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryTriggersCommandInput, GetRepositoryTriggersCommandOutput>;
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
+ GetRepositoryTriggersInput,
15
+ GetRepositoryTriggersOutput,
16
+ } from "../models/models_0";
17
+ export interface GetRepositoryTriggersCommandInput
18
+ extends GetRepositoryTriggersInput {}
19
+ export interface GetRepositoryTriggersCommandOutput
20
+ extends GetRepositoryTriggersOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetRepositoryTriggersCommand extends $Command<
24
+ GetRepositoryTriggersCommandInput,
25
+ GetRepositoryTriggersCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: GetRepositoryTriggersCommandInput;
29
+ constructor(input: GetRepositoryTriggersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetRepositoryTriggersCommandInput,
37
+ GetRepositoryTriggersCommandOutput
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 { ListApprovalRuleTemplatesInput, ListApprovalRuleTemplatesOutput } from "../models/models_0";
5
- export interface ListApprovalRuleTemplatesCommandInput extends ListApprovalRuleTemplatesInput {
6
- }
7
- export interface ListApprovalRuleTemplatesCommandOutput extends ListApprovalRuleTemplatesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListApprovalRuleTemplatesCommand extends $Command<ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: ListApprovalRuleTemplatesCommandInput;
12
- constructor(input: ListApprovalRuleTemplatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApprovalRuleTemplatesCommandInput, ListApprovalRuleTemplatesCommandOutput>;
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
+ ListApprovalRuleTemplatesInput,
15
+ ListApprovalRuleTemplatesOutput,
16
+ } from "../models/models_0";
17
+ export interface ListApprovalRuleTemplatesCommandInput
18
+ extends ListApprovalRuleTemplatesInput {}
19
+ export interface ListApprovalRuleTemplatesCommandOutput
20
+ extends ListApprovalRuleTemplatesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListApprovalRuleTemplatesCommand extends $Command<
24
+ ListApprovalRuleTemplatesCommandInput,
25
+ ListApprovalRuleTemplatesCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: ListApprovalRuleTemplatesCommandInput;
29
+ constructor(input: ListApprovalRuleTemplatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeCommitClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListApprovalRuleTemplatesCommandInput,
37
+ ListApprovalRuleTemplatesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,43 @@
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 { ListAssociatedApprovalRuleTemplatesForRepositoryInput, ListAssociatedApprovalRuleTemplatesForRepositoryOutput } from "../models/models_0";
5
- export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput extends ListAssociatedApprovalRuleTemplatesForRepositoryInput {
6
- }
7
- export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput extends ListAssociatedApprovalRuleTemplatesForRepositoryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Command<ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput, CodeCommitClientResolvedConfig> {
11
- readonly input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput;
12
- constructor(input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeCommitClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput, ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
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
+ ListAssociatedApprovalRuleTemplatesForRepositoryInput,
15
+ ListAssociatedApprovalRuleTemplatesForRepositoryOutput,
16
+ } from "../models/models_0";
17
+ export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
18
+ extends ListAssociatedApprovalRuleTemplatesForRepositoryInput {}
19
+ export interface ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput
20
+ extends ListAssociatedApprovalRuleTemplatesForRepositoryOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Command<
24
+ ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
25
+ ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
26
+ CodeCommitClientResolvedConfig
27
+ > {
28
+ readonly input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput;
29
+ constructor(
30
+ input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput
31
+ );
32
+
33
+ resolveMiddleware(
34
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
35
+ configuration: CodeCommitClientResolvedConfig,
36
+ options?: __HttpHandlerOptions
37
+ ): Handler<
38
+ ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
39
+ ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput
40
+ >;
41
+ private serialize;
42
+ private deserialize;
43
+ }