fix(types): use SerdeFunctions type as serde plugin input, but call serde functions as type SerdeContext #3074
Annotations
12 errors and 1 warning
Run integration tests
Argument of type '(input: CreateCityCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: GetCityAnnouncementsCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: GetCityCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: GetCityImageCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: GetCurrentTimeCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: GetForecastCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: InvokeCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: ListCitiesCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: OnlyFakeAuthCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run integration tests
Argument of type '(input: OnlyFakeAuthOptionalCommandInput, context: SerdeContext) => Promise<HttpRequest>' is not assignable to parameter of type 'RequestSerializer<any, SerdeFunctions & EndpointBearer>'.
|
Run unit tests
Module '"util"' has no default export.
|
Run unit tests
Cannot find module 'weather' or its corresponding type declarations.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, gradle/wrapper-validation-action@v1, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading