@aws-sdk/client-elastic-beanstalk 3.1077.0 → 3.1079.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 (149) hide show
  1. package/dist-cjs/index.js +147 -565
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -14
  4. package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +2 -14
  5. package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -14
  6. package/dist-es/commands/CheckDNSAvailabilityCommand.js +2 -14
  7. package/dist-es/commands/ComposeEnvironmentsCommand.js +2 -14
  8. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  9. package/dist-es/commands/CreateApplicationVersionCommand.js +2 -14
  10. package/dist-es/commands/CreateConfigurationTemplateCommand.js +2 -14
  11. package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
  12. package/dist-es/commands/CreatePlatformVersionCommand.js +2 -14
  13. package/dist-es/commands/CreateStorageLocationCommand.js +2 -14
  14. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  15. package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -14
  16. package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -14
  17. package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -14
  18. package/dist-es/commands/DeletePlatformVersionCommand.js +2 -14
  19. package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -14
  20. package/dist-es/commands/DescribeApplicationVersionsCommand.js +2 -14
  21. package/dist-es/commands/DescribeApplicationsCommand.js +2 -14
  22. package/dist-es/commands/DescribeConfigurationOptionsCommand.js +2 -14
  23. package/dist-es/commands/DescribeConfigurationSettingsCommand.js +2 -14
  24. package/dist-es/commands/DescribeEnvironmentHealthCommand.js +2 -14
  25. package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -14
  26. package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +2 -14
  27. package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +2 -14
  28. package/dist-es/commands/DescribeEnvironmentsCommand.js +2 -14
  29. package/dist-es/commands/DescribeEventsCommand.js +2 -14
  30. package/dist-es/commands/DescribeInstancesHealthCommand.js +2 -14
  31. package/dist-es/commands/DescribePlatformVersionCommand.js +2 -14
  32. package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -14
  33. package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -14
  34. package/dist-es/commands/ListPlatformBranchesCommand.js +2 -14
  35. package/dist-es/commands/ListPlatformVersionsCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/RebuildEnvironmentCommand.js +2 -14
  38. package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -14
  39. package/dist-es/commands/RestartAppServerCommand.js +2 -14
  40. package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +2 -14
  41. package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -14
  42. package/dist-es/commands/TerminateEnvironmentCommand.js +2 -14
  43. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  44. package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +2 -14
  45. package/dist-es/commands/UpdateApplicationVersionCommand.js +2 -14
  46. package/dist-es/commands/UpdateConfigurationTemplateCommand.js +2 -14
  47. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
  48. package/dist-es/commands/UpdateTagsForResourceCommand.js +2 -14
  49. package/dist-es/commands/ValidateConfigurationSettingsCommand.js +2 -14
  50. package/dist-es/index.js +1 -0
  51. package/dist-types/commandBuilder.d.ts +18 -0
  52. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +3 -8
  53. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +3 -8
  54. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +3 -8
  55. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +3 -8
  56. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  58. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
  61. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateStorageLocationCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +3 -8
  67. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +3 -8
  70. package/dist-types/commands/DescribeApplicationsCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +3 -8
  81. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +3 -8
  82. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +3 -8
  83. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +3 -8
  84. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  86. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +3 -8
  87. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +3 -8
  88. package/dist-types/commands/RestartAppServerCommand.d.ts +3 -8
  89. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +3 -8
  90. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +3 -8
  91. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  93. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +3 -8
  94. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +3 -8
  99. package/dist-types/index.d.ts +1 -0
  100. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  101. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/index.d.ts +1 -0
  149. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import {
9
3
  DescribePlatformVersionRequest,
10
4
  DescribePlatformVersionResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribePlatformVersionCommandInput
15
8
  extends DescribePlatformVersionRequest {}
16
9
  export interface DescribePlatformVersionCommandOutput
@@ -22,22 +15,20 @@ declare const DescribePlatformVersionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribePlatformVersionCommandInput,
24
17
  DescribePlatformVersionCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribePlatformVersionCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribePlatformVersionCommandInput,
33
26
  DescribePlatformVersionCommandOutput,
34
- ElasticBeanstalkClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticBeanstalkClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribePlatformVersionCommand extends DescribePlatformVersionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DisassociateEnvironmentOperationsRoleCommandInput
12
5
  extends DisassociateEnvironmentOperationsRoleMessage {}
13
6
  export interface DisassociateEnvironmentOperationsRoleCommandOutput
@@ -18,22 +11,20 @@ declare const DisassociateEnvironmentOperationsRoleCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DisassociateEnvironmentOperationsRoleCommandInput,
20
13
  DisassociateEnvironmentOperationsRoleCommandOutput,
21
- ElasticBeanstalkClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ElasticBeanstalkClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DisassociateEnvironmentOperationsRoleCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DisassociateEnvironmentOperationsRoleCommandInput,
29
22
  DisassociateEnvironmentOperationsRoleCommandOutput,
30
- ElasticBeanstalkClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ElasticBeanstalkClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DisassociateEnvironmentOperationsRoleCommand extends DisassociateEnvironmentOperationsRoleCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListAvailableSolutionStacksCommandInput {}
12
5
  export interface ListAvailableSolutionStacksCommandOutput
13
6
  extends ListAvailableSolutionStacksResultMessage,
@@ -18,22 +11,20 @@ declare const ListAvailableSolutionStacksCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListAvailableSolutionStacksCommandInput,
20
13
  ListAvailableSolutionStacksCommandOutput,
21
- ElasticBeanstalkClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ElasticBeanstalkClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListAvailableSolutionStacksCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListAvailableSolutionStacksCommandInput,
29
22
  ListAvailableSolutionStacksCommandOutput,
30
- ElasticBeanstalkClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ElasticBeanstalkClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListAvailableSolutionStacksCommand extends ListAvailableSolutionStacksCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import {
9
3
  ListPlatformBranchesRequest,
10
4
  ListPlatformBranchesResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPlatformBranchesCommandInput
15
8
  extends ListPlatformBranchesRequest {}
16
9
  export interface ListPlatformBranchesCommandOutput
@@ -22,22 +15,20 @@ declare const ListPlatformBranchesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPlatformBranchesCommandInput,
24
17
  ListPlatformBranchesCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListPlatformBranchesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPlatformBranchesCommandInput,
33
26
  ListPlatformBranchesCommandOutput,
34
- ElasticBeanstalkClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticBeanstalkClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListPlatformBranchesCommand extends ListPlatformBranchesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import {
9
3
  ListPlatformVersionsRequest,
10
4
  ListPlatformVersionsResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPlatformVersionsCommandInput
15
8
  extends ListPlatformVersionsRequest {}
16
9
  export interface ListPlatformVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListPlatformVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPlatformVersionsCommandInput,
24
17
  ListPlatformVersionsCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListPlatformVersionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPlatformVersionsCommandInput,
33
26
  ListPlatformVersionsCommandOutput,
34
- ElasticBeanstalkClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticBeanstalkClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListPlatformVersionsCommand extends ListPlatformVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import {
9
3
  ListTagsForResourceMessage,
10
4
  ResourceTagsDescriptionMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceMessage {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- ElasticBeanstalkClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticBeanstalkClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import { RebuildEnvironmentMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RebuildEnvironmentCommandInput
12
5
  extends RebuildEnvironmentMessage {}
13
6
  export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const RebuildEnvironmentCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  RebuildEnvironmentCommandInput,
19
12
  RebuildEnvironmentCommandOutput,
20
- ElasticBeanstalkClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").ElasticBeanstalkClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  ...[input]: [] | [RebuildEnvironmentCommandInput]
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  RebuildEnvironmentCommandInput,
28
21
  RebuildEnvironmentCommandOutput,
29
- ElasticBeanstalkClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").ElasticBeanstalkClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class RebuildEnvironmentCommand extends RebuildEnvironmentCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import { RequestEnvironmentInfoMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RequestEnvironmentInfoCommandInput
12
5
  extends RequestEnvironmentInfoMessage {}
13
6
  export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const RequestEnvironmentInfoCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  RequestEnvironmentInfoCommandInput,
19
12
  RequestEnvironmentInfoCommandOutput,
20
- ElasticBeanstalkClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").ElasticBeanstalkClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: RequestEnvironmentInfoCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  RequestEnvironmentInfoCommandInput,
28
21
  RequestEnvironmentInfoCommandOutput,
29
- ElasticBeanstalkClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").ElasticBeanstalkClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class RequestEnvironmentInfoCommand extends RequestEnvironmentInfoCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import { RestartAppServerMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RestartAppServerCommandInput extends RestartAppServerMessage {}
12
5
  export interface RestartAppServerCommandOutput extends __MetadataBearer {}
13
6
  declare const RestartAppServerCommand_base: {
@@ -16,22 +9,20 @@ declare const RestartAppServerCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  RestartAppServerCommandInput,
18
11
  RestartAppServerCommandOutput,
19
- ElasticBeanstalkClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ElasticBeanstalkClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  ...[input]: [] | [RestartAppServerCommandInput]
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  RestartAppServerCommandInput,
27
20
  RestartAppServerCommandOutput,
28
- ElasticBeanstalkClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ElasticBeanstalkClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class RestartAppServerCommand extends RestartAppServerCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import {
9
3
  RetrieveEnvironmentInfoMessage,
10
4
  RetrieveEnvironmentInfoResultMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RetrieveEnvironmentInfoCommandInput
15
8
  extends RetrieveEnvironmentInfoMessage {}
16
9
  export interface RetrieveEnvironmentInfoCommandOutput
@@ -22,22 +15,20 @@ declare const RetrieveEnvironmentInfoCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RetrieveEnvironmentInfoCommandInput,
24
17
  RetrieveEnvironmentInfoCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RetrieveEnvironmentInfoCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RetrieveEnvironmentInfoCommandInput,
33
26
  RetrieveEnvironmentInfoCommandOutput,
34
- ElasticBeanstalkClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticBeanstalkClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class RetrieveEnvironmentInfoCommand extends RetrieveEnvironmentInfoCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface SwapEnvironmentCNAMEsCommandInput
12
5
  extends SwapEnvironmentCNAMEsMessage {}
13
6
  export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const SwapEnvironmentCNAMEsCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  SwapEnvironmentCNAMEsCommandInput,
19
12
  SwapEnvironmentCNAMEsCommandOutput,
20
- ElasticBeanstalkClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").ElasticBeanstalkClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  ...[input]: [] | [SwapEnvironmentCNAMEsCommandInput]
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  SwapEnvironmentCNAMEsCommandInput,
28
21
  SwapEnvironmentCNAMEsCommandOutput,
29
- ElasticBeanstalkClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").ElasticBeanstalkClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class SwapEnvironmentCNAMEsCommand extends SwapEnvironmentCNAMEsCommand_base {
38
29
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import {
9
3
  EnvironmentDescription,
10
4
  TerminateEnvironmentMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface TerminateEnvironmentCommandInput
15
8
  extends TerminateEnvironmentMessage {}
16
9
  export interface TerminateEnvironmentCommandOutput
@@ -22,22 +15,20 @@ declare const TerminateEnvironmentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  TerminateEnvironmentCommandInput,
24
17
  TerminateEnvironmentCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [TerminateEnvironmentCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  TerminateEnvironmentCommandInput,
33
26
  TerminateEnvironmentCommandOutput,
34
- ElasticBeanstalkClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticBeanstalkClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class TerminateEnvironmentCommand extends TerminateEnvironmentCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import {
9
3
  ApplicationDescriptionMessage,
10
4
  UpdateApplicationMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateApplicationCommandInput
15
8
  extends UpdateApplicationMessage {}
16
9
  export interface UpdateApplicationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateApplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateApplicationCommandInput,
24
17
  UpdateApplicationCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateApplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateApplicationCommandInput,
33
26
  UpdateApplicationCommandOutput,
34
- ElasticBeanstalkClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticBeanstalkClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ElasticBeanstalkClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ElasticBeanstalkClient";
8
2
  import {
9
3
  ApplicationResourceLifecycleDescriptionMessage,
10
4
  UpdateApplicationResourceLifecycleMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateApplicationResourceLifecycleCommandInput
15
8
  extends UpdateApplicationResourceLifecycleMessage {}
16
9
  export interface UpdateApplicationResourceLifecycleCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateApplicationResourceLifecycleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateApplicationResourceLifecycleCommandInput,
24
17
  UpdateApplicationResourceLifecycleCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateApplicationResourceLifecycleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateApplicationResourceLifecycleCommandInput,
33
26
  UpdateApplicationResourceLifecycleCommandOutput,
34
- ElasticBeanstalkClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ElasticBeanstalkClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateApplicationResourceLifecycleCommand extends UpdateApplicationResourceLifecycleCommand_base {
43
34
  protected static __types: {