@aws-sdk/client-elastic-load-balancing 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/ElasticLoadBalancing.d.ts +574 -150
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +304 -102
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- 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/ElasticLoadBalancingServiceException.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 +1051 -932
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +353 -89
- 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 +1 -1
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +13 -7
- package/package.json +35 -35
|
@@ -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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
RegisterEndPointsInput,
|
|
15
|
+
RegisterEndPointsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterInstancesWithLoadBalancerCommandInput
|
|
18
|
+
extends RegisterEndPointsInput {}
|
|
19
|
+
export interface RegisterInstancesWithLoadBalancerCommandOutput
|
|
20
|
+
extends RegisterEndPointsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RegisterInstancesWithLoadBalancerCommand extends $Command<
|
|
24
|
+
RegisterInstancesWithLoadBalancerCommandInput,
|
|
25
|
+
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
26
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RegisterInstancesWithLoadBalancerCommandInput;
|
|
29
|
+
constructor(input: RegisterInstancesWithLoadBalancerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RegisterInstancesWithLoadBalancerCommandInput,
|
|
37
|
+
RegisterInstancesWithLoadBalancerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface RemoveTagsCommandInput extends RemoveTagsInput {}
|
|
15
|
+
export interface RemoveTagsCommandOutput
|
|
16
|
+
extends RemoveTagsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RemoveTagsCommand extends $Command<
|
|
20
|
+
RemoveTagsCommandInput,
|
|
21
|
+
RemoveTagsCommandOutput,
|
|
22
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RemoveTagsCommandInput;
|
|
25
|
+
constructor(input: RemoveTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
SetLoadBalancerListenerSSLCertificateInput,
|
|
15
|
+
SetLoadBalancerListenerSSLCertificateOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SetLoadBalancerListenerSSLCertificateCommandInput
|
|
18
|
+
extends SetLoadBalancerListenerSSLCertificateInput {}
|
|
19
|
+
export interface SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
20
|
+
extends SetLoadBalancerListenerSSLCertificateOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class SetLoadBalancerListenerSSLCertificateCommand extends $Command<
|
|
24
|
+
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
25
|
+
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
26
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: SetLoadBalancerListenerSSLCertificateCommandInput;
|
|
29
|
+
constructor(input: SetLoadBalancerListenerSSLCertificateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
37
|
+
SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
SetLoadBalancerPoliciesForBackendServerInput,
|
|
15
|
+
SetLoadBalancerPoliciesForBackendServerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
18
|
+
extends SetLoadBalancerPoliciesForBackendServerInput {}
|
|
19
|
+
export interface SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
20
|
+
extends SetLoadBalancerPoliciesForBackendServerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class SetLoadBalancerPoliciesForBackendServerCommand extends $Command<
|
|
24
|
+
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
25
|
+
SetLoadBalancerPoliciesForBackendServerCommandOutput,
|
|
26
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: SetLoadBalancerPoliciesForBackendServerCommandInput;
|
|
29
|
+
constructor(input: SetLoadBalancerPoliciesForBackendServerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
37
|
+
SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
SetLoadBalancerPoliciesOfListenerInput,
|
|
15
|
+
SetLoadBalancerPoliciesOfListenerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SetLoadBalancerPoliciesOfListenerCommandInput
|
|
18
|
+
extends SetLoadBalancerPoliciesOfListenerInput {}
|
|
19
|
+
export interface SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
20
|
+
extends SetLoadBalancerPoliciesOfListenerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class SetLoadBalancerPoliciesOfListenerCommand extends $Command<
|
|
24
|
+
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
25
|
+
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
26
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: SetLoadBalancerPoliciesOfListenerCommandInput;
|
|
29
|
+
constructor(input: SetLoadBalancerPoliciesOfListenerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
37
|
+
SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
export * from "./AddTagsCommand";
|
|
2
|
-
export * from "./ApplySecurityGroupsToLoadBalancerCommand";
|
|
3
|
-
export * from "./AttachLoadBalancerToSubnetsCommand";
|
|
4
|
-
export * from "./ConfigureHealthCheckCommand";
|
|
5
|
-
export * from "./CreateAppCookieStickinessPolicyCommand";
|
|
6
|
-
export * from "./CreateLBCookieStickinessPolicyCommand";
|
|
7
|
-
export * from "./CreateLoadBalancerCommand";
|
|
8
|
-
export * from "./CreateLoadBalancerListenersCommand";
|
|
9
|
-
export * from "./CreateLoadBalancerPolicyCommand";
|
|
10
|
-
export * from "./DeleteLoadBalancerCommand";
|
|
11
|
-
export * from "./DeleteLoadBalancerListenersCommand";
|
|
12
|
-
export * from "./DeleteLoadBalancerPolicyCommand";
|
|
13
|
-
export * from "./DeregisterInstancesFromLoadBalancerCommand";
|
|
14
|
-
export * from "./DescribeAccountLimitsCommand";
|
|
15
|
-
export * from "./DescribeInstanceHealthCommand";
|
|
16
|
-
export * from "./DescribeLoadBalancerAttributesCommand";
|
|
17
|
-
export * from "./DescribeLoadBalancerPoliciesCommand";
|
|
18
|
-
export * from "./DescribeLoadBalancerPolicyTypesCommand";
|
|
19
|
-
export * from "./DescribeLoadBalancersCommand";
|
|
20
|
-
export * from "./DescribeTagsCommand";
|
|
21
|
-
export * from "./DetachLoadBalancerFromSubnetsCommand";
|
|
22
|
-
export * from "./DisableAvailabilityZonesForLoadBalancerCommand";
|
|
23
|
-
export * from "./EnableAvailabilityZonesForLoadBalancerCommand";
|
|
24
|
-
export * from "./ModifyLoadBalancerAttributesCommand";
|
|
25
|
-
export * from "./RegisterInstancesWithLoadBalancerCommand";
|
|
26
|
-
export * from "./RemoveTagsCommand";
|
|
27
|
-
export * from "./SetLoadBalancerListenerSSLCertificateCommand";
|
|
28
|
-
export * from "./SetLoadBalancerPoliciesForBackendServerCommand";
|
|
29
|
-
export * from "./SetLoadBalancerPoliciesOfListenerCommand";
|
|
1
|
+
export * from "./AddTagsCommand";
|
|
2
|
+
export * from "./ApplySecurityGroupsToLoadBalancerCommand";
|
|
3
|
+
export * from "./AttachLoadBalancerToSubnetsCommand";
|
|
4
|
+
export * from "./ConfigureHealthCheckCommand";
|
|
5
|
+
export * from "./CreateAppCookieStickinessPolicyCommand";
|
|
6
|
+
export * from "./CreateLBCookieStickinessPolicyCommand";
|
|
7
|
+
export * from "./CreateLoadBalancerCommand";
|
|
8
|
+
export * from "./CreateLoadBalancerListenersCommand";
|
|
9
|
+
export * from "./CreateLoadBalancerPolicyCommand";
|
|
10
|
+
export * from "./DeleteLoadBalancerCommand";
|
|
11
|
+
export * from "./DeleteLoadBalancerListenersCommand";
|
|
12
|
+
export * from "./DeleteLoadBalancerPolicyCommand";
|
|
13
|
+
export * from "./DeregisterInstancesFromLoadBalancerCommand";
|
|
14
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
15
|
+
export * from "./DescribeInstanceHealthCommand";
|
|
16
|
+
export * from "./DescribeLoadBalancerAttributesCommand";
|
|
17
|
+
export * from "./DescribeLoadBalancerPoliciesCommand";
|
|
18
|
+
export * from "./DescribeLoadBalancerPolicyTypesCommand";
|
|
19
|
+
export * from "./DescribeLoadBalancersCommand";
|
|
20
|
+
export * from "./DescribeTagsCommand";
|
|
21
|
+
export * from "./DetachLoadBalancerFromSubnetsCommand";
|
|
22
|
+
export * from "./DisableAvailabilityZonesForLoadBalancerCommand";
|
|
23
|
+
export * from "./EnableAvailabilityZonesForLoadBalancerCommand";
|
|
24
|
+
export * from "./ModifyLoadBalancerAttributesCommand";
|
|
25
|
+
export * from "./RegisterInstancesWithLoadBalancerCommand";
|
|
26
|
+
export * from "./RemoveTagsCommand";
|
|
27
|
+
export * from "./SetLoadBalancerListenerSSLCertificateCommand";
|
|
28
|
+
export * from "./SetLoadBalancerPoliciesForBackendServerCommand";
|
|
29
|
+
export * from "./SetLoadBalancerPoliciesOfListenerCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./ElasticLoadBalancing";
|
|
2
|
-
export * from "./ElasticLoadBalancingClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { ElasticLoadBalancingServiceException } from "./models/ElasticLoadBalancingServiceException";
|
|
1
|
+
export * from "./ElasticLoadBalancing";
|
|
2
|
+
export * from "./ElasticLoadBalancingClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { ElasticLoadBalancingServiceException } from "./models/ElasticLoadBalancingServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class ElasticLoadBalancingServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|