@aws-sdk/client-codecommit 3.1087.0 → 3.1089.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeCommit.d.ts +263 -358
  3. package/dist-types/ts3.4/CodeCommitClient.d.ts +14 -50
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -2
  15. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +6 -2
  32. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +4 -4
  33. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -5
  38. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +6 -2
  40. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -5
  41. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +3 -4
  68. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +6 -2
  69. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  71. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +4 -6
  74. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +3 -5
  77. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +3 -4
  78. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +3 -4
  86. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  87. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  88. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  89. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  90. package/dist-types/ts3.4/models/errors.d.ts +187 -772
  91. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  92. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  97. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  98. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  99. package/package.json +38 -38
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteBranchInput, DeleteBranchOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteBranchCommandInput extends DeleteBranchInput {}
5
- export interface DeleteBranchCommandOutput
6
- extends DeleteBranchOutput,
7
- __MetadataBearer {}
5
+ export interface DeleteBranchCommandOutput extends DeleteBranchOutput, __MetadataBearer {}
8
6
  declare const DeleteBranchCommand_base: {
9
7
  new (
10
- input: DeleteBranchCommandInput
8
+ input: DeleteBranchCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteBranchCommandInput,
13
11
  DeleteBranchCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteBranchCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteBranchCommandInput
17
+ input: DeleteBranchCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteBranchCommandInput,
22
20
  DeleteBranchCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteCommentContentInput,
4
- DeleteCommentContentOutput,
5
- } from "../models/models_0";
2
+ import { DeleteCommentContentInput, DeleteCommentContentOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteCommentContentCommandInput
8
- extends DeleteCommentContentInput {}
4
+ export interface DeleteCommentContentCommandInput extends DeleteCommentContentInput {}
9
5
  export interface DeleteCommentContentCommandOutput
10
- extends DeleteCommentContentOutput,
11
- __MetadataBearer {}
6
+ extends DeleteCommentContentOutput, __MetadataBearer {}
12
7
  declare const DeleteCommentContentCommand_base: {
13
8
  new (
14
- input: DeleteCommentContentCommandInput
9
+ input: DeleteCommentContentCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteCommentContentCommandInput,
17
12
  DeleteCommentContentCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteCommentContentCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteCommentContentCommandInput
18
+ input: DeleteCommentContentCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteCommentContentCommandInput,
26
21
  DeleteCommentContentCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteFileInput, DeleteFileOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteFileCommandInput extends DeleteFileInput {}
5
- export interface DeleteFileCommandOutput
6
- extends DeleteFileOutput,
7
- __MetadataBearer {}
5
+ export interface DeleteFileCommandOutput extends DeleteFileOutput, __MetadataBearer {}
8
6
  declare const DeleteFileCommand_base: {
9
7
  new (
10
- input: DeleteFileCommandInput
8
+ input: DeleteFileCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteFileCommandInput,
13
11
  DeleteFileCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteFileCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteFileCommandInput
17
+ input: DeleteFileCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteFileCommandInput,
22
20
  DeleteFileCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeletePullRequestApprovalRuleOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeletePullRequestApprovalRuleCommandInput
8
- extends DeletePullRequestApprovalRuleInput {}
7
+ export interface DeletePullRequestApprovalRuleCommandInput extends DeletePullRequestApprovalRuleInput {}
9
8
  export interface DeletePullRequestApprovalRuleCommandOutput
10
- extends DeletePullRequestApprovalRuleOutput,
11
- __MetadataBearer {}
9
+ extends DeletePullRequestApprovalRuleOutput, __MetadataBearer {}
12
10
  declare const DeletePullRequestApprovalRuleCommand_base: {
13
11
  new (
14
- input: DeletePullRequestApprovalRuleCommandInput
12
+ input: DeletePullRequestApprovalRuleCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeletePullRequestApprovalRuleCommandInput,
17
15
  DeletePullRequestApprovalRuleCommandOutput,
@@ -20,7 +18,7 @@ declare const DeletePullRequestApprovalRuleCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeletePullRequestApprovalRuleCommandInput
21
+ input: DeletePullRequestApprovalRuleCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeletePullRequestApprovalRuleCommandInput,
26
24
  DeletePullRequestApprovalRuleCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteRepositoryInput,
4
- DeleteRepositoryOutput,
5
- } from "../models/models_0";
2
+ import { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteRepositoryCommandInput extends DeleteRepositoryInput {}
8
- export interface DeleteRepositoryCommandOutput
9
- extends DeleteRepositoryOutput,
10
- __MetadataBearer {}
5
+ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, __MetadataBearer {}
11
6
  declare const DeleteRepositoryCommand_base: {
12
7
  new (
13
- input: DeleteRepositoryCommandInput
8
+ input: DeleteRepositoryCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteRepositoryCommandInput,
16
11
  DeleteRepositoryCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteRepositoryCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteRepositoryCommandInput
17
+ input: DeleteRepositoryCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteRepositoryCommandInput,
25
20
  DeleteRepositoryCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeMergeConflictsInput,
4
- DescribeMergeConflictsOutput,
5
- } from "../models/models_0";
2
+ import { DescribeMergeConflictsInput, DescribeMergeConflictsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeMergeConflictsCommandInput
8
- extends DescribeMergeConflictsInput {}
4
+ export interface DescribeMergeConflictsCommandInput extends DescribeMergeConflictsInput {}
9
5
  export interface DescribeMergeConflictsCommandOutput
10
- extends DescribeMergeConflictsOutput,
11
- __MetadataBearer {}
6
+ extends DescribeMergeConflictsOutput, __MetadataBearer {}
12
7
  declare const DescribeMergeConflictsCommand_base: {
13
8
  new (
14
- input: DescribeMergeConflictsCommandInput
9
+ input: DescribeMergeConflictsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeMergeConflictsCommandInput,
17
12
  DescribeMergeConflictsCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeMergeConflictsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeMergeConflictsCommandInput
18
+ input: DescribeMergeConflictsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeMergeConflictsCommandInput,
26
21
  DescribeMergeConflictsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribePullRequestEventsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribePullRequestEventsCommandInput
8
- extends DescribePullRequestEventsInput {}
7
+ export interface DescribePullRequestEventsCommandInput extends DescribePullRequestEventsInput {}
9
8
  export interface DescribePullRequestEventsCommandOutput
10
- extends DescribePullRequestEventsOutput,
11
- __MetadataBearer {}
9
+ extends DescribePullRequestEventsOutput, __MetadataBearer {}
12
10
  declare const DescribePullRequestEventsCommand_base: {
13
11
  new (
14
- input: DescribePullRequestEventsCommandInput
12
+ input: DescribePullRequestEventsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribePullRequestEventsCommandInput,
17
15
  DescribePullRequestEventsCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribePullRequestEventsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribePullRequestEventsCommandInput
21
+ input: DescribePullRequestEventsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribePullRequestEventsCommandInput,
26
24
  DescribePullRequestEventsCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateApprovalRuleTemplateFromRepositoryInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateApprovalRuleTemplateFromRepositoryCommandInput
5
- extends DisassociateApprovalRuleTemplateFromRepositoryInput {}
6
- export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandInput extends DisassociateApprovalRuleTemplateFromRepositoryInput {}
5
+ export interface DisassociateApprovalRuleTemplateFromRepositoryCommandOutput extends __MetadataBearer {}
8
6
  declare const DisassociateApprovalRuleTemplateFromRepositoryCommand_base: {
9
7
  new (
10
- input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput
8
+ input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
13
11
  DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
@@ -16,7 +14,7 @@ declare const DisassociateApprovalRuleTemplateFromRepositoryCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput
17
+ input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
22
20
  DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  EvaluatePullRequestApprovalRulesOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface EvaluatePullRequestApprovalRulesCommandInput
8
- extends EvaluatePullRequestApprovalRulesInput {}
7
+ export interface EvaluatePullRequestApprovalRulesCommandInput extends EvaluatePullRequestApprovalRulesInput {}
9
8
  export interface EvaluatePullRequestApprovalRulesCommandOutput
10
- extends EvaluatePullRequestApprovalRulesOutput,
11
- __MetadataBearer {}
9
+ extends EvaluatePullRequestApprovalRulesOutput, __MetadataBearer {}
12
10
  declare const EvaluatePullRequestApprovalRulesCommand_base: {
13
11
  new (
14
- input: EvaluatePullRequestApprovalRulesCommandInput
12
+ input: EvaluatePullRequestApprovalRulesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  EvaluatePullRequestApprovalRulesCommandInput,
17
15
  EvaluatePullRequestApprovalRulesCommandOutput,
@@ -20,7 +18,7 @@ declare const EvaluatePullRequestApprovalRulesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: EvaluatePullRequestApprovalRulesCommandInput
21
+ input: EvaluatePullRequestApprovalRulesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  EvaluatePullRequestApprovalRulesCommandInput,
26
24
  EvaluatePullRequestApprovalRulesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetApprovalRuleTemplateInput,
4
- GetApprovalRuleTemplateOutput,
5
- } from "../models/models_0";
2
+ import { GetApprovalRuleTemplateInput, GetApprovalRuleTemplateOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetApprovalRuleTemplateCommandInput
8
- extends GetApprovalRuleTemplateInput {}
4
+ export interface GetApprovalRuleTemplateCommandInput extends GetApprovalRuleTemplateInput {}
9
5
  export interface GetApprovalRuleTemplateCommandOutput
10
- extends GetApprovalRuleTemplateOutput,
11
- __MetadataBearer {}
6
+ extends GetApprovalRuleTemplateOutput, __MetadataBearer {}
12
7
  declare const GetApprovalRuleTemplateCommand_base: {
13
8
  new (
14
- input: GetApprovalRuleTemplateCommandInput
9
+ input: GetApprovalRuleTemplateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetApprovalRuleTemplateCommandInput,
17
12
  GetApprovalRuleTemplateCommandOutput,
@@ -20,7 +15,7 @@ declare const GetApprovalRuleTemplateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetApprovalRuleTemplateCommandInput
18
+ input: GetApprovalRuleTemplateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetApprovalRuleTemplateCommandInput,
26
21
  GetApprovalRuleTemplateCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface GetBlobCommandInput extends GetBlobInput {}
5
5
  export interface GetBlobCommandOutput extends GetBlobOutput, __MetadataBearer {}
6
6
  declare const GetBlobCommand_base: {
7
- new (input: GetBlobCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetBlobCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  GetBlobCommandInput,
9
11
  GetBlobCommandOutput,
10
12
  import("..").CodeCommitClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: GetBlobCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetBlobCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  GetBlobCommandInput,
16
20
  GetBlobCommandOutput,
17
21
  import("..").CodeCommitClientResolvedConfig,
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetBranchInput, GetBranchOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetBranchCommandInput extends GetBranchInput {}
5
- export interface GetBranchCommandOutput
6
- extends GetBranchOutput,
7
- __MetadataBearer {}
5
+ export interface GetBranchCommandOutput extends GetBranchOutput, __MetadataBearer {}
8
6
  declare const GetBranchCommand_base: {
9
- new (input: GetBranchCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetBranchCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetBranchCommandInput,
11
11
  GetBranchCommandOutput,
12
12
  import("..").CodeCommitClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetCommentInput, GetCommentOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetCommentCommandInput extends GetCommentInput {}
5
- export interface GetCommentCommandOutput
6
- extends GetCommentOutput,
7
- __MetadataBearer {}
5
+ export interface GetCommentCommandOutput extends GetCommentOutput, __MetadataBearer {}
8
6
  declare const GetCommentCommand_base: {
9
7
  new (
10
- input: GetCommentCommandInput
8
+ input: GetCommentCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetCommentCommandInput,
13
11
  GetCommentCommandOutput,
@@ -16,7 +14,7 @@ declare const GetCommentCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetCommentCommandInput
17
+ input: GetCommentCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetCommentCommandInput,
22
20
  GetCommentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCommentReactionsInput,
4
- GetCommentReactionsOutput,
5
- } from "../models/models_0";
2
+ import { GetCommentReactionsInput, GetCommentReactionsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetCommentReactionsCommandInput
8
- extends GetCommentReactionsInput {}
4
+ export interface GetCommentReactionsCommandInput extends GetCommentReactionsInput {}
9
5
  export interface GetCommentReactionsCommandOutput
10
- extends GetCommentReactionsOutput,
11
- __MetadataBearer {}
6
+ extends GetCommentReactionsOutput, __MetadataBearer {}
12
7
  declare const GetCommentReactionsCommand_base: {
13
8
  new (
14
- input: GetCommentReactionsCommandInput
9
+ input: GetCommentReactionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetCommentReactionsCommandInput,
17
12
  GetCommentReactionsCommandOutput,
@@ -20,7 +15,7 @@ declare const GetCommentReactionsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetCommentReactionsCommandInput
18
+ input: GetCommentReactionsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetCommentReactionsCommandInput,
26
21
  GetCommentReactionsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetCommentsForComparedCommitOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetCommentsForComparedCommitCommandInput
8
- extends GetCommentsForComparedCommitInput {}
7
+ export interface GetCommentsForComparedCommitCommandInput extends GetCommentsForComparedCommitInput {}
9
8
  export interface GetCommentsForComparedCommitCommandOutput
10
- extends GetCommentsForComparedCommitOutput,
11
- __MetadataBearer {}
9
+ extends GetCommentsForComparedCommitOutput, __MetadataBearer {}
12
10
  declare const GetCommentsForComparedCommitCommand_base: {
13
11
  new (
14
- input: GetCommentsForComparedCommitCommandInput
12
+ input: GetCommentsForComparedCommitCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetCommentsForComparedCommitCommandInput,
17
15
  GetCommentsForComparedCommitCommandOutput,
@@ -20,7 +18,7 @@ declare const GetCommentsForComparedCommitCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetCommentsForComparedCommitCommandInput
21
+ input: GetCommentsForComparedCommitCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetCommentsForComparedCommitCommandInput,
26
24
  GetCommentsForComparedCommitCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetCommentsForPullRequestOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetCommentsForPullRequestCommandInput
8
- extends GetCommentsForPullRequestInput {}
7
+ export interface GetCommentsForPullRequestCommandInput extends GetCommentsForPullRequestInput {}
9
8
  export interface GetCommentsForPullRequestCommandOutput
10
- extends GetCommentsForPullRequestOutput,
11
- __MetadataBearer {}
9
+ extends GetCommentsForPullRequestOutput, __MetadataBearer {}
12
10
  declare const GetCommentsForPullRequestCommand_base: {
13
11
  new (
14
- input: GetCommentsForPullRequestCommandInput
12
+ input: GetCommentsForPullRequestCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetCommentsForPullRequestCommandInput,
17
15
  GetCommentsForPullRequestCommandOutput,
@@ -20,7 +18,7 @@ declare const GetCommentsForPullRequestCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetCommentsForPullRequestCommandInput
21
+ input: GetCommentsForPullRequestCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetCommentsForPullRequestCommandInput,
26
24
  GetCommentsForPullRequestCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetCommitInput, GetCommitOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetCommitCommandInput extends GetCommitInput {}
5
- export interface GetCommitCommandOutput
6
- extends GetCommitOutput,
7
- __MetadataBearer {}
5
+ export interface GetCommitCommandOutput extends GetCommitOutput, __MetadataBearer {}
8
6
  declare const GetCommitCommand_base: {
9
- new (input: GetCommitCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetCommitCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetCommitCommandInput,
11
11
  GetCommitCommandOutput,
12
12
  import("..").CodeCommitClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetCommitCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetCommitCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetCommitCommandInput,
18
20
  GetCommitCommandOutput,
19
21
  import("..").CodeCommitClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetDifferencesInput, GetDifferencesOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetDifferencesCommandInput extends GetDifferencesInput {}
5
- export interface GetDifferencesCommandOutput
6
- extends GetDifferencesOutput,
7
- __MetadataBearer {}
5
+ export interface GetDifferencesCommandOutput extends GetDifferencesOutput, __MetadataBearer {}
8
6
  declare const GetDifferencesCommand_base: {
9
7
  new (
10
- input: GetDifferencesCommandInput
8
+ input: GetDifferencesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetDifferencesCommandInput,
13
11
  GetDifferencesCommandOutput,
@@ -16,7 +14,7 @@ declare const GetDifferencesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetDifferencesCommandInput
17
+ input: GetDifferencesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetDifferencesCommandInput,
22
20
  GetDifferencesCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface GetFileCommandInput extends GetFileInput {}
5
5
  export interface GetFileCommandOutput extends GetFileOutput, __MetadataBearer {}
6
6
  declare const GetFileCommand_base: {
7
- new (input: GetFileCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetFileCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  GetFileCommandInput,
9
11
  GetFileCommandOutput,
10
12
  import("..").CodeCommitClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: GetFileCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetFileCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  GetFileCommandInput,
16
20
  GetFileCommandOutput,
17
21
  import("..").CodeCommitClientResolvedConfig,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetFolderInput, GetFolderOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetFolderCommandInput extends GetFolderInput {}
5
- export interface GetFolderCommandOutput
6
- extends GetFolderOutput,
7
- __MetadataBearer {}
5
+ export interface GetFolderCommandOutput extends GetFolderOutput, __MetadataBearer {}
8
6
  declare const GetFolderCommand_base: {
9
- new (input: GetFolderCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetFolderCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetFolderCommandInput,
11
11
  GetFolderCommandOutput,
12
12
  import("..").CodeCommitClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetFolderCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetFolderCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetFolderCommandInput,
18
20
  GetFolderCommandOutput,
19
21
  import("..").CodeCommitClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetMergeCommitInput, GetMergeCommitOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetMergeCommitCommandInput extends GetMergeCommitInput {}
5
- export interface GetMergeCommitCommandOutput
6
- extends GetMergeCommitOutput,
7
- __MetadataBearer {}
5
+ export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, __MetadataBearer {}
8
6
  declare const GetMergeCommitCommand_base: {
9
7
  new (
10
- input: GetMergeCommitCommandInput
8
+ input: GetMergeCommitCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetMergeCommitCommandInput,
13
11
  GetMergeCommitCommandOutput,
@@ -16,7 +14,7 @@ declare const GetMergeCommitCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetMergeCommitCommandInput
17
+ input: GetMergeCommitCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetMergeCommitCommandInput,
22
20
  GetMergeCommitCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetMergeConflictsInput,
4
- GetMergeConflictsOutput,
5
- } from "../models/models_0";
2
+ import { GetMergeConflictsInput, GetMergeConflictsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetMergeConflictsCommandInput extends GetMergeConflictsInput {}
8
- export interface GetMergeConflictsCommandOutput
9
- extends GetMergeConflictsOutput,
10
- __MetadataBearer {}
5
+ export interface GetMergeConflictsCommandOutput extends GetMergeConflictsOutput, __MetadataBearer {}
11
6
  declare const GetMergeConflictsCommand_base: {
12
7
  new (
13
- input: GetMergeConflictsCommandInput
8
+ input: GetMergeConflictsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetMergeConflictsCommandInput,
16
11
  GetMergeConflictsCommandOutput,
@@ -19,7 +14,7 @@ declare const GetMergeConflictsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetMergeConflictsCommandInput
17
+ input: GetMergeConflictsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetMergeConflictsCommandInput,
25
20
  GetMergeConflictsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetMergeOptionsInput,
4
- GetMergeOptionsOutput,
5
- } from "../models/models_0";
2
+ import { GetMergeOptionsInput, GetMergeOptionsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetMergeOptionsCommandInput extends GetMergeOptionsInput {}
8
- export interface GetMergeOptionsCommandOutput
9
- extends GetMergeOptionsOutput,
10
- __MetadataBearer {}
5
+ export interface GetMergeOptionsCommandOutput extends GetMergeOptionsOutput, __MetadataBearer {}
11
6
  declare const GetMergeOptionsCommand_base: {
12
7
  new (
13
- input: GetMergeOptionsCommandInput
8
+ input: GetMergeOptionsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetMergeOptionsCommandInput,
16
11
  GetMergeOptionsCommandOutput,
@@ -19,7 +14,7 @@ declare const GetMergeOptionsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetMergeOptionsCommandInput
17
+ input: GetMergeOptionsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetMergeOptionsCommandInput,
25
20
  GetMergeOptionsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetPullRequestApprovalStatesOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetPullRequestApprovalStatesCommandInput
8
- extends GetPullRequestApprovalStatesInput {}
7
+ export interface GetPullRequestApprovalStatesCommandInput extends GetPullRequestApprovalStatesInput {}
9
8
  export interface GetPullRequestApprovalStatesCommandOutput
10
- extends GetPullRequestApprovalStatesOutput,
11
- __MetadataBearer {}
9
+ extends GetPullRequestApprovalStatesOutput, __MetadataBearer {}
12
10
  declare const GetPullRequestApprovalStatesCommand_base: {
13
11
  new (
14
- input: GetPullRequestApprovalStatesCommandInput
12
+ input: GetPullRequestApprovalStatesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetPullRequestApprovalStatesCommandInput,
17
15
  GetPullRequestApprovalStatesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetPullRequestApprovalStatesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetPullRequestApprovalStatesCommandInput
21
+ input: GetPullRequestApprovalStatesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetPullRequestApprovalStatesCommandInput,
26
24
  GetPullRequestApprovalStatesCommandOutput,