@aws-sdk/client-elastic-load-balancing 3.929.0 → 3.930.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 +1027 -3010
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ElasticLoadBalancingClient.js +2 -0
- package/dist-es/commands/AddTagsCommand.js +3 -9
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +3 -9
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +3 -9
- package/dist-es/commands/ConfigureHealthCheckCommand.js +3 -9
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +3 -9
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +3 -9
- package/dist-es/commands/CreateLoadBalancerCommand.js +3 -9
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +3 -9
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -9
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +3 -9
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +3 -9
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +3 -9
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeInstanceHealthCommand.js +3 -9
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -9
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +3 -9
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +3 -9
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
- package/dist-es/commands/DescribeTagsCommand.js +3 -9
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +3 -9
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +3 -9
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +3 -9
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -9
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +3 -9
- package/dist-es/commands/RemoveTagsCommand.js +3 -9
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +3 -9
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +3 -9
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1002 -0
- package/dist-types/ElasticLoadBalancingClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +163 -0
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +168 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_query.js +0 -2838
- package/dist-types/protocols/Aws_query.d.ts +0 -263
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -353
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
|
|
4
|
-
import { ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput } from "../commands/ApplySecurityGroupsToLoadBalancerCommand";
|
|
5
|
-
import { AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput } from "../commands/AttachLoadBalancerToSubnetsCommand";
|
|
6
|
-
import { ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput } from "../commands/ConfigureHealthCheckCommand";
|
|
7
|
-
import { CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput } from "../commands/CreateAppCookieStickinessPolicyCommand";
|
|
8
|
-
import { CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput } from "../commands/CreateLBCookieStickinessPolicyCommand";
|
|
9
|
-
import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "../commands/CreateLoadBalancerCommand";
|
|
10
|
-
import { CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput } from "../commands/CreateLoadBalancerListenersCommand";
|
|
11
|
-
import { CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput } from "../commands/CreateLoadBalancerPolicyCommand";
|
|
12
|
-
import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "../commands/DeleteLoadBalancerCommand";
|
|
13
|
-
import { DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput } from "../commands/DeleteLoadBalancerListenersCommand";
|
|
14
|
-
import { DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput } from "../commands/DeleteLoadBalancerPolicyCommand";
|
|
15
|
-
import { DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput } from "../commands/DeregisterInstancesFromLoadBalancerCommand";
|
|
16
|
-
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
|
|
17
|
-
import { DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput } from "../commands/DescribeInstanceHealthCommand";
|
|
18
|
-
import { DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput } from "../commands/DescribeLoadBalancerAttributesCommand";
|
|
19
|
-
import { DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput } from "../commands/DescribeLoadBalancerPoliciesCommand";
|
|
20
|
-
import { DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput } from "../commands/DescribeLoadBalancerPolicyTypesCommand";
|
|
21
|
-
import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "../commands/DescribeLoadBalancersCommand";
|
|
22
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
23
|
-
import { DetachLoadBalancerFromSubnetsCommandInput, DetachLoadBalancerFromSubnetsCommandOutput } from "../commands/DetachLoadBalancerFromSubnetsCommand";
|
|
24
|
-
import { DisableAvailabilityZonesForLoadBalancerCommandInput, DisableAvailabilityZonesForLoadBalancerCommandOutput } from "../commands/DisableAvailabilityZonesForLoadBalancerCommand";
|
|
25
|
-
import { EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput } from "../commands/EnableAvailabilityZonesForLoadBalancerCommand";
|
|
26
|
-
import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "../commands/ModifyLoadBalancerAttributesCommand";
|
|
27
|
-
import { RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput } from "../commands/RegisterInstancesWithLoadBalancerCommand";
|
|
28
|
-
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
|
|
29
|
-
import { SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput } from "../commands/SetLoadBalancerListenerSSLCertificateCommand";
|
|
30
|
-
import { SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput } from "../commands/SetLoadBalancerPoliciesForBackendServerCommand";
|
|
31
|
-
import { SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput } from "../commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_queryAddTagsCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_queryApplySecurityGroupsToLoadBalancerCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_ApplySecurityGroupsToLoadBalancerCommand: (input: ApplySecurityGroupsToLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_queryAttachLoadBalancerToSubnetsCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_AttachLoadBalancerToSubnetsCommand: (input: AttachLoadBalancerToSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_queryConfigureHealthCheckCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_ConfigureHealthCheckCommand: (input: ConfigureHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_queryCreateAppCookieStickinessPolicyCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_CreateAppCookieStickinessPolicyCommand: (input: CreateAppCookieStickinessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_queryCreateLBCookieStickinessPolicyCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_CreateLBCookieStickinessPolicyCommand: (input: CreateLBCookieStickinessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_queryCreateLoadBalancerCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_CreateLoadBalancerCommand: (input: CreateLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_queryCreateLoadBalancerListenersCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_CreateLoadBalancerListenersCommand: (input: CreateLoadBalancerListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_queryCreateLoadBalancerPolicyCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_CreateLoadBalancerPolicyCommand: (input: CreateLoadBalancerPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_queryDeleteLoadBalancerCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_DeleteLoadBalancerCommand: (input: DeleteLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_queryDeleteLoadBalancerListenersCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_DeleteLoadBalancerListenersCommand: (input: DeleteLoadBalancerListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_queryDeleteLoadBalancerPolicyCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_DeleteLoadBalancerPolicyCommand: (input: DeleteLoadBalancerPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_queryDeregisterInstancesFromLoadBalancerCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_DeregisterInstancesFromLoadBalancerCommand: (input: DeregisterInstancesFromLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_queryDescribeAccountLimitsCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_DescribeAccountLimitsCommand: (input: DescribeAccountLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_queryDescribeInstanceHealthCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_DescribeInstanceHealthCommand: (input: DescribeInstanceHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_queryDescribeLoadBalancerAttributesCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_DescribeLoadBalancerAttributesCommand: (input: DescribeLoadBalancerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_queryDescribeLoadBalancerPoliciesCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_DescribeLoadBalancerPoliciesCommand: (input: DescribeLoadBalancerPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_queryDescribeLoadBalancerPolicyTypesCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_DescribeLoadBalancerPolicyTypesCommand: (input: DescribeLoadBalancerPolicyTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_queryDescribeLoadBalancersCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_DescribeLoadBalancersCommand: (input: DescribeLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_queryDescribeTagsCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_queryDetachLoadBalancerFromSubnetsCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_DetachLoadBalancerFromSubnetsCommand: (input: DetachLoadBalancerFromSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_queryDisableAvailabilityZonesForLoadBalancerCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_DisableAvailabilityZonesForLoadBalancerCommand: (input: DisableAvailabilityZonesForLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_queryEnableAvailabilityZonesForLoadBalancerCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_EnableAvailabilityZonesForLoadBalancerCommand: (input: EnableAvailabilityZonesForLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_queryModifyLoadBalancerAttributesCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_ModifyLoadBalancerAttributesCommand: (input: ModifyLoadBalancerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* serializeAws_queryRegisterInstancesWithLoadBalancerCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const se_RegisterInstancesWithLoadBalancerCommand: (input: RegisterInstancesWithLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
/**
|
|
133
|
-
* serializeAws_queryRemoveTagsCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const se_RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
/**
|
|
137
|
-
* serializeAws_querySetLoadBalancerListenerSSLCertificateCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const se_SetLoadBalancerListenerSSLCertificateCommand: (input: SetLoadBalancerListenerSSLCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
/**
|
|
141
|
-
* serializeAws_querySetLoadBalancerPoliciesForBackendServerCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const se_SetLoadBalancerPoliciesForBackendServerCommand: (input: SetLoadBalancerPoliciesForBackendServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
/**
|
|
145
|
-
* serializeAws_querySetLoadBalancerPoliciesOfListenerCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const se_SetLoadBalancerPoliciesOfListenerCommand: (input: SetLoadBalancerPoliciesOfListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
/**
|
|
149
|
-
* deserializeAws_queryAddTagsCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* deserializeAws_queryApplySecurityGroupsToLoadBalancerCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const de_ApplySecurityGroupsToLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplySecurityGroupsToLoadBalancerCommandOutput>;
|
|
156
|
-
/**
|
|
157
|
-
* deserializeAws_queryAttachLoadBalancerToSubnetsCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const de_AttachLoadBalancerToSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachLoadBalancerToSubnetsCommandOutput>;
|
|
160
|
-
/**
|
|
161
|
-
* deserializeAws_queryConfigureHealthCheckCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const de_ConfigureHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureHealthCheckCommandOutput>;
|
|
164
|
-
/**
|
|
165
|
-
* deserializeAws_queryCreateAppCookieStickinessPolicyCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const de_CreateAppCookieStickinessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppCookieStickinessPolicyCommandOutput>;
|
|
168
|
-
/**
|
|
169
|
-
* deserializeAws_queryCreateLBCookieStickinessPolicyCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const de_CreateLBCookieStickinessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLBCookieStickinessPolicyCommandOutput>;
|
|
172
|
-
/**
|
|
173
|
-
* deserializeAws_queryCreateLoadBalancerCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const de_CreateLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoadBalancerCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* deserializeAws_queryCreateLoadBalancerListenersCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const de_CreateLoadBalancerListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoadBalancerListenersCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* deserializeAws_queryCreateLoadBalancerPolicyCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const de_CreateLoadBalancerPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoadBalancerPolicyCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* deserializeAws_queryDeleteLoadBalancerCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const de_DeleteLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoadBalancerCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* deserializeAws_queryDeleteLoadBalancerListenersCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const de_DeleteLoadBalancerListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoadBalancerListenersCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* deserializeAws_queryDeleteLoadBalancerPolicyCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const de_DeleteLoadBalancerPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoadBalancerPolicyCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* deserializeAws_queryDeregisterInstancesFromLoadBalancerCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const de_DeregisterInstancesFromLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterInstancesFromLoadBalancerCommandOutput>;
|
|
200
|
-
/**
|
|
201
|
-
* deserializeAws_queryDescribeAccountLimitsCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const de_DescribeAccountLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountLimitsCommandOutput>;
|
|
204
|
-
/**
|
|
205
|
-
* deserializeAws_queryDescribeInstanceHealthCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const de_DescribeInstanceHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceHealthCommandOutput>;
|
|
208
|
-
/**
|
|
209
|
-
* deserializeAws_queryDescribeLoadBalancerAttributesCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const de_DescribeLoadBalancerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancerAttributesCommandOutput>;
|
|
212
|
-
/**
|
|
213
|
-
* deserializeAws_queryDescribeLoadBalancerPoliciesCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const de_DescribeLoadBalancerPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancerPoliciesCommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* deserializeAws_queryDescribeLoadBalancerPolicyTypesCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const de_DescribeLoadBalancerPolicyTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* deserializeAws_queryDescribeLoadBalancersCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const de_DescribeLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancersCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* deserializeAws_queryDescribeTagsCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
228
|
-
/**
|
|
229
|
-
* deserializeAws_queryDetachLoadBalancerFromSubnetsCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const de_DetachLoadBalancerFromSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachLoadBalancerFromSubnetsCommandOutput>;
|
|
232
|
-
/**
|
|
233
|
-
* deserializeAws_queryDisableAvailabilityZonesForLoadBalancerCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const de_DisableAvailabilityZonesForLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
236
|
-
/**
|
|
237
|
-
* deserializeAws_queryEnableAvailabilityZonesForLoadBalancerCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const de_EnableAvailabilityZonesForLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
240
|
-
/**
|
|
241
|
-
* deserializeAws_queryModifyLoadBalancerAttributesCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const de_ModifyLoadBalancerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLoadBalancerAttributesCommandOutput>;
|
|
244
|
-
/**
|
|
245
|
-
* deserializeAws_queryRegisterInstancesWithLoadBalancerCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const de_RegisterInstancesWithLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterInstancesWithLoadBalancerCommandOutput>;
|
|
248
|
-
/**
|
|
249
|
-
* deserializeAws_queryRemoveTagsCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const de_RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
|
|
252
|
-
/**
|
|
253
|
-
* deserializeAws_querySetLoadBalancerListenerSSLCertificateCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const de_SetLoadBalancerListenerSSLCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetLoadBalancerListenerSSLCertificateCommandOutput>;
|
|
256
|
-
/**
|
|
257
|
-
* deserializeAws_querySetLoadBalancerPoliciesForBackendServerCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const de_SetLoadBalancerPoliciesForBackendServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetLoadBalancerPoliciesForBackendServerCommandOutput>;
|
|
260
|
-
/**
|
|
261
|
-
* deserializeAws_querySetLoadBalancerPoliciesOfListenerCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const de_SetLoadBalancerPoliciesOfListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetLoadBalancerPoliciesOfListenerCommandOutput>;
|
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AddTagsCommandInput,
|
|
8
|
-
AddTagsCommandOutput,
|
|
9
|
-
} from "../commands/AddTagsCommand";
|
|
10
|
-
import {
|
|
11
|
-
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
12
|
-
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
13
|
-
} from "../commands/ApplySecurityGroupsToLoadBalancerCommand";
|
|
14
|
-
import {
|
|
15
|
-
AttachLoadBalancerToSubnetsCommandInput,
|
|
16
|
-
AttachLoadBalancerToSubnetsCommandOutput,
|
|
17
|
-
} from "../commands/AttachLoadBalancerToSubnetsCommand";
|
|
18
|
-
import {
|
|
19
|
-
ConfigureHealthCheckCommandInput,
|
|
20
|
-
ConfigureHealthCheckCommandOutput,
|
|
21
|
-
} from "../commands/ConfigureHealthCheckCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateAppCookieStickinessPolicyCommandInput,
|
|
24
|
-
CreateAppCookieStickinessPolicyCommandOutput,
|
|
25
|
-
} from "../commands/CreateAppCookieStickinessPolicyCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateLBCookieStickinessPolicyCommandInput,
|
|
28
|
-
CreateLBCookieStickinessPolicyCommandOutput,
|
|
29
|
-
} from "../commands/CreateLBCookieStickinessPolicyCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateLoadBalancerCommandInput,
|
|
32
|
-
CreateLoadBalancerCommandOutput,
|
|
33
|
-
} from "../commands/CreateLoadBalancerCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateLoadBalancerListenersCommandInput,
|
|
36
|
-
CreateLoadBalancerListenersCommandOutput,
|
|
37
|
-
} from "../commands/CreateLoadBalancerListenersCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateLoadBalancerPolicyCommandInput,
|
|
40
|
-
CreateLoadBalancerPolicyCommandOutput,
|
|
41
|
-
} from "../commands/CreateLoadBalancerPolicyCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteLoadBalancerCommandInput,
|
|
44
|
-
DeleteLoadBalancerCommandOutput,
|
|
45
|
-
} from "../commands/DeleteLoadBalancerCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteLoadBalancerListenersCommandInput,
|
|
48
|
-
DeleteLoadBalancerListenersCommandOutput,
|
|
49
|
-
} from "../commands/DeleteLoadBalancerListenersCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteLoadBalancerPolicyCommandInput,
|
|
52
|
-
DeleteLoadBalancerPolicyCommandOutput,
|
|
53
|
-
} from "../commands/DeleteLoadBalancerPolicyCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
56
|
-
DeregisterInstancesFromLoadBalancerCommandOutput,
|
|
57
|
-
} from "../commands/DeregisterInstancesFromLoadBalancerCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribeAccountLimitsCommandInput,
|
|
60
|
-
DescribeAccountLimitsCommandOutput,
|
|
61
|
-
} from "../commands/DescribeAccountLimitsCommand";
|
|
62
|
-
import {
|
|
63
|
-
DescribeInstanceHealthCommandInput,
|
|
64
|
-
DescribeInstanceHealthCommandOutput,
|
|
65
|
-
} from "../commands/DescribeInstanceHealthCommand";
|
|
66
|
-
import {
|
|
67
|
-
DescribeLoadBalancerAttributesCommandInput,
|
|
68
|
-
DescribeLoadBalancerAttributesCommandOutput,
|
|
69
|
-
} from "../commands/DescribeLoadBalancerAttributesCommand";
|
|
70
|
-
import {
|
|
71
|
-
DescribeLoadBalancerPoliciesCommandInput,
|
|
72
|
-
DescribeLoadBalancerPoliciesCommandOutput,
|
|
73
|
-
} from "../commands/DescribeLoadBalancerPoliciesCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
76
|
-
DescribeLoadBalancerPolicyTypesCommandOutput,
|
|
77
|
-
} from "../commands/DescribeLoadBalancerPolicyTypesCommand";
|
|
78
|
-
import {
|
|
79
|
-
DescribeLoadBalancersCommandInput,
|
|
80
|
-
DescribeLoadBalancersCommandOutput,
|
|
81
|
-
} from "../commands/DescribeLoadBalancersCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeTagsCommandInput,
|
|
84
|
-
DescribeTagsCommandOutput,
|
|
85
|
-
} from "../commands/DescribeTagsCommand";
|
|
86
|
-
import {
|
|
87
|
-
DetachLoadBalancerFromSubnetsCommandInput,
|
|
88
|
-
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
89
|
-
} from "../commands/DetachLoadBalancerFromSubnetsCommand";
|
|
90
|
-
import {
|
|
91
|
-
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
92
|
-
DisableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
93
|
-
} from "../commands/DisableAvailabilityZonesForLoadBalancerCommand";
|
|
94
|
-
import {
|
|
95
|
-
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
96
|
-
EnableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
97
|
-
} from "../commands/EnableAvailabilityZonesForLoadBalancerCommand";
|
|
98
|
-
import {
|
|
99
|
-
ModifyLoadBalancerAttributesCommandInput,
|
|
100
|
-
ModifyLoadBalancerAttributesCommandOutput,
|
|
101
|
-
} from "../commands/ModifyLoadBalancerAttributesCommand";
|
|
102
|
-
import {
|
|
103
|
-
RegisterInstancesWithLoadBalancerCommandInput,
|
|
104
|
-
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
105
|
-
} from "../commands/RegisterInstancesWithLoadBalancerCommand";
|
|
106
|
-
import {
|
|
107
|
-
RemoveTagsCommandInput,
|
|
108
|
-
RemoveTagsCommandOutput,
|
|
109
|
-
} from "../commands/RemoveTagsCommand";
|
|
110
|
-
import {
|
|
111
|
-
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
112
|
-
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
113
|
-
} from "../commands/SetLoadBalancerListenerSSLCertificateCommand";
|
|
114
|
-
import {
|
|
115
|
-
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
116
|
-
SetLoadBalancerPoliciesForBackendServerCommandOutput,
|
|
117
|
-
} from "../commands/SetLoadBalancerPoliciesForBackendServerCommand";
|
|
118
|
-
import {
|
|
119
|
-
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
120
|
-
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
121
|
-
} from "../commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
122
|
-
export declare const se_AddTagsCommand: (
|
|
123
|
-
input: AddTagsCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_ApplySecurityGroupsToLoadBalancerCommand: (
|
|
127
|
-
input: ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_AttachLoadBalancerToSubnetsCommand: (
|
|
131
|
-
input: AttachLoadBalancerToSubnetsCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ConfigureHealthCheckCommand: (
|
|
135
|
-
input: ConfigureHealthCheckCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateAppCookieStickinessPolicyCommand: (
|
|
139
|
-
input: CreateAppCookieStickinessPolicyCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_CreateLBCookieStickinessPolicyCommand: (
|
|
143
|
-
input: CreateLBCookieStickinessPolicyCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_CreateLoadBalancerCommand: (
|
|
147
|
-
input: CreateLoadBalancerCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_CreateLoadBalancerListenersCommand: (
|
|
151
|
-
input: CreateLoadBalancerListenersCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_CreateLoadBalancerPolicyCommand: (
|
|
155
|
-
input: CreateLoadBalancerPolicyCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DeleteLoadBalancerCommand: (
|
|
159
|
-
input: DeleteLoadBalancerCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DeleteLoadBalancerListenersCommand: (
|
|
163
|
-
input: DeleteLoadBalancerListenersCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DeleteLoadBalancerPolicyCommand: (
|
|
167
|
-
input: DeleteLoadBalancerPolicyCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DeregisterInstancesFromLoadBalancerCommand: (
|
|
171
|
-
input: DeregisterInstancesFromLoadBalancerCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_DescribeAccountLimitsCommand: (
|
|
175
|
-
input: DescribeAccountLimitsCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_DescribeInstanceHealthCommand: (
|
|
179
|
-
input: DescribeInstanceHealthCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_DescribeLoadBalancerAttributesCommand: (
|
|
183
|
-
input: DescribeLoadBalancerAttributesCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_DescribeLoadBalancerPoliciesCommand: (
|
|
187
|
-
input: DescribeLoadBalancerPoliciesCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_DescribeLoadBalancerPolicyTypesCommand: (
|
|
191
|
-
input: DescribeLoadBalancerPolicyTypesCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_DescribeLoadBalancersCommand: (
|
|
195
|
-
input: DescribeLoadBalancersCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_DescribeTagsCommand: (
|
|
199
|
-
input: DescribeTagsCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_DetachLoadBalancerFromSubnetsCommand: (
|
|
203
|
-
input: DetachLoadBalancerFromSubnetsCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_DisableAvailabilityZonesForLoadBalancerCommand: (
|
|
207
|
-
input: DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_EnableAvailabilityZonesForLoadBalancerCommand: (
|
|
211
|
-
input: EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_ModifyLoadBalancerAttributesCommand: (
|
|
215
|
-
input: ModifyLoadBalancerAttributesCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_RegisterInstancesWithLoadBalancerCommand: (
|
|
219
|
-
input: RegisterInstancesWithLoadBalancerCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_RemoveTagsCommand: (
|
|
223
|
-
input: RemoveTagsCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_SetLoadBalancerListenerSSLCertificateCommand: (
|
|
227
|
-
input: SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_SetLoadBalancerPoliciesForBackendServerCommand: (
|
|
231
|
-
input: SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_SetLoadBalancerPoliciesOfListenerCommand: (
|
|
235
|
-
input: SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const de_AddTagsCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<AddTagsCommandOutput>;
|
|
242
|
-
export declare const de_ApplySecurityGroupsToLoadBalancerCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<ApplySecurityGroupsToLoadBalancerCommandOutput>;
|
|
246
|
-
export declare const de_AttachLoadBalancerToSubnetsCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<AttachLoadBalancerToSubnetsCommandOutput>;
|
|
250
|
-
export declare const de_ConfigureHealthCheckCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<ConfigureHealthCheckCommandOutput>;
|
|
254
|
-
export declare const de_CreateAppCookieStickinessPolicyCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<CreateAppCookieStickinessPolicyCommandOutput>;
|
|
258
|
-
export declare const de_CreateLBCookieStickinessPolicyCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<CreateLBCookieStickinessPolicyCommandOutput>;
|
|
262
|
-
export declare const de_CreateLoadBalancerCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<CreateLoadBalancerCommandOutput>;
|
|
266
|
-
export declare const de_CreateLoadBalancerListenersCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<CreateLoadBalancerListenersCommandOutput>;
|
|
270
|
-
export declare const de_CreateLoadBalancerPolicyCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<CreateLoadBalancerPolicyCommandOutput>;
|
|
274
|
-
export declare const de_DeleteLoadBalancerCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<DeleteLoadBalancerCommandOutput>;
|
|
278
|
-
export declare const de_DeleteLoadBalancerListenersCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<DeleteLoadBalancerListenersCommandOutput>;
|
|
282
|
-
export declare const de_DeleteLoadBalancerPolicyCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DeleteLoadBalancerPolicyCommandOutput>;
|
|
286
|
-
export declare const de_DeregisterInstancesFromLoadBalancerCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DeregisterInstancesFromLoadBalancerCommandOutput>;
|
|
290
|
-
export declare const de_DescribeAccountLimitsCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<DescribeAccountLimitsCommandOutput>;
|
|
294
|
-
export declare const de_DescribeInstanceHealthCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<DescribeInstanceHealthCommandOutput>;
|
|
298
|
-
export declare const de_DescribeLoadBalancerAttributesCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<DescribeLoadBalancerAttributesCommandOutput>;
|
|
302
|
-
export declare const de_DescribeLoadBalancerPoliciesCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<DescribeLoadBalancerPoliciesCommandOutput>;
|
|
306
|
-
export declare const de_DescribeLoadBalancerPolicyTypesCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
|
|
310
|
-
export declare const de_DescribeLoadBalancersCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<DescribeLoadBalancersCommandOutput>;
|
|
314
|
-
export declare const de_DescribeTagsCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<DescribeTagsCommandOutput>;
|
|
318
|
-
export declare const de_DetachLoadBalancerFromSubnetsCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<DetachLoadBalancerFromSubnetsCommandOutput>;
|
|
322
|
-
export declare const de_DisableAvailabilityZonesForLoadBalancerCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<DisableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
326
|
-
export declare const de_EnableAvailabilityZonesForLoadBalancerCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<EnableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
330
|
-
export declare const de_ModifyLoadBalancerAttributesCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<ModifyLoadBalancerAttributesCommandOutput>;
|
|
334
|
-
export declare const de_RegisterInstancesWithLoadBalancerCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<RegisterInstancesWithLoadBalancerCommandOutput>;
|
|
338
|
-
export declare const de_RemoveTagsCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<RemoveTagsCommandOutput>;
|
|
342
|
-
export declare const de_SetLoadBalancerListenerSSLCertificateCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<SetLoadBalancerListenerSSLCertificateCommandOutput>;
|
|
346
|
-
export declare const de_SetLoadBalancerPoliciesForBackendServerCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<SetLoadBalancerPoliciesForBackendServerCommandOutput>;
|
|
350
|
-
export declare const de_SetLoadBalancerPoliciesOfListenerCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<SetLoadBalancerPoliciesOfListenerCommandOutput>;
|