@aws-sdk/client-codebuild 3.1077.0 → 3.1079.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 (185) hide show
  1. package/dist-cjs/index.js +183 -709
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchDeleteBuildsCommand.js +2 -14
  4. package/dist-es/commands/BatchGetBuildBatchesCommand.js +2 -14
  5. package/dist-es/commands/BatchGetBuildsCommand.js +2 -14
  6. package/dist-es/commands/BatchGetCommandExecutionsCommand.js +2 -14
  7. package/dist-es/commands/BatchGetFleetsCommand.js +2 -14
  8. package/dist-es/commands/BatchGetProjectsCommand.js +2 -14
  9. package/dist-es/commands/BatchGetReportGroupsCommand.js +2 -14
  10. package/dist-es/commands/BatchGetReportsCommand.js +2 -14
  11. package/dist-es/commands/BatchGetSandboxesCommand.js +2 -14
  12. package/dist-es/commands/CreateFleetCommand.js +2 -14
  13. package/dist-es/commands/CreateProjectCommand.js +2 -14
  14. package/dist-es/commands/CreateReportGroupCommand.js +2 -14
  15. package/dist-es/commands/CreateWebhookCommand.js +2 -14
  16. package/dist-es/commands/DeleteBuildBatchCommand.js +2 -14
  17. package/dist-es/commands/DeleteFleetCommand.js +2 -14
  18. package/dist-es/commands/DeleteProjectCommand.js +2 -14
  19. package/dist-es/commands/DeleteReportCommand.js +2 -14
  20. package/dist-es/commands/DeleteReportGroupCommand.js +2 -14
  21. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  22. package/dist-es/commands/DeleteSourceCredentialsCommand.js +2 -14
  23. package/dist-es/commands/DeleteWebhookCommand.js +2 -14
  24. package/dist-es/commands/DescribeCodeCoveragesCommand.js +2 -14
  25. package/dist-es/commands/DescribeTestCasesCommand.js +2 -14
  26. package/dist-es/commands/GetReportGroupTrendCommand.js +2 -14
  27. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  28. package/dist-es/commands/ImportSourceCredentialsCommand.js +2 -14
  29. package/dist-es/commands/InvalidateProjectCacheCommand.js +2 -14
  30. package/dist-es/commands/ListBuildBatchesCommand.js +2 -14
  31. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +2 -14
  32. package/dist-es/commands/ListBuildsCommand.js +2 -14
  33. package/dist-es/commands/ListBuildsForProjectCommand.js +2 -14
  34. package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +2 -14
  35. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +2 -14
  36. package/dist-es/commands/ListFleetsCommand.js +2 -14
  37. package/dist-es/commands/ListProjectsCommand.js +2 -14
  38. package/dist-es/commands/ListReportGroupsCommand.js +2 -14
  39. package/dist-es/commands/ListReportsCommand.js +2 -14
  40. package/dist-es/commands/ListReportsForReportGroupCommand.js +2 -14
  41. package/dist-es/commands/ListSandboxesCommand.js +2 -14
  42. package/dist-es/commands/ListSandboxesForProjectCommand.js +2 -14
  43. package/dist-es/commands/ListSharedProjectsCommand.js +2 -14
  44. package/dist-es/commands/ListSharedReportGroupsCommand.js +2 -14
  45. package/dist-es/commands/ListSourceCredentialsCommand.js +2 -14
  46. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  47. package/dist-es/commands/RetryBuildBatchCommand.js +2 -14
  48. package/dist-es/commands/RetryBuildCommand.js +2 -14
  49. package/dist-es/commands/StartBuildBatchCommand.js +2 -14
  50. package/dist-es/commands/StartBuildCommand.js +2 -14
  51. package/dist-es/commands/StartCommandExecutionCommand.js +2 -14
  52. package/dist-es/commands/StartSandboxCommand.js +2 -14
  53. package/dist-es/commands/StartSandboxConnectionCommand.js +2 -14
  54. package/dist-es/commands/StopBuildBatchCommand.js +2 -14
  55. package/dist-es/commands/StopBuildCommand.js +2 -14
  56. package/dist-es/commands/StopSandboxCommand.js +2 -14
  57. package/dist-es/commands/UpdateFleetCommand.js +2 -14
  58. package/dist-es/commands/UpdateProjectCommand.js +2 -14
  59. package/dist-es/commands/UpdateProjectVisibilityCommand.js +2 -14
  60. package/dist-es/commands/UpdateReportGroupCommand.js +2 -14
  61. package/dist-es/commands/UpdateWebhookCommand.js +2 -14
  62. package/dist-es/index.js +1 -0
  63. package/dist-types/commandBuilder.d.ts +18 -0
  64. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +3 -8
  65. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +3 -8
  66. package/dist-types/commands/BatchGetBuildsCommand.d.ts +3 -8
  67. package/dist-types/commands/BatchGetCommandExecutionsCommand.d.ts +3 -8
  68. package/dist-types/commands/BatchGetFleetsCommand.d.ts +3 -8
  69. package/dist-types/commands/BatchGetProjectsCommand.d.ts +3 -8
  70. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +3 -8
  71. package/dist-types/commands/BatchGetReportsCommand.d.ts +3 -8
  72. package/dist-types/commands/BatchGetSandboxesCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateFleetCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateReportGroupCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateWebhookCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteFleetCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteReportCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteReportGroupCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  83. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +3 -8
  84. package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeTestCasesCommand.d.ts +3 -8
  87. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +3 -8
  88. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  89. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +3 -8
  90. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +3 -8
  91. package/dist-types/commands/ListBuildBatchesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +3 -8
  93. package/dist-types/commands/ListBuildsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +3 -8
  95. package/dist-types/commands/ListCommandExecutionsForSandboxCommand.d.ts +3 -8
  96. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +3 -8
  97. package/dist-types/commands/ListFleetsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
  99. package/dist-types/commands/ListReportGroupsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListReportsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +3 -8
  102. package/dist-types/commands/ListSandboxesCommand.d.ts +3 -8
  103. package/dist-types/commands/ListSandboxesForProjectCommand.d.ts +3 -8
  104. package/dist-types/commands/ListSharedProjectsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +3 -8
  107. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  108. package/dist-types/commands/RetryBuildBatchCommand.d.ts +3 -8
  109. package/dist-types/commands/RetryBuildCommand.d.ts +3 -8
  110. package/dist-types/commands/StartBuildBatchCommand.d.ts +3 -8
  111. package/dist-types/commands/StartBuildCommand.d.ts +3 -8
  112. package/dist-types/commands/StartCommandExecutionCommand.d.ts +3 -8
  113. package/dist-types/commands/StartSandboxCommand.d.ts +3 -8
  114. package/dist-types/commands/StartSandboxConnectionCommand.d.ts +3 -8
  115. package/dist-types/commands/StopBuildBatchCommand.d.ts +3 -8
  116. package/dist-types/commands/StopBuildCommand.d.ts +3 -8
  117. package/dist-types/commands/StopSandboxCommand.d.ts +3 -8
  118. package/dist-types/commands/UpdateFleetCommand.d.ts +3 -8
  119. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
  120. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +3 -8
  121. package/dist-types/commands/UpdateReportGroupCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateWebhookCommand.d.ts +3 -8
  123. package/dist-types/index.d.ts +1 -0
  124. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  125. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListSandboxesCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/StartSandboxCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/index.d.ts +1 -0
  185. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2246,712 +2247,185 @@ class CodeBuildClient extends Client {
2246
2247
  }
