@byteplus/pulumi-bytepluscc 0.0.27 → 0.0.30

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 (101) hide show
  1. package/directconnect/gatewayRoute.d.ts +142 -0
  2. package/directconnect/gatewayRoute.js +96 -0
  3. package/directconnect/gatewayRoute.js.map +1 -0
  4. package/directconnect/getGatewayRoute.d.ts +72 -0
  5. package/directconnect/getGatewayRoute.js +28 -0
  6. package/directconnect/getGatewayRoute.js.map +1 -0
  7. package/directconnect/getGatewayRoutes.d.ts +22 -0
  8. package/directconnect/getGatewayRoutes.js +24 -0
  9. package/directconnect/getGatewayRoutes.js.map +1 -0
  10. package/directconnect/getVirtualInterface.d.ts +133 -0
  11. package/directconnect/getVirtualInterface.js +28 -0
  12. package/directconnect/getVirtualInterface.js.map +1 -0
  13. package/directconnect/getVirtualInterfaces.d.ts +22 -0
  14. package/directconnect/getVirtualInterfaces.js +24 -0
  15. package/directconnect/getVirtualInterfaces.js.map +1 -0
  16. package/directconnect/index.d.ts +18 -0
  17. package/directconnect/index.js +23 -1
  18. package/directconnect/index.js.map +1 -1
  19. package/directconnect/virtualInterface.d.ts +336 -0
  20. package/directconnect/virtualInterface.js +149 -0
  21. package/directconnect/virtualInterface.js.map +1 -0
  22. package/gtm/getPool.d.ts +81 -0
  23. package/gtm/getPool.js +28 -0
  24. package/gtm/getPool.js.map +1 -0
  25. package/gtm/getPools.d.ts +22 -0
  26. package/gtm/getPools.js +24 -0
  27. package/gtm/getPools.js.map +1 -0
  28. package/gtm/index.d.ts +9 -0
  29. package/gtm/index.js +28 -0
  30. package/gtm/index.js.map +1 -0
  31. package/gtm/pool.d.ts +154 -0
  32. package/gtm/pool.js +87 -0
  33. package/gtm/pool.js.map +1 -0
  34. package/index.d.ts +2 -1
  35. package/index.js +3 -1
  36. package/index.js.map +1 -1
  37. package/kms/getSecret.d.ts +128 -0
  38. package/kms/getSecret.js +28 -0
  39. package/kms/getSecret.js.map +1 -0
  40. package/kms/getSecrets.d.ts +22 -0
  41. package/kms/getSecrets.js +24 -0
  42. package/kms/getSecrets.js.map +1 -0
  43. package/kms/index.d.ts +9 -0
  44. package/kms/index.js +12 -1
  45. package/kms/index.js.map +1 -1
  46. package/kms/secret.d.ts +289 -0
  47. package/kms/secret.js +131 -0
  48. package/kms/secret.js.map +1 -0
  49. package/package.json +1 -1
  50. package/privatezone/getPrivateZone.d.ts +85 -0
  51. package/privatezone/getPrivateZone.js +28 -0
  52. package/privatezone/getPrivateZone.js.map +1 -0
  53. package/privatezone/getPrivateZones.d.ts +22 -0
  54. package/privatezone/getPrivateZones.js +24 -0
  55. package/privatezone/getPrivateZones.js.map +1 -0
  56. package/privatezone/index.d.ts +9 -0
  57. package/privatezone/index.js +12 -1
  58. package/privatezone/index.js.map +1 -1
  59. package/privatezone/privateZone.d.ts +153 -0
  60. package/privatezone/privateZone.js +83 -0
  61. package/privatezone/privateZone.js.map +1 -0
  62. package/rdspostgresql/dbEndpoint.d.ts +36 -18
  63. package/rdspostgresql/dbEndpoint.js +6 -17
  64. package/rdspostgresql/dbEndpoint.js.map +1 -1
  65. package/rdspostgresql/getDbEndpoint.d.ts +12 -4
  66. package/rdspostgresql/getDbEndpoint.js.map +1 -1
  67. package/tls/alarm.d.ts +215 -0
  68. package/tls/alarm.js +110 -0
  69. package/tls/alarm.js.map +1 -0
  70. package/tls/getAlarm.d.ts +109 -0
  71. package/tls/getAlarm.js +28 -0
  72. package/tls/getAlarm.js.map +1 -0
  73. package/tls/getAlarms.d.ts +22 -0
  74. package/tls/getAlarms.js +24 -0
  75. package/tls/getAlarms.js.map +1 -0
  76. package/tls/index.d.ts +9 -0
  77. package/tls/index.js +12 -1
  78. package/tls/index.js.map +1 -1
  79. package/types/input.d.ts +296 -2
  80. package/types/output.d.ts +926 -162
  81. package/vpn/getSslVpnServer.d.ts +109 -0
  82. package/vpn/getSslVpnServer.js +28 -0
  83. package/vpn/getSslVpnServer.js.map +1 -0
  84. package/vpn/getSslVpnServers.d.ts +22 -0
  85. package/vpn/getSslVpnServers.js +24 -0
  86. package/vpn/getSslVpnServers.js.map +1 -0
  87. package/vpn/getVpnGatewayRoute.d.ts +77 -0
  88. package/vpn/getVpnGatewayRoute.js +28 -0
  89. package/vpn/getVpnGatewayRoute.js.map +1 -0
  90. package/vpn/getVpnGatewayRoutes.d.ts +22 -0
  91. package/vpn/getVpnGatewayRoutes.js +24 -0
  92. package/vpn/getVpnGatewayRoutes.js.map +1 -0
  93. package/vpn/index.d.ts +18 -0
  94. package/vpn/index.js +23 -1
  95. package/vpn/index.js.map +1 -1
  96. package/vpn/sslVpnServer.d.ts +263 -0
  97. package/vpn/sslVpnServer.js +130 -0
  98. package/vpn/sslVpnServer.js.map +1 -0
  99. package/vpn/vpnGatewayRoute.d.ts +146 -0
  100. package/vpn/vpnGatewayRoute.js +98 -0
  101. package/vpn/vpnGatewayRoute.js.map +1 -0
package/types/output.d.ts CHANGED
@@ -9637,6 +9637,26 @@ export declare namespace directconnect {
9637
9637
  */
9638
9638
  value: string;
9639
9639
  }
9640
+ interface GetVirtualInterfaceTag {
9641
+ /**
9642
+ * Tag key (Key) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag key (Key), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag keys (Key) are separated by &. Cannot start with sys: in any case. sys: is reserved for system tags and cannot be created. Length range: 1–128 characters. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@).
9643
+ */
9644
+ key: string;
9645
+ /**
9646
+ * Tag value (Value) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag value (Value), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag values (Value) are separated by &. Length range: 0–256 characters. If not specified, the default is empty. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@). Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
9647
+ */
9648
+ value: string;
9649
+ }
9650
+ interface VirtualInterfaceTag {
9651
+ /**
9652
+ * Tag key (Key) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag key (Key), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag keys (Key) are separated by &. Cannot start with sys: in any case. sys: is reserved for system tags and cannot be created. Length range: 1–128 characters. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@).
9653
+ */
9654
+ key: string;
9655
+ /**
9656
+ * Tag value (Value) of the virtual interface tag. Parameter - N - indicates the sequence number of the tag value (Value), with a range of 1, 2, 3, …, 49, 50. N must be in continuous ascending order. Multiple tag values (Value) are separated by &. Length range: 0–256 characters. If not specified, the default is empty. Supports input in any language, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and at signs (@). Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
9657
+ */
9658
+ value: string;
9659
+ }
9640
9660
  }
