@byteplus/pulumi-bytepluscc 0.0.36 → 0.0.38

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 (221) hide show
  1. package/alb/acl.d.ts +20 -21
  2. package/alb/acl.js +2 -2
  3. package/alb/acl.js.map +1 -1
  4. package/alb/certificate.d.ts +19 -3
  5. package/alb/certificate.js +3 -4
  6. package/alb/certificate.js.map +1 -1
  7. package/alb/getAcl.d.ts +11 -11
  8. package/alb/getCertificate.d.ts +5 -1
  9. package/alb/getCertificate.js.map +1 -1
  10. package/alb/getListener.d.ts +20 -20
  11. package/alb/getServerGroup.d.ts +9 -9
  12. package/alb/listener.d.ts +52 -52
  13. package/alb/listener.js +1 -1
  14. package/alb/serverGroup.d.ts +24 -24
  15. package/alb/serverGroup.js +1 -1
  16. package/bmq/getGroup.d.ts +10 -10
  17. package/bmq/getInstance.d.ts +13 -13
  18. package/bmq/group.d.ts +23 -43
  19. package/bmq/group.js +1 -21
  20. package/bmq/group.js.map +1 -1
  21. package/bmq/instance.d.ts +44 -44
  22. package/bmq/instance.js +6 -6
  23. package/cloudidentity/userProvisioning.d.ts +2 -2
  24. package/cloudidentity/userProvisioning.js +2 -2
  25. package/cloudmonitor/getRule.d.ts +11 -11
  26. package/cloudmonitor/rule.d.ts +33 -33
  27. package/cr/getRegistry.d.ts +11 -11
  28. package/cr/registry.d.ts +28 -28
  29. package/cr/registry.js +1 -1
  30. package/directconnect/connection.d.ts +332 -0
  31. package/directconnect/connection.js +163 -0
  32. package/directconnect/connection.js.map +1 -0
  33. package/directconnect/getConnection.d.ts +145 -0
  34. package/directconnect/getConnection.js +28 -0
  35. package/directconnect/getConnection.js.map +1 -0
  36. package/directconnect/getConnections.d.ts +22 -0
  37. package/directconnect/getConnections.js +24 -0
  38. package/directconnect/getConnections.js.map +1 -0
  39. package/directconnect/index.d.ts +9 -0
  40. package/directconnect/index.js +12 -1
  41. package/directconnect/index.js.map +1 -1
  42. package/fwcenter/addressBook.d.ts +210 -0
  43. package/fwcenter/addressBook.js +115 -0
  44. package/fwcenter/addressBook.js.map +1 -0
  45. package/fwcenter/controlPolicy.d.ts +437 -0
  46. package/fwcenter/controlPolicy.js +183 -0
  47. package/fwcenter/controlPolicy.js.map +1 -0
  48. package/fwcenter/getAddressBook.d.ts +93 -0
  49. package/fwcenter/getAddressBook.js +28 -0
  50. package/fwcenter/getAddressBook.js.map +1 -0
  51. package/fwcenter/getAddressBooks.d.ts +22 -0
  52. package/fwcenter/getAddressBooks.js +24 -0
  53. package/fwcenter/getAddressBooks.js.map +1 -0
  54. package/fwcenter/getControlPolicies.d.ts +22 -0
  55. package/fwcenter/getControlPolicies.js +24 -0
  56. package/fwcenter/getControlPolicies.js.map +1 -0
  57. package/fwcenter/getControlPolicy.d.ts +185 -0
  58. package/fwcenter/getControlPolicy.js +28 -0
  59. package/fwcenter/getControlPolicy.js.map +1 -0
  60. package/fwcenter/getNatFireWallControlPolicies.d.ts +22 -0
  61. package/fwcenter/getNatFireWallControlPolicies.js +24 -0
  62. package/fwcenter/getNatFireWallControlPolicies.js.map +1 -0
  63. package/fwcenter/getNatFireWallControlPolicy.d.ts +185 -0
  64. package/fwcenter/getNatFireWallControlPolicy.js +28 -0
  65. package/fwcenter/getNatFireWallControlPolicy.js.map +1 -0
  66. package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
  67. package/fwcenter/getVpcFireWallAclRule.js +28 -0
  68. package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
  69. package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
  70. package/fwcenter/getVpcFireWallAclRules.js +24 -0
  71. package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
  72. package/fwcenter/index.d.ts +36 -0
  73. package/fwcenter/index.js +45 -1
  74. package/fwcenter/index.js.map +1 -1
  75. package/fwcenter/natFireWallControlPolicy.d.ts +433 -0
  76. package/fwcenter/natFireWallControlPolicy.js +186 -0
  77. package/fwcenter/natFireWallControlPolicy.js.map +1 -0
  78. package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
  79. package/fwcenter/vpcFireWallAclRule.js +186 -0
  80. package/fwcenter/vpcFireWallAclRule.js.map +1 -0
  81. package/gtm/getGtm.d.ts +9 -0
  82. package/gtm/getGtm.js.map +1 -1
  83. package/gtm/gtm.d.ts +18 -0
  84. package/gtm/gtm.js +4 -0
  85. package/gtm/gtm.js.map +1 -1
  86. package/iam/accesskey.d.ts +0 -4
  87. package/iam/accesskey.js +1 -1
  88. package/iam/accesskey.js.map +1 -1
  89. package/id/authConfig.d.ts +142 -0
  90. package/id/authConfig.js +79 -0
  91. package/id/authConfig.js.map +1 -0
  92. package/id/getAuthConfig.d.ts +77 -0
  93. package/id/getAuthConfig.js +28 -0
  94. package/id/getAuthConfig.js.map +1 -0
  95. package/id/getAuthConfigs.d.ts +22 -0
  96. package/id/getAuthConfigs.js +24 -0
  97. package/id/getAuthConfigs.js.map +1 -0
  98. package/id/getPermissionNamespace.d.ts +73 -0
  99. package/id/getPermissionNamespace.js +28 -0
  100. package/id/getPermissionNamespace.js.map +1 -0
  101. package/id/getPermissionNamespaces.d.ts +22 -0
  102. package/id/getPermissionNamespaces.js +24 -0
  103. package/id/getPermissionNamespaces.js.map +1 -0
  104. package/id/getUserPool.d.ts +173 -0
  105. package/id/getUserPool.js +28 -0
  106. package/id/getUserPool.js.map +1 -0
  107. package/id/getUserPools.d.ts +22 -0
  108. package/id/getUserPools.js +24 -0
  109. package/id/getUserPools.js.map +1 -0
  110. package/id/getWorkloadPool.d.ts +81 -0
  111. package/id/getWorkloadPool.js +28 -0
  112. package/id/getWorkloadPool.js.map +1 -0
  113. package/id/getWorkloadPools.d.ts +22 -0
  114. package/id/getWorkloadPools.js +24 -0
  115. package/id/getWorkloadPools.js.map +1 -0
  116. package/id/index.d.ts +36 -0
  117. package/id/index.js +45 -1
  118. package/id/index.js.map +1 -1
  119. package/id/permissionNamespace.d.ts +143 -0
  120. package/id/permissionNamespace.js +94 -0
  121. package/id/permissionNamespace.js.map +1 -0
  122. package/id/userPool.d.ts +370 -0
  123. package/id/userPool.js +127 -0
  124. package/id/userPool.js.map +1 -0
  125. package/id/workloadPool.d.ts +159 -0
  126. package/id/workloadPool.js +98 -0
  127. package/id/workloadPool.js.map +1 -0
  128. package/kafka/allowList.d.ts +0 -22
  129. package/kafka/allowList.js +0 -22
  130. package/kafka/allowList.js.map +1 -1
  131. package/kms/getKeyMaterial.d.ts +68 -0
  132. package/kms/getKeyMaterial.js +28 -0
  133. package/kms/getKeyMaterial.js.map +1 -0
  134. package/kms/getKeyMaterials.d.ts +22 -0
  135. package/kms/getKeyMaterials.js +24 -0
  136. package/kms/getKeyMaterials.js.map +1 -0
  137. package/kms/index.d.ts +9 -0
  138. package/kms/index.js +12 -1
  139. package/kms/index.js.map +1 -1
  140. package/kms/keyMaterial.d.ts +144 -0
  141. package/kms/keyMaterial.js +96 -0
  142. package/kms/keyMaterial.js.map +1 -0
  143. package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
  144. package/organization/getServiceControlPolicyEnabler.js +28 -0
  145. package/organization/getServiceControlPolicyEnabler.js.map +1 -0
  146. package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
  147. package/organization/getServiceControlPolicyEnablers.js +24 -0
  148. package/organization/getServiceControlPolicyEnablers.js.map +1 -0
  149. package/organization/index.d.ts +9 -0
  150. package/organization/index.js +12 -1
  151. package/organization/index.js.map +1 -1
  152. package/organization/serviceControlPolicyEnabler.d.ts +78 -0
  153. package/organization/serviceControlPolicyEnabler.js +71 -0
  154. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  155. package/package.json +1 -1
  156. package/privatezone/getResolverRule.d.ts +8 -0
  157. package/privatezone/getResolverRule.js.map +1 -1
  158. package/privatezone/resolverRule.d.ts +24 -0
  159. package/privatezone/resolverRule.js +4 -0
  160. package/privatezone/resolverRule.js.map +1 -1
  161. package/rabbitmq/allowList.d.ts +0 -17
  162. package/rabbitmq/allowList.js +0 -17
  163. package/rabbitmq/allowList.js.map +1 -1
  164. package/rdsmysql/getInstance.d.ts +16 -0
  165. package/rdsmysql/getInstance.js.map +1 -1
  166. package/rdsmysql/getInstanceReadonlyNode.d.ts +92 -0
  167. package/rdsmysql/getInstanceReadonlyNode.js +28 -0
  168. package/rdsmysql/getInstanceReadonlyNode.js.map +1 -0
  169. package/rdsmysql/getInstanceReadonlyNodes.d.ts +22 -0
  170. package/rdsmysql/getInstanceReadonlyNodes.js +24 -0
  171. package/rdsmysql/getInstanceReadonlyNodes.js.map +1 -0
  172. package/rdsmysql/index.d.ts +9 -0
  173. package/rdsmysql/index.js +12 -1
  174. package/rdsmysql/index.js.map +1 -1
  175. package/rdsmysql/instance.d.ts +48 -0
  176. package/rdsmysql/instance.js +8 -0
  177. package/rdsmysql/instance.js.map +1 -1
  178. package/rdsmysql/instanceReadonlyNode.d.ts +192 -0
  179. package/rdsmysql/instanceReadonlyNode.js +105 -0
  180. package/rdsmysql/instanceReadonlyNode.js.map +1 -0
  181. package/redis/getInstance.d.ts +4 -0
  182. package/redis/getInstance.js.map +1 -1
  183. package/redis/instance.d.ts +3 -0
  184. package/redis/instance.js +3 -0
  185. package/redis/instance.js.map +1 -1
  186. package/redis/parameterGroup.d.ts +2 -2
  187. package/redis/parameterGroup.js +2 -2
  188. package/tls/alarmWebhookIntegrationType.d.ts +159 -0
  189. package/tls/alarmWebhookIntegrationType.js +108 -0
  190. package/tls/alarmWebhookIntegrationType.js.map +1 -0
  191. package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
  192. package/tls/getAlarmWebhookIntegrationType.js +28 -0
  193. package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
  194. package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
  195. package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
  196. package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
  197. package/tls/index.d.ts +9 -0
  198. package/tls/index.js +13 -2
  199. package/tls/index.js.map +1 -1
  200. package/types/input.d.ts +706 -65
  201. package/types/output.d.ts +1531 -246
  202. package/vke/node.d.ts +1 -1
  203. package/vke/node.js +0 -3
  204. package/vke/node.js.map +1 -1
  205. package/vmp/ruleFile.d.ts +2 -2
  206. package/vmp/ruleFile.js +2 -2
  207. package/vpc/vpc.d.ts +4 -0
  208. package/vpc/vpc.js +1 -1
  209. package/vpc/vpc.js.map +1 -1
  210. package/waf/getHostGroup.d.ts +69 -0
  211. package/waf/getHostGroup.js +28 -0
  212. package/waf/getHostGroup.js.map +1 -0
  213. package/waf/getHostGroups.d.ts +22 -0
  214. package/waf/getHostGroups.js +24 -0
  215. package/waf/getHostGroups.js.map +1 -0
  216. package/waf/hostGroup.d.ts +135 -0
  217. package/waf/hostGroup.js +92 -0
  218. package/waf/hostGroup.js.map +1 -0
  219. package/waf/index.d.ts +9 -0
  220. package/waf/index.js +12 -1
  221. package/waf/index.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -2,27 +2,43 @@ import * as outputs from "../types/output";
