/** *
* AWS Mobile Service provides mobile app and website developers with capabilities * required to configure AWS resources and bootstrap their developer desktop projects * with the necessary SDKs, constants, tools and samples to make use of those resources. *
* * @packageDocumentation */ export * from "./MobileClient"; export * from "./Mobile"; export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { MobileExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./pagination"; export * from "./models"; export { MobileServiceException } from "./models/MobileServiceException";