@aws-sdk/client-codedeploy 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 (68) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeDeploy.d.ts +150 -173
  3. package/dist-types/ts3.4/CodeDeployClient.d.ts +6 -18
  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/AddTagsToOnPremisesInstancesCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -3
  16. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
  21. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -8
  41. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -5
  49. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  55. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  56. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  57. package/dist-types/ts3.4/models/enums.d.ts +19 -38
  58. package/dist-types/ts3.4/models/errors.d.ts +110 -487
  59. package/dist-types/ts3.4/models/models_0.d.ts +5 -15
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  65. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  67. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +3 -5
  68. 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 {
@@ -208,10 +205,7 @@ import {
208
205
  StopDeploymentCommandInput,
209
206
  StopDeploymentCommandOutput,
210
207
  } from "./commands/StopDeploymentCommand";
211
- import {
212
- TagResourceCommandInput,
213
- TagResourceCommandOutput,
214
- } from "./commands/TagResourceCommand";
208
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
215
209
  import {
216
210
  UntagResourceCommandInput,
217
211
  UntagResourceCommandOutput,
@@ -327,8 +321,7 @@ export type ServiceOutputTypes =
327
321
  | UntagResourceCommandOutput
328
322
  | UpdateApplicationCommandOutput
329
323
  | UpdateDeploymentGroupCommandOutput;
330
- export interface ClientDefaults
331
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
324
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
332
325
  requestHandler?: __HttpHandlerUserInput;
333
326
  sha256?: __ChecksumConstructor | __HashConstructor;
334
327
  urlParser?: __UrlParser;
@@ -353,9 +346,7 @@ export interface ClientDefaults
353
346
  extensions?: RuntimeExtension[];
354
347
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
355
348
  }
356
- export type CodeDeployClientConfigType = Partial<
357
- __SmithyConfiguration<__HttpHandlerOptions>
358
- > &
349
+ export type CodeDeployClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
359
350
  ClientDefaults &
360
351
  UserAgentInputConfig &
361
352
  RetryInputConfig &
@@ -376,8 +367,7 @@ export type CodeDeployClientResolvedConfigType =
376
367
  EndpointResolvedConfig<EndpointParameters> &
377
368
  HttpAuthSchemeResolvedConfig &
378
369
  ClientResolvedEndpointParameters;
379
- export interface CodeDeployClientResolvedConfig
380
- extends CodeDeployClientResolvedConfigType {}
370
+ export interface CodeDeployClientResolvedConfig extends CodeDeployClientResolvedConfigType {}
381
371
  export declare class CodeDeployClient extends __Client<
382
372
  __HttpHandlerOptions,
383
373
  ServiceInputTypes,
@@ -385,8 +375,6 @@ export declare class CodeDeployClient extends __Client<
385
375
  CodeDeployClientResolvedConfig
386
376
  > {
387
377
  readonly config: CodeDeployClientResolvedConfig;
388
- constructor(
389
- ...[configuration]: __CheckOptionalClientConfig<CodeDeployClientConfig>
390
- );
378
+ constructor(...[configuration]: __CheckOptionalClientConfig<CodeDeployClientConfig>);
391
379
  destroy(): void;
392
380
  }
@@ -7,17 +7,10 @@ import { CodeDeployHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: CodeDeployHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: CodeDeployHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): CodeDeployHttpAuthSchemeProvider;
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 { CodeDeployClientResolvedConfig } from "../CodeDeployClient";
15
- export interface CodeDeployHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface CodeDeployHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface CodeDeployHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- CodeDeployClientResolvedConfig,
22
- HandlerExecutionContext,
23
- CodeDeployHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface CodeDeployHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ CodeDeployClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ CodeDeployHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultCodeDeployHttpAuthSchemeParametersProvider: (
27
25
  config: CodeDeployClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<CodeDeployHttpAuthSchemeParameters>;
31
- export interface CodeDeployHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<CodeDeployHttpAuthSchemeParameters> {}
29
+ export interface CodeDeployHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CodeDeployHttpAuthSchemeParameters> {}
33
30
  export declare const defaultCodeDeployHttpAuthSchemeProvider: CodeDeployHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: CodeDeployHttpAuthSchemeProvider;
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: CodeDeployHttpAuthSchemeProvider;
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 "./CodeDeployClient";
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
  CodeDeployClientResolvedConfig,
@@ -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,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AddTagsToOnPremisesInstancesCommandInput
5
- extends AddTagsToOnPremisesInstancesInput {}
6
- export interface AddTagsToOnPremisesInstancesCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface AddTagsToOnPremisesInstancesCommandInput extends AddTagsToOnPremisesInstancesInput {}
5
+ export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBearer {}
8
6
  declare const AddTagsToOnPremisesInstancesCommand_base: {
9
7
  new (
10
- input: AddTagsToOnPremisesInstancesCommandInput
8
+ input: AddTagsToOnPremisesInstancesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  AddTagsToOnPremisesInstancesCommandInput,
13
11
  AddTagsToOnPremisesInstancesCommandOutput,
@@ -16,7 +14,7 @@ declare const AddTagsToOnPremisesInstancesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: AddTagsToOnPremisesInstancesCommandInput
17
+ input: AddTagsToOnPremisesInstancesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  AddTagsToOnPremisesInstancesCommandInput,
22
20
  AddTagsToOnPremisesInstancesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetApplicationRevisionsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetApplicationRevisionsCommandInput
8
- extends BatchGetApplicationRevisionsInput {}
7
+ export interface BatchGetApplicationRevisionsCommandInput extends BatchGetApplicationRevisionsInput {}
9
8
  export interface BatchGetApplicationRevisionsCommandOutput
10
- extends BatchGetApplicationRevisionsOutput,
11
- __MetadataBearer {}
9
+ extends BatchGetApplicationRevisionsOutput, __MetadataBearer {}
12
10
  declare const BatchGetApplicationRevisionsCommand_base: {
13
11
  new (
14
- input: BatchGetApplicationRevisionsCommandInput
12
+ input: BatchGetApplicationRevisionsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetApplicationRevisionsCommandInput,
17
15
  BatchGetApplicationRevisionsCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetApplicationRevisionsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetApplicationRevisionsCommandInput
21
+ input: BatchGetApplicationRevisionsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetApplicationRevisionsCommandInput,
26
24
  BatchGetApplicationRevisionsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetApplicationsInput,
4
- BatchGetApplicationsOutput,
5
- } from "../models/models_0";
2
+ import { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetApplicationsCommandInput
8
- extends BatchGetApplicationsInput {}
4
+ export interface BatchGetApplicationsCommandInput extends BatchGetApplicationsInput {}
9
5
  export interface BatchGetApplicationsCommandOutput
10
- extends BatchGetApplicationsOutput,
11
- __MetadataBearer {}
6
+ extends BatchGetApplicationsOutput, __MetadataBearer {}
12
7
  declare const BatchGetApplicationsCommand_base: {
13
8
  new (
14
- input: BatchGetApplicationsCommandInput
9
+ input: BatchGetApplicationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetApplicationsCommandInput,
17
12
  BatchGetApplicationsCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetApplicationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetApplicationsCommandInput
18
+ input: BatchGetApplicationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetApplicationsCommandInput,
26
21
  BatchGetApplicationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetDeploymentGroupsInput,
4
- BatchGetDeploymentGroupsOutput,
5
- } from "../models/models_0";
2
+ import { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetDeploymentGroupsCommandInput
8
- extends BatchGetDeploymentGroupsInput {}
4
+ export interface BatchGetDeploymentGroupsCommandInput extends BatchGetDeploymentGroupsInput {}
9
5
  export interface BatchGetDeploymentGroupsCommandOutput
10
- extends BatchGetDeploymentGroupsOutput,
11
- __MetadataBearer {}
6
+ extends BatchGetDeploymentGroupsOutput, __MetadataBearer {}
12
7
  declare const BatchGetDeploymentGroupsCommand_base: {
13
8
  new (
14
- input: BatchGetDeploymentGroupsCommandInput
9
+ input: BatchGetDeploymentGroupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetDeploymentGroupsCommandInput,
17
12
  BatchGetDeploymentGroupsCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetDeploymentGroupsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetDeploymentGroupsCommandInput
18
+ input: BatchGetDeploymentGroupsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetDeploymentGroupsCommandInput,
26
21
  BatchGetDeploymentGroupsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetDeploymentInstancesOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetDeploymentInstancesCommandInput
8
- extends BatchGetDeploymentInstancesInput {}
7
+ export interface BatchGetDeploymentInstancesCommandInput extends BatchGetDeploymentInstancesInput {}
9
8
  export interface BatchGetDeploymentInstancesCommandOutput
10
- extends BatchGetDeploymentInstancesOutput,
11
- __MetadataBearer {}
9
+ extends BatchGetDeploymentInstancesOutput, __MetadataBearer {}
12
10
  declare const BatchGetDeploymentInstancesCommand_base: {
13
11
  new (
14
- input: BatchGetDeploymentInstancesCommandInput
12
+ input: BatchGetDeploymentInstancesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetDeploymentInstancesCommandInput,
17
15
  BatchGetDeploymentInstancesCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetDeploymentInstancesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetDeploymentInstancesCommandInput
21
+ input: BatchGetDeploymentInstancesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetDeploymentInstancesCommandInput,
26
24
  BatchGetDeploymentInstancesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetDeploymentTargetsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetDeploymentTargetsCommandInput
8
- extends BatchGetDeploymentTargetsInput {}
7
+ export interface BatchGetDeploymentTargetsCommandInput extends BatchGetDeploymentTargetsInput {}
9
8
  export interface BatchGetDeploymentTargetsCommandOutput
10
- extends BatchGetDeploymentTargetsOutput,
11
- __MetadataBearer {}
9
+ extends BatchGetDeploymentTargetsOutput, __MetadataBearer {}
12
10
  declare const BatchGetDeploymentTargetsCommand_base: {
13
11
  new (
14
- input: BatchGetDeploymentTargetsCommandInput
12
+ input: BatchGetDeploymentTargetsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetDeploymentTargetsCommandInput,
17
15
  BatchGetDeploymentTargetsCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetDeploymentTargetsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetDeploymentTargetsCommandInput
21
+ input: BatchGetDeploymentTargetsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetDeploymentTargetsCommandInput,
26
24
  BatchGetDeploymentTargetsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BatchGetDeploymentsInput,
4
- BatchGetDeploymentsOutput,
5
- } from "../models/models_0";
2
+ import { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface BatchGetDeploymentsCommandInput
8
- extends BatchGetDeploymentsInput {}
4
+ export interface BatchGetDeploymentsCommandInput extends BatchGetDeploymentsInput {}
9
5
  export interface BatchGetDeploymentsCommandOutput
10
- extends BatchGetDeploymentsOutput,
11
- __MetadataBearer {}
6
+ extends BatchGetDeploymentsOutput, __MetadataBearer {}
12
7
  declare const BatchGetDeploymentsCommand_base: {
13
8
  new (
14
- input: BatchGetDeploymentsCommandInput
9
+ input: BatchGetDeploymentsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  BatchGetDeploymentsCommandInput,
17
12
  BatchGetDeploymentsCommandOutput,
@@ -20,7 +15,7 @@ declare const BatchGetDeploymentsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: BatchGetDeploymentsCommandInput
18
+ input: BatchGetDeploymentsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  BatchGetDeploymentsCommandInput,
26
21
  BatchGetDeploymentsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetOnPremisesInstancesOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetOnPremisesInstancesCommandInput
8
- extends BatchGetOnPremisesInstancesInput {}
7
+ export interface BatchGetOnPremisesInstancesCommandInput extends BatchGetOnPremisesInstancesInput {}
9
8
  export interface BatchGetOnPremisesInstancesCommandOutput
10
- extends BatchGetOnPremisesInstancesOutput,
11
- __MetadataBearer {}
9
+ extends BatchGetOnPremisesInstancesOutput, __MetadataBearer {}
12
10
  declare const BatchGetOnPremisesInstancesCommand_base: {
13
11
  new (
14
- input: BatchGetOnPremisesInstancesCommandInput
12
+ input: BatchGetOnPremisesInstancesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetOnPremisesInstancesCommandInput,
17
15
  BatchGetOnPremisesInstancesCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetOnPremisesInstancesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetOnPremisesInstancesCommandInput
21
+ input: BatchGetOnPremisesInstancesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetOnPremisesInstancesCommandInput,
26
24
  BatchGetOnPremisesInstancesCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ContinueDeploymentInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface ContinueDeploymentCommandInput
5
- extends ContinueDeploymentInput {}
4
+ export interface ContinueDeploymentCommandInput extends ContinueDeploymentInput {}
6
5
  export interface ContinueDeploymentCommandOutput extends __MetadataBearer {}
7
6
  declare const ContinueDeploymentCommand_base: {
8
7
  new (
9
- input: ContinueDeploymentCommandInput
8
+ input: ContinueDeploymentCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  ContinueDeploymentCommandInput,
12
11
  ContinueDeploymentCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateApplicationInput,
4
- CreateApplicationOutput,
5
- } from "../models/models_0";
2
+ import { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateApplicationCommandInput extends CreateApplicationInput {}
8
- export interface CreateApplicationCommandOutput
9
- extends CreateApplicationOutput,
10
- __MetadataBearer {}
5
+ export interface CreateApplicationCommandOutput extends CreateApplicationOutput, __MetadataBearer {}
11
6
  declare const CreateApplicationCommand_base: {
12
7
  new (
13
- input: CreateApplicationCommandInput
8
+ input: CreateApplicationCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateApplicationCommandInput,
16
11
  CreateApplicationCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateApplicationCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateApplicationCommandInput
17
+ input: CreateApplicationCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateApplicationCommandInput,
25
20
  CreateApplicationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDeploymentInput,
4
- CreateDeploymentOutput,
5
- } from "../models/models_0";
2
+ import { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDeploymentCommandInput extends CreateDeploymentInput {}
8
- export interface CreateDeploymentCommandOutput
9
- extends CreateDeploymentOutput,
10
- __MetadataBearer {}
5
+ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, __MetadataBearer {}
11
6
  declare const CreateDeploymentCommand_base: {
12
7
  new (
13
- input: CreateDeploymentCommandInput
8
+ input: CreateDeploymentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDeploymentCommandInput,
16
11
  CreateDeploymentCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDeploymentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDeploymentCommandInput
17
+ input: CreateDeploymentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDeploymentCommandInput,
25
20
  CreateDeploymentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDeploymentConfigInput,
4
- CreateDeploymentConfigOutput,
5
- } from "../models/models_0";
2
+ import { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDeploymentConfigCommandInput
8
- extends CreateDeploymentConfigInput {}
4
+ export interface CreateDeploymentConfigCommandInput extends CreateDeploymentConfigInput {}
9
5
  export interface CreateDeploymentConfigCommandOutput
10
- extends CreateDeploymentConfigOutput,
11
- __MetadataBearer {}
6
+ extends CreateDeploymentConfigOutput, __MetadataBearer {}
12
7
  declare const CreateDeploymentConfigCommand_base: {
13
8
  new (
14
- input: CreateDeploymentConfigCommandInput
9
+ input: CreateDeploymentConfigCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateDeploymentConfigCommandInput,
17
12
  CreateDeploymentConfigCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateDeploymentConfigCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateDeploymentConfigCommandInput
18
+ input: CreateDeploymentConfigCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateDeploymentConfigCommandInput,
26
21
  CreateDeploymentConfigCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDeploymentGroupInput,
4
- CreateDeploymentGroupOutput,
5
- } from "../models/models_0";
2
+ import { CreateDeploymentGroupInput, CreateDeploymentGroupOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateDeploymentGroupCommandInput
8
- extends CreateDeploymentGroupInput {}
4
+ export interface CreateDeploymentGroupCommandInput extends CreateDeploymentGroupInput {}
9
5
  export interface CreateDeploymentGroupCommandOutput
10
- extends CreateDeploymentGroupOutput,
11
- __MetadataBearer {}
6
+ extends CreateDeploymentGroupOutput, __MetadataBearer {}
12
7
  declare const CreateDeploymentGroupCommand_base: {
13
8
  new (
14
- input: CreateDeploymentGroupCommandInput
9
+ input: CreateDeploymentGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateDeploymentGroupCommandInput,
17
12
  CreateDeploymentGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateDeploymentGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateDeploymentGroupCommandInput
18
+ input: CreateDeploymentGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateDeploymentGroupCommandInput,
26
21
  CreateDeploymentGroupCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationInput {}
5
5
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteApplicationCommand_base: {
7
7
  new (
8
- input: DeleteApplicationCommandInput
8
+ input: DeleteApplicationCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteApplicationCommandInput,
11
11
  DeleteApplicationCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteApplicationCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteApplicationCommandInput
17
+ input: DeleteApplicationCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteApplicationCommandInput,
20
20
  DeleteApplicationCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteDeploymentConfigInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteDeploymentConfigCommandInput
5
- extends DeleteDeploymentConfigInput {}
4
+ export interface DeleteDeploymentConfigCommandInput extends DeleteDeploymentConfigInput {}
6
5
  export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteDeploymentConfigCommand_base: {
8
7
  new (
9
- input: DeleteDeploymentConfigCommandInput
8
+ input: DeleteDeploymentConfigCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteDeploymentConfigCommandInput,
12
11
  DeleteDeploymentConfigCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteDeploymentConfigCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteDeploymentConfigCommandInput
17
+ input: DeleteDeploymentConfigCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteDeploymentConfigCommandInput,
21
20
  DeleteDeploymentConfigCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteDeploymentGroupInput,
4
- DeleteDeploymentGroupOutput,
5
- } from "../models/models_0";
2
+ import { DeleteDeploymentGroupInput, DeleteDeploymentGroupOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteDeploymentGroupCommandInput
8
- extends DeleteDeploymentGroupInput {}
4
+ export interface DeleteDeploymentGroupCommandInput extends DeleteDeploymentGroupInput {}
9
5
  export interface DeleteDeploymentGroupCommandOutput
10
- extends DeleteDeploymentGroupOutput,
11
- __MetadataBearer {}
6
+ extends DeleteDeploymentGroupOutput, __MetadataBearer {}
12
7
  declare const DeleteDeploymentGroupCommand_base: {
13
8
  new (
14
- input: DeleteDeploymentGroupCommandInput
9
+ input: DeleteDeploymentGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteDeploymentGroupCommandInput,
17
12
  DeleteDeploymentGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteDeploymentGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteDeploymentGroupCommandInput
18
+ input: DeleteDeploymentGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteDeploymentGroupCommandInput,
26
21
  DeleteDeploymentGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteGitHubAccountTokenInput,
4
- DeleteGitHubAccountTokenOutput,
5
- } from "../models/models_0";
2
+ import { DeleteGitHubAccountTokenInput, DeleteGitHubAccountTokenOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteGitHubAccountTokenCommandInput
8
- extends DeleteGitHubAccountTokenInput {}
4
+ export interface DeleteGitHubAccountTokenCommandInput extends DeleteGitHubAccountTokenInput {}
9
5
  export interface DeleteGitHubAccountTokenCommandOutput
10
- extends DeleteGitHubAccountTokenOutput,
11
- __MetadataBearer {}
6
+ extends DeleteGitHubAccountTokenOutput, __MetadataBearer {}
12
7
  declare const DeleteGitHubAccountTokenCommand_base: {
13
8
  new (
14
- input: DeleteGitHubAccountTokenCommandInput
9
+ input: DeleteGitHubAccountTokenCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteGitHubAccountTokenCommandInput,
17
12
  DeleteGitHubAccountTokenCommandOutput,