@byteplus/pulumi-bytepluscc 0.0.33 → 0.0.35

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 (233) hide show
  1. package/directconnect/bgpPeer.d.ts +189 -0
  2. package/directconnect/bgpPeer.js +104 -0
  3. package/directconnect/bgpPeer.js.map +1 -0
  4. package/directconnect/getBgpPeer.d.ts +88 -0
  5. package/directconnect/getBgpPeer.js +28 -0
  6. package/directconnect/getBgpPeer.js.map +1 -0
  7. package/directconnect/getBgpPeers.d.ts +22 -0
  8. package/directconnect/getBgpPeers.js +24 -0
  9. package/directconnect/getBgpPeers.js.map +1 -0
  10. package/directconnect/index.d.ts +9 -0
  11. package/directconnect/index.js +12 -1
  12. package/directconnect/index.js.map +1 -1
  13. package/dns/backup.d.ts +90 -0
  14. package/dns/backup.js +76 -0
  15. package/dns/backup.js.map +1 -0
  16. package/dns/getBackup.d.ts +52 -0
  17. package/dns/getBackup.js +28 -0
  18. package/dns/getBackup.js.map +1 -0
  19. package/dns/getBackups.d.ts +22 -0
  20. package/dns/getBackups.js +24 -0
  21. package/dns/getBackups.js.map +1 -0
  22. package/dns/getRecord.d.ts +104 -0
  23. package/dns/getRecord.js +28 -0
  24. package/dns/getRecord.js.map +1 -0
  25. package/dns/getRecords.d.ts +22 -0
  26. package/dns/getRecords.js +24 -0
  27. package/dns/getRecords.js.map +1 -0
  28. package/dns/index.d.ts +18 -0
  29. package/dns/index.js +23 -1
  30. package/dns/index.js.map +1 -1
  31. package/dns/record.d.ts +236 -0
  32. package/dns/record.js +121 -0
  33. package/dns/record.js.map +1 -0
  34. package/gtm/getGtm.d.ts +100 -0
  35. package/gtm/getGtm.js +28 -0
  36. package/gtm/getGtm.js.map +1 -0
  37. package/gtm/getGtms.d.ts +22 -0
  38. package/gtm/getGtms.js +24 -0
  39. package/gtm/getGtms.js.map +1 -0
  40. package/gtm/getRouting.d.ts +48 -0
  41. package/gtm/getRouting.js +28 -0
  42. package/gtm/getRouting.js.map +1 -0
  43. package/gtm/getRoutings.d.ts +22 -0
  44. package/gtm/getRoutings.js +24 -0
  45. package/gtm/getRoutings.js.map +1 -0
  46. package/gtm/getRule.d.ts +105 -0
  47. package/gtm/getRule.js +28 -0
  48. package/gtm/getRule.js.map +1 -0
  49. package/gtm/getRules.d.ts +22 -0
  50. package/gtm/getRules.js +24 -0
  51. package/gtm/getRules.js.map +1 -0
  52. package/gtm/gtm.d.ts +228 -0
  53. package/gtm/gtm.js +113 -0
  54. package/gtm/gtm.js.map +1 -0
  55. package/gtm/index.d.ts +27 -0
  56. package/gtm/index.js +34 -1
  57. package/gtm/index.js.map +1 -1
  58. package/gtm/routing.d.ts +89 -0
  59. package/gtm/routing.js +74 -0
  60. package/gtm/routing.js.map +1 -0
  61. package/gtm/rule.d.ts +226 -0
  62. package/gtm/rule.js +99 -0
  63. package/gtm/rule.js.map +1 -0
  64. package/iam/allowedIpAddress.d.ts +107 -0
  65. package/iam/allowedIpAddress.js +95 -0
  66. package/iam/allowedIpAddress.js.map +1 -0
  67. package/iam/getAllowedIpAddress.d.ts +53 -0
  68. package/iam/getAllowedIpAddress.js +28 -0
  69. package/iam/getAllowedIpAddress.js.map +1 -0
  70. package/iam/getAllowedIpAddresses.d.ts +22 -0
  71. package/iam/getAllowedIpAddresses.js +24 -0
  72. package/iam/getAllowedIpAddresses.js.map +1 -0
  73. package/iam/index.d.ts +9 -0
  74. package/iam/index.js +12 -1
  75. package/iam/index.js.map +1 -1
  76. package/kafka/getUser.d.ts +34 -0
  77. package/kafka/getUser.js +28 -0
  78. package/kafka/getUser.js.map +1 -0
  79. package/kafka/getUsers.d.ts +22 -0
  80. package/kafka/getUsers.js +24 -0
  81. package/kafka/getUsers.js.map +1 -0
  82. package/kafka/index.d.ts +9 -0
  83. package/kafka/index.js +12 -1
  84. package/kafka/index.js.map +1 -1
  85. package/kafka/user.d.ts +155 -0
  86. package/kafka/user.js +97 -0
  87. package/kafka/user.js.map +1 -0
  88. package/mongodb/account.d.ts +146 -0
  89. package/mongodb/account.js +82 -0
  90. package/mongodb/account.js.map +1 -0
  91. package/mongodb/endpoint.d.ts +175 -0
  92. package/mongodb/endpoint.js +97 -0
  93. package/mongodb/endpoint.js.map +1 -0
  94. package/mongodb/getAccount.d.ts +77 -0
  95. package/mongodb/getAccount.js +28 -0
  96. package/mongodb/getAccount.js.map +1 -0
  97. package/mongodb/getAccounts.d.ts +22 -0
  98. package/mongodb/getAccounts.js +24 -0
  99. package/mongodb/getAccounts.js.map +1 -0
  100. package/mongodb/getEndpoint.d.ts +39 -0
  101. package/mongodb/getEndpoint.js +28 -0
  102. package/mongodb/getEndpoint.js.map +1 -0
  103. package/mongodb/getEndpoints.d.ts +22 -0
  104. package/mongodb/getEndpoints.js +24 -0
  105. package/mongodb/getEndpoints.js.map +1 -0
  106. package/mongodb/index.d.ts +18 -0
  107. package/mongodb/index.js +23 -1
  108. package/mongodb/index.js.map +1 -1
  109. package/package.json +1 -1
  110. package/privatelink/gatewayEndpoint.d.ts +182 -0
  111. package/privatelink/gatewayEndpoint.js +106 -0
  112. package/privatelink/gatewayEndpoint.js.map +1 -0
  113. package/privatelink/getGatewayEndpoint.d.ts +85 -0
  114. package/privatelink/getGatewayEndpoint.js +28 -0
  115. package/privatelink/getGatewayEndpoint.js.map +1 -0
  116. package/privatelink/getGatewayEndpoints.d.ts +22 -0
  117. package/privatelink/getGatewayEndpoints.js +24 -0
  118. package/privatelink/getGatewayEndpoints.js.map +1 -0
  119. package/privatelink/index.d.ts +9 -0
  120. package/privatelink/index.js +12 -1
  121. package/privatelink/index.js.map +1 -1
  122. package/rdsmssql/backup.d.ts +148 -0
  123. package/rdsmssql/backup.js +85 -0
  124. package/rdsmssql/backup.js.map +1 -0
  125. package/rdsmssql/getBackup.d.ts +89 -0
  126. package/rdsmssql/getBackup.js +28 -0
  127. package/rdsmssql/getBackup.js.map +1 -0
  128. package/rdsmssql/getBackups.d.ts +22 -0
  129. package/rdsmssql/getBackups.js +24 -0
  130. package/rdsmssql/getBackups.js.map +1 -0
  131. package/rdsmssql/index.d.ts +9 -0
  132. package/rdsmssql/index.js +12 -1
  133. package/rdsmssql/index.js.map +1 -1
  134. package/rdsmysql/endpointPublicAddress.d.ts +182 -0
  135. package/rdsmysql/endpointPublicAddress.js +104 -0
  136. package/rdsmysql/endpointPublicAddress.js.map +1 -0
  137. package/rdsmysql/getEndpointPublicAddress.d.ts +39 -0
  138. package/rdsmysql/getEndpointPublicAddress.js +28 -0
  139. package/rdsmysql/getEndpointPublicAddress.js.map +1 -0
  140. package/rdsmysql/getEndpointPublicAddresses.d.ts +22 -0
  141. package/rdsmysql/getEndpointPublicAddresses.js +24 -0
  142. package/rdsmysql/getEndpointPublicAddresses.js.map +1 -0
  143. package/rdsmysql/index.d.ts +9 -0
  144. package/rdsmysql/index.js +12 -1
  145. package/rdsmysql/index.js.map +1 -1
  146. package/rdspostgresql/allowList.d.ts +24 -0
  147. package/rdspostgresql/allowList.js +4 -0
  148. package/rdspostgresql/allowList.js.map +1 -1
  149. package/rdspostgresql/getAllowList.d.ts +8 -0
  150. package/rdspostgresql/getAllowList.js.map +1 -1
  151. package/rdspostgresql/getInstanceSsl.d.ts +68 -0
  152. package/rdspostgresql/getInstanceSsl.js +28 -0
  153. package/rdspostgresql/getInstanceSsl.js.map +1 -0
  154. package/rdspostgresql/getInstanceSsls.d.ts +22 -0
  155. package/rdspostgresql/getInstanceSsls.js +24 -0
  156. package/rdspostgresql/getInstanceSsls.js.map +1 -0
  157. package/rdspostgresql/index.d.ts +9 -0
  158. package/rdspostgresql/index.js +12 -1
  159. package/rdspostgresql/index.js.map +1 -1
  160. package/rdspostgresql/instanceSsl.d.ts +134 -0
  161. package/rdspostgresql/instanceSsl.js +88 -0
  162. package/rdspostgresql/instanceSsl.js.map +1 -0
  163. package/redis/allowList.d.ts +2 -2
  164. package/redis/allowList.js +3 -0
  165. package/redis/allowList.js.map +1 -1
  166. package/storageebs/getSnapshotPolicies.d.ts +22 -0
  167. package/storageebs/getSnapshotPolicies.js +24 -0
  168. package/storageebs/getSnapshotPolicies.js.map +1 -0
  169. package/storageebs/getSnapshotPolicy.d.ts +93 -0
  170. package/storageebs/getSnapshotPolicy.js +28 -0
  171. package/storageebs/getSnapshotPolicy.js.map +1 -0
  172. package/storageebs/index.d.ts +9 -0
  173. package/storageebs/index.js +12 -1
  174. package/storageebs/index.js.map +1 -1
  175. package/storageebs/snapshotPolicy.d.ts +215 -0
  176. package/storageebs/snapshotPolicy.js +122 -0
  177. package/storageebs/snapshotPolicy.js.map +1 -0
  178. package/transitrouter/directConnectGatewayAttachment.d.ts +180 -0
  179. package/transitrouter/directConnectGatewayAttachment.js +106 -0
  180. package/transitrouter/directConnectGatewayAttachment.js.map +1 -0
  181. package/transitrouter/getDirectConnectGatewayAttachment.d.ts +89 -0
  182. package/transitrouter/getDirectConnectGatewayAttachment.js +28 -0
  183. package/transitrouter/getDirectConnectGatewayAttachment.js.map +1 -0
  184. package/transitrouter/getDirectConnectGatewayAttachments.d.ts +22 -0
  185. package/transitrouter/getDirectConnectGatewayAttachments.js +24 -0
  186. package/transitrouter/getDirectConnectGatewayAttachments.js.map +1 -0
  187. package/transitrouter/getTransitRouterBandwidthPackage.d.ts +141 -0
  188. package/transitrouter/getTransitRouterBandwidthPackage.js +28 -0
  189. package/transitrouter/getTransitRouterBandwidthPackage.js.map +1 -0
  190. package/transitrouter/getTransitRouterBandwidthPackages.d.ts +22 -0
  191. package/transitrouter/getTransitRouterBandwidthPackages.js +24 -0
  192. package/transitrouter/getTransitRouterBandwidthPackages.js.map +1 -0
  193. package/transitrouter/getTransitRouterRouteTableAssociation.d.ts +48 -0
  194. package/transitrouter/getTransitRouterRouteTableAssociation.js +28 -0
  195. package/transitrouter/getTransitRouterRouteTableAssociation.js.map +1 -0
  196. package/transitrouter/getTransitRouterRouteTableAssociations.d.ts +22 -0
  197. package/transitrouter/getTransitRouterRouteTableAssociations.js +24 -0
  198. package/transitrouter/getTransitRouterRouteTableAssociations.js.map +1 -0
  199. package/transitrouter/index.d.ts +27 -0
  200. package/transitrouter/index.js +34 -1
  201. package/transitrouter/index.js.map +1 -1
  202. package/transitrouter/transitRouterBandwidthPackage.d.ts +320 -0
  203. package/transitrouter/transitRouterBandwidthPackage.js +138 -0
  204. package/transitrouter/transitRouterBandwidthPackage.js.map +1 -0
  205. package/transitrouter/transitRouterRouteTableAssociation.d.ts +89 -0
  206. package/transitrouter/transitRouterRouteTableAssociation.js +80 -0
  207. package/transitrouter/transitRouterRouteTableAssociation.js.map +1 -0
  208. package/types/input.d.ts +310 -0
  209. package/types/output.d.ts +641 -0
  210. package/vepfs/fileset.d.ts +202 -0
  211. package/vepfs/fileset.js +106 -0
  212. package/vepfs/fileset.js.map +1 -0
  213. package/vepfs/getFileset.d.ts +41 -0
  214. package/vepfs/getFileset.js +28 -0
  215. package/vepfs/getFileset.js.map +1 -0
  216. package/vepfs/getFilesets.d.ts +22 -0
  217. package/vepfs/getFilesets.js +24 -0
  218. package/vepfs/getFilesets.js.map +1 -0
  219. package/vepfs/index.d.ts +9 -0
  220. package/vepfs/index.js +12 -1
  221. package/vepfs/index.js.map +1 -1
  222. package/vmp/getRuleFile.d.ts +37 -0
  223. package/vmp/getRuleFile.js +28 -0
  224. package/vmp/getRuleFile.js.map +1 -0
  225. package/vmp/getRuleFiles.d.ts +22 -0
  226. package/vmp/getRuleFiles.js +24 -0
  227. package/vmp/getRuleFiles.js.map +1 -0
  228. package/vmp/index.d.ts +9 -0
  229. package/vmp/index.js +12 -1
  230. package/vmp/index.js.map +1 -1
  231. package/vmp/ruleFile.d.ts +172 -0
  232. package/vmp/ruleFile.js +104 -0
  233. package/vmp/ruleFile.js.map +1 -0
