@aws-sdk/client-codebuild 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist-cjs/index.js +2323 -2394
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodeBuildClient.js +2 -0
  4. package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -9
  5. package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -9
  6. package/dist-es/commands/BatchGetBuildsCommand.js +3 -9
  7. package/dist-es/commands/BatchGetCommandExecutionsCommand.js +3 -10
  8. package/dist-es/commands/BatchGetFleetsCommand.js +3 -9
  9. package/dist-es/commands/BatchGetProjectsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -9
  11. package/dist-es/commands/BatchGetReportsCommand.js +3 -9
  12. package/dist-es/commands/BatchGetSandboxesCommand.js +3 -9
  13. package/dist-es/commands/CreateFleetCommand.js +3 -9
  14. package/dist-es/commands/CreateProjectCommand.js +3 -9
  15. package/dist-es/commands/CreateReportGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateWebhookCommand.js +3 -9
  17. package/dist-es/commands/DeleteBuildBatchCommand.js +3 -9
  18. package/dist-es/commands/DeleteFleetCommand.js +3 -9
  19. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  20. package/dist-es/commands/DeleteReportCommand.js +3 -9
  21. package/dist-es/commands/DeleteReportGroupCommand.js +3 -9
  22. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  23. package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -9
  24. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  25. package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -9
  26. package/dist-es/commands/DescribeTestCasesCommand.js +3 -9
  27. package/dist-es/commands/GetReportGroupTrendCommand.js +3 -9
  28. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  29. package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -10
  30. package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -9
  31. package/dist-es/commands/ListBuildBatchesCommand.js +3 -9
  32. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -9
  33. package/dist-es/commands/ListBuildsCommand.js +3 -9
  34. package/dist-es/commands/ListBuildsForProjectCommand.js +3 -9
  35. package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +3 -10
  36. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -9
  37. package/dist-es/commands/ListFleetsCommand.js +3 -10
  38. package/dist-es/commands/ListProjectsCommand.js +3 -9
  39. package/dist-es/commands/ListReportGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListReportsCommand.js +3 -9
  41. package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -9
  42. package/dist-es/commands/ListSandboxesCommand.js +3 -9
  43. package/dist-es/commands/ListSandboxesForProjectCommand.js +3 -10
  44. package/dist-es/commands/ListSharedProjectsCommand.js +3 -9
  45. package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -9
  46. package/dist-es/commands/ListSourceCredentialsCommand.js +3 -9
  47. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  48. package/dist-es/commands/RetryBuildBatchCommand.js +3 -9
  49. package/dist-es/commands/RetryBuildCommand.js +3 -9
  50. package/dist-es/commands/StartBuildBatchCommand.js +3 -9
  51. package/dist-es/commands/StartBuildCommand.js +3 -9
  52. package/dist-es/commands/StartCommandExecutionCommand.js +3 -10
  53. package/dist-es/commands/StartSandboxCommand.js +3 -10
  54. package/dist-es/commands/StartSandboxConnectionCommand.js +3 -9
  55. package/dist-es/commands/StopBuildBatchCommand.js +3 -9
  56. package/dist-es/commands/StopBuildCommand.js +3 -9
  57. package/dist-es/commands/StopSandboxCommand.js +3 -9
  58. package/dist-es/commands/UpdateFleetCommand.js +3 -9
  59. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  60. package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -9
  61. package/dist-es/commands/UpdateReportGroupCommand.js +3 -9
  62. package/dist-es/commands/UpdateWebhookCommand.js +3 -9
  63. package/dist-es/models/models_0.js +0 -47
  64. package/dist-es/runtimeConfig.shared.js +7 -0
  65. package/dist-es/schemas/schemas_0.js +2207 -0
  66. package/dist-types/CodeBuildClient.d.ts +10 -1
  67. package/dist-types/models/models_0.d.ts +0 -40
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  69. package/dist-types/runtimeConfig.d.ts +1 -0
  70. package/dist-types/runtimeConfig.native.d.ts +1 -0
  71. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  72. package/dist-types/schemas/schemas_0.d.ts +316 -0
  73. package/dist-types/ts3.4/CodeBuildClient.d.ts +4 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
  80. package/package.json +5 -5
  81. package/dist-es/protocols/Aws_json1_1.js +0 -1911
  82. package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
@@ -1,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 { de_DescribeTestCasesCommand, se_DescribeTestCasesCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_GetReportGroupTrendCommand, se_GetReportGroupTrendCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { ImportSourceCredentialsInputFilterSensitiveLog, } from "../models/models_0";
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
- .f(ImportSourceCredentialsInputFilterSensitiveLog, void 0)
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 { de_InvalidateProjectCacheCommand, se_InvalidateProjectCacheCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListBuildBatchesCommand, se_ListBuildBatchesCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListBuildBatchesForProjectCommand, se_ListBuildBatchesForProjectCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListBuildsCommand, se_ListBuildsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListBuildsForProjectCommand, se_ListBuildsForProjectCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { ListCommandExecutionsForSandboxInputFilterSensitiveLog, ListCommandExecutionsForSandboxOutputFilterSensitiveLog, } from "../models/models_0";
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
- .f(ListCommandExecutionsForSandboxInputFilterSensitiveLog, ListCommandExecutionsForSandboxOutputFilterSensitiveLog)
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 { de_ListCuratedEnvironmentImagesCommand, se_ListCuratedEnvironmentImagesCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { ListFleetsInputFilterSensitiveLog } from "../models/models_0";
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
- .f(ListFleetsInputFilterSensitiveLog, void 0)
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 { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListReportGroupsCommand, se_ListReportGroupsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListReportsCommand, se_ListReportsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListReportsForReportGroupCommand, se_ListReportsForReportGroupCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListSandboxesCommand, se_ListSandboxesCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { ListSandboxesForProjectInputFilterSensitiveLog, } from "../models/models_0";
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
- .f(ListSandboxesForProjectInputFilterSensitiveLog, void 0)
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 { de_ListSharedProjectsCommand, se_ListSharedProjectsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListSharedReportGroupsCommand, se_ListSharedReportGroupsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListSourceCredentialsCommand, se_ListSourceCredentialsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_RetryBuildBatchCommand, se_RetryBuildBatchCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
19
- .ser(se_RetryBuildBatchCommand)
20
- .de(de_RetryBuildBatchCommand)
14
+ .sc(RetryBuildBatch)
21
15
  .build() {
22
16
  }