@aws-sdk/client-codebuild 3.781.0 → 3.784.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 (56) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +558 -1
  3. package/dist-es/CodeBuild.js +18 -0
  4. package/dist-es/commands/BatchGetCommandExecutionsCommand.js +23 -0
  5. package/dist-es/commands/BatchGetSandboxesCommand.js +22 -0
  6. package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +23 -0
  7. package/dist-es/commands/ListSandboxesCommand.js +22 -0
  8. package/dist-es/commands/ListSandboxesForProjectCommand.js +23 -0
  9. package/dist-es/commands/StartCommandExecutionCommand.js +23 -0
  10. package/dist-es/commands/StartSandboxCommand.js +23 -0
  11. package/dist-es/commands/StartSandboxConnectionCommand.js +22 -0
  12. package/dist-es/commands/StopSandboxCommand.js +22 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/models/models_0.js +53 -0
  15. package/dist-es/pagination/ListCommandExecutionsForSandboxPaginator.js +4 -0
  16. package/dist-es/pagination/ListSandboxesForProjectPaginator.js +4 -0
  17. package/dist-es/pagination/ListSandboxesPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +3 -0
  19. package/dist-es/protocols/Aws_json1_1.js +305 -1
  20. package/dist-types/CodeBuild.d.ts +65 -0
  21. package/dist-types/CodeBuildClient.d.ts +11 -2
  22. package/dist-types/commands/BatchGetCommandExecutionsCommand.d.ts +115 -0
  23. package/dist-types/commands/BatchGetSandboxesCommand.d.ts +248 -0
  24. package/dist-types/commands/ListCommandExecutionsForSandboxCommand.d.ts +116 -0
  25. package/dist-types/commands/ListSandboxesCommand.d.ts +80 -0
  26. package/dist-types/commands/ListSandboxesForProjectCommand.d.ts +84 -0
  27. package/dist-types/commands/StartCommandExecutionCommand.d.ts +112 -0
  28. package/dist-types/commands/StartSandboxCommand.d.ts +248 -0
  29. package/dist-types/commands/StartSandboxConnectionCommand.d.ts +82 -0
  30. package/dist-types/commands/StopSandboxCommand.d.ts +244 -0
  31. package/dist-types/commands/index.d.ts +9 -0
  32. package/dist-types/models/models_0.d.ts +639 -0
  33. package/dist-types/pagination/ListCommandExecutionsForSandboxPaginator.d.ts +7 -0
  34. package/dist-types/pagination/ListSandboxesForProjectPaginator.d.ts +7 -0
  35. package/dist-types/pagination/ListSandboxesPaginator.d.ts +7 -0
  36. package/dist-types/pagination/index.d.ts +3 -0
  37. package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
  38. package/dist-types/ts3.4/CodeBuild.d.ts +155 -0
  39. package/dist-types/ts3.4/CodeBuildClient.d.ts +54 -0
  40. package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/ListSandboxesCommand.d.ts +47 -0
  44. package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/StartSandboxCommand.d.ts +47 -0
  47. package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +47 -0
  49. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +167 -0
  51. package/dist-types/ts3.4/pagination/ListCommandExecutionsForSandboxPaginator.d.ts +11 -0
  52. package/dist-types/ts3.4/pagination/ListSandboxesForProjectPaginator.d.ts +11 -0
  53. package/dist-types/ts3.4/pagination/ListSandboxesPaginator.d.ts +11 -0
  54. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  55. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
  56. package/package.json +5 -5
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListSandboxesCommandInput, ListSandboxesCommandOutput } from "../commands/ListSandboxesCommand";
3
+ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListSandboxes: (config: CodeBuildPaginationConfiguration, input: ListSandboxesCommandInput, ...rest: any[]) => Paginator<ListSandboxesCommandOutput>;
@@ -5,10 +5,13 @@ export * from "./ListBuildBatchesForProjectPaginator";
5
5
  export * from "./ListBuildBatchesPaginator";
6
6
  export * from "./ListBuildsForProjectPaginator";
7
7
  export * from "./ListBuildsPaginator";
8
+ export * from "./ListCommandExecutionsForSandboxPaginator";
8
9
  export * from "./ListFleetsPaginator";
9
10
  export * from "./ListProjectsPaginator";
10
11
  export * from "./ListReportGroupsPaginator";
11
12
  export * from "./ListReportsForReportGroupPaginator";
12
13
  export * from "./ListReportsPaginator";
14
+ export * from "./ListSandboxesForProjectPaginator";
15
+ export * from "./ListSandboxesPaginator";
13
16
  export * from "./ListSharedProjectsPaginator";
14
17
  export * from "./ListSharedReportGroupsPaginator";
@@ -3,10 +3,12 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput } from "../commands/BatchDeleteBuildsCommand";
4
4
  import { BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput } from "../commands/BatchGetBuildBatchesCommand";
