Skip to main content

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
NameType
inputCreateScheduleInput
nextOmitLastParam<(input: CreateScheduleInput, next: OmitLastParam<...>) => Promise<CreateScheduleOutput>>
Returns

Promise<CreateScheduleOutput>