@aws-sdk/client-elastic-load-balancing-v2 3.929.0 → 3.931.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.
Files changed (88) hide show
  1. package/dist-cjs/index.js +2272 -6639
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElasticLoadBalancingV2Client.js +2 -0
  4. package/dist-es/commands/AddListenerCertificatesCommand.js +3 -9
  5. package/dist-es/commands/AddTagsCommand.js +3 -9
  6. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +3 -9
  7. package/dist-es/commands/CreateListenerCommand.js +3 -9
  8. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateTrustStoreCommand.js +3 -9
  12. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  13. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -9
  14. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  15. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  17. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
  18. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  19. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  20. package/dist-es/commands/DescribeCapacityReservationCommand.js +3 -9
  21. package/dist-es/commands/DescribeListenerAttributesCommand.js +3 -9
  22. package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -9
  23. package/dist-es/commands/DescribeListenersCommand.js +3 -9
  24. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -9
  25. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
  26. package/dist-es/commands/DescribeRulesCommand.js +3 -9
  27. package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -9
  28. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  29. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -9
  30. package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -9
  31. package/dist-es/commands/DescribeTargetHealthCommand.js +3 -9
  32. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +3 -9
  33. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +3 -9
  34. package/dist-es/commands/DescribeTrustStoresCommand.js +3 -9
  35. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  36. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +3 -9
  37. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +3 -9
  38. package/dist-es/commands/ModifyCapacityReservationCommand.js +3 -9
  39. package/dist-es/commands/ModifyIpPoolsCommand.js +3 -9
  40. package/dist-es/commands/ModifyListenerAttributesCommand.js +3 -9
  41. package/dist-es/commands/ModifyListenerCommand.js +3 -9
  42. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -9
  43. package/dist-es/commands/ModifyRuleCommand.js +3 -9
  44. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -9
  45. package/dist-es/commands/ModifyTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ModifyTrustStoreCommand.js +3 -9
  47. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  48. package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -9
  49. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  50. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +3 -9
  51. package/dist-es/commands/SetIpAddressTypeCommand.js +3 -9
  52. package/dist-es/commands/SetRulePrioritiesCommand.js +3 -9
  53. package/dist-es/commands/SetSecurityGroupsCommand.js +3 -9
  54. package/dist-es/commands/SetSubnetsCommand.js +3 -9
  55. package/dist-es/models/models_0.js +8 -0
  56. package/dist-es/runtimeConfig.shared.js +7 -0
  57. package/dist-es/schemas/schemas_0.js +2216 -0
  58. package/dist-types/ElasticLoadBalancingV2Client.d.ts +10 -1
  59. package/dist-types/commands/CreateListenerCommand.d.ts +30 -4
  60. package/dist-types/commands/CreateRuleCommand.d.ts +28 -2
  61. package/dist-types/commands/CreateTargetGroupCommand.d.ts +4 -4
  62. package/dist-types/commands/DeregisterTargetsCommand.d.ts +1 -0
  63. package/dist-types/commands/DescribeListenersCommand.d.ts +15 -2
  64. package/dist-types/commands/DescribeRulesCommand.d.ts +15 -2
  65. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -2
  66. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -0
  67. package/dist-types/commands/ModifyListenerCommand.d.ts +30 -4
  68. package/dist-types/commands/ModifyRuleCommand.d.ts +28 -2
  69. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +3 -3
  70. package/dist-types/commands/RegisterTargetsCommand.d.ts +1 -0
  71. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +14 -1
  72. package/dist-types/models/models_0.d.ts +107 -25
  73. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  74. package/dist-types/runtimeConfig.d.ts +1 -0
  75. package/dist-types/runtimeConfig.native.d.ts +1 -0
  76. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  77. package/dist-types/schemas/schemas_0.d.ts +323 -0
  78. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +4 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +22 -0
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -0
  85. package/package.json +34 -34
  86. package/dist-es/protocols/Aws_query.js +0 -6319
  87. package/dist-types/protocols/Aws_query.d.ts +0 -461
  88. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -617
