@aws-sdk/client-codecommit 3.650.0 → 3.654.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 (159) hide show
  1. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +11 -0
  5. package/dist-types/commands/BatchGetCommitsCommand.d.ts +11 -0
  6. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateBranchCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateCommitCommand.d.ts +11 -0
  10. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +11 -0
  11. package/dist-types/commands/CreatePullRequestCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateRepositoryCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteBranchCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteCommentContentCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteFileCommand.d.ts +11 -0
  18. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteRepositoryCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +11 -0
  22. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +11 -0
  23. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +11 -0
  24. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +11 -0
  25. package/dist-types/commands/GetBlobCommand.d.ts +11 -0
  26. package/dist-types/commands/GetBranchCommand.d.ts +11 -0
  27. package/dist-types/commands/GetCommentCommand.d.ts +11 -0
  28. package/dist-types/commands/GetCommentReactionsCommand.d.ts +11 -0
  29. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +11 -0
  30. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +11 -0
  31. package/dist-types/commands/GetCommitCommand.d.ts +11 -0
  32. package/dist-types/commands/GetDifferencesCommand.d.ts +11 -0
  33. package/dist-types/commands/GetFileCommand.d.ts +11 -0
  34. package/dist-types/commands/GetFolderCommand.d.ts +11 -0
  35. package/dist-types/commands/GetMergeCommitCommand.d.ts +11 -0
  36. package/dist-types/commands/GetMergeConflictsCommand.d.ts +11 -0
  37. package/dist-types/commands/GetMergeOptionsCommand.d.ts +11 -0
  38. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +11 -0
  39. package/dist-types/commands/GetPullRequestCommand.d.ts +11 -0
  40. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +11 -0
  41. package/dist-types/commands/GetRepositoryCommand.d.ts +11 -0
  42. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +11 -0
  43. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +11 -0
  44. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +11 -0
  45. package/dist-types/commands/ListBranchesCommand.d.ts +11 -0
  46. package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +11 -0
  47. package/dist-types/commands/ListPullRequestsCommand.d.ts +11 -0
  48. package/dist-types/commands/ListRepositoriesCommand.d.ts +11 -0
  49. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +11 -0
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  51. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +11 -0
  52. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +11 -0
  53. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +11 -0
  54. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +11 -0
  55. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +11 -0
  56. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +11 -0
  57. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +11 -0
  58. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +11 -0
  59. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +11 -0
  60. package/dist-types/commands/PostCommentReplyCommand.d.ts +11 -0
  61. package/dist-types/commands/PutCommentReactionCommand.d.ts +11 -0
  62. package/dist-types/commands/PutFileCommand.d.ts +11 -0
  63. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +11 -0
  64. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  65. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +11 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  67. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +11 -0
  69. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +11 -0
  70. package/dist-types/commands/UpdateCommentCommand.d.ts +11 -0
  71. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +11 -0
  72. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +11 -0
  73. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +11 -0
  74. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +11 -0
  75. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +11 -0
  76. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +11 -0
  77. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +11 -0
  78. package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +11 -0
  79. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +11 -0
  80. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +12 -1
  159. package/package.json +35 -35
