@aws-sdk/client-elastic-beanstalk 3.588.0 → 3.592.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 (103) hide show
  1. package/dist-cjs/index.js +0 -47
  2. package/dist-types/ElasticBeanstalkClient.d.ts +4 -4
  3. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +2 -1
  4. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  6. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +2 -1
  7. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  12. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateStorageLocationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +2 -1
  34. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +2 -1
  38. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +2 -1
  39. package/dist-types/commands/RestartAppServerCommand.d.ts +2 -1
  40. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -1
  41. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -1
  42. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +2 -1
  50. package/dist-types/index.d.ts +2 -2
  51. package/dist-types/models/ElasticBeanstalkServiceException.d.ts +2 -1
  52. package/dist-types/runtimeConfig.native.d.ts +1 -1
  53. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +2 -1
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  103. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribePlatformVersionRequest, DescribePlatformVersionResult } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RebuildEnvironmentMessage } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RequestEnvironmentInfoMessage } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RestartAppServerMessage } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EnvironmentDescription, TerminateEnvironmentMessage } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ApplicationDescriptionMessage, UpdateApplicationMessage } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ApplicationResourceLifecycleDescriptionMessage, UpdateApplicationResour
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ApplicationVersionDescriptionMessage, UpdateApplicationVersionMessage }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ConfigurationSettingsDescription, UpdateConfigurationTemplateMessage }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EnvironmentDescription, UpdateEnvironmentMessage } from "../models/mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateTagsForResourceMessage } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ConfigurationSettingsValidationMessages, ValidateConfigurationSettingsM
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -18,8 +18,8 @@
18
18
  export * from "./ElasticBeanstalkClient";
19
19
  export * from "./ElasticBeanstalk";
20
20
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
21
- export { RuntimeExtension } from "./runtimeExtensions";
22
- export { ElasticBeanstalkExtensionConfiguration } from "./extensionConfiguration";
21
+ export type { RuntimeExtension } from "./runtimeExtensions";
22
+ export type { ElasticBeanstalkExtensionConfiguration } from "./extensionConfiguration";
23
23
  export * from "./commands";
24
24
  export * from "./pagination";
25
25
  export * from "./waiters";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -352,8 +352,8 @@ export interface ClientDefaults
352
352
  serviceId?: string;
353
353
  useDualstackEndpoint?: boolean | __Provider<boolean>;
354
354
  useFipsEndpoint?: boolean | __Provider<boolean>;
355
- defaultUserAgentProvider?: Provider<__UserAgent>;
356
355
  region?: string | __Provider<string>;
356
+ defaultUserAgentProvider?: Provider<__UserAgent>;
357
357
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
358
358
  maxAttempts?: number | __Provider<number>;
