@aws-sdk/client-codebuild 3.490.0 → 3.496.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 (124) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/CodeBuild.js +1 -101
  3. package/dist-cjs/CodeBuildClient.js +1 -43
  4. package/dist-cjs/commands/BatchDeleteBuildsCommand.js +1 -28
  5. package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +1 -28
  6. package/dist-cjs/commands/BatchGetBuildsCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetFleetsCommand.js +1 -0
  8. package/dist-cjs/commands/BatchGetProjectsCommand.js +1 -28
  9. package/dist-cjs/commands/BatchGetReportGroupsCommand.js +1 -28
  10. package/dist-cjs/commands/BatchGetReportsCommand.js +1 -28
  11. package/dist-cjs/commands/CreateFleetCommand.js +1 -0
  12. package/dist-cjs/commands/CreateProjectCommand.js +1 -28
  13. package/dist-cjs/commands/CreateReportGroupCommand.js +1 -28
  14. package/dist-cjs/commands/CreateWebhookCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteBuildBatchCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteFleetCommand.js +1 -0
  17. package/dist-cjs/commands/DeleteProjectCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteReportCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteReportGroupCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteWebhookCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeTestCasesCommand.js +1 -28
  25. package/dist-cjs/commands/GetReportGroupTrendCommand.js +1 -28
  26. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  27. package/dist-cjs/commands/ImportSourceCredentialsCommand.js +1 -29
  28. package/dist-cjs/commands/InvalidateProjectCacheCommand.js +1 -28
  29. package/dist-cjs/commands/ListBuildBatchesCommand.js +1 -28
  30. package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +1 -28
  31. package/dist-cjs/commands/ListBuildsCommand.js +1 -28
  32. package/dist-cjs/commands/ListBuildsForProjectCommand.js +1 -28
  33. package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +1 -28
  34. package/dist-cjs/commands/ListFleetsCommand.js +1 -0
  35. package/dist-cjs/commands/ListProjectsCommand.js +1 -28
  36. package/dist-cjs/commands/ListReportGroupsCommand.js +1 -28
  37. package/dist-cjs/commands/ListReportsCommand.js +1 -28
  38. package/dist-cjs/commands/ListReportsForReportGroupCommand.js +1 -28
  39. package/dist-cjs/commands/ListSharedProjectsCommand.js +1 -28
  40. package/dist-cjs/commands/ListSharedReportGroupsCommand.js +1 -28
  41. package/dist-cjs/commands/ListSourceCredentialsCommand.js +1 -28
  42. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  43. package/dist-cjs/commands/RetryBuildBatchCommand.js +1 -28
  44. package/dist-cjs/commands/RetryBuildCommand.js +1 -28
  45. package/dist-cjs/commands/StartBuildBatchCommand.js +1 -28
  46. package/dist-cjs/commands/StartBuildCommand.js +1 -28
  47. package/dist-cjs/commands/StopBuildBatchCommand.js +1 -28
  48. package/dist-cjs/commands/StopBuildCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateFleetCommand.js +1 -0
  50. package/dist-cjs/commands/UpdateProjectCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateReportGroupCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateWebhookCommand.js +1 -28
  54. package/dist-cjs/commands/index.js +1 -48
  55. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  56. package/dist-cjs/extensionConfiguration.js +1 -2
  57. package/dist-cjs/index.js +4287 -11
  58. package/dist-cjs/models/CodeBuildServiceException.js +1 -12
  59. package/dist-cjs/models/index.js +1 -4
  60. package/dist-cjs/models/models_0.js +1 -293
  61. package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +1 -7
  62. package/dist-cjs/pagination/DescribeTestCasesPaginator.js +1 -7
  63. package/dist-cjs/pagination/Interfaces.js +1 -2
  64. package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListBuildBatchesPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListBuildsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListFleetsPaginator.js +1 -0
  69. package/dist-cjs/pagination/ListProjectsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListReportGroupsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListReportsPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListSharedProjectsPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +1 -7
  75. package/dist-cjs/pagination/index.js +1 -16
  76. package/dist-cjs/protocols/Aws_json1_1.js +1 -2434
  77. package/dist-cjs/runtimeExtensions.js +1 -22
  78. package/dist-es/CodeBuild.js +10 -0
  79. package/dist-es/commands/BatchGetFleetsCommand.js +24 -0
  80. package/dist-es/commands/CreateFleetCommand.js +24 -0
  81. package/dist-es/commands/DeleteFleetCommand.js +24 -0
  82. package/dist-es/commands/ListFleetsCommand.js +25 -0
  83. package/dist-es/commands/UpdateFleetCommand.js +24 -0
  84. package/dist-es/commands/index.js +5 -0
  85. package/dist-es/models/models_0.js +28 -0
  86. package/dist-es/pagination/ListFleetsPaginator.js +4 -0
  87. package/dist-es/pagination/index.js +1 -0
  88. package/dist-es/protocols/Aws_json1_1.js +303 -0
  89. package/dist-types/CodeBuild.d.ts +35 -0
  90. package/dist-types/CodeBuildClient.d.ts +7 -2
  91. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +3 -0
  92. package/dist-types/commands/BatchGetBuildsCommand.d.ts +3 -0
  93. package/dist-types/commands/BatchGetFleetsCommand.d.ts +99 -0
  94. package/dist-types/commands/BatchGetProjectsCommand.d.ts +3 -0
  95. package/dist-types/commands/CreateFleetCommand.d.ts +118 -0
  96. package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
  97. package/dist-types/commands/DeleteFleetCommand.d.ts +59 -0
  98. package/dist-types/commands/ListFleetsCommand.d.ts +67 -0
  99. package/dist-types/commands/RetryBuildBatchCommand.d.ts +3 -0
  100. package/dist-types/commands/RetryBuildCommand.d.ts +3 -0
  101. package/dist-types/commands/StartBuildBatchCommand.d.ts +3 -0
  102. package/dist-types/commands/StartBuildCommand.d.ts +6 -0
  103. package/dist-types/commands/StopBuildBatchCommand.d.ts +3 -0
  104. package/dist-types/commands/StopBuildCommand.d.ts +3 -0
  105. package/dist-types/commands/UpdateFleetCommand.d.ts +117 -0
  106. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
  107. package/dist-types/commands/index.d.ts +5 -0
  108. package/dist-types/models/models_0.d.ts +843 -57
  109. package/dist-types/pagination/ListFleetsPaginator.d.ts +7 -0
  110. package/dist-types/pagination/index.d.ts +1 -0
  111. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  112. package/dist-types/ts3.4/CodeBuild.d.ts +85 -0
  113. package/dist-types/ts3.4/CodeBuildClient.d.ts +30 -0
  114. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +26 -0
  115. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +26 -0
  116. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +26 -0
  117. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +26 -0
  118. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +26 -0
  119. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  120. package/dist-types/ts3.4/models/models_0.d.ts +129 -11
  121. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
  122. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  123. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  124. package/package.json +40 -40
