@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_RetryBuildCommand, se_RetryBuildCommand } from "../protocols/Aws_json1_1";
4
+ import { RetryBuild } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RetryBuildCommand 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", "RetryBuild", {})
17
13
  .n("CodeBuildClient", "RetryBuildCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RetryBuildCommand)
20
- .de(de_RetryBuildCommand)
14
+ .sc(RetryBuild)
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_StartBuildBatchCommand, se_StartBuildBatchCommand } from "../protocols/Aws_json1_1";
4
+ import { StartBuildBatch } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartBuildBatchCommand 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", "StartBuildBatch", {})
17
13
  .n("CodeBuildClient", "StartBuildBatchCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartBuildBatchCommand)
20
- .de(de_StartBuildBatchCommand)
14
+ .sc(StartBuildBatch)
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_StartBuildCommand, se_StartBuildCommand } from "../protocols/Aws_json1_1";
4
+ import { StartBuild } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartBuildCommand 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", "StartBuild", {})
17
13
  .n("CodeBuildClient", "StartBuildCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartBuildCommand)
20
- .de(de_StartBuildCommand)
14
+ .sc(StartBuild)
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 { StartCommandExecutionInputFilterSensitiveLog, StartCommandExecutionOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StartCommandExecutionCommand, se_StartCommandExecutionCommand } from "../protocols/Aws_json1_1";
4
+ import { StartCommandExecution } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartCommandExecutionCommand 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", "StartCommandExecution", {})
18
13
  .n("CodeBuildClient", "StartCommandExecutionCommand")
19
- .f(StartCommandExecutionInputFilterSensitiveLog, StartCommandExecutionOutputFilterSensitiveLog)
20
- .ser(se_StartCommandExecutionCommand)
21
- .de(de_StartCommandExecutionCommand)
14
+ .sc(StartCommandExecution)
22
15
  .build() {
23
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 { StartSandboxInputFilterSensitiveLog } from "../models/models_0";
6
- import { de_StartSandboxCommand, se_StartSandboxCommand } from "../protocols/Aws_json1_1";
4
+ import { StartSandbox } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartSandboxCommand 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", "StartSandbox", {})
18
13
  .n("CodeBuildClient", "StartSandboxCommand")
19
- .f(StartSandboxInputFilterSensitiveLog, void 0)
20
- .ser(se_StartSandboxCommand)
21
- .de(de_StartSandboxCommand)
14
+ .sc(StartSandbox)
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_StartSandboxConnectionCommand, se_StartSandboxConnectionCommand } from "../protocols/Aws_json1_1";
4
+ import { StartSandboxConnection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartSandboxConnectionCommand 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", "StartSandboxConnection", {})
17
13
  .n("CodeBuildClient", "StartSandboxConnectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartSandboxConnectionCommand)
20
- .de(de_StartSandboxConnectionCommand)
14
+ .sc(StartSandboxConnection)
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_StopBuildBatchCommand, se_StopBuildBatchCommand } from "../protocols/Aws_json1_1";
4
+ import { StopBuildBatch } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopBuildBatchCommand 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", "StopBuildBatch", {})
17
13
  .n("CodeBuildClient", "StopBuildBatchCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopBuildBatchCommand)
20
- .de(de_StopBuildBatchCommand)
14
+ .sc(StopBuildBatch)
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_StopBuildCommand, se_StopBuildCommand } from "../protocols/Aws_json1_1";
4
+ import { StopBuild } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopBuildCommand 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", "StopBuild", {})
17
13
  .n("CodeBuildClient", "StopBuildCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopBuildCommand)
20
- .de(de_StopBuildCommand)
14
+ .sc(StopBuild)
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_StopSandboxCommand, se_StopSandboxCommand } from "../protocols/Aws_json1_1";
4
+ import { StopSandbox } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopSandboxCommand 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", "StopSandbox", {})
17
13
  .n("CodeBuildClient", "StopSandboxCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopSandboxCommand)
20
- .de(de_StopSandboxCommand)
14
+ .sc(StopSandbox)
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_UpdateFleetCommand, se_UpdateFleetCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFleet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFleetCommand 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", "UpdateFleet", {})
17
13
  .n("CodeBuildClient", "UpdateFleetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFleetCommand)
20
- .de(de_UpdateFleetCommand)
14
+ .sc(UpdateFleet)
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_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateProject } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateProjectCommand 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", "UpdateProject", {})
17
13
  .n("CodeBuildClient", "UpdateProjectCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateProjectCommand)
20
- .de(de_UpdateProjectCommand)
14
+ .sc(UpdateProject)
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_UpdateProjectVisibilityCommand, se_UpdateProjectVisibilityCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateProjectVisibility } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateProjectVisibilityCommand 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", "UpdateProjectVisibility", {})
17
13
  .n("CodeBuildClient", "UpdateProjectVisibilityCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateProjectVisibilityCommand)
20
- .de(de_UpdateProjectVisibilityCommand)
14
+ .sc(UpdateProjectVisibility)
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_UpdateReportGroupCommand, se_UpdateReportGroupCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateReportGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateReportGroupCommand 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", "UpdateReportGroup", {})
17
13
  .n("CodeBuildClient", "UpdateReportGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateReportGroupCommand)
20
- .de(de_UpdateReportGroupCommand)
14
+ .sc(UpdateReportGroup)
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_UpdateWebhookCommand, se_UpdateWebhookCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateWebhook } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateWebhookCommand 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", "UpdateWebhook", {})
17
13
  .n("CodeBuildClient", "UpdateWebhookCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateWebhookCommand)
20
- .de(de_UpdateWebhookCommand)
14
+ .sc(UpdateWebhook)
21
15
  .build() {
22
16
  }
@@ -1,4 +1,3 @@
1
- import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
1
  import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException";
3
2
  export class AccountLimitExceededException extends __BaseException {
4
3
  name = "AccountLimitExceededException";
@@ -394,49 +393,3 @@ export const RetryBuildBatchType = {
394
393
  RETRY_ALL_BUILDS: "RETRY_ALL_BUILDS",
395
394
  RETRY_FAILED_BUILDS: "RETRY_FAILED_BUILDS",
396
395
  };
397
- export const CommandExecutionFilterSensitiveLog = (obj) => ({
398
- ...obj,
399
- ...(obj.command && { command: SENSITIVE_STRING }),
400
- ...(obj.standardOutputContent && { standardOutputContent: SENSITIVE_STRING }),
401
- ...(obj.standardErrContent && { standardErrContent: SENSITIVE_STRING }),
402
- });
403
- export const BatchGetCommandExecutionsOutputFilterSensitiveLog = (obj) => ({
404
- ...obj,
405
- ...(obj.commandExecutions && {
406
- commandExecutions: obj.commandExecutions.map((item) => CommandExecutionFilterSensitiveLog(item)),
407
- }),
408
- });
409
- export const ImportSourceCredentialsInputFilterSensitiveLog = (obj) => ({
410
- ...obj,
411
- ...(obj.token && { token: SENSITIVE_STRING }),
412
- });
413
- export const ListCommandExecutionsForSandboxInputFilterSensitiveLog = (obj) => ({
414
- ...obj,
415
- ...(obj.nextToken && { nextToken: SENSITIVE_STRING }),
416
- });
417
- export const ListCommandExecutionsForSandboxOutputFilterSensitiveLog = (obj) => ({
418
- ...obj,
419
- ...(obj.commandExecutions && {
420
- commandExecutions: obj.commandExecutions.map((item) => CommandExecutionFilterSensitiveLog(item)),
421
- }),
422
- });
423
- export const ListFleetsInputFilterSensitiveLog = (obj) => ({
424
- ...obj,
425
- ...(obj.nextToken && { nextToken: SENSITIVE_STRING }),
426
- });
427
- export const ListSandboxesForProjectInputFilterSensitiveLog = (obj) => ({
428
- ...obj,
429
- ...(obj.nextToken && { nextToken: SENSITIVE_STRING }),
430
- });
431
- export const StartCommandExecutionInputFilterSensitiveLog = (obj) => ({
432
- ...obj,
433
- ...(obj.command && { command: SENSITIVE_STRING }),
434
- });
435
- export const StartCommandExecutionOutputFilterSensitiveLog = (obj) => ({
436
- ...obj,
437
- ...(obj.commandExecution && { commandExecution: CommandExecutionFilterSensitiveLog(obj.commandExecution) }),
438
- });
439
- export const StartSandboxInputFilterSensitiveLog = (obj) => ({
440
- ...obj,
441
- ...(obj.idempotencyToken && { idempotencyToken: SENSITIVE_STRING }),
442
- });
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
2
3
  import { NoOpLogger } from "@smithy/smithy-client";
3
4
  import { parseUrl } from "@smithy/url-parser";
4
5
  import { fromBase64, toBase64 } from "@smithy/util-base64";
@@ -22,6 +23,12 @@ export const getRuntimeConfig = (config) => {
22
23
  },
23
24
  ],
24
25
  logger: config?.logger ?? new NoOpLogger(),
26
+ protocol: config?.protocol ??
27
+ new AwsJson1_1Protocol({
28
+ defaultNamespace: "com.amazonaws.codebuild",
29
+ serviceTarget: "CodeBuild_20161006",
30
+ awsQueryCompatible: false,
31
+ }),
25
32
  serviceId: config?.serviceId ?? "CodeBuild",
26
33
  urlParser: config?.urlParser ?? parseUrl,
27
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,