@aws-sdk/client-elastic-beanstalk 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +0 -47
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -629
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +0 -2
- package/package.json +27 -27
|
@@ -14,7 +14,6 @@ import { DeleteApplicationMessage } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteApplicationCommandInput
|
|
15
15
|
extends DeleteApplicationMessage {}
|
|
16
16
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteApplicationCommand extends $Command<
|
|
19
18
|
DeleteApplicationCommandInput,
|
|
20
19
|
DeleteApplicationCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteApplicationCommandInput;
|
|
24
23
|
constructor(input: DeleteApplicationCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteApplicationVersionCommandInput
|
|
|
15
15
|
extends DeleteApplicationVersionMessage {}
|
|
16
16
|
export interface DeleteApplicationVersionCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteApplicationVersionCommand extends $Command<
|
|
20
19
|
DeleteApplicationVersionCommandInput,
|
|
21
20
|
DeleteApplicationVersionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteApplicationVersionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteApplicationVersionCommandInput;
|
|
25
24
|
constructor(input: DeleteApplicationVersionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteConfigurationTemplateCommandInput
|
|
|
15
15
|
extends DeleteConfigurationTemplateMessage {}
|
|
16
16
|
export interface DeleteConfigurationTemplateCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteConfigurationTemplateCommand extends $Command<
|
|
20
19
|
DeleteConfigurationTemplateCommandInput,
|
|
21
20
|
DeleteConfigurationTemplateCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteConfigurationTemplateCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteConfigurationTemplateCommandInput;
|
|
25
24
|
constructor(input: DeleteConfigurationTemplateCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteEnvironmentConfigurationCommandInput
|
|
|
15
15
|
extends DeleteEnvironmentConfigurationMessage {}
|
|
16
16
|
export interface DeleteEnvironmentConfigurationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteEnvironmentConfigurationCommand extends $Command<
|
|
20
19
|
DeleteEnvironmentConfigurationCommandInput,
|
|
21
20
|
DeleteEnvironmentConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteEnvironmentConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteEnvironmentConfigurationCommandInput;
|
|
25
24
|
constructor(input: DeleteEnvironmentConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeletePlatformVersionCommandInput
|
|
|
19
19
|
export interface DeletePlatformVersionCommandOutput
|
|
20
20
|
extends DeletePlatformVersionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeletePlatformVersionCommand extends $Command<
|
|
24
23
|
DeletePlatformVersionCommandInput,
|
|
25
24
|
DeletePlatformVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeletePlatformVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeletePlatformVersionCommandInput;
|
|
29
28
|
constructor(input: DeletePlatformVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeAccountAttributesCommandInput {}
|
|
|
15
15
|
export interface DescribeAccountAttributesCommandOutput
|
|
16
16
|
extends DescribeAccountAttributesResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeAccountAttributesCommand extends $Command<
|
|
20
19
|
DescribeAccountAttributesCommandInput,
|
|
21
20
|
DescribeAccountAttributesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeAccountAttributesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeAccountAttributesCommandInput;
|
|
25
24
|
constructor(input: DescribeAccountAttributesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeApplicationVersionsCommandInput
|
|
|
19
19
|
export interface DescribeApplicationVersionsCommandOutput
|
|
20
20
|
extends ApplicationVersionDescriptionsMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeApplicationVersionsCommand extends $Command<
|
|
24
23
|
DescribeApplicationVersionsCommandInput,
|
|
25
24
|
DescribeApplicationVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeApplicationVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeApplicationVersionsCommandInput;
|
|
29
28
|
constructor(input: DescribeApplicationVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeApplicationsCommandInput
|
|
|
19
19
|
export interface DescribeApplicationsCommandOutput
|
|
20
20
|
extends ApplicationDescriptionsMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeApplicationsCommand extends $Command<
|
|
24
23
|
DescribeApplicationsCommandInput,
|
|
25
24
|
DescribeApplicationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeApplicationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeApplicationsCommandInput;
|
|
29
28
|
constructor(input: DescribeApplicationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeConfigurationOptionsCommandInput
|
|
|
19
19
|
export interface DescribeConfigurationOptionsCommandOutput
|
|
20
20
|
extends ConfigurationOptionsDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeConfigurationOptionsCommand extends $Command<
|
|
24
23
|
DescribeConfigurationOptionsCommandInput,
|
|
25
24
|
DescribeConfigurationOptionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeConfigurationOptionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeConfigurationOptionsCommandInput;
|
|
29
28
|
constructor(input: DescribeConfigurationOptionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeConfigurationSettingsCommandInput
|
|
|
19
19
|
export interface DescribeConfigurationSettingsCommandOutput
|
|
20
20
|
extends ConfigurationSettingsDescriptions,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeConfigurationSettingsCommand extends $Command<
|
|
24
23
|
DescribeConfigurationSettingsCommandInput,
|
|
25
24
|
DescribeConfigurationSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeConfigurationSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeConfigurationSettingsCommandInput;
|
|
29
28
|
constructor(input: DescribeConfigurationSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEnvironmentHealthCommandInput
|
|
|
19
19
|
export interface DescribeEnvironmentHealthCommandOutput
|
|
20
20
|
extends DescribeEnvironmentHealthResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEnvironmentHealthCommand extends $Command<
|
|
24
23
|
DescribeEnvironmentHealthCommandInput,
|
|
25
24
|
DescribeEnvironmentHealthCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEnvironmentHealthCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEnvironmentHealthCommandInput;
|
|
29
28
|
constructor(input: DescribeEnvironmentHealthCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEnvironmentManagedActionHistoryCommandInput
|
|
|
19
19
|
export interface DescribeEnvironmentManagedActionHistoryCommandOutput
|
|
20
20
|
extends DescribeEnvironmentManagedActionHistoryResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEnvironmentManagedActionHistoryCommand extends $Command<
|
|
24
23
|
DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
25
24
|
DescribeEnvironmentManagedActionHistoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEnvironmentManagedActionHistoryCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEnvironmentManagedActionHistoryCommandInput;
|
|
29
28
|
constructor(input: DescribeEnvironmentManagedActionHistoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEnvironmentManagedActionsCommandInput
|
|
|
19
19
|
export interface DescribeEnvironmentManagedActionsCommandOutput
|
|
20
20
|
extends DescribeEnvironmentManagedActionsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEnvironmentManagedActionsCommand extends $Command<
|
|
24
23
|
DescribeEnvironmentManagedActionsCommandInput,
|
|
25
24
|
DescribeEnvironmentManagedActionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEnvironmentManagedActionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEnvironmentManagedActionsCommandInput;
|
|
29
28
|
constructor(input: DescribeEnvironmentManagedActionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEnvironmentResourcesCommandInput
|
|
|
19
19
|
export interface DescribeEnvironmentResourcesCommandOutput
|
|
20
20
|
extends EnvironmentResourceDescriptionsMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEnvironmentResourcesCommand extends $Command<
|
|
24
23
|
DescribeEnvironmentResourcesCommandInput,
|
|
25
24
|
DescribeEnvironmentResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEnvironmentResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEnvironmentResourcesCommandInput;
|
|
29
28
|
constructor(input: DescribeEnvironmentResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEnvironmentsCommandInput
|
|
|
19
19
|
export interface DescribeEnvironmentsCommandOutput
|
|
20
20
|
extends EnvironmentDescriptionsMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEnvironmentsCommand extends $Command<
|
|
24
23
|
DescribeEnvironmentsCommandInput,
|
|
25
24
|
DescribeEnvironmentsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEnvironmentsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEnvironmentsCommandInput;
|
|
29
28
|
constructor(input: DescribeEnvironmentsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
|
|
|
18
18
|
export interface DescribeEventsCommandOutput
|
|
19
19
|
extends EventDescriptionsMessage,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeEventsCommand extends $Command<
|
|
23
22
|
DescribeEventsCommandInput,
|
|
24
23
|
DescribeEventsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeEventsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeEventsCommandInput;
|
|
28
27
|
constructor(input: DescribeEventsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeInstancesHealthCommandInput
|
|
|
19
19
|
export interface DescribeInstancesHealthCommandOutput
|
|
20
20
|
extends DescribeInstancesHealthResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeInstancesHealthCommand extends $Command<
|
|
24
23
|
DescribeInstancesHealthCommandInput,
|
|
25
24
|
DescribeInstancesHealthCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeInstancesHealthCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeInstancesHealthCommandInput;
|
|
29
28
|
constructor(input: DescribeInstancesHealthCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribePlatformVersionCommandInput
|
|
|
19
19
|
export interface DescribePlatformVersionCommandOutput
|
|
20
20
|
extends DescribePlatformVersionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribePlatformVersionCommand extends $Command<
|
|
24
23
|
DescribePlatformVersionCommandInput,
|
|
25
24
|
DescribePlatformVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribePlatformVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribePlatformVersionCommandInput;
|
|
29
28
|
constructor(input: DescribePlatformVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DisassociateEnvironmentOperationsRoleCommandInput
|
|
|
15
15
|
extends DisassociateEnvironmentOperationsRoleMessage {}
|
|
16
16
|
export interface DisassociateEnvironmentOperationsRoleCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DisassociateEnvironmentOperationsRoleCommand extends $Command<
|
|
20
19
|
DisassociateEnvironmentOperationsRoleCommandInput,
|
|
21
20
|
DisassociateEnvironmentOperationsRoleCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DisassociateEnvironmentOperationsRoleCommand extends $Comma
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DisassociateEnvironmentOperationsRoleCommandInput;
|
|
25
24
|
constructor(input: DisassociateEnvironmentOperationsRoleCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListAvailableSolutionStacksCommandInput {}
|
|
|
15
15
|
export interface ListAvailableSolutionStacksCommandOutput
|
|
16
16
|
extends ListAvailableSolutionStacksResultMessage,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListAvailableSolutionStacksCommand extends $Command<
|
|
20
19
|
ListAvailableSolutionStacksCommandInput,
|
|
21
20
|
ListAvailableSolutionStacksCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListAvailableSolutionStacksCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListAvailableSolutionStacksCommandInput;
|
|
25
24
|
constructor(input: ListAvailableSolutionStacksCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPlatformBranchesCommandInput
|
|
|
19
19
|
export interface ListPlatformBranchesCommandOutput
|
|
20
20
|
extends ListPlatformBranchesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPlatformBranchesCommand extends $Command<
|
|
24
23
|
ListPlatformBranchesCommandInput,
|
|
25
24
|
ListPlatformBranchesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPlatformBranchesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPlatformBranchesCommandInput;
|
|
29
28
|
constructor(input: ListPlatformBranchesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPlatformVersionsCommandInput
|
|
|
19
19
|
export interface ListPlatformVersionsCommandOutput
|
|
20
20
|
extends ListPlatformVersionsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPlatformVersionsCommand extends $Command<
|
|
24
23
|
ListPlatformVersionsCommandInput,
|
|
25
24
|
ListPlatformVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPlatformVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPlatformVersionsCommandInput;
|
|
29
28
|
constructor(input: ListPlatformVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ResourceTagsDescriptionMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { RebuildEnvironmentMessage } from "../models/models_0";
|
|
|
14
14
|
export interface RebuildEnvironmentCommandInput
|
|
15
15
|
extends RebuildEnvironmentMessage {}
|
|
16
16
|
export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class RebuildEnvironmentCommand extends $Command<
|
|
19
18
|
RebuildEnvironmentCommandInput,
|
|
20
19
|
RebuildEnvironmentCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class RebuildEnvironmentCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: RebuildEnvironmentCommandInput;
|
|
24
23
|
constructor(input: RebuildEnvironmentCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { RequestEnvironmentInfoMessage } from "../models/models_0";
|
|
|
14
14
|
export interface RequestEnvironmentInfoCommandInput
|
|
15
15
|
extends RequestEnvironmentInfoMessage {}
|
|
16
16
|
export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class RequestEnvironmentInfoCommand extends $Command<
|
|
19
18
|
RequestEnvironmentInfoCommandInput,
|
|
20
19
|
RequestEnvironmentInfoCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class RequestEnvironmentInfoCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: RequestEnvironmentInfoCommandInput;
|
|
24
23
|
constructor(input: RequestEnvironmentInfoCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { RestartAppServerMessage } from "../models/models_0";
|
|
14
14
|
export interface RestartAppServerCommandInput extends RestartAppServerMessage {}
|
|
15
15
|
export interface RestartAppServerCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class RestartAppServerCommand extends $Command<
|
|
18
17
|
RestartAppServerCommandInput,
|
|
19
18
|
RestartAppServerCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class RestartAppServerCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: RestartAppServerCommandInput;
|
|
23
22
|
constructor(input: RestartAppServerCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RetrieveEnvironmentInfoCommandInput
|
|
|
19
19
|
export interface RetrieveEnvironmentInfoCommandOutput
|
|
20
20
|
extends RetrieveEnvironmentInfoResultMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RetrieveEnvironmentInfoCommand extends $Command<
|
|
24
23
|
RetrieveEnvironmentInfoCommandInput,
|
|
25
24
|
RetrieveEnvironmentInfoCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RetrieveEnvironmentInfoCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RetrieveEnvironmentInfoCommandInput;
|
|
29
28
|
constructor(input: RetrieveEnvironmentInfoCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
|
|
|
14
14
|
export interface SwapEnvironmentCNAMEsCommandInput
|
|
15
15
|
extends SwapEnvironmentCNAMEsMessage {}
|
|
16
16
|
export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class SwapEnvironmentCNAMEsCommand extends $Command<
|
|
19
18
|
SwapEnvironmentCNAMEsCommandInput,
|
|
20
19
|
SwapEnvironmentCNAMEsCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class SwapEnvironmentCNAMEsCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: SwapEnvironmentCNAMEsCommandInput;
|
|
24
23
|
constructor(input: SwapEnvironmentCNAMEsCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface TerminateEnvironmentCommandInput
|
|
|
19
19
|
export interface TerminateEnvironmentCommandOutput
|
|
20
20
|
extends EnvironmentDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class TerminateEnvironmentCommand extends $Command<
|
|
24
23
|
TerminateEnvironmentCommandInput,
|
|
25
24
|
TerminateEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class TerminateEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: TerminateEnvironmentCommandInput;
|
|
29
28
|
constructor(input: TerminateEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends ApplicationDescriptionMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationResourceLifecycleCommandInput
|
|
|
19
19
|
export interface UpdateApplicationResourceLifecycleCommandOutput
|
|
20
20
|
extends ApplicationResourceLifecycleDescriptionMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationResourceLifecycleCommand extends $Command<
|
|
24
23
|
UpdateApplicationResourceLifecycleCommandInput,
|
|
25
24
|
UpdateApplicationResourceLifecycleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationResourceLifecycleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationResourceLifecycleCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationResourceLifecycleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationVersionCommandInput
|
|
|
19
19
|
export interface UpdateApplicationVersionCommandOutput
|
|
20
20
|
extends ApplicationVersionDescriptionMessage,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationVersionCommand extends $Command<
|
|
24
23
|
UpdateApplicationVersionCommandInput,
|
|
25
24
|
UpdateApplicationVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationVersionCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateConfigurationTemplateCommandInput
|
|
|
19
19
|
export interface UpdateConfigurationTemplateCommandOutput
|
|
20
20
|
extends ConfigurationSettingsDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateConfigurationTemplateCommand extends $Command<
|
|
24
23
|
UpdateConfigurationTemplateCommandInput,
|
|
25
24
|
UpdateConfigurationTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateConfigurationTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateConfigurationTemplateCommandInput;
|
|
29
28
|
constructor(input: UpdateConfigurationTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateEnvironmentCommandInput
|
|
|
19
19
|
export interface UpdateEnvironmentCommandOutput
|
|
20
20
|
extends EnvironmentDescription,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateEnvironmentCommand extends $Command<
|
|
24
23
|
UpdateEnvironmentCommandInput,
|
|
25
24
|
UpdateEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateEnvironmentCommandInput;
|
|
29
28
|
constructor(input: UpdateEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { UpdateTagsForResourceMessage } from "../models/models_0";
|
|
|
14
14
|
export interface UpdateTagsForResourceCommandInput
|
|
15
15
|
extends UpdateTagsForResourceMessage {}
|
|
16
16
|
export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class UpdateTagsForResourceCommand extends $Command<
|
|
19
18
|
UpdateTagsForResourceCommandInput,
|
|
20
19
|
UpdateTagsForResourceCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class UpdateTagsForResourceCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: UpdateTagsForResourceCommandInput;
|
|
24
23
|
constructor(input: UpdateTagsForResourceCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ValidateConfigurationSettingsCommandInput
|
|
|
19
19
|
export interface ValidateConfigurationSettingsCommandOutput
|
|
20
20
|
extends ConfigurationSettingsValidationMessages,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ValidateConfigurationSettingsCommand extends $Command<
|
|
24
23
|
ValidateConfigurationSettingsCommandInput,
|
|
25
24
|
ValidateConfigurationSettingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ValidateConfigurationSettingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ValidateConfigurationSettingsCommandInput;
|
|
29
28
|
constructor(input: ValidateConfigurationSettingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ElasticBeanstalkServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|