We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90603ca commit 3c8eeaaCopy full SHA for 3c8eeaa
src/typings/StateMachineImplementation.ts
@@ -1,6 +1,6 @@
1
import type { JSONValue } from './JSONValue';
2
import type { FromCognitoIdentityPoolParameters } from '@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool';
3
-import type { Credentials as AWSCredentials } from '@aws-sdk/types/dist-types/credentials';
+import type { AwsCredentialIdentity as AWSCredentials } from '@aws-sdk/types/dist-types/identity/AwsCredentialIdentity';
4
5
export type TaskStateResourceLocalHandler = {
6
[taskStateName: string]: (input: JSONValue) => Promise<JSONValue>;
0 commit comments