@aws-sdk/client-codebuild 3.1087.0 → 3.1089.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 +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -72,10 +69,7 @@ import {
72
69
  BatchGetSandboxesCommandInput,
73
70
  BatchGetSandboxesCommandOutput,
74
71
  } from "./commands/BatchGetSandboxesCommand";
75
- import {
76
- CreateFleetCommandInput,
77
- CreateFleetCommandOutput,
78
- } from "./commands/CreateFleetCommand";
72
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
79
73
  import {
80
74
  CreateProjectCommandInput,
81
75
  CreateProjectCommandOutput,
@@ -92,10 +86,7 @@ import {
92
86
  DeleteBuildBatchCommandInput,
93
87
  DeleteBuildBatchCommandOutput,
94
88
  } from "./commands/DeleteBuildBatchCommand";
95
- import {
96
- DeleteFleetCommandInput,
97
- DeleteFleetCommandOutput,
98
- } from "./commands/DeleteFleetCommand";
89
+ import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
99
90
  import {
100
91
  DeleteProjectCommandInput,
101
92
  DeleteProjectCommandOutput,
@@ -152,10 +143,7 @@ import {
152
143
  ListBuildBatchesForProjectCommandInput,
153
144
  ListBuildBatchesForProjectCommandOutput,
154
145
  } from "./commands/ListBuildBatchesForProjectCommand";
155
- import {
156
- ListBuildsCommandInput,
157
- ListBuildsCommandOutput,
158
- } from "./commands/ListBuildsCommand";
146
+ import { ListBuildsCommandInput, ListBuildsCommandOutput } from "./commands/ListBuildsCommand";
159
147
  import {
160
148
  ListBuildsForProjectCommandInput,
161
149
  ListBuildsForProjectCommandOutput,
@@ -168,10 +156,7 @@ import {
168
156
  ListCuratedEnvironmentImagesCommandInput,
169
157
  ListCuratedEnvironmentImagesCommandOutput,
170
158
  } from "./commands/ListCuratedEnvironmentImagesCommand";
171
- import {
172
- ListFleetsCommandInput,
173
- ListFleetsCommandOutput,
174
- } from "./commands/ListFleetsCommand";
159
+ import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
175
160
  import {
176
161
  ListProjectsCommandInput,
177
162
  ListProjectsCommandOutput,
@@ -180,10 +165,7 @@ import {
180
165
  ListReportGroupsCommandInput,
181
166
  ListReportGroupsCommandOutput,
182
167
  } from "./commands/ListReportGroupsCommand";
183
- import {
184
- ListReportsCommandInput,
185
- ListReportsCommandOutput,
186
- } from "./commands/ListReportsCommand";
168
+ import { ListReportsCommandInput, ListReportsCommandOutput } from "./commands/ListReportsCommand";
187
169
  import {
188
170
  ListReportsForReportGroupCommandInput,
189
171
  ListReportsForReportGroupCommandOutput,
@@ -216,18 +198,12 @@ import {
216
198
  RetryBuildBatchCommandInput,
217
199
  RetryBuildBatchCommandOutput,
218
200
  } from "./commands/RetryBuildBatchCommand";
219
- import {
220
- RetryBuildCommandInput,
221
- RetryBuildCommandOutput,
222
- } from "./commands/RetryBuildCommand";
201
+ import { RetryBuildCommandInput, RetryBuildCommandOutput } from "./commands/RetryBuildCommand";
223
202
  import {
224
203
  StartBuildBatchCommandInput,
225
204
  StartBuildBatchCommandOutput,
226
205
  } from "./commands/StartBuildBatchCommand";
227
- import {
228
- StartBuildCommandInput,
229
- StartBuildCommandOutput,
230
- } from "./commands/StartBuildCommand";
206
+ import { StartBuildCommandInput, StartBuildCommandOutput } from "./commands/StartBuildCommand";
231
207
  import {
232
208
  StartCommandExecutionCommandInput,
233
209
  StartCommandExecutionCommandOutput,
@@ -244,18 +220,9 @@ import {
244
220
  StopBuildBatchCommandInput,
245
221
  StopBuildBatchCommandOutput,
246
222
  } from "./commands/StopBuildBatchCommand";
247
- import {
248
- StopBuildCommandInput,
249
- StopBuildCommandOutput,
250
- } from "./commands/StopBuildCommand";
251
- import {
252
- StopSandboxCommandInput,
253
- StopSandboxCommandOutput,
254
- } from "./commands/StopSandboxCommand";
255
- import {
256
- UpdateFleetCommandInput,
257
- UpdateFleetCommandOutput,
258
- } from "./commands/UpdateFleetCommand";
223
+ import { StopBuildCommandInput, StopBuildCommandOutput } from "./commands/StopBuildCommand";
224
+ import { StopSandboxCommandInput, StopSandboxCommandOutput } from "./commands/StopSandboxCommand";
225
+ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "./commands/UpdateFleetCommand";
259
226
  import {
260
227
  UpdateProjectCommandInput,
261
228
  UpdateProjectCommandOutput,
@@ -399,8 +366,7 @@ export type ServiceOutputTypes =
399
366
  | UpdateProjectVisibilityCommandOutput
400
367
  | UpdateReportGroupCommandOutput
401
368
  | UpdateWebhookCommandOutput;
402
- export interface ClientDefaults
403
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
369
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
404
370
  requestHandler?: __HttpHandlerUserInput;
405
371
  sha256?: __ChecksumConstructor | __HashConstructor;
406
372
  urlParser?: __UrlParser;
@@ -425,9 +391,7 @@ export interface ClientDefaults
425
391
  extensions?: RuntimeExtension[];
426
392
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
427
393
  }
428
- export type CodeBuildClientConfigType = Partial<
429
- __SmithyConfiguration<__HttpHandlerOptions>
430
- > &
394
+ export type CodeBuildClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
431
395
  ClientDefaults &
432
396
  UserAgentInputConfig &
433
397
  RetryInputConfig &
@@ -448,8 +412,7 @@ export type CodeBuildClientResolvedConfigType =
448
412
  EndpointResolvedConfig<EndpointParameters> &
449
413
  HttpAuthSchemeResolvedConfig &
450
414
  ClientResolvedEndpointParameters;
451
- export interface CodeBuildClientResolvedConfig
452
- extends CodeBuildClientResolvedConfigType {}
415
+ export interface CodeBuildClientResolvedConfig extends CodeBuildClientResolvedConfigType {}
453
416
  export declare class CodeBuildClient extends __Client<
454
417
  __HttpHandlerOptions,
455
418
  ServiceInputTypes,
@@ -457,8 +420,6 @@ export declare class CodeBuildClient extends __Client<
457
420
  CodeBuildClientResolvedConfig
458
421
  > {
459
422
  readonly config: CodeBuildClientResolvedConfig;
460
- constructor(
461
- ...[configuration]: __CheckOptionalClientConfig<CodeBuildClientConfig>
462
- );
423
+ constructor(...[configuration]: __CheckOptionalClientConfig<CodeBuildClientConfig>);
463
424
  destroy(): void;
464
425
  }
@@ -7,17 +7,10 @@ import { CodeBuildHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: CodeBuildHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: CodeBuildHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): CodeBuildHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { CodeBuildClientResolvedConfig } from "../CodeBuildClient";
15
- export interface CodeBuildHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface CodeBuildHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface CodeBuildHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- CodeBuildClientResolvedConfig,
22
- HandlerExecutionContext,
23
- CodeBuildHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface CodeBuildHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ CodeBuildClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ CodeBuildHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultCodeBuildHttpAuthSchemeParametersProvider: (
27
25
  config: CodeBuildClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<CodeBuildHttpAuthSchemeParameters>;
31
- export interface CodeBuildHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<CodeBuildHttpAuthSchemeParameters> {}
29
+ export interface CodeBuildHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CodeBuildHttpAuthSchemeParameters> {}
33
30
  export declare const defaultCodeBuildHttpAuthSchemeProvider: CodeBuildHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: CodeBuildHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: CodeBuildHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./CodeBuildClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  CodeBuildClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchDeleteBuildsInput,
4
- BatchDeleteBuildsOutput,
5
- } from "../models/models_0";
2
+ import { BatchDeleteBuildsInput, BatchDeleteBuildsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {}
8
- export interface BatchDeleteBuildsCommandOutput
9
- extends BatchDeleteBuildsOutput,
10
- __MetadataBearer {}
5
+ export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput, __MetadataBearer {}
11
6
  declare const BatchDeleteBuildsCommand_base: {
12
7
  new (
13
- input: BatchDeleteBuildsCommandInput
8
+ input: BatchDeleteBuildsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchDeleteBuildsCommandInput,
16
11
  BatchDeleteBuildsCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchDeleteBuildsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchDeleteBuildsCommandInput
17
+ input: BatchDeleteBuildsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchDeleteBuildsCommandInput,
25
20
  BatchDeleteBuildsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetBuildBatchesInput,
4
- BatchGetBuildBatchesOutput,
5
- } from "../models/models_0";
2
+ import { BatchGetBuildBatchesInput, BatchGetBuildBatchesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetBuildBatchesCommandInput
8
- extends BatchGetBuildBatchesInput {}
4
+ export interface BatchGetBuildBatchesCommandInput extends BatchGetBuildBatchesInput {}
9
5
  export interface BatchGetBuildBatchesCommandOutput
10
- extends BatchGetBuildBatchesOutput,
11
- __MetadataBearer {}
6
+ extends BatchGetBuildBatchesOutput, __MetadataBearer {}
12
7
  declare const BatchGetBuildBatchesCommand_base: {
13
8
  new (
14
- input: BatchGetBuildBatchesCommandInput
9
+ input: BatchGetBuildBatchesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetBuildBatchesCommandInput,
17
12
  BatchGetBuildBatchesCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetBuildBatchesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetBuildBatchesCommandInput
18
+ input: BatchGetBuildBatchesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetBuildBatchesCommandInput,
26
21
  BatchGetBuildBatchesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {}
5
- export interface BatchGetBuildsCommandOutput
6
- extends BatchGetBuildsOutput,
7
- __MetadataBearer {}
5
+ export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __MetadataBearer {}
8
6
  declare const BatchGetBuildsCommand_base: {
9
7
  new (
10
- input: BatchGetBuildsCommandInput
8
+ input: BatchGetBuildsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  BatchGetBuildsCommandInput,
13
11
  BatchGetBuildsCommandOutput,
@@ -16,7 +14,7 @@ declare const BatchGetBuildsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: BatchGetBuildsCommandInput
17
+ input: BatchGetBuildsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  BatchGetBuildsCommandInput,
22
20
  BatchGetBuildsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetCommandExecutionsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetCommandExecutionsCommandInput
8
- extends BatchGetCommandExecutionsInput {}
7
+ export interface BatchGetCommandExecutionsCommandInput extends BatchGetCommandExecutionsInput {}
9
8
  export interface BatchGetCommandExecutionsCommandOutput
10
- extends BatchGetCommandExecutionsOutput,
11
- __MetadataBearer {}
9
+ extends BatchGetCommandExecutionsOutput, __MetadataBearer {}
12
10
  declare const BatchGetCommandExecutionsCommand_base: {
13
11
  new (
14
- input: BatchGetCommandExecutionsCommandInput
12
+ input: BatchGetCommandExecutionsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetCommandExecutionsCommandInput,
17
15
  BatchGetCommandExecutionsCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetCommandExecutionsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetCommandExecutionsCommandInput
21
+ input: BatchGetCommandExecutionsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetCommandExecutionsCommandInput,
26
24
  BatchGetCommandExecutionsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { BatchGetFleetsInput, BatchGetFleetsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface BatchGetFleetsCommandInput extends BatchGetFleetsInput {}
5
- export interface BatchGetFleetsCommandOutput
6
- extends BatchGetFleetsOutput,
7
- __MetadataBearer {}
5
+ export interface BatchGetFleetsCommandOutput extends BatchGetFleetsOutput, __MetadataBearer {}
8
6
  declare const BatchGetFleetsCommand_base: {
9
7
  new (
10
- input: BatchGetFleetsCommandInput
8
+ input: BatchGetFleetsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  BatchGetFleetsCommandInput,
13
11
  BatchGetFleetsCommandOutput,
@@ -16,7 +14,7 @@ declare const BatchGetFleetsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: BatchGetFleetsCommandInput
17
+ input: BatchGetFleetsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  BatchGetFleetsCommandInput,
22
20
  BatchGetFleetsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetProjectsInput,
4
- BatchGetProjectsOutput,
5
- } from "../models/models_0";
2
+ import { BatchGetProjectsInput, BatchGetProjectsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {}
8
- export interface BatchGetProjectsCommandOutput
9
- extends BatchGetProjectsOutput,
10
- __MetadataBearer {}
5
+ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, __MetadataBearer {}
11
6
  declare const BatchGetProjectsCommand_base: {
12
7
  new (
13
- input: BatchGetProjectsCommandInput
8
+ input: BatchGetProjectsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchGetProjectsCommandInput,
16
11
  BatchGetProjectsCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchGetProjectsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchGetProjectsCommandInput
17
+ input: BatchGetProjectsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchGetProjectsCommandInput,
25
20
  BatchGetProjectsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetReportGroupsInput,
4
- BatchGetReportGroupsOutput,
5
- } from "../models/models_0";
2
+ import { BatchGetReportGroupsInput, BatchGetReportGroupsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetReportGroupsCommandInput
8
- extends BatchGetReportGroupsInput {}
4
+ export interface BatchGetReportGroupsCommandInput extends BatchGetReportGroupsInput {}
9
5
  export interface BatchGetReportGroupsCommandOutput
10
- extends BatchGetReportGroupsOutput,
11
- __MetadataBearer {}
6
+ extends BatchGetReportGroupsOutput, __MetadataBearer {}
12
7
  declare const BatchGetReportGroupsCommand_base: {
13
8
  new (
14
- input: BatchGetReportGroupsCommandInput
9
+ input: BatchGetReportGroupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetReportGroupsCommandInput,
17
12
  BatchGetReportGroupsCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetReportGroupsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetReportGroupsCommandInput
18
+ input: BatchGetReportGroupsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetReportGroupsCommandInput,
26
21
  BatchGetReportGroupsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetReportsInput,
4
- BatchGetReportsOutput,
5
- } from "../models/models_0";
2
+ import { BatchGetReportsInput, BatchGetReportsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchGetReportsCommandInput extends BatchGetReportsInput {}
8
- export interface BatchGetReportsCommandOutput
9
- extends BatchGetReportsOutput,
10
- __MetadataBearer {}
5
+ export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __MetadataBearer {}
11
6
  declare const BatchGetReportsCommand_base: {
12
7
  new (
13
- input: BatchGetReportsCommandInput
8
+ input: BatchGetReportsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchGetReportsCommandInput,
16
11
  BatchGetReportsCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchGetReportsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchGetReportsCommandInput
17
+ input: BatchGetReportsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchGetReportsCommandInput,
25
20
  BatchGetReportsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetSandboxesInput,
4
- BatchGetSandboxesOutput,
5
- } from "../models/models_0";
2
+ import { BatchGetSandboxesInput, BatchGetSandboxesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface BatchGetSandboxesCommandInput extends BatchGetSandboxesInput {}
8
- export interface BatchGetSandboxesCommandOutput
9
- extends BatchGetSandboxesOutput,
10
- __MetadataBearer {}
5
+ export interface BatchGetSandboxesCommandOutput extends BatchGetSandboxesOutput, __MetadataBearer {}
11
6
  declare const BatchGetSandboxesCommand_base: {
12
7
  new (
13
- input: BatchGetSandboxesCommandInput
8
+ input: BatchGetSandboxesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  BatchGetSandboxesCommandInput,
16
11
  BatchGetSandboxesCommandOutput,
@@ -19,7 +14,7 @@ declare const BatchGetSandboxesCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: BatchGetSandboxesCommandInput
17
+ input: BatchGetSandboxesCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  BatchGetSandboxesCommandInput,
25
20
  BatchGetSandboxesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateFleetInput, CreateFleetOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateFleetCommandInput extends CreateFleetInput {}
5
- export interface CreateFleetCommandOutput
6
- extends CreateFleetOutput,
7
- __MetadataBearer {}
5
+ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataBearer {}
8
6
  declare const CreateFleetCommand_base: {
9
7
  new (
10
- input: CreateFleetCommandInput
8
+ input: CreateFleetCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateFleetCommandInput,
13
11
  CreateFleetCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateFleetCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateFleetCommandInput
17
+ input: CreateFleetCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateFleetCommandInput,
22
20
  CreateFleetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateProjectCommandInput extends CreateProjectInput {}
5
- export interface CreateProjectCommandOutput
6
- extends CreateProjectOutput,
7
- __MetadataBearer {}
5
+ export interface CreateProjectCommandOutput extends CreateProjectOutput, __MetadataBearer {}
8
6
  declare const CreateProjectCommand_base: {
9
7
  new (
10
- input: CreateProjectCommandInput
8
+ input: CreateProjectCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateProjectCommandInput,
13
11
  CreateProjectCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateProjectCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateProjectCommandInput
17
+ input: CreateProjectCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateProjectCommandInput,
22
20
  CreateProjectCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateReportGroupInput,
4
- CreateReportGroupOutput,
5
- } from "../models/models_0";
2
+ import { CreateReportGroupInput, CreateReportGroupOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateReportGroupCommandInput extends CreateReportGroupInput {}
8
- export interface CreateReportGroupCommandOutput
9
- extends CreateReportGroupOutput,
10
- __MetadataBearer {}
5
+ export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput, __MetadataBearer {}
11
6
  declare const CreateReportGroupCommand_base: {
12
7
  new (
13
- input: CreateReportGroupCommandInput
8
+ input: CreateReportGroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateReportGroupCommandInput,
16
11
  CreateReportGroupCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateReportGroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateReportGroupCommandInput
17
+ input: CreateReportGroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateReportGroupCommandInput,
25
20
  CreateReportGroupCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateWebhookCommandInput extends CreateWebhookInput {}
5
- export interface CreateWebhookCommandOutput
6
- extends CreateWebhookOutput,
7
- __MetadataBearer {}
5
+ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __MetadataBearer {}
8
6
  declare const CreateWebhookCommand_base: {
9
7
  new (
10
- input: CreateWebhookCommandInput
8
+ input: CreateWebhookCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateWebhookCommandInput,
13
11
  CreateWebhookCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateWebhookCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateWebhookCommandInput
17
+ input: CreateWebhookCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateWebhookCommandInput,
22
20
  CreateWebhookCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteBuildBatchInput,
4
- DeleteBuildBatchOutput,
5
- } from "../models/models_0";
2
+ import { DeleteBuildBatchInput, DeleteBuildBatchOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {}
8
- export interface DeleteBuildBatchCommandOutput
9
- extends DeleteBuildBatchOutput,
10
- __MetadataBearer {}
5
+ export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, __MetadataBearer {}
11
6
  declare const DeleteBuildBatchCommand_base: {
12
7
  new (
13
- input: DeleteBuildBatchCommandInput
8
+ input: DeleteBuildBatchCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteBuildBatchCommandInput,
16
11
  DeleteBuildBatchCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteBuildBatchCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteBuildBatchCommandInput
17
+ input: DeleteBuildBatchCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteBuildBatchCommandInput,
25
20
  DeleteBuildBatchCommandOutput,