@aws-sdk/client-codebuild 3.1086.0 → 3.1088.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 (82) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeBuild.d.ts +203 -233
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +15 -54
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +3 -8
  35. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +3 -8
  43. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/ListSandboxesCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +3 -8
  52. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/StartSandboxCommand.d.ts +2 -4
  57. package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +7 -5
  60. package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  67. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  68. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  69. package/dist-types/ts3.4/models/enums.d.ts +22 -44
  70. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  71. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  72. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  73. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +1 -4
  74. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
  75. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +1 -4
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  80. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  81. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  82. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSandboxesForProjectInput,
4
- ListSandboxesForProjectOutput,
5
- } from "../models/models_0";
2
+ import { ListSandboxesForProjectInput, ListSandboxesForProjectOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListSandboxesForProjectCommandInput
8
- extends ListSandboxesForProjectInput {}
4
+ export interface ListSandboxesForProjectCommandInput extends ListSandboxesForProjectInput {}
9
5
  export interface ListSandboxesForProjectCommandOutput
10
- extends ListSandboxesForProjectOutput,
11
- __MetadataBearer {}
6
+ extends ListSandboxesForProjectOutput, __MetadataBearer {}
12
7
  declare const ListSandboxesForProjectCommand_base: {
13
8
  new (
14
- input: ListSandboxesForProjectCommandInput
9
+ input: ListSandboxesForProjectCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSandboxesForProjectCommandInput,
17
12
  ListSandboxesForProjectCommandOutput,
@@ -20,7 +15,7 @@ declare const ListSandboxesForProjectCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListSandboxesForProjectCommandInput
18
+ input: ListSandboxesForProjectCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListSandboxesForProjectCommandInput,
26
21
  ListSandboxesForProjectCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSharedProjectsInput,
4
- ListSharedProjectsOutput,
5
- } from "../models/models_0";
2
+ import { ListSharedProjectsInput, ListSharedProjectsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListSharedProjectsCommandInput
8
- extends ListSharedProjectsInput {}
4
+ export interface ListSharedProjectsCommandInput extends ListSharedProjectsInput {}
9
5
  export interface ListSharedProjectsCommandOutput
10
- extends ListSharedProjectsOutput,
11
- __MetadataBearer {}
6
+ extends ListSharedProjectsOutput, __MetadataBearer {}
12
7
  declare const ListSharedProjectsCommand_base: {
13
8
  new (
14
- input: ListSharedProjectsCommandInput
9
+ input: ListSharedProjectsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSharedProjectsCommandInput,
17
12
  ListSharedProjectsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSharedReportGroupsInput,
4
- ListSharedReportGroupsOutput,
5
- } from "../models/models_0";
2
+ import { ListSharedReportGroupsInput, ListSharedReportGroupsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListSharedReportGroupsCommandInput
8
- extends ListSharedReportGroupsInput {}
4
+ export interface ListSharedReportGroupsCommandInput extends ListSharedReportGroupsInput {}
9
5
  export interface ListSharedReportGroupsCommandOutput
10
- extends ListSharedReportGroupsOutput,
11
- __MetadataBearer {}
6
+ extends ListSharedReportGroupsOutput, __MetadataBearer {}
12
7
  declare const ListSharedReportGroupsCommand_base: {
13
8
  new (
14
- input: ListSharedReportGroupsCommandInput
9
+ input: ListSharedReportGroupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSharedReportGroupsCommandInput,
17
12
  ListSharedReportGroupsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSourceCredentialsInput,
4
- ListSourceCredentialsOutput,
5
- } from "../models/models_0";
2
+ import { ListSourceCredentialsInput, ListSourceCredentialsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListSourceCredentialsCommandInput
8
- extends ListSourceCredentialsInput {}
4
+ export interface ListSourceCredentialsCommandInput extends ListSourceCredentialsInput {}
9
5
  export interface ListSourceCredentialsCommandOutput
10
- extends ListSourceCredentialsOutput,
11
- __MetadataBearer {}
6
+ extends ListSourceCredentialsOutput, __MetadataBearer {}
12
7
  declare const ListSourceCredentialsCommand_base: {
13
8
  new (
14
- input: ListSourceCredentialsCommandInput
9
+ input: ListSourceCredentialsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSourceCredentialsCommandInput,
17
12
  ListSourceCredentialsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutResourcePolicyInput,
4
- PutResourcePolicyOutput,
5
- } from "../models/models_0";
2
+ import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
8
- export interface PutResourcePolicyCommandOutput
9
- extends PutResourcePolicyOutput,
10
- __MetadataBearer {}
5
+ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, __MetadataBearer {}
11
6
  declare const PutResourcePolicyCommand_base: {
12
7
  new (
13
- input: PutResourcePolicyCommandInput
8
+ input: PutResourcePolicyCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PutResourcePolicyCommandInput,
16
11
  PutResourcePolicyCommandOutput,
@@ -19,7 +14,7 @@ declare const PutResourcePolicyCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PutResourcePolicyCommandInput
17
+ input: PutResourcePolicyCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PutResourcePolicyCommandInput,
25
20
  PutResourcePolicyCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RetryBuildBatchInput,
4
- RetryBuildBatchOutput,
5
- } from "../models/models_0";
2
+ import { RetryBuildBatchInput, RetryBuildBatchOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {}
8
- export interface RetryBuildBatchCommandOutput
9
- extends RetryBuildBatchOutput,
10
- __MetadataBearer {}
5
+ export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __MetadataBearer {}
11
6
  declare const RetryBuildBatchCommand_base: {
12
7
  new (
13
- input: RetryBuildBatchCommandInput
8
+ input: RetryBuildBatchCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  RetryBuildBatchCommandInput,
16
11
  RetryBuildBatchCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { RetryBuildInput, RetryBuildOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface RetryBuildCommandInput extends RetryBuildInput {}
5
- export interface RetryBuildCommandOutput
6
- extends RetryBuildOutput,
7
- __MetadataBearer {}
5
+ export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBearer {}
8
6
  declare const RetryBuildCommand_base: {
9
7
  new (
10
- input: RetryBuildCommandInput
8
+ input: RetryBuildCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  RetryBuildCommandInput,
13
11
  RetryBuildCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartBuildBatchInput,
4
- StartBuildBatchOutput,
5
- } from "../models/models_0";
2
+ import { StartBuildBatchInput, StartBuildBatchOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface StartBuildBatchCommandInput extends StartBuildBatchInput {}
8
- export interface StartBuildBatchCommandOutput
9
- extends StartBuildBatchOutput,
10
- __MetadataBearer {}
5
+ export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __MetadataBearer {}
11
6
  declare const StartBuildBatchCommand_base: {
12
7
  new (
13
- input: StartBuildBatchCommandInput
8
+ input: StartBuildBatchCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  StartBuildBatchCommandInput,
16
11
  StartBuildBatchCommandOutput,
@@ -19,7 +14,7 @@ declare const StartBuildBatchCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: StartBuildBatchCommandInput
17
+ input: StartBuildBatchCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  StartBuildBatchCommandInput,
25
20
  StartBuildBatchCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StartBuildInput, StartBuildOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StartBuildCommandInput extends StartBuildInput {}
5
- export interface StartBuildCommandOutput
6
- extends StartBuildOutput,
7
- __MetadataBearer {}
5
+ export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBearer {}
8
6
  declare const StartBuildCommand_base: {
9
7
  new (
10
- input: StartBuildCommandInput
8
+ input: StartBuildCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  StartBuildCommandInput,
13
11
  StartBuildCommandOutput,
@@ -16,7 +14,7 @@ declare const StartBuildCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: StartBuildCommandInput
17
+ input: StartBuildCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  StartBuildCommandInput,
22
20
  StartBuildCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartCommandExecutionInput,
4
- StartCommandExecutionOutput,
5
- } from "../models/models_0";
2
+ import { StartCommandExecutionInput, StartCommandExecutionOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StartCommandExecutionCommandInput
8
- extends StartCommandExecutionInput {}
4
+ export interface StartCommandExecutionCommandInput extends StartCommandExecutionInput {}
9
5
  export interface StartCommandExecutionCommandOutput
10
- extends StartCommandExecutionOutput,
11
- __MetadataBearer {}
6
+ extends StartCommandExecutionOutput, __MetadataBearer {}
12
7
  declare const StartCommandExecutionCommand_base: {
13
8
  new (
14
- input: StartCommandExecutionCommandInput
9
+ input: StartCommandExecutionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StartCommandExecutionCommandInput,
17
12
  StartCommandExecutionCommandOutput,
@@ -20,7 +15,7 @@ declare const StartCommandExecutionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StartCommandExecutionCommandInput
18
+ input: StartCommandExecutionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StartCommandExecutionCommandInput,
26
21
  StartCommandExecutionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StartSandboxInput, StartSandboxOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StartSandboxCommandInput extends StartSandboxInput {}
5
- export interface StartSandboxCommandOutput
6
- extends StartSandboxOutput,
7
- __MetadataBearer {}
5
+ export interface StartSandboxCommandOutput extends StartSandboxOutput, __MetadataBearer {}
8
6
  declare const StartSandboxCommand_base: {
9
7
  new (
10
- input: StartSandboxCommandInput
8
+ input: StartSandboxCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  StartSandboxCommandInput,
13
11
  StartSandboxCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartSandboxConnectionInput,
4
- StartSandboxConnectionOutput,
5
- } from "../models/models_0";
2
+ import { StartSandboxConnectionInput, StartSandboxConnectionOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StartSandboxConnectionCommandInput
8
- extends StartSandboxConnectionInput {}
4
+ export interface StartSandboxConnectionCommandInput extends StartSandboxConnectionInput {}
9
5
  export interface StartSandboxConnectionCommandOutput
10
- extends StartSandboxConnectionOutput,
11
- __MetadataBearer {}
6
+ extends StartSandboxConnectionOutput, __MetadataBearer {}
12
7
  declare const StartSandboxConnectionCommand_base: {
13
8
  new (
14
- input: StartSandboxConnectionCommandInput
9
+ input: StartSandboxConnectionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StartSandboxConnectionCommandInput,
17
12
  StartSandboxConnectionCommandOutput,
@@ -20,7 +15,7 @@ declare const StartSandboxConnectionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StartSandboxConnectionCommandInput
18
+ input: StartSandboxConnectionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StartSandboxConnectionCommandInput,
26
21
  StartSandboxConnectionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StopBuildBatchCommandInput extends StopBuildBatchInput {}
5
- export interface StopBuildBatchCommandOutput
6
- extends StopBuildBatchOutput,
7
- __MetadataBearer {}
5
+ export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __MetadataBearer {}
8
6
  declare const StopBuildBatchCommand_base: {
9
7
  new (
10
- input: StopBuildBatchCommandInput
8
+ input: StopBuildBatchCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  StopBuildBatchCommandInput,
13
11
  StopBuildBatchCommandOutput,
@@ -16,7 +14,7 @@ declare const StopBuildBatchCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: StopBuildBatchCommandInput
17
+ input: StopBuildBatchCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  StopBuildBatchCommandInput,
22
20
  StopBuildBatchCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StopBuildInput, StopBuildOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StopBuildCommandInput extends StopBuildInput {}
5
- export interface StopBuildCommandOutput
6
- extends StopBuildOutput,
7
- __MetadataBearer {}
5
+ export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBearer {}
8
6
  declare const StopBuildCommand_base: {
9
- new (input: StopBuildCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: StopBuildCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  StopBuildCommandInput,
11
11
  StopBuildCommandOutput,
12
12
  import("..").CodeBuildClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: StopBuildCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: StopBuildCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  StopBuildCommandInput,
18
20
  StopBuildCommandOutput,
19
21
  import("..").CodeBuildClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StopSandboxInput, StopSandboxOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StopSandboxCommandInput extends StopSandboxInput {}
5
- export interface StopSandboxCommandOutput
6
- extends StopSandboxOutput,
7
- __MetadataBearer {}
5
+ export interface StopSandboxCommandOutput extends StopSandboxOutput, __MetadataBearer {}
8
6
  declare const StopSandboxCommand_base: {
9
7
  new (
10
- input: StopSandboxCommandInput
8
+ input: StopSandboxCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  StopSandboxCommandInput,
13
11
  StopSandboxCommandOutput,
@@ -16,7 +14,7 @@ declare const StopSandboxCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: StopSandboxCommandInput
17
+ input: StopSandboxCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  StopSandboxCommandInput,
22
20
  StopSandboxCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateFleetInput, UpdateFleetOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateFleetCommandInput extends UpdateFleetInput {}
5
- export interface UpdateFleetCommandOutput
6
- extends UpdateFleetOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateFleetCommandOutput extends UpdateFleetOutput, __MetadataBearer {}
8
6
  declare const UpdateFleetCommand_base: {
9
7
  new (
10
- input: UpdateFleetCommandInput
8
+ input: UpdateFleetCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateFleetCommandInput,
13
11
  UpdateFleetCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateFleetCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateFleetCommandInput
17
+ input: UpdateFleetCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateFleetCommandInput,
22
20
  UpdateFleetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateProjectCommandInput extends UpdateProjectInput {}
5
- export interface UpdateProjectCommandOutput
6
- extends UpdateProjectOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __MetadataBearer {}
8
6
  declare const UpdateProjectCommand_base: {
9
7
  new (
10
- input: UpdateProjectCommandInput
8
+ input: UpdateProjectCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateProjectCommandInput,
13
11
  UpdateProjectCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateProjectCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateProjectCommandInput
17
+ input: UpdateProjectCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateProjectCommandInput,
22
20
  UpdateProjectCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateProjectVisibilityInput,
4
- UpdateProjectVisibilityOutput,
5
- } from "../models/models_0";
2
+ import { UpdateProjectVisibilityInput, UpdateProjectVisibilityOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateProjectVisibilityCommandInput
8
- extends UpdateProjectVisibilityInput {}
4
+ export interface UpdateProjectVisibilityCommandInput extends UpdateProjectVisibilityInput {}
9
5
  export interface UpdateProjectVisibilityCommandOutput
10
- extends UpdateProjectVisibilityOutput,
11
- __MetadataBearer {}
6
+ extends UpdateProjectVisibilityOutput, __MetadataBearer {}
12
7
  declare const UpdateProjectVisibilityCommand_base: {
13
8
  new (
14
- input: UpdateProjectVisibilityCommandInput
9
+ input: UpdateProjectVisibilityCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateProjectVisibilityCommandInput,
17
12
  UpdateProjectVisibilityCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateProjectVisibilityCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateProjectVisibilityCommandInput
18
+ input: UpdateProjectVisibilityCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateProjectVisibilityCommandInput,
26
21
  UpdateProjectVisibilityCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateReportGroupInput,
4
- UpdateReportGroupOutput,
5
- } from "../models/models_0";
2
+ import { UpdateReportGroupInput, UpdateReportGroupOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {}
8
- export interface UpdateReportGroupCommandOutput
9
- extends UpdateReportGroupOutput,
10
- __MetadataBearer {}
5
+ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput, __MetadataBearer {}
11
6
  declare const UpdateReportGroupCommand_base: {
12
7
  new (
13
- input: UpdateReportGroupCommandInput
8
+ input: UpdateReportGroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateReportGroupCommandInput,
16
11
  UpdateReportGroupCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateReportGroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateReportGroupCommandInput
17
+ input: UpdateReportGroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateReportGroupCommandInput,
25
20
  UpdateReportGroupCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateWebhookInput, UpdateWebhookOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateWebhookCommandInput extends UpdateWebhookInput {}
5
- export interface UpdateWebhookCommandOutput
6
- extends UpdateWebhookOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __MetadataBearer {}
8
6
  declare const UpdateWebhookCommand_base: {
9
7
  new (
10
- input: UpdateWebhookCommandInput
8
+ input: UpdateWebhookCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateWebhookCommandInput,
13
11
  UpdateWebhookCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateWebhookCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateWebhookCommandInput
17
+ input: UpdateWebhookCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateWebhookCommandInput,
22
20
  UpdateWebhookCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface CodeBuildExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}