@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { CreatePlatformVersionRequest, CreatePlatformVersionResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreatePlatformVersionCommandInput extends CreatePlatformVersion
22
19
  export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersionResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreatePlatformVersionCommand_base: {
25
- new (input: CreatePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreatePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreatePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePlatformVersionCommandInput, CreatePlatformVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create a new version of your custom platform.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { CreateStorageLocationResultMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateStorageLocationCommandInput {
22
19
  export interface CreateStorageLocationCommandOutput extends CreateStorageLocationResultMessage, __MetadataBearer {
23
20
  }
24
21
  declare const CreateStorageLocationCommand_base: {
25
- new (input: CreateStorageLocationCommandInput): import("@smithy/core/client").CommandImpl<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateStorageLocationCommandInput]): import("@smithy/core/client").CommandImpl<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateStorageLocationCommandInput): import("@smithy/core/client").CommandImpl<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [CreateStorageLocationCommandInput]): import("@smithy/core/client").CommandImpl<CreateStorageLocationCommandInput, CreateStorageLocationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a bucket in Amazon S3 to store application versions, logs, and other files used
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DeleteApplicationMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationMessage
22
19
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationCommand_base: {
25
- new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified application along with all associated versions and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DeleteApplicationVersionMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteApplicationVersionCommandInput extends DeleteApplicationV
22
19
  export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationVersionCommand_base: {
25
- new (input: DeleteApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVersionCommandInput, DeleteApplicationVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified version from the specified application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DeleteConfigurationTemplateMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteConfigurationTemplateCommandInput extends DeleteConfigura
22
19
  export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConfigurationTemplateCommand_base: {
25
- new (input: DeleteConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationTemplateCommandInput, DeleteConfigurationTemplateCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified configuration template.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEnvironmentConfigurationCommandInput extends DeleteEnviro
22
19
  export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEnvironmentConfigurationCommand_base: {
25
- new (input: DeleteEnvironmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEnvironmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEnvironmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEnvironmentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentConfigurationCommandInput, DeleteEnvironmentConfigurationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the draft configuration associated with the running environment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DeletePlatformVersionRequest, DeletePlatformVersionResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeletePlatformVersionCommandInput extends DeletePlatformVersion
22
19
  export interface DeletePlatformVersionCommandOutput extends DeletePlatformVersionResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeletePlatformVersionCommand_base: {
25
- new (input: DeletePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeletePlatformVersionCommandInput]): import("@smithy/core/client").CommandImpl<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeletePlatformVersionCommandInput]): import("@smithy/core/client").CommandImpl<DeletePlatformVersionCommandInput, DeletePlatformVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified version of a custom platform.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribeAccountAttributesResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeAccountAttributesCommandInput {
22
19
  export interface DescribeAccountAttributesCommandOutput extends DescribeAccountAttributesResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAccountAttributesCommand_base: {
25
- new (input: DescribeAccountAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAccountAttributesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAccountAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeAccountAttributesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ApplicationVersionDescriptionsMessage, DescribeApplicationVersionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeApplicationVersionsCommandInput extends DescribeApplica
22
19
  export interface DescribeApplicationVersionsCommandOutput extends ApplicationVersionDescriptionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeApplicationVersionsCommand_base: {
25
- new (input: DescribeApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeApplicationVersionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeApplicationVersionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve a list of application versions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeApplicationsCommandInput extends DescribeApplicationsMe
22
19
  export interface DescribeApplicationsCommandOutput extends ApplicationDescriptionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeApplicationsCommand_base: {
25
- new (input: DescribeApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the descriptions of existing applications.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ConfigurationOptionsDescription, DescribeConfigurationOptionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeConfigurationOptionsCommandInput extends DescribeConfig
22
19
  export interface DescribeConfigurationOptionsCommandOutput extends ConfigurationOptionsDescription, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeConfigurationOptionsCommand_base: {
25
- new (input: DescribeConfigurationOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeConfigurationOptionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeConfigurationOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeConfigurationOptionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the configuration options that are used in a particular configuration
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { ConfigurationSettingsDescriptions, DescribeConfigurationSettingsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeConfigurationSettingsCommandInput extends DescribeConfi
22
19
  export interface DescribeConfigurationSettingsCommandOutput extends ConfigurationSettingsDescriptions, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeConfigurationSettingsCommand_base: {
25
- new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a description of the settings for the specified configuration set, that is,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEnvironmentHealthCommandInput extends DescribeEnvironme
22
19
  export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironmentHealthResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEnvironmentHealthCommand_base: {
25
- new (input: DescribeEnvironmentHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEnvironmentHealthCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEnvironmentHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEnvironmentHealthCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about the overall health of the specified environment. The
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribeEnvironmentManagedActionHistoryRequest, DescribeEnvironmentManagedActionHistoryResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEnvironmentManagedActionHistoryCommandInput extends Des
22
19
  export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends DescribeEnvironmentManagedActionHistoryResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
25
- new (input: DescribeEnvironmentManagedActionHistoryCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEnvironmentManagedActionHistoryCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEnvironmentManagedActionHistoryCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEnvironmentManagedActionHistoryCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists an environment's completed and failed managed actions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribeEnvironmentManagedActionsRequest, DescribeEnvironmentManagedActionsResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEnvironmentManagedActionsCommandInput extends DescribeE
22
19
  export interface DescribeEnvironmentManagedActionsCommandOutput extends DescribeEnvironmentManagedActionsResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEnvironmentManagedActionsCommand_base: {
25
- new (input: DescribeEnvironmentManagedActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEnvironmentManagedActionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEnvironmentManagedActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEnvironmentManagedActionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists an environment's upcoming and in-progress managed actions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribeEnvironmentResourcesMessage, EnvironmentResourceDescriptionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEnvironmentResourcesCommandInput extends DescribeEnviro
22
19
  export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentResourceDescriptionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEnvironmentResourcesCommand_base: {
25
- new (input: DescribeEnvironmentResourcesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEnvironmentResourcesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEnvironmentResourcesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEnvironmentResourcesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns AWS resources for this environment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEnvironmentsCommandInput extends DescribeEnvironmentsMe
22
19
  export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEnvironmentsCommand_base: {
25
- new (input: DescribeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns descriptions for existing environments.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEventsCommandInput extends DescribeEventsMessage {
22
19
  export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEventsCommand_base: {
25
- new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeInstancesHealthCommandInput extends DescribeInstancesHe
22
19
  export interface DescribeInstancesHealthCommandOutput extends DescribeInstancesHealthResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeInstancesHealthCommand_base: {
25
- new (input: DescribeInstancesHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeInstancesHealthCommandInput]): import("@smithy/core/client").CommandImpl<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeInstancesHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeInstancesHealthCommandInput]): import("@smithy/core/client").CommandImpl<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves detailed information about the health of instances in your AWS Elastic
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
4
2
  import type { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribePlatformVersionCommandInput extends DescribePlatformVer
22
19
  export interface DescribePlatformVersionCommandOutput extends DescribePlatformVersionResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribePlatformVersionCommand_base: {
25
- new (input: DescribePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribePlatformVersionCommandInput]): import("@smithy/core/client").CommandImpl<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribePlatformVersionCommandInput]): import("@smithy/core/client").CommandImpl<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes a platform version. Provides full details. Compare to <a>ListPlatformVersions</a>, which provides summary information about a list of