@alicloud/ddosbgp20180720 3.1.0 → 3.1.2

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 (53) hide show
  1. package/dist/client.d.ts +18 -14
  2. package/dist/client.js +18 -18
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachToPolicyRequest.d.ts +3 -2
  5. package/dist/models/AttachToPolicyRequest.js.map +1 -1
  6. package/dist/models/AttachToPolicyResponseBody.d.ts +1 -1
  7. package/dist/models/AttachToPolicyShrinkRequest.d.ts +2 -2
  8. package/dist/models/CheckAccessLogAuthRequest.d.ts +2 -2
  9. package/dist/models/CheckAccessLogAuthResponseBody.d.ts +4 -5
  10. package/dist/models/CheckAccessLogAuthResponseBody.js.map +1 -1
  11. package/dist/models/DescribeInstanceListRequest.d.ts +30 -33
  12. package/dist/models/DescribeInstanceListRequest.js.map +1 -1
  13. package/dist/models/DescribeInstanceListResponseBody.d.ts +51 -50
  14. package/dist/models/DescribeInstanceListResponseBody.js +2 -0
  15. package/dist/models/DescribeInstanceListResponseBody.js.map +1 -1
  16. package/dist/models/GetSlsOpenStatusRequest.d.ts +1 -1
  17. package/dist/models/GetSlsOpenStatusResponseBody.d.ts +4 -4
  18. package/dist/models/ListOpenedAccessLogInstancesRequest.d.ts +3 -3
  19. package/dist/models/ListOpenedAccessLogInstancesResponseBody.d.ts +7 -7
  20. package/dist/models/ListPolicyRequest.d.ts +17 -2
  21. package/dist/models/ListPolicyRequest.js.map +1 -1
  22. package/dist/models/ListPolicyResponseBody.d.ts +133 -27
  23. package/dist/models/ListPolicyResponseBody.js +8 -0
  24. package/dist/models/ListPolicyResponseBody.js.map +1 -1
  25. package/dist/models/ModifyPolicyContentRequest.d.ts +112 -26
  26. package/dist/models/ModifyPolicyContentRequest.js +8 -0
  27. package/dist/models/ModifyPolicyContentRequest.js.map +1 -1
  28. package/dist/models/ModifyPolicyContentShrinkRequest.d.ts +4 -0
  29. package/dist/models/ModifyPolicyContentShrinkRequest.js.map +1 -1
  30. package/dist/models/ModifyPolicyRequest.d.ts +155 -32
  31. package/dist/models/ModifyPolicyRequest.js +8 -0
  32. package/dist/models/ModifyPolicyRequest.js.map +1 -1
  33. package/dist/models/ModifyPolicyShrinkRequest.d.ts +29 -2
  34. package/dist/models/ModifyPolicyShrinkRequest.js.map +1 -1
  35. package/package.json +1 -1
  36. package/src/client.ts +18 -18
  37. package/src/models/AttachToPolicyRequest.ts +3 -2
  38. package/src/models/AttachToPolicyResponseBody.ts +1 -1
  39. package/src/models/AttachToPolicyShrinkRequest.ts +2 -2
  40. package/src/models/CheckAccessLogAuthRequest.ts +2 -2
  41. package/src/models/CheckAccessLogAuthResponseBody.ts +4 -5
  42. package/src/models/DescribeInstanceListRequest.ts +30 -33
  43. package/src/models/DescribeInstanceListResponseBody.ts +53 -50
  44. package/src/models/GetSlsOpenStatusRequest.ts +1 -1
  45. package/src/models/GetSlsOpenStatusResponseBody.ts +4 -4
  46. package/src/models/ListOpenedAccessLogInstancesRequest.ts +3 -3
  47. package/src/models/ListOpenedAccessLogInstancesResponseBody.ts +7 -7
  48. package/src/models/ListPolicyRequest.ts +17 -2
  49. package/src/models/ListPolicyResponseBody.ts +141 -27
  50. package/src/models/ModifyPolicyContentRequest.ts +120 -26
  51. package/src/models/ModifyPolicyContentShrinkRequest.ts +4 -0
  52. package/src/models/ModifyPolicyRequest.ts +163 -32
  53. package/src/models/ModifyPolicyShrinkRequest.ts +29 -2
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DescribeInstanceListRequestTag extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The mitigation plan of the Anti-DDoS Origin instance.
5
+ * The key of the tag bound to the Anti-DDoS Origin instance to query.
6
6
  *
