@byteplus/pulumi-bytepluscc 0.0.21 → 0.0.23

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 (131) hide show
  1. package/cen/bandwidthPackage.d.ts +320 -0
  2. package/cen/bandwidthPackage.js +134 -0
  3. package/cen/bandwidthPackage.js.map +1 -0
  4. package/cen/getBandwidthPackage.d.ts +137 -0
  5. package/cen/getBandwidthPackage.js +28 -0
  6. package/cen/getBandwidthPackage.js.map +1 -0
  7. package/cen/getBandwidthPackages.d.ts +22 -0
  8. package/cen/getBandwidthPackages.js +24 -0
  9. package/cen/getBandwidthPackages.js.map +1 -0
  10. package/cen/index.d.ts +9 -0
  11. package/cen/index.js +12 -1
  12. package/cen/index.js.map +1 -1
  13. package/clb/clb.d.ts +8 -0
  14. package/clb/clb.js +2 -0
  15. package/clb/clb.js.map +1 -1
  16. package/clb/getClb.d.ts +4 -0
  17. package/clb/getClb.js.map +1 -1
  18. package/iam/accesskey.d.ts +2 -2
  19. package/iam/accesskey.js +2 -2
  20. package/iam/accesskey.js.map +1 -1
  21. package/iam/getAccesskey.d.ts +2 -2
  22. package/iam/getAccesskey.js +2 -2
  23. package/iam/getAccesskeys.d.ts +2 -2
  24. package/iam/getAccesskeys.js +2 -2
  25. package/iam/getOidcProvider.d.ts +72 -0
  26. package/iam/getOidcProvider.js +28 -0
  27. package/iam/getOidcProvider.js.map +1 -0
  28. package/iam/getOidcProviders.d.ts +22 -0
  29. package/iam/getOidcProviders.js +24 -0
  30. package/iam/getOidcProviders.js.map +1 -0
  31. package/iam/getSamlProvider.d.ts +38 -0
  32. package/iam/getSamlProvider.js +28 -0
  33. package/iam/getSamlProvider.js.map +1 -0
  34. package/iam/getSamlProviders.d.ts +22 -0
  35. package/iam/getSamlProviders.js +24 -0
  36. package/iam/getSamlProviders.js.map +1 -0
  37. package/iam/index.d.ts +18 -0
  38. package/iam/index.js +23 -1
  39. package/iam/index.js.map +1 -1
  40. package/iam/oidcProvider.d.ts +160 -0
  41. package/iam/oidcProvider.js +105 -0
  42. package/iam/oidcProvider.js.map +1 -0
  43. package/iam/samlProvider.d.ts +156 -0
  44. package/iam/samlProvider.js +100 -0
  45. package/iam/samlProvider.js.map +1 -0
  46. package/mongodb/getInstance.d.ts +1 -1
  47. package/mongodb/instance.d.ts +3 -3
  48. package/package.json +1 -1
  49. package/privatelink/getVpcEndpoint.d.ts +137 -0
  50. package/privatelink/getVpcEndpoint.js +28 -0
  51. package/privatelink/getVpcEndpoint.js.map +1 -0
  52. package/privatelink/getVpcEndpoints.d.ts +22 -0
  53. package/privatelink/getVpcEndpoints.js +24 -0
  54. package/privatelink/getVpcEndpoints.js.map +1 -0
  55. package/privatelink/index.d.ts +9 -0
  56. package/privatelink/index.js +12 -1
  57. package/privatelink/index.js.map +1 -1
  58. package/privatelink/vpcEndpoint.d.ts +277 -0
  59. package/privatelink/vpcEndpoint.js +106 -0
  60. package/privatelink/vpcEndpoint.js.map +1 -0
  61. package/rdspostgresql/getInstance.d.ts +153 -0
  62. package/rdspostgresql/getInstance.js +28 -0
  63. package/rdspostgresql/getInstance.js.map +1 -0
  64. package/rdspostgresql/getInstances.d.ts +22 -0
  65. package/rdspostgresql/getInstances.js +24 -0
  66. package/rdspostgresql/getInstances.js.map +1 -0
  67. package/rdspostgresql/index.d.ts +9 -0
  68. package/rdspostgresql/index.js +12 -1
  69. package/rdspostgresql/index.js.map +1 -1
  70. package/rdspostgresql/instance.d.ts +303 -0
  71. package/rdspostgresql/instance.js +132 -0
  72. package/rdspostgresql/instance.js.map +1 -0
  73. package/tls/consumerGroup.d.ts +128 -0
  74. package/tls/consumerGroup.js +98 -0
  75. package/tls/consumerGroup.js.map +1 -0
  76. package/tls/getConsumerGroup.d.ts +60 -0
  77. package/tls/getConsumerGroup.js +28 -0
  78. package/tls/getConsumerGroup.js.map +1 -0
  79. package/tls/getConsumerGroups.d.ts +22 -0
  80. package/tls/getConsumerGroups.js +24 -0
  81. package/tls/getConsumerGroups.js.map +1 -0
  82. package/tls/getImportTask.d.ts +89 -0
  83. package/tls/getImportTask.js +28 -0
  84. package/tls/getImportTask.js.map +1 -0
  85. package/tls/getImportTasks.d.ts +22 -0
  86. package/tls/getImportTasks.js +24 -0
  87. package/tls/getImportTasks.js.map +1 -0
  88. package/tls/importTask.d.ts +183 -0
  89. package/tls/importTask.js +97 -0
  90. package/tls/importTask.js.map +1 -0
  91. package/tls/index.d.ts +18 -0
  92. package/tls/index.js +23 -1
  93. package/tls/index.js.map +1 -1
  94. package/types/input.d.ts +905 -98
  95. package/types/output.d.ts +1642 -144
  96. package/vedbm/endpoint.d.ts +247 -0
  97. package/vedbm/endpoint.js +93 -0
  98. package/vedbm/endpoint.js.map +1 -0
  99. package/vedbm/getEndpoint.d.ts +105 -0
  100. package/vedbm/getEndpoint.js +28 -0
  101. package/vedbm/getEndpoint.js.map +1 -0
  102. package/vedbm/getEndpoints.d.ts +22 -0
  103. package/vedbm/getEndpoints.js +24 -0
  104. package/vedbm/getEndpoints.js.map +1 -0
  105. package/vedbm/index.d.ts +9 -0
  106. package/vedbm/index.js +12 -1
  107. package/vedbm/index.js.map +1 -1
  108. package/vefaas/getTimer.d.ts +80 -0
  109. package/vefaas/getTimer.js +28 -0
  110. package/vefaas/getTimer.js.map +1 -0
  111. package/vefaas/getTimers.d.ts +22 -0
  112. package/vefaas/getTimers.js +24 -0
  113. package/vefaas/getTimers.js.map +1 -0
  114. package/vefaas/index.d.ts +9 -0
  115. package/vefaas/index.js +12 -1
  116. package/vefaas/index.js.map +1 -1
  117. package/vefaas/timer.d.ts +183 -0
  118. package/vefaas/timer.js +96 -0
  119. package/vefaas/timer.js.map +1 -0
  120. package/vmp/alertingRule.d.ts +167 -0
  121. package/vmp/alertingRule.js +90 -0
  122. package/vmp/alertingRule.js.map +1 -0
  123. package/vmp/getAlertingRule.d.ts +93 -0
  124. package/vmp/getAlertingRule.js +28 -0
  125. package/vmp/getAlertingRule.js.map +1 -0
  126. package/vmp/getAlertingRules.d.ts +22 -0
  127. package/vmp/getAlertingRules.js +24 -0
  128. package/vmp/getAlertingRules.js.map +1 -0
  129. package/vmp/index.d.ts +9 -0
  130. package/vmp/index.js +12 -1
  131. package/vmp/index.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -2889,6 +2889,14 @@ export declare namespace autoscaling {
2889
2889
  volumeType: string;
2890
2890
  }
