Skip to content

Commit 511f2f6

Browse files
committed
migrate
1 parent 185406d commit 511f2f6

File tree

1 file changed

+2
-2
lines changed
  • packages/core/src/stepFunctions/workflowStudio

1 file changed

+2
-2
lines changed

packages/core/src/stepFunctions/workflowStudio/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
5-
import { IAM } from 'aws-sdk'
5+
import * as IAM from '@aws-sdk/client-iam'
66
import * as StepFunctions from '@aws-sdk/client-sfn'
77
import * as vscode from 'vscode'
88

@@ -94,7 +94,7 @@ export enum ApiAction {
9494
}
9595

9696
type ApiCallRequestMapping = {
97-
[ApiAction.IAMListRoles]: IAM.ListRolesRequest
97+
[ApiAction.IAMListRoles]: IAM.ListRolesCommandInput
9898
[ApiAction.SFNTestState]: StepFunctions.TestStateInput
9999
}
100100

0 commit comments

Comments
 (0)