@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,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 { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteEnvironmentConfigurationCommandInput
12
5
  extends DeleteEnvironmentConfigurationMessage {}
13
6
  export interface DeleteEnvironmentConfigurationCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteEnvironmentConfigurationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteEnvironmentConfigurationCommandInput,
20
13
  DeleteEnvironmentConfigurationCommandOutput,
21
- ElasticBeanstalkClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ElasticBeanstalkClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteEnvironmentConfigurationCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteEnvironmentConfigurationCommandInput,
29
22
  DeleteEnvironmentConfigurationCommandOutput,
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 DeleteEnvironmentConfigurationCommand extends DeleteEnvironmentConfigurationCommand_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
  DeletePlatformVersionRequest,
10
4
  DeletePlatformVersionResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeletePlatformVersionCommandInput
15
8
  extends DeletePlatformVersionRequest {}
16
9
  export interface DeletePlatformVersionCommandOutput
@@ -22,22 +15,20 @@ declare const DeletePlatformVersionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeletePlatformVersionCommandInput,
24
17
  DeletePlatformVersionCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DeletePlatformVersionCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeletePlatformVersionCommandInput,
33
26
  DeletePlatformVersionCommandOutput,
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 DeletePlatformVersionCommand extends DeletePlatformVersionCommand_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 { DescribeAccountAttributesResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DescribeAccountAttributesCommandInput {}
12
5
  export interface DescribeAccountAttributesCommandOutput
13
6
  extends DescribeAccountAttributesResult,
@@ -18,22 +11,20 @@ declare const DescribeAccountAttributesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DescribeAccountAttributesCommandInput,
20
13
  DescribeAccountAttributesCommandOutput,
21
- ElasticBeanstalkClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ElasticBeanstalkClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [DescribeAccountAttributesCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DescribeAccountAttributesCommandInput,
29
22
  DescribeAccountAttributesCommandOutput,
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 DescribeAccountAttributesCommand extends DescribeAccountAttributesCommand_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
  ApplicationVersionDescriptionsMessage,
10
4
  DescribeApplicationVersionsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeApplicationVersionsCommandInput
15
8
  extends DescribeApplicationVersionsMessage {}
16
9
  export interface DescribeApplicationVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeApplicationVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeApplicationVersionsCommandInput,
24
17
  DescribeApplicationVersionsCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeApplicationVersionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeApplicationVersionsCommandInput,
33
26
  DescribeApplicationVersionsCommandOutput,
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 DescribeApplicationVersionsCommand extends DescribeApplicationVersionsCommand_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
  ApplicationDescriptionsMessage,
10
4
  DescribeApplicationsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeApplicationsCommandInput
15
8
  extends DescribeApplicationsMessage {}
16
9
  export interface DescribeApplicationsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeApplicationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeApplicationsCommandInput,
24
17
  DescribeApplicationsCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeApplicationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeApplicationsCommandInput,
33
26
  DescribeApplicationsCommandOutput,
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 DescribeApplicationsCommand extends DescribeApplicationsCommand_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
  ConfigurationOptionsDescription,
10
4
  DescribeConfigurationOptionsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeConfigurationOptionsCommandInput
15
8
  extends DescribeConfigurationOptionsMessage {}
16
9
  export interface DescribeConfigurationOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeConfigurationOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeConfigurationOptionsCommandInput,
24
17
  DescribeConfigurationOptionsCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeConfigurationOptionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeConfigurationOptionsCommandInput,
33
26
  DescribeConfigurationOptionsCommandOutput,
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 DescribeConfigurationOptionsCommand extends DescribeConfigurationOptionsCommand_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
  ConfigurationSettingsDescriptions,
10
4
  DescribeConfigurationSettingsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeConfigurationSettingsCommandInput
15
8
  extends DescribeConfigurationSettingsMessage {}
16
9
  export interface DescribeConfigurationSettingsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeConfigurationSettingsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeConfigurationSettingsCommandInput,
24
17
  DescribeConfigurationSettingsCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeConfigurationSettingsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeConfigurationSettingsCommandInput,
33
26
  DescribeConfigurationSettingsCommandOutput,
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 DescribeConfigurationSettingsCommand extends DescribeConfigurationSettingsCommand_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
  DescribeEnvironmentHealthRequest,
10
4
  DescribeEnvironmentHealthResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEnvironmentHealthCommandInput
15
8
  extends DescribeEnvironmentHealthRequest {}
16
9
  export interface DescribeEnvironmentHealthCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEnvironmentHealthCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEnvironmentHealthCommandInput,
24
17
  DescribeEnvironmentHealthCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEnvironmentHealthCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEnvironmentHealthCommandInput,
33
26
  DescribeEnvironmentHealthCommandOutput,
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 DescribeEnvironmentHealthCommand extends DescribeEnvironmentHealthCommand_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
  DescribeEnvironmentManagedActionHistoryRequest,
10
4
  DescribeEnvironmentManagedActionHistoryResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEnvironmentManagedActionHistoryCommandInput
15
8
  extends DescribeEnvironmentManagedActionHistoryRequest {}
16
9
  export interface DescribeEnvironmentManagedActionHistoryCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEnvironmentManagedActionHistoryCommandInput,
24
17
  DescribeEnvironmentManagedActionHistoryCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEnvironmentManagedActionHistoryCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEnvironmentManagedActionHistoryCommandInput,
33
26
  DescribeEnvironmentManagedActionHistoryCommandOutput,
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 DescribeEnvironmentManagedActionHistoryCommand extends DescribeEnvironmentManagedActionHistoryCommand_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
  DescribeEnvironmentManagedActionsRequest,
10
4
  DescribeEnvironmentManagedActionsResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEnvironmentManagedActionsCommandInput
15
8
  extends DescribeEnvironmentManagedActionsRequest {}
16
9
  export interface DescribeEnvironmentManagedActionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEnvironmentManagedActionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEnvironmentManagedActionsCommandInput,
24
17
  DescribeEnvironmentManagedActionsCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEnvironmentManagedActionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEnvironmentManagedActionsCommandInput,
33
26
  DescribeEnvironmentManagedActionsCommandOutput,
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 DescribeEnvironmentManagedActionsCommand extends DescribeEnvironmentManagedActionsCommand_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
  DescribeEnvironmentResourcesMessage,
10
4
  EnvironmentResourceDescriptionsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEnvironmentResourcesCommandInput
15
8
  extends DescribeEnvironmentResourcesMessage {}
16
9
  export interface DescribeEnvironmentResourcesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEnvironmentResourcesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEnvironmentResourcesCommandInput,
24
17
  DescribeEnvironmentResourcesCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEnvironmentResourcesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEnvironmentResourcesCommandInput,
33
26
  DescribeEnvironmentResourcesCommandOutput,
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 DescribeEnvironmentResourcesCommand extends DescribeEnvironmentResourcesCommand_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
  DescribeEnvironmentsMessage,
10
4
  EnvironmentDescriptionsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEnvironmentsCommandInput
15
8
  extends DescribeEnvironmentsMessage {}
16
9
  export interface DescribeEnvironmentsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEnvironmentsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEnvironmentsCommandInput,
24
17
  DescribeEnvironmentsCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEnvironmentsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEnvironmentsCommandInput,
33
26
  DescribeEnvironmentsCommandOutput,
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 DescribeEnvironmentsCommand extends DescribeEnvironmentsCommand_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
  DescribeEventsMessage,
10
4
  EventDescriptionsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
15
8
  export interface DescribeEventsCommandOutput
16
9
  extends EventDescriptionsMessage,
@@ -21,22 +14,20 @@ declare const DescribeEventsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeEventsCommandInput,
23
16
  DescribeEventsCommandOutput,
24
- ElasticBeanstalkClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ElasticBeanstalkClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeEventsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeEventsCommandInput,
32
25
  DescribeEventsCommandOutput,
33
- ElasticBeanstalkClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ElasticBeanstalkClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
42
33
  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
  DescribeInstancesHealthRequest,
10
4
  DescribeInstancesHealthResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeInstancesHealthCommandInput
15
8
  extends DescribeInstancesHealthRequest {}
16
9
  export interface DescribeInstancesHealthCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeInstancesHealthCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeInstancesHealthCommandInput,
24
17
  DescribeInstancesHealthCommandOutput,
25
- ElasticBeanstalkClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ElasticBeanstalkClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeInstancesHealthCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeInstancesHealthCommandInput,
33
26
  DescribeInstancesHealthCommandOutput,
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 DescribeInstancesHealthCommand extends DescribeInstancesHealthCommand_base {
43
34
  protected static __types: {