@alicloud/alidns20150109 3.0.8 → 3.0.10

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.
package/dist/client.d.ts CHANGED
@@ -2384,6 +2384,7 @@ export declare class DescribeDnsProductInstanceRequest extends $tea.Model {
2384
2384
  });
2385
2385
  }
2386
2386
  export declare class DescribeDnsProductInstanceResponseBody extends $tea.Model {
2387
+ autoRenewal?: boolean;
2387
2388
  bindCount?: number;
2388
2389
  bindDomainCount?: number;
2389
2390
  bindDomainUsedCount?: number;
@@ -10571,7 +10572,22 @@ export default class Client extends OpenApi {
10571
10572
  * @return DescribeDomainNsResponse
10572
10573
  */
10573
10574
  describeDomainNs(request: DescribeDomainNsRequest): Promise<DescribeDomainNsResponse>;
10575
+ /**
10576
+ * ## Debugging
10577
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
10578
+ *
10579
+ * @param request DescribeDomainRecordInfoRequest
10580
+ * @param runtime runtime options for this request RuntimeOptions
10581
+ * @return DescribeDomainRecordInfoResponse
10582
+ */
10574
10583
  describeDomainRecordInfoWithOptions(request: DescribeDomainRecordInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainRecordInfoResponse>;
10584
+ /**
10585
+ * ## Debugging
10586
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
10587
+ *
10588
+ * @param request DescribeDomainRecordInfoRequest
10589
+ * @return DescribeDomainRecordInfoResponse
10590
+ */
10575
10591
  describeDomainRecordInfo(request: DescribeDomainRecordInfoRequest): Promise<DescribeDomainRecordInfoResponse>;
10576
10592
  /**
10577
10593
  * * You can specify the DomainName, PageNumber, and PageSize parameters to query the DNS records of a domain name.
package/dist/client.js CHANGED
@@ -3347,6 +3347,7 @@ class DescribeDnsProductInstanceResponseBody extends $tea.Model {
3347
3347
  }
3348
3348
  static names() {
3349
3349
  return {
3350
+ autoRenewal: 'AutoRenewal',
3350
3351
  bindCount: 'BindCount',
3351
3352
  bindDomainCount: 'BindDomainCount',
3352
3353
  bindDomainUsedCount: 'BindDomainUsedCount',
@@ -3386,6 +3387,7 @@ class DescribeDnsProductInstanceResponseBody extends $tea.Model {
3386
3387
  }
3387
3388
  static types() {
3388
3389
  return {
3390
+ autoRenewal: 'boolean',
3389
3391
  bindCount: 'number',
3390
3392
  bindDomainCount: 'number',
3391
3393
  bindDomainUsedCount: 'number',
@@ -17058,6 +17060,14 @@ class Client extends openapi_client_1.default {
17058
17060
  let runtime = new $Util.RuntimeOptions({});
17059
17061
  return await this.describeDomainNsWithOptions(request, runtime);
17060
17062
  }
17063
+ /**
17064
+ * ## Debugging
17065
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
17066
+ *
17067
+ * @param request DescribeDomainRecordInfoRequest
17068
+ * @param runtime runtime options for this request RuntimeOptions
17069
+ * @return DescribeDomainRecordInfoResponse
17070
+ */
17061
17071
  async describeDomainRecordInfoWithOptions(request, runtime) {
17062
17072
  tea_util_1.default.validateModel(request);
17063
17073
  let query = {};
@@ -17086,6 +17096,13 @@ class Client extends openapi_client_1.default {
17086
17096
  });
17087
17097
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDomainRecordInfoResponse({}));
17088
17098
  }
17099
+ /**
17100
+ * ## Debugging
17101
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
17102
+ *
17103
+ * @param request DescribeDomainRecordInfoRequest
17104
+ * @return DescribeDomainRecordInfoResponse
17105
+ */
17089
17106
  async describeDomainRecordInfo(request) {
17090
17107
  let runtime = new $Util.RuntimeOptions({});
17091
17108
  return await this.describeDomainRecordInfoWithOptions(request, runtime);