@aws-sdk/client-codebuild 3.495.0 → 3.499.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 (55) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/commands/BatchGetFleetsCommand.js +1 -0
  3. package/dist-cjs/commands/CreateFleetCommand.js +1 -0
  4. package/dist-cjs/commands/DeleteFleetCommand.js +1 -0
  5. package/dist-cjs/commands/ListFleetsCommand.js +1 -0
  6. package/dist-cjs/commands/UpdateFleetCommand.js +1 -0
  7. package/dist-cjs/index.js +498 -52
  8. package/dist-cjs/pagination/ListFleetsPaginator.js +1 -0
  9. package/dist-es/CodeBuild.js +10 -0
  10. package/dist-es/commands/BatchGetFleetsCommand.js +24 -0
  11. package/dist-es/commands/CreateFleetCommand.js +24 -0
  12. package/dist-es/commands/DeleteFleetCommand.js +24 -0
  13. package/dist-es/commands/ListFleetsCommand.js +25 -0
  14. package/dist-es/commands/UpdateFleetCommand.js +24 -0
  15. package/dist-es/commands/index.js +5 -0
  16. package/dist-es/models/models_0.js +28 -0
  17. package/dist-es/pagination/ListFleetsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_json1_1.js +303 -0
  20. package/dist-types/CodeBuild.d.ts +35 -0
  21. package/dist-types/CodeBuildClient.d.ts +7 -2
  22. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +3 -0
  23. package/dist-types/commands/BatchGetBuildsCommand.d.ts +3 -0
  24. package/dist-types/commands/BatchGetFleetsCommand.d.ts +99 -0
  25. package/dist-types/commands/BatchGetProjectsCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateFleetCommand.d.ts +118 -0
  27. package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteFleetCommand.d.ts +59 -0
  29. package/dist-types/commands/ListFleetsCommand.d.ts +67 -0
  30. package/dist-types/commands/RetryBuildBatchCommand.d.ts +3 -0
  31. package/dist-types/commands/RetryBuildCommand.d.ts +3 -0
  32. package/dist-types/commands/StartBuildBatchCommand.d.ts +3 -0
  33. package/dist-types/commands/StartBuildCommand.d.ts +6 -0
  34. package/dist-types/commands/StopBuildBatchCommand.d.ts +3 -0
  35. package/dist-types/commands/StopBuildCommand.d.ts +3 -0
  36. package/dist-types/commands/UpdateFleetCommand.d.ts +117 -0
  37. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
  38. package/dist-types/commands/index.d.ts +5 -0
  39. package/dist-types/models/models_0.d.ts +843 -57
  40. package/dist-types/pagination/ListFleetsPaginator.d.ts +7 -0
  41. package/dist-types/pagination/index.d.ts +1 -0
  42. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  43. package/dist-types/ts3.4/CodeBuild.d.ts +85 -0
  44. package/dist-types/ts3.4/CodeBuildClient.d.ts +30 -0
  45. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +26 -0
  46. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +26 -0
  47. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +26 -0
  48. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +26 -0
  49. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +26 -0
  50. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  51. package/dist-types/ts3.4/models/models_0.d.ts +129 -11
  52. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
  53. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  54. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  55. package/package.json +39 -39
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
3
+ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListFleets: (config: CodeBuildPaginationConfiguration, input: ListFleetsCommandInput, ...rest: any[]) => Paginator<ListFleetsCommandOutput>;
@@ -5,6 +5,7 @@ export * from "./ListBuildBatchesForProjectPaginator";
5
5
  export * from "./ListBuildBatchesPaginator";
6
6
  export * from "./ListBuildsForProjectPaginator";
7
7
  export * from "./ListBuildsPaginator";
8
+ export * from "./ListFleetsPaginator";
8
9
  export * from "./ListProjectsPaginator";
9
10
  export * from "./ListReportGroupsPaginator";
10
11
  export * from "./ListReportsForReportGroupPaginator";
@@ -3,13 +3,16 @@ 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 { BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput } from "../commands/BatchGetFleetsCommand";
6
7
  import { BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput } from "../commands/BatchGetProjectsCommand";
7
8
  import { BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput } from "../commands/BatchGetReportGroupsCommand";
8
9
  import { BatchGetReportsCommandInput, BatchGetReportsCommandOutput } from "../commands/BatchGetReportsCommand";
