@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
2 lines • 52.6 kB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([["vendors~App-7KZ9F~propose-change-page-FI1f0~store-XBI5Y~user-page-DUsdt~3d559e14"],{"../node_modules/aws-sdk/clients/cognitoidentity.js":function(e,t,r){r("../node_modules/aws-sdk/lib/browser_loader.js");var s=r("../node_modules/aws-sdk/lib/core.js"),i=s.Service,n=s.apiLoader;n.services.cognitoidentity={},s.CognitoIdentity=i.defineService("cognitoidentity",["2014-06-30"]),r("../node_modules/aws-sdk/lib/services/cognitoidentity.js"),Object.defineProperty(n.services.cognitoidentity,"2014-06-30",{get:function get(){var e=r("../node_modules/aws-sdk/apis/cognito-identity-2014-06-30.min.json");return e.paginators=r("../node_modules/aws-sdk/apis/cognito-identity-2014-06-30.paginators.json").pagination,e},enumerable:!0,configurable:!0}),e.exports=s.CognitoIdentity},"../node_modules/aws-sdk/clients/sts.js":function(e,t,r){r("../node_modules/aws-sdk/lib/browser_loader.js");var s=r("../node_modules/aws-sdk/lib/core.js"),i=s.Service,n=s.apiLoader;n.services.sts={},s.STS=i.defineService("sts",["2011-06-15"]),r("../node_modules/aws-sdk/lib/services/sts.js"),Object.defineProperty(n.services.sts,"2011-06-15",{get:function get(){var e=r("../node_modules/aws-sdk/apis/sts-2011-06-15.min.json");return e.paginators=r("../node_modules/aws-sdk/apis/sts-2011-06-15.paginators.json").pagination,e},enumerable:!0,configurable:!0}),e.exports=s.STS},"../node_modules/aws-sdk/lib/api_loader.js":function(e,t){function apiLoader(e,t){if(!apiLoader.services.hasOwnProperty(e))throw new Error("InvalidService: Failed to load api for "+e);return apiLoader.services[e][t]}apiLoader.services={},e.exports=apiLoader},"../node_modules/aws-sdk/lib/browserCryptoLib.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/browserHmac.js"),i=r("../node_modules/aws-sdk/lib/browserMd5.js"),n=r("../node_modules/aws-sdk/lib/browserSha1.js"),o=r("../node_modules/aws-sdk/lib/browserSha256.js");e.exports={createHash:function createHash(e){if("md5"===(e=e.toLowerCase()))return new i;if("sha256"===e)return new o;if("sha1"===e)return new n;throw new Error("Hash algorithm "+e+" is not supported in the browser SDK")},createHmac:function createHmac(e,t){if("md5"===(e=e.toLowerCase()))return new s(i,t);if("sha256"===e)return new s(o,t);if("sha1"===e)return new s(n,t);throw new Error("HMAC algorithm "+e+" is not supported in the browser SDK")},createSign:function(){throw new Error("createSign is not implemented in the browser")}}},"../node_modules/aws-sdk/lib/browserHashUtils.js":function(e,t,r){var s=r("../node_modules/node-libs-browser/node_modules/buffer/index.js").Buffer;"undefined"!=typeof ArrayBuffer&&void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(e){return i.indexOf(Object.prototype.toString.call(e))>-1});var i=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];e.exports={isEmptyData:function isEmptyData(e){return"string"==typeof e?0===e.length:0===e.byteLength},convertToBuffer:function convertToBuffer(e){return"string"==typeof e&&(e=new s(e,"utf8")),ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}}},"../node_modules/aws-sdk/lib/browserHmac.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/browserHashUtils.js");function Hmac(e,t){this.hash=new e,this.outer=new e;var r=function bufferFromSecret(e,t){var r=s.convertToBuffer(t);if(r.byteLength>e.BLOCK_SIZE){var i=new e;i.update(r),r=i.digest()}var n=new Uint8Array(e.BLOCK_SIZE);return n.set(r),n}(e,t),i=new Uint8Array(e.BLOCK_SIZE);i.set(r);for(var n=0;n<e.BLOCK_SIZE;n++)r[n]^=54,i[n]^=92;this.hash.update(r),this.outer.update(i);for(n=0;n<r.byteLength;n++)r[n]=0}e.exports=Hmac,Hmac.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},Hmac.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},"../node_modules/aws-sdk/lib/browserMd5.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/browserHashUtils.js"),i=r("../node_modules/node-libs-browser/node_modules/buffer/index.js").Buffer,n=64;function Md5(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(n)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function cmn(e,t,r,s,i,n){return((t=(t+e&4294967295)+(s+n&4294967295)&4294967295)<<i|t>>>32-i)+r&4294967295}function ff(e,t,r,s,i,n,o){return cmn(t&r|~t&s,e,t,i,n,o)}function gg(e,t,r,s,i,n,o){return cmn(t&s|r&~s,e,t,i,n,o)}function hh(e,t,r,s,i,n,o){return cmn(t^r^s,e,t,i,n,o)}function ii(e,t,r,s,i,n,o){return cmn(r^(t|~s),e,t,i,n,o)}e.exports=Md5,Md5.BLOCK_SIZE=n,Md5.prototype.update=function(e){if(s.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=s.convertToBuffer(e),r=0,i=t.byteLength;for(this.bytesHashed+=i;i>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),i--,this.bufferLength===n&&(this.hashBuffer(),this.bufferLength=0);return this},Md5.prototype.digest=function(e){if(!this.finished){var t=this.buffer,r=this.bufferLength,s=8*this.bytesHashed;if(t.setUint8(this.bufferLength++,128),r%n>=n-8){for(var o=this.bufferLength;o<n;o++)t.setUint8(o,0);this.hashBuffer(),this.bufferLength=0}for(o=this.bufferLength;o<n-8;o++)t.setUint8(o,0);t.setUint32(n-8,s>>>0,!0),t.setUint32(n-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}var a=new DataView(new ArrayBuffer(16));for(o=0;o<4;o++)a.setUint32(4*o,this.state[o],!0);var d=new i(a.buffer,a.byteOffset,a.byteLength);return e?d.toString(e):d},Md5.prototype.hashBuffer=function(){var e=this.buffer,t=this.state,r=t[0],s=t[1],i=t[2],n=t[3];r=ff(r,s,i,n,e.getUint32(0,!0),7,3614090360),n=ff(n,r,s,i,e.getUint32(4,!0),12,3905402710),i=ff(i,n,r,s,e.getUint32(8,!0),17,606105819),s=ff(s,i,n,r,e.getUint32(12,!0),22,3250441966),r=ff(r,s,i,n,e.getUint32(16,!0),7,4118548399),n=ff(n,r,s,i,e.getUint32(20,!0),12,1200080426),i=ff(i,n,r,s,e.getUint32(24,!0),17,2821735955),s=ff(s,i,n,r,e.getUint32(28,!0),22,4249261313),r=ff(r,s,i,n,e.getUint32(32,!0),7,1770035416),n=ff(n,r,s,i,e.getUint32(36,!0),12,2336552879),i=ff(i,n,r,s,e.getUint32(40,!0),17,4294925233),s=ff(s,i,n,r,e.getUint32(44,!0),22,2304563134),r=ff(r,s,i,n,e.getUint32(48,!0),7,1804603682),n=ff(n,r,s,i,e.getUint32(52,!0),12,4254626195),i=ff(i,n,r,s,e.getUint32(56,!0),17,2792965006),r=gg(r,s=ff(s,i,n,r,e.getUint32(60,!0),22,1236535329),i,n,e.getUint32(4,!0),5,4129170786),n=gg(n,r,s,i,e.getUint32(24,!0),9,3225465664),i=gg(i,n,r,s,e.getUint32(44,!0),14,643717713),s=gg(s,i,n,r,e.getUint32(0,!0),20,3921069994),r=gg(r,s,i,n,e.getUint32(20,!0),5,3593408605),n=gg(n,r,s,i,e.getUint32(40,!0),9,38016083),i=gg(i,n,r,s,e.getUint32(60,!0),14,3634488961),s=gg(s,i,n,r,e.getUint32(16,!0),20,3889429448),r=gg(r,s,i,n,e.getUint32(36,!0),5,568446438),n=gg(n,r,s,i,e.getUint32(56,!0),9,3275163606),i=gg(i,n,r,s,e.getUint32(12,!0),14,4107603335),s=gg(s,i,n,r,e.getUint32(32,!0),20,1163531501),r=gg(r,s,i,n,e.getUint32(52,!0),5,2850285829),n=gg(n,r,s,i,e.getUint32(8,!0),9,4243563512),i=gg(i,n,r,s,e.getUint32(28,!0),14,1735328473),r=hh(r,s=gg(s,i,n,r,e.getUint32(48,!0),20,2368359562),i,n,e.getUint32(20,!0),4,4294588738),n=hh(n,r,s,i,e.getUint32(32,!0),11,2272392833),i=hh(i,n,r,s,e.getUint32(44,!0),16,1839030562),s=hh(s,i,n,r,e.getUint32(56,!0),23,4259657740),r=hh(r,s,i,n,e.getUint32(4,!0),4,2763975236),n=hh(n,r,s,i,e.getUint32(16,!0),11,1272893353),i=hh(i,n,r,s,e.getUint32(28,!0),16,4139469664),s=hh(s,i,n,r,e.getUint32(40,!0),23,3200236656),r=hh(r,s,i,n,e.getUint32(52,!0),4,681279174),n=hh(n,r,s,i,e.getUint32(0,!0),11,3936430074),i=hh(i,n,r,s,e.getUint32(12,!0),16,3572445317),s=hh(s,i,n,r,e.getUint32(24,!0),23,76029189),r=hh(r,s,i,n,e.getUint32(36,!0),4,3654602809),n=hh(n,r,s,i,e.getUint32(48,!0),11,3873151461),i=hh(i,n,r,s,e.getUint32(60,!0),16,530742520),r=ii(r,s=hh(s,i,n,r,e.getUint32(8,!0),23,3299628645),i,n,e.getUint32(0,!0),6,4096336452),n=ii(n,r,s,i,e.getUint32(28,!0),10,1126891415),i=ii(i,n,r,s,e.getUint32(56,!0),15,2878612391),s=ii(s,i,n,r,e.getUint32(20,!0),21,4237533241),r=ii(r,s,i,n,e.getUint32(48,!0),6,1700485571),n=ii(n,r,s,i,e.getUint32(12,!0),10,2399980690),i=ii(i,n,r,s,e.getUint32(40,!0),15,4293915773),s=ii(s,i,n,r,e.getUint32(4,!0),21,2240044497),r=ii(r,s,i,n,e.getUint32(32,!0),6,1873313359),n=ii(n,r,s,i,e.getUint32(60,!0),10,4264355552),i=ii(i,n,r,s,e.getUint32(24,!0),15,2734768916),s=ii(s,i,n,r,e.getUint32(52,!0),21,1309151649),r=ii(r,s,i,n,e.getUint32(16,!0),6,4149444226),n=ii(n,r,s,i,e.getUint32(44,!0),10,3174756917),i=ii(i,n,r,s,e.getUint32(8,!0),15,718787259),s=ii(s,i,n,r,e.getUint32(36,!0),21,3951481745),t[0]=r+t[0]&4294967295,t[1]=s+t[1]&4294967295,t[2]=i+t[2]&4294967295,t[3]=n+t[3]&4294967295}},"../node_modules/aws-sdk/lib/browserSha1.js":function(e,t,r){var s=r("../node_modules/node-libs-browser/node_modules/buffer/index.js").Buffer,i=r("../node_modules/aws-sdk/lib/browserHashUtils.js");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);function Sha1(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}e.exports=Sha1,Sha1.BLOCK_SIZE=64,Sha1.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(i.isEmptyData(e))return this;var t=(e=i.convertToBuffer(e)).length;this.totalLength+=8*t;for(var r=0;r<t;r++)this.write(e[r]);return this},Sha1.prototype.write=function write(e){this.block[this.offset]|=(255&e)<<this.shift,this.shift?this.shift-=8:(this.offset++,this.shift=24),16===this.offset&&this.processBlock()},Sha1.prototype.digest=function(e){this.write(128),(this.offset>14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new s(20),i=new DataView(r.buffer);return i.setUint32(0,this.h0,!1),i.setUint32(4,this.h1,!1),i.setUint32(8,this.h2,!1),i.setUint32(12,this.h3,!1),i.setUint32(16,this.h4,!1),e?r.toString(e):r},Sha1.prototype.processBlock=function processBlock(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,s,i=this.h0,n=this.h1,o=this.h2,a=this.h3,d=this.h4;for(e=0;e<80;e++){e<20?(r=a^n&(o^a),s=1518500249):e<40?(r=n^o^a,s=1859775393):e<60?(r=n&o|a&(n|o),s=2400959708):(r=n^o^a,s=3395469782);var l=(i<<5|i>>>27)+r+d+s+(0|this.block[e]);d=a,a=o,o=n<<30|n>>>2,n=i,i=l}for(this.h0=this.h0+i|0,this.h1=this.h1+n|0,this.h2=this.h2+o|0,this.h3=this.h3+a|0,this.h4=this.h4+d|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},"../node_modules/aws-sdk/lib/browserSha256.js":function(e,t,r){var s=r("../node_modules/node-libs-browser/node_modules/buffer/index.js").Buffer,i=r("../node_modules/aws-sdk/lib/browserHashUtils.js"),n=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),o=Math.pow(2,53)-1;function Sha256(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}e.exports=Sha256,Sha256.BLOCK_SIZE=64,Sha256.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(i.isEmptyData(e))return this;var t=0,r=(e=i.convertToBuffer(e)).byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>o)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},Sha256.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),i=this.bufferLength;if(r.setUint8(this.bufferLength++,128),i%64>=56){for(var n=this.bufferLength;n<64;n++)r.setUint8(n,0);this.hashBuffer(),this.bufferLength=0}for(n=this.bufferLength;n<56;n++)r.setUint8(n,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}var o=new s(32);for(n=0;n<8;n++)o[4*n]=this.state[n]>>>24&255,o[4*n+1]=this.state[n]>>>16&255,o[4*n+2]=this.state[n]>>>8&255,o[4*n+3]=this.state[n]>>>0&255;return e?o.toString(e):o},Sha256.prototype.hashBuffer=function(){for(var e=this.buffer,t=this.state,r=t[0],s=t[1],i=t[2],o=t[3],a=t[4],d=t[5],l=t[6],c=t[7],u=0;u<64;u++){if(u<16)this.temp[u]=(255&e[4*u])<<24|(255&e[4*u+1])<<16|(255&e[4*u+2])<<8|255&e[4*u+3];else{var h=this.temp[u-2],f=(h>>>17|h<<15)^(h>>>19|h<<13)^h>>>10,p=((h=this.temp[u-15])>>>7|h<<25)^(h>>>18|h<<14)^h>>>3;this.temp[u]=(f+this.temp[u-7]|0)+(p+this.temp[u-16]|0)}var m=(((a>>>6|a<<26)^(a>>>11|a<<21)^(a>>>25|a<<7))+(a&d^~a&l)|0)+(c+(n[u]+this.temp[u]|0)|0)|0,g=((r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10))+(r&s^r&i^s&i)|0;c=l,l=d,d=a,a=o+m|0,o=i,i=s,s=r,r=m+g|0}t[0]+=r,t[1]+=s,t[2]+=i,t[3]+=o,t[4]+=a,t[5]+=d,t[6]+=l,t[7]+=c}},"../node_modules/aws-sdk/lib/browser_loader.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/util.js");s.crypto.lib=r("../node_modules/aws-sdk/lib/browserCryptoLib.js"),s.Buffer=r("../node_modules/node-libs-browser/node_modules/buffer/index.js").Buffer,s.url=r("../node_modules/url/url.js"),s.querystring=r("../node_modules/querystring-es3/index.js"),s.realClock=r("../node_modules/aws-sdk/lib/realclock/browserClock.js"),s.environment="js",s.createEventStream=r("../node_modules/aws-sdk/lib/event-stream/buffered-create-event-stream.js").createEventStream,s.isBrowser=function(){return!0},s.isNode=function(){return!1};var i=r("../node_modules/aws-sdk/lib/core.js");if(e.exports=i,r("../node_modules/aws-sdk/lib/credentials.js"),r("../node_modules/aws-sdk/lib/credentials/credential_provider_chain.js"),r("../node_modules/aws-sdk/lib/credentials/temporary_credentials.js"),r("../node_modules/aws-sdk/lib/credentials/chainable_temporary_credentials.js"),r("../node_modules/aws-sdk/lib/credentials/web_identity_credentials.js"),r("../node_modules/aws-sdk/lib/credentials/cognito_identity_credentials.js"),r("../node_modules/aws-sdk/lib/credentials/saml_credentials.js"),i.XML.Parser=r("../node_modules/aws-sdk/lib/xml/browser_parser.js"),r("../node_modules/aws-sdk/lib/http/xhr.js"),void 0===n)var n={browser:!0}},"../node_modules/aws-sdk/lib/config.js":function(e,t,r){var s,i=r("../node_modules/aws-sdk/lib/core.js");r("../node_modules/aws-sdk/lib/credentials.js"),r("../node_modules/aws-sdk/lib/credentials/credential_provider_chain.js"),i.Config=i.util.inherit({constructor:function Config(e){void 0===e&&(e={}),e=this.extractCredentials(e),i.util.each.call(this,this.keys,(function(t,r){this.set(t,e[t],r)}))},getCredentials:function getCredentials(e){var t=this;function finish(r){e(r,r?null:t.credentials)}function credError(e,t){return new i.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}t.credentials?"function"==typeof t.credentials.get?function getAsyncCredentials(){t.credentials.get((function(e){e&&(e=credError("Could not load credentials from "+t.credentials.constructor.name,e));finish(e)}))}():function getStaticCredentials(){var e=null;t.credentials.accessKeyId&&t.credentials.secretAccessKey||(e=credError("Missing credentials")),finish(e)}():t.credentialProvider?t.credentialProvider.resolve((function(e,r){e&&(e=credError("Could not load credentials from any providers",e)),t.credentials=r,finish(e)})):finish(credError("No credentials to load"))},update:function update(e,t){t=t||!1,e=this.extractCredentials(e),i.util.each.call(this,e,(function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||i.Service.hasService(e))&&this.set(e,r)}))},loadFromPath:function loadFromPath(e){this.clear();var t=JSON.parse(i.util.readFileSync(e)),r=new i.FileSystemCredentials(e),s=new i.CredentialProviderChain;return s.providers.unshift(r),s.resolve((function(e,r){if(e)throw e;t.credentials=r})),this.constructor(t),this},clear:function clear(){i.util.each.call(this,this.keys,(function(e){delete this[e]})),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function set(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=i.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:!1,endpointCacheSize:1e3,hostPrefixEnabled:!0},extractCredentials:function extractCredentials(e){return e.accessKeyId&&e.secretAccessKey&&((e=i.util.copy(e)).credentials=new i.Credentials(e)),e},setPromisesDependency:function setPromisesDependency(e){s=e,null===e&&"function"==typeof Promise&&(s=Promise);var t=[i.Request,i.Credentials,i.CredentialProviderChain];i.S3&&i.S3.ManagedUpload&&t.push(i.S3.ManagedUpload),i.util.addPromises(t,s)},getPromisesDependency:function getPromisesDependency(){return s}}),i.config=new i.Config},"../node_modules/aws-sdk/lib/core.js":function(e,t,r){var s={util:r("../node_modules/aws-sdk/lib/util.js")};({}).toString(),e.exports=s,s.util.update(s,{VERSION:"2.518.0",Signers:{},Protocol:{Json:r("../node_modules/aws-sdk/lib/protocol/json.js"),Query:r("../node_modules/aws-sdk/lib/protocol/query.js"),Rest:r("../node_modules/aws-sdk/lib/protocol/rest.js"),RestJson:r("../node_modules/aws-sdk/lib/protocol/rest_json.js"),RestXml:r("../node_modules/aws-sdk/lib/protocol/rest_xml.js")},XML:{Builder:r("../node_modules/aws-sdk/lib/xml/builder.js"),Parser:null},JSON:{Builder:r("../node_modules/aws-sdk/lib/json/builder.js"),Parser:r("../node_modules/aws-sdk/lib/json/parser.js")},Model:{Api:r("../node_modules/aws-sdk/lib/model/api.js"),Operation:r("../node_modules/aws-sdk/lib/model/operation.js"),Shape:r("../node_modules/aws-sdk/lib/model/shape.js"),Paginator:r("../node_modules/aws-sdk/lib/model/paginator.js"),ResourceWaiter:r("../node_modules/aws-sdk/lib/model/resource_waiter.js")},apiLoader:r("../node_modules/aws-sdk/lib/api_loader.js"),EndpointCache:r("../node_modules/aws-sdk/vendor/endpoint-cache/index.js").EndpointCache}),r("../node_modules/aws-sdk/lib/sequential_executor.js"),r("../node_modules/aws-sdk/lib/service.js"),r("../node_modules/aws-sdk/lib/config.js"),r("../node_modules/aws-sdk/lib/http.js"),r("../node_modules/aws-sdk/lib/event_listeners.js"),r("../node_modules/aws-sdk/lib/request.js"),r("../node_modules/aws-sdk/lib/response.js"),r("../node_modules/aws-sdk/lib/resource_waiter.js"),r("../node_modules/aws-sdk/lib/signers/request_signer.js"),r("../node_modules/aws-sdk/lib/param_validator.js"),s.events=new s.SequentialExecutor,s.util.memoizedProperty(s,"endpointCache",(function(){return new s.EndpointCache(s.config.endpointCacheSize)}),!0)},"../node_modules/aws-sdk/lib/credentials.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js");s.Credentials=s.util.inherit({constructor:function Credentials(){if(s.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function needsRefresh(){var e=s.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function get(e){var t=this;this.needsRefresh()?this.refresh((function(r){r||(t.expired=!1),e&&e(r)})):e&&e()},refresh:function refresh(e){this.expired=!1,e()},coalesceRefresh:function coalesceRefresh(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load((function onLoad(e){s.util.arrayEach(r.refreshCallbacks,(function(r){t?r(e):s.util.defer((function(){r(e)}))})),r.refreshCallbacks.length=0}))},load:function load(e){e()}}),s.Credentials.addPromisesToClass=function addPromisesToClass(e){this.prototype.getPromise=s.util.promisifyMethod("get",e),this.prototype.refreshPromise=s.util.promisifyMethod("refresh",e)},s.Credentials.deletePromisesFromClass=function deletePromisesFromClass(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},s.util.addPromises(s.Credentials)},"../node_modules/aws-sdk/lib/credentials/chainable_temporary_credentials.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js"),i=r("../node_modules/aws-sdk/clients/sts.js");s.ChainableTemporaryCredentials=s.util.inherit(s.Credentials,{constructor:function ChainableTemporaryCredentials(e){s.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=s.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new s.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}config=s.util.merge({params:t,credentials:e.masterCredentials||s.config.credentials},e.stsConfig||{}),this.service=new i(config)},refresh:function refresh(e){this.coalesceRefresh(e||s.util.fn.callback)},load:function load(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode((function(s,i){var n={};s?e(s):(i&&(n.TokenCode=i),t.service[r](n,(function(r,s){r||t.service.credentialsFrom(s,t),e(r)})))}))},getTokenCode:function getTokenCode(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,(function(r,i){if(r){var n=r;return r instanceof Error&&(n=r.message),void e(s.util.error(new Error("Error fetching MFA token: "+n),{code:t.errorCode}))}e(null,i)})):e(null)}})},"../node_modules/aws-sdk/lib/credentials/cognito_identity_credentials.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js"),i=r("../node_modules/aws-sdk/clients/cognitoidentity.js"),n=r("../node_modules/aws-sdk/clients/sts.js");s.CognitoIdentityCredentials=s.util.inherit(s.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function CognitoIdentityCredentials(e,t){s.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=s.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function refresh(e){this.coalesceRefresh(e||s.util.fn.callback)},load:function load(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId((function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)}))},clearCachedId:function clearCache(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function clearIdOnNotAuthorized(e){"NotAuthorizedException"==e.code&&this.clearCachedId()},getId:function getId(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId((function(r,s){!r&&s.IdentityId?(t.params.IdentityId=s.IdentityId,e(null,s.IdentityId)):e(r)}))},loadCredentials:function loadCredentials(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function getCredentialsForIdentity(e){var t=this;t.cognito.getCredentialsForIdentity((function(r,s){r?t.clearIdOnNotAuthorized(r):(t.cacheId(s),t.data=s,t.loadCredentials(t.data,t)),e(r)}))},getCredentialsFromSTS:function getCredentialsFromSTS(e){var t=this;t.cognito.getOpenIdToken((function(r,s){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(s),t.params.WebIdentityToken=s.Token,t.webIdentityCredentials.refresh((function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)})))}))},loadCachedId:function loadCachedId(){if(s.util.isBrowser()&&!this.params.IdentityId){var e=this.getStorage("id");if(e&&this.params.Logins){var t=Object.keys(this.params.Logins);0!==(this.getStorage("providers")||"").split(",").filter((function(e){return-1!==t.indexOf(e)})).length&&(this.params.IdentityId=e)}else e&&(this.params.IdentityId=e)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new s.WebIdentityCredentials(this.params,e),!this.cognito){var t=s.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new n(e)},cacheId:function cacheId(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,s.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function getStorage(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function setStorage(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=s.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar",delete e["aws.test-storage"],e}catch(e){return{}}}()})},"../node_modules/aws-sdk/lib/credentials/credential_provider_chain.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js");s.CredentialProviderChain=s.util.inherit(s.Credentials,{constructor:function CredentialProviderChain(e){this.providers=e||s.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function resolve(e){var t=this;if(0===t.providers.length)return e(new Error("No providers")),t;if(1===t.resolveCallbacks.push(e)){var r=0,i=t.providers.slice(0);!function resolveNext(e,n){if(!e&&n||r===i.length)return s.util.arrayEach(t.resolveCallbacks,(function(t){t(e,n)})),void(t.resolveCallbacks.length=0);var o=i[r++];(n="function"==typeof o?o.call():o).get?n.get((function(e){resolveNext(e,e?null:n)})):resolveNext(null,n)}()}return t}}),s.CredentialProviderChain.defaultProviders=[],s.CredentialProviderChain.addPromisesToClass=function addPromisesToClass(e){this.prototype.resolvePromise=s.util.promisifyMethod("resolve",e)},s.CredentialProviderChain.deletePromisesFromClass=function deletePromisesFromClass(){delete this.prototype.resolvePromise},s.util.addPromises(s.CredentialProviderChain)},"../node_modules/aws-sdk/lib/credentials/saml_credentials.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js"),i=r("../node_modules/aws-sdk/clients/sts.js");s.SAMLCredentials=s.util.inherit(s.Credentials,{constructor:function SAMLCredentials(e){s.Credentials.call(this),this.expired=!0,this.params=e},refresh:function refresh(e){this.coalesceRefresh(e||s.util.fn.callback)},load:function load(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML((function(r,s){r||t.service.credentialsFrom(s,t),e(r)}))},createClients:function(){this.service=this.service||new i({params:this.params})}})},"../node_modules/aws-sdk/lib/credentials/temporary_credentials.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js"),i=r("../node_modules/aws-sdk/clients/sts.js");s.TemporaryCredentials=s.util.inherit(s.Credentials,{constructor:function TemporaryCredentials(e,t){s.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function refresh(e){this.coalesceRefresh(e||s.util.fn.callback)},load:function load(e){var t=this;t.createClients(),t.masterCredentials.get((function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,(function(r,s){r||t.service.credentialsFrom(s,t),e(r)}))}))},loadMasterCredentials:function loadMasterCredentials(e){for(this.masterCredentials=e||s.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new s.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},"../node_modules/aws-sdk/lib/credentials/web_identity_credentials.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js"),i=r("../node_modules/aws-sdk/clients/sts.js");s.WebIdentityCredentials=s.util.inherit(s.Credentials,{constructor:function WebIdentityCredentials(e,t){s.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=s.util.copy(t||{})},refresh:function refresh(e){this.coalesceRefresh(e||s.util.fn.callback)},load:function load(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity((function(r,s){t.data=null,r||(t.data=s,t.service.credentialsFrom(s,t)),e(r)}))},createClients:function(){if(!this.service){var e=s.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},"../node_modules/aws-sdk/lib/discover_endpoint.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js"),i=r("../node_modules/aws-sdk/lib/util.js"),n=["AWS_ENABLE_ENDPOINT_DISCOVERY","AWS_ENDPOINT_DISCOVERY_ENABLED"];function getCacheKey(e){var t=e.service,r=t.api||{},s=(r.operations,{});return t.config.region&&(s.region=t.config.region),r.serviceId&&(s.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(s.accessKeyId=t.config.credentials.accessKeyId),s}function marshallCustomIdentifiers(e,t){var r={};return function marshallCustomIdentifiersHelper(e,t,r){r&&null!=t&&"structure"===r.type&&r.required&&r.required.length>0&&i.arrayEach(r.required,(function(s){var i=r.members[s];if(!0===i.endpointDiscoveryId){var n=i.isLocationName?i.name:s;e[n]=String(t[s])}else marshallCustomIdentifiersHelper(e,t[s],i)}))}(r,e.params,t),r}function optionalDiscoverEndpoint(e){var t=e.service,r=t.api,n=r.operations?r.operations[e.operation]:void 0,o=marshallCustomIdentifiers(e,n?n.input:void 0),a=getCacheKey(e);Object.keys(o).length>0&&(a=i.update(a,o),n&&(a.operation=n.name));var d=s.endpointCache.get(a);if(!d||1!==d.length||""!==d[0].Address)if(d&&d.length>0)e.httpRequest.updateEndpoint(d[0].Address);else{var l=t.makeRequest(r.endpointOperation,{Operation:n.name,Identifiers:o});addApiVersionHeader(l),l.removeListener("validate",s.EventListeners.Core.VALIDATE_PARAMETERS),l.removeListener("retry",s.EventListeners.Core.RETRY_CHECK),s.endpointCache.put(a,[{Address:"",CachePeriodInMinutes:1}]),l.send((function(e,t){t&&t.Endpoints?s.endpointCache.put(a,t.Endpoints):e&&s.endpointCache.put(a,[{Address:"",CachePeriodInMinutes:1}])}))}}var o={};function requiredDiscoverEndpoint(e,t){var r=e.service,n=r.api,a=n.operations?n.operations[e.operation]:void 0,d=a?a.input:void 0,l=marshallCustomIdentifiers(e,d),c=getCacheKey(e);Object.keys(l).length>0&&(c=i.update(c,l),a&&(c.operation=a.name));var u=s.EndpointCache.getKeyString(c),h=s.endpointCache.get(u);if(h&&1===h.length&&""===h[0].Address)return o[u]||(o[u]=[]),void o[u].push({request:e,callback:t});if(h&&h.length>0)e.httpRequest.updateEndpoint(h[0].Address),t();else{var f=r.makeRequest(n.endpointOperation,{Operation:a.name,Identifiers:l});f.removeListener("validate",s.EventListeners.Core.VALIDATE_PARAMETERS),addApiVersionHeader(f),s.endpointCache.put(u,[{Address:"",CachePeriodInMinutes:60}]),f.send((function(r,n){if(r){var a={code:"EndpointDiscoveryException",message:"Request cannot be fulfilled without specifying an endpoint",retryable:!1};if(e.response.error=i.error(r,a),s.endpointCache.remove(c),o[u]){var d=o[u];i.arrayEach(d,(function(e){e.request.response.error=i.error(r,a),e.callback()})),delete o[u]}}else if(n&&(s.endpointCache.put(u,n.Endpoints),e.httpRequest.updateEndpoint(n.Endpoints[0].Address),o[u])){d=o[u];i.arrayEach(d,(function(e){e.request.httpRequest.updateEndpoint(n.Endpoints[0].Address),e.callback()})),delete o[u]}t()}))}}function addApiVersionHeader(e){var t=e.service.api.apiVersion;t&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=t)}function invalidateCachedEndpoints(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var n=e.request,o=n.service.api.operations||{},a=marshallCustomIdentifiers(n,o[n.operation]?o[n.operation].input:void 0),d=getCacheKey(n);Object.keys(a).length>0&&(d=i.update(d,a),o[n.operation]&&(d.operation=o[n.operation].name)),s.endpointCache.remove(d)}}function isFalsy(e){return["false","0"].indexOf(e)>=0}e.exports={discoverEndpoint:function discoverEndpoint(e,t){var r=e.service||{};if(function hasCustomEndpoint(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw i.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=s.config[e.serviceIdentifier]||{};return Boolean(s.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}(r)||e.isPresigned())return t();if(!function isEndpointDiscoveryApplicable(e){if(!0===(e.service||{}).config.endpointDiscoveryEnabled)return!0;if(i.isBrowser())return!1;for(var t=0;t<n.length;t++){var r=n[t];if(Object.prototype.hasOwnProperty.call(Object({NODE_ENV:"production"}),r)){if(""===Object({NODE_ENV:"production"})[r]||void 0===Object({NODE_ENV:"production"})[r])throw i.error(new Error,{code:"ConfigurationException",message:"environmental variable "+r+" cannot be set to nothing"});if(!isFalsy(Object({NODE_ENV:"production"})[r]))return!0}}var o={};try{o=s.util.iniLoader?s.util.iniLoader.loadFrom({isConfig:!0,filename:Object({NODE_ENV:"production"})[s.util.sharedConfigFileEnv]}):{}}catch(e){}var a=o[Object({NODE_ENV:"production"}).AWS_PROFILE||s.util.defaultProfile]||{};if(Object.prototype.hasOwnProperty.call(a,"endpoint_discovery_enabled")){if(void 0===a.endpoint_discovery_enabled)throw i.error(new Error,{code:"ConfigurationException",message:"config file entry 'endpoint_discovery_enabled' cannot be set to nothing"});if(!isFalsy(a.endpoint_discovery_enabled))return!0}return!1}(e))return t();e.httpRequest.appendToUserAgent("endpoint-discovery");var o=(r.api.operations||{})[e.operation];switch(o?o.endpointDiscoveryRequired:"NULL"){case"OPTIONAL":optionalDiscoverEndpoint(e),e.addNamedListener("INVALIDATE_CACHED_ENDPOINTS","extractError",invalidateCachedEndpoints),t();break;case"REQUIRED":e.addNamedListener("INVALIDATE_CACHED_ENDPOINTS","extractError",invalidateCachedEndpoints),requiredDiscoverEndpoint(e,t);break;case"NULL":default:t()}},requiredDiscoverEndpoint:requiredDiscoverEndpoint,optionalDiscoverEndpoint:optionalDiscoverEndpoint,marshallCustomIdentifiers:marshallCustomIdentifiers,getCacheKey:getCacheKey,invalidateCachedEndpoint:invalidateCachedEndpoints}},"../node_modules/aws-sdk/lib/event-stream/buffered-create-event-stream.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/event-stream/event-message-chunker.js").eventMessageChunker,i=r("../node_modules/aws-sdk/lib/event-stream/parse-event.js").parseEvent;e.exports={createEventStream:function createEventStream(e,t,r){for(var n=s(e),o=[],a=0;a<n.length;a++)o.push(i(t,n[a],r));return o}}},"../node_modules/aws-sdk/lib/event-stream/event-message-chunker.js":function(e,t){e.exports={eventMessageChunker:function eventMessageChunker(e){for(var t=[],r=0;r<e.length;){var s=e.readInt32BE(r),i=e.slice(r,s+r);r+=s,t.push(i)}return t}}},"../node_modules/aws-sdk/lib/event-stream/int64.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js").util,i=s.buffer.toBuffer;function Int64(e){if(8!==e.length)throw new Error("Int64 buffers must be exactly 8 bytes");s.Buffer.isBuffer(e)||(e=i(e)),this.bytes=e}function negate(e){for(var t=0;t<8;t++)e[t]^=255;for(t=7;t>-1&&(e[t]++,0===e[t]);t--);}Int64.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&negate(t),new Int64(t)},Int64.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&negate(e),parseInt(e.toString("hex"),16)*(t?-1:1)},Int64.prototype.toString=function(){return String(this.valueOf())},e.exports={Int64:Int64}},"../node_modules/aws-sdk/lib/event-stream/parse-event.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/event-stream/parse-message.js").parseMessage;e.exports={parseEvent:function parseEvent(e,t,r){var i=s(t),n=i.headers[":message-type"];if(n){if("error"===n.value)throw function parseError(e){var t=e.headers[":error-code"],r=e.headers[":error-message"],s=new Error(r.value||r);return s.code=s.name=t.value||t,s}(i);if("event"!==n.value)return}var o=i.headers[":event-type"],a=r.members[o.value];if(a){var d={},l=a.eventPayloadMemberName;if(l){var c=a.members[l];"binary"===c.type?d[l]=i.body:d[l]=e.parse(i.body.toString(),c)}for(var u=a.eventHeaderMemberNames,h=0;h<u.length;h++){var f=u[h];i.headers[f]&&(d[f]=a.members[f].toType(i.headers[f].value))}var p={};return p[o.value]=d,p}}}},"../node_modules/aws-sdk/lib/event-stream/parse-message.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/event-stream/int64.js").Int64,i=r("../node_modules/aws-sdk/lib/event-stream/split-message.js").splitMessage,n="boolean",o="byte",a="short",d="integer",l="long",c="binary",u="string",h="timestamp",f="uuid";function parseHeaders(e){for(var t={},r=0;r<e.length;){var i=e.readUInt8(r++),p=e.slice(r,r+i).toString();switch(r+=i,e.readUInt8(r++)){case 0:t[p]={type:n,value:!0};break;case 1:t[p]={type:n,value:!1};break;case 2:t[p]={type:o,value:e.readInt8(r++)};break;case 3:t[p]={type:a,value:e.readInt16BE(r)},r+=2;break;case 4:t[p]={type:d,value:e.readInt32BE(r)},r+=4;break;case 5:t[p]={type:l,value:new s(e.slice(r,r+8))},r+=8;break;case 6:var m=e.readUInt16BE(r);r+=2,t[p]={type:c,value:e.slice(r,r+m)},r+=m;break;case 7:var g=e.readUInt16BE(r);r+=2,t[p]={type:u,value:e.slice(r,r+g).toString()},r+=g;break;case 8:t[p]={type:h,value:new Date(new s(e.slice(r,r+8)).valueOf())},r+=8;break;case 9:var v=e.slice(r,r+16).toString("hex");r+=16,t[p]={type:f,value:v.substr(0,8)+"-"+v.substr(8,4)+"-"+v.substr(12,4)+"-"+v.substr(16,4)+"-"+v.substr(20)};break;default:throw new Error("Unrecognized header type tag")}}return t}e.exports={parseMessage:function parseMessage(e){var t=i(e);return{headers:parseHeaders(t.headers),body:t.body}}}},"../node_modules/aws-sdk/lib/event-stream/split-message.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js").util,i=s.buffer.toBuffer,n=4,o=2*n,a=4,d=o+2*a;e.exports={splitMessage:function splitMessage(e){if(s.Buffer.isBuffer(e)||(e=i(e)),e.length<d)throw new Error("Provided message too short to accommodate event stream message overhead");if(e.length!==e.readUInt32BE(0))throw new Error("Reported message length does not match received message length");var t=e.readUInt32BE(o);if(t!==s.crypto.crc32(e.slice(0,o)))throw new Error("The prelude checksum specified in the message ("+t+") does not match the calculated CRC32 checksum.");var r=e.readUInt32BE(e.length-a);if(r!==s.crypto.crc32(e.slice(0,e.length-a)))throw new Error("The message checksum did not match the expected value of "+r);var l=o+a,c=l+e.readUInt32BE(n);return{headers:e.slice(l,c),body:e.slice(c,e.length-a)}}}},"../node_modules/aws-sdk/lib/event_listeners.js":function(e,t,r){var s=r("../node_modules/aws-sdk/lib/core.js"),i=r("../node_modules/aws-sdk/lib/sequential_executor.js"),n=r("../node_modules/aws-sdk/lib/discover_endpoint.js").discoverEndpoint;s.EventListeners={Core:{}},s.EventListeners={Core:(new i).addNamedListeners((function(e,t){t("VALIDATE_CREDENTIALS","validate",(function VALIDATE_CREDENTIALS(e,t){if(!e.service.api.signatureVersion)return t();e.service.config.getCredentials((function(r){r&&(e.response.error=s.util.error(r,{code:"CredentialsError",message:"Missing credentials in config"})),t()}))})),e("VALIDATE_REGION","validate",(function VALIDATE_REGION(e){e.service.config.region||e.service.isGlobalEndpoint||(e.response.error=s.util.error(new Error,{code:"ConfigError",message:"Missing region in config"}))})),e("BUILD_IDEMPOTENCY_TOKENS","validate",(function BUILD_IDEMPOTENCY_TOKENS(e){if(e.service.api.operations){var t=e.service.api.operations[e.operation];if(t){var r=t.idempotentMembers;if(r.length){for(var i=s.util.copy(e.params),n=0,o=r.length;n<o;n++)i[r[n]]||(i[r[n]]=s.util.uuid.v4());e.params=i}}}})),e("VALIDATE_PARAMETERS","validate",(function VALIDATE_PARAMETERS(e){if(e.service.api.operations){var t=e.service.api.operations[e.operation].input,r=e.service.config.paramValidation;new s.ParamValidator(r).validate(t,e.params)}})),t("COMPUTE_SHA256","afterBuild",(function COMPUTE_SHA256(e,t){if(e.haltHandlersOnError(),e.service.api.operations){var r=e.service.api.operations[e.operation],i=r?r.authtype:"";if(!e.service.api.signatureVersion&&!i)return t();if(e.service.getSignerClass(e)===s.Signers.V4){var n=e.httpRequest.body||"";if(i.indexOf("unsigned-body")>=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();s.util.computeSha256(n,(function(r,s){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=s,t())}))}else t()}})),e("SET_CONTENT_LENGTH","afterBuild",(function SET_CONTENT_LENGTH(e){var t=function getOperationAuthtype(e){if(!e.service.api.operations)return"";var t=e.service.api.operations[e.operation];return t?t.authtype:""}(e),r=s.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var i=s.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=i}catch(s){if(r&&r.isStreaming){if(r.requiresLength)throw s;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw s}throw s}})),e("SET_HTTP_HOST","afterBuild",(function SET_HTTP_HOST(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host})),e("RESTART","restart",(function RESTART(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new s.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount<this.service.config.maxRetries?this.response.retryCount++:this.response.error=null)}));t("DISCOVER_ENDPOINT","sign",n,!0),t("SIGN","sign",(function SIGN(e,t){var r=e.service,s=(e.service.api.operations||{})[e.operation],i=s?s.authtype:"";if(!r.api.signatureVersion&&!i)return t();r.config.getCredentials((function(i,n){if(i)return e.response.error=i,t();try{var o=r.getSkewCorrectedDate(),a=new(r.getSignerClass(e))(e.httpRequest,r.api.signingName||r.api.endpointPrefix,{signatureCache:r.config.signatureCache,operation:s,signatureVersion:r.api.signatureVersion});a.setServiceClientId(r._clientId),delete e.httpRequest.headers.Authorization,delete e.httpRequest.headers.Date,delete e.httpRequest.headers["X-Amz-Date"],a.addAuthorization(n,o),e.signedAt=o}catch(t){e.response.error=t}t()}))})),e("VALIDATE_RESPONSE","validateResponse",(function VALIDATE_RESPONSE(e){this.service.successfulResponse(e,this)?(e.data={},e.error=null):(e.data=null,e.error=s.util.error(new Error,{code:"UnknownError",message:"An unknown error occurred."}))})),t("SEND","send",(function SEND(e,t){function callback(r){e.httpResponse.stream=r;var i=e.request.httpRequest.stream,n=e.request.service,o=n.api,a=e.request.operation,d=o.operations[a]||{};r.on("headers",(function onHeaders(i,o,a){if(e.request.emit("httpHeaders",[i,o,e,a]),!e.httpResponse.streaming)if(2===s.HttpClient.streamsApiVersion){if(d.hasEventOutput&&n.successfulResponse(e))return e.request.emit("httpDone"),void t();r.on("readable",(function onReadable(){var t=r.read();null!==t&&e.request.emit("httpData",[t,e])}))}else r.on("data",(function onData(t){e.request.emit("httpData",[t,e])}))})),r.on("end",(function onEnd(){if(!i||!i.didCallback){if(2===s.HttpClient.streamsApiVersion&&d.hasEventOutput&&n.successfulResponse(e))return;e.request.emit("httpDone"),t()}}))}function error(r){if("RequestAbortedError"!==r.code){var i="TimeoutError"===r.code?r.code:"NetworkingError";r=s.util.error(r,{code:i,region:e.request.httpRequest.region,hostname:e.request.httpRequest.endpoint.hostname,retryable:!0})}e.error=r,e.request.emit("httpError",[e.error,e],(function(){t()}))}function executeSend(){var t=s.HttpClient.getInstance(),r=e.request.service.config.httpOptions||{};try{!function progress(t){t.on("sendProgress",(function onSendProgress(t){e.request.emit("httpUploadProgress",[t,e])})),t.on("receiveProgress",(function onReceiveProgress(t){e.request.emit("httpDownloadProgress",[t,e])}))}(t.handleRequest(e.request.httpRequest,r,callback,error))}catch(e){error(e)}}e.httpResponse._abortCallback=t,e.error=null,e.data=null,(e.request.service.getSkewCorrectedDate()-this.signedAt)/1e3>=600?this.emit("sign",[this],(function(e){e?t(e):executeSend()})):executeSend()})),e("HTTP_HEADERS","httpHeaders",(function HTTP_HEADERS(e,t,r,i){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=i,r.httpResponse.headers=t,r.httpResponse.body=s.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var n=t.date||t.Date,o=r.request.service;if(n){var a=Date.parse(n);o.config.correctClockSkew&&o.isClockSkewed(a)&&o.applyClockOffset(a)}})),e("HTTP_DATA","httpData",(function HTTP_DATA(e,t){if(e){if(s.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],i={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[i,t])}t.httpResponse.buffers.push(s.util.buffer.toBuffer(e))}})),e("HTTP_DONE","httpDone",(function HTTP_DONE(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=s.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers})),e("FINALIZE_ERROR","retry",(function FINALIZE_ERROR(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))})),e("INVALIDATE_CREDENTIALS","retry",(function INVALIDATE_CREDENTIALS(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}})),e("EXPIRED_SIGNATURE","retry",(function EXPIRED_SIGNATURE(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)})),e("CLOCK_SKEWED","retry",(function CLOCK_SKEWED(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)})),e("REDIRECT","retry",(function REDIRECT(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new s.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,e.error.redirect=!0,e.error.retryable=!0)})),e("RETRY_CHECK","retry",(function RETRY_CHECK(e){e.error&&(e.error.redirect&&e.redirectCount<e.maxRedirects?e.error.retryDelay=0:e.retryCount<e.maxRetries&&(e.error.retryDelay=this.service.retryDelays(e.retryCount)||0))})),t("RESET_RETRY_STATE","afterRetry",(function RESET_RETRY_STATE(e,t){var r,s=!1;e.error&&(r=e.error.retryDelay||0,e.error.retryable&&e.retryCount<e.maxRetries?(e.retryCount++,s=!0):e.error.redirect&&e.redirectCount<e.maxRedirects&&(e.redirectCount++,s=!0)),s?(e.error=null,setTimeout(t,r)):t()}))})),CorePost:(new i).addNamedListeners((function(e){e("EXTRACT_REQUEST_ID","extractData",s.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",s.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",(function ENOTFOUND_ERROR(e){if("NetworkingError"===e.code&&"ENOTFOUND"===e.errno){var t="Inaccessible host: `"+e.hostname+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=s.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}}))})),Logger:(new i).addNamedListeners((function(e){e("LOG_REQUEST","complete",(function LOG_REQUEST(e){var t=e.request,i=t.service.config.logger;if(i){var n=function buildMessage(){var n=(e.request.service.getSkewCorrectedDate().getTime()-t.startTime.getTime())/1e3,o=!!i.isTTY,a=e.httpResponse.statusCode,d=t.params;t.service.api.operations&&t.service.api.operations[t.operation]&&t.service.api.operations[t.operation].input&&(d=function filterSensitiveLog(e,t){if(!t)return t;switch(e.type){case"structure":var r={};return s.util.each(t,(function(t,s){Object.prototype.hasOwnProperty.call(e.members,t)?r[t]=filterSensitiveLog(e.members[t],s):r[t]=s})),r;case"list":var i=[];return s.util.arrayEach(t,(function(t,r){i.push(filterSensitiveLog(e.member,t))})),i;case"map":var n={};return s.util.each(t,(function(t,r){n[t]=filterSensitiveLog(e.value,r)})),n;default:return e.isSensitive?"***SensitiveInformation***":t}}(t.service.api.operations[t.operation].input,t.params));var l=r("../node_modules/node-libs-browser/node_modules/util/util.js").inspect(d,!0,null),c="";return o&&(c+="[33m"),c+="[AWS "+t.service.serviceIdentifier+" "+a,c+=" "+n.toString()+"s "+e.retryCount+" retries]",o&&(c+="[0;1m"),c+=" "+s.util.string.lowerFirst(t.operation),c+="("+l+")",o&&(c+="[0m"),c}();"function"==typeof i.log?i.log(n):"function"==typeof i.write&&i.write(n+"\n")}}))})),Json:(new i).addNamedListeners((function(e){var t=r("../node_modules/aws-sdk/lib/protocol/json.js");e("BUILD","build",t.buildRequest),e("EXTRACT_DATA","extractData",t.extractData),e("EXTRACT_ERROR","extractError",t.extractError)})),Rest:(new i).addNamedListeners((function(e){var t=r("../node_modules/aws-sdk/lib/protocol/rest.js");e("BUILD","build",t.buildRequest),e("EXTRACT_DATA","extractData",t.extractData),e("EXTRACT_ERROR","extractError",t.extractError)})),RestJson:(new i).addNamedListeners((function(e){var t=r("../node_modules/aws-sdk/lib/protocol/rest_json.js");e("BUILD","build",t.buildRequest),e("EXTRACT_DATA","extractData",t.extractData),e("EXTRACT_ERROR","extractError",t.extractError)})),RestXml:(new i).addNamedListeners((function(e){var t=r("../node_modules/aws-sdk/lib/protocol/rest_xml.js");e("BUILD","build",t.buildRequest),e("EXTRACT_DATA","extractData",t.extractData),e("EXTRACT_ERROR","extractError",t.extractError)})),Query:(new i).addNamedListeners((function(e){var t=r("../node_modules/aws-sdk/lib/protocol/query.js");e("BUILD","build",t.buildRequest),e("EXTRACT_DATA","extractData",t.extractData),e("EXTRACT_ERROR","extractError",t.extractError)}))}}}]);
//# sourceMappingURL=vendors~App-7KZ9F~propose-change-page-FI1f0~store-XBI5Y~user-page-DUsdt~3d559e14.chunk.eaa5497fb7f7db0479e3.js.map