5
5
  import { BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput } from "../commands/BatchGetBuildsCommand";
6
+ import { BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput } from "../commands/BatchGetCommandExecutionsCommand";
6
7
  import { BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput } from "../commands/BatchGetFleetsCommand";
7
8
  import { BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput } from "../commands/BatchGetProjectsCommand";
8
9
  import { BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput } from "../commands/BatchGetReportGroupsCommand";
9
10
  import { BatchGetReportsCommandInput, BatchGetReportsCommandOutput } from "../commands/BatchGetReportsCommand";
11
+ import { BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput } from "../commands/BatchGetSandboxesCommand";
10
12
  import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
11
13
  import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
12
14
  import { CreateReportGroupCommandInput, CreateReportGroupCommandOutput } from "../commands/CreateReportGroupCommand";
@@ -29,12 +31,15 @@ import { ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput } from "../
29
31
  import { ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput } from "../commands/ListBuildBatchesForProjectCommand";
30
32
  import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
31
33
  import { ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput } from "../commands/ListBuildsForProjectCommand";
34
+ import { ListCommandExecutionsForSandboxCommandInput, ListCommandExecutionsForSandboxCommandOutput } from "../commands/ListCommandExecutionsForSandboxCommand";
32
35
  import { ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput } from "../commands/ListCuratedEnvironmentImagesCommand";
33
36
  import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
34
37
  import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
35
38
  import { ListReportGroupsCommandInput, ListReportGroupsCommandOutput } from "../commands/ListReportGroupsCommand";
36
39
  import { ListReportsCommandInput, ListReportsCommandOutput } from "../commands/ListReportsCommand";
37
40
  import { ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput } from "../commands/ListReportsForReportGroupCommand";
41
+ import { ListSandboxesCommandInput, ListSandboxesCommandOutput } from "../commands/ListSandboxesCommand";
42
+ import { ListSandboxesForProjectCommandInput, ListSandboxesForProjectCommandOutput } from "../commands/ListSandboxesForProjectCommand";
38
43
  import { ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput } from "../commands/ListSharedProjectsCommand";
39
44
  import { ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput } from "../commands/ListSharedReportGroupsCommand";
40
45
  import { ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput } from "../commands/ListSourceCredentialsCommand";
@@ -43,8 +48,12 @@ import { RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput } from "../co
43
48
  import { RetryBuildCommandInput, RetryBuildCommandOutput } from "../commands/RetryBuildCommand";
44
49
  import { StartBuildBatchCommandInput, StartBuildBatchCommandOutput } from "../commands/StartBuildBatchCommand";
45
50
  import { StartBuildCommandInput, StartBuildCommandOutput } from "../commands/StartBuildCommand";
51
+ import { StartCommandExecutionCommandInput, StartCommandExecutionCommandOutput } from "../commands/StartCommandExecutionCommand";
52
+ import { StartSandboxCommandInput, StartSandboxCommandOutput } from "../commands/StartSandboxCommand";
53
+ import { StartSandboxConnectionCommandInput, StartSandboxConnectionCommandOutput } from "../commands/StartSandboxConnectionCommand";
46
54
  import { StopBuildBatchCommandInput, StopBuildBatchCommandOutput } from "../commands/StopBuildBatchCommand";
47
55
  import { StopBuildCommandInput, StopBuildCommandOutput } from "../commands/StopBuildCommand";
56
+ import { StopSandboxCommandInput, StopSandboxCommandOutput } from "../commands/StopSandboxCommand";
48
57
  import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "../commands/UpdateFleetCommand";
49
58
  import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
50
59
  import { UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput } from "../commands/UpdateProjectVisibilityCommand";
