@aws-sdk/client-codebuild 3.952.0 → 3.954.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 (79) hide show
  1. package/dist-cjs/index.js +865 -560
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/BatchDeleteBuildsCommand.js +2 -2
  4. package/dist-es/commands/BatchGetBuildBatchesCommand.js +2 -2
  5. package/dist-es/commands/BatchGetBuildsCommand.js +2 -2
  6. package/dist-es/commands/BatchGetCommandExecutionsCommand.js +2 -2
  7. package/dist-es/commands/BatchGetFleetsCommand.js +2 -2
  8. package/dist-es/commands/BatchGetProjectsCommand.js +2 -2
  9. package/dist-es/commands/BatchGetReportGroupsCommand.js +2 -2
  10. package/dist-es/commands/BatchGetReportsCommand.js +2 -2
  11. package/dist-es/commands/BatchGetSandboxesCommand.js +2 -2
  12. package/dist-es/commands/CreateFleetCommand.js +2 -2
  13. package/dist-es/commands/CreateProjectCommand.js +2 -2
  14. package/dist-es/commands/CreateReportGroupCommand.js +2 -2
  15. package/dist-es/commands/CreateWebhookCommand.js +2 -2
  16. package/dist-es/commands/DeleteBuildBatchCommand.js +2 -2
  17. package/dist-es/commands/DeleteFleetCommand.js +2 -2
  18. package/dist-es/commands/DeleteProjectCommand.js +2 -2
  19. package/dist-es/commands/DeleteReportCommand.js +2 -2
  20. package/dist-es/commands/DeleteReportGroupCommand.js +2 -2
  21. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  22. package/dist-es/commands/DeleteSourceCredentialsCommand.js +2 -2
  23. package/dist-es/commands/DeleteWebhookCommand.js +2 -2
  24. package/dist-es/commands/DescribeCodeCoveragesCommand.js +2 -2
  25. package/dist-es/commands/DescribeTestCasesCommand.js +2 -2
  26. package/dist-es/commands/GetReportGroupTrendCommand.js +2 -2
  27. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  28. package/dist-es/commands/ImportSourceCredentialsCommand.js +2 -2
  29. package/dist-es/commands/InvalidateProjectCacheCommand.js +2 -2
  30. package/dist-es/commands/ListBuildBatchesCommand.js +2 -2
  31. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +2 -2
  32. package/dist-es/commands/ListBuildsCommand.js +2 -2
  33. package/dist-es/commands/ListBuildsForProjectCommand.js +2 -2
  34. package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +2 -2
  35. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +2 -2
  36. package/dist-es/commands/ListFleetsCommand.js +2 -2
  37. package/dist-es/commands/ListProjectsCommand.js +2 -2
  38. package/dist-es/commands/ListReportGroupsCommand.js +2 -2
  39. package/dist-es/commands/ListReportsCommand.js +2 -2
  40. package/dist-es/commands/ListReportsForReportGroupCommand.js +2 -2
  41. package/dist-es/commands/ListSandboxesCommand.js +2 -2
  42. package/dist-es/commands/ListSandboxesForProjectCommand.js +2 -2
  43. package/dist-es/commands/ListSharedProjectsCommand.js +2 -2
  44. package/dist-es/commands/ListSharedReportGroupsCommand.js +2 -2
  45. package/dist-es/commands/ListSourceCredentialsCommand.js +2 -2
  46. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  47. package/dist-es/commands/RetryBuildBatchCommand.js +2 -2
  48. package/dist-es/commands/RetryBuildCommand.js +2 -2
  49. package/dist-es/commands/StartBuildBatchCommand.js +2 -2
  50. package/dist-es/commands/StartBuildCommand.js +2 -2
  51. package/dist-es/commands/StartCommandExecutionCommand.js +2 -2
  52. package/dist-es/commands/StartSandboxCommand.js +2 -2
  53. package/dist-es/commands/StartSandboxConnectionCommand.js +2 -2
  54. package/dist-es/commands/StopBuildBatchCommand.js +2 -2
  55. package/dist-es/commands/StopBuildCommand.js +2 -2
  56. package/dist-es/commands/StopSandboxCommand.js +2 -2
  57. package/dist-es/commands/UpdateFleetCommand.js +2 -2
  58. package/dist-es/commands/UpdateProjectCommand.js +2 -2
  59. package/dist-es/commands/UpdateProjectVisibilityCommand.js +2 -2
  60. package/dist-es/commands/UpdateReportGroupCommand.js +2 -2
  61. package/dist-es/commands/UpdateWebhookCommand.js +2 -2
  62. package/dist-es/index.js +1 -0
  63. package/dist-es/runtimeConfig.shared.js +6 -6
  64. package/dist-es/schemas/schemas_0.js +556 -507
  65. package/dist-types/CodeBuildClient.d.ts +1 -10
  66. package/dist-types/index.d.ts +1 -0
  67. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  68. package/dist-types/runtimeConfig.d.ts +6 -2
  69. package/dist-types/runtimeConfig.native.d.ts +6 -2
  70. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  71. package/dist-types/schemas/schemas_0.d.ts +257 -315
  72. package/dist-types/ts3.4/CodeBuildClient.d.ts +0 -4
  73. package/dist-types/ts3.4/index.d.ts +1 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  78. package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -316
  79. package/package.json +34 -34
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.codebuild",
32
- serviceTarget: "CodeBuild_20161006",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.codebuild",
32
+ version: "2016-10-06",
33
+ serviceTarget: "CodeBuild_20161006",
34
+ },
35
35
  serviceId: config?.serviceId ?? "CodeBuild",
