@aws-sdk/client-codebuild 3.530.0 → 3.535.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 (117) hide show
  1. package/dist-cjs/index.js +9 -0
  2. package/dist-es/models/models_0.js +4 -0
  3. package/dist-es/protocols/Aws_json1_1.js +3 -0
  4. package/dist-types/CodeBuild.d.ts +14 -1
  5. package/dist-types/CodeBuildClient.d.ts +1 -1
  6. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetBuildsCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchGetFleetsCommand.d.ts +3 -1
  10. package/dist-types/commands/BatchGetProjectsCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetReportsCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateFleetCommand.d.ts +4 -1
  14. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateReportGroupCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteReportCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteReportGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeTestCasesCommand.d.ts +2 -1
  27. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +2 -1
  28. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +2 -1
  30. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +2 -1
  31. package/dist-types/commands/ListBuildBatchesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +2 -1
  33. package/dist-types/commands/ListBuildsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListReportGroupsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListReportsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSharedProjectsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +2 -1
  44. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/RetryBuildBatchCommand.d.ts +2 -1
  46. package/dist-types/commands/RetryBuildCommand.d.ts +2 -1
  47. package/dist-types/commands/StartBuildBatchCommand.d.ts +2 -1
  48. package/dist-types/commands/StartBuildCommand.d.ts +2 -1
  49. package/dist-types/commands/StopBuildBatchCommand.d.ts +2 -1
  50. package/dist-types/commands/StopBuildCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateFleetCommand.d.ts +4 -1
  52. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateReportGroupCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
  56. package/dist-types/models/models_0.d.ts +727 -673
  57. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  58. package/dist-types/runtimeConfig.d.ts +2 -2
  59. package/dist-types/runtimeConfig.native.d.ts +2 -2
  60. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  61. package/dist-types/ts3.4/CodeBuild.d.ts +13 -0
  62. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -62,6 +62,7 @@ __export(src_exports, {
62
62
  EnvironmentVariableType: () => EnvironmentVariableType,
63
63
  FileSystemType: () => FileSystemType,
64
64
  FleetContextCode: () => FleetContextCode,
65
+ FleetOverflowBehavior: () => FleetOverflowBehavior,
65
66
  FleetScalingMetricType: () => FleetScalingMetricType,
66
67
  FleetScalingType: () => FleetScalingType,
67
68
  FleetSortByType: () => FleetSortByType,
@@ -467,6 +468,10 @@ var BuildPhaseType = {
467
468
  SUBMITTED: "SUBMITTED",
468
469
  UPLOAD_ARTIFACTS: "UPLOAD_ARTIFACTS"
469
470
  };
471
+ var FleetOverflowBehavior = {
472
+ ON_DEMAND: "ON_DEMAND",
473
+ QUEUE: "QUEUE"
474
+ };
470
475
  var FleetScalingType = {
471
476
  TARGET_TRACKING_SCALING: "TARGET_TRACKING_SCALING"
472
477
  };
@@ -1683,6 +1688,7 @@ var se_CreateFleetInput = /* @__PURE__ */ __name((input, context) => {
1683
1688
  computeType: [],
1684
1689
  environmentType: [],
1685
1690
  name: [],
1691
+ overflowBehavior: [],
1686
1692
  scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
1687
1693
  tags: import_smithy_client._json
1688
1694
  });
@@ -1722,6 +1728,7 @@ var se_UpdateFleetInput = /* @__PURE__ */ __name((input, context) => {
1722
1728
  baseCapacity: [],
1723
1729
  computeType: [],
1724
1730
  environmentType: [],
1731
+ overflowBehavior: [],
1725
1732
  scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
1726
1733
  tags: import_smithy_client._json
1727
1734
  });
@@ -1978,6 +1985,7 @@ var de_Fleet = /* @__PURE__ */ __name((output, context) => {
1978
1985
  id: import_smithy_client.expectString,
1979
1986
  lastModified: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1980
1987
  name: import_smithy_client.expectString,
1988
+ overflowBehavior: import_smithy_client.expectString,
1981
1989
  scalingConfiguration: (_) => de_ScalingConfigurationOutput(_, context),
1982
1990
  status: import_smithy_client._json,
1983
1991
  tags: import_smithy_client._json
@@ -3251,6 +3259,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3251
3259
  SourceAuthType,
3252
3260
  SourceType,
3253
3261
  BuildPhaseType,
3262
+ FleetOverflowBehavior,
3254
3263
  FleetScalingType,
3255
3264
  FleetScalingMetricType,
3256
3265
  FleetContextCode,
@@ -143,6 +143,10 @@ export const BuildPhaseType = {
143
143
  SUBMITTED: "SUBMITTED",
144
144
  UPLOAD_ARTIFACTS: "UPLOAD_ARTIFACTS",
145
145
  };
146
+ export const FleetOverflowBehavior = {
147
+ ON_DEMAND: "ON_DEMAND",
148
+ QUEUE: "QUEUE",
149
+ };
146
150
  export const FleetScalingType = {
147
151
  TARGET_TRACKING_SCALING: "TARGET_TRACKING_SCALING",
148
152
  };
@@ -1035,6 +1035,7 @@ const se_CreateFleetInput = (input, context) => {
1035
1035
  computeType: [],
1036
1036
  environmentType: [],
1037
1037
  name: [],
1038
+ overflowBehavior: [],
1038
1039
  scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
1039
1040
  tags: _json,
1040
1041
  });
@@ -1076,6 +1077,7 @@ const se_UpdateFleetInput = (input, context) => {
1076
1077
  baseCapacity: [],
1077
1078
  computeType: [],
1078
1079
  environmentType: [],
1080
+ overflowBehavior: [],
1079
1081
  scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
1080
1082
  tags: _json,
1081
1083
  });
@@ -1346,6 +1348,7 @@ const de_Fleet = (output, context) => {
1346
1348
  id: __expectString,
1347
1349
  lastModified: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1348
1350
  name: __expectString,
1351
+ overflowBehavior: __expectString,
1349
1352
  scalingConfiguration: (_) => de_ScalingConfigurationOutput(_, context),
1350
1353
  status: _json,
1351
1354
  tags: _json,
@@ -204,18 +204,21 @@ export interface CodeBuild {
204
204
  /**
205
205
  * @see {@link ListBuildBatchesCommand}
206
206
  */
207
+ listBuildBatches(): Promise<ListBuildBatchesCommandOutput>;
207
208
  listBuildBatches(args: ListBuildBatchesCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildBatchesCommandOutput>;
208
209
  listBuildBatches(args: ListBuildBatchesCommandInput, cb: (err: any, data?: ListBuildBatchesCommandOutput) => void): void;
209
210
  listBuildBatches(args: ListBuildBatchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildBatchesCommandOutput) => void): void;
210
211
  /**
211
212
  * @see {@link ListBuildBatchesForProjectCommand}
212
213
  */
214
+ listBuildBatchesForProject(): Promise<ListBuildBatchesForProjectCommandOutput>;
213
215
  listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildBatchesForProjectCommandOutput>;
214
216
  listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void): void;
215
217
  listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void): void;
216
218
  /**
217
219
  * @see {@link ListBuildsCommand}
218
220
  */
221
+ listBuilds(): Promise<ListBuildsCommandOutput>;
219
222
  listBuilds(args: ListBuildsCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildsCommandOutput>;
220
223
  listBuilds(args: ListBuildsCommandInput, cb: (err: any, data?: ListBuildsCommandOutput) => void): void;
221
224
  listBuilds(args: ListBuildsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildsCommandOutput) => void): void;
@@ -228,30 +231,35 @@ export interface CodeBuild {
228
231
  /**
229
232
  * @see {@link ListCuratedEnvironmentImagesCommand}
230
233
  */
234
+ listCuratedEnvironmentImages(): Promise<ListCuratedEnvironmentImagesCommandOutput>;
231
235
  listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListCuratedEnvironmentImagesCommandOutput>;
232
236
  listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void): void;
233
237
  listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void): void;
234
238
  /**
235
239
  * @see {@link ListFleetsCommand}
236
240
  */
241
+ listFleets(): Promise<ListFleetsCommandOutput>;
237
242
  listFleets(args: ListFleetsCommandInput, options?: __HttpHandlerOptions): Promise<ListFleetsCommandOutput>;
238
243
  listFleets(args: ListFleetsCommandInput, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
239
244
  listFleets(args: ListFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
240
245
  /**
241
246
  * @see {@link ListProjectsCommand}
242
247
  */
248
+ listProjects(): Promise<ListProjectsCommandOutput>;
243
249
  listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
244
250
  listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
245
251
  listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
246
252
  /**
247
253
  * @see {@link ListReportGroupsCommand}
248
254
  */
255
+ listReportGroups(): Promise<ListReportGroupsCommandOutput>;
249
256
  listReportGroups(args: ListReportGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportGroupsCommandOutput>;
250
257
  listReportGroups(args: ListReportGroupsCommandInput, cb: (err: any, data?: ListReportGroupsCommandOutput) => void): void;
251
258
  listReportGroups(args: ListReportGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportGroupsCommandOutput) => void): void;
252
259
  /**
253
260
  * @see {@link ListReportsCommand}
254
261
  */
262
+ listReports(): Promise<ListReportsCommandOutput>;
255
263
  listReports(args: ListReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportsCommandOutput>;
256
264
  listReports(args: ListReportsCommandInput, cb: (err: any, data?: ListReportsCommandOutput) => void): void;
257
265
  listReports(args: ListReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportsCommandOutput) => void): void;
@@ -264,18 +272,21 @@ export interface CodeBuild {
264
272
  /**
265
273
  * @see {@link ListSharedProjectsCommand}
266
274
  */
275
+ listSharedProjects(): Promise<ListSharedProjectsCommandOutput>;
267
276
  listSharedProjects(args: ListSharedProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListSharedProjectsCommandOutput>;
268
277
  listSharedProjects(args: ListSharedProjectsCommandInput, cb: (err: any, data?: ListSharedProjectsCommandOutput) => void): void;
269
278
  listSharedProjects(args: ListSharedProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSharedProjectsCommandOutput) => void): void;
270
279
  /**
271
280
  * @see {@link ListSharedReportGroupsCommand}
272
281
  */
282
+ listSharedReportGroups(): Promise<ListSharedReportGroupsCommandOutput>;
273
283
  listSharedReportGroups(args: ListSharedReportGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListSharedReportGroupsCommandOutput>;
274
284
  listSharedReportGroups(args: ListSharedReportGroupsCommandInput, cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void): void;
275
285
  listSharedReportGroups(args: ListSharedReportGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void): void;
276
286
  /**
277
287
  * @see {@link ListSourceCredentialsCommand}
278
288
  */
289
+ listSourceCredentials(): Promise<ListSourceCredentialsCommandOutput>;
279
290
  listSourceCredentials(args: ListSourceCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListSourceCredentialsCommandOutput>;
280
291
  listSourceCredentials(args: ListSourceCredentialsCommandInput, cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void): void;
281
292
  listSourceCredentials(args: ListSourceCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void): void;
@@ -288,12 +299,14 @@ export interface CodeBuild {
288
299
  /**
289
300
  * @see {@link RetryBuildCommand}
290
301
  */
302
+ retryBuild(): Promise<RetryBuildCommandOutput>;
291
303
  retryBuild(args: RetryBuildCommandInput, options?: __HttpHandlerOptions): Promise<RetryBuildCommandOutput>;
292
304
  retryBuild(args: RetryBuildCommandInput, cb: (err: any, data?: RetryBuildCommandOutput) => void): void;
293
305
  retryBuild(args: RetryBuildCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryBuildCommandOutput) => void): void;
294
306
  /**
295
307
  * @see {@link RetryBuildBatchCommand}
296
308
  */
309
+ retryBuildBatch(): Promise<RetryBuildBatchCommandOutput>;
297
310
  retryBuildBatch(args: RetryBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<RetryBuildBatchCommandOutput>;
298
311
  retryBuildBatch(args: RetryBuildBatchCommandInput, cb: (err: any, data?: RetryBuildBatchCommandOutput) => void): void;
299
312
  retryBuildBatch(args: RetryBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryBuildBatchCommandOutput) => void): void;
@@ -353,7 +366,6 @@ export interface CodeBuild {
353
366
  updateWebhook(args: UpdateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
354
367
  }
355
368
  /**
356
- * @public
357
369
  * <fullname>CodeBuild</fullname>
358
370
  * <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code,
359
371
  * runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the
@@ -365,6 +377,7 @@ export interface CodeBuild {
365
377
  * <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild User
366
378
  * Guide</a>.</i>
367
379
  * </p>
380
+ * @public
368
381
  */
369
382
  export declare class CodeBuild extends CodeBuildClient implements CodeBuild {
370
383
  }
@@ -201,7 +201,6 @@ export type CodeBuildClientResolvedConfigType = __SmithyResolvedConfiguration<__
201
201
  export interface CodeBuildClientResolvedConfig extends CodeBuildClientResolvedConfigType {
202
202
  }
203
203
  /**
204
- * @public
205
204
  * <fullname>CodeBuild</fullname>
206
205
  * <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code,
207
206
  * runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the
@@ -213,6 +212,7 @@ export interface CodeBuildClientResolvedConfig extends CodeBuildClientResolvedCo
213
212
  * <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild User
214
213
  * Guide</a>.</i>
215
214
  * </p>
215
+ * @public
216
216
  */
217
217
  export declare class CodeBuildClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeBuildClientResolvedConfig> {
218
218
  /**
@@ -22,10 +22,10 @@ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput,
22
22
  }
23
23
  declare const BatchDeleteBuildsCommand_base: {
24
24
  new (input: BatchDeleteBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes one or more builds.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const BatchDeleteBuildsCommand_base: {
66
66
  * @throws {@link CodeBuildServiceException}
67
67
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class BatchDeleteBuildsCommand extends BatchDeleteBuildsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesO
22
22
  }
23
23
  declare const BatchGetBuildBatchesCommand_base: {
24
24
  new (input: BatchGetBuildBatchesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetBuildBatchesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about one or more batch builds.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -277,6 +277,7 @@ declare const BatchGetBuildBatchesCommand_base: {
277
277
  * @throws {@link CodeBuildServiceException}
278
278
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
279
279
  *
280
+ * @public
280
281
  */
281
282
  export declare class BatchGetBuildBatchesCommand extends BatchGetBuildBatchesCommand_base {
282
283
  }
@@ -22,10 +22,10 @@ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __Met
22
22
  }
23
23
  declare const BatchGetBuildsCommand_base: {
24
24
  new (input: BatchGetBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetBuildsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about one or more builds.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -247,6 +247,7 @@ declare const BatchGetBuildsCommand_base: {
247
247
  * @throws {@link CodeBuildServiceException}
248
248
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
249
249
  *
250
+ * @public
250
251
  */
251
252
  export declare class BatchGetBuildsCommand extends BatchGetBuildsCommand_base {
252
253
  }
@@ -22,10 +22,10 @@ export interface BatchGetFleetsCommandOutput extends BatchGetFleetsOutput, __Met
22
22
  }
23
23
  declare const BatchGetFleetsCommand_base: {
24
24
  new (input: BatchGetFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about one or more compute fleets.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const BatchGetFleetsCommand_base: {
67
67
  * // maxCapacity: Number("int"),
68
68
  * // desiredCapacity: Number("int"),
69
69
  * // },
70
+ * // overflowBehavior: "QUEUE" || "ON_DEMAND",
70
71
  * // tags: [ // TagList
71
72
  * // { // Tag
72
73
  * // key: "STRING_VALUE",
@@ -94,6 +95,7 @@ declare const BatchGetFleetsCommand_base: {
94
95
  * @throws {@link CodeBuildServiceException}
95
96
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
96
97
  *
98
+ * @public
97
99
  */
98
100
  export declare class BatchGetFleetsCommand extends BatchGetFleetsCommand_base {
99
101
  }
@@ -22,10 +22,10 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _
22
22
  }
23
23
  declare const BatchGetProjectsCommand_base: {
24
24
  new (input: BatchGetProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetProjectsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about one or more build projects.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -251,6 +251,7 @@ declare const BatchGetProjectsCommand_base: {
251
251
  * @throws {@link CodeBuildServiceException}
252
252
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
253
253
  *
254
+ * @public
254
255
  */
255
256
  export declare class BatchGetProjectsCommand extends BatchGetProjectsCommand_base {
256
257
  }
@@ -22,10 +22,10 @@ export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsO
22
22
  }
23
23
  declare const BatchGetReportGroupsCommand_base: {
24
24
  new (input: BatchGetReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetReportGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns an array of report groups.
31
31
  * </p>
@@ -89,6 +89,7 @@ declare const BatchGetReportGroupsCommand_base: {
89
89
  * @throws {@link CodeBuildServiceException}
90
90
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class BatchGetReportGroupsCommand extends BatchGetReportGroupsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __M
22
22
  }
23
23
  declare const BatchGetReportsCommand_base: {
24
24
  new (input: BatchGetReportsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetReportsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetReportsCommandInput, BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns an array of reports.
31
31
  * </p>
@@ -101,6 +101,7 @@ declare const BatchGetReportsCommand_base: {
101
101
  * @throws {@link CodeBuildServiceException}
102
102
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class BatchGetReportsCommand extends BatchGetReportsCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
22
22
  }
23
23
  declare const CreateFleetCommand_base: {
24
24
  new (input: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFleetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFleetCommandInput, CreateFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a compute fleet.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -48,6 +48,7 @@ declare const CreateFleetCommand_base: {
48
48
  * ],
49
49
  * maxCapacity: Number("int"),
50
50
  * },
51
+ * overflowBehavior: "QUEUE" || "ON_DEMAND",
51
52
  * tags: [ // TagList
52
53
  * { // Tag
53
54
  * key: "STRING_VALUE",
@@ -83,6 +84,7 @@ declare const CreateFleetCommand_base: {
83
84
  * // maxCapacity: Number("int"),
84
85
  * // desiredCapacity: Number("int"),
85
86
  * // },
87
+ * // overflowBehavior: "QUEUE" || "ON_DEMAND",
86
88
  * // tags: [ // TagList
87
89
  * // { // Tag
88
90
  * // key: "STRING_VALUE",
@@ -113,6 +115,7 @@ declare const CreateFleetCommand_base: {
113
115
  * @throws {@link CodeBuildServiceException}
114
116
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
115
117
  *
118
+ * @public
116
119
  */
117
120
  export declare class CreateFleetCommand extends CreateFleetCommand_base {
118
121
  }
@@ -22,10 +22,10 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
22
22
  }
23
23
  declare const CreateProjectCommand_base: {
24
24
  new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a build project.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -411,6 +411,7 @@ declare const CreateProjectCommand_base: {
411
411
  * @throws {@link CodeBuildServiceException}
412
412
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
413
413
  *
414
+ * @public
414
415
  */
415
416
  export declare class CreateProjectCommand extends CreateProjectCommand_base {
416
417
  }
@@ -22,10 +22,10 @@ export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput,
22
22
  }
23
23
  declare const CreateReportGroupCommand_base: {
24
24
  new (input: CreateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReportGroupCommandInput, CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Creates a report group. A report group contains a collection of reports.
31
31
  * </p>
@@ -107,6 +107,7 @@ declare const CreateReportGroupCommand_base: {
107
107
  * @throws {@link CodeBuildServiceException}
108
108
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class CreateReportGroupCommand extends CreateReportGroupCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad
22
22
  }
23
23
  declare const CreateWebhookCommand_base: {
24
24
  new (input: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
30
30
  * Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a
31
31
  * code change is pushed to the repository.</p>
@@ -103,6 +103,7 @@ declare const CreateWebhookCommand_base: {
103
103
  * @throws {@link CodeBuildServiceException}
104
104
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, _
22
22
  }
23
23
  declare const DeleteBuildBatchCommand_base: {
24
24
  new (input: DeleteBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBuildBatchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a batch build.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteBuildBatchCommand_base: {
65
65
  * @throws {@link CodeBuildServiceException}
66
66
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteBuildBatchCommand extends DeleteBuildBatchCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteFleetCommandOutput extends DeleteFleetOutput, __MetadataB
22
22
  }
23
23
  declare const DeleteFleetCommand_base: {
24
24
  new (input: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFleetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFleetCommandInput, DeleteFleetCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a compute fleet. When you delete a compute fleet, its builds are not deleted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteFleetCommand_base: {
54
54
  * @throws {@link CodeBuildServiceException}
55
55
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteFleetCommand extends DeleteFleetCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __Metad
22
22
  }
23
23
  declare const DeleteProjectCommand_base: {
24
24
  new (input: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteProjectCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectCommandInput, DeleteProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a build project. When you delete a project, its builds are not deleted.
30
30
  * </p>
31
31
  * @example
@@ -55,6 +55,7 @@ declare const DeleteProjectCommand_base: {
55
55
  * @throws {@link CodeBuildServiceException}
56
56
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface DeleteReportCommandOutput extends DeleteReportOutput, __Metadat
22
22
  }
23
23
  declare const DeleteReportCommand_base: {
24
24
  new (input: DeleteReportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteReportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes a report.
31
31
  * </p>
@@ -56,6 +56,7 @@ declare const DeleteReportCommand_base: {
56
56
  * @throws {@link CodeBuildServiceException}
57
57
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
58
58
  *
59
+ * @public
59
60
  */
60
61
  export declare class DeleteReportCommand extends DeleteReportCommand_base {
61
62
  }
@@ -22,10 +22,10 @@ export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput,
22
22
  }
23
23
  declare const DeleteReportGroupCommand_base: {
24
24
  new (input: DeleteReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a report group. Before you delete a report group, you must delete its reports. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const DeleteReportGroupCommand_base: {
55
55
  * @throws {@link CodeBuildServiceException}
56
56
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class DeleteReportGroupCommand extends DeleteReportGroupCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a resource policy that is identified by its resource ARN. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteResourcePolicyCommand_base: {
54
54
  * @throws {@link CodeBuildServiceException}
55
55
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCreden
22
22
  }
23
23
  declare const DeleteSourceCredentialsCommand_base: {
24
24
  new (input: DeleteSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSourceCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const DeleteSourceCredentialsCommand_base: {
59
59
  * @throws {@link CodeBuildServiceException}
60
60
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class DeleteSourceCredentialsCommand extends DeleteSourceCredentialsCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __Metad
22
22
  }
23
23
  declare const DeleteWebhookCommand_base: {
24
24
  new (input: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
30
30
  * Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code
31
31
  * change is pushed to the repository.</p>
@@ -62,6 +62,7 @@ declare const DeleteWebhookCommand_base: {
62
62
  * @throws {@link CodeBuildServiceException}
63
63
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
67
68
  }