@alicloud/alidns20150109 3.0.8 → 3.0.9
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 +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
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;
|
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',
|