Skip to content

Commit 1402e71

Browse files
committed
refactor: 移除多个服务中CommandOutputMap的声明合并
1 parent 0a39842 commit 1402e71

98 files changed

Lines changed: 0 additions & 4139 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

service/acep/src/api.ts

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -106,42 +106,6 @@ export type UpdateCustomRouteCommandOutput = CommandOutput<UpdateCustomRouteResp
106106
export type UpdatePhoneTemplateCommandOutput = CommandOutput<UpdatePhoneTemplateResponse>;
107107
export type UpdatePodPropertyCommandOutput = CommandOutput<UpdatePodPropertyResponse>;
108108

109-
// ============================================================================
110-
// CommandOutputMap Extensions via Declaration Merging
111-
// ============================================================================
112-
declare module '@volcengine/sdk-core' {
113-
interface CommandOutputMap {
114-
AddCustomRouteCommand: AddCustomRouteCommandOutput;
115-
AddPhoneTemplateCommand: AddPhoneTemplateCommandOutput;
116-
BackupDataCommand: BackupDataCommandOutput;
117-
BackupPodCommand: BackupPodCommandOutput;
118-
CancelBackupPodCommand: CancelBackupPodCommandOutput;
119-
CancelRestorePodCommand: CancelRestorePodCommandOutput;
120-
CreatePodCommand: CreatePodCommandOutput;
121-
CreatePodOneStepCommand: CreatePodOneStepCommandOutput;
122-
DeleteBackupDataCommand: DeleteBackupDataCommandOutput;
123-
DeleteCustomRouteCommand: DeleteCustomRouteCommandOutput;
124-
GetDcBandwidthDailyPeakCommand: GetDcBandwidthDailyPeakCommandOutput;
125-
GetPhoneTemplateCommand: GetPhoneTemplateCommandOutput;
126-
ListAppCommand: ListAppCommandOutput;
127-
ListBackupDataCommand: ListBackupDataCommandOutput;
128-
ListCustomRouteCommand: ListCustomRouteCommandOutput;
129-
ListPhoneTemplateCommand: ListPhoneTemplateCommandOutput;
130-
ListPodCommand: ListPodCommandOutput;
131-
MigratePodCommand: MigratePodCommandOutput;
132-
RemovePhoneTemplateCommand: RemovePhoneTemplateCommandOutput;
133-
ResetPodCommand: ResetPodCommandOutput;
134-
RestoreDataCommand: RestoreDataCommandOutput;
135-
RestorePodCommand: RestorePodCommandOutput;
136-
StartRecordingCommand: StartRecordingCommandOutput;
137-
StartScreenShotCommand: StartScreenShotCommandOutput;
138-
StopRecordingCommand: StopRecordingCommandOutput;
139-
StopScreenShotCommand: StopScreenShotCommandOutput;
140-
UpdateCustomRouteCommand: UpdateCustomRouteCommandOutput;
141-
UpdatePhoneTemplateCommand: UpdatePhoneTemplateCommandOutput;
142-
UpdatePodPropertyCommand: UpdatePodPropertyCommandOutput;
143-
}
144-
}
145109