package/types/output.d.ts CHANGED
@@ -13740,6 +13740,156 @@ export declare namespace gtm {
13740
13740
  */
13741
13741
  weight: number;
13742
13742
  }
13743
+ interface GetRulePoolSet {
13744
+ /**
13745
+ * Whether the address pool is available. true: address is available. false: address is unavailable.
13746
+ */
13747
+ active: boolean;
13748
+ /**
13749
+ * Minimum number of available addresses required for the address pool collection to be considered available.
13750
+ */
13751
+ activeAddrThr: number;
13752
+ /**
13753
+ * Address pool name.
13754
+ */
13755
+ name: string;
13756
+ /**
13757
+ * Address pool set ID.
13758
+ */
13759
+ poolSetId: string;
13760
+ /**
13761
+ * Address pool list.
13762
+ */
13763
+ pools: outputs.gtm.GetRulePoolSetPool[];
13764
+ }
13765
+ interface GetRulePoolSetPool {
13766
+ /**
13767
+ * Address information under the address pool.
13768
+ */
13769
+ addresses: outputs.gtm.GetRulePoolSetPoolAddress[];
13770
+ /**
13771
+ * The number of unavailable addresses in the address pool.
13772
+ */
13773
+ inactiveAddrCount: number;
13774
+ /**
13775
+ * Address pool name.
13776
+ */
13777
+ name: string;
13778
+ /**
13779
+ * Address pool ID.
13780
+ */
13781
+ poolId: string;
13782
+ /**
13783
+ * Address pool weight.
13784
+ */
13785
+ weight: number;
13786
+ }
13787
+ interface GetRulePoolSetPoolAddress {
13788
+ /**
13789
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
13790
+ */
13791
+ active: boolean;
13792
+ /**
13793
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
13794
+ */
13795
+ capacity: number;
13796
+ /**
13797
+ * This parameter has no practical significance. You can ignore this parameter.
13798
+ */
13799
+ geo: string;
13800
+ /**
13801
+ * Latency (ms) for health check probe accessing the target address.
13802
+ */
13803
+ latency: number;
13804
+ /**
13805
+ * 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.
13806
+ */
13807
+ mode: string;
13808
+ /**
13809
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
13810
+ */
13811
+ rectifiedGeos: string[];
13812
+ /**
13813
+ * Address.
13814
+ */
13815
+ value: string;
13816
+ /**
13817
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
13818
+ */
13819
+ weight: number;
13820
+ }
13821
+ interface GetRuleProbe {
13822
+ /**
13823
+ * Recommended number of health check probe points.
13824
+ */
13825
+ advisedNodeCount: number;
13826
+ /**
13827
+ * Whether health checks are disabled. true: disabled. false: not disabled.
13828
+ */
13829
+ disable: boolean;
13830
+ /**
13831
+ * 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.
13832
+ */
13833
+ failedCount: number;
13834
+ /**
13835
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13836
+ */
13837
+ host: string;
13838
+ /**
13839
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13840
+ */
13841
+ httpMethod: string;
13842
+ /**
13843
+ * 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.
13844
+ */
13845
+ httpUsabilityCodes: outputs.gtm.GetRuleProbeHttpUsabilityCode[];
13846
+ /**
13847
+ * The interval between each health check, in seconds.
13848
+ */
13849
+ interval: number;
13850
+ /**
13851
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
13852
+ */
13853
+ isManualNodes: boolean;
13854
+ /**
13855
+ * Health check probe point.
13856
+ */
13857
+ nodes: string[];
13858
+ /**
13859
+ * 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.
13860
+ */
13861
+ pingCount: number;
13862
+ /**
13863
+ * 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.
13864
+ */
13865
+ pingLossPercent: number;
13866
+ /**
13867
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13868
+ */
13869
+ port: number;
13870
+ /**
13871
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
13872
+ */
13873
+ protocol: string;
13874
+ /**
13875
+ * 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.
13876
+ */
13877
+ timeout: number;
13878
+ /**
13879
+ * 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.
13880
+ */
13881
+ url: string;
13882
+ }
13883
+ interface GetRuleProbeHttpUsabilityCode {
13884
+ /**
13885
+ * HTTP status code list.
13886
+ */
13887
+ codes: number[];
13888
+ /**
13889
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
13890
+ */
13891
+ operator: string;
13892
+ }
13743
13893
  interface PoolAddress {
13744
13894
  /**
13745
13895
  * Address capacity
@@ -13762,6 +13912,139 @@ export declare namespace gtm {
13762
13912
  */
13763
13913
  weight: number;
13764
13914
  }
