UNPKG

@aws-amplify/amplify-category-notifications

Version:

amplify-cli notifications plugin

7 lines 521 B
import { $TSAny, $TSContext } from '@aws-amplify/amplify-cli-core'; import { IChannelAPIResponse } from './channel-types'; export declare const configure: (context: $TSContext) => Promise<IChannelAPIResponse>; export declare const enable: (context: $TSContext, successMessage: string | undefined) => Promise<$TSAny>; export declare const disable: (context: $TSContext) => Promise<$TSAny>; export declare const pull: (context: $TSContext, pinpointApp: $TSAny) => Promise<$TSAny>; //# sourceMappingURL=channel-apns.d.ts.map