@@ -62,6 +71,10 @@ export declare const se_BatchGetBuildBatchesCommand: (input: BatchGetBuildBatche
62
71
  * serializeAws_json1_1BatchGetBuildsCommand
63
72
  */
64
73
  export declare const se_BatchGetBuildsCommand: (input: BatchGetBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_json1_1BatchGetCommandExecutionsCommand
76
+ */
77
+ export declare const se_BatchGetCommandExecutionsCommand: (input: BatchGetCommandExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
78
  /**
66
79
  * serializeAws_json1_1BatchGetFleetsCommand
67
80
  */
@@ -78,6 +91,10 @@ export declare const se_BatchGetReportGroupsCommand: (input: BatchGetReportGroup
78
91
  * serializeAws_json1_1BatchGetReportsCommand
79
92
  */
80
93
  export declare const se_BatchGetReportsCommand: (input: BatchGetReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_json1_1BatchGetSandboxesCommand
96
+ */
97
+ export declare const se_BatchGetSandboxesCommand: (input: BatchGetSandboxesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
98
  /**
82
99
  * serializeAws_json1_1CreateFleetCommand
83
100
  */
@@ -166,6 +183,10 @@ export declare const se_ListBuildsCommand: (input: ListBuildsCommandInput, conte
166
183
  * serializeAws_json1_1ListBuildsForProjectCommand
167
184
  */
168
185
  export declare const se_ListBuildsForProjectCommand: (input: ListBuildsForProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_json1_1ListCommandExecutionsForSandboxCommand
188
+ */
189
+ export declare const se_ListCommandExecutionsForSandboxCommand: (input: ListCommandExecutionsForSandboxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
190
  /**
170
191
  * serializeAws_json1_1ListCuratedEnvironmentImagesCommand
171
192
  */
@@ -190,6 +211,14 @@ export declare const se_ListReportsCommand: (input: ListReportsCommandInput, con
190
211
  * serializeAws_json1_1ListReportsForReportGroupCommand
191
212
  */
192
213
  export declare const se_ListReportsForReportGroupCommand: (input: ListReportsForReportGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ /**
215
+ * serializeAws_json1_1ListSandboxesCommand
216
+ */
217
+ export declare const se_ListSandboxesCommand: (input: ListSandboxesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ /**
219
+ * serializeAws_json1_1ListSandboxesForProjectCommand
220
+ */
221
+ export declare const se_ListSandboxesForProjectCommand: (input: ListSandboxesForProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
222
  /**
194
223
  * serializeAws_json1_1ListSharedProjectsCommand
195
224
  */
@@ -222,6 +251,18 @@ export declare const se_StartBuildCommand: (input: StartBuildCommandInput, conte
222
251
  * serializeAws_json1_1StartBuildBatchCommand
223
252
  */
224
253
  export declare const se_StartBuildBatchCommand: (input: StartBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
+ /**
255
+ * serializeAws_json1_1StartCommandExecutionCommand
256
+ */
257
+ export declare const se_StartCommandExecutionCommand: (input: StartCommandExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
+ /**
259
+ * serializeAws_json1_1StartSandboxCommand
260
+ */
261
+ export declare const se_StartSandboxCommand: (input: StartSandboxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
+ /**
263
+ * serializeAws_json1_1StartSandboxConnectionCommand
264
+ */
265
+ export declare const se_StartSandboxConnectionCommand: (input: StartSandboxConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
266
  /**
226
267
  * serializeAws_json1_1StopBuildCommand
227
268
  */
@@ -230,6 +271,10 @@ export declare const se_StopBuildCommand: (input: StopBuildCommandInput, context
230
271
  * serializeAws_json1_1StopBuildBatchCommand
231
272
  */
232
273
  export declare const se_StopBuildBatchCommand: (input: StopBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
+ /**
275
+ * serializeAws_json1_1StopSandboxCommand
276
+ */
277
+ export declare const se_StopSandboxCommand: (input: StopSandboxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
278
  /**
234
279
  * serializeAws_json1_1UpdateFleetCommand
235
280
  */
@@ -262,6 +307,10 @@ export declare const de_BatchGetBuildBatchesCommand: (output: __HttpResponse, co
262
307
  * deserializeAws_json1_1BatchGetBuildsCommand
263
308
  */
264
309
  export declare const de_BatchGetBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBuildsCommandOutput>;
310
+ /**
311
+ * deserializeAws_json1_1BatchGetCommandExecutionsCommand
312
+ */
313
+ export declare const de_BatchGetCommandExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCommandExecutionsCommandOutput>;
265
314
  /**
266
315
  * deserializeAws_json1_1BatchGetFleetsCommand
267
316
  */
@@ -278,6 +327,10 @@ export declare const de_BatchGetReportGroupsCommand: (output: __HttpResponse, co
278
327
  * deserializeAws_json1_1BatchGetReportsCommand
279
328
  */
280
329
  export declare const de_BatchGetReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetReportsCommandOutput>;
330
+ /**
331
+ * deserializeAws_json1_1BatchGetSandboxesCommand
332
+ */
333
+ export declare const de_BatchGetSandboxesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetSandboxesCommandOutput>;
281
334
  /**
282
335
  * deserializeAws_json1_1CreateFleetCommand
283
336
  */
@@ -366,6 +419,10 @@ export declare const de_ListBuildsCommand: (output: __HttpResponse, context: __S
366
419
  * deserializeAws_json1_1ListBuildsForProjectCommand
367
420
  */
368
421
  export declare const de_ListBuildsForProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildsForProjectCommandOutput>;
422
+ /**
423
+ * deserializeAws_json1_1ListCommandExecutionsForSandboxCommand
424
+ */
425
+ export declare const de_ListCommandExecutionsForSandboxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCommandExecutionsForSandboxCommandOutput>;
369
426
  /**
370
427
  * deserializeAws_json1_1ListCuratedEnvironmentImagesCommand
371
428
  */
@@ -390,6 +447,14 @@ export declare const de_ListReportsCommand: (output: __HttpResponse, context: __
390
447
  * deserializeAws_json1_1ListReportsForReportGroupCommand
391
448
  */
392
449
  export declare const de_ListReportsForReportGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportsForReportGroupCommandOutput>;
450
+ /**
451
+ * deserializeAws_json1_1ListSandboxesCommand
452
+ */
453
+ export declare const de_ListSandboxesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSandboxesCommandOutput>;
454
+ /**
455
+ * deserializeAws_json1_1ListSandboxesForProjectCommand
456
+ */
457
+ export declare const de_ListSandboxesForProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSandboxesForProjectCommandOutput>;
393
458
  /**
394
459
  * deserializeAws_json1_1ListSharedProjectsCommand
395
460
  */
@@ -422,6 +487,18 @@ export declare const de_StartBuildCommand: (output: __HttpResponse, context: __S
422
487
  * deserializeAws_json1_1StartBuildBatchCommand
423
488
  */
424
489
  export declare const de_StartBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBuildBatchCommandOutput>;
490
+ /**
491
+ * deserializeAws_json1_1StartCommandExecutionCommand
492
+ */
493
+ export declare const de_StartCommandExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCommandExecutionCommandOutput>;
494
+ /**
495
+ * deserializeAws_json1_1StartSandboxCommand
496
+ */
497
+ export declare const de_StartSandboxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSandboxCommandOutput>;
498
+ /**
499
+ * deserializeAws_json1_1StartSandboxConnectionCommand
500
+ */
501
+ export declare const de_StartSandboxConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSandboxConnectionCommandOutput>;
425
502
  /**
426
503
  * deserializeAws_json1_1StopBuildCommand
427
504
  */
@@ -430,6 +507,10 @@ export declare const de_StopBuildCommand: (output: __HttpResponse, context: __Se
430
507
  * deserializeAws_json1_1StopBuildBatchCommand
431
508
  */
432
509
  export declare const de_StopBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBuildBatchCommandOutput>;
510
+ /**
511
+ * deserializeAws_json1_1StopSandboxCommand
512
+ */
513
+ export declare const de_StopSandboxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSandboxCommandOutput>;
433
514
  /**
434
515
  * deserializeAws_json1_1UpdateFleetCommand
435
516
  */
@@ -12,6 +12,10 @@ import {
12
12
  BatchGetBuildsCommandInput,
13
13
  BatchGetBuildsCommandOutput,
14
14
  } from "./commands/BatchGetBuildsCommand";
15
+ import {
16
+ BatchGetCommandExecutionsCommandInput,
17
+ BatchGetCommandExecutionsCommandOutput,
18
+ } from "./commands/BatchGetCommandExecutionsCommand";
15
19
  import {
16
20
  BatchGetFleetsCommandInput,
17
21
  BatchGetFleetsCommandOutput,
@@ -28,6 +32,10 @@ import {
28
32
  BatchGetReportsCommandInput,
29
33
  BatchGetReportsCommandOutput,
30
34
  } from "./commands/BatchGetReportsCommand";
35
+ import {
36
+ BatchGetSandboxesCommandInput,
37
+ BatchGetSandboxesCommandOutput,
38
+ } from "./commands/BatchGetSandboxesCommand";
31
39
  import {
32
40
  CreateFleetCommandInput,
33
41
  CreateFleetCommandOutput,
@@ -116,6 +124,10 @@ import {
116
124
  ListBuildsForProjectCommandInput,
117
125
  ListBuildsForProjectCommandOutput,
118
126
  } from "./commands/ListBuildsForProjectCommand";
127
+ import {
128
+ ListCommandExecutionsForSandboxCommandInput,
129
+ ListCommandExecutionsForSandboxCommandOutput,
130
+ } from "./commands/ListCommandExecutionsForSandboxCommand";
119
131
  import {
120
132
  ListCuratedEnvironmentImagesCommandInput,
121
133
  ListCuratedEnvironmentImagesCommandOutput,
@@ -140,6 +152,14 @@ import {
140
152
  ListReportsForReportGroupCommandInput,
141
153
  ListReportsForReportGroupCommandOutput,
142
154
  } from "./commands/ListReportsForReportGroupCommand";
155
+ import {
156
+ ListSandboxesCommandInput,
157
+ ListSandboxesCommandOutput,
158
+ } from "./commands/ListSandboxesCommand";
159
+ import {
160
+ ListSandboxesForProjectCommandInput,
161
+ ListSandboxesForProjectCommandOutput,
162
+ } from "./commands/ListSandboxesForProjectCommand";
143
163
  import {
144
164
  ListSharedProjectsCommandInput,
145
165
  ListSharedProjectsCommandOutput,
@@ -172,6 +192,18 @@ import {
172
192
  StartBuildCommandInput,
173
193
  StartBuildCommandOutput,
174
194
  } from "./commands/StartBuildCommand";
195
+ import {
196
+ StartCommandExecutionCommandInput,
197
+ StartCommandExecutionCommandOutput,
198
+ } from "./commands/StartCommandExecutionCommand";
199
+ import {
200
+ StartSandboxCommandInput,
201
+ StartSandboxCommandOutput,
202
+ } from "./commands/StartSandboxCommand";
203
+ import {
204
+ StartSandboxConnectionCommandInput,
205
+ StartSandboxConnectionCommandOutput,
206
+ } from "./commands/StartSandboxConnectionCommand";
175
207
  import {
176
208
  StopBuildBatchCommandInput,
177
209
  StopBuildBatchCommandOutput,
@@ -180,6 +212,10 @@ import {
180
212
  StopBuildCommandInput,
181
213
  StopBuildCommandOutput,
182
214
  } from "./commands/StopBuildCommand";
215
+ import {
216
+ StopSandboxCommandInput,
217
+ StopSandboxCommandOutput,
218
+ } from "./commands/StopSandboxCommand";
183
219
  import {
184
220
  UpdateFleetCommandInput,
185
221
  UpdateFleetCommandOutput,
@@ -240,6 +276,19 @@ export interface CodeBuild {
240
276
  options: __HttpHandlerOptions,
241
277
  cb: (err: any, data?: BatchGetBuildsCommandOutput) => void
242
278
  ): void;
279
+ batchGetCommandExecutions(
280
+ args: BatchGetCommandExecutionsCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<BatchGetCommandExecutionsCommandOutput>;
283
+ batchGetCommandExecutions(
284
+ args: BatchGetCommandExecutionsCommandInput,
285
+ cb: (err: any, data?: BatchGetCommandExecutionsCommandOutput) => void
286
+ ): void;
287
+ batchGetCommandExecutions(
288
+ args: BatchGetCommandExecutionsCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: BatchGetCommandExecutionsCommandOutput) => void
291
+ ): void;
243
292
  batchGetFleets(
244
293
  args: BatchGetFleetsCommandInput,
245
294
  options?: __HttpHandlerOptions
@@ -292,6 +341,19 @@ export interface CodeBuild {
292
341
  options: __HttpHandlerOptions,
293
342
  cb: (err: any, data?: BatchGetReportsCommandOutput) => void
294
343
  ): void;
344
+ batchGetSandboxes(
345
+ args: BatchGetSandboxesCommandInput,
346
+ options?: __HttpHandlerOptions
347
+ ): Promise<BatchGetSandboxesCommandOutput>;
348
+ batchGetSandboxes(
349
+ args: BatchGetSandboxesCommandInput,
350
+ cb: (err: any, data?: BatchGetSandboxesCommandOutput) => void
351
+ ): void;
352
+ batchGetSandboxes(
353
+ args: BatchGetSandboxesCommandInput,
354
+ options: __HttpHandlerOptions,
355
+ cb: (err: any, data?: BatchGetSandboxesCommandOutput) => void
356
+ ): void;
295
357
  createFleet(
296
358
  args: CreateFleetCommandInput,
297
359
  options?: __HttpHandlerOptions
@@ -581,6 +643,19 @@ export interface CodeBuild {
581
643
  options: __HttpHandlerOptions,
582
644
  cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void
583
645
  ): void;
646
+ listCommandExecutionsForSandbox(
647
+ args: ListCommandExecutionsForSandboxCommandInput,
648
+ options?: __HttpHandlerOptions
649
+ ): Promise<ListCommandExecutionsForSandboxCommandOutput>;
650
+ listCommandExecutionsForSandbox(
651
+ args: ListCommandExecutionsForSandboxCommandInput,
652
+ cb: (err: any, data?: ListCommandExecutionsForSandboxCommandOutput) => void
653
+ ): void;
654
+ listCommandExecutionsForSandbox(
655
+ args: ListCommandExecutionsForSandboxCommandInput,
656
+ options: __HttpHandlerOptions,
657
+ cb: (err: any, data?: ListCommandExecutionsForSandboxCommandOutput) => void
658
+ ): void;
584
659
  listCuratedEnvironmentImages(): Promise<ListCuratedEnvironmentImagesCommandOutput>;
585
660
  listCuratedEnvironmentImages(
586
661
  args: ListCuratedEnvironmentImagesCommandInput,
@@ -664,6 +739,33 @@ export interface CodeBuild {
664
739
  options: __HttpHandlerOptions,
665
740
  cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void
666
741
  ): void;
742
+ listSandboxes(): Promise<ListSandboxesCommandOutput>;
743
+ listSandboxes(
744
+ args: ListSandboxesCommandInput,
745
+ options?: __HttpHandlerOptions
746
+ ): Promise<ListSandboxesCommandOutput>;
747
+ listSandboxes(
748
+ args: ListSandboxesCommandInput,
749
+ cb: (err: any, data?: ListSandboxesCommandOutput) => void
750
+ ): void;
751
+ listSandboxes(
752
+ args: ListSandboxesCommandInput,
753
+ options: __HttpHandlerOptions,
754
+ cb: (err: any, data?: ListSandboxesCommandOutput) => void
755
+ ): void;
756
+ listSandboxesForProject(
757
+ args: ListSandboxesForProjectCommandInput,
758
+ options?: __HttpHandlerOptions
759
+ ): Promise<ListSandboxesForProjectCommandOutput>;
760
+ listSandboxesForProject(
761
+ args: ListSandboxesForProjectCommandInput,
762
+ cb: (err: any, data?: ListSandboxesForProjectCommandOutput) => void
763
+ ): void;
764
+ listSandboxesForProject(
765
+ args: ListSandboxesForProjectCommandInput,
766
+ options: __HttpHandlerOptions,
767
+ cb: (err: any, data?: ListSandboxesForProjectCommandOutput) => void
768
+ ): void;
667
769
  listSharedProjects(): Promise<ListSharedProjectsCommandOutput>;
668
770
  listSharedProjects(
669
771
  args: ListSharedProjectsCommandInput,
@@ -773,6 +875,46 @@ export interface CodeBuild {
773
875
  options: __HttpHandlerOptions,
774
876
  cb: (err: any, data?: StartBuildBatchCommandOutput) => void
775
877
  ): void;
878
+ startCommandExecution(
879
+ args: StartCommandExecutionCommandInput,
880
+ options?: __HttpHandlerOptions
881
+ ): Promise<StartCommandExecutionCommandOutput>;
882
+ startCommandExecution(
883
+ args: StartCommandExecutionCommandInput,
884
+ cb: (err: any, data?: StartCommandExecutionCommandOutput) => void
885
+ ): void;
886
+ startCommandExecution(
887
+ args: StartCommandExecutionCommandInput,
888
+ options: __HttpHandlerOptions,
889
+ cb: (err: any, data?: StartCommandExecutionCommandOutput) => void
890
+ ): void;
891
+ startSandbox(): Promise<StartSandboxCommandOutput>;
892
+ startSandbox(
893
+ args: StartSandboxCommandInput,
894
+ options?: __HttpHandlerOptions
895
+ ): Promise<StartSandboxCommandOutput>;
896
+ startSandbox(
897
+ args: StartSandboxCommandInput,
898
+ cb: (err: any, data?: StartSandboxCommandOutput) => void
899
+ ): void;
900
+ startSandbox(
901
+ args: StartSandboxCommandInput,
902
+ options: __HttpHandlerOptions,
903
+ cb: (err: any, data?: StartSandboxCommandOutput) => void
904
+ ): void;
905
+ startSandboxConnection(
906
+ args: StartSandboxConnectionCommandInput,
907
+ options?: __HttpHandlerOptions
908
+ ): Promise<StartSandboxConnectionCommandOutput>;
909
+ startSandboxConnection(
910
+ args: StartSandboxConnectionCommandInput,
911
+ cb: (err: any, data?: StartSandboxConnectionCommandOutput) => void
912
+ ): void;
913
+ startSandboxConnection(
914
+ args: StartSandboxConnectionCommandInput,
915
+ options: __HttpHandlerOptions,
916
+ cb: (err: any, data?: StartSandboxConnectionCommandOutput) => void
917
+ ): void;
776
918
  stopBuild(
777
919
  args: StopBuildCommandInput,
778
920
  options?: __HttpHandlerOptions
@@ -799,6 +941,19 @@ export interface CodeBuild {
799
941
  options: __HttpHandlerOptions,
800
942
  cb: (err: any, data?: StopBuildBatchCommandOutput) => void
801
943
  ): void;
944
+ stopSandbox(
945
+ args: StopSandboxCommandInput,
946
+ options?: __HttpHandlerOptions
947
+ ): Promise<StopSandboxCommandOutput>;
948
+ stopSandbox(
949
+ args: StopSandboxCommandInput,
950
+ cb: (err: any, data?: StopSandboxCommandOutput) => void
951
+ ): void;
952
+ stopSandbox(
953
+ args: StopSandboxCommandInput,
954
+ options: __HttpHandlerOptions,
955
+ cb: (err: any, data?: StopSandboxCommandOutput) => void
956
+ ): void;
802
957
  updateFleet(
803
958
  args: UpdateFleetCommandInput,
804
959
  options?: __HttpHandlerOptions
@@ -57,6 +57,10 @@ import {
57
57
  BatchGetBuildsCommandInput,
58
58
  BatchGetBuildsCommandOutput,
59
59
  } from "./commands/BatchGetBuildsCommand";
60
+ import {
61
+ BatchGetCommandExecutionsCommandInput,
62
+ BatchGetCommandExecutionsCommandOutput,
63
+ } from "./commands/BatchGetCommandExecutionsCommand";
60
64
  import {
61
65
  BatchGetFleetsCommandInput,
62
66
  BatchGetFleetsCommandOutput,
@@ -73,6 +77,10 @@ import {
73
77
  BatchGetReportsCommandInput,
74
78
  BatchGetReportsCommandOutput,
75
79
  } from "./commands/BatchGetReportsCommand";
80
+ import {
81
+ BatchGetSandboxesCommandInput,
82
+ BatchGetSandboxesCommandOutput,
83
+ } from "./commands/BatchGetSandboxesCommand";
76
84
  import {
77
85
  CreateFleetCommandInput,
78
86
  CreateFleetCommandOutput,
@@ -161,6 +169,10 @@ import {
161
169
  ListBuildsForProjectCommandInput,
162
170
  ListBuildsForProjectCommandOutput,
163
171
  } from "./commands/ListBuildsForProjectCommand";
172
+ import {
173
+ ListCommandExecutionsForSandboxCommandInput,
174
+ ListCommandExecutionsForSandboxCommandOutput,
175
+ } from "./commands/ListCommandExecutionsForSandboxCommand";
164
176
  import {
165
177
  ListCuratedEnvironmentImagesCommandInput,
166
178
  ListCuratedEnvironmentImagesCommandOutput,
@@ -185,6 +197,14 @@ import {
185
197
  ListReportsForReportGroupCommandInput,
186
198
  ListReportsForReportGroupCommandOutput,
187
199
  } from "./commands/ListReportsForReportGroupCommand";
200
+ import {
201
+ ListSandboxesCommandInput,
202
+ ListSandboxesCommandOutput,
203
+ } from "./commands/ListSandboxesCommand";
204
+ import {
205
+ ListSandboxesForProjectCommandInput,
206
+ ListSandboxesForProjectCommandOutput,
207
+ } from "./commands/ListSandboxesForProjectCommand";
188
208
  import {
189
209
  ListSharedProjectsCommandInput,
190
210
  ListSharedProjectsCommandOutput,
@@ -217,6 +237,18 @@ import {
217
237
  StartBuildCommandInput,
218
238
  StartBuildCommandOutput,
219
239
  } from "./commands/StartBuildCommand";
240
+ import {
241
+ StartCommandExecutionCommandInput,
242
+ StartCommandExecutionCommandOutput,
243
+ } from "./commands/StartCommandExecutionCommand";
244
+ import {
245
+ StartSandboxCommandInput,
246
+ StartSandboxCommandOutput,
247
+ } from "./commands/StartSandboxCommand";
248
+ import {
249
+ StartSandboxConnectionCommandInput,
250
+ StartSandboxConnectionCommandOutput,
251
+ } from "./commands/StartSandboxConnectionCommand";
220
252
  import {
221
253
  StopBuildBatchCommandInput,
222
254
  StopBuildBatchCommandOutput,
@@ -225,6 +257,10 @@ import {
225
257
  StopBuildCommandInput,
226
258
  StopBuildCommandOutput,
227
259
  } from "./commands/StopBuildCommand";
260
+ import {
261
+ StopSandboxCommandInput,
262
+ StopSandboxCommandOutput,
263
+ } from "./commands/StopSandboxCommand";
228
264
  import {
229
265
  UpdateFleetCommandInput,
230
266
  UpdateFleetCommandOutput,
@@ -256,10 +292,12 @@ export type ServiceInputTypes =
256
292
  | BatchDeleteBuildsCommandInput
257
293
  | BatchGetBuildBatchesCommandInput
258
294
  | BatchGetBuildsCommandInput
295
+ | BatchGetCommandExecutionsCommandInput
259
296
  | BatchGetFleetsCommandInput
260
297
  | BatchGetProjectsCommandInput
261
298
  | BatchGetReportGroupsCommandInput
262
299
  | BatchGetReportsCommandInput
300
+ | BatchGetSandboxesCommandInput
263
301
  | CreateFleetCommandInput
264
302
  | CreateProjectCommandInput
265
303
  | CreateReportGroupCommandInput
@@ -282,12 +320,15 @@ export type ServiceInputTypes =
282
320
  | ListBuildBatchesForProjectCommandInput
283
321
  | ListBuildsCommandInput
284
322
  | ListBuildsForProjectCommandInput
323
+ | ListCommandExecutionsForSandboxCommandInput
285
324
  | ListCuratedEnvironmentImagesCommandInput
286
325
  | ListFleetsCommandInput
287
326
  | ListProjectsCommandInput
288
327
  | ListReportGroupsCommandInput
289
328
  | ListReportsCommandInput
290
329
  | ListReportsForReportGroupCommandInput
330
+ | ListSandboxesCommandInput
331
+ | ListSandboxesForProjectCommandInput
291
332
  | ListSharedProjectsCommandInput
292
333
  | ListSharedReportGroupsCommandInput
293
334
  | ListSourceCredentialsCommandInput
@@ -296,8 +337,12 @@ export type ServiceInputTypes =
296
337
  | RetryBuildCommandInput
297
338
  | StartBuildBatchCommandInput
298
339
  | StartBuildCommandInput
340
+ | StartCommandExecutionCommandInput
341
+ | StartSandboxCommandInput
342
+ | StartSandboxConnectionCommandInput
299
343
  | StopBuildBatchCommandInput
300
344
  | StopBuildCommandInput
345
+ | StopSandboxCommandInput
301
346
  | UpdateFleetCommandInput
302
347
  | UpdateProjectCommandInput
303
348
  | UpdateProjectVisibilityCommandInput
@@ -307,10 +352,12 @@ export type ServiceOutputTypes =
307
352
  | BatchDeleteBuildsCommandOutput
308
353
  | BatchGetBuildBatchesCommandOutput
309
354
  | BatchGetBuildsCommandOutput
355
+ | BatchGetCommandExecutionsCommandOutput
310
356
  | BatchGetFleetsCommandOutput
311
357
  | BatchGetProjectsCommandOutput
312
358
  | BatchGetReportGroupsCommandOutput
313
359
  | BatchGetReportsCommandOutput
360
+ | BatchGetSandboxesCommandOutput
314
361
  | CreateFleetCommandOutput
315
362
  | CreateProjectCommandOutput
316
363
  | CreateReportGroupCommandOutput
@@ -333,12 +380,15 @@ export type ServiceOutputTypes =
333
380
  | ListBuildBatchesForProjectCommandOutput
334
381
  | ListBuildsCommandOutput
335
382
  | ListBuildsForProjectCommandOutput
383
+ | ListCommandExecutionsForSandboxCommandOutput
336
384
  | ListCuratedEnvironmentImagesCommandOutput
337
385
  | ListFleetsCommandOutput
338
386
  | ListProjectsCommandOutput
339
387
  | ListReportGroupsCommandOutput
340
388
  | ListReportsCommandOutput
341
389
  | ListReportsForReportGroupCommandOutput
390
+ | ListSandboxesCommandOutput
391
+ | ListSandboxesForProjectCommandOutput
342
392
  | ListSharedProjectsCommandOutput
343
393
  | ListSharedReportGroupsCommandOutput
344
394
  | ListSourceCredentialsCommandOutput
@@ -347,8 +397,12 @@ export type ServiceOutputTypes =
347
397
  | RetryBuildCommandOutput
348
398
  | StartBuildBatchCommandOutput
349
399
  | StartBuildCommandOutput
400
+ | StartCommandExecutionCommandOutput
401
+ | StartSandboxCommandOutput
402
+ | StartSandboxConnectionCommandOutput
350
403
  | StopBuildBatchCommandOutput
351
404
  | StopBuildCommandOutput
405
+ | StopSandboxCommandOutput
352
406
  | UpdateFleetCommandOutput
353
407
  | UpdateProjectCommandOutput
354
408
  | UpdateProjectVisibilityCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CodeBuildClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CodeBuildClient";
8
+ import {
9
+ BatchGetCommandExecutionsInput,
10
+ BatchGetCommandExecutionsOutput,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetCommandExecutionsCommandInput
15
+ extends BatchGetCommandExecutionsInput {}
16
+ export interface BatchGetCommandExecutionsCommandOutput
17
+ extends BatchGetCommandExecutionsOutput,
18
+ __MetadataBearer {}
19
+ declare const BatchGetCommandExecutionsCommand_base: {
20
+ new (
21
+ input: BatchGetCommandExecutionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ BatchGetCommandExecutionsCommandInput,
24
+ BatchGetCommandExecutionsCommandOutput,
25
+ CodeBuildClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: BatchGetCommandExecutionsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ BatchGetCommandExecutionsCommandInput,
33
+ BatchGetCommandExecutionsCommandOutput,
34
+ CodeBuildClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class BatchGetCommandExecutionsCommand extends BatchGetCommandExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetCommandExecutionsInput;
44
+ output: BatchGetCommandExecutionsOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchGetCommandExecutionsCommandInput;
48
+ output: BatchGetCommandExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }