@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/input.d.ts CHANGED
@@ -6697,6 +6697,139 @@ export declare namespace gtm {
6697
6697
  */
6698
6698
  weight?: pulumi.Input<number>;
6699
6699
  }
6700
+ interface RulePoolSet {
6701
+ /**
6702
+ * Minimum number of available addresses required for the address pool collection to be considered available.
6703
+ */
6704
+ activeAddrThr?: pulumi.Input<number>;
6705
+ /**
6706
+ * Address pool name.
6707
+ */
6708
+ name?: pulumi.Input<string>;
6709
+ pools?: pulumi.Input<pulumi.Input<inputs.gtm.RulePoolSetPool>[]>;
6710
+ }
6711
+ interface RulePoolSetPool {
6712
+ addresses?: pulumi.Input<pulumi.Input<inputs.gtm.RulePoolSetPoolAddress>[]>;
6713
+ /**
6714
+ * The number of unavailable addresses in the address pool.
6715
+ */
6716
+ inactiveAddrCount?: pulumi.Input<number>;
6717
+ /**
6718
+ * Address pool name.
6719
+ */
6720
+ name?: pulumi.Input<string>;
6721
+ /**
6722
+ * Address pool ID.
6723
+ */
6724
+ poolId?: pulumi.Input<string>;
6725
+ /**
6726
+ * Address pool weight.
6727
+ */
6728
+ weight?: pulumi.Input<number>;
6729
+ }
6730
+ interface RulePoolSetPoolAddress {
6731
+ /**
6732
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
6733
+ */
6734
+ active?: pulumi.Input<boolean>;
6735
+ /**
6736
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
6737
+ */
6738
+ capacity?: pulumi.Input<number>;
6739
+ /**
6740
+ * This parameter has no practical significance. You can ignore this parameter.
6741
+ */
6742
+ geo?: pulumi.Input<string>;
6743
+ /**
6744
+ * Latency (ms) for health check probe accessing the target address.
6745
+ */
6746
+ latency?: pulumi.Input<number>;
6747
+ /**
6748
+ * 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.
6749
+ */
6750
+ mode?: pulumi.Input<string>;
6751
+ /**
6752
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
6753
+ */
6754
+ rectifiedGeos?: pulumi.Input<pulumi.Input<string>[]>;
6755
+ /**
6756
+ * Address.
6757
+ */
6758
+ value?: pulumi.Input<string>;
6759
+ /**
6760
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
6761
+ */
6762
+ weight?: pulumi.Input<number>;
6763
+ }
6764
+ interface RuleProbe {
6765
+ /**
6766
+ * Recommended number of health check probe points.
6767
+ */
6768
+ advisedNodeCount?: pulumi.Input<number>;
6769
+ /**
6770
+ * Whether health checks are disabled. true: disabled. false: not disabled.
6771
+ */
6772
+ disable?: pulumi.Input<boolean>;
6773
+ /**
6774
+ * 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.
6775
+ */
6776
+ failedCount?: pulumi.Input<number>;
6777
+ /**
6778
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6779
+ */
6780
+ host?: pulumi.Input<string>;
6781
+ /**
6782
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6783
+ */
6784
+ httpMethod?: pulumi.Input<string>;
6785
+ httpUsabilityCodes?: pulumi.Input<pulumi.Input<inputs.gtm.RuleProbeHttpUsabilityCode>[]>;
6786
+ /**
6787
+ * The interval between each health check, in seconds.
6788
+ */
6789
+ interval?: pulumi.Input<number>;
6790
+ /**
6791
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
6792
+ */
6793
+ isManualNodes?: pulumi.Input<boolean>;
6794
+ /**
6795
+ * Health check probe point.
6796
+ */
6797
+ nodes?: pulumi.Input<pulumi.Input<string>[]>;
6798
+ /**
6799
+ * 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.
6800
+ */
6801
+ pingCount?: pulumi.Input<number>;
6802
+ /**
6803
+ * 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.
6804
+ */
6805
+ pingLossPercent?: pulumi.Input<number>;
6806
+ /**
6807
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
6808
+ */
6809
+ port?: pulumi.Input<number>;
6810
+ /**
6811
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
6812
+ */
6813
+ protocol?: pulumi.Input<string>;
6814
+ /**
6815
+ * 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.
6816
+ */
6817
+ timeout?: pulumi.Input<number>;
6818
+ /**
6819
+ * 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.
6820
+ */
6821
+ url?: pulumi.Input<string>;
6822
+ }
6823
+ interface RuleProbeHttpUsabilityCode {
6824
+ /**
6825
+ * HTTP status code list.
6826
+ */
6827
+ codes?: pulumi.Input<pulumi.Input<number>[]>;
6828
+ /**
6829
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
6830
+ */
6831
+ operator?: pulumi.Input<string>;
6832
+ }
6700
6833
  }