package/README.md CHANGED
@@ -237,6 +237,14 @@ BatchGetBuilds
237
237
 
238
238
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/BatchGetBuildsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetBuildsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetBuildsCommandOutput/)
239
239
 
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ BatchGetFleets
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/BatchGetFleetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetFleetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetFleetsCommandOutput/)
247
+
240
248
  </details>
241
249
  <details>
242
250
  <summary>
@@ -261,6 +269,14 @@ BatchGetReports
261
269
 
262
270
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/BatchGetReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetReportsCommandOutput/)
263
271
 
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ CreateFleet
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/CreateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/CreateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/CreateFleetCommandOutput/)
279
+
264
280
  </details>
265
281
  <details>
266
282
  <summary>
@@ -293,6 +309,14 @@ DeleteBuildBatch
293
309
 
294
310
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/DeleteBuildBatchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/DeleteBuildBatchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/DeleteBuildBatchCommandOutput/)
295
311
 
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ DeleteFleet
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/DeleteFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/DeleteFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/DeleteFleetCommandOutput/)
319
+
296
320
  </details>
297
321
  <details>
298
322
  <summary>
@@ -429,6 +453,14 @@ ListCuratedEnvironmentImages
429
453
 
430
454
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/ListCuratedEnvironmentImagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListCuratedEnvironmentImagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListCuratedEnvironmentImagesCommandOutput/)
431
455
 
456
+ </details>
457
+ <details>
458
+ <summary>
459
+ ListFleets
460
+ </summary>
461
+
462
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/ListFleetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListFleetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListFleetsCommandOutput/)
463
+
432
464
  </details>
433
465
  <details>
434
466
  <summary>
@@ -541,6 +573,14 @@ StopBuildBatch
541
573
 
542
574
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/StopBuildBatchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StopBuildBatchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StopBuildBatchCommandOutput/)
543
575
 
576
+ </details>
577
+ <details>
578
+ <summary>
579
+ UpdateFleet
580
+ </summary>
581
+
582
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/UpdateFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/UpdateFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/UpdateFleetCommandOutput/)
583
+
544
584
  </details>
545
585
  <details>
546
586
  <summary>
@@ -1,101 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeBuild = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CodeBuildClient_1 = require("./CodeBuildClient");
6
- const BatchDeleteBuildsCommand_1 = require("./commands/BatchDeleteBuildsCommand");
7
- const BatchGetBuildBatchesCommand_1 = require("./commands/BatchGetBuildBatchesCommand");
8
- const BatchGetBuildsCommand_1 = require("./commands/BatchGetBuildsCommand");
9
- const BatchGetProjectsCommand_1 = require("./commands/BatchGetProjectsCommand");
10
- const BatchGetReportGroupsCommand_1 = require("./commands/BatchGetReportGroupsCommand");
11
- const BatchGetReportsCommand_1 = require("./commands/BatchGetReportsCommand");
12
- const CreateProjectCommand_1 = require("./commands/CreateProjectCommand");
13
- const CreateReportGroupCommand_1 = require("./commands/CreateReportGroupCommand");
14
- const CreateWebhookCommand_1 = require("./commands/CreateWebhookCommand");
15
- const DeleteBuildBatchCommand_1 = require("./commands/DeleteBuildBatchCommand");
16
- const DeleteProjectCommand_1 = require("./commands/DeleteProjectCommand");
17
- const DeleteReportCommand_1 = require("./commands/DeleteReportCommand");
18
- const DeleteReportGroupCommand_1 = require("./commands/DeleteReportGroupCommand");
19
- const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
20
- const DeleteSourceCredentialsCommand_1 = require("./commands/DeleteSourceCredentialsCommand");
21
- const DeleteWebhookCommand_1 = require("./commands/DeleteWebhookCommand");
22
- const DescribeCodeCoveragesCommand_1 = require("./commands/DescribeCodeCoveragesCommand");
23
- const DescribeTestCasesCommand_1 = require("./commands/DescribeTestCasesCommand");
24
- const GetReportGroupTrendCommand_1 = require("./commands/GetReportGroupTrendCommand");
25
- const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
26
- const ImportSourceCredentialsCommand_1 = require("./commands/ImportSourceCredentialsCommand");
27
- const InvalidateProjectCacheCommand_1 = require("./commands/InvalidateProjectCacheCommand");
28
- const ListBuildBatchesCommand_1 = require("./commands/ListBuildBatchesCommand");
29
- const ListBuildBatchesForProjectCommand_1 = require("./commands/ListBuildBatchesForProjectCommand");
30
- const ListBuildsCommand_1 = require("./commands/ListBuildsCommand");
31
- const ListBuildsForProjectCommand_1 = require("./commands/ListBuildsForProjectCommand");
32
- const ListCuratedEnvironmentImagesCommand_1 = require("./commands/ListCuratedEnvironmentImagesCommand");
33
- const ListProjectsCommand_1 = require("./commands/ListProjectsCommand");
34
- const ListReportGroupsCommand_1 = require("./commands/ListReportGroupsCommand");
35
- const ListReportsCommand_1 = require("./commands/ListReportsCommand");
36
- const ListReportsForReportGroupCommand_1 = require("./commands/ListReportsForReportGroupCommand");
37
- const ListSharedProjectsCommand_1 = require("./commands/ListSharedProjectsCommand");
38
- const ListSharedReportGroupsCommand_1 = require("./commands/ListSharedReportGroupsCommand");
39
- const ListSourceCredentialsCommand_1 = require("./commands/ListSourceCredentialsCommand");
40
- const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
41
- const RetryBuildBatchCommand_1 = require("./commands/RetryBuildBatchCommand");
42
- const RetryBuildCommand_1 = require("./commands/RetryBuildCommand");
43
- const StartBuildBatchCommand_1 = require("./commands/StartBuildBatchCommand");
44
- const StartBuildCommand_1 = require("./commands/StartBuildCommand");
45
- const StopBuildBatchCommand_1 = require("./commands/StopBuildBatchCommand");
46
- const StopBuildCommand_1 = require("./commands/StopBuildCommand");
47
- const UpdateProjectCommand_1 = require("./commands/UpdateProjectCommand");
48
- const UpdateProjectVisibilityCommand_1 = require("./commands/UpdateProjectVisibilityCommand");
49
- const UpdateReportGroupCommand_1 = require("./commands/UpdateReportGroupCommand");
50
- const UpdateWebhookCommand_1 = require("./commands/UpdateWebhookCommand");
51
- const commands = {
52
- BatchDeleteBuildsCommand: BatchDeleteBuildsCommand_1.BatchDeleteBuildsCommand,
53
- BatchGetBuildBatchesCommand: BatchGetBuildBatchesCommand_1.BatchGetBuildBatchesCommand,
54
- BatchGetBuildsCommand: BatchGetBuildsCommand_1.BatchGetBuildsCommand,
55
- BatchGetProjectsCommand: BatchGetProjectsCommand_1.BatchGetProjectsCommand,
56
- BatchGetReportGroupsCommand: BatchGetReportGroupsCommand_1.BatchGetReportGroupsCommand,
57
- BatchGetReportsCommand: BatchGetReportsCommand_1.BatchGetReportsCommand,
58
- CreateProjectCommand: CreateProjectCommand_1.CreateProjectCommand,
59
- CreateReportGroupCommand: CreateReportGroupCommand_1.CreateReportGroupCommand,
60
- CreateWebhookCommand: CreateWebhookCommand_1.CreateWebhookCommand,
61
- DeleteBuildBatchCommand: DeleteBuildBatchCommand_1.DeleteBuildBatchCommand,
62
- DeleteProjectCommand: DeleteProjectCommand_1.DeleteProjectCommand,
63
- DeleteReportCommand: DeleteReportCommand_1.DeleteReportCommand,
64
- DeleteReportGroupCommand: DeleteReportGroupCommand_1.DeleteReportGroupCommand,
65
- DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
66
- DeleteSourceCredentialsCommand: DeleteSourceCredentialsCommand_1.DeleteSourceCredentialsCommand,
67
- DeleteWebhookCommand: DeleteWebhookCommand_1.DeleteWebhookCommand,
68
- DescribeCodeCoveragesCommand: DescribeCodeCoveragesCommand_1.DescribeCodeCoveragesCommand,
69
- DescribeTestCasesCommand: DescribeTestCasesCommand_1.DescribeTestCasesCommand,
70
- GetReportGroupTrendCommand: GetReportGroupTrendCommand_1.GetReportGroupTrendCommand,
71
- GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
72
- ImportSourceCredentialsCommand: ImportSourceCredentialsCommand_1.ImportSourceCredentialsCommand,
73
- InvalidateProjectCacheCommand: InvalidateProjectCacheCommand_1.InvalidateProjectCacheCommand,
74
- ListBuildBatchesCommand: ListBuildBatchesCommand_1.ListBuildBatchesCommand,
75
- ListBuildBatchesForProjectCommand: ListBuildBatchesForProjectCommand_1.ListBuildBatchesForProjectCommand,
76
- ListBuildsCommand: ListBuildsCommand_1.ListBuildsCommand,
77
- ListBuildsForProjectCommand: ListBuildsForProjectCommand_1.ListBuildsForProjectCommand,
78
- ListCuratedEnvironmentImagesCommand: ListCuratedEnvironmentImagesCommand_1.ListCuratedEnvironmentImagesCommand,
79
- ListProjectsCommand: ListProjectsCommand_1.ListProjectsCommand,
80
- ListReportGroupsCommand: ListReportGroupsCommand_1.ListReportGroupsCommand,
81
- ListReportsCommand: ListReportsCommand_1.ListReportsCommand,
82
- ListReportsForReportGroupCommand: ListReportsForReportGroupCommand_1.ListReportsForReportGroupCommand,
83
- ListSharedProjectsCommand: ListSharedProjectsCommand_1.ListSharedProjectsCommand,
84
- ListSharedReportGroupsCommand: ListSharedReportGroupsCommand_1.ListSharedReportGroupsCommand,
85
- ListSourceCredentialsCommand: ListSourceCredentialsCommand_1.ListSourceCredentialsCommand,
86
- PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
87
- RetryBuildCommand: RetryBuildCommand_1.RetryBuildCommand,
88
- RetryBuildBatchCommand: RetryBuildBatchCommand_1.RetryBuildBatchCommand,
89
- StartBuildCommand: StartBuildCommand_1.StartBuildCommand,
90
- StartBuildBatchCommand: StartBuildBatchCommand_1.StartBuildBatchCommand,
91
- StopBuildCommand: StopBuildCommand_1.StopBuildCommand,
92
- StopBuildBatchCommand: StopBuildBatchCommand_1.StopBuildBatchCommand,
93
- UpdateProjectCommand: UpdateProjectCommand_1.UpdateProjectCommand,
94
- UpdateProjectVisibilityCommand: UpdateProjectVisibilityCommand_1.UpdateProjectVisibilityCommand,
95
- UpdateReportGroupCommand: UpdateReportGroupCommand_1.UpdateReportGroupCommand,
96
- UpdateWebhookCommand: UpdateWebhookCommand_1.UpdateWebhookCommand,
97
- };
98
- class CodeBuild extends CodeBuildClient_1.CodeBuildClient {
99
- }
100
- exports.CodeBuild = CodeBuild;
101
- (0, smithy_client_1.createAggregatedClient)(commands, CodeBuild);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeBuildClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class CodeBuildClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.CodeBuildClient = CodeBuildClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDeleteBuildsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchDeleteBuildsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "BatchDeleteBuilds", {})
22
- .n("CodeBuildClient", "BatchDeleteBuildsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchDeleteBuildsCommand)
25
- .de(Aws_json1_1_1.de_BatchDeleteBuildsCommand)
26
- .build() {
27
- }
28
- exports.BatchDeleteBuildsCommand = BatchDeleteBuildsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetBuildBatchesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetBuildBatchesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "BatchGetBuildBatches", {})
22
- .n("CodeBuildClient", "BatchGetBuildBatchesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetBuildBatchesCommand)
25
- .de(Aws_json1_1_1.de_BatchGetBuildBatchesCommand)
26
- .build() {
27
- }
28
- exports.BatchGetBuildBatchesCommand = BatchGetBuildBatchesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetBuildsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetBuildsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "BatchGetBuilds", {})
22
- .n("CodeBuildClient", "BatchGetBuildsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetBuildsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetBuildsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetBuildsCommand = BatchGetBuildsCommand;
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetProjectsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetProjectsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "BatchGetProjects", {})
22
- .n("CodeBuildClient", "BatchGetProjectsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetProjectsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetProjectsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetProjectsCommand = BatchGetProjectsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetReportGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetReportGroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "BatchGetReportGroups", {})
22
- .n("CodeBuildClient", "BatchGetReportGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetReportGroupsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetReportGroupsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetReportGroupsCommand = BatchGetReportGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetReportsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class BatchGetReportsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "BatchGetReports", {})
22
- .n("CodeBuildClient", "BatchGetReportsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchGetReportsCommand)
25
- .de(Aws_json1_1_1.de_BatchGetReportsCommand)
26
- .build() {
27
- }
28
- exports.BatchGetReportsCommand = BatchGetReportsCommand;
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateProjectCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateProjectCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "CreateProject", {})
22
- .n("CodeBuildClient", "CreateProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateProjectCommand)
25
- .de(Aws_json1_1_1.de_CreateProjectCommand)
26
- .build() {
27
- }
28
- exports.CreateProjectCommand = CreateProjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateReportGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateReportGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "CreateReportGroup", {})
22
- .n("CodeBuildClient", "CreateReportGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateReportGroupCommand)
25
- .de(Aws_json1_1_1.de_CreateReportGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateReportGroupCommand = CreateReportGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWebhookCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateWebhookCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "CreateWebhook", {})
22
- .n("CodeBuildClient", "CreateWebhookCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateWebhookCommand)
25
- .de(Aws_json1_1_1.de_CreateWebhookCommand)
26
- .build() {
27
- }
28
- exports.CreateWebhookCommand = CreateWebhookCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteBuildBatchCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteBuildBatchCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "DeleteBuildBatch", {})
22
- .n("CodeBuildClient", "DeleteBuildBatchCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteBuildBatchCommand)
25
- .de(Aws_json1_1_1.de_DeleteBuildBatchCommand)
26
- .build() {
27
- }
28
- exports.DeleteBuildBatchCommand = DeleteBuildBatchCommand;
1
+ module.exports = require("../index.js");
@@ -0,0 +1 @@
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteProjectCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteProjectCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "DeleteProject", {})
22
- .n("CodeBuildClient", "DeleteProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteProjectCommand)
25
- .de(Aws_json1_1_1.de_DeleteProjectCommand)
26
- .build() {
27
- }
28
- exports.DeleteProjectCommand = DeleteProjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteReportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteReportCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "DeleteReport", {})
22
- .n("CodeBuildClient", "DeleteReportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteReportCommand)
25
- .de(Aws_json1_1_1.de_DeleteReportCommand)
26
- .build() {
27
- }
28
- exports.DeleteReportCommand = DeleteReportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteReportGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteReportGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CodeBuild_20161006", "DeleteReportGroup", {})
22
- .n("CodeBuildClient", "DeleteReportGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteReportGroupCommand)
25
- .de(Aws_json1_1_1.de_DeleteReportGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteReportGroupCommand = DeleteReportGroupCommand;
1
+ module.exports = require("../index.js");