@aws-sdk/client-codepipeline 3.1087.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 (63) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodePipeline.d.ts +145 -159
  3. package/dist-types/ts3.4/CodePipelineClient.d.ts +10 -32
  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/AcknowledgeJobCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +3 -4
  12. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
  13. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +3 -4
  16. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +3 -4
  17. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +3 -8
  25. package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -4
  28. package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +3 -4
  33. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +3 -4
  38. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +3 -4
  39. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  49. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +2 -2
  50. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  52. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  53. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  54. package/dist-types/ts3.4/models/enums.d.ts +12 -24
  55. package/dist-types/ts3.4/models/errors.d.ts +40 -161
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  61. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  63. 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 {
@@ -84,10 +81,7 @@ import {
84
81
  GetJobDetailsCommandInput,
85
82
  GetJobDetailsCommandOutput,
86
83
  } from "./commands/GetJobDetailsCommand";
87
- import {
88
- GetPipelineCommandInput,
89
- GetPipelineCommandOutput,
90
- } from "./commands/GetPipelineCommand";
84
+ import { GetPipelineCommandInput, GetPipelineCommandOutput } from "./commands/GetPipelineCommand";
91
85
  import {
92
86
  GetPipelineExecutionCommandInput,
93
87
  GetPipelineExecutionCommandOutput,
@@ -140,10 +134,7 @@ import {
140
134
  OverrideStageConditionCommandInput,
141
135
  OverrideStageConditionCommandOutput,
142
136
  } from "./commands/OverrideStageConditionCommand";
143
- import {
144
- PollForJobsCommandInput,
145
- PollForJobsCommandOutput,
146
- } from "./commands/PollForJobsCommand";
137
+ import { PollForJobsCommandInput, PollForJobsCommandOutput } from "./commands/PollForJobsCommand";
147
138
  import {
148
139
  PollForThirdPartyJobsCommandInput,
149
140
  PollForThirdPartyJobsCommandOutput,
@@ -172,10 +163,7 @@ import {
172
163
  PutThirdPartyJobSuccessResultCommandInput,
173
164
  PutThirdPartyJobSuccessResultCommandOutput,
174
165
  } from "./commands/PutThirdPartyJobSuccessResultCommand";
175
- import {
176
- PutWebhookCommandInput,
177
- PutWebhookCommandOutput,
178
- } from "./commands/PutWebhookCommand";
166
+ import { PutWebhookCommandInput, PutWebhookCommandOutput } from "./commands/PutWebhookCommand";
179
167
  import {
180
168
  RegisterWebhookWithThirdPartyCommandInput,
181
169
  RegisterWebhookWithThirdPartyCommandOutput,
@@ -196,10 +184,7 @@ import {
196
184
  StopPipelineExecutionCommandInput,
197
185
  StopPipelineExecutionCommandOutput,
198
186
  } from "./commands/StopPipelineExecutionCommand";
199
- import {
200
- TagResourceCommandInput,
201
- TagResourceCommandOutput,
202
- } from "./commands/TagResourceCommand";
187
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
203
188
  import {
204
189
  UntagResourceCommandInput,
205
190
  UntagResourceCommandOutput,
@@ -309,8 +294,7 @@ export type ServiceOutputTypes =
309
294
  | UntagResourceCommandOutput
310
295
  | UpdateActionTypeCommandOutput
311
296
  | UpdatePipelineCommandOutput;
312
- export interface ClientDefaults
313
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
297
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
314
298
  requestHandler?: __HttpHandlerUserInput;
315
299
  sha256?: __ChecksumConstructor | __HashConstructor;
316
300
  urlParser?: __UrlParser;
@@ -335,9 +319,7 @@ export interface ClientDefaults
335
319
  extensions?: RuntimeExtension[];
336
320
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
337
321
  }
338
- export type CodePipelineClientConfigType = Partial<
339
- __SmithyConfiguration<__HttpHandlerOptions>
340
- > &
322
+ export type CodePipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
341
323
  ClientDefaults &
342
324
  UserAgentInputConfig &
343
325
  RetryInputConfig &
@@ -346,8 +328,7 @@ export type CodePipelineClientConfigType = Partial<
346
328
  EndpointInputConfig<EndpointParameters> &
347
329
  HttpAuthSchemeInputConfig &
348
330
  ClientInputEndpointParameters;
349
- export interface CodePipelineClientConfig
350
- extends CodePipelineClientConfigType {}
331
+ export interface CodePipelineClientConfig extends CodePipelineClientConfigType {}
351
332
  export type CodePipelineClientResolvedConfigType =
352
333
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
353
334
  Required<ClientDefaults> &
@@ -359,8 +340,7 @@ export type CodePipelineClientResolvedConfigType =
359
340
  EndpointResolvedConfig<EndpointParameters> &
360
341
  HttpAuthSchemeResolvedConfig &
361
342
  ClientResolvedEndpointParameters;
362
- export interface CodePipelineClientResolvedConfig
363
- extends CodePipelineClientResolvedConfigType {}
343
+ export interface CodePipelineClientResolvedConfig extends CodePipelineClientResolvedConfigType {}
364
344
  export declare class CodePipelineClient extends __Client<
365
345
  __HttpHandlerOptions,
366
346
  ServiceInputTypes,
@@ -368,8 +348,6 @@ export declare class CodePipelineClient extends __Client<
368
348
  CodePipelineClientResolvedConfig
369
349
  > {
370
350
  readonly config: CodePipelineClientResolvedConfig;
371
- constructor(
372
- ...[configuration]: __CheckOptionalClientConfig<CodePipelineClientConfig>
373
- );
351
+ constructor(...[configuration]: __CheckOptionalClientConfig<CodePipelineClientConfig>);
374
352
  destroy(): void;
375
353
  }
@@ -7,17 +7,10 @@ import { CodePipelineHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: CodePipelineHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: CodePipelineHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): CodePipelineHttpAuthSchemeProvider;
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 { CodePipelineClientResolvedConfig } from "../CodePipelineClient";
15
- export interface CodePipelineHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface CodePipelineHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface CodePipelineHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- CodePipelineClientResolvedConfig,
22
- HandlerExecutionContext,
23
- CodePipelineHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface CodePipelineHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ CodePipelineClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ CodePipelineHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultCodePipelineHttpAuthSchemeParametersProvider: (
27
25
  config: CodePipelineClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<CodePipelineHttpAuthSchemeParameters>;
31
- export interface CodePipelineHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<CodePipelineHttpAuthSchemeParameters> {}
29
+ export interface CodePipelineHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CodePipelineHttpAuthSchemeParameters> {}
33
30
  export declare const defaultCodePipelineHttpAuthSchemeProvider: CodePipelineHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: CodePipelineHttpAuthSchemeProvider;
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: CodePipelineHttpAuthSchemeProvider;
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 "./CodePipelineClient";
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
  CodePipelineClientResolvedConfig,
@@ -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[];
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {}
5
- export interface AcknowledgeJobCommandOutput
6
- extends AcknowledgeJobOutput,
7
- __MetadataBearer {}
5
+ export interface AcknowledgeJobCommandOutput extends AcknowledgeJobOutput, __MetadataBearer {}
8
6
  declare const AcknowledgeJobCommand_base: {
9
7
  new (
10
- input: AcknowledgeJobCommandInput
8
+ input: AcknowledgeJobCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  AcknowledgeJobCommandInput,
13
11
  AcknowledgeJobCommandOutput,
@@ -16,7 +14,7 @@ declare const AcknowledgeJobCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: AcknowledgeJobCommandInput
17
+ input: AcknowledgeJobCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  AcknowledgeJobCommandInput,
22
20
  AcknowledgeJobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AcknowledgeThirdPartyJobInput,
4
- AcknowledgeThirdPartyJobOutput,
5
- } from "../models/models_0";
2
+ import { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AcknowledgeThirdPartyJobCommandInput
8
- extends AcknowledgeThirdPartyJobInput {}
4
+ export interface AcknowledgeThirdPartyJobCommandInput extends AcknowledgeThirdPartyJobInput {}
9
5
  export interface AcknowledgeThirdPartyJobCommandOutput
10
- extends AcknowledgeThirdPartyJobOutput,
11
- __MetadataBearer {}
6
+ extends AcknowledgeThirdPartyJobOutput, __MetadataBearer {}
12
7
  declare const AcknowledgeThirdPartyJobCommand_base: {
13
8
  new (
14
- input: AcknowledgeThirdPartyJobCommandInput
9
+ input: AcknowledgeThirdPartyJobCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AcknowledgeThirdPartyJobCommandInput,
17
12
  AcknowledgeThirdPartyJobCommandOutput,
@@ -20,7 +15,7 @@ declare const AcknowledgeThirdPartyJobCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AcknowledgeThirdPartyJobCommandInput
18
+ input: AcknowledgeThirdPartyJobCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AcknowledgeThirdPartyJobCommandInput,
26
21
  AcknowledgeThirdPartyJobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateCustomActionTypeInput,
4
- CreateCustomActionTypeOutput,
5
- } from "../models/models_0";
2
+ import { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateCustomActionTypeCommandInput
8
- extends CreateCustomActionTypeInput {}
4
+ export interface CreateCustomActionTypeCommandInput extends CreateCustomActionTypeInput {}
9
5
  export interface CreateCustomActionTypeCommandOutput
10
- extends CreateCustomActionTypeOutput,
11
- __MetadataBearer {}
6
+ extends CreateCustomActionTypeOutput, __MetadataBearer {}
12
7
  declare const CreateCustomActionTypeCommand_base: {
13
8
  new (
14
- input: CreateCustomActionTypeCommandInput
9
+ input: CreateCustomActionTypeCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateCustomActionTypeCommandInput,
17
12
  CreateCustomActionTypeCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateCustomActionTypeCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateCustomActionTypeCommandInput
18
+ input: CreateCustomActionTypeCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateCustomActionTypeCommandInput,
26
21
  CreateCustomActionTypeCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreatePipelineCommandInput extends CreatePipelineInput {}
5
- export interface CreatePipelineCommandOutput
6
- extends CreatePipelineOutput,
7
- __MetadataBearer {}
5
+ export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {}
8
6
  declare const CreatePipelineCommand_base: {
9
7
  new (
10
- input: CreatePipelineCommandInput
8
+ input: CreatePipelineCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreatePipelineCommandInput,
13
11
  CreatePipelineCommandOutput,
@@ -16,7 +14,7 @@ declare const CreatePipelineCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreatePipelineCommandInput
17
+ input: CreatePipelineCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreatePipelineCommandInput,
22
20
  CreatePipelineCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteCustomActionTypeInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteCustomActionTypeCommandInput
5
- extends DeleteCustomActionTypeInput {}
4
+ export interface DeleteCustomActionTypeCommandInput extends DeleteCustomActionTypeInput {}
6
5
  export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteCustomActionTypeCommand_base: {
8
7
  new (
9
- input: DeleteCustomActionTypeCommandInput
8
+ input: DeleteCustomActionTypeCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteCustomActionTypeCommandInput,
12
11
  DeleteCustomActionTypeCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteCustomActionTypeCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteCustomActionTypeCommandInput
17
+ input: DeleteCustomActionTypeCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteCustomActionTypeCommandInput,
21
20
  DeleteCustomActionTypeCommandOutput,
@@ -5,7 +5,7 @@ export interface DeletePipelineCommandInput extends DeletePipelineInput {}
5
5
  export interface DeletePipelineCommandOutput extends __MetadataBearer {}
6
6
  declare const DeletePipelineCommand_base: {
7
7
  new (
8
- input: DeletePipelineCommandInput
8
+ input: DeletePipelineCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeletePipelineCommandInput,
11
11
  DeletePipelineCommandOutput,
@@ -14,7 +14,7 @@ declare const DeletePipelineCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeletePipelineCommandInput
17
+ input: DeletePipelineCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeletePipelineCommandInput,
20
20
  DeletePipelineCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteWebhookCommandInput extends DeleteWebhookInput {}
5
- export interface DeleteWebhookCommandOutput
6
- extends DeleteWebhookOutput,
7
- __MetadataBearer {}
5
+ export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {}
8
6
  declare const DeleteWebhookCommand_base: {
9
7
  new (
10
- input: DeleteWebhookCommandInput
8
+ input: DeleteWebhookCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteWebhookCommandInput,
13
11
  DeleteWebhookCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteWebhookCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteWebhookCommandInput
17
+ input: DeleteWebhookCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteWebhookCommandInput,
22
20
  DeleteWebhookCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeregisterWebhookWithThirdPartyOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeregisterWebhookWithThirdPartyCommandInput
8
- extends DeregisterWebhookWithThirdPartyInput {}
7
+ export interface DeregisterWebhookWithThirdPartyCommandInput extends DeregisterWebhookWithThirdPartyInput {}
9
8
  export interface DeregisterWebhookWithThirdPartyCommandOutput
10
- extends DeregisterWebhookWithThirdPartyOutput,
11
- __MetadataBearer {}
9
+ extends DeregisterWebhookWithThirdPartyOutput, __MetadataBearer {}
12
10
  declare const DeregisterWebhookWithThirdPartyCommand_base: {
13
11
  new (
14
- input: DeregisterWebhookWithThirdPartyCommandInput
12
+ input: DeregisterWebhookWithThirdPartyCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeregisterWebhookWithThirdPartyCommandInput,
17
15
  DeregisterWebhookWithThirdPartyCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisableStageTransitionInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DisableStageTransitionCommandInput
5
- extends DisableStageTransitionInput {}
4
+ export interface DisableStageTransitionCommandInput extends DisableStageTransitionInput {}
6
5
  export interface DisableStageTransitionCommandOutput extends __MetadataBearer {}
7
6
  declare const DisableStageTransitionCommand_base: {
8
7
  new (
9
- input: DisableStageTransitionCommandInput
8
+ input: DisableStageTransitionCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DisableStageTransitionCommandInput,
12
11
  DisableStageTransitionCommandOutput,
@@ -15,7 +14,7 @@ declare const DisableStageTransitionCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DisableStageTransitionCommandInput
17
+ input: DisableStageTransitionCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DisableStageTransitionCommandInput,
21
20
  DisableStageTransitionCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { EnableStageTransitionInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface EnableStageTransitionCommandInput
5
- extends EnableStageTransitionInput {}
4
+ export interface EnableStageTransitionCommandInput extends EnableStageTransitionInput {}
6
5
  export interface EnableStageTransitionCommandOutput extends __MetadataBearer {}
7
6
  declare const EnableStageTransitionCommand_base: {
8
7
  new (
9
- input: EnableStageTransitionCommandInput
8
+ input: EnableStageTransitionCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  EnableStageTransitionCommandInput,
12
11
  EnableStageTransitionCommandOutput,
@@ -15,7 +14,7 @@ declare const EnableStageTransitionCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: EnableStageTransitionCommandInput
17
+ input: EnableStageTransitionCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  EnableStageTransitionCommandInput,
21
20
  EnableStageTransitionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetActionTypeCommandInput extends GetActionTypeInput {}
5
- export interface GetActionTypeCommandOutput
6
- extends GetActionTypeOutput,
7
- __MetadataBearer {}
5
+ export interface GetActionTypeCommandOutput extends GetActionTypeOutput, __MetadataBearer {}
8
6
  declare const GetActionTypeCommand_base: {
9
7
  new (
10
- input: GetActionTypeCommandInput
8
+ input: GetActionTypeCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetActionTypeCommandInput,
13
11
  GetActionTypeCommandOutput,
@@ -16,7 +14,7 @@ declare const GetActionTypeCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetActionTypeCommandInput
17
+ input: GetActionTypeCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetActionTypeCommandInput,
22
20
  GetActionTypeCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetJobDetailsInput, GetJobDetailsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetJobDetailsCommandInput extends GetJobDetailsInput {}
5
- export interface GetJobDetailsCommandOutput
6
- extends GetJobDetailsOutput,
7
- __MetadataBearer {}
5
+ export interface GetJobDetailsCommandOutput extends GetJobDetailsOutput, __MetadataBearer {}
8
6
  declare const GetJobDetailsCommand_base: {
9
7
  new (
10
- input: GetJobDetailsCommandInput
8
+ input: GetJobDetailsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetJobDetailsCommandInput,
13
11
  GetJobDetailsCommandOutput,
@@ -16,7 +14,7 @@ declare const GetJobDetailsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetJobDetailsCommandInput
17
+ input: GetJobDetailsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetJobDetailsCommandInput,
22
20
  GetJobDetailsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetPipelineInput, GetPipelineOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetPipelineCommandInput extends GetPipelineInput {}
5
- export interface GetPipelineCommandOutput
6
- extends GetPipelineOutput,
7
- __MetadataBearer {}
5
+ export interface GetPipelineCommandOutput extends GetPipelineOutput, __MetadataBearer {}
8
6
  declare const GetPipelineCommand_base: {
9
7
  new (
10
- input: GetPipelineCommandInput
8
+ input: GetPipelineCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetPipelineCommandInput,
13
11
  GetPipelineCommandOutput,
@@ -16,7 +14,7 @@ declare const GetPipelineCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetPipelineCommandInput
17
+ input: GetPipelineCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetPipelineCommandInput,
22
20
  GetPipelineCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPipelineExecutionInput,
4
- GetPipelineExecutionOutput,
5
- } from "../models/models_0";
2
+ import { GetPipelineExecutionInput, GetPipelineExecutionOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetPipelineExecutionCommandInput
8
- extends GetPipelineExecutionInput {}
4
+ export interface GetPipelineExecutionCommandInput extends GetPipelineExecutionInput {}
9
5
  export interface GetPipelineExecutionCommandOutput
10
- extends GetPipelineExecutionOutput,
11
- __MetadataBearer {}
6
+ extends GetPipelineExecutionOutput, __MetadataBearer {}
12
7
  declare const GetPipelineExecutionCommand_base: {
13
8
  new (
14
- input: GetPipelineExecutionCommandInput
9
+ input: GetPipelineExecutionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetPipelineExecutionCommandInput,
17
12
  GetPipelineExecutionCommandOutput,
@@ -20,7 +15,7 @@ declare const GetPipelineExecutionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetPipelineExecutionCommandInput
18
+ input: GetPipelineExecutionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetPipelineExecutionCommandInput,
26
21
  GetPipelineExecutionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPipelineStateInput,
4
- GetPipelineStateOutput,
5
- } from "../models/models_0";
2
+ import { GetPipelineStateInput, GetPipelineStateOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetPipelineStateCommandInput extends GetPipelineStateInput {}
8
- export interface GetPipelineStateCommandOutput
9
- extends GetPipelineStateOutput,
10
- __MetadataBearer {}
5
+ export interface GetPipelineStateCommandOutput extends GetPipelineStateOutput, __MetadataBearer {}
11
6
  declare const GetPipelineStateCommand_base: {
12
7
  new (
13
- input: GetPipelineStateCommandInput
8
+ input: GetPipelineStateCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetPipelineStateCommandInput,
16
11
  GetPipelineStateCommandOutput,
@@ -19,7 +14,7 @@ declare const GetPipelineStateCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetPipelineStateCommandInput
17
+ input: GetPipelineStateCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetPipelineStateCommandInput,
25
20
  GetPipelineStateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetThirdPartyJobDetailsInput,
4
- GetThirdPartyJobDetailsOutput,
5
- } from "../models/models_0";
2
+ import { GetThirdPartyJobDetailsInput, GetThirdPartyJobDetailsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetThirdPartyJobDetailsCommandInput
8
- extends GetThirdPartyJobDetailsInput {}
4
+ export interface GetThirdPartyJobDetailsCommandInput extends GetThirdPartyJobDetailsInput {}
9
5
  export interface GetThirdPartyJobDetailsCommandOutput
10
- extends GetThirdPartyJobDetailsOutput,
11
- __MetadataBearer {}
6
+ extends GetThirdPartyJobDetailsOutput, __MetadataBearer {}
12
7
  declare const GetThirdPartyJobDetailsCommand_base: {
13
8
  new (
14
- input: GetThirdPartyJobDetailsCommandInput
9
+ input: GetThirdPartyJobDetailsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetThirdPartyJobDetailsCommandInput,
17
12
  GetThirdPartyJobDetailsCommandOutput,
@@ -20,7 +15,7 @@ declare const GetThirdPartyJobDetailsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetThirdPartyJobDetailsCommandInput
18
+ input: GetThirdPartyJobDetailsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetThirdPartyJobDetailsCommandInput,
26
21
  GetThirdPartyJobDetailsCommandOutput,