Skip to content

Commit 3c8eeaa

Browse files
committed
Replace deprecated type
1 parent 90603ca commit 3c8eeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typings/StateMachineImplementation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { JSONValue } from './JSONValue';
22
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';
3+
import type { AwsCredentialIdentity as AWSCredentials } from '@aws-sdk/types/dist-types/identity/AwsCredentialIdentity';
44

55
export type TaskStateResourceLocalHandler = {
66
[taskStateName: string]: (input: JSONValue) => Promise<JSONValue>;

0 commit comments

Comments
 (0)