@aws-sdk/client-elastic-beanstalk 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +880 -240
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1966 -1754
- package/dist-types/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import { RebuildEnvironmentMessage } from "../models/models_0";
|
|
14
|
+
export interface RebuildEnvironmentCommandInput
|
|
15
|
+
extends RebuildEnvironmentMessage {}
|
|
16
|
+
export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class RebuildEnvironmentCommand extends $Command<
|
|
19
|
+
RebuildEnvironmentCommandInput,
|
|
20
|
+
RebuildEnvironmentCommandOutput,
|
|
21
|
+
ElasticBeanstalkClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RebuildEnvironmentCommandInput;
|
|
24
|
+
constructor(input: RebuildEnvironmentCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import { RequestEnvironmentInfoMessage } from "../models/models_0";
|
|
14
|
+
export interface RequestEnvironmentInfoCommandInput
|
|
15
|
+
extends RequestEnvironmentInfoMessage {}
|
|
16
|
+
export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class RequestEnvironmentInfoCommand extends $Command<
|
|
19
|
+
RequestEnvironmentInfoCommandInput,
|
|
20
|
+
RequestEnvironmentInfoCommandOutput,
|
|
21
|
+
ElasticBeanstalkClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RequestEnvironmentInfoCommandInput;
|
|
24
|
+
constructor(input: RequestEnvironmentInfoCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
RequestEnvironmentInfoCommandInput,
|
|
32
|
+
RequestEnvironmentInfoCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import { RestartAppServerMessage } from "../models/models_0";
|
|
14
|
+
export interface RestartAppServerCommandInput extends RestartAppServerMessage {}
|
|
15
|
+
export interface RestartAppServerCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class RestartAppServerCommand extends $Command<
|
|
18
|
+
RestartAppServerCommandInput,
|
|
19
|
+
RestartAppServerCommandOutput,
|
|
20
|
+
ElasticBeanstalkClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: RestartAppServerCommandInput;
|
|
23
|
+
constructor(input: RestartAppServerCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RestartAppServerCommandInput, RestartAppServerCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import {
|
|
14
|
+
RetrieveEnvironmentInfoMessage,
|
|
15
|
+
RetrieveEnvironmentInfoResultMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RetrieveEnvironmentInfoCommandInput
|
|
18
|
+
extends RetrieveEnvironmentInfoMessage {}
|
|
19
|
+
export interface RetrieveEnvironmentInfoCommandOutput
|
|
20
|
+
extends RetrieveEnvironmentInfoResultMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RetrieveEnvironmentInfoCommand extends $Command<
|
|
24
|
+
RetrieveEnvironmentInfoCommandInput,
|
|
25
|
+
RetrieveEnvironmentInfoCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RetrieveEnvironmentInfoCommandInput;
|
|
29
|
+
constructor(input: RetrieveEnvironmentInfoCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RetrieveEnvironmentInfoCommandInput,
|
|
37
|
+
RetrieveEnvironmentInfoCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
|
|
14
|
+
export interface SwapEnvironmentCNAMEsCommandInput
|
|
15
|
+
extends SwapEnvironmentCNAMEsMessage {}
|
|
16
|
+
export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class SwapEnvironmentCNAMEsCommand extends $Command<
|
|
19
|
+
SwapEnvironmentCNAMEsCommandInput,
|
|
20
|
+
SwapEnvironmentCNAMEsCommandOutput,
|
|
21
|
+
ElasticBeanstalkClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SwapEnvironmentCNAMEsCommandInput;
|
|
24
|
+
constructor(input: SwapEnvironmentCNAMEsCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
SwapEnvironmentCNAMEsCommandInput,
|
|
32
|
+
SwapEnvironmentCNAMEsCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import {
|
|
14
|
+
EnvironmentDescription,
|
|
15
|
+
TerminateEnvironmentMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface TerminateEnvironmentCommandInput
|
|
18
|
+
extends TerminateEnvironmentMessage {}
|
|
19
|
+
export interface TerminateEnvironmentCommandOutput
|
|
20
|
+
extends EnvironmentDescription,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class TerminateEnvironmentCommand extends $Command<
|
|
24
|
+
TerminateEnvironmentCommandInput,
|
|
25
|
+
TerminateEnvironmentCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: TerminateEnvironmentCommandInput;
|
|
29
|
+
constructor(input: TerminateEnvironmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
TerminateEnvironmentCommandInput,
|
|
37
|
+
TerminateEnvironmentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import {
|
|
14
|
+
ApplicationDescriptionMessage,
|
|
15
|
+
UpdateApplicationMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateApplicationCommandInput
|
|
18
|
+
extends UpdateApplicationMessage {}
|
|
19
|
+
export interface UpdateApplicationCommandOutput
|
|
20
|
+
extends ApplicationDescriptionMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateApplicationCommand extends $Command<
|
|
24
|
+
UpdateApplicationCommandInput,
|
|
25
|
+
UpdateApplicationCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateApplicationCommandInput;
|
|
29
|
+
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import {
|
|
14
|
+
ApplicationResourceLifecycleDescriptionMessage,
|
|
15
|
+
UpdateApplicationResourceLifecycleMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateApplicationResourceLifecycleCommandInput
|
|
18
|
+
extends UpdateApplicationResourceLifecycleMessage {}
|
|
19
|
+
export interface UpdateApplicationResourceLifecycleCommandOutput
|
|
20
|
+
extends ApplicationResourceLifecycleDescriptionMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateApplicationResourceLifecycleCommand extends $Command<
|
|
24
|
+
UpdateApplicationResourceLifecycleCommandInput,
|
|
25
|
+
UpdateApplicationResourceLifecycleCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateApplicationResourceLifecycleCommandInput;
|
|
29
|
+
constructor(input: UpdateApplicationResourceLifecycleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateApplicationResourceLifecycleCommandInput,
|
|
37
|
+
UpdateApplicationResourceLifecycleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import {
|
|
14
|
+
ApplicationVersionDescriptionMessage,
|
|
15
|
+
UpdateApplicationVersionMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateApplicationVersionCommandInput
|
|
18
|
+
extends UpdateApplicationVersionMessage {}
|
|
19
|
+
export interface UpdateApplicationVersionCommandOutput
|
|
20
|
+
extends ApplicationVersionDescriptionMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateApplicationVersionCommand extends $Command<
|
|
24
|
+
UpdateApplicationVersionCommandInput,
|
|
25
|
+
UpdateApplicationVersionCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateApplicationVersionCommandInput;
|
|
29
|
+
constructor(input: UpdateApplicationVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateApplicationVersionCommandInput,
|
|
37
|
+
UpdateApplicationVersionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import {
|
|
14
|
+
ConfigurationSettingsDescription,
|
|
15
|
+
UpdateConfigurationTemplateMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateConfigurationTemplateCommandInput
|
|
18
|
+
extends UpdateConfigurationTemplateMessage {}
|
|
19
|
+
export interface UpdateConfigurationTemplateCommandOutput
|
|
20
|
+
extends ConfigurationSettingsDescription,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateConfigurationTemplateCommand extends $Command<
|
|
24
|
+
UpdateConfigurationTemplateCommandInput,
|
|
25
|
+
UpdateConfigurationTemplateCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateConfigurationTemplateCommandInput;
|
|
29
|
+
constructor(input: UpdateConfigurationTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateConfigurationTemplateCommandInput,
|
|
37
|
+
UpdateConfigurationTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticBeanstalkClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticBeanstalkClient";
|
|
13
|
+
import {
|
|
14
|
+
EnvironmentDescription,
|
|
15
|
+
UpdateEnvironmentMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateEnvironmentCommandInput
|
|
18
|
+
extends UpdateEnvironmentMessage {}
|
|
19
|
+
export interface UpdateEnvironmentCommandOutput
|
|
20
|
+
extends EnvironmentDescription,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateEnvironmentCommand extends $Command<
|
|
24
|
+
UpdateEnvironmentCommandInput,
|
|
25
|
+
UpdateEnvironmentCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateEnvironmentCommandInput;
|
|
29
|
+
constructor(input: UpdateEnvironmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|