@aws-sdk/client-elastic-beanstalk 3.169.0 → 3.171.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 +833 -240
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +387 -120
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1337 -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 +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribeEnvironmentResourcesMessage,
|
|
15
|
+
EnvironmentResourceDescriptionsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEnvironmentResourcesCommandInput
|
|
18
|
+
extends DescribeEnvironmentResourcesMessage {}
|
|
19
|
+
export interface DescribeEnvironmentResourcesCommandOutput
|
|
20
|
+
extends EnvironmentResourceDescriptionsMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeEnvironmentResourcesCommand extends $Command<
|
|
23
|
+
DescribeEnvironmentResourcesCommandInput,
|
|
24
|
+
DescribeEnvironmentResourcesCommandOutput,
|
|
25
|
+
ElasticBeanstalkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeEnvironmentResourcesCommandInput;
|
|
28
|
+
constructor(input: DescribeEnvironmentResourcesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeEnvironmentResourcesCommandInput,
|
|
35
|
+
DescribeEnvironmentResourcesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribeEnvironmentsMessage,
|
|
15
|
+
EnvironmentDescriptionsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEnvironmentsCommandInput
|
|
18
|
+
extends DescribeEnvironmentsMessage {}
|
|
19
|
+
export interface DescribeEnvironmentsCommandOutput
|
|
20
|
+
extends EnvironmentDescriptionsMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeEnvironmentsCommand extends $Command<
|
|
23
|
+
DescribeEnvironmentsCommandInput,
|
|
24
|
+
DescribeEnvironmentsCommandOutput,
|
|
25
|
+
ElasticBeanstalkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeEnvironmentsCommandInput;
|
|
28
|
+
constructor(input: DescribeEnvironmentsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeEnvironmentsCommandInput,
|
|
35
|
+
DescribeEnvironmentsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
DescribeEventsMessage,
|
|
15
|
+
EventDescriptionsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
|
|
18
|
+
export interface DescribeEventsCommandOutput
|
|
19
|
+
extends EventDescriptionsMessage,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeEventsCommand extends $Command<
|
|
22
|
+
DescribeEventsCommandInput,
|
|
23
|
+
DescribeEventsCommandOutput,
|
|
24
|
+
ElasticBeanstalkClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeEventsCommandInput;
|
|
27
|
+
constructor(input: DescribeEventsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribeInstancesHealthRequest,
|
|
15
|
+
DescribeInstancesHealthResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInstancesHealthCommandInput
|
|
18
|
+
extends DescribeInstancesHealthRequest {}
|
|
19
|
+
export interface DescribeInstancesHealthCommandOutput
|
|
20
|
+
extends DescribeInstancesHealthResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeInstancesHealthCommand extends $Command<
|
|
23
|
+
DescribeInstancesHealthCommandInput,
|
|
24
|
+
DescribeInstancesHealthCommandOutput,
|
|
25
|
+
ElasticBeanstalkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeInstancesHealthCommandInput;
|
|
28
|
+
constructor(input: DescribeInstancesHealthCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeInstancesHealthCommandInput,
|
|
35
|
+
DescribeInstancesHealthCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
DescribePlatformVersionRequest,
|
|
15
|
+
DescribePlatformVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePlatformVersionCommandInput
|
|
18
|
+
extends DescribePlatformVersionRequest {}
|
|
19
|
+
export interface DescribePlatformVersionCommandOutput
|
|
20
|
+
extends DescribePlatformVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribePlatformVersionCommand extends $Command<
|
|
23
|
+
DescribePlatformVersionCommandInput,
|
|
24
|
+
DescribePlatformVersionCommandOutput,
|
|
25
|
+
ElasticBeanstalkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribePlatformVersionCommandInput;
|
|
28
|
+
constructor(input: DescribePlatformVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribePlatformVersionCommandInput,
|
|
35
|
+
DescribePlatformVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
|
|
14
|
+
export interface DisassociateEnvironmentOperationsRoleCommandInput
|
|
15
|
+
extends DisassociateEnvironmentOperationsRoleMessage {}
|
|
16
|
+
export interface DisassociateEnvironmentOperationsRoleCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DisassociateEnvironmentOperationsRoleCommand extends $Command<
|
|
19
|
+
DisassociateEnvironmentOperationsRoleCommandInput,
|
|
20
|
+
DisassociateEnvironmentOperationsRoleCommandOutput,
|
|
21
|
+
ElasticBeanstalkClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DisassociateEnvironmentOperationsRoleCommandInput;
|
|
24
|
+
constructor(input: DisassociateEnvironmentOperationsRoleCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DisassociateEnvironmentOperationsRoleCommandInput,
|
|
31
|
+
DisassociateEnvironmentOperationsRoleCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
|
|
14
|
+
export interface ListAvailableSolutionStacksCommandInput {}
|
|
15
|
+
export interface ListAvailableSolutionStacksCommandOutput
|
|
16
|
+
extends ListAvailableSolutionStacksResultMessage,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListAvailableSolutionStacksCommand extends $Command<
|
|
19
|
+
ListAvailableSolutionStacksCommandInput,
|
|
20
|
+
ListAvailableSolutionStacksCommandOutput,
|
|
21
|
+
ElasticBeanstalkClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListAvailableSolutionStacksCommandInput;
|
|
24
|
+
constructor(input: ListAvailableSolutionStacksCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
ListAvailableSolutionStacksCommandInput,
|
|
31
|
+
ListAvailableSolutionStacksCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListPlatformBranchesRequest,
|
|
15
|
+
ListPlatformBranchesResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPlatformBranchesCommandInput
|
|
18
|
+
extends ListPlatformBranchesRequest {}
|
|
19
|
+
export interface ListPlatformBranchesCommandOutput
|
|
20
|
+
extends ListPlatformBranchesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListPlatformBranchesCommand extends $Command<
|
|
23
|
+
ListPlatformBranchesCommandInput,
|
|
24
|
+
ListPlatformBranchesCommandOutput,
|
|
25
|
+
ElasticBeanstalkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListPlatformBranchesCommandInput;
|
|
28
|
+
constructor(input: ListPlatformBranchesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListPlatformBranchesCommandInput,
|
|
35
|
+
ListPlatformBranchesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListPlatformVersionsRequest,
|
|
15
|
+
ListPlatformVersionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPlatformVersionsCommandInput
|
|
18
|
+
extends ListPlatformVersionsRequest {}
|
|
19
|
+
export interface ListPlatformVersionsCommandOutput
|
|
20
|
+
extends ListPlatformVersionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListPlatformVersionsCommand extends $Command<
|
|
23
|
+
ListPlatformVersionsCommandInput,
|
|
24
|
+
ListPlatformVersionsCommandOutput,
|
|
25
|
+
ElasticBeanstalkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListPlatformVersionsCommandInput;
|
|
28
|
+
constructor(input: ListPlatformVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListPlatformVersionsCommandInput,
|
|
35
|
+
ListPlatformVersionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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 {
|
|
14
|
+
ListTagsForResourceMessage,
|
|
15
|
+
ResourceTagsDescriptionMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceMessage {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ResourceTagsDescriptionMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
ElasticBeanstalkClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
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
|
+
export declare class RebuildEnvironmentCommand extends $Command<
|
|
18
|
+
RebuildEnvironmentCommandInput,
|
|
19
|
+
RebuildEnvironmentCommandOutput,
|
|
20
|
+
ElasticBeanstalkClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: RebuildEnvironmentCommandInput;
|
|
23
|
+
constructor(input: RebuildEnvironmentCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: ElasticBeanstalkClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|