@@ -1,617 +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
- AddListenerCertificatesCommandInput,
8
- AddListenerCertificatesCommandOutput,
9
- } from "../commands/AddListenerCertificatesCommand";
10
- import {
11
- AddTagsCommandInput,
12
- AddTagsCommandOutput,
13
- } from "../commands/AddTagsCommand";
14
- import {
15
- AddTrustStoreRevocationsCommandInput,
16
- AddTrustStoreRevocationsCommandOutput,
17
- } from "../commands/AddTrustStoreRevocationsCommand";
18
- import {
19
- CreateListenerCommandInput,
20
- CreateListenerCommandOutput,
21
- } from "../commands/CreateListenerCommand";
22
- import {
23
- CreateLoadBalancerCommandInput,
24
- CreateLoadBalancerCommandOutput,
25
- } from "../commands/CreateLoadBalancerCommand";
26
- import {
27
- CreateRuleCommandInput,
28
- CreateRuleCommandOutput,
29
- } from "../commands/CreateRuleCommand";
30
- import {
31
- CreateTargetGroupCommandInput,
32
- CreateTargetGroupCommandOutput,
33
- } from "../commands/CreateTargetGroupCommand";
34
- import {
35
- CreateTrustStoreCommandInput,
36
- CreateTrustStoreCommandOutput,
37
- } from "../commands/CreateTrustStoreCommand";
38
- import {
39
- DeleteListenerCommandInput,
40
- DeleteListenerCommandOutput,
41
- } from "../commands/DeleteListenerCommand";
42
- import {
43
- DeleteLoadBalancerCommandInput,
44
- DeleteLoadBalancerCommandOutput,
45
- } from "../commands/DeleteLoadBalancerCommand";
46
- import {
47
- DeleteRuleCommandInput,
48
- DeleteRuleCommandOutput,
49
- } from "../commands/DeleteRuleCommand";
50
- import {
51
- DeleteSharedTrustStoreAssociationCommandInput,
52
- DeleteSharedTrustStoreAssociationCommandOutput,
53
- } from "../commands/DeleteSharedTrustStoreAssociationCommand";
54
- import {
55
- DeleteTargetGroupCommandInput,
56
- DeleteTargetGroupCommandOutput,
57
- } from "../commands/DeleteTargetGroupCommand";
58
- import {
59
- DeleteTrustStoreCommandInput,
60
- DeleteTrustStoreCommandOutput,
61
- } from "../commands/DeleteTrustStoreCommand";
62
- import {
63
- DeregisterTargetsCommandInput,
64
- DeregisterTargetsCommandOutput,
65
- } from "../commands/DeregisterTargetsCommand";
66
- import {
67
- DescribeAccountLimitsCommandInput,
68
- DescribeAccountLimitsCommandOutput,
69
- } from "../commands/DescribeAccountLimitsCommand";
70
- import {
71
- DescribeCapacityReservationCommandInput,
72
- DescribeCapacityReservationCommandOutput,
73
- } from "../commands/DescribeCapacityReservationCommand";
74
- import {
75
- DescribeListenerAttributesCommandInput,
76
- DescribeListenerAttributesCommandOutput,
77
- } from "../commands/DescribeListenerAttributesCommand";
78
- import {
79
- DescribeListenerCertificatesCommandInput,
80
- DescribeListenerCertificatesCommandOutput,
81
- } from "../commands/DescribeListenerCertificatesCommand";
82
- import {
83
- DescribeListenersCommandInput,
84
- DescribeListenersCommandOutput,
85
- } from "../commands/DescribeListenersCommand";
86
- import {
87
- DescribeLoadBalancerAttributesCommandInput,
88
- DescribeLoadBalancerAttributesCommandOutput,
89
- } from "../commands/DescribeLoadBalancerAttributesCommand";
90
- import {
91
- DescribeLoadBalancersCommandInput,
92
- DescribeLoadBalancersCommandOutput,
93
- } from "../commands/DescribeLoadBalancersCommand";
94
- import {
95
- DescribeRulesCommandInput,
96
- DescribeRulesCommandOutput,
97
- } from "../commands/DescribeRulesCommand";
98
- import {
99
- DescribeSSLPoliciesCommandInput,
100
- DescribeSSLPoliciesCommandOutput,
101
- } from "../commands/DescribeSSLPoliciesCommand";
102
- import {
103
- DescribeTagsCommandInput,
104
- DescribeTagsCommandOutput,
105
- } from "../commands/DescribeTagsCommand";
106
- import {
107
- DescribeTargetGroupAttributesCommandInput,
108
- DescribeTargetGroupAttributesCommandOutput,
109
- } from "../commands/DescribeTargetGroupAttributesCommand";
110
- import {
111
- DescribeTargetGroupsCommandInput,
112
- DescribeTargetGroupsCommandOutput,
113
- } from "../commands/DescribeTargetGroupsCommand";
114
- import {
115
- DescribeTargetHealthCommandInput,
116
- DescribeTargetHealthCommandOutput,
117
- } from "../commands/DescribeTargetHealthCommand";
118
- import {
119
- DescribeTrustStoreAssociationsCommandInput,
120
- DescribeTrustStoreAssociationsCommandOutput,
121
- } from "../commands/DescribeTrustStoreAssociationsCommand";
122
- import {
123
- DescribeTrustStoreRevocationsCommandInput,
124
- DescribeTrustStoreRevocationsCommandOutput,
125
- } from "../commands/DescribeTrustStoreRevocationsCommand";
126
- import {
127
- DescribeTrustStoresCommandInput,
128
- DescribeTrustStoresCommandOutput,
129
- } from "../commands/DescribeTrustStoresCommand";
130
- import {
131
- GetResourcePolicyCommandInput,
132
- GetResourcePolicyCommandOutput,
133
- } from "../commands/GetResourcePolicyCommand";
134
- import {
135
- GetTrustStoreCaCertificatesBundleCommandInput,
136
- GetTrustStoreCaCertificatesBundleCommandOutput,
137
- } from "../commands/GetTrustStoreCaCertificatesBundleCommand";
138
- import {
139
- GetTrustStoreRevocationContentCommandInput,
140
- GetTrustStoreRevocationContentCommandOutput,
141
- } from "../commands/GetTrustStoreRevocationContentCommand";
142
- import {
143
- ModifyCapacityReservationCommandInput,
144
- ModifyCapacityReservationCommandOutput,
145
- } from "../commands/ModifyCapacityReservationCommand";
146
- import {
147
- ModifyIpPoolsCommandInput,
148
- ModifyIpPoolsCommandOutput,
149
- } from "../commands/ModifyIpPoolsCommand";
150
- import {
151
- ModifyListenerAttributesCommandInput,
152
- ModifyListenerAttributesCommandOutput,
153
- } from "../commands/ModifyListenerAttributesCommand";
154
- import {
155
- ModifyListenerCommandInput,
156
- ModifyListenerCommandOutput,
157
- } from "../commands/ModifyListenerCommand";
158
- import {
159
- ModifyLoadBalancerAttributesCommandInput,
160
- ModifyLoadBalancerAttributesCommandOutput,
161
- } from "../commands/ModifyLoadBalancerAttributesCommand";
162
- import {
163
- ModifyRuleCommandInput,
164
- ModifyRuleCommandOutput,
165
- } from "../commands/ModifyRuleCommand";
166
- import {
167
- ModifyTargetGroupAttributesCommandInput,
168
- ModifyTargetGroupAttributesCommandOutput,
169
- } from "../commands/ModifyTargetGroupAttributesCommand";
170
- import {
171
- ModifyTargetGroupCommandInput,
172
- ModifyTargetGroupCommandOutput,
173
- } from "../commands/ModifyTargetGroupCommand";
174
- import {
175
- ModifyTrustStoreCommandInput,
176
- ModifyTrustStoreCommandOutput,
177
- } from "../commands/ModifyTrustStoreCommand";
178
- import {
179
- RegisterTargetsCommandInput,
180
- RegisterTargetsCommandOutput,
181
- } from "../commands/RegisterTargetsCommand";
182
- import {
183
- RemoveListenerCertificatesCommandInput,
184
- RemoveListenerCertificatesCommandOutput,
185
- } from "../commands/RemoveListenerCertificatesCommand";
186
- import {
187
- RemoveTagsCommandInput,
188
- RemoveTagsCommandOutput,
189
- } from "../commands/RemoveTagsCommand";
190
- import {
191
- RemoveTrustStoreRevocationsCommandInput,
192
- RemoveTrustStoreRevocationsCommandOutput,
193
- } from "../commands/RemoveTrustStoreRevocationsCommand";
194
- import {
195
- SetIpAddressTypeCommandInput,
196
- SetIpAddressTypeCommandOutput,
197
- } from "../commands/SetIpAddressTypeCommand";
198
- import {
199
- SetRulePrioritiesCommandInput,
200
- SetRulePrioritiesCommandOutput,
201
- } from "../commands/SetRulePrioritiesCommand";
202
- import {
203
- SetSecurityGroupsCommandInput,
204
- SetSecurityGroupsCommandOutput,
205
- } from "../commands/SetSecurityGroupsCommand";
206
- import {
207
- SetSubnetsCommandInput,
208
- SetSubnetsCommandOutput,
209
- } from "../commands/SetSubnetsCommand";
210
- export declare const se_AddListenerCertificatesCommand: (
211
- input: AddListenerCertificatesCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_AddTagsCommand: (
215
- input: AddTagsCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_AddTrustStoreRevocationsCommand: (
219
- input: AddTrustStoreRevocationsCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_CreateListenerCommand: (
223
- input: CreateListenerCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_CreateLoadBalancerCommand: (
227
- input: CreateLoadBalancerCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateRuleCommand: (
231
- input: CreateRuleCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_CreateTargetGroupCommand: (
235
- input: CreateTargetGroupCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CreateTrustStoreCommand: (
239
- input: CreateTrustStoreCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_DeleteListenerCommand: (
243
- input: DeleteListenerCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_DeleteLoadBalancerCommand: (
247
- input: DeleteLoadBalancerCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DeleteRuleCommand: (
251
- input: DeleteRuleCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DeleteSharedTrustStoreAssociationCommand: (
255
- input: DeleteSharedTrustStoreAssociationCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DeleteTargetGroupCommand: (
259
- input: DeleteTargetGroupCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DeleteTrustStoreCommand: (
263
- input: DeleteTrustStoreCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeregisterTargetsCommand: (
267
- input: DeregisterTargetsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DescribeAccountLimitsCommand: (
271
- input: DescribeAccountLimitsCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DescribeCapacityReservationCommand: (
275
- input: DescribeCapacityReservationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DescribeListenerAttributesCommand: (
279
- input: DescribeListenerAttributesCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DescribeListenerCertificatesCommand: (
283
- input: DescribeListenerCertificatesCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DescribeListenersCommand: (
287
- input: DescribeListenersCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DescribeLoadBalancerAttributesCommand: (
291
- input: DescribeLoadBalancerAttributesCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DescribeLoadBalancersCommand: (
295
- input: DescribeLoadBalancersCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DescribeRulesCommand: (
299
- input: DescribeRulesCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DescribeSSLPoliciesCommand: (
303
- input: DescribeSSLPoliciesCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DescribeTagsCommand: (
307
- input: DescribeTagsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeTargetGroupAttributesCommand: (
311
- input: DescribeTargetGroupAttributesCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeTargetGroupsCommand: (
315
- input: DescribeTargetGroupsCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeTargetHealthCommand: (
319
- input: DescribeTargetHealthCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeTrustStoreAssociationsCommand: (
323
- input: DescribeTrustStoreAssociationsCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeTrustStoreRevocationsCommand: (
327
- input: DescribeTrustStoreRevocationsCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeTrustStoresCommand: (
331
- input: DescribeTrustStoresCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_GetResourcePolicyCommand: (
335
- input: GetResourcePolicyCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_GetTrustStoreCaCertificatesBundleCommand: (
339
- input: GetTrustStoreCaCertificatesBundleCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetTrustStoreRevocationContentCommand: (
343
- input: GetTrustStoreRevocationContentCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_ModifyCapacityReservationCommand: (
347
- input: ModifyCapacityReservationCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ModifyIpPoolsCommand: (
351
- input: ModifyIpPoolsCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ModifyListenerCommand: (
355
- input: ModifyListenerCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ModifyListenerAttributesCommand: (
359
- input: ModifyListenerAttributesCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ModifyLoadBalancerAttributesCommand: (
363
- input: ModifyLoadBalancerAttributesCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ModifyRuleCommand: (
367
- input: ModifyRuleCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ModifyTargetGroupCommand: (
371
- input: ModifyTargetGroupCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ModifyTargetGroupAttributesCommand: (
375
- input: ModifyTargetGroupAttributesCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ModifyTrustStoreCommand: (
379
- input: ModifyTrustStoreCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_RegisterTargetsCommand: (
383
- input: RegisterTargetsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_RemoveListenerCertificatesCommand: (
387
- input: RemoveListenerCertificatesCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_RemoveTagsCommand: (
391
- input: RemoveTagsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_RemoveTrustStoreRevocationsCommand: (
395
- input: RemoveTrustStoreRevocationsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_SetIpAddressTypeCommand: (
399
- input: SetIpAddressTypeCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_SetRulePrioritiesCommand: (
403
- input: SetRulePrioritiesCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_SetSecurityGroupsCommand: (
407
- input: SetSecurityGroupsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_SetSubnetsCommand: (
411
- input: SetSubnetsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const de_AddListenerCertificatesCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<AddListenerCertificatesCommandOutput>;
418
- export declare const de_AddTagsCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<AddTagsCommandOutput>;
422
- export declare const de_AddTrustStoreRevocationsCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<AddTrustStoreRevocationsCommandOutput>;
426
- export declare const de_CreateListenerCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<CreateListenerCommandOutput>;
430
- export declare const de_CreateLoadBalancerCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<CreateLoadBalancerCommandOutput>;
434
- export declare const de_CreateRuleCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<CreateRuleCommandOutput>;
438
- export declare const de_CreateTargetGroupCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<CreateTargetGroupCommandOutput>;
442
- export declare const de_CreateTrustStoreCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<CreateTrustStoreCommandOutput>;
446
- export declare const de_DeleteListenerCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<DeleteListenerCommandOutput>;
450
- export declare const de_DeleteLoadBalancerCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<DeleteLoadBalancerCommandOutput>;
454
- export declare const de_DeleteRuleCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<DeleteRuleCommandOutput>;
458
- export declare const de_DeleteSharedTrustStoreAssociationCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<DeleteSharedTrustStoreAssociationCommandOutput>;
462
- export declare const de_DeleteTargetGroupCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<DeleteTargetGroupCommandOutput>;
466
- export declare const de_DeleteTrustStoreCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<DeleteTrustStoreCommandOutput>;
470
- export declare const de_DeregisterTargetsCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<DeregisterTargetsCommandOutput>;
474
- export declare const de_DescribeAccountLimitsCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<DescribeAccountLimitsCommandOutput>;
478
- export declare const de_DescribeCapacityReservationCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<DescribeCapacityReservationCommandOutput>;
482
- export declare const de_DescribeListenerAttributesCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<DescribeListenerAttributesCommandOutput>;
486
- export declare const de_DescribeListenerCertificatesCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<DescribeListenerCertificatesCommandOutput>;
490
- export declare const de_DescribeListenersCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<DescribeListenersCommandOutput>;
494
- export declare const de_DescribeLoadBalancerAttributesCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<DescribeLoadBalancerAttributesCommandOutput>;
498
- export declare const de_DescribeLoadBalancersCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DescribeLoadBalancersCommandOutput>;
502
- export declare const de_DescribeRulesCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DescribeRulesCommandOutput>;
506
- export declare const de_DescribeSSLPoliciesCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DescribeSSLPoliciesCommandOutput>;
510
- export declare const de_DescribeTagsCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DescribeTagsCommandOutput>;
514
- export declare const de_DescribeTargetGroupAttributesCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DescribeTargetGroupAttributesCommandOutput>;
518
- export declare const de_DescribeTargetGroupsCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DescribeTargetGroupsCommandOutput>;
522
- export declare const de_DescribeTargetHealthCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DescribeTargetHealthCommandOutput>;
526
- export declare const de_DescribeTrustStoreAssociationsCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DescribeTrustStoreAssociationsCommandOutput>;
530
- export declare const de_DescribeTrustStoreRevocationsCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DescribeTrustStoreRevocationsCommandOutput>;
534
- export declare const de_DescribeTrustStoresCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DescribeTrustStoresCommandOutput>;
538
- export declare const de_GetResourcePolicyCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<GetResourcePolicyCommandOutput>;
542
- export declare const de_GetTrustStoreCaCertificatesBundleCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<GetTrustStoreCaCertificatesBundleCommandOutput>;
546
- export declare const de_GetTrustStoreRevocationContentCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<GetTrustStoreRevocationContentCommandOutput>;
550
- export declare const de_ModifyCapacityReservationCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<ModifyCapacityReservationCommandOutput>;
554
- export declare const de_ModifyIpPoolsCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<ModifyIpPoolsCommandOutput>;
558
- export declare const de_ModifyListenerCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<ModifyListenerCommandOutput>;
562
- export declare const de_ModifyListenerAttributesCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<ModifyListenerAttributesCommandOutput>;
566
- export declare const de_ModifyLoadBalancerAttributesCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<ModifyLoadBalancerAttributesCommandOutput>;
570
- export declare const de_ModifyRuleCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<ModifyRuleCommandOutput>;
574
- export declare const de_ModifyTargetGroupCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<ModifyTargetGroupCommandOutput>;
578
- export declare const de_ModifyTargetGroupAttributesCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ModifyTargetGroupAttributesCommandOutput>;
582
- export declare const de_ModifyTrustStoreCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<ModifyTrustStoreCommandOutput>;
586
- export declare const de_RegisterTargetsCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<RegisterTargetsCommandOutput>;
590
- export declare const de_RemoveListenerCertificatesCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<RemoveListenerCertificatesCommandOutput>;
594
- export declare const de_RemoveTagsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<RemoveTagsCommandOutput>;
598
- export declare const de_RemoveTrustStoreRevocationsCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<RemoveTrustStoreRevocationsCommandOutput>;
602
- export declare const de_SetIpAddressTypeCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<SetIpAddressTypeCommandOutput>;
606
- export declare const de_SetRulePrioritiesCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<SetRulePrioritiesCommandOutput>;
610
- export declare const de_SetSecurityGroupsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<SetSecurityGroupsCommandOutput>;
614
- export declare const de_SetSubnetsCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<SetSubnetsCommandOutput>;