@aws-sdk/client-ssm
Version:
AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native
10 lines (9 loc) • 329 B
TypeScript
import {
ServiceExceptionOptions as __ServiceExceptionOptions,
ServiceException as __ServiceException,
} from "@smithy/core/client";
export { __ServiceExceptionOptions };
export { __ServiceException };
export declare class SSMServiceException extends __ServiceException {
constructor(options: __ServiceExceptionOptions);
}