@js0.site/edns 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Hw.js +1 -1
  2. package/package.json +1 -1
package/Hw.js CHANGED
@@ -40,4 +40,4 @@ function print() { __p += __j.call(arguments, '') }
40
40
  1. Manually specify domain_id when initializing the credentials.
41
41
  2. Use the domain account to grant the current account permissions of the IAM service.
42
42
  3. Use AK/SK of the domain account.`);return e.domains[0].id}async keystoneListRegions(){let e={method:`GET`,url:`/v3/regions`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},t={};return e.headers=t,await this.client.sendRequest(e)}async keystoneListProjects(e){let t={method:`GET`,url:`/v3/projects`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},i={},a,o,s,c,l,u,d;return e!=null&&(e instanceof r.KeystoneListProjectsRequest?(a=e.domainId,o=e.name,s=e.parentId,c=e.enabled,l=e.isDomain,u=e.page,d=e.perPage):(a=e.domain_id,o=e.name,s=e.parent_id,c=e.enabled,l=e.is_domain,u=e.page,d=e.per_page)),a!=null&&(i.domain_id=a),o!=null&&(i.name=o),s!=null&&(i.parent_id=s),c!=null&&(i.enabled=c),l!=null&&(i.is_domain=l),u!=null&&(i.page=u),d!=null&&(i.per_page=d),t.queryParams=i,t.headers=n,await this.client.sendRequest(t)}async keystoneCreateProject(e){let t={method:`POST`,url:`/v3/projects`,contentType:`application/json;charset=UTF-8`,queryParams:{},pathParams:{},headers:{},data:{}},r={},i;return e!=null&&(i=(e instanceof n.KeystoneCreateProjectRequest,e.body)),t.data=i===void 0?{}:i,t.headers=r,await this.client.sendRequest(t)}async keystoneListAuthDomains(){let e={method:`GET`,url:`/v3/auth/domains`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}};return e.headers={},await this.client.sendRequest(e)}};exports.IamService=o}}),Be=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/internal/services/authcache.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AuthCache=void 0;let t;var n=class e{constructor(){this.authMap=new Map}static instance(){return t||=new e,t}putCache(e,t){this.authMap.set(e,t)}getCache(e){return this.authMap.get(e)}};exports.AuthCache=n}}),Ve=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/auth/HKDF.js"(exports){var t=Object.create?function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]},n=Object.create?function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}:function(e,t){e.default=t},r=function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i in e)i!==`default`&&Object.prototype.hasOwnProperty.call(e,i)&&t(r,e,i);return n(r,e),r},i;Object.defineProperty(exports,`__esModule`,{value:!0}),exports.HKDF=void 0;let a=r(g(`crypto`)),o=y();var s=class e{static getDerKeySHA256(t,n,r){if(!t||!n)return null;try{let i=this.extract(this.stringToBinary(n),this.stringToBinary(t),e.HMAC_ALGORITHM),a=this.expand(i,this.stringToBinary(r),e.HMAC_ALGORITHM,this.DERIVATION_KEY_LENGTH,this.EXPAND_CEIL);return a?this.toHex(a):null}catch{throw new o.SdkException(`Failed to derive AK ${t} with info ${r}`)}}static toHex(e){return e.toString(`hex`).toLowerCase()}static extract(e,t,n){let r=t;return(t===null||t.length===0)&&(r=Buffer.alloc(this.getHashLen(n))),this.hmacSHA256(e,r,n)}static expand(e,t,n,r,i){let a;if(i===1)a=this.expandFirst(e,t,n);else{let r=Buffer.alloc(0);for(let o=1;o<=i;++o)r=this.expandOnce(e,t,r,o,n),a=Buffer.concat([a,r],a.length+r.length)}return r===a.length?a:r<a.length?a.slice(0,r):null}static expandFirst(e,t,n){let r=Buffer.alloc(t.length+1);return t.copy(r),r.writeUInt8(1,r.length-1),this.hmacSHA256(r,e,n)}static expandOnce(e,t,n,r,i){let a=Buffer.concat([n,t],n.length+t.length);return a.writeUInt8(r,a.length),this.hmacSHA256(a,e,i)}static getHashLen(t){switch(t){case e.HMAC_SHA1:return 20;case e.HMAC_SHA256:default:return 32}}static hexStringToBinary(e){let t=Buffer.from(e,`hex`);return t}static stringToBinary(e){let t=Buffer.from(e,`utf-8`);return t}};exports.HKDF=s,i=s,s.HMAC_SHA1=`sha1`,s.HMAC_SHA256=`sha256`,s.DERIVATION_KEY_LENGTH=32,s.HMAC_ALGORITHM=i.HMAC_SHA256,s.ALGORITHM_HASH_LENGTH=i.getHashLen(i.HMAC_ALGORITHM),s.EXPAND_CEIL=Math.ceil(i.DERIVATION_KEY_LENGTH/i.ALGORITHM_HASH_LENGTH),s.hmacSHA256=(e,t,n)=>i.hexStringToBinary(a.createHmac(n,t).update(e).digest(`hex`))}}),He=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/auth/DerivedAKSKSigner.js"(exports){var t=Object.create?function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]},n=Object.create?function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}:function(e,t){e.default=t},r=function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i in e)i!==`default`&&Object.prototype.hasOwnProperty.call(e,i)&&t(r,e,i);return n(r,e),r},i=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DerivedAKSKSigner=void 0;let a=i(Ne()),o=i(g(`url`)),s=r(Pe()),c=Ve(),l=Fe();var u=class extends l.AKSKSigner{static sign(e,t){var n,r;let i={},l=e.headers[this.HeaderXDate];l?(l=(0,a.default)(l).utcOffset(0).format(this.BasicDateFormat),l=`${l}Z`):(l=(0,a.default)().utcOffset(0).format(this.BasicDateFormat),l=`${l}Z`,Object.assign(i,{"X-Sdk-Date":l}));let u=o.default.parse(e.endpoint,!0),d=u.host,f=e.headers[this.HeaderHost];f&&(d=f),Object.assign(i,{host:d});let p={},m={};Object.assign(m,e.headers),(n=m[`content-type`])?.indexOf(`multipart/form-data`)!==-1&&delete m[`content-type`],Object.assign(p,m,i);let h=this.CanonicalURI(u.pathname),g=this.CanonicalQueryString(e),_=s.sortBy(Object.keys(p),e=>e.toLocaleLowerCase()),v=_.join(`;`).toLocaleLowerCase(),y=this.buildCanonicalHeaders(p),b=this.buildPayloadHash(e),x=this.buildCanonicalRequest(e.method,h,g,y,v,b),S=this.Hex(x),C=l.substring(0,8),w=`${C}/${t.getRegionId()}/${t.getDerivedAuthServiceName()}`,ee=this.getStringToSignByInfo(this.V_11_HMAC_SHA_256,l,w,S),T=(r=c.HKDF.getDerKeySHA256(t.getAk(),t.getSk(),w))??``,te=this.hmacSHA256(T,ee),ne={Authorization:`${this.V_11_HMAC_SHA_256} Credential=${t.getAk()}/${w}, SignedHeaders=${v}, Signature=${te}`};return Object.assign(p,ne),p}static getStringToSignByInfo(e,t,n,r){let i=[e,t,n,r];return i.join(`
43
- `)}};exports.DerivedAKSKSigner=u,u.V_11_HMAC_SHA_256=`V11-HMAC-SHA256`}}),Ue=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/auth/BasicCredentials.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BasicCredentials=void 0;let t=O(),n=Fe(),r=v(),i=ze(),a=Be(),o=He();var s=class e{constructor(e){this.ak=e?.ak,this.sk=e?.sk,this.regionId=e?.regionId,this.derivedPredicate=e?.derivedPredicate,this.securityToken=e?.securityToken,this.projectId=e?.projectId,this.iamEndpoint=e?.iamEndpoint,this.derivedAuthServiceName=e?.derivedAuthServiceName}withAk(e){return this.ak=e,this}withSk(e){return this.sk=e,this}withDerivedPredicate(e){return this.derivedPredicate=e,this}withProjectId(e){return this.projectId=e,this}withSecurityToken(e){return this.securityToken=e,this}withIamEndpoint(e){return this.iamEndpoint=e,this}getAk(){return this.ak}getSk(){return this.sk}getRegionId(){return this.regionId}getDerivedAuthServiceName(){return this.derivedAuthServiceName}setProjectId(e){this.projectId=e}getPathParams(){let e={};return this.projectId&&Object.assign(e,{project_id:this.projectId}),e}async processAuthRequest(e){if(!this.ak)throw new n.RequiredError(`AK cannot be empty or undefined.`);if(!this.sk)throw new n.RequiredError(`SK cannot be empty or undefined.`);let i=new r.HttpRequestBuilder;i.addPathParams(this.getPathParams());let a=e.url;this.projectId&&(a=this.parsePath(a,this.getPathParams()),i.withUrl(a)),i.withEndpoint(`${e.endpoint}${a}`),this.projectId&&i.addHeaders(`X-Project-Id`,this.projectId),this.securityToken&&i.addHeaders(`X-Security-Token`,this.securityToken),(0,t.isJsonContentType)(e.headers)||i.addHeaders(`X-Sdk-Content-Sha256`,`UNSIGNED-PAYLOAD`),i.addAllHeaders(e.headers),Object.assign(e,i.build());let s=this.isDerivedAuth(e)?o.DerivedAKSKSigner.sign(e,this):n.AKSKSigner.sign(e,this);return i.addAllHeaders(s),Object.assign(e,i.build())}async processAuthParams(e,t){if(this.projectId)return this;let n=a.AuthCache.instance(),r=this.getAk()+t,o=n.getCache(r);if(o)return this.projectId=o,this;let s=await new i.IamService(e,this.iamEndpoint).getProjectId(t);return n.putCache(r,s),this.projectId=s,this}processDerivedAuthParams(e,t){e&&(this.derivedAuthServiceName=e),t&&(this.regionId=t)}parsePath(e,t){return!e||!t?e:Object.keys(t).reduce((e,n)=>{let r=encodeURIComponent(t[n]);return e.replace(RegExp(`{${n}}`),r)},e)}isDerivedAuth(e){return this.derivedPredicate?this.derivedPredicate(e):!1}static getDefaultDerivedPredicate(t){var n;let r=(n=new URL(t?.endpoint))?.hostname;return!e.DEFAULT_ENDPOINT_REG.test(r)}};exports.BasicCredentials=s,s.DEFAULT_ENDPOINT_REG=/^(?<firstDomainNameLetter>[a-z])(?<firstDomainName>[a-z0-9-]+)(?<middleDomainName>(\.[a-z]{2,}-[a-z]+-\d{1,2})?)(?<lastDomainName>\.(my)?(huaweicloud|myhwclouds)).(?<domainSuffix>(com|cn))$/}}),We=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/auth/GlobalCredentials.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.GlobalCredentials=void 0;let t=O(),n=Fe(),r=v(),i=ze(),a=Be();var o=class{constructor(e={}){this.ak=e?.ak,this.sk=e?.sk,this.securityToken=e?.securityToken,this.domainId=e?.domainId,this.iamEndpoint=e?.iamEndpoint}withAk(e){return this.ak=e,this}withSk(e){return this.sk=e,this}withDomainId(e){return this.domainId=e,this}withSecurityToken(e){return this.securityToken=e,this}withIamEndpoint(e){return this.iamEndpoint=e,this}getAk(){if(!this.ak)throw new n.RequiredError(`AK cannot be empty or undefined.`);return this.ak}getSk(){if(!this.sk)throw new n.RequiredError(`SK cannot be empty or undefined.`);return this.sk}setDomainId(e){this.domainId=e}getPathParams(){let e={};return this.domainId&&Object.assign(e,{domain_id:this.domainId}),e}async processAuthRequest(e){if(!this.ak)throw new n.RequiredError(`AK cannot be empty or undefined.`);if(!this.sk)throw new n.RequiredError(`SK cannot be empty or undefined.`);let i=new r.HttpRequestBuilder().addPathParams(this.getPathParams()),a=e.url;this.domainId&&(a=s(a,this.getPathParams()),i.withUrl(a).addHeaders(`X-Domain-Id`,this.domainId)),i.withEndpoint(`${e.endpoint}${a}`),this.securityToken&&i.addHeaders(`X-Security-Token`,this.securityToken),(0,t.isJsonContentType)(e.headers)||i.addHeaders(`X-Sdk-Content-Sha256`,`UNSIGNED-PAYLOAD`),i.addAllHeaders(e.headers),Object.assign(e,i.build());let o=n.AKSKSigner.sign(e,this);return i.addAllHeaders(o),Object.assign(e,i.build())}async processAuthParams(e){if(this.domainId)return this;let t=a.AuthCache.instance(),n=this.getAk();if(t.getCache(n))return this.domainId=t.getCache(n),this;let r=await new i.IamService(e,this.iamEndpoint).getDomainId();return t.putCache(n,r),this.domainId=r,this}};exports.GlobalCredentials=o;function s(e,t){if(!e||!t)return e||``;let n=(e,[t,n])=>{let r=encodeURIComponent(n);return e.replace(RegExp(`{${t}}`,`g`),r)};return Object.entries(t).reduce(n,e)}}}),Ge,Ke=u({"node_modules/uuid/dist/max.js"(){Ge=`ffffffff-ffff-ffff-ffff-ffffffffffff`}}),qe,Je=u({"node_modules/uuid/dist/nil.js"(){qe=`00000000-0000-0000-0000-000000000000`}}),Ye,Xe=u({"node_modules/uuid/dist/regex.js"(){Ye=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i}});function A(e){return typeof e==`string`&&Ye.test(e)}var Ze,Qe=u({"node_modules/uuid/dist/validate.js"(){Xe(),Ze=A}});function $e(e){if(!Ze(e))throw TypeError(`Invalid UUID`);let t;return Uint8Array.of((t=parseInt(e.slice(0,8),16))>>>24,t>>>16&255,t>>>8&255,t&255,(t=parseInt(e.slice(9,13),16))>>>8,t&255,(t=parseInt(e.slice(14,18),16))>>>8,t&255,(t=parseInt(e.slice(19,23),16))>>>8,t&255,(t=parseInt(e.slice(24,36),16))/1099511627776&255,t/4294967296&255,t>>>24&255,t>>>16&255,t>>>8&255,t&255)}var et,j=u({"node_modules/uuid/dist/parse.js"(){Qe(),et=$e}});function tt(e,t=0){return(nt[e[t+0]]+nt[e[t+1]]+nt[e[t+2]]+nt[e[t+3]]+`-`+nt[e[t+4]]+nt[e[t+5]]+`-`+nt[e[t+6]]+nt[e[t+7]]+`-`+nt[e[t+8]]+nt[e[t+9]]+`-`+nt[e[t+10]]+nt[e[t+11]]+nt[e[t+12]]+nt[e[t+13]]+nt[e[t+14]]+nt[e[t+15]]).toLowerCase()}function M(e,t=0){let n=tt(e,t);if(!Ze(n))throw TypeError(`Stringified UUID is invalid`);return n}var nt,rt,it=u({"node_modules/uuid/dist/stringify.js"(){Qe(),nt=[];for(let e=0;e<256;++e)nt.push((e+256).toString(16).slice(1));rt=M}});function at(){if(!N){if(typeof crypto>`u`||!crypto.getRandomValues)throw Error(`crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported`);N=crypto.getRandomValues.bind(crypto)}return N(ot)}var N,ot,st=u({"node_modules/uuid/dist/rng.js"(){ot=new Uint8Array(16)}});function ct(e,t,n){let r,i=e?._v6??!1;if(e){let t=Object.keys(e);t.length===1&&t[0]===`_v6`&&(e=void 0)}if(e)r=ut(e.random??e.rng?.()??at(),e.msecs,e.nsecs,e.clockseq,e.node,t,n);else{let e=Date.now(),a=at();lt(dt,e,a),r=ut(a,dt.msecs,dt.nsecs,i?void 0:dt.clockseq,i?void 0:dt.node,t,n)}return t??tt(r)}function lt(e,t,n){return e.msecs??=-1/0,e.nsecs??=0,t===e.msecs?(e.nsecs++,e.nsecs>=1e4&&(e.node=void 0,e.nsecs=0)):t>e.msecs?e.nsecs=0:t<e.msecs&&(e.node=void 0),e.node||(e.node=n.slice(10,16),e.node[0]|=1,e.clockseq=(n[8]<<8|n[9])&16383),e.msecs=t,e}function ut(e,t,n,r,i,a,o=0){if(e.length<16)throw Error(`Random bytes length must be >= 16`);if(!a)a=new Uint8Array(16),o=0;else if(o<0||o+16>a.length)throw RangeError(`UUID byte range ${o}:${o+15} is out of buffer bounds`);t??=Date.now(),n??=0,r??=(e[8]<<8|e[9])&16383,i??=e.slice(10,16),t+=122192928e5;let s=((t&268435455)*1e4+n)%4294967296;a[o++]=s>>>24&255,a[o++]=s>>>16&255,a[o++]=s>>>8&255,a[o++]=s&255;let c=t/4294967296*1e4&268435455;a[o++]=c>>>8&255,a[o++]=c&255,a[o++]=c>>>24&15|16,a[o++]=c>>>16&255,a[o++]=r>>>8|128,a[o++]=r&255;for(let e=0;e<6;++e)a[o++]=i[e];return a}var dt,ft,pt=u({"node_modules/uuid/dist/v1.js"(){st(),it(),dt={},ft=ct}});function mt(e){let t=typeof e==`string`?et(e):e,n=ht(t);return typeof e==`string`?tt(n):n}function ht(e){return Uint8Array.of((e[6]&15)<<4|e[7]>>4&15,(e[7]&15)<<4|(e[4]&240)>>4,(e[4]&15)<<4|(e[5]&240)>>4,(e[5]&15)<<4|(e[0]&240)>>4,(e[0]&15)<<4|(e[1]&240)>>4,(e[1]&15)<<4|(e[2]&240)>>4,96|e[2]&15,e[3],e[8],e[9],e[10],e[11],e[12],e[13],e[14],e[15])}var gt=u({"node_modules/uuid/dist/v1ToV6.js"(){j(),it()}});function _t(e){let t=xt(e),n=bt(t,e.length*8);return vt(n)}function vt(e){let t=new Uint8Array(e.length*4);for(let n=0;n<e.length*4;n++)t[n]=e[n>>2]>>>n%4*8&255;return t}function yt(e){return(e+64>>>9<<4)+14+1}function bt(e,t){let n=new Uint32Array(yt(t)).fill(0);n.set(e),n[t>>5]|=128<<t%32,n[n.length-1]=t,e=n;let r=1732584193,i=-271733879,a=-1732584194,o=271733878;for(let t=0;t<e.length;t+=16){let n=r,s=i,c=a,l=o;r=F(r,i,a,o,e[t],7,-680876936),o=F(o,r,i,a,e[t+1],12,-389564586),a=F(a,o,r,i,e[t+2],17,606105819),i=F(i,a,o,r,e[t+3],22,-1044525330),r=F(r,i,a,o,e[t+4],7,-176418897),o=F(o,r,i,a,e[t+5],12,1200080426),a=F(a,o,r,i,e[t+6],17,-1473231341),i=F(i,a,o,r,e[t+7],22,-45705983),r=F(r,i,a,o,e[t+8],7,1770035416),o=F(o,r,i,a,e[t+9],12,-1958414417),a=F(a,o,r,i,e[t+10],17,-42063),i=F(i,a,o,r,e[t+11],22,-1990404162),r=F(r,i,a,o,e[t+12],7,1804603682),o=F(o,r,i,a,e[t+13],12,-40341101),a=F(a,o,r,i,e[t+14],17,-1502002290),i=F(i,a,o,r,e[t+15],22,1236535329),r=wt(r,i,a,o,e[t+1],5,-165796510),o=wt(o,r,i,a,e[t+6],9,-1069501632),a=wt(a,o,r,i,e[t+11],14,643717713),i=wt(i,a,o,r,e[t],20,-373897302),r=wt(r,i,a,o,e[t+5],5,-701558691),o=wt(o,r,i,a,e[t+10],9,38016083),a=wt(a,o,r,i,e[t+15],14,-660478335),i=wt(i,a,o,r,e[t+4],20,-405537848),r=wt(r,i,a,o,e[t+9],5,568446438),o=wt(o,r,i,a,e[t+14],9,-1019803690),a=wt(a,o,r,i,e[t+3],14,-187363961),i=wt(i,a,o,r,e[t+8],20,1163531501),r=wt(r,i,a,o,e[t+13],5,-1444681467),o=wt(o,r,i,a,e[t+2],9,-51403784),a=wt(a,o,r,i,e[t+7],14,1735328473),i=wt(i,a,o,r,e[t+12],20,-1926607734),r=Tt(r,i,a,o,e[t+5],4,-378558),o=Tt(o,r,i,a,e[t+8],11,-2022574463),a=Tt(a,o,r,i,e[t+11],16,1839030562),i=Tt(i,a,o,r,e[t+14],23,-35309556),r=Tt(r,i,a,o,e[t+1],4,-1530992060),o=Tt(o,r,i,a,e[t+4],11,1272893353),a=Tt(a,o,r,i,e[t+7],16,-155497632),i=Tt(i,a,o,r,e[t+10],23,-1094730640),r=Tt(r,i,a,o,e[t+13],4,681279174),o=Tt(o,r,i,a,e[t],11,-358537222),a=Tt(a,o,r,i,e[t+3],16,-722521979),i=Tt(i,a,o,r,e[t+6],23,76029189),r=Tt(r,i,a,o,e[t+9],4,-640364487),o=Tt(o,r,i,a,e[t+12],11,-421815835),a=Tt(a,o,r,i,e[t+15],16,530742520),i=Tt(i,a,o,r,e[t+2],23,-995338651),r=Et(r,i,a,o,e[t],6,-198630844),o=Et(o,r,i,a,e[t+7],10,1126891415),a=Et(a,o,r,i,e[t+14],15,-1416354905),i=Et(i,a,o,r,e[t+5],21,-57434055),r=Et(r,i,a,o,e[t+12],6,1700485571),o=Et(o,r,i,a,e[t+3],10,-1894986606),a=Et(a,o,r,i,e[t+10],15,-1051523),i=Et(i,a,o,r,e[t+1],21,-2054922799),r=Et(r,i,a,o,e[t+8],6,1873313359),o=Et(o,r,i,a,e[t+15],10,-30611744),a=Et(a,o,r,i,e[t+6],15,-1560198380),i=Et(i,a,o,r,e[t+13],21,1309151649),r=Et(r,i,a,o,e[t+4],6,-145523070),o=Et(o,r,i,a,e[t+11],10,-1120210379),a=Et(a,o,r,i,e[t+2],15,718787259),i=Et(i,a,o,r,e[t+9],21,-343485551),r=P(r,n),i=P(i,s),a=P(a,c),o=P(o,l)}return Uint32Array.of(r,i,a,o)}function xt(e){if(e.length===0)return new Uint32Array;let t=new Uint32Array(yt(e.length*8)).fill(0);for(let n=0;n<e.length;n++)t[n>>2]|=(e[n]&255)<<n%4*8;return t}function P(e,t){let n=(e&65535)+(t&65535),r=(e>>16)+(t>>16)+(n>>16);return r<<16|n&65535}function St(e,t){return e<<t|e>>>32-t}function Ct(e,t,n,r,i,a){return P(St(P(P(t,e),P(r,a)),i),n)}function F(e,t,n,r,i,a,o){return Ct(t&n|~t&r,e,t,i,a,o)}function wt(e,t,n,r,i,a,o){return Ct(t&r|n&~r,e,t,i,a,o)}function Tt(e,t,n,r,i,a,o){return Ct(t^n^r,e,t,i,a,o)}function Et(e,t,n,r,i,a,o){return Ct(n^(t|~r),e,t,i,a,o)}var Dt,Ot=u({"node_modules/uuid/dist/md5.js"(){Dt=_t}});function I(e){e=unescape(encodeURIComponent(e));let t=new Uint8Array(e.length);for(let n=0;n<e.length;++n)t[n]=e.charCodeAt(n);return t}function L(e,t,n,r,i,a){let o=typeof n==`string`?I(n):n,s=typeof r==`string`?et(r):r;if(typeof r==`string`&&(r=et(r)),r?.length!==16)throw TypeError(`Namespace must be array-like (16 iterable integer values, 0-255)`);let c=new Uint8Array(16+o.length);if(c.set(s),c.set(o,s.length),c=t(c),c[6]=c[6]&15|e,c[8]=c[8]&63|128,i){a||=0;for(let e=0;e<16;++e)i[a+e]=c[e];return i}return tt(c)}var kt,At,jt=u({"node_modules/uuid/dist/v35.js"(){j(),it(),kt=`6ba7b810-9dad-11d1-80b4-00c04fd430c8`,At=`6ba7b811-9dad-11d1-80b4-00c04fd430c8`}});function Mt(e,t,n,r){return L(48,Dt,e,t,n,r)}var Nt,Pt=u({"node_modules/uuid/dist/v3.js"(){Ot(),jt(),Mt.DNS=kt,Mt.URL=At,Nt=Mt}}),Ft,It,Lt=u({"node_modules/uuid/dist/native.js"(){Ft=typeof crypto<`u`&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),It={randomUUID:Ft}}});function Rt(e,t,n){e||={};let r=e.random??e.rng?.()??at();if(r.length<16)throw Error(`Random bytes length must be >= 16`);if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,t){if(n||=0,n<0||n+16>t.length)throw RangeError(`UUID byte range ${n}:${n+15} is out of buffer bounds`);for(let e=0;e<16;++e)t[n+e]=r[e];return t}return tt(r)}function zt(e,t,n){return It.randomUUID&&!t&&!e?It.randomUUID():Rt(e,t,n)}var Bt,Vt=u({"node_modules/uuid/dist/v4.js"(){Lt(),st(),it(),Bt=zt}});function Ht(e,t,n,r){switch(e){case 0:return t&n^~t&r;case 1:return t^n^r;case 2:return t&n^t&r^n&r;case 3:return t^n^r}}function Ut(e,t){return e<<t|e>>>32-t}function Wt(e){let t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520],r=new Uint8Array(e.length+1);r.set(e),r[e.length]=128,e=r;let i=e.length/4+2,a=Math.ceil(i/16),o=Array(a);for(let t=0;t<a;++t){let n=new Uint32Array(16);for(let r=0;r<16;++r)n[r]=e[t*64+r*4]<<24|e[t*64+r*4+1]<<16|e[t*64+r*4+2]<<8|e[t*64+r*4+3];o[t]=n}o[a-1][14]=(e.length-1)*8/2**32,o[a-1][14]=Math.floor(o[a-1][14]),o[a-1][15]=(e.length-1)*8&4294967295;for(let e=0;e<a;++e){let r=new Uint32Array(80);for(let t=0;t<16;++t)r[t]=o[e][t];for(let e=16;e<80;++e)r[e]=Ut(r[e-3]^r[e-8]^r[e-14]^r[e-16],1);let i=n[0],a=n[1],s=n[2],c=n[3],l=n[4];for(let e=0;e<80;++e){let n=Math.floor(e/20),o=Ut(i,5)+Ht(n,a,s,c)+l+t[n]+r[e]>>>0;l=c,c=s,s=Ut(a,30)>>>0,a=i,i=o}n[0]=n[0]+i>>>0,n[1]=n[1]+a>>>0,n[2]=n[2]+s>>>0,n[3]=n[3]+c>>>0,n[4]=n[4]+l>>>0}return Uint8Array.of(n[0]>>24,n[0]>>16,n[0]>>8,n[0],n[1]>>24,n[1]>>16,n[1]>>8,n[1],n[2]>>24,n[2]>>16,n[2]>>8,n[2],n[3]>>24,n[3]>>16,n[3]>>8,n[3],n[4]>>24,n[4]>>16,n[4]>>8,n[4])}var Gt,Kt=u({"node_modules/uuid/dist/sha1.js"(){Gt=Wt}});function qt(e,t,n,r){return L(80,Gt,e,t,n,r)}var Jt,Yt=u({"node_modules/uuid/dist/v5.js"(){Kt(),jt(),qt.DNS=kt,qt.URL=At,Jt=qt}});function Xt(e,t,n){e??={},n??=0;let r=ft({...e,_v6:!0},new Uint8Array(16));if(r=mt(r),t){for(let e=0;e<16;e++)t[n+e]=r[e];return t}return tt(r)}var Zt,Qt=u({"node_modules/uuid/dist/v6.js"(){it(),pt(),gt(),Zt=Xt}});function $t(e){let t=typeof e==`string`?et(e):e,n=en(t);return typeof e==`string`?tt(n):n}function en(e){return Uint8Array.of((e[3]&15)<<4|e[4]>>4&15,(e[4]&15)<<4|(e[5]&240)>>4,(e[5]&15)<<4|e[6]&15,e[7],(e[1]&15)<<4|(e[2]&240)>>4,(e[2]&15)<<4|(e[3]&240)>>4,16|(e[0]&240)>>4,(e[0]&15)<<4|(e[1]&240)>>4,e[8],e[9],e[10],e[11],e[12],e[13],e[14],e[15])}var tn=u({"node_modules/uuid/dist/v6ToV1.js"(){j(),it()}});function nn(e,t,n){let r;if(e)r=an(e.random??e.rng?.()??at(),e.msecs,e.seq,t,n);else{let e=Date.now(),i=at();rn(on,e,i),r=an(i,on.msecs,on.seq,t,n)}return t??tt(r)}function rn(e,t,n){return e.msecs??=-1/0,e.seq??=0,t>e.msecs?(e.seq=n[6]<<23|n[7]<<16|n[8]<<8|n[9],e.msecs=t):(e.seq=e.seq+1|0,e.seq===0&&e.msecs++),e}function an(e,t,n,r,i=0){if(e.length<16)throw Error(`Random bytes length must be >= 16`);if(!r)r=new Uint8Array(16),i=0;else if(i<0||i+16>r.length)throw RangeError(`UUID byte range ${i}:${i+15} is out of buffer bounds`);return t??=Date.now(),n??=e[6]*127<<24|e[7]<<16|e[8]<<8|e[9],r[i++]=t/1099511627776&255,r[i++]=t/4294967296&255,r[i++]=t/16777216&255,r[i++]=t/65536&255,r[i++]=t/256&255,r[i++]=t&255,r[i++]=112|n>>>28&15,r[i++]=n>>>20&255,r[i++]=128|n>>>14&63,r[i++]=n>>>6&255,r[i++]=n<<2&255|e[10]&3,r[i++]=e[11],r[i++]=e[12],r[i++]=e[13],r[i++]=e[14],r[i++]=e[15],r}var on,sn,cn=u({"node_modules/uuid/dist/v7.js"(){st(),it(),on={},sn=nn}});function ln(e){if(!Ze(e))throw TypeError(`Invalid UUID`);return parseInt(e.slice(14,15),16)}var un,R=u({"node_modules/uuid/dist/version.js"(){Qe(),un=ln}}),z={};f(z,{MAX:()=>Ge,NIL:()=>qe,parse:()=>et,stringify:()=>rt,v1:()=>ft,v1ToV6:()=>mt,v3:()=>Nt,v4:()=>Bt,v5:()=>Jt,v6:()=>Zt,v6ToV1:()=>$t,v7:()=>sn,validate:()=>Ze,version:()=>un});var dn=u({"node_modules/uuid/dist/index.js"(){Ke(),Je(),j(),it(),pt(),gt(),Pt(),Vt(),Yt(),Qt(),tn(),cn(),Qe(),R()}}),fn=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/http/DefaultUserAgent.js"(exports){var t=Object.create?function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]},n=Object.create?function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}:function(e,t){e.default=t},r=function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i in e)i!==`default`&&Object.prototype.hasOwnProperty.call(e,i)&&t(r,e,i);return n(r,e),r};Object.defineProperty(exports,`__esModule`,{value:!0}),exports.generateDefaultUsageAgent=void 0;let i=(dn(),h(z)),a=Re(),o=r(g(`fs`)),s=r(g(`path`)),c=r(g(`os`)),l=`application_id`,u=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,d=()=>{let e=c.arch(),t=c.platform(),n=c.release(),r=process.version||``,i=process.env.LANG?process.env.LANG.split(`.`)[0]:``;return`os/${t}#${n}#${e} nodejs/${r} meta/${i}`},f=e=>{let t=c.homedir(),n=s.join(t,a.Constants.DEFAULT_PROFILE_DIR_NAME);o.existsSync(n)||o.mkdirSync(n,{recursive:!0});let r=(0,i.v4)();return o.writeFileSync(e,r),r},p=()=>{try{let e=c.homedir(),t=s.join(e,a.Constants.DEFAULT_PROFILE_DIR_NAME,l);if(o.existsSync(t)){let e=o.readFileSync(t,`utf8`).trim();if(u.test(e))return`app/${e}`}let n=f(t);return`app/${n}`}catch{return``}},m=e=>{let t=d(),n=p();return[e,t,n].join(`; `)};exports.generateDefaultUsageAgent=m}}),pn=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/ClientBuilder.js"(exports){var t=Object.create?function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]},n=Object.create?function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}:function(e,t){e.default=t},r=function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i in e)i!==`default`&&Object.prototype.hasOwnProperty.call(e,i)&&t(r,e,i);return n(r,e),r};Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ClientBuilder=void 0;let i=D(),a=Ie(),o=Ue(),s=We(),c=y(),l=r(g(`path`)),u=fn();var d=class{constructor(e,t){this.credentialType=[`BasicCredentials`,`GlobalCredentials`],this.envParams=process.env,this.credentials={},this.init=e,t&&(this.credentialType=t.split(`,`))}withEndpoint(e){return this.endpoints=[],typeof e==`string`?this.endpoints.push(e):Array.isArray(e)&&this.endpoints.push(...e),this}withCredential(e){return this.credential=e,this}withProxyAgent(e){return this.proxyAgent=e,this}withRegion(e){return this.region=e,this}withOptions(e){return this.userOptions=e,this}withDerivedAuthServiceName(e){return this.derivedAuthServiceName=e,this}build(){var e,t,n,r,s,l;let u={disableSslVerification:!0};if(this.proxyAgent&&Object.assign(u,{proxy:this.proxyAgent}),(e=this.userOptions)?.axiosRequestConfig&&((r=(n=(t=this.userOptions)?.axiosRequestConfig)?.headers)?.[`User-Agent`]&&(this.userOptions.axiosRequestConfig.headers[`User-Agent`]=this.getDefaultUsageAgent(this.userOptions.axiosRequestConfig.headers[`User-Agent`])),u.axiosRequestConfig=this.userOptions.axiosRequestConfig),u.headers||={},u.headers[`User-Agent`]=this.getDefaultUsageAgent((s=this===null||this===void 0?void 0:this.userOptions)?.customUserAgent),this.credential||=this.getCredentialFromEnvironment(),!this.credential)throw new c.SdkException(`credential can not be null, ${this.credentialType}Credential objects are required`);this.region&&(this.endpoints=this.region.endpoints);let d=new a.DefaultHttpClient(u,this.endpoints),f=new i.HcClient(d);return this.region&&f.withRegion(this.region),this.derivedAuthServiceName&&this.credential instanceof o.BasicCredentials&&this.credential.processDerivedAuthParams(this.derivedAuthServiceName,(l=this.region)?.id),f.withCredential(this.credential).withEndpoints(this.endpoints),this.init(f)}getCredentialFromEnvironment(){let e=process.env.HUAWEICLOUD_SDK_TYPE,t=this.whichCredential(e);return this.getInputParamCredential(t,this.envParams)}whichCredential(e){if(!e)return new o.BasicCredentials;switch(e){case`BasicCredentials`:return new o.BasicCredentials;case`GlobalCredentials`:return new s.GlobalCredentials;default:{if(this.credentials[e])return this.credentials[e];let t=l.join(this.init().getPath(),`${e}`),n=g(t);return this.credentials[e]=new n,this.credentials[e]}}}getInputParamCredential(e,t){let n=Object.keys(t).filter(e=>e.indexOf(`HUAWEICLOUD_SDK_`)===0).reduce((e,n)=>{let r=n.substring(16);return r.indexOf(`_`)===-1?r=`with${r.toLowerCase().replace(/^\w/,e=>e.toUpperCase())}`:(r=r.split(`_`).map(e=>`${e.toLowerCase().replace(/^\w/,e=>e.toUpperCase())}`).join(``),r=`with${r}`),e[r]=t[n],e},{});return Object.keys(n).forEach(t=>{e[t]&&e[t](n[t])}),e}getDefaultUsageAgent(e){let t=`huaweicloud-usdk-nodejs/3.0`;return e&&typeof e==`string`?`${t}; ${e}`:(0,u.generateDefaultUsageAgent)(t)}};exports.ClientBuilder=d}}),mn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateEndpointIpaddressRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateEndpointIpaddressRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withBody(e){return this.body=e,this}};exports.AssociateEndpointIpaddressRequest=t}}),hn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverQueryLogConfigRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}withBody(e){return this.body=e,this}};exports.AssociateResolverQueryLogConfigRequest=t}}),gn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverRuleRouterRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverRuleRouterRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}withBody(e){return this.body=e,this}};exports.AssociateResolverRuleRouterRequest=t}}),_n=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateRouterRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateRouterRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.AssociateRouterRequest=t}}),vn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateCombinedPublicRecordsetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateCombinedPublicRecordsetsTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchCreateCombinedPublicRecordsetsTaskRequest=t}}),yn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicRecordsetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicRecordsetsTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchCreatePublicRecordsetsTaskRequest=t}}),bn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicZonesTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicZonesTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchCreatePublicZonesTaskRequest=t}}),xn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetsTaskRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.BatchCreateRecordSetsTaskRequest=t}}),B=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateTagRequest=void 0;var t=class{constructor(e,t){this.resource_type=e,this.resource_id=t}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}withBody(e){return this.body=e,this}};exports.BatchCreateTagRequest=t}}),V=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePtrRecordsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePtrRecordsRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchDeletePtrRecordsRequest=t}}),Sn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePublicRecordsetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePublicRecordsetsTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchDeletePublicRecordsetsTaskRequest=t}}),Cn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetWithLineRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.BatchDeleteRecordSetWithLineRequest=t}}),wn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetsRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchDeleteRecordSetsRequest=t}}),Tn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteZonesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteZonesRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchDeleteZonesRequest=t}}),En=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetRecordSetsStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetRecordSetsStatusRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchSetRecordSetsStatusRequest=t}}),Dn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetZonesStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetZonesStatusRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchSetZonesStatusRequest=t}}),On=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchTransferPublicZonesTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchTransferPublicZonesTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchTransferPublicZonesTaskRequest=t}}),kn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchUpdatePublicRecordsetsTaskRequest=t}}),An=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdateRecordSetWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdateRecordSetWithLineRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.BatchUpdateRecordSetWithLineRequest=t}}),jn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateAuthorizeTxtRecordRequest=t}}),Mn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordVerificationRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordVerificationRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.CreateAuthorizeTxtRecordVerificationRequest=t}}),Nn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateCustomLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateCustomLineRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateCustomLineRequest=t}}),Pn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEipRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEipRecordSetRequest=void 0;var t=class{constructor(e,t){this.region=e,this.floatingip_id=t}withRegion(e){return this.region=e,this}withFloatingipId(e){return this.floatingip_id=e,this}set floatingipId(e){this.floatingip_id=e}get floatingipId(){return this.floatingip_id}withBody(e){return this.body=e,this}};exports.CreateEipRecordSetRequest=t}}),Fn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEndpointRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEndpointRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateEndpointRequest=t}}),In=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateLineGroupRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateLineGroupRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateLineGroupRequest=t}}),H=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePrivateZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePrivateZoneRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreatePrivateZoneRequest=t}}),Ln=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePtrRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePtrRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreatePtrRequest=t}}),Rn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePublicZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePublicZoneRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreatePublicZoneRequest=t}}),zn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.CreateRecordSetRequest=t}}),Bn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithBatchLinesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithBatchLinesRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.CreateRecordSetWithBatchLinesRequest=t}}),Vn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithLineRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.CreateRecordSetWithLineRequest=t}}),Hn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverQueryLogConfigRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateResolverQueryLogConfigRequest=t}}),Un=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverRuleRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverRuleRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateResolverRuleRequest=t}}),Wn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateRetrievalRequest=t}}),Gn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalVerificationRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalVerificationRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.CreateRetrievalVerificationRequest=t}}),Kn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateTagRequest=void 0;var t=class{constructor(e,t){this.resource_type=e,this.resource_id=t}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}withBody(e){return this.body=e,this}};exports.CreateTagRequest=t}}),qn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteBatchCreateRecordSetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteBatchCreateRecordSetsTaskRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.DeleteBatchCreateRecordSetsTaskRequest=t}}),Jn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteCustomLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteCustomLineRequest=void 0;var t=class{constructor(e){this.line_id=e}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}};exports.DeleteCustomLineRequest=t}}),Yn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteEndpointRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteEndpointRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}};exports.DeleteEndpointRequest=t}}),Xn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteLineGroupRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteLineGroupRequest=void 0;var t=class{constructor(e){this.linegroup_id=e}withLinegroupId(e){return this.linegroup_id=e,this}set linegroupId(e){this.linegroup_id=e}get linegroupId(){return this.linegroup_id}};exports.DeleteLineGroupRequest=t}}),Zn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePrivateZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePrivateZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.DeletePrivateZoneRequest=t}}),Qn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePtrRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePtrRequest=void 0;var t=class{constructor(e){this.ptr_id=e}withPtrId(e){return this.ptr_id=e,this}set ptrId(e){this.ptr_id=e}get ptrId(){return this.ptr_id}};exports.DeletePtrRequest=t}}),$n=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePublicZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePublicZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.DeletePublicZoneRequest=t}}),er=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteRecordSetRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}};exports.DeleteRecordSetRequest=t}}),tr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteRecordSetsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteRecordSetsRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}};exports.DeleteRecordSetsRequest=t}}),nr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteResolverQueryLogConfigRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.DeleteResolverQueryLogConfigRequest=t}}),rr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteResolverRuleRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteResolverRuleRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}};exports.DeleteResolverRuleRequest=t}}),ir=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteTagRequest=void 0;var t=class{constructor(e,t,n){this.resource_type=e,this.resource_id=t,this.key=n}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}withKey(e){return this.key=e,this}};exports.DeleteTagRequest=t}}),ar=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisableDnssecConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisableDnssecConfigRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.DisableDnssecConfigRequest=t}}),or=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateEndpointIpaddressRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateEndpointIpaddressRequest=void 0;var t=class{constructor(e,t){this.endpoint_id=e,this.ipaddress_id=t}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withIpaddressId(e){return this.ipaddress_id=e,this}set ipaddressId(e){this.ipaddress_id=e}get ipaddressId(){return this.ipaddress_id}};exports.DisassociateEndpointIpaddressRequest=t}}),sr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateResolverQueryLogConfigRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}withBody(e){return this.body=e,this}};exports.DisassociateResolverQueryLogConfigRequest=t}}),cr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateResolverRuleRouterRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateResolverRuleRouterRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}withBody(e){return this.body=e,this}};exports.DisassociateResolverRuleRouterRequest=t}}),lr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateRouterRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateRouterRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.DisassociateRouterRequest=t}}),ur=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/EnableDnssecConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.EnableDnssecConfigRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.EnableDnssecConfigRequest=t}}),dr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListBatchOperationTasksRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListBatchOperationTasksRequest=void 0;var t=class{constructor(){}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListBatchOperationTasksRequest=t}}),fr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListCustomLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListCustomLineRequest=void 0;var t=class{constructor(){}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withShowDetail(e){return this.show_detail=e,this}set showDetail(e){this.show_detail=e}get showDetail(){return this.show_detail}withStatus(e){return this.status=e,this}withIp(e){return this.ip=e,this}};exports.ListCustomLineRequest=t}}),pr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointIpaddressesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointIpaddressesRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}};exports.ListEndpointIpaddressesRequest=t}}),mr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointVpcsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointVpcsRequest=void 0;var t=class{constructor(){}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}};exports.ListEndpointVpcsRequest=t}}),hr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointsRequest=void 0;var t=class{constructor(e){this.direction=e}withDirection(e){return this.direction=e,this}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}withName(e){return this.name=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListEndpointsRequest=t}}),gr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListLineGroupsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListLineGroupsRequest=void 0;var t=class{constructor(){}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListLineGroupsRequest=t}}),_r=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListNameServersRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListNameServersRequest=void 0;var t=class{constructor(){}withType(e){return this.type=e,this}withRegion(e){return this.region=e,this}};exports.ListNameServersRequest=t}}),vr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPrivateZonesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPrivateZonesRequest=void 0;var t=class{constructor(e){this.type=e}withType(e){return this.type=e,this}withLimit(e){return this.limit=e,this}withMarker(e){return this.marker=e,this}withOffset(e){return this.offset=e,this}withTags(e){return this.tags=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withStatus(e){return this.status=e,this}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}};exports.ListPrivateZonesRequest=t}}),yr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrRecordsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrRecordsRequest=void 0;var t=class{constructor(){}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}};exports.ListPtrRecordsRequest=t}}),br=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrsRequest=void 0;var t=class{constructor(){}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}};exports.ListPtrsRequest=t}}),xr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPublicZoneLinesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPublicZoneLinesRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListPublicZoneLinesRequest=t}}),Sr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPublicZonesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPublicZonesRequest=void 0;var t=class{constructor(){}withType(e){return this.type=e,this}withLimit(e){return this.limit=e,this}withMarker(e){return this.marker=e,this}withOffset(e){return this.offset=e,this}withTags(e){return this.tags=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withStatus(e){return this.status=e,this}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ListPublicZonesRequest=t}}),Cr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsByZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsByZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withType(e){return this.type=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}};exports.ListRecordSetsByZoneRequest=t}}),wr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsRequest=void 0;var t=class{constructor(){}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withMarker(e){return this.marker=e,this}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withType(e){return this.type=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withRecords(e){return this.records=e,this}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}};exports.ListRecordSetsRequest=t}}),Tr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsWithLineRequest=void 0;var t=class{constructor(){}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withType(e){return this.type=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withRecords(e){return this.records=e,this}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}};exports.ListRecordSetsWithLineRequest=t}}),Er=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverQueryLogConfigsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverQueryLogConfigsRequest=void 0;var t=class{constructor(){}withLimit(e){return this.limit=e,this}withMarker(e){return this.marker=e,this}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}};exports.ListResolverQueryLogConfigsRequest=t}}),Dr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverRulesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverRulesRequest=void 0;var t=class{constructor(){}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withName(e){return this.name=e,this}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withId(e){return this.id=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withMarker(e){return this.marker=e,this}};exports.ListResolverRulesRequest=t}}),Or=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListSystemLinesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListSystemLinesRequest=void 0;var t=class{constructor(){}withLocale(e){return this.locale=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListSystemLinesRequest=t}}),kr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagRequest=void 0;var t=class{constructor(e){this.resource_type=e}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withBody(e){return this.body=e,this}};exports.ListTagRequest=t}}),Ar=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagsRequest=void 0;var t=class{constructor(e){this.resource_type=e}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}};exports.ListTagsRequest=t}}),jr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RestorePtrRecordRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RestorePtrRecordRequest=void 0;var t=class{constructor(e,t){this.region=e,this.floatingip_id=t}withRegion(e){return this.region=e,this}withFloatingipId(e){return this.floatingip_id=e,this}set floatingipId(e){this.floatingip_id=e}get floatingipId(){return this.floatingip_id}withBody(e){return this.body=e,this}};exports.RestorePtrRecordRequest=t}}),Mr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetPrivateZoneProxyPatternRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetPrivateZoneProxyPatternRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.SetPrivateZoneProxyPatternRequest=t}}),Nr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetRecordSetsStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetRecordSetsStatusRequest=void 0;var t=class{constructor(e){this.recordset_id=e}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}withBody(e){return this.body=e,this}};exports.SetRecordSetsStatusRequest=t}}),U=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowApiInfoRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowApiInfoRequest=void 0;var t=class{constructor(e){this.version=e}withVersion(e){return this.version=e,this}};exports.ShowApiInfoRequest=t}}),Pr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowAuthorizeTxtRecordRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowAuthorizeTxtRecordRequest=void 0;var t=class{constructor(e){this.zone_name=e}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}};exports.ShowAuthorizeTxtRecordRequest=t}}),Fr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchCreateRecordSetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchCreateRecordSetsTaskRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withErrorItemLimit(e){return this.error_item_limit=e,this}set errorItemLimit(e){this.error_item_limit=e}get errorItemLimit(){return this.error_item_limit}withErrorItemOffset(e){return this.error_item_offset=e,this}set errorItemOffset(e){this.error_item_offset=e}get errorItemOffset(){return this.error_item_offset}};exports.ShowBatchCreateRecordSetsTaskRequest=t}}),Ir=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchOperationTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchOperationTaskRequest=void 0;var t=class{constructor(e){this.task_id=e}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}withErrorItemLimit(e){return this.error_item_limit=e,this}set errorItemLimit(e){this.error_item_limit=e}get errorItemLimit(){return this.error_item_limit}withErrorItemOffset(e){return this.error_item_offset=e,this}set errorItemOffset(e){this.error_item_offset=e}get errorItemOffset(){return this.error_item_offset}};exports.ShowBatchOperationTaskRequest=t}}),W=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDnssecConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDnssecConfigRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowDnssecConfigRequest=t}}),Lr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDomainDetectionRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDomainDetectionRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.domain_name=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withType(e){return this.type=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}};exports.ShowDomainDetectionRequest=t}}),Rr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDomainQuotaRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDomainQuotaRequest=void 0;var t=class{constructor(e){this.domain_id=e}withDomainId(e){return this.domain_id=e,this}set domainId(e){this.domain_id=e}get domainId(){return this.domain_id}};exports.ShowDomainQuotaRequest=t}}),zr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowEmailRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowEmailRecordSetRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ShowEmailRecordSetRequest=t}}),Br=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowEndpointRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowEndpointRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}};exports.ShowEndpointRequest=t}}),Vr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowLineGroupRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowLineGroupRequest=void 0;var t=class{constructor(e){this.linegroup_id=e}withLinegroupId(e){return this.linegroup_id=e,this}set linegroupId(e){this.linegroup_id=e}get linegroupId(){return this.linegroup_id}};exports.ShowLineGroupRequest=t}}),Hr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPrivateZoneNameServerRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPrivateZoneNameServerRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowPrivateZoneNameServerRequest=t}}),Ur=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPrivateZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPrivateZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowPrivateZoneRequest=t}}),Wr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPtrRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPtrRecordSetRequest=void 0;var t=class{constructor(e,t){this.region=e,this.floatingip_id=t}withRegion(e){return this.region=e,this}withFloatingipId(e){return this.floatingip_id=e,this}set floatingipId(e){this.floatingip_id=e}get floatingipId(){return this.floatingip_id}};exports.ShowPtrRecordSetRequest=t}}),Gr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPtrRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPtrRequest=void 0;var t=class{constructor(e){this.ptr_id=e}withPtrId(e){return this.ptr_id=e,this}set ptrId(e){this.ptr_id=e}get ptrId(){return this.ptr_id}};exports.ShowPtrRequest=t}}),Kr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPublicZoneNameServerRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPublicZoneNameServerRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowPublicZoneNameServerRequest=t}}),qr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPublicZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPublicZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowPublicZoneRequest=t}}),Jr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetByZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetByZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withType(e){return this.type=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}};exports.ShowRecordSetByZoneRequest=t}}),Yr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}};exports.ShowRecordSetRequest=t}}),Xr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetWithLineRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}};exports.ShowRecordSetWithLineRequest=t}}),Zr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverQueryLogConfigRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.ShowResolverQueryLogConfigRequest=t}}),Qr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverRuleRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverRuleRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}};exports.ShowResolverRuleRequest=t}}),$r=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResourceTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResourceTagRequest=void 0;var t=class{constructor(e,t){this.resource_type=e,this.resource_id=t}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}};exports.ShowResourceTagRequest=t}}),ei=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRetrievalRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRetrievalRequest=void 0;var t=class{constructor(e){this.name=e}withName(e){return this.name=e,this}};exports.ShowRetrievalRequest=t}}),ti=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRetrievalVerificationRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRetrievalVerificationRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.ShowRetrievalVerificationRequest=t}}),ni=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowWebsiteRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowWebsiteRecordSetRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ShowWebsiteRecordSetRequest=t}}),ri=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowZoneNameServerRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowZoneNameServerRequest=void 0;var t=class{constructor(e){this.domain_name=e}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}};exports.ShowZoneNameServerRequest=t}}),ii=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateCustomLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateCustomLineRequest=void 0;var t=class{constructor(e){this.line_id=e}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withBody(e){return this.body=e,this}};exports.UpdateCustomLineRequest=t}}),ai=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateEndpointRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateEndpointRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withBody(e){return this.body=e,this}};exports.UpdateEndpointRequest=t}}),oi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateLineGroupsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateLineGroupsRequest=void 0;var t=class{constructor(e){this.linegroup_id=e}withLinegroupId(e){return this.linegroup_id=e,this}set linegroupId(e){this.linegroup_id=e}get linegroupId(){return this.linegroup_id}withBody(e){return this.body=e,this}};exports.UpdateLineGroupsRequest=t}}),si=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.UpdatePrivateZoneRequest=t}}),ci=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneStatusRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.UpdatePrivateZoneStatusRequest=t}}),li=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrRecordRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrRecordRequest=void 0;var t=class{constructor(e,t){this.region=e,this.floatingip_id=t}withRegion(e){return this.region=e,this}withFloatingipId(e){return this.floatingip_id=e,this}set floatingipId(e){this.floatingip_id=e}get floatingipId(){return this.floatingip_id}withBody(e){return this.body=e,this}};exports.UpdatePtrRecordRequest=t}}),ui=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrRequest=void 0;var t=class{constructor(e){this.ptr_id=e}withPtrId(e){return this.ptr_id=e,this}set ptrId(e){this.ptr_id=e}get ptrId(){return this.ptr_id}withBody(e){return this.body=e,this}};exports.UpdatePtrRequest=t}}),di=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.UpdatePublicZoneRequest=t}}),fi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneStatusRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.UpdatePublicZoneStatusRequest=t}}),pi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}withBody(e){return this.body=e,this}};exports.UpdateRecordSetRequest=t}}),mi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetsRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}withBody(e){return this.body=e,this}};exports.UpdateRecordSetsRequest=t}}),hi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateResolverRuleRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateResolverRuleRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}withBody(e){return this.body=e,this}};exports.UpdateResolverRuleRequest=t}}),gi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/DnsClient.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RequiredError=exports.ParamCreater=exports.DnsClient=void 0;let t=pn(),n=mn(),r=hn(),i=gn(),a=_n(),o=vn(),s=yn(),c=bn(),l=xn(),u=B(),d=V(),f=Sn(),p=Cn(),m=wn(),h=Tn(),g=En(),_=Dn(),v=On(),y=kn(),b=An(),x=jn(),S=Mn(),C=Nn(),w=Pn(),ee=Fn(),T=In(),te=H(),ne=Ln(),re=Rn(),ie=zn(),ae=Bn(),oe=Vn(),se=Hn(),ce=Un(),le=Wn(),ue=Gn(),de=Kn(),fe=qn(),pe=Jn(),me=Yn(),E=Xn(),he=Zn(),ge=Qn(),_e=$n(),ve=er(),ye=tr(),be=nr(),xe=rr(),Se=ir(),Ce=ar(),we=or(),Te=sr(),Ee=cr(),De=lr(),Oe=ur(),ke=dr(),Ae=fr(),je=pr(),Me=mr(),Ne=hr(),Pe=gr(),Fe=_r(),Ie=vr(),D=yr(),O=br(),k=xr(),Le=Sr(),Re=Cr(),ze=wr(),Be=Tr(),Ve=Er(),He=Dr(),Ue=Or(),We=kr(),Ge=Ar(),Ke=jr(),qe=Mr(),Je=Nr(),Ye=U(),Xe=Pr(),A=Fr(),Ze=Ir(),Qe=W(),$e=Lr(),et=Rr(),j=zr(),tt=Br(),M=Vr(),nt=Hr(),rt=Ur(),it=Wr(),at=Gr(),N=Kr(),ot=qr(),st=Jr(),ct=Yr(),lt=Xr(),ut=Zr(),dt=Qr(),ft=$r(),pt=ei(),mt=ti(),ht=ni(),gt=ri(),_t=ii(),vt=ai(),yt=oi(),bt=si(),xt=ci(),P=li(),St=ui(),Ct=di(),F=fi(),wt=pi(),Tt=mi(),Et=hi();var Dt=class{static newBuilder(){let e=new t.ClientBuilder(I);return e}constructor(e){this.hcClient=e}getPath(){return __dirname}associateEndpointIpaddress(t){let n=(0,exports.ParamCreater)().associateEndpointIpaddress(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}associateResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().associateResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}associateResolverRuleRouter(t){let n=(0,exports.ParamCreater)().associateResolverRuleRouter(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}associateRouter(t){let n=(0,exports.ParamCreater)().associateRouter(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreateCombinedPublicRecordsetsTask(t){let n=(0,exports.ParamCreater)().batchCreateCombinedPublicRecordsetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreatePublicRecordsetsTask(t){let n=(0,exports.ParamCreater)().batchCreatePublicRecordsetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreatePublicZonesTask(t){let n=(0,exports.ParamCreater)().batchCreatePublicZonesTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreateTag(t){let n=(0,exports.ParamCreater)().batchCreateTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeletePtrRecords(t){let n=(0,exports.ParamCreater)().batchDeletePtrRecords(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeletePublicRecordsetsTask(t){let n=(0,exports.ParamCreater)().batchDeletePublicRecordsetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeleteRecordSets(t){let n=(0,exports.ParamCreater)().batchDeleteRecordSets(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeleteZones(t){let n=(0,exports.ParamCreater)().batchDeleteZones(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchSetRecordSetsStatus(t){let n=(0,exports.ParamCreater)().batchSetRecordSetsStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchSetZonesStatus(t){let n=(0,exports.ParamCreater)().batchSetZonesStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchTransferPublicZonesTask(t){let n=(0,exports.ParamCreater)().batchTransferPublicZonesTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchUpdatePublicRecordsetsTask(t){let n=(0,exports.ParamCreater)().batchUpdatePublicRecordsetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createAuthorizeTxtRecord(t){let n=(0,exports.ParamCreater)().createAuthorizeTxtRecord(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createAuthorizeTxtRecordVerification(t){let n=(0,exports.ParamCreater)().createAuthorizeTxtRecordVerification(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createCustomLine(t){let n=(0,exports.ParamCreater)().createCustomLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createEndpoint(t){let n=(0,exports.ParamCreater)().createEndpoint(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createLineGroup(t){let n=(0,exports.ParamCreater)().createLineGroup(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createPrivateZone(t){let n=(0,exports.ParamCreater)().createPrivateZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createPublicZone(t){let n=(0,exports.ParamCreater)().createPublicZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().createResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createResolverRule(t){let n=(0,exports.ParamCreater)().createResolverRule(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRetrieval(t){let n=(0,exports.ParamCreater)().createRetrieval(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRetrievalVerification(t){let n=(0,exports.ParamCreater)().createRetrievalVerification(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createTag(t){let n=(0,exports.ParamCreater)().createTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteCustomLine(t){let n=(0,exports.ParamCreater)().deleteCustomLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteEndpoint(t){let n=(0,exports.ParamCreater)().deleteEndpoint(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteLineGroup(t){let n=(0,exports.ParamCreater)().deleteLineGroup(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deletePrivateZone(t){let n=(0,exports.ParamCreater)().deletePrivateZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deletePublicZone(t){let n=(0,exports.ParamCreater)().deletePublicZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().deleteResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteResolverRule(t){let n=(0,exports.ParamCreater)().deleteResolverRule(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteTag(t){let n=(0,exports.ParamCreater)().deleteTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disassociateEndpointIpaddress(t){let n=(0,exports.ParamCreater)().disassociateEndpointIpaddress(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disassociateResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().disassociateResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disassociateResolverRuleRouter(t){let n=(0,exports.ParamCreater)().disassociateResolverRuleRouter(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disassociateRouter(t){let n=(0,exports.ParamCreater)().disassociateRouter(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listApiVersions(t){let n=(0,exports.ParamCreater)().listApiVersions();return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listBatchOperationTasks(t){let n=(0,exports.ParamCreater)().listBatchOperationTasks(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listCustomLine(t){let n=(0,exports.ParamCreater)().listCustomLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listEndpointIpaddresses(t){let n=(0,exports.ParamCreater)().listEndpointIpaddresses(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listEndpointVpcs(t){let n=(0,exports.ParamCreater)().listEndpointVpcs(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listEndpoints(t){let n=(0,exports.ParamCreater)().listEndpoints(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listLineGroups(t){let n=(0,exports.ParamCreater)().listLineGroups(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listNameServers(t){let n=(0,exports.ParamCreater)().listNameServers(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPrivateZones(t){let n=(0,exports.ParamCreater)().listPrivateZones(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPublicZones(t){let n=(0,exports.ParamCreater)().listPublicZones(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listResolverQueryLogConfigs(t){let n=(0,exports.ParamCreater)().listResolverQueryLogConfigs(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listResolverRules(t){let n=(0,exports.ParamCreater)().listResolverRules(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listTag(t){let n=(0,exports.ParamCreater)().listTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listTags(t){let n=(0,exports.ParamCreater)().listTags(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}setPrivateZoneProxyPattern(t){let n=(0,exports.ParamCreater)().setPrivateZoneProxyPattern(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showApiInfo(t){let n=(0,exports.ParamCreater)().showApiInfo(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showAuthorizeTxtRecord(t){let n=(0,exports.ParamCreater)().showAuthorizeTxtRecord(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showBatchOperationTask(t){let n=(0,exports.ParamCreater)().showBatchOperationTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showDomainDetection(t){let n=(0,exports.ParamCreater)().showDomainDetection(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showDomainQuota(t){let n=(0,exports.ParamCreater)().showDomainQuota(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showEmailRecordSet(t){let n=(0,exports.ParamCreater)().showEmailRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showEndpoint(t){let n=(0,exports.ParamCreater)().showEndpoint(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showLineGroup(t){let n=(0,exports.ParamCreater)().showLineGroup(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPrivateZone(t){let n=(0,exports.ParamCreater)().showPrivateZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPrivateZoneNameServer(t){let n=(0,exports.ParamCreater)().showPrivateZoneNameServer(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPublicZone(t){let n=(0,exports.ParamCreater)().showPublicZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPublicZoneNameServer(t){let n=(0,exports.ParamCreater)().showPublicZoneNameServer(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().showResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showResolverRule(t){let n=(0,exports.ParamCreater)().showResolverRule(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showResourceTag(t){let n=(0,exports.ParamCreater)().showResourceTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRetrieval(t){let n=(0,exports.ParamCreater)().showRetrieval(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRetrievalVerification(t){let n=(0,exports.ParamCreater)().showRetrievalVerification(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showWebsiteRecordSet(t){let n=(0,exports.ParamCreater)().showWebsiteRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showZoneNameServer(t){let n=(0,exports.ParamCreater)().showZoneNameServer(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateCustomLine(t){let n=(0,exports.ParamCreater)().updateCustomLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateEndpoint(t){let n=(0,exports.ParamCreater)().updateEndpoint(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateLineGroups(t){let n=(0,exports.ParamCreater)().updateLineGroups(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePrivateZone(t){let n=(0,exports.ParamCreater)().updatePrivateZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePrivateZoneStatus(t){let n=(0,exports.ParamCreater)().updatePrivateZoneStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePublicZone(t){let n=(0,exports.ParamCreater)().updatePublicZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePublicZoneStatus(t){let n=(0,exports.ParamCreater)().updatePublicZoneStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateResolverRule(t){let n=(0,exports.ParamCreater)().updateResolverRule(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disableDnssecConfig(t){let n=(0,exports.ParamCreater)().disableDnssecConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}enableDnssecConfig(t){let n=(0,exports.ParamCreater)().enableDnssecConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showDnssecConfig(t){let n=(0,exports.ParamCreater)().showDnssecConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createEipRecordSet(t){let n=(0,exports.ParamCreater)().createEipRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRecordSet(t){let n=(0,exports.ParamCreater)().createRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteRecordSet(t){let n=(0,exports.ParamCreater)().deleteRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPtrRecords(t){let n=(0,exports.ParamCreater)().listPtrRecords(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listRecordSets(t){let n=(0,exports.ParamCreater)().listRecordSets(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listRecordSetsByZone(t){let n=(0,exports.ParamCreater)().listRecordSetsByZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}restorePtrRecord(t){let n=(0,exports.ParamCreater)().restorePtrRecord(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPtrRecordSet(t){let n=(0,exports.ParamCreater)().showPtrRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRecordSet(t){let n=(0,exports.ParamCreater)().showRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePtrRecord(t){let n=(0,exports.ParamCreater)().updatePtrRecord(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateRecordSet(t){let n=(0,exports.ParamCreater)().updateRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreateRecordSetsTask(t){let n=(0,exports.ParamCreater)().batchCreateRecordSetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeleteRecordSetWithLine(t){let n=(0,exports.ParamCreater)().batchDeleteRecordSetWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchUpdateRecordSetWithLine(t){let n=(0,exports.ParamCreater)().batchUpdateRecordSetWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createPtr(t){let n=(0,exports.ParamCreater)().createPtr(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRecordSetWithBatchLines(t){let n=(0,exports.ParamCreater)().createRecordSetWithBatchLines(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRecordSetWithLine(t){let n=(0,exports.ParamCreater)().createRecordSetWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteBatchCreateRecordSetsTask(t){let n=(0,exports.ParamCreater)().deleteBatchCreateRecordSetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deletePtr(t){let n=(0,exports.ParamCreater)().deletePtr(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteRecordSets(t){let n=(0,exports.ParamCreater)().deleteRecordSets(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPtrs(t){let n=(0,exports.ParamCreater)().listPtrs(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPublicZoneLines(t){let n=(0,exports.ParamCreater)().listPublicZoneLines(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listRecordSetsWithLine(t){let n=(0,exports.ParamCreater)().listRecordSetsWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listSystemLines(t){let n=(0,exports.ParamCreater)().listSystemLines(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}setRecordSetsStatus(t){let n=(0,exports.ParamCreater)().setRecordSetsStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showBatchCreateRecordSetsTask(t){let n=(0,exports.ParamCreater)().showBatchCreateRecordSetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPtr(t){let n=(0,exports.ParamCreater)().showPtr(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRecordSetByZone(t){let n=(0,exports.ParamCreater)().showRecordSetByZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRecordSetWithLine(t){let n=(0,exports.ParamCreater)().showRecordSetWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePtr(t){let n=(0,exports.ParamCreater)().updatePtr(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateRecordSets(t){let n=(0,exports.ParamCreater)().updateRecordSets(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}};exports.DnsClient=Dt;let Ot=function(){return{associateEndpointIpaddress(e){let t={method:`POST`,url:`/v2.1/endpoints/{endpoint_id}/ipaddresses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},r={},i,a;if(e!=null&&(e instanceof n.AssociateEndpointIpaddressRequest?(a=e.endpointId,i=e.body):(a=e.endpoint_id,i=e.body)),a==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling associateEndpointIpaddress.`);if(i==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return r[`Content-Type`]=`application/json`,t.data=i===void 0?{}:i,t.pathParams={endpoint_id:a},t.headers=r,t},associateResolverQueryLogConfig(e){let t={method:`POST`,url:`/v2/resolver/queryloggingconfig/{id}/associatevpc`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},i,a;if(e!=null&&(e instanceof r.AssociateResolverQueryLogConfigRequest,a=e.id,i=e.body),a==null)throw new L(`id`,`Required parameter id was null or undefined when calling associateResolverQueryLogConfig.`);if(i==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=i===void 0?{}:i,t.pathParams={id:a},t.headers=n,t},associateResolverRuleRouter(e){let t={method:`POST`,url:`/v2.1/resolverrules/{resolverrule_id}/associaterouter`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,a;if(e!=null&&(e instanceof i.AssociateResolverRuleRouterRequest?(a=e.resolverruleId,r=e.body):(a=e.resolverrule_id,r=e.body)),a==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling associateResolverRuleRouter.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resolverrule_id:a},t.headers=n,t},associateRouter(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/associaterouter`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof a.AssociateRouterRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling associateRouter.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},batchCreateCombinedPublicRecordsetsTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-create-combined-recordset`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof o.BatchCreateCombinedPublicRecordsetsTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchCreatePublicRecordsetsTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-create-recordset`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof s.BatchCreatePublicRecordsetsTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchCreatePublicZonesTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-create-zone`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof c.BatchCreatePublicZonesTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchCreateTag(e){let t={method:`POST`,url:`/v2/{project_id}/{resource_type}/{resource_id}/tags/action`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof u.BatchCreateTagRequest?(i=e.resourceType,a=e.resourceId,r=e.body):(i=e.resource_type,a=e.resource_id,r=e.body)),i==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling batchCreateTag.`);if(a==null)throw new L(`resourceId`,`Required parameter resourceId was null or undefined when calling batchCreateTag.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resource_type:i,resource_id:a},t.headers=n,t},batchDeletePtrRecords(e){let t={method:`DELETE`,url:`/v2.1/reverse/floatingips`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof d.BatchDeletePtrRecordsRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchDeletePublicRecordsetsTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-delete-recordset`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof f.BatchDeletePublicRecordsetsTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchDeleteRecordSets(e){let t={method:`DELETE`,url:`/v2.1/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof m.BatchDeleteRecordSetsRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchDeleteZones(e){let t={method:`DELETE`,url:`/v2.1/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof h.BatchDeleteZonesRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchSetRecordSetsStatus(e){let t={method:`PUT`,url:`/v2.1/recordsets/statuses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof g.BatchSetRecordSetsStatusRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchSetZonesStatus(e){let t={method:`PUT`,url:`/v2.1/zones/statuses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof _.BatchSetZonesStatusRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchTransferPublicZonesTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-transfer`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof v.BatchTransferPublicZonesTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchUpdatePublicRecordsetsTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-update-recordset`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof y.BatchUpdatePublicRecordsetsTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createAuthorizeTxtRecord(e){let t={method:`POST`,url:`/v2/authorize-txtrecord`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof x.CreateAuthorizeTxtRecordRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createAuthorizeTxtRecordVerification(e){let t={method:`POST`,url:`/v2/authorize-txtrecord/{id}/verify`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof S.CreateAuthorizeTxtRecordVerificationRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling createAuthorizeTxtRecordVerification.`);return t.pathParams={id:r},t.headers=n,t},createCustomLine(e){let t={method:`POST`,url:`/v2.1/customlines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof C.CreateCustomLineRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createEndpoint(e){let t={method:`POST`,url:`/v2.1/endpoints`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof ee.CreateEndpointRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createLineGroup(e){let t={method:`POST`,url:`/v2.1/linegroups`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof T.CreateLineGroupRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createPrivateZone(e){let t={method:`POST`,url:`/v2/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;return e!=null&&(r=(e instanceof te.CreatePrivateZoneRequest,e.body)),n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createPublicZone(e){let t={method:`POST`,url:`/v2/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof re.CreatePublicZoneRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createResolverQueryLogConfig(e){let t={method:`POST`,url:`/v2/resolver/queryloggingconfig`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof se.CreateResolverQueryLogConfigRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createResolverRule(e){let t={method:`POST`,url:`/v2.1/resolverrules`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof ce.CreateResolverRuleRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createRetrieval(e){let t={method:`POST`,url:`/v2/retrieval`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof le.CreateRetrievalRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createRetrievalVerification(e){let t={method:`POST`,url:`/v2/retrieval/verification/{id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof ue.CreateRetrievalVerificationRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling createRetrievalVerification.`);return t.pathParams={id:r},t.headers=n,t},createTag(e){let t={method:`POST`,url:`/v2/{project_id}/{resource_type}/{resource_id}/tags`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof de.CreateTagRequest?(i=e.resourceType,a=e.resourceId,r=e.body):(i=e.resource_type,a=e.resource_id,r=e.body)),i==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling createTag.`);if(a==null)throw new L(`resourceId`,`Required parameter resourceId was null or undefined when calling createTag.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resource_type:i,resource_id:a},t.headers=n,t},deleteCustomLine(e){let t={method:`DELETE`,url:`/v2.1/customlines/{line_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof pe.DeleteCustomLineRequest?e.lineId:e.line_id),r==null)throw new L(`lineId`,`Required parameter lineId was null or undefined when calling deleteCustomLine.`);return t.pathParams={line_id:r},t.headers=n,t},deleteEndpoint(e){let t={method:`DELETE`,url:`/v2.1/endpoints/{endpoint_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof me.DeleteEndpointRequest?e.endpointId:e.endpoint_id),r==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling deleteEndpoint.`);return t.pathParams={endpoint_id:r},t.headers=n,t},deleteLineGroup(e){let t={method:`DELETE`,url:`/v2.1/linegroups/{linegroup_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof E.DeleteLineGroupRequest?e.linegroupId:e.linegroup_id),r==null)throw new L(`linegroupId`,`Required parameter linegroupId was null or undefined when calling deleteLineGroup.`);return t.pathParams={linegroup_id:r},t.headers=n,t},deletePrivateZone(e){let t={method:`DELETE`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof he.DeletePrivateZoneRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deletePrivateZone.`);return t.pathParams={zone_id:r},t.headers=n,t},deletePublicZone(e){let t={method:`DELETE`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof _e.DeletePublicZoneRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deletePublicZone.`);return t.pathParams={zone_id:r},t.headers=n,t},deleteResolverQueryLogConfig(e){let t={method:`DELETE`,url:`/v2/resolver/queryloggingconfig/{id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof be.DeleteResolverQueryLogConfigRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling deleteResolverQueryLogConfig.`);return t.pathParams={id:r},t.headers=n,t},deleteResolverRule(e){let t={method:`DELETE`,url:`/v2.1/resolverrules/{resolverrule_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof xe.DeleteResolverRuleRequest?e.resolverruleId:e.resolverrule_id),r==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling deleteResolverRule.`);return t.pathParams={resolverrule_id:r},t.headers=n,t},deleteTag(e){let t={method:`DELETE`,url:`/v2/{project_id}/{resource_type}/{resource_id}/tags/{key}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i,a;if(e!=null&&(e instanceof Se.DeleteTagRequest?(r=e.resourceType,i=e.resourceId,a=e.key):(r=e.resource_type,i=e.resource_id,a=e.key)),r==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling deleteTag.`);if(i==null)throw new L(`resourceId`,`Required parameter resourceId was null or undefined when calling deleteTag.`);if(a==null)throw new L(`key`,`Required parameter key was null or undefined when calling deleteTag.`);return t.pathParams={resource_type:r,resource_id:i,key:a},t.headers=n,t},disassociateEndpointIpaddress(e){let t={method:`DELETE`,url:`/v2.1/endpoints/{endpoint_id}/ipaddresses/{ipaddress_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof we.DisassociateEndpointIpaddressRequest?(r=e.endpointId,i=e.ipaddressId):(r=e.endpoint_id,i=e.ipaddress_id)),r==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling disassociateEndpointIpaddress.`);if(i==null)throw new L(`ipaddressId`,`Required parameter ipaddressId was null or undefined when calling disassociateEndpointIpaddress.`);return t.pathParams={endpoint_id:r,ipaddress_id:i},t.headers=n,t},disassociateResolverQueryLogConfig(e){let t={method:`POST`,url:`/v2/resolver/queryloggingconfig/{id}/disassociatevpc`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Te.DisassociateResolverQueryLogConfigRequest,i=e.id,r=e.body),i==null)throw new L(`id`,`Required parameter id was null or undefined when calling disassociateResolverQueryLogConfig.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={id:i},t.headers=n,t},disassociateResolverRuleRouter(e){let t={method:`POST`,url:`/v2.1/resolverrules/{resolverrule_id}/disassociaterouter`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Ee.DisassociateResolverRuleRouterRequest?(i=e.resolverruleId,r=e.body):(i=e.resolverrule_id,r=e.body)),i==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling disassociateResolverRuleRouter.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resolverrule_id:i},t.headers=n,t},disassociateRouter(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/disassociaterouter`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof De.DisassociateRouterRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling disassociateRouter.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},listApiVersions(){let e={method:`GET`,url:`/`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},t={};return e.headers=t,e},listBatchOperationTasks(e){let t={method:`GET`,url:`/v2.1/batch-operation-tasks`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a;return e!=null&&(e instanceof ke.ListBatchOperationTasksRequest,i=e.limit,a=e.offset),i!=null&&(r.limit=i),a!=null&&(r.offset=a),t.queryParams=r,t.headers=n,t},listCustomLine(e){let t={method:`GET`,url:`/v2.1/customlines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u;return e!=null&&(e instanceof Ae.ListCustomLineRequest?(i=e.lineId,a=e.name,o=e.limit,s=e.offset,c=e.showDetail,l=e.status,u=e.ip):(i=e.line_id,a=e.name,o=e.limit,s=e.offset,c=e.show_detail,l=e.status,u=e.ip)),i!=null&&(r.line_id=i),a!=null&&(r.name=a),o!=null&&(r.limit=o),s!=null&&(r.offset=s),c!=null&&(r.show_detail=c),l!=null&&(r.status=l),u!=null&&(r.ip=u),t.queryParams=r,t.headers=n,t},listEndpointIpaddresses(e){let t={method:`GET`,url:`/v2.1/endpoints/{endpoint_id}/ipaddresses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof je.ListEndpointIpaddressesRequest?e.endpointId:e.endpoint_id),r==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling listEndpointIpaddresses.`);return t.pathParams={endpoint_id:r},t.headers=n,t},listEndpointVpcs(e){let t={method:`GET`,url:`/v2.1/vpcs`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;return e!=null&&(e instanceof Me.ListEndpointVpcsRequest?(i=e.limit,a=e.offset,o=e.vpcId):(i=e.limit,a=e.offset,o=e.vpc_id)),i!=null&&(r.limit=i),a!=null&&(r.offset=a),o!=null&&(r.vpc_id=o),t.queryParams=r,t.headers=n,t},listEndpoints(e){let t={method:`GET`,url:`/v2.1/endpoints`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c;if(e!=null&&(e instanceof Ne.ListEndpointsRequest?(i=e.direction,a=e.vpcId,o=e.name,s=e.limit,c=e.offset):(i=e.direction,a=e.vpc_id,o=e.name,s=e.limit,c=e.offset)),i==null)throw new L(`direction`,`Required parameter direction was null or undefined when calling listEndpoints.`);return i!=null&&(r.direction=i),a!=null&&(r.vpc_id=a),o!=null&&(r.name=o),s!=null&&(r.limit=s),c!=null&&(r.offset=c),t.queryParams=r,t.headers=n,t},listLineGroups(e){let t={method:`GET`,url:`/v2.1/linegroups`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s;return e!=null&&(e instanceof Pe.ListLineGroupsRequest?(i=e.lineId,a=e.name,o=e.limit,s=e.offset):(i=e.line_id,a=e.name,o=e.limit,s=e.offset)),i!=null&&(r.line_id=i),a!=null&&(r.name=a),o!=null&&(r.limit=o),s!=null&&(r.offset=s),t.queryParams=r,t.headers=n,t},listNameServers(e){let t={method:`GET`,url:`/v2/nameservers`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a;return e!=null&&(e instanceof Fe.ListNameServersRequest,i=e.type,a=e.region),i!=null&&(r.type=i),a!=null&&(r.region=a),t.queryParams=r,t.headers=n,t},listPrivateZones(e){let t={method:`GET`,url:`/v2/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h,g;if(e!=null&&(e instanceof Ie.ListPrivateZonesRequest?(i=e.type,a=e.limit,o=e.marker,s=e.offset,c=e.tags,l=e.name,u=e.id,d=e.status,f=e.searchMode,p=e.sortKey,m=e.sortDir,h=e.enterpriseProjectId,g=e.routerId):(i=e.type,a=e.limit,o=e.marker,s=e.offset,c=e.tags,l=e.name,u=e.id,d=e.status,f=e.search_mode,p=e.sort_key,m=e.sort_dir,h=e.enterprise_project_id,g=e.router_id)),i==null)throw new L(`type`,`Required parameter type was null or undefined when calling listPrivateZones.`);return i!=null&&(r.type=i),a!=null&&(r.limit=a),o!=null&&(r.marker=o),s!=null&&(r.offset=s),c!=null&&(r.tags=c),l!=null&&(r.name=l),u!=null&&(r.id=u),d!=null&&(r.status=d),f!=null&&(r.search_mode=f),p!=null&&(r.sort_key=p),m!=null&&(r.sort_dir=m),h!=null&&(r.enterprise_project_id=h),g!=null&&(r.router_id=g),t.queryParams=r,t.headers=n,t},listPublicZones(e){let t={method:`GET`,url:`/v2/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h;return e!=null&&(e instanceof Le.ListPublicZonesRequest?(i=e.type,a=e.limit,o=e.marker,s=e.offset,c=e.tags,l=e.name,u=e.id,d=e.status,f=e.searchMode,p=e.sortKey,m=e.sortDir,h=e.enterpriseProjectId):(i=e.type,a=e.limit,o=e.marker,s=e.offset,c=e.tags,l=e.name,u=e.id,d=e.status,f=e.search_mode,p=e.sort_key,m=e.sort_dir,h=e.enterprise_project_id)),i!=null&&(r.type=i),a!=null&&(r.limit=a),o!=null&&(r.marker=o),s!=null&&(r.offset=s),c!=null&&(r.tags=c),l!=null&&(r.name=l),u!=null&&(r.id=u),d!=null&&(r.status=d),f!=null&&(r.search_mode=f),p!=null&&(r.sort_key=p),m!=null&&(r.sort_dir=m),h!=null&&(r.enterprise_project_id=h),t.queryParams=r,t.headers=n,t},listResolverQueryLogConfigs(e){let t={method:`GET`,url:`/v2/resolver/queryloggingconfig`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;return e!=null&&(e instanceof Ve.ListResolverQueryLogConfigsRequest?(i=e.limit,a=e.marker,o=e.vpcId):(i=e.limit,a=e.marker,o=e.vpc_id)),i!=null&&(r.limit=i),a!=null&&(r.marker=a),o!=null&&(r.vpc_id=o),t.queryParams=r,t.headers=n,t},listResolverRules(e){let t={method:`GET`,url:`/v2.1/resolverrules`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u;return e!=null&&(e instanceof He.ListResolverRulesRequest?(i=e.domainName,a=e.name,o=e.endpointId,s=e.id,c=e.limit,l=e.offset,u=e.marker):(i=e.domain_name,a=e.name,o=e.endpoint_id,s=e.id,c=e.limit,l=e.offset,u=e.marker)),i!=null&&(r.domain_name=i),a!=null&&(r.name=a),o!=null&&(r.endpoint_id=o),s!=null&&(r.id=s),c!=null&&(r.limit=c),l!=null&&(r.offset=l),u!=null&&(r.marker=u),t.queryParams=r,t.headers=n,t},listTag(e){let t={method:`POST`,url:`/v2/{project_id}/{resource_type}/resource_instances/action`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof We.ListTagRequest?(i=e.resourceType,r=e.body):(i=e.resource_type,r=e.body)),i==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling listTag.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resource_type:i},t.headers=n,t},listTags(e){let t={method:`GET`,url:`/v2/{project_id}/{resource_type}/tags`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof Ge.ListTagsRequest?e.resourceType:e.resource_type),r==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling listTags.`);return t.pathParams={resource_type:r},t.headers=n,t},setPrivateZoneProxyPattern(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/actions/set-proxy-pattern`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof qe.SetPrivateZoneProxyPatternRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling setPrivateZoneProxyPattern.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},showApiInfo(e){let t={method:`GET`,url:`/{version}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof Ye.ShowApiInfoRequest,e.version)),r==null)throw new L(`version`,`Required parameter version was null or undefined when calling showApiInfo.`);return t.pathParams={version:r},t.headers=n,t},showAuthorizeTxtRecord(e){let t={method:`GET`,url:`/v2/authorize-txtrecord`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i;if(e!=null&&(i=e instanceof Xe.ShowAuthorizeTxtRecordRequest?e.zoneName:e.zone_name),i==null)throw new L(`zoneName`,`Required parameter zoneName was null or undefined when calling showAuthorizeTxtRecord.`);return i!=null&&(r.zone_name=i),t.queryParams=r,t.headers=n,t},showBatchOperationTask(e){let t={method:`GET`,url:`/v2.1/batch-operation-tasks/{task_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof Ze.ShowBatchOperationTaskRequest?(i=e.taskId,a=e.errorItemLimit,o=e.errorItemOffset):(i=e.task_id,a=e.error_item_limit,o=e.error_item_offset)),i==null)throw new L(`taskId`,`Required parameter taskId was null or undefined when calling showBatchOperationTask.`);return a!=null&&(r.error_item_limit=a),o!=null&&(r.error_item_offset=o),t.queryParams=r,t.pathParams={task_id:i},t.headers=n,t},showDomainDetection(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/detection`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof $e.ShowDomainDetectionRequest?(i=e.zoneId,a=e.domainName,o=e.type):(i=e.zone_id,a=e.domain_name,o=e.type)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showDomainDetection.`);if(a==null)throw new L(`domainName`,`Required parameter domainName was null or undefined when calling showDomainDetection.`);return a!=null&&(r.domain_name=a),o!=null&&(r.type=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showDomainQuota(e){let t={method:`GET`,url:`/v2/quotamg/dns/quotas`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i;if(e!=null&&(i=e instanceof et.ShowDomainQuotaRequest?e.domainId:e.domain_id),i==null)throw new L(`domainId`,`Required parameter domainId was null or undefined when calling showDomainQuota.`);return i!=null&&(r.domain_id=i),t.queryParams=r,t.headers=n,t},showEmailRecordSet(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/email-recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof j.ShowEmailRecordSetRequest?(i=e.zoneId,a=e.limit,o=e.offset):(i=e.zone_id,a=e.limit,o=e.offset)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showEmailRecordSet.`);return a!=null&&(r.limit=a),o!=null&&(r.offset=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showEndpoint(e){let t={method:`GET`,url:`/v2.1/endpoints/{endpoint_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof tt.ShowEndpointRequest?e.endpointId:e.endpoint_id),r==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling showEndpoint.`);return t.pathParams={endpoint_id:r},t.headers=n,t},showLineGroup(e){let t={method:`GET`,url:`/v2.1/linegroups/{linegroup_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof M.ShowLineGroupRequest?e.linegroupId:e.linegroup_id),r==null)throw new L(`linegroupId`,`Required parameter linegroupId was null or undefined when calling showLineGroup.`);return t.pathParams={linegroup_id:r},t.headers=n,t},showPrivateZone(e){let t={method:`GET`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof rt.ShowPrivateZoneRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showPrivateZone.`);return t.pathParams={zone_id:r},t.headers=n,t},showPrivateZoneNameServer(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/nameservers`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof nt.ShowPrivateZoneNameServerRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showPrivateZoneNameServer.`);return t.pathParams={zone_id:r},t.headers=n,t},showPublicZone(e){let t={method:`GET`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof ot.ShowPublicZoneRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showPublicZone.`);return t.pathParams={zone_id:r},t.headers=n,t},showPublicZoneNameServer(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/nameservers`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof N.ShowPublicZoneNameServerRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showPublicZoneNameServer.`);return t.pathParams={zone_id:r},t.headers=n,t},showResolverQueryLogConfig(e){let t={method:`GET`,url:`/v2/resolver/queryloggingconfig/{id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof ut.ShowResolverQueryLogConfigRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling showResolverQueryLogConfig.`);return t.pathParams={id:r},t.headers=n,t},showResolverRule(e){let t={method:`GET`,url:`/v2.1/resolverrules/{resolverrule_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof dt.ShowResolverRuleRequest?e.resolverruleId:e.resolverrule_id),r==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling showResolverRule.`);return t.pathParams={resolverrule_id:r},t.headers=n,t},showResourceTag(e){let t={method:`GET`,url:`/v2/{project_id}/{resource_type}/{resource_id}/tags`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof ft.ShowResourceTagRequest?(r=e.resourceType,i=e.resourceId):(r=e.resource_type,i=e.resource_id)),r==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling showResourceTag.`);if(i==null)throw new L(`resourceId`,`Required parameter resourceId was null or undefined when calling showResourceTag.`);return t.pathParams={resource_type:r,resource_id:i},t.headers=n,t},showRetrieval(e){let t={method:`GET`,url:`/v2/retrieval`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i;if(e!=null&&(i=(e instanceof pt.ShowRetrievalRequest,e.name)),i==null)throw new L(`name`,`Required parameter name was null or undefined when calling showRetrieval.`);return i!=null&&(r.name=i),t.queryParams=r,t.headers=n,t},showRetrievalVerification(e){let t={method:`GET`,url:`/v2/retrieval/verification/{id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof mt.ShowRetrievalVerificationRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling showRetrievalVerification.`);return t.pathParams={id:r},t.headers=n,t},showWebsiteRecordSet(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/website-recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof ht.ShowWebsiteRecordSetRequest?(i=e.zoneId,a=e.limit,o=e.offset):(i=e.zone_id,a=e.limit,o=e.offset)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showWebsiteRecordSet.`);return a!=null&&(r.limit=a),o!=null&&(r.offset=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showZoneNameServer(e){let t={method:`GET`,url:`/v2/public-zones/dns-servers/{domain_name}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof gt.ShowZoneNameServerRequest?e.domainName:e.domain_name),r==null)throw new L(`domainName`,`Required parameter domainName was null or undefined when calling showZoneNameServer.`);return t.pathParams={domain_name:r},t.headers=n,t},updateCustomLine(e){let t={method:`PUT`,url:`/v2.1/customlines/{line_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof _t.UpdateCustomLineRequest?(i=e.lineId,r=e.body):(i=e.line_id,r=e.body)),i==null)throw new L(`lineId`,`Required parameter lineId was null or undefined when calling updateCustomLine.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={line_id:i},t.headers=n,t},updateEndpoint(e){let t={method:`PUT`,url:`/v2.1/endpoints/{endpoint_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof vt.UpdateEndpointRequest?(i=e.endpointId,r=e.body):(i=e.endpoint_id,r=e.body)),i==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling updateEndpoint.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={endpoint_id:i},t.headers=n,t},updateLineGroups(e){let t={method:`PUT`,url:`/v2.1/linegroups/{linegroup_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof yt.UpdateLineGroupsRequest?(i=e.linegroupId,r=e.body):(i=e.linegroup_id,r=e.body)),i==null)throw new L(`linegroupId`,`Required parameter linegroupId was null or undefined when calling updateLineGroups.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={linegroup_id:i},t.headers=n,t},updatePrivateZone(e){let t={method:`PATCH`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof bt.UpdatePrivateZoneRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updatePrivateZone.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},updatePrivateZoneStatus(e){let t={method:`PUT`,url:`/v2/zones/{zone_id}/statuses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof xt.UpdatePrivateZoneStatusRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updatePrivateZoneStatus.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},updatePublicZone(e){let t={method:`PATCH`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Ct.UpdatePublicZoneRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updatePublicZone.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},updatePublicZoneStatus(e){let t={method:`PUT`,url:`/v2/zones/{zone_id}/statuses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof F.UpdatePublicZoneStatusRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updatePublicZoneStatus.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},updateResolverRule(e){let t={method:`PUT`,url:`/v2.1/resolverrules/{resolverrule_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Et.UpdateResolverRuleRequest?(i=e.resolverruleId,r=e.body):(i=e.resolverrule_id,r=e.body)),i==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling updateResolverRule.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resolverrule_id:i},t.headers=n,t},disableDnssecConfig(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/disable-dnssec`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof Ce.DisableDnssecConfigRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling disableDnssecConfig.`);return t.pathParams={zone_id:r},t.headers=n,t},enableDnssecConfig(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/enable-dnssec`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof Oe.EnableDnssecConfigRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling enableDnssecConfig.`);return t.pathParams={zone_id:r},t.headers=n,t},showDnssecConfig(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/dnssec`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof Qe.ShowDnssecConfigRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showDnssecConfig.`);return t.pathParams={zone_id:r},t.headers=n,t},createEipRecordSet(e){let t={method:`PATCH`,url:`/v2/reverse/floatingips/{region}:{floatingip_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof w.CreateEipRecordSetRequest?(i=e.region,a=e.floatingipId,r=e.body):(i=e.region,a=e.floatingip_id,r=e.body)),i==null)throw new L(`region`,`Required parameter region was null or undefined when calling createEipRecordSet.`);if(a==null)throw new L(`floatingipId`,`Required parameter floatingipId was null or undefined when calling createEipRecordSet.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={region:i,floatingip_id:a},t.headers=n,t},createRecordSet(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof ie.CreateRecordSetRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling createRecordSet.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},deleteRecordSet(e){let t={method:`DELETE`,url:`/v2/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof ve.DeleteRecordSetRequest?(r=e.zoneId,i=e.recordsetId):(r=e.zone_id,i=e.recordset_id)),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deleteRecordSet.`);if(i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling deleteRecordSet.`);return t.pathParams={zone_id:r,recordset_id:i},t.headers=n,t},listPtrRecords(e){let t={method:`GET`,url:`/v2/reverse/floatingips`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l;return e!=null&&(e instanceof D.ListPtrRecordsRequest?(i=e.marker,a=e.limit,o=e.offset,s=e.enterpriseProjectId,c=e.tags,l=e.status):(i=e.marker,a=e.limit,o=e.offset,s=e.enterprise_project_id,c=e.tags,l=e.status)),i!=null&&(r.marker=i),a!=null&&(r.limit=a),o!=null&&(r.offset=o),s!=null&&(r.enterprise_project_id=s),c!=null&&(r.tags=c),l!=null&&(r.status=l),t.queryParams=r,t.headers=n,t},listRecordSets(e){let t={method:`GET`,url:`/v2/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h,g;return e!=null&&(e instanceof ze.ListRecordSetsRequest?(i=e.zoneType,a=e.marker,o=e.searchMode,s=e.limit,c=e.offset,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.records,h=e.sortKey,g=e.sortDir):(i=e.zone_type,a=e.marker,o=e.search_mode,s=e.limit,c=e.offset,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.records,h=e.sort_key,g=e.sort_dir)),i!=null&&(r.zone_type=i),a!=null&&(r.marker=a),o!=null&&(r.search_mode=o),s!=null&&(r.limit=s),c!=null&&(r.offset=c),l!=null&&(r.tags=l),u!=null&&(r.status=u),d!=null&&(r.type=d),f!=null&&(r.name=f),p!=null&&(r.id=p),m!=null&&(r.records=m),h!=null&&(r.sort_key=h),g!=null&&(r.sort_dir=g),t.queryParams=r,t.headers=n,t},listRecordSetsByZone(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h;if(e!=null&&(e instanceof Re.ListRecordSetsByZoneRequest?(i=e.zoneId,a=e.searchMode,o=e.marker,s=e.limit,c=e.offset,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.sortKey,h=e.sortDir):(i=e.zone_id,a=e.search_mode,o=e.marker,s=e.limit,c=e.offset,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.sort_key,h=e.sort_dir)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling listRecordSetsByZone.`);return a!=null&&(r.search_mode=a),o!=null&&(r.marker=o),s!=null&&(r.limit=s),c!=null&&(r.offset=c),l!=null&&(r.tags=l),u!=null&&(r.status=u),d!=null&&(r.type=d),f!=null&&(r.name=f),p!=null&&(r.id=p),m!=null&&(r.sort_key=m),h!=null&&(r.sort_dir=h),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},restorePtrRecord(e){let t={method:`PATCH`,url:`/v2/reverse/floatingips/{region}:{floatingip_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof Ke.RestorePtrRecordRequest?(i=e.region,a=e.floatingipId,r=e.body):(i=e.region,a=e.floatingip_id,r=e.body)),i==null)throw new L(`region`,`Required parameter region was null or undefined when calling restorePtrRecord.`);if(a==null)throw new L(`floatingipId`,`Required parameter floatingipId was null or undefined when calling restorePtrRecord.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={region:i,floatingip_id:a},t.headers=n,t},showPtrRecordSet(e){let t={method:`GET`,url:`/v2/reverse/floatingips/{region}:{floatingip_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof it.ShowPtrRecordSetRequest?(r=e.region,i=e.floatingipId):(r=e.region,i=e.floatingip_id)),r==null)throw new L(`region`,`Required parameter region was null or undefined when calling showPtrRecordSet.`);if(i==null)throw new L(`floatingipId`,`Required parameter floatingipId was null or undefined when calling showPtrRecordSet.`);return t.pathParams={region:r,floatingip_id:i},t.headers=n,t},showRecordSet(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof ct.ShowRecordSetRequest?(r=e.zoneId,i=e.recordsetId):(r=e.zone_id,i=e.recordset_id)),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showRecordSet.`);if(i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling showRecordSet.`);return t.pathParams={zone_id:r,recordset_id:i},t.headers=n,t},updatePtrRecord(e){let t={method:`PATCH`,url:`/v2/reverse/floatingips/{region}:{floatingip_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof P.UpdatePtrRecordRequest?(i=e.region,a=e.floatingipId,r=e.body):(i=e.region,a=e.floatingip_id,r=e.body)),i==null)throw new L(`region`,`Required parameter region was null or undefined when calling updatePtrRecord.`);if(a==null)throw new L(`floatingipId`,`Required parameter floatingipId was null or undefined when calling updatePtrRecord.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={region:i,floatingip_id:a},t.headers=n,t},updateRecordSet(e){let t={method:`PUT`,url:`/v2/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof wt.UpdateRecordSetRequest?(i=e.zoneId,a=e.recordsetId,r=e.body):(i=e.zone_id,a=e.recordset_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updateRecordSet.`);if(a==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling updateRecordSet.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i,recordset_id:a},t.headers=n,t},batchCreateRecordSetsTask(e){let t={method:`POST`,url:`/v2.1/zones/{zone_id}/recordsets/batch-create-task`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof l.BatchCreateRecordSetsTaskRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling batchCreateRecordSetsTask.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},batchDeleteRecordSetWithLine(e){let t={method:`DELETE`,url:`/v2.1/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof p.BatchDeleteRecordSetWithLineRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling batchDeleteRecordSetWithLine.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},batchUpdateRecordSetWithLine(e){let t={method:`PUT`,url:`/v2.1/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof b.BatchUpdateRecordSetWithLineRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling batchUpdateRecordSetWithLine.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},createPtr(e){let t={method:`POST`,url:`/v2.1/ptrs`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof ne.CreatePtrRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createRecordSetWithBatchLines(e){let t={method:`POST`,url:`/v2.1/zones/{zone_id}/recordsets/batch/lines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof ae.CreateRecordSetWithBatchLinesRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling createRecordSetWithBatchLines.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},createRecordSetWithLine(e){let t={method:`POST`,url:`/v2.1/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof oe.CreateRecordSetWithLineRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling createRecordSetWithLine.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},deleteBatchCreateRecordSetsTask(e){let t={method:`DELETE`,url:`/v2.1/zones/{zone_id}/recordsets/batch-create-task`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof fe.DeleteBatchCreateRecordSetsTaskRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deleteBatchCreateRecordSetsTask.`);return t.pathParams={zone_id:r},t.headers=n,t},deletePtr(e){let t={method:`DELETE`,url:`/v2.1/ptrs/{ptr_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof ge.DeletePtrRequest?e.ptrId:e.ptr_id),r==null)throw new L(`ptrId`,`Required parameter ptrId was null or undefined when calling deletePtr.`);return t.pathParams={ptr_id:r},t.headers=n,t},deleteRecordSets(e){let t={method:`DELETE`,url:`/v2.1/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof ye.DeleteRecordSetsRequest?(r=e.zoneId,i=e.recordsetId):(r=e.zone_id,i=e.recordset_id)),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deleteRecordSets.`);if(i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling deleteRecordSets.`);return t.pathParams={zone_id:r,recordset_id:i},t.headers=n,t},listPtrs(e){let t={method:`GET`,url:`/v2.1/ptrs`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u;return e!=null&&(e instanceof O.ListPtrsRequest?(i=e.marker,a=e.limit,o=e.offset,s=e.enterpriseProjectId,c=e.tags,l=e.status,u=e.resourceType):(i=e.marker,a=e.limit,o=e.offset,s=e.enterprise_project_id,c=e.tags,l=e.status,u=e.resource_type)),i!=null&&(r.marker=i),a!=null&&(r.limit=a),o!=null&&(r.offset=o),s!=null&&(r.enterprise_project_id=s),c!=null&&(r.tags=c),l!=null&&(r.status=l),u!=null&&(r.resource_type=u),t.queryParams=r,t.headers=n,t},listPublicZoneLines(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/lines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof k.ListPublicZoneLinesRequest?(i=e.zoneId,a=e.limit,o=e.offset):(i=e.zone_id,a=e.limit,o=e.offset)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling listPublicZoneLines.`);return a!=null&&(r.limit=a),o!=null&&(r.offset=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},listRecordSetsWithLine(e){let t={method:`GET`,url:`/v2.1/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y;return e!=null&&(e instanceof Be.ListRecordSetsWithLineRequest?(i=e.zoneType,a=e.marker,o=e.limit,s=e.offset,c=e.zoneId,l=e.lineId,u=e.tags,d=e.status,f=e.type,p=e.name,m=e.id,h=e.records,g=e.sortKey,_=e.sortDir,v=e.healthCheckId,y=e.searchMode):(i=e.zone_type,a=e.marker,o=e.limit,s=e.offset,c=e.zone_id,l=e.line_id,u=e.tags,d=e.status,f=e.type,p=e.name,m=e.id,h=e.records,g=e.sort_key,_=e.sort_dir,v=e.health_check_id,y=e.search_mode)),i!=null&&(r.zone_type=i),a!=null&&(r.marker=a),o!=null&&(r.limit=o),s!=null&&(r.offset=s),c!=null&&(r.zone_id=c),l!=null&&(r.line_id=l),u!=null&&(r.tags=u),d!=null&&(r.status=d),f!=null&&(r.type=f),p!=null&&(r.name=p),m!=null&&(r.id=m),h!=null&&(r.records=h),g!=null&&(r.sort_key=g),_!=null&&(r.sort_dir=_),v!=null&&(r.health_check_id=v),y!=null&&(r.search_mode=y),t.queryParams=r,t.headers=n,t},listSystemLines(e){let t={method:`GET`,url:`/v2.1/system-lines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;return e!=null&&(e instanceof Ue.ListSystemLinesRequest,i=e.locale,a=e.limit,o=e.offset),i!=null&&(r.locale=i),a!=null&&(r.limit=a),o!=null&&(r.offset=o),t.queryParams=r,t.headers=n,t},setRecordSetsStatus(e){let t={method:`PUT`,url:`/v2.1/recordsets/{recordset_id}/statuses/set`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Je.SetRecordSetsStatusRequest?(i=e.recordsetId,r=e.body):(i=e.recordset_id,r=e.body)),i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling setRecordSetsStatus.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={recordset_id:i},t.headers=n,t},showBatchCreateRecordSetsTask(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/recordsets/batch-create-task`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof A.ShowBatchCreateRecordSetsTaskRequest?(i=e.zoneId,a=e.errorItemLimit,o=e.errorItemOffset):(i=e.zone_id,a=e.error_item_limit,o=e.error_item_offset)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showBatchCreateRecordSetsTask.`);return a!=null&&(r.error_item_limit=a),o!=null&&(r.error_item_offset=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showPtr(e){let t={method:`GET`,url:`/v2.1/ptrs/{ptr_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof at.ShowPtrRequest?e.ptrId:e.ptr_id),r==null)throw new L(`ptrId`,`Required parameter ptrId was null or undefined when calling showPtr.`);return t.pathParams={ptr_id:r},t.headers=n,t},showRecordSetByZone(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h,g;if(e!=null&&(e instanceof st.ShowRecordSetByZoneRequest?(i=e.zoneId,a=e.marker,o=e.limit,s=e.offset,c=e.lineId,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.sortKey,h=e.sortDir,g=e.searchMode):(i=e.zone_id,a=e.marker,o=e.limit,s=e.offset,c=e.line_id,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.sort_key,h=e.sort_dir,g=e.search_mode)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showRecordSetByZone.`);return a!=null&&(r.marker=a),o!=null&&(r.limit=o),s!=null&&(r.offset=s),c!=null&&(r.line_id=c),l!=null&&(r.tags=l),u!=null&&(r.status=u),d!=null&&(r.type=d),f!=null&&(r.name=f),p!=null&&(r.id=p),m!=null&&(r.sort_key=m),h!=null&&(r.sort_dir=h),g!=null&&(r.search_mode=g),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showRecordSetWithLine(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof lt.ShowRecordSetWithLineRequest?(r=e.zoneId,i=e.recordsetId):(r=e.zone_id,i=e.recordset_id)),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showRecordSetWithLine.`);if(i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling showRecordSetWithLine.`);return t.pathParams={zone_id:r,recordset_id:i},t.headers=n,t},updatePtr(e){let t={method:`PUT`,url:`/v2.1/ptrs/{ptr_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof St.UpdatePtrRequest?(i=e.ptrId,r=e.body):(i=e.ptr_id,r=e.body)),i==null)throw new L(`ptrId`,`Required parameter ptrId was null or undefined when calling updatePtr.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={ptr_id:i},t.headers=n,t},updateRecordSets(e){let t={method:`PUT`,url:`/v2.1/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof Tt.UpdateRecordSetsRequest?(i=e.zoneId,a=e.recordsetId,r=e.body):(i=e.zone_id,a=e.recordset_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updateRecordSets.`);if(a==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling updateRecordSets.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i,recordset_id:a},t.headers=n,t}}};exports.ParamCreater=Ot;function I(e){return new Dt(e)}var L=class extends Error{constructor(e,t){super(t),this.field=e,this.name=`RequiredError`}};exports.RequiredError=L}}),_i=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AliasTarget.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AliasTarget=void 0;var t=class{constructor(){}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceDomainName(e){return this.resource_domain_name=e,this}set resourceDomainName(e){this.resource_domain_name=e}get resourceDomainName(){return this.resource_domain_name}};exports.AliasTarget=t}}),G=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/SdkResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SdkResponse=void 0;var t=class{};exports.SdkResponse=t}}),vi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateEndpointIpaddressResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateEndpointIpaddressResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.AssociateEndpointIpaddressResponse=n}}),yi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateOrDisassociateRouterWithRuleRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateOrDisassociateRouterWithRuleRequestBody=void 0;var t=class{constructor(e){this.router=e}withRouter(e){return this.router=e,this}};exports.AssociateOrDisassociateRouterWithRuleRequestBody=t}}),bi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverQueryLogConfigRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverQueryLogConfigRequestBody=void 0;var t=class{constructor(e){this.vpc=e}withVpc(e){return this.vpc=e,this}};exports.AssociateResolverQueryLogConfigRequestBody=t}}),xi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfig(e){return this.resolver_query_log_config=e,this}set resolverQueryLogConfig(e){this.resolver_query_log_config=e}get resolverQueryLogConfig(){return this.resolver_query_log_config}};exports.AssociateResolverQueryLogConfigResponse=n}}),Si=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverRuleRouterResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverRuleRouterResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.AssociateResolverRuleRouterResponse=n}}),Ci=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateRouterRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateRouterRequestBody=void 0;var t=class{constructor(e){this.router=e}withRouter(e){return this.router=e,this}};exports.AssociateRouterRequestBody=t}}),wi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateRouterResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateRouterResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.AssociateRouterResponse=n}}),Ti=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateCombinedPublicRecordsetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateCombinedPublicRecordsetsTaskRequestBody=void 0;var t=class{constructor(e,t,n,r){this.zone_names=e,this.recordset_name_prefixes=t,this.records=n,this.type=r}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withRecordsetNamePrefixes(e){return this.recordset_name_prefixes=e,this}set recordsetNamePrefixes(e){this.recordset_name_prefixes=e}get recordsetNamePrefixes(){return this.recordset_name_prefixes}withRecords(e){return this.records=e,this}withType(e){return this.type=e,this}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}};exports.BatchCreateCombinedPublicRecordsetsTaskRequestBody=t}}),Ei=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateCombinedPublicRecordsetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateCombinedPublicRecordsetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchCreateCombinedPublicRecordsetsTaskResponse=n}}),Di=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicRecordsetsTaskItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicRecordsetsTaskItem=void 0;var t=class{constructor(e,t,n){this.zone_name=e,this.type=t,this.records=n}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withName(e){return this.name=e,this}withType(e){return this.type=e,this}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}withStatus(e){return this.status=e,this}};exports.BatchCreatePublicRecordsetsTaskItem=t}}),Oi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicRecordsetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicRecordsetsTaskRequestBody=void 0;var t=class{constructor(e){this.recordsets=e}withRecordsets(e){return this.recordsets=e,this}};exports.BatchCreatePublicRecordsetsTaskRequestBody=t}}),ki=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicRecordsetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicRecordsetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchCreatePublicRecordsetsTaskResponse=n}}),Ai=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicZonesTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicZonesTaskRequestBody=void 0;var t=class{constructor(e){this.zone_names=e}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.BatchCreatePublicZonesTaskRequestBody=t}}),ji=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicZonesTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicZonesTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchCreatePublicZonesTaskResponse=n}}),Mi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetWithLine.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetWithLine=void 0;var t=class{constructor(e,t){this.line=e,this.records=t}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}};exports.BatchCreateRecordSetWithLine=t}}),Ni=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetsTaskItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetsTaskItem=void 0;var t=class{constructor(e,t){this.type=e,this.records=t}withName(e){return this.name=e,this}withType(e){return this.type=e,this}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.BatchCreateRecordSetsTaskItem=t}}),Pi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetsTaskRequestBody=void 0;var t=class{constructor(e){this.recordsets=e}withRecordsets(e){return this.recordsets=e,this}};exports.BatchCreateRecordSetsTaskRequestBody=t}}),Fi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchCreateRecordSetsTaskResponse=n}}),Ii=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.BatchCreateTagResponse=n}}),Li=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePtrRecordsRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePtrRecordsRequestBody=void 0;var t=class{constructor(){}withFloatingipIds(e){return this.floatingip_ids=e,this}set floatingipIds(e){this.floatingip_ids=e}get floatingipIds(){return this.floatingip_ids}};exports.BatchDeletePtrRecordsRequestBody=t}}),Ri=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePtrRecordsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePtrRecordsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.BatchDeletePtrRecordsResponse=n}}),zi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePublicRecordsetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePublicRecordsetsTaskRequestBody=void 0;var t=class{constructor(e,t){this.zone_names=e,this.recordset_name_prefixes=t}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withRecordsetNamePrefixes(e){return this.recordset_name_prefixes=e,this}set recordsetNamePrefixes(e){this.recordset_name_prefixes=e}get recordsetNamePrefixes(){return this.recordset_name_prefixes}};exports.BatchDeletePublicRecordsetsTaskRequestBody=t}}),Bi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePublicRecordsetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePublicRecordsetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchDeletePublicRecordsetsTaskResponse=n}}),Vi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetWithLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetWithLineRequestBody=void 0;var t=class{constructor(e){this.recordset_ids=e}withRecordsetIds(e){return this.recordset_ids=e,this}set recordsetIds(e){this.recordset_ids=e}get recordsetIds(){return this.recordset_ids}};exports.BatchDeleteRecordSetWithLineRequestBody=t}}),Hi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchDeleteRecordSetWithLineResponse=n}}),Ui=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetsRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetsRequestBody=void 0;var t=class{constructor(e,t){this.zone_type=e,this.recordset_ids=t}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withRecordsetIds(e){return this.recordset_ids=e,this}set recordsetIds(e){this.recordset_ids=e}get recordsetIds(){return this.recordset_ids}};exports.BatchDeleteRecordSetsRequestBody=t}}),Wi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchDeleteRecordSetsResponse=n}}),Gi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteZonesRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteZonesRequestBody=void 0;var t=class{constructor(e,t){this.zone_type=e,this.zone_ids=t}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withZoneIds(e){return this.zone_ids=e,this}set zoneIds(e){this.zone_ids=e}get zoneIds(){return this.zone_ids}};exports.BatchDeleteZonesRequestBody=t}}),Ki=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteZonesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteZonesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withZones(e){return this.zones=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchDeleteZonesResponse=n}}),qi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchHandTags.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchHandTags=void 0;var t=class{constructor(e,t){this.tags=e,this.action=t}withTags(e){return this.tags=e,this}withAction(e){return this.action=e,this}};exports.BatchHandTags=t}}),Ji=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetRecordSetsStatusRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetRecordSetsStatusRequestBody=void 0;var t=class{constructor(e,t){this.status=e,this.recordset_ids=t}withStatus(e){return this.status=e,this}withRecordsetIds(e){return this.recordset_ids=e,this}set recordsetIds(e){this.recordset_ids=e}get recordsetIds(){return this.recordset_ids}};exports.BatchSetRecordSetsStatusRequestBody=t}}),Yi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetRecordSetsStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetRecordSetsStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchSetRecordSetsStatusResponse=n}}),Xi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetZonesStatusRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetZonesStatusRequestBody=void 0;var t=class{constructor(e,t){this.status=e,this.zone_ids=t}withStatus(e){return this.status=e,this}withZoneIds(e){return this.zone_ids=e,this}set zoneIds(e){this.zone_ids=e}get zoneIds(){return this.zone_ids}};exports.BatchSetZonesStatusRequestBody=t}}),Zi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetZonesStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetZonesStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withZones(e){return this.zones=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchSetZonesStatusResponse=n}}),Qi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchTransferPublicZonesTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchTransferPublicZonesTaskRequestBody=void 0;var t=class{constructor(e,t){this.zone_names=e,this.target_user=t}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withTargetUser(e){return this.target_user=e,this}set targetUser(e){this.target_user=e}get targetUser(){return this.target_user}};exports.BatchTransferPublicZonesTaskRequestBody=t}}),$i=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchTransferPublicZonesTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchTransferPublicZonesTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchTransferPublicZonesTaskResponse=n}}),ea=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsConditionvalue.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsConditionvalue=void 0;var t=class{constructor(e){this.condition=e}withCondition(e){return this.condition=e,this}withValue(e){return this.value=e,this}};exports.BatchUpdatePublicRecordsetsConditionvalue=t}}),ta=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsFilter.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsFilter=void 0;var t=class{constructor(e,t){this.relation=e,this.conditions=t}withRelation(e){return this.relation=e,this}withConditions(e){return this.conditions=e,this}};exports.BatchUpdatePublicRecordsetsFilter=t}}),na=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsTaskRequestBody=void 0;var t=class{constructor(e,t,n){this.zone_names=e,this.filter=t,this.update_info=n}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withFilter(e){return this.filter=e,this}withUpdateInfo(e){return this.update_info=e,this}set updateInfo(e){this.update_info=e}get updateInfo(){return this.update_info}};exports.BatchUpdatePublicRecordsetsTaskRequestBody=t}}),ra=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchUpdatePublicRecordsetsTaskResponse=n}}),ia=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsUpdateValue.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsUpdateValue=void 0;var t=class{constructor(e,t){this.key=e,this.values=t}withKey(e){return this.key=e,this}withValues(e){return this.values=e,this}};exports.BatchUpdatePublicRecordsetsUpdateValue=t}}),aa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdateRecordSet.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdateRecordSet=void 0;var t=class{constructor(e,t){this.id=e,this.records=t}withId(e){return this.id=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}};exports.BatchUpdateRecordSet=t}}),oa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdateRecordSetWithLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdateRecordSetWithLineRequestBody=void 0;var t=class{constructor(e){this.recordsets=e}withRecordsets(e){return this.recordsets=e,this}};exports.BatchUpdateRecordSetWithLineRequestBody=t}}),sa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdateRecordSetWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdateRecordSetWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchUpdateRecordSetWithLineResponse=n}}),ca=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordRequestBody=void 0;var t=class{constructor(e){this.zone_name=e}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}};exports.CreateAuthorizeTxtRecordRequestBody=t}}),la=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withRecord(e){return this.record=e,this}withStatus(e){return this.status=e,this}withSecondLevelZoneName(e){return this.second_level_zone_name=e,this}set secondLevelZoneName(e){this.second_level_zone_name=e}get secondLevelZoneName(){return this.second_level_zone_name}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.CreateAuthorizeTxtRecordResponse=n}}),ua=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordVerificationResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordVerificationResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withStatus(e){return this.status=e,this}};exports.CreateAuthorizeTxtRecordVerificationResponse=n}}),da=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateCustomLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateCustomLineRequestBody=void 0;var t=class{constructor(e,t){this.name=e,this.ip_segments=t}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withDescription(e){return this.description=e,this}};exports.CreateCustomLineRequestBody=t}}),fa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateCustomLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateCustomLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.CreateCustomLineResponse=n}}),pa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEipRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEipRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withAddress(e){return this.address=e,this}withStatus(e){return this.status=e,this}withAction(e){return this.action=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.CreateEipRecordSetResponse=n}}),ma=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEndpointRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEndpointRequestBody=void 0;var t=class{constructor(e,t,n,r){this.name=e,this.direction=t,this.region=n,this.ipaddresses=r}withName(e){return this.name=e,this}withDirection(e){return this.direction=e,this}withRegion(e){return this.region=e,this}withIpaddresses(e){return this.ipaddresses=e,this}};exports.CreateEndpointRequestBody=t}}),ha=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEndpointResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEndpointResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.CreateEndpointResponse=n}}),ga=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateLineGroupResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateLineGroupResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.CreateLineGroupResponse=n}}),K=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateLineGroupsReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateLineGroupsReq=void 0;var t=class{constructor(e,t){this.name=e,this.lines=t}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withLines(e){return this.lines=e,this}};exports.CreateLineGroupsReq=t}}),_a=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateLineGroupsResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateLineGroupsResp=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.CreateLineGroupsResp=t}}),va=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePrivateZoneReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePrivateZoneReq=void 0;var t=class{constructor(e,t,n){this.name=e,this.zone_type=t,this.router=n}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}withRouter(e){return this.router=e,this}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}withTags(e){return this.tags=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.CreatePrivateZoneReq=t}}),ya=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePrivateZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePrivateZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}withRouter(e){return this.router=e,this}};exports.CreatePrivateZoneResponse=n}}),q=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePtrReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePtrReq=void 0;var t=class{constructor(e){this.ptrdname=e}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}};exports.CreatePtrReq=t}}),ba=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePtrRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePtrRequestBody=void 0;var t=class{constructor(e){this.ptrdnames=e}withPublicip(e){return this.publicip=e,this}withPtrdnames(e){return this.ptrdnames=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withTags(e){return this.tags=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.CreatePtrRequestBody=t}}),xa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePtrResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePtrResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withPublicip(e){return this.publicip=e,this}withPtrdnames(e){return this.ptrdnames=e,this}withId(e){return this.id=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.CreatePtrResponse=n}}),Sa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePublicZoneReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePublicZoneReq=void 0;var t=class{constructor(e){this.name=e}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}};exports.CreatePublicZoneReq=t}}),Ca=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePublicZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePublicZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withMasters(e){return this.masters=e,this}};exports.CreatePublicZoneResponse=n}}),wa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRSetBatchLinesReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRSetBatchLinesReq=void 0;var t=class{constructor(e,t,n){this.name=e,this.type=t,this.lines=n}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withLines(e){return this.lines=e,this}};exports.CreateRSetBatchLinesReq=t}}),Ta=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetRequestBody=void 0;var t=class{constructor(e,t,n){this.name=e,this.type=t,this.records=n}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withTags(e){return this.tags=e,this}};exports.CreateRecordSetRequestBody=t}}),J=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}};exports.CreateRecordSetResponse=n}}),Ea=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithBatchLinesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithBatchLinesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.CreateRecordSetWithBatchLinesResponse=n}}),Da=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithLineRequestBody=void 0;var t=class{constructor(e,t){this.name=e,this.type=t}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withLine(e){return this.line=e,this}withTags(e){return this.tags=e,this}withWeight(e){return this.weight=e,this}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.CreateRecordSetWithLineRequestBody=t}}),Oa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.CreateRecordSetWithLineResponse=n}}),ka=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverQueryLogConfigRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverQueryLogConfigRequestBody=void 0;var t=class{constructor(e,t,n){this.lts_group_id=e,this.lts_topic_id=t,this.vpc=n}withLtsGroupId(e){return this.lts_group_id=e,this}set ltsGroupId(e){this.lts_group_id=e}get ltsGroupId(){return this.lts_group_id}withLtsTopicId(e){return this.lts_topic_id=e,this}set ltsTopicId(e){this.lts_topic_id=e}get ltsTopicId(){return this.lts_topic_id}withVpc(e){return this.vpc=e,this}};exports.CreateResolverQueryLogConfigRequestBody=t}}),Aa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfig(e){return this.resolver_query_log_config=e,this}set resolverQueryLogConfig(e){this.resolver_query_log_config=e}get resolverQueryLogConfig(){return this.resolver_query_log_config}};exports.CreateResolverQueryLogConfigResponse=n}}),ja=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverRuleRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverRuleRequestBody=void 0;var t=class{constructor(e,t,n,r){this.name=e,this.domain_name=t,this.endpoint_id=n,this.ipaddresses=r}withName(e){return this.name=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withIpaddresses(e){return this.ipaddresses=e,this}};exports.CreateResolverRuleRequestBody=t}}),Ma=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverRuleResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverRuleResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRule(e){return this.resolver_rule=e,this}set resolverRule(e){this.resolver_rule=e}get resolverRule(){return this.resolver_rule}};exports.CreateResolverRuleResponse=n}}),Na=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalRequestBody=void 0;var t=class{constructor(){}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}};exports.CreateRetrievalRequestBody=t}}),Pa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withRecord(e){return this.record=e,this}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.CreateRetrievalResponse=n}}),Fa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalVerificationResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalVerificationResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.CreateRetrievalVerificationResponse=n}}),Ia=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateTagReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateTagReq=void 0;var t=class{constructor(e){this.tag=e}withTag(e){return this.tag=e,this}};exports.CreateTagReq=t}}),La=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.CreateTagResponse=n}}),Ra=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteBatchCreateRecordSetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteBatchCreateRecordSetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.DeleteBatchCreateRecordSetsTaskResponse=n}}),za=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteCustomLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteCustomLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.DeleteCustomLineResponse=n}}),Ba=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteEndpointResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteEndpointResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.DeleteEndpointResponse=n}}),Va=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteLineGroupResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteLineGroupResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.DeleteLineGroupResponse=n}}),Ha=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePrivateZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePrivateZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}withRouters(e){return this.routers=e,this}};exports.DeletePrivateZoneResponse=n}}),Ua=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePtrResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePtrResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.DeletePtrResponse=n}}),Wa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePublicZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePublicZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withMasters(e){return this.masters=e,this}withLinks(e){return this.links=e,this}};exports.DeletePublicZoneResponse=n}}),Ga=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}};exports.DeleteRecordSetResponse=n}}),Ka=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteRecordSetsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteRecordSetsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.DeleteRecordSetsResponse=n}}),qa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.DeleteResolverQueryLogConfigResponse=n}}),Ja=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteResolverRuleResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteResolverRuleResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRule(e){return this.resolver_rule=e,this}set resolverRule(e){this.resolver_rule=e}get resolverRule(){return this.resolver_rule}};exports.DeleteResolverRuleResponse=n}}),Ya=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.DeleteTagResponse=n}}),Xa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisableDnssecConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisableDnssecConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withStatus(e){return this.status=e,this}};exports.DisableDnssecConfigResponse=n}}),Za=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateEndpointIpaddressResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateEndpointIpaddressResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.DisassociateEndpointIpaddressResponse=n}}),Qa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfig(e){return this.resolver_query_log_config=e,this}set resolverQueryLogConfig(e){this.resolver_query_log_config=e}get resolverQueryLogConfig(){return this.resolver_query_log_config}};exports.DisassociateResolverQueryLogConfigResponse=n}}),$a=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateResolverRuleRouterResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateResolverRuleRouterResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.DisassociateResolverRuleRouterResponse=n}}),eo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateRouterResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateRouterResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.DisassociateRouterResponse=n}}),to=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociaterouterRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociaterouterRequestBody=void 0;var t=class{constructor(e){this.router=e}withRouter(e){return this.router=e,this}};exports.DisassociaterouterRequestBody=t}}),no=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DomainQuotaResponseQuotas.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DomainQuotaResponseQuotas=void 0;var t=class{constructor(e,t,n,r){this.quota_key=e,this.quota_limit=t,this.used=n,this.unit=r}withQuotaKey(e){return this.quota_key=e,this}set quotaKey(e){this.quota_key=e}get quotaKey(){return this.quota_key}withQuotaLimit(e){return this.quota_limit=e,this}set quotaLimit(e){this.quota_limit=e}get quotaLimit(){return this.quota_limit}withUsed(e){return this.used=e,this}withUnit(e){return this.unit=e,this}};exports.DomainQuotaResponseQuotas=t}}),ro=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/EnableDnssecConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.EnableDnssecConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withKeyTag(e){return this.key_tag=e,this}set keyTag(e){this.key_tag=e}get keyTag(){return this.key_tag}withFlag(e){return this.flag=e,this}withDigestAlgorithm(e){return this.digest_algorithm=e,this}set digestAlgorithm(e){this.digest_algorithm=e}get digestAlgorithm(){return this.digest_algorithm}withDigestType(e){return this.digest_type=e,this}set digestType(e){this.digest_type=e}get digestType(){return this.digest_type}withDigest(e){return this.digest=e,this}withSignature(e){return this.signature=e,this}withSignatureType(e){return this.signature_type=e,this}set signatureType(e){this.signature_type=e}get signatureType(){return this.signature_type}withKskPublicKey(e){return this.ksk_public_key=e,this}set kskPublicKey(e){this.ksk_public_key=e}get kskPublicKey(){return this.ksk_public_key}withDsRecord(e){return this.ds_record=e,this}set dsRecord(e){this.ds_record=e}get dsRecord(){return this.ds_record}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}};exports.EnableDnssecConfigResponse=n}}),io=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/EndpointResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.EndpointResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDirection(e){return this.direction=e,this}withStatus(e){return this.status=e,this}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}withIpaddressCount(e){return this.ipaddress_count=e,this}set ipaddressCount(e){this.ipaddress_count=e}get ipaddressCount(){return this.ipaddress_count}withResolverRuleCount(e){return this.resolver_rule_count=e,this}set resolverRuleCount(e){this.resolver_rule_count=e}get resolverRuleCount(){return this.resolver_rule_count}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}};exports.EndpointResp=t}}),ao=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/FloatingIpsPtr.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.FloatingIpsPtr=void 0;var t=class{constructor(){}withPtrdnames(e){return this.ptrdnames=e,this}withId(e){return this.id=e,this}withPublicip(e){return this.publicip=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}};exports.FloatingIpsPtr=t}}),oo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/IpInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.IpInfo=void 0;var t=class{constructor(){}withIp(e){return this.ip=e,this}};exports.IpInfo=t}}),so=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/IpValue.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.IpValue=void 0;var t=class{constructor(){}withIp(e){return this.ip=e,this}};exports.IpValue=t}}),co=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/IpaddressInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.IpaddressInfo=void 0;var t=class{constructor(e){this.subnet_id=e}withSubnetId(e){return this.subnet_id=e,this}set subnetId(e){this.subnet_id=e}get subnetId(){return this.subnet_id}withIp(e){return this.ip=e,this}};exports.IpaddressInfo=t}}),lo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Ipaddresses.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Ipaddresses=void 0;var t=class{constructor(e){this.ipaddress=e}withIpaddress(e){return this.ipaddress=e,this}};exports.Ipaddresses=t}}),uo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/IpaddressesData.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.IpaddressesData=void 0;var t=class{constructor(){}withStatus(e){return this.status=e,this}withId(e){return this.id=e,this}withIp(e){return this.ip=e,this}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}withSubnetId(e){return this.subnet_id=e,this}set subnetId(e){this.subnet_id=e}get subnetId(){return this.subnet_id}withErrorInfo(e){return this.error_info=e,this}set errorInfo(e){this.error_info=e}get errorInfo(){return this.error_info}};exports.IpaddressesData=t}}),fo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Line.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Line=void 0;var t=class{constructor(){}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.Line=t}}),po=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Link.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Link=void 0;var t=class{constructor(){}withSelf(e){return this.self=e,this}};exports.Link=t}}),mo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/LinksItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.LinksItem=void 0;var t=class{constructor(e,t){this.href=e,this.rel=t}withHref(e){return this.href=e,this}withRel(e){return this.rel=e,this}};exports.LinksItem=t}}),ho=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListApiVersionsItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListApiVersionsItem=void 0;var t=class{constructor(){}withStatus(e){return this.status=e,this}withId(e){return this.id=e,this}withLinks(e){return this.links=e,this}};exports.ListApiVersionsItem=t}}),Y=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListApiVersionsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListApiVersionsRequest=void 0;var t=class{constructor(){}};exports.ListApiVersionsRequest=t}}),go=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListApiVersionsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListApiVersionsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withVersions(e){return this.versions=e,this}};exports.ListApiVersionsResponse=n}}),_o=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListBatchOperationTasksItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListBatchOperationTasksItem=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withSuccessCount(e){return this.success_count=e,this}set successCount(e){this.success_count=e}get successCount(){return this.success_count}withErrorCount(e){return this.error_count=e,this}set errorCount(e){this.error_count=e}get errorCount(){return this.error_count}};exports.ListBatchOperationTasksItem=t}}),vo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListBatchOperationTasksResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListBatchOperationTasksResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTasks(e){return this.tasks=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListBatchOperationTasksResponse=n}}),yo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListCustomLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListCustomLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLines(e){return this.lines=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListCustomLineResponse=n}}),bo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointIpaddressesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointIpaddressesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withIpaddresses(e){return this.ipaddresses=e,this}};exports.ListEndpointIpaddressesResponse=n}}),xo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointVpcsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointVpcsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withVpcs(e){return this.vpcs=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListEndpointVpcsResponse=n}}),So=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoints(e){return this.endpoints=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListEndpointsResponse=n}}),Co=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListLineGroupsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListLineGroupsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinegroups(e){return this.linegroups=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListLineGroupsResponse=n}}),wo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListNameServersResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListNameServersResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withNameservers(e){return this.nameservers=e,this}};exports.ListNameServersResponse=n}}),To=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPrivateZonesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPrivateZonesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withMetadata(e){return this.metadata=e,this}withZones(e){return this.zones=e,this}};exports.ListPrivateZonesResponse=n}}),Eo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrRecordsFloatingResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrRecordsFloatingResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withAddress(e){return this.address=e,this}withStatus(e){return this.status=e,this}withAction(e){return this.action=e,this}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ListPtrRecordsFloatingResp=t}}),Do=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrRecordsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrRecordsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withMetadata(e){return this.metadata=e,this}withFloatingips(e){return this.floatingips=e,this}};exports.ListPtrRecordsResponse=n}}),Oo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withFloatingips(e){return this.floatingips=e,this}withLinks(e){return this.links=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListPtrsResponse=n}}),ko=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPublicZoneLinesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPublicZoneLinesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withLines(e){return this.lines=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListPublicZoneLinesResponse=n}}),Ao=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPublicZonesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPublicZonesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withZones(e){return this.zones=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListPublicZonesResponse=n}}),jo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSets.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSets=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}};exports.ListRecordSets=t}}),Mo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsByZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsByZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListRecordSetsByZoneResponse=n}}),No=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListRecordSetsResponse=n}}),Po=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListRecordSetsWithLineResponse=n}}),Fo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsWithTags.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsWithTags=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}};exports.ListRecordSetsWithTags=t}}),Io=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverQueryLogConfigsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverQueryLogConfigsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfigs(e){return this.resolver_query_log_configs=e,this}set resolverQueryLogConfigs(e){this.resolver_query_log_configs=e}get resolverQueryLogConfigs(){return this.resolver_query_log_configs}withPageInfo(e){return this.page_info=e,this}set pageInfo(e){this.page_info=e}get pageInfo(){return this.page_info}};exports.ListResolverQueryLogConfigsResponse=n}}),Lo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverRuleParam.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverRuleParam=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withStatus(e){return this.status=e,this}withRuleType(e){return this.rule_type=e,this}set ruleType(e){this.rule_type=e}get ruleType(){return this.rule_type}withIpaddressCount(e){return this.ipaddress_count=e,this}set ipaddressCount(e){this.ipaddress_count=e}get ipaddressCount(){return this.ipaddress_count}withRouters(e){return this.routers=e,this}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}};exports.ListResolverRuleParam=t}}),Ro=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverRulesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverRulesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRules(e){return this.resolver_rules=e,this}set resolverRules(e){this.resolver_rules=e}get resolverRules(){return this.resolver_rules}withLinks(e){return this.links=e,this}withMetadata(e){return this.metadata=e,this}withPageInfo(e){return this.page_info=e,this}set pageInfo(e){this.page_info=e}get pageInfo(){return this.page_info}};exports.ListResolverRulesResponse=n}}),zo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListSystemLinesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListSystemLinesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLines(e){return this.lines=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListSystemLinesResponse=n}}),Bo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagReq=void 0;var t=class{constructor(e){this.action=e}withTags(e){return this.tags=e,this}withTagsAny(e){return this.tags_any=e,this}set tagsAny(e){this.tags_any=e}get tagsAny(){return this.tags_any}withNotTags(e){return this.not_tags=e,this}set notTags(e){this.not_tags=e}get notTags(){return this.not_tags}withNotTagsAny(e){return this.not_tags_any=e,this}set notTagsAny(e){this.not_tags_any=e}get notTagsAny(){return this.not_tags_any}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withAction(e){return this.action=e,this}withMatches(e){return this.matches=e,this}};exports.ListTagReq=t}}),Vo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResources(e){return this.resources=e,this}withTotalCount(e){return this.total_count=e,this}set totalCount(e){this.total_count=e}get totalCount(){return this.total_count}};exports.ListTagResponse=n}}),Ho=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTags(e){return this.tags=e,this}};exports.ListTagsResponse=n}}),Uo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Match.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Match=void 0;var t=class{constructor(e){this.key=e}withKey(e){return this.key=e,this}withValue(e){return this.value=e,this}};exports.Match=t}}),Wo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Metadata.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Metadata=void 0;var t=class{constructor(){}withTotalCount(e){return this.total_count=e,this}set totalCount(e){this.total_count=e}get totalCount(){return this.total_count}};exports.Metadata=t}}),Go=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/NameServersResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.NameServersResp=void 0;var t=class{constructor(){}withType(e){return this.type=e,this}withRegion(e){return this.region=e,this}withNsRecords(e){return this.ns_records=e,this}set nsRecords(e){this.ns_records=e}get nsRecords(){return this.ns_records}};exports.NameServersResp=t}}),Ko=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Nameserver.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Nameserver=void 0;var t=class{constructor(){}withHostname(e){return this.hostname=e,this}withPriority(e){return this.priority=e,this}};exports.Nameserver=t}}),qo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/NsRecords.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.NsRecords=void 0;var t=class{constructor(){}withHostname(e){return this.hostname=e,this}withAddress(e){return this.address=e,this}withPriority(e){return this.priority=e,this}};exports.NsRecords=t}}),X=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PageInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PageInfo=void 0;var t=class{constructor(){}withNextMarker(e){return this.next_marker=e,this}set nextMarker(e){this.next_marker=e}get nextMarker(){return this.next_marker}withPreviousMarker(e){return this.previous_marker=e,this}set previousMarker(e){this.previous_marker=e}get previousMarker(){return this.previous_marker}withCurrentCount(e){return this.current_count=e,this}set currentCount(e){this.current_count=e}get currentCount(){return this.current_count}};exports.PageInfo=t}}),Jo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PageLink.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PageLink=void 0;var t=class{constructor(){}withSelf(e){return this.self=e,this}withNext(e){return this.next=e,this}};exports.PageLink=t}}),Yo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PrivateNameServer.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PrivateNameServer=void 0;var t=class{constructor(){}withPriority(e){return this.priority=e,this}withAddress(e){return this.address=e,this}};exports.PrivateNameServer=t}}),Xo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PrivateZoneResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PrivateZoneResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}withMasters(e){return this.masters=e,this}withRouters(e){return this.routers=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.PrivateZoneResp=t}}),Zo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PublicIpReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PublicIpReq=void 0;var t=class{constructor(){}withRegion(e){return this.region=e,this}withId(e){return this.id=e,this}};exports.PublicIpReq=t}}),Qo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PublicIpRes.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PublicIpRes=void 0;var t=class{constructor(){}withRegion(e){return this.region=e,this}withId(e){return this.id=e,this}withAddress(e){return this.address=e,this}};exports.PublicIpRes=t}}),$o=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PublicZoneLines.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PublicZoneLines=void 0;var t=class{constructor(){}withLine(e){return this.line=e,this}withLineName(e){return this.line_name=e,this}set lineName(e){this.line_name=e}get lineName(){return this.line_name}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}};exports.PublicZoneLines=t}}),es=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PublicZoneResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PublicZoneResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}withMasters(e){return this.masters=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.PublicZoneResp=t}}),ts=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/QueryRecordSetWithLineAndTagsResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.QueryRecordSetWithLineAndTagsResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}withLine(e){return this.line=e,this}withLineName(e){return this.line_name=e,this}set lineName(e){this.line_name=e}get lineName(){return this.line_name}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.QueryRecordSetWithLineAndTagsResp=t}}),ns=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/QueryRecordSetWithLineResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.QueryRecordSetWithLineResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}withBundle(e){return this.bundle=e,this}};exports.QueryRecordSetWithLineResp=t}}),rs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RecordInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RecordInfo=void 0;var t=class{constructor(){}withHost(e){return this.host=e,this}withValue(e){return this.value=e,this}};exports.RecordInfo=t}}),os=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RecordsetData.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RecordsetData=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withStatus(e){return this.status=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withLine(e){return this.line=e,this}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withWeight(e){return this.weight=e,this}};exports.RecordsetData=t}}),ss=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ResolverQueryLogConfig.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ResolverQueryLogConfig=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withLtsGroupId(e){return this.lts_group_id=e,this}set ltsGroupId(e){this.lts_group_id=e}get ltsGroupId(){return this.lts_group_id}withLtsTopicId(e){return this.lts_topic_id=e,this}set ltsTopicId(e){this.lts_topic_id=e}get ltsTopicId(){return this.lts_topic_id}withVpcIds(e){return this.vpc_ids=e,this}set vpcIds(e){this.vpc_ids=e}get vpcIds(){return this.vpc_ids}};exports.ResolverQueryLogConfig=t}}),cs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ResolverRuleParam.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ResolverRuleParam=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withStatus(e){return this.status=e,this}withRuleType(e){return this.rule_type=e,this}set ruleType(e){this.rule_type=e}get ruleType(){return this.rule_type}withIpaddressCount(e){return this.ipaddress_count=e,this}set ipaddressCount(e){this.ipaddress_count=e}get ipaddressCount(){return this.ipaddress_count}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}};exports.ResolverRuleParam=t}}),ls=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ResourceItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ResourceItem=void 0;var t=class{constructor(){}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}withResourceDetail(e){return this.resource_detail=e,this}set resourceDetail(e){this.resource_detail=e}get resourceDetail(){return this.resource_detail}withTags(e){return this.tags=e,this}withResourceName(e){return this.resource_name=e,this}set resourceName(e){this.resource_name=e}get resourceName(){return this.resource_name}};exports.ResourceItem=t}}),us=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RestorePtrRecordResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RestorePtrRecordResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.RestorePtrRecordResponse=n}}),ds=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RestorePtrReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RestorePtrReq=void 0;var t=class{constructor(e){this.ptrdname=e}withPtrdname(e){return this.ptrdname=e,this}};exports.RestorePtrReq=t}}),fs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Router.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Router=void 0;var t=class{constructor(e){this.router_id=e}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.Router=t}}),ps=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RouterForRule.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RouterForRule=void 0;var t=class{constructor(e){this.router_id=e}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}};exports.RouterForRule=t}}),ms=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RouterWithStatus.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RouterWithStatus=void 0;var t=class{constructor(){}withStatus(e){return this.status=e,this}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}};exports.RouterWithStatus=t}}),hs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetPrivateZoneProxyPatternRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetPrivateZoneProxyPatternRequestBody=void 0;var t=class{constructor(e){this.proxy_pattern=e}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}};exports.SetPrivateZoneProxyPatternRequestBody=t}}),gs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetPrivateZoneProxyPatternResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetPrivateZoneProxyPatternResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.SetPrivateZoneProxyPatternResponse=n}}),_s=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetRecordSetsStatusRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetRecordSetsStatusRequestBody=void 0;var t=class{constructor(e){this.status=e}withStatus(e){return this.status=e,this}};exports.SetRecordSetsStatusRequestBody=t}}),vs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetRecordSetsStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetRecordSetsStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}withBundle(e){return this.bundle=e,this}};exports.SetRecordSetsStatusResponse=n}}),ys=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowApiInfoResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowApiInfoResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withVersion(e){return this.version=e,this}};exports.ShowApiInfoResponse=n}}),bs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowAuthorizeTxtRecordResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowAuthorizeTxtRecordResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withRecord(e){return this.record=e,this}withStatus(e){return this.status=e,this}withSecondLevelZoneName(e){return this.second_level_zone_name=e,this}set secondLevelZoneName(e){this.second_level_zone_name=e}get secondLevelZoneName(){return this.second_level_zone_name}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.ShowAuthorizeTxtRecordResponse=n}}),xs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchCreateRecordSetsTaskErrorItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchCreateRecordSetsTaskErrorItem=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withType(e){return this.type=e,this}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}withStatus(e){return this.status=e,this}withErrorCode(e){return this.error_code=e,this}set errorCode(e){this.error_code=e}get errorCode(){return this.error_code}withErrorMessage(e){return this.error_message=e,this}set errorMessage(e){this.error_message=e}get errorMessage(){return this.error_message}};exports.ShowBatchCreateRecordSetsTaskErrorItem=t}}),Ss=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchCreateRecordSetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchCreateRecordSetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withTotalCount(e){return this.total_count=e,this}set totalCount(e){this.total_count=e}get totalCount(){return this.total_count}withSuccessCount(e){return this.success_count=e,this}set successCount(e){this.success_count=e}get successCount(){return this.success_count}withErrorCount(e){return this.error_count=e,this}set errorCount(e){this.error_count=e}get errorCount(){return this.error_count}withErrorItems(e){return this.error_items=e,this}set errorItems(e){this.error_items=e}get errorItems(){return this.error_items}};exports.ShowBatchCreateRecordSetsTaskResponse=n}}),Cs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchOperationTaskErrorItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchOperationTaskErrorItem=void 0;var t=class{constructor(){}withItem(e){return this.item=e,this}withErrorMessage(e){return this.error_message=e,this}set errorMessage(e){this.error_message=e}get errorMessage(){return this.error_message}};exports.ShowBatchOperationTaskErrorItem=t}}),ws=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchOperationTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchOperationTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withSuccessCount(e){return this.success_count=e,this}set successCount(e){this.success_count=e}get successCount(){return this.success_count}withErrorCount(e){return this.error_count=e,this}set errorCount(e){this.error_count=e}get errorCount(){return this.error_count}withErrorItems(e){return this.error_items=e,this}set errorItems(e){this.error_items=e}get errorItems(){return this.error_items}};exports.ShowBatchOperationTaskResponse=n}}),Ts=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDnssecConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDnssecConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withKeyTag(e){return this.key_tag=e,this}set keyTag(e){this.key_tag=e}get keyTag(){return this.key_tag}withFlag(e){return this.flag=e,this}withDigestAlgorithm(e){return this.digest_algorithm=e,this}set digestAlgorithm(e){this.digest_algorithm=e}get digestAlgorithm(){return this.digest_algorithm}withDigestType(e){return this.digest_type=e,this}set digestType(e){this.digest_type=e}get digestType(){return this.digest_type}withDigest(e){return this.digest=e,this}withSignature(e){return this.signature=e,this}withSignatureType(e){return this.signature_type=e,this}set signatureType(e){this.signature_type=e}get signatureType(){return this.signature_type}withKskPublicKey(e){return this.ksk_public_key=e,this}set kskPublicKey(e){this.ksk_public_key=e}get kskPublicKey(){return this.ksk_public_key}withDsRecord(e){return this.ds_record=e,this}set dsRecord(e){this.ds_record=e}get dsRecord(){return this.ds_record}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}};exports.ShowDnssecConfigResponse=n}}),Es=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDomainDetectionResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDomainDetectionResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}};exports.ShowDomainDetectionResponse=n}}),Ds=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDomainQuotaResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDomainQuotaResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withQuotas(e){return this.quotas=e,this}};exports.ShowDomainQuotaResponse=n}}),Os=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowEmailRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowEmailRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ShowEmailRecordSetResponse=n}}),ks=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowEndpointResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowEndpointResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.ShowEndpointResponse=n}}),As=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowLineGroupResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowLineGroupResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.ShowLineGroupResponse=n}}),js=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPrivateZoneNameServerResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPrivateZoneNameServerResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withNameservers(e){return this.nameservers=e,this}};exports.ShowPrivateZoneNameServerResponse=n}}),Ms=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPrivateZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPrivateZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}withRouters(e){return this.routers=e,this}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ShowPrivateZoneResponse=n}}),Ns=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPtrRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPtrRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withAddress(e){return this.address=e,this}withStatus(e){return this.status=e,this}withAction(e){return this.action=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ShowPtrRecordSetResponse=n}}),Ps=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPtrResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPtrResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withPublicip(e){return this.publicip=e,this}withPtrdnames(e){return this.ptrdnames=e,this}withId(e){return this.id=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ShowPtrResponse=n}}),Fs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPublicZoneNameServerResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPublicZoneNameServerResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withNameservers(e){return this.nameservers=e,this}};exports.ShowPublicZoneNameServerResponse=n}}),Is=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPublicZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPublicZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withMasters(e){return this.masters=e,this}withLinks(e){return this.links=e,this}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}};exports.ShowPublicZoneResponse=n}}),Ls=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetByZoneResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetByZoneResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.ShowRecordSetByZoneResp=t}}),Rs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetByZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetByZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ShowRecordSetByZoneResponse=n}}),zs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withBundle(e){return this.bundle=e,this}};exports.ShowRecordSetResponse=n}}),Bs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}withBundle(e){return this.bundle=e,this}};exports.ShowRecordSetWithLineResponse=n}}),Vs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfig(e){return this.resolver_query_log_config=e,this}set resolverQueryLogConfig(e){this.resolver_query_log_config=e}get resolverQueryLogConfig(){return this.resolver_query_log_config}};exports.ShowResolverQueryLogConfigResponse=n}}),Hs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverRuleRespParam.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverRuleRespParam=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withStatus(e){return this.status=e,this}withRuleType(e){return this.rule_type=e,this}set ruleType(e){this.rule_type=e}get ruleType(){return this.rule_type}withIpaddressCount(e){return this.ipaddress_count=e,this}set ipaddressCount(e){this.ipaddress_count=e}get ipaddressCount(){return this.ipaddress_count}withIpaddresses(e){return this.ipaddresses=e,this}withRouters(e){return this.routers=e,this}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}};exports.ShowResolverRuleRespParam=t}}),Us=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverRuleResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverRuleResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRule(e){return this.resolver_rule=e,this}set resolverRule(e){this.resolver_rule=e}get resolverRule(){return this.resolver_rule}};exports.ShowResolverRuleResponse=n}}),Ws=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResourceTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResourceTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTags(e){return this.tags=e,this}};exports.ShowResourceTagResponse=n}}),Gs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRetrievalResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRetrievalResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withRecord(e){return this.record=e,this}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.ShowRetrievalResponse=n}}),Ks=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRetrievalVerificationResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRetrievalVerificationResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withStatus(e){return this.status=e,this}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.ShowRetrievalVerificationResponse=n}}),qs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowWebsiteRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowWebsiteRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ShowWebsiteRecordSetResponse=n}}),Js=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowZoneNameServerResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowZoneNameServerResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withAllHwDns(e){return this.all_hw_dns=e,this}set allHwDns(e){this.all_hw_dns=e}get allHwDns(){return this.all_hw_dns}withIncludeHwDns(e){return this.include_hw_dns=e,this}set includeHwDns(e){this.include_hw_dns=e}get includeHwDns(){return this.include_hw_dns}withDnsServers(e){return this.dns_servers=e,this}set dnsServers(e){this.dns_servers=e}get dnsServers(){return this.dns_servers}withExpectedDnsServers(e){return this.expected_dns_servers=e,this}set expectedDnsServers(e){this.expected_dns_servers=e}get expectedDnsServers(){return this.expected_dns_servers}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}};exports.ShowZoneNameServerResponse=n}}),Ys=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SystemLine.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SystemLine=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withFatherId(e){return this.father_id=e,this}set fatherId(e){this.father_id=e}get fatherId(){return this.father_id}withName(e){return this.name=e,this}};exports.SystemLine=t}}),Xs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Tag.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Tag=void 0;var t=class{constructor(e){this.key=e}withKey(e){return this.key=e,this}withValue(e){return this.value=e,this}};exports.Tag=t}}),Zs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/TagValues.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.TagValues=void 0;var t=class{constructor(){}withKey(e){return this.key=e,this}withValues(e){return this.values=e,this}};exports.TagValues=t}}),Qs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateCustomLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateCustomLineRequestBody=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withDescription(e){return this.description=e,this}};exports.UpdateCustomLineRequestBody=t}}),$s=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateCustomLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateCustomLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.UpdateCustomLineResponse=n}}),ec=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateEndpointRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateEndpointRequestBody=void 0;var t=class{constructor(e){this.name=e}withName(e){return this.name=e,this}};exports.UpdateEndpointRequestBody=t}}),tc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateEndpointResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateEndpointResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.UpdateEndpointResponse=n}}),nc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateLineGroupsRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateLineGroupsRequestBody=void 0;var t=class{constructor(e,t){this.name=e,this.lines=t}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withLines(e){return this.lines=e,this}};exports.UpdateLineGroupsRequestBody=t}}),rc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateLineGroupsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateLineGroupsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.UpdateLineGroupsResponse=n}}),ic=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneInfoReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneInfoReq=void 0;var t=class{constructor(){}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}};exports.UpdatePrivateZoneInfoReq=t}}),ac=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}withRouters(e){return this.routers=e,this}};exports.UpdatePrivateZoneResponse=n}}),oc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}};exports.UpdatePrivateZoneStatusResponse=n}}),sc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrRecordResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrRecordResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withAddress(e){return this.address=e,this}withStatus(e){return this.status=e,this}withAction(e){return this.action=e,this}withLinks(e){return this.links=e,this}};exports.UpdatePtrRecordResponse=n}}),cc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrReq=void 0;var t=class{constructor(e){this.ptrdname=e}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withTags(e){return this.tags=e,this}};exports.UpdatePtrReq=t}}),lc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrRequestBody=void 0;var t=class{constructor(e){this.ptrdnames=e}withPtrdnames(e){return this.ptrdnames=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}};exports.UpdatePtrRequestBody=t}}),uc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withPublicip(e){return this.publicip=e,this}withPtrdnames(e){return this.ptrdnames=e,this}withId(e){return this.id=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.UpdatePtrResponse=n}}),dc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneInfo=void 0;var t=class{constructor(){}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}};exports.UpdatePublicZoneInfo=t}}),fc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}};exports.UpdatePublicZoneResponse=n}}),pc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}};exports.UpdatePublicZoneStatusResponse=n}}),mc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetReq=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}};exports.UpdateRecordSetReq=t}}),hc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}};exports.UpdateRecordSetResponse=n}}),gc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetsReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetsReq=void 0;var t=class{constructor(e,t){this.name=e,this.type=t}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withWeight(e){return this.weight=e,this}};exports.UpdateRecordSetsReq=t}}),_c=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.UpdateRecordSetsResponse=n}}),vc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateResolverRuleRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateResolverRuleRequestBody=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withIpaddresses(e){return this.ipaddresses=e,this}};exports.UpdateResolverRuleRequestBody=t}}),yc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateResolverRuleResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateResolverRuleResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRule(e){return this.resolver_rule=e,this}set resolverRule(e){this.resolver_rule=e}get resolverRule(){return this.resolver_rule}};exports.UpdateResolverRuleResponse=n}}),bc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateZoneStatusRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateZoneStatusRequestBody=void 0;var t=class{constructor(e){this.status=e}withStatus(e){return this.status=e,this}};exports.UpdateZoneStatusRequestBody=t}}),xc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ValuesItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ValuesItem=void 0;var t=class{constructor(){}withValues(e){return this.values=e,this}};exports.ValuesItem=t}}),Sc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/VersionItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.VersionItem=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withUpdated(e){return this.updated=e,this}withVersion(e){return this.version=e,this}withMinVersion(e){return this.min_version=e,this}set minVersion(e){this.min_version=e}get minVersion(){return this.min_version}};exports.VersionItem=t}}),Cc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Vpc.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Vpc=void 0;var t=class{constructor(e){this.vpc_id=e}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}withVpcRegion(e){return this.vpc_region=e,this}set vpcRegion(e){this.vpc_region=e}get vpcRegion(){return this.vpc_region}};exports.Vpc=t}}),wc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/VpcsData.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.VpcsData=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withInboundEndpointCount(e){return this.inbound_endpoint_count=e,this}set inboundEndpointCount(e){this.inbound_endpoint_count=e}get inboundEndpointCount(){return this.inbound_endpoint_count}withOutboundEndpointCount(e){return this.outbound_endpoint_count=e,this}set outboundEndpointCount(e){this.outbound_endpoint_count=e}get outboundEndpointCount(){return this.outbound_endpoint_count}};exports.VpcsData=t}}),Tc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ZoneData.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ZoneData=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withMasters(e){return this.masters=e,this}withStatus(e){return this.status=e,this}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withLinks(e){return this.links=e,this}};exports.ZoneData=t}}),Ec=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/region/region.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Region=void 0;var t=class{constructor(e,t){this.id=e,this.endpoints=[],typeof t==`string`?this.endpoints.push(t):Array.isArray(t)&&this.endpoints.push(...t)}};exports.Region=t}}),Dc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/DnsRegion.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DnsRegion=void 0;let t=Ec();var n=class{static valueOf(e){if(!e)throw Error(`Unexpected empty parameter: regionId.`);let t=this.REGION_MAP[e];if(t)return t;throw Error(`Unexpected regionId: ${e}.`)}};exports.DnsRegion=n,n.CN_EAST_2=new t.Region(`cn-east-2`,[`https://dns.cn-east-2.myhuaweicloud.com`]),n.CN_EAST_3=new t.Region(`cn-east-3`,[`https://dns.cn-east-3.myhuaweicloud.com`]),n.CN_NORTH_1=new t.Region(`cn-north-1`,[`https://dns.cn-north-1.myhuaweicloud.com`]),n.CN_NORTH_4=new t.Region(`cn-north-4`,[`https://dns.cn-north-4.myhuaweicloud.com`]),n.CN_SOUTH_1=new t.Region(`cn-south-1`,[`https://dns.cn-south-1.myhuaweicloud.com`]),n.CN_SOUTHWEST_2=new t.Region(`cn-southwest-2`,[`https://dns.cn-southwest-2.myhuaweicloud.com`]),n.AF_SOUTH_1=new t.Region(`af-south-1`,[`https://dns.af-south-1.myhuaweicloud.com`]),n.AP_SOUTHEAST_1=new t.Region(`ap-southeast-1`,[`https://dns.ap-southeast-1.myhuaweicloud.com`]),n.AP_SOUTHEAST_2=new t.Region(`ap-southeast-2`,[`https://dns.ap-southeast-2.myhuaweicloud.com`]),n.AP_SOUTHEAST_3=new t.Region(`ap-southeast-3`,[`https://dns.ap-southeast-3.myhuaweicloud.com`]),n.SA_BRAZIL_1=new t.Region(`sa-brazil-1`,[`https://dns.sa-brazil-1.myhuaweicloud.com`]),n.LA_SOUTH_2=new t.Region(`la-south-2`,[`https://dns.la-south-2.myhuaweicloud.com`]),n.LA_NORTH_2=new t.Region(`la-north-2`,[`https://dns.la-north-2.myhuaweicloud.com`]),n.NA_MEXICO_1=new t.Region(`na-mexico-1`,[`https://dns.na-mexico-1.myhuaweicloud.com`]),n.CN_NORTH_9=new t.Region(`cn-north-9`,[`https://dns.cn-north-9.myhuaweicloud.com`]),n.CN_NORTH_2=new t.Region(`cn-north-2`,[`https://dns.cn-north-2.myhuaweicloud.com`]),n.CN_SOUTH_2=new t.Region(`cn-south-2`,[`https://dns.cn-south-2.myhuaweicloud.com`]),n.AP_SOUTHEAST_4=new t.Region(`ap-southeast-4`,[`https://dns.ap-southeast-4.myhuaweicloud.com`]),n.AE_AD_1=new t.Region(`ae-ad-1`,[`https://dns.ae-ad-1.myhuaweicloud.com`]),n.RU_MOSCOW_1=new t.Region(`ru-moscow-1`,[`https://dns.ru-moscow-1.myhuaweicloud.com`]),n.ME_EAST_1=new t.Region(`me-east-1`,[`https://dns.me-east-1.myhuaweicloud.com`]),n.AP_SOUTHEAST_5=new t.Region(`ap-southeast-5`,[`https://dns.ap-southeast-5.myhuaweicloud.com`]),n.CN_EAST_5=new t.Region(`cn-east-5`,[`https://dns.cn-east-5.myhuaweicloud.com`]),n.CN_EAST_4=new t.Region(`cn-east-4`,[`https://dns.cn-east-4.myhuaweicloud.com`]),n.TR_WEST_1=new t.Region(`tr-west-1`,[`https://dns.tr-west-1.myhuaweicloud.com`]),n.AF_NORTH_1=new t.Region(`af-north-1`,[`https://dns.af-north-1.myhuaweicloud.com`]),n.MY_KUALALUMPUR_1=new t.Region(`my-kualalumpur-1`,[`https://dns.my-kualalumpur-1.myhuaweicloud.com`]),n.REGION_MAP={"cn-east-2":n.CN_EAST_2,"cn-east-3":n.CN_EAST_3,"cn-north-1":n.CN_NORTH_1,"cn-north-4":n.CN_NORTH_4,"cn-south-1":n.CN_SOUTH_1,"cn-southwest-2":n.CN_SOUTHWEST_2,"af-south-1":n.AF_SOUTH_1,"ap-southeast-1":n.AP_SOUTHEAST_1,"ap-southeast-2":n.AP_SOUTHEAST_2,"ap-southeast-3":n.AP_SOUTHEAST_3,"sa-brazil-1":n.SA_BRAZIL_1,"la-south-2":n.LA_SOUTH_2,"la-north-2":n.LA_NORTH_2,"na-mexico-1":n.NA_MEXICO_1,"cn-north-9":n.CN_NORTH_9,"cn-north-2":n.CN_NORTH_2,"cn-south-2":n.CN_SOUTH_2,"ap-southeast-4":n.AP_SOUTHEAST_4,"ae-ad-1":n.AE_AD_1,"ru-moscow-1":n.RU_MOSCOW_1,"me-east-1":n.ME_EAST_1,"ap-southeast-5":n.AP_SOUTHEAST_5,"cn-east-5":n.CN_EAST_5,"cn-east-4":n.CN_EAST_4,"tr-west-1":n.TR_WEST_1,"af-north-1":n.AF_NORTH_1,"my-kualalumpur-1":n.MY_KUALALUMPUR_1}}}),Oc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/public-api.js"(exports){var t=Object.create?function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]},n=function(e,n){for(var r in e)r!==`default`&&!Object.prototype.hasOwnProperty.call(n,r)&&t(n,e,r)};Object.defineProperty(exports,`__esModule`,{value:!0}),n(gi(),exports),n(_i(),exports),n(mn(),exports),n(vi(),exports),n(yi(),exports),n(hn(),exports),n(bi(),exports),n(xi(),exports),n(gn(),exports),n(Si(),exports),n(_n(),exports),n(Ci(),exports),n(wi(),exports),n(vn(),exports),n(Ti(),exports),n(Ei(),exports),n(Di(),exports),n(yn(),exports),n(Oi(),exports),n(ki(),exports),n(bn(),exports),n(Ai(),exports),n(ji(),exports),n(Mi(),exports),n(Ni(),exports),n(xn(),exports),n(Pi(),exports),n(Fi(),exports),n(B(),exports),n(Ii(),exports),n(V(),exports),n(Li(),exports),n(Ri(),exports),n(Sn(),exports),n(zi(),exports),n(Bi(),exports),n(Cn(),exports),n(Vi(),exports),n(Hi(),exports),n(wn(),exports),n(Ui(),exports),n(Wi(),exports),n(Tn(),exports),n(Gi(),exports),n(Ki(),exports),n(qi(),exports),n(En(),exports),n(Ji(),exports),n(Yi(),exports),n(Dn(),exports),n(Xi(),exports),n(Zi(),exports),n(On(),exports),n(Qi(),exports),n($i(),exports),n(ea(),exports),n(ta(),exports),n(kn(),exports),n(na(),exports),n(ra(),exports),n(ia(),exports),n(aa(),exports),n(An(),exports),n(oa(),exports),n(sa(),exports),n(jn(),exports),n(ca(),exports),n(la(),exports),n(Mn(),exports),n(ua(),exports),n(Nn(),exports),n(da(),exports),n(fa(),exports),n(Pn(),exports),n(pa(),exports),n(Fn(),exports),n(ma(),exports),n(ha(),exports),n(In(),exports),n(ga(),exports),n(K(),exports),n(_a(),exports),n(va(),exports),n(H(),exports),n(ya(),exports),n(q(),exports),n(Ln(),exports),n(ba(),exports),n(xa(),exports),n(Sa(),exports),n(Rn(),exports),n(Ca(),exports),n(wa(),exports),n(zn(),exports),n(Ta(),exports),n(J(),exports),n(Bn(),exports),n(Ea(),exports),n(Vn(),exports),n(Da(),exports),n(Oa(),exports),n(Hn(),exports),n(ka(),exports),n(Aa(),exports),n(Un(),exports),n(ja(),exports),n(Ma(),exports),n(Wn(),exports),n(Na(),exports),n(Pa(),exports),n(Gn(),exports),n(Fa(),exports),n(Ia(),exports),n(Kn(),exports),n(La(),exports),n(qn(),exports),n(Ra(),exports),n(Jn(),exports),n(za(),exports),n(Yn(),exports),n(Ba(),exports),n(Xn(),exports),n(Va(),exports),n(Zn(),exports),n(Ha(),exports),n(Qn(),exports),n(Ua(),exports),n($n(),exports),n(Wa(),exports),n(er(),exports),n(Ga(),exports),n(tr(),exports),n(Ka(),exports),n(nr(),exports),n(qa(),exports),n(rr(),exports),n(Ja(),exports),n(ir(),exports),n(Ya(),exports),n(ar(),exports),n(Xa(),exports),n(or(),exports),n(Za(),exports),n(sr(),exports),n(Qa(),exports),n(cr(),exports),n($a(),exports),n(lr(),exports),n(eo(),exports),n(to(),exports),n(no(),exports),n(ur(),exports),n(ro(),exports),n(io(),exports),n(ao(),exports),n(oo(),exports),n(so(),exports),n(co(),exports),n(lo(),exports),n(uo(),exports),n(fo(),exports),n(po(),exports),n(mo(),exports),n(ho(),exports),n(Y(),exports),n(go(),exports),n(_o(),exports),n(dr(),exports),n(vo(),exports),n(fr(),exports),n(yo(),exports),n(pr(),exports),n(bo(),exports),n(mr(),exports),n(xo(),exports),n(hr(),exports),n(So(),exports),n(gr(),exports),n(Co(),exports),n(_r(),exports),n(wo(),exports),n(vr(),exports),n(To(),exports),n(Eo(),exports),n(yr(),exports),n(Do(),exports),n(br(),exports),n(Oo(),exports),n(xr(),exports),n(ko(),exports),n(Sr(),exports),n(Ao(),exports),n(jo(),exports),n(Cr(),exports),n(Mo(),exports),n(wr(),exports),n(No(),exports),n(Tr(),exports),n(Po(),exports),n(Fo(),exports),n(Er(),exports),n(Io(),exports),n(Lo(),exports),n(Dr(),exports),n(Ro(),exports),n(Or(),exports),n(zo(),exports),n(Bo(),exports),n(kr(),exports),n(Vo(),exports),n(Ar(),exports),n(Ho(),exports),n(Uo(),exports),n(Wo(),exports),n(Go(),exports),n(Ko(),exports),n(qo(),exports),n(X(),exports),n(Jo(),exports),n(Yo(),exports),n(Xo(),exports),n(Zo(),exports),n(Qo(),exports),n($o(),exports),n(es(),exports),n(ts(),exports),n(ns(),exports),n(rs(),exports),n(os(),exports),n(ss(),exports),n(cs(),exports),n(ls(),exports),n(jr(),exports),n(us(),exports),n(ds(),exports),n(fs(),exports),n(ps(),exports),n(ms(),exports),n(Mr(),exports),n(hs(),exports),n(gs(),exports),n(Nr(),exports),n(_s(),exports),n(vs(),exports),n(U(),exports),n(ys(),exports),n(Pr(),exports),n(bs(),exports),n(xs(),exports),n(Fr(),exports),n(Ss(),exports),n(Cs(),exports),n(Ir(),exports),n(ws(),exports),n(W(),exports),n(Ts(),exports),n(Lr(),exports),n(Es(),exports),n(Rr(),exports),n(Ds(),exports),n(zr(),exports),n(Os(),exports),n(Br(),exports),n(ks(),exports),n(Vr(),exports),n(As(),exports),n(Hr(),exports),n(js(),exports),n(Ur(),exports),n(Ms(),exports),n(Wr(),exports),n(Ns(),exports),n(Gr(),exports),n(Ps(),exports),n(Kr(),exports),n(Fs(),exports),n(qr(),exports),n(Is(),exports),n(Jr(),exports),n(Ls(),exports),n(Rs(),exports),n(Yr(),exports),n(zs(),exports),n(Xr(),exports),n(Bs(),exports),n(Zr(),exports),n(Vs(),exports),n(Qr(),exports),n(Hs(),exports),n(Us(),exports),n($r(),exports),n(Ws(),exports),n(ei(),exports),n(Gs(),exports),n(ti(),exports),n(Ks(),exports),n(ni(),exports),n(qs(),exports),n(ri(),exports),n(Js(),exports),n(Ys(),exports),n(Xs(),exports),n(Zs(),exports),n(ii(),exports),n(Qs(),exports),n($s(),exports),n(ai(),exports),n(ec(),exports),n(tc(),exports),n(oi(),exports),n(nc(),exports),n(rc(),exports),n(ic(),exports),n(si(),exports),n(ac(),exports),n(ci(),exports),n(oc(),exports),n(li(),exports),n(sc(),exports),n(cc(),exports),n(ui(),exports),n(lc(),exports),n(uc(),exports),n(dc(),exports),n(di(),exports),n(fc(),exports),n(fi(),exports),n(pc(),exports),n(mc(),exports),n(pi(),exports),n(hc(),exports),n(gc(),exports),n(mi(),exports),n(_c(),exports),n(hi(),exports),n(vc(),exports),n(yc(),exports),n(bc(),exports),n(xc(),exports),n(Sc(),exports),n(Cc(),exports),n(wc(),exports),n(Tc(),exports),n(Dc(),exports)}});async function*kc(e){var t,n;for(n=0;t=await e(++n),t?.length;)yield*t}var Ac=e=>new Promise(t=>{setTimeout(t,e)}),jc=class{value;next;constructor(e){this.value=e}},Mc=class{#head;#tail;#size;constructor(){this.clear()}enqueue(e){let t=new jc(e);this.#head?(this.#tail.next=t,this.#tail=t):(this.#head=t,this.#tail=t),this.#size++}dequeue(){let e=this.#head;if(e)return this.#head=this.#head.next,this.#size--,this.#head||(this.#tail=void 0),e.value}peek(){if(this.#head)return this.#head.value}clear(){this.#head=void 0,this.#tail=void 0,this.#size=0}get size(){return this.#size}*[Symbol.iterator](){let e=this.#head;for(;e;)yield e.value,e=e.next}*drain(){for(;this.#head;)yield this.dequeue()}};function Nc(e){Pc(e);let t=new Mc,n=0,r=()=>{n<e&&t.size>0&&(n++,t.dequeue()())},i=()=>{n--,r()},a=async(e,t,n)=>{let r=(async()=>e(...n))();t(r);try{await r}catch{}i()},o=(i,o,s)=>{new Promise(e=>{t.enqueue(e)}).then(a.bind(void 0,i,o,s)),n<e&&r()},s=(e,...t)=>new Promise(n=>{o(e,n,t)});return Object.defineProperties(s,{activeCount:{get:()=>n},pendingCount:{get:()=>t.size},clearQueue:{value(){t.clear()}},concurrency:{get:()=>e,set(i){Pc(i),e=i,queueMicrotask(()=>{for(;n<e&&t.size>0;)r()})}},map:{async value(e,t){let n=Array.from(e,(e,n)=>this(t,e,n));return Promise.all(n)}}}),s}function Pc(e){if(!((Number.isInteger(e)||e===1/0)&&e>0))throw TypeError("Expected `concurrency` to be a number from 1 and up")}const Fc=Nc(10),Ic=(e,t)=>{for(let n of e)if(!t.has(n))return!1;return!0},Lc=async(e,t,n)=>{let r=new URL(e);for(let[e,n]of Object.entries(t))r.searchParams.set(e,n);let i;for(let e=0;e<3;e++)try{let e=await fetch(r),t=await e.json();return t.Answer?.map(e=>e.data).filter(n).toSorted()||[]}catch(t){i=t,console.error(`retry ${e+1}/3: ${t}`)}throw i},Rc=async(e,t,n,r,i)=>{let a={},o=[];for(let[s,c]of Object.entries(n))o.push(Fc(async()=>{a[s]=await Lc(e,{name:t,type:r,edns_client_subnet:c},i)}));return await Promise.all(o),a};var zc={Dianxin_Liaoning:`219.148.204.66`,Yidong_Liaoning:`211.137.32.178`,Liantong_Liaoning:`202.96.64.68`,Dianxin_Jilin:`219.149.194.55`,Yidong_Jilin:`211.141.16.99`,Liantong_Jilin:`202.98.0.68`,Dianxin_Heilongjiang:`112.100.100.100`,Yidong_Heilongjiang:`211.137.241.34`,Liantong_Heilongjiang:`202.97.224.68`,Dianxin_Beijing:`219.141.136.10`,Yidong_Beijing:`221.130.33.52`,Liantong_Beijing:`202.106.196.115`,Dianxin_Tianjin:`219.150.32.132`,Yidong_Tianjin:`211.137.160.5`,Liantong_Tianjin:`202.99.96.68`,Dianxin_Hebei:`222.222.222.222`,Yidong_Hebei:`211.138.13.66`,Liantong_Hebei:`202.99.160.68`,Dianxin_Shanxi:`219.149.135.188`,Yidong_Shanxi:`211.138.106.3`,Liantong_Shanxi:`202.99.216.113`,Dianxin_Neimenggu:`219.148.162.31`,Yidong_Neimenggu:`211.138.91.1`,Liantong_Neimenggu:`202.99.224.68`,Dianxin_Hainan:`202.100.192.68`,Yidong_Hainan:`221.176.88.95`,Liantong_Hainan:`221.11.132.2`,Dianxin_Guangdong:`202.96.134.133`,Yidong_Guangdong:`211.139.163.6`,Liantong_Guangdong:`210.21.196.6`,Dianxin_Guangxi:`202.103.225.68`,Yidong_Guangxi:`211.138.245.180`,Liantong_Guangxi:`221.7.128.68`,Dianxin_Fujian:`218.85.152.99`,Yidong_Fujian:`211.138.151.161`,Liantong_Fujian:`218.104.128.106`,Dianxin_Hunan:`222.246.129.80`,Yidong_Hunan:`211.142.210.98`,Liantong_Hunan:`58.20.127.238`,Dianxin_Hubei:`202.103.24.68`,Yidong_Hubei:`211.137.58.20`,Liantong_Hubei:`218.104.111.114`,Dianxin_Henan:`222.85.85.85`,Yidong_Henan:`211.138.24.71`,Liantong_Henan:`202.102.224.68`,Dianxin_Jiangxi:`202.101.224.69`,Yidong_Jiangxi:`211.141.90.68`,Liantong_Jiangxi:`220.248.192.12`,Dianxin_Shanghai:`202.96.209.133`,Yidong_Shanghai:`211.136.112.50`,Liantong_Shanghai:`210.22.70.3`,Dianxin_Jiangsu:`218.2.2.2`,Yidong_Jiangsu:`221.131.143.69`,Liantong_Jiangsu:`221.6.4.66`,Dianxin_Zhejiang:`202.101.172.35`,Yidong_Zhejiang:`211.140.13.188`,Liantong_Zhejiang:`221.12.1.227`,Dianxin_Anhui:`61.132.163.68`,Yidong_Anhui:`211.138.180.2`,Liantong_Anhui:`218.104.78.2`,Dianxin_Shandong:`219.146.1.66`,Yidong_Shandong:`218.201.96.130`,Liantong_Shandong:`202.102.128.68`,Dianxin_Chongqing:`61.128.192.68`,Yidong_Chongqing:`218.201.4.3`,Liantong_Chongqing:`221.5.203.98`,Dianxin_Sichuan:`61.139.2.69`,Yidong_Sichuan:`211.137.82.4`,Liantong_Sichuan:`119.6.6.6`,Dianxin_Guizhou:`202.98.192.67`,Yidong_Guizhou:`211.139.5.29`,Liantong_Guizhou:`221.13.28.234`,Dianxin_Yunnan:`222.172.200.68`,Yidong_Yunnan:`211.139.29.68`,Liantong_Yunnan:`221.3.131.11`,Dianxin_Xizang:`202.98.224.68`,Yidong_Xizang:`211.139.73.34`,Liantong_Xizang:`221.13.65.34`,Dianxin_Shaanxi:`218.30.19.40`,Yidong_Shaanxi:`211.137.130.3`,Liantong_Shaanxi:`221.11.1.67`,Dianxin_Gansu:`202.100.64.68`,Yidong_Gansu:`218.203.160.194`,Liantong_Gansu:`221.7.34.10`,Dianxin_Qinghai:`202.100.128.68`,Yidong_Qinghai:`211.138.75.123`,Liantong_Qinghai:`221.207.58.58`,Dianxin_Ningxia:`222.75.152.129`,Yidong_Ningxia:`218.203.123.116`,Liantong_Ningxia:`211.93.0.81`,Dianxin_Xinjiang:`61.128.114.166`,Yidong_Xinjiang:`218.202.152.130`,Liantong_Xinjiang:`221.7.1.21`,Jiaoyuwang:`202.112.144.30`},Bc={Abroad:`8.8.8.8`,AP:`210.130.0.1`,HK:`202.181.224.2`,MO:`202.175.3.3`,TW:`168.95.1.1`,JP:`210.130.0.1`,KR:`168.126.63.1`,SG:`165.21.83.88`,TH:`203.113.5.130`,MY:`49.236.193.35`,ID:`202.134.0.155`,PH:`121.58.203.4`,VN:`203.162.4.191`,IN:`117.254.160.1`,AE:`94.200.200.200`,TR:`195.175.39.39`,IL:`147.235.225.1`,OA:`139.130.4.5`,AU:`139.130.4.5`,NZ:`202.27.184.3`,EU:`194.150.168.168`,DE:`194.150.168.168`,GB:`158.43.128.1`,FR:`80.67.169.12`,NL:`193.176.144.22`,IT:`217.141.248.10`,ES:`195.235.113.3`,RU:`77.88.8.8`,PL:`194.204.159.1`,SE:`194.17.47.1`,CH:`195.186.1.111`,NA:`64.6.64.6`,US:`64.6.64.6`,CA:`149.112.121.10`,MX:`200.94.0.10`,LA:`200.221.11.101`,BR:`200.221.11.100`,AR:`200.49.130.47`,CL:`200.1.123.46`,AF:`196.216.2.1`,ZA:`169.239.128.40`,EG:`41.128.128.128`},Vc=(e,t)=>Rc(`https://1.12.12.12/resolve`,e,t,`A`,e=>/^\d+\.\d+\.\d+\.\d+$/.test(e)),Hc={Abroad:`2001:4860:4860::8888`,AP:`2001:240::1`,HK:`2403:2c80::1`,TW:`2001:b000:168::1`,JP:`2001:240::1`,KR:`2001:dc5:ad::1`,SG:`2406:3003:2006:1475::1`,IN:`2405:200:1000::1`,OA:`2001:44b8:1::1`,AU:`2001:44b8:1::1`,EU:`2a01:4f8:0:a0a1::add:9999`,DE:`2a01:4f8:0:a0a1::add:9999`,GB:`2a02:c7f:7e2e:6c00::1`,FR:`2001:910:800::12`,NL:`2a02:2770::21a:4aff:fec8:b0d`,RU:`2a02:6b8::feed:0ff`,SE:`2a01:3f0:0:301::1`,CH:`2a02:a90:0:10::11`,NA:`2620:74:1b::1:1`,US:`2620:74:1b::1:1`,CA:`2620:10a:80bb::10`,LA:`2001:12ff::1`,BR:`2804:10:10::10`,AF:`2c0f:fc89:8001::1`,ZA:`2001:4200:1::1`},Uc=(e,t)=>Rc(`https://dns.alidns.com/resolve`,e,t,`AAAA`,e=>e.includes(`:`));const Wc=(e,t=3)=>{let n={};for(let t of Object.values(e))for(let e of t)n[e]=(n[e]||0)+1;return Object.entries(n).sort((e,t)=>t[1]-e[1]).slice(0,t).map(([e])=>e)};var Gc=async e=>{let[t,n]=await Promise.all([Vc(e,zc),Uc(e,zc)]);return t.CN=Wc(t),n.CN=Wc(n),{v4:t,v6:n}},Kc={AP:new Set([`HK`,`MO`,`TW`,`JP`,`KR`,`SG`,`TH`,`MY`,`ID`,`PH`,`VN`,`IN`,`AE`,`TR`,`IL`]),OA:new Set([`AU`,`NZ`,`FJ`,`PG`]),EU:new Set([`DE`,`GB`,`FR`,`NL`,`IT`,`ES`,`RU`,`PL`,`SE`,`CH`,`AT`,`BE`,`CZ`,`DK`,`FI`,`GR`,`HU`,`IE`,`NO`,`PT`,`RO`,`UA`]),NA:new Set([`US`,`CA`,`MX`]),LA:new Set([`BR`,`AR`,`CL`,`CO`,`PE`,`VE`,`EC`,`BO`,`PY`,`UY`]),AF:new Set([`ZA`,`EG`,`NG`,`KE`,`MA`,`GH`,`TZ`,`ET`])};const qc=e=>{let t=e.default_view||[];if(!t.length)return e;let n=new Set(t),r={default_view:t},i={};for(let t of Object.keys(Kc))e[t]&&(i[t]=new Set(e[t]));for(let[t,a]of Object.entries(e)){if(t===`default_view`||Ic(a,n))continue;let e=!1;for(let[n,r]of Object.entries(Kc))if(r.has(t)&&i[n]&&Ic(a,i[n])){e=!0;break}e||(r[t]=a)}return r},Jc=e=>{let{Abroad:t,...n}=e;return t?{default_view:t,...n}:e};var Yc=async e=>{let[t,n]=await Promise.all([Vc(e,Jc(Bc)),Uc(e,Jc(Hc))]);return{v4:qc(t),v6:qc(n)}},Xc=m(Oc(),1),Zc=m(Ue(),1);const Qc=60,$c=`A`,el=`AAAA`,tl=`v4`,nl=`v6`,rl=`APIGW.0308`,il=e=>e.endsWith(`.`)?e:`${e}.`,al=(e,t,n)=>`${e}|${t}|${n}`,ol=e=>[...e].join(` `),sl=(e,t)=>{if(e.size!==t.size)return!1;for(let n of e)if(!t.has(n))return!1;return!0},cl=async e=>{for(;;)try{return await e()}catch(e){if(e?.errorCode===rl){console.warn(`限流,等待5秒后重试...`),await Ac(5e3);continue}throw e}},ll=(e,t)=>{let n={};for(let r of e)for(let[e,i]of Object.entries(r[t]))(n[e]||=[]).push(...i);for(let e of Object.keys(n))n[e]=[...new Set(n[e])];return n},ul=(e,t,n)=>({...ll(e,n),...ll(t,n)});var dl=([e,t,n,r])=>{let i=Xc.DnsClient.newBuilder().withCredential(new Zc.BasicCredentials().withAk(e).withSk(t).withProjectId(r)).withEndpoint(n).build(),a=async e=>{let t=new Xc.ListPublicZonesRequest;return t.name=e,(await i.listPublicZones(t)).zones||[]},o=async(e,t)=>{let n=[];for await(let r of kc(async n=>{let r=new Xc.ListRecordSetsWithLineRequest;return r.zoneId=e,r.name=t,r.searchMode=`equal`,r.limit=500,r.offset=(n-1)*500,(await i.listRecordSetsWithLine(r)).recordsets}))n.push(r);return n},s=(e,t,n,r,a)=>{let o=new Xc.CreateRecordSetWithLineRequest(e),s=new Xc.CreateRecordSetWithLineRequestBody(t,n);return s.line=r,s.ttl=Qc,s.records=[...a],o.body=s,i.createRecordSetWithLine(o)},c=(e,t,n)=>{let r=new Xc.UpdateRecordSetsRequest(e,t),a=new Xc.UpdateRecordSetsReq;return a.records=[...n],r.body=a,i.updateRecordSets(r)},l=(e,t)=>i.deleteRecordSets(new Xc.DeleteRecordSetsRequest(e,t));return async(e,t,n)=>{let r=il(e),i=r.split(`.`).slice(-3).join(`.`),u=await a(i);if(!u.length)return console.warn(`Zone not found: ${i}`);let d=u[0].id,[f,p]=await Promise.all([Promise.all(t.map(Gc)),Promise.all(n.map(Yc))]),m=new Map,h=new Map,g=(e,t,n,i,a)=>console.log(a?`${e} ${r} ${t} ${n}: ${i} → ${a}`:`${e} ${r} ${t} ${n}: ${i}`),_=async(e,t,n,i)=>e?sl(e.ips,i)?[0,0]:(g(`更新`,t,n,ol(e.ips),ol(i)),await cl(()=>c(d,e.id,i)),[0,1]):(g(`添加`,t,n,ol(i)),await cl(()=>s(d,r,t,n,i)),[1,0]);for(let[e,t]of[[$c,tl],[el,nl]])for(let[n,i]of Object.entries(ul(f,p,t)))i?.length&&m.set(al(r,e,n),{type:e,line:n,ips:new Set(i)});for(let e of await o(d,r))(e.type===$c||e.type===el)&&h.set(al(e.name,e.type,e.line),{id:e.id,ips:new Set(e.records||[])});let v=0,y=0,b=0,x=0,S=[...m].map(([e,{type:t,line:n,ips:r}])=>_(h.get(e),t,n,r));for(let[e,t]of await Promise.all(S))v+=e,y+=t,!e&&!t&&x++;for(let[e,{id:t,ips:n}]of h)if(!m.has(e)){let[,r,i]=e.split(`|`);g(`删除`,r,i,ol(n)),await cl(()=>l(d,t)),b++}return{add:v,upd:y,rm:b,same:x}}};export{dl as default};
43
+ `)}};exports.DerivedAKSKSigner=u,u.V_11_HMAC_SHA_256=`V11-HMAC-SHA256`}}),Ue=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/auth/BasicCredentials.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BasicCredentials=void 0;let t=O(),n=Fe(),r=v(),i=ze(),a=Be(),o=He();var s=class e{constructor(e){this.ak=e?.ak,this.sk=e?.sk,this.regionId=e?.regionId,this.derivedPredicate=e?.derivedPredicate,this.securityToken=e?.securityToken,this.projectId=e?.projectId,this.iamEndpoint=e?.iamEndpoint,this.derivedAuthServiceName=e?.derivedAuthServiceName}withAk(e){return this.ak=e,this}withSk(e){return this.sk=e,this}withDerivedPredicate(e){return this.derivedPredicate=e,this}withProjectId(e){return this.projectId=e,this}withSecurityToken(e){return this.securityToken=e,this}withIamEndpoint(e){return this.iamEndpoint=e,this}getAk(){return this.ak}getSk(){return this.sk}getRegionId(){return this.regionId}getDerivedAuthServiceName(){return this.derivedAuthServiceName}setProjectId(e){this.projectId=e}getPathParams(){let e={};return this.projectId&&Object.assign(e,{project_id:this.projectId}),e}async processAuthRequest(e){if(!this.ak)throw new n.RequiredError(`AK cannot be empty or undefined.`);if(!this.sk)throw new n.RequiredError(`SK cannot be empty or undefined.`);let i=new r.HttpRequestBuilder;i.addPathParams(this.getPathParams());let a=e.url;this.projectId&&(a=this.parsePath(a,this.getPathParams()),i.withUrl(a)),i.withEndpoint(`${e.endpoint}${a}`),this.projectId&&i.addHeaders(`X-Project-Id`,this.projectId),this.securityToken&&i.addHeaders(`X-Security-Token`,this.securityToken),(0,t.isJsonContentType)(e.headers)||i.addHeaders(`X-Sdk-Content-Sha256`,`UNSIGNED-PAYLOAD`),i.addAllHeaders(e.headers),Object.assign(e,i.build());let s=this.isDerivedAuth(e)?o.DerivedAKSKSigner.sign(e,this):n.AKSKSigner.sign(e,this);return i.addAllHeaders(s),Object.assign(e,i.build())}async processAuthParams(e,t){if(this.projectId)return this;let n=a.AuthCache.instance(),r=this.getAk()+t,o=n.getCache(r);if(o)return this.projectId=o,this;let s=await new i.IamService(e,this.iamEndpoint).getProjectId(t);return n.putCache(r,s),this.projectId=s,this}processDerivedAuthParams(e,t){e&&(this.derivedAuthServiceName=e),t&&(this.regionId=t)}parsePath(e,t){return!e||!t?e:Object.keys(t).reduce((e,n)=>{let r=encodeURIComponent(t[n]);return e.replace(RegExp(`{${n}}`),r)},e)}isDerivedAuth(e){return this.derivedPredicate?this.derivedPredicate(e):!1}static getDefaultDerivedPredicate(t){var n;let r=(n=new URL(t?.endpoint))?.hostname;return!e.DEFAULT_ENDPOINT_REG.test(r)}};exports.BasicCredentials=s,s.DEFAULT_ENDPOINT_REG=/^(?<firstDomainNameLetter>[a-z])(?<firstDomainName>[a-z0-9-]+)(?<middleDomainName>(\.[a-z]{2,}-[a-z]+-\d{1,2})?)(?<lastDomainName>\.(my)?(huaweicloud|myhwclouds)).(?<domainSuffix>(com|cn))$/}}),We=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/auth/GlobalCredentials.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.GlobalCredentials=void 0;let t=O(),n=Fe(),r=v(),i=ze(),a=Be();var o=class{constructor(e={}){this.ak=e?.ak,this.sk=e?.sk,this.securityToken=e?.securityToken,this.domainId=e?.domainId,this.iamEndpoint=e?.iamEndpoint}withAk(e){return this.ak=e,this}withSk(e){return this.sk=e,this}withDomainId(e){return this.domainId=e,this}withSecurityToken(e){return this.securityToken=e,this}withIamEndpoint(e){return this.iamEndpoint=e,this}getAk(){if(!this.ak)throw new n.RequiredError(`AK cannot be empty or undefined.`);return this.ak}getSk(){if(!this.sk)throw new n.RequiredError(`SK cannot be empty or undefined.`);return this.sk}setDomainId(e){this.domainId=e}getPathParams(){let e={};return this.domainId&&Object.assign(e,{domain_id:this.domainId}),e}async processAuthRequest(e){if(!this.ak)throw new n.RequiredError(`AK cannot be empty or undefined.`);if(!this.sk)throw new n.RequiredError(`SK cannot be empty or undefined.`);let i=new r.HttpRequestBuilder().addPathParams(this.getPathParams()),a=e.url;this.domainId&&(a=s(a,this.getPathParams()),i.withUrl(a).addHeaders(`X-Domain-Id`,this.domainId)),i.withEndpoint(`${e.endpoint}${a}`),this.securityToken&&i.addHeaders(`X-Security-Token`,this.securityToken),(0,t.isJsonContentType)(e.headers)||i.addHeaders(`X-Sdk-Content-Sha256`,`UNSIGNED-PAYLOAD`),i.addAllHeaders(e.headers),Object.assign(e,i.build());let o=n.AKSKSigner.sign(e,this);return i.addAllHeaders(o),Object.assign(e,i.build())}async processAuthParams(e){if(this.domainId)return this;let t=a.AuthCache.instance(),n=this.getAk();if(t.getCache(n))return this.domainId=t.getCache(n),this;let r=await new i.IamService(e,this.iamEndpoint).getDomainId();return t.putCache(n,r),this.domainId=r,this}};exports.GlobalCredentials=o;function s(e,t){if(!e||!t)return e||``;let n=(e,[t,n])=>{let r=encodeURIComponent(n);return e.replace(RegExp(`{${t}}`,`g`),r)};return Object.entries(t).reduce(n,e)}}}),Ge,Ke=u({"node_modules/uuid/dist/max.js"(){Ge=`ffffffff-ffff-ffff-ffff-ffffffffffff`}}),qe,Je=u({"node_modules/uuid/dist/nil.js"(){qe=`00000000-0000-0000-0000-000000000000`}}),Ye,Xe=u({"node_modules/uuid/dist/regex.js"(){Ye=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i}});function A(e){return typeof e==`string`&&Ye.test(e)}var Ze,Qe=u({"node_modules/uuid/dist/validate.js"(){Xe(),Ze=A}});function $e(e){if(!Ze(e))throw TypeError(`Invalid UUID`);let t;return Uint8Array.of((t=parseInt(e.slice(0,8),16))>>>24,t>>>16&255,t>>>8&255,t&255,(t=parseInt(e.slice(9,13),16))>>>8,t&255,(t=parseInt(e.slice(14,18),16))>>>8,t&255,(t=parseInt(e.slice(19,23),16))>>>8,t&255,(t=parseInt(e.slice(24,36),16))/1099511627776&255,t/4294967296&255,t>>>24&255,t>>>16&255,t>>>8&255,t&255)}var et,j=u({"node_modules/uuid/dist/parse.js"(){Qe(),et=$e}});function tt(e,t=0){return(nt[e[t+0]]+nt[e[t+1]]+nt[e[t+2]]+nt[e[t+3]]+`-`+nt[e[t+4]]+nt[e[t+5]]+`-`+nt[e[t+6]]+nt[e[t+7]]+`-`+nt[e[t+8]]+nt[e[t+9]]+`-`+nt[e[t+10]]+nt[e[t+11]]+nt[e[t+12]]+nt[e[t+13]]+nt[e[t+14]]+nt[e[t+15]]).toLowerCase()}function M(e,t=0){let n=tt(e,t);if(!Ze(n))throw TypeError(`Stringified UUID is invalid`);return n}var nt,rt,it=u({"node_modules/uuid/dist/stringify.js"(){Qe(),nt=[];for(let e=0;e<256;++e)nt.push((e+256).toString(16).slice(1));rt=M}});function at(){if(!N){if(typeof crypto>`u`||!crypto.getRandomValues)throw Error(`crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported`);N=crypto.getRandomValues.bind(crypto)}return N(ot)}var N,ot,st=u({"node_modules/uuid/dist/rng.js"(){ot=new Uint8Array(16)}});function ct(e,t,n){let r,i=e?._v6??!1;if(e){let t=Object.keys(e);t.length===1&&t[0]===`_v6`&&(e=void 0)}if(e)r=ut(e.random??e.rng?.()??at(),e.msecs,e.nsecs,e.clockseq,e.node,t,n);else{let e=Date.now(),a=at();lt(dt,e,a),r=ut(a,dt.msecs,dt.nsecs,i?void 0:dt.clockseq,i?void 0:dt.node,t,n)}return t??tt(r)}function lt(e,t,n){return e.msecs??=-1/0,e.nsecs??=0,t===e.msecs?(e.nsecs++,e.nsecs>=1e4&&(e.node=void 0,e.nsecs=0)):t>e.msecs?e.nsecs=0:t<e.msecs&&(e.node=void 0),e.node||(e.node=n.slice(10,16),e.node[0]|=1,e.clockseq=(n[8]<<8|n[9])&16383),e.msecs=t,e}function ut(e,t,n,r,i,a,o=0){if(e.length<16)throw Error(`Random bytes length must be >= 16`);if(!a)a=new Uint8Array(16),o=0;else if(o<0||o+16>a.length)throw RangeError(`UUID byte range ${o}:${o+15} is out of buffer bounds`);t??=Date.now(),n??=0,r??=(e[8]<<8|e[9])&16383,i??=e.slice(10,16),t+=122192928e5;let s=((t&268435455)*1e4+n)%4294967296;a[o++]=s>>>24&255,a[o++]=s>>>16&255,a[o++]=s>>>8&255,a[o++]=s&255;let c=t/4294967296*1e4&268435455;a[o++]=c>>>8&255,a[o++]=c&255,a[o++]=c>>>24&15|16,a[o++]=c>>>16&255,a[o++]=r>>>8|128,a[o++]=r&255;for(let e=0;e<6;++e)a[o++]=i[e];return a}var dt,ft,pt=u({"node_modules/uuid/dist/v1.js"(){st(),it(),dt={},ft=ct}});function mt(e){let t=typeof e==`string`?et(e):e,n=ht(t);return typeof e==`string`?tt(n):n}function ht(e){return Uint8Array.of((e[6]&15)<<4|e[7]>>4&15,(e[7]&15)<<4|(e[4]&240)>>4,(e[4]&15)<<4|(e[5]&240)>>4,(e[5]&15)<<4|(e[0]&240)>>4,(e[0]&15)<<4|(e[1]&240)>>4,(e[1]&15)<<4|(e[2]&240)>>4,96|e[2]&15,e[3],e[8],e[9],e[10],e[11],e[12],e[13],e[14],e[15])}var gt=u({"node_modules/uuid/dist/v1ToV6.js"(){j(),it()}});function _t(e){let t=xt(e),n=bt(t,e.length*8);return vt(n)}function vt(e){let t=new Uint8Array(e.length*4);for(let n=0;n<e.length*4;n++)t[n]=e[n>>2]>>>n%4*8&255;return t}function yt(e){return(e+64>>>9<<4)+14+1}function bt(e,t){let n=new Uint32Array(yt(t)).fill(0);n.set(e),n[t>>5]|=128<<t%32,n[n.length-1]=t,e=n;let r=1732584193,i=-271733879,a=-1732584194,o=271733878;for(let t=0;t<e.length;t+=16){let n=r,s=i,c=a,l=o;r=F(r,i,a,o,e[t],7,-680876936),o=F(o,r,i,a,e[t+1],12,-389564586),a=F(a,o,r,i,e[t+2],17,606105819),i=F(i,a,o,r,e[t+3],22,-1044525330),r=F(r,i,a,o,e[t+4],7,-176418897),o=F(o,r,i,a,e[t+5],12,1200080426),a=F(a,o,r,i,e[t+6],17,-1473231341),i=F(i,a,o,r,e[t+7],22,-45705983),r=F(r,i,a,o,e[t+8],7,1770035416),o=F(o,r,i,a,e[t+9],12,-1958414417),a=F(a,o,r,i,e[t+10],17,-42063),i=F(i,a,o,r,e[t+11],22,-1990404162),r=F(r,i,a,o,e[t+12],7,1804603682),o=F(o,r,i,a,e[t+13],12,-40341101),a=F(a,o,r,i,e[t+14],17,-1502002290),i=F(i,a,o,r,e[t+15],22,1236535329),r=wt(r,i,a,o,e[t+1],5,-165796510),o=wt(o,r,i,a,e[t+6],9,-1069501632),a=wt(a,o,r,i,e[t+11],14,643717713),i=wt(i,a,o,r,e[t],20,-373897302),r=wt(r,i,a,o,e[t+5],5,-701558691),o=wt(o,r,i,a,e[t+10],9,38016083),a=wt(a,o,r,i,e[t+15],14,-660478335),i=wt(i,a,o,r,e[t+4],20,-405537848),r=wt(r,i,a,o,e[t+9],5,568446438),o=wt(o,r,i,a,e[t+14],9,-1019803690),a=wt(a,o,r,i,e[t+3],14,-187363961),i=wt(i,a,o,r,e[t+8],20,1163531501),r=wt(r,i,a,o,e[t+13],5,-1444681467),o=wt(o,r,i,a,e[t+2],9,-51403784),a=wt(a,o,r,i,e[t+7],14,1735328473),i=wt(i,a,o,r,e[t+12],20,-1926607734),r=Tt(r,i,a,o,e[t+5],4,-378558),o=Tt(o,r,i,a,e[t+8],11,-2022574463),a=Tt(a,o,r,i,e[t+11],16,1839030562),i=Tt(i,a,o,r,e[t+14],23,-35309556),r=Tt(r,i,a,o,e[t+1],4,-1530992060),o=Tt(o,r,i,a,e[t+4],11,1272893353),a=Tt(a,o,r,i,e[t+7],16,-155497632),i=Tt(i,a,o,r,e[t+10],23,-1094730640),r=Tt(r,i,a,o,e[t+13],4,681279174),o=Tt(o,r,i,a,e[t],11,-358537222),a=Tt(a,o,r,i,e[t+3],16,-722521979),i=Tt(i,a,o,r,e[t+6],23,76029189),r=Tt(r,i,a,o,e[t+9],4,-640364487),o=Tt(o,r,i,a,e[t+12],11,-421815835),a=Tt(a,o,r,i,e[t+15],16,530742520),i=Tt(i,a,o,r,e[t+2],23,-995338651),r=Et(r,i,a,o,e[t],6,-198630844),o=Et(o,r,i,a,e[t+7],10,1126891415),a=Et(a,o,r,i,e[t+14],15,-1416354905),i=Et(i,a,o,r,e[t+5],21,-57434055),r=Et(r,i,a,o,e[t+12],6,1700485571),o=Et(o,r,i,a,e[t+3],10,-1894986606),a=Et(a,o,r,i,e[t+10],15,-1051523),i=Et(i,a,o,r,e[t+1],21,-2054922799),r=Et(r,i,a,o,e[t+8],6,1873313359),o=Et(o,r,i,a,e[t+15],10,-30611744),a=Et(a,o,r,i,e[t+6],15,-1560198380),i=Et(i,a,o,r,e[t+13],21,1309151649),r=Et(r,i,a,o,e[t+4],6,-145523070),o=Et(o,r,i,a,e[t+11],10,-1120210379),a=Et(a,o,r,i,e[t+2],15,718787259),i=Et(i,a,o,r,e[t+9],21,-343485551),r=P(r,n),i=P(i,s),a=P(a,c),o=P(o,l)}return Uint32Array.of(r,i,a,o)}function xt(e){if(e.length===0)return new Uint32Array;let t=new Uint32Array(yt(e.length*8)).fill(0);for(let n=0;n<e.length;n++)t[n>>2]|=(e[n]&255)<<n%4*8;return t}function P(e,t){let n=(e&65535)+(t&65535),r=(e>>16)+(t>>16)+(n>>16);return r<<16|n&65535}function St(e,t){return e<<t|e>>>32-t}function Ct(e,t,n,r,i,a){return P(St(P(P(t,e),P(r,a)),i),n)}function F(e,t,n,r,i,a,o){return Ct(t&n|~t&r,e,t,i,a,o)}function wt(e,t,n,r,i,a,o){return Ct(t&r|n&~r,e,t,i,a,o)}function Tt(e,t,n,r,i,a,o){return Ct(t^n^r,e,t,i,a,o)}function Et(e,t,n,r,i,a,o){return Ct(n^(t|~r),e,t,i,a,o)}var Dt,Ot=u({"node_modules/uuid/dist/md5.js"(){Dt=_t}});function I(e){e=unescape(encodeURIComponent(e));let t=new Uint8Array(e.length);for(let n=0;n<e.length;++n)t[n]=e.charCodeAt(n);return t}function L(e,t,n,r,i,a){let o=typeof n==`string`?I(n):n,s=typeof r==`string`?et(r):r;if(typeof r==`string`&&(r=et(r)),r?.length!==16)throw TypeError(`Namespace must be array-like (16 iterable integer values, 0-255)`);let c=new Uint8Array(16+o.length);if(c.set(s),c.set(o,s.length),c=t(c),c[6]=c[6]&15|e,c[8]=c[8]&63|128,i){a||=0;for(let e=0;e<16;++e)i[a+e]=c[e];return i}return tt(c)}var kt,At,jt=u({"node_modules/uuid/dist/v35.js"(){j(),it(),kt=`6ba7b810-9dad-11d1-80b4-00c04fd430c8`,At=`6ba7b811-9dad-11d1-80b4-00c04fd430c8`}});function Mt(e,t,n,r){return L(48,Dt,e,t,n,r)}var Nt,Pt=u({"node_modules/uuid/dist/v3.js"(){Ot(),jt(),Mt.DNS=kt,Mt.URL=At,Nt=Mt}}),Ft,It,Lt=u({"node_modules/uuid/dist/native.js"(){Ft=typeof crypto<`u`&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),It={randomUUID:Ft}}});function Rt(e,t,n){e||={};let r=e.random??e.rng?.()??at();if(r.length<16)throw Error(`Random bytes length must be >= 16`);if(r[6]=r[6]&15|64,r[8]=r[8]&63|128,t){if(n||=0,n<0||n+16>t.length)throw RangeError(`UUID byte range ${n}:${n+15} is out of buffer bounds`);for(let e=0;e<16;++e)t[n+e]=r[e];return t}return tt(r)}function zt(e,t,n){return It.randomUUID&&!t&&!e?It.randomUUID():Rt(e,t,n)}var Bt,Vt=u({"node_modules/uuid/dist/v4.js"(){Lt(),st(),it(),Bt=zt}});function Ht(e,t,n,r){switch(e){case 0:return t&n^~t&r;case 1:return t^n^r;case 2:return t&n^t&r^n&r;case 3:return t^n^r}}function Ut(e,t){return e<<t|e>>>32-t}function Wt(e){let t=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520],r=new Uint8Array(e.length+1);r.set(e),r[e.length]=128,e=r;let i=e.length/4+2,a=Math.ceil(i/16),o=Array(a);for(let t=0;t<a;++t){let n=new Uint32Array(16);for(let r=0;r<16;++r)n[r]=e[t*64+r*4]<<24|e[t*64+r*4+1]<<16|e[t*64+r*4+2]<<8|e[t*64+r*4+3];o[t]=n}o[a-1][14]=(e.length-1)*8/2**32,o[a-1][14]=Math.floor(o[a-1][14]),o[a-1][15]=(e.length-1)*8&4294967295;for(let e=0;e<a;++e){let r=new Uint32Array(80);for(let t=0;t<16;++t)r[t]=o[e][t];for(let e=16;e<80;++e)r[e]=Ut(r[e-3]^r[e-8]^r[e-14]^r[e-16],1);let i=n[0],a=n[1],s=n[2],c=n[3],l=n[4];for(let e=0;e<80;++e){let n=Math.floor(e/20),o=Ut(i,5)+Ht(n,a,s,c)+l+t[n]+r[e]>>>0;l=c,c=s,s=Ut(a,30)>>>0,a=i,i=o}n[0]=n[0]+i>>>0,n[1]=n[1]+a>>>0,n[2]=n[2]+s>>>0,n[3]=n[3]+c>>>0,n[4]=n[4]+l>>>0}return Uint8Array.of(n[0]>>24,n[0]>>16,n[0]>>8,n[0],n[1]>>24,n[1]>>16,n[1]>>8,n[1],n[2]>>24,n[2]>>16,n[2]>>8,n[2],n[3]>>24,n[3]>>16,n[3]>>8,n[3],n[4]>>24,n[4]>>16,n[4]>>8,n[4])}var Gt,Kt=u({"node_modules/uuid/dist/sha1.js"(){Gt=Wt}});function qt(e,t,n,r){return L(80,Gt,e,t,n,r)}var Jt,Yt=u({"node_modules/uuid/dist/v5.js"(){Kt(),jt(),qt.DNS=kt,qt.URL=At,Jt=qt}});function Xt(e,t,n){e??={},n??=0;let r=ft({...e,_v6:!0},new Uint8Array(16));if(r=mt(r),t){for(let e=0;e<16;e++)t[n+e]=r[e];return t}return tt(r)}var Zt,Qt=u({"node_modules/uuid/dist/v6.js"(){it(),pt(),gt(),Zt=Xt}});function $t(e){let t=typeof e==`string`?et(e):e,n=en(t);return typeof e==`string`?tt(n):n}function en(e){return Uint8Array.of((e[3]&15)<<4|e[4]>>4&15,(e[4]&15)<<4|(e[5]&240)>>4,(e[5]&15)<<4|e[6]&15,e[7],(e[1]&15)<<4|(e[2]&240)>>4,(e[2]&15)<<4|(e[3]&240)>>4,16|(e[0]&240)>>4,(e[0]&15)<<4|(e[1]&240)>>4,e[8],e[9],e[10],e[11],e[12],e[13],e[14],e[15])}var tn=u({"node_modules/uuid/dist/v6ToV1.js"(){j(),it()}});function nn(e,t,n){let r;if(e)r=an(e.random??e.rng?.()??at(),e.msecs,e.seq,t,n);else{let e=Date.now(),i=at();rn(on,e,i),r=an(i,on.msecs,on.seq,t,n)}return t??tt(r)}function rn(e,t,n){return e.msecs??=-1/0,e.seq??=0,t>e.msecs?(e.seq=n[6]<<23|n[7]<<16|n[8]<<8|n[9],e.msecs=t):(e.seq=e.seq+1|0,e.seq===0&&e.msecs++),e}function an(e,t,n,r,i=0){if(e.length<16)throw Error(`Random bytes length must be >= 16`);if(!r)r=new Uint8Array(16),i=0;else if(i<0||i+16>r.length)throw RangeError(`UUID byte range ${i}:${i+15} is out of buffer bounds`);return t??=Date.now(),n??=e[6]*127<<24|e[7]<<16|e[8]<<8|e[9],r[i++]=t/1099511627776&255,r[i++]=t/4294967296&255,r[i++]=t/16777216&255,r[i++]=t/65536&255,r[i++]=t/256&255,r[i++]=t&255,r[i++]=112|n>>>28&15,r[i++]=n>>>20&255,r[i++]=128|n>>>14&63,r[i++]=n>>>6&255,r[i++]=n<<2&255|e[10]&3,r[i++]=e[11],r[i++]=e[12],r[i++]=e[13],r[i++]=e[14],r[i++]=e[15],r}var on,sn,cn=u({"node_modules/uuid/dist/v7.js"(){st(),it(),on={},sn=nn}});function ln(e){if(!Ze(e))throw TypeError(`Invalid UUID`);return parseInt(e.slice(14,15),16)}var un,R=u({"node_modules/uuid/dist/version.js"(){Qe(),un=ln}}),z={};f(z,{MAX:()=>Ge,NIL:()=>qe,parse:()=>et,stringify:()=>rt,v1:()=>ft,v1ToV6:()=>mt,v3:()=>Nt,v4:()=>Bt,v5:()=>Jt,v6:()=>Zt,v6ToV1:()=>$t,v7:()=>sn,validate:()=>Ze,version:()=>un});var dn=u({"node_modules/uuid/dist/index.js"(){Ke(),Je(),j(),it(),pt(),gt(),Pt(),Vt(),Yt(),Qt(),tn(),cn(),Qe(),R()}}),fn=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/http/DefaultUserAgent.js"(exports){var t=Object.create?function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]},n=Object.create?function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}:function(e,t){e.default=t},r=function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i in e)i!==`default`&&Object.prototype.hasOwnProperty.call(e,i)&&t(r,e,i);return n(r,e),r};Object.defineProperty(exports,`__esModule`,{value:!0}),exports.generateDefaultUsageAgent=void 0;let i=(dn(),h(z)),a=Re(),o=r(g(`fs`)),s=r(g(`path`)),c=r(g(`os`)),l=`application_id`,u=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/,d=()=>{let e=c.arch(),t=c.platform(),n=c.release(),r=process.version||``,i=process.env.LANG?process.env.LANG.split(`.`)[0]:``;return`os/${t}#${n}#${e} nodejs/${r} meta/${i}`},f=e=>{let t=c.homedir(),n=s.join(t,a.Constants.DEFAULT_PROFILE_DIR_NAME);o.existsSync(n)||o.mkdirSync(n,{recursive:!0});let r=(0,i.v4)();return o.writeFileSync(e,r),r},p=()=>{try{let e=c.homedir(),t=s.join(e,a.Constants.DEFAULT_PROFILE_DIR_NAME,l);if(o.existsSync(t)){let e=o.readFileSync(t,`utf8`).trim();if(u.test(e))return`app/${e}`}let n=f(t);return`app/${n}`}catch{return``}},m=e=>{let t=d(),n=p();return[e,t,n].join(`; `)};exports.generateDefaultUsageAgent=m}}),pn=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/ClientBuilder.js"(exports){var t=Object.create?function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]},n=Object.create?function(e,t){Object.defineProperty(e,`default`,{enumerable:!0,value:t})}:function(e,t){e.default=t},r=function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i in e)i!==`default`&&Object.prototype.hasOwnProperty.call(e,i)&&t(r,e,i);return n(r,e),r};Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ClientBuilder=void 0;let i=D(),a=Ie(),o=Ue(),s=We(),c=y(),l=r(g(`path`)),u=fn();var d=class{constructor(e,t){this.credentialType=[`BasicCredentials`,`GlobalCredentials`],this.envParams=process.env,this.credentials={},this.init=e,t&&(this.credentialType=t.split(`,`))}withEndpoint(e){return this.endpoints=[],typeof e==`string`?this.endpoints.push(e):Array.isArray(e)&&this.endpoints.push(...e),this}withCredential(e){return this.credential=e,this}withProxyAgent(e){return this.proxyAgent=e,this}withRegion(e){return this.region=e,this}withOptions(e){return this.userOptions=e,this}withDerivedAuthServiceName(e){return this.derivedAuthServiceName=e,this}build(){var e,t,n,r,s,l;let u={disableSslVerification:!0};if(this.proxyAgent&&Object.assign(u,{proxy:this.proxyAgent}),(e=this.userOptions)?.axiosRequestConfig&&((r=(n=(t=this.userOptions)?.axiosRequestConfig)?.headers)?.[`User-Agent`]&&(this.userOptions.axiosRequestConfig.headers[`User-Agent`]=this.getDefaultUsageAgent(this.userOptions.axiosRequestConfig.headers[`User-Agent`])),u.axiosRequestConfig=this.userOptions.axiosRequestConfig),u.headers||={},u.headers[`User-Agent`]=this.getDefaultUsageAgent((s=this===null||this===void 0?void 0:this.userOptions)?.customUserAgent),this.credential||=this.getCredentialFromEnvironment(),!this.credential)throw new c.SdkException(`credential can not be null, ${this.credentialType}Credential objects are required`);this.region&&(this.endpoints=this.region.endpoints);let d=new a.DefaultHttpClient(u,this.endpoints),f=new i.HcClient(d);return this.region&&f.withRegion(this.region),this.derivedAuthServiceName&&this.credential instanceof o.BasicCredentials&&this.credential.processDerivedAuthParams(this.derivedAuthServiceName,(l=this.region)?.id),f.withCredential(this.credential).withEndpoints(this.endpoints),this.init(f)}getCredentialFromEnvironment(){let e=process.env.HUAWEICLOUD_SDK_TYPE,t=this.whichCredential(e);return this.getInputParamCredential(t,this.envParams)}whichCredential(e){if(!e)return new o.BasicCredentials;switch(e){case`BasicCredentials`:return new o.BasicCredentials;case`GlobalCredentials`:return new s.GlobalCredentials;default:{if(this.credentials[e])return this.credentials[e];let t=l.join(this.init().getPath(),`${e}`),n=g(t);return this.credentials[e]=new n,this.credentials[e]}}}getInputParamCredential(e,t){let n=Object.keys(t).filter(e=>e.indexOf(`HUAWEICLOUD_SDK_`)===0).reduce((e,n)=>{let r=n.substring(16);return r.indexOf(`_`)===-1?r=`with${r.toLowerCase().replace(/^\w/,e=>e.toUpperCase())}`:(r=r.split(`_`).map(e=>`${e.toLowerCase().replace(/^\w/,e=>e.toUpperCase())}`).join(``),r=`with${r}`),e[r]=t[n],e},{});return Object.keys(n).forEach(t=>{e[t]&&e[t](n[t])}),e}getDefaultUsageAgent(e){let t=`huaweicloud-usdk-nodejs/3.0`;return e&&typeof e==`string`?`${t}; ${e}`:(0,u.generateDefaultUsageAgent)(t)}};exports.ClientBuilder=d}}),mn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateEndpointIpaddressRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateEndpointIpaddressRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withBody(e){return this.body=e,this}};exports.AssociateEndpointIpaddressRequest=t}}),hn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverQueryLogConfigRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}withBody(e){return this.body=e,this}};exports.AssociateResolverQueryLogConfigRequest=t}}),gn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverRuleRouterRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverRuleRouterRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}withBody(e){return this.body=e,this}};exports.AssociateResolverRuleRouterRequest=t}}),_n=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateRouterRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateRouterRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.AssociateRouterRequest=t}}),vn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateCombinedPublicRecordsetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateCombinedPublicRecordsetsTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchCreateCombinedPublicRecordsetsTaskRequest=t}}),yn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicRecordsetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicRecordsetsTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchCreatePublicRecordsetsTaskRequest=t}}),bn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicZonesTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicZonesTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchCreatePublicZonesTaskRequest=t}}),xn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetsTaskRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.BatchCreateRecordSetsTaskRequest=t}}),B=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateTagRequest=void 0;var t=class{constructor(e,t){this.resource_type=e,this.resource_id=t}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}withBody(e){return this.body=e,this}};exports.BatchCreateTagRequest=t}}),V=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePtrRecordsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePtrRecordsRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchDeletePtrRecordsRequest=t}}),Sn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePublicRecordsetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePublicRecordsetsTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchDeletePublicRecordsetsTaskRequest=t}}),Cn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetWithLineRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.BatchDeleteRecordSetWithLineRequest=t}}),wn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetsRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchDeleteRecordSetsRequest=t}}),Tn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteZonesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteZonesRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchDeleteZonesRequest=t}}),En=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetRecordSetsStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetRecordSetsStatusRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchSetRecordSetsStatusRequest=t}}),Dn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetZonesStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetZonesStatusRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchSetZonesStatusRequest=t}}),On=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchTransferPublicZonesTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchTransferPublicZonesTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchTransferPublicZonesTaskRequest=t}}),kn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsTaskRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.BatchUpdatePublicRecordsetsTaskRequest=t}}),An=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdateRecordSetWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdateRecordSetWithLineRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.BatchUpdateRecordSetWithLineRequest=t}}),jn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateAuthorizeTxtRecordRequest=t}}),Mn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordVerificationRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordVerificationRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.CreateAuthorizeTxtRecordVerificationRequest=t}}),Nn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateCustomLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateCustomLineRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateCustomLineRequest=t}}),Pn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEipRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEipRecordSetRequest=void 0;var t=class{constructor(e,t){this.region=e,this.floatingip_id=t}withRegion(e){return this.region=e,this}withFloatingipId(e){return this.floatingip_id=e,this}set floatingipId(e){this.floatingip_id=e}get floatingipId(){return this.floatingip_id}withBody(e){return this.body=e,this}};exports.CreateEipRecordSetRequest=t}}),Fn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEndpointRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEndpointRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateEndpointRequest=t}}),In=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateLineGroupRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateLineGroupRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateLineGroupRequest=t}}),H=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePrivateZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePrivateZoneRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreatePrivateZoneRequest=t}}),Ln=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePtrRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePtrRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreatePtrRequest=t}}),Rn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePublicZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePublicZoneRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreatePublicZoneRequest=t}}),zn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.CreateRecordSetRequest=t}}),Bn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithBatchLinesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithBatchLinesRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.CreateRecordSetWithBatchLinesRequest=t}}),Vn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithLineRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.CreateRecordSetWithLineRequest=t}}),Hn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverQueryLogConfigRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateResolverQueryLogConfigRequest=t}}),Un=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverRuleRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverRuleRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateResolverRuleRequest=t}}),Wn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalRequest=void 0;var t=class{constructor(){}withBody(e){return this.body=e,this}};exports.CreateRetrievalRequest=t}}),Gn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalVerificationRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalVerificationRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.CreateRetrievalVerificationRequest=t}}),Kn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateTagRequest=void 0;var t=class{constructor(e,t){this.resource_type=e,this.resource_id=t}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}withBody(e){return this.body=e,this}};exports.CreateTagRequest=t}}),qn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteBatchCreateRecordSetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteBatchCreateRecordSetsTaskRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.DeleteBatchCreateRecordSetsTaskRequest=t}}),Jn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteCustomLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteCustomLineRequest=void 0;var t=class{constructor(e){this.line_id=e}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}};exports.DeleteCustomLineRequest=t}}),Yn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteEndpointRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteEndpointRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}};exports.DeleteEndpointRequest=t}}),Xn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteLineGroupRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteLineGroupRequest=void 0;var t=class{constructor(e){this.linegroup_id=e}withLinegroupId(e){return this.linegroup_id=e,this}set linegroupId(e){this.linegroup_id=e}get linegroupId(){return this.linegroup_id}};exports.DeleteLineGroupRequest=t}}),Zn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePrivateZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePrivateZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.DeletePrivateZoneRequest=t}}),Qn=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePtrRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePtrRequest=void 0;var t=class{constructor(e){this.ptr_id=e}withPtrId(e){return this.ptr_id=e,this}set ptrId(e){this.ptr_id=e}get ptrId(){return this.ptr_id}};exports.DeletePtrRequest=t}}),$n=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePublicZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePublicZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.DeletePublicZoneRequest=t}}),er=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteRecordSetRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}};exports.DeleteRecordSetRequest=t}}),tr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteRecordSetsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteRecordSetsRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}};exports.DeleteRecordSetsRequest=t}}),nr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteResolverQueryLogConfigRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.DeleteResolverQueryLogConfigRequest=t}}),rr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteResolverRuleRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteResolverRuleRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}};exports.DeleteResolverRuleRequest=t}}),ir=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteTagRequest=void 0;var t=class{constructor(e,t,n){this.resource_type=e,this.resource_id=t,this.key=n}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}withKey(e){return this.key=e,this}};exports.DeleteTagRequest=t}}),ar=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisableDnssecConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisableDnssecConfigRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.DisableDnssecConfigRequest=t}}),or=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateEndpointIpaddressRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateEndpointIpaddressRequest=void 0;var t=class{constructor(e,t){this.endpoint_id=e,this.ipaddress_id=t}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withIpaddressId(e){return this.ipaddress_id=e,this}set ipaddressId(e){this.ipaddress_id=e}get ipaddressId(){return this.ipaddress_id}};exports.DisassociateEndpointIpaddressRequest=t}}),sr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateResolverQueryLogConfigRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}withBody(e){return this.body=e,this}};exports.DisassociateResolverQueryLogConfigRequest=t}}),cr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateResolverRuleRouterRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateResolverRuleRouterRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}withBody(e){return this.body=e,this}};exports.DisassociateResolverRuleRouterRequest=t}}),lr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateRouterRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateRouterRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.DisassociateRouterRequest=t}}),ur=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/EnableDnssecConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.EnableDnssecConfigRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.EnableDnssecConfigRequest=t}}),dr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListBatchOperationTasksRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListBatchOperationTasksRequest=void 0;var t=class{constructor(){}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListBatchOperationTasksRequest=t}}),fr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListCustomLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListCustomLineRequest=void 0;var t=class{constructor(){}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withShowDetail(e){return this.show_detail=e,this}set showDetail(e){this.show_detail=e}get showDetail(){return this.show_detail}withStatus(e){return this.status=e,this}withIp(e){return this.ip=e,this}};exports.ListCustomLineRequest=t}}),pr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointIpaddressesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointIpaddressesRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}};exports.ListEndpointIpaddressesRequest=t}}),mr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointVpcsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointVpcsRequest=void 0;var t=class{constructor(){}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}};exports.ListEndpointVpcsRequest=t}}),hr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointsRequest=void 0;var t=class{constructor(e){this.direction=e}withDirection(e){return this.direction=e,this}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}withName(e){return this.name=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListEndpointsRequest=t}}),gr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListLineGroupsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListLineGroupsRequest=void 0;var t=class{constructor(){}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListLineGroupsRequest=t}}),_r=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListNameServersRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListNameServersRequest=void 0;var t=class{constructor(){}withType(e){return this.type=e,this}withRegion(e){return this.region=e,this}};exports.ListNameServersRequest=t}}),vr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPrivateZonesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPrivateZonesRequest=void 0;var t=class{constructor(e){this.type=e}withType(e){return this.type=e,this}withLimit(e){return this.limit=e,this}withMarker(e){return this.marker=e,this}withOffset(e){return this.offset=e,this}withTags(e){return this.tags=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withStatus(e){return this.status=e,this}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}};exports.ListPrivateZonesRequest=t}}),yr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrRecordsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrRecordsRequest=void 0;var t=class{constructor(){}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}};exports.ListPtrRecordsRequest=t}}),br=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrsRequest=void 0;var t=class{constructor(){}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}};exports.ListPtrsRequest=t}}),xr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPublicZoneLinesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPublicZoneLinesRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListPublicZoneLinesRequest=t}}),Sr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPublicZonesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPublicZonesRequest=void 0;var t=class{constructor(){}withType(e){return this.type=e,this}withLimit(e){return this.limit=e,this}withMarker(e){return this.marker=e,this}withOffset(e){return this.offset=e,this}withTags(e){return this.tags=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withStatus(e){return this.status=e,this}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ListPublicZonesRequest=t}}),Cr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsByZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsByZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withType(e){return this.type=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}};exports.ListRecordSetsByZoneRequest=t}}),wr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsRequest=void 0;var t=class{constructor(){}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withMarker(e){return this.marker=e,this}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withType(e){return this.type=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withRecords(e){return this.records=e,this}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}};exports.ListRecordSetsRequest=t}}),Tr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsWithLineRequest=void 0;var t=class{constructor(){}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withType(e){return this.type=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withRecords(e){return this.records=e,this}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}};exports.ListRecordSetsWithLineRequest=t}}),Er=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverQueryLogConfigsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverQueryLogConfigsRequest=void 0;var t=class{constructor(){}withLimit(e){return this.limit=e,this}withMarker(e){return this.marker=e,this}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}};exports.ListResolverQueryLogConfigsRequest=t}}),Dr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverRulesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverRulesRequest=void 0;var t=class{constructor(){}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withName(e){return this.name=e,this}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withId(e){return this.id=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withMarker(e){return this.marker=e,this}};exports.ListResolverRulesRequest=t}}),Or=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListSystemLinesRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListSystemLinesRequest=void 0;var t=class{constructor(){}withLocale(e){return this.locale=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ListSystemLinesRequest=t}}),kr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagRequest=void 0;var t=class{constructor(e){this.resource_type=e}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withBody(e){return this.body=e,this}};exports.ListTagRequest=t}}),Ar=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagsRequest=void 0;var t=class{constructor(e){this.resource_type=e}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}};exports.ListTagsRequest=t}}),jr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RestorePtrRecordRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RestorePtrRecordRequest=void 0;var t=class{constructor(e,t){this.region=e,this.floatingip_id=t}withRegion(e){return this.region=e,this}withFloatingipId(e){return this.floatingip_id=e,this}set floatingipId(e){this.floatingip_id=e}get floatingipId(){return this.floatingip_id}withBody(e){return this.body=e,this}};exports.RestorePtrRecordRequest=t}}),Mr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetPrivateZoneProxyPatternRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetPrivateZoneProxyPatternRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.SetPrivateZoneProxyPatternRequest=t}}),Nr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetRecordSetsStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetRecordSetsStatusRequest=void 0;var t=class{constructor(e){this.recordset_id=e}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}withBody(e){return this.body=e,this}};exports.SetRecordSetsStatusRequest=t}}),U=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowApiInfoRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowApiInfoRequest=void 0;var t=class{constructor(e){this.version=e}withVersion(e){return this.version=e,this}};exports.ShowApiInfoRequest=t}}),Pr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowAuthorizeTxtRecordRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowAuthorizeTxtRecordRequest=void 0;var t=class{constructor(e){this.zone_name=e}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}};exports.ShowAuthorizeTxtRecordRequest=t}}),Fr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchCreateRecordSetsTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchCreateRecordSetsTaskRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withErrorItemLimit(e){return this.error_item_limit=e,this}set errorItemLimit(e){this.error_item_limit=e}get errorItemLimit(){return this.error_item_limit}withErrorItemOffset(e){return this.error_item_offset=e,this}set errorItemOffset(e){this.error_item_offset=e}get errorItemOffset(){return this.error_item_offset}};exports.ShowBatchCreateRecordSetsTaskRequest=t}}),Ir=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchOperationTaskRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchOperationTaskRequest=void 0;var t=class{constructor(e){this.task_id=e}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}withErrorItemLimit(e){return this.error_item_limit=e,this}set errorItemLimit(e){this.error_item_limit=e}get errorItemLimit(){return this.error_item_limit}withErrorItemOffset(e){return this.error_item_offset=e,this}set errorItemOffset(e){this.error_item_offset=e}get errorItemOffset(){return this.error_item_offset}};exports.ShowBatchOperationTaskRequest=t}}),W=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDnssecConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDnssecConfigRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowDnssecConfigRequest=t}}),Lr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDomainDetectionRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDomainDetectionRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.domain_name=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withType(e){return this.type=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}};exports.ShowDomainDetectionRequest=t}}),Rr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDomainQuotaRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDomainQuotaRequest=void 0;var t=class{constructor(e){this.domain_id=e}withDomainId(e){return this.domain_id=e,this}set domainId(e){this.domain_id=e}get domainId(){return this.domain_id}};exports.ShowDomainQuotaRequest=t}}),zr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowEmailRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowEmailRecordSetRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ShowEmailRecordSetRequest=t}}),Br=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowEndpointRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowEndpointRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}};exports.ShowEndpointRequest=t}}),Vr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowLineGroupRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowLineGroupRequest=void 0;var t=class{constructor(e){this.linegroup_id=e}withLinegroupId(e){return this.linegroup_id=e,this}set linegroupId(e){this.linegroup_id=e}get linegroupId(){return this.linegroup_id}};exports.ShowLineGroupRequest=t}}),Hr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPrivateZoneNameServerRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPrivateZoneNameServerRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowPrivateZoneNameServerRequest=t}}),Ur=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPrivateZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPrivateZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowPrivateZoneRequest=t}}),Wr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPtrRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPtrRecordSetRequest=void 0;var t=class{constructor(e,t){this.region=e,this.floatingip_id=t}withRegion(e){return this.region=e,this}withFloatingipId(e){return this.floatingip_id=e,this}set floatingipId(e){this.floatingip_id=e}get floatingipId(){return this.floatingip_id}};exports.ShowPtrRecordSetRequest=t}}),Gr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPtrRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPtrRequest=void 0;var t=class{constructor(e){this.ptr_id=e}withPtrId(e){return this.ptr_id=e,this}set ptrId(e){this.ptr_id=e}get ptrId(){return this.ptr_id}};exports.ShowPtrRequest=t}}),Kr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPublicZoneNameServerRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPublicZoneNameServerRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowPublicZoneNameServerRequest=t}}),qr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPublicZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPublicZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}};exports.ShowPublicZoneRequest=t}}),Jr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetByZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetByZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withMarker(e){return this.marker=e,this}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withTags(e){return this.tags=e,this}withStatus(e){return this.status=e,this}withType(e){return this.type=e,this}withName(e){return this.name=e,this}withId(e){return this.id=e,this}withSortKey(e){return this.sort_key=e,this}set sortKey(e){this.sort_key=e}get sortKey(){return this.sort_key}withSortDir(e){return this.sort_dir=e,this}set sortDir(e){this.sort_dir=e}get sortDir(){return this.sort_dir}withSearchMode(e){return this.search_mode=e,this}set searchMode(e){this.search_mode=e}get searchMode(){return this.search_mode}};exports.ShowRecordSetByZoneRequest=t}}),Yr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}};exports.ShowRecordSetRequest=t}}),Xr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetWithLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetWithLineRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}};exports.ShowRecordSetWithLineRequest=t}}),Zr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverQueryLogConfigRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverQueryLogConfigRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.ShowResolverQueryLogConfigRequest=t}}),Qr=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverRuleRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverRuleRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}};exports.ShowResolverRuleRequest=t}}),$r=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResourceTagRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResourceTagRequest=void 0;var t=class{constructor(e,t){this.resource_type=e,this.resource_id=t}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}};exports.ShowResourceTagRequest=t}}),ei=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRetrievalRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRetrievalRequest=void 0;var t=class{constructor(e){this.name=e}withName(e){return this.name=e,this}};exports.ShowRetrievalRequest=t}}),ti=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRetrievalVerificationRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRetrievalVerificationRequest=void 0;var t=class{constructor(e){this.id=e}withId(e){return this.id=e,this}};exports.ShowRetrievalVerificationRequest=t}}),ni=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowWebsiteRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowWebsiteRecordSetRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}};exports.ShowWebsiteRecordSetRequest=t}}),ri=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowZoneNameServerRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowZoneNameServerRequest=void 0;var t=class{constructor(e){this.domain_name=e}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}};exports.ShowZoneNameServerRequest=t}}),ii=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateCustomLineRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateCustomLineRequest=void 0;var t=class{constructor(e){this.line_id=e}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withBody(e){return this.body=e,this}};exports.UpdateCustomLineRequest=t}}),ai=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateEndpointRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateEndpointRequest=void 0;var t=class{constructor(e){this.endpoint_id=e}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withBody(e){return this.body=e,this}};exports.UpdateEndpointRequest=t}}),oi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateLineGroupsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateLineGroupsRequest=void 0;var t=class{constructor(e){this.linegroup_id=e}withLinegroupId(e){return this.linegroup_id=e,this}set linegroupId(e){this.linegroup_id=e}get linegroupId(){return this.linegroup_id}withBody(e){return this.body=e,this}};exports.UpdateLineGroupsRequest=t}}),si=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.UpdatePrivateZoneRequest=t}}),ci=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneStatusRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.UpdatePrivateZoneStatusRequest=t}}),li=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrRecordRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrRecordRequest=void 0;var t=class{constructor(e,t){this.region=e,this.floatingip_id=t}withRegion(e){return this.region=e,this}withFloatingipId(e){return this.floatingip_id=e,this}set floatingipId(e){this.floatingip_id=e}get floatingipId(){return this.floatingip_id}withBody(e){return this.body=e,this}};exports.UpdatePtrRecordRequest=t}}),ui=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrRequest=void 0;var t=class{constructor(e){this.ptr_id=e}withPtrId(e){return this.ptr_id=e,this}set ptrId(e){this.ptr_id=e}get ptrId(){return this.ptr_id}withBody(e){return this.body=e,this}};exports.UpdatePtrRequest=t}}),di=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.UpdatePublicZoneRequest=t}}),fi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneStatusRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneStatusRequest=void 0;var t=class{constructor(e){this.zone_id=e}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withBody(e){return this.body=e,this}};exports.UpdatePublicZoneStatusRequest=t}}),pi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}withBody(e){return this.body=e,this}};exports.UpdateRecordSetRequest=t}}),mi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetsRequest=void 0;var t=class{constructor(e,t){this.zone_id=e,this.recordset_id=t}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withRecordsetId(e){return this.recordset_id=e,this}set recordsetId(e){this.recordset_id=e}get recordsetId(){return this.recordset_id}withBody(e){return this.body=e,this}};exports.UpdateRecordSetsRequest=t}}),hi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateResolverRuleRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateResolverRuleRequest=void 0;var t=class{constructor(e){this.resolverrule_id=e}withResolverruleId(e){return this.resolverrule_id=e,this}set resolverruleId(e){this.resolverrule_id=e}get resolverruleId(){return this.resolverrule_id}withBody(e){return this.body=e,this}};exports.UpdateResolverRuleRequest=t}}),gi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/DnsClient.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RequiredError=exports.ParamCreater=exports.DnsClient=void 0;let t=pn(),n=mn(),r=hn(),i=gn(),a=_n(),o=vn(),s=yn(),c=bn(),l=xn(),u=B(),d=V(),f=Sn(),p=Cn(),m=wn(),h=Tn(),g=En(),_=Dn(),v=On(),y=kn(),b=An(),x=jn(),S=Mn(),C=Nn(),w=Pn(),ee=Fn(),T=In(),te=H(),ne=Ln(),re=Rn(),ie=zn(),ae=Bn(),oe=Vn(),se=Hn(),ce=Un(),le=Wn(),ue=Gn(),de=Kn(),fe=qn(),pe=Jn(),me=Yn(),E=Xn(),he=Zn(),ge=Qn(),_e=$n(),ve=er(),ye=tr(),be=nr(),xe=rr(),Se=ir(),Ce=ar(),we=or(),Te=sr(),Ee=cr(),De=lr(),Oe=ur(),ke=dr(),Ae=fr(),je=pr(),Me=mr(),Ne=hr(),Pe=gr(),Fe=_r(),Ie=vr(),D=yr(),O=br(),k=xr(),Le=Sr(),Re=Cr(),ze=wr(),Be=Tr(),Ve=Er(),He=Dr(),Ue=Or(),We=kr(),Ge=Ar(),Ke=jr(),qe=Mr(),Je=Nr(),Ye=U(),Xe=Pr(),A=Fr(),Ze=Ir(),Qe=W(),$e=Lr(),et=Rr(),j=zr(),tt=Br(),M=Vr(),nt=Hr(),rt=Ur(),it=Wr(),at=Gr(),N=Kr(),ot=qr(),st=Jr(),ct=Yr(),lt=Xr(),ut=Zr(),dt=Qr(),ft=$r(),pt=ei(),mt=ti(),ht=ni(),gt=ri(),_t=ii(),vt=ai(),yt=oi(),bt=si(),xt=ci(),P=li(),St=ui(),Ct=di(),F=fi(),wt=pi(),Tt=mi(),Et=hi();var Dt=class{static newBuilder(){let e=new t.ClientBuilder(I);return e}constructor(e){this.hcClient=e}getPath(){return __dirname}associateEndpointIpaddress(t){let n=(0,exports.ParamCreater)().associateEndpointIpaddress(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}associateResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().associateResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}associateResolverRuleRouter(t){let n=(0,exports.ParamCreater)().associateResolverRuleRouter(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}associateRouter(t){let n=(0,exports.ParamCreater)().associateRouter(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreateCombinedPublicRecordsetsTask(t){let n=(0,exports.ParamCreater)().batchCreateCombinedPublicRecordsetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreatePublicRecordsetsTask(t){let n=(0,exports.ParamCreater)().batchCreatePublicRecordsetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreatePublicZonesTask(t){let n=(0,exports.ParamCreater)().batchCreatePublicZonesTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreateTag(t){let n=(0,exports.ParamCreater)().batchCreateTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeletePtrRecords(t){let n=(0,exports.ParamCreater)().batchDeletePtrRecords(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeletePublicRecordsetsTask(t){let n=(0,exports.ParamCreater)().batchDeletePublicRecordsetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeleteRecordSets(t){let n=(0,exports.ParamCreater)().batchDeleteRecordSets(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeleteZones(t){let n=(0,exports.ParamCreater)().batchDeleteZones(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchSetRecordSetsStatus(t){let n=(0,exports.ParamCreater)().batchSetRecordSetsStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchSetZonesStatus(t){let n=(0,exports.ParamCreater)().batchSetZonesStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchTransferPublicZonesTask(t){let n=(0,exports.ParamCreater)().batchTransferPublicZonesTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchUpdatePublicRecordsetsTask(t){let n=(0,exports.ParamCreater)().batchUpdatePublicRecordsetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createAuthorizeTxtRecord(t){let n=(0,exports.ParamCreater)().createAuthorizeTxtRecord(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createAuthorizeTxtRecordVerification(t){let n=(0,exports.ParamCreater)().createAuthorizeTxtRecordVerification(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createCustomLine(t){let n=(0,exports.ParamCreater)().createCustomLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createEndpoint(t){let n=(0,exports.ParamCreater)().createEndpoint(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createLineGroup(t){let n=(0,exports.ParamCreater)().createLineGroup(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createPrivateZone(t){let n=(0,exports.ParamCreater)().createPrivateZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createPublicZone(t){let n=(0,exports.ParamCreater)().createPublicZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().createResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createResolverRule(t){let n=(0,exports.ParamCreater)().createResolverRule(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRetrieval(t){let n=(0,exports.ParamCreater)().createRetrieval(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRetrievalVerification(t){let n=(0,exports.ParamCreater)().createRetrievalVerification(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createTag(t){let n=(0,exports.ParamCreater)().createTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteCustomLine(t){let n=(0,exports.ParamCreater)().deleteCustomLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteEndpoint(t){let n=(0,exports.ParamCreater)().deleteEndpoint(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteLineGroup(t){let n=(0,exports.ParamCreater)().deleteLineGroup(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deletePrivateZone(t){let n=(0,exports.ParamCreater)().deletePrivateZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deletePublicZone(t){let n=(0,exports.ParamCreater)().deletePublicZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().deleteResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteResolverRule(t){let n=(0,exports.ParamCreater)().deleteResolverRule(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteTag(t){let n=(0,exports.ParamCreater)().deleteTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disassociateEndpointIpaddress(t){let n=(0,exports.ParamCreater)().disassociateEndpointIpaddress(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disassociateResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().disassociateResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disassociateResolverRuleRouter(t){let n=(0,exports.ParamCreater)().disassociateResolverRuleRouter(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disassociateRouter(t){let n=(0,exports.ParamCreater)().disassociateRouter(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listApiVersions(t){let n=(0,exports.ParamCreater)().listApiVersions();return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listBatchOperationTasks(t){let n=(0,exports.ParamCreater)().listBatchOperationTasks(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listCustomLine(t){let n=(0,exports.ParamCreater)().listCustomLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listEndpointIpaddresses(t){let n=(0,exports.ParamCreater)().listEndpointIpaddresses(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listEndpointVpcs(t){let n=(0,exports.ParamCreater)().listEndpointVpcs(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listEndpoints(t){let n=(0,exports.ParamCreater)().listEndpoints(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listLineGroups(t){let n=(0,exports.ParamCreater)().listLineGroups(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listNameServers(t){let n=(0,exports.ParamCreater)().listNameServers(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPrivateZones(t){let n=(0,exports.ParamCreater)().listPrivateZones(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPublicZones(t){let n=(0,exports.ParamCreater)().listPublicZones(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listResolverQueryLogConfigs(t){let n=(0,exports.ParamCreater)().listResolverQueryLogConfigs(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listResolverRules(t){let n=(0,exports.ParamCreater)().listResolverRules(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listTag(t){let n=(0,exports.ParamCreater)().listTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listTags(t){let n=(0,exports.ParamCreater)().listTags(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}setPrivateZoneProxyPattern(t){let n=(0,exports.ParamCreater)().setPrivateZoneProxyPattern(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showApiInfo(t){let n=(0,exports.ParamCreater)().showApiInfo(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showAuthorizeTxtRecord(t){let n=(0,exports.ParamCreater)().showAuthorizeTxtRecord(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showBatchOperationTask(t){let n=(0,exports.ParamCreater)().showBatchOperationTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showDomainDetection(t){let n=(0,exports.ParamCreater)().showDomainDetection(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showDomainQuota(t){let n=(0,exports.ParamCreater)().showDomainQuota(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showEmailRecordSet(t){let n=(0,exports.ParamCreater)().showEmailRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showEndpoint(t){let n=(0,exports.ParamCreater)().showEndpoint(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showLineGroup(t){let n=(0,exports.ParamCreater)().showLineGroup(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPrivateZone(t){let n=(0,exports.ParamCreater)().showPrivateZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPrivateZoneNameServer(t){let n=(0,exports.ParamCreater)().showPrivateZoneNameServer(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPublicZone(t){let n=(0,exports.ParamCreater)().showPublicZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPublicZoneNameServer(t){let n=(0,exports.ParamCreater)().showPublicZoneNameServer(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showResolverQueryLogConfig(t){let n=(0,exports.ParamCreater)().showResolverQueryLogConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showResolverRule(t){let n=(0,exports.ParamCreater)().showResolverRule(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showResourceTag(t){let n=(0,exports.ParamCreater)().showResourceTag(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRetrieval(t){let n=(0,exports.ParamCreater)().showRetrieval(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRetrievalVerification(t){let n=(0,exports.ParamCreater)().showRetrievalVerification(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showWebsiteRecordSet(t){let n=(0,exports.ParamCreater)().showWebsiteRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showZoneNameServer(t){let n=(0,exports.ParamCreater)().showZoneNameServer(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateCustomLine(t){let n=(0,exports.ParamCreater)().updateCustomLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateEndpoint(t){let n=(0,exports.ParamCreater)().updateEndpoint(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateLineGroups(t){let n=(0,exports.ParamCreater)().updateLineGroups(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePrivateZone(t){let n=(0,exports.ParamCreater)().updatePrivateZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePrivateZoneStatus(t){let n=(0,exports.ParamCreater)().updatePrivateZoneStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePublicZone(t){let n=(0,exports.ParamCreater)().updatePublicZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePublicZoneStatus(t){let n=(0,exports.ParamCreater)().updatePublicZoneStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateResolverRule(t){let n=(0,exports.ParamCreater)().updateResolverRule(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}disableDnssecConfig(t){let n=(0,exports.ParamCreater)().disableDnssecConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}enableDnssecConfig(t){let n=(0,exports.ParamCreater)().enableDnssecConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showDnssecConfig(t){let n=(0,exports.ParamCreater)().showDnssecConfig(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createEipRecordSet(t){let n=(0,exports.ParamCreater)().createEipRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRecordSet(t){let n=(0,exports.ParamCreater)().createRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteRecordSet(t){let n=(0,exports.ParamCreater)().deleteRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPtrRecords(t){let n=(0,exports.ParamCreater)().listPtrRecords(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listRecordSets(t){let n=(0,exports.ParamCreater)().listRecordSets(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listRecordSetsByZone(t){let n=(0,exports.ParamCreater)().listRecordSetsByZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}restorePtrRecord(t){let n=(0,exports.ParamCreater)().restorePtrRecord(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPtrRecordSet(t){let n=(0,exports.ParamCreater)().showPtrRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRecordSet(t){let n=(0,exports.ParamCreater)().showRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePtrRecord(t){let n=(0,exports.ParamCreater)().updatePtrRecord(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateRecordSet(t){let n=(0,exports.ParamCreater)().updateRecordSet(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchCreateRecordSetsTask(t){let n=(0,exports.ParamCreater)().batchCreateRecordSetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchDeleteRecordSetWithLine(t){let n=(0,exports.ParamCreater)().batchDeleteRecordSetWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}batchUpdateRecordSetWithLine(t){let n=(0,exports.ParamCreater)().batchUpdateRecordSetWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createPtr(t){let n=(0,exports.ParamCreater)().createPtr(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRecordSetWithBatchLines(t){let n=(0,exports.ParamCreater)().createRecordSetWithBatchLines(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}createRecordSetWithLine(t){let n=(0,exports.ParamCreater)().createRecordSetWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteBatchCreateRecordSetsTask(t){let n=(0,exports.ParamCreater)().deleteBatchCreateRecordSetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deletePtr(t){let n=(0,exports.ParamCreater)().deletePtr(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}deleteRecordSets(t){let n=(0,exports.ParamCreater)().deleteRecordSets(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPtrs(t){let n=(0,exports.ParamCreater)().listPtrs(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listPublicZoneLines(t){let n=(0,exports.ParamCreater)().listPublicZoneLines(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listRecordSetsWithLine(t){let n=(0,exports.ParamCreater)().listRecordSetsWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}listSystemLines(t){let n=(0,exports.ParamCreater)().listSystemLines(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}setRecordSetsStatus(t){let n=(0,exports.ParamCreater)().setRecordSetsStatus(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showBatchCreateRecordSetsTask(t){let n=(0,exports.ParamCreater)().showBatchCreateRecordSetsTask(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showPtr(t){let n=(0,exports.ParamCreater)().showPtr(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRecordSetByZone(t){let n=(0,exports.ParamCreater)().showRecordSetByZone(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}showRecordSetWithLine(t){let n=(0,exports.ParamCreater)().showRecordSetWithLine(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updatePtr(t){let n=(0,exports.ParamCreater)().updatePtr(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}updateRecordSets(t){let n=(0,exports.ParamCreater)().updateRecordSets(t);return n.responseHeaders=[``],this.hcClient.sendRequest(n)}};exports.DnsClient=Dt;let Ot=function(){return{associateEndpointIpaddress(e){let t={method:`POST`,url:`/v2.1/endpoints/{endpoint_id}/ipaddresses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},r={},i,a;if(e!=null&&(e instanceof n.AssociateEndpointIpaddressRequest?(a=e.endpointId,i=e.body):(a=e.endpoint_id,i=e.body)),a==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling associateEndpointIpaddress.`);if(i==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return r[`Content-Type`]=`application/json`,t.data=i===void 0?{}:i,t.pathParams={endpoint_id:a},t.headers=r,t},associateResolverQueryLogConfig(e){let t={method:`POST`,url:`/v2/resolver/queryloggingconfig/{id}/associatevpc`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},i,a;if(e!=null&&(e instanceof r.AssociateResolverQueryLogConfigRequest,a=e.id,i=e.body),a==null)throw new L(`id`,`Required parameter id was null or undefined when calling associateResolverQueryLogConfig.`);if(i==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=i===void 0?{}:i,t.pathParams={id:a},t.headers=n,t},associateResolverRuleRouter(e){let t={method:`POST`,url:`/v2.1/resolverrules/{resolverrule_id}/associaterouter`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,a;if(e!=null&&(e instanceof i.AssociateResolverRuleRouterRequest?(a=e.resolverruleId,r=e.body):(a=e.resolverrule_id,r=e.body)),a==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling associateResolverRuleRouter.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resolverrule_id:a},t.headers=n,t},associateRouter(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/associaterouter`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof a.AssociateRouterRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling associateRouter.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},batchCreateCombinedPublicRecordsetsTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-create-combined-recordset`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof o.BatchCreateCombinedPublicRecordsetsTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchCreatePublicRecordsetsTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-create-recordset`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof s.BatchCreatePublicRecordsetsTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchCreatePublicZonesTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-create-zone`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof c.BatchCreatePublicZonesTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchCreateTag(e){let t={method:`POST`,url:`/v2/{project_id}/{resource_type}/{resource_id}/tags/action`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof u.BatchCreateTagRequest?(i=e.resourceType,a=e.resourceId,r=e.body):(i=e.resource_type,a=e.resource_id,r=e.body)),i==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling batchCreateTag.`);if(a==null)throw new L(`resourceId`,`Required parameter resourceId was null or undefined when calling batchCreateTag.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resource_type:i,resource_id:a},t.headers=n,t},batchDeletePtrRecords(e){let t={method:`DELETE`,url:`/v2.1/reverse/floatingips`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof d.BatchDeletePtrRecordsRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchDeletePublicRecordsetsTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-delete-recordset`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof f.BatchDeletePublicRecordsetsTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchDeleteRecordSets(e){let t={method:`DELETE`,url:`/v2.1/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof m.BatchDeleteRecordSetsRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchDeleteZones(e){let t={method:`DELETE`,url:`/v2.1/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof h.BatchDeleteZonesRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchSetRecordSetsStatus(e){let t={method:`PUT`,url:`/v2.1/recordsets/statuses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof g.BatchSetRecordSetsStatusRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchSetZonesStatus(e){let t={method:`PUT`,url:`/v2.1/zones/statuses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof _.BatchSetZonesStatusRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchTransferPublicZonesTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-transfer`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof v.BatchTransferPublicZonesTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},batchUpdatePublicRecordsetsTask(e){let t={method:`POST`,url:`/v2.1/operation-task/batch-update-recordset`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof y.BatchUpdatePublicRecordsetsTaskRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createAuthorizeTxtRecord(e){let t={method:`POST`,url:`/v2/authorize-txtrecord`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof x.CreateAuthorizeTxtRecordRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createAuthorizeTxtRecordVerification(e){let t={method:`POST`,url:`/v2/authorize-txtrecord/{id}/verify`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof S.CreateAuthorizeTxtRecordVerificationRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling createAuthorizeTxtRecordVerification.`);return t.pathParams={id:r},t.headers=n,t},createCustomLine(e){let t={method:`POST`,url:`/v2.1/customlines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof C.CreateCustomLineRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createEndpoint(e){let t={method:`POST`,url:`/v2.1/endpoints`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof ee.CreateEndpointRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createLineGroup(e){let t={method:`POST`,url:`/v2.1/linegroups`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof T.CreateLineGroupRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createPrivateZone(e){let t={method:`POST`,url:`/v2/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;return e!=null&&(r=(e instanceof te.CreatePrivateZoneRequest,e.body)),n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createPublicZone(e){let t={method:`POST`,url:`/v2/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof re.CreatePublicZoneRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createResolverQueryLogConfig(e){let t={method:`POST`,url:`/v2/resolver/queryloggingconfig`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof se.CreateResolverQueryLogConfigRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createResolverRule(e){let t={method:`POST`,url:`/v2.1/resolverrules`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof ce.CreateResolverRuleRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createRetrieval(e){let t={method:`POST`,url:`/v2/retrieval`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof le.CreateRetrievalRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createRetrievalVerification(e){let t={method:`POST`,url:`/v2/retrieval/verification/{id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof ue.CreateRetrievalVerificationRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling createRetrievalVerification.`);return t.pathParams={id:r},t.headers=n,t},createTag(e){let t={method:`POST`,url:`/v2/{project_id}/{resource_type}/{resource_id}/tags`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof de.CreateTagRequest?(i=e.resourceType,a=e.resourceId,r=e.body):(i=e.resource_type,a=e.resource_id,r=e.body)),i==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling createTag.`);if(a==null)throw new L(`resourceId`,`Required parameter resourceId was null or undefined when calling createTag.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resource_type:i,resource_id:a},t.headers=n,t},deleteCustomLine(e){let t={method:`DELETE`,url:`/v2.1/customlines/{line_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof pe.DeleteCustomLineRequest?e.lineId:e.line_id),r==null)throw new L(`lineId`,`Required parameter lineId was null or undefined when calling deleteCustomLine.`);return t.pathParams={line_id:r},t.headers=n,t},deleteEndpoint(e){let t={method:`DELETE`,url:`/v2.1/endpoints/{endpoint_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof me.DeleteEndpointRequest?e.endpointId:e.endpoint_id),r==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling deleteEndpoint.`);return t.pathParams={endpoint_id:r},t.headers=n,t},deleteLineGroup(e){let t={method:`DELETE`,url:`/v2.1/linegroups/{linegroup_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof E.DeleteLineGroupRequest?e.linegroupId:e.linegroup_id),r==null)throw new L(`linegroupId`,`Required parameter linegroupId was null or undefined when calling deleteLineGroup.`);return t.pathParams={linegroup_id:r},t.headers=n,t},deletePrivateZone(e){let t={method:`DELETE`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof he.DeletePrivateZoneRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deletePrivateZone.`);return t.pathParams={zone_id:r},t.headers=n,t},deletePublicZone(e){let t={method:`DELETE`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof _e.DeletePublicZoneRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deletePublicZone.`);return t.pathParams={zone_id:r},t.headers=n,t},deleteResolverQueryLogConfig(e){let t={method:`DELETE`,url:`/v2/resolver/queryloggingconfig/{id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof be.DeleteResolverQueryLogConfigRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling deleteResolverQueryLogConfig.`);return t.pathParams={id:r},t.headers=n,t},deleteResolverRule(e){let t={method:`DELETE`,url:`/v2.1/resolverrules/{resolverrule_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof xe.DeleteResolverRuleRequest?e.resolverruleId:e.resolverrule_id),r==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling deleteResolverRule.`);return t.pathParams={resolverrule_id:r},t.headers=n,t},deleteTag(e){let t={method:`DELETE`,url:`/v2/{project_id}/{resource_type}/{resource_id}/tags/{key}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i,a;if(e!=null&&(e instanceof Se.DeleteTagRequest?(r=e.resourceType,i=e.resourceId,a=e.key):(r=e.resource_type,i=e.resource_id,a=e.key)),r==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling deleteTag.`);if(i==null)throw new L(`resourceId`,`Required parameter resourceId was null or undefined when calling deleteTag.`);if(a==null)throw new L(`key`,`Required parameter key was null or undefined when calling deleteTag.`);return t.pathParams={resource_type:r,resource_id:i,key:a},t.headers=n,t},disassociateEndpointIpaddress(e){let t={method:`DELETE`,url:`/v2.1/endpoints/{endpoint_id}/ipaddresses/{ipaddress_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof we.DisassociateEndpointIpaddressRequest?(r=e.endpointId,i=e.ipaddressId):(r=e.endpoint_id,i=e.ipaddress_id)),r==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling disassociateEndpointIpaddress.`);if(i==null)throw new L(`ipaddressId`,`Required parameter ipaddressId was null or undefined when calling disassociateEndpointIpaddress.`);return t.pathParams={endpoint_id:r,ipaddress_id:i},t.headers=n,t},disassociateResolverQueryLogConfig(e){let t={method:`POST`,url:`/v2/resolver/queryloggingconfig/{id}/disassociatevpc`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Te.DisassociateResolverQueryLogConfigRequest,i=e.id,r=e.body),i==null)throw new L(`id`,`Required parameter id was null or undefined when calling disassociateResolverQueryLogConfig.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={id:i},t.headers=n,t},disassociateResolverRuleRouter(e){let t={method:`POST`,url:`/v2.1/resolverrules/{resolverrule_id}/disassociaterouter`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Ee.DisassociateResolverRuleRouterRequest?(i=e.resolverruleId,r=e.body):(i=e.resolverrule_id,r=e.body)),i==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling disassociateResolverRuleRouter.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resolverrule_id:i},t.headers=n,t},disassociateRouter(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/disassociaterouter`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof De.DisassociateRouterRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling disassociateRouter.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},listApiVersions(){let e={method:`GET`,url:`/`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},t={};return e.headers=t,e},listBatchOperationTasks(e){let t={method:`GET`,url:`/v2.1/batch-operation-tasks`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a;return e!=null&&(e instanceof ke.ListBatchOperationTasksRequest,i=e.limit,a=e.offset),i!=null&&(r.limit=i),a!=null&&(r.offset=a),t.queryParams=r,t.headers=n,t},listCustomLine(e){let t={method:`GET`,url:`/v2.1/customlines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u;return e!=null&&(e instanceof Ae.ListCustomLineRequest?(i=e.lineId,a=e.name,o=e.limit,s=e.offset,c=e.showDetail,l=e.status,u=e.ip):(i=e.line_id,a=e.name,o=e.limit,s=e.offset,c=e.show_detail,l=e.status,u=e.ip)),i!=null&&(r.line_id=i),a!=null&&(r.name=a),o!=null&&(r.limit=o),s!=null&&(r.offset=s),c!=null&&(r.show_detail=c),l!=null&&(r.status=l),u!=null&&(r.ip=u),t.queryParams=r,t.headers=n,t},listEndpointIpaddresses(e){let t={method:`GET`,url:`/v2.1/endpoints/{endpoint_id}/ipaddresses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof je.ListEndpointIpaddressesRequest?e.endpointId:e.endpoint_id),r==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling listEndpointIpaddresses.`);return t.pathParams={endpoint_id:r},t.headers=n,t},listEndpointVpcs(e){let t={method:`GET`,url:`/v2.1/vpcs`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;return e!=null&&(e instanceof Me.ListEndpointVpcsRequest?(i=e.limit,a=e.offset,o=e.vpcId):(i=e.limit,a=e.offset,o=e.vpc_id)),i!=null&&(r.limit=i),a!=null&&(r.offset=a),o!=null&&(r.vpc_id=o),t.queryParams=r,t.headers=n,t},listEndpoints(e){let t={method:`GET`,url:`/v2.1/endpoints`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c;if(e!=null&&(e instanceof Ne.ListEndpointsRequest?(i=e.direction,a=e.vpcId,o=e.name,s=e.limit,c=e.offset):(i=e.direction,a=e.vpc_id,o=e.name,s=e.limit,c=e.offset)),i==null)throw new L(`direction`,`Required parameter direction was null or undefined when calling listEndpoints.`);return i!=null&&(r.direction=i),a!=null&&(r.vpc_id=a),o!=null&&(r.name=o),s!=null&&(r.limit=s),c!=null&&(r.offset=c),t.queryParams=r,t.headers=n,t},listLineGroups(e){let t={method:`GET`,url:`/v2.1/linegroups`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s;return e!=null&&(e instanceof Pe.ListLineGroupsRequest?(i=e.lineId,a=e.name,o=e.limit,s=e.offset):(i=e.line_id,a=e.name,o=e.limit,s=e.offset)),i!=null&&(r.line_id=i),a!=null&&(r.name=a),o!=null&&(r.limit=o),s!=null&&(r.offset=s),t.queryParams=r,t.headers=n,t},listNameServers(e){let t={method:`GET`,url:`/v2/nameservers`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a;return e!=null&&(e instanceof Fe.ListNameServersRequest,i=e.type,a=e.region),i!=null&&(r.type=i),a!=null&&(r.region=a),t.queryParams=r,t.headers=n,t},listPrivateZones(e){let t={method:`GET`,url:`/v2/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h,g;if(e!=null&&(e instanceof Ie.ListPrivateZonesRequest?(i=e.type,a=e.limit,o=e.marker,s=e.offset,c=e.tags,l=e.name,u=e.id,d=e.status,f=e.searchMode,p=e.sortKey,m=e.sortDir,h=e.enterpriseProjectId,g=e.routerId):(i=e.type,a=e.limit,o=e.marker,s=e.offset,c=e.tags,l=e.name,u=e.id,d=e.status,f=e.search_mode,p=e.sort_key,m=e.sort_dir,h=e.enterprise_project_id,g=e.router_id)),i==null)throw new L(`type`,`Required parameter type was null or undefined when calling listPrivateZones.`);return i!=null&&(r.type=i),a!=null&&(r.limit=a),o!=null&&(r.marker=o),s!=null&&(r.offset=s),c!=null&&(r.tags=c),l!=null&&(r.name=l),u!=null&&(r.id=u),d!=null&&(r.status=d),f!=null&&(r.search_mode=f),p!=null&&(r.sort_key=p),m!=null&&(r.sort_dir=m),h!=null&&(r.enterprise_project_id=h),g!=null&&(r.router_id=g),t.queryParams=r,t.headers=n,t},listPublicZones(e){let t={method:`GET`,url:`/v2/zones`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h;return e!=null&&(e instanceof Le.ListPublicZonesRequest?(i=e.type,a=e.limit,o=e.marker,s=e.offset,c=e.tags,l=e.name,u=e.id,d=e.status,f=e.searchMode,p=e.sortKey,m=e.sortDir,h=e.enterpriseProjectId):(i=e.type,a=e.limit,o=e.marker,s=e.offset,c=e.tags,l=e.name,u=e.id,d=e.status,f=e.search_mode,p=e.sort_key,m=e.sort_dir,h=e.enterprise_project_id)),i!=null&&(r.type=i),a!=null&&(r.limit=a),o!=null&&(r.marker=o),s!=null&&(r.offset=s),c!=null&&(r.tags=c),l!=null&&(r.name=l),u!=null&&(r.id=u),d!=null&&(r.status=d),f!=null&&(r.search_mode=f),p!=null&&(r.sort_key=p),m!=null&&(r.sort_dir=m),h!=null&&(r.enterprise_project_id=h),t.queryParams=r,t.headers=n,t},listResolverQueryLogConfigs(e){let t={method:`GET`,url:`/v2/resolver/queryloggingconfig`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;return e!=null&&(e instanceof Ve.ListResolverQueryLogConfigsRequest?(i=e.limit,a=e.marker,o=e.vpcId):(i=e.limit,a=e.marker,o=e.vpc_id)),i!=null&&(r.limit=i),a!=null&&(r.marker=a),o!=null&&(r.vpc_id=o),t.queryParams=r,t.headers=n,t},listResolverRules(e){let t={method:`GET`,url:`/v2.1/resolverrules`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u;return e!=null&&(e instanceof He.ListResolverRulesRequest?(i=e.domainName,a=e.name,o=e.endpointId,s=e.id,c=e.limit,l=e.offset,u=e.marker):(i=e.domain_name,a=e.name,o=e.endpoint_id,s=e.id,c=e.limit,l=e.offset,u=e.marker)),i!=null&&(r.domain_name=i),a!=null&&(r.name=a),o!=null&&(r.endpoint_id=o),s!=null&&(r.id=s),c!=null&&(r.limit=c),l!=null&&(r.offset=l),u!=null&&(r.marker=u),t.queryParams=r,t.headers=n,t},listTag(e){let t={method:`POST`,url:`/v2/{project_id}/{resource_type}/resource_instances/action`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof We.ListTagRequest?(i=e.resourceType,r=e.body):(i=e.resource_type,r=e.body)),i==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling listTag.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resource_type:i},t.headers=n,t},listTags(e){let t={method:`GET`,url:`/v2/{project_id}/{resource_type}/tags`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof Ge.ListTagsRequest?e.resourceType:e.resource_type),r==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling listTags.`);return t.pathParams={resource_type:r},t.headers=n,t},setPrivateZoneProxyPattern(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/actions/set-proxy-pattern`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof qe.SetPrivateZoneProxyPatternRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling setPrivateZoneProxyPattern.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},showApiInfo(e){let t={method:`GET`,url:`/{version}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof Ye.ShowApiInfoRequest,e.version)),r==null)throw new L(`version`,`Required parameter version was null or undefined when calling showApiInfo.`);return t.pathParams={version:r},t.headers=n,t},showAuthorizeTxtRecord(e){let t={method:`GET`,url:`/v2/authorize-txtrecord`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i;if(e!=null&&(i=e instanceof Xe.ShowAuthorizeTxtRecordRequest?e.zoneName:e.zone_name),i==null)throw new L(`zoneName`,`Required parameter zoneName was null or undefined when calling showAuthorizeTxtRecord.`);return i!=null&&(r.zone_name=i),t.queryParams=r,t.headers=n,t},showBatchOperationTask(e){let t={method:`GET`,url:`/v2.1/batch-operation-tasks/{task_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof Ze.ShowBatchOperationTaskRequest?(i=e.taskId,a=e.errorItemLimit,o=e.errorItemOffset):(i=e.task_id,a=e.error_item_limit,o=e.error_item_offset)),i==null)throw new L(`taskId`,`Required parameter taskId was null or undefined when calling showBatchOperationTask.`);return a!=null&&(r.error_item_limit=a),o!=null&&(r.error_item_offset=o),t.queryParams=r,t.pathParams={task_id:i},t.headers=n,t},showDomainDetection(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/detection`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof $e.ShowDomainDetectionRequest?(i=e.zoneId,a=e.domainName,o=e.type):(i=e.zone_id,a=e.domain_name,o=e.type)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showDomainDetection.`);if(a==null)throw new L(`domainName`,`Required parameter domainName was null or undefined when calling showDomainDetection.`);return a!=null&&(r.domain_name=a),o!=null&&(r.type=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showDomainQuota(e){let t={method:`GET`,url:`/v2/quotamg/dns/quotas`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i;if(e!=null&&(i=e instanceof et.ShowDomainQuotaRequest?e.domainId:e.domain_id),i==null)throw new L(`domainId`,`Required parameter domainId was null or undefined when calling showDomainQuota.`);return i!=null&&(r.domain_id=i),t.queryParams=r,t.headers=n,t},showEmailRecordSet(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/email-recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof j.ShowEmailRecordSetRequest?(i=e.zoneId,a=e.limit,o=e.offset):(i=e.zone_id,a=e.limit,o=e.offset)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showEmailRecordSet.`);return a!=null&&(r.limit=a),o!=null&&(r.offset=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showEndpoint(e){let t={method:`GET`,url:`/v2.1/endpoints/{endpoint_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof tt.ShowEndpointRequest?e.endpointId:e.endpoint_id),r==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling showEndpoint.`);return t.pathParams={endpoint_id:r},t.headers=n,t},showLineGroup(e){let t={method:`GET`,url:`/v2.1/linegroups/{linegroup_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof M.ShowLineGroupRequest?e.linegroupId:e.linegroup_id),r==null)throw new L(`linegroupId`,`Required parameter linegroupId was null or undefined when calling showLineGroup.`);return t.pathParams={linegroup_id:r},t.headers=n,t},showPrivateZone(e){let t={method:`GET`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof rt.ShowPrivateZoneRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showPrivateZone.`);return t.pathParams={zone_id:r},t.headers=n,t},showPrivateZoneNameServer(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/nameservers`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof nt.ShowPrivateZoneNameServerRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showPrivateZoneNameServer.`);return t.pathParams={zone_id:r},t.headers=n,t},showPublicZone(e){let t={method:`GET`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof ot.ShowPublicZoneRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showPublicZone.`);return t.pathParams={zone_id:r},t.headers=n,t},showPublicZoneNameServer(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/nameservers`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof N.ShowPublicZoneNameServerRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showPublicZoneNameServer.`);return t.pathParams={zone_id:r},t.headers=n,t},showResolverQueryLogConfig(e){let t={method:`GET`,url:`/v2/resolver/queryloggingconfig/{id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof ut.ShowResolverQueryLogConfigRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling showResolverQueryLogConfig.`);return t.pathParams={id:r},t.headers=n,t},showResolverRule(e){let t={method:`GET`,url:`/v2.1/resolverrules/{resolverrule_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof dt.ShowResolverRuleRequest?e.resolverruleId:e.resolverrule_id),r==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling showResolverRule.`);return t.pathParams={resolverrule_id:r},t.headers=n,t},showResourceTag(e){let t={method:`GET`,url:`/v2/{project_id}/{resource_type}/{resource_id}/tags`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof ft.ShowResourceTagRequest?(r=e.resourceType,i=e.resourceId):(r=e.resource_type,i=e.resource_id)),r==null)throw new L(`resourceType`,`Required parameter resourceType was null or undefined when calling showResourceTag.`);if(i==null)throw new L(`resourceId`,`Required parameter resourceId was null or undefined when calling showResourceTag.`);return t.pathParams={resource_type:r,resource_id:i},t.headers=n,t},showRetrieval(e){let t={method:`GET`,url:`/v2/retrieval`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i;if(e!=null&&(i=(e instanceof pt.ShowRetrievalRequest,e.name)),i==null)throw new L(`name`,`Required parameter name was null or undefined when calling showRetrieval.`);return i!=null&&(r.name=i),t.queryParams=r,t.headers=n,t},showRetrievalVerification(e){let t={method:`GET`,url:`/v2/retrieval/verification/{id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=(e instanceof mt.ShowRetrievalVerificationRequest,e.id)),r==null)throw new L(`id`,`Required parameter id was null or undefined when calling showRetrievalVerification.`);return t.pathParams={id:r},t.headers=n,t},showWebsiteRecordSet(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/website-recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof ht.ShowWebsiteRecordSetRequest?(i=e.zoneId,a=e.limit,o=e.offset):(i=e.zone_id,a=e.limit,o=e.offset)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showWebsiteRecordSet.`);return a!=null&&(r.limit=a),o!=null&&(r.offset=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showZoneNameServer(e){let t={method:`GET`,url:`/v2/public-zones/dns-servers/{domain_name}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof gt.ShowZoneNameServerRequest?e.domainName:e.domain_name),r==null)throw new L(`domainName`,`Required parameter domainName was null or undefined when calling showZoneNameServer.`);return t.pathParams={domain_name:r},t.headers=n,t},updateCustomLine(e){let t={method:`PUT`,url:`/v2.1/customlines/{line_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof _t.UpdateCustomLineRequest?(i=e.lineId,r=e.body):(i=e.line_id,r=e.body)),i==null)throw new L(`lineId`,`Required parameter lineId was null or undefined when calling updateCustomLine.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={line_id:i},t.headers=n,t},updateEndpoint(e){let t={method:`PUT`,url:`/v2.1/endpoints/{endpoint_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof vt.UpdateEndpointRequest?(i=e.endpointId,r=e.body):(i=e.endpoint_id,r=e.body)),i==null)throw new L(`endpointId`,`Required parameter endpointId was null or undefined when calling updateEndpoint.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={endpoint_id:i},t.headers=n,t},updateLineGroups(e){let t={method:`PUT`,url:`/v2.1/linegroups/{linegroup_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof yt.UpdateLineGroupsRequest?(i=e.linegroupId,r=e.body):(i=e.linegroup_id,r=e.body)),i==null)throw new L(`linegroupId`,`Required parameter linegroupId was null or undefined when calling updateLineGroups.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={linegroup_id:i},t.headers=n,t},updatePrivateZone(e){let t={method:`PATCH`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof bt.UpdatePrivateZoneRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updatePrivateZone.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},updatePrivateZoneStatus(e){let t={method:`PUT`,url:`/v2/zones/{zone_id}/statuses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof xt.UpdatePrivateZoneStatusRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updatePrivateZoneStatus.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},updatePublicZone(e){let t={method:`PATCH`,url:`/v2/zones/{zone_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Ct.UpdatePublicZoneRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updatePublicZone.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},updatePublicZoneStatus(e){let t={method:`PUT`,url:`/v2/zones/{zone_id}/statuses`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof F.UpdatePublicZoneStatusRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updatePublicZoneStatus.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},updateResolverRule(e){let t={method:`PUT`,url:`/v2.1/resolverrules/{resolverrule_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Et.UpdateResolverRuleRequest?(i=e.resolverruleId,r=e.body):(i=e.resolverrule_id,r=e.body)),i==null)throw new L(`resolverruleId`,`Required parameter resolverruleId was null or undefined when calling updateResolverRule.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={resolverrule_id:i},t.headers=n,t},disableDnssecConfig(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/disable-dnssec`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof Ce.DisableDnssecConfigRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling disableDnssecConfig.`);return t.pathParams={zone_id:r},t.headers=n,t},enableDnssecConfig(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/enable-dnssec`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof Oe.EnableDnssecConfigRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling enableDnssecConfig.`);return t.pathParams={zone_id:r},t.headers=n,t},showDnssecConfig(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/dnssec`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof Qe.ShowDnssecConfigRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showDnssecConfig.`);return t.pathParams={zone_id:r},t.headers=n,t},createEipRecordSet(e){let t={method:`PATCH`,url:`/v2/reverse/floatingips/{region}:{floatingip_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof w.CreateEipRecordSetRequest?(i=e.region,a=e.floatingipId,r=e.body):(i=e.region,a=e.floatingip_id,r=e.body)),i==null)throw new L(`region`,`Required parameter region was null or undefined when calling createEipRecordSet.`);if(a==null)throw new L(`floatingipId`,`Required parameter floatingipId was null or undefined when calling createEipRecordSet.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={region:i,floatingip_id:a},t.headers=n,t},createRecordSet(e){let t={method:`POST`,url:`/v2/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof ie.CreateRecordSetRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling createRecordSet.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},deleteRecordSet(e){let t={method:`DELETE`,url:`/v2/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof ve.DeleteRecordSetRequest?(r=e.zoneId,i=e.recordsetId):(r=e.zone_id,i=e.recordset_id)),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deleteRecordSet.`);if(i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling deleteRecordSet.`);return t.pathParams={zone_id:r,recordset_id:i},t.headers=n,t},listPtrRecords(e){let t={method:`GET`,url:`/v2/reverse/floatingips`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l;return e!=null&&(e instanceof D.ListPtrRecordsRequest?(i=e.marker,a=e.limit,o=e.offset,s=e.enterpriseProjectId,c=e.tags,l=e.status):(i=e.marker,a=e.limit,o=e.offset,s=e.enterprise_project_id,c=e.tags,l=e.status)),i!=null&&(r.marker=i),a!=null&&(r.limit=a),o!=null&&(r.offset=o),s!=null&&(r.enterprise_project_id=s),c!=null&&(r.tags=c),l!=null&&(r.status=l),t.queryParams=r,t.headers=n,t},listRecordSets(e){let t={method:`GET`,url:`/v2/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h,g;return e!=null&&(e instanceof ze.ListRecordSetsRequest?(i=e.zoneType,a=e.marker,o=e.searchMode,s=e.limit,c=e.offset,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.records,h=e.sortKey,g=e.sortDir):(i=e.zone_type,a=e.marker,o=e.search_mode,s=e.limit,c=e.offset,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.records,h=e.sort_key,g=e.sort_dir)),i!=null&&(r.zone_type=i),a!=null&&(r.marker=a),o!=null&&(r.search_mode=o),s!=null&&(r.limit=s),c!=null&&(r.offset=c),l!=null&&(r.tags=l),u!=null&&(r.status=u),d!=null&&(r.type=d),f!=null&&(r.name=f),p!=null&&(r.id=p),m!=null&&(r.records=m),h!=null&&(r.sort_key=h),g!=null&&(r.sort_dir=g),t.queryParams=r,t.headers=n,t},listRecordSetsByZone(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h;if(e!=null&&(e instanceof Re.ListRecordSetsByZoneRequest?(i=e.zoneId,a=e.searchMode,o=e.marker,s=e.limit,c=e.offset,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.sortKey,h=e.sortDir):(i=e.zone_id,a=e.search_mode,o=e.marker,s=e.limit,c=e.offset,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.sort_key,h=e.sort_dir)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling listRecordSetsByZone.`);return a!=null&&(r.search_mode=a),o!=null&&(r.marker=o),s!=null&&(r.limit=s),c!=null&&(r.offset=c),l!=null&&(r.tags=l),u!=null&&(r.status=u),d!=null&&(r.type=d),f!=null&&(r.name=f),p!=null&&(r.id=p),m!=null&&(r.sort_key=m),h!=null&&(r.sort_dir=h),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},restorePtrRecord(e){let t={method:`PATCH`,url:`/v2/reverse/floatingips/{region}:{floatingip_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof Ke.RestorePtrRecordRequest?(i=e.region,a=e.floatingipId,r=e.body):(i=e.region,a=e.floatingip_id,r=e.body)),i==null)throw new L(`region`,`Required parameter region was null or undefined when calling restorePtrRecord.`);if(a==null)throw new L(`floatingipId`,`Required parameter floatingipId was null or undefined when calling restorePtrRecord.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={region:i,floatingip_id:a},t.headers=n,t},showPtrRecordSet(e){let t={method:`GET`,url:`/v2/reverse/floatingips/{region}:{floatingip_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof it.ShowPtrRecordSetRequest?(r=e.region,i=e.floatingipId):(r=e.region,i=e.floatingip_id)),r==null)throw new L(`region`,`Required parameter region was null or undefined when calling showPtrRecordSet.`);if(i==null)throw new L(`floatingipId`,`Required parameter floatingipId was null or undefined when calling showPtrRecordSet.`);return t.pathParams={region:r,floatingip_id:i},t.headers=n,t},showRecordSet(e){let t={method:`GET`,url:`/v2/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof ct.ShowRecordSetRequest?(r=e.zoneId,i=e.recordsetId):(r=e.zone_id,i=e.recordset_id)),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showRecordSet.`);if(i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling showRecordSet.`);return t.pathParams={zone_id:r,recordset_id:i},t.headers=n,t},updatePtrRecord(e){let t={method:`PATCH`,url:`/v2/reverse/floatingips/{region}:{floatingip_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof P.UpdatePtrRecordRequest?(i=e.region,a=e.floatingipId,r=e.body):(i=e.region,a=e.floatingip_id,r=e.body)),i==null)throw new L(`region`,`Required parameter region was null or undefined when calling updatePtrRecord.`);if(a==null)throw new L(`floatingipId`,`Required parameter floatingipId was null or undefined when calling updatePtrRecord.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={region:i,floatingip_id:a},t.headers=n,t},updateRecordSet(e){let t={method:`PUT`,url:`/v2/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof wt.UpdateRecordSetRequest?(i=e.zoneId,a=e.recordsetId,r=e.body):(i=e.zone_id,a=e.recordset_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updateRecordSet.`);if(a==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling updateRecordSet.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i,recordset_id:a},t.headers=n,t},batchCreateRecordSetsTask(e){let t={method:`POST`,url:`/v2.1/zones/{zone_id}/recordsets/batch-create-task`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof l.BatchCreateRecordSetsTaskRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling batchCreateRecordSetsTask.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},batchDeleteRecordSetWithLine(e){let t={method:`DELETE`,url:`/v2.1/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof p.BatchDeleteRecordSetWithLineRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling batchDeleteRecordSetWithLine.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},batchUpdateRecordSetWithLine(e){let t={method:`PUT`,url:`/v2.1/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof b.BatchUpdateRecordSetWithLineRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling batchUpdateRecordSetWithLine.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},createPtr(e){let t={method:`POST`,url:`/v2.1/ptrs`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r;if(e!=null&&(r=(e instanceof ne.CreatePtrRequest,e.body)),r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.headers=n,t},createRecordSetWithBatchLines(e){let t={method:`POST`,url:`/v2.1/zones/{zone_id}/recordsets/batch/lines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof ae.CreateRecordSetWithBatchLinesRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling createRecordSetWithBatchLines.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},createRecordSetWithLine(e){let t={method:`POST`,url:`/v2.1/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof oe.CreateRecordSetWithLineRequest?(i=e.zoneId,r=e.body):(i=e.zone_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling createRecordSetWithLine.`);if(r==null)throw new L(`body`,`Required parameter body was null or undefined when calling body.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i},t.headers=n,t},deleteBatchCreateRecordSetsTask(e){let t={method:`DELETE`,url:`/v2.1/zones/{zone_id}/recordsets/batch-create-task`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof fe.DeleteBatchCreateRecordSetsTaskRequest?e.zoneId:e.zone_id),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deleteBatchCreateRecordSetsTask.`);return t.pathParams={zone_id:r},t.headers=n,t},deletePtr(e){let t={method:`DELETE`,url:`/v2.1/ptrs/{ptr_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof ge.DeletePtrRequest?e.ptrId:e.ptr_id),r==null)throw new L(`ptrId`,`Required parameter ptrId was null or undefined when calling deletePtr.`);return t.pathParams={ptr_id:r},t.headers=n,t},deleteRecordSets(e){let t={method:`DELETE`,url:`/v2.1/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof ye.DeleteRecordSetsRequest?(r=e.zoneId,i=e.recordsetId):(r=e.zone_id,i=e.recordset_id)),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling deleteRecordSets.`);if(i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling deleteRecordSets.`);return t.pathParams={zone_id:r,recordset_id:i},t.headers=n,t},listPtrs(e){let t={method:`GET`,url:`/v2.1/ptrs`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u;return e!=null&&(e instanceof O.ListPtrsRequest?(i=e.marker,a=e.limit,o=e.offset,s=e.enterpriseProjectId,c=e.tags,l=e.status,u=e.resourceType):(i=e.marker,a=e.limit,o=e.offset,s=e.enterprise_project_id,c=e.tags,l=e.status,u=e.resource_type)),i!=null&&(r.marker=i),a!=null&&(r.limit=a),o!=null&&(r.offset=o),s!=null&&(r.enterprise_project_id=s),c!=null&&(r.tags=c),l!=null&&(r.status=l),u!=null&&(r.resource_type=u),t.queryParams=r,t.headers=n,t},listPublicZoneLines(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/lines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof k.ListPublicZoneLinesRequest?(i=e.zoneId,a=e.limit,o=e.offset):(i=e.zone_id,a=e.limit,o=e.offset)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling listPublicZoneLines.`);return a!=null&&(r.limit=a),o!=null&&(r.offset=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},listRecordSetsWithLine(e){let t={method:`GET`,url:`/v2.1/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y;return e!=null&&(e instanceof Be.ListRecordSetsWithLineRequest?(i=e.zoneType,a=e.marker,o=e.limit,s=e.offset,c=e.zoneId,l=e.lineId,u=e.tags,d=e.status,f=e.type,p=e.name,m=e.id,h=e.records,g=e.sortKey,_=e.sortDir,v=e.healthCheckId,y=e.searchMode):(i=e.zone_type,a=e.marker,o=e.limit,s=e.offset,c=e.zone_id,l=e.line_id,u=e.tags,d=e.status,f=e.type,p=e.name,m=e.id,h=e.records,g=e.sort_key,_=e.sort_dir,v=e.health_check_id,y=e.search_mode)),i!=null&&(r.zone_type=i),a!=null&&(r.marker=a),o!=null&&(r.limit=o),s!=null&&(r.offset=s),c!=null&&(r.zone_id=c),l!=null&&(r.line_id=l),u!=null&&(r.tags=u),d!=null&&(r.status=d),f!=null&&(r.type=f),p!=null&&(r.name=p),m!=null&&(r.id=m),h!=null&&(r.records=h),g!=null&&(r.sort_key=g),_!=null&&(r.sort_dir=_),v!=null&&(r.health_check_id=v),y!=null&&(r.search_mode=y),t.queryParams=r,t.headers=n,t},listSystemLines(e){let t={method:`GET`,url:`/v2.1/system-lines`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;return e!=null&&(e instanceof Ue.ListSystemLinesRequest,i=e.locale,a=e.limit,o=e.offset),i!=null&&(r.locale=i),a!=null&&(r.limit=a),o!=null&&(r.offset=o),t.queryParams=r,t.headers=n,t},setRecordSetsStatus(e){let t={method:`PUT`,url:`/v2.1/recordsets/{recordset_id}/statuses/set`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof Je.SetRecordSetsStatusRequest?(i=e.recordsetId,r=e.body):(i=e.recordset_id,r=e.body)),i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling setRecordSetsStatus.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={recordset_id:i},t.headers=n,t},showBatchCreateRecordSetsTask(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/recordsets/batch-create-task`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o;if(e!=null&&(e instanceof A.ShowBatchCreateRecordSetsTaskRequest?(i=e.zoneId,a=e.errorItemLimit,o=e.errorItemOffset):(i=e.zone_id,a=e.error_item_limit,o=e.error_item_offset)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showBatchCreateRecordSetsTask.`);return a!=null&&(r.error_item_limit=a),o!=null&&(r.error_item_offset=o),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showPtr(e){let t={method:`GET`,url:`/v2.1/ptrs/{ptr_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r;if(e!=null&&(r=e instanceof at.ShowPtrRequest?e.ptrId:e.ptr_id),r==null)throw new L(`ptrId`,`Required parameter ptrId was null or undefined when calling showPtr.`);return t.pathParams={ptr_id:r},t.headers=n,t},showRecordSetByZone(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/recordsets`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r={},i,a,o,s,c,l,u,d,f,p,m,h,g;if(e!=null&&(e instanceof st.ShowRecordSetByZoneRequest?(i=e.zoneId,a=e.marker,o=e.limit,s=e.offset,c=e.lineId,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.sortKey,h=e.sortDir,g=e.searchMode):(i=e.zone_id,a=e.marker,o=e.limit,s=e.offset,c=e.line_id,l=e.tags,u=e.status,d=e.type,f=e.name,p=e.id,m=e.sort_key,h=e.sort_dir,g=e.search_mode)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showRecordSetByZone.`);return a!=null&&(r.marker=a),o!=null&&(r.limit=o),s!=null&&(r.offset=s),c!=null&&(r.line_id=c),l!=null&&(r.tags=l),u!=null&&(r.status=u),d!=null&&(r.type=d),f!=null&&(r.name=f),p!=null&&(r.id=p),m!=null&&(r.sort_key=m),h!=null&&(r.sort_dir=h),g!=null&&(r.search_mode=g),t.queryParams=r,t.pathParams={zone_id:i},t.headers=n,t},showRecordSetWithLine(e){let t={method:`GET`,url:`/v2.1/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{}},n={},r,i;if(e!=null&&(e instanceof lt.ShowRecordSetWithLineRequest?(r=e.zoneId,i=e.recordsetId):(r=e.zone_id,i=e.recordset_id)),r==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling showRecordSetWithLine.`);if(i==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling showRecordSetWithLine.`);return t.pathParams={zone_id:r,recordset_id:i},t.headers=n,t},updatePtr(e){let t={method:`PUT`,url:`/v2.1/ptrs/{ptr_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i;if(e!=null&&(e instanceof St.UpdatePtrRequest?(i=e.ptrId,r=e.body):(i=e.ptr_id,r=e.body)),i==null)throw new L(`ptrId`,`Required parameter ptrId was null or undefined when calling updatePtr.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={ptr_id:i},t.headers=n,t},updateRecordSets(e){let t={method:`PUT`,url:`/v2.1/zones/{zone_id}/recordsets/{recordset_id}`,contentType:`application/json`,queryParams:{},pathParams:{},headers:{},data:{}},n={},r,i,a;if(e!=null&&(e instanceof Tt.UpdateRecordSetsRequest?(i=e.zoneId,a=e.recordsetId,r=e.body):(i=e.zone_id,a=e.recordset_id,r=e.body)),i==null)throw new L(`zoneId`,`Required parameter zoneId was null or undefined when calling updateRecordSets.`);if(a==null)throw new L(`recordsetId`,`Required parameter recordsetId was null or undefined when calling updateRecordSets.`);return n[`Content-Type`]=`application/json`,t.data=r===void 0?{}:r,t.pathParams={zone_id:i,recordset_id:a},t.headers=n,t}}};exports.ParamCreater=Ot;function I(e){return new Dt(e)}var L=class extends Error{constructor(e,t){super(t),this.field=e,this.name=`RequiredError`}};exports.RequiredError=L}}),_i=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AliasTarget.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AliasTarget=void 0;var t=class{constructor(){}withResourceType(e){return this.resource_type=e,this}set resourceType(e){this.resource_type=e}get resourceType(){return this.resource_type}withResourceDomainName(e){return this.resource_domain_name=e,this}set resourceDomainName(e){this.resource_domain_name=e}get resourceDomainName(){return this.resource_domain_name}};exports.AliasTarget=t}}),G=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/SdkResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SdkResponse=void 0;var t=class{};exports.SdkResponse=t}}),vi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateEndpointIpaddressResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateEndpointIpaddressResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.AssociateEndpointIpaddressResponse=n}}),yi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateOrDisassociateRouterWithRuleRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateOrDisassociateRouterWithRuleRequestBody=void 0;var t=class{constructor(e){this.router=e}withRouter(e){return this.router=e,this}};exports.AssociateOrDisassociateRouterWithRuleRequestBody=t}}),bi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverQueryLogConfigRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverQueryLogConfigRequestBody=void 0;var t=class{constructor(e){this.vpc=e}withVpc(e){return this.vpc=e,this}};exports.AssociateResolverQueryLogConfigRequestBody=t}}),xi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfig(e){return this.resolver_query_log_config=e,this}set resolverQueryLogConfig(e){this.resolver_query_log_config=e}get resolverQueryLogConfig(){return this.resolver_query_log_config}};exports.AssociateResolverQueryLogConfigResponse=n}}),Si=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateResolverRuleRouterResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateResolverRuleRouterResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.AssociateResolverRuleRouterResponse=n}}),Ci=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateRouterRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateRouterRequestBody=void 0;var t=class{constructor(e){this.router=e}withRouter(e){return this.router=e,this}};exports.AssociateRouterRequestBody=t}}),wi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/AssociateRouterResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.AssociateRouterResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.AssociateRouterResponse=n}}),Ti=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateCombinedPublicRecordsetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateCombinedPublicRecordsetsTaskRequestBody=void 0;var t=class{constructor(e,t,n,r){this.zone_names=e,this.recordset_name_prefixes=t,this.records=n,this.type=r}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withRecordsetNamePrefixes(e){return this.recordset_name_prefixes=e,this}set recordsetNamePrefixes(e){this.recordset_name_prefixes=e}get recordsetNamePrefixes(){return this.recordset_name_prefixes}withRecords(e){return this.records=e,this}withType(e){return this.type=e,this}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}};exports.BatchCreateCombinedPublicRecordsetsTaskRequestBody=t}}),Ei=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateCombinedPublicRecordsetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateCombinedPublicRecordsetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchCreateCombinedPublicRecordsetsTaskResponse=n}}),Di=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicRecordsetsTaskItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicRecordsetsTaskItem=void 0;var t=class{constructor(e,t,n){this.zone_name=e,this.type=t,this.records=n}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withName(e){return this.name=e,this}withType(e){return this.type=e,this}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}withStatus(e){return this.status=e,this}};exports.BatchCreatePublicRecordsetsTaskItem=t}}),Oi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicRecordsetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicRecordsetsTaskRequestBody=void 0;var t=class{constructor(e){this.recordsets=e}withRecordsets(e){return this.recordsets=e,this}};exports.BatchCreatePublicRecordsetsTaskRequestBody=t}}),ki=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicRecordsetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicRecordsetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchCreatePublicRecordsetsTaskResponse=n}}),Ai=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicZonesTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicZonesTaskRequestBody=void 0;var t=class{constructor(e){this.zone_names=e}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.BatchCreatePublicZonesTaskRequestBody=t}}),ji=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreatePublicZonesTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreatePublicZonesTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchCreatePublicZonesTaskResponse=n}}),Mi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetWithLine.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetWithLine=void 0;var t=class{constructor(e,t){this.line=e,this.records=t}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}};exports.BatchCreateRecordSetWithLine=t}}),Ni=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetsTaskItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetsTaskItem=void 0;var t=class{constructor(e,t){this.type=e,this.records=t}withName(e){return this.name=e,this}withType(e){return this.type=e,this}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.BatchCreateRecordSetsTaskItem=t}}),Pi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetsTaskRequestBody=void 0;var t=class{constructor(e){this.recordsets=e}withRecordsets(e){return this.recordsets=e,this}};exports.BatchCreateRecordSetsTaskRequestBody=t}}),Fi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateRecordSetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateRecordSetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchCreateRecordSetsTaskResponse=n}}),Ii=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchCreateTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchCreateTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.BatchCreateTagResponse=n}}),Li=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePtrRecordsRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePtrRecordsRequestBody=void 0;var t=class{constructor(){}withFloatingipIds(e){return this.floatingip_ids=e,this}set floatingipIds(e){this.floatingip_ids=e}get floatingipIds(){return this.floatingip_ids}};exports.BatchDeletePtrRecordsRequestBody=t}}),Ri=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePtrRecordsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePtrRecordsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.BatchDeletePtrRecordsResponse=n}}),zi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePublicRecordsetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePublicRecordsetsTaskRequestBody=void 0;var t=class{constructor(e,t){this.zone_names=e,this.recordset_name_prefixes=t}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withRecordsetNamePrefixes(e){return this.recordset_name_prefixes=e,this}set recordsetNamePrefixes(e){this.recordset_name_prefixes=e}get recordsetNamePrefixes(){return this.recordset_name_prefixes}};exports.BatchDeletePublicRecordsetsTaskRequestBody=t}}),Bi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeletePublicRecordsetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeletePublicRecordsetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchDeletePublicRecordsetsTaskResponse=n}}),Vi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetWithLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetWithLineRequestBody=void 0;var t=class{constructor(e){this.recordset_ids=e}withRecordsetIds(e){return this.recordset_ids=e,this}set recordsetIds(e){this.recordset_ids=e}get recordsetIds(){return this.recordset_ids}};exports.BatchDeleteRecordSetWithLineRequestBody=t}}),Hi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchDeleteRecordSetWithLineResponse=n}}),Ui=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetsRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetsRequestBody=void 0;var t=class{constructor(e,t){this.zone_type=e,this.recordset_ids=t}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withRecordsetIds(e){return this.recordset_ids=e,this}set recordsetIds(e){this.recordset_ids=e}get recordsetIds(){return this.recordset_ids}};exports.BatchDeleteRecordSetsRequestBody=t}}),Wi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteRecordSetsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteRecordSetsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchDeleteRecordSetsResponse=n}}),Gi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteZonesRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteZonesRequestBody=void 0;var t=class{constructor(e,t){this.zone_type=e,this.zone_ids=t}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withZoneIds(e){return this.zone_ids=e,this}set zoneIds(e){this.zone_ids=e}get zoneIds(){return this.zone_ids}};exports.BatchDeleteZonesRequestBody=t}}),Ki=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchDeleteZonesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchDeleteZonesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withZones(e){return this.zones=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchDeleteZonesResponse=n}}),qi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchHandTags.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchHandTags=void 0;var t=class{constructor(e,t){this.tags=e,this.action=t}withTags(e){return this.tags=e,this}withAction(e){return this.action=e,this}};exports.BatchHandTags=t}}),Ji=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetRecordSetsStatusRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetRecordSetsStatusRequestBody=void 0;var t=class{constructor(e,t){this.status=e,this.recordset_ids=t}withStatus(e){return this.status=e,this}withRecordsetIds(e){return this.recordset_ids=e,this}set recordsetIds(e){this.recordset_ids=e}get recordsetIds(){return this.recordset_ids}};exports.BatchSetRecordSetsStatusRequestBody=t}}),Yi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetRecordSetsStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetRecordSetsStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchSetRecordSetsStatusResponse=n}}),Xi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetZonesStatusRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetZonesStatusRequestBody=void 0;var t=class{constructor(e,t){this.status=e,this.zone_ids=t}withStatus(e){return this.status=e,this}withZoneIds(e){return this.zone_ids=e,this}set zoneIds(e){this.zone_ids=e}get zoneIds(){return this.zone_ids}};exports.BatchSetZonesStatusRequestBody=t}}),Zi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchSetZonesStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchSetZonesStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withZones(e){return this.zones=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchSetZonesStatusResponse=n}}),Qi=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchTransferPublicZonesTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchTransferPublicZonesTaskRequestBody=void 0;var t=class{constructor(e,t){this.zone_names=e,this.target_user=t}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withTargetUser(e){return this.target_user=e,this}set targetUser(e){this.target_user=e}get targetUser(){return this.target_user}};exports.BatchTransferPublicZonesTaskRequestBody=t}}),$i=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchTransferPublicZonesTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchTransferPublicZonesTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchTransferPublicZonesTaskResponse=n}}),ea=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsConditionvalue.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsConditionvalue=void 0;var t=class{constructor(e){this.condition=e}withCondition(e){return this.condition=e,this}withValue(e){return this.value=e,this}};exports.BatchUpdatePublicRecordsetsConditionvalue=t}}),ta=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsFilter.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsFilter=void 0;var t=class{constructor(e,t){this.relation=e,this.conditions=t}withRelation(e){return this.relation=e,this}withConditions(e){return this.conditions=e,this}};exports.BatchUpdatePublicRecordsetsFilter=t}}),na=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsTaskRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsTaskRequestBody=void 0;var t=class{constructor(e,t,n){this.zone_names=e,this.filter=t,this.update_info=n}withZoneNames(e){return this.zone_names=e,this}set zoneNames(e){this.zone_names=e}get zoneNames(){return this.zone_names}withFilter(e){return this.filter=e,this}withUpdateInfo(e){return this.update_info=e,this}set updateInfo(e){this.update_info=e}get updateInfo(){return this.update_info}};exports.BatchUpdatePublicRecordsetsTaskRequestBody=t}}),ra=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}};exports.BatchUpdatePublicRecordsetsTaskResponse=n}}),ia=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdatePublicRecordsetsUpdateValue.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdatePublicRecordsetsUpdateValue=void 0;var t=class{constructor(e,t){this.key=e,this.values=t}withKey(e){return this.key=e,this}withValues(e){return this.values=e,this}};exports.BatchUpdatePublicRecordsetsUpdateValue=t}}),aa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdateRecordSet.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdateRecordSet=void 0;var t=class{constructor(e,t){this.id=e,this.records=t}withId(e){return this.id=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}};exports.BatchUpdateRecordSet=t}}),oa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdateRecordSetWithLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdateRecordSetWithLineRequestBody=void 0;var t=class{constructor(e){this.recordsets=e}withRecordsets(e){return this.recordsets=e,this}};exports.BatchUpdateRecordSetWithLineRequestBody=t}}),sa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/BatchUpdateRecordSetWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.BatchUpdateRecordSetWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.BatchUpdateRecordSetWithLineResponse=n}}),ca=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordRequestBody=void 0;var t=class{constructor(e){this.zone_name=e}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}};exports.CreateAuthorizeTxtRecordRequestBody=t}}),la=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withRecord(e){return this.record=e,this}withStatus(e){return this.status=e,this}withSecondLevelZoneName(e){return this.second_level_zone_name=e,this}set secondLevelZoneName(e){this.second_level_zone_name=e}get secondLevelZoneName(){return this.second_level_zone_name}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.CreateAuthorizeTxtRecordResponse=n}}),ua=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateAuthorizeTxtRecordVerificationResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateAuthorizeTxtRecordVerificationResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withStatus(e){return this.status=e,this}};exports.CreateAuthorizeTxtRecordVerificationResponse=n}}),da=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateCustomLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateCustomLineRequestBody=void 0;var t=class{constructor(e,t){this.name=e,this.ip_segments=t}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withDescription(e){return this.description=e,this}};exports.CreateCustomLineRequestBody=t}}),fa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateCustomLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateCustomLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.CreateCustomLineResponse=n}}),pa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEipRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEipRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withAddress(e){return this.address=e,this}withStatus(e){return this.status=e,this}withAction(e){return this.action=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.CreateEipRecordSetResponse=n}}),ma=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEndpointRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEndpointRequestBody=void 0;var t=class{constructor(e,t,n,r){this.name=e,this.direction=t,this.region=n,this.ipaddresses=r}withName(e){return this.name=e,this}withDirection(e){return this.direction=e,this}withRegion(e){return this.region=e,this}withIpaddresses(e){return this.ipaddresses=e,this}};exports.CreateEndpointRequestBody=t}}),ha=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateEndpointResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateEndpointResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.CreateEndpointResponse=n}}),ga=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateLineGroupResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateLineGroupResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.CreateLineGroupResponse=n}}),K=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateLineGroupsReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateLineGroupsReq=void 0;var t=class{constructor(e,t){this.name=e,this.lines=t}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withLines(e){return this.lines=e,this}};exports.CreateLineGroupsReq=t}}),_a=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateLineGroupsResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateLineGroupsResp=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.CreateLineGroupsResp=t}}),va=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePrivateZoneReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePrivateZoneReq=void 0;var t=class{constructor(e,t,n){this.name=e,this.zone_type=t,this.router=n}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}withRouter(e){return this.router=e,this}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}withTags(e){return this.tags=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.CreatePrivateZoneReq=t}}),ya=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePrivateZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePrivateZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}withRouter(e){return this.router=e,this}};exports.CreatePrivateZoneResponse=n}}),q=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePtrReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePtrReq=void 0;var t=class{constructor(e){this.ptrdname=e}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}};exports.CreatePtrReq=t}}),ba=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePtrRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePtrRequestBody=void 0;var t=class{constructor(e){this.ptrdnames=e}withPublicip(e){return this.publicip=e,this}withPtrdnames(e){return this.ptrdnames=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withTags(e){return this.tags=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.CreatePtrRequestBody=t}}),xa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePtrResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePtrResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withPublicip(e){return this.publicip=e,this}withPtrdnames(e){return this.ptrdnames=e,this}withId(e){return this.id=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.CreatePtrResponse=n}}),Sa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePublicZoneReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePublicZoneReq=void 0;var t=class{constructor(e){this.name=e}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}};exports.CreatePublicZoneReq=t}}),Ca=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreatePublicZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreatePublicZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withMasters(e){return this.masters=e,this}};exports.CreatePublicZoneResponse=n}}),wa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRSetBatchLinesReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRSetBatchLinesReq=void 0;var t=class{constructor(e,t,n){this.name=e,this.type=t,this.lines=n}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withLines(e){return this.lines=e,this}};exports.CreateRSetBatchLinesReq=t}}),Ta=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetRequestBody=void 0;var t=class{constructor(e,t,n){this.name=e,this.type=t,this.records=n}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withTags(e){return this.tags=e,this}};exports.CreateRecordSetRequestBody=t}}),J=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}};exports.CreateRecordSetResponse=n}}),Ea=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithBatchLinesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithBatchLinesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.CreateRecordSetWithBatchLinesResponse=n}}),Da=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithLineRequestBody=void 0;var t=class{constructor(e,t){this.name=e,this.type=t}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withLine(e){return this.line=e,this}withTags(e){return this.tags=e,this}withWeight(e){return this.weight=e,this}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.CreateRecordSetWithLineRequestBody=t}}),Oa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRecordSetWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRecordSetWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.CreateRecordSetWithLineResponse=n}}),ka=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverQueryLogConfigRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverQueryLogConfigRequestBody=void 0;var t=class{constructor(e,t,n){this.lts_group_id=e,this.lts_topic_id=t,this.vpc=n}withLtsGroupId(e){return this.lts_group_id=e,this}set ltsGroupId(e){this.lts_group_id=e}get ltsGroupId(){return this.lts_group_id}withLtsTopicId(e){return this.lts_topic_id=e,this}set ltsTopicId(e){this.lts_topic_id=e}get ltsTopicId(){return this.lts_topic_id}withVpc(e){return this.vpc=e,this}};exports.CreateResolverQueryLogConfigRequestBody=t}}),Aa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfig(e){return this.resolver_query_log_config=e,this}set resolverQueryLogConfig(e){this.resolver_query_log_config=e}get resolverQueryLogConfig(){return this.resolver_query_log_config}};exports.CreateResolverQueryLogConfigResponse=n}}),ja=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverRuleRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverRuleRequestBody=void 0;var t=class{constructor(e,t,n,r){this.name=e,this.domain_name=t,this.endpoint_id=n,this.ipaddresses=r}withName(e){return this.name=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withIpaddresses(e){return this.ipaddresses=e,this}};exports.CreateResolverRuleRequestBody=t}}),Ma=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateResolverRuleResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateResolverRuleResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRule(e){return this.resolver_rule=e,this}set resolverRule(e){this.resolver_rule=e}get resolverRule(){return this.resolver_rule}};exports.CreateResolverRuleResponse=n}}),Na=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalRequestBody=void 0;var t=class{constructor(){}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}};exports.CreateRetrievalRequestBody=t}}),Pa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withRecord(e){return this.record=e,this}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.CreateRetrievalResponse=n}}),Fa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateRetrievalVerificationResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateRetrievalVerificationResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.CreateRetrievalVerificationResponse=n}}),Ia=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateTagReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateTagReq=void 0;var t=class{constructor(e){this.tag=e}withTag(e){return this.tag=e,this}};exports.CreateTagReq=t}}),La=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/CreateTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.CreateTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.CreateTagResponse=n}}),Ra=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteBatchCreateRecordSetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteBatchCreateRecordSetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.DeleteBatchCreateRecordSetsTaskResponse=n}}),za=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteCustomLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteCustomLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.DeleteCustomLineResponse=n}}),Ba=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteEndpointResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteEndpointResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.DeleteEndpointResponse=n}}),Va=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteLineGroupResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteLineGroupResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.DeleteLineGroupResponse=n}}),Ha=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePrivateZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePrivateZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}withRouters(e){return this.routers=e,this}};exports.DeletePrivateZoneResponse=n}}),Ua=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePtrResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePtrResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.DeletePtrResponse=n}}),Wa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeletePublicZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeletePublicZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withMasters(e){return this.masters=e,this}withLinks(e){return this.links=e,this}};exports.DeletePublicZoneResponse=n}}),Ga=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}};exports.DeleteRecordSetResponse=n}}),Ka=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteRecordSetsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteRecordSetsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.DeleteRecordSetsResponse=n}}),qa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.DeleteResolverQueryLogConfigResponse=n}}),Ja=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteResolverRuleResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteResolverRuleResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRule(e){return this.resolver_rule=e,this}set resolverRule(e){this.resolver_rule=e}get resolverRule(){return this.resolver_rule}};exports.DeleteResolverRuleResponse=n}}),Ya=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DeleteTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DeleteTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.DeleteTagResponse=n}}),Xa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisableDnssecConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisableDnssecConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withStatus(e){return this.status=e,this}};exports.DisableDnssecConfigResponse=n}}),Za=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateEndpointIpaddressResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateEndpointIpaddressResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.DisassociateEndpointIpaddressResponse=n}}),Qa=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfig(e){return this.resolver_query_log_config=e,this}set resolverQueryLogConfig(e){this.resolver_query_log_config=e}get resolverQueryLogConfig(){return this.resolver_query_log_config}};exports.DisassociateResolverQueryLogConfigResponse=n}}),$a=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateResolverRuleRouterResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateResolverRuleRouterResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.DisassociateResolverRuleRouterResponse=n}}),eo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociateRouterResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociateRouterResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.DisassociateRouterResponse=n}}),to=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DisassociaterouterRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DisassociaterouterRequestBody=void 0;var t=class{constructor(e){this.router=e}withRouter(e){return this.router=e,this}};exports.DisassociaterouterRequestBody=t}}),no=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/DomainQuotaResponseQuotas.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DomainQuotaResponseQuotas=void 0;var t=class{constructor(e,t,n,r){this.quota_key=e,this.quota_limit=t,this.used=n,this.unit=r}withQuotaKey(e){return this.quota_key=e,this}set quotaKey(e){this.quota_key=e}get quotaKey(){return this.quota_key}withQuotaLimit(e){return this.quota_limit=e,this}set quotaLimit(e){this.quota_limit=e}get quotaLimit(){return this.quota_limit}withUsed(e){return this.used=e,this}withUnit(e){return this.unit=e,this}};exports.DomainQuotaResponseQuotas=t}}),ro=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/EnableDnssecConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.EnableDnssecConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withKeyTag(e){return this.key_tag=e,this}set keyTag(e){this.key_tag=e}get keyTag(){return this.key_tag}withFlag(e){return this.flag=e,this}withDigestAlgorithm(e){return this.digest_algorithm=e,this}set digestAlgorithm(e){this.digest_algorithm=e}get digestAlgorithm(){return this.digest_algorithm}withDigestType(e){return this.digest_type=e,this}set digestType(e){this.digest_type=e}get digestType(){return this.digest_type}withDigest(e){return this.digest=e,this}withSignature(e){return this.signature=e,this}withSignatureType(e){return this.signature_type=e,this}set signatureType(e){this.signature_type=e}get signatureType(){return this.signature_type}withKskPublicKey(e){return this.ksk_public_key=e,this}set kskPublicKey(e){this.ksk_public_key=e}get kskPublicKey(){return this.ksk_public_key}withDsRecord(e){return this.ds_record=e,this}set dsRecord(e){this.ds_record=e}get dsRecord(){return this.ds_record}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}};exports.EnableDnssecConfigResponse=n}}),io=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/EndpointResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.EndpointResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDirection(e){return this.direction=e,this}withStatus(e){return this.status=e,this}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}withIpaddressCount(e){return this.ipaddress_count=e,this}set ipaddressCount(e){this.ipaddress_count=e}get ipaddressCount(){return this.ipaddress_count}withResolverRuleCount(e){return this.resolver_rule_count=e,this}set resolverRuleCount(e){this.resolver_rule_count=e}get resolverRuleCount(){return this.resolver_rule_count}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}};exports.EndpointResp=t}}),ao=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/FloatingIpsPtr.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.FloatingIpsPtr=void 0;var t=class{constructor(){}withPtrdnames(e){return this.ptrdnames=e,this}withId(e){return this.id=e,this}withPublicip(e){return this.publicip=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withTags(e){return this.tags=e,this}};exports.FloatingIpsPtr=t}}),oo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/IpInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.IpInfo=void 0;var t=class{constructor(){}withIp(e){return this.ip=e,this}};exports.IpInfo=t}}),so=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/IpValue.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.IpValue=void 0;var t=class{constructor(){}withIp(e){return this.ip=e,this}};exports.IpValue=t}}),co=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/IpaddressInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.IpaddressInfo=void 0;var t=class{constructor(e){this.subnet_id=e}withSubnetId(e){return this.subnet_id=e,this}set subnetId(e){this.subnet_id=e}get subnetId(){return this.subnet_id}withIp(e){return this.ip=e,this}};exports.IpaddressInfo=t}}),lo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Ipaddresses.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Ipaddresses=void 0;var t=class{constructor(e){this.ipaddress=e}withIpaddress(e){return this.ipaddress=e,this}};exports.Ipaddresses=t}}),uo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/IpaddressesData.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.IpaddressesData=void 0;var t=class{constructor(){}withStatus(e){return this.status=e,this}withId(e){return this.id=e,this}withIp(e){return this.ip=e,this}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}withSubnetId(e){return this.subnet_id=e,this}set subnetId(e){this.subnet_id=e}get subnetId(){return this.subnet_id}withErrorInfo(e){return this.error_info=e,this}set errorInfo(e){this.error_info=e}get errorInfo(){return this.error_info}};exports.IpaddressesData=t}}),fo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Line.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Line=void 0;var t=class{constructor(){}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.Line=t}}),po=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Link.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Link=void 0;var t=class{constructor(){}withSelf(e){return this.self=e,this}};exports.Link=t}}),mo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/LinksItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.LinksItem=void 0;var t=class{constructor(e,t){this.href=e,this.rel=t}withHref(e){return this.href=e,this}withRel(e){return this.rel=e,this}};exports.LinksItem=t}}),ho=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListApiVersionsItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListApiVersionsItem=void 0;var t=class{constructor(){}withStatus(e){return this.status=e,this}withId(e){return this.id=e,this}withLinks(e){return this.links=e,this}};exports.ListApiVersionsItem=t}}),Y=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListApiVersionsRequest.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListApiVersionsRequest=void 0;var t=class{constructor(){}};exports.ListApiVersionsRequest=t}}),go=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListApiVersionsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListApiVersionsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withVersions(e){return this.versions=e,this}};exports.ListApiVersionsResponse=n}}),_o=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListBatchOperationTasksItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListBatchOperationTasksItem=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withSuccessCount(e){return this.success_count=e,this}set successCount(e){this.success_count=e}get successCount(){return this.success_count}withErrorCount(e){return this.error_count=e,this}set errorCount(e){this.error_count=e}get errorCount(){return this.error_count}};exports.ListBatchOperationTasksItem=t}}),vo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListBatchOperationTasksResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListBatchOperationTasksResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTasks(e){return this.tasks=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListBatchOperationTasksResponse=n}}),yo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListCustomLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListCustomLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLines(e){return this.lines=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListCustomLineResponse=n}}),bo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointIpaddressesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointIpaddressesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withIpaddresses(e){return this.ipaddresses=e,this}};exports.ListEndpointIpaddressesResponse=n}}),xo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointVpcsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointVpcsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withVpcs(e){return this.vpcs=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListEndpointVpcsResponse=n}}),So=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListEndpointsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListEndpointsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoints(e){return this.endpoints=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListEndpointsResponse=n}}),Co=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListLineGroupsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListLineGroupsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinegroups(e){return this.linegroups=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListLineGroupsResponse=n}}),wo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListNameServersResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListNameServersResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withNameservers(e){return this.nameservers=e,this}};exports.ListNameServersResponse=n}}),To=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPrivateZonesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPrivateZonesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withMetadata(e){return this.metadata=e,this}withZones(e){return this.zones=e,this}};exports.ListPrivateZonesResponse=n}}),Eo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrRecordsFloatingResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrRecordsFloatingResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withAddress(e){return this.address=e,this}withStatus(e){return this.status=e,this}withAction(e){return this.action=e,this}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ListPtrRecordsFloatingResp=t}}),Do=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrRecordsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrRecordsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withMetadata(e){return this.metadata=e,this}withFloatingips(e){return this.floatingips=e,this}};exports.ListPtrRecordsResponse=n}}),Oo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPtrsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPtrsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withFloatingips(e){return this.floatingips=e,this}withLinks(e){return this.links=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListPtrsResponse=n}}),ko=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPublicZoneLinesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPublicZoneLinesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withLines(e){return this.lines=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListPublicZoneLinesResponse=n}}),Ao=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListPublicZonesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListPublicZonesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withZones(e){return this.zones=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListPublicZonesResponse=n}}),jo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSets.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSets=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}};exports.ListRecordSets=t}}),Mo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsByZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsByZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListRecordSetsByZoneResponse=n}}),No=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListRecordSetsResponse=n}}),Po=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListRecordSetsWithLineResponse=n}}),Fo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListRecordSetsWithTags.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListRecordSetsWithTags=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}};exports.ListRecordSetsWithTags=t}}),Io=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverQueryLogConfigsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverQueryLogConfigsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfigs(e){return this.resolver_query_log_configs=e,this}set resolverQueryLogConfigs(e){this.resolver_query_log_configs=e}get resolverQueryLogConfigs(){return this.resolver_query_log_configs}withPageInfo(e){return this.page_info=e,this}set pageInfo(e){this.page_info=e}get pageInfo(){return this.page_info}};exports.ListResolverQueryLogConfigsResponse=n}}),Lo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverRuleParam.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverRuleParam=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withStatus(e){return this.status=e,this}withRuleType(e){return this.rule_type=e,this}set ruleType(e){this.rule_type=e}get ruleType(){return this.rule_type}withIpaddressCount(e){return this.ipaddress_count=e,this}set ipaddressCount(e){this.ipaddress_count=e}get ipaddressCount(){return this.ipaddress_count}withRouters(e){return this.routers=e,this}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}};exports.ListResolverRuleParam=t}}),Ro=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListResolverRulesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListResolverRulesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRules(e){return this.resolver_rules=e,this}set resolverRules(e){this.resolver_rules=e}get resolverRules(){return this.resolver_rules}withLinks(e){return this.links=e,this}withMetadata(e){return this.metadata=e,this}withPageInfo(e){return this.page_info=e,this}set pageInfo(e){this.page_info=e}get pageInfo(){return this.page_info}};exports.ListResolverRulesResponse=n}}),zo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListSystemLinesResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListSystemLinesResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLines(e){return this.lines=e,this}withMetadata(e){return this.metadata=e,this}};exports.ListSystemLinesResponse=n}}),Bo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagReq=void 0;var t=class{constructor(e){this.action=e}withTags(e){return this.tags=e,this}withTagsAny(e){return this.tags_any=e,this}set tagsAny(e){this.tags_any=e}get tagsAny(){return this.tags_any}withNotTags(e){return this.not_tags=e,this}set notTags(e){this.not_tags=e}get notTags(){return this.not_tags}withNotTagsAny(e){return this.not_tags_any=e,this}set notTagsAny(e){this.not_tags_any=e}get notTagsAny(){return this.not_tags_any}withLimit(e){return this.limit=e,this}withOffset(e){return this.offset=e,this}withAction(e){return this.action=e,this}withMatches(e){return this.matches=e,this}};exports.ListTagReq=t}}),Vo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResources(e){return this.resources=e,this}withTotalCount(e){return this.total_count=e,this}set totalCount(e){this.total_count=e}get totalCount(){return this.total_count}};exports.ListTagResponse=n}}),Ho=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ListTagsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ListTagsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTags(e){return this.tags=e,this}};exports.ListTagsResponse=n}}),Uo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Match.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Match=void 0;var t=class{constructor(e){this.key=e}withKey(e){return this.key=e,this}withValue(e){return this.value=e,this}};exports.Match=t}}),Wo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Metadata.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Metadata=void 0;var t=class{constructor(){}withTotalCount(e){return this.total_count=e,this}set totalCount(e){this.total_count=e}get totalCount(){return this.total_count}};exports.Metadata=t}}),Go=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/NameServersResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.NameServersResp=void 0;var t=class{constructor(){}withType(e){return this.type=e,this}withRegion(e){return this.region=e,this}withNsRecords(e){return this.ns_records=e,this}set nsRecords(e){this.ns_records=e}get nsRecords(){return this.ns_records}};exports.NameServersResp=t}}),Ko=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Nameserver.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Nameserver=void 0;var t=class{constructor(){}withHostname(e){return this.hostname=e,this}withPriority(e){return this.priority=e,this}};exports.Nameserver=t}}),qo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/NsRecords.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.NsRecords=void 0;var t=class{constructor(){}withHostname(e){return this.hostname=e,this}withAddress(e){return this.address=e,this}withPriority(e){return this.priority=e,this}};exports.NsRecords=t}}),X=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PageInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PageInfo=void 0;var t=class{constructor(){}withNextMarker(e){return this.next_marker=e,this}set nextMarker(e){this.next_marker=e}get nextMarker(){return this.next_marker}withPreviousMarker(e){return this.previous_marker=e,this}set previousMarker(e){this.previous_marker=e}get previousMarker(){return this.previous_marker}withCurrentCount(e){return this.current_count=e,this}set currentCount(e){this.current_count=e}get currentCount(){return this.current_count}};exports.PageInfo=t}}),Jo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PageLink.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PageLink=void 0;var t=class{constructor(){}withSelf(e){return this.self=e,this}withNext(e){return this.next=e,this}};exports.PageLink=t}}),Yo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PrivateNameServer.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PrivateNameServer=void 0;var t=class{constructor(){}withPriority(e){return this.priority=e,this}withAddress(e){return this.address=e,this}};exports.PrivateNameServer=t}}),Xo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PrivateZoneResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PrivateZoneResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}withMasters(e){return this.masters=e,this}withRouters(e){return this.routers=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.PrivateZoneResp=t}}),Zo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PublicIpReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PublicIpReq=void 0;var t=class{constructor(){}withRegion(e){return this.region=e,this}withId(e){return this.id=e,this}};exports.PublicIpReq=t}}),Qo=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PublicIpRes.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PublicIpRes=void 0;var t=class{constructor(){}withRegion(e){return this.region=e,this}withId(e){return this.id=e,this}withAddress(e){return this.address=e,this}};exports.PublicIpRes=t}}),$o=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PublicZoneLines.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PublicZoneLines=void 0;var t=class{constructor(){}withLine(e){return this.line=e,this}withLineName(e){return this.line_name=e,this}set lineName(e){this.line_name=e}get lineName(){return this.line_name}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}};exports.PublicZoneLines=t}}),es=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/PublicZoneResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.PublicZoneResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}withMasters(e){return this.masters=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.PublicZoneResp=t}}),ts=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/QueryRecordSetWithLineAndTagsResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.QueryRecordSetWithLineAndTagsResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withTags(e){return this.tags=e,this}withLine(e){return this.line=e,this}withLineName(e){return this.line_name=e,this}set lineName(e){this.line_name=e}get lineName(){return this.line_name}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.QueryRecordSetWithLineAndTagsResp=t}}),ns=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/QueryRecordSetWithLineResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.QueryRecordSetWithLineResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}withBundle(e){return this.bundle=e,this}};exports.QueryRecordSetWithLineResp=t}}),rs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RecordInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RecordInfo=void 0;var t=class{constructor(){}withHost(e){return this.host=e,this}withValue(e){return this.value=e,this}};exports.RecordInfo=t}}),os=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RecordsetData.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RecordsetData=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withStatus(e){return this.status=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withLine(e){return this.line=e,this}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withWeight(e){return this.weight=e,this}};exports.RecordsetData=t}}),ss=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ResolverQueryLogConfig.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ResolverQueryLogConfig=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withLtsGroupId(e){return this.lts_group_id=e,this}set ltsGroupId(e){this.lts_group_id=e}get ltsGroupId(){return this.lts_group_id}withLtsTopicId(e){return this.lts_topic_id=e,this}set ltsTopicId(e){this.lts_topic_id=e}get ltsTopicId(){return this.lts_topic_id}withVpcIds(e){return this.vpc_ids=e,this}set vpcIds(e){this.vpc_ids=e}get vpcIds(){return this.vpc_ids}};exports.ResolverQueryLogConfig=t}}),cs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ResolverRuleParam.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ResolverRuleParam=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withStatus(e){return this.status=e,this}withRuleType(e){return this.rule_type=e,this}set ruleType(e){this.rule_type=e}get ruleType(){return this.rule_type}withIpaddressCount(e){return this.ipaddress_count=e,this}set ipaddressCount(e){this.ipaddress_count=e}get ipaddressCount(){return this.ipaddress_count}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}};exports.ResolverRuleParam=t}}),ls=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ResourceItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ResourceItem=void 0;var t=class{constructor(){}withResourceId(e){return this.resource_id=e,this}set resourceId(e){this.resource_id=e}get resourceId(){return this.resource_id}withResourceDetail(e){return this.resource_detail=e,this}set resourceDetail(e){this.resource_detail=e}get resourceDetail(){return this.resource_detail}withTags(e){return this.tags=e,this}withResourceName(e){return this.resource_name=e,this}set resourceName(e){this.resource_name=e}get resourceName(){return this.resource_name}};exports.ResourceItem=t}}),us=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RestorePtrRecordResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RestorePtrRecordResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.RestorePtrRecordResponse=n}}),ds=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RestorePtrReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RestorePtrReq=void 0;var t=class{constructor(e){this.ptrdname=e}withPtrdname(e){return this.ptrdname=e,this}};exports.RestorePtrReq=t}}),fs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Router.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Router=void 0;var t=class{constructor(e){this.router_id=e}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}withStatus(e){return this.status=e,this}};exports.Router=t}}),ps=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RouterForRule.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RouterForRule=void 0;var t=class{constructor(e){this.router_id=e}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}};exports.RouterForRule=t}}),ms=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/RouterWithStatus.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.RouterWithStatus=void 0;var t=class{constructor(){}withStatus(e){return this.status=e,this}withRouterId(e){return this.router_id=e,this}set routerId(e){this.router_id=e}get routerId(){return this.router_id}withRouterRegion(e){return this.router_region=e,this}set routerRegion(e){this.router_region=e}get routerRegion(){return this.router_region}};exports.RouterWithStatus=t}}),hs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetPrivateZoneProxyPatternRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetPrivateZoneProxyPatternRequestBody=void 0;var t=class{constructor(e){this.proxy_pattern=e}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}};exports.SetPrivateZoneProxyPatternRequestBody=t}}),gs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetPrivateZoneProxyPatternResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetPrivateZoneProxyPatternResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}};exports.SetPrivateZoneProxyPatternResponse=n}}),_s=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetRecordSetsStatusRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetRecordSetsStatusRequestBody=void 0;var t=class{constructor(e){this.status=e}withStatus(e){return this.status=e,this}};exports.SetRecordSetsStatusRequestBody=t}}),vs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SetRecordSetsStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SetRecordSetsStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}withBundle(e){return this.bundle=e,this}};exports.SetRecordSetsStatusResponse=n}}),ys=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowApiInfoResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowApiInfoResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withVersion(e){return this.version=e,this}};exports.ShowApiInfoResponse=n}}),bs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowAuthorizeTxtRecordResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowAuthorizeTxtRecordResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withRecord(e){return this.record=e,this}withStatus(e){return this.status=e,this}withSecondLevelZoneName(e){return this.second_level_zone_name=e,this}set secondLevelZoneName(e){this.second_level_zone_name=e}get secondLevelZoneName(){return this.second_level_zone_name}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.ShowAuthorizeTxtRecordResponse=n}}),xs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchCreateRecordSetsTaskErrorItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchCreateRecordSetsTaskErrorItem=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withType(e){return this.type=e,this}withLine(e){return this.line=e,this}withTtl(e){return this.ttl=e,this}withWeight(e){return this.weight=e,this}withRecords(e){return this.records=e,this}withStatus(e){return this.status=e,this}withErrorCode(e){return this.error_code=e,this}set errorCode(e){this.error_code=e}get errorCode(){return this.error_code}withErrorMessage(e){return this.error_message=e,this}set errorMessage(e){this.error_message=e}get errorMessage(){return this.error_message}};exports.ShowBatchCreateRecordSetsTaskErrorItem=t}}),Ss=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchCreateRecordSetsTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchCreateRecordSetsTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTaskId(e){return this.task_id=e,this}set taskId(e){this.task_id=e}get taskId(){return this.task_id}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withTotalCount(e){return this.total_count=e,this}set totalCount(e){this.total_count=e}get totalCount(){return this.total_count}withSuccessCount(e){return this.success_count=e,this}set successCount(e){this.success_count=e}get successCount(){return this.success_count}withErrorCount(e){return this.error_count=e,this}set errorCount(e){this.error_count=e}get errorCount(){return this.error_count}withErrorItems(e){return this.error_items=e,this}set errorItems(e){this.error_items=e}get errorItems(){return this.error_items}};exports.ShowBatchCreateRecordSetsTaskResponse=n}}),Cs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchOperationTaskErrorItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchOperationTaskErrorItem=void 0;var t=class{constructor(){}withItem(e){return this.item=e,this}withErrorMessage(e){return this.error_message=e,this}set errorMessage(e){this.error_message=e}get errorMessage(){return this.error_message}};exports.ShowBatchOperationTaskErrorItem=t}}),ws=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowBatchOperationTaskResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowBatchOperationTaskResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withSuccessCount(e){return this.success_count=e,this}set successCount(e){this.success_count=e}get successCount(){return this.success_count}withErrorCount(e){return this.error_count=e,this}set errorCount(e){this.error_count=e}get errorCount(){return this.error_count}withErrorItems(e){return this.error_items=e,this}set errorItems(e){this.error_items=e}get errorItems(){return this.error_items}};exports.ShowBatchOperationTaskResponse=n}}),Ts=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDnssecConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDnssecConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withKeyTag(e){return this.key_tag=e,this}set keyTag(e){this.key_tag=e}get keyTag(){return this.key_tag}withFlag(e){return this.flag=e,this}withDigestAlgorithm(e){return this.digest_algorithm=e,this}set digestAlgorithm(e){this.digest_algorithm=e}get digestAlgorithm(){return this.digest_algorithm}withDigestType(e){return this.digest_type=e,this}set digestType(e){this.digest_type=e}get digestType(){return this.digest_type}withDigest(e){return this.digest=e,this}withSignature(e){return this.signature=e,this}withSignatureType(e){return this.signature_type=e,this}set signatureType(e){this.signature_type=e}get signatureType(){return this.signature_type}withKskPublicKey(e){return this.ksk_public_key=e,this}set kskPublicKey(e){this.ksk_public_key=e}get kskPublicKey(){return this.ksk_public_key}withDsRecord(e){return this.ds_record=e,this}set dsRecord(e){this.ds_record=e}get dsRecord(){return this.ds_record}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}};exports.ShowDnssecConfigResponse=n}}),Es=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDomainDetectionResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDomainDetectionResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withType(e){return this.type=e,this}withStatus(e){return this.status=e,this}};exports.ShowDomainDetectionResponse=n}}),Ds=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowDomainQuotaResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowDomainQuotaResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withQuotas(e){return this.quotas=e,this}};exports.ShowDomainQuotaResponse=n}}),Os=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowEmailRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowEmailRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ShowEmailRecordSetResponse=n}}),ks=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowEndpointResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowEndpointResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.ShowEndpointResponse=n}}),As=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowLineGroupResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowLineGroupResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.ShowLineGroupResponse=n}}),js=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPrivateZoneNameServerResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPrivateZoneNameServerResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withNameservers(e){return this.nameservers=e,this}};exports.ShowPrivateZoneNameServerResponse=n}}),Ms=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPrivateZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPrivateZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}withRouters(e){return this.routers=e,this}withProxyPattern(e){return this.proxy_pattern=e,this}set proxyPattern(e){this.proxy_pattern=e}get proxyPattern(){return this.proxy_pattern}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ShowPrivateZoneResponse=n}}),Ns=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPtrRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPtrRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withAddress(e){return this.address=e,this}withStatus(e){return this.status=e,this}withAction(e){return this.action=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ShowPtrRecordSetResponse=n}}),Ps=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPtrResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPtrResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withPublicip(e){return this.publicip=e,this}withPtrdnames(e){return this.ptrdnames=e,this}withId(e){return this.id=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.ShowPtrResponse=n}}),Fs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPublicZoneNameServerResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPublicZoneNameServerResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withNameservers(e){return this.nameservers=e,this}};exports.ShowPublicZoneNameServerResponse=n}}),Is=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowPublicZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowPublicZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}withMasters(e){return this.masters=e,this}withLinks(e){return this.links=e,this}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}};exports.ShowPublicZoneResponse=n}}),Ls=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetByZoneResp.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetByZoneResp=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.ShowRecordSetByZoneResp=t}}),Rs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetByZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetByZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ShowRecordSetByZoneResponse=n}}),zs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withBundle(e){return this.bundle=e,this}};exports.ShowRecordSetResponse=n}}),Bs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRecordSetWithLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRecordSetWithLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}withBundle(e){return this.bundle=e,this}};exports.ShowRecordSetWithLineResponse=n}}),Vs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverQueryLogConfigResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverQueryLogConfigResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverQueryLogConfig(e){return this.resolver_query_log_config=e,this}set resolverQueryLogConfig(e){this.resolver_query_log_config=e}get resolverQueryLogConfig(){return this.resolver_query_log_config}};exports.ShowResolverQueryLogConfigResponse=n}}),Hs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverRuleRespParam.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverRuleRespParam=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}withEndpointId(e){return this.endpoint_id=e,this}set endpointId(e){this.endpoint_id=e}get endpointId(){return this.endpoint_id}withStatus(e){return this.status=e,this}withRuleType(e){return this.rule_type=e,this}set ruleType(e){this.rule_type=e}get ruleType(){return this.rule_type}withIpaddressCount(e){return this.ipaddress_count=e,this}set ipaddressCount(e){this.ipaddress_count=e}get ipaddressCount(){return this.ipaddress_count}withIpaddresses(e){return this.ipaddresses=e,this}withRouters(e){return this.routers=e,this}withCreateTime(e){return this.create_time=e,this}set createTime(e){this.create_time=e}get createTime(){return this.create_time}withUpdateTime(e){return this.update_time=e,this}set updateTime(e){this.update_time=e}get updateTime(){return this.update_time}};exports.ShowResolverRuleRespParam=t}}),Us=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResolverRuleResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResolverRuleResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRule(e){return this.resolver_rule=e,this}set resolverRule(e){this.resolver_rule=e}get resolverRule(){return this.resolver_rule}};exports.ShowResolverRuleResponse=n}}),Ws=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowResourceTagResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowResourceTagResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withTags(e){return this.tags=e,this}};exports.ShowResourceTagResponse=n}}),Gs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRetrievalResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRetrievalResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withRecord(e){return this.record=e,this}withStatus(e){return this.status=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.ShowRetrievalResponse=n}}),Ks=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowRetrievalVerificationResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowRetrievalVerificationResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withStatus(e){return this.status=e,this}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.ShowRetrievalVerificationResponse=n}}),qs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowWebsiteRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowWebsiteRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLinks(e){return this.links=e,this}withRecordsets(e){return this.recordsets=e,this}withMetadata(e){return this.metadata=e,this}};exports.ShowWebsiteRecordSetResponse=n}}),Js=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ShowZoneNameServerResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ShowZoneNameServerResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withAllHwDns(e){return this.all_hw_dns=e,this}set allHwDns(e){this.all_hw_dns=e}get allHwDns(){return this.all_hw_dns}withIncludeHwDns(e){return this.include_hw_dns=e,this}set includeHwDns(e){this.include_hw_dns=e}get includeHwDns(){return this.include_hw_dns}withDnsServers(e){return this.dns_servers=e,this}set dnsServers(e){this.dns_servers=e}get dnsServers(){return this.dns_servers}withExpectedDnsServers(e){return this.expected_dns_servers=e,this}set expectedDnsServers(e){this.expected_dns_servers=e}get expectedDnsServers(){return this.expected_dns_servers}withDomainName(e){return this.domain_name=e,this}set domainName(e){this.domain_name=e}get domainName(){return this.domain_name}};exports.ShowZoneNameServerResponse=n}}),Ys=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/SystemLine.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.SystemLine=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withFatherId(e){return this.father_id=e,this}set fatherId(e){this.father_id=e}get fatherId(){return this.father_id}withName(e){return this.name=e,this}};exports.SystemLine=t}}),Xs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Tag.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Tag=void 0;var t=class{constructor(e){this.key=e}withKey(e){return this.key=e,this}withValue(e){return this.value=e,this}};exports.Tag=t}}),Zs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/TagValues.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.TagValues=void 0;var t=class{constructor(){}withKey(e){return this.key=e,this}withValues(e){return this.values=e,this}};exports.TagValues=t}}),Qs=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateCustomLineRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateCustomLineRequestBody=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withDescription(e){return this.description=e,this}};exports.UpdateCustomLineRequestBody=t}}),$s=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateCustomLineResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateCustomLineResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withName(e){return this.name=e,this}withIpSegments(e){return this.ip_segments=e,this}set ipSegments(e){this.ip_segments=e}get ipSegments(){return this.ip_segments}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}};exports.UpdateCustomLineResponse=n}}),ec=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateEndpointRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateEndpointRequestBody=void 0;var t=class{constructor(e){this.name=e}withName(e){return this.name=e,this}};exports.UpdateEndpointRequestBody=t}}),tc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateEndpointResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateEndpointResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withEndpoint(e){return this.endpoint=e,this}};exports.UpdateEndpointResponse=n}}),nc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateLineGroupsRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateLineGroupsRequestBody=void 0;var t=class{constructor(e,t){this.name=e,this.lines=t}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withLines(e){return this.lines=e,this}};exports.UpdateLineGroupsRequestBody=t}}),rc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateLineGroupsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateLineGroupsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withName(e){return this.name=e,this}withLines(e){return this.lines=e,this}withStatus(e){return this.status=e,this}withDescription(e){return this.description=e,this}withLineId(e){return this.line_id=e,this}set lineId(e){this.line_id=e}get lineId(){return this.line_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}};exports.UpdateLineGroupsResponse=n}}),ic=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneInfoReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneInfoReq=void 0;var t=class{constructor(){}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}};exports.UpdatePrivateZoneInfoReq=t}}),ac=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}withRouters(e){return this.routers=e,this}};exports.UpdatePrivateZoneResponse=n}}),oc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePrivateZoneStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePrivateZoneStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}};exports.UpdatePrivateZoneStatusResponse=n}}),sc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrRecordResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrRecordResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withAddress(e){return this.address=e,this}withStatus(e){return this.status=e,this}withAction(e){return this.action=e,this}withLinks(e){return this.links=e,this}};exports.UpdatePtrRecordResponse=n}}),cc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrReq=void 0;var t=class{constructor(e){this.ptrdname=e}withPtrdname(e){return this.ptrdname=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withTags(e){return this.tags=e,this}};exports.UpdatePtrReq=t}}),lc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrRequestBody=void 0;var t=class{constructor(e){this.ptrdnames=e}withPtrdnames(e){return this.ptrdnames=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}};exports.UpdatePtrRequestBody=t}}),uc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePtrResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePtrResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withPublicip(e){return this.publicip=e,this}withPtrdnames(e){return this.ptrdnames=e,this}withId(e){return this.id=e,this}withDescription(e){return this.description=e,this}withTtl(e){return this.ttl=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withEnterpriseProjectId(e){return this.enterprise_project_id=e,this}set enterpriseProjectId(e){this.enterprise_project_id=e}get enterpriseProjectId(){return this.enterprise_project_id}};exports.UpdatePtrResponse=n}}),dc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneInfo.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneInfo=void 0;var t=class{constructor(){}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}};exports.UpdatePublicZoneInfo=t}}),fc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}};exports.UpdatePublicZoneResponse=n}}),pc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdatePublicZoneStatusResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdatePublicZoneStatusResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withStatus(e){return this.status=e,this}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withLinks(e){return this.links=e,this}withMasters(e){return this.masters=e,this}};exports.UpdatePublicZoneStatusResponse=n}}),mc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetReq=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}};exports.UpdateRecordSetReq=t}}),hc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreateAt(e){return this.create_at=e,this}set createAt(e){this.create_at=e}get createAt(){return this.create_at}withUpdateAt(e){return this.update_at=e,this}set updateAt(e){this.update_at=e}get updateAt(){return this.update_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}};exports.UpdateRecordSetResponse=n}}),gc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetsReq.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetsReq=void 0;var t=class{constructor(e,t){this.name=e,this.type=t}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withWeight(e){return this.weight=e,this}};exports.UpdateRecordSetsReq=t}}),_c=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateRecordSetsResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateRecordSetsResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withZoneId(e){return this.zone_id=e,this}set zoneId(e){this.zone_id=e}get zoneId(){return this.zone_id}withZoneName(e){return this.zone_name=e,this}set zoneName(e){this.zone_name=e}get zoneName(){return this.zone_name}withType(e){return this.type=e,this}withTtl(e){return this.ttl=e,this}withRecords(e){return this.records=e,this}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withStatus(e){return this.status=e,this}withDefault(e){return this.default=e,this}set _default(e){this.default=e}get _default(){return this.default}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withLinks(e){return this.links=e,this}withLine(e){return this.line=e,this}withWeight(e){return this.weight=e,this}withHealthCheckId(e){return this.health_check_id=e,this}set healthCheckId(e){this.health_check_id=e}get healthCheckId(){return this.health_check_id}withAliasTarget(e){return this.alias_target=e,this}set aliasTarget(e){this.alias_target=e}get aliasTarget(){return this.alias_target}};exports.UpdateRecordSetsResponse=n}}),vc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateResolverRuleRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateResolverRuleRequestBody=void 0;var t=class{constructor(){}withName(e){return this.name=e,this}withIpaddresses(e){return this.ipaddresses=e,this}};exports.UpdateResolverRuleRequestBody=t}}),yc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateResolverRuleResponse.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateResolverRuleResponse=void 0;let t=G();var n=class extends t.SdkResponse{constructor(){super()}withResolverRule(e){return this.resolver_rule=e,this}set resolverRule(e){this.resolver_rule=e}get resolverRule(){return this.resolver_rule}};exports.UpdateResolverRuleResponse=n}}),bc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/UpdateZoneStatusRequestBody.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.UpdateZoneStatusRequestBody=void 0;var t=class{constructor(e){this.status=e}withStatus(e){return this.status=e,this}};exports.UpdateZoneStatusRequestBody=t}}),xc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ValuesItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ValuesItem=void 0;var t=class{constructor(){}withValues(e){return this.values=e,this}};exports.ValuesItem=t}}),Sc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/VersionItem.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.VersionItem=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withStatus(e){return this.status=e,this}withLinks(e){return this.links=e,this}withUpdated(e){return this.updated=e,this}withVersion(e){return this.version=e,this}withMinVersion(e){return this.min_version=e,this}set minVersion(e){this.min_version=e}get minVersion(){return this.min_version}};exports.VersionItem=t}}),Cc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/Vpc.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Vpc=void 0;var t=class{constructor(e){this.vpc_id=e}withVpcId(e){return this.vpc_id=e,this}set vpcId(e){this.vpc_id=e}get vpcId(){return this.vpc_id}withVpcRegion(e){return this.vpc_region=e,this}set vpcRegion(e){this.vpc_region=e}get vpcRegion(){return this.vpc_region}};exports.Vpc=t}}),wc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/VpcsData.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.VpcsData=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withInboundEndpointCount(e){return this.inbound_endpoint_count=e,this}set inboundEndpointCount(e){this.inbound_endpoint_count=e}get inboundEndpointCount(){return this.inbound_endpoint_count}withOutboundEndpointCount(e){return this.outbound_endpoint_count=e,this}set outboundEndpointCount(e){this.outbound_endpoint_count=e}get outboundEndpointCount(){return this.outbound_endpoint_count}};exports.VpcsData=t}}),Tc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/model/ZoneData.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.ZoneData=void 0;var t=class{constructor(){}withId(e){return this.id=e,this}withName(e){return this.name=e,this}withDescription(e){return this.description=e,this}withEmail(e){return this.email=e,this}withTtl(e){return this.ttl=e,this}withSerial(e){return this.serial=e,this}withMasters(e){return this.masters=e,this}withStatus(e){return this.status=e,this}withPoolId(e){return this.pool_id=e,this}set poolId(e){this.pool_id=e}get poolId(){return this.pool_id}withProjectId(e){return this.project_id=e,this}set projectId(e){this.project_id=e}get projectId(){return this.project_id}withZoneType(e){return this.zone_type=e,this}set zoneType(e){this.zone_type=e}get zoneType(){return this.zone_type}withCreatedAt(e){return this.created_at=e,this}set createdAt(e){this.created_at=e}get createdAt(){return this.created_at}withUpdatedAt(e){return this.updated_at=e,this}set updatedAt(e){this.updated_at=e}get updatedAt(){return this.updated_at}withRecordNum(e){return this.record_num=e,this}set recordNum(e){this.record_num=e}get recordNum(){return this.record_num}withLinks(e){return this.links=e,this}};exports.ZoneData=t}}),Ec=d({"node_modules/@huaweicloud/huaweicloud-sdk-core/region/region.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.Region=void 0;var t=class{constructor(e,t){this.id=e,this.endpoints=[],typeof t==`string`?this.endpoints.push(t):Array.isArray(t)&&this.endpoints.push(...t)}};exports.Region=t}}),Dc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/DnsRegion.js"(exports){Object.defineProperty(exports,`__esModule`,{value:!0}),exports.DnsRegion=void 0;let t=Ec();var n=class{static valueOf(e){if(!e)throw Error(`Unexpected empty parameter: regionId.`);let t=this.REGION_MAP[e];if(t)return t;throw Error(`Unexpected regionId: ${e}.`)}};exports.DnsRegion=n,n.CN_EAST_2=new t.Region(`cn-east-2`,[`https://dns.cn-east-2.myhuaweicloud.com`]),n.CN_EAST_3=new t.Region(`cn-east-3`,[`https://dns.cn-east-3.myhuaweicloud.com`]),n.CN_NORTH_1=new t.Region(`cn-north-1`,[`https://dns.cn-north-1.myhuaweicloud.com`]),n.CN_NORTH_4=new t.Region(`cn-north-4`,[`https://dns.cn-north-4.myhuaweicloud.com`]),n.CN_SOUTH_1=new t.Region(`cn-south-1`,[`https://dns.cn-south-1.myhuaweicloud.com`]),n.CN_SOUTHWEST_2=new t.Region(`cn-southwest-2`,[`https://dns.cn-southwest-2.myhuaweicloud.com`]),n.AF_SOUTH_1=new t.Region(`af-south-1`,[`https://dns.af-south-1.myhuaweicloud.com`]),n.AP_SOUTHEAST_1=new t.Region(`ap-southeast-1`,[`https://dns.ap-southeast-1.myhuaweicloud.com`]),n.AP_SOUTHEAST_2=new t.Region(`ap-southeast-2`,[`https://dns.ap-southeast-2.myhuaweicloud.com`]),n.AP_SOUTHEAST_3=new t.Region(`ap-southeast-3`,[`https://dns.ap-southeast-3.myhuaweicloud.com`]),n.SA_BRAZIL_1=new t.Region(`sa-brazil-1`,[`https://dns.sa-brazil-1.myhuaweicloud.com`]),n.LA_SOUTH_2=new t.Region(`la-south-2`,[`https://dns.la-south-2.myhuaweicloud.com`]),n.LA_NORTH_2=new t.Region(`la-north-2`,[`https://dns.la-north-2.myhuaweicloud.com`]),n.NA_MEXICO_1=new t.Region(`na-mexico-1`,[`https://dns.na-mexico-1.myhuaweicloud.com`]),n.CN_NORTH_9=new t.Region(`cn-north-9`,[`https://dns.cn-north-9.myhuaweicloud.com`]),n.CN_NORTH_2=new t.Region(`cn-north-2`,[`https://dns.cn-north-2.myhuaweicloud.com`]),n.CN_SOUTH_2=new t.Region(`cn-south-2`,[`https://dns.cn-south-2.myhuaweicloud.com`]),n.AP_SOUTHEAST_4=new t.Region(`ap-southeast-4`,[`https://dns.ap-southeast-4.myhuaweicloud.com`]),n.AE_AD_1=new t.Region(`ae-ad-1`,[`https://dns.ae-ad-1.myhuaweicloud.com`]),n.RU_MOSCOW_1=new t.Region(`ru-moscow-1`,[`https://dns.ru-moscow-1.myhuaweicloud.com`]),n.ME_EAST_1=new t.Region(`me-east-1`,[`https://dns.me-east-1.myhuaweicloud.com`]),n.AP_SOUTHEAST_5=new t.Region(`ap-southeast-5`,[`https://dns.ap-southeast-5.myhuaweicloud.com`]),n.CN_EAST_5=new t.Region(`cn-east-5`,[`https://dns.cn-east-5.myhuaweicloud.com`]),n.CN_EAST_4=new t.Region(`cn-east-4`,[`https://dns.cn-east-4.myhuaweicloud.com`]),n.TR_WEST_1=new t.Region(`tr-west-1`,[`https://dns.tr-west-1.myhuaweicloud.com`]),n.AF_NORTH_1=new t.Region(`af-north-1`,[`https://dns.af-north-1.myhuaweicloud.com`]),n.MY_KUALALUMPUR_1=new t.Region(`my-kualalumpur-1`,[`https://dns.my-kualalumpur-1.myhuaweicloud.com`]),n.REGION_MAP={"cn-east-2":n.CN_EAST_2,"cn-east-3":n.CN_EAST_3,"cn-north-1":n.CN_NORTH_1,"cn-north-4":n.CN_NORTH_4,"cn-south-1":n.CN_SOUTH_1,"cn-southwest-2":n.CN_SOUTHWEST_2,"af-south-1":n.AF_SOUTH_1,"ap-southeast-1":n.AP_SOUTHEAST_1,"ap-southeast-2":n.AP_SOUTHEAST_2,"ap-southeast-3":n.AP_SOUTHEAST_3,"sa-brazil-1":n.SA_BRAZIL_1,"la-south-2":n.LA_SOUTH_2,"la-north-2":n.LA_NORTH_2,"na-mexico-1":n.NA_MEXICO_1,"cn-north-9":n.CN_NORTH_9,"cn-north-2":n.CN_NORTH_2,"cn-south-2":n.CN_SOUTH_2,"ap-southeast-4":n.AP_SOUTHEAST_4,"ae-ad-1":n.AE_AD_1,"ru-moscow-1":n.RU_MOSCOW_1,"me-east-1":n.ME_EAST_1,"ap-southeast-5":n.AP_SOUTHEAST_5,"cn-east-5":n.CN_EAST_5,"cn-east-4":n.CN_EAST_4,"tr-west-1":n.TR_WEST_1,"af-north-1":n.AF_NORTH_1,"my-kualalumpur-1":n.MY_KUALALUMPUR_1}}}),Oc=d({"node_modules/@huaweicloud/huaweicloud-sdk-dns/v2/public-api.js"(exports){var t=Object.create?function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||(`get`in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}:function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]},n=function(e,n){for(var r in e)r!==`default`&&!Object.prototype.hasOwnProperty.call(n,r)&&t(n,e,r)};Object.defineProperty(exports,`__esModule`,{value:!0}),n(gi(),exports),n(_i(),exports),n(mn(),exports),n(vi(),exports),n(yi(),exports),n(hn(),exports),n(bi(),exports),n(xi(),exports),n(gn(),exports),n(Si(),exports),n(_n(),exports),n(Ci(),exports),n(wi(),exports),n(vn(),exports),n(Ti(),exports),n(Ei(),exports),n(Di(),exports),n(yn(),exports),n(Oi(),exports),n(ki(),exports),n(bn(),exports),n(Ai(),exports),n(ji(),exports),n(Mi(),exports),n(Ni(),exports),n(xn(),exports),n(Pi(),exports),n(Fi(),exports),n(B(),exports),n(Ii(),exports),n(V(),exports),n(Li(),exports),n(Ri(),exports),n(Sn(),exports),n(zi(),exports),n(Bi(),exports),n(Cn(),exports),n(Vi(),exports),n(Hi(),exports),n(wn(),exports),n(Ui(),exports),n(Wi(),exports),n(Tn(),exports),n(Gi(),exports),n(Ki(),exports),n(qi(),exports),n(En(),exports),n(Ji(),exports),n(Yi(),exports),n(Dn(),exports),n(Xi(),exports),n(Zi(),exports),n(On(),exports),n(Qi(),exports),n($i(),exports),n(ea(),exports),n(ta(),exports),n(kn(),exports),n(na(),exports),n(ra(),exports),n(ia(),exports),n(aa(),exports),n(An(),exports),n(oa(),exports),n(sa(),exports),n(jn(),exports),n(ca(),exports),n(la(),exports),n(Mn(),exports),n(ua(),exports),n(Nn(),exports),n(da(),exports),n(fa(),exports),n(Pn(),exports),n(pa(),exports),n(Fn(),exports),n(ma(),exports),n(ha(),exports),n(In(),exports),n(ga(),exports),n(K(),exports),n(_a(),exports),n(va(),exports),n(H(),exports),n(ya(),exports),n(q(),exports),n(Ln(),exports),n(ba(),exports),n(xa(),exports),n(Sa(),exports),n(Rn(),exports),n(Ca(),exports),n(wa(),exports),n(zn(),exports),n(Ta(),exports),n(J(),exports),n(Bn(),exports),n(Ea(),exports),n(Vn(),exports),n(Da(),exports),n(Oa(),exports),n(Hn(),exports),n(ka(),exports),n(Aa(),exports),n(Un(),exports),n(ja(),exports),n(Ma(),exports),n(Wn(),exports),n(Na(),exports),n(Pa(),exports),n(Gn(),exports),n(Fa(),exports),n(Ia(),exports),n(Kn(),exports),n(La(),exports),n(qn(),exports),n(Ra(),exports),n(Jn(),exports),n(za(),exports),n(Yn(),exports),n(Ba(),exports),n(Xn(),exports),n(Va(),exports),n(Zn(),exports),n(Ha(),exports),n(Qn(),exports),n(Ua(),exports),n($n(),exports),n(Wa(),exports),n(er(),exports),n(Ga(),exports),n(tr(),exports),n(Ka(),exports),n(nr(),exports),n(qa(),exports),n(rr(),exports),n(Ja(),exports),n(ir(),exports),n(Ya(),exports),n(ar(),exports),n(Xa(),exports),n(or(),exports),n(Za(),exports),n(sr(),exports),n(Qa(),exports),n(cr(),exports),n($a(),exports),n(lr(),exports),n(eo(),exports),n(to(),exports),n(no(),exports),n(ur(),exports),n(ro(),exports),n(io(),exports),n(ao(),exports),n(oo(),exports),n(so(),exports),n(co(),exports),n(lo(),exports),n(uo(),exports),n(fo(),exports),n(po(),exports),n(mo(),exports),n(ho(),exports),n(Y(),exports),n(go(),exports),n(_o(),exports),n(dr(),exports),n(vo(),exports),n(fr(),exports),n(yo(),exports),n(pr(),exports),n(bo(),exports),n(mr(),exports),n(xo(),exports),n(hr(),exports),n(So(),exports),n(gr(),exports),n(Co(),exports),n(_r(),exports),n(wo(),exports),n(vr(),exports),n(To(),exports),n(Eo(),exports),n(yr(),exports),n(Do(),exports),n(br(),exports),n(Oo(),exports),n(xr(),exports),n(ko(),exports),n(Sr(),exports),n(Ao(),exports),n(jo(),exports),n(Cr(),exports),n(Mo(),exports),n(wr(),exports),n(No(),exports),n(Tr(),exports),n(Po(),exports),n(Fo(),exports),n(Er(),exports),n(Io(),exports),n(Lo(),exports),n(Dr(),exports),n(Ro(),exports),n(Or(),exports),n(zo(),exports),n(Bo(),exports),n(kr(),exports),n(Vo(),exports),n(Ar(),exports),n(Ho(),exports),n(Uo(),exports),n(Wo(),exports),n(Go(),exports),n(Ko(),exports),n(qo(),exports),n(X(),exports),n(Jo(),exports),n(Yo(),exports),n(Xo(),exports),n(Zo(),exports),n(Qo(),exports),n($o(),exports),n(es(),exports),n(ts(),exports),n(ns(),exports),n(rs(),exports),n(os(),exports),n(ss(),exports),n(cs(),exports),n(ls(),exports),n(jr(),exports),n(us(),exports),n(ds(),exports),n(fs(),exports),n(ps(),exports),n(ms(),exports),n(Mr(),exports),n(hs(),exports),n(gs(),exports),n(Nr(),exports),n(_s(),exports),n(vs(),exports),n(U(),exports),n(ys(),exports),n(Pr(),exports),n(bs(),exports),n(xs(),exports),n(Fr(),exports),n(Ss(),exports),n(Cs(),exports),n(Ir(),exports),n(ws(),exports),n(W(),exports),n(Ts(),exports),n(Lr(),exports),n(Es(),exports),n(Rr(),exports),n(Ds(),exports),n(zr(),exports),n(Os(),exports),n(Br(),exports),n(ks(),exports),n(Vr(),exports),n(As(),exports),n(Hr(),exports),n(js(),exports),n(Ur(),exports),n(Ms(),exports),n(Wr(),exports),n(Ns(),exports),n(Gr(),exports),n(Ps(),exports),n(Kr(),exports),n(Fs(),exports),n(qr(),exports),n(Is(),exports),n(Jr(),exports),n(Ls(),exports),n(Rs(),exports),n(Yr(),exports),n(zs(),exports),n(Xr(),exports),n(Bs(),exports),n(Zr(),exports),n(Vs(),exports),n(Qr(),exports),n(Hs(),exports),n(Us(),exports),n($r(),exports),n(Ws(),exports),n(ei(),exports),n(Gs(),exports),n(ti(),exports),n(Ks(),exports),n(ni(),exports),n(qs(),exports),n(ri(),exports),n(Js(),exports),n(Ys(),exports),n(Xs(),exports),n(Zs(),exports),n(ii(),exports),n(Qs(),exports),n($s(),exports),n(ai(),exports),n(ec(),exports),n(tc(),exports),n(oi(),exports),n(nc(),exports),n(rc(),exports),n(ic(),exports),n(si(),exports),n(ac(),exports),n(ci(),exports),n(oc(),exports),n(li(),exports),n(sc(),exports),n(cc(),exports),n(ui(),exports),n(lc(),exports),n(uc(),exports),n(dc(),exports),n(di(),exports),n(fc(),exports),n(fi(),exports),n(pc(),exports),n(mc(),exports),n(pi(),exports),n(hc(),exports),n(gc(),exports),n(mi(),exports),n(_c(),exports),n(hi(),exports),n(vc(),exports),n(yc(),exports),n(bc(),exports),n(xc(),exports),n(Sc(),exports),n(Cc(),exports),n(wc(),exports),n(Tc(),exports),n(Dc(),exports)}});async function*kc(e){var t,n;for(n=0;t=await e(++n),t?.length;)yield*t}var Ac=e=>new Promise(t=>{setTimeout(t,e)}),jc=class{value;next;constructor(e){this.value=e}},Mc=class{#head;#tail;#size;constructor(){this.clear()}enqueue(e){let t=new jc(e);this.#head?(this.#tail.next=t,this.#tail=t):(this.#head=t,this.#tail=t),this.#size++}dequeue(){let e=this.#head;if(e)return this.#head=this.#head.next,this.#size--,this.#head||(this.#tail=void 0),e.value}peek(){if(this.#head)return this.#head.value}clear(){this.#head=void 0,this.#tail=void 0,this.#size=0}get size(){return this.#size}*[Symbol.iterator](){let e=this.#head;for(;e;)yield e.value,e=e.next}*drain(){for(;this.#head;)yield this.dequeue()}};function Nc(e){Pc(e);let t=new Mc,n=0,r=()=>{n<e&&t.size>0&&(n++,t.dequeue()())},i=()=>{n--,r()},a=async(e,t,n)=>{let r=(async()=>e(...n))();t(r);try{await r}catch{}i()},o=(i,o,s)=>{new Promise(e=>{t.enqueue(e)}).then(a.bind(void 0,i,o,s)),n<e&&r()},s=(e,...t)=>new Promise(n=>{o(e,n,t)});return Object.defineProperties(s,{activeCount:{get:()=>n},pendingCount:{get:()=>t.size},clearQueue:{value(){t.clear()}},concurrency:{get:()=>e,set(i){Pc(i),e=i,queueMicrotask(()=>{for(;n<e&&t.size>0;)r()})}},map:{async value(e,t){let n=Array.from(e,(e,n)=>this(t,e,n));return Promise.all(n)}}}),s}function Pc(e){if(!((Number.isInteger(e)||e===1/0)&&e>0))throw TypeError("Expected `concurrency` to be a number from 1 and up")}const Fc=Nc(10),Ic=(e,t)=>{for(let n of e)if(!t.has(n))return!1;return!0},Lc=async(e,t,n)=>{let r=new URL(e);for(let[e,n]of Object.entries(t))r.searchParams.set(e,n);let i;for(let e=0;e<3;e++)try{let e=await fetch(r),t=await e.json();return t.Answer?.map(e=>e.data).filter(n).toSorted()||[]}catch(t){i=t,console.error(`retry ${e+1}/3: ${t}`)}throw i},Rc=async(e,t,n,r,i)=>{let a={},o=[];for(let[s,c]of Object.entries(n))o.push(Fc(async()=>{a[s]=await Lc(e,{name:t,type:r,edns_client_subnet:c},i)}));return await Promise.all(o),a};var zc={Dianxin_Liaoning:`219.148.204.66`,Yidong_Liaoning:`211.137.32.178`,Liantong_Liaoning:`202.96.64.68`,Dianxin_Jilin:`219.149.194.55`,Yidong_Jilin:`211.141.16.99`,Liantong_Jilin:`202.98.0.68`,Dianxin_Heilongjiang:`112.100.100.100`,Yidong_Heilongjiang:`211.137.241.34`,Liantong_Heilongjiang:`202.97.224.68`,Dianxin_Beijing:`219.141.136.10`,Yidong_Beijing:`221.130.33.52`,Liantong_Beijing:`202.106.196.115`,Dianxin_Tianjin:`219.150.32.132`,Yidong_Tianjin:`211.137.160.5`,Liantong_Tianjin:`202.99.96.68`,Dianxin_Hebei:`222.222.222.222`,Yidong_Hebei:`211.138.13.66`,Liantong_Hebei:`202.99.160.68`,Dianxin_Shanxi:`219.149.135.188`,Yidong_Shanxi:`211.138.106.3`,Liantong_Shanxi:`202.99.216.113`,Dianxin_Neimenggu:`219.148.162.31`,Yidong_Neimenggu:`211.138.91.1`,Liantong_Neimenggu:`202.99.224.68`,Dianxin_Hainan:`202.100.192.68`,Yidong_Hainan:`221.176.88.95`,Liantong_Hainan:`221.11.132.2`,Dianxin_Guangdong:`202.96.134.133`,Yidong_Guangdong:`211.139.163.6`,Liantong_Guangdong:`210.21.196.6`,Dianxin_Guangxi:`202.103.225.68`,Yidong_Guangxi:`211.138.245.180`,Liantong_Guangxi:`221.7.128.68`,Dianxin_Fujian:`218.85.152.99`,Yidong_Fujian:`211.138.151.161`,Liantong_Fujian:`218.104.128.106`,Dianxin_Hunan:`222.246.129.80`,Yidong_Hunan:`211.142.210.98`,Liantong_Hunan:`58.20.127.238`,Dianxin_Hubei:`202.103.24.68`,Yidong_Hubei:`211.137.58.20`,Liantong_Hubei:`218.104.111.114`,Dianxin_Henan:`222.85.85.85`,Yidong_Henan:`211.138.24.71`,Liantong_Henan:`202.102.224.68`,Dianxin_Jiangxi:`202.101.224.69`,Yidong_Jiangxi:`211.141.90.68`,Liantong_Jiangxi:`220.248.192.12`,Dianxin_Shanghai:`202.96.209.133`,Yidong_Shanghai:`211.136.112.50`,Liantong_Shanghai:`210.22.70.3`,Dianxin_Jiangsu:`218.2.2.2`,Yidong_Jiangsu:`221.131.143.69`,Liantong_Jiangsu:`221.6.4.66`,Dianxin_Zhejiang:`202.101.172.35`,Yidong_Zhejiang:`211.140.13.188`,Liantong_Zhejiang:`221.12.1.227`,Dianxin_Anhui:`61.132.163.68`,Yidong_Anhui:`211.138.180.2`,Liantong_Anhui:`218.104.78.2`,Dianxin_Shandong:`219.146.1.66`,Yidong_Shandong:`218.201.96.130`,Liantong_Shandong:`202.102.128.68`,Dianxin_Chongqing:`61.128.192.68`,Yidong_Chongqing:`218.201.4.3`,Liantong_Chongqing:`221.5.203.98`,Dianxin_Sichuan:`61.139.2.69`,Yidong_Sichuan:`211.137.82.4`,Liantong_Sichuan:`119.6.6.6`,Dianxin_Guizhou:`202.98.192.67`,Yidong_Guizhou:`211.139.5.29`,Liantong_Guizhou:`221.13.28.234`,Dianxin_Yunnan:`222.172.200.68`,Yidong_Yunnan:`211.139.29.68`,Liantong_Yunnan:`221.3.131.11`,Dianxin_Xizang:`202.98.224.68`,Yidong_Xizang:`211.139.73.34`,Liantong_Xizang:`221.13.65.34`,Dianxin_Shaanxi:`218.30.19.40`,Yidong_Shaanxi:`211.137.130.3`,Liantong_Shaanxi:`221.11.1.67`,Dianxin_Gansu:`202.100.64.68`,Yidong_Gansu:`218.203.160.194`,Liantong_Gansu:`221.7.34.10`,Dianxin_Qinghai:`202.100.128.68`,Yidong_Qinghai:`211.138.75.123`,Liantong_Qinghai:`221.207.58.58`,Dianxin_Ningxia:`222.75.152.129`,Yidong_Ningxia:`218.203.123.116`,Liantong_Ningxia:`211.93.0.81`,Dianxin_Xinjiang:`61.128.114.166`,Yidong_Xinjiang:`218.202.152.130`,Liantong_Xinjiang:`221.7.1.21`,Jiaoyuwang:`202.112.144.30`},Bc={Abroad:`8.8.8.8`,AP:`210.130.0.1`,HK:`202.181.224.2`,MO:`202.175.3.3`,TW:`168.95.1.1`,JP:`210.130.0.1`,KR:`168.126.63.1`,SG:`165.21.83.88`,TH:`203.113.5.130`,MY:`49.236.193.35`,ID:`202.134.0.155`,PH:`121.58.203.4`,VN:`203.162.4.191`,IN:`117.254.160.1`,AE:`94.200.200.200`,TR:`195.175.39.39`,IL:`147.235.225.1`,OA:`139.130.4.5`,AU:`139.130.4.5`,NZ:`202.27.184.3`,EU:`194.150.168.168`,DE:`194.150.168.168`,GB:`158.43.128.1`,FR:`80.67.169.12`,NL:`193.176.144.22`,IT:`217.141.248.10`,ES:`195.235.113.3`,RU:`77.88.8.8`,PL:`194.204.159.1`,SE:`194.17.47.1`,CH:`195.186.1.111`,NA:`64.6.64.6`,US:`64.6.64.6`,CA:`149.112.121.10`,MX:`200.94.0.10`,LA:`200.221.11.101`,BR:`200.221.11.100`,AR:`200.49.130.47`,CL:`200.1.123.46`,AF:`196.216.2.1`,ZA:`169.239.128.40`,EG:`41.128.128.128`},Vc=(e,t)=>Rc(`https://1.12.12.12/resolve`,e,t,`A`,e=>/^\d+\.\d+\.\d+\.\d+$/.test(e)),Hc={Abroad:`2001:4860:4860::8888`,AP:`2001:240::1`,HK:`2403:2c80::1`,TW:`2001:b000:168::1`,JP:`2001:240::1`,KR:`2001:dc5:ad::1`,SG:`2406:3003:2006:1475::1`,IN:`2405:200:1000::1`,OA:`2001:44b8:1::1`,AU:`2001:44b8:1::1`,EU:`2a01:4f8:0:a0a1::add:9999`,DE:`2a01:4f8:0:a0a1::add:9999`,GB:`2a02:c7f:7e2e:6c00::1`,FR:`2001:910:800::12`,NL:`2a02:2770::21a:4aff:fec8:b0d`,RU:`2a02:6b8::feed:0ff`,SE:`2a01:3f0:0:301::1`,CH:`2a02:a90:0:10::11`,NA:`2620:74:1b::1:1`,US:`2620:74:1b::1:1`,CA:`2620:10a:80bb::10`,LA:`2001:12ff::1`,BR:`2804:10:10::10`,AF:`2c0f:fc89:8001::1`,ZA:`2001:4200:1::1`},Uc=(e,t)=>Rc(`https://dns.alidns.com/resolve`,e,t,`AAAA`,e=>e.includes(`:`));const Wc=(e,t=3)=>{let n={};for(let t of Object.values(e))for(let e of t)n[e]=(n[e]||0)+1;return Object.entries(n).sort((e,t)=>t[1]-e[1]).slice(0,t).map(([e])=>e)};var Gc=async e=>{let[t,n]=await Promise.all([Vc(e,zc),Uc(e,zc)]);return t.CN=Wc(t),n.CN=Wc(n),{v4:t,v6:n}},Kc={AP:new Set([`HK`,`MO`,`TW`,`JP`,`KR`,`SG`,`TH`,`MY`,`ID`,`PH`,`VN`,`IN`,`AE`,`TR`,`IL`]),OA:new Set([`AU`,`NZ`,`FJ`,`PG`]),EU:new Set([`DE`,`GB`,`FR`,`NL`,`IT`,`ES`,`RU`,`PL`,`SE`,`CH`,`AT`,`BE`,`CZ`,`DK`,`FI`,`GR`,`HU`,`IE`,`NO`,`PT`,`RO`,`UA`]),NA:new Set([`US`,`CA`,`MX`]),LA:new Set([`BR`,`AR`,`CL`,`CO`,`PE`,`VE`,`EC`,`BO`,`PY`,`UY`]),AF:new Set([`ZA`,`EG`,`NG`,`KE`,`MA`,`GH`,`TZ`,`ET`])};const qc=e=>{let t=e.default_view||[];if(!t.length)return e;let n=new Set(t),r={default_view:t},i={};for(let t of Object.keys(Kc))e[t]&&(i[t]=new Set(e[t]));for(let[t,a]of Object.entries(e)){if(t===`default_view`||Ic(a,n))continue;let e=!1;for(let[n,r]of Object.entries(Kc))if(r.has(t)&&i[n]&&Ic(a,i[n])){e=!0;break}e||(r[t]=a)}return r},Jc=e=>{let{Abroad:t,...n}=e;return t?{default_view:t,...n}:e};var Yc=async e=>{let[t,n]=await Promise.all([Vc(e,Jc(Bc)),Uc(e,Jc(Hc))]);return{v4:qc(t),v6:qc(n)}},Xc=m(Oc(),1),Zc=m(Ue(),1);const Qc=60,$c=`A`,el=`AAAA`,tl=`v4`,nl=`v6`,rl=`APIGW.0308`,il=`DNS.0314`,al=e=>e.endsWith(`.`)?e:`${e}.`,ol=(e,t,n)=>`${e}|${t}|${n}`,sl=e=>[...e].join(` `),cl=(e,t)=>{if(e.size!==t.size)return!1;for(let n of e)if(!t.has(n))return!1;return!0},ll=async e=>{for(;;)try{return await e()}catch(e){let t=e?.errorCode;if(t===il){console.warn(`${e},跳过`);return}if(t===rl){console.warn(`${t},等待5秒后重试...`),await Ac(5e3);continue}throw e}},ul=(e,t)=>{let n={};for(let r of e)for(let[e,i]of Object.entries(r[t]))(n[e]||=[]).push(...i);for(let e of Object.keys(n))n[e]=[...new Set(n[e])];return n},dl=(e,t,n)=>({...ul(e,n),...ul(t,n)});var fl=([e,t,n,r])=>{let i=Xc.DnsClient.newBuilder().withCredential(new Zc.BasicCredentials().withAk(e).withSk(t).withProjectId(r)).withEndpoint(n).build(),a=async e=>{let t=new Xc.ListPublicZonesRequest;return t.name=e,(await i.listPublicZones(t)).zones||[]},o=async(e,t)=>{let n=[];for await(let r of kc(async n=>{let r=new Xc.ListRecordSetsWithLineRequest;return r.zoneId=e,r.name=t,r.searchMode=`equal`,r.limit=500,r.offset=(n-1)*500,(await i.listRecordSetsWithLine(r)).recordsets}))n.push(r);return n},s=(e,t,n,r,a)=>{let o=new Xc.CreateRecordSetWithLineRequest(e),s=new Xc.CreateRecordSetWithLineRequestBody(t,n);return s.line=r,s.ttl=Qc,s.records=[...a],o.body=s,i.createRecordSetWithLine(o)},c=(e,t,n)=>{let r=new Xc.UpdateRecordSetsRequest(e,t),a=new Xc.UpdateRecordSetsReq;return a.records=[...n],r.body=a,i.updateRecordSets(r)},l=(e,t)=>i.deleteRecordSets(new Xc.DeleteRecordSetsRequest(e,t));return async(e,t,n)=>{let r=al(e),i=r.split(`.`).slice(-3).join(`.`),u=await a(i);if(!u.length)return console.warn(`Zone not found: ${i}`);let d=u[0].id,[f,p]=await Promise.all([Promise.all(t.map(Gc)),Promise.all(n.map(Yc))]),m=new Map,h=new Map,g=(e,t,n,i,a)=>console.log(a?`${e} ${r} ${t} ${n}: ${i} → ${a}`:`${e} ${r} ${t} ${n}: ${i}`),_=async(e,t,n,i)=>e?cl(e.ips,i)?[0,0]:(g(`更新`,t,n,sl(e.ips),sl(i)),await ll(()=>c(d,e.id,i)),[0,1]):(g(`添加`,t,n,sl(i)),await ll(()=>s(d,r,t,n,i)),[1,0]);for(let[e,t]of[[$c,tl],[el,nl]])for(let[n,i]of Object.entries(dl(f,p,t)))i?.length&&m.set(ol(r,e,n),{type:e,line:n,ips:new Set(i)});for(let e of await o(d,r))(e.type===$c||e.type===el)&&h.set(ol(e.name,e.type,e.line),{id:e.id,ips:new Set(e.records||[])});let v=0,y=0,b=0,x=0,S=[...m].map(([e,{type:t,line:n,ips:r}])=>_(h.get(e),t,n,r));for(let[e,t]of await Promise.all(S))v+=e,y+=t,!e&&!t&&x++;for(let[e,{id:t,ips:n}]of h)if(!m.has(e)){let[,r,i]=e.split(`|`);g(`删除`,r,i,sl(n)),await ll(()=>l(d,t)),b++}return{add:v,upd:y,rm:b,same:x}}};export{fl as default};