36
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchDeleteBuilds } from "../schemas/schemas_0";
4
+ import { BatchDeleteBuilds$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchDeleteBuildsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchDeleteBuildsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchDeleteBuilds", {})
13
13
  .n("CodeBuildClient", "BatchDeleteBuildsCommand")
14
- .sc(BatchDeleteBuilds)
14
+ .sc(BatchDeleteBuilds$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetBuildBatches } from "../schemas/schemas_0";
4
+ import { BatchGetBuildBatches$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetBuildBatchesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetBuildBatchesCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchGetBuildBatches", {})
13
13
  .n("CodeBuildClient", "BatchGetBuildBatchesCommand")
14
- .sc(BatchGetBuildBatches)
14
+ .sc(BatchGetBuildBatches$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetBuilds } from "../schemas/schemas_0";
4
+ import { BatchGetBuilds$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetBuildsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetBuildsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchGetBuilds", {})
13
13
  .n("CodeBuildClient", "BatchGetBuildsCommand")
14
- .sc(BatchGetBuilds)
14
+ .sc(BatchGetBuilds$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetCommandExecutions } from "../schemas/schemas_0";
4
+ import { BatchGetCommandExecutions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetCommandExecutionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetCommandExecutionsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchGetCommandExecutions", {})
13
13
  .n("CodeBuildClient", "BatchGetCommandExecutionsCommand")
14
- .sc(BatchGetCommandExecutions)
14
+ .sc(BatchGetCommandExecutions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetFleets } from "../schemas/schemas_0";
4
+ import { BatchGetFleets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetFleetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetFleetsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchGetFleets", {})
13
13
  .n("CodeBuildClient", "BatchGetFleetsCommand")
14
- .sc(BatchGetFleets)
14
+ .sc(BatchGetFleets$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetProjects } from "../schemas/schemas_0";
4
+ import { BatchGetProjects$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetProjectsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetProjectsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchGetProjects", {})
13
13
  .n("CodeBuildClient", "BatchGetProjectsCommand")
14
- .sc(BatchGetProjects)
14
+ .sc(BatchGetProjects$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetReportGroups } from "../schemas/schemas_0";
4
+ import { BatchGetReportGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetReportGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetReportGroupsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchGetReportGroups", {})
13
13
  .n("CodeBuildClient", "BatchGetReportGroupsCommand")
14
- .sc(BatchGetReportGroups)
14
+ .sc(BatchGetReportGroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetReports } from "../schemas/schemas_0";
4
+ import { BatchGetReports$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetReportsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetReportsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchGetReports", {})
13
13
  .n("CodeBuildClient", "BatchGetReportsCommand")
14
- .sc(BatchGetReports)
14
+ .sc(BatchGetReports$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchGetSandboxes } from "../schemas/schemas_0";
4
+ import { BatchGetSandboxes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchGetSandboxesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchGetSandboxesCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "BatchGetSandboxes", {})
13
13
  .n("CodeBuildClient", "BatchGetSandboxesCommand")
14
- .sc(BatchGetSandboxes)
14
+ .sc(BatchGetSandboxes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateFleet } from "../schemas/schemas_0";
4
+ import { CreateFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateFleetCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "CreateFleet", {})
13
13
  .n("CodeBuildClient", "CreateFleetCommand")
14
- .sc(CreateFleet)
14
+ .sc(CreateFleet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateProject } from "../schemas/schemas_0";
4
+ import { CreateProject$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateProjectCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateProjectCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "CreateProject", {})
13
13
  .n("CodeBuildClient", "CreateProjectCommand")
14
- .sc(CreateProject)
14
+ .sc(CreateProject$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateReportGroup } from "../schemas/schemas_0";
4
+ import { CreateReportGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateReportGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateReportGroupCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "CreateReportGroup", {})
13
13
  .n("CodeBuildClient", "CreateReportGroupCommand")
14
- .sc(CreateReportGroup)
14
+ .sc(CreateReportGroup$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateWebhook } from "../schemas/schemas_0";
4
+ import { CreateWebhook$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateWebhookCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateWebhookCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "CreateWebhook", {})
13
13
  .n("CodeBuildClient", "CreateWebhookCommand")
14
- .sc(CreateWebhook)
14
+ .sc(CreateWebhook$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteBuildBatch } from "../schemas/schemas_0";
4
+ import { DeleteBuildBatch$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteBuildBatchCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteBuildBatchCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DeleteBuildBatch", {})
13
13
  .n("CodeBuildClient", "DeleteBuildBatchCommand")
14
- .sc(DeleteBuildBatch)
14
+ .sc(DeleteBuildBatch$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteFleet } from "../schemas/schemas_0";
4
+ import { DeleteFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteFleetCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DeleteFleet", {})
13
13
  .n("CodeBuildClient", "DeleteFleetCommand")
14
- .sc(DeleteFleet)
14
+ .sc(DeleteFleet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteProject } from "../schemas/schemas_0";
4
+ import { DeleteProject$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteProjectCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteProjectCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DeleteProject", {})
13
13
  .n("CodeBuildClient", "DeleteProjectCommand")
14
- .sc(DeleteProject)
14
+ .sc(DeleteProject$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteReport } from "../schemas/schemas_0";
4
+ import { DeleteReport$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteReportCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteReportCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DeleteReport", {})
13
13
  .n("CodeBuildClient", "DeleteReportCommand")
14
- .sc(DeleteReport)
14
+ .sc(DeleteReport$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteReportGroup } from "../schemas/schemas_0";
4
+ import { DeleteReportGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteReportGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteReportGroupCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DeleteReportGroup", {})
13
13
  .n("CodeBuildClient", "DeleteReportGroupCommand")
14
- .sc(DeleteReportGroup)
14
+ .sc(DeleteReportGroup$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteResourcePolicy } from "../schemas/schemas_0";
4
+ import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteResourcePolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteResourcePolicyCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DeleteResourcePolicy", {})
13
13
  .n("CodeBuildClient", "DeleteResourcePolicyCommand")
14
- .sc(DeleteResourcePolicy)
14
+ .sc(DeleteResourcePolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteSourceCredentials } from "../schemas/schemas_0";
4
+ import { DeleteSourceCredentials$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteSourceCredentialsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteSourceCredentialsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DeleteSourceCredentials", {})
13
13
  .n("CodeBuildClient", "DeleteSourceCredentialsCommand")
14
- .sc(DeleteSourceCredentials)
14
+ .sc(DeleteSourceCredentials$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteWebhook } from "../schemas/schemas_0";
4
+ import { DeleteWebhook$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteWebhookCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteWebhookCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DeleteWebhook", {})
13
13
  .n("CodeBuildClient", "DeleteWebhookCommand")
14
- .sc(DeleteWebhook)
14
+ .sc(DeleteWebhook$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeCodeCoverages } from "../schemas/schemas_0";
4
+ import { DescribeCodeCoverages$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeCodeCoveragesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeCodeCoveragesCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DescribeCodeCoverages", {})
13
13
  .n("CodeBuildClient", "DescribeCodeCoveragesCommand")
14
- .sc(DescribeCodeCoverages)
14
+ .sc(DescribeCodeCoverages$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeTestCases } from "../schemas/schemas_0";
4
+ import { DescribeTestCases$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeTestCasesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeTestCasesCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "DescribeTestCases", {})
13
13
  .n("CodeBuildClient", "DescribeTestCasesCommand")
14
- .sc(DescribeTestCases)
14
+ .sc(DescribeTestCases$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetReportGroupTrend } from "../schemas/schemas_0";
4
+ import { GetReportGroupTrend$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetReportGroupTrendCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetReportGroupTrendCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "GetReportGroupTrend", {})
13
13
  .n("CodeBuildClient", "GetReportGroupTrendCommand")
14
- .sc(GetReportGroupTrend)
14
+ .sc(GetReportGroupTrend$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetResourcePolicy } from "../schemas/schemas_0";
4
+ import { GetResourcePolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetResourcePolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetResourcePolicyCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "GetResourcePolicy", {})
13
13
  .n("CodeBuildClient", "GetResourcePolicyCommand")
14
- .sc(GetResourcePolicy)
14
+ .sc(GetResourcePolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ImportSourceCredentials } from "../schemas/schemas_0";
4
+ import { ImportSourceCredentials$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ImportSourceCredentialsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ImportSourceCredentialsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ImportSourceCredentials", {})
13
13
  .n("CodeBuildClient", "ImportSourceCredentialsCommand")
14
- .sc(ImportSourceCredentials)
14
+ .sc(ImportSourceCredentials$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { InvalidateProjectCache } from "../schemas/schemas_0";
4
+ import { InvalidateProjectCache$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class InvalidateProjectCacheCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class InvalidateProjectCacheCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "InvalidateProjectCache", {})
13
13
  .n("CodeBuildClient", "InvalidateProjectCacheCommand")
14
- .sc(InvalidateProjectCache)
14
+ .sc(InvalidateProjectCache$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListBuildBatches } from "../schemas/schemas_0";
4
+ import { ListBuildBatches$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBuildBatchesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBuildBatchesCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ListBuildBatches", {})
13
13
  .n("CodeBuildClient", "ListBuildBatchesCommand")
14
- .sc(ListBuildBatches)
14
+ .sc(ListBuildBatches$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListBuildBatchesForProject } from "../schemas/schemas_0";
4
+ import { ListBuildBatchesForProject$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBuildBatchesForProjectCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBuildBatchesForProjectCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ListBuildBatchesForProject", {})
13
13
  .n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
14
- .sc(ListBuildBatchesForProject)
14
+ .sc(ListBuildBatchesForProject$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListBuilds } from "../schemas/schemas_0";
4
+ import { ListBuilds$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBuildsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBuildsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ListBuilds", {})
13
13
  .n("CodeBuildClient", "ListBuildsCommand")
14
- .sc(ListBuilds)
14
+ .sc(ListBuilds$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListBuildsForProject } from "../schemas/schemas_0";
4
+ import { ListBuildsForProject$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBuildsForProjectCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBuildsForProjectCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ListBuildsForProject", {})
13
13
  .n("CodeBuildClient", "ListBuildsForProjectCommand")
14
- .sc(ListBuildsForProject)
14
+ .sc(ListBuildsForProject$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCommandExecutionsForSandbox } from "../schemas/schemas_0";
4
+ import { ListCommandExecutionsForSandbox$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCommandExecutionsForSandboxCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCommandExecutionsForSandboxCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ListCommandExecutionsForSandbox", {})
13
13
  .n("CodeBuildClient", "ListCommandExecutionsForSandboxCommand")
14
- .sc(ListCommandExecutionsForSandbox)
14
+ .sc(ListCommandExecutionsForSandbox$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCuratedEnvironmentImages } from "../schemas/schemas_0";
4
+ import { ListCuratedEnvironmentImages$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCuratedEnvironmentImagesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCuratedEnvironmentImagesCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ListCuratedEnvironmentImages", {})
13
13
  .n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand")
14
- .sc(ListCuratedEnvironmentImages)
14
+ .sc(ListCuratedEnvironmentImages$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFleets } from "../schemas/schemas_0";
4
+ import { ListFleets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFleetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFleetsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ListFleets", {})
13
13
  .n("CodeBuildClient", "ListFleetsCommand")
14
- .sc(ListFleets)
14
+ .sc(ListFleets$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListProjects } from "../schemas/schemas_0";
4
+ import { ListProjects$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListProjectsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListProjectsCommand extends $Command
11
11
  })
12
12
  .s("CodeBuild_20161006", "ListProjects", {})
13
13
  .n("CodeBuildClient", "ListProjectsCommand")
14
- .sc(ListProjects)
14
+ .sc(ListProjects$)
15
15
  .build() {
16
16
  }