7
7
  * @example
8
8
  * test-key
@@ -10,11 +10,7 @@ export declare class DescribeInstanceListRequestTag extends $dara.Model {
10
10
  key?: string;
11
11
  /**
12
12
  * @remarks
13
- * The mitigation plan of the Anti-DDoS Origin instance. Valid values:
14
- *
15
- * - 0: the Professional mitigation plan.
16
- *
17
- * - 1: the Enterprise mitigation plan.
13
+ * The value of the tag bound to the Anti-DDoS Origin instance to query.
18
14
  *
19
15
  * @example
20
16
  * test-value
@@ -34,7 +30,7 @@ export declare class DescribeInstanceListRequestTag extends $dara.Model {
34
30
  export declare class DescribeInstanceListRequest extends $dara.Model {
35
31
  /**
36
32
  * @remarks
37
- * The number of the page to return.
33
+ * The IDs of the Anti-DDoS Origin instances to query. Specify the value in the `["<Instance ID 1>","<Instance ID 2>",……]` format.
38
34
  *
39
35
  * @example
40
36
  * ["ddosbgp-cn-oew1pjrk****"]
@@ -42,9 +38,10 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
42
38
  instanceIdList?: string;
43
39
  /**
44
40
  * @remarks
45
- * The field that is used to sort the Anti-DDoS Origin instances. Set the value to **expireTime**, which indicates that the instances are sorted based on the expiration time.
41
+ * The mitigation plan type of the Anti-DDoS Origin instance to query. Valid values:
46
42
  *
47
- * You can set the **Orderdire** parameter to specify the sorting method.
43
+ * - **0**: Professional.
44
+ * - **1**: Enterprise.
48
45
  *
49
46
  * @example
50
47
  * 0
@@ -52,16 +49,12 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
52
49
  instanceType?: string;
53
50
  /**
54
51
  * @remarks
55
- * The total number of Anti-DDoS Origin instances.
52
+ * The mitigation plan types of the Anti-DDoS Origin instances to query.
56
53
  */
57
54
  instanceTypeList?: string[];
58
55
  /**
59
56
  * @remarks
60
- * The sorting method. Valid values:
61
- *
62
- * - **desc**: the descending order. This is the default value.
63
- *
64
- * - **asc**: the ascending order.
57
+ * The protected IP address of the Anti-DDoS Origin instance to query.
65
58
  *
66
59
  * @example
67
60
  * 47.89.XX.XX
@@ -69,7 +62,10 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
69
62
  ip?: string;
70
63
  /**
71
64
  * @remarks
72
- * The IP address of the object that is protected by the Anti-DDoS Origin instance to query.
65
+ * The protocol type of the IP assets protected by the Anti-DDoS Origin instance to query. Valid values:
66
+ *
67
+ * - **IPv4**: IPv4 protocol.
68
+ * - **IPv6**: IPv6 protocol.
73
69
  *
74
70
  * @example
75
71
  * IPv4
@@ -77,9 +73,9 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
77
73
  ipVersion?: string;
78
74
  /**
79
75
  * @remarks
80
- * The ID of the region where the Anti-DDoS Origin instance to query resides.
76
+ * The sort field for the Anti-DDoS Origin instance list. The value is fixed as **expireTime**, which indicates sorting by instance expiration time.
81
77
  *
82
- * > You can call the [DescribeRegions](https://help.aliyun.com/document_detail/118703.html) operation to query the most recent region list.
78
+ * You can use the **Orderdire** parameter to specify the sort order.
83
79
  *
84
80
  * @example
85
81
  * expireTime
@@ -87,7 +83,10 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
87
83
  orderby?: string;
88
84
  /**
89
85
  * @remarks
90
- * The tags that are added to the Anti-DDoS Origin instance.
86
+ * The sort order. Valid values:
87
+ *
88
+ * - **desc** (default): descending order by expiration time.
89
+ * - **asc**: ascending order by expiration time.
91
90
  *
92
91
  * @example
93
92
  * desc
@@ -95,11 +94,7 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
95
94
  orderdire?: string;
96
95
  /**
97
96
  * @remarks
98
- * The protocol type of the IP address asset that is protected by the Anti-DDoS Origin instance to query. Valid values:
99
- *
100
- * - **Ipv4**: IPv4
101
- *
102
- * - **Ipv6**: IPv6
97
+ * The page number of the current page in a paging query. Settings the current page number.
103
98
  *
104
99
  * This parameter is required.
105
100
  *
@@ -109,11 +104,7 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
109
104
  pageNo?: number;
110
105
  /**
111
106
  * @remarks
112
- * The mitigation plan of the Anti-DDoS Origin instance to query. Valid values:
113
- *
114
- * - **0**: the Professional mitigation plan
115
- *
116
- * - **1**: the Enterprise mitigation plan
107
+ * The number of instances on each page in a paging query. Settings the number of instances per page.
117
108
  *
118
109
  * This parameter is required.
119
110
  *
@@ -123,7 +114,11 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
123
114
  pageSize?: number;
124
115
  /**
125
116
  * @remarks
126
- * The tag that is added to the Anti-DDoS Origin instance.
117
+ * The region ID of the Anti-DDoS Origin instance to query.
118
+ *
119
+ * > You can call [DescribeRegions](https://help.aliyun.com/document_detail/118703.html) to query all region IDs supported by Anti-DDoS Origin.
120
+ * >-
121
+ * >Notice: This parameter is required. If it is not specified, the API returns DDosBgp.CheckError.InvalidRegion(400).</notice>
127
122
  *
128
123
  * @example
129
124
  * cn-hangzhou
@@ -131,7 +126,7 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
131
126
  regionId?: string;
132
127
  /**
133
128
  * @remarks
134
- * The number of entries to return on each page.
129
+ * The remark of the Anti-DDoS Origin instance to query. Fuzzy match is supported.
135
130
  *
136
131
  * @example
137
132
  * test
@@ -139,7 +134,9 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
139
134
  remark?: string;
140
135
  /**
141
136
  * @remarks
142
- * The remarks of the Anti-DDoS Origin instance to query. Fuzzy match is supported.
137
+ * The ID of the resource group to which the Anti-DDoS Origin instance belongs in Resource Management.
138
+ *
139
+ * If you do not specify this parameter, the default resource group is used.
143
140
  *
144
141
  * @example
145
142
  * rg-acfm2pz25js****
@@ -147,7 +144,7 @@ export declare class DescribeInstanceListRequest extends $dara.Model {
147
144
  resourceGroupId?: string;
148
145
  /**
149
146
  * @remarks
150
- * The key of the tag that is added to the Anti-DDoS Origin instance.
147
+ * The tags bound to the Anti-DDoS Origin instances to query.
151
148
  */
152
149
  tag?: DescribeInstanceListRequestTag[];
153
150
  static names(): {
@@ -1 +1 @@
1
- {"version":3,"file":"DescribeInstanceListRequest.js","sourceRoot":"","sources":["../../src/models/DescribeInstanceListRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAqB7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1CD,wEA0CC;AAED,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAuH1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,gBAAgB,EAAE,kBAAkB;YACpC,EAAE,EAAE,IAAI;YACR,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,iBAAiB;YAClC,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,gBAAgB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAC3D,EAAE,EAAE,QAAQ;YACZ,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,QAAQ;YACzB,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,8BAA8B,EAAE;SACrE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;YACxC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACnD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxKD,kEAwKC"}
1
+ {"version":3,"file":"DescribeInstanceListRequest.js","sourceRoot":"","sources":["../../src/models/DescribeInstanceListRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAiB7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,wEAsCC;AAED,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAwH1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,gBAAgB,EAAE,kBAAkB;YACpC,EAAE,EAAE,IAAI;YACR,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,iBAAiB;YAClC,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,gBAAgB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAC3D,EAAE,EAAE,QAAQ;YACZ,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,QAAQ;YACzB,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,8BAA8B,EAAE;SACrE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;YACxC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACnD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzKD,kEAyKC"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DescribeInstanceListResponseBodyInstanceListAutoProtectCondition extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * Events which result in auto binding.
5
+ * The events on which automatic binding is based.
6
6
  */
7
7
  events?: string[];
8
8
  static names(): {
@@ -19,18 +19,15 @@ export declare class DescribeInstanceListResponseBodyInstanceListAutoProtectCond
19
19
  export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.Model {
20
20
  /**
21
21
  * @remarks
22
- * The event that triggers automatic association. Valid values:
23
- *
24
- * - **any**: The instance is automatically associated with an object based on traffic scrubbing events or blackhole filtering events.
25
- *
26
- * - **clean**: The instance is automatically associated with an object based on traffic scrubbing events.
27
- *
28
- * - **blackhole**: The instance is automatically associated with an object based on blackhole filtering events.
22
+ * The automatic binding condition.
29
23
  */
30
24
  autoProtectCondition?: DescribeInstanceListResponseBodyInstanceListAutoProtectCondition;
31
25
  /**
32
26
  * @remarks
33
- * The time when the instance expires. The value is a UNIX timestamp. Unit: milliseconds.
27
+ * Indicates whether auto-renewal is enabled for the instance. Valid values:
28
+ *
29
+ * - **true**: Enabled.
30
+ * - **false**: Disabled.
34
31
  *
35
32
  * @example
36
33
  * false
@@ -38,11 +35,9 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
38
35
  autoRenewal?: boolean;
39
36
  /**
40
37
  * @remarks
41
- * The type of the instance.
42
- *
43
- * - **ddos_ddosorigin_public_cn**: Anti-DDoS Origin 2.0 (Pay-as-you-go) on the China site (aliyun.com).
38
+ * The number of IP addresses that are in blackhole filtering status among the assets that are assigned public IP addresses protected by the instance.
44
39
  *
45
- * - **ddos_ddosorigin_public_intl**: Anti-DDoS Origin 2.0 (Pay-as-you-go) on the International site (alibabacloud.com).
40
+ * > You can invoke [DeleteBlackhole](https://help.aliyun.com/document_detail/118692.html) to deactivate blackhole filtering for a single protected IP address.
46
41
  *
47
42
  * @example
48
43
  * 0
@@ -50,7 +45,10 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
50
45
  blackholdingCount?: string;
51
46
  /**
52
47
  * @remarks
53
- * The condition that triggers automatic association of the instance with an object.
48
+ * The commodity type of the instance.
49
+ *
50
+ * - **ddos_ddosorigin_public_cn**: Anti-DDoS Origin 2.0 (Pay-as-you-go) China site.
51
+ * - **ddos_ddosorigin_public_intl**: Anti-DDoS Origin 2.0 (Pay-as-you-go) International site.
54
52
  *
55
53
  * @example
56
54
  * ddos_ddosorigin_public_cn
@@ -58,11 +56,12 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
58
56
  commodityType?: string;
59
57
  /**
60
58
  * @remarks
61
- * Indicates whether overdue payments exist. Valid values:
59
+ * The asset overwrite type of the instance.
62
60
  *
63
- * - **0**: Overdue payments do not exist.
64
- *
65
- * - **1**: Overdue payments exist.
61
+ * - **1**: Supports assets that are assigned public IP addresses in multiple regions globally.
62
+ * - **2**: Supports assets that are assigned public IP addresses in multiple regions in the Chinese mainland.
63
+ * - **3**: Supports assets that are assigned public IP addresses in multiple regions outside the Chinese mainland.
64
+ * - **4**: Supports assets that are assigned public IP addresses in a single region globally.
66
65
  *
67
66
  * @example
68
67
  * 1
@@ -70,7 +69,10 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
70
69
  coverageType?: number;
71
70
  /**
72
71
  * @remarks
73
- * The events that trigger automatic association.
72
+ * The overdue payment status. Valid values:
73
+ *
74
+ * - **0**: No overdue payment.
75
+ * - **1**: Overdue payment.
74
76
  *
75
77
  * @example
76
78
  * 0
@@ -78,7 +80,7 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
78
80
  debtStatus?: number;
79
81
  /**
80
82
  * @remarks
81
- * The time when the instance was purchased. The value is a UNIX timestamp. Unit: milliseconds.
83
+ * The expiration time of the instance. The value is a UNIX timestamp. Unit: milliseconds.
82
84
  *
83
85
  * @example
84
86
  * 1640275200000
@@ -86,11 +88,7 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
86
88
  expireTime?: number;
87
89
  /**
88
90
  * @remarks
89
- * The mitigation plan of the instance. Valid values:
90
- *
91
- * - **0**: the Professional mitigation plan
92
- *
93
- * - **1**: the Enterprise mitigation plan
91
+ * The purchase time of the instance. The value is a UNIX timestamp. Unit: milliseconds.
94
92
  *
95
93
  * @example
96
94
  * 1592886047000
@@ -98,9 +96,7 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
98
96
  gmtCreate?: number;
99
97
  /**
100
98
  * @remarks
101
- * The number of protected public IP addresses for which blackhole filtering is triggered.
102
- *
103
- * > You can call the [DeleteBlackhole](https://help.aliyun.com/document_detail/118692.html) operation to deactivate blackhole filtering for a protected IP address.
99
+ * The instance ID.
104
100
  *
105
101
  * @example
106
102
  * ddosbgp-cn-oew1pjrk****
@@ -108,15 +104,10 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
108
104
  instanceId?: string;
109
105
  /**
110
106
  * @remarks
111
- * The application scope of the instance.
112
- *
113
- * - **1**: The instance supports public IP addresses in all regions.
107
+ * The mitigation plan type of the instance. Valid values:
114
108
  *
115
- * - **2**: The instance supports public IP addresses in regions in the Chinese mainland.
116
- *
117
- * - **3**: The instance supports public IP addresses in regions outside the Chinese mainland.
118
- *
119
- * - **4**: The instance supports public IP addresses in a region in or outside the Chinese mainland.
109
+ * - **0**: Professional.
110
+ * - **1**: Enterprise.
120
111
  *
121
112
  * @example
122
113
  * 1
@@ -124,7 +115,10 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
124
115
  instanceType?: string;
125
116
  /**
126
117
  * @remarks
127
- * The description of the instance.
118
+ * The protocol type of the IP assets protected by the instance. Valid values:
119
+ *
120
+ * - **IPv4**: IPv4 protocol.
121
+ * - **IPv6**: IPv6 protocol.
128
122
  *
129
123
  * @example
130
124
  * IPv4
@@ -132,21 +126,28 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
132
126
  ipType?: string;
133
127
  /**
134
128
  * @remarks
135
- * The ID of the instance.
129
+ * The full logs property.
136
130
  *
137
131
  * @example
138
- * gamebox
132
+ * {\\"mitigationAnalysis\\":\\"on\\",\\"mitigationAnalysisCapacity\\":1,\\"ttl\\":180}
139
133
  */
140
- product?: string;
134
+ logExt?: string;
141
135
  /**
142
136
  * @remarks
143
- * The type of the cloud service that is associated with the Anti-DDoS Origin instance By default, this parameter is not returned. If the Anti-DDoS Origin instance is created by using a different cloud service, the code of the cloud service is returned.
137
+ * The type of the cloud service associated with the instance. This parameter is not returned by default. It is returned only when the Anti-DDoS Origin instance is created by another cloud service, with the corresponding cloud service code.
144
138
  *
145
139
  * Valid values:
146
140
  *
147
- * - **gamebox**: The Anti-DDoS Origin instance is created by using Game Security Box.
141
+ * - **gamebox**: The Anti-DDoS Origin instance is created by Game Security Box.
142
+ * - **eip**: The Anti-DDoS Origin instance is created by an EIP with Anti-DDoS (Enhanced) enabled.
148
143
  *
149
- * - **eip**: The Anti-DDoS Origin instance is created by using an elastic IP address (EIP) for which Anti-DDoS (Enhanced Edition) is enabled.
144
+ * @example
145
+ * gamebox
146
+ */
147
+ product?: string;
148
+ /**
149
+ * @remarks
150
+ * The remark of the instance.
150
151
  *
151
152
  * @example
152
153
  * test
@@ -162,11 +163,11 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
162
163
  resourceGroupId?: string;
163
164
  /**
164
165
  * @remarks
165
- * Indicates whether auto-renewal is enabled for the instance. Valid values:
166
- *
167
- * - **true**
166
+ * The status of the instance. Valid values:
168
167
  *
169
- * - **false**
168
+ * - **1**: Normal.
169
+ * - **2**: Expired.
170
+ * - **3**: Released.
170
171
  *
171
172
  * @example
172
173
  * 1
@@ -186,12 +187,12 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $dara.
186
187
  export declare class DescribeInstanceListResponseBody extends $dara.Model {
187
188
  /**
188
189
  * @remarks
189
- * The details about the Anti-DDoS Origin instances.
190
+ * The details of the Anti-DDoS Origin instances.
190
191
  */
191
192
  instanceList?: DescribeInstanceListResponseBodyInstanceList[];
192
193
  /**
193
194
  * @remarks
194
- * The details about the Anti-DDoS Origin instance.
195
+ * The ID of the request.
195
196
  *
196
197
  * @example
197
198
  * 381D5D33-BB8F-395F-8EE4-AE3BB4B523C4
@@ -199,7 +200,7 @@ export declare class DescribeInstanceListResponseBody extends $dara.Model {
199
200
  requestId?: string;
200
201
  /**
201
202
  * @remarks
202
- * The details about the Anti-DDoS Origin instances.
203
+ * The total number of Anti-DDoS Origin instances returned.
203
204
  *
204
205
  * @example
205
206
  * 1
@@ -72,6 +72,7 @@ class DescribeInstanceListResponseBodyInstanceList extends $dara.Model {
72
72
  instanceId: 'InstanceId',
73
73
  instanceType: 'InstanceType',
74
74
  ipType: 'IpType',
75
+ logExt: 'LogExt',
75
76
  product: 'Product',
76
77
  remark: 'Remark',
77
78
  resourceGroupId: 'ResourceGroupId',
@@ -91,6 +92,7 @@ class DescribeInstanceListResponseBodyInstanceList extends $dara.Model {
91
92
  instanceId: 'string',
92
93
  instanceType: 'string',
93
94
  ipType: 'string',
95
+ logExt: 'string',
94
96
  product: 'string',
95
97
  remark: 'string',
96
98
  resourceGroupId: 'string',
@@ -1 +1 @@
1
- {"version":3,"file":"DescribeInstanceListResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeInstanceListResponseBody.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DescribeInstanceListResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeInstanceListResponseBody.ts"],"names":[],"mappings":"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"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class GetSlsOpenStatusRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The ID of the region where the Anti-DDoS Origin instance resides.
5
+ * The region ID of the Anti-DDoS Origin instance.
6
6
  *
7
7
  * For more information about the valid values of this parameter, see [Regions and zones](https://help.aliyun.com/document_detail/188196.html).
8
8
  *
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class GetSlsOpenStatusResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The request ID.
5
+ * The ID of the request.
6
6
  *
7
7
  * @example
8
8
  * D01666F5-541B-4C78-98A6-D29E02DAAC7C
@@ -10,10 +10,10 @@ export declare class GetSlsOpenStatusResponseBody extends $dara.Model {
10
10
  requestId?: string;
11
11
  /**
12
12
  * @remarks
13
- * Indicates whether Simple Log Service was activated. Valid values:
13
+ * Indicates whether Simple Log Service is activated for the current Alibaba Cloud account. Valid values:
14
14
  *
15
- * * **true**
16
- * * **false**
15
+ * - **true**: Simple Log Service is activated.
16
+ * - **false**: Simple Log Service is not activated.
17
17
  *
18
18
  * @example
19
19
  * true
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class ListOpenedAccessLogInstancesRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The page number. Pages start from page 1. Default value: **1**.
5
+ * The page number to return in a paging query. Default value: **1**, which indicates the first page.
6
6
  *
7
7
  * @example
8
8
  * 1
@@ -10,7 +10,7 @@ export declare class ListOpenedAccessLogInstancesRequest extends $dara.Model {
10
10
  pageNumber?: number;
11
11
  /**
12
12
  * @remarks
13
- * The number of entries per page. Default value: **10**.
13
+ * The number of entries to return on each page in a paging query. Default value: **10**, which indicates 10 entries per page.
14
14
  *
15
15
  * @example
16
16
  * 10
@@ -18,7 +18,7 @@ export declare class ListOpenedAccessLogInstancesRequest extends $dara.Model {
18
18
  pageSize?: number;
19
19
  /**
20
20
  * @remarks
21
- * The ID of the resource group to which the Anti-DDoS Origin instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
21
+ * The ID of the resource group to which the Anti-DDoS Origin instance belongs in Resource Management. By default, this parameter is empty, which indicates that the instance belongs to the default resource group.
22
22
  *
23
23
  * For more information about resource groups, see [Create a resource group](https://help.aliyun.com/document_detail/94485.html).
24
24
  *
@@ -2,10 +2,10 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class ListOpenedAccessLogInstancesResponseBodySlsConfigStatus extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * Indicates whether log analysis was enabled for the Anti-DDoS Origin instance. Valid values:
5
+ * Indicates whether log analysis is enabled for the instance. Valid values:
6
6
  *
7
- * * **true**
8
- * * **false**
7
+ * - **true**: Enabled.
8
+ * - **false**: Not enabled.
9
9
  *
10
10
  * @example
11
11
  * true
@@ -13,7 +13,7 @@ export declare class ListOpenedAccessLogInstancesResponseBodySlsConfigStatus ext
13
13
  enable?: boolean;
14
14
  /**
15
15
  * @remarks
16
- * The ID of the Anti-DDoS Origin instance.
16
+ * The instance ID of Anti-DDoS Origin.
17
17
  *
18
18
  * @example
19
19
  * ddosbgp-cn-m7r1zce2****
@@ -33,7 +33,7 @@ export declare class ListOpenedAccessLogInstancesResponseBodySlsConfigStatus ext
33
33
  export declare class ListOpenedAccessLogInstancesResponseBody extends $dara.Model {
34
34
  /**
35
35
  * @remarks
36
- * The request ID.
36
+ * The ID of the request.
37
37
  *
38
38
  * @example
39
39
  * 4DB64811-70A1-41C9-A0CE-CD8B260ED551
@@ -41,12 +41,12 @@ export declare class ListOpenedAccessLogInstancesResponseBody extends $dara.Mode
41
41
  requestId?: string;
42
42
  /**
43
43
  * @remarks
44
- * The configuration of log analysis for the Anti-DDoS Origin instances.
44
+ * The log analysis configurations of Anti-DDoS Origin instances.
45
45
  */
46
46
  slsConfigStatus?: ListOpenedAccessLogInstancesResponseBodySlsConfigStatus[];
47
47
  /**
48
48
  * @remarks
49
- * The number of the Anti-DDoS Origin instances for which log analysis was enabled.
49
+ * The number of results returned, which is the number of Anti-DDoS Origin instances that have log analysis enabled.
50
50
  *
51
51
  * @example
52
52
  * 1
@@ -10,7 +10,7 @@ export declare class ListPolicyRequest extends $dara.Model {
10
10
  name?: string;
11
11
  /**
12
12
  * @remarks
13
- * Settings the page number of the current page in a paged query.
13
+ * The page number of the current page in a paging query.
14
14
  *
15
15
  * @example
16
16
  * 1
@@ -18,7 +18,7 @@ export declare class ListPolicyRequest extends $dara.Model {
18
18
  pageNo?: number;
19
19
  /**
20
20
  * @remarks
21
- * The number of entries per page in a paged query. Default value: **10**.
21
+ * The number of entries per page in a paging query. Default value: **10**.
22
22
  *
23
23
  * @example
24
24
  * 10
@@ -27,6 +27,15 @@ export declare class ListPolicyRequest extends $dara.Model {
27
27
  /**
28
28
  * @remarks
29
29
  * The applicable product type. Valid values:
30
+ * - **ecs**: queries the default policy applicable to ECS.
31
+ *
32
+ * - **slb**: queries the default policy applicable to SLB.
33
+ *
34
+ * - **eip**: queries the default policy applicable to EIP.
35
+ *
36
+ * - **gf-eip**: queries the default policy applicable to elastic IP addresses (EIPs) with Anti-DDoS Proxy Enabled.
37
+ *
38
+ * > This parameter takes effect only when the policy type is `default`.
30
39
  *
31
40
  * @example
32
41
  * ecs
@@ -36,6 +45,12 @@ export declare class ListPolicyRequest extends $dara.Model {
36
45
  * @remarks
37
46
  * The policy type. Valid values:
38
47
  *
48
+ * - **default**: the default mitigation policy.
49
+ *
50
+ * - **l3**: the IP-specific mitigation policy.
51
+ *
52
+ * - **l4**: the port-specific mitigation policy.
53
+ *
39
54
  * @example
40
55
  * l3
41
56
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ListPolicyRequest.js","sourceRoot":"","sources":["../../src/models/ListPolicyRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iBAAkB,SAAQ,KAAK,CAAC,KAAK;IAyChD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApED,8CAoEC"}
1
+ {"version":3,"file":"ListPolicyRequest.js","sourceRoot":"","sources":["../../src/models/ListPolicyRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iBAAkB,SAAQ,KAAK,CAAC,KAAK;IAwDhD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnFD,8CAmFC"}