359
359
  retryMode?: string | __Provider<string>;
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { AbortEnvironmentUpdateMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface AbortEnvironmentUpdateCommandInput
11
12
  extends AbortEnvironmentUpdateMessage {}
12
13
  export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  ApplyEnvironmentManagedActionRequest,
10
10
  ApplyEnvironmentManagedActionResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ApplyEnvironmentManagedActionCommandInput
14
15
  extends ApplyEnvironmentManagedActionRequest {}
15
16
  export interface ApplyEnvironmentManagedActionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface AssociateEnvironmentOperationsRoleCommandInput
11
12
  extends AssociateEnvironmentOperationsRoleMessage {}
12
13
  export interface AssociateEnvironmentOperationsRoleCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CheckDNSAvailabilityMessage,
10
10
  CheckDNSAvailabilityResultMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CheckDNSAvailabilityCommandInput
14
15
  extends CheckDNSAvailabilityMessage {}
15
16
  export interface CheckDNSAvailabilityCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ComposeEnvironmentsMessage,
10
10
  EnvironmentDescriptionsMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ComposeEnvironmentsCommandInput
14
15
  extends ComposeEnvironmentsMessage {}
15
16
  export interface ComposeEnvironmentsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ApplicationDescriptionMessage,
10
10
  CreateApplicationMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateApplicationCommandInput
14
15
  extends CreateApplicationMessage {}
15
16
  export interface CreateApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ApplicationVersionDescriptionMessage,
10
10
  CreateApplicationVersionMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateApplicationVersionCommandInput
14
15
  extends CreateApplicationVersionMessage {}
15
16
  export interface CreateApplicationVersionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ConfigurationSettingsDescription,
10
10
  CreateConfigurationTemplateMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateConfigurationTemplateCommandInput
14
15
  extends CreateConfigurationTemplateMessage {}
15
16
  export interface CreateConfigurationTemplateCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateEnvironmentMessage,
10
10
  EnvironmentDescription,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEnvironmentCommandInput
14
15
  extends CreateEnvironmentMessage {}
15
16
  export interface CreateEnvironmentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreatePlatformVersionRequest,
10
10
  CreatePlatformVersionResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePlatformVersionCommandInput
14
15
  extends CreatePlatformVersionRequest {}
15
16
  export interface CreatePlatformVersionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { CreateStorageLocationResultMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateStorageLocationCommandInput {}
11
12
  export interface CreateStorageLocationCommandOutput
12
13
  extends CreateStorageLocationResultMessage,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { DeleteApplicationMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteApplicationCommandInput
11
12
  extends DeleteApplicationMessage {}
12
13
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { DeleteApplicationVersionMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteApplicationVersionCommandInput
11
12
  extends DeleteApplicationVersionMessage {}
12
13
  export interface DeleteApplicationVersionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { DeleteConfigurationTemplateMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteConfigurationTemplateCommandInput
11
12
  extends DeleteConfigurationTemplateMessage {}
12
13
  export interface DeleteConfigurationTemplateCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteEnvironmentConfigurationCommandInput
11
12
  extends DeleteEnvironmentConfigurationMessage {}
12
13
  export interface DeleteEnvironmentConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeletePlatformVersionRequest,
10
10
  DeletePlatformVersionResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePlatformVersionCommandInput
14
15
  extends DeletePlatformVersionRequest {}
15
16
  export interface DeletePlatformVersionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { DescribeAccountAttributesResult } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeAccountAttributesCommandInput {}
11
12
  export interface DescribeAccountAttributesCommandOutput
12
13
  extends DescribeAccountAttributesResult,
@@ -9,7 +9,8 @@ import {
9
9
  ApplicationVersionDescriptionsMessage,
10
10
  DescribeApplicationVersionsMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeApplicationVersionsCommandInput
14
15
  extends DescribeApplicationVersionsMessage {}
15
16
  export interface DescribeApplicationVersionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ApplicationDescriptionsMessage,
10
10
  DescribeApplicationsMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeApplicationsCommandInput
14
15
  extends DescribeApplicationsMessage {}
15
16
  export interface DescribeApplicationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ConfigurationOptionsDescription,
10
10
  DescribeConfigurationOptionsMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeConfigurationOptionsCommandInput
14
15
  extends DescribeConfigurationOptionsMessage {}
15
16
  export interface DescribeConfigurationOptionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ConfigurationSettingsDescriptions,
10
10
  DescribeConfigurationSettingsMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeConfigurationSettingsCommandInput
14
15
  extends DescribeConfigurationSettingsMessage {}
15
16
  export interface DescribeConfigurationSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEnvironmentHealthRequest,
10
10
  DescribeEnvironmentHealthResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEnvironmentHealthCommandInput
14
15
  extends DescribeEnvironmentHealthRequest {}
15
16
  export interface DescribeEnvironmentHealthCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEnvironmentManagedActionHistoryRequest,
10
10
  DescribeEnvironmentManagedActionHistoryResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEnvironmentManagedActionHistoryCommandInput
14
15
  extends DescribeEnvironmentManagedActionHistoryRequest {}
15
16
  export interface DescribeEnvironmentManagedActionHistoryCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEnvironmentManagedActionsRequest,
10
10
  DescribeEnvironmentManagedActionsResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEnvironmentManagedActionsCommandInput
14
15
  extends DescribeEnvironmentManagedActionsRequest {}
15
16
  export interface DescribeEnvironmentManagedActionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEnvironmentResourcesMessage,
10
10
  EnvironmentResourceDescriptionsMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEnvironmentResourcesCommandInput
14
15
  extends DescribeEnvironmentResourcesMessage {}
15
16
  export interface DescribeEnvironmentResourcesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEnvironmentsMessage,
10
10
  EnvironmentDescriptionsMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEnvironmentsCommandInput
14
15
  extends DescribeEnvironmentsMessage {}
15
16
  export interface DescribeEnvironmentsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventsMessage,
10
10
  EventDescriptionsMessage,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
14
15
  export interface DescribeEventsCommandOutput
15
16
  extends EventDescriptionsMessage,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeInstancesHealthRequest,
10
10
  DescribeInstancesHealthResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeInstancesHealthCommandInput
14
15
  extends DescribeInstancesHealthRequest {}
15
16
  export interface DescribeInstancesHealthCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribePlatformVersionRequest,
10
10
  DescribePlatformVersionResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribePlatformVersionCommandInput
14
15
  extends DescribePlatformVersionRequest {}
15
16
  export interface DescribePlatformVersionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DisassociateEnvironmentOperationsRoleCommandInput
11
12
  extends DisassociateEnvironmentOperationsRoleMessage {}
12
13
  export interface DisassociateEnvironmentOperationsRoleCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ElasticBeanstalkClient";
8
8
  import { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListAvailableSolutionStacksCommandInput {}
11
12
  export interface ListAvailableSolutionStacksCommandOutput
12
13
  extends ListAvailableSolutionStacksResultMessage,
@@ -9,7 +9,8 @@ import {
9
9
  ListPlatformBranchesRequest,
10
10
  ListPlatformBranchesResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPlatformBranchesCommandInput
14
15
  extends ListPlatformBranchesRequest {}
15
16
  export interface ListPlatformBranchesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListPlatformVersionsRequest,
10
10
  ListPlatformVersionsResult,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPlatformVersionsCommandInput
14
15
  extends ListPlatformVersionsRequest {}
15
16
  export interface ListPlatformVersionsCommandOutput