@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 { ConfigurationSettingsDescription, UpdateConfigurationTemplateMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateConfigurationTemplateCommandInput extends UpdateConfigura
|
|
|
22
22
|
export interface UpdateConfigurationTemplateCommandOutput extends ConfigurationSettingsDescription, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateConfigurationTemplateCommand_base: {
|
|
25
|
-
new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified configuration template to have the specified properties or
|
|
@@ -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, UpdateEnvironmentMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentMessage
|
|
|
22
22
|
export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateEnvironmentCommand_base: {
|
|
25
|
-
new (input: UpdateEnvironmentCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [UpdateEnvironmentCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [UpdateEnvironmentCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the environment description, deploys a new application version, updates 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 { UpdateTagsForResourceMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTagsForResourceCommandInput extends UpdateTagsForResource
|
|
|
22
22
|
export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTagsForResourceCommand_base: {
|
|
25
|
-
new (input: UpdateTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: <code>TagsToAdd</code>
|
|
@@ -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 { ConfigurationSettingsValidationMessages, ValidateConfigurationSettingsMessage } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ValidateConfigurationSettingsCommandInput extends ValidateConfi
|
|
|
22
22
|
export interface ValidateConfigurationSettingsCommandOutput extends ConfigurationSettingsValidationMessages, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ValidateConfigurationSettingsCommand_base: {
|
|
25
|
-
new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Takes a set of configuration settings and either a configuration template or
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "./ElasticBeanstalkSyntheticServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The specified account does not have sufficient privileges for one or more AWS
|
|
@@ -5,13 +5,13 @@ import type { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { ElasticBeanstalkClientConfig } from "./ElasticBeanstalkClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ElasticBeanstalkClientConfig) =>
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import {
|
|
2
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
WaiterConfiguration,
|
|
6
7
|
} from "@smithy/types";
|
|
7
|
-
import { WaiterResult } from "@smithy/util-waiter";
|
|
8
8
|
import {
|
|
9
9
|
AbortEnvironmentUpdateCommandInput,
|
|
10
10
|
AbortEnvironmentUpdateCommandOutput,
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const AbortEnvironmentUpdateCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: AbortEnvironmentUpdateCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
AbortEnvironmentUpdateCommandInput,
|
|
19
19
|
AbortEnvironmentUpdateCommandOutput,
|
|
20
20
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const AbortEnvironmentUpdateCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
...[input]: [] | [AbortEnvironmentUpdateCommandInput]
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
AbortEnvironmentUpdateCommandInput,
|
|
28
28
|
AbortEnvironmentUpdateCommandOutput,
|
|
29
29
|
ElasticBeanstalkClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class AbortEnvironmentUpdateCommand extends AbortEnvironmentUpdateCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ApplyEnvironmentManagedActionCommandOutput
|
|
|
19
19
|
declare const ApplyEnvironmentManagedActionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ApplyEnvironmentManagedActionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ApplyEnvironmentManagedActionCommandInput,
|
|
24
24
|
ApplyEnvironmentManagedActionCommandOutput,
|
|
25
25
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ApplyEnvironmentManagedActionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ApplyEnvironmentManagedActionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ApplyEnvironmentManagedActionCommandInput,
|
|
33
33
|
ApplyEnvironmentManagedActionCommandOutput,
|
|
34
34
|
ElasticBeanstalkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ApplyEnvironmentManagedActionCommand extends ApplyEnvironmentManagedActionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface AssociateEnvironmentOperationsRoleCommandOutput
|
|
|
15
15
|
declare const AssociateEnvironmentOperationsRoleCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: AssociateEnvironmentOperationsRoleCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
AssociateEnvironmentOperationsRoleCommandInput,
|
|
20
20
|
AssociateEnvironmentOperationsRoleCommandOutput,
|
|
21
21
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const AssociateEnvironmentOperationsRoleCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: AssociateEnvironmentOperationsRoleCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
AssociateEnvironmentOperationsRoleCommandInput,
|
|
29
29
|
AssociateEnvironmentOperationsRoleCommandOutput,
|
|
30
30
|
ElasticBeanstalkClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class AssociateEnvironmentOperationsRoleCommand extends AssociateEnvironmentOperationsRoleCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CheckDNSAvailabilityCommandOutput
|
|
|
19
19
|
declare const CheckDNSAvailabilityCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CheckDNSAvailabilityCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CheckDNSAvailabilityCommandInput,
|
|
24
24
|
CheckDNSAvailabilityCommandOutput,
|
|
25
25
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CheckDNSAvailabilityCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CheckDNSAvailabilityCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CheckDNSAvailabilityCommandInput,
|
|
33
33
|
CheckDNSAvailabilityCommandOutput,
|
|
34
34
|
ElasticBeanstalkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CheckDNSAvailabilityCommand extends CheckDNSAvailabilityCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ComposeEnvironmentsCommandOutput
|
|
|
19
19
|
declare const ComposeEnvironmentsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ComposeEnvironmentsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ComposeEnvironmentsCommandInput,
|
|
24
24
|
ComposeEnvironmentsCommandOutput,
|
|
25
25
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ComposeEnvironmentsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ComposeEnvironmentsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ComposeEnvironmentsCommandInput,
|
|
33
33
|
ComposeEnvironmentsCommandOutput,
|
|
34
34
|
ElasticBeanstalkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ComposeEnvironmentsCommand extends ComposeEnvironmentsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateApplicationCommandOutput
|
|
|
19
19
|
declare const CreateApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateApplicationCommandInput,
|
|
24
24
|
CreateApplicationCommandOutput,
|
|
25
25
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateApplicationCommandInput,
|
|
33
33
|
CreateApplicationCommandOutput,
|
|
34
34
|
ElasticBeanstalkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateApplicationVersionCommandOutput
|
|
|
19
19
|
declare const CreateApplicationVersionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateApplicationVersionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateApplicationVersionCommandInput,
|
|
24
24
|
CreateApplicationVersionCommandOutput,
|
|
25
25
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateApplicationVersionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateApplicationVersionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateApplicationVersionCommandInput,
|
|
33
33
|
CreateApplicationVersionCommandOutput,
|
|
34
34
|
ElasticBeanstalkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateApplicationVersionCommand extends CreateApplicationVersionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateConfigurationTemplateCommandOutput
|
|
|
19
19
|
declare const CreateConfigurationTemplateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateConfigurationTemplateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateConfigurationTemplateCommandInput,
|
|
24
24
|
CreateConfigurationTemplateCommandOutput,
|
|
25
25
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateConfigurationTemplateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateConfigurationTemplateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateConfigurationTemplateCommandInput,
|
|
33
33
|
CreateConfigurationTemplateCommandOutput,
|
|
34
34
|
ElasticBeanstalkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateConfigurationTemplateCommand extends CreateConfigurationTemplateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateEnvironmentCommandOutput
|
|
|
19
19
|
declare const CreateEnvironmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateEnvironmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateEnvironmentCommandInput,
|
|
24
24
|
CreateEnvironmentCommandOutput,
|
|
25
25
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateEnvironmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateEnvironmentCommandInput,
|
|
33
33
|
CreateEnvironmentCommandOutput,
|
|
34
34
|
ElasticBeanstalkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreatePlatformVersionCommandOutput
|
|
|
19
19
|
declare const CreatePlatformVersionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreatePlatformVersionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreatePlatformVersionCommandInput,
|
|
24
24
|
CreatePlatformVersionCommandOutput,
|
|
25
25
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreatePlatformVersionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreatePlatformVersionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreatePlatformVersionCommandInput,
|
|
33
33
|
CreatePlatformVersionCommandOutput,
|
|
34
34
|
ElasticBeanstalkClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreatePlatformVersionCommand extends CreatePlatformVersionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateStorageLocationCommandOutput
|
|
|
15
15
|
declare const CreateStorageLocationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateStorageLocationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateStorageLocationCommandInput,
|
|
20
20
|
CreateStorageLocationCommandOutput,
|
|
21
21
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateStorageLocationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [CreateStorageLocationCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateStorageLocationCommandInput,
|
|
29
29
|
CreateStorageLocationCommandOutput,
|
|
30
30
|
ElasticBeanstalkClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateStorageLocationCommand extends CreateStorageLocationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteApplicationCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteApplicationCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteApplicationCommandInput,
|
|
19
19
|
DeleteApplicationCommandOutput,
|
|
20
20
|
ElasticBeanstalkClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteApplicationCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteApplicationCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteApplicationCommandInput,
|
|
28
28
|
DeleteApplicationCommandOutput,
|
|
29
29
|
ElasticBeanstalkClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
36
38
|
protected static __types: {
|