@aws-sdk/client-elastic-beanstalk 3.1076.0 → 3.1078.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/index.js +150 -567
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -14
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +2 -14
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -14
- package/dist-es/commands/CheckDNSAvailabilityCommand.js +2 -14
- package/dist-es/commands/ComposeEnvironmentsCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateApplicationVersionCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreatePlatformVersionCommand.js +2 -14
- package/dist-es/commands/CreateStorageLocationCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePlatformVersionCommand.js +2 -14
- package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeApplicationsCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationOptionsCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationSettingsCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentHealthCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +2 -14
- package/dist-es/commands/DescribeEnvironmentsCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeInstancesHealthCommand.js +2 -14
- package/dist-es/commands/DescribePlatformVersionCommand.js +2 -14
- package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -14
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -14
- package/dist-es/commands/ListPlatformBranchesCommand.js +2 -14
- package/dist-es/commands/ListPlatformVersionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RebuildEnvironmentCommand.js +2 -14
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -14
- package/dist-es/commands/RestartAppServerCommand.js +2 -14
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +2 -14
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -14
- package/dist-es/commands/TerminateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationVersionCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +3 -8
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +3 -8
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +3 -8
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +3 -8
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +3 -8
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +3 -8
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +3 -8
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +3 -8
- package/dist-types/commands/RestartAppServerCommand.d.ts +3 -8
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +3 -8
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +3 -8
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticBeanstalkClient";
|
|
8
2
|
import {
|
|
9
3
|
ApplicationDescriptionMessage,
|
|
10
4
|
UpdateApplicationMessage,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateApplicationCommandInput
|
|
15
8
|
extends UpdateApplicationMessage {}
|
|
16
9
|
export interface UpdateApplicationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateApplicationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateApplicationCommandInput,
|
|
24
17
|
UpdateApplicationCommandOutput,
|
|
25
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateApplicationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateApplicationCommandInput,
|
|
33
26
|
UpdateApplicationCommandOutput,
|
|
34
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticBeanstalkClient";
|
|
8
2
|
import {
|
|
9
3
|
ApplicationResourceLifecycleDescriptionMessage,
|
|
10
4
|
UpdateApplicationResourceLifecycleMessage,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateApplicationResourceLifecycleCommandInput
|
|
15
8
|
extends UpdateApplicationResourceLifecycleMessage {}
|
|
16
9
|
export interface UpdateApplicationResourceLifecycleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateApplicationResourceLifecycleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateApplicationResourceLifecycleCommandInput,
|
|
24
17
|
UpdateApplicationResourceLifecycleCommandOutput,
|
|
25
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateApplicationResourceLifecycleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateApplicationResourceLifecycleCommandInput,
|
|
33
26
|
UpdateApplicationResourceLifecycleCommandOutput,
|
|
34
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateApplicationResourceLifecycleCommand extends UpdateApplicationResourceLifecycleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticBeanstalkClient";
|
|
8
2
|
import {
|
|
9
3
|
ApplicationVersionDescriptionMessage,
|
|
10
4
|
UpdateApplicationVersionMessage,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateApplicationVersionCommandInput
|
|
15
8
|
extends UpdateApplicationVersionMessage {}
|
|
16
9
|
export interface UpdateApplicationVersionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateApplicationVersionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateApplicationVersionCommandInput,
|
|
24
17
|
UpdateApplicationVersionCommandOutput,
|
|
25
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateApplicationVersionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateApplicationVersionCommandInput,
|
|
33
26
|
UpdateApplicationVersionCommandOutput,
|
|
34
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateApplicationVersionCommand extends UpdateApplicationVersionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticBeanstalkClient";
|
|
8
2
|
import {
|
|
9
3
|
ConfigurationSettingsDescription,
|
|
10
4
|
UpdateConfigurationTemplateMessage,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateConfigurationTemplateCommandInput
|
|
15
8
|
extends UpdateConfigurationTemplateMessage {}
|
|
16
9
|
export interface UpdateConfigurationTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateConfigurationTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateConfigurationTemplateCommandInput,
|
|
24
17
|
UpdateConfigurationTemplateCommandOutput,
|
|
25
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateConfigurationTemplateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateConfigurationTemplateCommandInput,
|
|
33
26
|
UpdateConfigurationTemplateCommandOutput,
|
|
34
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateConfigurationTemplateCommand extends UpdateConfigurationTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticBeanstalkClient";
|
|
8
2
|
import {
|
|
9
3
|
EnvironmentDescription,
|
|
10
4
|
UpdateEnvironmentMessage,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateEnvironmentCommandInput
|
|
15
8
|
extends UpdateEnvironmentMessage {}
|
|
16
9
|
export interface UpdateEnvironmentCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateEnvironmentCommandInput,
|
|
24
17
|
UpdateEnvironmentCommandOutput,
|
|
25
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [UpdateEnvironmentCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateEnvironmentCommandInput,
|
|
33
26
|
UpdateEnvironmentCommandOutput,
|
|
34
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticBeanstalkClient";
|
|
8
2
|
import { UpdateTagsForResourceMessage } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateTagsForResourceCommandInput
|
|
12
5
|
extends UpdateTagsForResourceMessage {}
|
|
13
6
|
export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const UpdateTagsForResourceCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
UpdateTagsForResourceCommandInput,
|
|
19
12
|
UpdateTagsForResourceCommandOutput,
|
|
20
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: UpdateTagsForResourceCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
UpdateTagsForResourceCommandInput,
|
|
28
21
|
UpdateTagsForResourceCommandOutput,
|
|
29
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class UpdateTagsForResourceCommand extends UpdateTagsForResourceCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticBeanstalkClient";
|
|
8
2
|
import {
|
|
9
3
|
ConfigurationSettingsValidationMessages,
|
|
10
4
|
ValidateConfigurationSettingsMessage,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ValidateConfigurationSettingsCommandInput
|
|
15
8
|
extends ValidateConfigurationSettingsMessage {}
|
|
16
9
|
export interface ValidateConfigurationSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ValidateConfigurationSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ValidateConfigurationSettingsCommandInput,
|
|
24
17
|
ValidateConfigurationSettingsCommandOutput,
|
|
25
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ValidateConfigurationSettingsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ValidateConfigurationSettingsCommandInput,
|
|
33
26
|
ValidateConfigurationSettingsCommandOutput,
|
|
34
|
-
ElasticBeanstalkClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ValidateConfigurationSettingsCommand extends ValidateConfigurationSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ElasticBeanstalkExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./waiters";
|
|
@@ -22,7 +22,6 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
26
25
|
streamCollector: (
|
|
27
26
|
stream:
|
|
28
27
|
| import("stream").Readable
|
|
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
|
|
|
44
43
|
[setting: string]: unknown;
|
|
45
44
|
};
|
|
46
45
|
apiVersion: string;
|
|
46
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
47
47
|
urlParser: import("@smithy/types").UrlParser;
|
|
48
48
|
base64Decoder: import("@smithy/types").Decoder;
|
|
49
49
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -23,7 +23,6 @@ export declare const getRuntimeConfig: (
|
|
|
23
23
|
| RequestHandler
|
|
24
24
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
27
26
|
streamCollector: (
|
|
28
27
|
stream:
|
|
29
28
|
| import("stream").Readable
|
|
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
|
|
|
44
43
|
[setting: string]: unknown;
|
|
45
44
|
};
|
|
46
45
|
apiVersion: string;
|
|
46
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
47
47
|
urlParser: import("@smithy/types").UrlParser;
|
|
48
48
|
base64Decoder: import("@smithy/types").Decoder;
|
|
49
49
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -3,7 +3,6 @@ export declare const getRuntimeConfig: (
|
|
|
3
3
|
config: ElasticBeanstalkClientConfig
|
|
4
4
|
) => {
|
|
5
5
|
runtime: string;
|
|
6
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
7
6
|
requestHandler:
|
|
8
7
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
8
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -20,6 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
20
19
|
[setting: string]: unknown;
|
|
21
20
|
};
|
|
22
21
|
apiVersion: string;
|
|
22
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
23
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
24
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
25
25
|
streamCollector: (
|
|
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (
|
|
|
26
26
|
defaultNamespace?: string;
|
|
27
27
|
};
|
|
28
28
|
serviceId: string;
|
|
29
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
31
32
|
utf8Encoder: (input: Uint8Array | string) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-beanstalk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,15 +21,13 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-
|
|
25
|
-
"@aws-
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@
|
|
28
|
-
"@
|
|
29
|
-
"@smithy/
|
|
30
|
-
"@smithy/
|
|
31
|
-
"@smithy/node-http-handler": "^4.9.0",
|
|
32
|
-
"@smithy/types": "^4.15.0",
|
|
24
|
+
"@aws-sdk/core": "^3.974.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
26
|
+
"@aws-sdk/types": "^3.973.15",
|
|
27
|
+
"@smithy/core": "^3.29.0",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
29
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
30
|
+
"@smithy/types": "^4.15.1",
|
|
33
31
|
"tslib": "^2.6.2"
|
|
34
32
|
},
|
|
35
33
|
"devDependencies": {
|