@aws-sdk/client-elastic-load-balancing 3.306.0 → 3.310.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 +2 -2
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +2 -2
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +2 -2
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +2 -2
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -2
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -2
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -2
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -2
- package/dist-cjs/protocols/Aws_query.js +599 -599
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +3 -3
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +3 -3
- package/dist-es/commands/ConfigureHealthCheckCommand.js +3 -3
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +3 -3
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +3 -3
- package/dist-es/commands/CreateLoadBalancerCommand.js +3 -3
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +3 -3
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -3
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +3 -3
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +3 -3
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-es/commands/DescribeInstanceHealthCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +3 -3
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +3 -3
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +3 -3
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +3 -3
- package/dist-es/commands/RemoveTagsCommand.js +3 -3
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +3 -3
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +3 -3
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +3 -3
- package/dist-es/protocols/Aws_query.js +539 -539
- package/dist-types/protocols/Aws_query.d.ts +232 -58
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +58 -58
- package/package.json +36 -36
|
@@ -29,61 +29,235 @@ import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/Rem
|
|
|
29
29
|
import { SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput } from "../commands/SetLoadBalancerListenerSSLCertificateCommand";
|
|
30
30
|
import { SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput } from "../commands/SetLoadBalancerPoliciesForBackendServerCommand";
|
|
31
31
|
import { SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput } from "../commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export declare const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export declare const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export declare const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export declare const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export declare const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export declare const
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export declare const
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
export declare const
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export declare const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export declare const
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
export declare const
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
export declare const
|
|
88
|
-
|
|
89
|
-
|
|
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>;
|
|
@@ -119,235 +119,235 @@ import {
|
|
|
119
119
|
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
120
120
|
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
121
121
|
} from "../commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_AddTagsCommand: (
|
|
123
123
|
input: AddTagsCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_ApplySecurityGroupsToLoadBalancerCommand: (
|
|
127
127
|
input: ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_AttachLoadBalancerToSubnetsCommand: (
|
|
131
131
|
input: AttachLoadBalancerToSubnetsCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_ConfigureHealthCheckCommand: (
|
|
135
135
|
input: ConfigureHealthCheckCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_CreateAppCookieStickinessPolicyCommand: (
|
|
139
139
|
input: CreateAppCookieStickinessPolicyCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_CreateLBCookieStickinessPolicyCommand: (
|
|
143
143
|
input: CreateLBCookieStickinessPolicyCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_CreateLoadBalancerCommand: (
|
|
147
147
|
input: CreateLoadBalancerCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_CreateLoadBalancerListenersCommand: (
|
|
151
151
|
input: CreateLoadBalancerListenersCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_CreateLoadBalancerPolicyCommand: (
|
|
155
155
|
input: CreateLoadBalancerPolicyCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DeleteLoadBalancerCommand: (
|
|
159
159
|
input: DeleteLoadBalancerCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_DeleteLoadBalancerListenersCommand: (
|
|
163
163
|
input: DeleteLoadBalancerListenersCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_DeleteLoadBalancerPolicyCommand: (
|
|
167
167
|
input: DeleteLoadBalancerPolicyCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_DeregisterInstancesFromLoadBalancerCommand: (
|
|
171
171
|
input: DeregisterInstancesFromLoadBalancerCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_DescribeAccountLimitsCommand: (
|
|
175
175
|
input: DescribeAccountLimitsCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_DescribeInstanceHealthCommand: (
|
|
179
179
|
input: DescribeInstanceHealthCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_DescribeLoadBalancerAttributesCommand: (
|
|
183
183
|
input: DescribeLoadBalancerAttributesCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_DescribeLoadBalancerPoliciesCommand: (
|
|
187
187
|
input: DescribeLoadBalancerPoliciesCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_DescribeLoadBalancerPolicyTypesCommand: (
|
|
191
191
|
input: DescribeLoadBalancerPolicyTypesCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_DescribeLoadBalancersCommand: (
|
|
195
195
|
input: DescribeLoadBalancersCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_DescribeTagsCommand: (
|
|
199
199
|
input: DescribeTagsCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_DetachLoadBalancerFromSubnetsCommand: (
|
|
203
203
|
input: DetachLoadBalancerFromSubnetsCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_DisableAvailabilityZonesForLoadBalancerCommand: (
|
|
207
207
|
input: DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_EnableAvailabilityZonesForLoadBalancerCommand: (
|
|
211
211
|
input: EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_ModifyLoadBalancerAttributesCommand: (
|
|
215
215
|
input: ModifyLoadBalancerAttributesCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_RegisterInstancesWithLoadBalancerCommand: (
|
|
219
219
|
input: RegisterInstancesWithLoadBalancerCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_RemoveTagsCommand: (
|
|
223
223
|
input: RemoveTagsCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_SetLoadBalancerListenerSSLCertificateCommand: (
|
|
227
227
|
input: SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const se_SetLoadBalancerPoliciesForBackendServerCommand: (
|
|
231
231
|
input: SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const se_SetLoadBalancerPoliciesOfListenerCommand: (
|
|
235
235
|
input: SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_AddTagsCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<AddTagsCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_ApplySecurityGroupsToLoadBalancerCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<ApplySecurityGroupsToLoadBalancerCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_AttachLoadBalancerToSubnetsCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<AttachLoadBalancerToSubnetsCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_ConfigureHealthCheckCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<ConfigureHealthCheckCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_CreateAppCookieStickinessPolicyCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<CreateAppCookieStickinessPolicyCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_CreateLBCookieStickinessPolicyCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<CreateLBCookieStickinessPolicyCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_CreateLoadBalancerCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<CreateLoadBalancerCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_CreateLoadBalancerListenersCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<CreateLoadBalancerListenersCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_CreateLoadBalancerPolicyCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<CreateLoadBalancerPolicyCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_DeleteLoadBalancerCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<DeleteLoadBalancerCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_DeleteLoadBalancerListenersCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<DeleteLoadBalancerListenersCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_DeleteLoadBalancerPolicyCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<DeleteLoadBalancerPolicyCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_DeregisterInstancesFromLoadBalancerCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<DeregisterInstancesFromLoadBalancerCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_DescribeAccountLimitsCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<DescribeAccountLimitsCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_DescribeInstanceHealthCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<DescribeInstanceHealthCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_DescribeLoadBalancerAttributesCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<DescribeLoadBalancerAttributesCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_DescribeLoadBalancerPoliciesCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<DescribeLoadBalancerPoliciesCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_DescribeLoadBalancerPolicyTypesCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_DescribeLoadBalancersCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<DescribeLoadBalancersCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_DescribeTagsCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<DescribeTagsCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_DetachLoadBalancerFromSubnetsCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<DetachLoadBalancerFromSubnetsCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_DisableAvailabilityZonesForLoadBalancerCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<DisableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_EnableAvailabilityZonesForLoadBalancerCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<EnableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_ModifyLoadBalancerAttributesCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<ModifyLoadBalancerAttributesCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_RegisterInstancesWithLoadBalancerCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<RegisterInstancesWithLoadBalancerCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_RemoveTagsCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<RemoveTagsCommandOutput>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const de_SetLoadBalancerListenerSSLCertificateCommand: (
|
|
343
343
|
output: __HttpResponse,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<SetLoadBalancerListenerSSLCertificateCommandOutput>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const de_SetLoadBalancerPoliciesForBackendServerCommand: (
|
|
347
347
|
output: __HttpResponse,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<SetLoadBalancerPoliciesForBackendServerCommandOutput>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const de_SetLoadBalancerPoliciesOfListenerCommand: (
|
|
351
351
|
output: __HttpResponse,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<SetLoadBalancerPoliciesOfListenerCommandOutput>;
|