2
2
  export declare namespace alb {
3
3
  interface AclAclEntry {
4
4
  /**
5
- * Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length must be between 1 and 255 characters. If not specified, defaults to an empty string.
5
+ * Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1255 characters. If not specified, defaults to an empty string
6
6
  */
7
7
  description: string;
8
8
  /**
9
- * IP entry address range. Only CIDR addresses are supported.
9
+ * IP entry address range; only CIDR addresses are supported
10
10
  */
11
11
  entry: string;
12
12
  }
13
13
  interface AclListener {
14
14
  /**
15
- * Listener control mode for this access control policy group. white: allowlist mode; black: denylist mode
15
+ * Control mode of the listener for this access control policy group. white: Allowlist mode; black: Denylist mode
16
16
  */
17
17
  aclType: string;
18
+ /**
19
+ * Listener ID
20
+ */
21
+ listenerId: string;
22
+ /**
23
+ * Listener name
24
+ */
25
+ listenerName: string;
26
+ /**
27
+ * Listener port
28
+ */
29
+ port: number;
30
+ /**
31
+ * Listener protocol
32
+ */
33
+ protocol: string;
18
34
  }
19
35
  interface AclTag {
20
36
  /**
21
- * Tag key for user tags. Length must be between 1 and 128 characters. Case sensitive. Cannot start with any combination of volc: or sys: in any case. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
37
+ * User tag key. Length limit: 1128 characters. Case sensitive. Cannot start with any combination of volc: or sys: (case insensitive). Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Tag keys for the same resource must be unique
22
38
  */
23
39
  key: string;
24
40
  /**
25
- * User tag value. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
41
+ * User tag value. Length limit: 0256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @
26
42
  */
27
43
  value: string;
28
44
  }
@@ -66,17 +82,17 @@ export declare namespace alb {
66
82
  }
67
83
  interface GetAclAclEntry {
68
84
  /**
69
- * Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length must be between 1 and 255 characters. If not specified, defaults to an empty string.
85
+ * Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1255 characters. If not specified, defaults to an empty string
70
86
  */
71
87
  description: string;
72
88
  /**
73
- * IP entry address range. Only CIDR addresses are supported.
89
+ * IP entry address range; only CIDR addresses are supported
74
90
  */
75
91
  entry: string;
76
92
  }
77
93
  interface GetAclListener {
78
94
  /**
79
- * Listener control mode for this access control policy group. white: allowlist mode; black: denylist mode
95
+ * Control mode of the listener for this access control policy group. white: Allowlist mode; black: Denylist mode
80
96
  */
81
97
  aclType: string;
82
98
  /**
@@ -98,11 +114,11 @@ export declare namespace alb {
98
114
  }
99
115
  interface GetAclTag {
100
116
  /**
101
- * Tag key for user tags. Length must be between 1 and 128 characters. Case sensitive. Cannot start with any combination of volc: or sys: in any case. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
117
+ * User tag key. Length limit: 1128 characters. Case sensitive. Cannot start with any combination of volc: or sys: (case insensitive). Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Tag keys for the same resource must be unique
102
118
  */
103
119
  key: string;
104
120
  /**
105
- * User tag value. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
121
+ * User tag value. Length limit: 0256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @
106
122
  */
107
123
  value: string;
108
124
  }
@@ -156,7 +172,7 @@ export declare namespace alb {
156
172
  }
157
173
  interface GetListenerDomainExtension {
158
174
  /**
159
- * Server certificate ID used by the domain name. Effective when the certificate source is cert_center.
175
+ * Server certificate ID used by the domain. Effective when the certificate source is cert_center.
160
176
  */
161
177
  certCenterCertificateId: string;
162
178
  /**
@@ -164,19 +180,19 @@ export declare namespace alb {
164
180
  */
165
181
  certificateId: string;
166
182
  /**
167
- * Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded via Volcano Engine Certificate Center.
183
+ * Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded through Volcano Engine Certificate Center.
168
184
  */
169
185
  certificateSource: string;
170
186
  /**
171
- * Domain name. Usually cannot be empty. If the instance supports automatic selection of extension certificates (SniAutoMatch is on), Domain must be set to an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length limit: 1128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters other than '.' can appear before or after '*'. Exact domain: an exact domain name that complies with domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain name matching is case-insensitive.
187
+ * Domain name. Usually cannot be empty. If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain must be an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length must be between 1 and 128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters except '.' can be before or after '*'. Exact domain: a domain name that meets domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain matching is case-insensitive.
172
188
  */
173
189
  domain: string;
174
190
  /**
175
- * Extension domain name ID.
191
+ * Extended domain name ID.
176
192
  */
177
193
  domainExtensionId: string;
178
194
  /**
179
- * Listener ID associated with the extended domain name.
195
+ * Listener ID to which the extended domain name belongs.
180
196
  */
181
197
  listenerId: string;
182
198
  /**
@@ -184,7 +200,7 @@ export declare namespace alb {
184
200
  */
185
201
  pcaLeafCertificateId: string;
186
202
  /**
187
- * If the instance supports automatic selection of extension certificates, that is, when SniAutoMatch is set to on, Domain is an empty string. San refers to the certificate's extension domain names, separated by commas.
203
+ * If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain is an empty string. San refers to the extended domain names of the certificate, separated by commas.
188
204
  */
189
205
  san: string;
190
206
  }
@@ -200,11 +216,11 @@ export declare namespace alb {
200
216
  }
201
217
  interface GetListenerTag {
202
218
  /**
203
- * User tag key. Rules: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource cannot be duplicated.
219
+ * Tag key for user tags. Rules are as follows: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
204
220
  */
205
221
  key: string;
206
222
  /**
207
- * User tag value. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @.
223
+ * The value of the user tag. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. May include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
208
224
  */
209
225
  value: string;
210
226
  }
@@ -630,31 +646,31 @@ export declare namespace alb {
630
646
  }
631
647
  interface GetServerGroupHealthCheck {
632
648
  /**
633
- * The domain name for health checks must be configured as the actual address used by the backend server to provide external services. This parameter is only effective when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with a '.'. Each level of the domain name can include letters, numbers, '-', and '.' characters, but '-' cannot appear at the beginning or end of any level. Length must be between 1 and 128 characters. If this parameter is not provided or no value is specified, it defaults to empty, meaning the load balancer uses the private IP address of each backend server for health checks.
649
+ * Domain name for health check. Configure this as the actual service address provided by the backend server. This parameter takes effect only when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with '.'. Each level of the domain name can contain letters, digits, '-', and '.' characters, and '-' cannot appear at the beginning or end of any level. Length: 1128 characters. If this parameter is not specified or no value is provided, the default is empty, meaning the load balancer uses the private IP address of each backend server for health checks.
634
650
  */
635
651
  domain: string;
636
652
  /**
637
- * Whether the listener has enabled health check. Values: on: enabled (default), off: disabled.
653
+ * Whether the listener enables health check. Values: on: enabled (default), off: disabled.
638
654
  */
639
655
  enabled: string;
640
656
  /**
641
- * Health check threshold. Indicates that a backend server is considered healthy if it passes the specified number of consecutive health checks. Unit: checks. Range: 2–10. Default: 3.
657
+ * Health check threshold. Indicates the number of consecutive successful health checks required for a backend server to be considered healthy. Unit: times. Value range: 2–10. Default: 3.
642
658
  */
643
659
  healthyThreshold: number;
644
660
  /**
645
- * HTTP status codes indicating a successful health check. Use commas to separate multiple codes. This parameter is only available when HealthCheck.Protocol is set to HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
661
+ * HTTP status codes for a successful health check. Separate multiple codes with commas. This parameter is available only when HealthCheck.Protocol is HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
646
662
  */
647
663
  httpCode: string;
648
664
  /**
649
- * HTTP protocol version for health checks. This parameter is only available when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default when using API), HTTP1.1.
665
+ * Health check HTTP protocol version. This parameter is available only when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default for API usage), HTTP1.1.
650
666
  */
651
667
  httpVersion: string;
652
668
  /**
653
- * After enabling health check, the interval for performing health checks. Unit: seconds. Range: 1–300s. Default: 2.
669
+ * After health checks are enabled, the interval for performing health checks. Unit: seconds. Value range: 1–300s. Default: 2.
654
670
  */
655
671
  interval: number;
656
672
  /**
657
- * After enabling health check, the health check method. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Values: GET: server must support the GET method. HEAD (default): server returns only HEAD header information, which can reduce backend performance consumption, but the server must support the HEAD method.
673
+ * Health check method after health checks are enabled. This parameter is valid only when HealthCheck.Protocol is set to HTTP. Values: GET: The server must support the GET method. HEAD (default): The server returns only the HEAD header, which reduces backend resource consumption, but the server must support the HEAD method.
658
674
  */
659
675
  method: string;
660
676
  /**
@@ -666,15 +682,15 @@ export declare namespace alb {
666
682
  */
667
683
  protocol: string;
668
684
  /**
669
- * Health check response timeout. If the backend server does not respond correctly within the specified time, it is considered a health check failure. Unit: seconds; range: 1~60; default: 2.
685
+ * Health check response timeout. If the backend server does not respond correctly within the specified time, the health check is considered abnormal. Unit: seconds. Value range: 160. Default: 2.
670
686
  */
671
687
  timeout: number;
672
688
  /**
673
- * Unhealthy threshold for health checks. If a backend server fails the specified number of consecutive health checks, it will be considered unhealthy. Unit: times. Value range: 2–10. Default: 3.
689
+ * Unhealthy threshold for health checks. Indicates that a backend server is considered unhealthy if it fails the specified number of consecutive health checks. Unit: times. Range: 2–10. Default: 3.
674
690
  */
675
691
  unhealthyThreshold: number;
676
692
  /**
677
- * Health check path, which must be configured as the actual path provided by the backend server. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length must be between 1 and 128 characters. If this parameter is not specified or no value is provided, the default is '/'.
693
+ * Health check path. Must be configured as the actual path provided by the backend server. This parameter is only effective when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length: 1128 characters. If this parameter is not specified or specified without a value, the default is '/'.
678
694
  */
679
695
  uri: string;
680
696
  }
@@ -690,7 +706,7 @@ export declare namespace alb {
690
706
  */
691
707
  description: string;
692
708
  /**
693
- * ID of the cloud server instance or network interface.
709
+ * ID of the cloud server instance or network interface card.
694
710
  */
695
711
  instanceId: string;
696
712
  /**
@@ -702,7 +718,7 @@ export declare namespace alb {
702
718
  */
703
719
  port: number;
704
720
  /**
705
- * Enable remote IP feature. This field is valid when the backend server instance type is IP address, that is, when Type is set to ip. Values: on: enabled. off (default): disabled.
721
+ * Enable remote IP feature. This field is valid only when the backend server instance type is IP address, that is, when Type is set to ip. Parameter values: on: Enable. off (default): Disable.
706
722
  */
707
723
  remoteEnabled: string;
708
724
  /**
@@ -710,21 +726,21 @@ export declare namespace alb {
710
726
  */
711
727
  serverId: string;
712
728
  /**
713
- * Backend server instance type. ECS: cloud server instance; ENI: secondary network interface; IP: IP address (only valid for IP-type server groups).
729
+ * Backend server instance type. ecs: ECS instance. eni: auxiliary ENI. ip: IP address (valid only for IP-type server groups).
714
730
  */
715
731
  type: string;
716
732
  /**
717
- * Backend server weight.
733
+ * Weight of the backend server.
718
734
  */
719
735
  weight: number;
720
736
  }
721
737
  interface GetServerGroupStickySessionConfig {
722
738
  /**
723
- * Session persistence cookie name configured for the service. Only valid when session persistence is enabled and cookie rewrite is selected. Rules: Cookie name length must be 1–200 characters. The name can only contain ASCII letters and numbers, cannot include commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). When stickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is server, this parameter is required. When StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert, this parameter is invalid.
739
+ * Name of the session persistence Cookie for service configuration. This is only valid when session persistence is enabled and Cookie overwrite is selected. The specific rules are as follows: The Cookie name must be 1–200 characters long. The name can only contain ASCII letters and digits, cannot contain commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). This parameter is required when tickySessionConfig.StickySessionEnabled is set to on and StickySessionConfig.StickySessionType is server. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert.
724
740
  */
725
741
  cookie: string;
726
742
  /**
727
- * Session persistence cookie timeout. Only effective when session persistence is enabled and cookie insertion is selected. Unit: seconds. Rules: timeout range: 1~86400; default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
743
+ * Session persistence cookie timeout. Only valid when session persistence is enabled and the insert cookie option is selected. Unit: seconds. Rules: Timeout range: 186400. Default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
728
744
  */
729
745
  cookieTimeout: number;
730
746
  /**
@@ -732,17 +748,17 @@ export declare namespace alb {
732
748
  */
733
749
  stickySessionEnabled: string;
734
750
  /**
735
- * Cookie handling method. When StickySessionConfig.StickySessionEnabled is set to on, this field is required. Values: insert: Insert a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response, and subsequent client requests carrying this Cookie are forwarded to the previously recorded backend server. server: Rewrite the Cookie. When session persistence with Cookie rewriting is enabled, after the client's first request is forwarded to the backend server, if ALB finds your custom Cookie in the response, it rewrites the original Cookie. Subsequent client requests carrying the rewritten Cookie are forwarded to the previously recorded backend server.
751
+ * Cookie handling method. This field is required when StickySessionConfig.StickySessionEnabled is set to on. Parameter values: insert: Inserts a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response. Subsequent client requests carry this Cookie, and ALB forwards the requests to the previously recorded backend server. server: Overwrites the Cookie. When session persistence with Cookie overwrite is enabled, after the client's first request is forwarded to the backend server, if ALB detects your custom Cookie in the response, it overwrites the original Cookie. Subsequent client requests carry the overwritten Cookie, and ALB forwards the requests to the previously recorded backend server.
736
752
  */
737
753
  stickySessionType: string;
738
754
  }
739
755
  interface GetServerGroupTag {
740
756
  /**
741
- * Tag key. Duplicate tag keys are not allowed for the same resource.
757
+ * Tag key. Tag keys for the same resource must be unique.
742
758
  */
743
759
  key: string;
744
760
  /**
745
- * Tag value.
761
+ * Tag value of the tag.
746
762
  */
747
763
  value: string;
748
764
  }
@@ -758,7 +774,7 @@ export declare namespace alb {
758
774
  }
759
775
  interface ListenerDomainExtension {
760
776
  /**
761
- * Server certificate ID used by the domain name. Effective when the certificate source is cert_center.
777
+ * Server certificate ID used by the domain. Effective when the certificate source is cert_center.
762
778
  */
763
779
  certCenterCertificateId: string;
764
780
  /**
@@ -766,11 +782,11 @@ export declare namespace alb {
766
782
  */
767
783
  certificateId: string;
768
784
  /**
769
- * Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded via Volcano Engine Certificate Center.
785
+ * Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded through Volcano Engine Certificate Center.
770
786
  */
771
787
  certificateSource: string;
772
788
  /**
773
- * Domain name. Usually cannot be empty. If the instance supports automatic selection of extension certificates (SniAutoMatch is on), Domain must be set to an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length limit: 1128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters other than '.' can appear before or after '*'. Exact domain: an exact domain name that complies with domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain name matching is case-insensitive.
789
+ * Domain name. Usually cannot be empty. If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain must be an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length must be between 1 and 128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters except '.' can be before or after '*'. Exact domain: a domain name that meets domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain matching is case-insensitive.
774
790
  */
775
791
  domain: string;
776
792
  /**
@@ -778,7 +794,7 @@ export declare namespace alb {
778
794
  */
779
795
  pcaLeafCertificateId: string;
780
796
  /**
781
- * If the instance supports automatic selection of extension certificates, that is, when SniAutoMatch is set to on, Domain is an empty string. San refers to the certificate's extension domain names, separated by commas.
797
+ * If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain is an empty string. San refers to the extended domain names of the certificate, separated by commas.
782
798
  */
783
799
  san: string;
784
800
  }
@@ -794,11 +810,11 @@ export declare namespace alb {
794
810
  }
795
811
  interface ListenerTag {
796
812
  /**
797
- * User tag key. Rules: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource cannot be duplicated.
813
+ * Tag key for user tags. Rules are as follows: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
798
814
  */
799
815
  key: string;
800
816
  /**
801
- * User tag value. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @.
817
+ * The value of the user tag. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. May include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
802
818
  */
803
819
  value: string;
804
820
  }
@@ -1123,31 +1139,31 @@ export declare namespace alb {
1123
1139
  }
1124
1140
  interface ServerGroupHealthCheck {
1125
1141
  /**
1126
- * The domain name for health checks must be configured as the actual address used by the backend server to provide external services. This parameter is only effective when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with a '.'. Each level of the domain name can include letters, numbers, '-', and '.' characters, but '-' cannot appear at the beginning or end of any level. Length must be between 1 and 128 characters. If this parameter is not provided or no value is specified, it defaults to empty, meaning the load balancer uses the private IP address of each backend server for health checks.
1142
+ * Domain name for health check. Configure this as the actual service address provided by the backend server. This parameter takes effect only when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with '.'. Each level of the domain name can contain letters, digits, '-', and '.' characters, and '-' cannot appear at the beginning or end of any level. Length: 1128 characters. If this parameter is not specified or no value is provided, the default is empty, meaning the load balancer uses the private IP address of each backend server for health checks.
1127
1143
  */
1128
1144
  domain: string;
1129
1145
  /**
1130
- * Whether the listener has enabled health check. Values: on: enabled (default), off: disabled.
1146
+ * Whether the listener enables health check. Values: on: enabled (default), off: disabled.
1131
1147
  */
1132
1148
  enabled: string;
1133
1149
  /**
1134
- * Health check threshold. Indicates that a backend server is considered healthy if it passes the specified number of consecutive health checks. Unit: checks. Range: 2–10. Default: 3.
1150
+ * Health check threshold. Indicates the number of consecutive successful health checks required for a backend server to be considered healthy. Unit: times. Value range: 2–10. Default: 3.
1135
1151
  */
1136
1152
  healthyThreshold: number;
1137
1153
  /**
1138
- * HTTP status codes indicating a successful health check. Use commas to separate multiple codes. This parameter is only available when HealthCheck.Protocol is set to HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
1154
+ * HTTP status codes for a successful health check. Separate multiple codes with commas. This parameter is available only when HealthCheck.Protocol is HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
1139
1155
  */
1140
1156
  httpCode: string;
1141
1157
  /**
1142
- * HTTP protocol version for health checks. This parameter is only available when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default when using API), HTTP1.1.
1158
+ * Health check HTTP protocol version. This parameter is available only when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default for API usage), HTTP1.1.
1143
1159
  */
1144
1160
  httpVersion: string;
1145
1161
  /**
1146
- * After enabling health check, the interval for performing health checks. Unit: seconds. Range: 1–300s. Default: 2.
1162
+ * After health checks are enabled, the interval for performing health checks. Unit: seconds. Value range: 1–300s. Default: 2.
1147
1163
  */
1148
1164
  interval: number;
1149
1165
  /**
1150
- * After enabling health check, the health check method. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Values: GET: server must support the GET method. HEAD (default): server returns only HEAD header information, which can reduce backend performance consumption, but the server must support the HEAD method.
1166
+ * Health check method after health checks are enabled. This parameter is valid only when HealthCheck.Protocol is set to HTTP. Values: GET: The server must support the GET method. HEAD (default): The server returns only the HEAD header, which reduces backend resource consumption, but the server must support the HEAD method.
1151
1167
  */
1152
1168
  method: string;
1153
1169
  /**
@@ -1159,15 +1175,15 @@ export declare namespace alb {
1159
1175
  */
1160
1176
  protocol: string;
1161
1177
  /**
1162
- * Health check response timeout. If the backend server does not respond correctly within the specified time, it is considered a health check failure. Unit: seconds; range: 1~60; default: 2.
1178
+ * Health check response timeout. If the backend server does not respond correctly within the specified time, the health check is considered abnormal. Unit: seconds. Value range: 160. Default: 2.
1163
1179
  */
1164
1180
  timeout: number;
1165
1181
  /**
1166
- * Unhealthy threshold for health checks. If a backend server fails the specified number of consecutive health checks, it will be considered unhealthy. Unit: times. Value range: 2–10. Default: 3.
1182
+ * Unhealthy threshold for health checks. Indicates that a backend server is considered unhealthy if it fails the specified number of consecutive health checks. Unit: times. Range: 2–10. Default: 3.
1167
1183
  */
1168
1184
  unhealthyThreshold: number;
1169
1185
  /**
1170
- * Health check path, which must be configured as the actual path provided by the backend server. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length must be between 1 and 128 characters. If this parameter is not specified or no value is provided, the default is '/'.
1186
+ * Health check path. Must be configured as the actual path provided by the backend server. This parameter is only effective when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length: 1128 characters. If this parameter is not specified or specified without a value, the default is '/'.
1171
1187
  */
1172
1188
  uri: string;
1173
1189
  }
@@ -1183,7 +1199,7 @@ export declare namespace alb {
1183
1199
  */
1184
1200
  description: string;
1185
1201
  /**
1186
- * ID of the cloud server instance or network interface.
1202
+ * ID of the cloud server instance or network interface card.
1187
1203
  */
1188
1204
  instanceId: string;
1189
1205
  /**
@@ -1195,7 +1211,7 @@ export declare namespace alb {
1195
1211
  */
1196
1212
  port: number;
1197
1213
  /**
1198
- * Enable remote IP feature. This field is valid when the backend server instance type is IP address, that is, when Type is set to ip. Values: on: enabled. off (default): disabled.
1214
+ * Enable remote IP feature. This field is valid only when the backend server instance type is IP address, that is, when Type is set to ip. Parameter values: on: Enable. off (default): Disable.
1199
1215
  */
1200
1216
  remoteEnabled: string;
1201
1217
  /**
@@ -1203,21 +1219,21 @@ export declare namespace alb {
1203
1219
  */
1204
1220
  serverId: string;
1205
1221
  /**
1206
- * Backend server instance type. ECS: cloud server instance; ENI: secondary network interface; IP: IP address (only valid for IP-type server groups).
1222
+ * Backend server instance type. ecs: ECS instance. eni: auxiliary ENI. ip: IP address (valid only for IP-type server groups).
1207
1223
  */
1208
1224
  type: string;
1209
1225
  /**
1210
- * Backend server weight.
1226
+ * Weight of the backend server.
1211
1227
  */
1212
1228
  weight: number;
1213
1229
  }
1214
1230
  interface ServerGroupStickySessionConfig {
1215
1231
  /**
1216
- * Session persistence cookie name configured for the service. Only valid when session persistence is enabled and cookie rewrite is selected. Rules: Cookie name length must be 1–200 characters. The name can only contain ASCII letters and numbers, cannot include commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). When stickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is server, this parameter is required. When StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert, this parameter is invalid.
1232
+ * Name of the session persistence Cookie for service configuration. This is only valid when session persistence is enabled and Cookie overwrite is selected. The specific rules are as follows: The Cookie name must be 1–200 characters long. The name can only contain ASCII letters and digits, cannot contain commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). This parameter is required when tickySessionConfig.StickySessionEnabled is set to on and StickySessionConfig.StickySessionType is server. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert.
1217
1233
  */
1218
1234
  cookie: string;
1219
1235
  /**
1220
- * Session persistence cookie timeout. Only effective when session persistence is enabled and cookie insertion is selected. Unit: seconds. Rules: timeout range: 1~86400; default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
1236
+ * Session persistence cookie timeout. Only valid when session persistence is enabled and the insert cookie option is selected. Unit: seconds. Rules: Timeout range: 186400. Default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
1221
1237
  */
1222
1238
  cookieTimeout: number;
1223
1239
  /**
@@ -1225,17 +1241,17 @@ export declare namespace alb {
1225
1241
  */
1226
1242
  stickySessionEnabled: string;
1227
1243
  /**
1228
- * Cookie handling method. When StickySessionConfig.StickySessionEnabled is set to on, this field is required. Values: insert: Insert a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response, and subsequent client requests carrying this Cookie are forwarded to the previously recorded backend server. server: Rewrite the Cookie. When session persistence with Cookie rewriting is enabled, after the client's first request is forwarded to the backend server, if ALB finds your custom Cookie in the response, it rewrites the original Cookie. Subsequent client requests carrying the rewritten Cookie are forwarded to the previously recorded backend server.
1244
+ * Cookie handling method. This field is required when StickySessionConfig.StickySessionEnabled is set to on. Parameter values: insert: Inserts a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response. Subsequent client requests carry this Cookie, and ALB forwards the requests to the previously recorded backend server. server: Overwrites the Cookie. When session persistence with Cookie overwrite is enabled, after the client's first request is forwarded to the backend server, if ALB detects your custom Cookie in the response, it overwrites the original Cookie. Subsequent client requests carry the overwritten Cookie, and ALB forwards the requests to the previously recorded backend server.
1229
1245
  */
1230
1246
  stickySessionType: string;
1231
1247
  }
1232
1248
  interface ServerGroupTag {
1233
1249
  /**
1234
- * Tag key. Duplicate tag keys are not allowed for the same resource.
1250
+ * Tag key. Tag keys for the same resource must be unique.
1235
1251
  */
1236
1252
  key: string;
1237
1253
  /**
1238
- * Tag value.
1254
+ * Tag value of the tag.
1239
1255
  */
1240
1256
  value: string;
1241
1257
  }
@@ -1481,15 +1497,15 @@ export declare namespace apig {
1481
1497
  }
1482
1498
  interface GetGatewayCustomLog {
1483
1499
  /**
1484
- * Custom variable information
1500
+ * Custom Variable Information
1485
1501
  */
1486
1502
  customVariables: outputs.apig.GetGatewayCustomLogCustomVariable[];
1487
1503
  /**
1488
- * Request header information
1504
+ * Request Header Information
1489
1505
  */
1490
1506
  requestHeaders: outputs.apig.GetGatewayCustomLogRequestHeader[];
1491
1507
  /**
1492
- * Response header information
1508
+ * Response Header Information
1493
1509
  */
1494
1510
  responseHeaders: outputs.apig.GetGatewayCustomLogResponseHeader[];
1495
1511
  }
@@ -3161,19 +3177,19 @@ export declare namespace autoscaling {
3161
3177
  export declare namespace bmq {
3162
3178
  interface GetGroupResetInfo {
3163
3179
  /**
3164
- * This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
3180
+ * If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
3165
3181
  */
3166
3182
  offsetType: string;
3167
3183
  /**
3168
- * Partition number.
3184
+ * Partition number
3169
3185
  */
3170
3186
  partitionId: number;
3171
3187
  /**
3172
- * Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
3188
+ * Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
3173
3189
  */
3174
3190
  resetBy: string;
3175
3191
  /**
3176
- * Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
3192
+ * Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
3177
3193
  */
3178
3194
  resetValue: number;
3179
3195
  /**
@@ -3183,31 +3199,31 @@ export declare namespace bmq {
3183
3199
  }
3184
3200
  interface GetGroupTopicInfo {
3185
3201
  /**
3186
- * Topic creation time.
3202
+ * Topic creation time
3187
3203
  */
3188
3204
  createTime: string;
3189
3205
  /**
3190
- * Topic description.
3206
+ * Topic description
3191
3207
  */
3192
3208
  description: string;
3193
3209
  /**
3194
- * Number of unconsumed messages in the Topic.
3210
+ * Number of unconsumed messages in the Topic
3195
3211
  */
3196
3212
  lag: number;
3197
3213
  /**
3198
- * Partition list.
3214
+ * Partition list
3199
3215
  */
3200
3216
  partitionInfos: outputs.bmq.GetGroupTopicInfoPartitionInfo[];
3201
3217
  /**
3202
- * Number of Topic partitions.
3218
+ * Number of Topic partitions
3203
3219
  */
3204
3220
  partitions: number;
3205
3221
  /**
3206
- * Retention period of data in the Topic, in hours.
3222
+ * Retention period of data in the Topic, in hours
3207
3223
  */
3208
3224
  retention: number;
3209
3225
  /**
3210
- * Topic status.
3226
+ * Topic status
3211
3227
  */
3212
3228
  status: string;
3213
3229
  /**
@@ -3215,33 +3231,33 @@ export declare namespace bmq {
3215
3231
  */
3216
3232
  topicId: string;
3217
3233
  /**
3218
- * Topic name.
3234
+ * Topic name
3219
3235
  */
3220
3236
  topicName: string;
3221
3237
  }
3222
3238
  interface GetGroupTopicInfoPartitionInfo {
3223
3239
  /**
3224
- * Current consumption position.
3240
+ * Current consumption offset
3225
3241
  */
3226
3242
  currentOffset: number;
3227
3243
  /**
3228
- * Name of the Consumer Group.
3244
+ * Consumer Group name
3229
3245
  */
3230
3246
  groupName: string;
3231
3247
  /**
3232
- * Number of unconsumed messages in the partition.
3248
+ * Number of unconsumed messages in the partition
3233
3249
  */
3234
3250
  lag: number;
3235
3251
  /**
3236
- * Latest consumption position.
3252
+ * Latest consumption offset
3237
3253
  */
3238
3254
  latestOffset: number;
3239
3255
  /**
3240
- * Partition number.
3256
+ * Partition number
3241
3257
  */
3242
3258
  partitionId: number;
3243
3259
  /**
3244
- * Name of the Topic subscribed by the Consumer Group.
3260
+ * Name of the Topic subscribed by the Consumer Group
3245
3261
  */
3246
3262
  topicName: string;
3247
3263
  }
@@ -3265,7 +3281,7 @@ export declare namespace bmq {
3265
3281
  */
3266
3282
  eipId: string;
3267
3283
  /**
3268
- * Private network Plain endpoint
3284
+ * Private network Plain access point
3269
3285
  */
3270
3286
  plain: string;
3271
3287
  /**
@@ -3273,7 +3289,7 @@ export declare namespace bmq {
3273
3289
  */
3274
3290
  plainPort: number;
3275
3291
  /**
3276
- * Private network SASL authentication endpoint
3292
+ * Private network SASL authentication access point
3277
3293
  */
3278
3294
  sasl: string;
3279
3295
  /**
@@ -3307,7 +3323,7 @@ export declare namespace bmq {
3307
3323
  */
3308
3324
  eipId: string;
3309
3325
  /**
3310
- * Private network Plain endpoint
3326
+ * Private network Plain access point
3311
3327
  */
3312
3328
  plain: string;
3313
3329
  /**
@@ -3315,7 +3331,7 @@ export declare namespace bmq {
3315
3331
  */
3316
3332
  plainPort: number;
3317
3333
  /**
3318
- * Private network SASL authentication endpoint
3334
+ * Private network SASL authentication access point
3319
3335
  */
3320
3336
  sasl: string;
3321
3337
  /**
@@ -3345,7 +3361,7 @@ export declare namespace bmq {
3345
3361
  */
3346
3362
  tagKvs: outputs.bmq.GetInstanceResourceTagTagKv[];
3347
3363
  /**
3348
- * Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
3364
+ * Tag type. Options: CUSTOMcustom tag; SYSTEMsystem tag
3349
3365
  */
3350
3366
  type: string;
3351
3367
  }
@@ -3355,7 +3371,7 @@ export declare namespace bmq {
3355
3371
  */
3356
3372
  key: string;
3357
3373
  /**
3358
- * Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
3374
+ * Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
3359
3375
  */
3360
3376
  type: string;
3361
3377
  /**
@@ -3385,7 +3401,7 @@ export declare namespace bmq {
3385
3401
  */
3386
3402
  key: string;
3387
3403
  /**
3388
- * Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
3404
+ * Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
3389
3405
  */
3390
3406
  type: string;
3391
3407
  /**
@@ -3395,19 +3411,19 @@ export declare namespace bmq {
3395
3411
  }
3396
3412
  interface GroupResetInfo {
3397
3413
  /**
3398
- * This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
3414
+ * If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
3399
3415
  */
3400
3416
  offsetType: string;
3401
3417
  /**
3402
- * Partition number.
3418
+ * Partition number
3403
3419
  */
3404
3420
  partitionId: number;
3405
3421
  /**
3406
- * Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
3422
+ * Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
3407
3423
  */
3408
3424
  resetBy: string;
3409
3425
  /**
3410
- * Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
3426
+ * Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
3411
3427
  */
3412
3428
  resetValue: number;
3413
3429
  /**
@@ -3417,28 +3433,28 @@ export declare namespace bmq {
3417
3433
  }
3418
3434
  interface GroupTopicInfo {
3419
3435
  /**
3420
- * Topic creation time.
3436
+ * Topic creation time
3421
3437
  */
3422
3438
  createTime: string;
3423
3439
  /**
3424
- * Topic description.
3440
+ * Topic description
3425
3441
  */
3426
3442
  description: string;
3427
3443
  /**
3428
- * Number of unconsumed messages in the Topic.
3444
+ * Number of unconsumed messages in the Topic
3429
3445
  */
3430
3446
  lag: number;
3431
3447
  partitionInfos: outputs.bmq.GroupTopicInfoPartitionInfo[];
3432
3448
  /**
3433
- * Number of Topic partitions.
3449
+ * Number of Topic partitions
3434
3450
  */
3435
3451
  partitions: number;
3436
3452
  /**
3437
- * Retention period of data in the Topic, in hours.
3453
+ * Retention period of data in the Topic, in hours
3438
3454
  */
3439
3455
  retention: number;
3440
3456
  /**
3441
- * Topic status.
3457
+ * Topic status
3442
3458
  */
3443
3459
  status: string;
3444
3460
  /**
@@ -3446,33 +3462,33 @@ export declare namespace bmq {
3446
3462
  */
3447
3463
  topicId: string;
3448
3464
  /**
3449
- * Topic name.
3465
+ * Topic name
3450
3466
  */
3451
3467
  topicName: string;
3452
3468
  }
3453
3469
  interface GroupTopicInfoPartitionInfo {
3454
3470
  /**
3455
- * Current consumption position.
3471
+ * Current consumption offset
3456
3472
  */
3457
3473
  currentOffset: number;
3458
3474
  /**
3459
- * Name of the Consumer Group.
3475
+ * Consumer Group name
3460
3476
  */
3461
3477
  groupName: string;
3462
3478
  /**
3463
- * Number of unconsumed messages in the partition.
3479
+ * Number of unconsumed messages in the partition
3464
3480
  */
3465
3481
  lag: number;
3466
3482
  /**
3467
- * Latest consumption position.
3483
+ * Latest consumption offset
3468
3484
  */
3469
3485
  latestOffset: number;
3470
3486
  /**
3471
- * Partition number.
3487
+ * Partition number
3472
3488
  */
3473
3489
  partitionId: number;
3474
3490
  /**
3475
- * Name of the Topic subscribed by the Consumer Group.
3491
+ * Name of the Topic subscribed by the Consumer Group
3476
3492
  */
3477
3493
  topicName: string;
3478
3494
  }
@@ -3496,7 +3512,7 @@ export declare namespace bmq {
3496
3512
  */
3497
3513
  eipId: string;
3498
3514
  /**
3499
- * Private network Plain endpoint
3515
+ * Private network Plain access point
3500
3516
  */
3501
3517
  plain: string;
3502
3518
  /**
@@ -3504,7 +3520,7 @@ export declare namespace bmq {
3504
3520
  */
3505
3521
  plainPort: number;
3506
3522
  /**
3507
- * Private network SASL authentication endpoint
3523
+ * Private network SASL authentication access point
3508
3524
  */
3509
3525
  sasl: string;
3510
3526
  /**
@@ -3538,7 +3554,7 @@ export declare namespace bmq {
3538
3554
  */
3539
3555
  eipId: string;
3540
3556
  /**
3541
- * Private network Plain endpoint
3557
+ * Private network Plain access point
3542
3558
  */
3543
3559
  plain: string;
3544
3560
  /**
@@ -3546,7 +3562,7 @@ export declare namespace bmq {
3546
3562
  */
3547
3563
  plainPort: number;
3548
3564
  /**
3549
- * Private network SASL authentication endpoint
3565
+ * Private network SASL authentication access point
3550
3566
  */
3551
3567
  sasl: string;
3552
3568
  /**
@@ -3573,7 +3589,7 @@ export declare namespace bmq {
3573
3589
  interface InstanceResourceTag {
3574
3590
  tagKvs: outputs.bmq.InstanceResourceTagTagKv[];
3575
3591
  /**
3576
- * Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
3592
+ * Tag type. Options: CUSTOMcustom tag; SYSTEMsystem tag
3577
3593
  */
3578
3594
  type: string;
3579
3595
  }
@@ -3583,7 +3599,7 @@ export declare namespace bmq {
3583
3599
  */
3584
3600
  key: string;
3585
3601
  /**
3586
- * Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
3602
+ * Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
3587
3603
  */
3588
3604
  type: string;
3589
3605
  /**
@@ -3613,7 +3629,7 @@ export declare namespace bmq {
3613
3629
  */
3614
3630
  key: string;
3615
3631
  /**
3616
- * Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
3632
+ * Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
3617
3633
  */
3618
3634
  type: string;
3619
3635
  /**
@@ -9201,13 +9217,13 @@ export declare namespace cloudmonitor {
9201
9217
  */
9202
9218
  condition: string;
9203
9219
  /**
9204
- * Condition. and: All conditions met. or: Any condition met.
9220
+ * Resource list. Up to 10 resource names can be configured. When Comparator is equal or not*equal, there is no limit on the length of the resource name. When Comparator is contain, not*contain, prefix*match, or suffix*match, the resource name cannot exceed 100 characters.
9205
9221
  */
9206
9222
  metas: outputs.cloudmonitor.GetRuleDimensionConditionsMetaConditionMeta[];
9207
9223
  }
9208
9224
  interface GetRuleDimensionConditionsMetaConditionMeta {
9209
9225
  /**
9210
- * Tag match operator. contain: Contains not*contain: Does not contain prefix*match: Prefix match suffix*match: Suffix match equal: Equals not*equal: Does not equal exist: Exists.
9226
+ * Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
9211
9227
  */
9212
9228
  comparator: string;
9213
9229
  /**
@@ -9237,7 +9253,7 @@ export declare namespace cloudmonitor {
9237
9253
  }
9238
9254
  interface GetRuleDimensionConditionsTagConditionTag {
9239
9255
  /**
9240
- * Tag match operator. contain: Contains not*contain: Does not contain prefix*match: Prefix match suffix*match: Suffix match equal: Equals not*equal: Does not equal exist: Exists.
9256
+ * Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
9241
9257
  */
9242
9258
  comparator: string;
9243
9259
  /**
@@ -9301,7 +9317,7 @@ export declare namespace cloudmonitor {
9301
9317
  }
9302
9318
  interface GetRuleNotifyTemplate {
9303
9319
  /**
9304
- * Notification channel. Options: email: Email sms: SMS phone: Phone feishu: Feishu dingtalk: DingTalk wecom: WeCom slack: Slack api: Callback URL.
9320
+ * Notification channels. Values: email: Email, sms: SMS, phone: Phone, lark: Lark, dingtalk: DingTalk, wecom: WeCom, slack: Slack, api: Callback URL.
9305
9321
  */
9306
9322
  channel: string;
9307
9323
  /**
@@ -9392,7 +9408,7 @@ export declare namespace cloudmonitor {
9392
9408
  }
9393
9409
  interface RuleDimensionConditionsMetaConditionMeta {
9394
9410
  /**
9395
- * Tag match operator. contain: Contains not*contain: Does not contain prefix*match: Prefix match suffix*match: Suffix match equal: Equals not*equal: Does not equal exist: Exists.
9411
+ * Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
9396
9412
  */
9397
9413
  comparator: string;
9398
9414
  /**
@@ -9419,7 +9435,7 @@ export declare namespace cloudmonitor {
9419
9435
  }
9420
9436
  interface RuleDimensionConditionsTagConditionTag {
9421
9437
  /**
9422
- * Tag match operator. contain: Contains not*contain: Does not contain prefix*match: Prefix match suffix*match: Suffix match equal: Equals not*equal: Does not equal exist: Exists.
9438
+ * Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
9423
9439
  */
9424
9440
  comparator: string;
9425
9441
  /**
@@ -9480,7 +9496,7 @@ export declare namespace cloudmonitor {
9480
9496
  }
9481
9497
  interface RuleNotifyTemplate {
9482
9498
  /**
9483
- * Notification channel. Options: email: Email sms: SMS phone: Phone feishu: Feishu dingtalk: DingTalk wecom: WeCom slack: Slack api: Callback URL.
9499
+ * Notification channels. Values: email: Email, sms: SMS, phone: Phone, lark: Lark, dingtalk: DingTalk, wecom: WeCom, slack: Slack, api: Callback URL.
9484
9500
  */
9485
9501
  channel: string;
9486
9502
  /**
@@ -9544,47 +9560,63 @@ export declare namespace config {
9544
9560
  export declare namespace cr {
9545
9561
  interface GetRegistryEndpoint {
9546
9562
  /**
9547
- * Public IP allowlist
9563
+ * Public IP allowlist list.
9548
9564
  */
9549
9565
  aclPolicies: outputs.cr.GetRegistryEndpointAclPolicy[];
9550
9566
  /**
9551
- * Whether to enable the public endpoint. Options: false: not enabled; true: enabled. Default is false
9567
+ * Whether to enable the public endpoint. Values: false: do not enable. true: enable. Default is false.
9552
9568
  */
9553
9569
  enabled: boolean;
9554
9570
  /**
9555
- * Current status of the public endpoint. Parameter values: Enabling: enabling; Enabled: enabled; Disabling: disabling; Updating: updating; Failed: failed; Disabled: disabled
9571
+ * Current status of the public endpoint. Parameter values: Enabling: being enabled. Enabled: enabled. Disabling: being disabled. Updating: updating. Failed: failed. Disabled: disabled.
9556
9572
  */
9557
9573
  status: string;
9558
9574
  }
9559
9575
  interface GetRegistryEndpointAclPolicy {
9560
9576
  /**
9561
- * IP entry address
9577
+ * IP entry address.
9562
9578
  */
9563
9579
  description: string;
9564
9580
  /**
9565
- * IP entry description
9581
+ * IP entry description.
9566
9582
  */
9567
9583
  entry: string;
9568
9584
  }
9569
9585
  interface GetRegistryProxyCache {
9570
9586
  /**
9571
- * Instance types supported by ProxyCache. Parameter value description: DockerHub: DockerHub image repository.
9587
+ * Instance types supported by ProxyCache for container registry. Parameter values are as follows: DockerHub: DockerHub container registry
9572
9588
  */
9573
9589
  type: string;
9574
9590
  }
9575
9591
  interface GetRegistryStatus {
9576
9592
  /**
9577
- * Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
9593
+ * Creating, [ Progressing ]: Creating
9594
+ * Running, [ Ok ]: Running
9595
+ * Running, [ Degraded ]: Running
9596
+ * Stopped, [ Balance ]: Suspended due to insufficient balance
9597
+ * Stopped, [ Released ]: Pending reclamation
9598
+ * Stopped, [ Released, Balance ]: Suspended due to insufficient balance
9599
+ * Starting, [ Progressing ]: Starting
9600
+ * Deleting, [ Progressing ]: Deleting
9601
+ * Failed, [ Unknown ]: Abnormal
9578
9602
  */
9579
9603
  conditions: string[];
9580
9604
  /**
9581
- * Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
9605
+ * Creating, [ Progressing ]: Creating
9606
+ * Running, [ Ok ]: Running
9607
+ * Running, [ Degraded ]: Running
9608
+ * Stopped, [ Balance ]: Suspended due to insufficient balance
9609
+ * Stopped, [ Released ]: Pending reclamation
9610
+ * Stopped, [ Released, Balance ]: Suspended due to insufficient balance
9611
+ * Starting, [ Progressing ]: Starting
9612
+ * Deleting, [ Progressing ]: Deleting
9613
+ * Failed, [ Unknown ]: Abnormal
9582
9614
  */
9583
9615
  phase: string;
9584
9616
  }
9585
9617
  interface GetRegistryTag {
9586
9618
  /**
9587
- * Tag key
9619
+ * Tag key values
9588
9620
  */
9589
9621
  key: string;
9590
9622
  /**
@@ -9625,43 +9657,59 @@ export declare namespace cr {
9625
9657
  interface RegistryEndpoint {
9626
9658
  aclPolicies: outputs.cr.RegistryEndpointAclPolicy[];
9627
9659
  /**
9628
- * Whether to enable the public endpoint. Options: false: not enabled; true: enabled. Default is false
9660
+ * Whether to enable the public endpoint. Values: false: do not enable. true: enable. Default is false.
9629
9661
  */
9630
9662
  enabled: boolean;
9631
9663
  /**
9632
- * Current status of the public endpoint. Parameter values: Enabling: enabling; Enabled: enabled; Disabling: disabling; Updating: updating; Failed: failed; Disabled: disabled
9664
+ * Current status of the public endpoint. Parameter values: Enabling: being enabled. Enabled: enabled. Disabling: being disabled. Updating: updating. Failed: failed. Disabled: disabled.
9633
9665
  */
9634
9666
  status: string;
9635
9667
  }
9636
9668
  interface RegistryEndpointAclPolicy {
9637
9669
  /**
9638
- * IP entry address
9670
+ * IP entry address.
9639
9671
  */
9640
9672
  description: string;
9641
9673
  /**
9642
- * IP entry description
9674
+ * IP entry description.
9643
9675
  */
9644
9676
  entry: string;
9645
9677
  }
9646
9678
  interface RegistryProxyCache {
9647
9679
  /**
9648
- * Instance types supported by ProxyCache. Parameter value description: DockerHub: DockerHub image repository.
9680
+ * Instance types supported by ProxyCache for container registry. Parameter values are as follows: DockerHub: DockerHub container registry
9649
9681
  */
9650
9682
  type: string;
9651
9683
  }
9652
9684
  interface RegistryStatus {
9653
9685
  /**
9654
- * Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
9686
+ * Creating, [ Progressing ]: Creating
9687
+ * Running, [ Ok ]: Running
9688
+ * Running, [ Degraded ]: Running
9689
+ * Stopped, [ Balance ]: Suspended due to insufficient balance
9690
+ * Stopped, [ Released ]: Pending reclamation
9691
+ * Stopped, [ Released, Balance ]: Suspended due to insufficient balance
9692
+ * Starting, [ Progressing ]: Starting
9693
+ * Deleting, [ Progressing ]: Deleting
9694
+ * Failed, [ Unknown ]: Abnormal
9655
9695
  */
9656
9696
  conditions: string[];
9657
9697
  /**
9658
- * Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
9698
+ * Creating, [ Progressing ]: Creating
9699
+ * Running, [ Ok ]: Running
9700
+ * Running, [ Degraded ]: Running
9701
+ * Stopped, [ Balance ]: Suspended due to insufficient balance
9702
+ * Stopped, [ Released ]: Pending reclamation
9703
+ * Stopped, [ Released, Balance ]: Suspended due to insufficient balance
9704
+ * Starting, [ Progressing ]: Starting
9705
+ * Deleting, [ Progressing ]: Deleting
9706
+ * Failed, [ Unknown ]: Abnormal
9659
9707
  */
9660
9708
  phase: string;
9661
9709
  }
9662
9710
  interface RegistryTag {
9663
9711
  /**
9664
- * Tag key
9712
+ * Tag key values
9665
9713
  */
9666
9714
  key: string;
9667
9715
  /**
@@ -9685,6 +9733,16 @@ export declare namespace cr {
9685
9733
  }
9686
9734
  }
9687
9735
  export declare namespace directconnect {
9736
+ interface ConnectionTag {
9737
+ /**
9738
+ * Tag key. Cannot start with volc: or sys:. Length range: 1 ~ 128 characters
9739
+ */
9740
+ key: string;
9741
+ /**
9742
+ * Tag value. Length range: 0 ~ 256 characters. If not specified, defaults to empty
9743
+ */
9744
+ value: string;
9745
+ }
9688
9746
  interface DirectConnectGatewayAssociateCen {
9689
9747
  /**
9690
9748
  * ID of CEN.
@@ -9723,6 +9781,16 @@ export declare namespace directconnect {
9723
9781
  */
9724
9782
  value: string;
9725
9783
  }
9784
+ interface GetConnectionTag {
9785
+ /**
9786
+ * Tag key. Cannot start with volc: or sys:. Length range: 1 ~ 128 characters
9787
+ */
9788
+ key: string;
9789
+ /**
9790
+ * Tag value. Length range: 0 ~ 256 characters. If not specified, defaults to empty
9791
+ */
9792
+ value: string;
9793
+ }
9726
9794
  interface GetDirectConnectGatewayAssociateCen {
9727
9795
  /**
9728
9796
  * ID of CEN.
@@ -13708,31 +13776,69 @@ export declare namespace filenas {
13708
13776
  }
13709
13777
  }
13710
13778
  export declare namespace fwcenter {
13711
- interface DnsControlPolicyDomainListV1 {
13779
+ interface AddressBookAddressDetailList {
13712
13780
  /**
13713
- * Specific address information.
13781
+ * Detailed information about the address in the address book. The specific content depends on the address book type. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
13714
13782
  */
13715
13783
  address: string;
13716
13784
  /**
13717
- * Description information.
13785
+ * Detailed description of a single address in the address book, used to explain the specific purpose or other relevant information for that address.
13718
13786
  */
13719
13787
  description: string;
13788
+ }
13789
+ interface AddressBookTag {
13720
13790
  /**
13721
- * Address type. Supported values are as follows. ip: IPv4 address; ipv6: IPv6 address; domain: domain name; port: port number.
13791
+ * Tag key.
13792
+ */
13793
+ key: string;
13794
+ /**
13795
+ * Tag value.
13796
+ */
13797
+ value: string;
13798
+ }
13799
+ interface ControlPolicyDestPortListV1 {
13800
+ /**
13801
+ * Detailed address information.
13802
+ */
13803
+ address: string;
13804
+ /**
13805
+ * Description
13806
+ */
13807
+ description: string;
13808
+ /**
13809
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13722
13810
  */
13723
13811
  type: string;
13724
13812
  }
13725
- interface DnsControlPolicySource {
13813
+ interface ControlPolicyDestinationCidrListV1 {
13726
13814
  /**
13727
- * VPC region information.
13815
+ * Detailed address information.
13728
13816
  */
13729
- region: string;
13817
+ address: string;
13730
13818
  /**
13731
- * VPC ID。
13819
+ * Description
13732
13820
  */
13733
- vpcId: string;
13821
+ description: string;
13822
+ /**
13823
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13824
+ */
13825
+ type: string;
13734
13826
  }
13735
- interface GetDnsControlPolicyDomainListV1 {
13827
+ interface ControlPolicySourceCidrListV1 {
13828
+ /**
13829
+ * Detailed address information.
13830
+ */
13831
+ address: string;
13832
+ /**
13833
+ * Description
13834
+ */
13835
+ description: string;
13836
+ /**
13837
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13838
+ */
13839
+ type: string;
13840
+ }
13841
+ interface DnsControlPolicyDomainListV1 {
13736
13842
  /**
13737
13843
  * Specific address information.
13738
13844
  */
@@ -13746,7 +13852,7 @@ export declare namespace fwcenter {
13746
13852
  */
13747
13853
  type: string;
13748
13854
  }
13749
- interface GetDnsControlPolicySource {
13855
+ interface DnsControlPolicySource {
13750
13856
  /**
13751
13857
  * VPC region information.
13752
13858
  */
@@ -13756,197 +13862,685 @@ export declare namespace fwcenter {
13756
13862
  */
13757
13863
  vpcId: string;
13758
13864
  }
13759
- }
13760
- export declare namespace gtm {
13761
- interface GetPolicyStatistics {
13865
+ interface GetAddressBookAddressDetailList {
13762
13866
  /**
13763
- * Number of available addresses
13867
+ * Detailed information about the address in the address book. The specific content depends on the address book type. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
13764
13868
  */
13765
- activeAddr: number;
13869
+ address: string;
13766
13870
  /**
13767
- * Number of unavailable addresses
13871
+ * Detailed description of a single address in the address book, used to explain the specific purpose or other relevant information for that address.
13768
13872
  */
13769
- inactiveAddr: number;
13770
- }
13771
- interface GetPolicyTarget {
13873
+ description: string;
13772
13874
  /**
13773
- * Address pool ID.
13875
+ * Address type, returned during queries. `ip`: IPv4 address; `ipv6`: IPv6 address; `domain`: domain name; `port`: port.
13774
13876
  */
13775
- poolId: string;
13877
+ type: string;
13776
13878
  }
13777
- interface GetPoolAddress {
13879
+ interface GetAddressBookTag {
13778
13880
  /**
13779
- * Address capacity
13881
+ * Tag key.
13780
13882
  */
13781
- capacity: number;
13883
+ key: string;
13782
13884
  /**
13783
- * Geographic location of the address, returned only in queries
13885
+ * Tag value.
13784
13886
  */
13785
- geo: string;
13887
+ value: string;
13888
+ }
13889
+ interface GetControlPolicyDestPortListV1 {
13786
13890
  /**
13787
- * Address availability mode
13891
+ * Detailed address information.
13788
13892
  */
13789
- mode: string;
13893
+ address: string;
13790
13894
  /**
13791
- * List of geographic route codes to be corrected
13895
+ * Description
13792
13896
  */
13793
- rectifiedGeos: string[];
13897
+ description: string;
13794
13898
  /**
13795
- * Target address value
13899
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13796
13900
  */
13797
- value: string;
13901
+ type: string;
13902
+ }
13903
+ interface GetControlPolicyDestinationCidrListV1 {
13798
13904
  /**
13799
- * Address weight
13905
+ * Detailed address information.
13800
13906
  */
13801
- weight: number;
13802
- }
13803
- interface GetRulePoolSet {
13907
+ address: string;
13804
13908
  /**
13805
- * Whether the address pool is available. true: address is available. false: address is unavailable.
13909
+ * Description
13806
13910
  */
13807
- active: boolean;
13911
+ description: string;
13808
13912
  /**
13809
- * Minimum number of available addresses required for the address pool collection to be considered available.
13913
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13810
13914
  */
13811
- activeAddrThr: number;
13915
+ type: string;
13916
+ }
13917
+ interface GetControlPolicySourceCidrListV1 {
13812
13918
  /**
13813
- * Address pool name.
13919
+ * Detailed address information.
13814
13920
  */
13815
- name: string;
13921
+ address: string;
13816
13922
  /**
13817
- * Address pool set ID.
13923
+ * Description
13818
13924
  */
13819
- poolSetId: string;
13925
+ description: string;
13820
13926
  /**
13821
- * Address pool list.
13927
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13822
13928
  */
13823
- pools: outputs.gtm.GetRulePoolSetPool[];
13929
+ type: string;
13824
13930
  }
13825
- interface GetRulePoolSetPool {
13931
+ interface GetDnsControlPolicyDomainListV1 {
13826
13932
  /**
13827
- * Address information under the address pool.
13933
+ * Specific address information.
13828
13934
  */
13829
- addresses: outputs.gtm.GetRulePoolSetPoolAddress[];
13935
+ address: string;
13830
13936
  /**
13831
- * The number of unavailable addresses in the address pool.
13937
+ * Description information.
13832
13938
  */
13833
- inactiveAddrCount: number;
13939
+ description: string;
13834
13940
  /**
13835
- * Address pool name.
13941
+ * Address type. Supported values are as follows. ip: IPv4 address; ipv6: IPv6 address; domain: domain name; port: port number.
13836
13942
  */
13837
- name: string;
13943
+ type: string;
13944
+ }
13945
+ interface GetDnsControlPolicySource {
13838
13946
  /**
13839
- * Address pool ID.
13947
+ * VPC region information.
13840
13948
  */
13841
- poolId: string;
13949
+ region: string;
13842
13950
  /**
13843
- * Address pool weight.
13951
+ * VPC ID。
13844
13952
  */
13845
- weight: number;
13953
+ vpcId: string;
13846
13954
  }
13847
- interface GetRulePoolSetPoolAddress {
13955
+ interface GetNatFireWallControlPolicyDestPortListV1 {
13848
13956
  /**
13849
- * Whether the address is available. true: The address is available. false: The address is unavailable.
13957
+ * Specific address information.
13850
13958
  */
13851
- active: boolean;
13959
+ address: string;
13852
13960
  /**
13853
- * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
13961
+ * Description.
13854
13962
  */
13855
- capacity: number;
13963
+ description: string;
13856
13964
  /**
13857
- * This parameter has no practical significance. You can ignore this parameter.
13965
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13858
13966
  */
13859
- geo: string;
13967
+ type: string;
13968
+ }
13969
+ interface GetNatFireWallControlPolicyDestinationCidrListV1 {
13860
13970
  /**
13861
- * Latency (ms) for health check probe accessing the target address.
13971
+ * Specific address information.
13862
13972
  */
13863
- latency: number;
13973
+ address: string;
13864
13974
  /**
13865
- * The mechanism for determining whether an address is available. auto: automatic mode. Cloud Scheduling GTM determines address availability based on health check results. always*on: address is always available. always*off: address is always unavailable.
13975
+ * Description.
13866
13976
  */
13867
- mode: string;
13977
+ description: string;
13868
13978
  /**
13869
- * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
13979
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13870
13980
  */
13871
- rectifiedGeos: string[];
13981
+ type: string;
13982
+ }
13983
+ interface GetNatFireWallControlPolicySourceCidrListV1 {
13872
13984
  /**
13873
- * Address.
13985
+ * Specific address information.
13874
13986
  */
13875
- value: string;
13987
+ address: string;
13876
13988
  /**
13877
- * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
13989
+ * Description.
13878
13990
  */
13879
- weight: number;
13991
+ description: string;
13992
+ /**
13993
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13994
+ */
13995
+ type: string;
13880
13996
  }
13881
- interface GetRuleProbe {
13997
+ interface GetVpcFireWallAclRuleDestPortListV1 {
13882
13998
  /**
13883
- * Recommended number of health check probe points.
13999
+ * Detailed address information.
13884
14000
  */
13885
- advisedNodeCount: number;
14001
+ address: string;
13886
14002
  /**
13887
- * Whether health checks are disabled. true: disabled. false: not disabled.
14003
+ * Description.
13888
14004
  */
13889
- disable: boolean;
14005
+ description: string;
13890
14006
  /**
13891
- * The threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address is marked as faulty after 3 consecutive health check failures. The default value is 3.
14007
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13892
14008
  */
13893
- failedCount: number;
14009
+ type: string;
14010
+ }
14011
+ interface GetVpcFireWallAclRuleDestinationCidrListV1 {
13894
14012
  /**
13895
- * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14013
+ * Detailed address information.
13896
14014
  */
13897
- host: string;
14015
+ address: string;
13898
14016
  /**
13899
- * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14017
+ * Description.
13900
14018
  */
13901
- httpMethod: string;
14019
+ description: string;
13902
14020
  /**
13903
- * Customize a range of HTTP status codes. After a probe initiates a health check, if the target address returns an HTTP status code outside this range, the health check at that probe is considered failed. If you do not set the HttpUsabilityCodes parameter for the routing rule, this parameter will not be returned.
14021
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13904
14022
  */
13905
- httpUsabilityCodes: outputs.gtm.GetRuleProbeHttpUsabilityCode[];
14023
+ type: string;
14024
+ }
14025
+ interface GetVpcFireWallAclRuleSourceCidrListV1 {
13906
14026
  /**
13907
- * The interval between each health check, in seconds.
14027
+ * Detailed address information.
13908
14028
  */
13909
- interval: number;
14029
+ address: string;
13910
14030
  /**
13911
- * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
14031
+ * Description.
13912
14032
  */
13913
- isManualNodes: boolean;
14033
+ description: string;
13914
14034
  /**
13915
- * Health check probe point.
14035
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13916
14036
  */
13917
- nodes: string[];
14037
+ type: string;
14038
+ }
14039
+ interface NatFireWallControlPolicyDestPortListV1 {
13918
14040
  /**
13919
- * Packet count. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
14041
+ * Specific address information.
13920
14042
  */
13921
- pingCount: number;
14043
+ address: string;
13922
14044
  /**
13923
- * Packet loss rate, expressed as a percentage. If the packet loss rate exceeds this parameter, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during the health check is 11%, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
14045
+ * Description.
13924
14046
  */
13925
- pingLossPercent: number;
14047
+ description: string;
13926
14048
  /**
13927
- * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14049
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13928
14050
  */
13929
- port: number;
14051
+ type: string;
14052
+ }
14053
+ interface NatFireWallControlPolicyDestinationCidrListV1 {
13930
14054
  /**
13931
- * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14055
+ * Specific address information.
13932
14056
  */
13933
- protocol: string;
14057
+ address: string;
13934
14058
  /**
13935
- * The timeout period for the health check task, in seconds. ping: If the latency exceeds the value of Timeout, it is considered packet loss. http/https: If the latency exceeds the value of Timeout, it is considered an abnormal result.
14059
+ * Description.
13936
14060
  */
13937
- timeout: number;
14061
+ description: string;
13938
14062
  /**
13939
- * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14063
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
14064
+ */
14065
+ type: string;
14066
+ }
14067
+ interface NatFireWallControlPolicySourceCidrListV1 {
14068
+ /**
14069
+ * Specific address information.
14070
+ */
14071
+ address: string;
14072
+ /**
14073
+ * Description.
14074
+ */
14075
+ description: string;
14076
+ /**
14077
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
14078
+ */
14079
+ type: string;
14080
+ }
14081
+ interface VpcFireWallAclRuleDestPortListV1 {
14082
+ /**
14083
+ * Detailed address information.
14084
+ */
14085
+ address: string;
14086
+ /**
14087
+ * Description.
14088
+ */
14089
+ description: string;
14090
+ /**
14091
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
14092
+ */
14093
+ type: string;
14094
+ }
14095
+ interface VpcFireWallAclRuleDestinationCidrListV1 {
14096
+ /**
14097
+ * Detailed address information.
14098
+ */
14099
+ address: string;
14100
+ /**
14101
+ * Description.
14102
+ */
14103
+ description: string;
14104
+ /**
14105
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
14106
+ */
14107
+ type: string;
14108
+ }
14109
+ interface VpcFireWallAclRuleSourceCidrListV1 {
14110
+ /**
14111
+ * Detailed address information.
14112
+ */
14113
+ address: string;
14114
+ /**
14115
+ * Description.
14116
+ */
14117
+ description: string;
14118
+ /**
14119
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
14120
+ */
14121
+ type: string;
14122
+ }
14123
+ }
14124
+ export declare namespace gtm {
14125
+ interface GetGtmPolicy {
14126
+ /**
14127
+ * If the current address pool set is unavailable, does Cloud Scheduling GTM only trigger an alert notification without automatically switching to an available address pool? true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool.
14128
+ */
14129
+ alarmOnly: boolean;
14130
+ /**
14131
+ * Routing mode for intelligent routing policies. perf: Performance first. capacity: Capacity first. feedback: Load feedback.
14132
+ */
14133
+ perfMode: string;
14134
+ /**
14135
+ * Routing mode. The parameter values are: lb: Routes user traffic proportionally to different IDC data centers based on load balancing. geo: Routes user traffic to the nearest IDC data center on the same carrier line based on the user's geographic location and carrier. geo-lb (default): First routes user traffic to the nearest IDC data center access line on the same carrier based on the user's geographic location and carrier, then distributes user traffic proportionally to multiple IDC data centers based on load balancing.
14136
+ */
14137
+ routingMode: string;
14138
+ /**
14139
+ * Statistics for addresses associated with the scheduling policy.
14140
+ */
14141
+ statistics: outputs.gtm.GetGtmPolicyStatistics;
14142
+ /**
14143
+ * List of target address pools associated with the scheduling policy.
14144
+ */
14145
+ targets: outputs.gtm.GetGtmPolicyTarget[];
14146
+ }
14147
+ interface GetGtmPolicyStatistics {
14148
+ /**
14149
+ * Number of available addresses.
14150
+ */
14151
+ activeAddr: number;
14152
+ /**
14153
+ * Number of unavailable addresses.
14154
+ */
14155
+ inactiveAddr: number;
14156
+ }
14157
+ interface GetGtmPolicyTarget {
14158
+ /**
14159
+ * Target address pool ID.
14160
+ */
14161
+ poolId: string;
14162
+ }
14163
+ interface GetGtmProbe {
14164
+ /**
14165
+ * Recommended number of health check probe points.
14166
+ */
14167
+ advisedNodeCount: number;
14168
+ /**
14169
+ * Whether health check is disabled. true: disabled. false: enabled.
14170
+ */
14171
+ disable: boolean;
14172
+ /**
14173
+ * DNS record type for the health check.
14174
+ */
14175
+ dnsRecordType: string;
14176
+ /**
14177
+ * Threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address will be marked as faulty after 3 consecutive health check failures. Default value: 3.
14178
+ */
14179
+ failedCount: number;
14180
+ /**
14181
+ * Full domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14182
+ */
14183
+ host: string;
14184
+ /**
14185
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14186
+ */
14187
+ httpMethod: string;
14188
+ /**
14189
+ * Customize a range of HTTP status codes. After a probe initiates a health check, if the target address returns an HTTP status code outside the specified range, the health check at that probe is considered failed. If you do not set the HttpUsabilityCodes parameter for the policy, this parameter will not be returned.
14190
+ */
14191
+ httpUsabilityCodes: outputs.gtm.GetGtmProbeHttpUsabilityCode[];
14192
+ /**
14193
+ * Interval between each health check, in seconds.
14194
+ */
14195
+ interval: number;
14196
+ /**
14197
+ * Whether to manually configure health check probe points. true: Manually configure health check probe points. false: Use recommended health check probe points.
14198
+ */
14199
+ isManualNodes: boolean;
14200
+ /**
14201
+ * List of probe nodes used for health checks.
14202
+ */
14203
+ nodes: string[];
14204
+ /**
14205
+ * Number of packets sent. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
14206
+ */
14207
+ pingCount: number;
14208
+ /**
14209
+ * Packet loss rate. Unit: percent. If the packet loss rate exceeds this parameter value, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during a health check is greater than 10, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
14210
+ */
14211
+ pingLossPercent: number;
14212
+ /**
14213
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14214
+ */
14215
+ port: number;
14216
+ /**
14217
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14218
+ */
14219
+ protocol: string;
14220
+ /**
14221
+ * Timeout for establishing a single TCP connection. For example, if you set this parameter to 2 seconds, a TCP connection will be considered failed if it is not established within 2 seconds during a health check. This parameter is only valid when the health check protocol is set to tcp.
14222
+ */
14223
+ tcpConnTimeout: number;
14224
+ /**
14225
+ * Timeout for the health check task. Unit: seconds.
14226
+ */
14227
+ timeout: number;
14228
+ /**
14229
+ * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14230
+ */
14231
+ url: string;
14232
+ }
14233
+ interface GetGtmProbeHttpUsabilityCode {
14234
+ /**
14235
+ * List of HTTP status codes.
14236
+ */
14237
+ codes: number[];
14238
+ /**
14239
+ * Operator. interval: matches values within the range. include: matches specified values. exclude: matches values other than the specified ones.
14240
+ */
14241
+ operator: string;
14242
+ }
14243
+ interface GetPolicyStatistics {
14244
+ /**
14245
+ * Number of available addresses
14246
+ */
14247
+ activeAddr: number;
14248
+ /**
14249
+ * Number of unavailable addresses
14250
+ */
14251
+ inactiveAddr: number;
14252
+ }
14253
+ interface GetPolicyTarget {
14254
+ /**
14255
+ * Address pool ID.
14256
+ */
14257
+ poolId: string;
14258
+ }
14259
+ interface GetPoolAddress {
14260
+ /**
14261
+ * Address capacity
14262
+ */
14263
+ capacity: number;
14264
+ /**
14265
+ * Geographic location of the address, returned only in queries
14266
+ */
14267
+ geo: string;
14268
+ /**
14269
+ * Address availability mode
14270
+ */
14271
+ mode: string;
14272
+ /**
14273
+ * List of geographic route codes to be corrected
14274
+ */
14275
+ rectifiedGeos: string[];
14276
+ /**
14277
+ * Target address value
14278
+ */
14279
+ value: string;
14280
+ /**
14281
+ * Address weight
14282
+ */
14283
+ weight: number;
14284
+ }
14285
+ interface GetRulePoolSet {
14286
+ /**
14287
+ * Whether the address pool is available. true: address is available. false: address is unavailable.
14288
+ */
14289
+ active: boolean;
14290
+ /**
14291
+ * Minimum number of available addresses required for the address pool collection to be considered available.
14292
+ */
14293
+ activeAddrThr: number;
14294
+ /**
14295
+ * Address pool name.
14296
+ */
14297
+ name: string;
14298
+ /**
14299
+ * Address pool set ID.
14300
+ */
14301
+ poolSetId: string;
14302
+ /**
14303
+ * Address pool list.
14304
+ */
14305
+ pools: outputs.gtm.GetRulePoolSetPool[];
14306
+ }
14307
+ interface GetRulePoolSetPool {
14308
+ /**
14309
+ * Address information under the address pool.
14310
+ */
14311
+ addresses: outputs.gtm.GetRulePoolSetPoolAddress[];
14312
+ /**
14313
+ * The number of unavailable addresses in the address pool.
14314
+ */
14315
+ inactiveAddrCount: number;
14316
+ /**
14317
+ * Address pool name.
14318
+ */
14319
+ name: string;
14320
+ /**
14321
+ * Address pool ID.
14322
+ */
14323
+ poolId: string;
14324
+ /**
14325
+ * Address pool weight.
14326
+ */
14327
+ weight: number;
14328
+ }
14329
+ interface GetRulePoolSetPoolAddress {
14330
+ /**
14331
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
14332
+ */
14333
+ active: boolean;
14334
+ /**
14335
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
14336
+ */
14337
+ capacity: number;
14338
+ /**
14339
+ * This parameter has no practical significance. You can ignore this parameter.
14340
+ */
14341
+ geo: string;
14342
+ /**
14343
+ * Latency (ms) for health check probe accessing the target address.
14344
+ */
14345
+ latency: number;
14346
+ /**
14347
+ * The mechanism for determining whether an address is available. auto: automatic mode. Cloud Scheduling GTM determines address availability based on health check results. always*on: address is always available. always*off: address is always unavailable.
14348
+ */
14349
+ mode: string;
14350
+ /**
14351
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
14352
+ */
14353
+ rectifiedGeos: string[];
14354
+ /**
14355
+ * Address.
14356
+ */
14357
+ value: string;
14358
+ /**
14359
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
14360
+ */
14361
+ weight: number;
14362
+ }
14363
+ interface GetRuleProbe {
14364
+ /**
14365
+ * Recommended number of health check probe points.
14366
+ */
14367
+ advisedNodeCount: number;
14368
+ /**
14369
+ * Whether health checks are disabled. true: disabled. false: not disabled.
14370
+ */
14371
+ disable: boolean;
14372
+ /**
14373
+ * The threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address is marked as faulty after 3 consecutive health check failures. The default value is 3.
14374
+ */
14375
+ failedCount: number;
14376
+ /**
14377
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14378
+ */
14379
+ host: string;
14380
+ /**
14381
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14382
+ */
14383
+ httpMethod: string;
14384
+ /**
14385
+ * Customize a range of HTTP status codes. After a probe initiates a health check, if the target address returns an HTTP status code outside this range, the health check at that probe is considered failed. If you do not set the HttpUsabilityCodes parameter for the routing rule, this parameter will not be returned.
14386
+ */
14387
+ httpUsabilityCodes: outputs.gtm.GetRuleProbeHttpUsabilityCode[];
14388
+ /**
14389
+ * The interval between each health check, in seconds.
14390
+ */
14391
+ interval: number;
14392
+ /**
14393
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
14394
+ */
14395
+ isManualNodes: boolean;
14396
+ /**
14397
+ * Health check probe point.
14398
+ */
14399
+ nodes: string[];
14400
+ /**
14401
+ * Packet count. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
14402
+ */
14403
+ pingCount: number;
14404
+ /**
14405
+ * Packet loss rate, expressed as a percentage. If the packet loss rate exceeds this parameter, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during the health check is 11%, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
14406
+ */
14407
+ pingLossPercent: number;
14408
+ /**
14409
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14410
+ */
14411
+ port: number;
14412
+ /**
14413
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14414
+ */
14415
+ protocol: string;
14416
+ /**
14417
+ * The timeout period for the health check task, in seconds. ping: If the latency exceeds the value of Timeout, it is considered packet loss. http/https: If the latency exceeds the value of Timeout, it is considered an abnormal result.
14418
+ */
14419
+ timeout: number;
14420
+ /**
14421
+ * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14422
+ */
14423
+ url: string;
14424
+ }
14425
+ interface GetRuleProbeHttpUsabilityCode {
14426
+ /**
14427
+ * HTTP status code list.
14428
+ */
14429
+ codes: number[];
14430
+ /**
14431
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
14432
+ */
14433
+ operator: string;
14434
+ }
14435
+ interface GtmPolicy {
14436
+ /**
14437
+ * If the current address pool set is unavailable, does Cloud Scheduling GTM only trigger an alert notification without automatically switching to an available address pool? true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool.
14438
+ */
14439
+ alarmOnly: boolean;
14440
+ /**
14441
+ * Routing mode for intelligent routing policies. perf: Performance first. capacity: Capacity first. feedback: Load feedback.
14442
+ */
14443
+ perfMode: string;
14444
+ /**
14445
+ * Routing mode. The parameter values are: lb: Routes user traffic proportionally to different IDC data centers based on load balancing. geo: Routes user traffic to the nearest IDC data center on the same carrier line based on the user's geographic location and carrier. geo-lb (default): First routes user traffic to the nearest IDC data center access line on the same carrier based on the user's geographic location and carrier, then distributes user traffic proportionally to multiple IDC data centers based on load balancing.
14446
+ */
14447
+ routingMode: string;
14448
+ /**
14449
+ * Statistics for addresses associated with the scheduling policy.
14450
+ */
14451
+ statistics: outputs.gtm.GtmPolicyStatistics;
14452
+ targets: outputs.gtm.GtmPolicyTarget[];
14453
+ }
14454
+ interface GtmPolicyStatistics {
14455
+ /**
14456
+ * Number of available addresses.
14457
+ */
14458
+ activeAddr: number;
14459
+ /**
14460
+ * Number of unavailable addresses.
14461
+ */
14462
+ inactiveAddr: number;
14463
+ }
14464
+ interface GtmPolicyTarget {
14465
+ /**
14466
+ * Target address pool ID.
14467
+ */
14468
+ poolId: string;
14469
+ }
14470
+ interface GtmProbe {
14471
+ /**
14472
+ * Recommended number of health check probe points.
14473
+ */
14474
+ advisedNodeCount: number;
14475
+ /**
14476
+ * Whether health check is disabled. true: disabled. false: enabled.
14477
+ */
14478
+ disable: boolean;
14479
+ /**
14480
+ * DNS record type for the health check.
14481
+ */
14482
+ dnsRecordType: string;
14483
+ /**
14484
+ * Threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address will be marked as faulty after 3 consecutive health check failures. Default value: 3.
14485
+ */
14486
+ failedCount: number;
14487
+ /**
14488
+ * Full domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14489
+ */
14490
+ host: string;
14491
+ /**
14492
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14493
+ */
14494
+ httpMethod: string;
14495
+ httpUsabilityCodes: outputs.gtm.GtmProbeHttpUsabilityCode[];
14496
+ /**
14497
+ * Interval between each health check, in seconds.
14498
+ */
14499
+ interval: number;
14500
+ /**
14501
+ * Whether to manually configure health check probe points. true: Manually configure health check probe points. false: Use recommended health check probe points.
14502
+ */
14503
+ isManualNodes: boolean;
14504
+ /**
14505
+ * List of probe nodes used for health checks.
14506
+ */
14507
+ nodes: string[];
14508
+ /**
14509
+ * Number of packets sent. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
14510
+ */
14511
+ pingCount: number;
14512
+ /**
14513
+ * Packet loss rate. Unit: percent. If the packet loss rate exceeds this parameter value, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during a health check is greater than 10, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
14514
+ */
14515
+ pingLossPercent: number;
14516
+ /**
14517
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14518
+ */
14519
+ port: number;
14520
+ /**
14521
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14522
+ */
14523
+ protocol: string;
14524
+ /**
14525
+ * Timeout for establishing a single TCP connection. For example, if you set this parameter to 2 seconds, a TCP connection will be considered failed if it is not established within 2 seconds during a health check. This parameter is only valid when the health check protocol is set to tcp.
14526
+ */
14527
+ tcpConnTimeout: number;
14528
+ /**
14529
+ * Timeout for the health check task. Unit: seconds.
14530
+ */
14531
+ timeout: number;
14532
+ /**
14533
+ * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13940
14534
  */
13941
14535
  url: string;
13942
14536
  }
13943
- interface GetRuleProbeHttpUsabilityCode {
14537
+ interface GtmProbeHttpUsabilityCode {
13944
14538
  /**
13945
- * HTTP status code list.
14539
+ * List of HTTP status codes.
13946
14540
  */
13947
14541
  codes: number[];
13948
14542
  /**
13949
- * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
14543
+ * Operator. interval: matches values within the range. include: matches specified values. exclude: matches values other than the specified ones.
13950
14544
  */
13951
14545
  operator: string;
13952
14546
  }
@@ -14909,6 +15503,97 @@ export declare namespace iam {
14909
15503
  }
14910
15504
  }
14911
15505
  export declare namespace id {
15506
+ interface AuthConfigApiKeyAuthConfig {
15507
+ /**
15508
+ * ApiKey Value
15509
+ */
15510
+ apiKey: string;
15511
+ apiKeyMetadatas: outputs.id.AuthConfigApiKeyAuthConfigApiKeyMetadata[];
15512
+ /**
15513
+ * ApiKey Name
15514
+ */
15515
+ apiKeyName: string;
15516
+ /**
15517
+ * Expiration Timestamp
15518
+ */
15519
+ expiryTimestamp: number;
15520
+ }
15521
+ interface AuthConfigApiKeyAuthConfigApiKeyMetadata {
15522
+ /**
15523
+ * Parameter Location
15524
+ */
15525
+ location: string;
15526
+ /**
15527
+ * Parameter Name
15528
+ */
15529
+ parameterName: string;
15530
+ }
15531
+ interface AuthConfigJwtAuthConfig {
15532
+ /**
15533
+ * Allowed Audience List
15534
+ */
15535
+ allowedAudiences: string[];
15536
+ /**
15537
+ * Allowed Client List
15538
+ */
15539
+ allowedClients: string[];
15540
+ /**
15541
+ * JWT Discovery URL。
15542
+ */
15543
+ discoveryUrl: string;
15544
+ }
15545
+ interface GetAuthConfigApiKeyAuthConfig {
15546
+ /**
15547
+ * ApiKey Value
15548
+ */
15549
+ apiKey: string;
15550
+ /**
15551
+ * ApiKey Metadata
15552
+ */
15553
+ apiKeyMetadatas: outputs.id.GetAuthConfigApiKeyAuthConfigApiKeyMetadata[];
15554
+ /**
15555
+ * ApiKey Name
15556
+ */
15557
+ apiKeyName: string;
15558
+ /**
15559
+ * Expiration Timestamp
15560
+ */
15561
+ expiryTimestamp: number;
15562
+ }
15563
+ interface GetAuthConfigApiKeyAuthConfigApiKeyMetadata {
15564
+ /**
15565
+ * Parameter Location
15566
+ */
15567
+ location: string;
15568
+ /**
15569
+ * Parameter Name
15570
+ */
15571
+ parameterName: string;
15572
+ }
15573
+ interface GetAuthConfigJwtAuthConfig {
15574
+ /**
15575
+ * Allowed Audience List
15576
+ */
15577
+ allowedAudiences: string[];
15578
+ /**
15579
+ * Allowed Client List
15580
+ */
15581
+ allowedClients: string[];
15582
+ /**
15583
+ * JWT Discovery URL。
15584
+ */
15585
+ discoveryUrl: string;
15586
+ }
15587
+ interface GetPermissionNamespaceTag {
15588
+ /**
15589
+ * Tag Key
15590
+ */
15591
+ key: string;
15592
+ /**
15593
+ * Tag Value
15594
+ */
15595
+ value: string;
15596
+ }
14912
15597
  interface GetServiceBackend {
14913
15598
  /**
14914
15599
  * Backend service domain name, for example api.example.com
@@ -15067,6 +15752,46 @@ export declare namespace id {
15067
15752
  */
15068
15753
  value: string;
15069
15754
  }
15755
+ interface GetUserPoolBrand {
15756
+ /**
15757
+ * Brand logo URL
15758
+ */
15759
+ logoUri: string;
15760
+ /**
15761
+ * Brand name
15762
+ */
15763
+ name: string;
15764
+ }
15765
+ interface GetUserPoolTag {
15766
+ /**
15767
+ * Tag key
15768
+ */
15769
+ key: string;
15770
+ /**
15771
+ * Tag value
15772
+ */
15773
+ value: string;
15774
+ }
15775
+ interface GetWorkloadPoolTag {
15776
+ /**
15777
+ * Tag key
15778
+ */
15779
+ key: string;
15780
+ /**
15781
+ * Tag value
15782
+ */
15783
+ value: string;
15784
+ }
15785
+ interface PermissionNamespaceTag {
15786
+ /**
15787
+ * Tag Key
15788
+ */
15789
+ key: string;
15790
+ /**
15791
+ * Tag Value
15792
+ */
15793
+ value: string;
15794
+ }
15070
15795
  interface ServiceBackend {
15071
15796
  /**
15072
15797
  * Backend service domain name, for example api.example.com
@@ -15216,6 +15941,36 @@ export declare namespace id {
15216
15941
  */
15217
15942
  value: string;
15218
15943
  }
15944
+ interface UserPoolBrand {
15945
+ /**
15946
+ * Brand logo URL
15947
+ */
15948
+ logoUri: string;
15949
+ /**
15950
+ * Brand name
15951
+ */
15952
+ name: string;
15953
+ }
15954
+ interface UserPoolTag {
15955
+ /**
15956
+ * Tag key
15957
+ */
15958
+ key: string;
15959
+ /**
15960
+ * Tag value
15961
+ */
15962
+ value: string;
15963
+ }
15964
+ interface WorkloadPoolTag {
15965
+ /**
15966
+ * Tag key
15967
+ */
15968
+ key: string;
15969
+ /**
15970
+ * Tag value
15971
+ */
15972
+ value: string;
15973
+ }
15219
15974
  }
15220
15975
  export declare namespace kafka {
15221
15976
  interface AllowListAssociatedInstance {
@@ -18220,6 +18975,10 @@ export declare namespace rdsmysql {
18220
18975
  * Whether to enable automatic scaling for the instance. Values: true: Yes. false: No.
18221
18976
  */
18222
18977
  enableStorageAutoScale: boolean;
18978
+ /**
18979
+ * Node range for automatic scaling detection. Values: MasterNode: primary node. MasterSlaveNodes: primary and secondary nodes. AllNodes: all nodes. Note: When used as a request parameter, the default is MasterNode. For multi-node instances, MasterSlaveNodes and AllNodes have the same effect. For single-node instances, MasterNode, MasterSlaveNodes, and AllNodes have the same effect.
18980
+ */
18981
+ scalingDetectNode: string;
18223
18982
  /**
18224
18983
  * Percentage of available storage space that triggers automatic scaling. Value range: 10–50, default: 10, unit: %
18225
18984
  */
@@ -18229,6 +18988,152 @@ export declare namespace rdsmysql {
18229
18988
  */
18230
18989
  storageUpperBound: number;
18231
18990
  }
18991
+ interface GetInstanceBackupPolicy {
18992
+ /**
18993
+ * List of destination regions available for cross-region backup.
18994
+ */
18995
+ availableCrossRegions: string[];
18996
+ /**
18997
+ * Basic backup policy.
18998
+ */
18999
+ backupPolicyBase: outputs.rdsmysql.GetInstanceBackupPolicyBackupPolicyBase;
19000
+ /**
19001
+ * Cross-region backup policy.
19002
+ */
19003
+ crossBackupPolicy: outputs.rdsmysql.GetInstanceBackupPolicyCrossBackupPolicy;
19004
+ }
19005
+ interface GetInstanceBackupPolicyBackupPolicyBase {
19006
+ /**
19007
+ * Retain all log backups before releasing the instance. Values: true: yes. false: no.
19008
+ */
19009
+ binlogBackupAllRetention: boolean;
19010
+ /**
19011
+ * Enable log backup feature. Values: true: yes. false: no.
19012
+ */
19013
+ binlogBackupEnabled: boolean;
19014
+ /**
19015
+ * Whether to enable encryption for log backups. Values: true: Yes. false: No.
19016
+ */
19017
+ binlogBackupEncryptionEnabled: boolean;
19018
+ /**
19019
+ * Enable local Binlog retention limit. Values: true: enabled. false: disabled.
19020
+ */
19021
+ binlogFileCountsEnable: boolean;
19022
+ /**
19023
+ * Number of local Binlog files to retain, values range from 6 to 1000. Files exceeding the retention count are automatically deleted.
19024
+ */
19025
+ binlogLimitCount: number;
19026
+ /**
19027
+ * Local Binlog retention period. Value: 0–168. Unit: hours. Local logs exceeding the retention period are automatically deleted. When set to 0, local logs are not deleted automatically.
19028
+ */
19029
+ binlogLocalRetentionHour: number;
19030
+ /**
19031
+ * Enable automatic Binlog cleanup when storage is excessive. When total instance storage usage exceeds 80% or available space is less than 5 GiB, the system automatically deletes the oldest local Binlog files until usage drops below 80% and available space exceeds 5 GiB. true: enabled. false: disabled.
19032
+ */
19033
+ binlogSpaceLimitEnable: boolean;
19034
+ /**
19035
+ * Maximum storage space usage. Can be set to 20%–50%. When exceeded, the earliest Binlog files are automatically deleted until usage falls below this threshold. Note: Local Binlog space usage = local Binlog size / total available (purchased) instance space.
19036
+ */
19037
+ binlogStoragePercentage: number;
19038
+ /**
19039
+ * Retain all data backups before releasing the instance. Values: true: yes. false: no.
19040
+ */
19041
+ dataBackupAllRetention: boolean;
19042
+ /**
19043
+ * Enable encryption for data backups of local disk instances. Values: true: yes. false: no. Note: This feature is not supported for cloud disk instances.
19044
+ */
19045
+ dataBackupEncryptionEnabled: boolean;
19046
+ /**
19047
+ * Number of days to retain data backups. Valid values: 7–3650 days. Default: 7 days.
19048
+ */
19049
+ dataBackupRetentionDay: number;
19050
+ /**
19051
+ * Full backup cycle. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday.
19052
+ */
19053
+ dataFullBackupPeriods: string[];
19054
+ /**
19055
+ * Start time of the full backup task time window (UTC). The time window is 1 hour. Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
19056
+ */
19057
+ dataFullBackupStartUtcHour: number;
19058
+ /**
19059
+ * Time window for executing backup tasks, with a duration of 1 hour. Format: HH:mmZ-HH:mmZ (UTC). Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
19060
+ */
19061
+ dataFullBackupTime: string;
19062
+ /**
19063
+ * Incremental backup cycle for local disk instances. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: When high-frequency incremental backup is enabled (that is, when HourlyIncrBackupEnable is set to true), this field is not returned.
19064
+ */
19065
+ dataIncrBackupPeriods: string[];
19066
+ /**
19067
+ * Number of days to retain data after instance release.
19068
+ */
19069
+ dataKeepDaysAfterReleased: number;
19070
+ /**
19071
+ * Policy for retaining instance backups after the instance is released. Values: Last: retain the last backup (default). All: retain all backups of the instance.
19072
+ */
19073
+ dataKeepPolicyAfterReleased: string;
19074
+ /**
19075
+ * Whether high-frequency incremental snapshot backup is enabled for cloud disk instances. Values: true: Yes. false: No. Note: For local disk instances, this field returns false.
19076
+ */
19077
+ highFrequencySnapshotBackupEnable: boolean;
19078
+ /**
19079
+ * Frequency of high-frequency incremental snapshot backups for cloud disk instances, in seconds. Values: 3600: every 1 hour. 7200: every 2 hours. 10800: every 3 hours. 14400: every 4 hours. 19200: every 6 hours. 28800: every 8 hours. 38400: every 12 hours. Note: If the instance is a local disk instance or the high-frequency incremental snapshot backup feature for the cloud disk instance is not enabled, this field returns 0.
19080
+ */
19081
+ highFrequencySnapshotBackupSecondPeriod: number;
19082
+ /**
19083
+ * Whether to enable high-frequency backup for local disk instances. Values: true: Yes. false: No.
19084
+ */
19085
+ hourlyIncrBackupEnable: boolean;
19086
+ /**
19087
+ * Frequency of high-frequency incremental backups for local disk instances. Values: 0: no high-frequency incremental backup. In this case, HourlyIncrBackupEnable is false. 2: incremental backup every 2 hours. 4: incremental backup every 4 hours. 6: incremental backup every 6 hours. 12: incremental backup every 12 hours.
19088
+ */
19089
+ incrBackupHourPeriod: number;
19090
+ /**
19091
+ * Whether to retain cross-region backups. Values: true: Yes. false: No. Note: This feature is not supported for cloud disk instances.
19092
+ */
19093
+ keepCrossBackupEnableAfterReleased: boolean;
19094
+ /**
19095
+ * Maximum DDL wait time. Default value is 30, minimum is 10, maximum is 1440, in minutes.
19096
+ */
19097
+ lockDdlTime: number;
19098
+ /**
19099
+ * Maximum DDL wait time. Default value: 1800. Minimum: 1. Maximum: 86400. Unit: seconds. Note: The backup process will block DDL. If the blocking time exceeds the specified value, the backup will stop automatically. Only MySQL 8.0 instances support this setting.
19100
+ */
19101
+ lockDdlTimeSecond: number;
19102
+ /**
19103
+ * Binlog backup retention period. Value range: 7–3650 days. Default retention is 7 days. Note: This parameter is not returned when RetentionPolicySynced is set to true.
19104
+ */
19105
+ logBackupRetentionDay: number;
19106
+ /**
19107
+ * Whether to allow downloading instance backup data from a public network environment. Values: true: Yes. false: No.
19108
+ */
19109
+ publicDownloadEnable: boolean;
19110
+ /**
19111
+ * Whether the retention policy for log backups is the same as that for data backups. Values: true: Yes. false: No.
19112
+ */
19113
+ retentionPolicySynced: boolean;
19114
+ }
19115
+ interface GetInstanceBackupPolicyCrossBackupPolicy {
19116
+ /**
19117
+ * Enable cross-region backup. true: enabled. false: disabled. Default value (unspecified).
19118
+ */
19119
+ backupEnabled: boolean;
19120
+ /**
19121
+ * Retain cross-region backups long-term before instance release. Values: true: yes. false: no.
19122
+ */
19123
+ crossBackupAllRetention: boolean;
19124
+ /**
19125
+ * Destination region ID for cross-region backups. This parameter is required when BackupEnabled is true.
19126
+ */
19127
+ crossBackupRegion: string;
19128
+ /**
19129
+ * Whether to enable cross-region log backup. true: Enable. false: Disable (default). Note: Cross-region log backup can only be enabled when cross-region backup is enabled.
19130
+ */
19131
+ logBackupEnabled: boolean;
19132
+ /**
19133
+ * Cross-region backup retention days. Value range: 7–3650. Default: 7. Unit: days. Note: When CrossBackupAllRetention is set to true, this field does not need to be set.
19134
+ */
19135
+ retention: number;
19136
+ }
18232
19137
  interface GetInstanceChargeDetail {
18233
19138
  /**
18234
19139
  * Enable auto-renewal for prepaid scenarios. Values: true: auto-renewal. false: do not auto-renew
@@ -18306,6 +19211,10 @@ export declare namespace rdsmysql {
18306
19211
  secondsBehindMaster: number;
18307
19212
  }
18308
19213
  interface GetInstanceEndpoint {
19214
+ /**
19215
+ * Address list.
19216
+ */
19217
+ addresses: outputs.rdsmysql.GetInstanceEndpointAddress[];
18309
19218
  /**
18310
19219
  * When the endpoint type is read/write or read-only, you can set whether new nodes join automatically. Values: Enable: auto join. Disable: do not auto join (default)
18311
19220
  */
@@ -18322,6 +19231,10 @@ export declare namespace rdsmysql {
18322
19231
  * Connection pool type for proxy terminal. Values: Transaction: Transaction-level connection pool. Default value. Direct: Direct mode.
18323
19232
  */
18324
19233
  connectionPoolType: string;
19234
+ /**
19235
+ * Custom routing and forwarding rules for connected terminals.
19236
+ */
19237
+ customRouteStrategies: outputs.rdsmysql.GetInstanceEndpointCustomRouteStrategy[];
18325
19238
  /**
18326
19239
  * Description of the connection endpoint
18327
19240
  */
@@ -18391,6 +19304,54 @@ export declare namespace rdsmysql {
18391
19304
  */
18392
19305
  readWriteMode: string;
18393
19306
  }
19307
+ interface GetInstanceEndpointAddress {
19308
+ /**
19309
+ * false: Private network resolution (default). true: Private and public network resolution.
19310
+ */
19311
+ dnsVisibility: boolean;
19312
+ /**
19313
+ * Connection domain name.
19314
+ */
19315
+ domain: string;
19316
+ /**
19317
+ * EIP ID, valid only for Public addresses.
19318
+ */
19319
+ eipId: string;
19320
+ /**
19321
+ * Whether the EIP used by the connected terminal is suspended due to overdue payment. Values: true: Yes. false: No.
19322
+ */
19323
+ eipLocked: boolean;
19324
+ /**
19325
+ * IP protocol version. Value: IPv4.
19326
+ */
19327
+ internetProtocol: string;
19328
+ /**
19329
+ * IP address.
19330
+ */
19331
+ ipAddress: string;
19332
+ /**
19333
+ * Network address type. Values: Private: private address. Public: public address.
19334
+ */
19335
+ networkType: string;
19336
+ /**
19337
+ * Port.
19338
+ */
19339
+ port: string;
19340
+ /**
19341
+ * Subnet ID, valid only for Private addresses.
19342
+ */
19343
+ subnetId: string;
19344
+ }
19345
+ interface GetInstanceEndpointCustomRouteStrategy {
19346
+ /**
19347
+ * SQL forwarding rule target. Values: Primary: primary node. Secondary: secondary node. ReadOnly: read-only node. Note: For dual-node instances, you can select the primary node or read-only node. For multi-node instances, you can select the primary node or secondary node.
19348
+ */
19349
+ nodeType: string;
19350
+ /**
19351
+ * Forwarding rule keywords. SQL keyword setting rules are as follows: Each rule can contain up to 20 keywords. Maximum length is 64 characters. Can include English letters, numbers, underscores (_), @, #, :=, and Chinese characters.
19352
+ */
19353
+ sqlKeyword: string;
19354
+ }
18394
19355
  interface GetInstanceEndpointReadOnlyNodeWeight {
18395
19356
  /**
18396
19357
  * Read-only nodes require NodeId. Primary nodes do not require it
@@ -18568,6 +19529,10 @@ export declare namespace rdsmysql {
18568
19529
  * Whether to enable automatic scaling for the instance. Values: true: Yes. false: No.
18569
19530
  */
18570
19531
  enableStorageAutoScale: boolean;
19532
+ /**
19533
+ * Node range for automatic scaling detection. Values: MasterNode: primary node. MasterSlaveNodes: primary and secondary nodes. AllNodes: all nodes. Note: When used as a request parameter, the default is MasterNode. For multi-node instances, MasterSlaveNodes and AllNodes have the same effect. For single-node instances, MasterNode, MasterSlaveNodes, and AllNodes have the same effect.
19534
+ */
19535
+ scalingDetectNode: string;
18571
19536
  /**
18572
19537
  * Percentage of available storage space that triggers automatic scaling. Value range: 10–50, default: 10, unit: %
18573
19538
  */
@@ -18577,6 +19542,152 @@ export declare namespace rdsmysql {
18577
19542
  */
18578
19543
  storageUpperBound: number;
18579
19544
  }
19545
+ interface InstanceBackupPolicy {
19546
+ /**
19547
+ * List of destination regions available for cross-region backup.
19548
+ */
19549
+ availableCrossRegions: string[];
19550
+ /**
19551
+ * Basic backup policy.
19552
+ */
19553
+ backupPolicyBase: outputs.rdsmysql.InstanceBackupPolicyBackupPolicyBase;
19554
+ /**
19555
+ * Cross-region backup policy.
19556
+ */
19557
+ crossBackupPolicy: outputs.rdsmysql.InstanceBackupPolicyCrossBackupPolicy;
19558
+ }
19559
+ interface InstanceBackupPolicyBackupPolicyBase {
19560
+ /**
19561
+ * Retain all log backups before releasing the instance. Values: true: yes. false: no.
19562
+ */
19563
+ binlogBackupAllRetention: boolean;
19564
+ /**
19565
+ * Enable log backup feature. Values: true: yes. false: no.
19566
+ */
19567
+ binlogBackupEnabled: boolean;
19568
+ /**
19569
+ * Whether to enable encryption for log backups. Values: true: Yes. false: No.
19570
+ */
19571
+ binlogBackupEncryptionEnabled: boolean;
19572
+ /**
19573
+ * Enable local Binlog retention limit. Values: true: enabled. false: disabled.
19574
+ */
19575
+ binlogFileCountsEnable: boolean;
19576
+ /**
19577
+ * Number of local Binlog files to retain, values range from 6 to 1000. Files exceeding the retention count are automatically deleted.
19578
+ */
19579
+ binlogLimitCount: number;
19580
+ /**
19581
+ * Local Binlog retention period. Value: 0–168. Unit: hours. Local logs exceeding the retention period are automatically deleted. When set to 0, local logs are not deleted automatically.
19582
+ */
19583
+ binlogLocalRetentionHour: number;
19584
+ /**
19585
+ * Enable automatic Binlog cleanup when storage is excessive. When total instance storage usage exceeds 80% or available space is less than 5 GiB, the system automatically deletes the oldest local Binlog files until usage drops below 80% and available space exceeds 5 GiB. true: enabled. false: disabled.
19586
+ */
19587
+ binlogSpaceLimitEnable: boolean;
19588
+ /**
19589
+ * Maximum storage space usage. Can be set to 20%–50%. When exceeded, the earliest Binlog files are automatically deleted until usage falls below this threshold. Note: Local Binlog space usage = local Binlog size / total available (purchased) instance space.
19590
+ */
19591
+ binlogStoragePercentage: number;
19592
+ /**
19593
+ * Retain all data backups before releasing the instance. Values: true: yes. false: no.
19594
+ */
19595
+ dataBackupAllRetention: boolean;
19596
+ /**
19597
+ * Enable encryption for data backups of local disk instances. Values: true: yes. false: no. Note: This feature is not supported for cloud disk instances.
19598
+ */
19599
+ dataBackupEncryptionEnabled: boolean;
19600
+ /**
19601
+ * Number of days to retain data backups. Valid values: 7–3650 days. Default: 7 days.
19602
+ */
19603
+ dataBackupRetentionDay: number;
19604
+ /**
19605
+ * Full backup cycle. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday.
19606
+ */
19607
+ dataFullBackupPeriods: string[];
19608
+ /**
19609
+ * Start time of the full backup task time window (UTC). The time window is 1 hour. Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
19610
+ */
19611
+ dataFullBackupStartUtcHour: number;
19612
+ /**
19613
+ * Time window for executing backup tasks, with a duration of 1 hour. Format: HH:mmZ-HH:mmZ (UTC). Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
19614
+ */
19615
+ dataFullBackupTime: string;
19616
+ /**
19617
+ * Incremental backup cycle for local disk instances. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: When high-frequency incremental backup is enabled (that is, when HourlyIncrBackupEnable is set to true), this field is not returned.
19618
+ */
19619
+ dataIncrBackupPeriods: string[];
19620
+ /**
19621
+ * Number of days to retain data after instance release.
19622
+ */
19623
+ dataKeepDaysAfterReleased: number;
19624
+ /**
19625
+ * Policy for retaining instance backups after the instance is released. Values: Last: retain the last backup (default). All: retain all backups of the instance.
19626
+ */
19627
+ dataKeepPolicyAfterReleased: string;
19628
+ /**
19629
+ * Whether high-frequency incremental snapshot backup is enabled for cloud disk instances. Values: true: Yes. false: No. Note: For local disk instances, this field returns false.
19630
+ */
19631
+ highFrequencySnapshotBackupEnable: boolean;
19632
+ /**
19633
+ * Frequency of high-frequency incremental snapshot backups for cloud disk instances, in seconds. Values: 3600: every 1 hour. 7200: every 2 hours. 10800: every 3 hours. 14400: every 4 hours. 19200: every 6 hours. 28800: every 8 hours. 38400: every 12 hours. Note: If the instance is a local disk instance or the high-frequency incremental snapshot backup feature for the cloud disk instance is not enabled, this field returns 0.
19634
+ */
19635
+ highFrequencySnapshotBackupSecondPeriod: number;
19636
+ /**
19637
+ * Whether to enable high-frequency backup for local disk instances. Values: true: Yes. false: No.
19638
+ */
19639
+ hourlyIncrBackupEnable: boolean;
19640
+ /**
19641
+ * Frequency of high-frequency incremental backups for local disk instances. Values: 0: no high-frequency incremental backup. In this case, HourlyIncrBackupEnable is false. 2: incremental backup every 2 hours. 4: incremental backup every 4 hours. 6: incremental backup every 6 hours. 12: incremental backup every 12 hours.
19642
+ */
19643
+ incrBackupHourPeriod: number;
19644
+ /**
19645
+ * Whether to retain cross-region backups. Values: true: Yes. false: No. Note: This feature is not supported for cloud disk instances.
19646
+ */
19647
+ keepCrossBackupEnableAfterReleased: boolean;
19648
+ /**
19649
+ * Maximum DDL wait time. Default value is 30, minimum is 10, maximum is 1440, in minutes.
19650
+ */
19651
+ lockDdlTime: number;
19652
+ /**
19653
+ * Maximum DDL wait time. Default value: 1800. Minimum: 1. Maximum: 86400. Unit: seconds. Note: The backup process will block DDL. If the blocking time exceeds the specified value, the backup will stop automatically. Only MySQL 8.0 instances support this setting.
19654
+ */
19655
+ lockDdlTimeSecond: number;
19656
+ /**
19657
+ * Binlog backup retention period. Value range: 7–3650 days. Default retention is 7 days. Note: This parameter is not returned when RetentionPolicySynced is set to true.
19658
+ */
19659
+ logBackupRetentionDay: number;
19660
+ /**
19661
+ * Whether to allow downloading instance backup data from a public network environment. Values: true: Yes. false: No.
19662
+ */
19663
+ publicDownloadEnable: boolean;
19664
+ /**
19665
+ * Whether the retention policy for log backups is the same as that for data backups. Values: true: Yes. false: No.
19666
+ */
19667
+ retentionPolicySynced: boolean;
19668
+ }
19669
+ interface InstanceBackupPolicyCrossBackupPolicy {
19670
+ /**
19671
+ * Enable cross-region backup. true: enabled. false: disabled. Default value (unspecified).
19672
+ */
19673
+ backupEnabled: boolean;
19674
+ /**
19675
+ * Retain cross-region backups long-term before instance release. Values: true: yes. false: no.
19676
+ */
19677
+ crossBackupAllRetention: boolean;
19678
+ /**
19679
+ * Destination region ID for cross-region backups. This parameter is required when BackupEnabled is true.
19680
+ */
19681
+ crossBackupRegion: string;
19682
+ /**
19683
+ * Whether to enable cross-region log backup. true: Enable. false: Disable (default). Note: Cross-region log backup can only be enabled when cross-region backup is enabled.
19684
+ */
19685
+ logBackupEnabled: boolean;
19686
+ /**
19687
+ * Cross-region backup retention days. Value range: 7–3650. Default: 7. Unit: days. Note: When CrossBackupAllRetention is set to true, this field does not need to be set.
19688
+ */
19689
+ retention: number;
19690
+ }
18580
19691
  interface InstanceChargeDetail {
18581
19692
  /**
18582
19693
  * Enable auto-renewal for prepaid scenarios. Values: true: auto-renewal. false: do not auto-renew
@@ -18654,6 +19765,7 @@ export declare namespace rdsmysql {
18654
19765
  secondsBehindMaster: number;
18655
19766
  }
18656
19767
  interface InstanceEndpoint {
19768
+ addresses: outputs.rdsmysql.InstanceEndpointAddress[];
18657
19769
  /**
18658
19770
  * When the endpoint type is read/write or read-only, you can set whether new nodes join automatically. Values: Enable: auto join. Disable: do not auto join (default)
18659
19771
  */
@@ -18670,6 +19782,7 @@ export declare namespace rdsmysql {
18670
19782
  * Connection pool type for proxy terminal. Values: Transaction: Transaction-level connection pool. Default value. Direct: Direct mode.
18671
19783
  */
18672
19784
  connectionPoolType: string;
19785
+ customRouteStrategies: outputs.rdsmysql.InstanceEndpointCustomRouteStrategy[];
18673
19786
  /**
18674
19787
  * Description of the connection endpoint
18675
19788
  */
@@ -18736,6 +19849,54 @@ export declare namespace rdsmysql {
18736
19849
  */
18737
19850
  readWriteMode: string;
18738
19851
  }
19852
+ interface InstanceEndpointAddress {
19853
+ /**
19854
+ * false: Private network resolution (default). true: Private and public network resolution.
19855
+ */
19856
+ dnsVisibility: boolean;
19857
+ /**
19858
+ * Connection domain name.
19859
+ */
19860
+ domain: string;
19861
+ /**
19862
+ * EIP ID, valid only for Public addresses.
19863
+ */
19864
+ eipId: string;
19865
+ /**
19866
+ * Whether the EIP used by the connected terminal is suspended due to overdue payment. Values: true: Yes. false: No.
19867
+ */
19868
+ eipLocked: boolean;
19869
+ /**
19870
+ * IP protocol version. Value: IPv4.
19871
+ */
19872
+ internetProtocol: string;
19873
+ /**
19874
+ * IP address.
19875
+ */
19876
+ ipAddress: string;
19877
+ /**
19878
+ * Network address type. Values: Private: private address. Public: public address.
19879
+ */
19880
+ networkType: string;
19881
+ /**
19882
+ * Port.
19883
+ */
19884
+ port: string;
19885
+ /**
19886
+ * Subnet ID, valid only for Private addresses.
19887
+ */
19888
+ subnetId: string;
19889
+ }
19890
+ interface InstanceEndpointCustomRouteStrategy {
19891
+ /**
19892
+ * SQL forwarding rule target. Values: Primary: primary node. Secondary: secondary node. ReadOnly: read-only node. Note: For dual-node instances, you can select the primary node or read-only node. For multi-node instances, you can select the primary node or secondary node.
19893
+ */
19894
+ nodeType: string;
19895
+ /**
19896
+ * Forwarding rule keywords. SQL keyword setting rules are as follows: Each rule can contain up to 20 keywords. Maximum length is 64 characters. Can include English letters, numbers, underscores (_), @, #, :=, and Chinese characters.
19897
+ */
19898
+ sqlKeyword: string;
19899
+ }
18739
19900
  interface InstanceEndpointReadOnlyNodeWeight {
18740
19901
  /**
18741
19902
  * Read-only nodes require NodeId. Primary nodes do not require it
@@ -19928,6 +21089,44 @@ export declare namespace redis {
19928
21089
  */
19929
21090
  securityGroupName: string;
19930
21091
  }
21092
+ interface GetInstanceBackup {
21093
+ /**
21094
+ * Backup point ID
21095
+ */
21096
+ backupPointId: string;
21097
+ /**
21098
+ * Backup point name
21099
+ */
21100
+ backupPointName: string;
21101
+ /**
21102
+ * Backup policy
21103
+ */
21104
+ backupStrategy: string;
21105
+ /**
21106
+ * Backup type
21107
+ */
21108
+ backupType: string;
21109
+ /**
21110
+ * Backup end time
21111
+ */
21112
+ endTime: string;
21113
+ /**
21114
+ * Instance ID
21115
+ */
21116
+ instanceId: string;
21117
+ /**
21118
+ * Backup size (unit: Byte)
21119
+ */
21120
+ size: number;
21121
+ /**
21122
+ * Backup start time
21123
+ */
21124
+ startTime: string;
21125
+ /**
21126
+ * Backup status
21127
+ */
21128
+ status: string;
21129
+ }
19931
21130
  interface GetInstanceBackupRestore {
19932
21131
  /**
19933
21132
  * Backup ID, used to specify which backup to use when restoring from a backup set
@@ -20066,6 +21265,44 @@ export declare namespace redis {
20066
21265
  */
20067
21266
  unit: string;
20068
21267
  }
21268
+ interface InstanceBackup {
21269
+ /**
21270
+ * Backup point ID
21271
+ */
21272
+ backupPointId: string;
21273
+ /**
21274
+ * Backup point name
21275
+ */
21276
+ backupPointName: string;
21277
+ /**
21278
+ * Backup policy
21279
+ */
21280
+ backupStrategy: string;
21281
+ /**
21282
+ * Backup type
21283
+ */
21284
+ backupType: string;
21285
+ /**
21286
+ * Backup end time
21287
+ */
21288
+ endTime: string;
21289
+ /**
21290
+ * Instance ID
21291
+ */
21292
+ instanceId: string;
21293
+ /**
21294
+ * Backup size (unit: Byte)
21295
+ */
21296
+ size: number;
21297
+ /**
21298
+ * Backup start time
21299
+ */
21300
+ startTime: string;
21301
+ /**
21302
+ * Backup status
21303
+ */
21304
+ status: string;
21305
+ }
20069
21306
  interface InstanceBackupRestore {
20070
21307
  /**
20071
21308
  * Backup ID, used to specify which backup to use when restoring from a backup set
@@ -20803,6 +22040,16 @@ export declare namespace tls {
20803
22040
  */
20804
22041
  severity: string;
20805
22042
  }
22043
+ interface AlarmWebhookIntegrationTypeWebhookHeader {
22044
+ /**
22045
+ * Key for custom request header
22046
+ */
22047
+ key: string;
22048
+ /**
22049
+ * Value for custom request header
22050
+ */
22051
+ value: string;
22052
+ }
20806
22053
  interface EtlTargetResource {
20807
22054
  /**
20808
22055
  * Name of the custom output target. You must use this name to refer to the output target in the data processing rules
@@ -21285,6 +22532,16 @@ export declare namespace tls {
21285
22532
  */
21286
22533
  severity: string;
21287
22534
  }
22535
+ interface GetAlarmWebhookIntegrationTypeWebhookHeader {
22536
+ /**
22537
+ * Key for custom request header
22538
+ */
22539
+ key: string;
22540
+ /**
22541
+ * Value for custom request header
22542
+ */
22543
+ value: string;
22544
+ }
21288
22545
  interface GetEtlTargetResource {
21289
22546
  /**
21290
22547
  * Name of the custom output target. You must use this name to refer to the output target in the data processing rules
@@ -30840,4 +32097,32 @@ export declare namespace waf {
30840
32097
  */
30841
32098
  statisticalKeyLists: string[];
30842
32099
  }
32100
+ interface GetHostGroupRelatedRule {
32101
+ /**
32102
+ * Rule name.
32103
+ */
32104
+ ruleName: string;
32105
+ /**
32106
+ * Rule ID.
32107
+ */
32108
+ ruleTag: string;
32109
+ /**
32110
+ * Rule type. Allow indicates an allowlist, Block indicates a blocklist.
32111
+ */
32112
+ ruleType: string;
32113
+ }
32114
+ interface HostGroupRelatedRule {
32115
+ /**
32116
+ * Rule name.
32117
+ */
32118
+ ruleName: string;
32119
+ /**
32120
+ * Rule ID.
32121
+ */
32122
+ ruleTag: string;
32123
+ /**
32124
+ * Rule type. Allow indicates an allowlist, Block indicates a blocklist.
32125
+ */
32126
+ ruleType: string;
32127
+ }
30843
32128
  }