2891
2891
  interface ScalingGroupInstance {
2892
+ /**
2893
+ * Time when the instance joined the scaling group
2894
+ */
2895
+ createdTime: string;
2896
+ /**
2897
+ * How the instance joined the scaling group (Attached / AutoCreated)
2898
+ */
2899
+ creationType: string;
2892
2900
  /**
2893
2901
  * Whether to enable managed mode for the instance when AttachInstances is performed
2894
2902
  */
@@ -2897,10 +2905,34 @@ export declare namespace autoscaling {
2897
2905
  * ECS instance ID, unique identifier of the subresource
2898
2906
  */
2899
2907
  instanceId: string;
2908
+ /**
2909
+ * Launch template ID used by the instance
2910
+ */
2911
+ launchTemplateId: string;
2912
+ /**
2913
+ * Launch template version used by the instance
2914
+ */
2915
+ launchTemplateVersion: string;
2900
2916
  /**
2901
2917
  * Whether to trigger lifecycle hooks when the instance is attached, detached, or removed
2902
2918
  */
2903
2919
  lifecycleHook: boolean;
2920
+ /**
2921
+ * Scaling configuration ID associated with the instance
2922
+ */
2923
+ scalingConfigurationId: string;
2924
+ /**
2925
+ * Scaling policy ID associated with the instance
2926
+ */
2927
+ scalingPolicyId: string;
2928
+ /**
2929
+ * Current status of the instance in the scaling group
2930
+ */
2931
+ status: string;
2932
+ /**
2933
+ * Availability zone of the instance
2934
+ */
2935
+ zoneId: string;
2904
2936
  }
2905
2937
  interface ScalingGroupInstanceRemovePolicy {
2906
2938
  /**
@@ -7729,6 +7761,16 @@ export declare namespace cdn {
7729
7761
  }
7730
7762
  }
7731
7763
  export declare namespace cen {
7764
+ interface BandwidthPackageTag {
7765
+ /**
7766
+ * Tag key for user tags. Parameter - N: indicates the tag key index, value range: 1–20. Use & to separate multiple tag keys. Cannot start with sys:, in any case. Length range: 1–128 characters. Supports all languages, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equals (=), plus (+), hyphens (-), and @ (@). If a tag key starts or ends with a space, the system automatically removes it.
7767
+ */
7768
+ key: string;
7769
+ /**
7770
+ * Tag value for user tags. Parameter - N indicates the tag value index, range: 1–20. Use & to separate multiple tag values. Length range: 0–256 characters. If not specified, defaults to empty. Supports all languages, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @ (@). Case-sensitive. If the tag value starts or ends with a space, the system automatically removes it.
7771
+ */
7772
+ value: string;
7773
+ }
7732
7774
  interface CenInstance {
7733
7775
  /**
7734
7776
  * Network instance ID
@@ -7757,6 +7799,16 @@ export declare namespace cen {
7757
7799
  */
7758
7800
  value: string;
7759
7801
  }
7802
+ interface GetBandwidthPackageTag {
7803
+ /**
7804
+ * Tag key for user tags. Parameter - N: indicates the tag key index, value range: 1–20. Use & to separate multiple tag keys. Cannot start with sys:, in any case. Length range: 1–128 characters. Supports all languages, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equals (=), plus (+), hyphens (-), and @ (@). If a tag key starts or ends with a space, the system automatically removes it.
7805
+ */
7806
+ key: string;
7807
+ /**
7808
+ * Tag value for user tags. Parameter - N indicates the tag value index, range: 1–20. Use & to separate multiple tag values. Length range: 0–256 characters. If not specified, defaults to empty. Supports all languages, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @ (@). Case-sensitive. If the tag value starts or ends with a space, the system automatically removes it.
7809
+ */
7810
+ value: string;
7811
+ }
7760
7812
  interface GetCenInstance {
7761
7813
  /**
7762
7814
  * CEN instance ID
@@ -7919,6 +7971,28 @@ export declare namespace clb {
7919
7971
  */
7920
7972
  eniId: string;
7921
7973
  }
7974
+ interface ClbIpv6AddressBandwidth {
7975
+ /**
7976
+ * Peak bandwidth of IPv6 public bandwidth, in Mbps
7977
+ */
7978
+ bandwidth: number;
7979
+ /**
7980
+ * Shared bandwidth package ID associated with IPv6 public bandwidth
7981
+ */
7982
+ bandwidthPackageId: string;
7983
+ /**
7984
+ * Billing type for IPv6 public bandwidth
7985
+ */
7986
+ billingType: number;
7987
+ /**
7988
+ * Line type of IPv6 public bandwidth
7989
+ */
7990
+ isp: string;
7991
+ /**
7992
+ * Network type of the load balancer instance's IPv6 address
7993
+ */
7994
+ networkType: string;
7995
+ }
7922
7996
  interface ClbListener {
7923
7997
  /**
7924
7998
  * Listener ID
@@ -8069,6 +8143,28 @@ export declare namespace clb {
8069
8143
  */
8070
8144
  eniId: string;
8071
8145
  }
8146
+ interface GetClbIpv6AddressBandwidth {
8147
+ /**
8148
+ * Peak bandwidth of IPv6 public bandwidth, in Mbps
8149
+ */
8150
+ bandwidth: number;
8151
+ /**
8152
+ * Shared bandwidth package ID associated with IPv6 public bandwidth
8153
+ */
8154
+ bandwidthPackageId: string;
8155
+ /**
8156
+ * Billing type for IPv6 public bandwidth
8157
+ */
8158
+ billingType: number;
8159
+ /**
8160
+ * Line type of IPv6 public bandwidth
8161
+ */
8162
+ isp: string;
8163
+ /**
8164
+ * Network type of the load balancer instance's IPv6 address
8165
+ */
8166
+ networkType: string;
8167
+ }
8072
8168
  interface GetClbListener {
8073
8169
  /**
8074
8170
  * Listener ID
@@ -9207,6 +9303,10 @@ export declare namespace cloudmonitor {
9207
9303
  * Comparison operators. Supports standard threshold alerting: >, >=, <, <=, !=, =, as well as the following period-over-period alerting: last*period*increase*pct: Increased compared to last period. last*period*decrease*pct: Decreased compared to last period. last*period*abs*pct: Increased or decreased compared to last period. last*day*increase*pct: Increased compared to the same period yesterday. last*day*decrease*pct: Decreased compared to the same period yesterday. last*day*abs*pct: Increased or decreased compared to the same period yesterday. last*week*increase*pct: Increased compared to the same period last week. last*week*decrease*pct: Decreased compared to the same period last week. last*week*abs_pct: Increased or decreased compared to the same period last week.
9208
9304
  */
9209
9305
  comparisonOperator: string;
9306
+ /**
9307
+ * Metric display name.
9308
+ */
9309
+ displayName: string;
9210
9310
  /**
9211
9311
  * Monitoring metric name. For details, see MetricName for each product in Cloud Monitoring Metric Query.
9212
9312
  */
@@ -10689,6 +10789,18 @@ export declare namespace ecs {
10689
10789
  * The number of IPv6 addresses for the instance.
10690
10790
  */
10691
10791
  ipv6AddressCount: number;
10792
+ /**
10793
+ * IPv6 address of the instance.
10794
+ */
10795
+ ipv6Addresses: string[];
10796
+ /**
10797
+ * Instance MAC address.
10798
+ */
10799
+ macAddress: string;
10800
+ /**
10801
+ * The network interface ID of the instance.
10802
+ */
10803
+ networkInterfaceId: string;
10692
10804
  /**
10693
10805
  * Instance primary IP address
10694
10806
  */
@@ -10705,6 +10817,10 @@ export declare namespace ecs {
10705
10817
  * Instance subnet ID.
10706
10818
  */
10707
10819
  subnetId: string;
10820
+ /**
10821
+ * VPC ID of the instance.
10822
+ */
10823
+ vpcId: string;
10708
10824
  }
10709
10825
  interface InstanceSystemVolume {
10710
10826
  /**
@@ -13717,6 +13833,48 @@ export declare namespace iam {
13717
13833
  */
13718
13834
  value: string;
13719
13835
  }
13836
+ interface GetSamlProviderCertificate {
13837
+ /**
13838
+ * Certificate ID
13839
+ */
13840
+ certificateId: string;
13841
+ /**
13842
+ * Certificate Upload Time
13843
+ */
13844
+ createDate: string;
13845
+ /**
13846
+ * Certificate Authority
13847
+ */
13848
+ issuer: string;
13849
+ /**
13850
+ * Certificate Expiration Time
13851
+ */
13852
+ notAfter: string;
13853
+ /**
13854
+ * Certificate Validity Period
13855
+ */
13856
+ notBefore: string;
13857
+ /**
13858
+ * Certificate Serial Number
13859
+ */
13860
+ serialNumber: string;
13861
+ /**
13862
+ * Certificate Signature Algorithm
13863
+ */
13864
+ signatureAlgorithm: string;
13865
+ /**
13866
+ * Certificate Subject
13867
+ */
13868
+ subject: string;
13869
+ /**
13870
+ * Certificate Update Time
13871
+ */
13872
+ updateDate: string;
13873
+ /**
13874
+ * Certificate Version
13875
+ */
13876
+ version: string;
13877
+ }
13720
13878
  interface GetUserAccessKey {
13721
13879
  /**
13722
13880
  * Access key ID.
@@ -13941,6 +14099,48 @@ export declare namespace iam {
13941
14099
  */
13942
14100
  value: string;
13943
14101
  }
14102
+ interface SamlProviderCertificate {
14103
+ /**
14104
+ * Certificate ID
14105
+ */
14106
+ certificateId: string;
14107
+ /**
14108
+ * Certificate Upload Time
14109
+ */
14110
+ createDate: string;
14111
+ /**
14112
+ * Certificate Authority
14113
+ */
14114
+ issuer: string;
14115
+ /**
14116
+ * Certificate Expiration Time
14117
+ */
14118
+ notAfter: string;
14119
+ /**
14120
+ * Certificate Validity Period
14121
+ */
14122
+ notBefore: string;
14123
+ /**
14124
+ * Certificate Serial Number
14125
+ */
14126
+ serialNumber: string;
14127
+ /**
14128
+ * Certificate Signature Algorithm
14129
+ */
14130
+ signatureAlgorithm: string;
14131
+ /**
14132
+ * Certificate Subject
14133
+ */
14134
+ subject: string;
14135
+ /**
14136
+ * Certificate Update Time
14137
+ */
14138
+ updateDate: string;
14139
+ /**
14140
+ * Certificate Version
14141
+ */
14142
+ version: string;
14143
+ }
13944
14144
  interface UserAccessKey {
13945
14145
  /**
13946
14146
  * Access key ID.
@@ -15097,6 +15297,82 @@ export declare namespace privatelink {
15097
15297
  */
15098
15298
  value: string;
15099
15299
  }
15300
+ interface GetVpcEndpointTag {
15301
+ /**
15302
+ * Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
15303
+ */
15304
+ key: string;
15305
+ /**
15306
+ * Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
15307
+ */
15308
+ value: string;
15309
+ }
15310
+ interface GetVpcEndpointZone {
15311
+ /**
15312
+ * Service status of the endpoint node's IPv6 address. Active: normal. Inactive: abnormal.
15313
+ */
15314
+ ipv6ServiceStatus: string;
15315
+ /**
15316
+ * ID of the endpoint NIC used to connect to new service resources. If not in the process of seamless service resource replacement, this parameter returns empty.
15317
+ */
15318
+ networkInterfaceId: string;
15319
+ /**
15320
+ * The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
15321
+ */
15322
+ privateIpAddress: string;
15323
+ /**
15324
+ * The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
15325
+ */
15326
+ privateIpv6Address: string;
15327
+ /**
15328
+ * Service status of the endpoint IPv4 address. Active: Normal. Inactive: Abnormal.
15329
+ */
15330
+ serviceStatus: string;
15331
+ /**
15332
+ * ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
15333
+ */
15334
+ subnetId: string;
15335
+ /**
15336
+ * Domain name of the endpoint availability zone.
15337
+ */
15338
+ zoneDomain: string;
15339
+ /**
15340
+ * ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
15341
+ */
15342
+ zoneId: string;
15343
+ /**
15344
+ * Status of the endpoint node's availability zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed.
15345
+ */
15346
+ zoneStatus: string;
15347
+ }
15348
+ interface VpcEndpointTag {
15349
+ /**
15350
+ * Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
15351
+ */
15352
+ key: string;
15353
+ /**
15354
+ * Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
15355
+ */
15356
+ value: string;
15357
+ }
15358
+ interface VpcEndpointZone {
15359
+ /**
15360
+ * The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
15361
+ */
15362
+ privateIpAddress: string;
15363
+ /**
15364
+ * The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
15365
+ */
15366
+ privateIpv6Address: string;
15367
+ /**
15368
+ * ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
15369
+ */
15370
+ subnetId: string;
15371
+ /**
15372
+ * ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
15373
+ */
15374
+ zoneId: string;
15375
+ }
15100
15376
  }
15101
15377
  export declare namespace privatezone {
15102
15378
  interface GetResolverEndpointIpConfig {
@@ -15512,6 +15788,26 @@ export declare namespace rdsmssql {
15512
15788
  * Instance ID
15513
15789
  */
15514
15790
  instanceId: string;
15791
+ /**
15792
+ * Instance name
15793
+ */
15794
+ instanceName: string;
15795
+ /**
15796
+ * Instance status
15797
+ */
15798
+ instanceStatus: string;
15799
+ /**
15800
+ * Sync latest allowlist IP
15801
+ */
15802
+ isLatest: boolean;
15803
+ /**
15804
+ * Project name of the instance
15805
+ */
15806
+ projectName: string;
15807
+ /**
15808
+ * VPC ID of the instance
15809
+ */
15810
+ vpc: string;
15515
15811
  }
15516
15812
  interface GetAllowListAssociatedInstance {
15517
15813
  /**
@@ -16960,49 +17256,514 @@ export declare namespace rdspostgresql {
16960
17256
  */
16961
17257
  weight: number;
16962
17258
  }
16963
- }
16964
- export declare namespace redis {
16965
- interface GetInstanceCapacity {
17259
+ interface GetInstanceChargeDetail {
16966
17260
  /**
16967
- * Total memory capacity of the current instance. Unit: MiB.
17261
+ * Enable auto-renewal for prepaid scenarios
16968
17262
  */
16969
- total: number;
17263
+ autoRenew: boolean;
16970
17264
  /**
16971
- * Used capacity of the current instance. Unit: MiB.
17265
+ * Billing expiration time for yearly/monthly instances
16972
17266
  */
16973
- used: number;
16974
- }
16975
- interface GetInstanceConfigureNode {
17267
+ chargeEndTime: string;
16976
17268
  /**
16977
- * The availability zone each node belongs to.
17269
+ * Instance billing start time
16978
17270
  */
16979
- az: string;
16980
- }
16981
- interface GetInstanceInstanceShard {
17271
+ chargeStartTime: string;
16982
17272
  /**
16983
- * Number of nodes in each shard
17273
+ * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
16984
17274
  */
16985
- nodeNumber: number;
17275
+ chargeStatus: string;
16986
17276
  /**
16987
- * Detailed list of all Server nodes in the shard.
17277
+ * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
16988
17278
  */
16989
- serverNodes: outputs.redis.GetInstanceInstanceShardServerNode[];
17279
+ chargeType: string;
16990
17280
  /**
16991
- * Shard ID.
17281
+ * Estimated release time after instance suspension due to overdue payment
16992
17282
  */
16993
- shardId: string;
16994
- }
16995
- interface GetInstanceInstanceShardServerNode {
17283
+ overdueReclaimTime: string;
16996
17284
  /**
16997
- * Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
17285
+ * Instance shutdown time due to overdue payment
16998
17286
  */
16999
- currentRole: string;
17287
+ overdueTime: string;
17000
17288
  /**
17001
- * Node ID.
17289
+ * Purchase duration for prepaid scenarios
17002
17290
  */
17003
- nodeId: string;
17291
+ period: number;
17004
17292
  /**
17005
- * Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
17293
+ * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
17294
+ */
17295
+ periodUnit: string;
17296
+ /**
17297
+ * Rollback time for temporary upgrade
17298
+ */
17299
+ tempModifyEndTime: string;
17300
+ /**
17301
+ * Start time of temporary scaling
17302
+ */
17303
+ tempModifyStartTime: string;
17304
+ }
17305
+ interface GetInstanceEndpoint {
17306
+ /**
17307
+ * Address list.
17308
+ */
17309
+ addresses: outputs.rdspostgresql.GetInstanceEndpointAddress[];
17310
+ /**
17311
+ * When the terminal type is read-write or read-only, you can set whether new nodes join automatically. Values: - `Enable`: join automatically - `Disable`: do not join automatically (default)
17312
+ */
17313
+ autoAddNewNodes: string;
17314
+ /**
17315
+ * Address description.
17316
+ */
17317
+ description: string;
17318
+ /**
17319
+ * Enable global read-only mode. - `Enable`: enabled - `Disable`: not enabled
17320
+ */
17321
+ enableReadOnly: string;
17322
+ /**
17323
+ * Enable read-write separation. Values: - `Enable`: enabled - `Disable`: not enabled
17324
+ */
17325
+ enableReadWriteSplitting: string;
17326
+ /**
17327
+ * Instance connection terminal ID
17328
+ */
17329
+ endpointId: string;
17330
+ /**
17331
+ * Instance connection terminal name
17332
+ */
17333
+ endpointName: string;
17334
+ /**
17335
+ * Endpoint type: - `Cluster`: Default endpoint (created by default) - `Custom`: Custom endpoint
17336
+ */
17337
+ endpointType: string;
17338
+ /**
17339
+ * Read-only weight allocation mode. Options: - `Default`: Standard weight allocation (default). - `Custom`: Custom weight allocation
17340
+ */
17341
+ readOnlyNodeDistributionType: string;
17342
+ /**
17343
+ * Maximum latency threshold for read-only nodes. If a read-only node's latency exceeds this value, read traffic will not be sent to that node. Unit: seconds. Range: 0~3600. Default: 30.
17344
+ * **Note:** This parameter can be set for the default endpoint when read/write splitting is enabled.
17345
+ */
17346
+ readOnlyNodeMaxDelayTime: number;
17347
+ /**
17348
+ * List of nodes configured for the endpoint and their corresponding read-only weights.
17349
+ */
17350
+ readOnlyNodeWeights: outputs.rdspostgresql.GetInstanceEndpointReadOnlyNodeWeight[];
17351
+ /**
17352
+ * Read/write mode: - `ReadWrite`: Read/write - `ReadOnly`: Read-only
17353
+ */
17354
+ readWriteMode: string;
17355
+ /**
17356
+ * After read/write splitting is enabled for the terminal, set the number of proxy connections for the terminal. - The minimum value for proxy connections is 20. - The maximum value depends on the specification of the instance's primary node. Different specifications support different maximum proxy connections. For details, see [Product Specifications]
17357
+ */
17358
+ readWriteProxyConnection: number;
17359
+ /**
17360
+ * Whether the endpoint sends write requests to the write node (currently, only the primary node is the write node). Value: - `true`: Yes. (Default) - `false`: No
17361
+ */
17362
+ writeNodeHaltWriting: boolean;
17363
+ }
17364
+ interface GetInstanceEndpointAddress {
17365
+ /**
17366
+ * Private network address accessible across regions
17367
+ */
17368
+ crossRegionDomain: string;
17369
+ /**
17370
+ * Enable public network resolution. Values: - false: default, private network resolution - true: private and public network resolution
17371
+ */
17372
+ dnsVisibility: boolean;
17373
+ /**
17374
+ * Connection domain name
17375
+ */
17376
+ domain: string;
17377
+ /**
17378
+ * Private network address type. Values: LocalDomain: local region domain name CrossRegionDomain: cross-region accessible domain name
17379
+ */
17380
+ domainVisibilitySetting: string;
17381
+ /**
17382
+ * EIP ID, valid only for Public addresses
17383
+ */
17384
+ eipId: string;
17385
+ /**
17386
+ * IP address
17387
+ */
17388
+ ipAddress: string;
17389
+ /**
17390
+ * Network address type. Value: - `Private`: Private network address - `Public`: Public network address - `Inner`: Public service zone address
17391
+ */
17392
+ networkType: string;
17393
+ /**
17394
+ * Port.
17395
+ */
17396
+ port: string;
17397
+ /**
17398
+ * Subnet ID
17399
+ */
17400
+ subnetId: string;
17401
+ }
17402
+ interface GetInstanceEndpointReadOnlyNodeWeight {
17403
+ /**
17404
+ * Read-only nodes require NodeId
17405
+ */
17406
+ nodeId: string;
17407
+ /**
17408
+ * Node type
17409
+ */
17410
+ nodeType: string;
17411
+ /**
17412
+ * Node read weight, increases by 100, maximum value is 10000
17413
+ */
17414
+ weight: number;
17415
+ }
17416
+ interface GetInstanceMaintenanceWindow {
17417
+ /**
17418
+ * Granularity of the maintenance cycle. Value: Week (week)
17419
+ */
17420
+ dayKind: string;
17421
+ /**
17422
+ * Detailed information about the instance's maintenance window.
17423
+ */
17424
+ dayOfWeekMaintenanceTimes: outputs.rdspostgresql.GetInstanceMaintenanceWindowDayOfWeekMaintenanceTime[];
17425
+ }
17426
+ interface GetInstanceMaintenanceWindowDayOfWeekMaintenanceTime {
17427
+ /**
17428
+ * Specify maintenance days for the instance each week. Multiple selections allowed. Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: If not specified or left blank, all seven days are enabled by default.
17429
+ */
17430
+ dayOfWeek: string;
17431
+ /**
17432
+ * Start time of the maintenance window on the maintenance day. Format: HH:mmZ (UTC time). Currently, only start times between 16:00Z and 20:00Z are supported.
17433
+ */
17434
+ maintenanceWindowStartTime: string;
17435
+ /**
17436
+ * Duration of the maintenance window on the maintenance day. Minimum duration is 2 hours, maximum is 6 hours.
17437
+ */
17438
+ period: number;
17439
+ }
17440
+ interface GetInstanceNodeInfo {
17441
+ /**
17442
+ * Node creation time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
17443
+ */
17444
+ createTime: string;
17445
+ /**
17446
+ * Instance ID
17447
+ */
17448
+ instanceId: string;
17449
+ /**
17450
+ * Memory size, unit: GB
17451
+ */
17452
+ memory: number;
17453
+ /**
17454
+ * Node ID
17455
+ */
17456
+ nodeId: string;
17457
+ /**
17458
+ * Node specification
17459
+ */
17460
+ nodeSpec: string;
17461
+ /**
17462
+ * Node status
17463
+ */
17464
+ nodeStatus: string;
17465
+ /**
17466
+ * Node type
17467
+ */
17468
+ nodeType: string;
17469
+ /**
17470
+ * Region ID
17471
+ */
17472
+ regionId: string;
17473
+ /**
17474
+ * Node update time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
17475
+ */
17476
+ updateTime: string;
17477
+ /**
17478
+ * CPU size. For example: 1 means 1U
17479
+ */
17480
+ vcpu: number;
17481
+ /**
17482
+ * Availability zone of the node
17483
+ */
17484
+ zoneId: string;
17485
+ }
17486
+ interface GetInstanceTag {
17487
+ /**
17488
+ * Tag key
17489
+ */
17490
+ key: string;
17491
+ /**
17492
+ * Tag value
17493
+ */
17494
+ value: string;
17495
+ }
17496
+ interface InstanceChargeDetail {
17497
+ /**
17498
+ * Enable auto-renewal for prepaid scenarios
17499
+ */
17500
+ autoRenew: boolean;
17501
+ /**
17502
+ * Billing expiration time for yearly/monthly instances
17503
+ */
17504
+ chargeEndTime: string;
17505
+ /**
17506
+ * Instance billing start time
17507
+ */
17508
+ chargeStartTime: string;
17509
+ /**
17510
+ * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
17511
+ */
17512
+ chargeStatus: string;
17513
+ /**
17514
+ * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
17515
+ */
17516
+ chargeType: string;
17517
+ /**
17518
+ * Estimated release time after instance suspension due to overdue payment
17519
+ */
17520
+ overdueReclaimTime: string;
17521
+ /**
17522
+ * Instance shutdown time due to overdue payment
17523
+ */
17524
+ overdueTime: string;
17525
+ /**
17526
+ * Purchase duration for prepaid scenarios
17527
+ */
17528
+ period: number;
17529
+ /**
17530
+ * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
17531
+ */
17532
+ periodUnit: string;
17533
+ /**
17534
+ * Rollback time for temporary upgrade
17535
+ */
17536
+ tempModifyEndTime: string;
17537
+ /**
17538
+ * Start time of temporary scaling
17539
+ */
17540
+ tempModifyStartTime: string;
17541
+ }
17542
+ interface InstanceEndpoint {
17543
+ addresses: outputs.rdspostgresql.InstanceEndpointAddress[];
17544
+ /**
17545
+ * When the terminal type is read-write or read-only, you can set whether new nodes join automatically. Values: - `Enable`: join automatically - `Disable`: do not join automatically (default)
17546
+ */
17547
+ autoAddNewNodes: string;
17548
+ /**
17549
+ * Address description.
17550
+ */
17551
+ description: string;
17552
+ /**
17553
+ * Enable global read-only mode. - `Enable`: enabled - `Disable`: not enabled
17554
+ */
17555
+ enableReadOnly: string;
17556
+ /**
17557
+ * Enable read-write separation. Values: - `Enable`: enabled - `Disable`: not enabled
17558
+ */
17559
+ enableReadWriteSplitting: string;
17560
+ /**
17561
+ * Instance connection terminal ID
17562
+ */
17563
+ endpointId: string;
17564
+ /**
17565
+ * Instance connection terminal name
17566
+ */
17567
+ endpointName: string;
17568
+ /**
17569
+ * Endpoint type: - `Cluster`: Default endpoint (created by default) - `Custom`: Custom endpoint
17570
+ */
17571
+ endpointType: string;
17572
+ /**
17573
+ * Read-only weight allocation mode. Options: - `Default`: Standard weight allocation (default). - `Custom`: Custom weight allocation
17574
+ */
17575
+ readOnlyNodeDistributionType: string;
17576
+ /**
17577
+ * Maximum latency threshold for read-only nodes. If a read-only node's latency exceeds this value, read traffic will not be sent to that node. Unit: seconds. Range: 0~3600. Default: 30.
17578
+ * **Note:** This parameter can be set for the default endpoint when read/write splitting is enabled.
17579
+ */
17580
+ readOnlyNodeMaxDelayTime: number;
17581
+ readOnlyNodeWeights: outputs.rdspostgresql.InstanceEndpointReadOnlyNodeWeight[];
17582
+ /**
17583
+ * Read/write mode: - `ReadWrite`: Read/write - `ReadOnly`: Read-only
17584
+ */
17585
+ readWriteMode: string;
17586
+ /**
17587
+ * After read/write splitting is enabled for the terminal, set the number of proxy connections for the terminal. - The minimum value for proxy connections is 20. - The maximum value depends on the specification of the instance's primary node. Different specifications support different maximum proxy connections. For details, see [Product Specifications]
17588
+ */
17589
+ readWriteProxyConnection: number;
17590
+ /**
17591
+ * Whether the endpoint sends write requests to the write node (currently, only the primary node is the write node). Value: - `true`: Yes. (Default) - `false`: No
17592
+ */
17593
+ writeNodeHaltWriting: boolean;
17594
+ }
17595
+ interface InstanceEndpointAddress {
17596
+ /**
17597
+ * Private network address accessible across regions
17598
+ */
17599
+ crossRegionDomain: string;
17600
+ /**
17601
+ * Enable public network resolution. Values: - false: default, private network resolution - true: private and public network resolution
17602
+ */
17603
+ dnsVisibility: boolean;
17604
+ /**
17605
+ * Connection domain name
17606
+ */
17607
+ domain: string;
17608
+ /**
17609
+ * Private network address type. Values: LocalDomain: local region domain name CrossRegionDomain: cross-region accessible domain name
17610
+ */
17611
+ domainVisibilitySetting: string;
17612
+ /**
17613
+ * EIP ID, valid only for Public addresses
17614
+ */
17615
+ eipId: string;
17616
+ /**
17617
+ * IP address
17618
+ */
17619
+ ipAddress: string;
17620
+ /**
17621
+ * Network address type. Value: - `Private`: Private network address - `Public`: Public network address - `Inner`: Public service zone address
17622
+ */
17623
+ networkType: string;
17624
+ /**
17625
+ * Port.
17626
+ */
17627
+ port: string;
17628
+ /**
17629
+ * Subnet ID
17630
+ */
17631
+ subnetId: string;
17632
+ }
17633
+ interface InstanceEndpointReadOnlyNodeWeight {
17634
+ /**
17635
+ * Read-only nodes require NodeId
17636
+ */
17637
+ nodeId: string;
17638
+ /**
17639
+ * Node type
17640
+ */
17641
+ nodeType: string;
17642
+ /**
17643
+ * Node read weight, increases by 100, maximum value is 10000
17644
+ */
17645
+ weight: number;
17646
+ }
17647
+ interface InstanceMaintenanceWindow {
17648
+ /**
17649
+ * Granularity of the maintenance cycle. Value: Week (week)
17650
+ */
17651
+ dayKind: string;
17652
+ dayOfWeekMaintenanceTimes: outputs.rdspostgresql.InstanceMaintenanceWindowDayOfWeekMaintenanceTime[];
17653
+ }
17654
+ interface InstanceMaintenanceWindowDayOfWeekMaintenanceTime {
17655
+ /**
17656
+ * Specify maintenance days for the instance each week. Multiple selections allowed. Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: If not specified or left blank, all seven days are enabled by default.
17657
+ */
17658
+ dayOfWeek: string;
17659
+ /**
17660
+ * Start time of the maintenance window on the maintenance day. Format: HH:mmZ (UTC time). Currently, only start times between 16:00Z and 20:00Z are supported.
17661
+ */
17662
+ maintenanceWindowStartTime: string;
17663
+ /**
17664
+ * Duration of the maintenance window on the maintenance day. Minimum duration is 2 hours, maximum is 6 hours.
17665
+ */
17666
+ period: number;
17667
+ }
17668
+ interface InstanceNodeInfo {
17669
+ /**
17670
+ * Node creation time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
17671
+ */
17672
+ createTime: string;
17673
+ /**
17674
+ * Instance ID
17675
+ */
17676
+ instanceId: string;
17677
+ /**
17678
+ * Memory size, unit: GB
17679
+ */
17680
+ memory: number;
17681
+ /**
17682
+ * Node ID
17683
+ */
17684
+ nodeId: string;
17685
+ /**
17686
+ * Node specification
17687
+ */
17688
+ nodeSpec: string;
17689
+ /**
17690
+ * Node status
17691
+ */
17692
+ nodeStatus: string;
17693
+ /**
17694
+ * Node type
17695
+ */
17696
+ nodeType: string;
17697
+ /**
17698
+ * Region ID
17699
+ */
17700
+ regionId: string;
17701
+ /**
17702
+ * Node update time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
17703
+ */
17704
+ updateTime: string;
17705
+ /**
17706
+ * CPU size. For example: 1 means 1U
17707
+ */
17708
+ vcpu: number;
17709
+ /**
17710
+ * Availability zone of the node
17711
+ */
17712
+ zoneId: string;
17713
+ }
17714
+ interface InstanceTag {
17715
+ /**
17716
+ * Tag key
17717
+ */
17718
+ key: string;
17719
+ /**
17720
+ * Tag value
17721
+ */
17722
+ value: string;
17723
+ }
17724
+ }
17725
+ export declare namespace redis {
17726
+ interface GetInstanceCapacity {
17727
+ /**
17728
+ * Total memory capacity of the current instance. Unit: MiB.
17729
+ */
17730
+ total: number;
17731
+ /**
17732
+ * Used capacity of the current instance. Unit: MiB.
17733
+ */
17734
+ used: number;
17735
+ }
17736
+ interface GetInstanceConfigureNode {
17737
+ /**
17738
+ * The availability zone each node belongs to.
17739
+ */
17740
+ az: string;
17741
+ }
17742
+ interface GetInstanceInstanceShard {
17743
+ /**
17744
+ * Number of nodes in each shard
17745
+ */
17746
+ nodeNumber: number;
17747
+ /**
17748
+ * Detailed list of all Server nodes in the shard.
17749
+ */
17750
+ serverNodes: outputs.redis.GetInstanceInstanceShardServerNode[];
17751
+ /**
17752
+ * Shard ID.
17753
+ */
17754
+ shardId: string;
17755
+ }
17756
+ interface GetInstanceInstanceShardServerNode {
17757
+ /**
17758
+ * Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
17759
+ */
17760
+ currentRole: string;
17761
+ /**
17762
+ * Node ID.
17763
+ */
17764
+ nodeId: string;
17765
+ /**
17766
+ * Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
17006
17767
  */
17007
17768
  status: string;
17008
17769
  /**
@@ -17060,185 +17821,407 @@ export declare namespace redis {
17060
17821
  /**
17061
17822
  * The availability zone each node belongs to.
17062
17823
  */
17063
- az: string;
17064
- }
17065
- interface InstanceInstanceShard {
17824
+ az: string;
17825
+ }
17826
+ interface InstanceInstanceShard {
17827
+ /**
17828
+ * Number of nodes in each shard
17829
+ */
17830
+ nodeNumber: number;
17831
+ serverNodes: outputs.redis.InstanceInstanceShardServerNode[];
17832
+ /**
17833
+ * Shard ID.
17834
+ */
17835
+ shardId: string;
17836
+ }
17837
+ interface InstanceInstanceShardServerNode {
17838
+ /**
17839
+ * Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
17840
+ */
17841
+ currentRole: string;
17842
+ /**
17843
+ * Node ID.
17844
+ */
17845
+ nodeId: string;
17846
+ /**
17847
+ * Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
17848
+ */
17849
+ status: string;
17850
+ /**
17851
+ * Availability zone where the node is located.
17852
+ */
17853
+ zoneId: string;
17854
+ }
17855
+ interface InstanceTag {
17856
+ /**
17857
+ * Tag key.
17858
+ */
17859
+ key: string;
17860
+ /**
17861
+ * Tag value.
17862
+ */
17863
+ value: string;
17864
+ }
17865
+ interface InstanceVisitAddr {
17866
+ /**
17867
+ * Connection address type. Value options: Private: Private network connection address; Public: Public network connection address; DirectLink: Direct connection address.
17868
+ */
17869
+ addrType: string;
17870
+ /**
17871
+ * IP address or domain name.
17872
+ */
17873
+ address: string;
17874
+ /**
17875
+ * EIP ID bound to the instance's public address. This parameter is returned only when the connection address type (AddrType) is Public.
17876
+ */
17877
+ eipId: string;
17878
+ /**
17879
+ * Port number.
17880
+ */
17881
+ port: string;
17882
+ /**
17883
+ * IPv6 address corresponding to the connection address.
17884
+ */
17885
+ viPv6: string;
17886
+ /**
17887
+ * The IPv4 address corresponding to the connection address.
17888
+ */
17889
+ vip: string;
17890
+ }
17891
+ }
17892
+ export declare namespace storageebs {
17893
+ interface GetSnapshotTag {
17894
+ /**
17895
+ * 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.
17896
+ */
17897
+ key: string;
17898
+ /**
17899
+ * User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
17900
+ */
17901
+ value: string;
17902
+ }
17903
+ interface GetVolumeBaselinePerformance {
17904
+ /**
17905
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
17906
+ */
17907
+ iops: number;
17908
+ /**
17909
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
17910
+ */
17911
+ throughput: number;
17912
+ }
17913
+ interface GetVolumeExtraPerformance {
17914
+ /**
17915
+ * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
17916
+ */
17917
+ extraPerformanceTypeId: string;
17918
+ /**
17919
+ * Extra IOPS of the disk.
17920
+ */
17921
+ iops: number;
17922
+ /**
17923
+ * Extra throughput of the disk.
17924
+ */
17925
+ throughput: number;
17926
+ }
17927
+ interface GetVolumeTag {
17928
+ /**
17929
+ * Tag key.
17930
+ */
17931
+ key: string;
17932
+ /**
17933
+ * Tag value.
17934
+ */
17935
+ value: string;
17936
+ }
17937
+ interface GetVolumeTotalPerformance {
17938
+ /**
17939
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
17940
+ */
17941
+ iops: number;
17942
+ /**
17943
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
17944
+ */
17945
+ throughput: number;
17946
+ }
17947
+ interface SnapshotTag {
17948
+ /**
17949
+ * 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.
17950
+ */
17951
+ key: string;
17952
+ /**
17953
+ * User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
17954
+ */
17955
+ value: string;
17956
+ }
17957
+ interface VolumeBaselinePerformance {
17958
+ /**
17959
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
17960
+ */
17961
+ iops: number;
17962
+ /**
17963
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
17964
+ */
17965
+ throughput: number;
17966
+ }
17967
+ interface VolumeExtraPerformance {
17968
+ /**
17969
+ * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
17970
+ */
17971
+ extraPerformanceTypeId: string;
17972
+ /**
17973
+ * Extra IOPS of the disk.
17974
+ */
17975
+ iops: number;
17976
+ /**
17977
+ * Extra throughput of the disk.
17978
+ */
17979
+ throughput: number;
17980
+ }
17981
+ interface VolumeTag {
17982
+ /**
17983
+ * Tag key.
17984
+ */
17985
+ key: string;
17986
+ /**
17987
+ * Tag value.
17988
+ */
17989
+ value: string;
17990
+ }
17991
+ interface VolumeTotalPerformance {
17992
+ /**
17993
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
17994
+ */
17995
+ iops: number;
17996
+ /**
17997
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
17998
+ */
17999
+ throughput: number;
18000
+ }
18001
+ }
18002
+ export declare namespace tls {
18003
+ interface GetImportTaskImportSourceInfo {
18004
+ /**
18005
+ * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
18006
+ */
18007
+ kafkaSourceInfo: outputs.tls.GetImportTaskImportSourceInfoKafkaSourceInfo;
18008
+ /**
18009
+ * TOS data source information. When sourceType is tos, the TosSourceInfo field is required.
18010
+ */
18011
+ tosSourceInfo: outputs.tls.GetImportTaskImportSourceInfoTosSourceInfo;
18012
+ }
18013
+ interface GetImportTaskImportSourceInfoKafkaSourceInfo {
18014
+ /**
18015
+ * Data encoding format. Available options: UTF-8, GBK.
18016
+ */
18017
+ encode: string;
18018
+ /**
18019
+ * Kafka consumer group. If not specified, the system will automatically create a Kafka consumer group.
18020
+ */
18021
+ group: string;
18022
+ /**
18023
+ * The service addresses for different types of Kafka clusters vary. Details are as follows: Message Queue Kafka Edition: Use the access point of the Kafka instance. For more information, see Access Point. If the Kafka instance and the Log Service Project are in the same region, you can use private network access; otherwise, use public network access. Self-hosted Kafka clusters: Use the IP address and port number or the domain name and port number of the Kafka Broker. Only public network access is supported. Separate multiple service addresses with a comma (,).
18024
+ */
18025
+ host: string;
18026
+ /**
18027
+ * Starting position for data import. Options: 0: Earliest time, start importing from the first record in the specified Kafka Topic. 1: Latest time, start importing from the most recently generated record in the specified Kafka Topic.
18028
+ */
18029
+ initialOffset: number;
18030
+ /**
18031
+ * If you are using Message Queue Kafka Edition, set this to the Kafka instance ID.
18032
+ */
18033
+ instanceId: string;
18034
+ /**
18035
+ * Whether to enable authentication. If you use a public service address, it is recommended to enable authentication.
18036
+ */
18037
+ isNeedAuth: boolean;
18038
+ /**
18039
+ * Password authentication mechanism. Available options: PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512.
18040
+ */
18041
+ mechanism: string;
18042
+ /**
18043
+ * Kafka SASL user password for authentication.
18044
+ */
18045
+ password: string;
18046
+ /**
18047
+ * Secure transmission protocol. Options include plaintext, sasl*ssl, ssl, and sasl*plaintext
18048
+ */
18049
+ protocol: string;
18050
+ /**
18051
+ * Specify log time. Options: 0: Use Kafka message timestamp. 1: Use current system time.
18052
+ */
18053
+ timeSourceDefault: number;
17066
18054
  /**
17067
- * Number of nodes in each shard
18055
+ * Kafka Topic name. Separate multiple Kafka Topics with commas (,).
17068
18056
  */
17069
- nodeNumber: number;
17070
- serverNodes: outputs.redis.InstanceInstanceShardServerNode[];
18057
+ topic: string;
17071
18058
  /**
17072
- * Shard ID.
18059
+ * Kafka SASL username for authentication.
17073
18060
  */
17074
- shardId: string;
18061
+ username: string;
17075
18062
  }
17076
- interface InstanceInstanceShardServerNode {
18063
+ interface GetImportTaskImportSourceInfoTosSourceInfo {
17077
18064
  /**
17078
- * Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
18065
+ * TOS bucket name
17079
18066
  */
17080
- currentRole: string;
18067
+ bucket: string;
17081
18068
  /**
17082
- * Node ID.
18069
+ * Compression mode for data in the TOS bucket. none: No compression. snappy: Compress using snappy. gzip: Compress using gzip. lz4: Compress using lz4.
17083
18070
  */
17084
- nodeId: string;
18071
+ compressType: string;
17085
18072
  /**
17086
- * Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
18073
+ * Path of the file to be imported in the TOS bucket.
17087
18074
  */
17088
- status: string;
18075
+ prefix: string;
17089
18076
  /**
17090
- * Availability zone where the node is located.
18077
+ * Region where the TOS bucket is located. Cross-region data import is supported
17091
18078
  */
17092
- zoneId: string;
18079
+ region: string;
17093
18080
  }
17094
- interface InstanceTag {
18081
+ interface GetImportTaskTargetInfo {
17095
18082
  /**
17096
- * Tag key.
18083
+ * Log extraction rule.
17097
18084
  */
17098
- key: string;
18085
+ extractRule: outputs.tls.GetImportTaskTargetInfoExtractRule;
17099
18086
  /**
17100
- * Tag value.
18087
+ * Log sample. When LogType is set to multiline_log, you must configure log samples. It is recommended to provide more than two log entries as examples to ensure the regular expression matches the first line of each log. Use real samples from the production environment.
17101
18088
  */
17102
- value: string;
17103
- }
17104
- interface InstanceVisitAddr {
18089
+ logSample: string;
17105
18090
  /**
17106
- * Connection address type. Value options: Private: Private network connection address; Public: Public network connection address; DirectLink: Direct connection address.
18091
+ * Specify log parsing type during import. delimiter*log: CSV type. multiline*log: multiline full text type. minimalist*log: single line full text type. json*log: JSON type.
17107
18092
  */
17108
- addrType: string;
18093
+ logType: string;
17109
18094
  /**
17110
- * IP address or domain name.
18095
+ * Region.
17111
18096
  */
17112
- address: string;
18097
+ region: string;
18098
+ }
18099
+ interface GetImportTaskTargetInfoExtractRule {
17113
18100
  /**
17114
- * EIP ID bound to the instance's public address. This parameter is returned only when the connection address type (AddrType) is Public.
18101
+ * Basic content of log extraction rules.
17115
18102
  */
17116
- eipId: string;
18103
+ extractRule: outputs.tls.GetImportTaskTargetInfoExtractRuleExtractRule;
17117
18104
  /**
17118
- * Port number.
18105
+ * Number of skipped rows. Only valid when the log type is delimiterLog and the import type is tos.
17119
18106
  */
17120
- port: string;
18107
+ skipLineCount: number;
17121
18108
  /**
17122
- * IPv6 address corresponding to the connection address.
18109
+ * Time extraction regular expression, used to extract the time value from the TimeKey field and parse it as the collection time
17123
18110
  */
17124
- viPv6: string;
18111
+ timeExtractRegex: string;
17125
18112
  /**
17126
- * The IPv4 address corresponding to the connection address.
18113
+ * Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
17127
18114
  */
17128
- vip: string;
18115
+ timeZone: string;
17129
18116
  }
17130
- }
17131
- export declare namespace storageebs {
17132
- interface GetSnapshotTag {
18117
+ interface GetImportTaskTargetInfoExtractRuleExtractRule {
17133
18118
  /**
17134
- * 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.
18119
+ * Regular expression for identifying the first line of each log. The matched part is treated as the start of the log. When LogType is set to multiline_log, you must configure a log sample
17135
18120
  */
17136
- key: string;
18121
+ beginRegex: string;
17137
18122
  /**
17138
- * User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
18123
+ * Delimiter. Only valid when LogType is delimiter_log.
17139
18124
  */
17140
- value: string;
17141
- }
17142
- interface GetVolumeBaselinePerformance {
18125
+ delimiter: string;
17143
18126
  /**
17144
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18127
+ * Enable nanoseconds.
17145
18128
  */
17146
- iops: number;
18129
+ enableNanosecond: boolean;
17147
18130
  /**
17148
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18131
+ * Filter key regular expression.
17149
18132
  */
17150
- throughput: number;
17151
- }
17152
- interface GetVolumeExtraPerformance {
18133
+ filterKeyRegexes: outputs.tls.GetImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex[];
17153
18134
  /**
17154
- * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
18135
+ * List of log field names (Key). Valid only when LogType is delimiter_log. Supports up to 100 field names. Duplicate field names are not allowed, and all field names cannot be left blank
17155
18136
  */
17156
- extraPerformanceTypeId: string;
18137
+ keys: string[];
17157
18138
  /**
17158
- * Extra IOPS of the disk.
18139
+ * Log regular expression
17159
18140
  */
17160
- iops: number;
18141
+ logRegex: string;
17161
18142
  /**
17162
- * Extra throughput of the disk.
18143
+ * Log template.
17163
18144
  */
17164
- throughput: number;
17165
- }
17166
- interface GetVolumeTag {
18145
+ logTemplate: outputs.tls.GetImportTaskTargetInfoExtractRuleExtractRuleLogTemplate;
17167
18146
  /**
17168
- * Tag key.
18147
+ * Quotation mark. Content enclosed by the quotation mark will not be separated and will be parsed as a complete field. Only valid when LogType is delimiter_log.
17169
18148
  */
17170
- key: string;
18149
+ quote: string;
17171
18150
  /**
17172
- * Tag value.
18151
+ * Parsing format for the time field. If you use a specified time field in the log as the log timestamp, you must fill in TimeKey and TimeFormat. TimeKey and TimeFormat must be paired. For configuration details, see time format.
17173
18152
  */
17174
- value: string;
17175
- }
17176
- interface GetVolumeTotalPerformance {
18153
+ timeFormat: string;
17177
18154
  /**
17178
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18155
+ * Name of the log time field. If you use a specific time field in the log as the log timestamp, you must provide both TimeKey and TimeFormat. TimeKey and TimeFormat must appear in pairs
17179
18156
  */
17180
- iops: number;
18157
+ timeKey: string;
17181
18158
  /**
17182
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18159
+ * Time sample. Used to verify whether the entered time parsing format is correct
17183
18160
  */
17184
- throughput: number;
18161
+ timeSample: string;
18162
+ /**
18163
+ * When uploading logs that failed to parse, specify the key name for the failed logs. UnMatchUpLoadSwitch=true and UnMatchLogKey must be used together.
18164
+ */
18165
+ unMatchLogKey: string;
18166
+ /**
18167
+ * Whether to upload logs that failed to parse. UnMatchUpLoadSwitch=true and UnMatchLogKey must be paired. true: Upload logs that failed to parse. false: Do not upload logs that failed to parse.
18168
+ */
18169
+ unMatchUpLoadSwitch: boolean;
17185
18170
  }
17186
- interface SnapshotTag {
18171
+ interface GetImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex {
17187
18172
  /**
17188
- * 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.
18173
+ * Key.
17189
18174
  */
17190
18175
  key: string;
17191
18176
  /**
17192
- * User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
18177
+ * Regular expression.
17193
18178
  */
17194
- value: string;
18179
+ regex: string;
17195
18180
  }
17196
- interface VolumeBaselinePerformance {
18181
+ interface GetImportTaskTargetInfoExtractRuleExtractRuleLogTemplate {
17197
18182
  /**
17198
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18183
+ * Format.
17199
18184
  */
17200
- iops: number;
18185
+ format: string;
17201
18186
  /**
17202
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18187
+ * Type
17203
18188
  */
17204
- throughput: number;
18189
+ type: string;
17205
18190
  }
17206
- interface VolumeExtraPerformance {
18191
+ interface GetImportTaskTaskStatistics {
17207
18192
  /**
17208
- * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
18193
+ * Total resource bytes enumerated
17209
18194
  */
17210
- extraPerformanceTypeId: string;
18195
+ bytesTotal: number;
17211
18196
  /**
17212
- * Extra IOPS of the disk.
18197
+ * Bytes transferred.
17213
18198
  */
17214
- iops: number;
18199
+ bytesTransferred: number;
17215
18200
  /**
17216
- * Extra throughput of the disk.
18201
+ * Number of resources failed to import.
17217
18202
  */
17218
- throughput: number;
17219
- }
17220
- interface VolumeTag {
18203
+ failed: number;
17221
18204
  /**
17222
- * Tag key.
18205
+ * Number of resources not found.
17223
18206
  */
17224
- key: string;
18207
+ notExist: number;
17225
18208
  /**
17226
- * Tag value.
18209
+ * Number of resources skipped during import
17227
18210
  */
17228
- value: string;
17229
- }
17230
- interface VolumeTotalPerformance {
18211
+ skipped: number;
17231
18212
  /**
17232
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18213
+ * Task status. Status of the import task. Preparing: Preparing for import. Importing: Importing data. Success: Import completed successfully. Failed: Import failed. Stopped: Import paused.
17233
18214
  */
17234
- iops: number;
18215
+ taskStatus: string;
17235
18216
  /**
17236
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18217
+ * Total number of resources enumerated.
17237
18218
  */
17238
- throughput: number;
18219
+ total: number;
18220
+ /**
18221
+ * Number of records transferred.
18222
+ */
18223
+ transferred: number;
17239
18224
  }
17240
- }
17241
- export declare namespace tls {
17242
18225
  interface GetIndexFullText {
17243
18226
  /**
17244
18227
  * Case sensitivity. true: Case sensitive. false: Not case sensitive.
@@ -17441,39 +18424,258 @@ export declare namespace tls {
17441
18424
  /**
17442
18425
  * Tag key
17443
18426
  */
17444
- key: string;
18427
+ key: string;
18428
+ /**
18429
+ * Tag value
18430
+ */
18431
+ value: string;
18432
+ }
18433
+ interface GetScheduleSqlTaskRequestCycle {
18434
+ /**
18435
+ * Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
18436
+ */
18437
+ cronTab: string;
18438
+ /**
18439
+ * If Type is set to Cron, you must also set the time zone.
18440
+ */
18441
+ cronTimeZone: string;
18442
+ /**
18443
+ * Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
18444
+ */
18445
+ time: number;
18446
+ /**
18447
+ * Scheduling period type. Options: Period, Fixed, Cron.
18448
+ */
18449
+ type: string;
18450
+ }
18451
+ interface GetTopicTag {
18452
+ /**
18453
+ * User tag key.
18454
+ */
18455
+ key: string;
18456
+ /**
18457
+ * User tag value.
18458
+ */
18459
+ value: string;
18460
+ }
18461
+ interface ImportTaskImportSourceInfo {
18462
+ /**
18463
+ * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
18464
+ */
18465
+ kafkaSourceInfo: outputs.tls.ImportTaskImportSourceInfoKafkaSourceInfo;
18466
+ /**
18467
+ * TOS data source information. When sourceType is tos, the TosSourceInfo field is required.
18468
+ */
18469
+ tosSourceInfo: outputs.tls.ImportTaskImportSourceInfoTosSourceInfo;
18470
+ }
18471
+ interface ImportTaskImportSourceInfoKafkaSourceInfo {
18472
+ /**
18473
+ * Data encoding format. Available options: UTF-8, GBK.
18474
+ */
18475
+ encode: string;
18476
+ /**
18477
+ * Kafka consumer group. If not specified, the system will automatically create a Kafka consumer group.
18478
+ */
18479
+ group: string;
18480
+ /**
18481
+ * The service addresses for different types of Kafka clusters vary. Details are as follows: Message Queue Kafka Edition: Use the access point of the Kafka instance. For more information, see Access Point. If the Kafka instance and the Log Service Project are in the same region, you can use private network access; otherwise, use public network access. Self-hosted Kafka clusters: Use the IP address and port number or the domain name and port number of the Kafka Broker. Only public network access is supported. Separate multiple service addresses with a comma (,).
18482
+ */
18483
+ host: string;
18484
+ /**
18485
+ * Starting position for data import. Options: 0: Earliest time, start importing from the first record in the specified Kafka Topic. 1: Latest time, start importing from the most recently generated record in the specified Kafka Topic.
18486
+ */
18487
+ initialOffset: number;
18488
+ /**
18489
+ * If you are using Message Queue Kafka Edition, set this to the Kafka instance ID.
18490
+ */
18491
+ instanceId: string;
18492
+ /**
18493
+ * Whether to enable authentication. If you use a public service address, it is recommended to enable authentication.
18494
+ */
18495
+ isNeedAuth: boolean;
18496
+ /**
18497
+ * Password authentication mechanism. Available options: PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512.
18498
+ */
18499
+ mechanism: string;
18500
+ /**
18501
+ * Kafka SASL user password for authentication.
18502
+ */
18503
+ password: string;
18504
+ /**
18505
+ * Secure transmission protocol. Options include plaintext, sasl*ssl, ssl, and sasl*plaintext
18506
+ */
18507
+ protocol: string;
18508
+ /**
18509
+ * Specify log time. Options: 0: Use Kafka message timestamp. 1: Use current system time.
18510
+ */
18511
+ timeSourceDefault: number;
18512
+ /**
18513
+ * Kafka Topic name. Separate multiple Kafka Topics with commas (,).
18514
+ */
18515
+ topic: string;
18516
+ /**
18517
+ * Kafka SASL username for authentication.
18518
+ */
18519
+ username: string;
18520
+ }
18521
+ interface ImportTaskImportSourceInfoTosSourceInfo {
18522
+ /**
18523
+ * TOS bucket name
18524
+ */
18525
+ bucket: string;
18526
+ /**
18527
+ * Compression mode for data in the TOS bucket. none: No compression. snappy: Compress using snappy. gzip: Compress using gzip. lz4: Compress using lz4.
18528
+ */
18529
+ compressType: string;
18530
+ /**
18531
+ * Path of the file to be imported in the TOS bucket.
18532
+ */
18533
+ prefix: string;
18534
+ /**
18535
+ * Region where the TOS bucket is located. Cross-region data import is supported
18536
+ */
18537
+ region: string;
18538
+ }
18539
+ interface ImportTaskTargetInfo {
18540
+ /**
18541
+ * Log extraction rule.
18542
+ */
18543
+ extractRule: outputs.tls.ImportTaskTargetInfoExtractRule;
18544
+ /**
18545
+ * Log sample. When LogType is set to multiline_log, you must configure log samples. It is recommended to provide more than two log entries as examples to ensure the regular expression matches the first line of each log. Use real samples from the production environment.
18546
+ */
18547
+ logSample: string;
18548
+ /**
18549
+ * Specify log parsing type during import. delimiter*log: CSV type. multiline*log: multiline full text type. minimalist*log: single line full text type. json*log: JSON type.
18550
+ */
18551
+ logType: string;
18552
+ /**
18553
+ * Region.
18554
+ */
18555
+ region: string;
18556
+ }
18557
+ interface ImportTaskTargetInfoExtractRule {
18558
+ /**
18559
+ * Basic content of log extraction rules.
18560
+ */
18561
+ extractRule: outputs.tls.ImportTaskTargetInfoExtractRuleExtractRule;
18562
+ /**
18563
+ * Number of skipped rows. Only valid when the log type is delimiterLog and the import type is tos.
18564
+ */
18565
+ skipLineCount: number;
18566
+ /**
18567
+ * Time extraction regular expression, used to extract the time value from the TimeKey field and parse it as the collection time
18568
+ */
18569
+ timeExtractRegex: string;
18570
+ /**
18571
+ * Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
18572
+ */
18573
+ timeZone: string;
18574
+ }
18575
+ interface ImportTaskTargetInfoExtractRuleExtractRule {
18576
+ /**
18577
+ * Regular expression for identifying the first line of each log. The matched part is treated as the start of the log. When LogType is set to multiline_log, you must configure a log sample
18578
+ */
18579
+ beginRegex: string;
18580
+ /**
18581
+ * Delimiter. Only valid when LogType is delimiter_log.
18582
+ */
18583
+ delimiter: string;
18584
+ /**
18585
+ * Enable nanoseconds.
18586
+ */
18587
+ enableNanosecond: boolean;
18588
+ filterKeyRegexes: outputs.tls.ImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex[];
18589
+ /**
18590
+ * List of log field names (Key). Valid only when LogType is delimiter_log. Supports up to 100 field names. Duplicate field names are not allowed, and all field names cannot be left blank
18591
+ */
18592
+ keys: string[];
18593
+ /**
18594
+ * Log regular expression
18595
+ */
18596
+ logRegex: string;
18597
+ /**
18598
+ * Log template.
18599
+ */
18600
+ logTemplate: outputs.tls.ImportTaskTargetInfoExtractRuleExtractRuleLogTemplate;
18601
+ /**
18602
+ * Quotation mark. Content enclosed by the quotation mark will not be separated and will be parsed as a complete field. Only valid when LogType is delimiter_log.
18603
+ */
18604
+ quote: string;
18605
+ /**
18606
+ * Parsing format for the time field. If you use a specified time field in the log as the log timestamp, you must fill in TimeKey and TimeFormat. TimeKey and TimeFormat must be paired. For configuration details, see time format.
18607
+ */
18608
+ timeFormat: string;
18609
+ /**
18610
+ * Name of the log time field. If you use a specific time field in the log as the log timestamp, you must provide both TimeKey and TimeFormat. TimeKey and TimeFormat must appear in pairs
18611
+ */
18612
+ timeKey: string;
18613
+ /**
18614
+ * Time sample. Used to verify whether the entered time parsing format is correct
18615
+ */
18616
+ timeSample: string;
18617
+ /**
18618
+ * When uploading logs that failed to parse, specify the key name for the failed logs. UnMatchUpLoadSwitch=true and UnMatchLogKey must be used together.
18619
+ */
18620
+ unMatchLogKey: string;
18621
+ /**
18622
+ * Whether to upload logs that failed to parse. UnMatchUpLoadSwitch=true and UnMatchLogKey must be paired. true: Upload logs that failed to parse. false: Do not upload logs that failed to parse.
18623
+ */
18624
+ unMatchUpLoadSwitch: boolean;
18625
+ }
18626
+ interface ImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex {
18627
+ /**
18628
+ * Key.
18629
+ */
18630
+ key: string;
18631
+ /**
18632
+ * Regular expression.
18633
+ */
18634
+ regex: string;
18635
+ }
18636
+ interface ImportTaskTargetInfoExtractRuleExtractRuleLogTemplate {
18637
+ /**
18638
+ * Format.
18639
+ */
18640
+ format: string;
18641
+ /**
18642
+ * Type
18643
+ */
18644
+ type: string;
18645
+ }
18646
+ interface ImportTaskTaskStatistics {
18647
+ /**
18648
+ * Total resource bytes enumerated
18649
+ */
18650
+ bytesTotal: number;
17445
18651
  /**
17446
- * Tag value
18652
+ * Bytes transferred.
17447
18653
  */
17448
- value: string;
17449
- }
17450
- interface GetScheduleSqlTaskRequestCycle {
18654
+ bytesTransferred: number;
17451
18655
  /**
17452
- * Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
18656
+ * Number of resources failed to import.
17453
18657
  */
17454
- cronTab: string;
18658
+ failed: number;
17455
18659
  /**
17456
- * If Type is set to Cron, you must also set the time zone.
18660
+ * Number of resources not found.
17457
18661
  */
17458
- cronTimeZone: string;
18662
+ notExist: number;
17459
18663
  /**
17460
- * Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
18664
+ * Number of resources skipped during import
17461
18665
  */
17462
- time: number;
18666
+ skipped: number;
17463
18667
  /**
17464
- * Scheduling period type. Options: Period, Fixed, Cron.
18668
+ * Task status. Status of the import task. Preparing: Preparing for import. Importing: Importing data. Success: Import completed successfully. Failed: Import failed. Stopped: Import paused.
17465
18669
  */
17466
- type: string;
17467
- }
17468
- interface GetTopicTag {
18670
+ taskStatus: string;
17469
18671
  /**
17470
- * User tag key.
18672
+ * Total number of resources enumerated.
17471
18673
  */
17472
- key: string;
18674
+ total: number;
17473
18675
  /**
17474
- * User tag value.
18676
+ * Number of records transferred.
17475
18677
  */
17476
- value: string;
18678
+ transferred: number;
17477
18679
  }
17478
18680
  interface IndexFullText {
17479
18681
  /**
@@ -17549,6 +18751,18 @@ export declare namespace tls {
17549
18751
  * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
17550
18752
  */
17551
18753
  autoIndexFlag: boolean;
18754
+ /**
18755
+ * Whether to distinguish case. Default is false.
18756
+ */
18757
+ caseSensitive: boolean;
18758
+ /**
18759
+ * Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
18760
+ */
18761
+ delimiter: string;
18762
+ /**
18763
+ * When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
18764
+ */
18765
+ includeChinese: boolean;
17552
18766
  /**
17553
18767
  * Create indexes for all fields with text values in the JSON field.
17554
18768
  */
@@ -17626,6 +18840,18 @@ export declare namespace tls {
17626
18840
  * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
17627
18841
  */
17628
18842
  autoIndexFlag: boolean;
18843
+ /**
18844
+ * Whether to distinguish case. Default is false.
18845
+ */
18846
+ caseSensitive: boolean;
18847
+ /**
18848
+ * Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
18849
+ */
18850
+ delimiter: string;
18851
+ /**
18852
+ * When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
18853
+ */
18854
+ includeChinese: boolean;
17629
18855
  /**
17630
18856
  * Create indexes for all fields with text values in the JSON field.
17631
18857
  */
@@ -17967,6 +19193,14 @@ export declare namespace vedbm {
17967
19193
  * Instance ID.
17968
19194
  */
17969
19195
  instanceId: string;
19196
+ /**
19197
+ * Instance name.
19198
+ */
19199
+ instanceName: string;
19200
+ /**
19201
+ * Instance VPC ID.
19202
+ */
19203
+ vpc: string;
17970
19204
  }
17971
19205
  interface DatabaseDatabasesPrivilege {
17972
19206
  /**
@@ -17982,6 +19216,58 @@ export declare namespace vedbm {
17982
19216
  */
17983
19217
  accountPrivilegeDetails: string[];
17984
19218
  }
19219
+ interface EndpointPrivateAddresses {
19220
+ /**
19221
+ * Resolution method, fixed as false
19222
+ */
19223
+ dnsVisibility: boolean;
19224
+ /**
19225
+ * Instance intranet access domain name
19226
+ */
19227
+ domain: string;
19228
+ /**
19229
+ * Public network ID
19230
+ */
19231
+ eipId: string;
19232
+ /**
19233
+ * IP address
19234
+ */
19235
+ ipAddress: string;
19236
+ /**
19237
+ * Network type
19238
+ */
19239
+ networkType: string;
19240
+ /**
19241
+ * Subnet ID
19242
+ */
19243
+ subnetId: string;
19244
+ }
19245
+ interface EndpointPublicAddresses {
19246
+ /**
19247
+ * Resolution method, fixed as false
19248
+ */
19249
+ dnsVisibility: boolean;
19250
+ /**
19251
+ * Instance intranet access domain name
19252
+ */
19253
+ domain: string;
19254
+ /**
19255
+ * Public network ID
19256
+ */
19257
+ eipId: string;
19258
+ /**
19259
+ * IP address
19260
+ */
19261
+ ipAddress: string;
19262
+ /**
19263
+ * Network type
19264
+ */
19265
+ networkType: string;
19266
+ /**
19267
+ * Subnet ID
19268
+ */
19269
+ subnetId: string;
19270
+ }
17985
19271
  interface GetAllowListAssociatedInstance {
17986
19272
  /**
17987
19273
  * Instance ID.
@@ -18010,6 +19296,58 @@ export declare namespace vedbm {
18010
19296
  */
18011
19297
  accountPrivilegeDetails: string[];
18012
19298
  }
19299
+ interface GetEndpointPrivateAddresses {
19300
+ /**
19301
+ * Resolution method, fixed as false
19302
+ */
19303
+ dnsVisibility: boolean;
19304
+ /**
19305
+ * Instance intranet access domain name
19306
+ */
19307
+ domain: string;
19308
+ /**
19309
+ * Public network ID
19310
+ */
19311
+ eipId: string;
19312
+ /**
19313
+ * IP address
19314
+ */
19315
+ ipAddress: string;
19316
+ /**
19317
+ * Network type
19318
+ */
19319
+ networkType: string;
19320
+ /**
19321
+ * Subnet ID
19322
+ */
19323
+ subnetId: string;
19324
+ }
19325
+ interface GetEndpointPublicAddresses {
19326
+ /**
19327
+ * Resolution method, fixed as false
19328
+ */
19329
+ dnsVisibility: boolean;
19330
+ /**
19331
+ * Instance intranet access domain name
19332
+ */
19333
+ domain: string;
19334
+ /**
19335
+ * Public network ID
19336
+ */
19337
+ eipId: string;
19338
+ /**
19339
+ * IP address
19340
+ */
19341
+ ipAddress: string;
19342
+ /**
19343
+ * Network type
19344
+ */
19345
+ networkType: string;
19346
+ /**
19347
+ * Subnet ID
19348
+ */
19349
+ subnetId: string;
19350
+ }
18013
19351
  interface GetInstanceChargeDetail {
18014
19352
  /**
18015
19353
  * Whether to enable auto-renewal in prepaid scenarios. Values: true: auto-renewal. false: no auto-renewal.
@@ -18332,10 +19670,30 @@ export declare namespace vedbm {
18332
19670
  * Node failover priority. Range: 0~15. Higher values indicate higher priority
18333
19671
  */
18334
19672
  failoverPriority: number;
19673
+ /**
19674
+ * Memory size, in GiB.
19675
+ */
19676
+ memory: number;
19677
+ /**
19678
+ * Node ID
19679
+ */
19680
+ nodeId: string;
19681
+ /**
19682
+ * Node specification.
19683
+ */
19684
+ nodeSpec: string;
18335
19685
  /**
18336
19686
  * Node type. Values: Primary: primary node. ReadOnly: read-only node.
18337
19687
  */
18338
19688
  nodeType: string;
19689
+ /**
19690
+ * CPU size. For example, a value of 1 indicates a CPU size of 1U.
19691
+ */
19692
+ vCpu: number;
19693
+ /**
19694
+ * Availability zone ID
19695
+ */
19696
+ zoneId: string;
18339
19697
  }
18340
19698
  interface InstanceTag {
18341
19699
  /**
@@ -21413,6 +22771,122 @@ export declare namespace vke {
21413
22771
  }
21414
22772
  }
21415
22773
  export declare namespace vmp {
22774
+ interface AlertingRuleAnnotation {
22775
+ /**
22776
+ * Tag or annotation key
22777
+ */
22778
+ name: string;
22779
+ /**
22780
+ * Tag or annotation value. If set to empty, the key will be deleted
22781
+ */
22782
+ value: string;
22783
+ }
22784
+ interface AlertingRuleLabel {
22785
+ /**
22786
+ * Tag or annotation key
22787
+ */
22788
+ name: string;
22789
+ /**
22790
+ * Tag or annotation value. If set to empty, the key will be deleted
22791
+ */
22792
+ value: string;
22793
+ }
22794
+ interface AlertingRuleLevel {
22795
+ /**
22796
+ * Alert rule comparison condition. Options: >, >=, <, <=, ==, !=
22797
+ */
22798
+ comparator: string;
22799
+ /**
22800
+ * Alert duration. Possible values: 0s, 1m, 2m, 5m, 10m
22801
+ */
22802
+ for: string;
22803
+ /**
22804
+ * Alert rule severity. Currently supports P0, P1, or P2
22805
+ */
22806
+ level: string;
22807
+ /**
22808
+ * Alert rule threshold
22809
+ */
22810
+ threshold: number;
22811
+ }
22812
+ interface AlertingRuleQuery {
22813
+ /**
22814
+ * Query statement
22815
+ */
22816
+ promQl: string;
22817
+ /**
22818
+ * Workspace ID
22819
+ */
22820
+ workspaceId: string;
22821
+ }
22822
+ interface AlertingRuleTag {
22823
+ /**
22824
+ * Tag or annotation key
22825
+ */
22826
+ key: string;
22827
+ /**
22828
+ * Tag or annotation value. If set to empty, the key will be deleted
22829
+ */
22830
+ value: string;
22831
+ }
22832
+ interface GetAlertingRuleAnnotation {
22833
+ /**
22834
+ * Tag or annotation key
22835
+ */
22836
+ name: string;
22837
+ /**
22838
+ * Tag or annotation value. If set to empty, the key will be deleted
22839
+ */
22840
+ value: string;
22841
+ }
22842
+ interface GetAlertingRuleLabel {
22843
+ /**
22844
+ * Tag or annotation key
22845
+ */
22846
+ name: string;
22847
+ /**
22848
+ * Tag or annotation value. If set to empty, the key will be deleted
22849
+ */
22850
+ value: string;
22851
+ }
22852
+ interface GetAlertingRuleLevel {
22853
+ /**
22854
+ * Alert rule comparison condition. Options: >, >=, <, <=, ==, !=
22855
+ */
22856
+ comparator: string;
22857
+ /**
22858
+ * Alert duration. Possible values: 0s, 1m, 2m, 5m, 10m
22859
+ */
22860
+ for: string;
22861
+ /**
22862
+ * Alert rule severity. Currently supports P0, P1, or P2
22863
+ */
22864
+ level: string;
22865
+ /**
22866
+ * Alert rule threshold
22867
+ */
22868
+ threshold: number;
22869
+ }
22870
+ interface GetAlertingRuleQuery {
22871
+ /**
22872
+ * Query statement
22873
+ */
22874
+ promQl: string;
22875
+ /**
22876
+ * Workspace ID
22877
+ */
22878
+ workspaceId: string;
22879
+ }
22880
+ interface GetAlertingRuleTag {
22881
+ /**
22882
+ * Tag or annotation key
22883
+ */
22884
+ key: string;
22885
+ /**
22886
+ * Tag or annotation value. If set to empty, the key will be deleted
22887
+ */
22888
+ value: string;
22889
+ }
21416
22890
  interface GetWorkspaceInstanceType {
21417
22891
  /**
21418
22892
  * Maximum active time series count
@@ -23482,6 +24956,10 @@ export declare namespace vpn {
23482
24956
  value: string;
23483
24957
  }
23484
24958
  interface VpnConnectionTunnelOption {
24959
+ /**
24960
+ * IPsec tunnel status. ike*sa*negotiation*failed: Phase one negotiation failed; nike*sa*negotiation*completed: Phase one negotiation succeeded; nipsec*sa*negotiation*failed: Phase two negotiation failed; nipsec*sa*negotiation*completed: Phase two negotiation succeeded.
24961
+ */
24962
+ connectStatus: string;
23485
24963
  /**
23486
24964
  * ID of the customer gateway associated with the IPsec connection.
23487
24965
  */
@@ -23572,10 +25050,30 @@ export declare namespace vpn {
23572
25050
  lifetime: number;
23573
25051
  }
23574
25052
  interface VpnConnectionTunnelOptionTunnelBgpInfo {
25053
+ /**
25054
+ * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
25055
+ */
25056
+ enableBgp: boolean;
25057
+ /**
25058
+ * The ASN of the VPN gateway.
25059
+ */
25060
+ localAsn: number;
23575
25061
  /**
23576
25062
  * BGP address. Defaults to the first host address of TunnelOptions.N.BGPConfig.TunnelCidr. This address must be an IP address within the IPsec tunnel CIDR block. If EnableTunnelsBgp is set to true, this parameter must be specified.
23577
25063
  */
23578
25064
  localBgpIp: string;
25065
+ /**
25066
+ * ASN of the customer gateway.
25067
+ */
25068
+ peerAsn: number;
25069
+ /**
25070
+ * BGP peer IP, that is, the BGP address on the customer gateway side.
25071
+ */
25072
+ peerBgpIp: string;
25073
+ /**
25074
+ * Status of the BGP connection. Up: BGP connection is normal. Down: BGP connection is not working.
25075
+ */
25076
+ sessionStatus: string;
23579
25077
  /**
23580
25078
  * The CIDR address range for the local and peer IPs of the BGP session. This range must be within the 169.254.0.0/16 subnet with a subnet mask length of 30. If EnableTunnelsBgp is set to true, this parameter must be provided.
23581
25079
  */