146110
/**
147111
* ACEPClient Service Client

service/advdefence/src/api.ts

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -94,38 +94,6 @@ export type SetDefSwitchCommandOutput = CommandOutput<SetDefSwitchResponse>;
9494
export type UpdHostRuleCommandOutput = CommandOutput<UpdHostRuleResponse>;
9595
export type UpdateAtkAlarmThresholdCommandOutput = CommandOutput<UpdateAtkAlarmThresholdResponse>;
9696

97-
// ============================================================================
98-
// CommandOutputMap Extensions via Declaration Merging
99-
// ============================================================================
100-
declare module '@volcengine/sdk-core' {
101-
interface CommandOutputMap {
102-
AddHostRuleCommand: AddHostRuleCommandOutput;
103-
BatchAddHostRuleCommand: BatchAddHostRuleCommandOutput;
104-
BatchDelHostRuleCommand: BatchDelHostRuleCommandOutput;
105-
BatchDeleteFwdRuleCommand: BatchDeleteFwdRuleCommandOutput;
106-
BatchSwitchBackupServersCommand: BatchSwitchBackupServersCommandOutput;
107-
BatchUpdHostRuleCommand: BatchUpdHostRuleCommandOutput;
108-
DelHostRuleCommand: DelHostRuleCommandOutput;
109-
DescAtkAlarmThresholdCommand: DescAtkAlarmThresholdCommandOutput;
110-
DescCertificateCommand: DescCertificateCommandOutput;
111-
DescFwdRuleCommand: DescFwdRuleCommandOutput;
112-
DescHostRulesCommand: DescHostRulesCommandOutput;
113-
DescInstanceListCommand: DescInstanceListCommandOutput;
114-
DescWebAtkOverviewCommand: DescWebAtkOverviewCommandOutput;
115-
DescWebAtkStatisticsCommand: DescWebAtkStatisticsCommandOutput;
116-
DescWebAtkTopSrcIpCommand: DescWebAtkTopSrcIpCommandOutput;
117-
DescWebAtkTopUrlCommand: DescWebAtkTopUrlCommandOutput;
118-
DescWebBpsFlowCommand: DescWebBpsFlowCommandOutput;
119-
DescWebQpsFlowCommand: DescWebQpsFlowCommandOutput;
120-
DescWebRespCodeCommand: DescWebRespCodeCommandOutput;
121-
GetFwdRuleLipListCommand: GetFwdRuleLipListCommandOutput;
122-
GetHostDefStatusCommand: GetHostDefStatusCommandOutput;
123-
GetWebDefAttackLogCommand: GetWebDefAttackLogCommandOutput;
124-
SetDefSwitchCommand: SetDefSwitchCommandOutput;
125-
UpdHostRuleCommand: UpdHostRuleCommandOutput;
126-
UpdateAtkAlarmThresholdCommand: UpdateAtkAlarmThresholdCommandOutput;
127-
}
128-
}
12997

13098
/**
13199
* ADVDEFENCEClient Service Client

service/advdefence20230308/src/api.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,6 @@ export type DescribeBizFlowAndConnCountCommandOutput = CommandOutput<DescribeBiz
4646
export type UpdWebDefCcRuleCommandOutput = CommandOutput<UpdWebDefCcRuleResponse>;
4747
export type UpdateFwdRuleCommandOutput = CommandOutput<UpdateFwdRuleResponse>;
4848

49-
// ============================================================================
50-
// CommandOutputMap Extensions via Declaration Merging
51-
// ============================================================================
52-
declare module '@volcengine/sdk-core' {
53-
interface CommandOutputMap {
54-
AddWebDefCcRuleCommand: AddWebDefCcRuleCommandOutput;
55-
BatchAddFwdRuleCommand: BatchAddFwdRuleCommandOutput;
56-
DelWebDefCcRuleCommand: DelWebDefCcRuleCommandOutput;
57-
DescWebDefCcRuleCommand: DescWebDefCcRuleCommandOutput;
58-
DescribeAttackEventCommand: DescribeAttackEventCommandOutput;
59-
DescribeAttackFlowCommand: DescribeAttackFlowCommandOutput;
60-
DescribeBizFlowAndConnCountCommand: DescribeBizFlowAndConnCountCommandOutput;
61-
UpdWebDefCcRuleCommand: UpdWebDefCcRuleCommandOutput;
62-
UpdateFwdRuleCommand: UpdateFwdRuleCommandOutput;
63-
}
64-
}
6549

6650
/**
6751
* ADVDEFENCE20230308Client Service Client

service/aiotvideo/src/api.ts

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -151,57 +151,6 @@ export type UpdateScreenshotTemplateCommandOutput = CommandOutput<UpdateScreensh
151151
export type UpdateSpaceCommandOutput = CommandOutput<UpdateSpaceResponse>;
152152
export type UpdateStreamCommandOutput = CommandOutput<UpdateStreamResponse>;
153153

154-
// ============================================================================
155-
// CommandOutputMap Extensions via Declaration Merging
156-
// ============================================================================
157-
declare module '@volcengine/sdk-core' {
158-
interface CommandOutputMap {
159-
CancelBindTemplateCommand: CancelBindTemplateCommandOutput;
160-
CancelStreamTemplateCommand: CancelStreamTemplateCommandOutput;
161-
CancelStreamTemplateV2Command: CancelStreamTemplateV2CommandOutput;
162-
CreateDeviceCommand: CreateDeviceCommandOutput;
163-
CreateScreenshotTemplateCommand: CreateScreenshotTemplateCommandOutput;
164-
CreateSpaceCommand: CreateSpaceCommandOutput;
165-
CreateStreamCommand: CreateStreamCommandOutput;
166-
DeleteDeviceCommand: DeleteDeviceCommandOutput;
167-
DeleteScreenshotTemplateCommand: DeleteScreenshotTemplateCommandOutput;
168-
DeleteSpaceCommand: DeleteSpaceCommandOutput;
169-
DeleteStreamCommand: DeleteStreamCommandOutput;
170-
DeleteStreamRecordCommand: DeleteStreamRecordCommandOutput;
171-
FreshDeviceCommand: FreshDeviceCommandOutput;
172-
GetDataProjectWithBindWidthAndFlowCommand: GetDataProjectWithBindWidthAndFlowCommandOutput;
173-
GetDeviceCommand: GetDeviceCommandOutput;
174-
GetDeviceChannelsV2Command: GetDeviceChannelsV2CommandOutput;
175-
GetLocalDownloadCommand: GetLocalDownloadCommandOutput;
176-
GetPushStreamCntCommand: GetPushStreamCntCommandOutput;
177-
GetScreenshotTemplateCommand: GetScreenshotTemplateCommandOutput;
178-
GetSpaceCommand: GetSpaceCommandOutput;
179-
GetSpaceTemplateCommand: GetSpaceTemplateCommandOutput;
180-
GetStreamCommand: GetStreamCommandOutput;
181-
GetStreamDataCommand: GetStreamDataCommandOutput;
182-
GetStreamRecordCommand: GetStreamRecordCommandOutput;
183-
ListDeviceScreenshotsV2Command: ListDeviceScreenshotsV2CommandOutput;
184-
ListDevicesCommand: ListDevicesCommandOutput;
185-
ListScreenshotTemplatesCommand: ListScreenshotTemplatesCommandOutput;
186-
ListSpacesCommand: ListSpacesCommandOutput;
187-
ListStreamsCommand: ListStreamsCommandOutput;
188-
SetSpaceTemplateCommand: SetSpaceTemplateCommandOutput;
189-
SetStreamTemplateCommand: SetStreamTemplateCommandOutput;
190-
SetStreamTemplateV2Command: SetStreamTemplateV2CommandOutput;
191-
StartSpaceCommand: StartSpaceCommandOutput;
192-
StartStreamCommand: StartStreamCommandOutput;
193-
StartVoiceTalkCommand: StartVoiceTalkCommandOutput;
194-
StatStreamCommand: StatStreamCommandOutput;
195-
StopSpaceCommand: StopSpaceCommandOutput;
196-
StopVoiceTalkCommand: StopVoiceTalkCommandOutput;
197-
StreamStartRecordCommand: StreamStartRecordCommandOutput;
198-
StreamStopRecordCommand: StreamStopRecordCommandOutput;
199-
UpdateDeviceCommand: UpdateDeviceCommandOutput;
200-
UpdateScreenshotTemplateCommand: UpdateScreenshotTemplateCommandOutput;
201-
UpdateSpaceCommand: UpdateSpaceCommandOutput;
202-
UpdateStreamCommand: UpdateStreamCommandOutput;
203-
}
204-
}
205154

206155
/**
207156
* AIOTVIDEOClient Service Client

service/aiotvideo20231001/src/api.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,6 @@ export type PlayCloudRecordCommandOutput = CommandOutput<PlayCloudRecordResponse
4646
export type StartPlaybackCommandOutput = CommandOutput<StartPlaybackResponse>;
4747
export type StopPlaybackCommandOutput = CommandOutput<StopPlaybackResponse>;
4848

49-
// ============================================================================
50-
// CommandOutputMap Extensions via Declaration Merging
51-
// ============================================================================
52-
declare module '@volcengine/sdk-core' {
53-
interface CommandOutputMap {
54-
CloudControlCommand: CloudControlCommandOutput;
55-
ControlPlaybackCommand: ControlPlaybackCommandOutput;
56-
DownloadLocalMediaCommand: DownloadLocalMediaCommandOutput;
57-
GetRecordListCommand: GetRecordListCommandOutput;
58-
ListStreamRecordsCommand: ListStreamRecordsCommandOutput;
59-
ListStreamScreenshotsCommand: ListStreamScreenshotsCommandOutput;
60-
PlayCloudRecordCommand: PlayCloudRecordCommandOutput;
61-
StartPlaybackCommand: StartPlaybackCommandOutput;
62-
StopPlaybackCommand: StopPlaybackCommandOutput;
63-
}
64-
}
6549

6650
/**
6751
* AIOTVIDEO20231001Client Service Client

service/alb/src/api.ts

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -211,77 +211,6 @@ export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
211211
export type UploadCACertificateCommandOutput = CommandOutput<UploadCACertificateResponse>;
212212
export 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

service/apig/src/api.ts

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -190,70 +190,6 @@ export type UpdateUpstreamCommandOutput = CommandOutput<UpdateUpstreamResponse>;
190190
export type UpdateUpstreamSourceCommandOutput = CommandOutput<UpdateUpstreamSourceResponse>;
191191
export type UpdateUpstreamVersionCommandOutput = CommandOutput<UpdateUpstreamVersionResponse>;
192192

193-
// ============================================================================
194-
// CommandOutputMap Extensions via Declaration Merging
195-
// ============================================================================
196-
declare module '@volcengine/sdk-core' {
197-
interface CommandOutputMap {
198-
AttachGatewayLBCommand: AttachGatewayLBCommandOutput;
199-
CheckConsumerCredentialExistCommand: CheckConsumerCredentialExistCommandOutput;
200-
CheckConsumerExistCommand: CheckConsumerExistCommandOutput;
201-
CheckConsumerUsedCommand: CheckConsumerUsedCommandOutput;
202-
CheckCustomDomainExistCommand: CheckCustomDomainExistCommandOutput;
203-
CheckGatewayExistCommand: CheckGatewayExistCommandOutput;
204-
CheckGatewayServiceExistCommand: CheckGatewayServiceExistCommandOutput;
205-
CheckUpstreamExistCommand: CheckUpstreamExistCommandOutput;
206-
CheckUpstreamVersionExistCommand: CheckUpstreamVersionExistCommandOutput;
207-
CreateConsumerCommand: CreateConsumerCommandOutput;
208-
CreateConsumerCredentialCommand: CreateConsumerCredentialCommandOutput;
209-
CreateCustomDomainCommand: CreateCustomDomainCommandOutput;
210-
CreateGatewayCommand: CreateGatewayCommandOutput;
211-
CreateGatewayServiceCommand: CreateGatewayServiceCommandOutput;
212-
CreatePluginBindingCommand: CreatePluginBindingCommandOutput;
213-
CreateUpstreamCommand: CreateUpstreamCommandOutput;
214-
CreateUpstreamSourceCommand: CreateUpstreamSourceCommandOutput;
215-
CreateUpstreamVersionCommand: CreateUpstreamVersionCommandOutput;
216-
DeleteConsumerCommand: DeleteConsumerCommandOutput;
217-
DeleteConsumerCredentialCommand: DeleteConsumerCredentialCommandOutput;
218-
DeleteCustomDomainCommand: DeleteCustomDomainCommandOutput;
219-
DeleteGatewayCommand: DeleteGatewayCommandOutput;
220-
DeleteGatewayServiceCommand: DeleteGatewayServiceCommandOutput;
221-
DeletePluginBindingCommand: DeletePluginBindingCommandOutput;
222-
DeleteUpstreamCommand: DeleteUpstreamCommandOutput;
223-
DeleteUpstreamSourceCommand: DeleteUpstreamSourceCommandOutput;
224-
DeleteUpstreamVersionCommand: DeleteUpstreamVersionCommandOutput;
225-
DetachGatewayLBCommand: DetachGatewayLBCommandOutput;
226-
GetConsumerCommand: GetConsumerCommandOutput;
227-
GetCustomDomainCommand: GetCustomDomainCommandOutput;
228-
GetGatewayCommand: GetGatewayCommandOutput;
229-
GetGatewayServiceCommand: GetGatewayServiceCommandOutput;
230-
GetJwtTokenCommand: GetJwtTokenCommandOutput;
231-
GetPluginBindingCommand: GetPluginBindingCommandOutput;
232-
GetUpstreamCommand: GetUpstreamCommandOutput;
233-
GetUpstreamSourceCommand: GetUpstreamSourceCommandOutput;
234-
ListConsumerCredentialsCommand: ListConsumerCredentialsCommandOutput;
235-
ListConsumersCommand: ListConsumersCommandOutput;
236-
ListCustomDomainsCommand: ListCustomDomainsCommandOutput;
237-
ListGatewayLBsCommand: ListGatewayLBsCommandOutput;
238-
ListGatewayServicesCommand: ListGatewayServicesCommandOutput;
239-
ListGatewaysCommand: ListGatewaysCommandOutput;
240-
ListPluginBindingsCommand: ListPluginBindingsCommandOutput;
241-
ListUpstreamSourcesCommand: ListUpstreamSourcesCommandOutput;
242-
ListUpstreamsCommand: ListUpstreamsCommandOutput;
243-
UpdateConsumerCommand: UpdateConsumerCommandOutput;
244-
UpdateCustomDomainCommand: UpdateCustomDomainCommandOutput;
245-
UpdateGatewayCommand: UpdateGatewayCommandOutput;
246-
UpdateGatewayCustomLogCommand: UpdateGatewayCustomLogCommandOutput;
247-
UpdateGatewayLogCommand: UpdateGatewayLogCommandOutput;
248-
UpdateGatewayServiceCommand: UpdateGatewayServiceCommandOutput;
249-
UpdateGatewaySpecCommand: UpdateGatewaySpecCommandOutput;
250-
UpdateGatewayTraceCommand: UpdateGatewayTraceCommandOutput;
251-
UpdatePluginBindingCommand: UpdatePluginBindingCommandOutput;
252-
UpdateUpstreamCommand: UpdateUpstreamCommandOutput;
253-
UpdateUpstreamSourceCommand: UpdateUpstreamSourceCommandOutput;
254-
UpdateUpstreamVersionCommand: UpdateUpstreamVersionCommandOutput;
255-
}
256-
}
257193

258194
/**
259195
* APIGClient Service Client

service/apig20221112/src/api.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,6 @@ export type GetRouteCommandOutput = CommandOutput<GetRouteResponse>;
3737
export type ListRoutesCommandOutput = CommandOutput<ListRoutesResponse>;
3838
export type UpdateRouteCommandOutput = CommandOutput<UpdateRouteResponse>;
3939

40-
// ============================================================================
41-
// CommandOutputMap Extensions via Declaration Merging
42-
// ============================================================================
43-
declare module '@volcengine/sdk-core' {
44-
interface CommandOutputMap {
45-
CheckRouteExistCommand: CheckRouteExistCommandOutput;
46-
CreateRouteCommand: CreateRouteCommandOutput;
47-
DeleteRouteCommand: DeleteRouteCommandOutput;
48-
GetRouteCommand: GetRouteCommandOutput;
49-
ListRoutesCommand: ListRoutesCommandOutput;
50-
UpdateRouteCommand: UpdateRouteCommandOutput;
51-
}
52-
}
5340

5441
/**
5542
* APIG20221112Client Service Client

0 commit comments

Comments
 (0)