@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/ddoscoo20200101",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -14148,6 +14148,7 @@ export class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
14148
14148
  isAutoCreate?: boolean;
14149
14149
  protocol?: string;
14150
14150
  realServers?: string[];
14151
+ remark?: string;
14151
14152
  static names(): { [key: string]: string } {
14152
14153
  return {
14153
14154
  backendPort: 'BackendPort',
@@ -14156,6 +14157,7 @@ export class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
14156
14157
  isAutoCreate: 'IsAutoCreate',
14157
14158
  protocol: 'Protocol',
14158
14159
  realServers: 'RealServers',
14160
+ remark: 'Remark',
14159
14161
  };
14160
14162
  }
14161
14163
 
@@ -14167,6 +14169,7 @@ export class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
14167
14169
  isAutoCreate: 'boolean',
14168
14170
  protocol: 'string',
14169
14171
  realServers: { 'type': 'array', 'itemType': 'string' },
14172
+ remark: 'string',
14170
14173
  };
14171
14174
  }
14172
14175