@aws-sdk/client-codebuild 3.1077.0 → 3.1079.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 +183 -709
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchDeleteBuildsCommand.js +2 -14
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +2 -14
- package/dist-es/commands/BatchGetBuildsCommand.js +2 -14
- package/dist-es/commands/BatchGetCommandExecutionsCommand.js +2 -14
- package/dist-es/commands/BatchGetFleetsCommand.js +2 -14
- package/dist-es/commands/BatchGetProjectsCommand.js +2 -14
- package/dist-es/commands/BatchGetReportGroupsCommand.js +2 -14
- package/dist-es/commands/BatchGetReportsCommand.js +2 -14
- package/dist-es/commands/BatchGetSandboxesCommand.js +2 -14
- package/dist-es/commands/CreateFleetCommand.js +2 -14
- package/dist-es/commands/CreateProjectCommand.js +2 -14
- package/dist-es/commands/CreateReportGroupCommand.js +2 -14
- package/dist-es/commands/CreateWebhookCommand.js +2 -14
- package/dist-es/commands/DeleteBuildBatchCommand.js +2 -14
- package/dist-es/commands/DeleteFleetCommand.js +2 -14
- package/dist-es/commands/DeleteProjectCommand.js +2 -14
- package/dist-es/commands/DeleteReportCommand.js +2 -14
- package/dist-es/commands/DeleteReportGroupCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +2 -14
- package/dist-es/commands/DeleteWebhookCommand.js +2 -14
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +2 -14
- package/dist-es/commands/DescribeTestCasesCommand.js +2 -14
- package/dist-es/commands/GetReportGroupTrendCommand.js +2 -14
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
- package/dist-es/commands/ImportSourceCredentialsCommand.js +2 -14
- package/dist-es/commands/InvalidateProjectCacheCommand.js +2 -14
- package/dist-es/commands/ListBuildBatchesCommand.js +2 -14
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +2 -14
- package/dist-es/commands/ListBuildsCommand.js +2 -14
- package/dist-es/commands/ListBuildsForProjectCommand.js +2 -14
- package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +2 -14
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +2 -14
- package/dist-es/commands/ListFleetsCommand.js +2 -14
- package/dist-es/commands/ListProjectsCommand.js +2 -14
- package/dist-es/commands/ListReportGroupsCommand.js +2 -14
- package/dist-es/commands/ListReportsCommand.js +2 -14
- package/dist-es/commands/ListReportsForReportGroupCommand.js +2 -14
- package/dist-es/commands/ListSandboxesCommand.js +2 -14
- package/dist-es/commands/ListSandboxesForProjectCommand.js +2 -14
- package/dist-es/commands/ListSharedProjectsCommand.js +2 -14
- package/dist-es/commands/ListSharedReportGroupsCommand.js +2 -14
- package/dist-es/commands/ListSourceCredentialsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/RetryBuildBatchCommand.js +2 -14
- package/dist-es/commands/RetryBuildCommand.js +2 -14
- package/dist-es/commands/StartBuildBatchCommand.js +2 -14
- package/dist-es/commands/StartBuildCommand.js +2 -14
- package/dist-es/commands/StartCommandExecutionCommand.js +2 -14
- package/dist-es/commands/StartSandboxCommand.js +2 -14
- package/dist-es/commands/StartSandboxConnectionCommand.js +2 -14
- package/dist-es/commands/StopBuildBatchCommand.js +2 -14
- package/dist-es/commands/StopBuildCommand.js +2 -14
- package/dist-es/commands/StopSandboxCommand.js +2 -14
- package/dist-es/commands/UpdateFleetCommand.js +2 -14
- package/dist-es/commands/UpdateProjectCommand.js +2 -14
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +2 -14
- package/dist-es/commands/UpdateReportGroupCommand.js +2 -14
- package/dist-es/commands/UpdateWebhookCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetCommandExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetFleetsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetReportsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetSandboxesCommand.d.ts +3 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +3 -8
- package/dist-types/commands/CreateProjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateReportGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateWebhookCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBuildBatchCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFleetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReportCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReportGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTestCasesCommand.d.ts +3 -8
- package/dist-types/commands/GetReportGroupTrendCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +3 -8
- package/dist-types/commands/ListBuildBatchesCommand.d.ts +3 -8
- package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +3 -8
- package/dist-types/commands/ListBuildsCommand.d.ts +3 -8
- package/dist-types/commands/ListBuildsForProjectCommand.d.ts +3 -8
- package/dist-types/commands/ListCommandExecutionsForSandboxCommand.d.ts +3 -8
- package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +3 -8
- package/dist-types/commands/ListFleetsCommand.d.ts +3 -8
- package/dist-types/commands/ListProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListReportGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListSandboxesCommand.d.ts +3 -8
- package/dist-types/commands/ListSandboxesForProjectCommand.d.ts +3 -8
- package/dist-types/commands/ListSharedProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +3 -8
- package/dist-types/commands/RetryBuildCommand.d.ts +3 -8
- package/dist-types/commands/StartBuildBatchCommand.d.ts +3 -8
- package/dist-types/commands/StartBuildCommand.d.ts +3 -8
- package/dist-types/commands/StartCommandExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartSandboxCommand.d.ts +3 -8
- package/dist-types/commands/StartSandboxConnectionCommand.d.ts +3 -8
- package/dist-types/commands/StopBuildBatchCommand.d.ts +3 -8
- package/dist-types/commands/StopBuildCommand.d.ts +3 -8
- package/dist-types/commands/StopSandboxCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFleetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProjectCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReportGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWebhookCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSandboxesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSandboxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "CodeBuild_20161006", "CodeBuildClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDeleteBuilds$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteBuildsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchDeleteBuilds", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchDeleteBuildsCommand")
|
|
14
|
-
.sc(BatchDeleteBuilds$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteBuildsCommand extends command(_ep0, _mw0, "BatchDeleteBuilds", BatchDeleteBuilds$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetBuildBatches$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetBuildBatchesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchGetBuildBatches", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchGetBuildBatchesCommand")
|
|
14
|
-
.sc(BatchGetBuildBatches$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetBuildBatchesCommand extends command(_ep0, _mw0, "BatchGetBuildBatches", BatchGetBuildBatches$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetBuilds$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetBuildsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchGetBuilds", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchGetBuildsCommand")
|
|
14
|
-
.sc(BatchGetBuilds$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetBuildsCommand extends command(_ep0, _mw0, "BatchGetBuilds", BatchGetBuilds$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetCommandExecutions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetCommandExecutionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchGetCommandExecutions", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchGetCommandExecutionsCommand")
|
|
14
|
-
.sc(BatchGetCommandExecutions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetCommandExecutionsCommand extends command(_ep0, _mw0, "BatchGetCommandExecutions", BatchGetCommandExecutions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetFleets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetFleetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchGetFleets", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchGetFleetsCommand")
|
|
14
|
-
.sc(BatchGetFleets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetFleetsCommand extends command(_ep0, _mw0, "BatchGetFleets", BatchGetFleets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetProjects$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetProjectsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchGetProjects", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchGetProjectsCommand")
|
|
14
|
-
.sc(BatchGetProjects$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetProjectsCommand extends command(_ep0, _mw0, "BatchGetProjects", BatchGetProjects$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetReportGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetReportGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchGetReportGroups", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchGetReportGroupsCommand")
|
|
14
|
-
.sc(BatchGetReportGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetReportGroupsCommand extends command(_ep0, _mw0, "BatchGetReportGroups", BatchGetReportGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetReports$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetReportsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchGetReports", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchGetReportsCommand")
|
|
14
|
-
.sc(BatchGetReports$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetReportsCommand extends command(_ep0, _mw0, "BatchGetReports", BatchGetReports$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetSandboxes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetSandboxesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "BatchGetSandboxes", {})
|
|
13
|
-
.n("CodeBuildClient", "BatchGetSandboxesCommand")
|
|
14
|
-
.sc(BatchGetSandboxes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetSandboxesCommand extends command(_ep0, _mw0, "BatchGetSandboxes", BatchGetSandboxes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateFleet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFleetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "CreateFleet", {})
|
|
13
|
-
.n("CodeBuildClient", "CreateFleetCommand")
|
|
14
|
-
.sc(CreateFleet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFleetCommand extends command(_ep0, _mw0, "CreateFleet", CreateFleet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateProject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateProjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "CreateProject", {})
|
|
13
|
-
.n("CodeBuildClient", "CreateProjectCommand")
|
|
14
|
-
.sc(CreateProject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateProjectCommand extends command(_ep0, _mw0, "CreateProject", CreateProject$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateReportGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateReportGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "CreateReportGroup", {})
|
|
13
|
-
.n("CodeBuildClient", "CreateReportGroupCommand")
|
|
14
|
-
.sc(CreateReportGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateReportGroupCommand extends command(_ep0, _mw0, "CreateReportGroup", CreateReportGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWebhook$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWebhookCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "CreateWebhook", {})
|
|
13
|
-
.n("CodeBuildClient", "CreateWebhookCommand")
|
|
14
|
-
.sc(CreateWebhook$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWebhookCommand extends command(_ep0, _mw0, "CreateWebhook", CreateWebhook$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBuildBatch$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBuildBatchCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DeleteBuildBatch", {})
|
|
13
|
-
.n("CodeBuildClient", "DeleteBuildBatchCommand")
|
|
14
|
-
.sc(DeleteBuildBatch$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBuildBatchCommand extends command(_ep0, _mw0, "DeleteBuildBatch", DeleteBuildBatch$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteFleet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFleetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DeleteFleet", {})
|
|
13
|
-
.n("CodeBuildClient", "DeleteFleetCommand")
|
|
14
|
-
.sc(DeleteFleet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFleetCommand extends command(_ep0, _mw0, "DeleteFleet", DeleteFleet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteProject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteProjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DeleteProject", {})
|
|
13
|
-
.n("CodeBuildClient", "DeleteProjectCommand")
|
|
14
|
-
.sc(DeleteProject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteProjectCommand extends command(_ep0, _mw0, "DeleteProject", DeleteProject$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteReport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteReportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DeleteReport", {})
|
|
13
|
-
.n("CodeBuildClient", "DeleteReportCommand")
|
|
14
|
-
.sc(DeleteReport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteReportCommand extends command(_ep0, _mw0, "DeleteReport", DeleteReport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteReportGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteReportGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DeleteReportGroup", {})
|
|
13
|
-
.n("CodeBuildClient", "DeleteReportGroupCommand")
|
|
14
|
-
.sc(DeleteReportGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteReportGroupCommand extends command(_ep0, _mw0, "DeleteReportGroup", DeleteReportGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DeleteResourcePolicy", {})
|
|
13
|
-
.n("CodeBuildClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSourceCredentials$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSourceCredentialsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DeleteSourceCredentials", {})
|
|
13
|
-
.n("CodeBuildClient", "DeleteSourceCredentialsCommand")
|
|
14
|
-
.sc(DeleteSourceCredentials$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSourceCredentialsCommand extends command(_ep0, _mw0, "DeleteSourceCredentials", DeleteSourceCredentials$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWebhook$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWebhookCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DeleteWebhook", {})
|
|
13
|
-
.n("CodeBuildClient", "DeleteWebhookCommand")
|
|
14
|
-
.sc(DeleteWebhook$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWebhookCommand extends command(_ep0, _mw0, "DeleteWebhook", DeleteWebhook$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCodeCoverages$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCodeCoveragesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DescribeCodeCoverages", {})
|
|
13
|
-
.n("CodeBuildClient", "DescribeCodeCoveragesCommand")
|
|
14
|
-
.sc(DescribeCodeCoverages$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCodeCoveragesCommand extends command(_ep0, _mw0, "DescribeCodeCoverages", DescribeCodeCoverages$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeTestCases$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeTestCasesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "DescribeTestCases", {})
|
|
13
|
-
.n("CodeBuildClient", "DescribeTestCasesCommand")
|
|
14
|
-
.sc(DescribeTestCases$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeTestCasesCommand extends command(_ep0, _mw0, "DescribeTestCases", DescribeTestCases$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetReportGroupTrend$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetReportGroupTrendCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "GetReportGroupTrend", {})
|
|
13
|
-
.n("CodeBuildClient", "GetReportGroupTrendCommand")
|
|
14
|
-
.sc(GetReportGroupTrend$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetReportGroupTrendCommand extends command(_ep0, _mw0, "GetReportGroupTrend", GetReportGroupTrend$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "GetResourcePolicy", {})
|
|
13
|
-
.n("CodeBuildClient", "GetResourcePolicyCommand")
|
|
14
|
-
.sc(GetResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ImportSourceCredentials$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ImportSourceCredentialsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "ImportSourceCredentials", {})
|
|
13
|
-
.n("CodeBuildClient", "ImportSourceCredentialsCommand")
|
|
14
|
-
.sc(ImportSourceCredentials$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ImportSourceCredentialsCommand extends command(_ep0, _mw0, "ImportSourceCredentials", ImportSourceCredentials$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { InvalidateProjectCache$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class InvalidateProjectCacheCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "InvalidateProjectCache", {})
|
|
13
|
-
.n("CodeBuildClient", "InvalidateProjectCacheCommand")
|
|
14
|
-
.sc(InvalidateProjectCache$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class InvalidateProjectCacheCommand extends command(_ep0, _mw0, "InvalidateProjectCache", InvalidateProjectCache$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListBuildBatches$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListBuildBatchesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "ListBuildBatches", {})
|
|
13
|
-
.n("CodeBuildClient", "ListBuildBatchesCommand")
|
|
14
|
-
.sc(ListBuildBatches$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListBuildBatchesCommand extends command(_ep0, _mw0, "ListBuildBatches", ListBuildBatches$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListBuildBatchesForProject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListBuildBatchesForProjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "ListBuildBatchesForProject", {})
|
|
13
|
-
.n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
|
|
14
|
-
.sc(ListBuildBatchesForProject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListBuildBatchesForProjectCommand extends command(_ep0, _mw0, "ListBuildBatchesForProject", ListBuildBatchesForProject$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListBuilds$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListBuildsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "ListBuilds", {})
|
|
13
|
-
.n("CodeBuildClient", "ListBuildsCommand")
|
|
14
|
-
.sc(ListBuilds$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListBuildsCommand extends command(_ep0, _mw0, "ListBuilds", ListBuilds$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListBuildsForProject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListBuildsForProjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeBuild_20161006", "ListBuildsForProject", {})
|
|
13
|
-
.n("CodeBuildClient", "ListBuildsForProjectCommand")
|
|
14
|
-
.sc(ListBuildsForProject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListBuildsForProjectCommand extends command(_ep0, _mw0, "ListBuildsForProject", ListBuildsForProject$) {
|
|
16
4
|
}
|