6701
6834
  export declare namespace hbase {
6702
6835
  interface InstanceEndpoint {
@@ -6737,6 +6870,16 @@ export declare namespace hbase {
6737
6870
  }
6738
6871
  }
6739
6872
  export declare namespace iam {
6873
+ interface AllowedIpAddressIpList {
6874
+ /**
6875
+ * Description
6876
+ */
6877
+ description: pulumi.Input<string>;
6878
+ /**
6879
+ * IP address
6880
+ */
6881
+ ip: pulumi.Input<string>;
6882
+ }
6740
6883
  interface GroupAttachedPolicy {
6741
6884
  /**
6742
6885
  * Policy name.
@@ -7394,6 +7537,16 @@ export declare namespace kms {
7394
7537
  }
7395
7538
  }
7396
7539
  export declare namespace mongodb {
7540
+ interface AccountAccountPrivilege {
7541
+ /**
7542
+ * Databases for which the account has permissions.
7543
+ */
7544
+ dbName?: pulumi.Input<string>;
7545
+ /**
7546
+ * Permissions the account has in the current database.
7547
+ */
7548
+ roleName?: pulumi.Input<string>;
7549
+ }
7397
7550
  interface AllowListAssociatedInstance {
7398
7551
  /**
7399
7552
  * Instance ID bound to the current allowlist.
@@ -7412,6 +7565,49 @@ export declare namespace mongodb {
7412
7565
  */
7413
7566
  vpc?: pulumi.Input<string>;
7414
7567
  }
7568
+ interface EndpointDbAddress {
7569
+ /**
7570
+ * Domain name of the connection address
7571
+ */
7572
+ addressDomain?: pulumi.Input<string>;
7573
+ /**
7574
+ * IP corresponding to the connection address
7575
+ */
7576
+ addressIp?: pulumi.Input<string>;
7577
+ /**
7578
+ * Port number of the connection address
7579
+ */
7580
+ addressPort?: pulumi.Input<string>;
7581
+ /**
7582
+ * Connection address type of the node. Possible values:
7583
+ *
7584
+ * Primary: Primary node connection address
7585
+ * Secondary: Secondary node connection address
7586
+ * Hidden: Hidden node connection address
7587
+ * ReadOnly: Read-only node connection address
7588
+ *
7589
+ *
7590
+ * **Note:**
7591
+ * 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`).
7592
+ */
7593
+ addressType?: pulumi.Input<string>;
7594
+ /**
7595
+ * EIP ID bound to the instance's public address
7596
+ *
7597
+ *
7598
+ * **Note:**
7599
+ * This parameter is returned only when the connection address type is a public connection address (that is, when `NetworkType` is set to `Public`).
7600
+ */
7601
+ eipId?: pulumi.Input<string>;
7602
+ /**
7603
+ * Node ID associated with the connection address
7604
+ */
7605
+ nodeId?: pulumi.Input<string>;
7606
+ /**
7607
+ * AZ of the node; all nodes are consistent for single-AZ instances, while nodes differ for multi-AZ instances
7608
+ */
7609
+ zoneId?: pulumi.Input<string>;
7610
+ }
7415
7611
  interface InstanceConfigServer {
7416
7612
  /**
7417
7613
  * ConfigServer node ID
@@ -7789,6 +7985,16 @@ export declare namespace privatelink {
7789
7985
  */
7790
7986
  value?: pulumi.Input<string>;
7791
7987
  }
7988
+ interface GatewayEndpointTag {
7989
+ /**
7990
+ * Tag key of the endpoint tag
7991
+ */
7992
+ key?: pulumi.Input<string>;
7993
+ /**
7994
+ * Tag value of the endpoint tag
7995
+ */
7996
+ value?: pulumi.Input<string>;
7997
+ }
7792
7998
  interface VpcEndpointConnectionResourcesAllocate {
7793
7999
  /**
7794
8000
  * Specify the service resource for the endpoint connection
@@ -8147,6 +8353,58 @@ export declare namespace rdsmssql {
8147
8353
  */
8148
8354
  vpc?: pulumi.Input<string>;
8149
8355
  }
8356
+ interface BackupBackupDatabaseDetail {
8357
+ /**
8358
+ * External network backup download link.
8359
+ */
8360
+ backupDownloadLinkEip?: pulumi.Input<string>;
8361
+ /**
8362
+ * Internal network backup download link.
8363
+ */
8364
+ backupDownloadLinkInner?: pulumi.Input<string>;
8365
+ /**
8366
+ * Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
8367
+ */
8368
+ backupEndTime?: pulumi.Input<string>;
8369
+ /**
8370
+ * Backup file name.
8371
+ */
8372
+ backupFileName?: pulumi.Input<string>;
8373
+ /**
8374
+ * Backup file size (Bytes).
8375
+ */
8376
+ backupFileSize?: pulumi.Input<number>;
8377
+ /**
8378
+ * Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
8379
+ */
8380
+ backupStartTime?: pulumi.Input<string>;
8381
+ /**
8382
+ * Backup type. Values: Full (full backup), Diff (differential backup).
8383
+ */
8384
+ backupType?: pulumi.Input<string>;
8385
+ /**
8386
+ * Database name.
8387
+ */
8388
+ databaseName?: pulumi.Input<string>;
8389
+ /**
8390
+ * Backup file preparation progress (%).
8391
+ */
8392
+ downloadProgress?: pulumi.Input<number>;
8393
+ /**
8394
+ * Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
8395
+ */
8396
+ downloadStatus?: pulumi.Input<string>;
8397
+ /**
8398
+ * Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
8399
+ */
8400
+ linkExpiredTime?: pulumi.Input<string>;
8401
+ }
8402
+ interface BackupBackupMeta {
8403
+ /**
8404
+ * Backup database name.
8405
+ */
8406
+ dbName?: pulumi.Input<string>;
8407
+ }
8150
8408
  interface InstanceChargeInfo {
8151
8409
  /**
8152
8410
  * Auto-renewal for prepaid scenarios. true: auto-renew (default). false: do not auto-renew.
@@ -9523,6 +9781,16 @@ export declare namespace storageebs {
9523
9781
  */
9524
9782
  value?: pulumi.Input<string>;
9525
9783
  }
9784
+ interface SnapshotPolicyTag {
9785
+ /**
9786
+ * Tag key
9787
+ */
9788
+ key?: pulumi.Input<string>;
9789
+ /**
9790
+ * Tag value
9791
+ */
9792
+ value?: pulumi.Input<string>;
9793
+ }
9526
9794
  interface SnapshotTag {
9527
9795
  /**
9528
9796
  * 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.
@@ -10762,6 +11030,16 @@ export declare namespace tls {
10762
11030
  }
10763
11031
  }
10764
11032
  export declare namespace transitrouter {
11033
+ interface DirectConnectGatewayAttachmentTag {
11034
+ /**
11035
+ * Tag key
11036
+ */
11037
+ key?: pulumi.Input<string>;
11038
+ /**
11039
+ * Tag value
11040
+ */
11041
+ value?: pulumi.Input<string>;
11042
+ }
10765
11043
  interface PeerAttachmentTag {
10766
11044
  /**
10767
11045
  * 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.
@@ -10857,6 +11135,38 @@ export declare namespace transitrouter {
10857
11135
  */
10858
11136
  value?: pulumi.Input<string>;
10859
11137
  }
11138
+ interface TransitRouterBandwidthPackageAllocation {
11139
+ /**
11140
+ * Time when the bandwidth package was associated with the cross-region connection.
11141
+ */
11142
+ allocateTime?: pulumi.Input<string>;
11143
+ /**
11144
+ * Bandwidth peak of the cross-region connection, in Mbps.
11145
+ */
11146
+ bandwidth?: pulumi.Input<number>;
11147
+ /**
11148
+ * Region ID of the local transit router instance in the cross-region connection.
11149
+ */
11150
+ localRegionId?: pulumi.Input<string>;
11151
+ /**
11152
+ * Region ID of the peer transit router instance in the cross-region connection.
11153
+ */
11154
+ peerRegionId?: pulumi.Input<string>;
11155
+ /**
11156
+ * ID of the cross-region connection.
11157
+ */
11158
+ transitRouterPeerAttachmentId?: pulumi.Input<string>;
11159
+ }
11160
+ interface TransitRouterBandwidthPackageTag {
11161
+ /**
11162
+ * Tag key of the tag.
11163
+ */
11164
+ key?: pulumi.Input<string>;
11165
+ /**
11166
+ * Tag value
11167
+ */
11168
+ value?: pulumi.Input<string>;
11169
+ }
10860
11170
  interface TransitRouterRouteTableTag {
10861
11171
  /**
10862
11172
  * Tag key