13915
+ interface RulePoolSet {
13916
+ /**
13917
+ * Minimum number of available addresses required for the address pool collection to be considered available.
13918
+ */
13919
+ activeAddrThr: number;
13920
+ /**
13921
+ * Address pool name.
13922
+ */
13923
+ name: string;
13924
+ pools: outputs.gtm.RulePoolSetPool[];
13925
+ }
13926
+ interface RulePoolSetPool {
13927
+ addresses: outputs.gtm.RulePoolSetPoolAddress[];
13928
+ /**
13929
+ * The number of unavailable addresses in the address pool.
13930
+ */
13931
+ inactiveAddrCount: number;
13932
+ /**
13933
+ * Address pool name.
13934
+ */
13935
+ name: string;
13936
+ /**
13937
+ * Address pool ID.
13938
+ */
13939
+ poolId: string;
13940
+ /**
13941
+ * Address pool weight.
13942
+ */
13943
+ weight: number;
13944
+ }
13945
+ interface RulePoolSetPoolAddress {
13946
+ /**
13947
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
13948
+ */
13949
+ active: boolean;
13950
+ /**
13951
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
13952
+ */
13953
+ capacity: number;
13954
+ /**
13955
+ * This parameter has no practical significance. You can ignore this parameter.
13956
+ */
13957
+ geo: string;
13958
+ /**
13959
+ * Latency (ms) for health check probe accessing the target address.
13960
+ */
13961
+ latency: number;
13962
+ /**
13963
+ * 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.
13964
+ */
13965
+ mode: string;
13966
+ /**
13967
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
13968
+ */
13969
+ rectifiedGeos: string[];
13970
+ /**
13971
+ * Address.
13972
+ */
13973
+ value: string;
13974
+ /**
13975
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
13976
+ */
13977
+ weight: number;
13978
+ }
13979
+ interface RuleProbe {
13980
+ /**
13981
+ * Recommended number of health check probe points.
13982
+ */
13983
+ advisedNodeCount: number;
13984
+ /**
13985
+ * Whether health checks are disabled. true: disabled. false: not disabled.
13986
+ */
13987
+ disable: boolean;
13988
+ /**
13989
+ * 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.
13990
+ */
13991
+ failedCount: number;
13992
+ /**
13993
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13994
+ */
13995
+ host: string;
13996
+ /**
13997
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13998
+ */
13999
+ httpMethod: string;
14000
+ httpUsabilityCodes: outputs.gtm.RuleProbeHttpUsabilityCode[];
14001
+ /**
14002
+ * The interval between each health check, in seconds.
14003
+ */
14004
+ interval: number;
14005
+ /**
14006
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
14007
+ */
14008
+ isManualNodes: boolean;
14009
+ /**
14010
+ * Health check probe point.
14011
+ */
14012
+ nodes: string[];
14013
+ /**
14014
+ * 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.
14015
+ */
14016
+ pingCount: number;
14017
+ /**
14018
+ * 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.
14019
+ */
14020
+ pingLossPercent: number;
14021
+ /**
14022
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14023
+ */
14024
+ port: number;
14025
+ /**
14026
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14027
+ */
14028
+ protocol: string;
14029
+ /**
14030
+ * 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.
14031
+ */
14032
+ timeout: number;
14033
+ /**
14034
+ * 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.
14035
+ */
14036
+ url: string;
14037
+ }
14038
+ interface RuleProbeHttpUsabilityCode {
14039
+ /**
14040
+ * HTTP status code list.
14041
+ */
14042
+ codes: number[];
14043
+ /**
14044
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
14045
+ */
14046
+ operator: string;
14047
+ }
13765
14048
  }
