import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { ECRServiceException as __BaseException } from "./ECRServiceException"; export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class RepositoryNotFoundException extends __BaseException { readonly name: "RepositoryNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ServerException extends __BaseException { readonly name: "ServerException"; readonly $fault: "server"; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class UnableToGetUpstreamImageException extends __BaseException { readonly name: "UnableToGetUpstreamImageException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< UnableToGetUpstreamImageException, __BaseException > ); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class EmptyUploadException extends __BaseException { readonly name: "EmptyUploadException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidLayerException extends __BaseException { readonly name: "InvalidLayerException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class KmsException extends __BaseException { readonly name: "KmsException"; readonly $fault: "client"; kmsError?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class LayerAlreadyExistsException extends __BaseException { readonly name: "LayerAlreadyExistsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class LayerPartTooSmallException extends __BaseException { readonly name: "LayerPartTooSmallException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class UploadNotFoundException extends __BaseException { readonly name: "UploadNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class PullThroughCacheRuleAlreadyExistsException extends __BaseException { readonly name: "PullThroughCacheRuleAlreadyExistsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< PullThroughCacheRuleAlreadyExistsException, __BaseException > ); } export declare class SecretNotFoundException extends __BaseException { readonly name: "SecretNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class UnableToAccessSecretException extends __BaseException { readonly name: "UnableToAccessSecretException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class UnableToDecryptSecretValueException extends __BaseException { readonly name: "UnableToDecryptSecretValueException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< UnableToDecryptSecretValueException, __BaseException > ); } export declare class UnsupportedUpstreamRegistryException extends __BaseException { readonly name: "UnsupportedUpstreamRegistryException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< UnsupportedUpstreamRegistryException, __BaseException > ); } export declare class InvalidTagParameterException extends __BaseException { readonly name: "InvalidTagParameterException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class RepositoryAlreadyExistsException extends __BaseException { readonly name: "RepositoryAlreadyExistsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< RepositoryAlreadyExistsException, __BaseException > ); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class TemplateAlreadyExistsException extends __BaseException { readonly name: "TemplateAlreadyExistsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class LifecyclePolicyNotFoundException extends __BaseException { readonly name: "LifecyclePolicyNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< LifecyclePolicyNotFoundException, __BaseException > ); } export declare class PullThroughCacheRuleNotFoundException extends __BaseException { readonly name: "PullThroughCacheRuleNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< PullThroughCacheRuleNotFoundException, __BaseException > ); } export declare class RegistryPolicyNotFoundException extends __BaseException { readonly name: "RegistryPolicyNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< RegistryPolicyNotFoundException, __BaseException > ); } export declare class RepositoryNotEmptyException extends __BaseException { readonly name: "RepositoryNotEmptyException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class TemplateNotFoundException extends __BaseException { readonly name: "TemplateNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class RepositoryPolicyNotFoundException extends __BaseException { readonly name: "RepositoryPolicyNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< RepositoryPolicyNotFoundException, __BaseException > ); } export declare class SigningConfigurationNotFoundException extends __BaseException { readonly name: "SigningConfigurationNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< SigningConfigurationNotFoundException, __BaseException > ); } export declare class ExclusionNotFoundException extends __BaseException { readonly name: "ExclusionNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ImageNotFoundException extends __BaseException { readonly name: "ImageNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ScanNotFoundException extends __BaseException { readonly name: "ScanNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class LayerInaccessibleException extends __BaseException { readonly name: "LayerInaccessibleException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class LayersNotFoundException extends __BaseException { readonly name: "LayersNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class UnableToGetUpstreamLayerException extends __BaseException { readonly name: "UnableToGetUpstreamLayerException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< UnableToGetUpstreamLayerException, __BaseException > ); } export declare class LifecyclePolicyPreviewNotFoundException extends __BaseException { readonly name: "LifecyclePolicyPreviewNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< LifecyclePolicyPreviewNotFoundException, __BaseException > ); } export declare class UnableToListUpstreamImageReferrersException extends __BaseException { readonly name: "UnableToListUpstreamImageReferrersException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< UnableToListUpstreamImageReferrersException, __BaseException > ); } export declare class ImageAlreadyExistsException extends __BaseException { readonly name: "ImageAlreadyExistsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ImageDigestDoesNotMatchException extends __BaseException { readonly name: "ImageDigestDoesNotMatchException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ImageDigestDoesNotMatchException, __BaseException > ); } export declare class ImageTagAlreadyExistsException extends __BaseException { readonly name: "ImageTagAlreadyExistsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ReferencedImagesNotFoundException extends __BaseException { readonly name: "ReferencedImagesNotFoundException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ReferencedImagesNotFoundException, __BaseException > ); } export declare class BlockedByOrganizationPolicyException extends __BaseException { readonly name: "BlockedByOrganizationPolicyException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< BlockedByOrganizationPolicyException, __BaseException > ); } export declare class ExclusionAlreadyExistsException extends __BaseException { readonly name: "ExclusionAlreadyExistsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ExclusionAlreadyExistsException, __BaseException > ); } export declare class ImageArchivedException extends __BaseException { readonly name: "ImageArchivedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class UnsupportedImageTypeException extends __BaseException { readonly name: "UnsupportedImageTypeException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class LifecyclePolicyPreviewInProgressException extends __BaseException { readonly name: "LifecyclePolicyPreviewInProgressException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< LifecyclePolicyPreviewInProgressException, __BaseException > ); } export declare class ImageStorageClassUpdateNotSupportedException extends __BaseException { readonly name: "ImageStorageClassUpdateNotSupportedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ImageStorageClassUpdateNotSupportedException, __BaseException > ); } export declare class InvalidLayerPartException extends __BaseException { readonly name: "InvalidLayerPartException"; readonly $fault: "client"; registryId?: string | undefined; repositoryName?: string | undefined; uploadId?: string | undefined; lastValidByteReceived?: number | undefined; constructor( opts: __ExceptionOptionType ); }