@aws-sdk/client-elastic-load-balancing-v2 3.306.0 → 3.309.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 (73) hide show
  1. package/dist-cjs/commands/AddListenerCertificatesCommand.js +2 -2
  2. package/dist-cjs/commands/AddTagsCommand.js +2 -2
  3. package/dist-cjs/commands/CreateListenerCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -2
  5. package/dist-cjs/commands/CreateRuleCommand.js +2 -2
  6. package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteListenerCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -2
  11. package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeListenersCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeRulesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeTargetHealthCommand.js +2 -2
  23. package/dist-cjs/commands/ModifyListenerCommand.js +2 -2
  24. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
  25. package/dist-cjs/commands/ModifyRuleCommand.js +2 -2
  26. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +2 -2
  27. package/dist-cjs/commands/ModifyTargetGroupCommand.js +2 -2
  28. package/dist-cjs/commands/RegisterTargetsCommand.js +2 -2
  29. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +2 -2
  30. package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
  31. package/dist-cjs/commands/SetIpAddressTypeCommand.js +2 -2
  32. package/dist-cjs/commands/SetRulePrioritiesCommand.js +2 -2
  33. package/dist-cjs/commands/SetSecurityGroupsCommand.js +2 -2
  34. package/dist-cjs/commands/SetSubnetsCommand.js +2 -2
  35. package/dist-cjs/protocols/Aws_query.js +870 -872
  36. package/dist-es/commands/AddListenerCertificatesCommand.js +3 -3
  37. package/dist-es/commands/AddTagsCommand.js +3 -3
  38. package/dist-es/commands/CreateListenerCommand.js +3 -3
  39. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -3
  40. package/dist-es/commands/CreateRuleCommand.js +3 -3
  41. package/dist-es/commands/CreateTargetGroupCommand.js +3 -3
  42. package/dist-es/commands/DeleteListenerCommand.js +3 -3
  43. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -3
  44. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  45. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -3
  46. package/dist-es/commands/DeregisterTargetsCommand.js +3 -3
  47. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
  48. package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -3
  49. package/dist-es/commands/DescribeListenersCommand.js +3 -3
  50. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
  51. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
  52. package/dist-es/commands/DescribeRulesCommand.js +3 -3
  53. package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -3
  54. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  55. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -3
  56. package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -3
  57. package/dist-es/commands/DescribeTargetHealthCommand.js +3 -3
  58. package/dist-es/commands/ModifyListenerCommand.js +3 -3
  59. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
  60. package/dist-es/commands/ModifyRuleCommand.js +3 -3
  61. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -3
  62. package/dist-es/commands/ModifyTargetGroupCommand.js +3 -3
  63. package/dist-es/commands/RegisterTargetsCommand.js +3 -3
  64. package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -3
  65. package/dist-es/commands/RemoveTagsCommand.js +3 -3
  66. package/dist-es/commands/SetIpAddressTypeCommand.js +3 -3
  67. package/dist-es/commands/SetRulePrioritiesCommand.js +3 -3
  68. package/dist-es/commands/SetSecurityGroupsCommand.js +3 -3
  69. package/dist-es/commands/SetSubnetsCommand.js +3 -3
  70. package/dist-es/protocols/Aws_query.js +800 -802
  71. package/dist-types/protocols/Aws_query.d.ts +272 -68
  72. package/dist-types/ts3.4/protocols/Aws_query.d.ts +68 -68
  73. package/package.json +6 -6