13766
14049
  export declare namespace hbase {
13767
14050
  interface GetInstanceEndpoint {
@@ -13838,6 +14121,26 @@ export declare namespace hbase {
13838
14121
  }
13839
14122
  }
13840
14123
  export declare namespace iam {
14124
+ interface AllowedIpAddressIpList {
14125
+ /**
14126
+ * Description
14127
+ */
14128
+ description: string;
14129
+ /**
14130
+ * IP address
14131
+ */
14132
+ ip: string;
14133
+ }
14134
+ interface GetAllowedIpAddressIpList {
14135
+ /**
14136
+ * Description
14137
+ */
14138
+ description: string;
14139
+ /**
14140
+ * IP address
14141
+ */
14142
+ ip: string;
14143
+ }
13841
14144
  interface GetGroupAttachedPolicy {
13842
14145
  /**
13843
14146
  * Policy binding time.
@@ -15321,6 +15624,16 @@ export declare namespace kms {
15321
15624
  }
15322
15625
  }
15323
15626
  export declare namespace mongodb {
15627
+ interface AccountAccountPrivilege {
15628
+ /**
15629
+ * Databases for which the account has permissions.
15630
+ */
15631
+ dbName: string;
15632
+ /**
15633
+ * Permissions the account has in the current database.
15634
+ */
15635
+ roleName: string;
15636
+ }
15324
15637
  interface AllowListAssociatedInstance {
15325
15638
  /**
15326
15639
  * Instance ID bound to the current allowlist.
@@ -15339,6 +15652,59 @@ export declare namespace mongodb {
15339
15652
  */
15340
15653
  vpc: string;
15341
15654
  }
15655
+ interface EndpointDbAddress {
15656
+ /**
15657
+ * Domain name of the connection address
15658
+ */
15659
+ addressDomain: string;
15660
+ /**
15661
+ * IP corresponding to the connection address
15662
+ */
15663
+ addressIp: string;
15664
+ /**
15665
+ * Port number of the connection address
15666
+ */
15667
+ addressPort: string;
15668
+ /**
15669
+ * Connection address type of the node. Possible values:
15670
+ *
15671
+ * Primary: Primary node connection address
15672
+ * Secondary: Secondary node connection address
15673
+ * Hidden: Hidden node connection address
15674
+ * ReadOnly: Read-only node connection address
15675
+ *
15676
+ *
15677
+ * **Note:**
15678
+ * Hidden node connection address information is returned only when the connection address type is a private connection address (that is, when `NetworkType` is set to `Private`).
15679
+ */
15680
+ addressType: string;
15681
+ /**
15682
+ * EIP ID bound to the instance's public address
15683
+ *
15684
+ *
15685
+ * **Note:**
15686
+ * This parameter is returned only when the connection address type is a public connection address (that is, when `NetworkType` is set to `Public`).
15687
+ */
15688
+ eipId: string;
15689
+ /**
15690
+ * Node ID associated with the connection address
15691
+ */
15692
+ nodeId: string;
15693
+ /**
15694
+ * AZ of the node; all nodes are consistent for single-AZ instances, while nodes differ for multi-AZ instances
15695
+ */
15696
+ zoneId: string;
15697
+ }
15698
+ interface GetAccountAccountPrivilege {
15699
+ /**
15700
+ * Databases for which the account has permissions.
15701
+ */
15702
+ dbName: string;
15703
+ /**
15704
+ * Permissions the account has in the current database.
15705
+ */
15706
+ roleName: string;
15707
+ }
15342
15708
  interface GetAllowListAssociatedInstance {
15343
15709
  /**
15344
15710
  * Instance ID bound to the current allowlist.
@@ -15357,6 +15723,53 @@ export declare namespace mongodb {
15357
15723
  */
15358
15724
  vpc: string;
15359
15725
  }
15726
+ interface GetEndpointDbAddress {
15727
+ /**
15728
+ * Domain name of the connection address
15729
+ */
15730
+ addressDomain: string;
15731
+ /**
15732
+ * IP corresponding to the connection address
15733
+ *
15734
+ *
15735
+ * **Note:**
15736
+ * It is not recommended to connect to the instance using the `IP:port` format, as the IP address may change after switching subnets. If the client code is not updated in time, instance connection failures may occur. We recommend accessing the MongoDB instance using the `domain:port` format to avoid connection issues caused by IP address changes. For detailed steps to connect to a MongoDB instance, see Connect to an Instance Using the Mongo Shell Tool.
15737
+ */
15738
+ addressIp: string;
15739
+ /**
15740
+ * Port number of the connection address
15741
+ */
15742
+ addressPort: string;
15743
+ /**
15744
+ * Connection address type of the node. Possible values:
15745
+ *
15746
+ * Primary: Primary node connection address
15747
+ * Secondary: Secondary node connection address
15748
+ * Hidden: Hidden node connection address
15749
+ * ReadOnly: Read-only node connection address
15750
+ *
15751
+ *
15752
+ * **Note:**
15753
+ * Hidden node connection address information is returned only when the connection address type is a private connection address (that is, when `NetworkType` is set to `Private`).
15754
+ */
15755
+ addressType: string;
15756
+ /**
15757
+ * EIP ID bound to the instance's public address
15758
+ *
15759
+ *
15760
+ * **Note:**
15761
+ * This parameter is returned only when the connection address type is a public connection address (that is, when `NetworkType` is set to `Public`).
15762
+ */
15763
+ eipId: string;
15764
+ /**
15765
+ * Node ID associated with the connection address
15766
+ */
15767
+ nodeId: string;
15768
+ /**
15769
+ * AZ of the node; all nodes are consistent for single-AZ instances, while nodes differ for multi-AZ instances
15770
+ */
15771
+ zoneId: string;
15772
+ }
15360
15773
  interface GetInstanceConfigServer {
15361
15774
  /**
15362
15775
  * ConfigServer node ID
@@ -16102,6 +16515,16 @@ export declare namespace privatelink {
16102
16515
  */
16103
16516
  value: string;
16104
16517
  }
16518
+ interface GatewayEndpointTag {
16519
+ /**
16520
+ * Tag key of the endpoint tag
16521
+ */
16522
+ key: string;
16523
+ /**
16524
+ * Tag value of the endpoint tag
16525
+ */
16526
+ value: string;
16527
+ }
16105
16528
  interface GetEndpointServicePrivateDnsNameConfiguration {
16106
16529
  /**
16107
16530
  * Domain verification name.
@@ -16144,6 +16567,16 @@ export declare namespace privatelink {
16144
16567
  */
16145
16568
  value: string;
16146
16569
  }
16570
+ interface GetGatewayEndpointTag {
16571
+ /**
16572
+ * Tag key of the endpoint tag
16573
+ */
16574
+ key: string;
16575
+ /**
16576
+ * Tag value of the endpoint tag
16577
+ */
16578
+ value: string;
16579
+ }
16147
16580
  interface GetVpcEndpointConnectionResourcesAllocate {
16148
16581
  /**
16149
16582
  * Specify the service resource for the endpoint connection
@@ -16872,6 +17305,58 @@ export declare namespace rdsmssql {
16872
17305
  */
16873
17306
  vpc: string;
16874
17307
  }
17308
+ interface BackupBackupDatabaseDetail {
17309
+ /**
17310
+ * External network backup download link.
17311
+ */
17312
+ backupDownloadLinkEip: string;
17313
+ /**
17314
+ * Internal network backup download link.
17315
+ */
17316
+ backupDownloadLinkInner: string;
17317
+ /**
17318
+ * Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
17319
+ */
17320
+ backupEndTime: string;
17321
+ /**
17322
+ * Backup file name.
17323
+ */
17324
+ backupFileName: string;
17325
+ /**
17326
+ * Backup file size (Bytes).
17327
+ */
17328
+ backupFileSize: number;
17329
+ /**
17330
+ * Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
17331
+ */
17332
+ backupStartTime: string;
17333
+ /**
17334
+ * Backup type. Values: Full (full backup), Diff (differential backup).
17335
+ */
17336
+ backupType: string;
17337
+ /**
17338
+ * Database name.
17339
+ */
17340
+ databaseName: string;
17341
+ /**
17342
+ * Backup file preparation progress (%).
17343
+ */
17344
+ downloadProgress: number;
17345
+ /**
17346
+ * Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
17347
+ */
17348
+ downloadStatus: string;
17349
+ /**
17350
+ * Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
17351
+ */
17352
+ linkExpiredTime: string;
17353
+ }
17354
+ interface BackupBackupMeta {
17355
+ /**
17356
+ * Backup database name.
17357
+ */
17358
+ dbName: string;
17359
+ }
16875
17360
  interface GetAllowListAssociatedInstance {
16876
17361
  /**
16877
17362
  * Instance ID
@@ -16898,6 +17383,58 @@ export declare namespace rdsmssql {
16898
17383
  */
16899
17384
  vpc: string;
16900
17385
  }
17386
+ interface GetBackupBackupDatabaseDetail {
17387
+ /**
17388
+ * External network backup download link.
17389
+ */
17390
+ backupDownloadLinkEip: string;
17391
+ /**
17392
+ * Internal network backup download link.
17393
+ */
17394
+ backupDownloadLinkInner: string;
17395
+ /**
17396
+ * Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
17397
+ */
17398
+ backupEndTime: string;
17399
+ /**
17400
+ * Backup file name.
17401
+ */
17402
+ backupFileName: string;
17403
+ /**
17404
+ * Backup file size (Bytes).
17405
+ */
17406
+ backupFileSize: number;
17407
+ /**
17408
+ * Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
17409
+ */
17410
+ backupStartTime: string;
17411
+ /**
17412
+ * Backup type. Values: Full (full backup), Diff (differential backup).
17413
+ */
17414
+ backupType: string;
17415
+ /**
17416
+ * Database name.
17417
+ */
17418
+ databaseName: string;
17419
+ /**
17420
+ * Backup file preparation progress (%).
17421
+ */
17422
+ downloadProgress: number;
17423
+ /**
17424
+ * Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
17425
+ */
17426
+ downloadStatus: string;
17427
+ /**
17428
+ * Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
17429
+ */
17430
+ linkExpiredTime: string;
17431
+ }
17432
+ interface GetBackupBackupMeta {
17433
+ /**
17434
+ * Backup database name.
17435
+ */
17436
+ dbName: string;
17437
+ }
16901
17438
  interface GetInstanceChargeInfo {
16902
17439
  /**
16903
17440
  * Auto-renewal for prepaid scenarios. true: auto-renew (default). false: do not auto-renew.
@@ -19696,6 +20233,16 @@ export declare namespace storageebs {
19696
20233
  */
19697
20234
  value: string;
19698
20235
  }
20236
+ interface GetSnapshotPolicyTag {
20237
+ /**
20238
+ * Tag key
20239
+ */
20240
+ key: string;
20241
+ /**
20242
+ * Tag value
20243
+ */
20244
+ value: string;
20245
+ }
19699
20246
  interface GetSnapshotTag {
19700
20247
  /**
19701
20248
  * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
@@ -19853,6 +20400,16 @@ export declare namespace storageebs {
19853
20400
  */
19854
20401
  value: string;
19855
20402
  }
20403
+ interface SnapshotPolicyTag {
20404
+ /**
20405
+ * Tag key
20406
+ */
20407
+ key: string;
20408
+ /**
20409
+ * Tag value
20410
+ */
20411
+ value: string;
20412
+ }
19856
20413
  interface SnapshotTag {
19857
20414
  /**
19858
20415
  * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
@@ -22584,6 +23141,26 @@ export declare namespace tls {
22584
23141
  }
22585
23142
  }
22586
23143
  export declare namespace transitrouter {
23144
+ interface DirectConnectGatewayAttachmentTag {
23145
+ /**
23146
+ * Tag key
23147
+ */
23148
+ key: string;
23149
+ /**
23150
+ * Tag value
23151
+ */
23152
+ value: string;
23153
+ }
23154
+ interface GetDirectConnectGatewayAttachmentTag {
23155
+ /**
23156
+ * Tag key
23157
+ */
23158
+ key: string;
23159
+ /**
23160
+ * Tag value
23161
+ */
23162
+ value: string;
23163
+ }
22587
23164
  interface GetPeerAttachmentTag {
22588
23165
  /**
22589
23166
  * Tag key for cross-region connection user tags. Length must be between 1 and 128 characters. Case-sensitive; cannot start with any case combination of sys:. Cannot start or end with a space character. Allowed characters include letters, numbers, space character, underscore (_), period (.), colon (:), slash (/), equals sign (=), plus sign (+), minus sign (-), and @. Note: Tag keys for the same resource must be unique. If this parameter is not provided or no value is specified, the default is empty.
@@ -22682,6 +23259,38 @@ export declare namespace transitrouter {
22682
23259
  */
22683
23260
  value: string;
22684
23261
  }
23262
+ interface GetTransitRouterBandwidthPackageAllocation {
23263
+ /**
23264
+ * Time when the bandwidth package was associated with the cross-region connection.
23265
+ */
23266
+ allocateTime: string;
23267
+ /**
23268
+ * Bandwidth peak of the cross-region connection, in Mbps.
23269
+ */
23270
+ bandwidth: number;
23271
+ /**
23272
+ * Region ID of the local transit router instance in the cross-region connection.
23273
+ */
23274
+ localRegionId: string;
23275
+ /**
23276
+ * Region ID of the peer transit router instance in the cross-region connection.
23277
+ */
23278
+ peerRegionId: string;
23279
+ /**
23280
+ * ID of the cross-region connection.
23281
+ */
23282
+ transitRouterPeerAttachmentId: string;
23283
+ }
23284
+ interface GetTransitRouterBandwidthPackageTag {
23285
+ /**
23286
+ * Tag key of the tag.
23287
+ */
23288
+ key: string;
23289
+ /**
23290
+ * Tag value
23291
+ */
23292
+ value: string;
23293
+ }
22685
23294
  interface GetTransitRouterRouteTableTag {
22686
23295
  /**
22687
23296
  * Tag key
@@ -22831,6 +23440,38 @@ export declare namespace transitrouter {
22831
23440
  */
22832
23441
  value: string;
22833
23442
  }
23443
+ interface TransitRouterBandwidthPackageAllocation {
23444
+ /**
23445
+ * Time when the bandwidth package was associated with the cross-region connection.
23446
+ */
23447
+ allocateTime: string;
23448
+ /**
23449
+ * Bandwidth peak of the cross-region connection, in Mbps.
23450
+ */
23451
+ bandwidth: number;
23452
+ /**
23453
+ * Region ID of the local transit router instance in the cross-region connection.
23454
+ */
23455
+ localRegionId: string;
23456
+ /**
23457
+ * Region ID of the peer transit router instance in the cross-region connection.
23458
+ */
23459
+ peerRegionId: string;
23460
+ /**
23461
+ * ID of the cross-region connection.
23462
+ */
23463
+ transitRouterPeerAttachmentId: string;
23464
+ }
23465
+ interface TransitRouterBandwidthPackageTag {
23466
+ /**
23467
+ * Tag key of the tag.
23468
+ */
23469
+ key: string;
23470
+ /**
23471
+ * Tag value
23472
+ */
23473
+ value: string;
23474
+ }
22834
23475
  interface TransitRouterRouteTableTag {
22835
23476
  /**
22836
23477
  * Tag key