@aws-sdk/client-elastic-load-balancing 3.477.0 → 3.481.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/commands/AddTagsCommand.js +18 -41
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +18 -41
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +18 -41
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +18 -41
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +18 -41
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +18 -41
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +18 -41
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +18 -41
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +18 -41
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +18 -41
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +2 -23
- package/dist-es/commands/AddTagsCommand.js +18 -41
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +18 -41
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +18 -41
- package/dist-es/commands/ConfigureHealthCheckCommand.js +18 -41
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +18 -41
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +18 -41
- package/dist-es/commands/CreateLoadBalancerCommand.js +18 -41
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +18 -41
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteLoadBalancerCommand.js +18 -41
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +18 -41
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +18 -41
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +18 -41
- package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeInstanceHealthCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-es/commands/DescribeTagsCommand.js +18 -41
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +18 -41
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +18 -41
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +18 -41
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +18 -41
- package/dist-es/commands/RemoveTagsCommand.js +18 -41
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +18 -41
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +18 -41
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js +2 -22
- package/dist-types/commands/AddTagsCommand.d.ts +6 -21
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +6 -21
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +6 -21
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +6 -21
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -21
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +6 -21
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +6 -21
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { DetachLoadBalancerFromSubnetsInput, DetachLoadBalancerFromSubnetsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DetachLoadBalancerFromSubnetsCommandInput extends DetachLoadBal
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DetachLoadBalancerFromSubnetsCommandOutput extends DetachLoadBalancerFromSubnetsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DetachLoadBalancerFromSubnetsCommand_base: {
|
|
24
|
+
new (input: DetachLoadBalancerFromSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<DetachLoadBalancerFromSubnetsCommandInput, DetachLoadBalancerFromSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified subnets from the set of configured subnets for the load balancer.</p>
|
|
@@ -86,23 +89,5 @@ export interface DetachLoadBalancerFromSubnetsCommandOutput extends DetachLoadBa
|
|
|
86
89
|
* ```
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class DetachLoadBalancerFromSubnetsCommand extends
|
|
90
|
-
readonly input: DetachLoadBalancerFromSubnetsCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: DetachLoadBalancerFromSubnetsCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancerFromSubnetsCommandInput, DetachLoadBalancerFromSubnetsCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class DetachLoadBalancerFromSubnetsCommand extends DetachLoadBalancerFromSubnetsCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { RemoveAvailabilityZonesInput, RemoveAvailabilityZonesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandInput extends Rem
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisableAvailabilityZonesForLoadBalancerCommandOutput extends RemoveAvailabilityZonesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
24
|
+
new (input: DisableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAvailabilityZonesForLoadBalancerCommandInput, DisableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer
|
|
@@ -91,23 +94,5 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandOutput extends Re
|
|
|
91
94
|
* ```
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class DisableAvailabilityZonesForLoadBalancerCommand extends
|
|
95
|
-
readonly input: DisableAvailabilityZonesForLoadBalancerCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: DisableAvailabilityZonesForLoadBalancerCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableAvailabilityZonesForLoadBalancerCommandInput, DisableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class DisableAvailabilityZonesForLoadBalancerCommand extends DisableAvailabilityZonesForLoadBalancerCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { AddAvailabilityZonesInput, AddAvailabilityZonesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandInput extends AddA
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EnableAvailabilityZonesForLoadBalancerCommandOutput extends AddAvailabilityZonesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
24
|
+
new (input: EnableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer
|
|
@@ -86,23 +89,5 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandOutput extends Add
|
|
|
86
89
|
* ```
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class EnableAvailabilityZonesForLoadBalancerCommand extends
|
|
90
|
-
readonly input: EnableAvailabilityZonesForLoadBalancerCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: EnableAvailabilityZonesForLoadBalancerCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class EnableAvailabilityZonesForLoadBalancerCommand extends EnableAvailabilityZonesForLoadBalancerCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBala
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
24
|
+
new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies the attributes of the specified load balancer.</p>
|
|
@@ -188,23 +191,5 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
188
191
|
* ```
|
|
189
192
|
*
|
|
190
193
|
*/
|
|
191
|
-
export declare class ModifyLoadBalancerAttributesCommand extends
|
|
192
|
-
readonly input: ModifyLoadBalancerAttributesCommandInput;
|
|
193
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
194
|
-
/**
|
|
195
|
-
* @public
|
|
196
|
-
*/
|
|
197
|
-
constructor(input: ModifyLoadBalancerAttributesCommandInput);
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
|
-
private serialize;
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
private deserialize;
|
|
194
|
+
export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {
|
|
210
195
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { RegisterEndPointsInput, RegisterEndPointsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterInstancesWithLoadBalancerCommandInput extends RegisterE
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterInstancesWithLoadBalancerCommandOutput extends RegisterEndPointsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterInstancesWithLoadBalancerCommand_base: {
|
|
24
|
+
new (input: RegisterInstancesWithLoadBalancerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds the specified instances to the specified load balancer.</p>
|
|
@@ -115,23 +118,5 @@ export interface RegisterInstancesWithLoadBalancerCommandOutput extends Register
|
|
|
115
118
|
* ```
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
118
|
-
export declare class RegisterInstancesWithLoadBalancerCommand extends
|
|
119
|
-
readonly input: RegisterInstancesWithLoadBalancerCommandInput;
|
|
120
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
-
/**
|
|
122
|
-
* @public
|
|
123
|
-
*/
|
|
124
|
-
constructor(input: RegisterInstancesWithLoadBalancerCommandInput);
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private serialize;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private deserialize;
|
|
121
|
+
export declare class RegisterInstancesWithLoadBalancerCommand extends RegisterInstancesWithLoadBalancerCommand_base {
|
|
137
122
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveTagsCommand_base: {
|
|
24
|
+
new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes one or more tags from the specified load balancer.</p>
|
|
@@ -77,23 +80,5 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
77
80
|
* ```
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class RemoveTagsCommand extends
|
|
81
|
-
readonly input: RemoveTagsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: RemoveTagsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { SetLoadBalancerListenerSSLCertificateInput, SetLoadBalancerListenerSSLCertificateOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetLoadBalancerListenerSSLCertificateCommandInput extends SetLo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetLoadBalancerListenerSSLCertificateCommandOutput extends SetLoadBalancerListenerSSLCertificateOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
|
|
24
|
+
new (input: SetLoadBalancerListenerSSLCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.</p>
|
|
@@ -85,23 +88,5 @@ export interface SetLoadBalancerListenerSSLCertificateCommandOutput extends SetL
|
|
|
85
88
|
* ```
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class SetLoadBalancerListenerSSLCertificateCommand extends
|
|
89
|
-
readonly input: SetLoadBalancerListenerSSLCertificateCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: SetLoadBalancerListenerSSLCertificateCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class SetLoadBalancerListenerSSLCertificateCommand extends SetLoadBalancerListenerSSLCertificateCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { SetLoadBalancerPoliciesForBackendServerInput, SetLoadBalancerPoliciesForBackendServerOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandInput extends Set
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetLoadBalancerPoliciesForBackendServerCommandOutput extends SetLoadBalancerPoliciesForBackendServerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
|
|
24
|
+
new (input: SetLoadBalancerPoliciesForBackendServerCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies.
|
|
@@ -87,23 +90,5 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandOutput extends Se
|
|
|
87
90
|
* ```
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class SetLoadBalancerPoliciesForBackendServerCommand extends
|
|
91
|
-
readonly input: SetLoadBalancerPoliciesForBackendServerCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: SetLoadBalancerPoliciesForBackendServerCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class SetLoadBalancerPoliciesForBackendServerCommand extends SetLoadBalancerPoliciesForBackendServerCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
4
|
import { SetLoadBalancerPoliciesOfListenerInput, SetLoadBalancerPoliciesOfListenerOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetLoadBalancerPoliciesOfListenerCommandInput extends SetLoadBa
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetLoadBalancerPoliciesOfListenerCommandOutput extends SetLoadBalancerPoliciesOfListenerOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
|
|
24
|
+
new (input: SetLoadBalancerPoliciesOfListenerCommandInput): import("@smithy/smithy-client").CommandImpl<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Replaces the current set of policies for the specified load balancer port with the specified set of policies.</p>
|
|
@@ -86,23 +89,5 @@ export interface SetLoadBalancerPoliciesOfListenerCommandOutput extends SetLoadB
|
|
|
86
89
|
* ```
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class SetLoadBalancerPoliciesOfListenerCommand extends
|
|
90
|
-
readonly input: SetLoadBalancerPoliciesOfListenerCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: SetLoadBalancerPoliciesOfListenerCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class SetLoadBalancerPoliciesOfListenerCommand extends SetLoadBalancerPoliciesOfListenerCommand_base {
|
|
108
93
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { ElasticLoadBalancingPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeLoadBalancers: (config: ElasticLoadBalancingPaginationConfiguration, input: DescribeLoadBalancersCommandInput, ...rest: any[]) => Paginator<DescribeLoadBalancersCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,14 @@ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
17
11
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
AddTagsCommandInput
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
options?: __HttpHandlerOptions
|
|
30
|
-
): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const AddTagsCommand_base: {
|
|
13
|
+
new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
14
|
+
AddTagsCommandInput,
|
|
15
|
+
AddTagsCommandOutput,
|
|
16
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
17
|
+
ServiceInputTypes,
|
|
18
|
+
ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
21
|
+
};
|
|
22
|
+
export declare class AddTagsCommand extends AddTagsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ApplySecurityGroupsToLoadBalancerCommandInput
|
|
|
21
15
|
export interface ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
22
16
|
extends ApplySecurityGroupsToLoadBalancerOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ApplySecurityGroupsToLoadBalancerCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ApplySecurityGroupsToLoadBalancerCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ApplySecurityGroupsToLoadBalancerCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
38
|
-
ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
23
|
+
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
24
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ApplySecurityGroupsToLoadBalancerCommand extends ApplySecurityGroupsToLoadBalancerCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface AttachLoadBalancerToSubnetsCommandInput
|
|
|
21
15
|
export interface AttachLoadBalancerToSubnetsCommandOutput
|
|
22
16
|
extends AttachLoadBalancerToSubnetsOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AttachLoadBalancerToSubnetsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AttachLoadBalancerToSubnetsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AttachLoadBalancerToSubnetsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AttachLoadBalancerToSubnetsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AttachLoadBalancerToSubnetsCommandInput,
|
|
38
|
-
AttachLoadBalancerToSubnetsCommandOutput
|
|
23
|
+
AttachLoadBalancerToSubnetsCommandOutput,
|
|
24
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AttachLoadBalancerToSubnetsCommand extends AttachLoadBalancerToSubnetsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface ConfigureHealthCheckCommandInput
|
|
|
21
15
|
export interface ConfigureHealthCheckCommandOutput
|
|
22
16
|
extends ConfigureHealthCheckOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ConfigureHealthCheckCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ConfigureHealthCheckCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ConfigureHealthCheckCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ConfigureHealthCheckCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ConfigureHealthCheckCommandInput,
|
|
38
|
-
ConfigureHealthCheckCommandOutput
|
|
23
|
+
ConfigureHealthCheckCommandOutput,
|
|
24
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ConfigureHealthCheckCommand extends ConfigureHealthCheckCommand_base {}
|