@aws-sdk/client-elastic-beanstalk 3.1045.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +134 -136
- package/dist-cjs/models/ElasticBeanstalkSyntheticServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ElasticBeanstalk.js +1 -1
- package/dist-es/ElasticBeanstalkClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -2
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +2 -2
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -2
- package/dist-es/commands/CheckDNSAvailabilityCommand.js +2 -2
- package/dist-es/commands/ComposeEnvironmentsCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateApplicationVersionCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreatePlatformVersionCommand.js +2 -2
- package/dist-es/commands/CreateStorageLocationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePlatformVersionCommand.js +2 -2
- package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentHealthCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentsCommand.js +2 -2
- package/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/dist-es/commands/DescribeInstancesHealthCommand.js +2 -2
- package/dist-es/commands/DescribePlatformVersionCommand.js +2 -2
- package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -2
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -2
- package/dist-es/commands/ListPlatformBranchesCommand.js +2 -2
- package/dist-es/commands/ListPlatformVersionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RebuildEnvironmentCommand.js +2 -2
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -2
- package/dist-es/commands/RestartAppServerCommand.js +2 -2
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +2 -2
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -2
- package/dist-es/commands/TerminateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationVersionCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ElasticBeanstalkSyntheticServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForEnvironmentExists.js +1 -1
- package/dist-es/waiters/waitForEnvironmentTerminated.js +1 -1
- package/dist-es/waiters/waitForEnvironmentUpdated.js +1 -1
- package/dist-types/ElasticBeanstalk.d.ts +1 -1
- package/dist-types/ElasticBeanstalkClient.d.ts +5 -5
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +6 -4
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +6 -4
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +6 -4
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +6 -4
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEventsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +6 -4
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +6 -4
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +6 -4
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +6 -4
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +6 -4
- package/dist-types/commands/RestartAppServerCommand.d.ts +6 -4
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +6 -4
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +6 -4
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ElasticBeanstalkSyntheticServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +1 -1
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticBeanstalkSyntheticServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentExists.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentTerminated.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentUpdated.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ApplicationVersionDescriptionsMessage, DescribeApplicationVersionsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationVersionsCommandInput extends DescribeApplica
|
|
|
22
22
|
export interface DescribeApplicationVersionsCommandOutput extends ApplicationVersionDescriptionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationVersionsCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeApplicationVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeApplicationVersionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionsCommandInput, DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieve a list of application versions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationsCommandInput extends DescribeApplicationsMe
|
|
|
22
22
|
export interface DescribeApplicationsCommandOutput extends ApplicationDescriptionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationsCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationsCommandInput, DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the descriptions of existing applications.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ConfigurationOptionsDescription, DescribeConfigurationOptionsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConfigurationOptionsCommandInput extends DescribeConfig
|
|
|
22
22
|
export interface DescribeConfigurationOptionsCommandOutput extends ConfigurationOptionsDescription, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConfigurationOptionsCommand_base: {
|
|
25
|
-
new (input: DescribeConfigurationOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeConfigurationOptionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConfigurationOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeConfigurationOptionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the configuration options that are used in a particular configuration
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ConfigurationSettingsDescriptions, DescribeConfigurationSettingsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConfigurationSettingsCommandInput extends DescribeConfi
|
|
|
22
22
|
export interface DescribeConfigurationSettingsCommandOutput extends ConfigurationSettingsDescriptions, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConfigurationSettingsCommand_base: {
|
|
25
|
-
new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a description of the settings for the specified configuration set, that is,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEnvironmentHealthCommandInput extends DescribeEnvironme
|
|
|
22
22
|
export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironmentHealthResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEnvironmentHealthCommand_base: {
|
|
25
|
-
new (input: DescribeEnvironmentHealthCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEnvironmentHealthCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEnvironmentHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEnvironmentHealthCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the overall health of the specified environment. The
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DescribeEnvironmentManagedActionHistoryRequest, DescribeEnvironmentManagedActionHistoryResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEnvironmentManagedActionHistoryCommandInput extends Des
|
|
|
22
22
|
export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends DescribeEnvironmentManagedActionHistoryResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
|
|
25
|
-
new (input: DescribeEnvironmentManagedActionHistoryCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEnvironmentManagedActionHistoryCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEnvironmentManagedActionHistoryCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEnvironmentManagedActionHistoryCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists an environment's completed and failed managed actions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DescribeEnvironmentManagedActionsRequest, DescribeEnvironmentManagedActionsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEnvironmentManagedActionsCommandInput extends DescribeE
|
|
|
22
22
|
export interface DescribeEnvironmentManagedActionsCommandOutput extends DescribeEnvironmentManagedActionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEnvironmentManagedActionsCommand_base: {
|
|
25
|
-
new (input: DescribeEnvironmentManagedActionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEnvironmentManagedActionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEnvironmentManagedActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEnvironmentManagedActionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists an environment's upcoming and in-progress managed actions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DescribeEnvironmentResourcesMessage, EnvironmentResourceDescriptionsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEnvironmentResourcesCommandInput extends DescribeEnviro
|
|
|
22
22
|
export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentResourceDescriptionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEnvironmentResourcesCommand_base: {
|
|
25
|
-
new (input: DescribeEnvironmentResourcesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEnvironmentResourcesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEnvironmentResourcesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEnvironmentResourcesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns AWS resources for this environment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEnvironmentsCommandInput extends DescribeEnvironmentsMe
|
|
|
22
22
|
export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEnvironmentsCommand_base: {
|
|
25
|
-
new (input: DescribeEnvironmentsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEnvironmentsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEnvironmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns descriptions for existing environments.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEventsCommandInput extends DescribeEventsMessage {
|
|
|
22
22
|
export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEventsCommand_base: {
|
|
25
|
-
new (input: DescribeEventsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeInstancesHealthCommandInput extends DescribeInstancesHe
|
|
|
22
22
|
export interface DescribeInstancesHealthCommandOutput extends DescribeInstancesHealthResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeInstancesHealthCommand_base: {
|
|
25
|
-
new (input: DescribeInstancesHealthCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeInstancesHealthCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeInstancesHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeInstancesHealthCommandInput]): import("@smithy/core/client").CommandImpl<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves detailed information about the health of instances in your AWS Elastic
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribePlatformVersionCommandInput extends DescribePlatformVer
|
|
|
22
22
|
export interface DescribePlatformVersionCommandOutput extends DescribePlatformVersionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePlatformVersionCommand_base: {
|
|
25
|
-
new (input: DescribePlatformVersionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribePlatformVersionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePlatformVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribePlatformVersionCommandInput]): import("@smithy/core/client").CommandImpl<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes a platform version. Provides full details. Compare to <a>ListPlatformVersions</a>, which provides summary information about a list of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateEnvironmentOperationsRoleCommandInput extends Disas
|
|
|
22
22
|
export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateEnvironmentOperationsRoleCommand_base: {
|
|
25
|
-
new (input: DisassociateEnvironmentOperationsRoleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateEnvironmentOperationsRoleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAvailableSolutionStacksCommandInput {
|
|
|
22
22
|
export interface ListAvailableSolutionStacksCommandOutput extends ListAvailableSolutionStacksResultMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAvailableSolutionStacksCommand_base: {
|
|
25
|
-
new (input: ListAvailableSolutionStacksCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAvailableSolutionStacksCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the available solution stack names, with the public version first and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPlatformBranchesCommandInput extends ListPlatformBranchesRe
|
|
|
22
22
|
export interface ListPlatformBranchesCommandOutput extends ListPlatformBranchesResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPlatformBranchesCommand_base: {
|
|
25
|
-
new (input: ListPlatformBranchesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPlatformBranchesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the platform branches available for your account in an AWS Region. Provides
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPlatformVersionsCommandInput extends ListPlatformVersionsRe
|
|
|
22
22
|
export interface ListPlatformVersionsCommandOutput extends ListPlatformVersionsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPlatformVersionsCommand_base: {
|
|
25
|
-
new (input: ListPlatformVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPlatformVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the platform versions available for your account in an AWS Region. Provides
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceMess
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ResourceTagsDescriptionMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { RebuildEnvironmentMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RebuildEnvironmentCommandInput extends RebuildEnvironmentMessag
|
|
|
22
22
|
export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RebuildEnvironmentCommand_base: {
|
|
25
|
-
new (input: RebuildEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [RebuildEnvironmentCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes and recreates all of the AWS resources (for example: the Auto Scaling group,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { RequestEnvironmentInfoMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RequestEnvironmentInfoCommandInput extends RequestEnvironmentIn
|
|
|
22
22
|
export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RequestEnvironmentInfoCommand_base: {
|
|
25
|
-
new (input: RequestEnvironmentInfoCommandInput): import("@smithy/
|
|
26
|
-
new (input: RequestEnvironmentInfoCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Initiates a request to compile the specified type of information of the deployed
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { RestartAppServerMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RestartAppServerCommandInput extends RestartAppServerMessage {
|
|
|
22
22
|
export interface RestartAppServerCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RestartAppServerCommand_base: {
|
|
25
|
-
new (input: RestartAppServerCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [RestartAppServerCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Causes the environment to restart the application container server running on each
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RetrieveEnvironmentInfoCommandInput extends RetrieveEnvironment
|
|
|
22
22
|
export interface RetrieveEnvironmentInfoCommandOutput extends RetrieveEnvironmentInfoResultMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RetrieveEnvironmentInfoCommand_base: {
|
|
25
|
-
new (input: RetrieveEnvironmentInfoCommandInput): import("@smithy/
|
|
26
|
-
new (input: RetrieveEnvironmentInfoCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the compiled information from a <a>RequestEnvironmentInfo</a>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SwapEnvironmentCNAMEsCommandInput extends SwapEnvironmentCNAMEs
|
|
|
22
22
|
export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SwapEnvironmentCNAMEsCommand_base: {
|
|
25
|
-
new (input: SwapEnvironmentCNAMEsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [SwapEnvironmentCNAMEsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Swaps the CNAMEs of two environments.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { EnvironmentDescription, TerminateEnvironmentMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TerminateEnvironmentCommandInput extends TerminateEnvironmentMe
|
|
|
22
22
|
export interface TerminateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TerminateEnvironmentCommand_base: {
|
|
25
|
-
new (input: TerminateEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [TerminateEnvironmentCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Terminates the specified environment.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ApplicationDescriptionMessage, UpdateApplicationMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationMessage
|
|
|
22
22
|
export interface UpdateApplicationCommandOutput extends ApplicationDescriptionMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateApplicationCommand_base: {
|
|
25
|
-
new (input: UpdateApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified application to have the specified properties.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ApplicationResourceLifecycleDescriptionMessage, UpdateApplicationResourceLifecycleMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateApplicationResourceLifecycleCommandInput extends UpdateAp
|
|
|
22
22
|
export interface UpdateApplicationResourceLifecycleCommandOutput extends ApplicationResourceLifecycleDescriptionMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateApplicationResourceLifecycleCommand_base: {
|
|
25
|
-
new (input: UpdateApplicationResourceLifecycleCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateApplicationResourceLifecycleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies lifecycle settings for an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
|
|
4
4
|
import type { ApplicationVersionDescriptionMessage, UpdateApplicationVersionMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateApplicationVersionCommandInput extends UpdateApplicationV
|
|
|
22
22
|
export interface UpdateApplicationVersionCommandOutput extends ApplicationVersionDescriptionMessage, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateApplicationVersionCommand_base: {
|
|
25
|
-
new (input: UpdateApplicationVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateApplicationVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified application version to have the specified properties.</p>
|