@aws-sdk/client-codecommit 3.588.0 → 3.592.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 (167) hide show
  1. package/dist-cjs/index.js +0 -79
  2. package/dist-types/CodeCommitClient.d.ts +4 -4
  3. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetCommitsCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateBranchCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateCommitCommand.d.ts +2 -1
  12. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +2 -1
  13. package/dist-types/commands/CreatePullRequestCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBranchCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteCommentContentCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteFileCommand.d.ts +2 -1
  20. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +2 -1
  24. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +2 -1
  25. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +2 -1
  26. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +2 -1
  27. package/dist-types/commands/GetBlobCommand.d.ts +2 -1
  28. package/dist-types/commands/GetBranchCommand.d.ts +2 -1
  29. package/dist-types/commands/GetCommentCommand.d.ts +2 -1
  30. package/dist-types/commands/GetCommentReactionsCommand.d.ts +2 -1
  31. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +2 -1
  32. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +2 -1
  33. package/dist-types/commands/GetCommitCommand.d.ts +2 -1
  34. package/dist-types/commands/GetDifferencesCommand.d.ts +2 -1
  35. package/dist-types/commands/GetFileCommand.d.ts +2 -1
  36. package/dist-types/commands/GetFolderCommand.d.ts +2 -1
  37. package/dist-types/commands/GetMergeCommitCommand.d.ts +2 -1
  38. package/dist-types/commands/GetMergeConflictsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetMergeOptionsCommand.d.ts +2 -1
  40. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +2 -1
  41. package/dist-types/commands/GetPullRequestCommand.d.ts +2 -1
  42. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +2 -1
  43. package/dist-types/commands/GetRepositoryCommand.d.ts +2 -1
  44. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +2 -1
  45. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +2 -1
  46. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +2 -1
  47. package/dist-types/commands/ListBranchesCommand.d.ts +2 -1
  48. package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +2 -1
  49. package/dist-types/commands/ListPullRequestsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -1
  51. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +2 -1
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +2 -1
  54. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +2 -1
  55. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +2 -1
  56. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +2 -1
  57. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +2 -1
  58. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +2 -1
  59. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +2 -1
  60. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +2 -1
  61. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +2 -1
  62. package/dist-types/commands/PostCommentReplyCommand.d.ts +2 -1
  63. package/dist-types/commands/PutCommentReactionCommand.d.ts +2 -1
  64. package/dist-types/commands/PutFileCommand.d.ts +2 -1
  65. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +2 -1
  66. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  67. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +2 -1
  68. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateCommentCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +2 -1
  82. package/dist-types/index.d.ts +2 -2
  83. package/dist-types/models/CodeCommitServiceException.d.ts +2 -1
  84. package/dist-types/runtimeConfig.native.d.ts +1 -1
  85. package/dist-types/ts3.4/CodeCommitClient.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/GetFileCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +2 -1
  133. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +2 -1
  134. package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +2 -1
  135. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  136. package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +2 -1
  137. package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +2 -1
  139. package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +2 -1
  140. package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +2 -1
  141. package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +2 -1
  143. package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +2 -1
  144. package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +2 -1
  145. package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +2 -1
  146. package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +2 -1
  147. package/dist-types/ts3.4/commands/PutFileCommand.d.ts +2 -1
  148. package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +2 -1
  149. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  150. package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +2 -1
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  152. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +2 -1
  153. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +2 -1
  154. package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +2 -1
  155. package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +2 -1
  156. package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +2 -1
  157. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +2 -1
  158. package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +2 -1
  159. package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +2 -1
  160. package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +2 -1
  161. package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +2 -1
  162. package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +2 -1
  163. package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +2 -1
  164. package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +2 -1
  165. package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +2 -1
  166. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  167. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -475,7 +475,6 @@ var CodeCommitClient = _CodeCommitClient;
475
475
 
476
476
  var import_middleware_serde = require("@smithy/middleware-serde");
477
477
 
478
- var import_types = require("@smithy/types");
479
478
 
480
479
  // src/protocols/Aws_json1_1.ts
481
480
  var import_core2 = require("@aws-sdk/core");
@@ -8053,7 +8052,6 @@ var AssociateApprovalRuleTemplateWithRepositoryCommand = _AssociateApprovalRuleT
8053
8052
 
8054
8053
 
8055
8054
 