@@ -77,4 +77,15 @@ declare const UpdateRepositoryNameCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class UpdateRepositoryNameCommand extends UpdateRepositoryNameCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: UpdateRepositoryNameInput;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: UpdateRepositoryNameCommandInput;
88
+ output: UpdateRepositoryNameCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -33,4 +33,15 @@ declare const AssociateApprovalRuleTemplateWithRepositoryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends AssociateApprovalRuleTemplateWithRepositoryCommand_base {}
36
+ export declare class AssociateApprovalRuleTemplateWithRepositoryCommand extends AssociateApprovalRuleTemplateWithRepositoryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: AssociateApprovalRuleTemplateWithRepositoryInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: AssociateApprovalRuleTemplateWithRepositoryCommandInput;
44
+ output: AssociateApprovalRuleTemplateWithRepositoryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base {}
40
+ export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchAssociateApprovalRuleTemplateWithRepositoriesInput;
44
+ output: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput;
48
+ output: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDescribeMergeConflictsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDescribeMergeConflictsCommand extends BatchDescribeMergeConflictsCommand_base {}
40
+ export declare class BatchDescribeMergeConflictsCommand extends BatchDescribeMergeConflictsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDescribeMergeConflictsInput;
44
+ output: BatchDescribeMergeConflictsOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchDescribeMergeConflictsCommandInput;
48
+ output: BatchDescribeMergeConflictsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_base:
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_base {}
40
+ export declare class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput;
44
+ output: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput;
48
+ output: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const BatchGetCommitsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BatchGetCommitsCommand extends BatchGetCommitsCommand_base {}
39
+ export declare class BatchGetCommitsCommand extends BatchGetCommitsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchGetCommitsInput;
43
+ output: BatchGetCommitsOutput;
44
+ };
45
+ sdk: {
46
+ input: BatchGetCommitsCommandInput;
47
+ output: BatchGetCommitsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const BatchGetRepositoriesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetRepositoriesCommand extends BatchGetRepositoriesCommand_base {}
40
+ export declare class BatchGetRepositoriesCommand extends BatchGetRepositoriesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetRepositoriesInput;
44
+ output: BatchGetRepositoriesOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchGetRepositoriesCommandInput;
48
+ output: BatchGetRepositoriesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateApprovalRuleTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateApprovalRuleTemplateCommand extends CreateApprovalRuleTemplateCommand_base {}
40
+ export declare class CreateApprovalRuleTemplateCommand extends CreateApprovalRuleTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateApprovalRuleTemplateInput;
44
+ output: CreateApprovalRuleTemplateOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateApprovalRuleTemplateCommandInput;
48
+ output: CreateApprovalRuleTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const CreateBranchCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CreateBranchCommand extends CreateBranchCommand_base {}
34
+ export declare class CreateBranchCommand extends CreateBranchCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateBranchInput;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: CreateBranchCommandInput;
42
+ output: CreateBranchCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const CreateCommitCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateCommitCommand extends CreateCommitCommand_base {}
36
+ export declare class CreateCommitCommand extends CreateCommitCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateCommitInput;
40
+ output: CreateCommitOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateCommitCommandInput;
44
+ output: CreateCommitCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreatePullRequestApprovalRuleCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePullRequestApprovalRuleCommand extends CreatePullRequestApprovalRuleCommand_base {}
40
+ export declare class CreatePullRequestApprovalRuleCommand extends CreatePullRequestApprovalRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePullRequestApprovalRuleInput;
44
+ output: CreatePullRequestApprovalRuleOutput;
45
+ };
46
+ sdk: {
47
+ input: CreatePullRequestApprovalRuleCommandInput;
48
+ output: CreatePullRequestApprovalRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreatePullRequestCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreatePullRequestCommand extends CreatePullRequestCommand_base {}
39
+ export declare class CreatePullRequestCommand extends CreatePullRequestCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreatePullRequestInput;
43
+ output: CreatePullRequestOutput;
44
+ };
45
+ sdk: {
46
+ input: CreatePullRequestCommandInput;
47
+ output: CreatePullRequestCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateRepositoryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {}
39
+ export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateRepositoryInput;
43
+ output: CreateRepositoryOutput;
44
+ };
45
+ sdk: {
46
+ input: CreateRepositoryCommandInput;
47
+ output: CreateRepositoryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateUnreferencedMergeCommitCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateUnreferencedMergeCommitCommand extends CreateUnreferencedMergeCommitCommand_base {}
40
+ export declare class CreateUnreferencedMergeCommitCommand extends CreateUnreferencedMergeCommitCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateUnreferencedMergeCommitInput;
44
+ output: CreateUnreferencedMergeCommitOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateUnreferencedMergeCommitCommandInput;
48
+ output: CreateUnreferencedMergeCommitCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteApprovalRuleTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteApprovalRuleTemplateCommand extends DeleteApprovalRuleTemplateCommand_base {}
40
+ export declare class DeleteApprovalRuleTemplateCommand extends DeleteApprovalRuleTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteApprovalRuleTemplateInput;
44
+ output: DeleteApprovalRuleTemplateOutput;
45
+ };
46
+ sdk: {
47
+ input: DeleteApprovalRuleTemplateCommandInput;
48
+ output: DeleteApprovalRuleTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteBranchCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBranchCommand extends DeleteBranchCommand_base {}
36
+ export declare class DeleteBranchCommand extends DeleteBranchCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBranchInput;
40
+ output: DeleteBranchOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteBranchCommandInput;
44
+ output: DeleteBranchCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteCommentContentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteCommentContentCommand extends DeleteCommentContentCommand_base {}
40
+ export declare class DeleteCommentContentCommand extends DeleteCommentContentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCommentContentInput;
44
+ output: DeleteCommentContentOutput;
45
+ };
46
+ sdk: {
47
+ input: DeleteCommentContentCommandInput;
48
+ output: DeleteCommentContentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteFileCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteFileCommand extends DeleteFileCommand_base {}
36
+ export declare class DeleteFileCommand extends DeleteFileCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteFileInput;
40
+ output: DeleteFileOutput;
41
+ };
42
+ sdk: {
43
+ input: DeleteFileCommandInput;
44
+ output: DeleteFileCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeletePullRequestApprovalRuleCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeletePullRequestApprovalRuleCommand extends DeletePullRequestApprovalRuleCommand_base {}
40
+ export declare class DeletePullRequestApprovalRuleCommand extends DeletePullRequestApprovalRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeletePullRequestApprovalRuleInput;
44
+ output: DeletePullRequestApprovalRuleOutput;
45
+ };
46
+ sdk: {
47
+ input: DeletePullRequestApprovalRuleCommandInput;
48
+ output: DeletePullRequestApprovalRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteRepositoryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {}
39
+ export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteRepositoryInput;
43
+ output: DeleteRepositoryOutput;
44
+ };
45
+ sdk: {
46
+ input: DeleteRepositoryCommandInput;
47
+ output: DeleteRepositoryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeMergeConflictsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeMergeConflictsCommand extends DescribeMergeConflictsCommand_base {}
40
+ export declare class DescribeMergeConflictsCommand extends DescribeMergeConflictsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeMergeConflictsInput;
44
+ output: DescribeMergeConflictsOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribeMergeConflictsCommandInput;
48
+ output: DescribeMergeConflictsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribePullRequestEventsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePullRequestEventsCommand extends DescribePullRequestEventsCommand_base {}
40
+ export declare class DescribePullRequestEventsCommand extends DescribePullRequestEventsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePullRequestEventsInput;
44
+ output: DescribePullRequestEventsOutput;
45
+ };
46
+ sdk: {
47
+ input: DescribePullRequestEventsCommandInput;
48
+ output: DescribePullRequestEventsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DisassociateApprovalRuleTemplateFromRepositoryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends DisassociateApprovalRuleTemplateFromRepositoryCommand_base {}
36
+ export declare class DisassociateApprovalRuleTemplateFromRepositoryCommand extends DisassociateApprovalRuleTemplateFromRepositoryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DisassociateApprovalRuleTemplateFromRepositoryInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput;
44
+ output: DisassociateApprovalRuleTemplateFromRepositoryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const EvaluatePullRequestApprovalRulesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class EvaluatePullRequestApprovalRulesCommand extends EvaluatePullRequestApprovalRulesCommand_base {}
40
+ export declare class EvaluatePullRequestApprovalRulesCommand extends EvaluatePullRequestApprovalRulesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: EvaluatePullRequestApprovalRulesInput;
44
+ output: EvaluatePullRequestApprovalRulesOutput;
45
+ };
46
+ sdk: {
47
+ input: EvaluatePullRequestApprovalRulesCommandInput;
48
+ output: EvaluatePullRequestApprovalRulesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetApprovalRuleTemplateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetApprovalRuleTemplateCommand extends GetApprovalRuleTemplateCommand_base {}
40
+ export declare class GetApprovalRuleTemplateCommand extends GetApprovalRuleTemplateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetApprovalRuleTemplateInput;
44
+ output: GetApprovalRuleTemplateOutput;
45
+ };
46
+ sdk: {
47
+ input: GetApprovalRuleTemplateCommandInput;
48
+ output: GetApprovalRuleTemplateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const GetBlobCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetBlobCommand extends GetBlobCommand_base {}
30
+ export declare class GetBlobCommand extends GetBlobCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetBlobInput;
34
+ output: GetBlobOutput;
35
+ };
36
+ sdk: {
37
+ input: GetBlobCommandInput;
38
+ output: GetBlobCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const GetBranchCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetBranchCommand extends GetBranchCommand_base {}
36
+ export declare class GetBranchCommand extends GetBranchCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetBranchInput;
40
+ output: GetBranchOutput;
41
+ };
42
+ sdk: {
43
+ input: GetBranchCommandInput;
44
+ output: GetBranchCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetCommentCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetCommentCommand extends GetCommentCommand_base {}
36
+ export declare class GetCommentCommand extends GetCommentCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetCommentInput;
40
+ output: GetCommentOutput;
41
+ };
42
+ sdk: {
43
+ input: GetCommentCommandInput;
44
+ output: GetCommentCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetCommentReactionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCommentReactionsCommand extends GetCommentReactionsCommand_base {}
40
+ export declare class GetCommentReactionsCommand extends GetCommentReactionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCommentReactionsInput;
44
+ output: GetCommentReactionsOutput;
45
+ };
46
+ sdk: {
47
+ input: GetCommentReactionsCommandInput;
48
+ output: GetCommentReactionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetCommentsForComparedCommitCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCommentsForComparedCommitCommand extends GetCommentsForComparedCommitCommand_base {}
40
+ export declare class GetCommentsForComparedCommitCommand extends GetCommentsForComparedCommitCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCommentsForComparedCommitInput;
44
+ output: GetCommentsForComparedCommitOutput;
45
+ };
46
+ sdk: {
47
+ input: GetCommentsForComparedCommitCommandInput;
48
+ output: GetCommentsForComparedCommitCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetCommentsForPullRequestCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCommentsForPullRequestCommand extends GetCommentsForPullRequestCommand_base {}
40
+ export declare class GetCommentsForPullRequestCommand extends GetCommentsForPullRequestCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCommentsForPullRequestInput;
44
+ output: GetCommentsForPullRequestOutput;
45
+ };
46
+ sdk: {
47
+ input: GetCommentsForPullRequestCommandInput;
48
+ output: GetCommentsForPullRequestCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetCommitCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetCommitCommand extends GetCommitCommand_base {}
36
+ export declare class GetCommitCommand extends GetCommitCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetCommitInput;
40
+ output: GetCommitOutput;
41
+ };
42
+ sdk: {
43
+ input: GetCommitCommandInput;
44
+ output: GetCommitCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetDifferencesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDifferencesCommand extends GetDifferencesCommand_base {}
36
+ export declare class GetDifferencesCommand extends GetDifferencesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDifferencesInput;
40
+ output: GetDifferencesOutput;
41
+ };
42
+ sdk: {
43
+ input: GetDifferencesCommandInput;
44
+ output: GetDifferencesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -27,4 +27,15 @@ declare const GetFileCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class GetFileCommand extends GetFileCommand_base {}
30
+ export declare class GetFileCommand extends GetFileCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: GetFileInput;
34
+ output: GetFileOutput;
35
+ };
36
+ sdk: {
37
+ input: GetFileCommandInput;
38
+ output: GetFileCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const GetFolderCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetFolderCommand extends GetFolderCommand_base {}
36
+ export declare class GetFolderCommand extends GetFolderCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetFolderInput;
40
+ output: GetFolderOutput;
41
+ };
42
+ sdk: {
43
+ input: GetFolderCommandInput;
44
+ output: GetFolderCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetMergeCommitCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetMergeCommitCommand extends GetMergeCommitCommand_base {}
36
+ export declare class GetMergeCommitCommand extends GetMergeCommitCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetMergeCommitInput;
40
+ output: GetMergeCommitOutput;
41
+ };
42
+ sdk: {
43
+ input: GetMergeCommitCommandInput;
44
+ output: GetMergeCommitCommandOutput;
45
+ };
46
+ };
47
+ }