@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,461 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "../commands/AddListenerCertificatesCommand";
4
- import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
5
- import { AddTrustStoreRevocationsCommandInput, AddTrustStoreRevocationsCommandOutput } from "../commands/AddTrustStoreRevocationsCommand";
6
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
7
- import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "../commands/CreateLoadBalancerCommand";
8
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "../commands/CreateRuleCommand";
9
- import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "../commands/CreateTargetGroupCommand";
10
- import { CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput } from "../commands/CreateTrustStoreCommand";
11
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "../commands/DeleteListenerCommand";
12
- import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "../commands/DeleteLoadBalancerCommand";
13
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "../commands/DeleteRuleCommand";
14
- import { DeleteSharedTrustStoreAssociationCommandInput, DeleteSharedTrustStoreAssociationCommandOutput } from "../commands/DeleteSharedTrustStoreAssociationCommand";
15
- import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "../commands/DeleteTargetGroupCommand";
16
- import { DeleteTrustStoreCommandInput, DeleteTrustStoreCommandOutput } from "../commands/DeleteTrustStoreCommand";
17
- import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "../commands/DeregisterTargetsCommand";
18
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
19
- import { DescribeCapacityReservationCommandInput, DescribeCapacityReservationCommandOutput } from "../commands/DescribeCapacityReservationCommand";
20
- import { DescribeListenerAttributesCommandInput, DescribeListenerAttributesCommandOutput } from "../commands/DescribeListenerAttributesCommand";
21
- import { DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput } from "../commands/DescribeListenerCertificatesCommand";
22
- import { DescribeListenersCommandInput, DescribeListenersCommandOutput } from "../commands/DescribeListenersCommand";
23
- import { DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput } from "../commands/DescribeLoadBalancerAttributesCommand";
24
- import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "../commands/DescribeLoadBalancersCommand";
25
- import { DescribeRulesCommandInput, DescribeRulesCommandOutput } from "../commands/DescribeRulesCommand";
26
- import { DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput } from "../commands/DescribeSSLPoliciesCommand";
27
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
28
- import { DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput } from "../commands/DescribeTargetGroupAttributesCommand";
29
- import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "../commands/DescribeTargetGroupsCommand";
30
- import { DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput } from "../commands/DescribeTargetHealthCommand";
31
- import { DescribeTrustStoreAssociationsCommandInput, DescribeTrustStoreAssociationsCommandOutput } from "../commands/DescribeTrustStoreAssociationsCommand";
32
- import { DescribeTrustStoreRevocationsCommandInput, DescribeTrustStoreRevocationsCommandOutput } from "../commands/DescribeTrustStoreRevocationsCommand";
33
- import { DescribeTrustStoresCommandInput, DescribeTrustStoresCommandOutput } from "../commands/DescribeTrustStoresCommand";
34
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
35
- import { GetTrustStoreCaCertificatesBundleCommandInput, GetTrustStoreCaCertificatesBundleCommandOutput } from "../commands/GetTrustStoreCaCertificatesBundleCommand";
36
- import { GetTrustStoreRevocationContentCommandInput, GetTrustStoreRevocationContentCommandOutput } from "../commands/GetTrustStoreRevocationContentCommand";
37
- import { ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput } from "../commands/ModifyCapacityReservationCommand";
38
- import { ModifyIpPoolsCommandInput, ModifyIpPoolsCommandOutput } from "../commands/ModifyIpPoolsCommand";
39
- import { ModifyListenerAttributesCommandInput, ModifyListenerAttributesCommandOutput } from "../commands/ModifyListenerAttributesCommand";
40
- import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "../commands/ModifyListenerCommand";
41
- import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "../commands/ModifyLoadBalancerAttributesCommand";
42
- import { ModifyRuleCommandInput, ModifyRuleCommandOutput } from "../commands/ModifyRuleCommand";
43
- import { ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput } from "../commands/ModifyTargetGroupAttributesCommand";
44
- import { ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput } from "../commands/ModifyTargetGroupCommand";
45
- import { ModifyTrustStoreCommandInput, ModifyTrustStoreCommandOutput } from "../commands/ModifyTrustStoreCommand";
46
- import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "../commands/RegisterTargetsCommand";
47
- import { RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput } from "../commands/RemoveListenerCertificatesCommand";
48
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
49
- import { RemoveTrustStoreRevocationsCommandInput, RemoveTrustStoreRevocationsCommandOutput } from "../commands/RemoveTrustStoreRevocationsCommand";
50
- import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "../commands/SetIpAddressTypeCommand";
51
- import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "../commands/SetRulePrioritiesCommand";
52
- import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "../commands/SetSecurityGroupsCommand";
53
- import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "../commands/SetSubnetsCommand";
54
- /**
55
- * serializeAws_queryAddListenerCertificatesCommand
56
- */
57
- export declare const se_AddListenerCertificatesCommand: (input: AddListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_queryAddTagsCommand
60
- */
61
- export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_queryAddTrustStoreRevocationsCommand
64
- */
65
- export declare const se_AddTrustStoreRevocationsCommand: (input: AddTrustStoreRevocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_queryCreateListenerCommand
68
- */
69
- export declare const se_CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_queryCreateLoadBalancerCommand
72
- */
73
- export declare const se_CreateLoadBalancerCommand: (input: CreateLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_queryCreateRuleCommand
76
- */
77
- export declare const se_CreateRuleCommand: (input: CreateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_queryCreateTargetGroupCommand
80
- */
81
- export declare const se_CreateTargetGroupCommand: (input: CreateTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_queryCreateTrustStoreCommand
84
- */
85
- export declare const se_CreateTrustStoreCommand: (input: CreateTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_queryDeleteListenerCommand
88
- */
89
- export declare const se_DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_queryDeleteLoadBalancerCommand
92
- */
93
- export declare const se_DeleteLoadBalancerCommand: (input: DeleteLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_queryDeleteRuleCommand
96
- */
97
- export declare const se_DeleteRuleCommand: (input: DeleteRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_queryDeleteSharedTrustStoreAssociationCommand
100
- */
101
- export declare const se_DeleteSharedTrustStoreAssociationCommand: (input: DeleteSharedTrustStoreAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_queryDeleteTargetGroupCommand
104
- */
105
- export declare const se_DeleteTargetGroupCommand: (input: DeleteTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_queryDeleteTrustStoreCommand
108
- */
109
- export declare const se_DeleteTrustStoreCommand: (input: DeleteTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_queryDeregisterTargetsCommand
112
- */
113
- export declare const se_DeregisterTargetsCommand: (input: DeregisterTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_queryDescribeAccountLimitsCommand
116
- */
117
- export declare const se_DescribeAccountLimitsCommand: (input: DescribeAccountLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_queryDescribeCapacityReservationCommand
120
- */
121
- export declare const se_DescribeCapacityReservationCommand: (input: DescribeCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_queryDescribeListenerAttributesCommand
124
- */
125
- export declare const se_DescribeListenerAttributesCommand: (input: DescribeListenerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_queryDescribeListenerCertificatesCommand
128
- */
129
- export declare const se_DescribeListenerCertificatesCommand: (input: DescribeListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_queryDescribeListenersCommand
132
- */
133
- export declare const se_DescribeListenersCommand: (input: DescribeListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_queryDescribeLoadBalancerAttributesCommand
136
- */
137
- export declare const se_DescribeLoadBalancerAttributesCommand: (input: DescribeLoadBalancerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_queryDescribeLoadBalancersCommand
140
- */
141
- export declare const se_DescribeLoadBalancersCommand: (input: DescribeLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_queryDescribeRulesCommand
144
- */
145
- export declare const se_DescribeRulesCommand: (input: DescribeRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_queryDescribeSSLPoliciesCommand
148
- */
149
- export declare const se_DescribeSSLPoliciesCommand: (input: DescribeSSLPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_queryDescribeTagsCommand
152
- */
153
- export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_queryDescribeTargetGroupAttributesCommand
156
- */
157
- export declare const se_DescribeTargetGroupAttributesCommand: (input: DescribeTargetGroupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_queryDescribeTargetGroupsCommand
160
- */
161
- export declare const se_DescribeTargetGroupsCommand: (input: DescribeTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_queryDescribeTargetHealthCommand
164
- */
165
- export declare const se_DescribeTargetHealthCommand: (input: DescribeTargetHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_queryDescribeTrustStoreAssociationsCommand
168
- */
169
- export declare const se_DescribeTrustStoreAssociationsCommand: (input: DescribeTrustStoreAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_queryDescribeTrustStoreRevocationsCommand
172
- */
173
- export declare const se_DescribeTrustStoreRevocationsCommand: (input: DescribeTrustStoreRevocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_queryDescribeTrustStoresCommand
176
- */
177
- export declare const se_DescribeTrustStoresCommand: (input: DescribeTrustStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_queryGetResourcePolicyCommand
180
- */
181
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_queryGetTrustStoreCaCertificatesBundleCommand
184
- */
185
- export declare const se_GetTrustStoreCaCertificatesBundleCommand: (input: GetTrustStoreCaCertificatesBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_queryGetTrustStoreRevocationContentCommand
188
- */
189
- export declare const se_GetTrustStoreRevocationContentCommand: (input: GetTrustStoreRevocationContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_queryModifyCapacityReservationCommand
192
- */
193
- export declare const se_ModifyCapacityReservationCommand: (input: ModifyCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_queryModifyIpPoolsCommand
196
- */
197
- export declare const se_ModifyIpPoolsCommand: (input: ModifyIpPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_queryModifyListenerCommand
200
- */
201
- export declare const se_ModifyListenerCommand: (input: ModifyListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_queryModifyListenerAttributesCommand
204
- */
205
- export declare const se_ModifyListenerAttributesCommand: (input: ModifyListenerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_queryModifyLoadBalancerAttributesCommand
208
- */
209
- export declare const se_ModifyLoadBalancerAttributesCommand: (input: ModifyLoadBalancerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_queryModifyRuleCommand
212
- */
213
- export declare const se_ModifyRuleCommand: (input: ModifyRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_queryModifyTargetGroupCommand
216
- */
217
- export declare const se_ModifyTargetGroupCommand: (input: ModifyTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_queryModifyTargetGroupAttributesCommand
220
- */
221
- export declare const se_ModifyTargetGroupAttributesCommand: (input: ModifyTargetGroupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_queryModifyTrustStoreCommand
224
- */
225
- export declare const se_ModifyTrustStoreCommand: (input: ModifyTrustStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_queryRegisterTargetsCommand
228
- */
229
- export declare const se_RegisterTargetsCommand: (input: RegisterTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_queryRemoveListenerCertificatesCommand
232
- */
233
- export declare const se_RemoveListenerCertificatesCommand: (input: RemoveListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_queryRemoveTagsCommand
236
- */
237
- export declare const se_RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_queryRemoveTrustStoreRevocationsCommand
240
- */
241
- export declare const se_RemoveTrustStoreRevocationsCommand: (input: RemoveTrustStoreRevocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_querySetIpAddressTypeCommand
244
- */
245
- export declare const se_SetIpAddressTypeCommand: (input: SetIpAddressTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_querySetRulePrioritiesCommand
248
- */
249
- export declare const se_SetRulePrioritiesCommand: (input: SetRulePrioritiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_querySetSecurityGroupsCommand
252
- */
253
- export declare const se_SetSecurityGroupsCommand: (input: SetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_querySetSubnetsCommand
256
- */
257
- export declare const se_SetSubnetsCommand: (input: SetSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * deserializeAws_queryAddListenerCertificatesCommand
260
- */
261
- export declare const de_AddListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddListenerCertificatesCommandOutput>;
262
- /**
263
- * deserializeAws_queryAddTagsCommand
264
- */
265
- export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
266
- /**
267
- * deserializeAws_queryAddTrustStoreRevocationsCommand
268
- */
269
- export declare const de_AddTrustStoreRevocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTrustStoreRevocationsCommandOutput>;
270
- /**
271
- * deserializeAws_queryCreateListenerCommand
272
- */
273
- export declare const de_CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
274
- /**
275
- * deserializeAws_queryCreateLoadBalancerCommand
276
- */
277
- export declare const de_CreateLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoadBalancerCommandOutput>;
278
- /**
279
- * deserializeAws_queryCreateRuleCommand
280
- */
281
- export declare const de_CreateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleCommandOutput>;
282
- /**
283
- * deserializeAws_queryCreateTargetGroupCommand
284
- */
285
- export declare const de_CreateTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTargetGroupCommandOutput>;
286
- /**
287
- * deserializeAws_queryCreateTrustStoreCommand
288
- */
289
- export declare const de_CreateTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrustStoreCommandOutput>;
290
- /**
291
- * deserializeAws_queryDeleteListenerCommand
292
- */
293
- export declare const de_DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
294
- /**
295
- * deserializeAws_queryDeleteLoadBalancerCommand
296
- */
297
- export declare const de_DeleteLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoadBalancerCommandOutput>;
298
- /**
299
- * deserializeAws_queryDeleteRuleCommand
300
- */
301
- export declare const de_DeleteRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleCommandOutput>;
302
- /**
303
- * deserializeAws_queryDeleteSharedTrustStoreAssociationCommand
304
- */
305
- export declare const de_DeleteSharedTrustStoreAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSharedTrustStoreAssociationCommandOutput>;
306
- /**
307
- * deserializeAws_queryDeleteTargetGroupCommand
308
- */
309
- export declare const de_DeleteTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTargetGroupCommandOutput>;
310
- /**
311
- * deserializeAws_queryDeleteTrustStoreCommand
312
- */
313
- export declare const de_DeleteTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrustStoreCommandOutput>;
314
- /**
315
- * deserializeAws_queryDeregisterTargetsCommand
316
- */
317
- export declare const de_DeregisterTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTargetsCommandOutput>;
318
- /**
319
- * deserializeAws_queryDescribeAccountLimitsCommand
320
- */
321
- export declare const de_DescribeAccountLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountLimitsCommandOutput>;
322
- /**
323
- * deserializeAws_queryDescribeCapacityReservationCommand
324
- */
325
- export declare const de_DescribeCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityReservationCommandOutput>;
326
- /**
327
- * deserializeAws_queryDescribeListenerAttributesCommand
328
- */
329
- export declare const de_DescribeListenerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerAttributesCommandOutput>;
330
- /**
331
- * deserializeAws_queryDescribeListenerCertificatesCommand
332
- */
333
- export declare const de_DescribeListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCertificatesCommandOutput>;
334
- /**
335
- * deserializeAws_queryDescribeListenersCommand
336
- */
337
- export declare const de_DescribeListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenersCommandOutput>;
338
- /**
339
- * deserializeAws_queryDescribeLoadBalancerAttributesCommand
340
- */
341
- export declare const de_DescribeLoadBalancerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancerAttributesCommandOutput>;
342
- /**
343
- * deserializeAws_queryDescribeLoadBalancersCommand
344
- */
345
- export declare const de_DescribeLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancersCommandOutput>;
346
- /**
347
- * deserializeAws_queryDescribeRulesCommand
348
- */
349
- export declare const de_DescribeRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRulesCommandOutput>;
350
- /**
351
- * deserializeAws_queryDescribeSSLPoliciesCommand
352
- */
353
- export declare const de_DescribeSSLPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSSLPoliciesCommandOutput>;
354
- /**
355
- * deserializeAws_queryDescribeTagsCommand
356
- */
357
- export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
358
- /**
359
- * deserializeAws_queryDescribeTargetGroupAttributesCommand
360
- */
361
- export declare const de_DescribeTargetGroupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetGroupAttributesCommandOutput>;
362
- /**
363
- * deserializeAws_queryDescribeTargetGroupsCommand
364
- */
365
- export declare const de_DescribeTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetGroupsCommandOutput>;
366
- /**
367
- * deserializeAws_queryDescribeTargetHealthCommand
368
- */
369
- export declare const de_DescribeTargetHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetHealthCommandOutput>;
370
- /**
371
- * deserializeAws_queryDescribeTrustStoreAssociationsCommand
372
- */
373
- export declare const de_DescribeTrustStoreAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustStoreAssociationsCommandOutput>;
374
- /**
375
- * deserializeAws_queryDescribeTrustStoreRevocationsCommand
376
- */
377
- export declare const de_DescribeTrustStoreRevocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustStoreRevocationsCommandOutput>;
378
- /**
379
- * deserializeAws_queryDescribeTrustStoresCommand
380
- */
381
- export declare const de_DescribeTrustStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustStoresCommandOutput>;
382
- /**
383
- * deserializeAws_queryGetResourcePolicyCommand
384
- */
385
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
386
- /**
387
- * deserializeAws_queryGetTrustStoreCaCertificatesBundleCommand
388
- */
389
- export declare const de_GetTrustStoreCaCertificatesBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreCaCertificatesBundleCommandOutput>;
390
- /**
391
- * deserializeAws_queryGetTrustStoreRevocationContentCommand
392
- */
393
- export declare const de_GetTrustStoreRevocationContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrustStoreRevocationContentCommandOutput>;
394
- /**
395
- * deserializeAws_queryModifyCapacityReservationCommand
396
- */
397
- export declare const de_ModifyCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCapacityReservationCommandOutput>;
398
- /**
399
- * deserializeAws_queryModifyIpPoolsCommand
400
- */
401
- export declare const de_ModifyIpPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIpPoolsCommandOutput>;
402
- /**
403
- * deserializeAws_queryModifyListenerCommand
404
- */
405
- export declare const de_ModifyListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyListenerCommandOutput>;
406
- /**
407
- * deserializeAws_queryModifyListenerAttributesCommand
408
- */
409
- export declare const de_ModifyListenerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyListenerAttributesCommandOutput>;
410
- /**
411
- * deserializeAws_queryModifyLoadBalancerAttributesCommand
412
- */
413
- export declare const de_ModifyLoadBalancerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLoadBalancerAttributesCommandOutput>;
414
- /**
415
- * deserializeAws_queryModifyRuleCommand
416
- */
417
- export declare const de_ModifyRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyRuleCommandOutput>;
418
- /**
419
- * deserializeAws_queryModifyTargetGroupCommand
420
- */
421
- export declare const de_ModifyTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTargetGroupCommandOutput>;
422
- /**
423
- * deserializeAws_queryModifyTargetGroupAttributesCommand
424
- */
425
- export declare const de_ModifyTargetGroupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTargetGroupAttributesCommandOutput>;
426
- /**
427
- * deserializeAws_queryModifyTrustStoreCommand
428
- */
429
- export declare const de_ModifyTrustStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTrustStoreCommandOutput>;
430
- /**
431
- * deserializeAws_queryRegisterTargetsCommand
432
- */
433
- export declare const de_RegisterTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTargetsCommandOutput>;
434
- /**
435
- * deserializeAws_queryRemoveListenerCertificatesCommand
436
- */
437
- export declare const de_RemoveListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveListenerCertificatesCommandOutput>;
438
- /**
439
- * deserializeAws_queryRemoveTagsCommand
440
- */
441
- export declare const de_RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
442
- /**
443
- * deserializeAws_queryRemoveTrustStoreRevocationsCommand
444
- */
445
- export declare const de_RemoveTrustStoreRevocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTrustStoreRevocationsCommandOutput>;
446
- /**
447
- * deserializeAws_querySetIpAddressTypeCommand
448
- */
449
- export declare const de_SetIpAddressTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIpAddressTypeCommandOutput>;
450
- /**
451
- * deserializeAws_querySetRulePrioritiesCommand
452
- */
453
- export declare const de_SetRulePrioritiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRulePrioritiesCommandOutput>;
454
- /**
455
- * deserializeAws_querySetSecurityGroupsCommand
456
- */
457
- export declare const de_SetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSecurityGroupsCommandOutput>;
458
- /**
459
- * deserializeAws_querySetSubnetsCommand
460
- */
461
- export declare const de_SetSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSubnetsCommandOutput>;