@@ -211,77 +211,6 @@ export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
211211export type UploadCACertificateCommandOutput = CommandOutput < UploadCACertificateResponse > ;
212212export type UploadCertificateCommandOutput = CommandOutput < UploadCertificateResponse > ;
213213
214- // ============================================================================
215- // CommandOutputMap Extensions via Declaration Merging
216- // ============================================================================
217- declare module '@volcengine/sdk-core' {
218- interface CommandOutputMap {
219- AddAclEntriesCommand : AddAclEntriesCommandOutput ;
220- AddServerGroupBackendServersCommand : AddServerGroupBackendServersCommandOutput ;
221- CloneLoadBalancerCommand : CloneLoadBalancerCommandOutput ;
222- CreateAclCommand : CreateAclCommandOutput ;
223- CreateCustomizedCfgCommand : CreateCustomizedCfgCommandOutput ;
224- CreateHealthCheckTemplatesCommand : CreateHealthCheckTemplatesCommandOutput ;
225- CreateListenerCommand : CreateListenerCommandOutput ;
226- CreateLoadBalancerCommand : CreateLoadBalancerCommandOutput ;
227- CreateRulesCommand : CreateRulesCommandOutput ;
228- CreateServerGroupCommand : CreateServerGroupCommandOutput ;
229- DeleteAclCommand : DeleteAclCommandOutput ;
230- DeleteCACertificateCommand : DeleteCACertificateCommandOutput ;
231- DeleteCertificateCommand : DeleteCertificateCommandOutput ;
232- DeleteCustomizedCfgCommand : DeleteCustomizedCfgCommandOutput ;
233- DeleteHealthCheckTemplatesCommand : DeleteHealthCheckTemplatesCommandOutput ;
234- DeleteListenerCommand : DeleteListenerCommandOutput ;
235- DeleteLoadBalancerCommand : DeleteLoadBalancerCommandOutput ;
236- DeleteRulesCommand : DeleteRulesCommandOutput ;
237- DeleteServerGroupCommand : DeleteServerGroupCommandOutput ;
238- DescribeAclAttributesCommand : DescribeAclAttributesCommandOutput ;
239- DescribeAclsCommand : DescribeAclsCommandOutput ;
240- DescribeAllCertificatesCommand : DescribeAllCertificatesCommandOutput ;
241- DescribeCACertificatesCommand : DescribeCACertificatesCommandOutput ;
242- DescribeCertificatesCommand : DescribeCertificatesCommandOutput ;
243- DescribeCustomizedCfgAttributesCommand : DescribeCustomizedCfgAttributesCommandOutput ;
244- DescribeCustomizedCfgsCommand : DescribeCustomizedCfgsCommandOutput ;
245- DescribeHealthCheckTemplatesCommand : DescribeHealthCheckTemplatesCommandOutput ;
246- DescribeListenerAttributesCommand : DescribeListenerAttributesCommandOutput ;
247- DescribeListenerHealthCommand : DescribeListenerHealthCommandOutput ;
248- DescribeListenersCommand : DescribeListenersCommandOutput ;
249- DescribeLoadBalancerAttributesCommand : DescribeLoadBalancerAttributesCommandOutput ;
250- DescribeLoadBalancersCommand : DescribeLoadBalancersCommandOutput ;
251- DescribeRulesCommand : DescribeRulesCommandOutput ;
252- DescribeServerGroupAttributesCommand : DescribeServerGroupAttributesCommandOutput ;
253- DescribeServerGroupBackendServersCommand : DescribeServerGroupBackendServersCommandOutput ;
254- DescribeServerGroupsCommand : DescribeServerGroupsCommandOutput ;
255- DescribeZonesCommand : DescribeZonesCommandOutput ;
256- DisableAccessLogCommand : DisableAccessLogCommandOutput ;
257- DisableHealthLogCommand : DisableHealthLogCommandOutput ;
258- DisableTLSAccessLogCommand : DisableTLSAccessLogCommandOutput ;
259- EnableAccessLogCommand : EnableAccessLogCommandOutput ;
260- EnableHealthLogCommand : EnableHealthLogCommandOutput ;
261- EnableTLSAccessLogCommand : EnableTLSAccessLogCommandOutput ;
262- ListTagsForResourcesCommand : ListTagsForResourcesCommandOutput ;
263- ModifyAclAttributesCommand : ModifyAclAttributesCommandOutput ;
264- ModifyCACertificateAttributesCommand : ModifyCACertificateAttributesCommandOutput ;
265- ModifyCertificateAttributesCommand : ModifyCertificateAttributesCommandOutput ;
266- ModifyCustomizedCfgAttributesCommand : ModifyCustomizedCfgAttributesCommandOutput ;
267- ModifyHealthCheckTemplatesAttributesCommand : ModifyHealthCheckTemplatesAttributesCommandOutput ;
268- ModifyListenerAttributesCommand : ModifyListenerAttributesCommandOutput ;
269- ModifyLoadBalancerAttributesCommand : ModifyLoadBalancerAttributesCommandOutput ;
270- ModifyLoadBalancerTypeCommand : ModifyLoadBalancerTypeCommandOutput ;
271- ModifyLoadBalancerZonesCommand : ModifyLoadBalancerZonesCommandOutput ;
272- ModifyRulesCommand : ModifyRulesCommandOutput ;
273- ModifyServerGroupAttributesCommand : ModifyServerGroupAttributesCommandOutput ;
274- ModifyServerGroupBackendServersCommand : ModifyServerGroupBackendServersCommandOutput ;
275- RemoveAclEntriesCommand : RemoveAclEntriesCommandOutput ;
276- RemoveServerGroupBackendServersCommand : RemoveServerGroupBackendServersCommandOutput ;
277- ReplaceCACertificateCommand : ReplaceCACertificateCommandOutput ;
278- ReplaceCertificateCommand : ReplaceCertificateCommandOutput ;
279- TagResourcesCommand : TagResourcesCommandOutput ;
280- UntagResourcesCommand : UntagResourcesCommandOutput ;
281- UploadCACertificateCommand : UploadCACertificateCommandOutput ;
282- UploadCertificateCommand : UploadCertificateCommandOutput ;
283- }
284- }
285214
286215/**
287216 * ALBClient Service Client
0 commit comments