@aws-sdk/client-codebuild 3.721.0 → 3.723.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 +247 -185
- package/dist-es/CodeBuildClient.js +1 -0
- package/dist-es/models/models_0.js +10 -10
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -243,7 +243,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
243
243
|
}, "resolveRuntimeExtensions");
|
|
244
244
|
|
|
245
245
|
// src/CodeBuildClient.ts
|
|
246
|
-
var
|
|
246
|
+
var CodeBuildClient = class extends import_smithy_client.Client {
|
|
247
|
+
static {
|
|
248
|
+
__name(this, "CodeBuildClient");
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* The resolved configuration of CodeBuildClient class. This is resolved and normalized from the {@link CodeBuildClientConfig | constructor configuration interface}.
|
|
252
|
+
*/
|
|
253
|
+
config;
|
|
247
254
|
constructor(...[configuration]) {
|
|
248
255
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
249
256
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -253,7 +260,7 @@ var _CodeBuildClient = class _CodeBuildClient extends import_smithy_client.Clien
|
|
|
253
260
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
254
261
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
255
262
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
256
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
263
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
257
264
|
super(_config_8);
|
|
258
265
|
this.config = _config_8;
|
|
259
266
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -281,8 +288,6 @@ var _CodeBuildClient = class _CodeBuildClient extends import_smithy_client.Clien
|
|
|
281
288
|
super.destroy();
|
|
282
289
|
}
|
|
283
290
|
};
|
|
284
|
-
__name(_CodeBuildClient, "CodeBuildClient");
|
|
285
|
-
var CodeBuildClient = _CodeBuildClient;
|
|
286
291
|
|
|
287
292
|
// src/CodeBuild.ts
|
|
288
293
|
|
|
@@ -299,7 +304,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
299
304
|
|
|
300
305
|
// src/models/CodeBuildServiceException.ts
|
|
301
306
|
|
|
302
|
-
var
|
|
307
|
+
var CodeBuildServiceException = class _CodeBuildServiceException extends import_smithy_client.ServiceException {
|
|
308
|
+
static {
|
|
309
|
+
__name(this, "CodeBuildServiceException");
|
|
310
|
+
}
|
|
303
311
|
/**
|
|
304
312
|
* @internal
|
|
305
313
|
*/
|
|
@@ -308,12 +316,15 @@ var _CodeBuildServiceException = class _CodeBuildServiceException extends import
|
|
|
308
316
|
Object.setPrototypeOf(this, _CodeBuildServiceException.prototype);
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
|
-
__name(_CodeBuildServiceException, "CodeBuildServiceException");
|
|
312
|
-
var CodeBuildServiceException = _CodeBuildServiceException;
|
|
313
319
|
|
|
314
320
|
// src/models/models_0.ts
|
|
315
321
|
|
|
316
|
-
var
|
|
322
|
+
var AccountLimitExceededException = class _AccountLimitExceededException extends CodeBuildServiceException {
|
|
323
|
+
static {
|
|
324
|
+
__name(this, "AccountLimitExceededException");
|
|
325
|
+
}
|
|
326
|
+
name = "AccountLimitExceededException";
|
|
327
|
+
$fault = "client";
|
|
317
328
|
/**
|
|
318
329
|
* @internal
|
|
319
330
|
*/
|
|
@@ -323,13 +334,9 @@ var _AccountLimitExceededException = class _AccountLimitExceededException extend
|
|
|
323
334
|
$fault: "client",
|
|
324
335
|
...opts
|
|
325
336
|
});
|
|
326
|
-
this.name = "AccountLimitExceededException";
|
|
327
|
-
this.$fault = "client";
|
|
328
337
|
Object.setPrototypeOf(this, _AccountLimitExceededException.prototype);
|
|
329
338
|
}
|
|
330
339
|
};
|
|
331
|
-
__name(_AccountLimitExceededException, "AccountLimitExceededException");
|
|
332
|
-
var AccountLimitExceededException = _AccountLimitExceededException;
|
|
333
340
|
var ArtifactNamespace = {
|
|
334
341
|
BUILD_ID: "BUILD_ID",
|
|
335
342
|
NONE: "NONE"
|
|
@@ -350,7 +357,12 @@ var AuthType = {
|
|
|
350
357
|
PERSONAL_ACCESS_TOKEN: "PERSONAL_ACCESS_TOKEN",
|
|
351
358
|
SECRETS_MANAGER: "SECRETS_MANAGER"
|
|
352
359
|
};
|
|
353
|
-
var
|
|
360
|
+
var InvalidInputException = class _InvalidInputException extends CodeBuildServiceException {
|
|
361
|
+
static {
|
|
362
|
+
__name(this, "InvalidInputException");
|
|
363
|
+
}
|
|
364
|
+
name = "InvalidInputException";
|
|
365
|
+
$fault = "client";
|
|
354
366
|
/**
|
|
355
367
|
* @internal
|
|
356
368
|
*/
|
|
@@ -360,13 +372,9 @@ var _InvalidInputException = class _InvalidInputException extends CodeBuildServi
|
|
|
360
372
|
$fault: "client",
|
|
361
373
|
...opts
|
|
362
374
|
});
|
|
363
|
-
this.name = "InvalidInputException";
|
|
364
|
-
this.$fault = "client";
|
|
365
375
|
Object.setPrototypeOf(this, _InvalidInputException.prototype);
|
|
366
376
|
}
|
|
367
377
|
};
|
|
368
|
-
__name(_InvalidInputException, "InvalidInputException");
|
|
369
|
-
var InvalidInputException = _InvalidInputException;
|
|
370
378
|
var BucketOwnerAccess = {
|
|
371
379
|
FULL: "FULL",
|
|
372
380
|
NONE: "NONE",
|
|
@@ -568,7 +576,12 @@ var ReportStatusType = {
|
|
|
568
576
|
INCOMPLETE: "INCOMPLETE",
|
|
569
577
|
SUCCEEDED: "SUCCEEDED"
|
|
570
578
|
};
|
|
571
|
-
var
|
|
579
|
+
var ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends CodeBuildServiceException {
|
|
580
|
+
static {
|
|
581
|
+
__name(this, "ResourceAlreadyExistsException");
|
|
582
|
+
}
|
|
583
|
+
name = "ResourceAlreadyExistsException";
|
|
584
|
+
$fault = "client";
|
|
572
585
|
/**
|
|
573
586
|
* @internal
|
|
574
587
|
*/
|
|
@@ -578,14 +591,15 @@ var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException exte
|
|
|
578
591
|
$fault: "client",
|
|
579
592
|
...opts
|
|
580
593
|
});
|
|
581
|
-
this.name = "ResourceAlreadyExistsException";
|
|
582
|
-
this.$fault = "client";
|
|
583
594
|
Object.setPrototypeOf(this, _ResourceAlreadyExistsException.prototype);
|
|
584
595
|
}
|
|
585
596
|
};
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
597
|
+
var OAuthProviderException = class _OAuthProviderException extends CodeBuildServiceException {
|
|
598
|
+
static {
|
|
599
|
+
__name(this, "OAuthProviderException");
|
|
600
|
+
}
|
|
601
|
+
name = "OAuthProviderException";
|
|
602
|
+
$fault = "client";
|
|
589
603
|
/**
|
|
590
604
|
* @internal
|
|
591
605
|
*/
|
|
@@ -595,14 +609,15 @@ var _OAuthProviderException = class _OAuthProviderException extends CodeBuildSer
|
|
|
595
609
|
$fault: "client",
|
|
596
610
|
...opts
|
|
597
611
|
});
|
|
598
|
-
this.name = "OAuthProviderException";
|
|
599
|
-
this.$fault = "client";
|
|
600
612
|
Object.setPrototypeOf(this, _OAuthProviderException.prototype);
|
|
601
613
|
}
|
|
602
614
|
};
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
615
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends CodeBuildServiceException {
|
|
616
|
+
static {
|
|
617
|
+
__name(this, "ResourceNotFoundException");
|
|
618
|
+
}
|
|
619
|
+
name = "ResourceNotFoundException";
|
|
620
|
+
$fault = "client";
|
|
606
621
|
/**
|
|
607
622
|
* @internal
|
|
608
623
|
*/
|
|
@@ -612,13 +627,9 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends CodeBu
|
|
|
612
627
|
$fault: "client",
|
|
613
628
|
...opts
|
|
614
629
|
});
|
|
615
|
-
this.name = "ResourceNotFoundException";
|
|
616
|
-
this.$fault = "client";
|
|
617
630
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
618
631
|
}
|
|
619
632
|
};
|
|
620
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
621
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
622
633
|
var ReportCodeCoverageSortByType = {
|
|
623
634
|
FILE_PATH: "FILE_PATH",
|
|
624
635
|
LINE_COVERAGE_PERCENTAGE: "LINE_COVERAGE_PERCENTAGE"
|
|
@@ -2267,701 +2278,751 @@ function sharedHeaders(operation) {
|
|
|
2267
2278
|
__name(sharedHeaders, "sharedHeaders");
|
|
2268
2279
|
|
|
2269
2280
|
// src/commands/BatchDeleteBuildsCommand.ts
|
|
2270
|
-
var
|
|
2281
|
+
var BatchDeleteBuildsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2271
2282
|
return [
|
|
2272
2283
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2273
2284
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2274
2285
|
];
|
|
2275
2286
|
}).s("CodeBuild_20161006", "BatchDeleteBuilds", {}).n("CodeBuildClient", "BatchDeleteBuildsCommand").f(void 0, void 0).ser(se_BatchDeleteBuildsCommand).de(de_BatchDeleteBuildsCommand).build() {
|
|
2287
|
+
static {
|
|
2288
|
+
__name(this, "BatchDeleteBuildsCommand");
|
|
2289
|
+
}
|
|
2276
2290
|
};
|
|
2277
|
-
__name(_BatchDeleteBuildsCommand, "BatchDeleteBuildsCommand");
|
|
2278
|
-
var BatchDeleteBuildsCommand = _BatchDeleteBuildsCommand;
|
|
2279
2291
|
|
|
2280
2292
|
// src/commands/BatchGetBuildBatchesCommand.ts
|
|
2281
2293
|
|
|
2282
2294
|
|
|
2283
2295
|
|
|
2284
|
-
var
|
|
2296
|
+
var BatchGetBuildBatchesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2285
2297
|
return [
|
|
2286
2298
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2287
2299
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2288
2300
|
];
|
|
2289
2301
|
}).s("CodeBuild_20161006", "BatchGetBuildBatches", {}).n("CodeBuildClient", "BatchGetBuildBatchesCommand").f(void 0, void 0).ser(se_BatchGetBuildBatchesCommand).de(de_BatchGetBuildBatchesCommand).build() {
|
|
2302
|
+
static {
|
|
2303
|
+
__name(this, "BatchGetBuildBatchesCommand");
|
|
2304
|
+
}
|
|
2290
2305
|
};
|
|
2291
|
-
__name(_BatchGetBuildBatchesCommand, "BatchGetBuildBatchesCommand");
|
|
2292
|
-
var BatchGetBuildBatchesCommand = _BatchGetBuildBatchesCommand;
|
|
2293
2306
|
|
|
2294
2307
|
// src/commands/BatchGetBuildsCommand.ts
|
|
2295
2308
|
|
|
2296
2309
|
|
|
2297
2310
|
|
|
2298
|
-
var
|
|
2311
|
+
var BatchGetBuildsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2299
2312
|
return [
|
|
2300
2313
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2301
2314
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2302
2315
|
];
|
|
2303
2316
|
}).s("CodeBuild_20161006", "BatchGetBuilds", {}).n("CodeBuildClient", "BatchGetBuildsCommand").f(void 0, void 0).ser(se_BatchGetBuildsCommand).de(de_BatchGetBuildsCommand).build() {
|
|
2317
|
+
static {
|
|
2318
|
+
__name(this, "BatchGetBuildsCommand");
|
|
2319
|
+
}
|
|
2304
2320
|
};
|
|
2305
|
-
__name(_BatchGetBuildsCommand, "BatchGetBuildsCommand");
|
|
2306
|
-
var BatchGetBuildsCommand = _BatchGetBuildsCommand;
|
|
2307
2321
|
|
|
2308
2322
|
// src/commands/BatchGetFleetsCommand.ts
|
|
2309
2323
|
|
|
2310
2324
|
|
|
2311
2325
|
|
|
2312
|
-
var
|
|
2326
|
+
var BatchGetFleetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2313
2327
|
return [
|
|
2314
2328
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2315
2329
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2316
2330
|
];
|
|
2317
2331
|
}).s("CodeBuild_20161006", "BatchGetFleets", {}).n("CodeBuildClient", "BatchGetFleetsCommand").f(void 0, void 0).ser(se_BatchGetFleetsCommand).de(de_BatchGetFleetsCommand).build() {
|
|
2332
|
+
static {
|
|
2333
|
+
__name(this, "BatchGetFleetsCommand");
|
|
2334
|
+
}
|
|
2318
2335
|
};
|
|
2319
|
-
__name(_BatchGetFleetsCommand, "BatchGetFleetsCommand");
|
|
2320
|
-
var BatchGetFleetsCommand = _BatchGetFleetsCommand;
|
|
2321
2336
|
|
|
2322
2337
|
// src/commands/BatchGetProjectsCommand.ts
|
|
2323
2338
|
|
|
2324
2339
|
|
|
2325
2340
|
|
|
2326
|
-
var
|
|
2341
|
+
var BatchGetProjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2327
2342
|
return [
|
|
2328
2343
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2329
2344
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2330
2345
|
];
|
|
2331
2346
|
}).s("CodeBuild_20161006", "BatchGetProjects", {}).n("CodeBuildClient", "BatchGetProjectsCommand").f(void 0, void 0).ser(se_BatchGetProjectsCommand).de(de_BatchGetProjectsCommand).build() {
|
|
2347
|
+
static {
|
|
2348
|
+
__name(this, "BatchGetProjectsCommand");
|
|
2349
|
+
}
|
|
2332
2350
|
};
|
|
2333
|
-
__name(_BatchGetProjectsCommand, "BatchGetProjectsCommand");
|
|
2334
|
-
var BatchGetProjectsCommand = _BatchGetProjectsCommand;
|
|
2335
2351
|
|
|
2336
2352
|
// src/commands/BatchGetReportGroupsCommand.ts
|
|
2337
2353
|
|
|
2338
2354
|
|
|
2339
2355
|
|
|
2340
|
-
var
|
|
2356
|
+
var BatchGetReportGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2341
2357
|
return [
|
|
2342
2358
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2343
2359
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2344
2360
|
];
|
|
2345
2361
|
}).s("CodeBuild_20161006", "BatchGetReportGroups", {}).n("CodeBuildClient", "BatchGetReportGroupsCommand").f(void 0, void 0).ser(se_BatchGetReportGroupsCommand).de(de_BatchGetReportGroupsCommand).build() {
|
|
2362
|
+
static {
|
|
2363
|
+
__name(this, "BatchGetReportGroupsCommand");
|
|
2364
|
+
}
|
|
2346
2365
|
};
|
|
2347
|
-
__name(_BatchGetReportGroupsCommand, "BatchGetReportGroupsCommand");
|
|
2348
|
-
var BatchGetReportGroupsCommand = _BatchGetReportGroupsCommand;
|
|
2349
2366
|
|
|
2350
2367
|
// src/commands/BatchGetReportsCommand.ts
|
|
2351
2368
|
|
|
2352
2369
|
|
|
2353
2370
|
|
|
2354
|
-
var
|
|
2371
|
+
var BatchGetReportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2355
2372
|
return [
|
|
2356
2373
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2357
2374
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2358
2375
|
];
|
|
2359
2376
|
}).s("CodeBuild_20161006", "BatchGetReports", {}).n("CodeBuildClient", "BatchGetReportsCommand").f(void 0, void 0).ser(se_BatchGetReportsCommand).de(de_BatchGetReportsCommand).build() {
|
|
2377
|
+
static {
|
|
2378
|
+
__name(this, "BatchGetReportsCommand");
|
|
2379
|
+
}
|
|
2360
2380
|
};
|
|
2361
|
-
__name(_BatchGetReportsCommand, "BatchGetReportsCommand");
|
|
2362
|
-
var BatchGetReportsCommand = _BatchGetReportsCommand;
|
|
2363
2381
|
|
|
2364
2382
|
// src/commands/CreateFleetCommand.ts
|
|
2365
2383
|
|
|
2366
2384
|
|
|
2367
2385
|
|
|
2368
|
-
var
|
|
2386
|
+
var CreateFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2369
2387
|
return [
|
|
2370
2388
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2371
2389
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2372
2390
|
];
|
|
2373
2391
|
}).s("CodeBuild_20161006", "CreateFleet", {}).n("CodeBuildClient", "CreateFleetCommand").f(void 0, void 0).ser(se_CreateFleetCommand).de(de_CreateFleetCommand).build() {
|
|
2392
|
+
static {
|
|
2393
|
+
__name(this, "CreateFleetCommand");
|
|
2394
|
+
}
|
|
2374
2395
|
};
|
|
2375
|
-
__name(_CreateFleetCommand, "CreateFleetCommand");
|
|
2376
|
-
var CreateFleetCommand = _CreateFleetCommand;
|
|
2377
2396
|
|
|
2378
2397
|
// src/commands/CreateProjectCommand.ts
|
|
2379
2398
|
|
|
2380
2399
|
|
|
2381
2400
|
|
|
2382
|
-
var
|
|
2401
|
+
var CreateProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2383
2402
|
return [
|
|
2384
2403
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2385
2404
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2386
2405
|
];
|
|
2387
2406
|
}).s("CodeBuild_20161006", "CreateProject", {}).n("CodeBuildClient", "CreateProjectCommand").f(void 0, void 0).ser(se_CreateProjectCommand).de(de_CreateProjectCommand).build() {
|
|
2407
|
+
static {
|
|
2408
|
+
__name(this, "CreateProjectCommand");
|
|
2409
|
+
}
|
|
2388
2410
|
};
|
|
2389
|
-
__name(_CreateProjectCommand, "CreateProjectCommand");
|
|
2390
|
-
var CreateProjectCommand = _CreateProjectCommand;
|
|
2391
2411
|
|
|
2392
2412
|
// src/commands/CreateReportGroupCommand.ts
|
|
2393
2413
|
|
|
2394
2414
|
|
|
2395
2415
|
|
|
2396
|
-
var
|
|
2416
|
+
var CreateReportGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2397
2417
|
return [
|
|
2398
2418
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2399
2419
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2400
2420
|
];
|
|
2401
2421
|
}).s("CodeBuild_20161006", "CreateReportGroup", {}).n("CodeBuildClient", "CreateReportGroupCommand").f(void 0, void 0).ser(se_CreateReportGroupCommand).de(de_CreateReportGroupCommand).build() {
|
|
2422
|
+
static {
|
|
2423
|
+
__name(this, "CreateReportGroupCommand");
|
|
2424
|
+
}
|
|
2402
2425
|
};
|
|
2403
|
-
__name(_CreateReportGroupCommand, "CreateReportGroupCommand");
|
|
2404
|
-
var CreateReportGroupCommand = _CreateReportGroupCommand;
|
|
2405
2426
|
|
|
2406
2427
|
// src/commands/CreateWebhookCommand.ts
|
|
2407
2428
|
|
|
2408
2429
|
|
|
2409
2430
|
|
|
2410
|
-
var
|
|
2431
|
+
var CreateWebhookCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2411
2432
|
return [
|
|
2412
2433
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2413
2434
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2414
2435
|
];
|
|
2415
2436
|
}).s("CodeBuild_20161006", "CreateWebhook", {}).n("CodeBuildClient", "CreateWebhookCommand").f(void 0, void 0).ser(se_CreateWebhookCommand).de(de_CreateWebhookCommand).build() {
|
|
2437
|
+
static {
|
|
2438
|
+
__name(this, "CreateWebhookCommand");
|
|
2439
|
+
}
|
|
2416
2440
|
};
|
|
2417
|
-
__name(_CreateWebhookCommand, "CreateWebhookCommand");
|
|
2418
|
-
var CreateWebhookCommand = _CreateWebhookCommand;
|
|
2419
2441
|
|
|
2420
2442
|
// src/commands/DeleteBuildBatchCommand.ts
|
|
2421
2443
|
|
|
2422
2444
|
|
|
2423
2445
|
|
|
2424
|
-
var
|
|
2446
|
+
var DeleteBuildBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2425
2447
|
return [
|
|
2426
2448
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2427
2449
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2428
2450
|
];
|
|
2429
2451
|
}).s("CodeBuild_20161006", "DeleteBuildBatch", {}).n("CodeBuildClient", "DeleteBuildBatchCommand").f(void 0, void 0).ser(se_DeleteBuildBatchCommand).de(de_DeleteBuildBatchCommand).build() {
|
|
2452
|
+
static {
|
|
2453
|
+
__name(this, "DeleteBuildBatchCommand");
|
|
2454
|
+
}
|
|
2430
2455
|
};
|
|
2431
|
-
__name(_DeleteBuildBatchCommand, "DeleteBuildBatchCommand");
|
|
2432
|
-
var DeleteBuildBatchCommand = _DeleteBuildBatchCommand;
|
|
2433
2456
|
|
|
2434
2457
|
// src/commands/DeleteFleetCommand.ts
|
|
2435
2458
|
|
|
2436
2459
|
|
|
2437
2460
|
|
|
2438
|
-
var
|
|
2461
|
+
var DeleteFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2439
2462
|
return [
|
|
2440
2463
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2441
2464
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2442
2465
|
];
|
|
2443
2466
|
}).s("CodeBuild_20161006", "DeleteFleet", {}).n("CodeBuildClient", "DeleteFleetCommand").f(void 0, void 0).ser(se_DeleteFleetCommand).de(de_DeleteFleetCommand).build() {
|
|
2467
|
+
static {
|
|
2468
|
+
__name(this, "DeleteFleetCommand");
|
|
2469
|
+
}
|
|
2444
2470
|
};
|
|
2445
|
-
__name(_DeleteFleetCommand, "DeleteFleetCommand");
|
|
2446
|
-
var DeleteFleetCommand = _DeleteFleetCommand;
|
|
2447
2471
|
|
|
2448
2472
|
// src/commands/DeleteProjectCommand.ts
|
|
2449
2473
|
|
|
2450
2474
|
|
|
2451
2475
|
|
|
2452
|
-
var
|
|
2476
|
+
var DeleteProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2453
2477
|
return [
|
|
2454
2478
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2455
2479
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2456
2480
|
];
|
|
2457
2481
|
}).s("CodeBuild_20161006", "DeleteProject", {}).n("CodeBuildClient", "DeleteProjectCommand").f(void 0, void 0).ser(se_DeleteProjectCommand).de(de_DeleteProjectCommand).build() {
|
|
2482
|
+
static {
|
|
2483
|
+
__name(this, "DeleteProjectCommand");
|
|
2484
|
+
}
|
|
2458
2485
|
};
|
|
2459
|
-
__name(_DeleteProjectCommand, "DeleteProjectCommand");
|
|
2460
|
-
var DeleteProjectCommand = _DeleteProjectCommand;
|
|
2461
2486
|
|
|
2462
2487
|
// src/commands/DeleteReportCommand.ts
|
|
2463
2488
|
|
|
2464
2489
|
|
|
2465
2490
|
|
|
2466
|
-
var
|
|
2491
|
+
var DeleteReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2467
2492
|
return [
|
|
2468
2493
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2469
2494
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2470
2495
|
];
|
|
2471
2496
|
}).s("CodeBuild_20161006", "DeleteReport", {}).n("CodeBuildClient", "DeleteReportCommand").f(void 0, void 0).ser(se_DeleteReportCommand).de(de_DeleteReportCommand).build() {
|
|
2497
|
+
static {
|
|
2498
|
+
__name(this, "DeleteReportCommand");
|
|
2499
|
+
}
|
|
2472
2500
|
};
|
|
2473
|
-
__name(_DeleteReportCommand, "DeleteReportCommand");
|
|
2474
|
-
var DeleteReportCommand = _DeleteReportCommand;
|
|
2475
2501
|
|
|
2476
2502
|
// src/commands/DeleteReportGroupCommand.ts
|
|
2477
2503
|
|
|
2478
2504
|
|
|
2479
2505
|
|
|
2480
|
-
var
|
|
2506
|
+
var DeleteReportGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2481
2507
|
return [
|
|
2482
2508
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2483
2509
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2484
2510
|
];
|
|
2485
2511
|
}).s("CodeBuild_20161006", "DeleteReportGroup", {}).n("CodeBuildClient", "DeleteReportGroupCommand").f(void 0, void 0).ser(se_DeleteReportGroupCommand).de(de_DeleteReportGroupCommand).build() {
|
|
2512
|
+
static {
|
|
2513
|
+
__name(this, "DeleteReportGroupCommand");
|
|
2514
|
+
}
|
|
2486
2515
|
};
|
|
2487
|
-
__name(_DeleteReportGroupCommand, "DeleteReportGroupCommand");
|
|
2488
|
-
var DeleteReportGroupCommand = _DeleteReportGroupCommand;
|
|
2489
2516
|
|
|
2490
2517
|
// src/commands/DeleteResourcePolicyCommand.ts
|
|
2491
2518
|
|
|
2492
2519
|
|
|
2493
2520
|
|
|
2494
|
-
var
|
|
2521
|
+
var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2495
2522
|
return [
|
|
2496
2523
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2497
2524
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2498
2525
|
];
|
|
2499
2526
|
}).s("CodeBuild_20161006", "DeleteResourcePolicy", {}).n("CodeBuildClient", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
|
|
2527
|
+
static {
|
|
2528
|
+
__name(this, "DeleteResourcePolicyCommand");
|
|
2529
|
+
}
|
|
2500
2530
|
};
|
|
2501
|
-
__name(_DeleteResourcePolicyCommand, "DeleteResourcePolicyCommand");
|
|
2502
|
-
var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
2503
2531
|
|
|
2504
2532
|
// src/commands/DeleteSourceCredentialsCommand.ts
|
|
2505
2533
|
|
|
2506
2534
|
|
|
2507
2535
|
|
|
2508
|
-
var
|
|
2536
|
+
var DeleteSourceCredentialsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2509
2537
|
return [
|
|
2510
2538
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2511
2539
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2512
2540
|
];
|
|
2513
2541
|
}).s("CodeBuild_20161006", "DeleteSourceCredentials", {}).n("CodeBuildClient", "DeleteSourceCredentialsCommand").f(void 0, void 0).ser(se_DeleteSourceCredentialsCommand).de(de_DeleteSourceCredentialsCommand).build() {
|
|
2542
|
+
static {
|
|
2543
|
+
__name(this, "DeleteSourceCredentialsCommand");
|
|
2544
|
+
}
|
|
2514
2545
|
};
|
|
2515
|
-
__name(_DeleteSourceCredentialsCommand, "DeleteSourceCredentialsCommand");
|
|
2516
|
-
var DeleteSourceCredentialsCommand = _DeleteSourceCredentialsCommand;
|
|
2517
2546
|
|
|
2518
2547
|
// src/commands/DeleteWebhookCommand.ts
|
|
2519
2548
|
|
|
2520
2549
|
|
|
2521
2550
|
|
|
2522
|
-
var
|
|
2551
|
+
var DeleteWebhookCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2523
2552
|
return [
|
|
2524
2553
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2525
2554
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2526
2555
|
];
|
|
2527
2556
|
}).s("CodeBuild_20161006", "DeleteWebhook", {}).n("CodeBuildClient", "DeleteWebhookCommand").f(void 0, void 0).ser(se_DeleteWebhookCommand).de(de_DeleteWebhookCommand).build() {
|
|
2557
|
+
static {
|
|
2558
|
+
__name(this, "DeleteWebhookCommand");
|
|
2559
|
+
}
|
|
2528
2560
|
};
|
|
2529
|
-
__name(_DeleteWebhookCommand, "DeleteWebhookCommand");
|
|
2530
|
-
var DeleteWebhookCommand = _DeleteWebhookCommand;
|
|
2531
2561
|
|
|
2532
2562
|
// src/commands/DescribeCodeCoveragesCommand.ts
|
|
2533
2563
|
|
|
2534
2564
|
|
|
2535
2565
|
|
|
2536
|
-
var
|
|
2566
|
+
var DescribeCodeCoveragesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2537
2567
|
return [
|
|
2538
2568
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2539
2569
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2540
2570
|
];
|
|
2541
2571
|
}).s("CodeBuild_20161006", "DescribeCodeCoverages", {}).n("CodeBuildClient", "DescribeCodeCoveragesCommand").f(void 0, void 0).ser(se_DescribeCodeCoveragesCommand).de(de_DescribeCodeCoveragesCommand).build() {
|
|
2572
|
+
static {
|
|
2573
|
+
__name(this, "DescribeCodeCoveragesCommand");
|
|
2574
|
+
}
|
|
2542
2575
|
};
|
|
2543
|
-
__name(_DescribeCodeCoveragesCommand, "DescribeCodeCoveragesCommand");
|
|
2544
|
-
var DescribeCodeCoveragesCommand = _DescribeCodeCoveragesCommand;
|
|
2545
2576
|
|
|
2546
2577
|
// src/commands/DescribeTestCasesCommand.ts
|
|
2547
2578
|
|
|
2548
2579
|
|
|
2549
2580
|
|
|
2550
|
-
var
|
|
2581
|
+
var DescribeTestCasesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2551
2582
|
return [
|
|
2552
2583
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2553
2584
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2554
2585
|
];
|
|
2555
2586
|
}).s("CodeBuild_20161006", "DescribeTestCases", {}).n("CodeBuildClient", "DescribeTestCasesCommand").f(void 0, void 0).ser(se_DescribeTestCasesCommand).de(de_DescribeTestCasesCommand).build() {
|
|
2587
|
+
static {
|
|
2588
|
+
__name(this, "DescribeTestCasesCommand");
|
|
2589
|
+
}
|
|
2556
2590
|
};
|
|
2557
|
-
__name(_DescribeTestCasesCommand, "DescribeTestCasesCommand");
|
|
2558
|
-
var DescribeTestCasesCommand = _DescribeTestCasesCommand;
|
|
2559
2591
|
|
|
2560
2592
|
// src/commands/GetReportGroupTrendCommand.ts
|
|
2561
2593
|
|
|
2562
2594
|
|
|
2563
2595
|
|
|
2564
|
-
var
|
|
2596
|
+
var GetReportGroupTrendCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2565
2597
|
return [
|
|
2566
2598
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2567
2599
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2568
2600
|
];
|
|
2569
2601
|
}).s("CodeBuild_20161006", "GetReportGroupTrend", {}).n("CodeBuildClient", "GetReportGroupTrendCommand").f(void 0, void 0).ser(se_GetReportGroupTrendCommand).de(de_GetReportGroupTrendCommand).build() {
|
|
2602
|
+
static {
|
|
2603
|
+
__name(this, "GetReportGroupTrendCommand");
|
|
2604
|
+
}
|
|
2570
2605
|
};
|
|
2571
|
-
__name(_GetReportGroupTrendCommand, "GetReportGroupTrendCommand");
|
|
2572
|
-
var GetReportGroupTrendCommand = _GetReportGroupTrendCommand;
|
|
2573
2606
|
|
|
2574
2607
|
// src/commands/GetResourcePolicyCommand.ts
|
|
2575
2608
|
|
|
2576
2609
|
|
|
2577
2610
|
|
|
2578
|
-
var
|
|
2611
|
+
var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2579
2612
|
return [
|
|
2580
2613
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2581
2614
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2582
2615
|
];
|
|
2583
2616
|
}).s("CodeBuild_20161006", "GetResourcePolicy", {}).n("CodeBuildClient", "GetResourcePolicyCommand").f(void 0, void 0).ser(se_GetResourcePolicyCommand).de(de_GetResourcePolicyCommand).build() {
|
|
2617
|
+
static {
|
|
2618
|
+
__name(this, "GetResourcePolicyCommand");
|
|
2619
|
+
}
|
|
2584
2620
|
};
|
|
2585
|
-
__name(_GetResourcePolicyCommand, "GetResourcePolicyCommand");
|
|
2586
|
-
var GetResourcePolicyCommand = _GetResourcePolicyCommand;
|
|
2587
2621
|
|
|
2588
2622
|
// src/commands/ImportSourceCredentialsCommand.ts
|
|
2589
2623
|
|
|
2590
2624
|
|
|
2591
2625
|
|
|
2592
|
-
var
|
|
2626
|
+
var ImportSourceCredentialsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2593
2627
|
return [
|
|
2594
2628
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2595
2629
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2596
2630
|
];
|
|
2597
2631
|
}).s("CodeBuild_20161006", "ImportSourceCredentials", {}).n("CodeBuildClient", "ImportSourceCredentialsCommand").f(ImportSourceCredentialsInputFilterSensitiveLog, void 0).ser(se_ImportSourceCredentialsCommand).de(de_ImportSourceCredentialsCommand).build() {
|
|
2632
|
+
static {
|
|
2633
|
+
__name(this, "ImportSourceCredentialsCommand");
|
|
2634
|
+
}
|
|
2598
2635
|
};
|
|
2599
|
-
__name(_ImportSourceCredentialsCommand, "ImportSourceCredentialsCommand");
|
|
2600
|
-
var ImportSourceCredentialsCommand = _ImportSourceCredentialsCommand;
|
|
2601
2636
|
|
|
2602
2637
|
// src/commands/InvalidateProjectCacheCommand.ts
|
|
2603
2638
|
|
|
2604
2639
|
|
|
2605
2640
|
|
|
2606
|
-
var
|
|
2641
|
+
var InvalidateProjectCacheCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2607
2642
|
return [
|
|
2608
2643
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2609
2644
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2610
2645
|
];
|
|
2611
2646
|
}).s("CodeBuild_20161006", "InvalidateProjectCache", {}).n("CodeBuildClient", "InvalidateProjectCacheCommand").f(void 0, void 0).ser(se_InvalidateProjectCacheCommand).de(de_InvalidateProjectCacheCommand).build() {
|
|
2647
|
+
static {
|
|
2648
|
+
__name(this, "InvalidateProjectCacheCommand");
|
|
2649
|
+
}
|
|
2612
2650
|
};
|
|
2613
|
-
__name(_InvalidateProjectCacheCommand, "InvalidateProjectCacheCommand");
|
|
2614
|
-
var InvalidateProjectCacheCommand = _InvalidateProjectCacheCommand;
|
|
2615
2651
|
|
|
2616
2652
|
// src/commands/ListBuildBatchesCommand.ts
|
|
2617
2653
|
|
|
2618
2654
|
|
|
2619
2655
|
|
|
2620
|
-
var
|
|
2656
|
+
var ListBuildBatchesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2621
2657
|
return [
|
|
2622
2658
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2623
2659
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2624
2660
|
];
|
|
2625
2661
|
}).s("CodeBuild_20161006", "ListBuildBatches", {}).n("CodeBuildClient", "ListBuildBatchesCommand").f(void 0, void 0).ser(se_ListBuildBatchesCommand).de(de_ListBuildBatchesCommand).build() {
|
|
2662
|
+
static {
|
|
2663
|
+
__name(this, "ListBuildBatchesCommand");
|
|
2664
|
+
}
|
|
2626
2665
|
};
|
|
2627
|
-
__name(_ListBuildBatchesCommand, "ListBuildBatchesCommand");
|
|
2628
|
-
var ListBuildBatchesCommand = _ListBuildBatchesCommand;
|
|
2629
2666
|
|
|
2630
2667
|
// src/commands/ListBuildBatchesForProjectCommand.ts
|
|
2631
2668
|
|
|
2632
2669
|
|
|
2633
2670
|
|
|
2634
|
-
var
|
|
2671
|
+
var ListBuildBatchesForProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2635
2672
|
return [
|
|
2636
2673
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2637
2674
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2638
2675
|
];
|
|
2639
2676
|
}).s("CodeBuild_20161006", "ListBuildBatchesForProject", {}).n("CodeBuildClient", "ListBuildBatchesForProjectCommand").f(void 0, void 0).ser(se_ListBuildBatchesForProjectCommand).de(de_ListBuildBatchesForProjectCommand).build() {
|
|
2677
|
+
static {
|
|
2678
|
+
__name(this, "ListBuildBatchesForProjectCommand");
|
|
2679
|
+
}
|
|
2640
2680
|
};
|
|
2641
|
-
__name(_ListBuildBatchesForProjectCommand, "ListBuildBatchesForProjectCommand");
|
|
2642
|
-
var ListBuildBatchesForProjectCommand = _ListBuildBatchesForProjectCommand;
|
|
2643
2681
|
|
|
2644
2682
|
// src/commands/ListBuildsCommand.ts
|
|
2645
2683
|
|
|
2646
2684
|
|
|
2647
2685
|
|
|
2648
|
-
var
|
|
2686
|
+
var ListBuildsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2649
2687
|
return [
|
|
2650
2688
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2651
2689
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2652
2690
|
];
|
|
2653
2691
|
}).s("CodeBuild_20161006", "ListBuilds", {}).n("CodeBuildClient", "ListBuildsCommand").f(void 0, void 0).ser(se_ListBuildsCommand).de(de_ListBuildsCommand).build() {
|
|
2692
|
+
static {
|
|
2693
|
+
__name(this, "ListBuildsCommand");
|
|
2694
|
+
}
|
|
2654
2695
|
};
|
|
2655
|
-
__name(_ListBuildsCommand, "ListBuildsCommand");
|
|
2656
|
-
var ListBuildsCommand = _ListBuildsCommand;
|
|
2657
2696
|
|
|
2658
2697
|
// src/commands/ListBuildsForProjectCommand.ts
|
|
2659
2698
|
|
|
2660
2699
|
|
|
2661
2700
|
|
|
2662
|
-
var
|
|
2701
|
+
var ListBuildsForProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2663
2702
|
return [
|
|
2664
2703
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2665
2704
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2666
2705
|
];
|
|
2667
2706
|
}).s("CodeBuild_20161006", "ListBuildsForProject", {}).n("CodeBuildClient", "ListBuildsForProjectCommand").f(void 0, void 0).ser(se_ListBuildsForProjectCommand).de(de_ListBuildsForProjectCommand).build() {
|
|
2707
|
+
static {
|
|
2708
|
+
__name(this, "ListBuildsForProjectCommand");
|
|
2709
|
+
}
|
|
2668
2710
|
};
|
|
2669
|
-
__name(_ListBuildsForProjectCommand, "ListBuildsForProjectCommand");
|
|
2670
|
-
var ListBuildsForProjectCommand = _ListBuildsForProjectCommand;
|
|
2671
2711
|
|
|
2672
2712
|
// src/commands/ListCuratedEnvironmentImagesCommand.ts
|
|
2673
2713
|
|
|
2674
2714
|
|
|
2675
2715
|
|
|
2676
|
-
var
|
|
2716
|
+
var ListCuratedEnvironmentImagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2677
2717
|
return [
|
|
2678
2718
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2679
2719
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2680
2720
|
];
|
|
2681
2721
|
}).s("CodeBuild_20161006", "ListCuratedEnvironmentImages", {}).n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand").f(void 0, void 0).ser(se_ListCuratedEnvironmentImagesCommand).de(de_ListCuratedEnvironmentImagesCommand).build() {
|
|
2722
|
+
static {
|
|
2723
|
+
__name(this, "ListCuratedEnvironmentImagesCommand");
|
|
2724
|
+
}
|
|
2682
2725
|
};
|
|
2683
|
-
__name(_ListCuratedEnvironmentImagesCommand, "ListCuratedEnvironmentImagesCommand");
|
|
2684
|
-
var ListCuratedEnvironmentImagesCommand = _ListCuratedEnvironmentImagesCommand;
|
|
2685
2726
|
|
|
2686
2727
|
// src/commands/ListFleetsCommand.ts
|
|
2687
2728
|
|
|
2688
2729
|
|
|
2689
2730
|
|
|
2690
|
-
var
|
|
2731
|
+
var ListFleetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2691
2732
|
return [
|
|
2692
2733
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2693
2734
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2694
2735
|
];
|
|
2695
2736
|
}).s("CodeBuild_20161006", "ListFleets", {}).n("CodeBuildClient", "ListFleetsCommand").f(ListFleetsInputFilterSensitiveLog, void 0).ser(se_ListFleetsCommand).de(de_ListFleetsCommand).build() {
|
|
2737
|
+
static {
|
|
2738
|
+
__name(this, "ListFleetsCommand");
|
|
2739
|
+
}
|
|
2696
2740
|
};
|
|
2697
|
-
__name(_ListFleetsCommand, "ListFleetsCommand");
|
|
2698
|
-
var ListFleetsCommand = _ListFleetsCommand;
|
|
2699
2741
|
|
|
2700
2742
|
// src/commands/ListProjectsCommand.ts
|
|
2701
2743
|
|
|
2702
2744
|
|
|
2703
2745
|
|
|
2704
|
-
var
|
|
2746
|
+
var ListProjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2705
2747
|
return [
|
|
2706
2748
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2707
2749
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2708
2750
|
];
|
|
2709
2751
|
}).s("CodeBuild_20161006", "ListProjects", {}).n("CodeBuildClient", "ListProjectsCommand").f(void 0, void 0).ser(se_ListProjectsCommand).de(de_ListProjectsCommand).build() {
|
|
2752
|
+
static {
|
|
2753
|
+
__name(this, "ListProjectsCommand");
|
|
2754
|
+
}
|
|
2710
2755
|
};
|
|
2711
|
-
__name(_ListProjectsCommand, "ListProjectsCommand");
|
|
2712
|
-
var ListProjectsCommand = _ListProjectsCommand;
|
|
2713
2756
|
|
|
2714
2757
|
// src/commands/ListReportGroupsCommand.ts
|
|
2715
2758
|
|
|
2716
2759
|
|
|
2717
2760
|
|
|
2718
|
-
var
|
|
2761
|
+
var ListReportGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2719
2762
|
return [
|
|
2720
2763
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2721
2764
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2722
2765
|
];
|
|
2723
2766
|
}).s("CodeBuild_20161006", "ListReportGroups", {}).n("CodeBuildClient", "ListReportGroupsCommand").f(void 0, void 0).ser(se_ListReportGroupsCommand).de(de_ListReportGroupsCommand).build() {
|
|
2767
|
+
static {
|
|
2768
|
+
__name(this, "ListReportGroupsCommand");
|
|
2769
|
+
}
|
|
2724
2770
|
};
|
|
2725
|
-
__name(_ListReportGroupsCommand, "ListReportGroupsCommand");
|
|
2726
|
-
var ListReportGroupsCommand = _ListReportGroupsCommand;
|
|
2727
2771
|
|
|
2728
2772
|
// src/commands/ListReportsCommand.ts
|
|
2729
2773
|
|
|
2730
2774
|
|
|
2731
2775
|
|
|
2732
|
-
var
|
|
2776
|
+
var ListReportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2733
2777
|
return [
|
|
2734
2778
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2735
2779
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2736
2780
|
];
|
|
2737
2781
|
}).s("CodeBuild_20161006", "ListReports", {}).n("CodeBuildClient", "ListReportsCommand").f(void 0, void 0).ser(se_ListReportsCommand).de(de_ListReportsCommand).build() {
|
|
2782
|
+
static {
|
|
2783
|
+
__name(this, "ListReportsCommand");
|
|
2784
|
+
}
|
|
2738
2785
|
};
|
|
2739
|
-
__name(_ListReportsCommand, "ListReportsCommand");
|
|
2740
|
-
var ListReportsCommand = _ListReportsCommand;
|
|
2741
2786
|
|
|
2742
2787
|
// src/commands/ListReportsForReportGroupCommand.ts
|
|
2743
2788
|
|
|
2744
2789
|
|
|
2745
2790
|
|
|
2746
|
-
var
|
|
2791
|
+
var ListReportsForReportGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2747
2792
|
return [
|
|
2748
2793
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2749
2794
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2750
2795
|
];
|
|
2751
2796
|
}).s("CodeBuild_20161006", "ListReportsForReportGroup", {}).n("CodeBuildClient", "ListReportsForReportGroupCommand").f(void 0, void 0).ser(se_ListReportsForReportGroupCommand).de(de_ListReportsForReportGroupCommand).build() {
|
|
2797
|
+
static {
|
|
2798
|
+
__name(this, "ListReportsForReportGroupCommand");
|
|
2799
|
+
}
|
|
2752
2800
|
};
|
|
2753
|
-
__name(_ListReportsForReportGroupCommand, "ListReportsForReportGroupCommand");
|
|
2754
|
-
var ListReportsForReportGroupCommand = _ListReportsForReportGroupCommand;
|
|
2755
2801
|
|
|
2756
2802
|
// src/commands/ListSharedProjectsCommand.ts
|
|
2757
2803
|
|
|
2758
2804
|
|
|
2759
2805
|
|
|
2760
|
-
var
|
|
2806
|
+
var ListSharedProjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2761
2807
|
return [
|
|
2762
2808
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2763
2809
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2764
2810
|
];
|
|
2765
2811
|
}).s("CodeBuild_20161006", "ListSharedProjects", {}).n("CodeBuildClient", "ListSharedProjectsCommand").f(void 0, void 0).ser(se_ListSharedProjectsCommand).de(de_ListSharedProjectsCommand).build() {
|
|
2812
|
+
static {
|
|
2813
|
+
__name(this, "ListSharedProjectsCommand");
|
|
2814
|
+
}
|
|
2766
2815
|
};
|
|
2767
|
-
__name(_ListSharedProjectsCommand, "ListSharedProjectsCommand");
|
|
2768
|
-
var ListSharedProjectsCommand = _ListSharedProjectsCommand;
|
|
2769
2816
|
|
|
2770
2817
|
// src/commands/ListSharedReportGroupsCommand.ts
|
|
2771
2818
|
|
|
2772
2819
|
|
|
2773
2820
|
|
|
2774
|
-
var
|
|
2821
|
+
var ListSharedReportGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2775
2822
|
return [
|
|
2776
2823
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2777
2824
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2778
2825
|
];
|
|
2779
2826
|
}).s("CodeBuild_20161006", "ListSharedReportGroups", {}).n("CodeBuildClient", "ListSharedReportGroupsCommand").f(void 0, void 0).ser(se_ListSharedReportGroupsCommand).de(de_ListSharedReportGroupsCommand).build() {
|
|
2827
|
+
static {
|
|
2828
|
+
__name(this, "ListSharedReportGroupsCommand");
|
|
2829
|
+
}
|
|
2780
2830
|
};
|
|
2781
|
-
__name(_ListSharedReportGroupsCommand, "ListSharedReportGroupsCommand");
|
|
2782
|
-
var ListSharedReportGroupsCommand = _ListSharedReportGroupsCommand;
|
|
2783
2831
|
|
|
2784
2832
|
// src/commands/ListSourceCredentialsCommand.ts
|
|
2785
2833
|
|
|
2786
2834
|
|
|
2787
2835
|
|
|
2788
|
-
var
|
|
2836
|
+
var ListSourceCredentialsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2789
2837
|
return [
|
|
2790
2838
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2791
2839
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2792
2840
|
];
|
|
2793
2841
|
}).s("CodeBuild_20161006", "ListSourceCredentials", {}).n("CodeBuildClient", "ListSourceCredentialsCommand").f(void 0, void 0).ser(se_ListSourceCredentialsCommand).de(de_ListSourceCredentialsCommand).build() {
|
|
2842
|
+
static {
|
|
2843
|
+
__name(this, "ListSourceCredentialsCommand");
|
|
2844
|
+
}
|
|
2794
2845
|
};
|
|
2795
|
-
__name(_ListSourceCredentialsCommand, "ListSourceCredentialsCommand");
|
|
2796
|
-
var ListSourceCredentialsCommand = _ListSourceCredentialsCommand;
|
|
2797
2846
|
|
|
2798
2847
|
// src/commands/PutResourcePolicyCommand.ts
|
|
2799
2848
|
|
|
2800
2849
|
|
|
2801
2850
|
|
|
2802
|
-
var
|
|
2851
|
+
var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2803
2852
|
return [
|
|
2804
2853
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2805
2854
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2806
2855
|
];
|
|
2807
2856
|
}).s("CodeBuild_20161006", "PutResourcePolicy", {}).n("CodeBuildClient", "PutResourcePolicyCommand").f(void 0, void 0).ser(se_PutResourcePolicyCommand).de(de_PutResourcePolicyCommand).build() {
|
|
2857
|
+
static {
|
|
2858
|
+
__name(this, "PutResourcePolicyCommand");
|
|
2859
|
+
}
|
|
2808
2860
|
};
|
|
2809
|
-
__name(_PutResourcePolicyCommand, "PutResourcePolicyCommand");
|
|
2810
|
-
var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
2811
2861
|
|
|
2812
2862
|
// src/commands/RetryBuildBatchCommand.ts
|
|
2813
2863
|
|
|
2814
2864
|
|
|
2815
2865
|
|
|
2816
|
-
var
|
|
2866
|
+
var RetryBuildBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2817
2867
|
return [
|
|
2818
2868
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2819
2869
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2820
2870
|
];
|
|
2821
2871
|
}).s("CodeBuild_20161006", "RetryBuildBatch", {}).n("CodeBuildClient", "RetryBuildBatchCommand").f(void 0, void 0).ser(se_RetryBuildBatchCommand).de(de_RetryBuildBatchCommand).build() {
|
|
2872
|
+
static {
|
|
2873
|
+
__name(this, "RetryBuildBatchCommand");
|
|
2874
|
+
}
|
|
2822
2875
|
};
|
|
2823
|
-
__name(_RetryBuildBatchCommand, "RetryBuildBatchCommand");
|
|
2824
|
-
var RetryBuildBatchCommand = _RetryBuildBatchCommand;
|
|
2825
2876
|
|
|
2826
2877
|
// src/commands/RetryBuildCommand.ts
|
|
2827
2878
|
|
|
2828
2879
|
|
|
2829
2880
|
|
|
2830
|
-
var
|
|
2881
|
+
var RetryBuildCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2831
2882
|
return [
|
|
2832
2883
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2833
2884
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2834
2885
|
];
|
|
2835
2886
|
}).s("CodeBuild_20161006", "RetryBuild", {}).n("CodeBuildClient", "RetryBuildCommand").f(void 0, void 0).ser(se_RetryBuildCommand).de(de_RetryBuildCommand).build() {
|
|
2887
|
+
static {
|
|
2888
|
+
__name(this, "RetryBuildCommand");
|
|
2889
|
+
}
|
|
2836
2890
|
};
|
|
2837
|
-
__name(_RetryBuildCommand, "RetryBuildCommand");
|
|
2838
|
-
var RetryBuildCommand = _RetryBuildCommand;
|
|
2839
2891
|
|
|
2840
2892
|
// src/commands/StartBuildBatchCommand.ts
|
|
2841
2893
|
|
|
2842
2894
|
|
|
2843
2895
|
|
|
2844
|
-
var
|
|
2896
|
+
var StartBuildBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2845
2897
|
return [
|
|
2846
2898
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2847
2899
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2848
2900
|
];
|
|
2849
2901
|
}).s("CodeBuild_20161006", "StartBuildBatch", {}).n("CodeBuildClient", "StartBuildBatchCommand").f(void 0, void 0).ser(se_StartBuildBatchCommand).de(de_StartBuildBatchCommand).build() {
|
|
2902
|
+
static {
|
|
2903
|
+
__name(this, "StartBuildBatchCommand");
|
|
2904
|
+
}
|
|
2850
2905
|
};
|
|
2851
|
-
__name(_StartBuildBatchCommand, "StartBuildBatchCommand");
|
|
2852
|
-
var StartBuildBatchCommand = _StartBuildBatchCommand;
|
|
2853
2906
|
|
|
2854
2907
|
// src/commands/StartBuildCommand.ts
|
|
2855
2908
|
|
|
2856
2909
|
|
|
2857
2910
|
|
|
2858
|
-
var
|
|
2911
|
+
var StartBuildCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2859
2912
|
return [
|
|
2860
2913
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2861
2914
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2862
2915
|
];
|
|
2863
2916
|
}).s("CodeBuild_20161006", "StartBuild", {}).n("CodeBuildClient", "StartBuildCommand").f(void 0, void 0).ser(se_StartBuildCommand).de(de_StartBuildCommand).build() {
|
|
2917
|
+
static {
|
|
2918
|
+
__name(this, "StartBuildCommand");
|
|
2919
|
+
}
|
|
2864
2920
|
};
|
|
2865
|
-
__name(_StartBuildCommand, "StartBuildCommand");
|
|
2866
|
-
var StartBuildCommand = _StartBuildCommand;
|
|
2867
2921
|
|
|
2868
2922
|
// src/commands/StopBuildBatchCommand.ts
|
|
2869
2923
|
|
|
2870
2924
|
|
|
2871
2925
|
|
|
2872
|
-
var
|
|
2926
|
+
var StopBuildBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2873
2927
|
return [
|
|
2874
2928
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2875
2929
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2876
2930
|
];
|
|
2877
2931
|
}).s("CodeBuild_20161006", "StopBuildBatch", {}).n("CodeBuildClient", "StopBuildBatchCommand").f(void 0, void 0).ser(se_StopBuildBatchCommand).de(de_StopBuildBatchCommand).build() {
|
|
2932
|
+
static {
|
|
2933
|
+
__name(this, "StopBuildBatchCommand");
|
|
2934
|
+
}
|
|
2878
2935
|
};
|
|
2879
|
-
__name(_StopBuildBatchCommand, "StopBuildBatchCommand");
|
|
2880
|
-
var StopBuildBatchCommand = _StopBuildBatchCommand;
|
|
2881
2936
|
|
|
2882
2937
|
// src/commands/StopBuildCommand.ts
|
|
2883
2938
|
|
|
2884
2939
|
|
|
2885
2940
|
|
|
2886
|
-
var
|
|
2941
|
+
var StopBuildCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2887
2942
|
return [
|
|
2888
2943
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2889
2944
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2890
2945
|
];
|
|
2891
2946
|
}).s("CodeBuild_20161006", "StopBuild", {}).n("CodeBuildClient", "StopBuildCommand").f(void 0, void 0).ser(se_StopBuildCommand).de(de_StopBuildCommand).build() {
|
|
2947
|
+
static {
|
|
2948
|
+
__name(this, "StopBuildCommand");
|
|
2949
|
+
}
|
|
2892
2950
|
};
|
|
2893
|
-
__name(_StopBuildCommand, "StopBuildCommand");
|
|
2894
|
-
var StopBuildCommand = _StopBuildCommand;
|
|
2895
2951
|
|
|
2896
2952
|
// src/commands/UpdateFleetCommand.ts
|
|
2897
2953
|
|
|
2898
2954
|
|
|
2899
2955
|
|
|
2900
|
-
var
|
|
2956
|
+
var UpdateFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2901
2957
|
return [
|
|
2902
2958
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2903
2959
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2904
2960
|
];
|
|
2905
2961
|
}).s("CodeBuild_20161006", "UpdateFleet", {}).n("CodeBuildClient", "UpdateFleetCommand").f(void 0, void 0).ser(se_UpdateFleetCommand).de(de_UpdateFleetCommand).build() {
|
|
2962
|
+
static {
|
|
2963
|
+
__name(this, "UpdateFleetCommand");
|
|
2964
|
+
}
|
|
2906
2965
|
};
|
|
2907
|
-
__name(_UpdateFleetCommand, "UpdateFleetCommand");
|
|
2908
|
-
var UpdateFleetCommand = _UpdateFleetCommand;
|
|
2909
2966
|
|
|
2910
2967
|
// src/commands/UpdateProjectCommand.ts
|
|
2911
2968
|
|
|
2912
2969
|
|
|
2913
2970
|
|
|
2914
|
-
var
|
|
2971
|
+
var UpdateProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2915
2972
|
return [
|
|
2916
2973
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2917
2974
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2918
2975
|
];
|
|
2919
2976
|
}).s("CodeBuild_20161006", "UpdateProject", {}).n("CodeBuildClient", "UpdateProjectCommand").f(void 0, void 0).ser(se_UpdateProjectCommand).de(de_UpdateProjectCommand).build() {
|
|
2977
|
+
static {
|
|
2978
|
+
__name(this, "UpdateProjectCommand");
|
|
2979
|
+
}
|
|
2920
2980
|
};
|
|
2921
|
-
__name(_UpdateProjectCommand, "UpdateProjectCommand");
|
|
2922
|
-
var UpdateProjectCommand = _UpdateProjectCommand;
|
|
2923
2981
|
|
|
2924
2982
|
// src/commands/UpdateProjectVisibilityCommand.ts
|
|
2925
2983
|
|
|
2926
2984
|
|
|
2927
2985
|
|
|
2928
|
-
var
|
|
2986
|
+
var UpdateProjectVisibilityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2929
2987
|
return [
|
|
2930
2988
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2931
2989
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2932
2990
|
];
|
|
2933
2991
|
}).s("CodeBuild_20161006", "UpdateProjectVisibility", {}).n("CodeBuildClient", "UpdateProjectVisibilityCommand").f(void 0, void 0).ser(se_UpdateProjectVisibilityCommand).de(de_UpdateProjectVisibilityCommand).build() {
|
|
2992
|
+
static {
|
|
2993
|
+
__name(this, "UpdateProjectVisibilityCommand");
|
|
2994
|
+
}
|
|
2934
2995
|
};
|
|
2935
|
-
__name(_UpdateProjectVisibilityCommand, "UpdateProjectVisibilityCommand");
|
|
2936
|
-
var UpdateProjectVisibilityCommand = _UpdateProjectVisibilityCommand;
|
|
2937
2996
|
|
|
2938
2997
|
// src/commands/UpdateReportGroupCommand.ts
|
|
2939
2998
|
|
|
2940
2999
|
|
|
2941
3000
|
|
|
2942
|
-
var
|
|
3001
|
+
var UpdateReportGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2943
3002
|
return [
|
|
2944
3003
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2945
3004
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2946
3005
|
];
|
|
2947
3006
|
}).s("CodeBuild_20161006", "UpdateReportGroup", {}).n("CodeBuildClient", "UpdateReportGroupCommand").f(void 0, void 0).ser(se_UpdateReportGroupCommand).de(de_UpdateReportGroupCommand).build() {
|
|
3007
|
+
static {
|
|
3008
|
+
__name(this, "UpdateReportGroupCommand");
|
|
3009
|
+
}
|
|
2948
3010
|
};
|
|
2949
|
-
__name(_UpdateReportGroupCommand, "UpdateReportGroupCommand");
|
|
2950
|
-
var UpdateReportGroupCommand = _UpdateReportGroupCommand;
|
|
2951
3011
|
|
|
2952
3012
|
// src/commands/UpdateWebhookCommand.ts
|
|
2953
3013
|
|
|
2954
3014
|
|
|
2955
3015
|
|
|
2956
|
-
var
|
|
3016
|
+
var UpdateWebhookCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2957
3017
|
return [
|
|
2958
3018
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2959
3019
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2960
3020
|
];
|
|
2961
3021
|
}).s("CodeBuild_20161006", "UpdateWebhook", {}).n("CodeBuildClient", "UpdateWebhookCommand").f(void 0, void 0).ser(se_UpdateWebhookCommand).de(de_UpdateWebhookCommand).build() {
|
|
3022
|
+
static {
|
|
3023
|
+
__name(this, "UpdateWebhookCommand");
|
|
3024
|
+
}
|
|
2962
3025
|
};
|
|
2963
|
-
__name(_UpdateWebhookCommand, "UpdateWebhookCommand");
|
|
2964
|
-
var UpdateWebhookCommand = _UpdateWebhookCommand;
|
|
2965
3026
|
|
|
2966
3027
|
// src/CodeBuild.ts
|
|
2967
3028
|
var commands = {
|
|
@@ -3016,10 +3077,11 @@ var commands = {
|
|
|
3016
3077
|
UpdateReportGroupCommand,
|
|
3017
3078
|
UpdateWebhookCommand
|
|
3018
3079
|
};
|
|
3019
|
-
var
|
|
3080
|
+
var CodeBuild = class extends CodeBuildClient {
|
|
3081
|
+
static {
|
|
3082
|
+
__name(this, "CodeBuild");
|
|
3083
|
+
}
|
|
3020
3084
|
};
|
|
3021
|
-
__name(_CodeBuild, "CodeBuild");
|
|
3022
|
-
var CodeBuild = _CodeBuild;
|
|
3023
3085
|
(0, import_smithy_client.createAggregatedClient)(commands, CodeBuild);
|
|
3024
3086
|
|
|
3025
3087
|
// src/pagination/DescribeCodeCoveragesPaginator.ts
|