UNPKG

@aws-amplify/data-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer - Aliased to use `Data` name scheme.

9 lines (8 loc) 301 B
import { ServiceException as __ServiceException, } from "@smithy/smithy-client"; export { __ServiceException }; export class STSServiceException extends __ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, STSServiceException.prototype); } }