@@ -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
- export declare const serializeAws_queryAddListenerCertificatesCommand: (input: AddListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_queryAddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_queryCreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_queryCreateLoadBalancerCommand: (input: CreateLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_queryCreateRuleCommand: (input: CreateRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_queryCreateTargetGroupCommand: (input: CreateTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_queryDeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_queryDeleteLoadBalancerCommand: (input: DeleteLoadBalancerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_queryDeleteRuleCommand: (input: DeleteRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_queryDeleteTargetGroupCommand: (input: DeleteTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_queryDeregisterTargetsCommand: (input: DeregisterTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_queryDescribeAccountLimitsCommand: (input: DescribeAccountLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_queryDescribeListenerCertificatesCommand: (input: DescribeListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_queryDescribeListenersCommand: (input: DescribeListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_queryDescribeLoadBalancerAttributesCommand: (input: DescribeLoadBalancerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_queryDescribeLoadBalancersCommand: (input: DescribeLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_queryDescribeRulesCommand: (input: DescribeRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_queryDescribeSSLPoliciesCommand: (input: DescribeSSLPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_queryDescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_queryDescribeTargetGroupAttributesCommand: (input: DescribeTargetGroupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_queryDescribeTargetGroupsCommand: (input: DescribeTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_queryDescribeTargetHealthCommand: (input: DescribeTargetHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_queryModifyListenerCommand: (input: ModifyListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_queryModifyLoadBalancerAttributesCommand: (input: ModifyLoadBalancerAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_queryModifyRuleCommand: (input: ModifyRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_queryModifyTargetGroupCommand: (input: ModifyTargetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_queryModifyTargetGroupAttributesCommand: (input: ModifyTargetGroupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_queryRegisterTargetsCommand: (input: RegisterTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_queryRemoveListenerCertificatesCommand: (input: RemoveListenerCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_queryRemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_querySetIpAddressTypeCommand: (input: SetIpAddressTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_querySetRulePrioritiesCommand: (input: SetRulePrioritiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_querySetSecurityGroupsCommand: (input: SetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_querySetSubnetsCommand: (input: SetSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const deserializeAws_queryAddListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddListenerCertificatesCommandOutput>;
72
- export declare const deserializeAws_queryAddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
73
- export declare const deserializeAws_queryCreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
74
- export declare const deserializeAws_queryCreateLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoadBalancerCommandOutput>;
75
- export declare const deserializeAws_queryCreateRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleCommandOutput>;
76
- export declare const deserializeAws_queryCreateTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTargetGroupCommandOutput>;
77
- export declare const deserializeAws_queryDeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
78
- export declare const deserializeAws_queryDeleteLoadBalancerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoadBalancerCommandOutput>;
79
- export declare const deserializeAws_queryDeleteRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleCommandOutput>;
80
- export declare const deserializeAws_queryDeleteTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTargetGroupCommandOutput>;
81
- export declare const deserializeAws_queryDeregisterTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTargetsCommandOutput>;
82
- export declare const deserializeAws_queryDescribeAccountLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountLimitsCommandOutput>;
83
- export declare const deserializeAws_queryDescribeListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCertificatesCommandOutput>;
84
- export declare const deserializeAws_queryDescribeListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenersCommandOutput>;
85
- export declare const deserializeAws_queryDescribeLoadBalancerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancerAttributesCommandOutput>;
86
- export declare const deserializeAws_queryDescribeLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoadBalancersCommandOutput>;
87
- export declare const deserializeAws_queryDescribeRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRulesCommandOutput>;
88
- export declare const deserializeAws_queryDescribeSSLPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSSLPoliciesCommandOutput>;
89
- export declare const deserializeAws_queryDescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
90
- export declare const deserializeAws_queryDescribeTargetGroupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetGroupAttributesCommandOutput>;
91
- export declare const deserializeAws_queryDescribeTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetGroupsCommandOutput>;
92
- export declare const deserializeAws_queryDescribeTargetHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTargetHealthCommandOutput>;
93
- export declare const deserializeAws_queryModifyListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyListenerCommandOutput>;
94
- export declare const deserializeAws_queryModifyLoadBalancerAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyLoadBalancerAttributesCommandOutput>;
95
- export declare const deserializeAws_queryModifyRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyRuleCommandOutput>;
96
- export declare const deserializeAws_queryModifyTargetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTargetGroupCommandOutput>;
97
- export declare const deserializeAws_queryModifyTargetGroupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTargetGroupAttributesCommandOutput>;
98
- export declare const deserializeAws_queryRegisterTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTargetsCommandOutput>;
99
- export declare const deserializeAws_queryRemoveListenerCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveListenerCertificatesCommandOutput>;
100
- export declare const deserializeAws_queryRemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
101
- export declare const deserializeAws_querySetIpAddressTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIpAddressTypeCommandOutput>;
102
- export declare const deserializeAws_querySetRulePrioritiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRulePrioritiesCommandOutput>;
103
- export declare const deserializeAws_querySetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSecurityGroupsCommandOutput>;
104
- export declare const deserializeAws_querySetSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSubnetsCommandOutput>;
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>;