import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

This exception is thrown when the requested operation is not supported.

*/ export interface UnsupportedOperationException extends __ServiceException__<_UnsupportedOperationExceptionDetails> { name: "UnsupportedOperationException"; } export interface _UnsupportedOperationExceptionDetails { }