UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 229 B
import { RotateUserKeyOutput } from "./RotateUserKey"; import { InvalidParameterError, NotFoundError } from "./RotateUserKeyError"; export type RotateUserKeyResponse = RotateUserKeyOutput | InvalidParameterError | NotFoundError;