@aws-sdk/client-elastic-beanstalk 3.168.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 +16 -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,37 @@
|
|
|
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 { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
14
|
+
export interface AssociateEnvironmentOperationsRoleCommandInput
|
|
15
|
+
extends AssociateEnvironmentOperationsRoleMessage {}
|
|
16
|
+
export interface AssociateEnvironmentOperationsRoleCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class AssociateEnvironmentOperationsRoleCommand extends $Command<
|
|
20
|
+
AssociateEnvironmentOperationsRoleCommandInput,
|
|
21
|
+
AssociateEnvironmentOperationsRoleCommandOutput,
|
|
22
|
+
ElasticBeanstalkClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: AssociateEnvironmentOperationsRoleCommandInput;
|
|
25
|
+
constructor(input: AssociateEnvironmentOperationsRoleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
AssociateEnvironmentOperationsRoleCommandInput,
|
|
33
|
+
AssociateEnvironmentOperationsRoleCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
CheckDNSAvailabilityMessage,
|
|
15
|
+
CheckDNSAvailabilityResultMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CheckDNSAvailabilityCommandInput
|
|
18
|
+
extends CheckDNSAvailabilityMessage {}
|
|
19
|
+
export interface CheckDNSAvailabilityCommandOutput
|
|
20
|
+
extends CheckDNSAvailabilityResultMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CheckDNSAvailabilityCommand extends $Command<
|
|
24
|
+
CheckDNSAvailabilityCommandInput,
|
|
25
|
+
CheckDNSAvailabilityCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CheckDNSAvailabilityCommandInput;
|
|
29
|
+
constructor(input: CheckDNSAvailabilityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CheckDNSAvailabilityCommandInput,
|
|
37
|
+
CheckDNSAvailabilityCommandOutput
|
|
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
|
+
ComposeEnvironmentsMessage,
|
|
15
|
+
EnvironmentDescriptionsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ComposeEnvironmentsCommandInput
|
|
18
|
+
extends ComposeEnvironmentsMessage {}
|
|
19
|
+
export interface ComposeEnvironmentsCommandOutput
|
|
20
|
+
extends EnvironmentDescriptionsMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ComposeEnvironmentsCommand extends $Command<
|
|
24
|
+
ComposeEnvironmentsCommandInput,
|
|
25
|
+
ComposeEnvironmentsCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ComposeEnvironmentsCommandInput;
|
|
29
|
+
constructor(input: ComposeEnvironmentsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ComposeEnvironmentsCommandInput, ComposeEnvironmentsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
CreateApplicationMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApplicationCommandInput
|
|
18
|
+
extends CreateApplicationMessage {}
|
|
19
|
+
export interface CreateApplicationCommandOutput
|
|
20
|
+
extends ApplicationDescriptionMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
24
|
+
CreateApplicationCommandInput,
|
|
25
|
+
CreateApplicationCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateApplicationCommandInput;
|
|
29
|
+
constructor(input: CreateApplicationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
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
|
+
ApplicationVersionDescriptionMessage,
|
|
15
|
+
CreateApplicationVersionMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApplicationVersionCommandInput
|
|
18
|
+
extends CreateApplicationVersionMessage {}
|
|
19
|
+
export interface CreateApplicationVersionCommandOutput
|
|
20
|
+
extends ApplicationVersionDescriptionMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateApplicationVersionCommand extends $Command<
|
|
24
|
+
CreateApplicationVersionCommandInput,
|
|
25
|
+
CreateApplicationVersionCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateApplicationVersionCommandInput;
|
|
29
|
+
constructor(input: CreateApplicationVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateApplicationVersionCommandInput,
|
|
37
|
+
CreateApplicationVersionCommandOutput
|
|
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
|
+
CreateConfigurationTemplateMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateConfigurationTemplateCommandInput
|
|
18
|
+
extends CreateConfigurationTemplateMessage {}
|
|
19
|
+
export interface CreateConfigurationTemplateCommandOutput
|
|
20
|
+
extends ConfigurationSettingsDescription,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateConfigurationTemplateCommand extends $Command<
|
|
24
|
+
CreateConfigurationTemplateCommandInput,
|
|
25
|
+
CreateConfigurationTemplateCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateConfigurationTemplateCommandInput;
|
|
29
|
+
constructor(input: CreateConfigurationTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateConfigurationTemplateCommandInput,
|
|
37
|
+
CreateConfigurationTemplateCommandOutput
|
|
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
|
+
CreateEnvironmentMessage,
|
|
15
|
+
EnvironmentDescription,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEnvironmentCommandInput
|
|
18
|
+
extends CreateEnvironmentMessage {}
|
|
19
|
+
export interface CreateEnvironmentCommandOutput
|
|
20
|
+
extends EnvironmentDescription,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEnvironmentCommand extends $Command<
|
|
24
|
+
CreateEnvironmentCommandInput,
|
|
25
|
+
CreateEnvironmentCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEnvironmentCommandInput;
|
|
29
|
+
constructor(input: CreateEnvironmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
|
|
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
|
+
CreatePlatformVersionRequest,
|
|
15
|
+
CreatePlatformVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePlatformVersionCommandInput
|
|
18
|
+
extends CreatePlatformVersionRequest {}
|
|
19
|
+
export interface CreatePlatformVersionCommandOutput
|
|
20
|
+
extends CreatePlatformVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePlatformVersionCommand extends $Command<
|
|
24
|
+
CreatePlatformVersionCommandInput,
|
|
25
|
+
CreatePlatformVersionCommandOutput,
|
|
26
|
+
ElasticBeanstalkClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePlatformVersionCommandInput;
|
|
29
|
+
constructor(input: CreatePlatformVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePlatformVersionCommandInput,
|
|
37
|
+
CreatePlatformVersionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { CreateStorageLocationResultMessage } from "../models/models_0";
|
|
14
|
+
export interface CreateStorageLocationCommandInput {}
|
|
15
|
+
export interface CreateStorageLocationCommandOutput
|
|
16
|
+
extends CreateStorageLocationResultMessage,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateStorageLocationCommand extends $Command<
|
|
20
|
+
CreateStorageLocationCommandInput,
|
|
21
|
+
CreateStorageLocationCommandOutput,
|
|
22
|
+
ElasticBeanstalkClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateStorageLocationCommandInput;
|
|
25
|
+
constructor(input: CreateStorageLocationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
CreateStorageLocationCommandInput,
|
|
33
|
+
CreateStorageLocationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteApplicationMessage } from "../models/models_0";
|
|
14
|
+
export interface DeleteApplicationCommandInput
|
|
15
|
+
extends DeleteApplicationMessage {}
|
|
16
|
+
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteApplicationCommand extends $Command<
|
|
19
|
+
DeleteApplicationCommandInput,
|
|
20
|
+
DeleteApplicationCommandOutput,
|
|
21
|
+
ElasticBeanstalkClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteApplicationCommandInput;
|
|
24
|
+
constructor(input: DeleteApplicationCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { DeleteApplicationVersionMessage } from "../models/models_0";
|
|
14
|
+
export interface DeleteApplicationVersionCommandInput
|
|
15
|
+
extends DeleteApplicationVersionMessage {}
|
|
16
|
+
export interface DeleteApplicationVersionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteApplicationVersionCommand extends $Command<
|
|
20
|
+
DeleteApplicationVersionCommandInput,
|
|
21
|
+
DeleteApplicationVersionCommandOutput,
|
|
22
|
+
ElasticBeanstalkClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteApplicationVersionCommandInput;
|
|
25
|
+
constructor(input: DeleteApplicationVersionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteApplicationVersionCommandInput,
|
|
33
|
+
DeleteApplicationVersionCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|