Interface: ScheduleClientInterceptor
client.ScheduleClientInterceptor
Implement any of these methods to intercept ScheduleClient outbound calls
Properties
create
• Optional create: (input: CreateScheduleInput, next: OmitLastParam<(input: CreateScheduleInput, next: OmitLastParam<...>) => Promise<CreateScheduleOutput>>) => Promise<CreateScheduleOutput>
Intercept a service call to CreateSchedule
Type declaration
▸ (input, next): Promise<CreateScheduleOutput>
Intercept a service call to CreateSchedule
Parameters
| Name | Type |
|---|---|
input | CreateScheduleInput |
next | OmitLastParam<(input: CreateScheduleInput, next: OmitLastParam<...>) => Promise<CreateScheduleOutput>> |
Returns
Promise<CreateScheduleOutput>