@aws-sdk/client-codebuild 3.926.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2323 -2394
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CodeBuildClient.js +2 -0
- package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -9
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -9
- package/dist-es/commands/BatchGetBuildsCommand.js +3 -9
- package/dist-es/commands/BatchGetCommandExecutionsCommand.js +3 -10
- package/dist-es/commands/BatchGetFleetsCommand.js +3 -9
- package/dist-es/commands/BatchGetProjectsCommand.js +3 -9
- package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -9
- package/dist-es/commands/BatchGetReportsCommand.js +3 -9
- package/dist-es/commands/BatchGetSandboxesCommand.js +3 -9
- package/dist-es/commands/CreateFleetCommand.js +3 -9
- package/dist-es/commands/CreateProjectCommand.js +3 -9
- package/dist-es/commands/CreateReportGroupCommand.js +3 -9
- package/dist-es/commands/CreateWebhookCommand.js +3 -9
- package/dist-es/commands/DeleteBuildBatchCommand.js +3 -9
- package/dist-es/commands/DeleteFleetCommand.js +3 -9
- package/dist-es/commands/DeleteProjectCommand.js +3 -9
- package/dist-es/commands/DeleteReportCommand.js +3 -9
- package/dist-es/commands/DeleteReportGroupCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -9
- package/dist-es/commands/DeleteWebhookCommand.js +3 -9
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -9
- package/dist-es/commands/DescribeTestCasesCommand.js +3 -9
- package/dist-es/commands/GetReportGroupTrendCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -10
- package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -9
- package/dist-es/commands/ListBuildBatchesCommand.js +3 -9
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -9
- package/dist-es/commands/ListBuildsCommand.js +3 -9
- package/dist-es/commands/ListBuildsForProjectCommand.js +3 -9
- package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +3 -10
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -9
- package/dist-es/commands/ListFleetsCommand.js +3 -10
- package/dist-es/commands/ListProjectsCommand.js +3 -9
- package/dist-es/commands/ListReportGroupsCommand.js +3 -9
- package/dist-es/commands/ListReportsCommand.js +3 -9
- package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -9
- package/dist-es/commands/ListSandboxesCommand.js +3 -9
- package/dist-es/commands/ListSandboxesForProjectCommand.js +3 -10
- package/dist-es/commands/ListSharedProjectsCommand.js +3 -9
- package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -9
- package/dist-es/commands/ListSourceCredentialsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RetryBuildBatchCommand.js +3 -9
- package/dist-es/commands/RetryBuildCommand.js +3 -9
- package/dist-es/commands/StartBuildBatchCommand.js +3 -9
- package/dist-es/commands/StartBuildCommand.js +3 -9
- package/dist-es/commands/StartCommandExecutionCommand.js +3 -10
- package/dist-es/commands/StartSandboxCommand.js +3 -10
- package/dist-es/commands/StartSandboxConnectionCommand.js +3 -9
- package/dist-es/commands/StopBuildBatchCommand.js +3 -9
- package/dist-es/commands/StopBuildCommand.js +3 -9
- package/dist-es/commands/StopSandboxCommand.js +3 -9
- package/dist-es/commands/UpdateFleetCommand.js +3 -9
- package/dist-es/commands/UpdateProjectCommand.js +3 -9
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -9
- package/dist-es/commands/UpdateReportGroupCommand.js +3 -9
- package/dist-es/commands/UpdateWebhookCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -47
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2207 -0
- package/dist-types/CodeBuildClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -40
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -5
- package/dist-types/schemas/schemas_0.d.ts +316 -0
- package/dist-types/ts3.4/CodeBuildClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1911
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTestCases } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTestCasesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "DescribeTestCases", {})
|
|
17
13
|
.n("CodeBuildClient", "DescribeTestCasesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeTestCasesCommand)
|
|
20
|
-
.de(de_DescribeTestCasesCommand)
|
|
14
|
+
.sc(DescribeTestCases)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetReportGroupTrend } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetReportGroupTrendCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "GetReportGroupTrend", {})
|
|
17
13
|
.n("CodeBuildClient", "GetReportGroupTrendCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetReportGroupTrendCommand)
|
|
20
|
-
.de(de_GetReportGroupTrendCommand)
|
|
14
|
+
.sc(GetReportGroupTrend)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetResourcePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResourcePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "GetResourcePolicy", {})
|
|
17
13
|
.n("CodeBuildClient", "GetResourcePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResourcePolicyCommand)
|
|
20
|
-
.de(de_GetResourcePolicyCommand)
|
|
14
|
+
.sc(GetResourcePolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ImportSourceCredentialsCommand, se_ImportSourceCredentialsCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { ImportSourceCredentials } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ImportSourceCredentialsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CodeBuild_20161006", "ImportSourceCredentials", {})
|
|
18
13
|
.n("CodeBuildClient", "ImportSourceCredentialsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ImportSourceCredentialsCommand)
|
|
21
|
-
.de(de_ImportSourceCredentialsCommand)
|
|
14
|
+
.sc(ImportSourceCredentials)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { InvalidateProjectCache } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class InvalidateProjectCacheCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "InvalidateProjectCache", {})
|
|
17
13
|
.n("CodeBuildClient", "InvalidateProjectCacheCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_InvalidateProjectCacheCommand)
|
|
20
|
-
.de(de_InvalidateProjectCacheCommand)
|
|
14
|
+
.sc(InvalidateProjectCache)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListBuildBatches } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBuildBatchesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListBuildBatches", {})
|
|
17
13
|
.n("CodeBuildClient", "ListBuildBatchesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListBuildBatchesCommand)
|
|
20
|
-
.de(de_ListBuildBatchesCommand)
|
|
14
|
+
.sc(ListBuildBatches)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListBuildBatchesForProject } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBuildBatchesForProjectCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListBuildBatchesForProject", {})
|
|
17
13
|
.n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListBuildBatchesForProjectCommand)
|
|
20
|
-
.de(de_ListBuildBatchesForProjectCommand)
|
|
14
|
+
.sc(ListBuildBatchesForProject)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListBuilds } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBuildsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListBuilds", {})
|
|
17
13
|
.n("CodeBuildClient", "ListBuildsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListBuildsCommand)
|
|
20
|
-
.de(de_ListBuildsCommand)
|
|
14
|
+
.sc(ListBuilds)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListBuildsForProject } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBuildsForProjectCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListBuildsForProject", {})
|
|
17
13
|
.n("CodeBuildClient", "ListBuildsForProjectCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListBuildsForProjectCommand)
|
|
20
|
-
.de(de_ListBuildsForProjectCommand)
|
|
14
|
+
.sc(ListBuildsForProject)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListCommandExecutionsForSandboxCommand, se_ListCommandExecutionsForSandboxCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { ListCommandExecutionsForSandbox } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListCommandExecutionsForSandboxCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CodeBuild_20161006", "ListCommandExecutionsForSandbox", {})
|
|
18
13
|
.n("CodeBuildClient", "ListCommandExecutionsForSandboxCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListCommandExecutionsForSandboxCommand)
|
|
21
|
-
.de(de_ListCommandExecutionsForSandboxCommand)
|
|
14
|
+
.sc(ListCommandExecutionsForSandbox)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCuratedEnvironmentImages } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCuratedEnvironmentImagesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListCuratedEnvironmentImages", {})
|
|
17
13
|
.n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCuratedEnvironmentImagesCommand)
|
|
20
|
-
.de(de_ListCuratedEnvironmentImagesCommand)
|
|
14
|
+
.sc(ListCuratedEnvironmentImages)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { ListFleets } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListFleetsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CodeBuild_20161006", "ListFleets", {})
|
|
18
13
|
.n("CodeBuildClient", "ListFleetsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListFleetsCommand)
|
|
21
|
-
.de(de_ListFleetsCommand)
|
|
14
|
+
.sc(ListFleets)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListProjects } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListProjectsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListProjects", {})
|
|
17
13
|
.n("CodeBuildClient", "ListProjectsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListProjectsCommand)
|
|
20
|
-
.de(de_ListProjectsCommand)
|
|
14
|
+
.sc(ListProjects)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListReportGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListReportGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListReportGroups", {})
|
|
17
13
|
.n("CodeBuildClient", "ListReportGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListReportGroupsCommand)
|
|
20
|
-
.de(de_ListReportGroupsCommand)
|
|
14
|
+
.sc(ListReportGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListReports } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListReportsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListReports", {})
|
|
17
13
|
.n("CodeBuildClient", "ListReportsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListReportsCommand)
|
|
20
|
-
.de(de_ListReportsCommand)
|
|
14
|
+
.sc(ListReports)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListReportsForReportGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListReportsForReportGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListReportsForReportGroup", {})
|
|
17
13
|
.n("CodeBuildClient", "ListReportsForReportGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListReportsForReportGroupCommand)
|
|
20
|
-
.de(de_ListReportsForReportGroupCommand)
|
|
14
|
+
.sc(ListReportsForReportGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSandboxes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSandboxesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListSandboxes", {})
|
|
17
13
|
.n("CodeBuildClient", "ListSandboxesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSandboxesCommand)
|
|
20
|
-
.de(de_ListSandboxesCommand)
|
|
14
|
+
.sc(ListSandboxes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListSandboxesForProjectCommand, se_ListSandboxesForProjectCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { ListSandboxesForProject } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListSandboxesForProjectCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CodeBuild_20161006", "ListSandboxesForProject", {})
|
|
18
13
|
.n("CodeBuildClient", "ListSandboxesForProjectCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListSandboxesForProjectCommand)
|
|
21
|
-
.de(de_ListSandboxesForProjectCommand)
|
|
14
|
+
.sc(ListSandboxesForProject)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSharedProjects } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSharedProjectsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListSharedProjects", {})
|
|
17
13
|
.n("CodeBuildClient", "ListSharedProjectsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSharedProjectsCommand)
|
|
20
|
-
.de(de_ListSharedProjectsCommand)
|
|
14
|
+
.sc(ListSharedProjects)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSharedReportGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSharedReportGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListSharedReportGroups", {})
|
|
17
13
|
.n("CodeBuildClient", "ListSharedReportGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSharedReportGroupsCommand)
|
|
20
|
-
.de(de_ListSharedReportGroupsCommand)
|
|
14
|
+
.sc(ListSharedReportGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSourceCredentials } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSourceCredentialsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "ListSourceCredentials", {})
|
|
17
13
|
.n("CodeBuildClient", "ListSourceCredentialsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSourceCredentialsCommand)
|
|
20
|
-
.de(de_ListSourceCredentialsCommand)
|
|
14
|
+
.sc(ListSourceCredentials)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutResourcePolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutResourcePolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "PutResourcePolicy", {})
|
|
17
13
|
.n("CodeBuildClient", "PutResourcePolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutResourcePolicyCommand)
|
|
20
|
-
.de(de_PutResourcePolicyCommand)
|
|
14
|
+
.sc(PutResourcePolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RetryBuildBatch } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RetryBuildBatchCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "RetryBuildBatch", {})
|
|
17
13
|
.n("CodeBuildClient", "RetryBuildBatchCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RetryBuildBatchCommand)
|
|
20
|
-
.de(de_RetryBuildBatchCommand)
|
|
14
|
+
.sc(RetryBuildBatch)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|