10
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
9
11
  import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
10
12
  import { CreateReportGroupCommandInput, CreateReportGroupCommandOutput } from "../commands/CreateReportGroupCommand";
11
13
  import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "../commands/CreateWebhookCommand";
12
14
  import { DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput } from "../commands/DeleteBuildBatchCommand";
15
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
13
16
  import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
14
17
  import { DeleteReportCommandInput, DeleteReportCommandOutput } from "../commands/DeleteReportCommand";
15
18
  import { DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput } from "../commands/DeleteReportGroupCommand";
@@ -27,6 +30,7 @@ import { ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectComma
27
30
  import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
28
31
  import { ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput } from "../commands/ListBuildsForProjectCommand";
29
32
  import { ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput } from "../commands/ListCuratedEnvironmentImagesCommand";
33
+ import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
30
34
  import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
31
35
  import { ListReportGroupsCommandInput, ListReportGroupsCommandOutput } from "../commands/ListReportGroupsCommand";
32
36
  import { ListReportsCommandInput, ListReportsCommandOutput } from "../commands/ListReportsCommand";
@@ -41,6 +45,7 @@ import { StartBuildBatchCommandInput, StartBuildBatchCommandOutput } from "../co
41
45
  import { StartBuildCommandInput, StartBuildCommandOutput } from "../commands/StartBuildCommand";
42
46
  import { StopBuildBatchCommandInput, StopBuildBatchCommandOutput } from "../commands/StopBuildBatchCommand";
43
47
  import { StopBuildCommandInput, StopBuildCommandOutput } from "../commands/StopBuildCommand";
48
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "../commands/UpdateFleetCommand";
44
49
  import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
45
50
  import { UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput } from "../commands/UpdateProjectVisibilityCommand";
46
51
  import { UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput } from "../commands/UpdateReportGroupCommand";
@@ -57,6 +62,10 @@ export declare const se_BatchGetBuildBatchesCommand: (input: BatchGetBuildBatche
57
62
  * serializeAws_json1_1BatchGetBuildsCommand
58
63
  */
59
64
  export declare const se_BatchGetBuildsCommand: (input: BatchGetBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_json1_1BatchGetFleetsCommand
67
+ */
68
+ export declare const se_BatchGetFleetsCommand: (input: BatchGetFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
69
  /**
61
70
  * serializeAws_json1_1BatchGetProjectsCommand
62
71
  */
@@ -69,6 +78,10 @@ export declare const se_BatchGetReportGroupsCommand: (input: BatchGetReportGroup
69
78
  * serializeAws_json1_1BatchGetReportsCommand
70
79
  */
71
80
  export declare const se_BatchGetReportsCommand: (input: BatchGetReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_json1_1CreateFleetCommand
83
+ */
84
+ export declare const se_CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
85
  /**
73
86
  * serializeAws_json1_1CreateProjectCommand
74
87
  */
@@ -85,6 +98,10 @@ export declare const se_CreateWebhookCommand: (input: CreateWebhookCommandInput,
85
98
  * serializeAws_json1_1DeleteBuildBatchCommand
86
99
  */
87
100
  export declare const se_DeleteBuildBatchCommand: (input: DeleteBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_json1_1DeleteFleetCommand
103
+ */
104
+ export declare const se_DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
105
  /**
89
106
  * serializeAws_json1_1DeleteProjectCommand
90
107
  */
@@ -153,6 +170,10 @@ export declare const se_ListBuildsForProjectCommand: (input: ListBuildsForProjec
153
170
  * serializeAws_json1_1ListCuratedEnvironmentImagesCommand
154
171
  */
155
172
  export declare const se_ListCuratedEnvironmentImagesCommand: (input: ListCuratedEnvironmentImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_json1_1ListFleetsCommand
175
+ */
176
+ export declare const se_ListFleetsCommand: (input: ListFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
177
  /**
157
178
  * serializeAws_json1_1ListProjectsCommand
158
179
  */
@@ -209,6 +230,10 @@ export declare const se_StopBuildCommand: (input: StopBuildCommandInput, context
209
230
  * serializeAws_json1_1StopBuildBatchCommand
210
231
  */
211
232
  export declare const se_StopBuildBatchCommand: (input: StopBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_json1_1UpdateFleetCommand
235
+ */
236
+ export declare const se_UpdateFleetCommand: (input: UpdateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
237
  /**
213
238
  * serializeAws_json1_1UpdateProjectCommand
214
239
  */
@@ -237,6 +262,10 @@ export declare const de_BatchGetBuildBatchesCommand: (output: __HttpResponse, co
237
262
  * deserializeAws_json1_1BatchGetBuildsCommand
238
263
  */
239
264
  export declare const de_BatchGetBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBuildsCommandOutput>;
265
+ /**
266
+ * deserializeAws_json1_1BatchGetFleetsCommand
267
+ */
268
+ export declare const de_BatchGetFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFleetsCommandOutput>;
240
269
  /**
241
270
  * deserializeAws_json1_1BatchGetProjectsCommand
242
271
  */
@@ -249,6 +278,10 @@ export declare const de_BatchGetReportGroupsCommand: (output: __HttpResponse, co
249
278
  * deserializeAws_json1_1BatchGetReportsCommand
250
279
  */
251
280
  export declare const de_BatchGetReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetReportsCommandOutput>;
281
+ /**
282
+ * deserializeAws_json1_1CreateFleetCommand
283
+ */
284
+ export declare const de_CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
252
285
  /**
253
286
  * deserializeAws_json1_1CreateProjectCommand
254
287
  */
@@ -265,6 +298,10 @@ export declare const de_CreateWebhookCommand: (output: __HttpResponse, context:
265
298
  * deserializeAws_json1_1DeleteBuildBatchCommand
266
299
  */
267
300
  export declare const de_DeleteBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBuildBatchCommandOutput>;
301
+ /**
302
+ * deserializeAws_json1_1DeleteFleetCommand
303
+ */
304
+ export declare const de_DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
268
305
  /**
269
306
  * deserializeAws_json1_1DeleteProjectCommand
270
307
  */
@@ -333,6 +370,10 @@ export declare const de_ListBuildsForProjectCommand: (output: __HttpResponse, co
333
370
  * deserializeAws_json1_1ListCuratedEnvironmentImagesCommand
334
371
  */
335
372
  export declare const de_ListCuratedEnvironmentImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCuratedEnvironmentImagesCommandOutput>;
373
+ /**
374
+ * deserializeAws_json1_1ListFleetsCommand
375
+ */
376
+ export declare const de_ListFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsCommandOutput>;
336
377
  /**
337
378
  * deserializeAws_json1_1ListProjectsCommand
338
379
  */
@@ -389,6 +430,10 @@ export declare const de_StopBuildCommand: (output: __HttpResponse, context: __Se
389
430
  * deserializeAws_json1_1StopBuildBatchCommand
390
431
  */
391
432
  export declare const de_StopBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBuildBatchCommandOutput>;
433
+ /**
434
+ * deserializeAws_json1_1UpdateFleetCommand
435
+ */
436
+ export declare const de_UpdateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCommandOutput>;
392
437
  /**
393
438
  * deserializeAws_json1_1UpdateProjectCommand
394
439
  */
@@ -12,6 +12,10 @@ import {
12
12
  BatchGetBuildsCommandInput,
13
13
  BatchGetBuildsCommandOutput,
14
14
  } from "./commands/BatchGetBuildsCommand";
15
+ import {
16
+ BatchGetFleetsCommandInput,
17
+ BatchGetFleetsCommandOutput,
18
+ } from "./commands/BatchGetFleetsCommand";
15
19
  import {
16
20
  BatchGetProjectsCommandInput,
17
21
  BatchGetProjectsCommandOutput,
@@ -24,6 +28,10 @@ import {
24
28
  BatchGetReportsCommandInput,
25
29
  BatchGetReportsCommandOutput,
26
30
  } from "./commands/BatchGetReportsCommand";
31
+ import {
32
+ CreateFleetCommandInput,
33
+ CreateFleetCommandOutput,
34
+ } from "./commands/CreateFleetCommand";
27
35
  import {
28
36
  CreateProjectCommandInput,
29
37
  CreateProjectCommandOutput,
@@ -40,6 +48,10 @@ import {
40
48
  DeleteBuildBatchCommandInput,
41
49
  DeleteBuildBatchCommandOutput,
42
50
  } from "./commands/DeleteBuildBatchCommand";
51
+ import {
52
+ DeleteFleetCommandInput,
53
+ DeleteFleetCommandOutput,
54
+ } from "./commands/DeleteFleetCommand";
43
55
  import {
44
56
  DeleteProjectCommandInput,
45
57
  DeleteProjectCommandOutput,
@@ -108,6 +120,10 @@ import {
108
120
  ListCuratedEnvironmentImagesCommandInput,
109
121
  ListCuratedEnvironmentImagesCommandOutput,
110
122
  } from "./commands/ListCuratedEnvironmentImagesCommand";
123
+ import {
124
+ ListFleetsCommandInput,
125
+ ListFleetsCommandOutput,
126
+ } from "./commands/ListFleetsCommand";
111
127
  import {
112
128
  ListProjectsCommandInput,
113
129
  ListProjectsCommandOutput,
@@ -164,6 +180,10 @@ import {
164
180
  StopBuildCommandInput,
165
181
  StopBuildCommandOutput,
166
182
  } from "./commands/StopBuildCommand";
183
+ import {
184
+ UpdateFleetCommandInput,
185
+ UpdateFleetCommandOutput,
186
+ } from "./commands/UpdateFleetCommand";
167
187
  import {
168
188
  UpdateProjectCommandInput,
169
189
  UpdateProjectCommandOutput,
@@ -220,6 +240,19 @@ export interface CodeBuild {
220
240
  options: __HttpHandlerOptions,
221
241
  cb: (err: any, data?: BatchGetBuildsCommandOutput) => void
222
242
  ): void;
243
+ batchGetFleets(
244
+ args: BatchGetFleetsCommandInput,
245
+ options?: __HttpHandlerOptions
246
+ ): Promise<BatchGetFleetsCommandOutput>;
247
+ batchGetFleets(
248
+ args: BatchGetFleetsCommandInput,
249
+ cb: (err: any, data?: BatchGetFleetsCommandOutput) => void
250
+ ): void;
251
+ batchGetFleets(
252
+ args: BatchGetFleetsCommandInput,
253
+ options: __HttpHandlerOptions,
254
+ cb: (err: any, data?: BatchGetFleetsCommandOutput) => void
255
+ ): void;
223
256
  batchGetProjects(
224
257
  args: BatchGetProjectsCommandInput,
225
258
  options?: __HttpHandlerOptions
@@ -259,6 +292,19 @@ export interface CodeBuild {
259
292
  options: __HttpHandlerOptions,
260
293
  cb: (err: any, data?: BatchGetReportsCommandOutput) => void
261
294
  ): void;
295
+ createFleet(
296
+ args: CreateFleetCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<CreateFleetCommandOutput>;
299
+ createFleet(
300
+ args: CreateFleetCommandInput,
301
+ cb: (err: any, data?: CreateFleetCommandOutput) => void
302
+ ): void;
303
+ createFleet(
304
+ args: CreateFleetCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: CreateFleetCommandOutput) => void
307
+ ): void;
262
308
  createProject(
263
309
  args: CreateProjectCommandInput,
264
310
  options?: __HttpHandlerOptions
@@ -311,6 +357,19 @@ export interface CodeBuild {
311
357
  options: __HttpHandlerOptions,
312
358
  cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void
313
359
  ): void;
360
+ deleteFleet(
361
+ args: DeleteFleetCommandInput,
362
+ options?: __HttpHandlerOptions
363
+ ): Promise<DeleteFleetCommandOutput>;
364
+ deleteFleet(
365
+ args: DeleteFleetCommandInput,
366
+ cb: (err: any, data?: DeleteFleetCommandOutput) => void
367
+ ): void;
368
+ deleteFleet(
369
+ args: DeleteFleetCommandInput,
370
+ options: __HttpHandlerOptions,
371
+ cb: (err: any, data?: DeleteFleetCommandOutput) => void
372
+ ): void;
314
373
  deleteProject(
315
374
  args: DeleteProjectCommandInput,
316
375
  options?: __HttpHandlerOptions
@@ -532,6 +591,19 @@ export interface CodeBuild {
532
591
  options: __HttpHandlerOptions,
533
592
  cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void
534
593
  ): void;
594
+ listFleets(
595
+ args: ListFleetsCommandInput,
596
+ options?: __HttpHandlerOptions
597
+ ): Promise<ListFleetsCommandOutput>;
598
+ listFleets(
599
+ args: ListFleetsCommandInput,
600
+ cb: (err: any, data?: ListFleetsCommandOutput) => void
601
+ ): void;
602
+ listFleets(
603
+ args: ListFleetsCommandInput,
604
+ options: __HttpHandlerOptions,
605
+ cb: (err: any, data?: ListFleetsCommandOutput) => void
606
+ ): void;
535
607
  listProjects(
536
608
  args: ListProjectsCommandInput,
537
609
  options?: __HttpHandlerOptions
@@ -714,6 +786,19 @@ export interface CodeBuild {
714
786
  options: __HttpHandlerOptions,
715
787
  cb: (err: any, data?: StopBuildBatchCommandOutput) => void
716
788
  ): void;
789
+ updateFleet(
790
+ args: UpdateFleetCommandInput,
791
+ options?: __HttpHandlerOptions
792
+ ): Promise<UpdateFleetCommandOutput>;
793
+ updateFleet(
794
+ args: UpdateFleetCommandInput,
795
+ cb: (err: any, data?: UpdateFleetCommandOutput) => void
796
+ ): void;
797
+ updateFleet(
798
+ args: UpdateFleetCommandInput,
799
+ options: __HttpHandlerOptions,
800
+ cb: (err: any, data?: UpdateFleetCommandOutput) => void
801
+ ): void;
717
802
  updateProject(
718
803
  args: UpdateProjectCommandInput,
719
804
  options?: __HttpHandlerOptions
@@ -57,6 +57,10 @@ import {
57
57
  BatchGetBuildsCommandInput,
58
58
  BatchGetBuildsCommandOutput,
59
59
  } from "./commands/BatchGetBuildsCommand";
60
+ import {
61
+ BatchGetFleetsCommandInput,
62
+ BatchGetFleetsCommandOutput,
63
+ } from "./commands/BatchGetFleetsCommand";
60
64
  import {
61
65
  BatchGetProjectsCommandInput,
62
66
  BatchGetProjectsCommandOutput,
@@ -69,6 +73,10 @@ import {
69
73
  BatchGetReportsCommandInput,
70
74
  BatchGetReportsCommandOutput,
71
75
  } from "./commands/BatchGetReportsCommand";
76
+ import {
77
+ CreateFleetCommandInput,
78
+ CreateFleetCommandOutput,
79
+ } from "./commands/CreateFleetCommand";
72
80
  import {
73
81
  CreateProjectCommandInput,
74
82
  CreateProjectCommandOutput,
@@ -85,6 +93,10 @@ import {
85
93
  DeleteBuildBatchCommandInput,
86
94
  DeleteBuildBatchCommandOutput,
87
95
  } from "./commands/DeleteBuildBatchCommand";
96
+ import {
97
+ DeleteFleetCommandInput,
98
+ DeleteFleetCommandOutput,
99
+ } from "./commands/DeleteFleetCommand";
88
100
  import {
89
101
  DeleteProjectCommandInput,
90
102
  DeleteProjectCommandOutput,
@@ -153,6 +165,10 @@ import {
153
165
  ListCuratedEnvironmentImagesCommandInput,
154
166
  ListCuratedEnvironmentImagesCommandOutput,
155
167
  } from "./commands/ListCuratedEnvironmentImagesCommand";
168
+ import {
169
+ ListFleetsCommandInput,
170
+ ListFleetsCommandOutput,
171
+ } from "./commands/ListFleetsCommand";
156
172
  import {
157
173
  ListProjectsCommandInput,
158
174
  ListProjectsCommandOutput,
@@ -209,6 +225,10 @@ import {
209
225
  StopBuildCommandInput,
210
226
  StopBuildCommandOutput,
211
227
  } from "./commands/StopBuildCommand";
228
+ import {
229
+ UpdateFleetCommandInput,
230
+ UpdateFleetCommandOutput,
231
+ } from "./commands/UpdateFleetCommand";
212
232
  import {
213
233
  UpdateProjectCommandInput,
214
234
  UpdateProjectCommandOutput,
@@ -236,13 +256,16 @@ export type ServiceInputTypes =
236
256
  | BatchDeleteBuildsCommandInput
237
257
  | BatchGetBuildBatchesCommandInput
238
258
  | BatchGetBuildsCommandInput
259
+ | BatchGetFleetsCommandInput
239
260
  | BatchGetProjectsCommandInput
240
261
  | BatchGetReportGroupsCommandInput
241
262
  | BatchGetReportsCommandInput
263
+ | CreateFleetCommandInput
242
264
  | CreateProjectCommandInput
243
265
  | CreateReportGroupCommandInput
244
266
  | CreateWebhookCommandInput
245
267
  | DeleteBuildBatchCommandInput
268
+ | DeleteFleetCommandInput
246
269
  | DeleteProjectCommandInput
247
270
  | DeleteReportCommandInput
248
271
  | DeleteReportGroupCommandInput
@@ -260,6 +283,7 @@ export type ServiceInputTypes =
260
283
  | ListBuildsCommandInput
261
284
  | ListBuildsForProjectCommandInput
262
285
  | ListCuratedEnvironmentImagesCommandInput
286
+ | ListFleetsCommandInput
263
287
  | ListProjectsCommandInput
264
288
  | ListReportGroupsCommandInput
265
289
  | ListReportsCommandInput
@@ -274,6 +298,7 @@ export type ServiceInputTypes =
274
298
  | StartBuildCommandInput
275
299
  | StopBuildBatchCommandInput
276
300
  | StopBuildCommandInput
301
+ | UpdateFleetCommandInput
277
302
  | UpdateProjectCommandInput
278
303
  | UpdateProjectVisibilityCommandInput
279
304
  | UpdateReportGroupCommandInput
@@ -282,13 +307,16 @@ export type ServiceOutputTypes =
282
307
  | BatchDeleteBuildsCommandOutput
283
308
  | BatchGetBuildBatchesCommandOutput
284
309
  | BatchGetBuildsCommandOutput
310
+ | BatchGetFleetsCommandOutput
285
311
  | BatchGetProjectsCommandOutput
286
312
  | BatchGetReportGroupsCommandOutput
287
313
  | BatchGetReportsCommandOutput
314
+ | CreateFleetCommandOutput
288
315
  | CreateProjectCommandOutput
289
316
  | CreateReportGroupCommandOutput
290
317
  | CreateWebhookCommandOutput
291
318
  | DeleteBuildBatchCommandOutput
319
+ | DeleteFleetCommandOutput
292
320
  | DeleteProjectCommandOutput
293
321
  | DeleteReportCommandOutput
294
322
  | DeleteReportGroupCommandOutput
@@ -306,6 +334,7 @@ export type ServiceOutputTypes =
306
334
  | ListBuildsCommandOutput
307
335
  | ListBuildsForProjectCommandOutput
308
336
  | ListCuratedEnvironmentImagesCommandOutput
337
+ | ListFleetsCommandOutput
309
338
  | ListProjectsCommandOutput
310
339
  | ListReportGroupsCommandOutput
311
340
  | ListReportsCommandOutput
@@ -320,6 +349,7 @@ export type ServiceOutputTypes =
320
349
  | StartBuildCommandOutput
321
350
  | StopBuildBatchCommandOutput
322
351
  | StopBuildCommandOutput
352
+ | UpdateFleetCommandOutput
323
353
  | UpdateProjectCommandOutput
324
354
  | UpdateProjectVisibilityCommandOutput
325
355
  | UpdateReportGroupCommandOutput
@@ -0,0 +1,26 @@
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 { BatchGetFleetsInput, BatchGetFleetsOutput } from "../models/models_0";
9
+ export { __MetadataBearer, $Command };
10
+ export interface BatchGetFleetsCommandInput extends BatchGetFleetsInput {}
11
+ export interface BatchGetFleetsCommandOutput
12
+ extends BatchGetFleetsOutput,
13
+ __MetadataBearer {}
14
+ declare const BatchGetFleetsCommand_base: {
15
+ new (
16
+ input: BatchGetFleetsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ BatchGetFleetsCommandInput,
19
+ BatchGetFleetsCommandOutput,
20
+ CodeBuildClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class BatchGetFleetsCommand extends BatchGetFleetsCommand_base {}
@@ -0,0 +1,26 @@
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 { CreateFleetInput, CreateFleetOutput } from "../models/models_0";
9
+ export { __MetadataBearer, $Command };
10
+ export interface CreateFleetCommandInput extends CreateFleetInput {}
11
+ export interface CreateFleetCommandOutput
12
+ extends CreateFleetOutput,
13
+ __MetadataBearer {}
14
+ declare const CreateFleetCommand_base: {
15
+ new (
16
+ input: CreateFleetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateFleetCommandInput,
19
+ CreateFleetCommandOutput,
20
+ CodeBuildClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateFleetCommand extends CreateFleetCommand_base {}
@@ -0,0 +1,26 @@
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 { DeleteFleetInput, DeleteFleetOutput } from "../models/models_0";
9
+ export { __MetadataBearer, $Command };
10
+ export interface DeleteFleetCommandInput extends DeleteFleetInput {}
11
+ export interface DeleteFleetCommandOutput
12
+ extends DeleteFleetOutput,
13
+ __MetadataBearer {}
14
+ declare const DeleteFleetCommand_base: {
15
+ new (
16
+ input: DeleteFleetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteFleetCommandInput,
19
+ DeleteFleetCommandOutput,
20
+ CodeBuildClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteFleetCommand extends DeleteFleetCommand_base {}
@@ -0,0 +1,26 @@
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 { ListFleetsInput, ListFleetsOutput } from "../models/models_0";
9
+ export { __MetadataBearer, $Command };
10
+ export interface ListFleetsCommandInput extends ListFleetsInput {}
11
+ export interface ListFleetsCommandOutput
12
+ extends ListFleetsOutput,
13
+ __MetadataBearer {}
14
+ declare const ListFleetsCommand_base: {
15
+ new (
16
+ input: ListFleetsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListFleetsCommandInput,
19
+ ListFleetsCommandOutput,
20
+ CodeBuildClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListFleetsCommand extends ListFleetsCommand_base {}
@@ -0,0 +1,26 @@
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 { UpdateFleetInput, UpdateFleetOutput } from "../models/models_0";
9
+ export { __MetadataBearer, $Command };
10
+ export interface UpdateFleetCommandInput extends UpdateFleetInput {}
11
+ export interface UpdateFleetCommandOutput
12
+ extends UpdateFleetOutput,
13
+ __MetadataBearer {}
14
+ declare const UpdateFleetCommand_base: {
15
+ new (
16
+ input: UpdateFleetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UpdateFleetCommandInput,
19
+ UpdateFleetCommandOutput,
20
+ CodeBuildClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UpdateFleetCommand extends UpdateFleetCommand_base {}
@@ -1,13 +1,16 @@
1
1
  export * from "./BatchDeleteBuildsCommand";
2
2
  export * from "./BatchGetBuildBatchesCommand";
3
3
  export * from "./BatchGetBuildsCommand";
4
+ export * from "./BatchGetFleetsCommand";
4
5
  export * from "./BatchGetProjectsCommand";
5
6
  export * from "./BatchGetReportGroupsCommand";
6
7
  export * from "./BatchGetReportsCommand";
8
+ export * from "./CreateFleetCommand";
7
9
  export * from "./CreateProjectCommand";
8
10
  export * from "./CreateReportGroupCommand";
9
11
  export * from "./CreateWebhookCommand";
10
12
  export * from "./DeleteBuildBatchCommand";
13
+ export * from "./DeleteFleetCommand";
11
14
  export * from "./DeleteProjectCommand";
12
15
  export * from "./DeleteReportCommand";
13
16
  export * from "./DeleteReportGroupCommand";
@@ -25,6 +28,7 @@ export * from "./ListBuildBatchesForProjectCommand";
25
28
  export * from "./ListBuildsCommand";
26
29
  export * from "./ListBuildsForProjectCommand";
27
30
  export * from "./ListCuratedEnvironmentImagesCommand";
31
+ export * from "./ListFleetsCommand";
28
32
  export * from "./ListProjectsCommand";
29
33
  export * from "./ListReportGroupsCommand";
30
34
  export * from "./ListReportsCommand";
@@ -39,6 +43,7 @@ export * from "./StartBuildBatchCommand";
39
43
  export * from "./StartBuildCommand";
40
44
  export * from "./StopBuildBatchCommand";
41
45
  export * from "./StopBuildCommand";
46
+ export * from "./UpdateFleetCommand";
42
47
  export * from "./UpdateProjectCommand";
43
48
  export * from "./UpdateProjectVisibilityCommand";
44
49
  export * from "./UpdateReportGroupCommand";