@aws-sdk/client-codebuild 3.649.0 → 3.650.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.
- package/dist-cjs/index.js +50 -150
- package/dist-es/commands/BatchDeleteBuildsCommand.js +1 -3
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +1 -3
- package/dist-es/commands/BatchGetBuildsCommand.js +1 -3
- package/dist-es/commands/BatchGetFleetsCommand.js +1 -3
- package/dist-es/commands/BatchGetProjectsCommand.js +1 -3
- package/dist-es/commands/BatchGetReportGroupsCommand.js +1 -3
- package/dist-es/commands/BatchGetReportsCommand.js +1 -3
- package/dist-es/commands/CreateFleetCommand.js +1 -3
- package/dist-es/commands/CreateProjectCommand.js +1 -3
- package/dist-es/commands/CreateReportGroupCommand.js +1 -3
- package/dist-es/commands/CreateWebhookCommand.js +1 -3
- package/dist-es/commands/DeleteBuildBatchCommand.js +1 -3
- package/dist-es/commands/DeleteFleetCommand.js +1 -3
- package/dist-es/commands/DeleteProjectCommand.js +1 -3
- package/dist-es/commands/DeleteReportCommand.js +1 -3
- package/dist-es/commands/DeleteReportGroupCommand.js +1 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +1 -3
- package/dist-es/commands/DeleteWebhookCommand.js +1 -3
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +1 -3
- package/dist-es/commands/DescribeTestCasesCommand.js +1 -3
- package/dist-es/commands/GetReportGroupTrendCommand.js +1 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
- package/dist-es/commands/ImportSourceCredentialsCommand.js +1 -3
- package/dist-es/commands/InvalidateProjectCacheCommand.js +1 -3
- package/dist-es/commands/ListBuildBatchesCommand.js +1 -3
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +1 -3
- package/dist-es/commands/ListBuildsCommand.js +1 -3
- package/dist-es/commands/ListBuildsForProjectCommand.js +1 -3
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +1 -3
- package/dist-es/commands/ListFleetsCommand.js +1 -3
- package/dist-es/commands/ListProjectsCommand.js +1 -3
- package/dist-es/commands/ListReportGroupsCommand.js +1 -3
- package/dist-es/commands/ListReportsCommand.js +1 -3
- package/dist-es/commands/ListReportsForReportGroupCommand.js +1 -3
- package/dist-es/commands/ListSharedProjectsCommand.js +1 -3
- package/dist-es/commands/ListSharedReportGroupsCommand.js +1 -3
- package/dist-es/commands/ListSourceCredentialsCommand.js +1 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/dist-es/commands/RetryBuildBatchCommand.js +1 -3
- package/dist-es/commands/RetryBuildCommand.js +1 -3
- package/dist-es/commands/StartBuildBatchCommand.js +1 -3
- package/dist-es/commands/StartBuildCommand.js +1 -3
- package/dist-es/commands/StopBuildBatchCommand.js +1 -3
- package/dist-es/commands/StopBuildCommand.js +1 -3
- package/dist-es/commands/UpdateFleetCommand.js +1 -3
- package/dist-es/commands/UpdateProjectCommand.js +1 -3
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +1 -3
- package/dist-es/commands/UpdateReportGroupCommand.js +1 -3
- package/dist-es/commands/UpdateWebhookCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -2233,9 +2233,7 @@ function sharedHeaders(operation) {
|
|
|
2233
2233
|
__name(sharedHeaders, "sharedHeaders");
|
|
2234
2234
|
|
|
2235
2235
|
// src/commands/BatchDeleteBuildsCommand.ts
|
|
2236
|
-
var _BatchDeleteBuildsCommand = class _BatchDeleteBuildsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2237
|
-
...commonParams
|
|
2238
|
-
}).m(function(Command, cs, config, o) {
|
|
2236
|
+
var _BatchDeleteBuildsCommand = class _BatchDeleteBuildsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2239
2237
|
return [
|
|
2240
2238
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2241
2239
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2249,9 +2247,7 @@ var BatchDeleteBuildsCommand = _BatchDeleteBuildsCommand;
|
|
|
2249
2247
|
|
|
2250
2248
|
|
|
2251
2249
|
|
|
2252
|
-
var _BatchGetBuildBatchesCommand = class _BatchGetBuildBatchesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2253
|
-
...commonParams
|
|
2254
|
-
}).m(function(Command, cs, config, o) {
|
|
2250
|
+
var _BatchGetBuildBatchesCommand = class _BatchGetBuildBatchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2255
2251
|
return [
|
|
2256
2252
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2257
2253
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2265,9 +2261,7 @@ var BatchGetBuildBatchesCommand = _BatchGetBuildBatchesCommand;
|
|
|
2265
2261
|
|
|
2266
2262
|
|
|
2267
2263
|
|
|
2268
|
-
var _BatchGetBuildsCommand = class _BatchGetBuildsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2269
|
-
...commonParams
|
|
2270
|
-
}).m(function(Command, cs, config, o) {
|
|
2264
|
+
var _BatchGetBuildsCommand = class _BatchGetBuildsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2271
2265
|
return [
|
|
2272
2266
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2273
2267
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2281,9 +2275,7 @@ var BatchGetBuildsCommand = _BatchGetBuildsCommand;
|
|
|
2281
2275
|
|
|
2282
2276
|
|
|
2283
2277
|
|
|
2284
|
-
var _BatchGetFleetsCommand = class _BatchGetFleetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2285
|
-
...commonParams
|
|
2286
|
-
}).m(function(Command, cs, config, o) {
|
|
2278
|
+
var _BatchGetFleetsCommand = class _BatchGetFleetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2287
2279
|
return [
|
|
2288
2280
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2289
2281
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2297,9 +2289,7 @@ var BatchGetFleetsCommand = _BatchGetFleetsCommand;
|
|
|
2297
2289
|
|
|
2298
2290
|
|
|
2299
2291
|
|
|
2300
|
-
var _BatchGetProjectsCommand = class _BatchGetProjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2301
|
-
...commonParams
|
|
2302
|
-
}).m(function(Command, cs, config, o) {
|
|
2292
|
+
var _BatchGetProjectsCommand = class _BatchGetProjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2303
2293
|
return [
|
|
2304
2294
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2305
2295
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2313,9 +2303,7 @@ var BatchGetProjectsCommand = _BatchGetProjectsCommand;
|
|
|
2313
2303
|
|
|
2314
2304
|
|
|
2315
2305
|
|
|
2316
|
-
var _BatchGetReportGroupsCommand = class _BatchGetReportGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2317
|
-
...commonParams
|
|
2318
|
-
}).m(function(Command, cs, config, o) {
|
|
2306
|
+
var _BatchGetReportGroupsCommand = class _BatchGetReportGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2319
2307
|
return [
|
|
2320
2308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2321
2309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2329,9 +2317,7 @@ var BatchGetReportGroupsCommand = _BatchGetReportGroupsCommand;
|
|
|
2329
2317
|
|
|
2330
2318
|
|
|
2331
2319
|
|
|
2332
|
-
var _BatchGetReportsCommand = class _BatchGetReportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2333
|
-
...commonParams
|
|
2334
|
-
}).m(function(Command, cs, config, o) {
|
|
2320
|
+
var _BatchGetReportsCommand = class _BatchGetReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2335
2321
|
return [
|
|
2336
2322
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2337
2323
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2345,9 +2331,7 @@ var BatchGetReportsCommand = _BatchGetReportsCommand;
|
|
|
2345
2331
|
|
|
2346
2332
|
|
|
2347
2333
|
|
|
2348
|
-
var _CreateFleetCommand = class _CreateFleetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2349
|
-
...commonParams
|
|
2350
|
-
}).m(function(Command, cs, config, o) {
|
|
2334
|
+
var _CreateFleetCommand = class _CreateFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2351
2335
|
return [
|
|
2352
2336
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2353
2337
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2361,9 +2345,7 @@ var CreateFleetCommand = _CreateFleetCommand;
|
|
|
2361
2345
|
|
|
2362
2346
|
|
|
2363
2347
|
|
|
2364
|
-
var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2365
|
-
...commonParams
|
|
2366
|
-
}).m(function(Command, cs, config, o) {
|
|
2348
|
+
var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2367
2349
|
return [
|
|
2368
2350
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2369
2351
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2377,9 +2359,7 @@ var CreateProjectCommand = _CreateProjectCommand;
|
|
|
2377
2359
|
|
|
2378
2360
|
|
|
2379
2361
|
|
|
2380
|
-
var _CreateReportGroupCommand = class _CreateReportGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2381
|
-
...commonParams
|
|
2382
|
-
}).m(function(Command, cs, config, o) {
|
|
2362
|
+
var _CreateReportGroupCommand = class _CreateReportGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2383
2363
|
return [
|
|
2384
2364
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2385
2365
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2393,9 +2373,7 @@ var CreateReportGroupCommand = _CreateReportGroupCommand;
|
|
|
2393
2373
|
|
|
2394
2374
|
|
|
2395
2375
|
|
|
2396
|
-
var _CreateWebhookCommand = class _CreateWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2397
|
-
...commonParams
|
|
2398
|
-
}).m(function(Command, cs, config, o) {
|
|
2376
|
+
var _CreateWebhookCommand = class _CreateWebhookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2399
2377
|
return [
|
|
2400
2378
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2401
2379
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2409,9 +2387,7 @@ var CreateWebhookCommand = _CreateWebhookCommand;
|
|
|
2409
2387
|
|
|
2410
2388
|
|
|
2411
2389
|
|
|
2412
|
-
var _DeleteBuildBatchCommand = class _DeleteBuildBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2413
|
-
...commonParams
|
|
2414
|
-
}).m(function(Command, cs, config, o) {
|
|
2390
|
+
var _DeleteBuildBatchCommand = class _DeleteBuildBatchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2415
2391
|
return [
|
|
2416
2392
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2417
2393
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2425,9 +2401,7 @@ var DeleteBuildBatchCommand = _DeleteBuildBatchCommand;
|
|
|
2425
2401
|
|
|
2426
2402
|
|
|
2427
2403
|
|
|
2428
|
-
var _DeleteFleetCommand = class _DeleteFleetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2429
|
-
...commonParams
|
|
2430
|
-
}).m(function(Command, cs, config, o) {
|
|
2404
|
+
var _DeleteFleetCommand = class _DeleteFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2431
2405
|
return [
|
|
2432
2406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2433
2407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2441,9 +2415,7 @@ var DeleteFleetCommand = _DeleteFleetCommand;
|
|
|
2441
2415
|
|
|
2442
2416
|
|
|
2443
2417
|
|
|
2444
|
-
var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2445
|
-
...commonParams
|
|
2446
|
-
}).m(function(Command, cs, config, o) {
|
|
2418
|
+
var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2447
2419
|
return [
|
|
2448
2420
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2449
2421
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2457,9 +2429,7 @@ var DeleteProjectCommand = _DeleteProjectCommand;
|
|
|
2457
2429
|
|
|
2458
2430
|
|
|
2459
2431
|
|
|
2460
|
-
var _DeleteReportCommand = class _DeleteReportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2461
|
-
...commonParams
|
|
2462
|
-
}).m(function(Command, cs, config, o) {
|
|
2432
|
+
var _DeleteReportCommand = class _DeleteReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2463
2433
|
return [
|
|
2464
2434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2465
2435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2473,9 +2443,7 @@ var DeleteReportCommand = _DeleteReportCommand;
|
|
|
2473
2443
|
|
|
2474
2444
|
|
|
2475
2445
|
|
|
2476
|
-
var _DeleteReportGroupCommand = class _DeleteReportGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2477
|
-
...commonParams
|
|
2478
|
-
}).m(function(Command, cs, config, o) {
|
|
2446
|
+
var _DeleteReportGroupCommand = class _DeleteReportGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2479
2447
|
return [
|
|
2480
2448
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2481
2449
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2489,9 +2457,7 @@ var DeleteReportGroupCommand = _DeleteReportGroupCommand;
|
|
|
2489
2457
|
|
|
2490
2458
|
|
|
2491
2459
|
|
|
2492
|
-
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2493
|
-
...commonParams
|
|
2494
|
-
}).m(function(Command, cs, config, o) {
|
|
2460
|
+
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2495
2461
|
return [
|
|
2496
2462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2497
2463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2505,9 +2471,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
2505
2471
|
|
|
2506
2472
|
|
|
2507
2473
|
|
|
2508
|
-
var _DeleteSourceCredentialsCommand = class _DeleteSourceCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2509
|
-
...commonParams
|
|
2510
|
-
}).m(function(Command, cs, config, o) {
|
|
2474
|
+
var _DeleteSourceCredentialsCommand = class _DeleteSourceCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2511
2475
|
return [
|
|
2512
2476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2513
2477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2521,9 +2485,7 @@ var DeleteSourceCredentialsCommand = _DeleteSourceCredentialsCommand;
|
|
|
2521
2485
|
|
|
2522
2486
|
|
|
2523
2487
|
|
|
2524
|
-
var _DeleteWebhookCommand = class _DeleteWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2525
|
-
...commonParams
|
|
2526
|
-
}).m(function(Command, cs, config, o) {
|
|
2488
|
+
var _DeleteWebhookCommand = class _DeleteWebhookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2527
2489
|
return [
|
|
2528
2490
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2529
2491
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2537,9 +2499,7 @@ var DeleteWebhookCommand = _DeleteWebhookCommand;
|
|
|
2537
2499
|
|
|
2538
2500
|
|
|
2539
2501
|
|
|
2540
|
-
var _DescribeCodeCoveragesCommand = class _DescribeCodeCoveragesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2541
|
-
...commonParams
|
|
2542
|
-
}).m(function(Command, cs, config, o) {
|
|
2502
|
+
var _DescribeCodeCoveragesCommand = class _DescribeCodeCoveragesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2543
2503
|
return [
|
|
2544
2504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2545
2505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2553,9 +2513,7 @@ var DescribeCodeCoveragesCommand = _DescribeCodeCoveragesCommand;
|
|
|
2553
2513
|
|
|
2554
2514
|
|
|
2555
2515
|
|
|
2556
|
-
var _DescribeTestCasesCommand = class _DescribeTestCasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2557
|
-
...commonParams
|
|
2558
|
-
}).m(function(Command, cs, config, o) {
|
|
2516
|
+
var _DescribeTestCasesCommand = class _DescribeTestCasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2559
2517
|
return [
|
|
2560
2518
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2561
2519
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2569,9 +2527,7 @@ var DescribeTestCasesCommand = _DescribeTestCasesCommand;
|
|
|
2569
2527
|
|
|
2570
2528
|
|
|
2571
2529
|
|
|
2572
|
-
var _GetReportGroupTrendCommand = class _GetReportGroupTrendCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2573
|
-
...commonParams
|
|
2574
|
-
}).m(function(Command, cs, config, o) {
|
|
2530
|
+
var _GetReportGroupTrendCommand = class _GetReportGroupTrendCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2575
2531
|
return [
|
|
2576
2532
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2577
2533
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2585,9 +2541,7 @@ var GetReportGroupTrendCommand = _GetReportGroupTrendCommand;
|
|
|
2585
2541
|
|
|
2586
2542
|
|
|
2587
2543
|
|
|
2588
|
-
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2589
|
-
...commonParams
|
|
2590
|
-
}).m(function(Command, cs, config, o) {
|
|
2544
|
+
var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2591
2545
|
return [
|
|
2592
2546
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2593
2547
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2601,9 +2555,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
|
|
|
2601
2555
|
|
|
2602
2556
|
|
|
2603
2557
|
|
|
2604
|
-
var _ImportSourceCredentialsCommand = class _ImportSourceCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2605
|
-
...commonParams
|
|
2606
|
-
}).m(function(Command, cs, config, o) {
|
|
2558
|
+
var _ImportSourceCredentialsCommand = class _ImportSourceCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2607
2559
|
return [
|
|
2608
2560
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2609
2561
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2617,9 +2569,7 @@ var ImportSourceCredentialsCommand = _ImportSourceCredentialsCommand;
|
|
|
2617
2569
|
|
|
2618
2570
|
|
|
2619
2571
|
|
|
2620
|
-
var _InvalidateProjectCacheCommand = class _InvalidateProjectCacheCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2621
|
-
...commonParams
|
|
2622
|
-
}).m(function(Command, cs, config, o) {
|
|
2572
|
+
var _InvalidateProjectCacheCommand = class _InvalidateProjectCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2623
2573
|
return [
|
|
2624
2574
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2625
2575
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2633,9 +2583,7 @@ var InvalidateProjectCacheCommand = _InvalidateProjectCacheCommand;
|
|
|
2633
2583
|
|
|
2634
2584
|
|
|
2635
2585
|
|
|
2636
|
-
var _ListBuildBatchesCommand = class _ListBuildBatchesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2637
|
-
...commonParams
|
|
2638
|
-
}).m(function(Command, cs, config, o) {
|
|
2586
|
+
var _ListBuildBatchesCommand = class _ListBuildBatchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2639
2587
|
return [
|
|
2640
2588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2641
2589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2649,9 +2597,7 @@ var ListBuildBatchesCommand = _ListBuildBatchesCommand;
|
|
|
2649
2597
|
|
|
2650
2598
|
|
|
2651
2599
|
|
|
2652
|
-
var _ListBuildBatchesForProjectCommand = class _ListBuildBatchesForProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2653
|
-
...commonParams
|
|
2654
|
-
}).m(function(Command, cs, config, o) {
|
|
2600
|
+
var _ListBuildBatchesForProjectCommand = class _ListBuildBatchesForProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2655
2601
|
return [
|
|
2656
2602
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2657
2603
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2665,9 +2611,7 @@ var ListBuildBatchesForProjectCommand = _ListBuildBatchesForProjectCommand;
|
|
|
2665
2611
|
|
|
2666
2612
|
|
|
2667
2613
|
|
|
2668
|
-
var _ListBuildsCommand = class _ListBuildsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2669
|
-
...commonParams
|
|
2670
|
-
}).m(function(Command, cs, config, o) {
|
|
2614
|
+
var _ListBuildsCommand = class _ListBuildsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2671
2615
|
return [
|
|
2672
2616
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2673
2617
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2681,9 +2625,7 @@ var ListBuildsCommand = _ListBuildsCommand;
|
|
|
2681
2625
|
|
|
2682
2626
|
|
|
2683
2627
|
|
|
2684
|
-
var _ListBuildsForProjectCommand = class _ListBuildsForProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2685
|
-
...commonParams
|
|
2686
|
-
}).m(function(Command, cs, config, o) {
|
|
2628
|
+
var _ListBuildsForProjectCommand = class _ListBuildsForProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2687
2629
|
return [
|
|
2688
2630
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2689
2631
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2697,9 +2639,7 @@ var ListBuildsForProjectCommand = _ListBuildsForProjectCommand;
|
|
|
2697
2639
|
|
|
2698
2640
|
|
|
2699
2641
|
|
|
2700
|
-
var _ListCuratedEnvironmentImagesCommand = class _ListCuratedEnvironmentImagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2701
|
-
...commonParams
|
|
2702
|
-
}).m(function(Command, cs, config, o) {
|
|
2642
|
+
var _ListCuratedEnvironmentImagesCommand = class _ListCuratedEnvironmentImagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2703
2643
|
return [
|
|
2704
2644
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2705
2645
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2713,9 +2653,7 @@ var ListCuratedEnvironmentImagesCommand = _ListCuratedEnvironmentImagesCommand;
|
|
|
2713
2653
|
|
|
2714
2654
|
|
|
2715
2655
|
|
|
2716
|
-
var _ListFleetsCommand = class _ListFleetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2717
|
-
...commonParams
|
|
2718
|
-
}).m(function(Command, cs, config, o) {
|
|
2656
|
+
var _ListFleetsCommand = class _ListFleetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2719
2657
|
return [
|
|
2720
2658
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2721
2659
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2729,9 +2667,7 @@ var ListFleetsCommand = _ListFleetsCommand;
|
|
|
2729
2667
|
|
|
2730
2668
|
|
|
2731
2669
|
|
|
2732
|
-
var _ListProjectsCommand = class _ListProjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2733
|
-
...commonParams
|
|
2734
|
-
}).m(function(Command, cs, config, o) {
|
|
2670
|
+
var _ListProjectsCommand = class _ListProjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2735
2671
|
return [
|
|
2736
2672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2737
2673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2745,9 +2681,7 @@ var ListProjectsCommand = _ListProjectsCommand;
|
|
|
2745
2681
|
|
|
2746
2682
|
|
|
2747
2683
|
|
|
2748
|
-
var _ListReportGroupsCommand = class _ListReportGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2749
|
-
...commonParams
|
|
2750
|
-
}).m(function(Command, cs, config, o) {
|
|
2684
|
+
var _ListReportGroupsCommand = class _ListReportGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2751
2685
|
return [
|
|
2752
2686
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2753
2687
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2761,9 +2695,7 @@ var ListReportGroupsCommand = _ListReportGroupsCommand;
|
|
|
2761
2695
|
|
|
2762
2696
|
|
|
2763
2697
|
|
|
2764
|
-
var _ListReportsCommand = class _ListReportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2765
|
-
...commonParams
|
|
2766
|
-
}).m(function(Command, cs, config, o) {
|
|
2698
|
+
var _ListReportsCommand = class _ListReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2767
2699
|
return [
|
|
2768
2700
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2769
2701
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2777,9 +2709,7 @@ var ListReportsCommand = _ListReportsCommand;
|
|
|
2777
2709
|
|
|
2778
2710
|
|
|
2779
2711
|
|
|
2780
|
-
var _ListReportsForReportGroupCommand = class _ListReportsForReportGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2781
|
-
...commonParams
|
|
2782
|
-
}).m(function(Command, cs, config, o) {
|
|
2712
|
+
var _ListReportsForReportGroupCommand = class _ListReportsForReportGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2783
2713
|
return [
|
|
2784
2714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2785
2715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2793,9 +2723,7 @@ var ListReportsForReportGroupCommand = _ListReportsForReportGroupCommand;
|
|
|
2793
2723
|
|
|
2794
2724
|
|
|
2795
2725
|
|
|
2796
|
-
var _ListSharedProjectsCommand = class _ListSharedProjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2797
|
-
...commonParams
|
|
2798
|
-
}).m(function(Command, cs, config, o) {
|
|
2726
|
+
var _ListSharedProjectsCommand = class _ListSharedProjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2799
2727
|
return [
|
|
2800
2728
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2801
2729
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2809,9 +2737,7 @@ var ListSharedProjectsCommand = _ListSharedProjectsCommand;
|
|
|
2809
2737
|
|
|
2810
2738
|
|
|
2811
2739
|
|
|
2812
|
-
var _ListSharedReportGroupsCommand = class _ListSharedReportGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2813
|
-
...commonParams
|
|
2814
|
-
}).m(function(Command, cs, config, o) {
|
|
2740
|
+
var _ListSharedReportGroupsCommand = class _ListSharedReportGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2815
2741
|
return [
|
|
2816
2742
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2817
2743
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2825,9 +2751,7 @@ var ListSharedReportGroupsCommand = _ListSharedReportGroupsCommand;
|
|
|
2825
2751
|
|
|
2826
2752
|
|
|
2827
2753
|
|
|
2828
|
-
var _ListSourceCredentialsCommand = class _ListSourceCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2829
|
-
...commonParams
|
|
2830
|
-
}).m(function(Command, cs, config, o) {
|
|
2754
|
+
var _ListSourceCredentialsCommand = class _ListSourceCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2831
2755
|
return [
|
|
2832
2756
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2833
2757
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2841,9 +2765,7 @@ var ListSourceCredentialsCommand = _ListSourceCredentialsCommand;
|
|
|
2841
2765
|
|
|
2842
2766
|
|
|
2843
2767
|
|
|
2844
|
-
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2845
|
-
...commonParams
|
|
2846
|
-
}).m(function(Command, cs, config, o) {
|
|
2768
|
+
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2847
2769
|
return [
|
|
2848
2770
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2849
2771
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2857,9 +2779,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
2857
2779
|
|
|
2858
2780
|
|
|
2859
2781
|
|
|
2860
|
-
var _RetryBuildBatchCommand = class _RetryBuildBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2861
|
-
...commonParams
|
|
2862
|
-
}).m(function(Command, cs, config, o) {
|
|
2782
|
+
var _RetryBuildBatchCommand = class _RetryBuildBatchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2863
2783
|
return [
|
|
2864
2784
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2865
2785
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2873,9 +2793,7 @@ var RetryBuildBatchCommand = _RetryBuildBatchCommand;
|
|
|
2873
2793
|
|
|
2874
2794
|
|
|
2875
2795
|
|
|
2876
|
-
var _RetryBuildCommand = class _RetryBuildCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2877
|
-
...commonParams
|
|
2878
|
-
}).m(function(Command, cs, config, o) {
|
|
2796
|
+
var _RetryBuildCommand = class _RetryBuildCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2879
2797
|
return [
|
|
2880
2798
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2881
2799
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2889,9 +2807,7 @@ var RetryBuildCommand = _RetryBuildCommand;
|
|
|
2889
2807
|
|
|
2890
2808
|
|
|
2891
2809
|
|
|
2892
|
-
var _StartBuildBatchCommand = class _StartBuildBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2893
|
-
...commonParams
|
|
2894
|
-
}).m(function(Command, cs, config, o) {
|
|
2810
|
+
var _StartBuildBatchCommand = class _StartBuildBatchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2895
2811
|
return [
|
|
2896
2812
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2897
2813
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2905,9 +2821,7 @@ var StartBuildBatchCommand = _StartBuildBatchCommand;
|
|
|
2905
2821
|
|
|
2906
2822
|
|
|
2907
2823
|
|
|
2908
|
-
var _StartBuildCommand = class _StartBuildCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2909
|
-
...commonParams
|
|
2910
|
-
}).m(function(Command, cs, config, o) {
|
|
2824
|
+
var _StartBuildCommand = class _StartBuildCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2911
2825
|
return [
|
|
2912
2826
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2913
2827
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2921,9 +2835,7 @@ var StartBuildCommand = _StartBuildCommand;
|
|
|
2921
2835
|
|
|
2922
2836
|
|
|
2923
2837
|
|
|
2924
|
-
var _StopBuildBatchCommand = class _StopBuildBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2925
|
-
...commonParams
|
|
2926
|
-
}).m(function(Command, cs, config, o) {
|
|
2838
|
+
var _StopBuildBatchCommand = class _StopBuildBatchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2927
2839
|
return [
|
|
2928
2840
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2929
2841
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2937,9 +2849,7 @@ var StopBuildBatchCommand = _StopBuildBatchCommand;
|
|
|
2937
2849
|
|
|
2938
2850
|
|
|
2939
2851
|
|
|
2940
|
-
var _StopBuildCommand = class _StopBuildCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2941
|
-
...commonParams
|
|
2942
|
-
}).m(function(Command, cs, config, o) {
|
|
2852
|
+
var _StopBuildCommand = class _StopBuildCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2943
2853
|
return [
|
|
2944
2854
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2945
2855
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2953,9 +2863,7 @@ var StopBuildCommand = _StopBuildCommand;
|
|
|
2953
2863
|
|
|
2954
2864
|
|
|
2955
2865
|
|
|
2956
|
-
var _UpdateFleetCommand = class _UpdateFleetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2957
|
-
...commonParams
|
|
2958
|
-
}).m(function(Command, cs, config, o) {
|
|
2866
|
+
var _UpdateFleetCommand = class _UpdateFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2959
2867
|
return [
|
|
2960
2868
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2961
2869
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2969,9 +2877,7 @@ var UpdateFleetCommand = _UpdateFleetCommand;
|
|
|
2969
2877
|
|
|
2970
2878
|
|
|
2971
2879
|
|
|
2972
|
-
var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2973
|
-
...commonParams
|
|
2974
|
-
}).m(function(Command, cs, config, o) {
|
|
2880
|
+
var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2975
2881
|
return [
|
|
2976
2882
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2977
2883
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2985,9 +2891,7 @@ var UpdateProjectCommand = _UpdateProjectCommand;
|
|
|
2985
2891
|
|
|
2986
2892
|
|
|
2987
2893
|
|
|
2988
|
-
var _UpdateProjectVisibilityCommand = class _UpdateProjectVisibilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2989
|
-
...commonParams
|
|
2990
|
-
}).m(function(Command, cs, config, o) {
|
|
2894
|
+
var _UpdateProjectVisibilityCommand = class _UpdateProjectVisibilityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2991
2895
|
return [
|
|
2992
2896
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2993
2897
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3001,9 +2905,7 @@ var UpdateProjectVisibilityCommand = _UpdateProjectVisibilityCommand;
|
|
|
3001
2905
|
|
|
3002
2906
|
|
|
3003
2907
|
|
|
3004
|
-
var _UpdateReportGroupCommand = class _UpdateReportGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3005
|
-
...commonParams
|
|
3006
|
-
}).m(function(Command, cs, config, o) {
|
|
2908
|
+
var _UpdateReportGroupCommand = class _UpdateReportGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3007
2909
|
return [
|
|
3008
2910
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3009
2911
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3017,9 +2919,7 @@ var UpdateReportGroupCommand = _UpdateReportGroupCommand;
|
|
|
3017
2919
|
|
|
3018
2920
|
|
|
3019
2921
|
|
|
3020
|
-
var _UpdateWebhookCommand = class _UpdateWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3021
|
-
...commonParams
|
|
3022
|
-
}).m(function(Command, cs, config, o) {
|
|
2922
|
+
var _UpdateWebhookCommand = class _UpdateWebhookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3023
2923
|
return [
|
|
3024
2924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3025
2925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_BatchDeleteBuildsCommand, se_BatchDeleteBuildsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchDeleteBuildsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetBuildBatchesCommand, se_BatchGetBuildBatchesCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetBuildBatchesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetBuildsCommand, se_BatchGetBuildsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetBuildsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetFleetsCommand, se_BatchGetFleetsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetFleetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetProjectsCommand, se_BatchGetProjectsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetProjectsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetReportGroupsCommand, se_BatchGetReportGroupsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetReportGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetReportsCommand, se_BatchGetReportsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetReportsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFleetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateProjectCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateReportGroupCommand, se_CreateReportGroupCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateReportGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateWebhookCommand, se_CreateWebhookCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateWebhookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteBuildBatchCommand, se_DeleteBuildBatchCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteBuildBatchCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFleetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteProjectCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteReportCommand, se_DeleteReportCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteReportCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteReportGroupCommand, se_DeleteReportGroupCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteReportGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSourceCredentialsCommand, se_DeleteSourceCredentialsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSourceCredentialsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteWebhookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeCodeCoveragesCommand, se_DescribeCodeCoveragesCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeCodeCoveragesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeTestCasesCommand, se_DescribeTestCasesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeTestCasesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetReportGroupTrendCommand, se_GetReportGroupTrendCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetReportGroupTrendCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ImportSourceCredentialsCommand, se_ImportSourceCredentialsCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ImportSourceCredentialsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_InvalidateProjectCacheCommand, se_InvalidateProjectCacheCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class InvalidateProjectCacheCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListBuildBatchesCommand, se_ListBuildBatchesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBuildBatchesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListBuildBatchesForProjectCommand, se_ListBuildBatchesForProjectComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBuildBatchesForProjectCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListBuildsCommand, se_ListBuildsCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBuildsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListBuildsForProjectCommand, se_ListBuildsForProjectCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBuildsForProjectCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCuratedEnvironmentImagesCommand, se_ListCuratedEnvironmentImages
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCuratedEnvironmentImagesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_jso
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListFleetsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProjectsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListReportGroupsCommand, se_ListReportGroupsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListReportGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListReportsCommand, se_ListReportsCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListReportsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListReportsForReportGroupCommand, se_ListReportsForReportGroupComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListReportsForReportGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSharedProjectsCommand, se_ListSharedProjectsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSharedProjectsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSharedReportGroupsCommand, se_ListSharedReportGroupsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSharedReportGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSourceCredentialsCommand, se_ListSourceCredentialsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSourceCredentialsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutResourcePolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RetryBuildBatchCommand, se_RetryBuildBatchCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RetryBuildBatchCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RetryBuildCommand, se_RetryBuildCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RetryBuildCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartBuildBatchCommand, se_StartBuildBatchCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartBuildBatchCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartBuildCommand, se_StartBuildCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartBuildCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopBuildBatchCommand, se_StopBuildBatchCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopBuildBatchCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopBuildCommand, se_StopBuildCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopBuildCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateFleetCommand, se_UpdateFleetCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFleetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateProjectCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateProjectVisibilityCommand, se_UpdateProjectVisibilityCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateProjectVisibilityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateReportGroupCommand, se_UpdateReportGroupCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateReportGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateWebhookCommand, se_UpdateWebhookCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateWebhookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codebuild",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|