2247
2248
  }
2248
2249
 
2249
- class BatchDeleteBuildsCommand extends Command
2250
- .classBuilder()
2251
- .ep(commonParams)
2252
- .m(function (Command, cs, config, o) {
2253
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2254
- })
2255
- .s("CodeBuild_20161006", "BatchDeleteBuilds", {})
2256
- .n("CodeBuildClient", "BatchDeleteBuildsCommand")
2257
- .sc(BatchDeleteBuilds$)
2258
- .build() {
2259
- }
2260
-
2261
- class BatchGetBuildBatchesCommand extends Command
2262
- .classBuilder()
2263
- .ep(commonParams)
2264
- .m(function (Command, cs, config, o) {
2265
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2266
- })
2267
- .s("CodeBuild_20161006", "BatchGetBuildBatches", {})
2268
- .n("CodeBuildClient", "BatchGetBuildBatchesCommand")
2269
- .sc(BatchGetBuildBatches$)
2270
- .build() {
2271
- }
2272
-
2273
- class BatchGetBuildsCommand extends Command
2274
- .classBuilder()
2275
- .ep(commonParams)
2276
- .m(function (Command, cs, config, o) {
2277
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2278
- })
2279
- .s("CodeBuild_20161006", "BatchGetBuilds", {})
2280
- .n("CodeBuildClient", "BatchGetBuildsCommand")
2281
- .sc(BatchGetBuilds$)
2282
- .build() {
2283
- }
2284
-
2285
- class BatchGetCommandExecutionsCommand extends Command
2286
- .classBuilder()
2287
- .ep(commonParams)
2288
- .m(function (Command, cs, config, o) {
2289
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2290
- })
2291
- .s("CodeBuild_20161006", "BatchGetCommandExecutions", {})
2292
- .n("CodeBuildClient", "BatchGetCommandExecutionsCommand")
2293
- .sc(BatchGetCommandExecutions$)
2294
- .build() {
2295
- }
2296
-
2297
- class BatchGetFleetsCommand extends Command
2298
- .classBuilder()
2299
- .ep(commonParams)
2300
- .m(function (Command, cs, config, o) {
2301
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2302
- })
2303
- .s("CodeBuild_20161006", "BatchGetFleets", {})
2304
- .n("CodeBuildClient", "BatchGetFleetsCommand")
2305
- .sc(BatchGetFleets$)
2306
- .build() {
2307
- }
2308
-
2309
- class BatchGetProjectsCommand extends Command
2310
- .classBuilder()
2311
- .ep(commonParams)
2312
- .m(function (Command, cs, config, o) {
2313
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2314
- })
2315
- .s("CodeBuild_20161006", "BatchGetProjects", {})
2316
- .n("CodeBuildClient", "BatchGetProjectsCommand")
2317
- .sc(BatchGetProjects$)
2318
- .build() {
2319
- }
2320
-
2321
- class BatchGetReportGroupsCommand extends Command
2322
- .classBuilder()
2323
- .ep(commonParams)
2324
- .m(function (Command, cs, config, o) {
2325
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2326
- })
2327
- .s("CodeBuild_20161006", "BatchGetReportGroups", {})
2328
- .n("CodeBuildClient", "BatchGetReportGroupsCommand")
2329
- .sc(BatchGetReportGroups$)
2330
- .build() {
2331
- }
2332
-
2333
- class BatchGetReportsCommand extends Command
2334
- .classBuilder()
2335
- .ep(commonParams)
2336
- .m(function (Command, cs, config, o) {
2337
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2338
- })
2339
- .s("CodeBuild_20161006", "BatchGetReports", {})
2340
- .n("CodeBuildClient", "BatchGetReportsCommand")
2341
- .sc(BatchGetReports$)
2342
- .build() {
2343
- }
2344
-
2345
- class BatchGetSandboxesCommand extends Command
2346
- .classBuilder()
2347
- .ep(commonParams)
2348
- .m(function (Command, cs, config, o) {
2349
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2350
- })
2351
- .s("CodeBuild_20161006", "BatchGetSandboxes", {})
2352
- .n("CodeBuildClient", "BatchGetSandboxesCommand")
2353
- .sc(BatchGetSandboxes$)
2354
- .build() {
2355
- }
2356
-
2357
- class CreateFleetCommand extends Command
2358
- .classBuilder()
2359
- .ep(commonParams)
2360
- .m(function (Command, cs, config, o) {
2361
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2362
- })
2363
- .s("CodeBuild_20161006", "CreateFleet", {})
2364
- .n("CodeBuildClient", "CreateFleetCommand")
2365
- .sc(CreateFleet$)
2366
- .build() {
2367
- }
2368
-
2369
- class CreateProjectCommand extends Command
2370
- .classBuilder()
2371
- .ep(commonParams)
2372
- .m(function (Command, cs, config, o) {
2373
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2374
- })
2375
- .s("CodeBuild_20161006", "CreateProject", {})
2376
- .n("CodeBuildClient", "CreateProjectCommand")
2377
- .sc(CreateProject$)
2378
- .build() {
2379
- }
2380
-
2381
- class CreateReportGroupCommand extends Command
2382
- .classBuilder()
2383
- .ep(commonParams)
2384
- .m(function (Command, cs, config, o) {
2385
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2386
- })
2387
- .s("CodeBuild_20161006", "CreateReportGroup", {})
2388
- .n("CodeBuildClient", "CreateReportGroupCommand")
2389
- .sc(CreateReportGroup$)
2390
- .build() {
2391
- }
2392
-
2393
- class CreateWebhookCommand extends Command
2394
- .classBuilder()
2395
- .ep(commonParams)
2396
- .m(function (Command, cs, config, o) {
2397
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2398
- })
2399
- .s("CodeBuild_20161006", "CreateWebhook", {})
2400
- .n("CodeBuildClient", "CreateWebhookCommand")
2401
- .sc(CreateWebhook$)
2402
- .build() {
2403
- }
2404
-
2405
- class DeleteBuildBatchCommand extends Command
2406
- .classBuilder()
2407
- .ep(commonParams)
2408
- .m(function (Command, cs, config, o) {
2409
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2410
- })
2411
- .s("CodeBuild_20161006", "DeleteBuildBatch", {})
2412
- .n("CodeBuildClient", "DeleteBuildBatchCommand")
2413
- .sc(DeleteBuildBatch$)
2414
- .build() {
2415
- }
2416
-
2417
- class DeleteFleetCommand extends Command
2418
- .classBuilder()
2419
- .ep(commonParams)
2420
- .m(function (Command, cs, config, o) {
2421
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2422
- })
2423
- .s("CodeBuild_20161006", "DeleteFleet", {})
2424
- .n("CodeBuildClient", "DeleteFleetCommand")
2425
- .sc(DeleteFleet$)
2426
- .build() {
2427
- }
2428
-
2429
- class DeleteProjectCommand extends Command
2430
- .classBuilder()
2431
- .ep(commonParams)
2432
- .m(function (Command, cs, config, o) {
2433
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2434
- })
2435
- .s("CodeBuild_20161006", "DeleteProject", {})
2436
- .n("CodeBuildClient", "DeleteProjectCommand")
2437
- .sc(DeleteProject$)
2438
- .build() {
2439
- }
2440
-
2441
- class DeleteReportCommand extends Command
2442
- .classBuilder()
2443
- .ep(commonParams)
2444
- .m(function (Command, cs, config, o) {
2445
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2446
- })
2447
- .s("CodeBuild_20161006", "DeleteReport", {})
2448
- .n("CodeBuildClient", "DeleteReportCommand")
2449
- .sc(DeleteReport$)
2450
- .build() {
2451
- }
2452
-
2453
- class DeleteReportGroupCommand extends Command
2454
- .classBuilder()
2455
- .ep(commonParams)
2456
- .m(function (Command, cs, config, o) {
2457
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2458
- })
2459
- .s("CodeBuild_20161006", "DeleteReportGroup", {})
2460
- .n("CodeBuildClient", "DeleteReportGroupCommand")
2461
- .sc(DeleteReportGroup$)
2462
- .build() {
2463
- }
2464
-
2465
- class DeleteResourcePolicyCommand extends Command
2466
- .classBuilder()
2467
- .ep(commonParams)
2468
- .m(function (Command, cs, config, o) {
2469
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2470
- })
2471
- .s("CodeBuild_20161006", "DeleteResourcePolicy", {})
2472
- .n("CodeBuildClient", "DeleteResourcePolicyCommand")
2473
- .sc(DeleteResourcePolicy$)
2474
- .build() {
2475
- }
2476
-
2477
- class DeleteSourceCredentialsCommand extends Command
2478
- .classBuilder()
2479
- .ep(commonParams)
2480
- .m(function (Command, cs, config, o) {
2481
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2482
- })
2483
- .s("CodeBuild_20161006", "DeleteSourceCredentials", {})
2484
- .n("CodeBuildClient", "DeleteSourceCredentialsCommand")
2485
- .sc(DeleteSourceCredentials$)
2486
- .build() {
2487
- }
2488
-
2489
- class DeleteWebhookCommand extends Command
2490
- .classBuilder()
2491
- .ep(commonParams)
2492
- .m(function (Command, cs, config, o) {
2493
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2494
- })
2495
- .s("CodeBuild_20161006", "DeleteWebhook", {})
2496
- .n("CodeBuildClient", "DeleteWebhookCommand")
2497
- .sc(DeleteWebhook$)
2498
- .build() {
2499
- }
2500
-
2501
- class DescribeCodeCoveragesCommand extends Command
2502
- .classBuilder()
2503
- .ep(commonParams)
2504
- .m(function (Command, cs, config, o) {
2505
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2506
- })
2507
- .s("CodeBuild_20161006", "DescribeCodeCoverages", {})
2508
- .n("CodeBuildClient", "DescribeCodeCoveragesCommand")
2509
- .sc(DescribeCodeCoverages$)
2510
- .build() {
2511
- }
2512
-
2513
- class DescribeTestCasesCommand extends Command
2514
- .classBuilder()
2515
- .ep(commonParams)
2516
- .m(function (Command, cs, config, o) {
2517
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2518
- })
2519
- .s("CodeBuild_20161006", "DescribeTestCases", {})
2520
- .n("CodeBuildClient", "DescribeTestCasesCommand")
2521
- .sc(DescribeTestCases$)
2522
- .build() {
2523
- }
2524
-
2525
- class GetReportGroupTrendCommand extends Command
2526
- .classBuilder()
2527
- .ep(commonParams)
2528
- .m(function (Command, cs, config, o) {
2529
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2530
- })
2531
- .s("CodeBuild_20161006", "GetReportGroupTrend", {})
2532
- .n("CodeBuildClient", "GetReportGroupTrendCommand")
2533
- .sc(GetReportGroupTrend$)
2534
- .build() {
2535
- }
2536
-
2537
- class GetResourcePolicyCommand extends Command
2538
- .classBuilder()
2539
- .ep(commonParams)
2540
- .m(function (Command, cs, config, o) {
2541
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2542
- })
2543
- .s("CodeBuild_20161006", "GetResourcePolicy", {})
2544
- .n("CodeBuildClient", "GetResourcePolicyCommand")
2545
- .sc(GetResourcePolicy$)
2546
- .build() {
2547
- }
2548
-
2549
- class ImportSourceCredentialsCommand extends Command
2550
- .classBuilder()
2551
- .ep(commonParams)
2552
- .m(function (Command, cs, config, o) {
2553
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2554
- })
2555
- .s("CodeBuild_20161006", "ImportSourceCredentials", {})
2556
- .n("CodeBuildClient", "ImportSourceCredentialsCommand")
2557
- .sc(ImportSourceCredentials$)
2558
- .build() {
2559
- }
2560
-
2561
- class InvalidateProjectCacheCommand extends Command
2562
- .classBuilder()
2563
- .ep(commonParams)
2564
- .m(function (Command, cs, config, o) {
2565
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2566
- })
2567
- .s("CodeBuild_20161006", "InvalidateProjectCache", {})
2568
- .n("CodeBuildClient", "InvalidateProjectCacheCommand")
2569
- .sc(InvalidateProjectCache$)
2570
- .build() {
2571
- }
2572
-
2573
- class ListBuildBatchesCommand extends Command
2574
- .classBuilder()
2575
- .ep(commonParams)
2576
- .m(function (Command, cs, config, o) {
2577
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2578
- })
2579
- .s("CodeBuild_20161006", "ListBuildBatches", {})
2580
- .n("CodeBuildClient", "ListBuildBatchesCommand")
2581
- .sc(ListBuildBatches$)
2582
- .build() {
2583
- }
2584
-
2585
- class ListBuildBatchesForProjectCommand extends Command
2586
- .classBuilder()
2587
- .ep(commonParams)
2588
- .m(function (Command, cs, config, o) {
2589
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2590
- })
2591
- .s("CodeBuild_20161006", "ListBuildBatchesForProject", {})
2592
- .n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
2593
- .sc(ListBuildBatchesForProject$)
2594
- .build() {
2595
- }
2596
-
2597
- class ListBuildsCommand extends Command
2598
- .classBuilder()
2599
- .ep(commonParams)
2600
- .m(function (Command, cs, config, o) {
2601
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2602
- })
2603
- .s("CodeBuild_20161006", "ListBuilds", {})
2604
- .n("CodeBuildClient", "ListBuildsCommand")
2605
- .sc(ListBuilds$)
2606
- .build() {
2607
- }
2608
-
2609
- class ListBuildsForProjectCommand extends Command
2610
- .classBuilder()
2611
- .ep(commonParams)
2612
- .m(function (Command, cs, config, o) {
2613
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2614
- })
2615
- .s("CodeBuild_20161006", "ListBuildsForProject", {})
2616
- .n("CodeBuildClient", "ListBuildsForProjectCommand")
2617
- .sc(ListBuildsForProject$)
2618
- .build() {
2619
- }
2620
-
2621
- class ListCommandExecutionsForSandboxCommand extends Command
2622
- .classBuilder()
2623
- .ep(commonParams)
2624
- .m(function (Command, cs, config, o) {
2625
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2626
- })
2627
- .s("CodeBuild_20161006", "ListCommandExecutionsForSandbox", {})
2628
- .n("CodeBuildClient", "ListCommandExecutionsForSandboxCommand")
2629
- .sc(ListCommandExecutionsForSandbox$)
2630
- .build() {
2631
- }
2632
-
2633
- class ListCuratedEnvironmentImagesCommand extends Command
2634
- .classBuilder()
2635
- .ep(commonParams)
2636
- .m(function (Command, cs, config, o) {
2637
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2638
- })
2639
- .s("CodeBuild_20161006", "ListCuratedEnvironmentImages", {})
2640
- .n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand")
2641
- .sc(ListCuratedEnvironmentImages$)
2642
- .build() {
2643
- }
2644
-
2645
- class ListFleetsCommand extends Command
2646
- .classBuilder()
2647
- .ep(commonParams)
2648
- .m(function (Command, cs, config, o) {
2649
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2650
- })
2651
- .s("CodeBuild_20161006", "ListFleets", {})
2652
- .n("CodeBuildClient", "ListFleetsCommand")
2653
- .sc(ListFleets$)
2654
- .build() {
2655
- }
2656
-
2657
- class ListProjectsCommand extends Command
2658
- .classBuilder()
2659
- .ep(commonParams)
2660
- .m(function (Command, cs, config, o) {
2661
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2662
- })
2663
- .s("CodeBuild_20161006", "ListProjects", {})
2664
- .n("CodeBuildClient", "ListProjectsCommand")
2665
- .sc(ListProjects$)
2666
- .build() {
2667
- }
2668
-
2669
- class ListReportGroupsCommand extends Command
2670
- .classBuilder()
2671
- .ep(commonParams)
2672
- .m(function (Command, cs, config, o) {
2673
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2674
- })
2675
- .s("CodeBuild_20161006", "ListReportGroups", {})
2676
- .n("CodeBuildClient", "ListReportGroupsCommand")
2677
- .sc(ListReportGroups$)
2678
- .build() {
2679
- }
2680
-
2681
- class ListReportsCommand extends Command
2682
- .classBuilder()
2683
- .ep(commonParams)
2684
- .m(function (Command, cs, config, o) {
2685
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2686
- })
2687
- .s("CodeBuild_20161006", "ListReports", {})
2688
- .n("CodeBuildClient", "ListReportsCommand")
2689
- .sc(ListReports$)
2690
- .build() {
2691
- }
2692
-
2693
- class ListReportsForReportGroupCommand extends Command
2694
- .classBuilder()
2695
- .ep(commonParams)
2696
- .m(function (Command, cs, config, o) {
2697
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2698
- })
2699
- .s("CodeBuild_20161006", "ListReportsForReportGroup", {})
2700
- .n("CodeBuildClient", "ListReportsForReportGroupCommand")
2701
- .sc(ListReportsForReportGroup$)
2702
- .build() {
2703
- }
2704
-
2705
- class ListSandboxesCommand extends Command
2706
- .classBuilder()
2707
- .ep(commonParams)
2708
- .m(function (Command, cs, config, o) {
2709
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2710
- })
2711
- .s("CodeBuild_20161006", "ListSandboxes", {})
2712
- .n("CodeBuildClient", "ListSandboxesCommand")
2713
- .sc(ListSandboxes$)
2714
- .build() {
2715
- }
2716
-
2717
- class ListSandboxesForProjectCommand extends Command
2718
- .classBuilder()
2719
- .ep(commonParams)
2720
- .m(function (Command, cs, config, o) {
2721
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2722
- })
2723
- .s("CodeBuild_20161006", "ListSandboxesForProject", {})
2724
- .n("CodeBuildClient", "ListSandboxesForProjectCommand")
2725
- .sc(ListSandboxesForProject$)
2726
- .build() {
2727
- }
2728
-
2729
- class ListSharedProjectsCommand extends Command
2730
- .classBuilder()
2731
- .ep(commonParams)
2732
- .m(function (Command, cs, config, o) {
2733
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2734
- })
2735
- .s("CodeBuild_20161006", "ListSharedProjects", {})
2736
- .n("CodeBuildClient", "ListSharedProjectsCommand")
2737
- .sc(ListSharedProjects$)
2738
- .build() {
2739
- }
2740
-
2741
- class ListSharedReportGroupsCommand extends Command
2742
- .classBuilder()
2743
- .ep(commonParams)
2744
- .m(function (Command, cs, config, o) {
2745
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2746
- })
2747
- .s("CodeBuild_20161006", "ListSharedReportGroups", {})
2748
- .n("CodeBuildClient", "ListSharedReportGroupsCommand")
2749
- .sc(ListSharedReportGroups$)
2750
- .build() {
2751
- }
2752
-
2753
- class ListSourceCredentialsCommand extends Command
2754
- .classBuilder()
2755
- .ep(commonParams)
2756
- .m(function (Command, cs, config, o) {
2757
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2758
- })
2759
- .s("CodeBuild_20161006", "ListSourceCredentials", {})
2760
- .n("CodeBuildClient", "ListSourceCredentialsCommand")
2761
- .sc(ListSourceCredentials$)
2762
- .build() {
2763
- }
2764
-
2765
- class PutResourcePolicyCommand extends Command
2766
- .classBuilder()
2767
- .ep(commonParams)
2768
- .m(function (Command, cs, config, o) {
2769
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2770
- })
2771
- .s("CodeBuild_20161006", "PutResourcePolicy", {})
2772
- .n("CodeBuildClient", "PutResourcePolicyCommand")
2773
- .sc(PutResourcePolicy$)
2774
- .build() {
2775
- }
2776
-
2777
- class RetryBuildBatchCommand extends Command
2778
- .classBuilder()
2779
- .ep(commonParams)
2780
- .m(function (Command, cs, config, o) {
2781
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2782
- })
2783
- .s("CodeBuild_20161006", "RetryBuildBatch", {})
2784
- .n("CodeBuildClient", "RetryBuildBatchCommand")
2785
- .sc(RetryBuildBatch$)
2786
- .build() {
2787
- }
2788
-
2789
- class RetryBuildCommand extends Command
2790
- .classBuilder()
2791
- .ep(commonParams)
2792
- .m(function (Command, cs, config, o) {
2793
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2794
- })
2795
- .s("CodeBuild_20161006", "RetryBuild", {})
2796
- .n("CodeBuildClient", "RetryBuildCommand")
2797
- .sc(RetryBuild$)
2798
- .build() {
2799
- }
2800
-
2801
- class StartBuildBatchCommand extends Command
2802
- .classBuilder()
2803
- .ep(commonParams)
2804
- .m(function (Command, cs, config, o) {
2805
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2806
- })
2807
- .s("CodeBuild_20161006", "StartBuildBatch", {})
2808
- .n("CodeBuildClient", "StartBuildBatchCommand")
2809
- .sc(StartBuildBatch$)
2810
- .build() {
2811
- }
2812
-
2813
- class StartBuildCommand extends Command
2814
- .classBuilder()
2815
- .ep(commonParams)
2816
- .m(function (Command, cs, config, o) {
2817
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2818
- })
2819
- .s("CodeBuild_20161006", "StartBuild", {})
2820
- .n("CodeBuildClient", "StartBuildCommand")
2821
- .sc(StartBuild$)
2822
- .build() {
2823
- }
2824
-
2825
- class StartCommandExecutionCommand extends Command
2826
- .classBuilder()
2827
- .ep(commonParams)
2828
- .m(function (Command, cs, config, o) {
2829
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2830
- })
2831
- .s("CodeBuild_20161006", "StartCommandExecution", {})
2832
- .n("CodeBuildClient", "StartCommandExecutionCommand")
2833
- .sc(StartCommandExecution$)
2834
- .build() {
2835
- }
2836
-
2837
- class StartSandboxCommand extends Command
2838
- .classBuilder()
2839
- .ep(commonParams)
2840
- .m(function (Command, cs, config, o) {
2841
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2842
- })
2843
- .s("CodeBuild_20161006", "StartSandbox", {})
2844
- .n("CodeBuildClient", "StartSandboxCommand")
2845
- .sc(StartSandbox$)
2846
- .build() {
2847
- }
2848
-
2849
- class StartSandboxConnectionCommand extends Command
2850
- .classBuilder()
2851
- .ep(commonParams)
2852
- .m(function (Command, cs, config, o) {
2853
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2854
- })
2855
- .s("CodeBuild_20161006", "StartSandboxConnection", {})
2856
- .n("CodeBuildClient", "StartSandboxConnectionCommand")
2857
- .sc(StartSandboxConnection$)
2858
- .build() {
2859
- }
2860
-
2861
- class StopBuildBatchCommand extends Command
2862
- .classBuilder()
2863
- .ep(commonParams)
2864
- .m(function (Command, cs, config, o) {
2865
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2866
- })
2867
- .s("CodeBuild_20161006", "StopBuildBatch", {})
2868
- .n("CodeBuildClient", "StopBuildBatchCommand")
2869
- .sc(StopBuildBatch$)
2870
- .build() {
2871
- }
2872
-
2873
- class StopBuildCommand extends Command
2874
- .classBuilder()
2875
- .ep(commonParams)
2876
- .m(function (Command, cs, config, o) {
2877
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2878
- })
2879
- .s("CodeBuild_20161006", "StopBuild", {})
2880
- .n("CodeBuildClient", "StopBuildCommand")
2881
- .sc(StopBuild$)
2882
- .build() {
2883
- }
2884
-
2885
- class StopSandboxCommand extends Command
2886
- .classBuilder()
2887
- .ep(commonParams)
2888
- .m(function (Command, cs, config, o) {
2889
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2890
- })
2891
- .s("CodeBuild_20161006", "StopSandbox", {})
2892
- .n("CodeBuildClient", "StopSandboxCommand")
2893
- .sc(StopSandbox$)
2894
- .build() {
2895
- }
2896
-
2897
- class UpdateFleetCommand extends Command
2898
- .classBuilder()
2899
- .ep(commonParams)
2900
- .m(function (Command, cs, config, o) {
2901
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2902
- })
2903
- .s("CodeBuild_20161006", "UpdateFleet", {})
2904
- .n("CodeBuildClient", "UpdateFleetCommand")
2905
- .sc(UpdateFleet$)
2906
- .build() {
2907
- }
2908
-
2909
- class UpdateProjectCommand extends Command
2910
- .classBuilder()
2911
- .ep(commonParams)
2912
- .m(function (Command, cs, config, o) {
2913
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2914
- })
2915
- .s("CodeBuild_20161006", "UpdateProject", {})
2916
- .n("CodeBuildClient", "UpdateProjectCommand")
2917
- .sc(UpdateProject$)
2918
- .build() {
2919
- }
2920
-
2921
- class UpdateProjectVisibilityCommand extends Command
2922
- .classBuilder()
2923
- .ep(commonParams)
2924
- .m(function (Command, cs, config, o) {
2925
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2926
- })
2927
- .s("CodeBuild_20161006", "UpdateProjectVisibility", {})
2928
- .n("CodeBuildClient", "UpdateProjectVisibilityCommand")
2929
- .sc(UpdateProjectVisibility$)
2930
- .build() {
2931
- }
2932
-
2933
- class UpdateReportGroupCommand extends Command
2934
- .classBuilder()
2935
- .ep(commonParams)
2936
- .m(function (Command, cs, config, o) {
2937
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2938
- })
2939
- .s("CodeBuild_20161006", "UpdateReportGroup", {})
2940
- .n("CodeBuildClient", "UpdateReportGroupCommand")
2941
- .sc(UpdateReportGroup$)
2942
- .build() {
2943
- }
2944
-
2945
- class UpdateWebhookCommand extends Command
2946
- .classBuilder()
2947
- .ep(commonParams)
2948
- .m(function (Command, cs, config, o) {
2949
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2950
- })
2951
- .s("CodeBuild_20161006", "UpdateWebhook", {})
2952
- .n("CodeBuildClient", "UpdateWebhookCommand")
2953
- .sc(UpdateWebhook$)
2954
- .build() {
2250
+ const command = makeBuilder(commonParams, "CodeBuild_20161006", "CodeBuildClient", getEndpointPlugin);
2251
+ const _ep0 = {};
2252
+ const _mw0 = (Command, cs, config, o) => [];
2253
+
2254
+ class BatchDeleteBuildsCommand extends command(_ep0, _mw0, "BatchDeleteBuilds", BatchDeleteBuilds$) {
2255
+ }
2256
+
2257
+ class BatchGetBuildBatchesCommand extends command(_ep0, _mw0, "BatchGetBuildBatches", BatchGetBuildBatches$) {
2258
+ }
2259
+
2260
+ class BatchGetBuildsCommand extends command(_ep0, _mw0, "BatchGetBuilds", BatchGetBuilds$) {
2261
+ }
2262
+
2263
+ class BatchGetCommandExecutionsCommand extends command(_ep0, _mw0, "BatchGetCommandExecutions", BatchGetCommandExecutions$) {
2264
+ }
2265
+
2266
+ class BatchGetFleetsCommand extends command(_ep0, _mw0, "BatchGetFleets", BatchGetFleets$) {
2267
+ }
2268
+
2269
+ class BatchGetProjectsCommand extends command(_ep0, _mw0, "BatchGetProjects", BatchGetProjects$) {
2270
+ }
2271
+
2272
+ class BatchGetReportGroupsCommand extends command(_ep0, _mw0, "BatchGetReportGroups", BatchGetReportGroups$) {
2273
+ }
2274
+
2275
+ class BatchGetReportsCommand extends command(_ep0, _mw0, "BatchGetReports", BatchGetReports$) {
2276
+ }
2277
+
2278
+ class BatchGetSandboxesCommand extends command(_ep0, _mw0, "BatchGetSandboxes", BatchGetSandboxes$) {
2279
+ }
2280
+
2281
+ class CreateFleetCommand extends command(_ep0, _mw0, "CreateFleet", CreateFleet$) {
2282
+ }
2283
+
2284
+ class CreateProjectCommand extends command(_ep0, _mw0, "CreateProject", CreateProject$) {
2285
+ }
2286
+
2287
+ class CreateReportGroupCommand extends command(_ep0, _mw0, "CreateReportGroup", CreateReportGroup$) {
2288
+ }
2289
+
2290
+ class CreateWebhookCommand extends command(_ep0, _mw0, "CreateWebhook", CreateWebhook$) {
2291
+ }
2292
+
2293
+ class DeleteBuildBatchCommand extends command(_ep0, _mw0, "DeleteBuildBatch", DeleteBuildBatch$) {
2294
+ }
2295
+
2296
+ class DeleteFleetCommand extends command(_ep0, _mw0, "DeleteFleet", DeleteFleet$) {
2297
+ }
2298
+
2299
+ class DeleteProjectCommand extends command(_ep0, _mw0, "DeleteProject", DeleteProject$) {
2300
+ }
2301
+
2302
+ class DeleteReportCommand extends command(_ep0, _mw0, "DeleteReport", DeleteReport$) {
2303
+ }
2304
+
2305
+ class DeleteReportGroupCommand extends command(_ep0, _mw0, "DeleteReportGroup", DeleteReportGroup$) {
2306
+ }
2307
+
2308
+ class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
2309
+ }
2310
+
2311
+ class DeleteSourceCredentialsCommand extends command(_ep0, _mw0, "DeleteSourceCredentials", DeleteSourceCredentials$) {
2312
+ }
2313
+
2314
+ class DeleteWebhookCommand extends command(_ep0, _mw0, "DeleteWebhook", DeleteWebhook$) {
2315
+ }
2316
+
2317
+ class DescribeCodeCoveragesCommand extends command(_ep0, _mw0, "DescribeCodeCoverages", DescribeCodeCoverages$) {
2318
+ }
2319
+
2320
+ class DescribeTestCasesCommand extends command(_ep0, _mw0, "DescribeTestCases", DescribeTestCases$) {
2321
+ }
2322
+
2323
+ class GetReportGroupTrendCommand extends command(_ep0, _mw0, "GetReportGroupTrend", GetReportGroupTrend$) {
2324
+ }
2325
+
2326
+ class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
2327
+ }
2328
+
2329
+ class ImportSourceCredentialsCommand extends command(_ep0, _mw0, "ImportSourceCredentials", ImportSourceCredentials$) {
2330
+ }
2331
+
2332
+ class InvalidateProjectCacheCommand extends command(_ep0, _mw0, "InvalidateProjectCache", InvalidateProjectCache$) {
2333
+ }
2334
+
2335
+ class ListBuildBatchesCommand extends command(_ep0, _mw0, "ListBuildBatches", ListBuildBatches$) {
2336
+ }
2337
+
2338
+ class ListBuildBatchesForProjectCommand extends command(_ep0, _mw0, "ListBuildBatchesForProject", ListBuildBatchesForProject$) {
2339
+ }
2340
+
2341
+ class ListBuildsCommand extends command(_ep0, _mw0, "ListBuilds", ListBuilds$) {
2342
+ }
2343
+
2344
+ class ListBuildsForProjectCommand extends command(_ep0, _mw0, "ListBuildsForProject", ListBuildsForProject$) {
2345
+ }
2346
+
2347
+ class ListCommandExecutionsForSandboxCommand extends command(_ep0, _mw0, "ListCommandExecutionsForSandbox", ListCommandExecutionsForSandbox$) {
2348
+ }
2349
+
2350
+ class ListCuratedEnvironmentImagesCommand extends command(_ep0, _mw0, "ListCuratedEnvironmentImages", ListCuratedEnvironmentImages$) {
2351
+ }
2352
+
2353
+ class ListFleetsCommand extends command(_ep0, _mw0, "ListFleets", ListFleets$) {
2354
+ }
2355
+
2356
+ class ListProjectsCommand extends command(_ep0, _mw0, "ListProjects", ListProjects$) {
2357
+ }
2358
+
2359
+ class ListReportGroupsCommand extends command(_ep0, _mw0, "ListReportGroups", ListReportGroups$) {
2360
+ }
2361
+
2362
+ class ListReportsCommand extends command(_ep0, _mw0, "ListReports", ListReports$) {
2363
+ }
2364
+
2365
+ class ListReportsForReportGroupCommand extends command(_ep0, _mw0, "ListReportsForReportGroup", ListReportsForReportGroup$) {
2366
+ }
2367
+
2368
+ class ListSandboxesCommand extends command(_ep0, _mw0, "ListSandboxes", ListSandboxes$) {
2369
+ }
2370
+
2371
+ class ListSandboxesForProjectCommand extends command(_ep0, _mw0, "ListSandboxesForProject", ListSandboxesForProject$) {
2372
+ }
2373
+
2374
+ class ListSharedProjectsCommand extends command(_ep0, _mw0, "ListSharedProjects", ListSharedProjects$) {
2375
+ }
2376
+
2377
+ class ListSharedReportGroupsCommand extends command(_ep0, _mw0, "ListSharedReportGroups", ListSharedReportGroups$) {
2378
+ }
2379
+
2380
+ class ListSourceCredentialsCommand extends command(_ep0, _mw0, "ListSourceCredentials", ListSourceCredentials$) {
2381
+ }
2382
+
2383
+ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
2384
+ }
2385
+
2386
+ class RetryBuildBatchCommand extends command(_ep0, _mw0, "RetryBuildBatch", RetryBuildBatch$) {
2387
+ }
2388
+
2389
+ class RetryBuildCommand extends command(_ep0, _mw0, "RetryBuild", RetryBuild$) {
2390
+ }
2391
+
2392
+ class StartBuildBatchCommand extends command(_ep0, _mw0, "StartBuildBatch", StartBuildBatch$) {
2393
+ }
2394
+
2395
+ class StartBuildCommand extends command(_ep0, _mw0, "StartBuild", StartBuild$) {
2396
+ }
2397
+
2398
+ class StartCommandExecutionCommand extends command(_ep0, _mw0, "StartCommandExecution", StartCommandExecution$) {
2399
+ }
2400
+
2401
+ class StartSandboxCommand extends command(_ep0, _mw0, "StartSandbox", StartSandbox$) {
2402
+ }
2403
+
2404
+ class StartSandboxConnectionCommand extends command(_ep0, _mw0, "StartSandboxConnection", StartSandboxConnection$) {
2405
+ }
2406
+
2407
+ class StopBuildBatchCommand extends command(_ep0, _mw0, "StopBuildBatch", StopBuildBatch$) {
2408
+ }
2409
+
2410
+ class StopBuildCommand extends command(_ep0, _mw0, "StopBuild", StopBuild$) {
2411
+ }
2412
+
2413
+ class StopSandboxCommand extends command(_ep0, _mw0, "StopSandbox", StopSandbox$) {
2414
+ }
2415
+
2416
+ class UpdateFleetCommand extends command(_ep0, _mw0, "UpdateFleet", UpdateFleet$) {
2417
+ }
2418
+
2419
+ class UpdateProjectCommand extends command(_ep0, _mw0, "UpdateProject", UpdateProject$) {
2420
+ }
2421
+
2422
+ class UpdateProjectVisibilityCommand extends command(_ep0, _mw0, "UpdateProjectVisibility", UpdateProjectVisibility$) {
2423
+ }
2424
+
2425
+ class UpdateReportGroupCommand extends command(_ep0, _mw0, "UpdateReportGroup", UpdateReportGroup$) {
2426
+ }
2427
+
2428
+ class UpdateWebhookCommand extends command(_ep0, _mw0, "UpdateWebhook", UpdateWebhook$) {
2955
2429
  }
2956
2430
 
2957
2431
  const paginateDescribeCodeCoverages = createPaginator(CodeBuildClient, DescribeCodeCoveragesCommand, "nextToken", "nextToken", "maxResults");