@aws-sdk/client-elastic-load-balancing-v2 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/AddListenerCertificatesCommand.js +2 -2
- package/dist-cjs/commands/AddTagsCommand.js +2 -2
- package/dist-cjs/commands/CreateListenerCommand.js +2 -2
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteListenerCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -2
- package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeListenersCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeRulesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTargetHealthCommand.js +2 -2
- package/dist-cjs/commands/ModifyListenerCommand.js +2 -2
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
- package/dist-cjs/commands/ModifyRuleCommand.js +2 -2
- package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +2 -2
- package/dist-cjs/commands/ModifyTargetGroupCommand.js +2 -2
- package/dist-cjs/commands/RegisterTargetsCommand.js +2 -2
- package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
- package/dist-cjs/commands/SetIpAddressTypeCommand.js +2 -2
- package/dist-cjs/commands/SetRulePrioritiesCommand.js +2 -2
- package/dist-cjs/commands/SetSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/SetSubnetsCommand.js +2 -2
- package/dist-cjs/protocols/Aws_query.js +870 -872
- package/dist-es/commands/AddListenerCertificatesCommand.js +3 -3
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/CreateListenerCommand.js +3 -3
- package/dist-es/commands/CreateLoadBalancerCommand.js +3 -3
- package/dist-es/commands/CreateRuleCommand.js +3 -3
- package/dist-es/commands/CreateTargetGroupCommand.js +3 -3
- package/dist-es/commands/DeleteListenerCommand.js +3 -3
- package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -3
- package/dist-es/commands/DeleteRuleCommand.js +3 -3
- package/dist-es/commands/DeleteTargetGroupCommand.js +3 -3
- package/dist-es/commands/DeregisterTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -3
- package/dist-es/commands/DescribeListenersCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeRulesCommand.js +3 -3
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeTargetHealthCommand.js +3 -3
- package/dist-es/commands/ModifyListenerCommand.js +3 -3
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
- package/dist-es/commands/ModifyRuleCommand.js +3 -3
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -3
- package/dist-es/commands/ModifyTargetGroupCommand.js +3 -3
- package/dist-es/commands/RegisterTargetsCommand.js +3 -3
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -3
- package/dist-es/commands/RemoveTagsCommand.js +3 -3
- package/dist-es/commands/SetIpAddressTypeCommand.js +3 -3
- package/dist-es/commands/SetRulePrioritiesCommand.js +3 -3
- package/dist-es/commands/SetSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/SetSubnetsCommand.js +3 -3
- package/dist-es/protocols/Aws_query.js +800 -802
- package/dist-types/protocols/Aws_query.d.ts +272 -68
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +68 -68
- package/package.json +36 -36
|
@@ -34,71 +34,275 @@ import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "../
|
|
|
34
34
|
import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "../commands/SetRulePrioritiesCommand";
|
|
35
35
|
import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "../commands/SetSecurityGroupsCommand";
|
|
36
36
|
import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "../commands/SetSubnetsCommand";
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
export declare const
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export declare const
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
export declare const
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
export declare const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export declare const
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export declare const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export declare const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
export declare const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
export declare const
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export declare const
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export declare const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export declare const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
export declare const
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
export declare const
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
export declare const
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
export declare const
|
|
37
|
+
/**
|
|
38
|
+
* serializeAws_queryAddListenerCertificatesCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const se_AddListenerCertificatesCommand: (input: AddListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
/**
|
|
42
|
+
* serializeAws_queryAddTagsCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_queryCreateListenerCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
/**
|
|
50
|
+
* serializeAws_queryCreateLoadBalancerCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const se_CreateLoadBalancerCommand: (input: CreateLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
/**
|
|
54
|
+
* serializeAws_queryCreateRuleCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const se_CreateRuleCommand: (input: CreateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
/**
|
|
58
|
+
* serializeAws_queryCreateTargetGroupCommand
|
|
59
|
+
*/
|
|
60
|
+
export declare const se_CreateTargetGroupCommand: (input: CreateTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
/**
|
|
62
|
+
* serializeAws_queryDeleteListenerCommand
|
|
63
|
+
*/
|
|
64
|
+
export declare const se_DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
/**
|
|
66
|
+
* serializeAws_queryDeleteLoadBalancerCommand
|
|
67
|
+
*/
|
|
68
|
+
export declare const se_DeleteLoadBalancerCommand: (input: DeleteLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
/**
|
|
70
|
+
* serializeAws_queryDeleteRuleCommand
|
|
71
|
+
*/
|
|
72
|
+
export declare const se_DeleteRuleCommand: (input: DeleteRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
/**
|
|
74
|
+
* serializeAws_queryDeleteTargetGroupCommand
|
|
75
|
+
*/
|
|
76
|
+
export declare const se_DeleteTargetGroupCommand: (input: DeleteTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_queryDeregisterTargetsCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_DeregisterTargetsCommand: (input: DeregisterTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_queryDescribeAccountLimitsCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_DescribeAccountLimitsCommand: (input: DescribeAccountLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
/**
|
|
86
|
+
* serializeAws_queryDescribeListenerCertificatesCommand
|
|
87
|
+
*/
|
|
88
|
+
export declare const se_DescribeListenerCertificatesCommand: (input: DescribeListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
/**
|
|
90
|
+
* serializeAws_queryDescribeListenersCommand
|
|
91
|
+
*/
|
|
92
|
+
export declare const se_DescribeListenersCommand: (input: DescribeListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
/**
|
|
94
|
+
* serializeAws_queryDescribeLoadBalancerAttributesCommand
|
|
95
|
+
*/
|
|
96
|
+
export declare const se_DescribeLoadBalancerAttributesCommand: (input: DescribeLoadBalancerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* serializeAws_queryDescribeLoadBalancersCommand
|
|
99
|
+
*/
|
|
100
|
+
export declare const se_DescribeLoadBalancersCommand: (input: DescribeLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_queryDescribeRulesCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_DescribeRulesCommand: (input: DescribeRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_queryDescribeSSLPoliciesCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_DescribeSSLPoliciesCommand: (input: DescribeSSLPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_queryDescribeTagsCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_queryDescribeTargetGroupAttributesCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_DescribeTargetGroupAttributesCommand: (input: DescribeTargetGroupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
/**
|
|
118
|
+
* serializeAws_queryDescribeTargetGroupsCommand
|
|
119
|
+
*/
|
|
120
|
+
export declare const se_DescribeTargetGroupsCommand: (input: DescribeTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
/**
|
|
122
|
+
* serializeAws_queryDescribeTargetHealthCommand
|
|
123
|
+
*/
|
|
124
|
+
export declare const se_DescribeTargetHealthCommand: (input: DescribeTargetHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
/**
|
|
126
|
+
* serializeAws_queryModifyListenerCommand
|
|
127
|
+
*/
|
|
128
|
+
export declare const se_ModifyListenerCommand: (input: ModifyListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_queryModifyLoadBalancerAttributesCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_ModifyLoadBalancerAttributesCommand: (input: ModifyLoadBalancerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
+
/**
|
|
134
|
+
* serializeAws_queryModifyRuleCommand
|
|
135
|
+
*/
|
|
136
|
+
export declare const se_ModifyRuleCommand: (input: ModifyRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_queryModifyTargetGroupCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_ModifyTargetGroupCommand: (input: ModifyTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* serializeAws_queryModifyTargetGroupAttributesCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const se_ModifyTargetGroupAttributesCommand: (input: ModifyTargetGroupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
/**
|
|
146
|
+
* serializeAws_queryRegisterTargetsCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const se_RegisterTargetsCommand: (input: RegisterTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
/**
|
|
150
|
+
* serializeAws_queryRemoveListenerCertificatesCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const se_RemoveListenerCertificatesCommand: (input: RemoveListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* serializeAws_queryRemoveTagsCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const se_RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
/**
|
|
158
|
+
* serializeAws_querySetIpAddressTypeCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const se_SetIpAddressTypeCommand: (input: SetIpAddressTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
+
/**
|
|
162
|
+
* serializeAws_querySetRulePrioritiesCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const se_SetRulePrioritiesCommand: (input: SetRulePrioritiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
/**
|
|
166
|
+
* serializeAws_querySetSecurityGroupsCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const se_SetSecurityGroupsCommand: (input: SetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
/**
|
|
170
|
+
* serializeAws_querySetSubnetsCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const se_SetSubnetsCommand: (input: SetSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
/**
|
|
174
|
+
* deserializeAws_queryAddListenerCertificatesCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const de_AddListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddListenerCertificatesCommandOutput>;
|
|
177
|
+
/**
|
|
178
|
+
* deserializeAws_queryAddTagsCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
|
|
181
|
+
/**
|
|
182
|
+
* deserializeAws_queryCreateListenerCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const de_CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
|
|
185
|
+
/**
|
|
186
|
+
* deserializeAws_queryCreateLoadBalancerCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const de_CreateLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoadBalancerCommandOutput>;
|
|
189
|
+
/**
|
|
190
|
+
* deserializeAws_queryCreateRuleCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const de_CreateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleCommandOutput>;
|
|
193
|
+
/**
|
|
194
|
+
* deserializeAws_queryCreateTargetGroupCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const de_CreateTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTargetGroupCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_queryDeleteListenerCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
|
|
201
|
+
/**
|
|
202
|
+
* deserializeAws_queryDeleteLoadBalancerCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const de_DeleteLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoadBalancerCommandOutput>;
|
|
205
|
+
/**
|
|
206
|
+
* deserializeAws_queryDeleteRuleCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const de_DeleteRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleCommandOutput>;
|
|
209
|
+
/**
|
|
210
|
+
* deserializeAws_queryDeleteTargetGroupCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const de_DeleteTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTargetGroupCommandOutput>;
|
|
213
|
+
/**
|
|
214
|
+
* deserializeAws_queryDeregisterTargetsCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const de_DeregisterTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTargetsCommandOutput>;
|
|
217
|
+
/**
|
|
218
|
+
* deserializeAws_queryDescribeAccountLimitsCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const de_DescribeAccountLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountLimitsCommandOutput>;
|
|
221
|
+
/**
|
|
222
|
+
* deserializeAws_queryDescribeListenerCertificatesCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const de_DescribeListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCertificatesCommandOutput>;
|
|
225
|
+
/**
|
|
226
|
+
* deserializeAws_queryDescribeListenersCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const de_DescribeListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenersCommandOutput>;
|
|
229
|
+
/**
|
|
230
|
+
* deserializeAws_queryDescribeLoadBalancerAttributesCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const de_DescribeLoadBalancerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancerAttributesCommandOutput>;
|
|
233
|
+
/**
|
|
234
|
+
* deserializeAws_queryDescribeLoadBalancersCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const de_DescribeLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancersCommandOutput>;
|
|
237
|
+
/**
|
|
238
|
+
* deserializeAws_queryDescribeRulesCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const de_DescribeRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRulesCommandOutput>;
|
|
241
|
+
/**
|
|
242
|
+
* deserializeAws_queryDescribeSSLPoliciesCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const de_DescribeSSLPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSSLPoliciesCommandOutput>;
|
|
245
|
+
/**
|
|
246
|
+
* deserializeAws_queryDescribeTagsCommand
|
|
247
|
+
*/
|
|
248
|
+
export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
249
|
+
/**
|
|
250
|
+
* deserializeAws_queryDescribeTargetGroupAttributesCommand
|
|
251
|
+
*/
|
|
252
|
+
export declare const de_DescribeTargetGroupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetGroupAttributesCommandOutput>;
|
|
253
|
+
/**
|
|
254
|
+
* deserializeAws_queryDescribeTargetGroupsCommand
|
|
255
|
+
*/
|
|
256
|
+
export declare const de_DescribeTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetGroupsCommandOutput>;
|
|
257
|
+
/**
|
|
258
|
+
* deserializeAws_queryDescribeTargetHealthCommand
|
|
259
|
+
*/
|
|
260
|
+
export declare const de_DescribeTargetHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetHealthCommandOutput>;
|
|
261
|
+
/**
|
|
262
|
+
* deserializeAws_queryModifyListenerCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const de_ModifyListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyListenerCommandOutput>;
|
|
265
|
+
/**
|
|
266
|
+
* deserializeAws_queryModifyLoadBalancerAttributesCommand
|
|
267
|
+
*/
|
|
268
|
+
export declare const de_ModifyLoadBalancerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLoadBalancerAttributesCommandOutput>;
|
|
269
|
+
/**
|
|
270
|
+
* deserializeAws_queryModifyRuleCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const de_ModifyRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyRuleCommandOutput>;
|
|
273
|
+
/**
|
|
274
|
+
* deserializeAws_queryModifyTargetGroupCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const de_ModifyTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTargetGroupCommandOutput>;
|
|
277
|
+
/**
|
|
278
|
+
* deserializeAws_queryModifyTargetGroupAttributesCommand
|
|
279
|
+
*/
|
|
280
|
+
export declare const de_ModifyTargetGroupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTargetGroupAttributesCommandOutput>;
|
|
281
|
+
/**
|
|
282
|
+
* deserializeAws_queryRegisterTargetsCommand
|
|
283
|
+
*/
|
|
284
|
+
export declare const de_RegisterTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTargetsCommandOutput>;
|
|
285
|
+
/**
|
|
286
|
+
* deserializeAws_queryRemoveListenerCertificatesCommand
|
|
287
|
+
*/
|
|
288
|
+
export declare const de_RemoveListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveListenerCertificatesCommandOutput>;
|
|
289
|
+
/**
|
|
290
|
+
* deserializeAws_queryRemoveTagsCommand
|
|
291
|
+
*/
|
|
292
|
+
export declare const de_RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
|
|
293
|
+
/**
|
|
294
|
+
* deserializeAws_querySetIpAddressTypeCommand
|
|
295
|
+
*/
|
|
296
|
+
export declare const de_SetIpAddressTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIpAddressTypeCommandOutput>;
|
|
297
|
+
/**
|
|
298
|
+
* deserializeAws_querySetRulePrioritiesCommand
|
|
299
|
+
*/
|
|
300
|
+
export declare const de_SetRulePrioritiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRulePrioritiesCommandOutput>;
|
|
301
|
+
/**
|
|
302
|
+
* deserializeAws_querySetSecurityGroupsCommand
|
|
303
|
+
*/
|
|
304
|
+
export declare const de_SetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSecurityGroupsCommandOutput>;
|
|
305
|
+
/**
|
|
306
|
+
* deserializeAws_querySetSubnetsCommand
|
|
307
|
+
*/
|
|
308
|
+
export declare const de_SetSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSubnetsCommandOutput>;
|