8056
-
8057
8055
  var _BatchAssociateApprovalRuleTemplateWithRepositoriesCommand = class _BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends import_smithy_client.Command.classBuilder().ep({
8058
8056
  ...commonParams
8059
8057
  }).m(function(Command, cs, config, o) {
@@ -8070,7 +8068,6 @@ var BatchAssociateApprovalRuleTemplateWithRepositoriesCommand = _BatchAssociateA
8070
8068
 
8071
8069
 
8072
8070
 
8073
-
8074
8071
  var _BatchDescribeMergeConflictsCommand = class _BatchDescribeMergeConflictsCommand extends import_smithy_client.Command.classBuilder().ep({
8075
8072
  ...commonParams
8076
8073
  }).m(function(Command, cs, config, o) {
@@ -8087,7 +8084,6 @@ var BatchDescribeMergeConflictsCommand = _BatchDescribeMergeConflictsCommand;
8087
8084
 
8088
8085
 
8089
8086
 
8090
-
8091
8087
  var _BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand = class _BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extends import_smithy_client.Command.classBuilder().ep({
8092
8088
  ...commonParams
8093
8089
  }).m(function(Command, cs, config, o) {
@@ -8104,7 +8100,6 @@ var BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand = _BatchDisasso
8104
8100
 
8105
8101
 
8106
8102
 
8107
-
8108
8103
  var _BatchGetCommitsCommand = class _BatchGetCommitsCommand extends import_smithy_client.Command.classBuilder().ep({
8109
8104
  ...commonParams
8110
8105
  }).m(function(Command, cs, config, o) {
@@ -8121,7 +8116,6 @@ var BatchGetCommitsCommand = _BatchGetCommitsCommand;
8121
8116
 
8122
8117
 
8123
8118
 
8124
-
8125
8119
  var _BatchGetRepositoriesCommand = class _BatchGetRepositoriesCommand extends import_smithy_client.Command.classBuilder().ep({
8126
8120
  ...commonParams
8127
8121
  }).m(function(Command, cs, config, o) {
@@ -8138,7 +8132,6 @@ var BatchGetRepositoriesCommand = _BatchGetRepositoriesCommand;
8138
8132
 
8139
8133
 
8140
8134
 
8141
-
8142
8135
  var _CreateApprovalRuleTemplateCommand = class _CreateApprovalRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
8143
8136
  ...commonParams
8144
8137
  }).m(function(Command, cs, config, o) {
@@ -8155,7 +8148,6 @@ var CreateApprovalRuleTemplateCommand = _CreateApprovalRuleTemplateCommand;
8155
8148
 
8156
8149
 
8157
8150
 
8158
-
8159
8151
  var _CreateBranchCommand = class _CreateBranchCommand extends import_smithy_client.Command.classBuilder().ep({
8160
8152
  ...commonParams
8161
8153
  }).m(function(Command, cs, config, o) {
@@ -8172,7 +8164,6 @@ var CreateBranchCommand = _CreateBranchCommand;
8172
8164
 
8173
8165
 
8174
8166
 
8175
-
8176
8167
  var _CreateCommitCommand = class _CreateCommitCommand extends import_smithy_client.Command.classBuilder().ep({
8177
8168
  ...commonParams
8178
8169
  }).m(function(Command, cs, config, o) {
@@ -8189,7 +8180,6 @@ var CreateCommitCommand = _CreateCommitCommand;
8189
8180
 
8190
8181
 
8191
8182
 
8192
-
8193
8183
  var _CreatePullRequestApprovalRuleCommand = class _CreatePullRequestApprovalRuleCommand extends import_smithy_client.Command.classBuilder().ep({
8194
8184
  ...commonParams
8195
8185
  }).m(function(Command, cs, config, o) {
@@ -8206,7 +8196,6 @@ var CreatePullRequestApprovalRuleCommand = _CreatePullRequestApprovalRuleCommand
8206
8196
 
8207
8197
 
8208
8198
 
8209
-
8210
8199
  var _CreatePullRequestCommand = class _CreatePullRequestCommand extends import_smithy_client.Command.classBuilder().ep({
8211
8200
  ...commonParams
8212
8201
  }).m(function(Command, cs, config, o) {
@@ -8223,7 +8212,6 @@ var CreatePullRequestCommand = _CreatePullRequestCommand;
8223
8212
 
8224
8213
 
8225
8214
 
8226
-
8227
8215
  var _CreateRepositoryCommand = class _CreateRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
8228
8216
  ...commonParams
8229
8217
  }).m(function(Command, cs, config, o) {
@@ -8240,7 +8228,6 @@ var CreateRepositoryCommand = _CreateRepositoryCommand;
8240
8228
 
8241
8229
 
8242
8230
 
8243
-
8244
8231
  var _CreateUnreferencedMergeCommitCommand = class _CreateUnreferencedMergeCommitCommand extends import_smithy_client.Command.classBuilder().ep({
8245
8232
  ...commonParams
8246
8233
  }).m(function(Command, cs, config, o) {
@@ -8257,7 +8244,6 @@ var CreateUnreferencedMergeCommitCommand = _CreateUnreferencedMergeCommitCommand
8257
8244
 
8258
8245
 
8259
8246
 
8260
-
8261
8247
  var _DeleteApprovalRuleTemplateCommand = class _DeleteApprovalRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
8262
8248
  ...commonParams
8263
8249
  }).m(function(Command, cs, config, o) {
@@ -8274,7 +8260,6 @@ var DeleteApprovalRuleTemplateCommand = _DeleteApprovalRuleTemplateCommand;
8274
8260
 
8275
8261
 
8276
8262
 
8277
-
8278
8263
  var _DeleteBranchCommand = class _DeleteBranchCommand extends import_smithy_client.Command.classBuilder().ep({
8279
8264
  ...commonParams
8280
8265
  }).m(function(Command, cs, config, o) {
@@ -8291,7 +8276,6 @@ var DeleteBranchCommand = _DeleteBranchCommand;
8291
8276
 
8292
8277
 
8293
8278
 
8294
-
8295
8279
  var _DeleteCommentContentCommand = class _DeleteCommentContentCommand extends import_smithy_client.Command.classBuilder().ep({
8296
8280
  ...commonParams
8297
8281
  }).m(function(Command, cs, config, o) {
@@ -8308,7 +8292,6 @@ var DeleteCommentContentCommand = _DeleteCommentContentCommand;
8308
8292
 
8309
8293
 
8310
8294
 
8311
-
8312
8295
  var _DeleteFileCommand = class _DeleteFileCommand extends import_smithy_client.Command.classBuilder().ep({
8313
8296
  ...commonParams
8314
8297
  }).m(function(Command, cs, config, o) {
@@ -8325,7 +8308,6 @@ var DeleteFileCommand = _DeleteFileCommand;
8325
8308
 
8326
8309
 
8327
8310
 
8328
-
8329
8311
  var _DeletePullRequestApprovalRuleCommand = class _DeletePullRequestApprovalRuleCommand extends import_smithy_client.Command.classBuilder().ep({
8330
8312
  ...commonParams
8331
8313
  }).m(function(Command, cs, config, o) {
@@ -8342,7 +8324,6 @@ var DeletePullRequestApprovalRuleCommand = _DeletePullRequestApprovalRuleCommand
8342
8324
 
8343
8325
 
8344
8326
 
8345
-
8346
8327
  var _DeleteRepositoryCommand = class _DeleteRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
8347
8328
  ...commonParams
8348
8329
  }).m(function(Command, cs, config, o) {
@@ -8359,7 +8340,6 @@ var DeleteRepositoryCommand = _DeleteRepositoryCommand;
8359
8340
 
8360
8341
 
8361
8342
 
8362
-
8363
8343
  var _DescribeMergeConflictsCommand = class _DescribeMergeConflictsCommand extends import_smithy_client.Command.classBuilder().ep({
8364
8344
  ...commonParams
8365
8345
  }).m(function(Command, cs, config, o) {
@@ -8376,7 +8356,6 @@ var DescribeMergeConflictsCommand = _DescribeMergeConflictsCommand;
8376
8356
 
8377
8357
 
8378
8358
 
8379
-
8380
8359
  var _DescribePullRequestEventsCommand = class _DescribePullRequestEventsCommand extends import_smithy_client.Command.classBuilder().ep({
8381
8360
  ...commonParams
8382
8361
  }).m(function(Command, cs, config, o) {
@@ -8393,7 +8372,6 @@ var DescribePullRequestEventsCommand = _DescribePullRequestEventsCommand;
8393
8372
 
8394
8373
 
8395
8374
 
8396
-
8397
8375
  var _DisassociateApprovalRuleTemplateFromRepositoryCommand = class _DisassociateApprovalRuleTemplateFromRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
8398
8376
  ...commonParams
8399
8377
  }).m(function(Command, cs, config, o) {
@@ -8410,7 +8388,6 @@ var DisassociateApprovalRuleTemplateFromRepositoryCommand = _DisassociateApprova
8410
8388
 
8411
8389
 
8412
8390
 
8413
-
8414
8391
  var _EvaluatePullRequestApprovalRulesCommand = class _EvaluatePullRequestApprovalRulesCommand extends import_smithy_client.Command.classBuilder().ep({
8415
8392
  ...commonParams
8416
8393
  }).m(function(Command, cs, config, o) {
@@ -8427,7 +8404,6 @@ var EvaluatePullRequestApprovalRulesCommand = _EvaluatePullRequestApprovalRulesC
8427
8404
 
8428
8405
 
8429
8406
 
8430
-
8431
8407
  var _GetApprovalRuleTemplateCommand = class _GetApprovalRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
8432
8408
  ...commonParams
8433
8409
  }).m(function(Command, cs, config, o) {
@@ -8444,7 +8420,6 @@ var GetApprovalRuleTemplateCommand = _GetApprovalRuleTemplateCommand;
8444
8420
 
8445
8421
 
8446
8422
 
8447
-
8448
8423
  var _GetBlobCommand = class _GetBlobCommand extends import_smithy_client.Command.classBuilder().ep({
8449
8424
  ...commonParams
8450
8425
  }).m(function(Command, cs, config, o) {
@@ -8461,7 +8436,6 @@ var GetBlobCommand = _GetBlobCommand;
8461
8436
 
8462
8437
 
8463
8438
 
8464
-
8465
8439
  var _GetBranchCommand = class _GetBranchCommand extends import_smithy_client.Command.classBuilder().ep({
8466
8440
  ...commonParams
8467
8441
  }).m(function(Command, cs, config, o) {
@@ -8478,7 +8452,6 @@ var GetBranchCommand = _GetBranchCommand;
8478
8452
 
8479
8453
 
8480
8454
 
8481
-
8482
8455
  var _GetCommentCommand = class _GetCommentCommand extends import_smithy_client.Command.classBuilder().ep({
8483
8456
  ...commonParams
8484
8457
  }).m(function(Command, cs, config, o) {
@@ -8495,7 +8468,6 @@ var GetCommentCommand = _GetCommentCommand;
8495
8468
 
8496
8469
 
8497
8470
 
8498
-
8499
8471
  var _GetCommentReactionsCommand = class _GetCommentReactionsCommand extends import_smithy_client.Command.classBuilder().ep({
8500
8472
  ...commonParams
8501
8473
  }).m(function(Command, cs, config, o) {
@@ -8512,7 +8484,6 @@ var GetCommentReactionsCommand = _GetCommentReactionsCommand;
8512
8484
 
8513
8485
 
8514
8486
 
8515
-
8516
8487
  var _GetCommentsForComparedCommitCommand = class _GetCommentsForComparedCommitCommand extends import_smithy_client.Command.classBuilder().ep({
8517
8488
  ...commonParams
8518
8489
  }).m(function(Command, cs, config, o) {
@@ -8529,7 +8500,6 @@ var GetCommentsForComparedCommitCommand = _GetCommentsForComparedCommitCommand;
8529
8500
 
8530
8501
 
8531
8502
 
8532
-
8533
8503
  var _GetCommentsForPullRequestCommand = class _GetCommentsForPullRequestCommand extends import_smithy_client.Command.classBuilder().ep({
8534
8504
  ...commonParams
8535
8505
  }).m(function(Command, cs, config, o) {
@@ -8546,7 +8516,6 @@ var GetCommentsForPullRequestCommand = _GetCommentsForPullRequestCommand;
8546
8516
 
8547
8517
 
8548
8518
 
8549
-
8550
8519
  var _GetCommitCommand = class _GetCommitCommand extends import_smithy_client.Command.classBuilder().ep({
8551
8520
  ...commonParams
8552
8521
  }).m(function(Command, cs, config, o) {
@@ -8563,7 +8532,6 @@ var GetCommitCommand = _GetCommitCommand;
8563
8532
 
8564
8533
 
8565
8534
 
8566
-
8567
8535
  var _GetDifferencesCommand = class _GetDifferencesCommand extends import_smithy_client.Command.classBuilder().ep({
8568
8536
  ...commonParams
8569
8537
  }).m(function(Command, cs, config, o) {
@@ -8580,7 +8548,6 @@ var GetDifferencesCommand = _GetDifferencesCommand;
8580
8548
 
8581
8549
 
8582
8550
 
8583
-
8584
8551
  var _GetFileCommand = class _GetFileCommand extends import_smithy_client.Command.classBuilder().ep({
8585
8552
  ...commonParams
8586
8553
  }).m(function(Command, cs, config, o) {
@@ -8597,7 +8564,6 @@ var GetFileCommand = _GetFileCommand;
8597
8564
 
8598
8565
 
8599
8566
 
8600
-
8601
8567
  var _GetFolderCommand = class _GetFolderCommand extends import_smithy_client.Command.classBuilder().ep({
8602
8568
  ...commonParams
8603
8569
  }).m(function(Command, cs, config, o) {
@@ -8614,7 +8580,6 @@ var GetFolderCommand = _GetFolderCommand;
8614
8580
 
8615
8581
 
8616
8582
 
8617
-
8618
8583
  var _GetMergeCommitCommand = class _GetMergeCommitCommand extends import_smithy_client.Command.classBuilder().ep({
8619
8584
  ...commonParams
8620
8585
  }).m(function(Command, cs, config, o) {
@@ -8631,7 +8596,6 @@ var GetMergeCommitCommand = _GetMergeCommitCommand;
8631
8596
 
8632
8597
 
8633
8598
 
8634
-
8635
8599
  var _GetMergeConflictsCommand = class _GetMergeConflictsCommand extends import_smithy_client.Command.classBuilder().ep({
8636
8600
  ...commonParams
8637
8601
  }).m(function(Command, cs, config, o) {
@@ -8648,7 +8612,6 @@ var GetMergeConflictsCommand = _GetMergeConflictsCommand;
8648
8612
 
8649
8613
 
8650
8614
 
8651
-
8652
8615
  var _GetMergeOptionsCommand = class _GetMergeOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
8653
8616
  ...commonParams
8654
8617
  }).m(function(Command, cs, config, o) {
@@ -8665,7 +8628,6 @@ var GetMergeOptionsCommand = _GetMergeOptionsCommand;
8665
8628
 
8666
8629
 
8667
8630
 
8668
-
8669
8631
  var _GetPullRequestApprovalStatesCommand = class _GetPullRequestApprovalStatesCommand extends import_smithy_client.Command.classBuilder().ep({
8670
8632
  ...commonParams
8671
8633
  }).m(function(Command, cs, config, o) {
@@ -8682,7 +8644,6 @@ var GetPullRequestApprovalStatesCommand = _GetPullRequestApprovalStatesCommand;
8682
8644
 
8683
8645
 
8684
8646
 
8685
-
8686
8647
  var _GetPullRequestCommand = class _GetPullRequestCommand extends import_smithy_client.Command.classBuilder().ep({
8687
8648
  ...commonParams
8688
8649
  }).m(function(Command, cs, config, o) {
@@ -8699,7 +8660,6 @@ var GetPullRequestCommand = _GetPullRequestCommand;
8699
8660
 
8700
8661
 
8701
8662
 
8702
-
8703
8663
  var _GetPullRequestOverrideStateCommand = class _GetPullRequestOverrideStateCommand extends import_smithy_client.Command.classBuilder().ep({
8704
8664
  ...commonParams
8705
8665
  }).m(function(Command, cs, config, o) {
@@ -8716,7 +8676,6 @@ var GetPullRequestOverrideStateCommand = _GetPullRequestOverrideStateCommand;
8716
8676
 
8717
8677
 
8718
8678
 
8719
-
8720
8679
  var _GetRepositoryCommand = class _GetRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
8721
8680
  ...commonParams
8722
8681
  }).m(function(Command, cs, config, o) {
@@ -8733,7 +8692,6 @@ var GetRepositoryCommand = _GetRepositoryCommand;
8733
8692
 
8734
8693
 
8735
8694
 
8736
-
8737
8695
  var _GetRepositoryTriggersCommand = class _GetRepositoryTriggersCommand extends import_smithy_client.Command.classBuilder().ep({
8738
8696
  ...commonParams
8739
8697
  }).m(function(Command, cs, config, o) {
@@ -8750,7 +8708,6 @@ var GetRepositoryTriggersCommand = _GetRepositoryTriggersCommand;
8750
8708
 
8751
8709
 
8752
8710
 
8753
-
8754
8711
  var _ListApprovalRuleTemplatesCommand = class _ListApprovalRuleTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
8755
8712
  ...commonParams
8756
8713
  }).m(function(Command, cs, config, o) {
@@ -8767,7 +8724,6 @@ var ListApprovalRuleTemplatesCommand = _ListApprovalRuleTemplatesCommand;
8767
8724
 
8768
8725
 
8769
8726
 
8770
-
8771
8727
  var _ListAssociatedApprovalRuleTemplatesForRepositoryCommand = class _ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends import_smithy_client.Command.classBuilder().ep({
8772
8728
  ...commonParams
8773
8729
  }).m(function(Command, cs, config, o) {
@@ -8784,7 +8740,6 @@ var ListAssociatedApprovalRuleTemplatesForRepositoryCommand = _ListAssociatedApp
8784
8740
 
8785
8741
 
8786
8742
 
8787
-
8788
8743
  var _ListBranchesCommand = class _ListBranchesCommand extends import_smithy_client.Command.classBuilder().ep({
8789
8744
  ...commonParams
8790
8745
  }).m(function(Command, cs, config, o) {
@@ -8801,7 +8756,6 @@ var ListBranchesCommand = _ListBranchesCommand;
8801
8756
 
8802
8757
 
8803
8758
 
8804
-
8805
8759
  var _ListFileCommitHistoryCommand = class _ListFileCommitHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
8806
8760
  ...commonParams
8807
8761
  }).m(function(Command, cs, config, o) {
@@ -8818,7 +8772,6 @@ var ListFileCommitHistoryCommand = _ListFileCommitHistoryCommand;
8818
8772
 
8819
8773
 
8820
8774
 
8821
-
8822
8775
  var _ListPullRequestsCommand = class _ListPullRequestsCommand extends import_smithy_client.Command.classBuilder().ep({
8823
8776
  ...commonParams
8824
8777
  }).m(function(Command, cs, config, o) {
@@ -8835,7 +8788,6 @@ var ListPullRequestsCommand = _ListPullRequestsCommand;
8835
8788
 
8836
8789
 
8837
8790
 
8838
-
8839
8791
  var _ListRepositoriesCommand = class _ListRepositoriesCommand extends import_smithy_client.Command.classBuilder().ep({
8840
8792
  ...commonParams
8841
8793
  }).m(function(Command, cs, config, o) {
@@ -8852,7 +8804,6 @@ var ListRepositoriesCommand = _ListRepositoriesCommand;
8852
8804
 
8853
8805
 
8854
8806
 
8855
-
8856
8807
  var _ListRepositoriesForApprovalRuleTemplateCommand = class _ListRepositoriesForApprovalRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
8857
8808
  ...commonParams
8858
8809
  }).m(function(Command, cs, config, o) {
@@ -8869,7 +8820,6 @@ var ListRepositoriesForApprovalRuleTemplateCommand = _ListRepositoriesForApprova
8869
8820
 
8870
8821
 
8871
8822
 
8872
-
8873
8823
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
8874
8824
  ...commonParams
8875
8825
  }).m(function(Command, cs, config, o) {
@@ -8886,7 +8836,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
8886
8836
 
8887
8837
 
8888
8838
 
8889
-
8890
8839
  var _MergeBranchesByFastForwardCommand = class _MergeBranchesByFastForwardCommand extends import_smithy_client.Command.classBuilder().ep({
8891
8840
  ...commonParams
8892
8841
  }).m(function(Command, cs, config, o) {
@@ -8903,7 +8852,6 @@ var MergeBranchesByFastForwardCommand = _MergeBranchesByFastForwardCommand;
8903
8852
 
8904
8853
 
8905
8854
 
8906
-
8907
8855
  var _MergeBranchesBySquashCommand = class _MergeBranchesBySquashCommand extends import_smithy_client.Command.classBuilder().ep({
8908
8856
  ...commonParams
8909
8857
  }).m(function(Command, cs, config, o) {
@@ -8920,7 +8868,6 @@ var MergeBranchesBySquashCommand = _MergeBranchesBySquashCommand;
8920
8868
 
8921
8869
 
8922
8870
 
8923
-
8924
8871
  var _MergeBranchesByThreeWayCommand = class _MergeBranchesByThreeWayCommand extends import_smithy_client.Command.classBuilder().ep({
8925
8872
  ...commonParams
8926
8873
  }).m(function(Command, cs, config, o) {
@@ -8937,7 +8884,6 @@ var MergeBranchesByThreeWayCommand = _MergeBranchesByThreeWayCommand;
8937
8884
 
8938
8885
 
8939
8886
 
8940
-
8941
8887
  var _MergePullRequestByFastForwardCommand = class _MergePullRequestByFastForwardCommand extends import_smithy_client.Command.classBuilder().ep({
8942
8888
  ...commonParams
8943
8889
  }).m(function(Command, cs, config, o) {
@@ -8954,7 +8900,6 @@ var MergePullRequestByFastForwardCommand = _MergePullRequestByFastForwardCommand
8954
8900
 
8955
8901
 
8956
8902
 
8957
-
8958
8903
  var _MergePullRequestBySquashCommand = class _MergePullRequestBySquashCommand extends import_smithy_client.Command.classBuilder().ep({
8959
8904
  ...commonParams
8960
8905
  }).m(function(Command, cs, config, o) {
@@ -8971,7 +8916,6 @@ var MergePullRequestBySquashCommand = _MergePullRequestBySquashCommand;
8971
8916
 
8972
8917
 
8973
8918
 
8974
-
8975
8919
  var _MergePullRequestByThreeWayCommand = class _MergePullRequestByThreeWayCommand extends import_smithy_client.Command.classBuilder().ep({
8976
8920
  ...commonParams
8977
8921
  }).m(function(Command, cs, config, o) {
@@ -8988,7 +8932,6 @@ var MergePullRequestByThreeWayCommand = _MergePullRequestByThreeWayCommand;
8988
8932
 
8989
8933
 
8990
8934
 
8991
-
8992
8935
  var _OverridePullRequestApprovalRulesCommand = class _OverridePullRequestApprovalRulesCommand extends import_smithy_client.Command.classBuilder().ep({
8993
8936
  ...commonParams
8994
8937
  }).m(function(Command, cs, config, o) {
@@ -9005,7 +8948,6 @@ var OverridePullRequestApprovalRulesCommand = _OverridePullRequestApprovalRulesC
9005
8948
 
9006
8949
 
9007
8950
 
9008
-
9009
8951
  var _PostCommentForComparedCommitCommand = class _PostCommentForComparedCommitCommand extends import_smithy_client.Command.classBuilder().ep({
9010
8952
  ...commonParams
9011
8953
  }).m(function(Command, cs, config, o) {
@@ -9022,7 +8964,6 @@ var PostCommentForComparedCommitCommand = _PostCommentForComparedCommitCommand;
9022
8964
 
9023
8965
 
9024
8966
 
9025
-
9026
8967
  var _PostCommentForPullRequestCommand = class _PostCommentForPullRequestCommand extends import_smithy_client.Command.classBuilder().ep({
9027
8968
  ...commonParams
9028
8969
  }).m(function(Command, cs, config, o) {
@@ -9039,7 +8980,6 @@ var PostCommentForPullRequestCommand = _PostCommentForPullRequestCommand;
9039
8980
 
9040
8981
 
9041
8982
 
9042
-
9043
8983
  var _PostCommentReplyCommand = class _PostCommentReplyCommand extends import_smithy_client.Command.classBuilder().ep({
9044
8984
  ...commonParams
9045
8985
  }).m(function(Command, cs, config, o) {
@@ -9056,7 +8996,6 @@ var PostCommentReplyCommand = _PostCommentReplyCommand;
9056
8996
 
9057
8997
 
9058
8998
 
9059
-
9060
8999
  var _PutCommentReactionCommand = class _PutCommentReactionCommand extends import_smithy_client.Command.classBuilder().ep({
9061
9000
  ...commonParams
9062
9001
  }).m(function(Command, cs, config, o) {
@@ -9073,7 +9012,6 @@ var PutCommentReactionCommand = _PutCommentReactionCommand;
9073
9012
 
9074
9013
 
9075
9014
 
9076
-
9077
9015
  var _PutFileCommand = class _PutFileCommand extends import_smithy_client.Command.classBuilder().ep({
9078
9016
  ...commonParams
9079
9017
  }).m(function(Command, cs, config, o) {
@@ -9090,7 +9028,6 @@ var PutFileCommand = _PutFileCommand;
9090
9028
 
9091
9029
 
9092
9030
 
9093
-
9094
9031
  var _PutRepositoryTriggersCommand = class _PutRepositoryTriggersCommand extends import_smithy_client.Command.classBuilder().ep({
9095
9032
  ...commonParams
9096
9033
  }).m(function(Command, cs, config, o) {
@@ -9107,7 +9044,6 @@ var PutRepositoryTriggersCommand = _PutRepositoryTriggersCommand;
9107
9044
 
9108
9045
 
9109
9046
 
9110
-
9111
9047
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
9112
9048
  ...commonParams
9113
9049
  }).m(function(Command, cs, config, o) {
@@ -9124,7 +9060,6 @@ var TagResourceCommand = _TagResourceCommand;
9124
9060
 
9125
9061
 
9126
9062
 
9127
-
9128
9063
  var _TestRepositoryTriggersCommand = class _TestRepositoryTriggersCommand extends import_smithy_client.Command.classBuilder().ep({
9129
9064
  ...commonParams
9130
9065
  }).m(function(Command, cs, config, o) {
@@ -9141,7 +9076,6 @@ var TestRepositoryTriggersCommand = _TestRepositoryTriggersCommand;
9141
9076
 
9142
9077
 
9143
9078
 
9144
-
9145
9079
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
9146
9080
  ...commonParams
9147
9081
  }).m(function(Command, cs, config, o) {
@@ -9158,7 +9092,6 @@ var UntagResourceCommand = _UntagResourceCommand;
9158
9092
 
9159
9093
 
9160
9094
 
9161
-
9162
9095
  var _UpdateApprovalRuleTemplateContentCommand = class _UpdateApprovalRuleTemplateContentCommand extends import_smithy_client.Command.classBuilder().ep({
9163
9096
  ...commonParams
9164
9097
  }).m(function(Command, cs, config, o) {
@@ -9175,7 +9108,6 @@ var UpdateApprovalRuleTemplateContentCommand = _UpdateApprovalRuleTemplateConten
9175
9108
 
9176
9109
 
9177
9110
 
9178
-
9179
9111
  var _UpdateApprovalRuleTemplateDescriptionCommand = class _UpdateApprovalRuleTemplateDescriptionCommand extends import_smithy_client.Command.classBuilder().ep({
9180
9112
  ...commonParams
9181
9113
  }).m(function(Command, cs, config, o) {
@@ -9192,7 +9124,6 @@ var UpdateApprovalRuleTemplateDescriptionCommand = _UpdateApprovalRuleTemplateDe
9192
9124
 
9193
9125
 
9194
9126
 
9195
-
9196
9127
  var _UpdateApprovalRuleTemplateNameCommand = class _UpdateApprovalRuleTemplateNameCommand extends import_smithy_client.Command.classBuilder().ep({
9197
9128
  ...commonParams
9198
9129
  }).m(function(Command, cs, config, o) {
@@ -9209,7 +9140,6 @@ var UpdateApprovalRuleTemplateNameCommand = _UpdateApprovalRuleTemplateNameComma
9209
9140
 
9210
9141
 
9211
9142
 
9212
-
9213
9143
  var _UpdateCommentCommand = class _UpdateCommentCommand extends import_smithy_client.Command.classBuilder().ep({
9214
9144
  ...commonParams
9215
9145
  }).m(function(Command, cs, config, o) {
@@ -9226,7 +9156,6 @@ var UpdateCommentCommand = _UpdateCommentCommand;
9226
9156
 
9227
9157
 
9228
9158
 
9229
-
9230
9159
  var _UpdateDefaultBranchCommand = class _UpdateDefaultBranchCommand extends import_smithy_client.Command.classBuilder().ep({
9231
9160
  ...commonParams
9232
9161
  }).m(function(Command, cs, config, o) {
@@ -9243,7 +9172,6 @@ var UpdateDefaultBranchCommand = _UpdateDefaultBranchCommand;
9243
9172
 
9244
9173
 
9245
9174
 
9246
-
9247
9175
  var _UpdatePullRequestApprovalRuleContentCommand = class _UpdatePullRequestApprovalRuleContentCommand extends import_smithy_client.Command.classBuilder().ep({
9248
9176
  ...commonParams
9249
9177
  }).m(function(Command, cs, config, o) {
@@ -9260,7 +9188,6 @@ var UpdatePullRequestApprovalRuleContentCommand = _UpdatePullRequestApprovalRule
9260
9188
 
9261
9189
 
9262
9190
 
9263
-
9264
9191
  var _UpdatePullRequestApprovalStateCommand = class _UpdatePullRequestApprovalStateCommand extends import_smithy_client.Command.classBuilder().ep({
9265
9192
  ...commonParams
9266
9193
  }).m(function(Command, cs, config, o) {
@@ -9277,7 +9204,6 @@ var UpdatePullRequestApprovalStateCommand = _UpdatePullRequestApprovalStateComma
9277
9204
 
9278
9205
 
9279
9206
 
9280
-
9281
9207
  var _UpdatePullRequestDescriptionCommand = class _UpdatePullRequestDescriptionCommand extends import_smithy_client.Command.classBuilder().ep({
9282
9208
  ...commonParams
9283
9209
  }).m(function(Command, cs, config, o) {
@@ -9294,7 +9220,6 @@ var UpdatePullRequestDescriptionCommand = _UpdatePullRequestDescriptionCommand;
9294
9220
 
9295
9221
 
9296
9222
 
9297
-
9298
9223
  var _UpdatePullRequestStatusCommand = class _UpdatePullRequestStatusCommand extends import_smithy_client.Command.classBuilder().ep({
9299
9224
  ...commonParams
9300
9225
  }).m(function(Command, cs, config, o) {
@@ -9311,7 +9236,6 @@ var UpdatePullRequestStatusCommand = _UpdatePullRequestStatusCommand;
9311
9236
 
9312
9237
 
9313
9238
 
9314
-
9315
9239
  var _UpdatePullRequestTitleCommand = class _UpdatePullRequestTitleCommand extends import_smithy_client.Command.classBuilder().ep({
9316
9240
  ...commonParams
9317
9241
  }).m(function(Command, cs, config, o) {
@@ -9328,7 +9252,6 @@ var UpdatePullRequestTitleCommand = _UpdatePullRequestTitleCommand;
9328
9252
 
9329
9253
 
9330
9254
 
9331
-
9332
9255
  var _UpdateRepositoryDescriptionCommand = class _UpdateRepositoryDescriptionCommand extends import_smithy_client.Command.classBuilder().ep({
9333
9256
  ...commonParams
9334
9257
  }).m(function(Command, cs, config, o) {
@@ -9345,7 +9268,6 @@ var UpdateRepositoryDescriptionCommand = _UpdateRepositoryDescriptionCommand;
9345
9268
 
9346
9269
 
9347
9270
 
9348
-
9349
9271
  var _UpdateRepositoryEncryptionKeyCommand = class _UpdateRepositoryEncryptionKeyCommand extends import_smithy_client.Command.classBuilder().ep({
9350
9272
  ...commonParams
9351
9273
  }).m(function(Command, cs, config, o) {
@@ -9362,7 +9284,6 @@ var UpdateRepositoryEncryptionKeyCommand = _UpdateRepositoryEncryptionKeyCommand
9362
9284
 
9363
9285
 
9364
9286
 
9365
-
9366
9287
  var _UpdateRepositoryNameCommand = class _UpdateRepositoryNameCommand extends import_smithy_client.Command.classBuilder().ep({
9367
9288
  ...commonParams
9368
9289
  }).m(function(Command, cs, config, o) {
@@ -169,15 +169,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
169
169
  * Enables FIPS compatible endpoints.
170
170
  */
171
171
  useFipsEndpoint?: boolean | __Provider<boolean>;
172
+ /**
173
+ * The AWS region to which this client will send requests
174
+ */
175
+ region?: string | __Provider<string>;
172
176
  /**
173
177
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
174
178
  * @internal
175
179
  */
176
180
  defaultUserAgentProvider?: Provider<__UserAgent>;
177
- /**
178
- * The AWS region to which this client will send requests
179
- */
180
- region?: string | __Provider<string>;
181
181
  /**
182
182
  * Default credentials provider; Not available in browser runtime.
183
183
  * @deprecated
@@ -5,7 +5,8 @@ import { AssociateApprovalRuleTemplateWithRepositoryInput } from "../models/mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchAssociateApprovalRuleTemplateWithRepositoriesInput, BatchAssociate
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchDescribeMergeConflictsInput, BatchDescribeMergeConflictsOutput } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchDisassociateApprovalRuleTemplateFromRepositoriesInput, BatchDisass
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchGetCommitsInput, BatchGetCommitsOutput } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchGetRepositoriesInput, BatchGetRepositoriesOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateApprovalRuleTemplateInput, CreateApprovalRuleTemplateOutput } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *