@volcengine/pulumi-volcenginecc 0.0.29 → 0.0.31

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 (127) 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/getOidcProvider.d.ts +72 -0
  22. package/iam/getOidcProvider.js +28 -0
  23. package/iam/getOidcProvider.js.map +1 -0
  24. package/iam/getOidcProviders.d.ts +22 -0
  25. package/iam/getOidcProviders.js +24 -0
  26. package/iam/getOidcProviders.js.map +1 -0
  27. package/iam/getSamlProvider.d.ts +38 -0
  28. package/iam/getSamlProvider.js +28 -0
  29. package/iam/getSamlProvider.js.map +1 -0
  30. package/iam/getSamlProviders.d.ts +22 -0
  31. package/iam/getSamlProviders.js +24 -0
  32. package/iam/getSamlProviders.js.map +1 -0
  33. package/iam/index.d.ts +18 -0
  34. package/iam/index.js +23 -1
  35. package/iam/index.js.map +1 -1
  36. package/iam/oidcProvider.d.ts +160 -0
  37. package/iam/oidcProvider.js +105 -0
  38. package/iam/oidcProvider.js.map +1 -0
  39. package/iam/samlProvider.d.ts +156 -0
  40. package/iam/samlProvider.js +100 -0
  41. package/iam/samlProvider.js.map +1 -0
  42. package/mongodb/getInstance.d.ts +1 -1
  43. package/mongodb/instance.d.ts +3 -3
  44. package/package.json +1 -1
  45. package/privatelink/getVpcEndpoint.d.ts +137 -0
  46. package/privatelink/getVpcEndpoint.js +28 -0
  47. package/privatelink/getVpcEndpoint.js.map +1 -0
  48. package/privatelink/getVpcEndpoints.d.ts +22 -0
  49. package/privatelink/getVpcEndpoints.js +24 -0
  50. package/privatelink/getVpcEndpoints.js.map +1 -0
  51. package/privatelink/index.d.ts +9 -0
  52. package/privatelink/index.js +12 -1
  53. package/privatelink/index.js.map +1 -1
  54. package/privatelink/vpcEndpoint.d.ts +277 -0
  55. package/privatelink/vpcEndpoint.js +106 -0
  56. package/privatelink/vpcEndpoint.js.map +1 -0
  57. package/rdspostgresql/getInstance.d.ts +153 -0
  58. package/rdspostgresql/getInstance.js +28 -0
  59. package/rdspostgresql/getInstance.js.map +1 -0
  60. package/rdspostgresql/getInstances.d.ts +22 -0
  61. package/rdspostgresql/getInstances.js +24 -0
  62. package/rdspostgresql/getInstances.js.map +1 -0
  63. package/rdspostgresql/index.d.ts +9 -0
  64. package/rdspostgresql/index.js +12 -1
  65. package/rdspostgresql/index.js.map +1 -1
  66. package/rdspostgresql/instance.d.ts +303 -0
  67. package/rdspostgresql/instance.js +132 -0
  68. package/rdspostgresql/instance.js.map +1 -0
  69. package/tls/consumerGroup.d.ts +128 -0
  70. package/tls/consumerGroup.js +98 -0
  71. package/tls/consumerGroup.js.map +1 -0
  72. package/tls/getConsumerGroup.d.ts +60 -0
  73. package/tls/getConsumerGroup.js +28 -0
  74. package/tls/getConsumerGroup.js.map +1 -0
  75. package/tls/getConsumerGroups.d.ts +22 -0
  76. package/tls/getConsumerGroups.js +24 -0
  77. package/tls/getConsumerGroups.js.map +1 -0
  78. package/tls/getImportTask.d.ts +89 -0
  79. package/tls/getImportTask.js +28 -0
  80. package/tls/getImportTask.js.map +1 -0
  81. package/tls/getImportTasks.d.ts +22 -0
  82. package/tls/getImportTasks.js +24 -0
  83. package/tls/getImportTasks.js.map +1 -0
  84. package/tls/importTask.d.ts +183 -0
  85. package/tls/importTask.js +97 -0
  86. package/tls/importTask.js.map +1 -0
  87. package/tls/index.d.ts +18 -0
  88. package/tls/index.js +23 -1
  89. package/tls/index.js.map +1 -1
  90. package/types/input.d.ts +908 -93
  91. package/types/output.d.ts +1652 -146
  92. package/vedbm/endpoint.d.ts +247 -0
  93. package/vedbm/endpoint.js +93 -0
  94. package/vedbm/endpoint.js.map +1 -0
  95. package/vedbm/getEndpoint.d.ts +105 -0
  96. package/vedbm/getEndpoint.js +28 -0
  97. package/vedbm/getEndpoint.js.map +1 -0
  98. package/vedbm/getEndpoints.d.ts +22 -0
  99. package/vedbm/getEndpoints.js +24 -0
  100. package/vedbm/getEndpoints.js.map +1 -0
  101. package/vedbm/index.d.ts +9 -0
  102. package/vedbm/index.js +12 -1
  103. package/vedbm/index.js.map +1 -1
  104. package/vefaas/getTimer.d.ts +80 -0
  105. package/vefaas/getTimer.js +28 -0
  106. package/vefaas/getTimer.js.map +1 -0
  107. package/vefaas/getTimers.d.ts +22 -0
  108. package/vefaas/getTimers.js +24 -0
  109. package/vefaas/getTimers.js.map +1 -0
  110. package/vefaas/index.d.ts +9 -0
  111. package/vefaas/index.js +12 -1
  112. package/vefaas/index.js.map +1 -1
  113. package/vefaas/timer.d.ts +183 -0
  114. package/vefaas/timer.js +96 -0
  115. package/vefaas/timer.js.map +1 -0
  116. package/vmp/alertingRule.d.ts +167 -0
  117. package/vmp/alertingRule.js +90 -0
  118. package/vmp/alertingRule.js.map +1 -0
  119. package/vmp/getAlertingRule.d.ts +93 -0
  120. package/vmp/getAlertingRule.js +28 -0
  121. package/vmp/getAlertingRule.js.map +1 -0
  122. package/vmp/getAlertingRules.d.ts +22 -0
  123. package/vmp/getAlertingRules.js +24 -0
  124. package/vmp/getAlertingRules.js.map +1 -0
  125. package/vmp/index.d.ts +9 -0
  126. package/vmp/index.js +12 -1
  127. 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
  /**
@@ -7923,6 +7955,16 @@ export declare namespace cdn {
7923
7955
  }
7924
7956
  }
7925
7957
  export declare namespace cen {
7958
+ interface BandwidthPackageTag {
7959
+ /**
7960
+ * 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.
7961
+ */
7962
+ key: string;
7963
+ /**
7964
+ * 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.
7965
+ */
7966
+ value: string;
7967
+ }
7926
7968
  interface CenInstance {
7927
7969
  /**
7928
7970
  * Network instance ID
@@ -7951,6 +7993,16 @@ export declare namespace cen {
7951
7993
  */
7952
7994
  value: string;
7953
7995
  }
7996
+ interface GetBandwidthPackageTag {
7997
+ /**
7998
+ * 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.
7999
+ */
8000
+ key: string;
8001
+ /**
8002
+ * 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.
8003
+ */
8004
+ value: string;
8005
+ }
7954
8006
  interface GetCenInstance {
7955
8007
  /**
7956
8008
  * CEN instance ID
@@ -8113,6 +8165,28 @@ export declare namespace clb {
8113
8165
  */
8114
8166
  eniId: string;
8115
8167
  }
8168
+ interface ClbIpv6AddressBandwidth {
8169
+ /**
8170
+ * Peak bandwidth of IPv6 public bandwidth, in Mbps
8171
+ */
8172
+ bandwidth: number;
8173
+ /**
8174
+ * Shared bandwidth package ID associated with IPv6 public bandwidth
8175
+ */
8176
+ bandwidthPackageId: string;
8177
+ /**
8178
+ * Billing type for IPv6 public bandwidth
8179
+ */
8180
+ billingType: number;
8181
+ /**
8182
+ * Line type of IPv6 public bandwidth
8183
+ */
8184
+ isp: string;
8185
+ /**
8186
+ * Network type of the load balancer instance's IPv6 address
8187
+ */
8188
+ networkType: string;
8189
+ }
8116
8190
  interface ClbListener {
8117
8191
  /**
8118
8192
  * Listener ID
@@ -8263,6 +8337,28 @@ export declare namespace clb {
8263
8337
  */
8264
8338
  eniId: string;
8265
8339
  }
8340
+ interface GetClbIpv6AddressBandwidth {
8341
+ /**
8342
+ * Peak bandwidth of IPv6 public bandwidth, in Mbps
8343
+ */
8344
+ bandwidth: number;
8345
+ /**
8346
+ * Shared bandwidth package ID associated with IPv6 public bandwidth
8347
+ */
8348
+ bandwidthPackageId: string;
8349
+ /**
8350
+ * Billing type for IPv6 public bandwidth
8351
+ */
8352
+ billingType: number;
8353
+ /**
8354
+ * Line type of IPv6 public bandwidth
8355
+ */
8356
+ isp: string;
8357
+ /**
8358
+ * Network type of the load balancer instance's IPv6 address
8359
+ */
8360
+ networkType: string;
8361
+ }
8266
8362
  interface GetClbListener {
8267
8363
  /**
8268
8364
  * Listener ID
@@ -9401,6 +9497,10 @@ export declare namespace cloudmonitor {
9401
9497
  * 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.
9402
9498
  */
9403
9499
  comparisonOperator: string;
9500
+ /**
9501
+ * Metric display name.
9502
+ */
9503
+ displayName: string;
9404
9504
  /**
9405
9505
  * Monitoring metric name. For details, see MetricName for each product in Cloud Monitoring Metric Query.
9406
9506
  */
@@ -10883,6 +10983,18 @@ export declare namespace ecs {
10883
10983
  * The number of IPv6 addresses for the instance.
10884
10984
  */
10885
10985
  ipv6AddressCount: number;
10986
+ /**
10987
+ * IPv6 address of the instance.
10988
+ */
10989
+ ipv6Addresses: string[];
10990
+ /**
10991
+ * Instance MAC address.
10992
+ */
10993
+ macAddress: string;
10994
+ /**
10995
+ * The network interface ID of the instance.
10996
+ */
10997
+ networkInterfaceId: string;
10886
10998
  /**
10887
10999
  * Instance primary IP address
10888
11000
  */
@@ -10899,6 +11011,10 @@ export declare namespace ecs {
10899
11011
  * Instance subnet ID.
10900
11012
  */
10901
11013
  subnetId: string;
11014
+ /**
11015
+ * VPC ID of the instance.
11016
+ */
11017
+ vpcId: string;
10902
11018
  }
10903
11019
  interface InstanceSystemVolume {
10904
11020
  /**
@@ -14081,6 +14197,48 @@ export declare namespace iam {
14081
14197
  */
14082
14198
  value: string;
14083
14199
  }
14200
+ interface GetSamlProviderCertificate {
14201
+ /**
14202
+ * Certificate ID
14203
+ */
14204
+ certificateId: string;
14205
+ /**
14206
+ * Certificate Upload Time
14207
+ */
14208
+ createDate: string;
14209
+ /**
14210
+ * Certificate Authority
14211
+ */
14212
+ issuer: string;
14213
+ /**
14214
+ * Certificate Expiration Time
14215
+ */
14216
+ notAfter: string;
14217
+ /**
14218
+ * Certificate Validity Period
14219
+ */
14220
+ notBefore: string;
14221
+ /**
14222
+ * Certificate Serial Number
14223
+ */
14224
+ serialNumber: string;
14225
+ /**
14226
+ * Certificate Signature Algorithm
14227
+ */
14228
+ signatureAlgorithm: string;
14229
+ /**
14230
+ * Certificate Subject
14231
+ */
14232
+ subject: string;
14233
+ /**
14234
+ * Certificate Update Time
14235
+ */
14236
+ updateDate: string;
14237
+ /**
14238
+ * Certificate Version
14239
+ */
14240
+ version: string;
14241
+ }
14084
14242
  interface GetUserAccessKey {
14085
14243
  /**
14086
14244
  * Access key ID.
@@ -14305,6 +14463,48 @@ export declare namespace iam {
14305
14463
  */
14306
14464
  value: string;
14307
14465
  }
14466
+ interface SamlProviderCertificate {
14467
+ /**
14468
+ * Certificate ID
14469
+ */
14470
+ certificateId: string;
14471
+ /**
14472
+ * Certificate Upload Time
14473
+ */
14474
+ createDate: string;
14475
+ /**
14476
+ * Certificate Authority
14477
+ */
14478
+ issuer: string;
14479
+ /**
14480
+ * Certificate Expiration Time
14481
+ */
14482
+ notAfter: string;
14483
+ /**
14484
+ * Certificate Validity Period
14485
+ */
14486
+ notBefore: string;
14487
+ /**
14488
+ * Certificate Serial Number
14489
+ */
14490
+ serialNumber: string;
14491
+ /**
14492
+ * Certificate Signature Algorithm
14493
+ */
14494
+ signatureAlgorithm: string;
14495
+ /**
14496
+ * Certificate Subject
14497
+ */
14498
+ subject: string;
14499
+ /**
14500
+ * Certificate Update Time
14501
+ */
14502
+ updateDate: string;
14503
+ /**
14504
+ * Certificate Version
14505
+ */
14506
+ version: string;
14507
+ }
14308
14508
  interface UserAccessKey {
14309
14509
  /**
14310
14510
  * Access key ID.
@@ -15461,6 +15661,82 @@ export declare namespace privatelink {
15461
15661
  */
15462
15662
  value: string;
15463
15663
  }
15664
+ interface GetVpcEndpointTag {
15665
+ /**
15666
+ * 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 @.
15667
+ */
15668
+ key: string;
15669
+ /**
15670
+ * 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 @
15671
+ */
15672
+ value: string;
15673
+ }
15674
+ interface GetVpcEndpointZone {
15675
+ /**
15676
+ * Service status of the endpoint node's IPv6 address. Active: normal. Inactive: abnormal.
15677
+ */
15678
+ ipv6ServiceStatus: string;
15679
+ /**
15680
+ * 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.
15681
+ */
15682
+ networkInterfaceId: string;
15683
+ /**
15684
+ * 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.
15685
+ */
15686
+ privateIpAddress: string;
15687
+ /**
15688
+ * 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.
15689
+ */
15690
+ privateIpv6Address: string;
15691
+ /**
15692
+ * Service status of the endpoint IPv4 address. Active: Normal. Inactive: Abnormal.
15693
+ */
15694
+ serviceStatus: string;
15695
+ /**
15696
+ * 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 &.
15697
+ */
15698
+ subnetId: string;
15699
+ /**
15700
+ * Domain name of the endpoint availability zone.
15701
+ */
15702
+ zoneDomain: string;
15703
+ /**
15704
+ * 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 &.
15705
+ */
15706
+ zoneId: string;
15707
+ /**
15708
+ * Status of the endpoint node's availability zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed.
15709
+ */
15710
+ zoneStatus: string;
15711
+ }
15712
+ interface VpcEndpointTag {
15713
+ /**
15714
+ * 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 @.
15715
+ */
15716
+ key: string;
15717
+ /**
15718
+ * 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 @
15719
+ */
15720
+ value: string;
15721
+ }
15722
+ interface VpcEndpointZone {
15723
+ /**
15724
+ * 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.
15725
+ */
15726
+ privateIpAddress: string;
15727
+ /**
15728
+ * 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.
15729
+ */
15730
+ privateIpv6Address: string;
15731
+ /**
15732
+ * 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 &.
15733
+ */
15734
+ subnetId: string;
15735
+ /**
15736
+ * 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 &.
15737
+ */
15738
+ zoneId: string;
15739
+ }
15464
15740
  }
15465
15741
  export declare namespace privatezone {
15466
15742
  interface GetResolverEndpointIpConfig {
@@ -15876,6 +16152,26 @@ export declare namespace rdsmssql {
15876
16152
  * Instance ID
15877
16153
  */
15878
16154
  instanceId: string;
16155
+ /**
16156
+ * Instance name
16157
+ */
16158
+ instanceName: string;
16159
+ /**
16160
+ * Instance status
16161
+ */
16162
+ instanceStatus: string;
16163
+ /**
16164
+ * Sync latest allowlist IP
16165
+ */
16166
+ isLatest: boolean;
16167
+ /**
16168
+ * Project name of the instance
16169
+ */
16170
+ projectName: string;
16171
+ /**
16172
+ * VPC ID of the instance
16173
+ */
16174
+ vpc: string;
15879
16175
  }
15880
16176
  interface GetAllowListAssociatedInstance {
15881
16177
  /**
@@ -17324,49 +17620,514 @@ export declare namespace rdspostgresql {
17324
17620
  */
17325
17621
  weight: number;
17326
17622
  }
17327
- }
17328
- export declare namespace redis {
17329
- interface GetInstanceCapacity {
17623
+ interface GetInstanceChargeDetail {
17330
17624
  /**
17331
- * Total memory capacity of the current instance. Unit: MiB.
17625
+ * Enable auto-renewal for prepaid scenarios
17332
17626
  */
17333
- total: number;
17627
+ autoRenew: boolean;
17334
17628
  /**
17335
- * Used capacity of the current instance. Unit: MiB.
17629
+ * Billing expiration time for yearly/monthly instances
17336
17630
  */
17337
- used: number;
17338
- }
17339
- interface GetInstanceConfigureNode {
17631
+ chargeEndTime: string;
17340
17632
  /**
17341
- * The availability zone each node belongs to.
17633
+ * Instance billing start time
17342
17634
  */
17343
- az: string;
17344
- }
17345
- interface GetInstanceInstanceShard {
17635
+ chargeStartTime: string;
17346
17636
  /**
17347
- * Number of nodes in each shard
17637
+ * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
17348
17638
  */
17349
- nodeNumber: number;
17639
+ chargeStatus: string;
17350
17640
  /**
17351
- * Detailed list of all Server nodes in the shard.
17641
+ * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
17352
17642
  */
17353
- serverNodes: outputs.redis.GetInstanceInstanceShardServerNode[];
17643
+ chargeType: string;
17354
17644
  /**
17355
- * Shard ID.
17645
+ * Estimated release time after instance suspension due to overdue payment
17356
17646
  */
17357
- shardId: string;
17358
- }
17359
- interface GetInstanceInstanceShardServerNode {
17647
+ overdueReclaimTime: string;
17360
17648
  /**
17361
- * Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
17649
+ * Instance shutdown time due to overdue payment
17362
17650
  */
17363
- currentRole: string;
17651
+ overdueTime: string;
17364
17652
  /**
17365
- * Node ID.
17653
+ * Purchase duration for prepaid scenarios
17366
17654
  */
17367
- nodeId: string;
17655
+ period: number;
17368
17656
  /**
17369
- * Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
17657
+ * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
17658
+ */
17659
+ periodUnit: string;
17660
+ /**
17661
+ * Rollback time for temporary upgrade
17662
+ */
17663
+ tempModifyEndTime: string;
17664
+ /**
17665
+ * Start time of temporary scaling
17666
+ */
17667
+ tempModifyStartTime: string;
17668
+ }
17669
+ interface GetInstanceEndpoint {
17670
+ /**
17671
+ * Address list.
17672
+ */
17673
+ addresses: outputs.rdspostgresql.GetInstanceEndpointAddress[];
17674
+ /**
17675
+ * 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)
17676
+ */
17677
+ autoAddNewNodes: string;
17678
+ /**
17679
+ * Address description.
17680
+ */
17681
+ description: string;
17682
+ /**
17683
+ * Enable global read-only mode. - `Enable`: enabled - `Disable`: not enabled
17684
+ */
17685
+ enableReadOnly: string;
17686
+ /**
17687
+ * Enable read-write separation. Values: - `Enable`: enabled - `Disable`: not enabled
17688
+ */
17689
+ enableReadWriteSplitting: string;
17690
+ /**
17691
+ * Instance connection terminal ID
17692
+ */
17693
+ endpointId: string;
17694
+ /**
17695
+ * Instance connection terminal name
17696
+ */
17697
+ endpointName: string;
17698
+ /**
17699
+ * Endpoint type: - `Cluster`: Default endpoint (created by default) - `Custom`: Custom endpoint
17700
+ */
17701
+ endpointType: string;
17702
+ /**
17703
+ * Read-only weight allocation mode. Options: - `Default`: Standard weight allocation (default). - `Custom`: Custom weight allocation
17704
+ */
17705
+ readOnlyNodeDistributionType: string;
17706
+ /**
17707
+ * 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.
17708
+ * **Note:** This parameter can be set for the default endpoint when read/write splitting is enabled.
17709
+ */
17710
+ readOnlyNodeMaxDelayTime: number;
17711
+ /**
17712
+ * List of nodes configured for the endpoint and their corresponding read-only weights.
17713
+ */
17714
+ readOnlyNodeWeights: outputs.rdspostgresql.GetInstanceEndpointReadOnlyNodeWeight[];
17715
+ /**
17716
+ * Read/write mode: - `ReadWrite`: Read/write - `ReadOnly`: Read-only
17717
+ */
17718
+ readWriteMode: string;
17719
+ /**
17720
+ * 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]
17721
+ */
17722
+ readWriteProxyConnection: number;
17723
+ /**
17724
+ * 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
17725
+ */
17726
+ writeNodeHaltWriting: boolean;
17727
+ }
17728
+ interface GetInstanceEndpointAddress {
17729
+ /**
17730
+ * Private network address accessible across regions
17731
+ */
17732
+ crossRegionDomain: string;
17733
+ /**
17734
+ * Enable public network resolution. Values: - false: default, private network resolution - true: private and public network resolution
17735
+ */
17736
+ dnsVisibility: boolean;
17737
+ /**
17738
+ * Connection domain name
17739
+ */
17740
+ domain: string;
17741
+ /**
17742
+ * Private network address type. Values: LocalDomain: local region domain name CrossRegionDomain: cross-region accessible domain name
17743
+ */
17744
+ domainVisibilitySetting: string;
17745
+ /**
17746
+ * EIP ID, valid only for Public addresses
17747
+ */
17748
+ eipId: string;
17749
+ /**
17750
+ * IP address
17751
+ */
17752
+ ipAddress: string;
17753
+ /**
17754
+ * Network address type. Value: - `Private`: Private network address - `Public`: Public network address - `Inner`: Public service zone address
17755
+ */
17756
+ networkType: string;
17757
+ /**
17758
+ * Port.
17759
+ */
17760
+ port: string;
17761
+ /**
17762
+ * Subnet ID
17763
+ */
17764
+ subnetId: string;
17765
+ }
17766
+ interface GetInstanceEndpointReadOnlyNodeWeight {
17767
+ /**
17768
+ * Read-only nodes require NodeId
17769
+ */
17770
+ nodeId: string;
17771
+ /**
17772
+ * Node type
17773
+ */
17774
+ nodeType: string;
17775
+ /**
17776
+ * Node read weight, increases by 100, maximum value is 10000
17777
+ */
17778
+ weight: number;
17779
+ }
17780
+ interface GetInstanceMaintenanceWindow {
17781
+ /**
17782
+ * Granularity of the maintenance cycle. Value: Week (week)
17783
+ */
17784
+ dayKind: string;
17785
+ /**
17786
+ * Detailed information about the instance's maintenance window.
17787
+ */
17788
+ dayOfWeekMaintenanceTimes: outputs.rdspostgresql.GetInstanceMaintenanceWindowDayOfWeekMaintenanceTime[];
17789
+ }
17790
+ interface GetInstanceMaintenanceWindowDayOfWeekMaintenanceTime {
17791
+ /**
17792
+ * 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.
17793
+ */
17794
+ dayOfWeek: string;
17795
+ /**
17796
+ * 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.
17797
+ */
17798
+ maintenanceWindowStartTime: string;
17799
+ /**
17800
+ * Duration of the maintenance window on the maintenance day. Minimum duration is 2 hours, maximum is 6 hours.
17801
+ */
17802
+ period: number;
17803
+ }
17804
+ interface GetInstanceNodeInfo {
17805
+ /**
17806
+ * Node creation time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
17807
+ */
17808
+ createTime: string;
17809
+ /**
17810
+ * Instance ID
17811
+ */
17812
+ instanceId: string;
17813
+ /**
17814
+ * Memory size, unit: GB
17815
+ */
17816
+ memory: number;
17817
+ /**
17818
+ * Node ID
17819
+ */
17820
+ nodeId: string;
17821
+ /**
17822
+ * Node specification
17823
+ */
17824
+ nodeSpec: string;
17825
+ /**
17826
+ * Node status
17827
+ */
17828
+ nodeStatus: string;
17829
+ /**
17830
+ * Node type
17831
+ */
17832
+ nodeType: string;
17833
+ /**
17834
+ * Region ID
17835
+ */
17836
+ regionId: string;
17837
+ /**
17838
+ * Node update time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
17839
+ */
17840
+ updateTime: string;
17841
+ /**
17842
+ * CPU size. For example: 1 means 1U
17843
+ */
17844
+ vcpu: number;
17845
+ /**
17846
+ * Availability zone of the node
17847
+ */
17848
+ zoneId: string;
17849
+ }
17850
+ interface GetInstanceTag {
17851
+ /**
17852
+ * Tag key
17853
+ */
17854
+ key: string;
17855
+ /**
17856
+ * Tag value
17857
+ */
17858
+ value: string;
17859
+ }
17860
+ interface InstanceChargeDetail {
17861
+ /**
17862
+ * Enable auto-renewal for prepaid scenarios
17863
+ */
17864
+ autoRenew: boolean;
17865
+ /**
17866
+ * Billing expiration time for yearly/monthly instances
17867
+ */
17868
+ chargeEndTime: string;
17869
+ /**
17870
+ * Instance billing start time
17871
+ */
17872
+ chargeStartTime: string;
17873
+ /**
17874
+ * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
17875
+ */
17876
+ chargeStatus: string;
17877
+ /**
17878
+ * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
17879
+ */
17880
+ chargeType: string;
17881
+ /**
17882
+ * Estimated release time after instance suspension due to overdue payment
17883
+ */
17884
+ overdueReclaimTime: string;
17885
+ /**
17886
+ * Instance shutdown time due to overdue payment
17887
+ */
17888
+ overdueTime: string;
17889
+ /**
17890
+ * Purchase duration for prepaid scenarios
17891
+ */
17892
+ period: number;
17893
+ /**
17894
+ * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
17895
+ */
17896
+ periodUnit: string;
17897
+ /**
17898
+ * Rollback time for temporary upgrade
17899
+ */
17900
+ tempModifyEndTime: string;
17901
+ /**
17902
+ * Start time of temporary scaling
17903
+ */
17904
+ tempModifyStartTime: string;
17905
+ }
17906
+ interface InstanceEndpoint {
17907
+ addresses: outputs.rdspostgresql.InstanceEndpointAddress[];
17908
+ /**
17909
+ * 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)
17910
+ */
17911
+ autoAddNewNodes: string;
17912
+ /**
17913
+ * Address description.
17914
+ */
17915
+ description: string;
17916
+ /**
17917
+ * Enable global read-only mode. - `Enable`: enabled - `Disable`: not enabled
17918
+ */
17919
+ enableReadOnly: string;
17920
+ /**
17921
+ * Enable read-write separation. Values: - `Enable`: enabled - `Disable`: not enabled
17922
+ */
17923
+ enableReadWriteSplitting: string;
17924
+ /**
17925
+ * Instance connection terminal ID
17926
+ */
17927
+ endpointId: string;
17928
+ /**
17929
+ * Instance connection terminal name
17930
+ */
17931
+ endpointName: string;
17932
+ /**
17933
+ * Endpoint type: - `Cluster`: Default endpoint (created by default) - `Custom`: Custom endpoint
17934
+ */
17935
+ endpointType: string;
17936
+ /**
17937
+ * Read-only weight allocation mode. Options: - `Default`: Standard weight allocation (default). - `Custom`: Custom weight allocation
17938
+ */
17939
+ readOnlyNodeDistributionType: string;
17940
+ /**
17941
+ * 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.
17942
+ * **Note:** This parameter can be set for the default endpoint when read/write splitting is enabled.
17943
+ */
17944
+ readOnlyNodeMaxDelayTime: number;
17945
+ readOnlyNodeWeights: outputs.rdspostgresql.InstanceEndpointReadOnlyNodeWeight[];
17946
+ /**
17947
+ * Read/write mode: - `ReadWrite`: Read/write - `ReadOnly`: Read-only
17948
+ */
17949
+ readWriteMode: string;
17950
+ /**
17951
+ * 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]
17952
+ */
17953
+ readWriteProxyConnection: number;
17954
+ /**
17955
+ * 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
17956
+ */
17957
+ writeNodeHaltWriting: boolean;
17958
+ }
17959
+ interface InstanceEndpointAddress {
17960
+ /**
17961
+ * Private network address accessible across regions
17962
+ */
17963
+ crossRegionDomain: string;
17964
+ /**
17965
+ * Enable public network resolution. Values: - false: default, private network resolution - true: private and public network resolution
17966
+ */
17967
+ dnsVisibility: boolean;
17968
+ /**
17969
+ * Connection domain name
17970
+ */
17971
+ domain: string;
17972
+ /**
17973
+ * Private network address type. Values: LocalDomain: local region domain name CrossRegionDomain: cross-region accessible domain name
17974
+ */
17975
+ domainVisibilitySetting: string;
17976
+ /**
17977
+ * EIP ID, valid only for Public addresses
17978
+ */
17979
+ eipId: string;
17980
+ /**
17981
+ * IP address
17982
+ */
17983
+ ipAddress: string;
17984
+ /**
17985
+ * Network address type. Value: - `Private`: Private network address - `Public`: Public network address - `Inner`: Public service zone address
17986
+ */
17987
+ networkType: string;
17988
+ /**
17989
+ * Port.
17990
+ */
17991
+ port: string;
17992
+ /**
17993
+ * Subnet ID
17994
+ */
17995
+ subnetId: string;
17996
+ }
17997
+ interface InstanceEndpointReadOnlyNodeWeight {
17998
+ /**
17999
+ * Read-only nodes require NodeId
18000
+ */
18001
+ nodeId: string;
18002
+ /**
18003
+ * Node type
18004
+ */
18005
+ nodeType: string;
18006
+ /**
18007
+ * Node read weight, increases by 100, maximum value is 10000
18008
+ */
18009
+ weight: number;
18010
+ }
18011
+ interface InstanceMaintenanceWindow {
18012
+ /**
18013
+ * Granularity of the maintenance cycle. Value: Week (week)
18014
+ */
18015
+ dayKind: string;
18016
+ dayOfWeekMaintenanceTimes: outputs.rdspostgresql.InstanceMaintenanceWindowDayOfWeekMaintenanceTime[];
18017
+ }
18018
+ interface InstanceMaintenanceWindowDayOfWeekMaintenanceTime {
18019
+ /**
18020
+ * 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.
18021
+ */
18022
+ dayOfWeek: string;
18023
+ /**
18024
+ * 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.
18025
+ */
18026
+ maintenanceWindowStartTime: string;
18027
+ /**
18028
+ * Duration of the maintenance window on the maintenance day. Minimum duration is 2 hours, maximum is 6 hours.
18029
+ */
18030
+ period: number;
18031
+ }
18032
+ interface InstanceNodeInfo {
18033
+ /**
18034
+ * Node creation time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
18035
+ */
18036
+ createTime: string;
18037
+ /**
18038
+ * Instance ID
18039
+ */
18040
+ instanceId: string;
18041
+ /**
18042
+ * Memory size, unit: GB
18043
+ */
18044
+ memory: number;
18045
+ /**
18046
+ * Node ID
18047
+ */
18048
+ nodeId: string;
18049
+ /**
18050
+ * Node specification
18051
+ */
18052
+ nodeSpec: string;
18053
+ /**
18054
+ * Node status
18055
+ */
18056
+ nodeStatus: string;
18057
+ /**
18058
+ * Node type
18059
+ */
18060
+ nodeType: string;
18061
+ /**
18062
+ * Region ID
18063
+ */
18064
+ regionId: string;
18065
+ /**
18066
+ * Node update time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
18067
+ */
18068
+ updateTime: string;
18069
+ /**
18070
+ * CPU size. For example: 1 means 1U
18071
+ */
18072
+ vcpu: number;
18073
+ /**
18074
+ * Availability zone of the node
18075
+ */
18076
+ zoneId: string;
18077
+ }
18078
+ interface InstanceTag {
18079
+ /**
18080
+ * Tag key
18081
+ */
18082
+ key: string;
18083
+ /**
18084
+ * Tag value
18085
+ */
18086
+ value: string;
18087
+ }
18088
+ }
18089
+ export declare namespace redis {
18090
+ interface GetInstanceCapacity {
18091
+ /**
18092
+ * Total memory capacity of the current instance. Unit: MiB.
18093
+ */
18094
+ total: number;
18095
+ /**
18096
+ * Used capacity of the current instance. Unit: MiB.
18097
+ */
18098
+ used: number;
18099
+ }
18100
+ interface GetInstanceConfigureNode {
18101
+ /**
18102
+ * The availability zone each node belongs to.
18103
+ */
18104
+ az: string;
18105
+ }
18106
+ interface GetInstanceInstanceShard {
18107
+ /**
18108
+ * Number of nodes in each shard
18109
+ */
18110
+ nodeNumber: number;
18111
+ /**
18112
+ * Detailed list of all Server nodes in the shard.
18113
+ */
18114
+ serverNodes: outputs.redis.GetInstanceInstanceShardServerNode[];
18115
+ /**
18116
+ * Shard ID.
18117
+ */
18118
+ shardId: string;
18119
+ }
18120
+ interface GetInstanceInstanceShardServerNode {
18121
+ /**
18122
+ * Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
18123
+ */
18124
+ currentRole: string;
18125
+ /**
18126
+ * Node ID.
18127
+ */
18128
+ nodeId: string;
18129
+ /**
18130
+ * Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
17370
18131
  */
17371
18132
  status: string;
17372
18133
  /**
@@ -17498,6 +18259,14 @@ export declare namespace rocketmq {
17498
18259
  * Instance ID
17499
18260
  */
17500
18261
  instanceId: string;
18262
+ /**
18263
+ * Instance Name
18264
+ */
18265
+ instanceName: string;
18266
+ /**
18267
+ * VPC ID of the instance
18268
+ */
18269
+ vpc: string;
17501
18270
  }
17502
18271
  interface GetAllowListAssociatedInstance {
17503
18272
  /**
@@ -17779,188 +18548,410 @@ export declare namespace rocketmq {
17779
18548
  }
17780
18549
  interface InstanceProductInfo {
17781
18550
  /**
17782
- * Edit the read/write throttling ratio. The default read/write ratio is 50% each. For example, if set to 40, the sending TPS ratio is 40% and the subscription ratio is 60%. Note: Only RocketMQ 5.x instances support adjusting the TPS ratio for the instance.
18551
+ * Edit the read/write throttling ratio. The default read/write ratio is 50% each. For example, if set to 40, the sending TPS ratio is 40% and the subscription ratio is 60%. Note: Only RocketMQ 5.x instances support adjusting the TPS ratio for the instance.
18552
+ */
18553
+ sendReceiveRatio: number;
18554
+ }
18555
+ interface InstanceTag {
18556
+ /**
18557
+ * Tag key.
18558
+ */
18559
+ key: string;
18560
+ /**
18561
+ * Tag value.
18562
+ */
18563
+ value: string;
18564
+ }
18565
+ interface TopicAccessPolicy {
18566
+ /**
18567
+ * AccessKey of the RocketMQ key.
18568
+ */
18569
+ accessKey: string;
18570
+ /**
18571
+ * User access permissions for the current Topic. ALL: Publish and subscribe permissions. PUB: Publish permission. SUB: Subscribe permission. DENY: No publish or subscribe permissions.
18572
+ */
18573
+ authority: string;
18574
+ }
18575
+ interface TopicGroupsInfo {
18576
+ /**
18577
+ * Group ID of the consumer group.
18578
+ */
18579
+ groupId: string;
18580
+ /**
18581
+ * Consumption mode. The values are as follows: Clustering: cluster consumption mode. Broadcasting: broadcast consumption mode.
18582
+ */
18583
+ messageModel: string;
18584
+ /**
18585
+ * Subscription rule. This field contains the exact string specified by the consumer group when subscribing to this Topic, usually * or TAG1 || TAG2.
18586
+ */
18587
+ subString: string;
18588
+ }
18589
+ interface TopicQueuesInfo {
18590
+ /**
18591
+ * The maximum offset of the current queue, which is the offset of the next message. The position of the latest message is EndOffset - 1.
18592
+ */
18593
+ endOffset: number;
18594
+ /**
18595
+ * The time of the most recent message written to this queue.
18596
+ */
18597
+ lastUpdateTimestamp: number;
18598
+ /**
18599
+ * The number of messages in the current queue. EndOffset is the offset of the next message, so MessageCount = EndOffset - StartOffset.
18600
+ */
18601
+ messageCount: number;
18602
+ /**
18603
+ * Queue ID.
18604
+ */
18605
+ queueId: string;
18606
+ /**
18607
+ * The earliest message offset in the current queue.
18608
+ */
18609
+ startOffset: number;
18610
+ }
18611
+ interface TopicReadAccessPolicy {
18612
+ /**
18613
+ * AccessKey of the RocketMQ key.
18614
+ */
18615
+ accessKey: string;
18616
+ /**
18617
+ * User access permissions for the current Topic. ALL: Publish and subscribe permissions. PUB: Publish permission. SUB: Subscribe permission. DENY: No publish or subscribe permissions.
18618
+ */
18619
+ authority: string;
18620
+ }
18621
+ }
18622
+ export declare namespace storageebs {
18623
+ interface GetSnapshotTag {
18624
+ /**
18625
+ * 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.
18626
+ */
18627
+ key: string;
18628
+ /**
18629
+ * 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.
18630
+ */
18631
+ value: string;
18632
+ }
18633
+ interface GetVolumeBaselinePerformance {
18634
+ /**
18635
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18636
+ */
18637
+ iops: number;
18638
+ /**
18639
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18640
+ */
18641
+ throughput: number;
18642
+ }
18643
+ interface GetVolumeExtraPerformance {
18644
+ /**
18645
+ * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
18646
+ */
18647
+ extraPerformanceTypeId: string;
18648
+ /**
18649
+ * Extra IOPS of the disk.
18650
+ */
18651
+ iops: number;
18652
+ /**
18653
+ * Extra throughput of the disk.
18654
+ */
18655
+ throughput: number;
18656
+ }
18657
+ interface GetVolumeTag {
18658
+ /**
18659
+ * Tag key.
18660
+ */
18661
+ key: string;
18662
+ /**
18663
+ * Tag value.
18664
+ */
18665
+ value: string;
18666
+ }
18667
+ interface GetVolumeTotalPerformance {
18668
+ /**
18669
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18670
+ */
18671
+ iops: number;
18672
+ /**
18673
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18674
+ */
18675
+ throughput: number;
18676
+ }
18677
+ interface SnapshotTag {
18678
+ /**
18679
+ * 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.
18680
+ */
18681
+ key: string;
18682
+ /**
18683
+ * 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.
18684
+ */
18685
+ value: string;
18686
+ }
18687
+ interface VolumeBaselinePerformance {
18688
+ /**
18689
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18690
+ */
18691
+ iops: number;
18692
+ /**
18693
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18694
+ */
18695
+ throughput: number;
18696
+ }
18697
+ interface VolumeExtraPerformance {
18698
+ /**
18699
+ * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
18700
+ */
18701
+ extraPerformanceTypeId: string;
18702
+ /**
18703
+ * Extra IOPS of the disk.
18704
+ */
18705
+ iops: number;
18706
+ /**
18707
+ * Extra throughput of the disk.
18708
+ */
18709
+ throughput: number;
18710
+ }
18711
+ interface VolumeTag {
18712
+ /**
18713
+ * Tag key.
18714
+ */
18715
+ key: string;
18716
+ /**
18717
+ * Tag value.
18718
+ */
18719
+ value: string;
18720
+ }
18721
+ interface VolumeTotalPerformance {
18722
+ /**
18723
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18724
+ */
18725
+ iops: number;
18726
+ /**
18727
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18728
+ */
18729
+ throughput: number;
18730
+ }
18731
+ }
18732
+ export declare namespace tls {
18733
+ interface GetImportTaskImportSourceInfo {
18734
+ /**
18735
+ * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
18736
+ */
18737
+ kafkaSourceInfo: outputs.tls.GetImportTaskImportSourceInfoKafkaSourceInfo;
18738
+ /**
18739
+ * TOS data source information. When sourceType is tos, the TosSourceInfo field is required.
18740
+ */
18741
+ tosSourceInfo: outputs.tls.GetImportTaskImportSourceInfoTosSourceInfo;
18742
+ }
18743
+ interface GetImportTaskImportSourceInfoKafkaSourceInfo {
18744
+ /**
18745
+ * Data encoding format. Available options: UTF-8, GBK.
18746
+ */
18747
+ encode: string;
18748
+ /**
18749
+ * Kafka consumer group. If not specified, the system will automatically create a Kafka consumer group.
18750
+ */
18751
+ group: string;
18752
+ /**
18753
+ * 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 (,).
18754
+ */
18755
+ host: string;
18756
+ /**
18757
+ * 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.
18758
+ */
18759
+ initialOffset: number;
18760
+ /**
18761
+ * If you are using Message Queue Kafka Edition, set this to the Kafka instance ID.
18762
+ */
18763
+ instanceId: string;
18764
+ /**
18765
+ * Whether to enable authentication. If you use a public service address, it is recommended to enable authentication.
18766
+ */
18767
+ isNeedAuth: boolean;
18768
+ /**
18769
+ * Password authentication mechanism. Available options: PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512.
18770
+ */
18771
+ mechanism: string;
18772
+ /**
18773
+ * Kafka SASL user password for authentication.
18774
+ */
18775
+ password: string;
18776
+ /**
18777
+ * Secure transmission protocol. Options include plaintext, sasl*ssl, ssl, and sasl*plaintext
18778
+ */
18779
+ protocol: string;
18780
+ /**
18781
+ * Specify log time. Options: 0: Use Kafka message timestamp. 1: Use current system time.
18782
+ */
18783
+ timeSourceDefault: number;
18784
+ /**
18785
+ * Kafka Topic name. Separate multiple Kafka Topics with commas (,).
18786
+ */
18787
+ topic: string;
18788
+ /**
18789
+ * Kafka SASL username for authentication.
17783
18790
  */
17784
- sendReceiveRatio: number;
18791
+ username: string;
17785
18792
  }
17786
- interface InstanceTag {
18793
+ interface GetImportTaskImportSourceInfoTosSourceInfo {
17787
18794
  /**
17788
- * Tag key.
18795
+ * TOS bucket name
17789
18796
  */
17790
- key: string;
18797
+ bucket: string;
17791
18798
  /**
17792
- * Tag value.
18799
+ * Compression mode for data in the TOS bucket. none: No compression. snappy: Compress using snappy. gzip: Compress using gzip. lz4: Compress using lz4.
17793
18800
  */
17794
- value: string;
17795
- }
17796
- interface TopicAccessPolicy {
18801
+ compressType: string;
17797
18802
  /**
17798
- * AccessKey of the RocketMQ key.
18803
+ * Path of the file to be imported in the TOS bucket.
17799
18804
  */
17800
- accessKey: string;
18805
+ prefix: string;
17801
18806
  /**
17802
- * User access permissions for the current Topic. ALL: Publish and subscribe permissions. PUB: Publish permission. SUB: Subscribe permission. DENY: No publish or subscribe permissions.
18807
+ * Region where the TOS bucket is located. Cross-region data import is supported
17803
18808
  */
17804
- authority: string;
18809
+ region: string;
17805
18810
  }
17806
- interface TopicGroupsInfo {
18811
+ interface GetImportTaskTargetInfo {
17807
18812
  /**
17808
- * Group ID of the consumer group.
18813
+ * Log extraction rule.
17809
18814
  */
17810
- groupId: string;
18815
+ extractRule: outputs.tls.GetImportTaskTargetInfoExtractRule;
17811
18816
  /**
17812
- * Consumption mode. The values are as follows: Clustering: cluster consumption mode. Broadcasting: broadcast consumption mode.
18817
+ * 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.
17813
18818
  */
17814
- messageModel: string;
18819
+ logSample: string;
17815
18820
  /**
17816
- * Subscription rule. This field contains the exact string specified by the consumer group when subscribing to this Topic, usually * or TAG1 || TAG2.
18821
+ * 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.
17817
18822
  */
17818
- subString: string;
17819
- }
17820
- interface TopicQueuesInfo {
18823
+ logType: string;
17821
18824
  /**
17822
- * The maximum offset of the current queue, which is the offset of the next message. The position of the latest message is EndOffset - 1.
18825
+ * Region.
17823
18826
  */
17824
- endOffset: number;
18827
+ region: string;
18828
+ }
18829
+ interface GetImportTaskTargetInfoExtractRule {
17825
18830
  /**
17826
- * The time of the most recent message written to this queue.
18831
+ * Basic content of log extraction rules.
17827
18832
  */
17828
- lastUpdateTimestamp: number;
18833
+ extractRule: outputs.tls.GetImportTaskTargetInfoExtractRuleExtractRule;
17829
18834
  /**
17830
- * The number of messages in the current queue. EndOffset is the offset of the next message, so MessageCount = EndOffset - StartOffset.
18835
+ * Number of skipped rows. Only valid when the log type is delimiterLog and the import type is tos.
17831
18836
  */
17832
- messageCount: number;
18837
+ skipLineCount: number;
17833
18838
  /**
17834
- * Queue ID.
18839
+ * Time extraction regular expression, used to extract the time value from the TimeKey field and parse it as the collection time
17835
18840
  */
17836
- queueId: string;
18841
+ timeExtractRegex: string;
17837
18842
  /**
17838
- * The earliest message offset in the current queue.
18843
+ * 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.
17839
18844
  */
17840
- startOffset: number;
18845
+ timeZone: string;
17841
18846
  }
17842
- interface TopicReadAccessPolicy {
18847
+ interface GetImportTaskTargetInfoExtractRuleExtractRule {
17843
18848
  /**
17844
- * AccessKey of the RocketMQ key.
18849
+ * 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
17845
18850
  */
17846
- accessKey: string;
18851
+ beginRegex: string;
17847
18852
  /**
17848
- * User access permissions for the current Topic. ALL: Publish and subscribe permissions. PUB: Publish permission. SUB: Subscribe permission. DENY: No publish or subscribe permissions.
18853
+ * Delimiter. Only valid when LogType is delimiter_log.
17849
18854
  */
17850
- authority: string;
17851
- }
17852
- }
17853
- export declare namespace storageebs {
17854
- interface GetSnapshotTag {
18855
+ delimiter: string;
17855
18856
  /**
17856
- * 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.
18857
+ * Enable nanoseconds.
17857
18858
  */
17858
- key: string;
18859
+ enableNanosecond: boolean;
17859
18860
  /**
17860
- * 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.
18861
+ * Filter key regular expression.
17861
18862
  */
17862
- value: string;
17863
- }
17864
- interface GetVolumeBaselinePerformance {
18863
+ filterKeyRegexes: outputs.tls.GetImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex[];
17865
18864
  /**
17866
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18865
+ * 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
17867
18866
  */
17868
- iops: number;
18867
+ keys: string[];
17869
18868
  /**
17870
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18869
+ * Log regular expression
17871
18870
  */
17872
- throughput: number;
17873
- }
17874
- interface GetVolumeExtraPerformance {
18871
+ logRegex: string;
17875
18872
  /**
17876
- * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
18873
+ * Log template.
17877
18874
  */
17878
- extraPerformanceTypeId: string;
18875
+ logTemplate: outputs.tls.GetImportTaskTargetInfoExtractRuleExtractRuleLogTemplate;
17879
18876
  /**
17880
- * Extra IOPS of the disk.
18877
+ * 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.
17881
18878
  */
17882
- iops: number;
18879
+ quote: string;
17883
18880
  /**
17884
- * Extra throughput of the disk.
18881
+ * 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.
17885
18882
  */
17886
- throughput: number;
17887
- }
17888
- interface GetVolumeTag {
18883
+ timeFormat: string;
17889
18884
  /**
17890
- * Tag key.
18885
+ * 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
17891
18886
  */
17892
- key: string;
18887
+ timeKey: string;
17893
18888
  /**
17894
- * Tag value.
18889
+ * Time sample. Used to verify whether the entered time parsing format is correct
17895
18890
  */
17896
- value: string;
17897
- }
17898
- interface GetVolumeTotalPerformance {
18891
+ timeSample: string;
17899
18892
  /**
17900
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18893
+ * When uploading logs that failed to parse, specify the key name for the failed logs. UnMatchUpLoadSwitch=true and UnMatchLogKey must be used together.
17901
18894
  */
17902
- iops: number;
18895
+ unMatchLogKey: string;
17903
18896
  /**
17904
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18897
+ * 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.
17905
18898
  */
17906
- throughput: number;
18899
+ unMatchUpLoadSwitch: boolean;
17907
18900
  }
17908
- interface SnapshotTag {
18901
+ interface GetImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex {
17909
18902
  /**
17910
- * 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.
18903
+ * Key.
17911
18904
  */
17912
18905
  key: string;
17913
18906
  /**
17914
- * 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.
18907
+ * Regular expression.
17915
18908
  */
17916
- value: string;
18909
+ regex: string;
17917
18910
  }
17918
- interface VolumeBaselinePerformance {
18911
+ interface GetImportTaskTargetInfoExtractRuleExtractRuleLogTemplate {
17919
18912
  /**
17920
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18913
+ * Format.
17921
18914
  */
17922
- iops: number;
18915
+ format: string;
17923
18916
  /**
17924
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18917
+ * Type
17925
18918
  */
17926
- throughput: number;
18919
+ type: string;
17927
18920
  }
17928
- interface VolumeExtraPerformance {
18921
+ interface GetImportTaskTaskStatistics {
17929
18922
  /**
17930
- * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
18923
+ * Total resource bytes enumerated
17931
18924
  */
17932
- extraPerformanceTypeId: string;
18925
+ bytesTotal: number;
17933
18926
  /**
17934
- * Extra IOPS of the disk.
18927
+ * Bytes transferred.
17935
18928
  */
17936
- iops: number;
18929
+ bytesTransferred: number;
17937
18930
  /**
17938
- * Extra throughput of the disk.
18931
+ * Number of resources failed to import.
17939
18932
  */
17940
- throughput: number;
17941
- }
17942
- interface VolumeTag {
18933
+ failed: number;
17943
18934
  /**
17944
- * Tag key.
18935
+ * Number of resources not found.
17945
18936
  */
17946
- key: string;
18937
+ notExist: number;
17947
18938
  /**
17948
- * Tag value.
18939
+ * Number of resources skipped during import
17949
18940
  */
17950
- value: string;
17951
- }
17952
- interface VolumeTotalPerformance {
18941
+ skipped: number;
17953
18942
  /**
17954
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
18943
+ * Task status. Status of the import task. Preparing: Preparing for import. Importing: Importing data. Success: Import completed successfully. Failed: Import failed. Stopped: Import paused.
17955
18944
  */
17956
- iops: number;
18945
+ taskStatus: string;
17957
18946
  /**
17958
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
18947
+ * Total number of resources enumerated.
17959
18948
  */
17960
- throughput: number;
18949
+ total: number;
18950
+ /**
18951
+ * Number of records transferred.
18952
+ */
18953
+ transferred: number;
17961
18954
  }
17962
- }
17963
- export declare namespace tls {
17964
18955
  interface GetIndexFullText {
17965
18956
  /**
17966
18957
  * Case sensitivity. true: Case sensitive. false: Not case sensitive.
@@ -18163,39 +19154,258 @@ export declare namespace tls {
18163
19154
  /**
18164
19155
  * Tag key
18165
19156
  */
18166
- key: string;
19157
+ key: string;
19158
+ /**
19159
+ * Tag value
19160
+ */
19161
+ value: string;
19162
+ }
19163
+ interface GetScheduleSqlTaskRequestCycle {
19164
+ /**
19165
+ * Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
19166
+ */
19167
+ cronTab: string;
19168
+ /**
19169
+ * If Type is set to Cron, you must also set the time zone.
19170
+ */
19171
+ cronTimeZone: string;
19172
+ /**
19173
+ * Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
19174
+ */
19175
+ time: number;
19176
+ /**
19177
+ * Scheduling period type. Options: Period, Fixed, Cron.
19178
+ */
19179
+ type: string;
19180
+ }
19181
+ interface GetTopicTag {
19182
+ /**
19183
+ * User tag key.
19184
+ */
19185
+ key: string;
19186
+ /**
19187
+ * User tag value.
19188
+ */
19189
+ value: string;
19190
+ }
19191
+ interface ImportTaskImportSourceInfo {
19192
+ /**
19193
+ * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
19194
+ */
19195
+ kafkaSourceInfo: outputs.tls.ImportTaskImportSourceInfoKafkaSourceInfo;
19196
+ /**
19197
+ * TOS data source information. When sourceType is tos, the TosSourceInfo field is required.
19198
+ */
19199
+ tosSourceInfo: outputs.tls.ImportTaskImportSourceInfoTosSourceInfo;
19200
+ }
19201
+ interface ImportTaskImportSourceInfoKafkaSourceInfo {
19202
+ /**
19203
+ * Data encoding format. Available options: UTF-8, GBK.
19204
+ */
19205
+ encode: string;
19206
+ /**
19207
+ * Kafka consumer group. If not specified, the system will automatically create a Kafka consumer group.
19208
+ */
19209
+ group: string;
19210
+ /**
19211
+ * 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 (,).
19212
+ */
19213
+ host: string;
19214
+ /**
19215
+ * 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.
19216
+ */
19217
+ initialOffset: number;
19218
+ /**
19219
+ * If you are using Message Queue Kafka Edition, set this to the Kafka instance ID.
19220
+ */
19221
+ instanceId: string;
19222
+ /**
19223
+ * Whether to enable authentication. If you use a public service address, it is recommended to enable authentication.
19224
+ */
19225
+ isNeedAuth: boolean;
19226
+ /**
19227
+ * Password authentication mechanism. Available options: PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512.
19228
+ */
19229
+ mechanism: string;
19230
+ /**
19231
+ * Kafka SASL user password for authentication.
19232
+ */
19233
+ password: string;
19234
+ /**
19235
+ * Secure transmission protocol. Options include plaintext, sasl*ssl, ssl, and sasl*plaintext
19236
+ */
19237
+ protocol: string;
19238
+ /**
19239
+ * Specify log time. Options: 0: Use Kafka message timestamp. 1: Use current system time.
19240
+ */
19241
+ timeSourceDefault: number;
19242
+ /**
19243
+ * Kafka Topic name. Separate multiple Kafka Topics with commas (,).
19244
+ */
19245
+ topic: string;
19246
+ /**
19247
+ * Kafka SASL username for authentication.
19248
+ */
19249
+ username: string;
19250
+ }
19251
+ interface ImportTaskImportSourceInfoTosSourceInfo {
19252
+ /**
19253
+ * TOS bucket name
19254
+ */
19255
+ bucket: string;
19256
+ /**
19257
+ * Compression mode for data in the TOS bucket. none: No compression. snappy: Compress using snappy. gzip: Compress using gzip. lz4: Compress using lz4.
19258
+ */
19259
+ compressType: string;
19260
+ /**
19261
+ * Path of the file to be imported in the TOS bucket.
19262
+ */
19263
+ prefix: string;
19264
+ /**
19265
+ * Region where the TOS bucket is located. Cross-region data import is supported
19266
+ */
19267
+ region: string;
19268
+ }
19269
+ interface ImportTaskTargetInfo {
19270
+ /**
19271
+ * Log extraction rule.
19272
+ */
19273
+ extractRule: outputs.tls.ImportTaskTargetInfoExtractRule;
19274
+ /**
19275
+ * 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.
19276
+ */
19277
+ logSample: string;
19278
+ /**
19279
+ * 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.
19280
+ */
19281
+ logType: string;
19282
+ /**
19283
+ * Region.
19284
+ */
19285
+ region: string;
19286
+ }
19287
+ interface ImportTaskTargetInfoExtractRule {
19288
+ /**
19289
+ * Basic content of log extraction rules.
19290
+ */
19291
+ extractRule: outputs.tls.ImportTaskTargetInfoExtractRuleExtractRule;
19292
+ /**
19293
+ * Number of skipped rows. Only valid when the log type is delimiterLog and the import type is tos.
19294
+ */
19295
+ skipLineCount: number;
19296
+ /**
19297
+ * Time extraction regular expression, used to extract the time value from the TimeKey field and parse it as the collection time
19298
+ */
19299
+ timeExtractRegex: string;
19300
+ /**
19301
+ * 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.
19302
+ */
19303
+ timeZone: string;
19304
+ }
19305
+ interface ImportTaskTargetInfoExtractRuleExtractRule {
19306
+ /**
19307
+ * 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
19308
+ */
19309
+ beginRegex: string;
19310
+ /**
19311
+ * Delimiter. Only valid when LogType is delimiter_log.
19312
+ */
19313
+ delimiter: string;
19314
+ /**
19315
+ * Enable nanoseconds.
19316
+ */
19317
+ enableNanosecond: boolean;
19318
+ filterKeyRegexes: outputs.tls.ImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex[];
19319
+ /**
19320
+ * 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
19321
+ */
19322
+ keys: string[];
19323
+ /**
19324
+ * Log regular expression
19325
+ */
19326
+ logRegex: string;
19327
+ /**
19328
+ * Log template.
19329
+ */
19330
+ logTemplate: outputs.tls.ImportTaskTargetInfoExtractRuleExtractRuleLogTemplate;
19331
+ /**
19332
+ * 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.
19333
+ */
19334
+ quote: string;
19335
+ /**
19336
+ * 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.
19337
+ */
19338
+ timeFormat: string;
19339
+ /**
19340
+ * 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
19341
+ */
19342
+ timeKey: string;
19343
+ /**
19344
+ * Time sample. Used to verify whether the entered time parsing format is correct
19345
+ */
19346
+ timeSample: string;
19347
+ /**
19348
+ * When uploading logs that failed to parse, specify the key name for the failed logs. UnMatchUpLoadSwitch=true and UnMatchLogKey must be used together.
19349
+ */
19350
+ unMatchLogKey: string;
19351
+ /**
19352
+ * 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.
19353
+ */
19354
+ unMatchUpLoadSwitch: boolean;
19355
+ }
19356
+ interface ImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex {
19357
+ /**
19358
+ * Key.
19359
+ */
19360
+ key: string;
19361
+ /**
19362
+ * Regular expression.
19363
+ */
19364
+ regex: string;
19365
+ }
19366
+ interface ImportTaskTargetInfoExtractRuleExtractRuleLogTemplate {
19367
+ /**
19368
+ * Format.
19369
+ */
19370
+ format: string;
19371
+ /**
19372
+ * Type
19373
+ */
19374
+ type: string;
19375
+ }
19376
+ interface ImportTaskTaskStatistics {
19377
+ /**
19378
+ * Total resource bytes enumerated
19379
+ */
19380
+ bytesTotal: number;
18167
19381
  /**
18168
- * Tag value
19382
+ * Bytes transferred.
18169
19383
  */
18170
- value: string;
18171
- }
18172
- interface GetScheduleSqlTaskRequestCycle {
19384
+ bytesTransferred: number;
18173
19385
  /**
18174
- * Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
19386
+ * Number of resources failed to import.
18175
19387
  */
18176
- cronTab: string;
19388
+ failed: number;
18177
19389
  /**
18178
- * If Type is set to Cron, you must also set the time zone.
19390
+ * Number of resources not found.
18179
19391
  */
18180
- cronTimeZone: string;
19392
+ notExist: number;
18181
19393
  /**
18182
- * Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
19394
+ * Number of resources skipped during import
18183
19395
  */
18184
- time: number;
19396
+ skipped: number;
18185
19397
  /**
18186
- * Scheduling period type. Options: Period, Fixed, Cron.
19398
+ * Task status. Status of the import task. Preparing: Preparing for import. Importing: Importing data. Success: Import completed successfully. Failed: Import failed. Stopped: Import paused.
18187
19399
  */
18188
- type: string;
18189
- }
18190
- interface GetTopicTag {
19400
+ taskStatus: string;
18191
19401
  /**
18192
- * User tag key.
19402
+ * Total number of resources enumerated.
18193
19403
  */
18194
- key: string;
19404
+ total: number;
18195
19405
  /**
18196
- * User tag value.
19406
+ * Number of records transferred.
18197
19407
  */
18198
- value: string;
19408
+ transferred: number;
18199
19409
  }
18200
19410
  interface IndexFullText {
18201
19411
  /**
@@ -18271,6 +19481,18 @@ export declare namespace tls {
18271
19481
  * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
18272
19482
  */
18273
19483
  autoIndexFlag: boolean;
19484
+ /**
19485
+ * Whether to distinguish case. Default is false.
19486
+ */
19487
+ caseSensitive: boolean;
19488
+ /**
19489
+ * 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.
19490
+ */
19491
+ delimiter: string;
19492
+ /**
19493
+ * 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.
19494
+ */
19495
+ includeChinese: boolean;
18274
19496
  /**
18275
19497
  * Create indexes for all fields with text values in the JSON field.
18276
19498
  */
@@ -18348,6 +19570,18 @@ export declare namespace tls {
18348
19570
  * Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
18349
19571
  */
18350
19572
  autoIndexFlag: boolean;
19573
+ /**
19574
+ * Whether to distinguish case. Default is false.
19575
+ */
19576
+ caseSensitive: boolean;
19577
+ /**
19578
+ * 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.
19579
+ */
19580
+ delimiter: string;
19581
+ /**
19582
+ * 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.
19583
+ */
19584
+ includeChinese: boolean;
18351
19585
  /**
18352
19586
  * Create indexes for all fields with text values in the JSON field.
18353
19587
  */
@@ -19041,6 +20275,14 @@ export declare namespace vedbm {
19041
20275
  * Instance ID.
19042
20276
  */
19043
20277
  instanceId: string;
20278
+ /**
20279
+ * Instance name.
20280
+ */
20281
+ instanceName: string;
20282
+ /**
20283
+ * Instance VPC ID.
20284
+ */
20285
+ vpc: string;
19044
20286
  }
19045
20287
  interface DatabaseDatabasesPrivilege {
19046
20288
  /**
@@ -19056,6 +20298,58 @@ export declare namespace vedbm {
19056
20298
  */
19057
20299
  accountPrivilegeDetails: string[];
19058
20300
  }
20301
+ interface EndpointPrivateAddresses {
20302
+ /**
20303
+ * Resolution method, fixed as false
20304
+ */
20305
+ dnsVisibility: boolean;
20306
+ /**
20307
+ * Instance intranet access domain name
20308
+ */
20309
+ domain: string;
20310
+ /**
20311
+ * Public network ID
20312
+ */
20313
+ eipId: string;
20314
+ /**
20315
+ * IP address
20316
+ */
20317
+ ipAddress: string;
20318
+ /**
20319
+ * Network type
20320
+ */
20321
+ networkType: string;
20322
+ /**
20323
+ * Subnet ID
20324
+ */
20325
+ subnetId: string;
20326
+ }
20327
+ interface EndpointPublicAddresses {
20328
+ /**
20329
+ * Resolution method, fixed as false
20330
+ */
20331
+ dnsVisibility: boolean;
20332
+ /**
20333
+ * Instance intranet access domain name
20334
+ */
20335
+ domain: string;
20336
+ /**
20337
+ * Public network ID
20338
+ */
20339
+ eipId: string;
20340
+ /**
20341
+ * IP address
20342
+ */
20343
+ ipAddress: string;
20344
+ /**
20345
+ * Network type
20346
+ */
20347
+ networkType: string;
20348
+ /**
20349
+ * Subnet ID
20350
+ */
20351
+ subnetId: string;
20352
+ }
19059
20353
  interface GetAllowListAssociatedInstance {
19060
20354
  /**
19061
20355
  * Instance ID.
@@ -19084,6 +20378,58 @@ export declare namespace vedbm {
19084
20378
  */
19085
20379
  accountPrivilegeDetails: string[];
19086
20380
  }
20381
+ interface GetEndpointPrivateAddresses {
20382
+ /**
20383
+ * Resolution method, fixed as false
20384
+ */
20385
+ dnsVisibility: boolean;
20386
+ /**
20387
+ * Instance intranet access domain name
20388
+ */
20389
+ domain: string;
20390
+ /**
20391
+ * Public network ID
20392
+ */
20393
+ eipId: string;
20394
+ /**
20395
+ * IP address
20396
+ */
20397
+ ipAddress: string;
20398
+ /**
20399
+ * Network type
20400
+ */
20401
+ networkType: string;
20402
+ /**
20403
+ * Subnet ID
20404
+ */
20405
+ subnetId: string;
20406
+ }
20407
+ interface GetEndpointPublicAddresses {
20408
+ /**
20409
+ * Resolution method, fixed as false
20410
+ */
20411
+ dnsVisibility: boolean;
20412
+ /**
20413
+ * Instance intranet access domain name
20414
+ */
20415
+ domain: string;
20416
+ /**
20417
+ * Public network ID
20418
+ */
20419
+ eipId: string;
20420
+ /**
20421
+ * IP address
20422
+ */
20423
+ ipAddress: string;
20424
+ /**
20425
+ * Network type
20426
+ */
20427
+ networkType: string;
20428
+ /**
20429
+ * Subnet ID
20430
+ */
20431
+ subnetId: string;
20432
+ }
19087
20433
  interface GetInstanceChargeDetail {
19088
20434
  /**
19089
20435
  * Whether to enable auto-renewal in prepaid scenarios. Values: true: auto-renewal. false: no auto-renewal.
@@ -19406,10 +20752,30 @@ export declare namespace vedbm {
19406
20752
  * Node failover priority. Range: 0~15. Higher values indicate higher priority
19407
20753
  */
19408
20754
  failoverPriority: number;
20755
+ /**
20756
+ * Memory size, in GiB.
20757
+ */
20758
+ memory: number;
20759
+ /**
20760
+ * Node ID
20761
+ */
20762
+ nodeId: string;
20763
+ /**
20764
+ * Node specification.
20765
+ */
20766
+ nodeSpec: string;
19409
20767
  /**
19410
20768
  * Node type. Values: Primary: primary node. ReadOnly: read-only node.
19411
20769
  */
19412
20770
  nodeType: string;
20771
+ /**
20772
+ * CPU size. For example, a value of 1 indicates a CPU size of 1U.
20773
+ */
20774
+ vCpu: number;
20775
+ /**
20776
+ * Availability zone ID
20777
+ */
20778
+ zoneId: string;
19413
20779
  }
19414
20780
  interface InstanceTag {
19415
20781
  /**
@@ -22487,6 +23853,122 @@ export declare namespace vke {
22487
23853
  }
22488
23854
  }
22489
23855
  export declare namespace vmp {
23856
+ interface AlertingRuleAnnotation {
23857
+ /**
23858
+ * Tag or annotation key
23859
+ */
23860
+ name: string;
23861
+ /**
23862
+ * Tag or annotation value. If set to empty, the key will be deleted
23863
+ */
23864
+ value: string;
23865
+ }
23866
+ interface AlertingRuleLabel {
23867
+ /**
23868
+ * Tag or annotation key
23869
+ */
23870
+ name: string;
23871
+ /**
23872
+ * Tag or annotation value. If set to empty, the key will be deleted
23873
+ */
23874
+ value: string;
23875
+ }
23876
+ interface AlertingRuleLevel {
23877
+ /**
23878
+ * Alert rule comparison condition. Options: >, >=, <, <=, ==, !=
23879
+ */
23880
+ comparator: string;
23881
+ /**
23882
+ * Alert duration. Possible values: 0s, 1m, 2m, 5m, 10m
23883
+ */
23884
+ for: string;
23885
+ /**
23886
+ * Alert rule severity. Currently supports P0, P1, or P2
23887
+ */
23888
+ level: string;
23889
+ /**
23890
+ * Alert rule threshold
23891
+ */
23892
+ threshold: number;
23893
+ }
23894
+ interface AlertingRuleQuery {
23895
+ /**
23896
+ * Query statement
23897
+ */
23898
+ promQl: string;
23899
+ /**
23900
+ * Workspace ID
23901
+ */
23902
+ workspaceId: string;
23903
+ }
23904
+ interface AlertingRuleTag {
23905
+ /**
23906
+ * Tag or annotation key
23907
+ */
23908
+ key: string;
23909
+ /**
23910
+ * Tag or annotation value. If set to empty, the key will be deleted
23911
+ */
23912
+ value: string;
23913
+ }
23914
+ interface GetAlertingRuleAnnotation {
23915
+ /**
23916
+ * Tag or annotation key
23917
+ */
23918
+ name: string;
23919
+ /**
23920
+ * Tag or annotation value. If set to empty, the key will be deleted
23921
+ */
23922
+ value: string;
23923
+ }
23924
+ interface GetAlertingRuleLabel {
23925
+ /**
23926
+ * Tag or annotation key
23927
+ */
23928
+ name: string;
23929
+ /**
23930
+ * Tag or annotation value. If set to empty, the key will be deleted
23931
+ */
23932
+ value: string;
23933
+ }
23934
+ interface GetAlertingRuleLevel {
23935
+ /**
23936
+ * Alert rule comparison condition. Options: >, >=, <, <=, ==, !=
23937
+ */
23938
+ comparator: string;
23939
+ /**
23940
+ * Alert duration. Possible values: 0s, 1m, 2m, 5m, 10m
23941
+ */
23942
+ for: string;
23943
+ /**
23944
+ * Alert rule severity. Currently supports P0, P1, or P2
23945
+ */
23946
+ level: string;
23947
+ /**
23948
+ * Alert rule threshold
23949
+ */
23950
+ threshold: number;
23951
+ }
23952
+ interface GetAlertingRuleQuery {
23953
+ /**
23954
+ * Query statement
23955
+ */
23956
+ promQl: string;
23957
+ /**
23958
+ * Workspace ID
23959
+ */
23960
+ workspaceId: string;
23961
+ }
23962
+ interface GetAlertingRuleTag {
23963
+ /**
23964
+ * Tag or annotation key
23965
+ */
23966
+ key: string;
23967
+ /**
23968
+ * Tag or annotation value. If set to empty, the key will be deleted
23969
+ */
23970
+ value: string;
23971
+ }
22490
23972
  interface GetWorkspaceInstanceType {
22491
23973
  /**
22492
23974
  * Maximum active time series count
@@ -24556,6 +26038,10 @@ export declare namespace vpn {
24556
26038
  value: string;
24557
26039
  }
24558
26040
  interface VpnConnectionTunnelOption {
26041
+ /**
26042
+ * 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.
26043
+ */
26044
+ connectStatus: string;
24559
26045
  /**
24560
26046
  * ID of the customer gateway associated with the IPsec connection.
24561
26047
  */
@@ -24646,10 +26132,30 @@ export declare namespace vpn {
24646
26132
  lifetime: number;
24647
26133
  }
24648
26134
  interface VpnConnectionTunnelOptionTunnelBgpInfo {
26135
+ /**
26136
+ * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
26137
+ */
26138
+ enableBgp: boolean;
26139
+ /**
26140
+ * The ASN of the VPN gateway.
26141
+ */
26142
+ localAsn: number;
24649
26143
  /**
24650
26144
  * 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.
24651
26145
  */
24652
26146
  localBgpIp: string;
26147
+ /**
26148
+ * ASN of the customer gateway.
26149
+ */
26150
+ peerAsn: number;
26151
+ /**
26152
+ * BGP peer IP, that is, the BGP address on the customer gateway side.
26153
+ */
26154
+ peerBgpIp: string;
26155
+ /**
26156
+ * Status of the BGP connection. Up: BGP connection is normal. Down: BGP connection is not working.
26157
+ */
26158
+ sessionStatus: string;
24653
26159
  /**
24654
26160
  * 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.
24655
26161
  */