9641
9661
  export declare namespace dns {
9642
9662
  interface GetZoneTag {
@@ -13613,6 +13633,56 @@ export declare namespace fwcenter {
13613
13633
  vpcId: string;
13614
13634
  }
13615
13635
  }
13636
+ export declare namespace gtm {
13637
+ interface GetPoolAddress {
13638
+ /**
13639
+ * Address capacity
13640
+ */
13641
+ capacity: number;
13642
+ /**
13643
+ * Geographic location of the address, returned only in queries
13644
+ */
13645
+ geo: string;
13646
+ /**
13647
+ * Address availability mode
13648
+ */
13649
+ mode: string;
13650
+ /**
13651
+ * List of geographic route codes to be corrected
13652
+ */
13653
+ rectifiedGeos: string[];
13654
+ /**
13655
+ * Target address value
13656
+ */
13657
+ value: string;
13658
+ /**
13659
+ * Address weight
13660
+ */
13661
+ weight: number;
13662
+ }
13663
+ interface PoolAddress {
13664
+ /**
13665
+ * Address capacity
13666
+ */
13667
+ capacity: number;
13668
+ /**
13669
+ * Address availability mode
13670
+ */
13671
+ mode: string;
13672
+ /**
13673
+ * List of geographic route codes to be corrected
13674
+ */
13675
+ rectifiedGeos: string[];
13676
+ /**
13677
+ * Target address value
13678
+ */
13679
+ value: string;
13680
+ /**
13681
+ * Address weight
13682
+ */
13683
+ weight: number;
13684
+ }
13685
+ }
13616
13686
  export declare namespace hbase {
13617
13687
  interface GetInstanceEndpoint {
13618
13688
  /**
@@ -15372,7 +15442,7 @@ export declare namespace privatelink {
15372
15442
  */
15373
15443
  name: string;
15374
15444
  /**
15375
- * Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
15445
+ * Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
15376
15446
  */
15377
15447
  status: string;
15378
15448
  /**
@@ -15410,7 +15480,7 @@ export declare namespace privatelink {
15410
15480
  */
15411
15481
  name: string;
15412
15482
  /**
15413
- * Domain verification status. PendingVerification: Pending verification. Verifying: In progress. Verified: Verified. Failed: Verification failed.
15483
+ * Domain verification status. PendingVerification: Pending verification, Verifying: In progress, Verified: Verified, Failed: Verification failed
15414
15484
  */
15415
15485
  status: string;
15416
15486
  /**
@@ -15620,6 +15690,34 @@ export declare namespace privatelink {
15620
15690
  }
15621
15691
  }
15622
15692
  export declare namespace privatezone {
15693
+ interface GetPrivateZoneTag {
15694
+ /**
15695
+ * Tag key
15696
+ */
15697
+ key: string;
15698
+ /**
15699
+ * Tag value
15700
+ */
15701
+ value: string;
15702
+ }
15703
+ interface GetPrivateZoneVpc {
15704
+ /**
15705
+ * Account ID to which the VPC belongs
15706
+ */
15707
+ accountId: string;
15708
+ /**
15709
+ * Region where the VPC is located
15710
+ */
15711
+ region: string;
15712
+ /**
15713
+ * Name of the region where the VPC is located
15714
+ */
15715
+ regionName: string;
15716
+ /**
15717
+ * VPC ID
15718
+ */
15719
+ vpcId: string;
15720
+ }
15623
15721
  interface GetRecordRecordSet {
15624
15722
  /**
15625
15723
  * Full domain name
@@ -15712,6 +15810,26 @@ export declare namespace privatezone {
15712
15810
  */
15713
15811
  vpcId: string;
15714
15812
  }
15813
+ interface PrivateZoneTag {
15814
+ /**
15815
+ * Tag key
15816
+ */
15817
+ key: string;
15818
+ /**
15819
+ * Tag value
15820
+ */
15821
+ value: string;
15822
+ }
15823
+ interface PrivateZoneVpc {
15824
+ /**
15825
+ * Region where the VPC is located
15826
+ */
15827
+ region: string;
15828
+ /**
15829
+ * VPC ID
15830
+ */
15831
+ vpcId: string;
15832
+ }
15715
15833
  interface RecordRecordSet {
15716
15834
  /**
15717
15835
  * Full domain name
@@ -17525,19 +17643,131 @@ export declare namespace rdspostgresql {
17525
17643
  */
17526
17644
  walLogSpaceLimitEnable: boolean;
17527
17645
  }
17528
- interface DbEndpointAddress {
17646
+ interface DbEndpointInnerAddresses {
17647
+ /**
17648
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
17649
+ */
17650
+ crossRegionDomain: string;
17651
+ /**
17652
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
17653
+ */
17654
+ dnsVisibility: boolean;
17655
+ /**
17656
+ * Connection domain name
17657
+ */
17658
+ domain: string;
17659
+ /**
17660
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
17661
+ */
17662
+ domainPrefix: string;
17663
+ /**
17664
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
17665
+ */
17666
+ domainVisibilitySetting: string;
17667
+ /**
17668
+ * EIP ID, valid only for Public addresses.
17669
+ */
17670
+ eipId: string;
17671
+ /**
17672
+ * IP address
17673
+ */
17674
+ ipAddress: string;
17675
+ /**
17676
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
17677
+ */
17678
+ networkType: string;
17679
+ /**
17680
+ * Port number.
17681
+ */
17682
+ port: string;
17683
+ /**
17684
+ * Subnet ID
17685
+ */
17686
+ subnetId: string;
17687
+ }
17688
+ interface DbEndpointPrivateAddresses {
17689
+ /**
17690
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
17691
+ */
17692
+ crossRegionDomain: string;
17693
+ /**
17694
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
17695
+ */
17696
+ dnsVisibility: boolean;
17697
+ /**
17698
+ * Connection domain name
17699
+ */
17700
+ domain: string;
17701
+ /**
17702
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
17703
+ */
17704
+ domainPrefix: string;
17705
+ /**
17706
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
17707
+ */
17708
+ domainVisibilitySetting: string;
17709
+ /**
17710
+ * EIP ID, valid only for Public addresses.
17711
+ */
17712
+ eipId: string;
17713
+ /**
17714
+ * IP address
17715
+ */
17716
+ ipAddress: string;
17717
+ /**
17718
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
17719
+ */
17720
+ networkType: string;
17721
+ /**
17722
+ * Port number.
17723
+ */
17724
+ port: string;
17725
+ /**
17726
+ * Subnet ID
17727
+ */
17728
+ subnetId: string;
17729
+ }
17730
+ interface DbEndpointPublicAddresses {
17731
+ /**
17732
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
17733
+ */
17734
+ crossRegionDomain: string;
17529
17735
  /**
17530
17736
  * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
17531
17737
  */
17532
17738
  dnsVisibility: boolean;
17739
+ /**
17740
+ * Connection domain name
17741
+ */
17742
+ domain: string;
17533
17743
  /**
17534
17744
  * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
17535
17745
  */
17536
17746
  domainPrefix: string;
17747
+ /**
17748
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
17749
+ */
17750
+ domainVisibilitySetting: string;
17751
+ /**
17752
+ * EIP ID, valid only for Public addresses.
17753
+ */
17754
+ eipId: string;
17755
+ /**
17756
+ * IP address
17757
+ */
17758
+ ipAddress: string;
17759
+ /**
17760
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
17761
+ */
17762
+ networkType: string;
17537
17763
  /**
17538
17764
  * Port number.
17539
17765
  */
17540
17766
  port: string;
17767
+ /**
17768
+ * Subnet ID
17769
+ */
17770
+ subnetId: string;
17541
17771
  }
17542
17772
  interface DbEndpointReadOnlyNodeWeight {
17543
17773
  /**
@@ -17621,7 +17851,7 @@ export declare namespace rdspostgresql {
17621
17851
  */
17622
17852
  walLogSpaceLimitEnable: boolean;
17623
17853
  }
17624
- interface GetDbEndpointAddress {
17854
+ interface GetDbEndpointInnerAddresses {
17625
17855
  /**
17626
17856
  * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
17627
17857
  */
@@ -17663,67 +17893,151 @@ export declare namespace rdspostgresql {
17663
17893
  */
17664
17894
  subnetId: string;
17665
17895
  }
17666
- interface GetDbEndpointReadOnlyNodeWeight {
17896
+ interface GetDbEndpointPrivateAddresses {
17667
17897
  /**
17668
- * Read-only nodes require the NodeId to be provided.
17898
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
17669
17899
  */
17670
- nodeId: string;
17900
+ crossRegionDomain: string;
17671
17901
  /**
17672
- * Node type. Values: Primary: primary node. ReadOnly: read-only node.
17902
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
17673
17903
  */
17674
- nodeType: string;
17904
+ dnsVisibility: boolean;
17675
17905
  /**
17676
- * Read weight of the node, increases in increments of 100, maximum value is 40000. Note: Weights cannot all be set to 0.
17906
+ * Connection domain name
17677
17907
  */
17678
- weight: number;
17679
- }
17680
- interface GetInstanceChargeDetail {
17908
+ domain: string;
17681
17909
  /**
17682
- * Enable auto-renewal for prepaid scenarios
17910
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
17683
17911
  */
17684
- autoRenew: boolean;
17912
+ domainPrefix: string;
17685
17913
  /**
17686
- * Billing expiration time for yearly/monthly instances
17914
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
17687
17915
  */
17688
- chargeEndTime: string;
17916
+ domainVisibilitySetting: string;
17689
17917
  /**
17690
- * Instance billing start time
17918
+ * EIP ID, valid only for Public addresses.
17691
17919
  */
17692
- chargeStartTime: string;
17920
+ eipId: string;
17693
17921
  /**
17694
- * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
17922
+ * IP address
17695
17923
  */
17696
- chargeStatus: string;
17924
+ ipAddress: string;
17697
17925
  /**
17698
- * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
17926
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
17699
17927
  */
17700
- chargeType: string;
17928
+ networkType: string;
17701
17929
  /**
17702
- * Estimated release time after instance suspension due to overdue payment
17930
+ * Port number.
17703
17931
  */
17704
- overdueReclaimTime: string;
17932
+ port: string;
17705
17933
  /**
17706
- * Instance shutdown time due to overdue payment
17934
+ * Subnet ID
17707
17935
  */
17708
- overdueTime: string;
17936
+ subnetId: string;
17937
+ }
17938
+ interface GetDbEndpointPublicAddresses {
17709
17939
  /**
17710
- * Purchase duration for prepaid scenarios
17940
+ * Private network address accessible across regions. Note: If this address is unavailable, this field will not be returned.
17711
17941
  */
17712
- period: number;
17942
+ crossRegionDomain: string;
17713
17943
  /**
17714
- * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
17944
+ * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
17715
17945
  */
17716
- periodUnit: string;
17946
+ dnsVisibility: boolean;
17717
17947
  /**
17718
- * Rollback time for temporary upgrade
17948
+ * Connection domain name
17719
17949
  */
17720
- tempModifyEndTime: string;
17950
+ domain: string;
17721
17951
  /**
17722
- * Start time of temporary scaling
17952
+ * New access address prefix. The access address prefix must meet the following rules: consists of lowercase letters, numbers, and hyphens (-). Must contain at least 8 characters. The total length (including suffix) must not exceed 63 characters. Must start with a lowercase letter and end with a lowercase letter or number.
17723
17953
  */
17724
- tempModifyStartTime: string;
17725
- }
17726
- interface GetInstanceEndpoint {
17954
+ domainPrefix: string;
17955
+ /**
17956
+ * Type of private network address. Values: LocalDomain: Local region domain name. CrossRegionDomain: Domain name accessible across regions.
17957
+ */
17958
+ domainVisibilitySetting: string;
17959
+ /**
17960
+ * EIP ID, valid only for Public addresses.
17961
+ */
17962
+ eipId: string;
17963
+ /**
17964
+ * IP address
17965
+ */
17966
+ ipAddress: string;
17967
+ /**
17968
+ * Network address type. Values: Private: private network connection address. Public: public network connection address. Inner: public service zone address.
17969
+ */
17970
+ networkType: string;
17971
+ /**
17972
+ * Port number.
17973
+ */
17974
+ port: string;
17975
+ /**
17976
+ * Subnet ID
17977
+ */
17978
+ subnetId: string;
17979
+ }
17980
+ interface GetDbEndpointReadOnlyNodeWeight {
17981
+ /**
17982
+ * Read-only nodes require the NodeId to be provided.
17983
+ */
17984
+ nodeId: string;
17985
+ /**
17986
+ * Node type. Values: Primary: primary node. ReadOnly: read-only node.
17987
+ */
17988
+ nodeType: string;
17989
+ /**
17990
+ * Read weight of the node, increases in increments of 100, maximum value is 40000. Note: Weights cannot all be set to 0.
17991
+ */
17992
+ weight: number;
17993
+ }
17994
+ interface GetInstanceChargeDetail {
17995
+ /**
17996
+ * Enable auto-renewal for prepaid scenarios
17997
+ */
17998
+ autoRenew: boolean;
17999
+ /**
18000
+ * Billing expiration time for yearly/monthly instances
18001
+ */
18002
+ chargeEndTime: string;
18003
+ /**
18004
+ * Instance billing start time
18005
+ */
18006
+ chargeStartTime: string;
18007
+ /**
18008
+ * Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
18009
+ */
18010
+ chargeStatus: string;
18011
+ /**
18012
+ * Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
18013
+ */
18014
+ chargeType: string;
18015
+ /**
18016
+ * Estimated release time after instance suspension due to overdue payment
18017
+ */
18018
+ overdueReclaimTime: string;
18019
+ /**
18020
+ * Instance shutdown time due to overdue payment
18021
+ */
18022
+ overdueTime: string;
18023
+ /**
18024
+ * Purchase duration for prepaid scenarios
18025
+ */
18026
+ period: number;
18027
+ /**
18028
+ * Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
18029
+ */
18030
+ periodUnit: string;
18031
+ /**
18032
+ * Rollback time for temporary upgrade
18033
+ */
18034
+ tempModifyEndTime: string;
18035
+ /**
18036
+ * Start time of temporary scaling
18037
+ */
18038
+ tempModifyStartTime: string;
18039
+ }
18040
+ interface GetInstanceEndpoint {
17727
18041
  /**
17728
18042
  * Address list.
17729
18043
  */
@@ -18649,312 +18963,644 @@ export declare namespace storageebs {
18649
18963
  */
18650
18964
  creationTime: string;
18651
18965
  /**
18652
- * Snapshot description
18966
+ * Snapshot description
18967
+ */
18968
+ description: string;
18969
+ /**
18970
+ * Image ID
18971
+ */
18972
+ imageId: string;
18973
+ /**
18974
+ * Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
18975
+ */
18976
+ instantAccess: boolean;
18977
+ /**
18978
+ * Dump progress
18979
+ */
18980
+ progress: number;
18981
+ /**
18982
+ * Project of the snapshot
18983
+ */
18984
+ projectName: string;
18985
+ /**
18986
+ * Retention days for automatic snapshots
18987
+ */
18988
+ retentionDays: number;
18989
+ /**
18990
+ * Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
18991
+ */
18992
+ shared: boolean;
18993
+ /**
18994
+ * Snapshot consistency group ID
18995
+ */
18996
+ snapshotGroupId: string;
18997
+ /**
18998
+ * Snapshot ID
18999
+ */
19000
+ snapshotId: string;
19001
+ /**
19002
+ * Snapshot name
19003
+ */
19004
+ snapshotName: string;
19005
+ /**
19006
+ * Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
19007
+ */
19008
+ snapshotType: string;
19009
+ /**
19010
+ * Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
19011
+ */
19012
+ status: string;
19013
+ tags: outputs.storageebs.SnapshotGroupSnapshotTag[];
19014
+ /**
19015
+ * Cloud disk ID
19016
+ */
19017
+ volumeId: string;
19018
+ /**
19019
+ * Cloud disk category. Values are as follows: - system: System disk - data: Data disk
19020
+ */
19021
+ volumeKind: string;
19022
+ /**
19023
+ * Cloud disk name
19024
+ */
19025
+ volumeName: string;
19026
+ /**
19027
+ * Cloud disk size (GiB)
19028
+ */
19029
+ volumeSize: number;
19030
+ /**
19031
+ * Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
19032
+ */
19033
+ volumeStatus: string;
19034
+ /**
19035
+ * Cloud disk type. Values are as follows: - ESSD*PL0: Ultra-fast SSD cloud disk, PL0 specification - ESSD*FlexPL: Ultra-fast SSD cloud disk, FlexPL specification - TSSD_TL0: Throughput SSD cloud disk
19036
+ */
19037
+ volumeType: string;
19038
+ /**
19039
+ * Zone ID. If ultra-fast availability is enabled for the snapshot, you can create a cloud disk in this zone using the ultra-fast available snapshot
19040
+ */
19041
+ zoneId: string;
19042
+ }
19043
+ interface SnapshotGroupSnapshotTag {
19044
+ /**
19045
+ * Tag key
19046
+ */
19047
+ key: string;
19048
+ /**
19049
+ * Tag value
19050
+ */
19051
+ value: string;
19052
+ }
19053
+ interface SnapshotGroupTag {
19054
+ /**
19055
+ * Tag key
19056
+ */
19057
+ key: string;
19058
+ /**
19059
+ * Tag value
19060
+ */
19061
+ value: string;
19062
+ }
19063
+ interface SnapshotTag {
19064
+ /**
19065
+ * 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.
19066
+ */
19067
+ key: string;
19068
+ /**
19069
+ * 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.
19070
+ */
19071
+ value: string;
19072
+ }
19073
+ interface VolumeBaselinePerformance {
19074
+ /**
19075
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
19076
+ */
19077
+ iops: number;
19078
+ /**
19079
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
19080
+ */
19081
+ throughput: number;
19082
+ }
19083
+ interface VolumeExtraPerformance {
19084
+ /**
19085
+ * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
19086
+ */
19087
+ extraPerformanceTypeId: string;
19088
+ /**
19089
+ * Extra IOPS of the disk.
19090
+ */
19091
+ iops: number;
19092
+ /**
19093
+ * Extra throughput of the disk.
19094
+ */
19095
+ throughput: number;
19096
+ }
19097
+ interface VolumeTag {
19098
+ /**
19099
+ * Tag key.
19100
+ */
19101
+ key: string;
19102
+ /**
19103
+ * Tag value.
19104
+ */
19105
+ value: string;
19106
+ }
19107
+ interface VolumeTotalPerformance {
19108
+ /**
19109
+ * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
19110
+ */
19111
+ iops: number;
19112
+ /**
19113
+ * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
19114
+ */
19115
+ throughput: number;
19116
+ }
19117
+ }
19118
+ export declare namespace tls {
19119
+ interface AlarmAlarmNotifyGroup {
19120
+ /**
19121
+ * Alert notification group ID.
19122
+ */
19123
+ alarmNotifyGroupId: string;
19124
+ }
19125
+ interface AlarmAlarmPeriodDetail {
19126
+ /**
19127
+ * Email alert interval, in minutes. Value range: 1–1440
19128
+ */
19129
+ email: number;
19130
+ /**
19131
+ * Custom Webhook alert interval, in minutes. Value range: 1–1440.
19132
+ */
19133
+ generalWebhook: number;
19134
+ /**
19135
+ * Phone alert cycle, in minutes. Value range: 10–1440.
19136
+ */
19137
+ phone: number;
19138
+ /**
19139
+ * SMS alert interval, in minutes. Value range: 10–1440
19140
+ */
19141
+ sms: number;
19142
+ }
19143
+ interface AlarmJoinConfiguration {
19144
+ /**
19145
+ * Expression used for left join or right join.
19146
+ */
19147
+ condition: string;
19148
+ /**
19149
+ * Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
19150
+ */
19151
+ setOperationType: string;
19152
+ }
19153
+ interface AlarmNotifyGroupNoticeRule {
19154
+ /**
19155
+ * Whether there is an end node afterwards.
19156
+ */
19157
+ hasEndNode: boolean;
19158
+ /**
19159
+ * Condition for whether to proceed to the next level.
19160
+ */
19161
+ hasNext: boolean;
19162
+ receiverInfos: outputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo[];
19163
+ /**
19164
+ * Rule node. JSON format.
19165
+ */
19166
+ ruleNode: string;
19167
+ }
19168
+ interface AlarmNotifyGroupNoticeRuleReceiverInfo {
19169
+ /**
19170
+ * Alarm content template ID.
19171
+ */
19172
+ alarmContentTemplateId: string;
19173
+ /**
19174
+ * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19175
+ */
19176
+ alarmWebhookAtGroups: string[];
19177
+ /**
19178
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19179
+ */
19180
+ alarmWebhookAtUsers: string[];
19181
+ /**
19182
+ * Alarm webhook integration configuration ID.
19183
+ */
19184
+ alarmWebhookIntegrationId: string;
19185
+ /**
19186
+ * Name of the alarm Webhook integration configuration.
19187
+ */
19188
+ alarmWebhookIntegrationName: string;
19189
+ /**
19190
+ * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19191
+ */
19192
+ alarmWebhookIsAtAll: boolean;
19193
+ /**
19194
+ * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
19195
+ */
19196
+ endTime: string;
19197
+ /**
19198
+ * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
19199
+ */
19200
+ generalWebhookBody: string;
19201
+ generalWebhookHeaders: outputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader[];
19202
+ /**
19203
+ * Custom callback method for the interface. Only POST or PUT is supported.
19204
+ */
19205
+ generalWebhookMethod: string;
19206
+ /**
19207
+ * Custom callback URL for the interface.
19208
+ */
19209
+ generalWebhookUrl: string;
19210
+ /**
19211
+ * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
19212
+ */
19213
+ receiverChannels: string[];
19214
+ /**
19215
+ * IAM user or user group name.
19216
+ */
19217
+ receiverNames: string[];
19218
+ /**
19219
+ * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
19220
+ */
19221
+ receiverType: string;
19222
+ /**
19223
+ * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19224
+ */
19225
+ startTime: string;
19226
+ }
19227
+ interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
19228
+ /**
19229
+ * Custom request header key.
19230
+ */
19231
+ key: string;
19232
+ /**
19233
+ * Custom request header value.
19234
+ */
19235
+ value: string;
19236
+ }
19237
+ interface AlarmNotifyGroupReceiver {
19238
+ /**
19239
+ * Alarm content template ID.
19240
+ */
19241
+ alarmContentTemplateId: string;
19242
+ /**
19243
+ * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19244
+ */
19245
+ alarmWebhookAtGroups: string[];
19246
+ /**
19247
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19248
+ */
19249
+ alarmWebhookAtUsers: string[];
19250
+ /**
19251
+ * Alarm webhook integration configuration ID.
19252
+ */
19253
+ alarmWebhookIntegrationId: string;
19254
+ /**
19255
+ * Name of the alarm Webhook integration configuration.
19256
+ */
19257
+ alarmWebhookIntegrationName: string;
19258
+ /**
19259
+ * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19260
+ */
19261
+ alarmWebhookIsAtAll: boolean;
19262
+ /**
19263
+ * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
18653
19264
  */
18654
- description: string;
19265
+ endTime: string;
18655
19266
  /**
18656
- * Image ID
19267
+ * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
18657
19268
  */
18658
- imageId: string;
19269
+ generalWebhookBody: string;
19270
+ generalWebhookHeaders: outputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader[];
18659
19271
  /**
18660
- * Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
19272
+ * Custom callback method for the interface. Only POST or PUT is supported.
18661
19273
  */
18662
- instantAccess: boolean;
19274
+ generalWebhookMethod: string;
18663
19275
  /**
18664
- * Dump progress
19276
+ * Custom callback URL for the interface.
18665
19277
  */
18666
- progress: number;
19278
+ generalWebhookUrl: string;
18667
19279
  /**
18668
- * Project of the snapshot
19280
+ * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
18669
19281
  */
18670
- projectName: string;
19282
+ receiverChannels: string[];
18671
19283
  /**
18672
- * Retention days for automatic snapshots
19284
+ * IAM user or user group name.
18673
19285
  */
18674
- retentionDays: number;
19286
+ receiverNames: string[];
18675
19287
  /**
18676
- * Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
19288
+ * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
18677
19289
  */
18678
- shared: boolean;
19290
+ receiverType: string;
18679
19291
  /**
18680
- * Snapshot consistency group ID
19292
+ * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
18681
19293
  */
18682
- snapshotGroupId: string;
19294
+ startTime: string;
19295
+ }
19296
+ interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
18683
19297
  /**
18684
- * Snapshot ID
19298
+ * Custom request header key.
18685
19299
  */
18686
- snapshotId: string;
19300
+ key: string;
18687
19301
  /**
18688
- * Snapshot name
19302
+ * Custom request header value.
18689
19303
  */
18690
- snapshotName: string;
19304
+ value: string;
19305
+ }
19306
+ interface AlarmQueryRequest {
18691
19307
  /**
18692
- * Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
19308
+ * Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
18693
19309
  */
18694
- snapshotType: string;
19310
+ endTimeOffset: number;
18695
19311
  /**
18696
- * Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
19312
+ * Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
18697
19313
  */
18698
- status: string;
18699
- tags: outputs.storageebs.SnapshotGroupSnapshotTag[];
19314
+ endTimeOffsetUnit: string;
18700
19315
  /**
18701
- * Cloud disk ID
19316
+ * Query analysis statement, with a maximum supported length of 1024 characters.
18702
19317
  */
18703
- volumeId: string;
19318
+ query: string;
18704
19319
  /**
18705
- * Cloud disk category. Values are as follows: - system: System disk - data: Data disk
19320
+ * Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
18706
19321
  */
18707
- volumeKind: string;
19322
+ startTimeOffset: number;
18708
19323
  /**
18709
- * Cloud disk name
19324
+ * Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
18710
19325
  */
18711
- volumeName: string;
19326
+ startTimeOffsetUnit: string;
18712
19327
  /**
18713
- * Cloud disk size (GiB)
19328
+ * Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
18714
19329
  */
18715
- volumeSize: number;
19330
+ timeSpanType: string;
18716
19331
  /**
18717
- * Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
19332
+ * Log topic ID monitored by the alert policy.
18718
19333
  */
18719
- volumeStatus: string;
19334
+ topicId: string;
18720
19335
  /**
18721
- * Cloud disk type. Values are as follows: - ESSD*PL0: Ultra-fast SSD cloud disk, PL0 specification - ESSD*FlexPL: Ultra-fast SSD cloud disk, FlexPL specification - TSSD_TL0: Throughput SSD cloud disk
19336
+ * Name of the log topic monitored by the alert policy.
18722
19337
  */
18723
- volumeType: string;
19338
+ topicName: string;
18724
19339
  /**
18725
- * Zone ID. If ultra-fast availability is enabled for the snapshot, you can create a cloud disk in this zone using the ultra-fast available snapshot
19340
+ * Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
18726
19341
  */
18727
- zoneId: string;
19342
+ truncatedTime: string;
18728
19343
  }
18729
- interface SnapshotGroupSnapshotTag {
19344
+ interface AlarmRequestCycle {
18730
19345
  /**
18731
- * Tag key
19346
+ * Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
18732
19347
  */
18733
- key: string;
19348
+ cronTab: string;
18734
19349
  /**
18735
- * Tag value
19350
+ * Time zone in which the Cron expression takes effect.
18736
19351
  */
18737
- value: string;
18738
- }
18739
- interface SnapshotGroupTag {
19352
+ cronTimeZone: string;
18740
19353
  /**
18741
- * Tag key
19354
+ * Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
18742
19355
  */
18743
- key: string;
19356
+ time: number;
18744
19357
  /**
18745
- * Tag value
19358
+ * Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
18746
19359
  */
18747
- value: string;
19360
+ type: string;
18748
19361
  }
18749
- interface SnapshotTag {
19362
+ interface AlarmTriggerCondition {
18750
19363
  /**
18751
- * 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.
19364
+ * Alert trigger condition expression.
18752
19365
  */
18753
- key: string;
19366
+ condition: string;
18754
19367
  /**
18755
- * 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.
19368
+ * Numerical expression for scenarios with data or specific entries, implemented using **count**.
18756
19369
  */
18757
- value: string;
18758
- }
18759
- interface VolumeBaselinePerformance {
19370
+ countCondition: string;
18760
19371
  /**
18761
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
19372
+ * When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
18762
19373
  */
18763
- iops: number;
19374
+ noData: boolean;
18764
19375
  /**
18765
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
19376
+ * Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
18766
19377
  */
18767
- throughput: number;
19378
+ severity: string;
18768
19379
  }
18769
- interface VolumeExtraPerformance {
19380
+ interface GetAlarmAlarmNotifyGroup {
18770
19381
  /**
18771
- * Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
19382
+ * Alert notification group ID.
18772
19383
  */
18773
- extraPerformanceTypeId: string;
19384
+ alarmNotifyGroupId: string;
18774
19385
  /**
18775
- * Extra IOPS of the disk.
19386
+ * Alert notification group name.
18776
19387
  */
18777
- iops: number;
19388
+ alarmNotifyGroupName: string;
18778
19389
  /**
18779
- * Extra throughput of the disk.
19390
+ * Alert notification group creation time.
18780
19391
  */
18781
- throughput: number;
18782
- }
18783
- interface VolumeTag {
19392
+ createTime: string;
18784
19393
  /**
18785
- * Tag key.
19394
+ * IAM project to which the alert group belongs.
18786
19395
  */
18787
- key: string;
19396
+ iamProjectName: string;
18788
19397
  /**
18789
- * Tag value.
19398
+ * Time when the alert notification group was modified.
18790
19399
  */
18791
- value: string;
18792
- }
18793
- interface VolumeTotalPerformance {
19400
+ modifyTime: string;
18794
19401
  /**
18795
- * Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
19402
+ * Notification group rule
18796
19403
  */
18797
- iops: number;
19404
+ noticeRules: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRule[];
18798
19405
  /**
18799
- * The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
19406
+ * Type of alert notification. Optional values, select one or more: Trigger - when an alert is triggered. Recovery - when an alert is recovered.
18800
19407
  */
18801
- throughput: number;
19408
+ notifyTypes: string[];
19409
+ /**
19410
+ * List of IAM users who receive alerts.
19411
+ */
19412
+ receivers: outputs.tls.GetAlarmAlarmNotifyGroupReceiver[];
18802
19413
  }
18803
- }
18804
- export declare namespace tls {
18805
- interface AlarmNotifyGroupNoticeRule {
19414
+ interface GetAlarmAlarmNotifyGroupNoticeRule {
18806
19415
  /**
18807
- * Whether there is an end node afterwards.
19416
+ * Whether a subsequent end node exists.
18808
19417
  */
18809
19418
  hasEndNode: boolean;
18810
19419
  /**
18811
- * Condition for whether to proceed to the next level.
19420
+ * Whether to continue to the next level of condition evaluation
18812
19421
  */
18813
19422
  hasNext: boolean;
18814
- receiverInfos: outputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo[];
18815
19423
  /**
18816
- * Rule node. JSON format.
19424
+ * Notification group rule
19425
+ */
19426
+ receiverInfos: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo[];
19427
+ /**
19428
+ * Rule node, in JSON format.
18817
19429
  */
18818
19430
  ruleNode: string;
18819
19431
  }
18820
- interface AlarmNotifyGroupNoticeRuleReceiverInfo {
19432
+ interface GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfo {
18821
19433
  /**
18822
- * Alarm content template ID.
19434
+ * Alert content template ID.
18823
19435
  */
18824
19436
  alarmContentTemplateId: string;
18825
19437
  /**
18826
- * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19438
+ * Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
18827
19439
  */
18828
19440
  alarmWebhookAtGroups: string[];
18829
19441
  /**
18830
- * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19442
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
18831
19443
  */
18832
19444
  alarmWebhookAtUsers: string[];
18833
19445
  /**
18834
- * Alarm webhook integration configuration ID.
19446
+ * ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
18835
19447
  */
18836
19448
  alarmWebhookIntegrationId: string;
18837
19449
  /**
18838
- * Name of the alarm Webhook integration configuration.
19450
+ * Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
18839
19451
  */
18840
19452
  alarmWebhookIntegrationName: string;
18841
19453
  /**
18842
- * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19454
+ * Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
18843
19455
  */
18844
19456
  alarmWebhookIsAtAll: boolean;
18845
19457
  /**
18846
- * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
19458
+ * End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
18847
19459
  */
18848
19460
  endTime: string;
18849
19461
  /**
18850
- * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
19462
+ * Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
18851
19463
  */
18852
19464
  generalWebhookBody: string;
18853
- generalWebhookHeaders: outputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader[];
18854
19465
  /**
18855
- * Custom callback method for the interface. Only POST or PUT is supported.
19466
+ * Custom interface callback request header.
19467
+ */
19468
+ generalWebhookHeaders: outputs.tls.GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader[];
19469
+ /**
19470
+ * Custom interface callback method. Only POST or PUT is supported.
18856
19471
  */
18857
19472
  generalWebhookMethod: string;
18858
19473
  /**
18859
- * Custom callback URL for the interface.
19474
+ * Custom callback URL for the interface
18860
19475
  */
18861
19476
  generalWebhookUrl: string;
18862
19477
  /**
18863
- * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
19478
+ * Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
18864
19479
  */
18865
19480
  receiverChannels: string[];
18866
19481
  /**
18867
- * IAM user or user group name.
19482
+ * IAM user or user group name
18868
19483
  */
18869
19484
  receiverNames: string[];
18870
19485
  /**
18871
- * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
19486
+ * Recipient type. Options: User: IAM user. UserGroup: IAM user group.
18872
19487
  */
18873
19488
  receiverType: string;
18874
19489
  /**
18875
- * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19490
+ * Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
18876
19491
  */
18877
19492
  startTime: string;
18878
19493
  }
18879
- interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
19494
+ interface GetAlarmAlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
18880
19495
  /**
18881
- * Custom request header key.
19496
+ * Key of the custom request header.
18882
19497
  */
18883
19498
  key: string;
18884
19499
  /**
18885
- * Custom request header value.
19500
+ * Value of the custom request header.
18886
19501
  */
18887
19502
  value: string;
18888
19503
  }
18889
- interface AlarmNotifyGroupReceiver {
19504
+ interface GetAlarmAlarmNotifyGroupReceiver {
18890
19505
  /**
18891
- * Alarm content template ID.
19506
+ * Alert content template ID.
18892
19507
  */
18893
19508
  alarmContentTemplateId: string;
18894
19509
  /**
18895
- * User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19510
+ * Name of the user group to be notified when sending notifications to 飞书, DingTalk, or WeCom via Webhook integration configuration.
18896
19511
  */
18897
19512
  alarmWebhookAtGroups: string[];
18898
19513
  /**
18899
- * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19514
+ * Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration.
18900
19515
  */
18901
19516
  alarmWebhookAtUsers: string[];
18902
19517
  /**
18903
- * Alarm webhook integration configuration ID.
19518
+ * ID of the alert Webhook integration configuration. When you configure parameters starting with AlarmWebhook, it means you choose to manage the Webhook address using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
18904
19519
  */
18905
19520
  alarmWebhookIntegrationId: string;
18906
19521
  /**
18907
- * Name of the alarm Webhook integration configuration.
19522
+ * Name of the alert Webhook integration configuration. When parameters starting with AlarmWebhook are configured, it means you choose to manage Webhook addresses using the Webhook integration configuration. In this case, leave parameters starting with GeneralWebhook empty; no configuration is required.
18908
19523
  */
18909
19524
  alarmWebhookIntegrationName: string;
18910
19525
  /**
18911
- * Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
19526
+ * Whether to notify all users when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration configuration. true: notify all users. false: do not notify all users.
18912
19527
  */
18913
19528
  alarmWebhookIsAtAll: boolean;
18914
19529
  /**
18915
- * End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
19530
+ * End time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime
18916
19531
  */
18917
19532
  endTime: string;
18918
19533
  /**
18919
- * Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
19534
+ * Custom WebHook request body. It is recommended to set the request body content according to the callback interface format requirements of the corresponding service.
18920
19535
  */
18921
19536
  generalWebhookBody: string;
18922
- generalWebhookHeaders: outputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader[];
18923
19537
  /**
18924
- * Custom callback method for the interface. Only POST or PUT is supported.
19538
+ * Custom interface callback request header.
19539
+ */
19540
+ generalWebhookHeaders: outputs.tls.GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader[];
19541
+ /**
19542
+ * Custom interface callback method. Only POST or PUT is supported.
18925
19543
  */
18926
19544
  generalWebhookMethod: string;
18927
19545
  /**
18928
- * Custom callback URL for the interface.
19546
+ * Custom callback URL for the interface
18929
19547
  */
18930
19548
  generalWebhookUrl: string;
18931
19549
  /**
18932
- * Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
19550
+ * Notification receiving channels. You can set one or more channels. Options: Email: Email. Sms: SMS. Phone: Phone call. GeneralWebhook: Custom Webhook address. 飞书: 飞书. DingTalk: DingTalk. WeCom: WeCom.
18933
19551
  */
18934
19552
  receiverChannels: string[];
18935
19553
  /**
18936
- * IAM user or user group name.
19554
+ * IAM user or user group name
18937
19555
  */
18938
19556
  receiverNames: string[];
18939
19557
  /**
18940
- * Recipient type. Options: User: IAM user; UserGroup: IAM user group.
19558
+ * Recipient type. Options: User: IAM user. UserGroup: IAM user group.
18941
19559
  */
18942
19560
  receiverType: string;
18943
19561
  /**
18944
- * Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
19562
+ * Start time for receiving alert notifications. 24-hour format, HH:mm:ss, range: 00:00:00–23:59:59. StartTime cannot be later than EndTime.
18945
19563
  */
18946
19564
  startTime: string;
18947
19565
  }
18948
- interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
19566
+ interface GetAlarmAlarmNotifyGroupReceiverGeneralWebhookHeader {
18949
19567
  /**
18950
- * Custom request header key.
19568
+ * Key of the custom request header.
18951
19569
  */
18952
19570
  key: string;
18953
19571
  /**
18954
- * Custom request header value.
19572
+ * Value of the custom request header.
18955
19573
  */
18956
19574
  value: string;
18957
19575
  }
19576
+ interface GetAlarmAlarmPeriodDetail {
19577
+ /**
19578
+ * Email alert interval, in minutes. Value range: 1–1440
19579
+ */
19580
+ email: number;
19581
+ /**
19582
+ * Custom Webhook alert interval, in minutes. Value range: 1–1440.
19583
+ */
19584
+ generalWebhook: number;
19585
+ /**
19586
+ * Phone alert cycle, in minutes. Value range: 10–1440.
19587
+ */
19588
+ phone: number;
19589
+ /**
19590
+ * SMS alert interval, in minutes. Value range: 10–1440
19591
+ */
19592
+ sms: number;
19593
+ }
19594
+ interface GetAlarmJoinConfiguration {
19595
+ /**
19596
+ * Expression used for left join or right join.
19597
+ */
19598
+ condition: string;
19599
+ /**
19600
+ * Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
19601
+ */
19602
+ setOperationType: string;
19603
+ }
18958
19604
  interface GetAlarmNotifyGroupNoticeRule {
18959
19605
  /**
18960
19606
  * Whether there is an end node afterwards.
@@ -19117,6 +19763,84 @@ export declare namespace tls {
19117
19763
  */
19118
19764
  value: string;
19119
19765
  }
19766
+ interface GetAlarmQueryRequest {
19767
+ /**
19768
+ * Query end time, relative to the current time, in minutes. Value must be a non-positive integer and greater than StartTimeOffset. Maximum: 0, minimum: -1440
19769
+ */
19770
+ endTimeOffset: number;
19771
+ /**
19772
+ * Unit for the end time range of the query. Default is minutes. Supports second/minute/hour (Second, Minute, Hour).
19773
+ */
19774
+ endTimeOffsetUnit: string;
19775
+ /**
19776
+ * Alert object sequence number, starting from 1 and incrementing by 1
19777
+ */
19778
+ number: number;
19779
+ /**
19780
+ * Query analysis statement, with a maximum supported length of 1024 characters.
19781
+ */
19782
+ query: string;
19783
+ /**
19784
+ * Query start time, relative to the current time, in minutes. Value must be a non-positive integer. Maximum: 0, minimum: -1440
19785
+ */
19786
+ startTimeOffset: number;
19787
+ /**
19788
+ * Unit for the query start time range. The default is minutes. Supports seconds/minutes/hours (Second, Minute, Hour).
19789
+ */
19790
+ startTimeOffsetUnit: string;
19791
+ /**
19792
+ * Whether to use on-the-hour time for the query. If left blank, defaults to Relative.
19793
+ */
19794
+ timeSpanType: string;
19795
+ /**
19796
+ * Log topic ID monitored by the alert policy.
19797
+ */
19798
+ topicId: string;
19799
+ /**
19800
+ * Name of the log topic monitored by the alert policy.
19801
+ */
19802
+ topicName: string;
19803
+ /**
19804
+ * Round time values, i.e., round to the nearest minute or hour (Second, Minute, Hour).
19805
+ */
19806
+ truncatedTime: string;
19807
+ }
19808
+ interface GetAlarmRequestCycle {
19809
+ /**
19810
+ * Cron expression. Log Service uses a Cron expression to specify the scheduled execution of alert tasks. The minimum granularity is one minute, using a 24-hour format. For example, 0 18 * * * means the alert task runs once daily at 18:00.
19811
+ */
19812
+ cronTab: string;
19813
+ /**
19814
+ * Time zone in which the Cron expression takes effect.
19815
+ */
19816
+ cronTimeZone: string;
19817
+ /**
19818
+ * Scheduling cycle or the specific time point for periodic execution (minutes from 00:00). Value range: 1–1440, in minutes.
19819
+ */
19820
+ time: number;
19821
+ /**
19822
+ * Scheduling interval type. Options: Period: schedule at regular intervals. Fixed: schedule at a fixed time each day. Cron: use a Cron expression.
19823
+ */
19824
+ type: string;
19825
+ }
19826
+ interface GetAlarmTriggerCondition {
19827
+ /**
19828
+ * Alert trigger condition expression.
19829
+ */
19830
+ condition: string;
19831
+ /**
19832
+ * Numerical expression for scenarios with data or specific entries, implemented using **count**.
19833
+ */
19834
+ countCondition: string;
19835
+ /**
19836
+ * When enabled, if the result after set operations is an empty set, a separate no-data alert is triggered.
19837
+ */
19838
+ noData: boolean;
19839
+ /**
19840
+ * Alert notification level, indicating the severity of the alert. Supports notice, warning, or critical, with severity increasing in that order. The default is notice.
19841
+ */
19842
+ severity: string;
19843
+ }
19120
19844
  interface GetImportTaskImportSourceInfo {
19121
19845
  /**
19122
19846
  * Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
@@ -26833,6 +27557,16 @@ export declare namespace vpn {
26833
27557
  */
26834
27558
  value: string;
26835
27559
  }
27560
+ interface GetSslVpnServerTag {
27561
+ /**
27562
+ * Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
27563
+ */
27564
+ key: string;
27565
+ /**
27566
+ * Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
27567
+ */
27568
+ value: string;
27569
+ }
26836
27570
  interface GetVpnConnectionBgpInfo {
26837
27571
  /**
26838
27572
  * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
@@ -27087,6 +27821,16 @@ export declare namespace vpn {
27087
27821
  */
27088
27822
  tunnelCidr: string;
27089
27823
  }
27824
+ interface GetVpnGatewayRouteAsPath {
27825
+ /**
27826
+ * AS path sequence. If the AS path type is Sequence, the returned data is the original ASN sequence, such as [65533]. If the AS path type is Set, it indicates that the AS path has been aggregated, and the returned data is the aggregated ASN sequence, such as [4,5].
27827
+ */
27828
+ numbers: number[];
27829
+ /**
27830
+ * AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
27831
+ */
27832
+ type: string;
27833
+ }
27090
27834
  interface GetVpnGatewayTag {
27091
27835
  /**
27092
27836
  * VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
@@ -27107,6 +27851,16 @@ export declare namespace vpn {
27107
27851
  */
27108
27852
  value: string;
27109
27853
  }
27854
+ interface SslVpnServerTag {
27855
+ /**
27856
+ * Tag key for the SSL server label (Key). Naming rules: Must not start with any case combination of sys:. Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Length must be between 1 and 128 characters. Note: Tag keys for the same resource must be unique.
27857
+ */
27858
+ key: string;
27859
+ /**
27860
+ * Tag value for the SSL server label (Value). Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: "_", ".", ":", "/", "=", "+", "-", "@". Can be empty. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
27861
+ */
27862
+ value: string;
27863
+ }
27110
27864
  interface VpnConnectionBgpInfo {
27111
27865
  /**
27112
27866
  * Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
@@ -27361,6 +28115,16 @@ export declare namespace vpn {
27361
28115
  */
27362
28116
  tunnelCidr: string;
27363
28117
  }
28118
+ interface VpnGatewayRouteAsPath {
28119
+ /**
28120
+ * AS path sequence. If the AS path type is Sequence, the returned data is the original ASN sequence, such as [65533]. If the AS path type is Set, it indicates that the AS path has been aggregated, and the returned data is the aggregated ASN sequence, such as [4,5].
28121
+ */
28122
+ numbers: number[];
28123
+ /**
28124
+ * AS path type. Sequence: normal ordered sequence; Set: aggregated sequence.
28125
+ */
28126
+ type: string;
28127
+ }
27364
28128
  interface VpnGatewayTag {
27365
28129
  /**
27366
28130
  * VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.