@aws-sdk/client-elastic-load-balancing 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +37 -293
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -14
- package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -14
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -14
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
2
|
import type { SetLoadBalancerPoliciesOfListenerInput, SetLoadBalancerPoliciesOfListenerOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SetLoadBalancerPoliciesOfListenerCommandInput extends SetLoadBa
|
|
|
22
19
|
export interface SetLoadBalancerPoliciesOfListenerCommandOutput extends SetLoadBalancerPoliciesOfListenerOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
|
|
25
|
-
new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/core/client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Replaces the current set of policies for the specified load balancer port with the specified set of policies.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
29
29
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
30
30
|
export type { ElasticLoadBalancingExtensionConfiguration } from "./extensionConfiguration";
|
|
31
31
|
export * from "./commands";
|
|
32
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
32
33
|
export * from "./schemas/schemas_0";
|
|
33
34
|
export * from "./pagination";
|
|
34
35
|
export * from "./waiters";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./ElasticLoadBalancingClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
12
5
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
13
6
|
declare const AddTagsCommand_base: {
|
|
14
7
|
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
8
|
AddTagsCommandInput,
|
|
16
9
|
AddTagsCommandOutput,
|
|
17
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
10
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
11
|
+
import("..").ServiceInputTypes,
|
|
12
|
+
import("..").ServiceOutputTypes
|
|
20
13
|
>;
|
|
21
14
|
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
AddTagsCommandInput,
|
|
23
16
|
AddTagsCommandOutput,
|
|
24
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
21
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
22
|
};
|
|
32
23
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
33
24
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
ApplySecurityGroupsToLoadBalancerInput,
|
|
10
4
|
ApplySecurityGroupsToLoadBalancerOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ApplySecurityGroupsToLoadBalancerCommandInput
|
|
15
8
|
extends ApplySecurityGroupsToLoadBalancerInput {}
|
|
16
9
|
export interface ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
24
17
|
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ApplySecurityGroupsToLoadBalancerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
33
26
|
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ApplySecurityGroupsToLoadBalancerCommand extends ApplySecurityGroupsToLoadBalancerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
AttachLoadBalancerToSubnetsInput,
|
|
10
4
|
AttachLoadBalancerToSubnetsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AttachLoadBalancerToSubnetsCommandInput
|
|
15
8
|
extends AttachLoadBalancerToSubnetsInput {}
|
|
16
9
|
export interface AttachLoadBalancerToSubnetsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AttachLoadBalancerToSubnetsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AttachLoadBalancerToSubnetsCommandInput,
|
|
24
17
|
AttachLoadBalancerToSubnetsCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AttachLoadBalancerToSubnetsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AttachLoadBalancerToSubnetsCommandInput,
|
|
33
26
|
AttachLoadBalancerToSubnetsCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AttachLoadBalancerToSubnetsCommand extends AttachLoadBalancerToSubnetsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
ConfigureHealthCheckInput,
|
|
10
4
|
ConfigureHealthCheckOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ConfigureHealthCheckCommandInput
|
|
15
8
|
extends ConfigureHealthCheckInput {}
|
|
16
9
|
export interface ConfigureHealthCheckCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ConfigureHealthCheckCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ConfigureHealthCheckCommandInput,
|
|
24
17
|
ConfigureHealthCheckCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ConfigureHealthCheckCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ConfigureHealthCheckCommandInput,
|
|
33
26
|
ConfigureHealthCheckCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ConfigureHealthCheckCommand extends ConfigureHealthCheckCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateAppCookieStickinessPolicyInput,
|
|
10
4
|
CreateAppCookieStickinessPolicyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateAppCookieStickinessPolicyCommandInput
|
|
15
8
|
extends CreateAppCookieStickinessPolicyInput {}
|
|
16
9
|
export interface CreateAppCookieStickinessPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateAppCookieStickinessPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateAppCookieStickinessPolicyCommandInput,
|
|
24
17
|
CreateAppCookieStickinessPolicyCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateAppCookieStickinessPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateAppCookieStickinessPolicyCommandInput,
|
|
33
26
|
CreateAppCookieStickinessPolicyCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateAppCookieStickinessPolicyCommand extends CreateAppCookieStickinessPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateLBCookieStickinessPolicyInput,
|
|
10
4
|
CreateLBCookieStickinessPolicyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLBCookieStickinessPolicyCommandInput
|
|
15
8
|
extends CreateLBCookieStickinessPolicyInput {}
|
|
16
9
|
export interface CreateLBCookieStickinessPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateLBCookieStickinessPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateLBCookieStickinessPolicyCommandInput,
|
|
24
17
|
CreateLBCookieStickinessPolicyCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateLBCookieStickinessPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateLBCookieStickinessPolicyCommandInput,
|
|
33
26
|
CreateLBCookieStickinessPolicyCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateLBCookieStickinessPolicyCommand extends CreateLBCookieStickinessPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateAccessPointInput,
|
|
10
4
|
CreateAccessPointOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLoadBalancerCommandInput
|
|
15
8
|
extends CreateAccessPointInput {}
|
|
16
9
|
export interface CreateLoadBalancerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateLoadBalancerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateLoadBalancerCommandInput,
|
|
24
17
|
CreateLoadBalancerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateLoadBalancerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateLoadBalancerCommandInput,
|
|
33
26
|
CreateLoadBalancerCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateLoadBalancerCommand extends CreateLoadBalancerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateLoadBalancerListenerInput,
|
|
10
4
|
CreateLoadBalancerListenerOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLoadBalancerListenersCommandInput
|
|
15
8
|
extends CreateLoadBalancerListenerInput {}
|
|
16
9
|
export interface CreateLoadBalancerListenersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateLoadBalancerListenersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateLoadBalancerListenersCommandInput,
|
|
24
17
|
CreateLoadBalancerListenersCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateLoadBalancerListenersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateLoadBalancerListenersCommandInput,
|
|
33
26
|
CreateLoadBalancerListenersCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateLoadBalancerListenersCommand extends CreateLoadBalancerListenersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateLoadBalancerPolicyInput,
|
|
10
4
|
CreateLoadBalancerPolicyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLoadBalancerPolicyCommandInput
|
|
15
8
|
extends CreateLoadBalancerPolicyInput {}
|
|
16
9
|
export interface CreateLoadBalancerPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateLoadBalancerPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateLoadBalancerPolicyCommandInput,
|
|
24
17
|
CreateLoadBalancerPolicyCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateLoadBalancerPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateLoadBalancerPolicyCommandInput,
|
|
33
26
|
CreateLoadBalancerPolicyCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateLoadBalancerPolicyCommand extends CreateLoadBalancerPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAccessPointInput,
|
|
10
4
|
DeleteAccessPointOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteLoadBalancerCommandInput
|
|
15
8
|
extends DeleteAccessPointInput {}
|
|
16
9
|
export interface DeleteLoadBalancerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteLoadBalancerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteLoadBalancerCommandInput,
|
|
24
17
|
DeleteLoadBalancerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteLoadBalancerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteLoadBalancerCommandInput,
|
|
33
26
|
DeleteLoadBalancerCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteLoadBalancerCommand extends DeleteLoadBalancerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteLoadBalancerListenerInput,
|
|
10
4
|
DeleteLoadBalancerListenerOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteLoadBalancerListenersCommandInput
|
|
15
8
|
extends DeleteLoadBalancerListenerInput {}
|
|
16
9
|
export interface DeleteLoadBalancerListenersCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteLoadBalancerListenersCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteLoadBalancerListenersCommandInput,
|
|
24
17
|
DeleteLoadBalancerListenersCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteLoadBalancerListenersCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteLoadBalancerListenersCommandInput,
|
|
33
26
|
DeleteLoadBalancerListenersCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteLoadBalancerListenersCommand extends DeleteLoadBalancerListenersCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteLoadBalancerPolicyInput,
|
|
10
4
|
DeleteLoadBalancerPolicyOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteLoadBalancerPolicyCommandInput
|
|
15
8
|
extends DeleteLoadBalancerPolicyInput {}
|
|
16
9
|
export interface DeleteLoadBalancerPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteLoadBalancerPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteLoadBalancerPolicyCommandInput,
|
|
24
17
|
DeleteLoadBalancerPolicyCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteLoadBalancerPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteLoadBalancerPolicyCommandInput,
|
|
33
26
|
DeleteLoadBalancerPolicyCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteLoadBalancerPolicyCommand extends DeleteLoadBalancerPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|