@alicloud/ddoscoo20200101 1.2.0 → 1.2.1

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
@@ -8296,6 +8296,7 @@ export declare class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.M
8296
8296
  isAutoCreate?: boolean;
8297
8297
  protocol?: string;
8298
8298
  realServers?: string[];
8299
+ remark?: string;
8299
8300
  static names(): {
8300
8301
  [key: string]: string;
8301
8302
  };
package/dist/client.js CHANGED
@@ -11353,6 +11353,7 @@ class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
11353
11353
  isAutoCreate: 'IsAutoCreate',
11354
11354
  protocol: 'Protocol',
11355
11355
  realServers: 'RealServers',
11356
+ remark: 'Remark',
11356
11357
  };
11357
11358
  }
11358
11359
  static types() {
@@ -11363,6 +11364,7 @@ class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
11363
11364
  isAutoCreate: 'boolean',
11364
11365
  protocol: 'string',
11365
11366
  realServers: { 'type': 'array', 'itemType': 'string' },
11367
+ remark: 'string',
11366
11368
  };
11367
11369
  }
11368
11370
  }