{"code":"import { CoreAwsServiceClient } from \"mongodb-stitch-core-services-aws\";\r\nimport AwsServiceClientImpl from \"./internal/AwsServiceClientImpl\";\r\nexport var AwsServiceClient;\r\n(function (AwsServiceClient) {\r\n    AwsServiceClient.factory = new (function () {\r\n        function class_1() {\r\n        }\r\n        class_1.prototype.getNamedClient = function (service, client) {\r\n            return new AwsServiceClientImpl(new CoreAwsServiceClient(service));\r\n        };\r\n        return class_1;\r\n    }())();\r\n})(AwsServiceClient || (AwsServiceClient = {}));\r\n//# sourceMappingURL=AwsServiceClient.js.map","map":"{\"version\":3,\"file\":\"AwsServiceClient.js\",\"sourceRoot\":\"\",\"sources\":[\"../../src/AwsServiceClient.ts\"],\"names\":[],\"mappings\":\"AAuBA,OAAO,EAEL,oBAAoB,EACrB,MAAM,kCAAkC,CAAC;AAE1C,OAAO,oBAAoB,MAAM,iCAAiC,CAAC;AAoBnE,MAAM,KAAW,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAClB,wBAAO,GAEhB;QAAI;QAOR,CAAC;QANQ,gCAAc,GAArB,UACE,OAAgC,EAChC,MAA2B;YAE3B,OAAO,IAAI,oBAAoB,CAAC,IAAI,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAC;QACrE,CAAC;QACH,cAAC;IAAD,CAAC,AAPO,KAOL,CAAC;AACN,CAAC,EAXgB,gBAAgB,KAAhB,gBAAgB,QAWhC\"}","dts":{"name":"/Users/eric/stitch/stitch-js-sdk/packages/browser/services/aws/.rpt2_cache/placeholder/AwsServiceClient.d.ts","text":"import { NamedServiceClientFactory } from \"mongodb-stitch-browser-core\";\r\nimport { AwsRequest } from \"mongodb-stitch-core-services-aws\";\r\nimport { Decoder } from \"mongodb-stitch-core-sdk\";\r\nexport interface AwsServiceClient {\r\n    execute<T>(request: AwsRequest, decoder?: Decoder<T>): Promise<T>;\r\n}\r\nexport declare namespace AwsServiceClient {\r\n    const factory: NamedServiceClientFactory<AwsServiceClient>;\r\n}\r\n"}}
