UNPKG

@aws-amplify/cli-internal

Version:
5 lines 499 B
import { $TSAny, $TSObject } from '@aws-amplify/amplify-cli-core'; export declare function updateBackendConfigAfterResourceAdd(category: string, resourceName: string, options: $TSObject): void; export declare function updateBackendConfigAfterResourceUpdate(category: string, resourceName: string, attribute: string, value: $TSAny): void; export declare function updateBackendConfigAfterResourceRemove(category: string, resourceName: string): void; //# sourceMappingURL=update-backend-config.d.ts.map