@aws-sdk/client-elastic-beanstalk 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 (69) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +149 -181
  3. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +5 -15
  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/AbortEnvironmentUpdateCommand.d.ts +2 -3
  8. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +5 -11
  16. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +2 -3
  18. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
  19. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -3
  24. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -8
  34. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +2 -3
  38. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +2 -3
  42. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +3 -4
  43. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -3
  46. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -10
  52. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +3 -4
  53. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +4 -6
  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 +7 -14
  58. package/dist-types/ts3.4/models/errors.d.ts +19 -85
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  64. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  66. package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +3 -6
  67. package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +3 -6
  68. package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +3 -6
  69. 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 {
@@ -327,8 +324,7 @@ export type ServiceOutputTypes =
327
324
  | UpdateEnvironmentCommandOutput
328
325
  | UpdateTagsForResourceCommandOutput
329
326
  | ValidateConfigurationSettingsCommandOutput;
330
- export interface ClientDefaults
331
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
327
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
332
328
  requestHandler?: __HttpHandlerUserInput;
333
329
  sha256?: __ChecksumConstructor | __HashConstructor;
334
330
  urlParser?: __UrlParser;
@@ -364,8 +360,7 @@ export type ElasticBeanstalkClientConfigType = Partial<
364
360
  EndpointInputConfig<EndpointParameters> &
365
361
  HttpAuthSchemeInputConfig &
366
362
  ClientInputEndpointParameters;
367
- export interface ElasticBeanstalkClientConfig
368
- extends ElasticBeanstalkClientConfigType {}
363
+ export interface ElasticBeanstalkClientConfig extends ElasticBeanstalkClientConfigType {}
369
364
  export type ElasticBeanstalkClientResolvedConfigType =
370
365
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
371
366
  Required<ClientDefaults> &
@@ -377,8 +372,7 @@ export type ElasticBeanstalkClientResolvedConfigType =
377
372
  EndpointResolvedConfig<EndpointParameters> &
378
373
  HttpAuthSchemeResolvedConfig &
379
374
  ClientResolvedEndpointParameters;
380
- export interface ElasticBeanstalkClientResolvedConfig
381
- extends ElasticBeanstalkClientResolvedConfigType {}
375
+ export interface ElasticBeanstalkClientResolvedConfig extends ElasticBeanstalkClientResolvedConfigType {}
382
376
  export declare class ElasticBeanstalkClient extends __Client<
383
377
  __HttpHandlerOptions,
384
378
  ServiceInputTypes,
@@ -386,10 +380,6 @@ export declare class ElasticBeanstalkClient extends __Client<
386
380
  ElasticBeanstalkClientResolvedConfig
387
381
  > {
388
382
  readonly config: ElasticBeanstalkClientResolvedConfig;
389
- constructor(
390
- ...[
391
- configuration,
392
- ]: __CheckOptionalClientConfig<ElasticBeanstalkClientConfig>
393
- );
383
+ constructor(...[configuration]: __CheckOptionalClientConfig<ElasticBeanstalkClientConfig>);
394
384
  destroy(): void;
395
385
  }
@@ -7,17 +7,10 @@ import { ElasticBeanstalkHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ElasticBeanstalkHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: ElasticBeanstalkHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): ElasticBeanstalkHttpAuthSchemeProvider;
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 { ElasticBeanstalkClientResolvedConfig } from "../ElasticBeanstalkClient";
15
- export interface ElasticBeanstalkHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface ElasticBeanstalkHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface ElasticBeanstalkHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- ElasticBeanstalkClientResolvedConfig,
22
- HandlerExecutionContext,
23
- ElasticBeanstalkHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface ElasticBeanstalkHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ ElasticBeanstalkClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ ElasticBeanstalkHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultElasticBeanstalkHttpAuthSchemeParametersProvider: (
27
25
  config: ElasticBeanstalkClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<ElasticBeanstalkHttpAuthSchemeParameters>;
31
- export interface ElasticBeanstalkHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<ElasticBeanstalkHttpAuthSchemeParameters> {}
29
+ export interface ElasticBeanstalkHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ElasticBeanstalkHttpAuthSchemeParameters> {}
33
30
  export declare const defaultElasticBeanstalkHttpAuthSchemeProvider: ElasticBeanstalkHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: ElasticBeanstalkHttpAuthSchemeProvider;
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: ElasticBeanstalkHttpAuthSchemeProvider;
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 "./ElasticBeanstalkClient";
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
  ElasticBeanstalkClientResolvedConfig,
@@ -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,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AbortEnvironmentUpdateMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AbortEnvironmentUpdateCommandInput
5
- extends AbortEnvironmentUpdateMessage {}
4
+ export interface AbortEnvironmentUpdateCommandInput extends AbortEnvironmentUpdateMessage {}
6
5
  export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {}
7
6
  declare const AbortEnvironmentUpdateCommand_base: {
8
7
  new (
9
- input: AbortEnvironmentUpdateCommandInput
8
+ input: AbortEnvironmentUpdateCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  AbortEnvironmentUpdateCommandInput,
12
11
  AbortEnvironmentUpdateCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ApplyEnvironmentManagedActionResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ApplyEnvironmentManagedActionCommandInput
8
- extends ApplyEnvironmentManagedActionRequest {}
7
+ export interface ApplyEnvironmentManagedActionCommandInput extends ApplyEnvironmentManagedActionRequest {}
9
8
  export interface ApplyEnvironmentManagedActionCommandOutput
10
- extends ApplyEnvironmentManagedActionResult,
11
- __MetadataBearer {}
9
+ extends ApplyEnvironmentManagedActionResult, __MetadataBearer {}
12
10
  declare const ApplyEnvironmentManagedActionCommand_base: {
13
11
  new (
14
- input: ApplyEnvironmentManagedActionCommandInput
12
+ input: ApplyEnvironmentManagedActionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ApplyEnvironmentManagedActionCommandInput,
17
15
  ApplyEnvironmentManagedActionCommandOutput,
@@ -20,7 +18,7 @@ declare const ApplyEnvironmentManagedActionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ApplyEnvironmentManagedActionCommandInput
21
+ input: ApplyEnvironmentManagedActionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ApplyEnvironmentManagedActionCommandInput,
26
24
  ApplyEnvironmentManagedActionCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AssociateEnvironmentOperationsRoleCommandInput
5
- extends AssociateEnvironmentOperationsRoleMessage {}
6
- export interface AssociateEnvironmentOperationsRoleCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface AssociateEnvironmentOperationsRoleCommandInput extends AssociateEnvironmentOperationsRoleMessage {}
5
+ export interface AssociateEnvironmentOperationsRoleCommandOutput extends __MetadataBearer {}
8
6
  declare const AssociateEnvironmentOperationsRoleCommand_base: {
9
7
  new (
10
- input: AssociateEnvironmentOperationsRoleCommandInput
8
+ input: AssociateEnvironmentOperationsRoleCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  AssociateEnvironmentOperationsRoleCommandInput,
13
11
  AssociateEnvironmentOperationsRoleCommandOutput,
@@ -16,7 +14,7 @@ declare const AssociateEnvironmentOperationsRoleCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: AssociateEnvironmentOperationsRoleCommandInput
17
+ input: AssociateEnvironmentOperationsRoleCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  AssociateEnvironmentOperationsRoleCommandInput,
22
20
  AssociateEnvironmentOperationsRoleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CheckDNSAvailabilityMessage,
4
- CheckDNSAvailabilityResultMessage,
5
- } from "../models/models_0";
2
+ import { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CheckDNSAvailabilityCommandInput
8
- extends CheckDNSAvailabilityMessage {}
4
+ export interface CheckDNSAvailabilityCommandInput extends CheckDNSAvailabilityMessage {}
9
5
  export interface CheckDNSAvailabilityCommandOutput
10
- extends CheckDNSAvailabilityResultMessage,
11
- __MetadataBearer {}
6
+ extends CheckDNSAvailabilityResultMessage, __MetadataBearer {}
12
7
  declare const CheckDNSAvailabilityCommand_base: {
13
8
  new (
14
- input: CheckDNSAvailabilityCommandInput
9
+ input: CheckDNSAvailabilityCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CheckDNSAvailabilityCommandInput,
17
12
  CheckDNSAvailabilityCommandOutput,
@@ -20,7 +15,7 @@ declare const CheckDNSAvailabilityCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CheckDNSAvailabilityCommandInput
18
+ input: CheckDNSAvailabilityCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CheckDNSAvailabilityCommandInput,
26
21
  CheckDNSAvailabilityCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ComposeEnvironmentsMessage,
4
- EnvironmentDescriptionsMessage,
5
- } from "../models/models_0";
2
+ import { ComposeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ComposeEnvironmentsCommandInput
8
- extends ComposeEnvironmentsMessage {}
4
+ export interface ComposeEnvironmentsCommandInput extends ComposeEnvironmentsMessage {}
9
5
  export interface ComposeEnvironmentsCommandOutput
10
- extends EnvironmentDescriptionsMessage,
11
- __MetadataBearer {}
6
+ extends EnvironmentDescriptionsMessage, __MetadataBearer {}
12
7
  declare const ComposeEnvironmentsCommand_base: {
13
8
  new (
14
- input: ComposeEnvironmentsCommandInput
9
+ input: ComposeEnvironmentsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ComposeEnvironmentsCommandInput,
17
12
  ComposeEnvironmentsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ApplicationDescriptionMessage,
4
- CreateApplicationMessage,
5
- } from "../models/models_0";
2
+ import { ApplicationDescriptionMessage, CreateApplicationMessage } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateApplicationCommandInput
8
- extends CreateApplicationMessage {}
4
+ export interface CreateApplicationCommandInput extends CreateApplicationMessage {}
9
5
  export interface CreateApplicationCommandOutput
10
- extends ApplicationDescriptionMessage,
11
- __MetadataBearer {}
6
+ extends ApplicationDescriptionMessage, __MetadataBearer {}
12
7
  declare const CreateApplicationCommand_base: {
13
8
  new (
14
- input: CreateApplicationCommandInput
9
+ input: CreateApplicationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateApplicationCommandInput,
17
12
  CreateApplicationCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateApplicationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateApplicationCommandInput
18
+ input: CreateApplicationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateApplicationCommandInput,
26
21
  CreateApplicationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateApplicationVersionMessage,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateApplicationVersionCommandInput
8
- extends CreateApplicationVersionMessage {}
7
+ export interface CreateApplicationVersionCommandInput extends CreateApplicationVersionMessage {}
9
8
  export interface CreateApplicationVersionCommandOutput
10
- extends ApplicationVersionDescriptionMessage,
11
- __MetadataBearer {}
9
+ extends ApplicationVersionDescriptionMessage, __MetadataBearer {}
12
10
  declare const CreateApplicationVersionCommand_base: {
13
11
  new (
14
- input: CreateApplicationVersionCommandInput
12
+ input: CreateApplicationVersionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateApplicationVersionCommandInput,
17
15
  CreateApplicationVersionCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateApplicationVersionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateApplicationVersionCommandInput
21
+ input: CreateApplicationVersionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateApplicationVersionCommandInput,
26
24
  CreateApplicationVersionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateConfigurationTemplateMessage,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateConfigurationTemplateCommandInput
8
- extends CreateConfigurationTemplateMessage {}
7
+ export interface CreateConfigurationTemplateCommandInput extends CreateConfigurationTemplateMessage {}
9
8
  export interface CreateConfigurationTemplateCommandOutput
10
- extends ConfigurationSettingsDescription,
11
- __MetadataBearer {}
9
+ extends ConfigurationSettingsDescription, __MetadataBearer {}
12
10
  declare const CreateConfigurationTemplateCommand_base: {
13
11
  new (
14
- input: CreateConfigurationTemplateCommandInput
12
+ input: CreateConfigurationTemplateCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateConfigurationTemplateCommandInput,
17
15
  CreateConfigurationTemplateCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateConfigurationTemplateCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateConfigurationTemplateCommandInput
21
+ input: CreateConfigurationTemplateCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateConfigurationTemplateCommandInput,
26
24
  CreateConfigurationTemplateCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateEnvironmentMessage,
4
- EnvironmentDescription,
5
- } from "../models/models_0";
2
+ import { CreateEnvironmentMessage, EnvironmentDescription } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateEnvironmentCommandInput
8
- extends CreateEnvironmentMessage {}
9
- export interface CreateEnvironmentCommandOutput
10
- extends EnvironmentDescription,
11
- __MetadataBearer {}
4
+ export interface CreateEnvironmentCommandInput extends CreateEnvironmentMessage {}
5
+ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {}
12
6
  declare const CreateEnvironmentCommand_base: {
13
7
  new (
14
- input: CreateEnvironmentCommandInput
8
+ input: CreateEnvironmentCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  CreateEnvironmentCommandInput,
17
11
  CreateEnvironmentCommandOutput,
@@ -20,7 +14,7 @@ declare const CreateEnvironmentCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: CreateEnvironmentCommandInput
17
+ input: CreateEnvironmentCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  CreateEnvironmentCommandInput,
26
20
  CreateEnvironmentCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreatePlatformVersionRequest,
4
- CreatePlatformVersionResult,
5
- } from "../models/models_0";
2
+ import { CreatePlatformVersionRequest, CreatePlatformVersionResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreatePlatformVersionCommandInput
8
- extends CreatePlatformVersionRequest {}
4
+ export interface CreatePlatformVersionCommandInput extends CreatePlatformVersionRequest {}
9
5
  export interface CreatePlatformVersionCommandOutput
10
- extends CreatePlatformVersionResult,
11
- __MetadataBearer {}
6
+ extends CreatePlatformVersionResult, __MetadataBearer {}
12
7
  declare const CreatePlatformVersionCommand_base: {
13
8
  new (
14
- input: CreatePlatformVersionCommandInput
9
+ input: CreatePlatformVersionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreatePlatformVersionCommandInput,
17
12
  CreatePlatformVersionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreatePlatformVersionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreatePlatformVersionCommandInput
18
+ input: CreatePlatformVersionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreatePlatformVersionCommandInput,
26
21
  CreatePlatformVersionCommandOutput,
@@ -3,11 +3,10 @@ import { CreateStorageLocationResultMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateStorageLocationCommandInput {}
5
5
  export interface CreateStorageLocationCommandOutput
6
- extends CreateStorageLocationResultMessage,
7
- __MetadataBearer {}
6
+ extends CreateStorageLocationResultMessage, __MetadataBearer {}
8
7
  declare const CreateStorageLocationCommand_base: {
9
8
  new (
10
- input: CreateStorageLocationCommandInput
9
+ input: CreateStorageLocationCommandInput,
11
10
  ): import("@smithy/core/client").CommandImpl<
12
11
  CreateStorageLocationCommandInput,
13
12
  CreateStorageLocationCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteApplicationMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteApplicationCommandInput
5
- extends DeleteApplicationMessage {}
4
+ export interface DeleteApplicationCommandInput extends DeleteApplicationMessage {}
6
5
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteApplicationCommand_base: {
8
7
  new (
9
- input: DeleteApplicationCommandInput
8
+ input: DeleteApplicationCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteApplicationCommandInput,
12
11
  DeleteApplicationCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteApplicationCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteApplicationCommandInput
17
+ input: DeleteApplicationCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteApplicationCommandInput,
21
20
  DeleteApplicationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteApplicationVersionMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteApplicationVersionCommandInput
5
- extends DeleteApplicationVersionMessage {}
6
- export interface DeleteApplicationVersionCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteApplicationVersionCommandInput extends DeleteApplicationVersionMessage {}
5
+ export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteApplicationVersionCommand_base: {
9
7
  new (
10
- input: DeleteApplicationVersionCommandInput
8
+ input: DeleteApplicationVersionCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteApplicationVersionCommandInput,
13
11
  DeleteApplicationVersionCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteApplicationVersionCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteApplicationVersionCommandInput
17
+ input: DeleteApplicationVersionCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteApplicationVersionCommandInput,
22
20
  DeleteApplicationVersionCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteConfigurationTemplateMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteConfigurationTemplateCommandInput
5
- extends DeleteConfigurationTemplateMessage {}
6
- export interface DeleteConfigurationTemplateCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteConfigurationTemplateCommandInput extends DeleteConfigurationTemplateMessage {}
5
+ export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteConfigurationTemplateCommand_base: {
9
7
  new (
10
- input: DeleteConfigurationTemplateCommandInput
8
+ input: DeleteConfigurationTemplateCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteConfigurationTemplateCommandInput,
13
11
  DeleteConfigurationTemplateCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteConfigurationTemplateCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteConfigurationTemplateCommandInput
17
+ input: DeleteConfigurationTemplateCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteConfigurationTemplateCommandInput,
22
20
  DeleteConfigurationTemplateCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteEnvironmentConfigurationCommandInput
5
- extends DeleteEnvironmentConfigurationMessage {}
6
- export interface DeleteEnvironmentConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteEnvironmentConfigurationCommandInput extends DeleteEnvironmentConfigurationMessage {}
5
+ export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteEnvironmentConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteEnvironmentConfigurationCommandInput
8
+ input: DeleteEnvironmentConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteEnvironmentConfigurationCommandInput,
13
11
  DeleteEnvironmentConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteEnvironmentConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteEnvironmentConfigurationCommandInput
17
+ input: DeleteEnvironmentConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteEnvironmentConfigurationCommandInput,
22
20
  DeleteEnvironmentConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeletePlatformVersionRequest,
4
- DeletePlatformVersionResult,
5
- } from "../models/models_0";
2
+ import { DeletePlatformVersionRequest, DeletePlatformVersionResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeletePlatformVersionCommandInput
8
- extends DeletePlatformVersionRequest {}
4
+ export interface DeletePlatformVersionCommandInput extends DeletePlatformVersionRequest {}
9
5
  export interface DeletePlatformVersionCommandOutput
10
- extends DeletePlatformVersionResult,
11
- __MetadataBearer {}
6
+ extends DeletePlatformVersionResult, __MetadataBearer {}
12
7
  declare const DeletePlatformVersionCommand_base: {
13
8
  new (
14
- input: DeletePlatformVersionCommandInput
9
+ input: DeletePlatformVersionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeletePlatformVersionCommandInput,
17
12
  DeletePlatformVersionCommandOutput,
@@ -3,11 +3,10 @@ import { DescribeAccountAttributesResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeAccountAttributesCommandInput {}
5
5
  export interface DescribeAccountAttributesCommandOutput
6
- extends DescribeAccountAttributesResult,
7
- __MetadataBearer {}
6
+ extends DescribeAccountAttributesResult, __MetadataBearer {}
8
7
  declare const DescribeAccountAttributesCommand_base: {
9
8
  new (
10
- input: DescribeAccountAttributesCommandInput
9
+ input: DescribeAccountAttributesCommandInput,
11
10
  ): import("@smithy/core/client").CommandImpl<
12
11
  DescribeAccountAttributesCommandInput,
13
12
  DescribeAccountAttributesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeApplicationVersionsMessage,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeApplicationVersionsCommandInput
8
- extends DescribeApplicationVersionsMessage {}
7
+ export interface DescribeApplicationVersionsCommandInput extends DescribeApplicationVersionsMessage {}
9
8
  export interface DescribeApplicationVersionsCommandOutput
10
- extends ApplicationVersionDescriptionsMessage,
11
- __MetadataBearer {}
9
+ extends ApplicationVersionDescriptionsMessage, __MetadataBearer {}
12
10
  declare const DescribeApplicationVersionsCommand_base: {
13
11
  new (
14
- input: DescribeApplicationVersionsCommandInput
12
+ input: DescribeApplicationVersionsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeApplicationVersionsCommandInput,
17
15
  DescribeApplicationVersionsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ApplicationDescriptionsMessage,
4
- DescribeApplicationsMessage,
5
- } from "../models/models_0";
2
+ import { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeApplicationsCommandInput
8
- extends DescribeApplicationsMessage {}
4
+ export interface DescribeApplicationsCommandInput extends DescribeApplicationsMessage {}
9
5
  export interface DescribeApplicationsCommandOutput
10
- extends ApplicationDescriptionsMessage,
11
- __MetadataBearer {}
6
+ extends ApplicationDescriptionsMessage, __MetadataBearer {}
12
7
  declare const DescribeApplicationsCommand_base: {
13
8
  new (
14
- input: DescribeApplicationsCommandInput
9
+ input: DescribeApplicationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeApplicationsCommandInput,
17
12
  DescribeApplicationsCommandOutput,