@aws-sdk/client-codebuild 3.927.0 → 3.928.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 (83) hide show
  1. package/dist-cjs/index.js +2323 -2394
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodeBuildClient.js +2 -0
  4. package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -9
  5. package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -9
  6. package/dist-es/commands/BatchGetBuildsCommand.js +3 -9
  7. package/dist-es/commands/BatchGetCommandExecutionsCommand.js +3 -10
  8. package/dist-es/commands/BatchGetFleetsCommand.js +3 -9
  9. package/dist-es/commands/BatchGetProjectsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -9
  11. package/dist-es/commands/BatchGetReportsCommand.js +3 -9
  12. package/dist-es/commands/BatchGetSandboxesCommand.js +3 -9
  13. package/dist-es/commands/CreateFleetCommand.js +3 -9
  14. package/dist-es/commands/CreateProjectCommand.js +3 -9
  15. package/dist-es/commands/CreateReportGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateWebhookCommand.js +3 -9
  17. package/dist-es/commands/DeleteBuildBatchCommand.js +3 -9
  18. package/dist-es/commands/DeleteFleetCommand.js +3 -9
  19. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  20. package/dist-es/commands/DeleteReportCommand.js +3 -9
  21. package/dist-es/commands/DeleteReportGroupCommand.js +3 -9
  22. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  23. package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -9
  24. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  25. package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -9
  26. package/dist-es/commands/DescribeTestCasesCommand.js +3 -9
  27. package/dist-es/commands/GetReportGroupTrendCommand.js +3 -9
  28. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  29. package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -10
  30. package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -9
  31. package/dist-es/commands/ListBuildBatchesCommand.js +3 -9
  32. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -9
  33. package/dist-es/commands/ListBuildsCommand.js +3 -9
  34. package/dist-es/commands/ListBuildsForProjectCommand.js +3 -9
  35. package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +3 -10
  36. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -9
  37. package/dist-es/commands/ListFleetsCommand.js +3 -10
  38. package/dist-es/commands/ListProjectsCommand.js +3 -9
  39. package/dist-es/commands/ListReportGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListReportsCommand.js +3 -9
  41. package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -9
  42. package/dist-es/commands/ListSandboxesCommand.js +3 -9
  43. package/dist-es/commands/ListSandboxesForProjectCommand.js +3 -10
  44. package/dist-es/commands/ListSharedProjectsCommand.js +3 -9
  45. package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -9
  46. package/dist-es/commands/ListSourceCredentialsCommand.js +3 -9
  47. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  48. package/dist-es/commands/RetryBuildBatchCommand.js +3 -9
  49. package/dist-es/commands/RetryBuildCommand.js +3 -9
  50. package/dist-es/commands/StartBuildBatchCommand.js +3 -9
  51. package/dist-es/commands/StartBuildCommand.js +3 -9
  52. package/dist-es/commands/StartCommandExecutionCommand.js +3 -10
  53. package/dist-es/commands/StartSandboxCommand.js +3 -10
  54. package/dist-es/commands/StartSandboxConnectionCommand.js +3 -9
  55. package/dist-es/commands/StopBuildBatchCommand.js +3 -9
  56. package/dist-es/commands/StopBuildCommand.js +3 -9
  57. package/dist-es/commands/StopSandboxCommand.js +3 -9
  58. package/dist-es/commands/UpdateFleetCommand.js +3 -9
  59. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  60. package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -9
  61. package/dist-es/commands/UpdateReportGroupCommand.js +3 -9
  62. package/dist-es/commands/UpdateWebhookCommand.js +3 -9
  63. package/dist-es/models/models_0.js +0 -47
  64. package/dist-es/runtimeConfig.shared.js +7 -0
  65. package/dist-es/schemas/schemas_0.js +2207 -0
  66. package/dist-types/CodeBuildClient.d.ts +10 -1
  67. package/dist-types/models/models_0.d.ts +0 -40
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  69. package/dist-types/runtimeConfig.d.ts +1 -0
  70. package/dist-types/runtimeConfig.native.d.ts +1 -0
  71. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  72. package/dist-types/schemas/schemas_0.d.ts +316 -0
  73. package/dist-types/ts3.4/CodeBuildClient.d.ts +4 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
  80. package/package.json +5 -5
  81. package/dist-es/protocols/Aws_json1_1.js +0 -1911
  82. package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
@@ -1,533 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput } from "../commands/BatchDeleteBuildsCommand";
4
- import { BatchGetBuildBatchesCommandInput, BatchGetBuildBatchesCommandOutput } from "../commands/BatchGetBuildBatchesCommand";
5
- import { BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput } from "../commands/BatchGetBuildsCommand";
6
- import { BatchGetCommandExecutionsCommandInput, BatchGetCommandExecutionsCommandOutput } from "../commands/BatchGetCommandExecutionsCommand";
7
- import { BatchGetFleetsCommandInput, BatchGetFleetsCommandOutput } from "../commands/BatchGetFleetsCommand";
8
- import { BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput } from "../commands/BatchGetProjectsCommand";
9
- import { BatchGetReportGroupsCommandInput, BatchGetReportGroupsCommandOutput } from "../commands/BatchGetReportGroupsCommand";
10
- import { BatchGetReportsCommandInput, BatchGetReportsCommandOutput } from "../commands/BatchGetReportsCommand";
11
- import { BatchGetSandboxesCommandInput, BatchGetSandboxesCommandOutput } from "../commands/BatchGetSandboxesCommand";
12
- import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
13
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
14
- import { CreateReportGroupCommandInput, CreateReportGroupCommandOutput } from "../commands/CreateReportGroupCommand";
15
- import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "../commands/CreateWebhookCommand";
16
- import { DeleteBuildBatchCommandInput, DeleteBuildBatchCommandOutput } from "../commands/DeleteBuildBatchCommand";
17
- import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
18
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
19
- import { DeleteReportCommandInput, DeleteReportCommandOutput } from "../commands/DeleteReportCommand";
20
- import { DeleteReportGroupCommandInput, DeleteReportGroupCommandOutput } from "../commands/DeleteReportGroupCommand";
21
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
22
- import { DeleteSourceCredentialsCommandInput, DeleteSourceCredentialsCommandOutput } from "../commands/DeleteSourceCredentialsCommand";
23
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "../commands/DeleteWebhookCommand";
24
- import { DescribeCodeCoveragesCommandInput, DescribeCodeCoveragesCommandOutput } from "../commands/DescribeCodeCoveragesCommand";
25
- import { DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput } from "../commands/DescribeTestCasesCommand";
26
- import { GetReportGroupTrendCommandInput, GetReportGroupTrendCommandOutput } from "../commands/GetReportGroupTrendCommand";
27
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
28
- import { ImportSourceCredentialsCommandInput, ImportSourceCredentialsCommandOutput } from "../commands/ImportSourceCredentialsCommand";
29
- import { InvalidateProjectCacheCommandInput, InvalidateProjectCacheCommandOutput } from "../commands/InvalidateProjectCacheCommand";
30
- import { ListBuildBatchesCommandInput, ListBuildBatchesCommandOutput } from "../commands/ListBuildBatchesCommand";
31
- import { ListBuildBatchesForProjectCommandInput, ListBuildBatchesForProjectCommandOutput } from "../commands/ListBuildBatchesForProjectCommand";
32
- import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
33
- import { ListBuildsForProjectCommandInput, ListBuildsForProjectCommandOutput } from "../commands/ListBuildsForProjectCommand";
34
- import { ListCommandExecutionsForSandboxCommandInput, ListCommandExecutionsForSandboxCommandOutput } from "../commands/ListCommandExecutionsForSandboxCommand";
35
- import { ListCuratedEnvironmentImagesCommandInput, ListCuratedEnvironmentImagesCommandOutput } from "../commands/ListCuratedEnvironmentImagesCommand";
36
- import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
37
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
38
- import { ListReportGroupsCommandInput, ListReportGroupsCommandOutput } from "../commands/ListReportGroupsCommand";
39
- import { ListReportsCommandInput, ListReportsCommandOutput } from "../commands/ListReportsCommand";
40
- import { ListReportsForReportGroupCommandInput, ListReportsForReportGroupCommandOutput } from "../commands/ListReportsForReportGroupCommand";
41
- import { ListSandboxesCommandInput, ListSandboxesCommandOutput } from "../commands/ListSandboxesCommand";
42
- import { ListSandboxesForProjectCommandInput, ListSandboxesForProjectCommandOutput } from "../commands/ListSandboxesForProjectCommand";
43
- import { ListSharedProjectsCommandInput, ListSharedProjectsCommandOutput } from "../commands/ListSharedProjectsCommand";
44
- import { ListSharedReportGroupsCommandInput, ListSharedReportGroupsCommandOutput } from "../commands/ListSharedReportGroupsCommand";
45
- import { ListSourceCredentialsCommandInput, ListSourceCredentialsCommandOutput } from "../commands/ListSourceCredentialsCommand";
46
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
47
- import { RetryBuildBatchCommandInput, RetryBuildBatchCommandOutput } from "../commands/RetryBuildBatchCommand";
48
- import { RetryBuildCommandInput, RetryBuildCommandOutput } from "../commands/RetryBuildCommand";
49
- import { StartBuildBatchCommandInput, StartBuildBatchCommandOutput } from "../commands/StartBuildBatchCommand";
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";
54
- import { StopBuildBatchCommandInput, StopBuildBatchCommandOutput } from "../commands/StopBuildBatchCommand";
55
- import { StopBuildCommandInput, StopBuildCommandOutput } from "../commands/StopBuildCommand";
56
- import { StopSandboxCommandInput, StopSandboxCommandOutput } from "../commands/StopSandboxCommand";
57
- import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "../commands/UpdateFleetCommand";
58
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
59
- import { UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput } from "../commands/UpdateProjectVisibilityCommand";
60
- import { UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput } from "../commands/UpdateReportGroupCommand";
61
- import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "../commands/UpdateWebhookCommand";
62
- /**
63
- * serializeAws_json1_1BatchDeleteBuildsCommand
64
- */
65
- export declare const se_BatchDeleteBuildsCommand: (input: BatchDeleteBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_json1_1BatchGetBuildBatchesCommand
68
- */
69
- export declare const se_BatchGetBuildBatchesCommand: (input: BatchGetBuildBatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_1BatchGetBuildsCommand
72
- */
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>;
78
- /**
79
- * serializeAws_json1_1BatchGetFleetsCommand
80
- */
81
- export declare const se_BatchGetFleetsCommand: (input: BatchGetFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1BatchGetProjectsCommand
84
- */
85
- export declare const se_BatchGetProjectsCommand: (input: BatchGetProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1BatchGetReportGroupsCommand
88
- */
89
- export declare const se_BatchGetReportGroupsCommand: (input: BatchGetReportGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1BatchGetReportsCommand
92
- */
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>;
98
- /**
99
- * serializeAws_json1_1CreateFleetCommand
100
- */
101
- export declare const se_CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1CreateProjectCommand
104
- */
105
- export declare const se_CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1CreateReportGroupCommand
108
- */
109
- export declare const se_CreateReportGroupCommand: (input: CreateReportGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1CreateWebhookCommand
112
- */
113
- export declare const se_CreateWebhookCommand: (input: CreateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1DeleteBuildBatchCommand
116
- */
117
- export declare const se_DeleteBuildBatchCommand: (input: DeleteBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_1DeleteFleetCommand
120
- */
121
- export declare const se_DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_1DeleteProjectCommand
124
- */
125
- export declare const se_DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1DeleteReportCommand
128
- */
129
- export declare const se_DeleteReportCommand: (input: DeleteReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1DeleteReportGroupCommand
132
- */
133
- export declare const se_DeleteReportGroupCommand: (input: DeleteReportGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1DeleteResourcePolicyCommand
136
- */
137
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1DeleteSourceCredentialsCommand
140
- */
141
- export declare const se_DeleteSourceCredentialsCommand: (input: DeleteSourceCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1DeleteWebhookCommand
144
- */
145
- export declare const se_DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1DescribeCodeCoveragesCommand
148
- */
149
- export declare const se_DescribeCodeCoveragesCommand: (input: DescribeCodeCoveragesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1DescribeTestCasesCommand
152
- */
153
- export declare const se_DescribeTestCasesCommand: (input: DescribeTestCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1GetReportGroupTrendCommand
156
- */
157
- export declare const se_GetReportGroupTrendCommand: (input: GetReportGroupTrendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1GetResourcePolicyCommand
160
- */
161
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1ImportSourceCredentialsCommand
164
- */
165
- export declare const se_ImportSourceCredentialsCommand: (input: ImportSourceCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1InvalidateProjectCacheCommand
168
- */
169
- export declare const se_InvalidateProjectCacheCommand: (input: InvalidateProjectCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1ListBuildBatchesCommand
172
- */
173
- export declare const se_ListBuildBatchesCommand: (input: ListBuildBatchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1ListBuildBatchesForProjectCommand
176
- */
177
- export declare const se_ListBuildBatchesForProjectCommand: (input: ListBuildBatchesForProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1ListBuildsCommand
180
- */
181
- export declare const se_ListBuildsCommand: (input: ListBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1ListBuildsForProjectCommand
184
- */
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>;
190
- /**
191
- * serializeAws_json1_1ListCuratedEnvironmentImagesCommand
192
- */
193
- export declare const se_ListCuratedEnvironmentImagesCommand: (input: ListCuratedEnvironmentImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1ListFleetsCommand
196
- */
197
- export declare const se_ListFleetsCommand: (input: ListFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1ListProjectsCommand
200
- */
201
- export declare const se_ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1ListReportGroupsCommand
204
- */
205
- export declare const se_ListReportGroupsCommand: (input: ListReportGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1ListReportsCommand
208
- */
209
- export declare const se_ListReportsCommand: (input: ListReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1ListReportsForReportGroupCommand
212
- */
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>;
222
- /**
223
- * serializeAws_json1_1ListSharedProjectsCommand
224
- */
225
- export declare const se_ListSharedProjectsCommand: (input: ListSharedProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1ListSharedReportGroupsCommand
228
- */
229
- export declare const se_ListSharedReportGroupsCommand: (input: ListSharedReportGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1ListSourceCredentialsCommand
232
- */
233
- export declare const se_ListSourceCredentialsCommand: (input: ListSourceCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1PutResourcePolicyCommand
236
- */
237
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1RetryBuildCommand
240
- */
241
- export declare const se_RetryBuildCommand: (input: RetryBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1RetryBuildBatchCommand
244
- */
245
- export declare const se_RetryBuildBatchCommand: (input: RetryBuildBatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1StartBuildCommand
248
- */
249
- export declare const se_StartBuildCommand: (input: StartBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1StartBuildBatchCommand
252
- */
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>;
266
- /**
267
- * serializeAws_json1_1StopBuildCommand
268
- */
269
- export declare const se_StopBuildCommand: (input: StopBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_json1_1StopBuildBatchCommand
272
- */
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>;
278
- /**
279
- * serializeAws_json1_1UpdateFleetCommand
280
- */
281
- export declare const se_UpdateFleetCommand: (input: UpdateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_json1_1UpdateProjectCommand
284
- */
285
- export declare const se_UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_json1_1UpdateProjectVisibilityCommand
288
- */
289
- export declare const se_UpdateProjectVisibilityCommand: (input: UpdateProjectVisibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_json1_1UpdateReportGroupCommand
292
- */
293
- export declare const se_UpdateReportGroupCommand: (input: UpdateReportGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_json1_1UpdateWebhookCommand
296
- */
297
- export declare const se_UpdateWebhookCommand: (input: UpdateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * deserializeAws_json1_1BatchDeleteBuildsCommand
300
- */
301
- export declare const de_BatchDeleteBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteBuildsCommandOutput>;
302
- /**
303
- * deserializeAws_json1_1BatchGetBuildBatchesCommand
304
- */
305
- export declare const de_BatchGetBuildBatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBuildBatchesCommandOutput>;
306
- /**
307
- * deserializeAws_json1_1BatchGetBuildsCommand
308
- */
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>;
314
- /**
315
- * deserializeAws_json1_1BatchGetFleetsCommand
316
- */
317
- export declare const de_BatchGetFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFleetsCommandOutput>;
318
- /**
319
- * deserializeAws_json1_1BatchGetProjectsCommand
320
- */
321
- export declare const de_BatchGetProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetProjectsCommandOutput>;
322
- /**
323
- * deserializeAws_json1_1BatchGetReportGroupsCommand
324
- */
325
- export declare const de_BatchGetReportGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetReportGroupsCommandOutput>;
326
- /**
327
- * deserializeAws_json1_1BatchGetReportsCommand
328
- */
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>;
334
- /**
335
- * deserializeAws_json1_1CreateFleetCommand
336
- */
337
- export declare const de_CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
338
- /**
339
- * deserializeAws_json1_1CreateProjectCommand
340
- */
341
- export declare const de_CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
342
- /**
343
- * deserializeAws_json1_1CreateReportGroupCommand
344
- */
345
- export declare const de_CreateReportGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReportGroupCommandOutput>;
346
- /**
347
- * deserializeAws_json1_1CreateWebhookCommand
348
- */
349
- export declare const de_CreateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebhookCommandOutput>;
350
- /**
351
- * deserializeAws_json1_1DeleteBuildBatchCommand
352
- */
353
- export declare const de_DeleteBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBuildBatchCommandOutput>;
354
- /**
355
- * deserializeAws_json1_1DeleteFleetCommand
356
- */
357
- export declare const de_DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
358
- /**
359
- * deserializeAws_json1_1DeleteProjectCommand
360
- */
361
- export declare const de_DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
362
- /**
363
- * deserializeAws_json1_1DeleteReportCommand
364
- */
365
- export declare const de_DeleteReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReportCommandOutput>;
366
- /**
367
- * deserializeAws_json1_1DeleteReportGroupCommand
368
- */
369
- export declare const de_DeleteReportGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReportGroupCommandOutput>;
370
- /**
371
- * deserializeAws_json1_1DeleteResourcePolicyCommand
372
- */
373
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
374
- /**
375
- * deserializeAws_json1_1DeleteSourceCredentialsCommand
376
- */
377
- export declare const de_DeleteSourceCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceCredentialsCommandOutput>;
378
- /**
379
- * deserializeAws_json1_1DeleteWebhookCommand
380
- */
381
- export declare const de_DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
382
- /**
383
- * deserializeAws_json1_1DescribeCodeCoveragesCommand
384
- */
385
- export declare const de_DescribeCodeCoveragesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCodeCoveragesCommandOutput>;
386
- /**
387
- * deserializeAws_json1_1DescribeTestCasesCommand
388
- */
389
- export declare const de_DescribeTestCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTestCasesCommandOutput>;
390
- /**
391
- * deserializeAws_json1_1GetReportGroupTrendCommand
392
- */
393
- export declare const de_GetReportGroupTrendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReportGroupTrendCommandOutput>;
394
- /**
395
- * deserializeAws_json1_1GetResourcePolicyCommand
396
- */
397
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
398
- /**
399
- * deserializeAws_json1_1ImportSourceCredentialsCommand
400
- */
401
- export declare const de_ImportSourceCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSourceCredentialsCommandOutput>;
402
- /**
403
- * deserializeAws_json1_1InvalidateProjectCacheCommand
404
- */
405
- export declare const de_InvalidateProjectCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvalidateProjectCacheCommandOutput>;
406
- /**
407
- * deserializeAws_json1_1ListBuildBatchesCommand
408
- */
409
- export declare const de_ListBuildBatchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildBatchesCommandOutput>;
410
- /**
411
- * deserializeAws_json1_1ListBuildBatchesForProjectCommand
412
- */
413
- export declare const de_ListBuildBatchesForProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildBatchesForProjectCommandOutput>;
414
- /**
415
- * deserializeAws_json1_1ListBuildsCommand
416
- */
417
- export declare const de_ListBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildsCommandOutput>;
418
- /**
419
- * deserializeAws_json1_1ListBuildsForProjectCommand
420
- */
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>;
426
- /**
427
- * deserializeAws_json1_1ListCuratedEnvironmentImagesCommand
428
- */
429
- export declare const de_ListCuratedEnvironmentImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCuratedEnvironmentImagesCommandOutput>;
430
- /**
431
- * deserializeAws_json1_1ListFleetsCommand
432
- */
433
- export declare const de_ListFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsCommandOutput>;
434
- /**
435
- * deserializeAws_json1_1ListProjectsCommand
436
- */
437
- export declare const de_ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
438
- /**
439
- * deserializeAws_json1_1ListReportGroupsCommand
440
- */
441
- export declare const de_ListReportGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportGroupsCommandOutput>;
442
- /**
443
- * deserializeAws_json1_1ListReportsCommand
444
- */
445
- export declare const de_ListReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportsCommandOutput>;
446
- /**
447
- * deserializeAws_json1_1ListReportsForReportGroupCommand
448
- */
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>;
458
- /**
459
- * deserializeAws_json1_1ListSharedProjectsCommand
460
- */
461
- export declare const de_ListSharedProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSharedProjectsCommandOutput>;
462
- /**
463
- * deserializeAws_json1_1ListSharedReportGroupsCommand
464
- */
465
- export declare const de_ListSharedReportGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSharedReportGroupsCommandOutput>;
466
- /**
467
- * deserializeAws_json1_1ListSourceCredentialsCommand
468
- */
469
- export declare const de_ListSourceCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceCredentialsCommandOutput>;
470
- /**
471
- * deserializeAws_json1_1PutResourcePolicyCommand
472
- */
473
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
474
- /**
475
- * deserializeAws_json1_1RetryBuildCommand
476
- */
477
- export declare const de_RetryBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryBuildCommandOutput>;
478
- /**
479
- * deserializeAws_json1_1RetryBuildBatchCommand
480
- */
481
- export declare const de_RetryBuildBatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryBuildBatchCommandOutput>;
482
- /**
483
- * deserializeAws_json1_1StartBuildCommand
484
- */
485
- export declare const de_StartBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBuildCommandOutput>;
486
- /**
487
- * deserializeAws_json1_1StartBuildBatchCommand
488
- */
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>;
502
- /**
503
- * deserializeAws_json1_1StopBuildCommand
504
- */
505
- export declare const de_StopBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBuildCommandOutput>;
506
- /**
507
- * deserializeAws_json1_1StopBuildBatchCommand
508
- */
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>;
514
- /**
515
- * deserializeAws_json1_1UpdateFleetCommand
516
- */
517
- export declare const de_UpdateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCommandOutput>;
518
- /**
519
- * deserializeAws_json1_1UpdateProjectCommand
520
- */
521
- export declare const de_UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
522
- /**
523
- * deserializeAws_json1_1UpdateProjectVisibilityCommand
524
- */
525
- export declare const de_UpdateProjectVisibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectVisibilityCommandOutput>;
526
- /**
527
- * deserializeAws_json1_1UpdateReportGroupCommand
528
- */
529
- export declare const de_UpdateReportGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReportGroupCommandOutput>;
530
- /**
531
- * deserializeAws_json1_1UpdateWebhookCommand
532
- */
533
- export declare const de_UpdateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebhookCommandOutput>;