@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 { DisassociateEnvironmentOperationsRoleMessage } 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 DisassociateEnvironmentOperationsRoleCommandInput extends Disas
22
19
  export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateEnvironmentOperationsRoleCommand_base: {
25
- new (input: DisassociateEnvironmentOperationsRoleCommandInput): import("@smithy/core/client").CommandImpl<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateEnvironmentOperationsRoleCommandInput): import("@smithy/core/client").CommandImpl<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateEnvironmentOperationsRoleCommandInput): import("@smithy/core/client").CommandImpl<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateEnvironmentOperationsRoleCommandInput): import("@smithy/core/client").CommandImpl<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses
@@ -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 { ListAvailableSolutionStacksResultMessage } 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 ListAvailableSolutionStacksCommandInput {
22
19
  export interface ListAvailableSolutionStacksCommandOutput extends ListAvailableSolutionStacksResultMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ListAvailableSolutionStacksCommand_base: {
25
- new (input: ListAvailableSolutionStacksCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAvailableSolutionStacksCommandInput]): import("@smithy/core/client").CommandImpl<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAvailableSolutionStacksCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAvailableSolutionStacksCommandInput]): import("@smithy/core/client").CommandImpl<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the available solution stack names, with the public version first 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 { ListPlatformBranchesRequest, ListPlatformBranchesResult } 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 ListPlatformBranchesCommandInput extends ListPlatformBranchesRe
22
19
  export interface ListPlatformBranchesCommandOutput extends ListPlatformBranchesResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListPlatformBranchesCommand_base: {
25
- new (input: ListPlatformBranchesCommandInput): import("@smithy/core/client").CommandImpl<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPlatformBranchesCommandInput]): import("@smithy/core/client").CommandImpl<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPlatformBranchesCommandInput): import("@smithy/core/client").CommandImpl<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPlatformBranchesCommandInput]): import("@smithy/core/client").CommandImpl<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the platform branches available for your account in an AWS Region. Provides
@@ -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 { ListPlatformVersionsRequest, ListPlatformVersionsResult } 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 ListPlatformVersionsCommandInput extends ListPlatformVersionsRe
22
19
  export interface ListPlatformVersionsCommandOutput extends ListPlatformVersionsResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListPlatformVersionsCommand_base: {
25
- new (input: ListPlatformVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPlatformVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPlatformVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPlatformVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the platform versions available for your account in an AWS Region. Provides
@@ -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 { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } 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 ListTagsForResourceCommandInput extends ListTagsForResourceMess
22
19
  export interface ListTagsForResourceCommandOutput extends ResourceTagsDescriptionMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.</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 { RebuildEnvironmentMessage } 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 RebuildEnvironmentCommandInput extends RebuildEnvironmentMessag
22
19
  export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RebuildEnvironmentCommand_base: {
25
- new (input: RebuildEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [RebuildEnvironmentCommandInput]): import("@smithy/core/client").CommandImpl<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RebuildEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [RebuildEnvironmentCommandInput]): import("@smithy/core/client").CommandImpl<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes and recreates all of the AWS resources (for example: the Auto Scaling group,
@@ -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 { RequestEnvironmentInfoMessage } 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 RequestEnvironmentInfoCommandInput extends RequestEnvironmentIn
22
19
  export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RequestEnvironmentInfoCommand_base: {
25
- new (input: RequestEnvironmentInfoCommandInput): import("@smithy/core/client").CommandImpl<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RequestEnvironmentInfoCommandInput): import("@smithy/core/client").CommandImpl<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RequestEnvironmentInfoCommandInput): import("@smithy/core/client").CommandImpl<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RequestEnvironmentInfoCommandInput): import("@smithy/core/client").CommandImpl<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Initiates a request to compile the specified type of information of the deployed
@@ -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 { RestartAppServerMessage } 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 RestartAppServerCommandInput extends RestartAppServerMessage {
22
19
  export interface RestartAppServerCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RestartAppServerCommand_base: {
25
- new (input: RestartAppServerCommandInput): import("@smithy/core/client").CommandImpl<RestartAppServerCommandInput, RestartAppServerCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [RestartAppServerCommandInput]): import("@smithy/core/client").CommandImpl<RestartAppServerCommandInput, RestartAppServerCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RestartAppServerCommandInput): import("@smithy/core/client").CommandImpl<RestartAppServerCommandInput, RestartAppServerCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [RestartAppServerCommandInput]): import("@smithy/core/client").CommandImpl<RestartAppServerCommandInput, RestartAppServerCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Causes the environment to restart the application container server running on each
@@ -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 { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage } 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 RetrieveEnvironmentInfoCommandInput extends RetrieveEnvironment
22
19
  export interface RetrieveEnvironmentInfoCommandOutput extends RetrieveEnvironmentInfoResultMessage, __MetadataBearer {
23
20
  }
24
21
  declare const RetrieveEnvironmentInfoCommand_base: {
25
- new (input: RetrieveEnvironmentInfoCommandInput): import("@smithy/core/client").CommandImpl<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RetrieveEnvironmentInfoCommandInput): import("@smithy/core/client").CommandImpl<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RetrieveEnvironmentInfoCommandInput): import("@smithy/core/client").CommandImpl<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RetrieveEnvironmentInfoCommandInput): import("@smithy/core/client").CommandImpl<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the compiled information from a <a>RequestEnvironmentInfo</a>
@@ -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 { SwapEnvironmentCNAMEsMessage } 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 SwapEnvironmentCNAMEsCommandInput extends SwapEnvironmentCNAMEs
22
19
  export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const SwapEnvironmentCNAMEsCommand_base: {
25
- new (input: SwapEnvironmentCNAMEsCommandInput): import("@smithy/core/client").CommandImpl<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [SwapEnvironmentCNAMEsCommandInput]): import("@smithy/core/client").CommandImpl<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SwapEnvironmentCNAMEsCommandInput): import("@smithy/core/client").CommandImpl<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [SwapEnvironmentCNAMEsCommandInput]): import("@smithy/core/client").CommandImpl<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Swaps the CNAMEs of two 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 { EnvironmentDescription, TerminateEnvironmentMessage } 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 TerminateEnvironmentCommandInput extends TerminateEnvironmentMe
22
19
  export interface TerminateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {
23
20
  }
24
21
  declare const TerminateEnvironmentCommand_base: {
25
- new (input: TerminateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [TerminateEnvironmentCommandInput]): import("@smithy/core/client").CommandImpl<TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TerminateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [TerminateEnvironmentCommandInput]): import("@smithy/core/client").CommandImpl<TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Terminates the specified 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 { ApplicationDescriptionMessage, UpdateApplicationMessage } 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 UpdateApplicationCommandInput extends UpdateApplicationMessage
22
19
  export interface UpdateApplicationCommandOutput extends ApplicationDescriptionMessage, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationCommand_base: {
25
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified application to have the specified properties.</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 { ApplicationResourceLifecycleDescriptionMessage, UpdateApplicationResourceLifecycleMessage } 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 UpdateApplicationResourceLifecycleCommandInput extends UpdateAp
22
19
  export interface UpdateApplicationResourceLifecycleCommandOutput extends ApplicationResourceLifecycleDescriptionMessage, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationResourceLifecycleCommand_base: {
25
- new (input: UpdateApplicationResourceLifecycleCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationResourceLifecycleCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationResourceLifecycleCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationResourceLifecycleCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies lifecycle settings for an 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 { ApplicationVersionDescriptionMessage, UpdateApplicationVersionMessage } 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 UpdateApplicationVersionCommandInput extends UpdateApplicationV
22
19
  export interface UpdateApplicationVersionCommandOutput extends ApplicationVersionDescriptionMessage, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationVersionCommand_base: {
25
- new (input: UpdateApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified application version to have the specified properties.</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 { ConfigurationSettingsDescription, UpdateConfigurationTemplateMessage } 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 UpdateConfigurationTemplateCommandInput extends UpdateConfigura
22
19
  export interface UpdateConfigurationTemplateCommandOutput extends ConfigurationSettingsDescription, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateConfigurationTemplateCommand_base: {
25
- new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the specified configuration template to have the specified properties or
@@ -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 { EnvironmentDescription, UpdateEnvironmentMessage } 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 UpdateEnvironmentCommandInput extends UpdateEnvironmentMessage
22
19
  export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEnvironmentCommand_base: {
25
- new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateEnvironmentCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateEnvironmentCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the environment description, deploys a new application version, updates 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 { UpdateTagsForResourceMessage } 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 UpdateTagsForResourceCommandInput extends UpdateTagsForResource
22
19
  export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTagsForResourceCommand_base: {
25
- new (input: UpdateTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: <code>TagsToAdd</code>
@@ -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 { ConfigurationSettingsValidationMessages, ValidateConfigurationSettingsMessage } 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 ValidateConfigurationSettingsCommandInput extends ValidateConfi
22
19
  export interface ValidateConfigurationSettingsCommandOutput extends ConfigurationSettingsValidationMessages, __MetadataBearer {
23
20
  }
24
21
  declare const ValidateConfigurationSettingsCommand_base: {
25
- new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, import("..").ElasticBeanstalkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Takes a set of configuration settings and either a configuration template or
@@ -21,6 +21,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
21
21
  export type { RuntimeExtension } from "./runtimeExtensions";
22
22
  export type { ElasticBeanstalkExtensionConfiguration } from "./extensionConfiguration";
23
23
  export * from "./commands";
24
+ export { Command as $Command } from "@smithy/core/client";
24
25
  export * from "./schemas/schemas_0";
25
26
  export * from "./pagination";
26
27
  export * from "./waiters";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ElasticBeanstalkClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ElasticBeanstalkClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ElasticBeanstalkClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ElasticBeanstalkClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];