@alicloud/ebs20210730 1.3.13 → 1.3.15

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.
package/dist/client.d.ts CHANGED
@@ -104,13 +104,60 @@ export declare class CancelLensServiceResponse extends $tea.Model {
104
104
  [key: string]: any;
105
105
  });
106
106
  }
107
+ export declare class ChangeResourceGroupRequest extends $tea.Model {
108
+ clientToken?: string;
109
+ newResourceGroupId?: string;
110
+ regionId?: string;
111
+ resourceId?: string;
112
+ resourceType?: string;
113
+ static names(): {
114
+ [key: string]: string;
115
+ };
116
+ static types(): {
117
+ [key: string]: any;
118
+ };
119
+ constructor(map?: {
120
+ [key: string]: any;
121
+ });
122
+ }
123
+ export declare class ChangeResourceGroupResponseBody extends $tea.Model {
124
+ requestId?: string;
125
+ static names(): {
126
+ [key: string]: string;
127
+ };
128
+ static types(): {
129
+ [key: string]: any;
130
+ };
131
+ constructor(map?: {
132
+ [key: string]: any;
133
+ });
134
+ }
135
+ export declare class ChangeResourceGroupResponse extends $tea.Model {
136
+ headers: {
137
+ [key: string]: string;
138
+ };
139
+ statusCode: number;
140
+ body: ChangeResourceGroupResponseBody;
141
+ static names(): {
142
+ [key: string]: string;
143
+ };
144
+ static types(): {
145
+ [key: string]: any;
146
+ };
147
+ constructor(map?: {
148
+ [key: string]: any;
149
+ });
150
+ }
107
151
  export declare class CreateDedicatedBlockStorageClusterRequest extends $tea.Model {
108
152
  azone?: string;
109
153
  capacity?: number;
110
154
  dbscId?: string;
111
155
  dbscName?: string;
156
+ period?: number;
157
+ periodUnit?: string;
112
158
  regionId?: string;
113
159
  resourceGroupId?: string;
160
+ tag?: CreateDedicatedBlockStorageClusterRequestTag[];
114
161
  type?: string;
115
162
  static names(): {
116
163
  [key: string]: string;
@@ -161,7 +208,9 @@ export declare class CreateDiskReplicaGroupRequest extends $tea.Model {
161
208
  groupName?: string;
162
209
  RPO?: number;
163
210
  regionId?: string;
211
+ resourceGroupId?: string;
164
212
  sourceZoneId?: string;
213
+ tag?: CreateDiskReplicaGroupRequestTag[];
165
214
  static names(): {
166
215
  [key: string]: string;
167
216
  };
@@ -215,7 +264,9 @@ export declare class CreateDiskReplicaPairRequest extends $tea.Model {
215
264
  periodUnit?: string;
216
265
  RPO?: number;
217
266
  regionId?: string;
267
+ resourceGroupId?: string;
218
268
  sourceZoneId?: string;
269
+ tag?: CreateDiskReplicaPairRequestTag[];
219
270
  static names(): {
220
271
  [key: string]: string;
221
272
  };
@@ -594,7 +645,9 @@ export declare class DescribeDiskReplicaGroupsRequest extends $tea.Model {
594
645
  pageNumber?: number;
595
646
  pageSize?: number;
596
647
  regionId?: string;
648
+ resourceGroupId?: string;
597
649
  site?: string;
650
+ tag?: DescribeDiskReplicaGroupsRequestTag[];
598
651
  static names(): {
599
652
  [key: string]: string;
600
653
  };
@@ -689,7 +742,9 @@ export declare class DescribeDiskReplicaPairsRequest extends $tea.Model {
689
742
  pairIds?: string;
690
743
  regionId?: string;
691
744
  replicaGroupId?: string;
745
+ resourceGroupId?: string;
692
746
  site?: string;
747
+ tag?: DescribeDiskReplicaPairsRequestTag[];
693
748
  static names(): {
694
749
  [key: string]: string;
695
750
  };
@@ -1119,6 +1174,7 @@ export declare class ReprotectDiskReplicaGroupRequest extends $tea.Model {
1119
1174
  clientToken?: string;
1120
1175
  regionId?: string;
1121
1176
  replicaGroupId?: string;
1177
+ reverseReplicate?: boolean;
1122
1178
  static names(): {
1123
1179
  [key: string]: string;
1124
1180
  };
@@ -1161,6 +1217,7 @@ export declare class ReprotectDiskReplicaPairRequest extends $tea.Model {
1161
1217
  clientToken?: string;
1162
1218
  regionId?: string;
1163
1219
  replicaPairId?: string;
1220
+ reverseReplicate?: boolean;
1164
1221
  static names(): {
1165
1222
  [key: string]: string;
1166
1223
  };
@@ -1566,6 +1623,45 @@ export declare class UntagResourcesResponse extends $tea.Model {
1566
1623
  [key: string]: any;
1567
1624
  });
1568
1625
  }
1626
+ export declare class CreateDedicatedBlockStorageClusterRequestTag extends $tea.Model {
1627
+ key?: string;
1628
+ value?: string;
1629
+ static names(): {
1630
+ [key: string]: string;
1631
+ };
1632
+ static types(): {
1633
+ [key: string]: any;
1634
+ };
1635
+ constructor(map?: {
1636
+ [key: string]: any;
1637
+ });
1638
+ }
1639
+ export declare class CreateDiskReplicaGroupRequestTag extends $tea.Model {
1640
+ key?: string;
1641
+ value?: string;
1642
+ static names(): {
1643
+ [key: string]: string;
1644
+ };
1645
+ static types(): {
1646
+ [key: string]: any;
1647
+ };
1648
+ constructor(map?: {
1649
+ [key: string]: any;
1650
+ });
1651
+ }
1652
+ export declare class CreateDiskReplicaPairRequestTag extends $tea.Model {
1653
+ key?: string;
1654
+ value?: string;
1655
+ static names(): {
1656
+ [key: string]: string;
1657
+ };
1658
+ static types(): {
1659
+ [key: string]: any;
1660
+ };
1661
+ constructor(map?: {
1662
+ [key: string]: any;
1663
+ });
1664
+ }
1569
1665
  export declare class DescribeDedicatedBlockStorageClusterDisksResponseBodyDisksDiskTags extends $tea.Model {
1570
1666
  tagKey?: string;
1571
1667
  tagValue?: string;
@@ -1582,6 +1678,7 @@ export declare class DescribeDedicatedBlockStorageClusterDisksResponseBodyDisksD
1582
1678
  export declare class DescribeDedicatedBlockStorageClusterDisksResponseBodyDisksDisk extends $tea.Model {
1583
1679
  attachedTime?: string;
1584
1680
  bdfId?: string;
1681
+ burstingEnabled?: boolean;
1585
1682
  category?: string;
1586
1683
  deleteAutoSnapshot?: boolean;
1587
1684
  deleteWithInstance?: boolean;
@@ -1601,6 +1698,7 @@ export declare class DescribeDedicatedBlockStorageClusterDisksResponseBodyDisksD
1601
1698
  multiAttach?: string;
1602
1699
  performanceLevel?: string;
1603
1700
  portable?: boolean;
1701
+ provisionedIops?: number;
1604
1702
  regionId?: string;
1605
1703
  size?: number;
1606
1704
  sourceSnapshotId?: string;
@@ -1609,6 +1707,7 @@ export declare class DescribeDedicatedBlockStorageClusterDisksResponseBodyDisksD
1609
1707
  storageSetId?: string;
1610
1708
  storageSetPartitionNumber?: number;
1611
1709
  tags?: DescribeDedicatedBlockStorageClusterDisksResponseBodyDisksDiskTags[];
1710
+ throughput?: number;
1612
1711
  type?: string;
1613
1712
  zoneId?: string;
1614
1713
  static names(): {
@@ -1648,9 +1747,17 @@ export declare class DescribeDedicatedBlockStorageClustersRequestTag extends $te
1648
1747
  }
1649
1748
  export declare class DescribeDedicatedBlockStorageClustersResponseBodyDedicatedBlockStorageClustersDedicatedBlockStorageClusterCapacity extends $tea.Model {
1650
1749
  availableCapacity?: number;
1750
+ availableDeviceCapacity?: number;
1751
+ availableSpaceCapacity?: number;
1752
+ clusterAvailableCapacity?: number;
1753
+ clusterDeliveryCapacity?: number;
1651
1754
  deliveryCapacity?: number;
1652
1755
  totalCapacity?: number;
1756
+ totalDeviceCapacity?: number;
1757
+ totalSpaceCapacity?: number;
1653
1758
  usedCapacity?: number;
1759
+ usedDeviceCapacity?: number;
1760
+ usedSpaceCapacity?: number;
1654
1761
  static names(): {
1655
1762
  [key: string]: string;
1656
1763
  };
@@ -1675,17 +1782,21 @@ export declare class DescribeDedicatedBlockStorageClustersResponseBodyDedicatedB
1675
1782
  });
1676
1783
  }
1677
1784
  export declare class DescribeDedicatedBlockStorageClustersResponseBodyDedicatedBlockStorageClusters extends $tea.Model {
1785
+ aliUid?: string;
1678
1786
  category?: string;
1679
1787
  createTime?: string;
1680
1788
  dedicatedBlockStorageClusterCapacity?: DescribeDedicatedBlockStorageClustersResponseBodyDedicatedBlockStorageClustersDedicatedBlockStorageClusterCapacity;
1681
1789
  dedicatedBlockStorageClusterId?: string;
1682
1790
  dedicatedBlockStorageClusterName?: string;
1683
1791
  description?: string;
1792
+ enableThinProvision?: boolean;
1684
1793
  expiredTime?: string;
1685
1794
  performanceLevel?: string;
1686
1795
  regionId?: string;
1687
1796
  resourceGroupId?: string;
1797
+ sizeOverSoldRatio?: number;
1688
1798
  status?: string;
1799
+ storageDomain?: string;
1689
1800
  supportedCategory?: string;
1690
1801
  tags?: DescribeDedicatedBlockStorageClustersResponseBodyDedicatedBlockStorageClustersTags[];
1691
1802
  type?: string;
@@ -1752,6 +1863,32 @@ export declare class DescribeDiskMonitorDataListResponseBodyMonitorData extends
1752
1863
  [key: string]: any;
1753
1864
  });
1754
1865
  }
1866
+ export declare class DescribeDiskReplicaGroupsRequestTag extends $tea.Model {
1867
+ key?: string;
1868
+ value?: string;
1869
+ static names(): {
1870
+ [key: string]: string;
1871
+ };
1872
+ static types(): {
1873
+ [key: string]: any;
1874
+ };
1875
+ constructor(map?: {
1876
+ [key: string]: any;
1877
+ });
1878
+ }
1879
+ export declare class DescribeDiskReplicaGroupsResponseBodyReplicaGroupsTags extends $tea.Model {
1880
+ tagKey?: string;
1881
+ tagValue?: string;
1882
+ static names(): {
1883
+ [key: string]: string;
1884
+ };
1885
+ static types(): {
1886
+ [key: string]: any;
1887
+ };
1888
+ constructor(map?: {
1889
+ [key: string]: any;
1890
+ });
1891
+ }
1755
1892
  export declare class DescribeDiskReplicaGroupsResponseBodyReplicaGroups extends $tea.Model {
1756
1893
  bandwidth?: number;
1757
1894
  description?: string;
@@ -1765,12 +1902,40 @@ export declare class DescribeDiskReplicaGroupsResponseBodyReplicaGroups extends
1765
1902
  primaryZone?: string;
1766
1903
  RPO?: number;
1767
1904
  replicaGroupId?: string;
1905
+ resourceGroupId?: string;
1768
1906
  site?: string;
1769
1907
  sourceRegionId?: string;
1770
1908
  sourceZoneId?: string;
1771
1909
  standbyRegion?: string;
1772
1910
  standbyZone?: string;
1773
1911
  status?: string;
1912
+ tags?: DescribeDiskReplicaGroupsResponseBodyReplicaGroupsTags[];
1913
+ static names(): {
1914
+ [key: string]: string;
1915
+ };
1916
+ static types(): {
1917
+ [key: string]: any;
1918
+ };
1919
+ constructor(map?: {
1920
+ [key: string]: any;
1921
+ });
1922
+ }
1923
+ export declare class DescribeDiskReplicaPairsRequestTag extends $tea.Model {
1924
+ key?: string;
1925
+ value?: string;
1926
+ static names(): {
1927
+ [key: string]: string;
1928
+ };
1929
+ static types(): {
1930
+ [key: string]: any;
1931
+ };
1932
+ constructor(map?: {
1933
+ [key: string]: any;
1934
+ });
1935
+ }
1936
+ export declare class DescribeDiskReplicaPairsResponseBodyReplicaPairsTags extends $tea.Model {
1937
+ tagKey?: string;
1938
+ tagValue?: string;
1774
1939
  static names(): {
1775
1940
  [key: string]: string;
1776
1941
  };
@@ -1798,6 +1963,7 @@ export declare class DescribeDiskReplicaPairsResponseBodyReplicaPairs extends $t
1798
1963
  replicaGroupId?: string;
1799
1964
  replicaGroupName?: string;
1800
1965
  replicaPairId?: string;
1966
+ resourceGroupId?: string;
1801
1967
  site?: string;
1802
1968
  sourceDiskId?: string;
1803
1969
  sourceRegion?: string;
@@ -1806,6 +1972,7 @@ export declare class DescribeDiskReplicaPairsResponseBodyReplicaPairs extends $t
1806
1972
  standbyZone?: string;
1807
1973
  status?: string;
1808
1974
  statusMessage?: string;
1975
+ tags?: DescribeDiskReplicaPairsResponseBodyReplicaPairsTags[];
1809
1976
  static names(): {
1810
1977
  [key: string]: string;
1811
1978
  };
@@ -1891,74 +2058,596 @@ export default class Client extends OpenApi {
1891
2058
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
1892
2059
  [key: string]: string;
1893
2060
  }, endpoint: string): string;
2061
+ /**
2062
+ * The region ID of the replication pair-consistent group.
2063
+ *
2064
+ * @param request AddDiskReplicaPairRequest
2065
+ * @param runtime runtime options for this request RuntimeOptions
2066
+ * @return AddDiskReplicaPairResponse
2067
+ */
1894
2068
  addDiskReplicaPairWithOptions(request: AddDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<AddDiskReplicaPairResponse>;
2069
+ /**
2070
+ * The region ID of the replication pair-consistent group.
2071
+ *
2072
+ * @param request AddDiskReplicaPairRequest
2073
+ * @return AddDiskReplicaPairResponse
2074
+ */
1895
2075
  addDiskReplicaPair(request: AddDiskReplicaPairRequest): Promise<AddDiskReplicaPairResponse>;
2076
+ /**
2077
+ * ## Usage notes
2078
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2079
+ *
2080
+ * @param request ApplyLensServiceRequest
2081
+ * @param runtime runtime options for this request RuntimeOptions
2082
+ * @return ApplyLensServiceResponse
2083
+ */
1896
2084
  applyLensServiceWithOptions(runtime: $Util.RuntimeOptions): Promise<ApplyLensServiceResponse>;
2085
+ /**
2086
+ * ## Usage notes
2087
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2088
+ *
2089
+ * @return ApplyLensServiceResponse
2090
+ */
1897
2091
  applyLensService(): Promise<ApplyLensServiceResponse>;
2092
+ /**
2093
+ * ## Usage notes
2094
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2095
+ *
2096
+ * @param request CancelLensServiceRequest
2097
+ * @param runtime runtime options for this request RuntimeOptions
2098
+ * @return CancelLensServiceResponse
2099
+ */
1898
2100
  cancelLensServiceWithOptions(runtime: $Util.RuntimeOptions): Promise<CancelLensServiceResponse>;
2101
+ /**
2102
+ * ## Usage notes
2103
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2104
+ *
2105
+ * @return CancelLensServiceResponse
2106
+ */
1899
2107
  cancelLensService(): Promise<CancelLensServiceResponse>;
2108
+ changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
2109
+ changeResourceGroup(request: ChangeResourceGroupRequest): Promise<ChangeResourceGroupResponse>;
2110
+ /**
2111
+ * Dedicated block storage clusters are physically isolated from public block storage clusters. The owner of each dedicated block storage cluster has exclusive access to all resources in the cluster. For more information, see [Overview](~~208883~~).
2112
+ * Disks created in a dedicated block storage cluster can be attached only to Elastic Compute Service (ECS) instances that reside in the same zone as the cluster. Before you create a dedicated block storage cluster, decide the regions and zones in which to deploy your cloud resources.
2113
+ * Dedicated block storage clusters are classified into basic and performance types. When you create a dedicated block storage cluster, select a cluster type based on your business requirements.
2114
+ * You are charged for creating dedicated block storage clusters. For more information, see [~~208884~~](~~208884~~).
2115
+ *
2116
+ * @param request CreateDedicatedBlockStorageClusterRequest
2117
+ * @param runtime runtime options for this request RuntimeOptions
2118
+ * @return CreateDedicatedBlockStorageClusterResponse
2119
+ */
1900
2120
  createDedicatedBlockStorageClusterWithOptions(request: CreateDedicatedBlockStorageClusterRequest, runtime: $Util.RuntimeOptions): Promise<CreateDedicatedBlockStorageClusterResponse>;
2121
+ /**
2122
+ * Dedicated block storage clusters are physically isolated from public block storage clusters. The owner of each dedicated block storage cluster has exclusive access to all resources in the cluster. For more information, see [Overview](~~208883~~).
2123
+ * Disks created in a dedicated block storage cluster can be attached only to Elastic Compute Service (ECS) instances that reside in the same zone as the cluster. Before you create a dedicated block storage cluster, decide the regions and zones in which to deploy your cloud resources.
2124
+ * Dedicated block storage clusters are classified into basic and performance types. When you create a dedicated block storage cluster, select a cluster type based on your business requirements.
2125
+ * You are charged for creating dedicated block storage clusters. For more information, see [~~208884~~](~~208884~~).
2126
+ *
2127
+ * @param request CreateDedicatedBlockStorageClusterRequest
2128
+ * @return CreateDedicatedBlockStorageClusterResponse
2129
+ */
1901
2130
  createDedicatedBlockStorageCluster(request: CreateDedicatedBlockStorageClusterRequest): Promise<CreateDedicatedBlockStorageClusterResponse>;
2131
+ /**
2132
+ * The replication pair-consistent group feature allows you to batch manage multiple disks in disaster recovery scenarios. You can restore the data of all disks in the same replication pair-consistent group to the same point in time to allow for disaster recovery of one or more instances.
2133
+ * When you create a replication pair-consistent group, take note of the following items:
2134
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore, US (Silicon Valley), and US (Virginia) regions.
2135
+ * * Replication pair-consistent groups support disaster recovery across zones within the same region and disaster recovery across regions.
2136
+ * * A replication pair and a replication pair-consistent group replicate in the same direction if they have the same primary region (production region), primary zone (production zone), secondary region (disaster recovery region), and secondary zone (disaster recovery zone). Replication pairs can be added only to a replication pair-consistent group that replicates in the same direction as them.
2137
+ * * After replication pairs are added to a replication pair-consistent group, the recovery point objective (RPO) of the group takes effect on the pairs in place of their original RPOs.
2138
+ *
2139
+ * @param request CreateDiskReplicaGroupRequest
2140
+ * @param runtime runtime options for this request RuntimeOptions
2141
+ * @return CreateDiskReplicaGroupResponse
2142
+ */
1902
2143
  createDiskReplicaGroupWithOptions(request: CreateDiskReplicaGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiskReplicaGroupResponse>;
2144
+ /**
2145
+ * The replication pair-consistent group feature allows you to batch manage multiple disks in disaster recovery scenarios. You can restore the data of all disks in the same replication pair-consistent group to the same point in time to allow for disaster recovery of one or more instances.
2146
+ * When you create a replication pair-consistent group, take note of the following items:
2147
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore, US (Silicon Valley), and US (Virginia) regions.
2148
+ * * Replication pair-consistent groups support disaster recovery across zones within the same region and disaster recovery across regions.
2149
+ * * A replication pair and a replication pair-consistent group replicate in the same direction if they have the same primary region (production region), primary zone (production zone), secondary region (disaster recovery region), and secondary zone (disaster recovery zone). Replication pairs can be added only to a replication pair-consistent group that replicates in the same direction as them.
2150
+ * * After replication pairs are added to a replication pair-consistent group, the recovery point objective (RPO) of the group takes effect on the pairs in place of their original RPOs.
2151
+ *
2152
+ * @param request CreateDiskReplicaGroupRequest
2153
+ * @return CreateDiskReplicaGroupResponse
2154
+ */
1903
2155
  createDiskReplicaGroup(request: CreateDiskReplicaGroupRequest): Promise<CreateDiskReplicaGroupResponse>;
2156
+ /**
2157
+ * Async replication is a feature that protects data across regions by using the data replication capability of Elastic Block Storage (EBS). This feature can be used to asynchronously replicate data from a disk in one region to a disk in another region for disaster recovery purposes. You can use this feature to implement disaster recovery for critical business to protect data in your databases and improve business continuity.
2158
+ * Currently, the async replication feature can asynchronously replicate data only between enhanced SSDs (ESSDs). The functionality of disks in replication pairs is limited. You are charged on a subscription basis for the bandwidth that is used by the async replication feature.
2159
+ * Before you call this operation, take note of the following items:
2160
+ * * Make sure that the source disk (primary disk) from which to replicate data and the destination disk (secondary disk) to which to replicate data are created. You can call the [CreateDisk](~~25513~~) operation to create disks.
2161
+ * * The secondary disk cannot reside the same region as the primary disk. The async replication feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore, US (Silicon Valley), and US (Virginia) regions.
2162
+ * * After you call this operation to create a replication pair, you must call the [StartDiskReplicaPair](~~354205~~) operation to enable async replication to periodically replicate data from the primary disk to the secondary disk across regions.
2163
+ *
2164
+ * @param request CreateDiskReplicaPairRequest
2165
+ * @param runtime runtime options for this request RuntimeOptions
2166
+ * @return CreateDiskReplicaPairResponse
2167
+ */
1904
2168
  createDiskReplicaPairWithOptions(request: CreateDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiskReplicaPairResponse>;
2169
+ /**
2170
+ * Async replication is a feature that protects data across regions by using the data replication capability of Elastic Block Storage (EBS). This feature can be used to asynchronously replicate data from a disk in one region to a disk in another region for disaster recovery purposes. You can use this feature to implement disaster recovery for critical business to protect data in your databases and improve business continuity.
2171
+ * Currently, the async replication feature can asynchronously replicate data only between enhanced SSDs (ESSDs). The functionality of disks in replication pairs is limited. You are charged on a subscription basis for the bandwidth that is used by the async replication feature.
2172
+ * Before you call this operation, take note of the following items:
2173
+ * * Make sure that the source disk (primary disk) from which to replicate data and the destination disk (secondary disk) to which to replicate data are created. You can call the [CreateDisk](~~25513~~) operation to create disks.
2174
+ * * The secondary disk cannot reside the same region as the primary disk. The async replication feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore, US (Silicon Valley), and US (Virginia) regions.
2175
+ * * After you call this operation to create a replication pair, you must call the [StartDiskReplicaPair](~~354205~~) operation to enable async replication to periodically replicate data from the primary disk to the secondary disk across regions.
2176
+ *
2177
+ * @param request CreateDiskReplicaPairRequest
2178
+ * @return CreateDiskReplicaPairResponse
2179
+ */
1905
2180
  createDiskReplicaPair(request: CreateDiskReplicaPairRequest): Promise<CreateDiskReplicaPairResponse>;
2181
+ /**
2182
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2183
+ * * Before you can delete a replication pair-consistent group, make sure that no replication pairs are present in the group.
2184
+ * * The replication pair-consistent group that you want to delete must be in the **Created** (`created`), **Creation Failed** (`create_failed`), **Stopped** (`stopped`), **Failover Failed** (`failovered`), **Deleting** (`deleting`), **Deletion Failed** (`delete_failed`), or **Invalid** (`invalid`) state.
2185
+ *
2186
+ * @param request DeleteDiskReplicaGroupRequest
2187
+ * @param runtime runtime options for this request RuntimeOptions
2188
+ * @return DeleteDiskReplicaGroupResponse
2189
+ */
1906
2190
  deleteDiskReplicaGroupWithOptions(request: DeleteDiskReplicaGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDiskReplicaGroupResponse>;
2191
+ /**
2192
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2193
+ * * Before you can delete a replication pair-consistent group, make sure that no replication pairs are present in the group.
2194
+ * * The replication pair-consistent group that you want to delete must be in the **Created** (`created`), **Creation Failed** (`create_failed`), **Stopped** (`stopped`), **Failover Failed** (`failovered`), **Deleting** (`deleting`), **Deletion Failed** (`delete_failed`), or **Invalid** (`invalid`) state.
2195
+ *
2196
+ * @param request DeleteDiskReplicaGroupRequest
2197
+ * @return DeleteDiskReplicaGroupResponse
2198
+ */
1907
2199
  deleteDiskReplicaGroup(request: DeleteDiskReplicaGroupRequest): Promise<DeleteDiskReplicaGroupResponse>;
2200
+ /**
2201
+ * * The async replication feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2202
+ * * Only replication pairs that are in the **Stopped** (`stopped`), **Invalid** (`invalid`), or **Failed Over** (`failovered`) state can be deleted. This operation deletes only replication pairs. The primary and secondary disks in the deleted replication pairs are retained.
2203
+ * * To delete a replication pair, you must call this operation in the region where the primary disk is located. After the replication pair is deleted, the functionality limits are lifted from the primary and secondary disks. For example, you can attach the secondary disk, resize the disk, or read data from or write data to the disk.
2204
+ *
2205
+ * @param request DeleteDiskReplicaPairRequest
2206
+ * @param runtime runtime options for this request RuntimeOptions
2207
+ * @return DeleteDiskReplicaPairResponse
2208
+ */
1908
2209
  deleteDiskReplicaPairWithOptions(request: DeleteDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDiskReplicaPairResponse>;
2210
+ /**
2211
+ * * The async replication feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2212
+ * * Only replication pairs that are in the **Stopped** (`stopped`), **Invalid** (`invalid`), or **Failed Over** (`failovered`) state can be deleted. This operation deletes only replication pairs. The primary and secondary disks in the deleted replication pairs are retained.
2213
+ * * To delete a replication pair, you must call this operation in the region where the primary disk is located. After the replication pair is deleted, the functionality limits are lifted from the primary and secondary disks. For example, you can attach the secondary disk, resize the disk, or read data from or write data to the disk.
2214
+ *
2215
+ * @param request DeleteDiskReplicaPairRequest
2216
+ * @return DeleteDiskReplicaPairResponse
2217
+ */
1909
2218
  deleteDiskReplicaPair(request: DeleteDiskReplicaPairRequest): Promise<DeleteDiskReplicaPairResponse>;
2219
+ /**
2220
+ * * You can use one of the following methods to check the responses:
2221
+ * * Method 1: Use `NextToken` to configure the query token. Set the value to the `NextToken` value that is returned in the last call to the DescribeDisks operation. Then, use `MaxResults` to specify the maximum number of entries to return on each page.
2222
+ * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return.
2223
+ * You can use only one of the preceding methods. If a large number of entries are to be returned, we recommend that you use method 1. When `NextToken` is specified, `PageSize` and `PageNumber` do not take effect and `TotalCount` in the response is invalid.
2224
+ * * A disk that has the multi-attach feature enabled can be attached to multiple instances. You can query the attachment information of the disk based on the `Attachment` values in the response.
2225
+ * When you call an API operation by using Alibaba Cloud CLI, you must specify request parameter values of different data types in the required formats. For more information, see [Parameter format overview](~~110340~~).
2226
+ *
2227
+ * @param request DescribeDedicatedBlockStorageClusterDisksRequest
2228
+ * @param runtime runtime options for this request RuntimeOptions
2229
+ * @return DescribeDedicatedBlockStorageClusterDisksResponse
2230
+ */
1910
2231
  describeDedicatedBlockStorageClusterDisksWithOptions(request: DescribeDedicatedBlockStorageClusterDisksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDedicatedBlockStorageClusterDisksResponse>;
2232
+ /**
2233
+ * * You can use one of the following methods to check the responses:
2234
+ * * Method 1: Use `NextToken` to configure the query token. Set the value to the `NextToken` value that is returned in the last call to the DescribeDisks operation. Then, use `MaxResults` to specify the maximum number of entries to return on each page.
2235
+ * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return.
2236
+ * You can use only one of the preceding methods. If a large number of entries are to be returned, we recommend that you use method 1. When `NextToken` is specified, `PageSize` and `PageNumber` do not take effect and `TotalCount` in the response is invalid.
2237
+ * * A disk that has the multi-attach feature enabled can be attached to multiple instances. You can query the attachment information of the disk based on the `Attachment` values in the response.
2238
+ * When you call an API operation by using Alibaba Cloud CLI, you must specify request parameter values of different data types in the required formats. For more information, see [Parameter format overview](~~110340~~).
2239
+ *
2240
+ * @param request DescribeDedicatedBlockStorageClusterDisksRequest
2241
+ * @return DescribeDedicatedBlockStorageClusterDisksResponse
2242
+ */
1911
2243
  describeDedicatedBlockStorageClusterDisks(request: DescribeDedicatedBlockStorageClusterDisksRequest): Promise<DescribeDedicatedBlockStorageClusterDisksResponse>;
2244
+ /**
2245
+ * > Dedicated Block Storage Cluster is supported in the China (Heyuan), Indonesia (Jakarta), and China (Shenzhen) regions.
2246
+ * * You can specify multiple request parameters to be queried. Specified parameters have logical AND relations. Only the specified parameters are included in the filter conditions.
2247
+ * * We recommend that you use the NextToken and MaxResults parameters to perform a paged query. During a paged query, when you call the DescribeDedicatedBlockStorageClusters operation to retrieve the first page of results, set MaxResults to specify the maximum number of entries to return in the call. The return value of NextToken is a pagination token, which can be used in the next call to retrieve a new page of results. When you call the DescribeDedicatedBlockStorageClusters operation to retrieve a new page of results, set NextToken to the NextToken value returned in the previous call and set MaxResults to specify the maximum number of entries to return in this call.
2248
+ *
2249
+ * @param request DescribeDedicatedBlockStorageClustersRequest
2250
+ * @param runtime runtime options for this request RuntimeOptions
2251
+ * @return DescribeDedicatedBlockStorageClustersResponse
2252
+ */
1912
2253
  describeDedicatedBlockStorageClustersWithOptions(request: DescribeDedicatedBlockStorageClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDedicatedBlockStorageClustersResponse>;
2254
+ /**
2255
+ * > Dedicated Block Storage Cluster is supported in the China (Heyuan), Indonesia (Jakarta), and China (Shenzhen) regions.
2256
+ * * You can specify multiple request parameters to be queried. Specified parameters have logical AND relations. Only the specified parameters are included in the filter conditions.
2257
+ * * We recommend that you use the NextToken and MaxResults parameters to perform a paged query. During a paged query, when you call the DescribeDedicatedBlockStorageClusters operation to retrieve the first page of results, set MaxResults to specify the maximum number of entries to return in the call. The return value of NextToken is a pagination token, which can be used in the next call to retrieve a new page of results. When you call the DescribeDedicatedBlockStorageClusters operation to retrieve a new page of results, set NextToken to the NextToken value returned in the previous call and set MaxResults to specify the maximum number of entries to return in this call.
2258
+ *
2259
+ * @param request DescribeDedicatedBlockStorageClustersRequest
2260
+ * @return DescribeDedicatedBlockStorageClustersResponse
2261
+ */
1913
2262
  describeDedicatedBlockStorageClusters(request: DescribeDedicatedBlockStorageClustersRequest): Promise<DescribeDedicatedBlockStorageClustersResponse>;
2263
+ /**
2264
+ * ## Usage notes
2265
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2266
+ *
2267
+ * @param request DescribeDiskEventsRequest
2268
+ * @param runtime runtime options for this request RuntimeOptions
2269
+ * @return DescribeDiskEventsResponse
2270
+ */
1914
2271
  describeDiskEventsWithOptions(request: DescribeDiskEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskEventsResponse>;
2272
+ /**
2273
+ * ## Usage notes
2274
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2275
+ *
2276
+ * @param request DescribeDiskEventsRequest
2277
+ * @return DescribeDiskEventsResponse
2278
+ */
1915
2279
  describeDiskEvents(request: DescribeDiskEventsRequest): Promise<DescribeDiskEventsResponse>;
2280
+ /**
2281
+ * ## Usage notes
2282
+ * * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2283
+ * * Up to 400 monitoring data entries can be returned at a time. An error is returned if the value calculated based on the following formula is greater than 400: `(EndTime - StartTime)/Period`.
2284
+ * * You can query the monitoring data collected in the last three days. An error is returned if the time specified by `StartTime` is more than three days prior to the current time.
2285
+ *
2286
+ * @param request DescribeDiskMonitorDataRequest
2287
+ * @param runtime runtime options for this request RuntimeOptions
2288
+ * @return DescribeDiskMonitorDataResponse
2289
+ */
1916
2290
  describeDiskMonitorDataWithOptions(request: DescribeDiskMonitorDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskMonitorDataResponse>;
2291
+ /**
2292
+ * ## Usage notes
2293
+ * * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2294
+ * * Up to 400 monitoring data entries can be returned at a time. An error is returned if the value calculated based on the following formula is greater than 400: `(EndTime - StartTime)/Period`.
2295
+ * * You can query the monitoring data collected in the last three days. An error is returned if the time specified by `StartTime` is more than three days prior to the current time.
2296
+ *
2297
+ * @param request DescribeDiskMonitorDataRequest
2298
+ * @return DescribeDiskMonitorDataResponse
2299
+ */
1917
2300
  describeDiskMonitorData(request: DescribeDiskMonitorDataRequest): Promise<DescribeDiskMonitorDataResponse>;
2301
+ /**
2302
+ * ## Usage notes
2303
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2304
+ *
2305
+ * @param request DescribeDiskMonitorDataListRequest
2306
+ * @param runtime runtime options for this request RuntimeOptions
2307
+ * @return DescribeDiskMonitorDataListResponse
2308
+ */
1918
2309
  describeDiskMonitorDataListWithOptions(request: DescribeDiskMonitorDataListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskMonitorDataListResponse>;
2310
+ /**
2311
+ * ## Usage notes
2312
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2313
+ *
2314
+ * @param request DescribeDiskMonitorDataListRequest
2315
+ * @return DescribeDiskMonitorDataListResponse
2316
+ */
1919
2317
  describeDiskMonitorDataList(request: DescribeDiskMonitorDataListRequest): Promise<DescribeDiskMonitorDataListResponse>;
2318
+ /**
2319
+ * To perform a paged query, set the MaxResults and NextToken parameters.
2320
+ * During a paged query, when you call the DescribeDiskReplicaGroups operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next call to retrieve a new page of results. When you call the DescribeDiskReplicaGroups operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set MaxResults to specify the maximum number of entries to return in this call.
2321
+ *
2322
+ * @param request DescribeDiskReplicaGroupsRequest
2323
+ * @param runtime runtime options for this request RuntimeOptions
2324
+ * @return DescribeDiskReplicaGroupsResponse
2325
+ */
1920
2326
  describeDiskReplicaGroupsWithOptions(request: DescribeDiskReplicaGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskReplicaGroupsResponse>;
2327
+ /**
2328
+ * To perform a paged query, set the MaxResults and NextToken parameters.
2329
+ * During a paged query, when you call the DescribeDiskReplicaGroups operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next call to retrieve a new page of results. When you call the DescribeDiskReplicaGroups operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set MaxResults to specify the maximum number of entries to return in this call.
2330
+ *
2331
+ * @param request DescribeDiskReplicaGroupsRequest
2332
+ * @return DescribeDiskReplicaGroupsResponse
2333
+ */
1921
2334
  describeDiskReplicaGroups(request: DescribeDiskReplicaGroupsRequest): Promise<DescribeDiskReplicaGroupsResponse>;
1922
2335
  describeDiskReplicaPairProgressWithOptions(request: DescribeDiskReplicaPairProgressRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskReplicaPairProgressResponse>;
1923
2336
  describeDiskReplicaPairProgress(request: DescribeDiskReplicaPairProgressRequest): Promise<DescribeDiskReplicaPairProgressResponse>;
2337
+ /**
2338
+ * * The async replication feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore, US (Silicon Valley), and US (Virginia) regions.
2339
+ * * When you call this operation for a specific region, if the primary disk (source disk) or secondary disk (destination disk) of a replication pair resides within the region, the information of the replication pair is displayed in the response.
2340
+ * * If you want to perform a paged query, configure the `NextToken` and `MaxResults` parameters. During a paged query, when you call the DescribeDiskReplicaPairs operation to retrieve the first page of results, set `MaxResults` to limit the maximum number of entries to return in the call. The return value of NextToken is a pagination token, which can be used in the next call to retrieve a new page of results. When you call the DescribeDiskReplicaPairs operation to retrieve a new page of results, set NextToken to the NextToken value returned in the previous call and set MaxResults to specify the maximum number of entries to return in this call.
2341
+ *
2342
+ * @param request DescribeDiskReplicaPairsRequest
2343
+ * @param runtime runtime options for this request RuntimeOptions
2344
+ * @return DescribeDiskReplicaPairsResponse
2345
+ */
1924
2346
  describeDiskReplicaPairsWithOptions(request: DescribeDiskReplicaPairsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskReplicaPairsResponse>;
2347
+ /**
2348
+ * * The async replication feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore, US (Silicon Valley), and US (Virginia) regions.
2349
+ * * When you call this operation for a specific region, if the primary disk (source disk) or secondary disk (destination disk) of a replication pair resides within the region, the information of the replication pair is displayed in the response.
2350
+ * * If you want to perform a paged query, configure the `NextToken` and `MaxResults` parameters. During a paged query, when you call the DescribeDiskReplicaPairs operation to retrieve the first page of results, set `MaxResults` to limit the maximum number of entries to return in the call. The return value of NextToken is a pagination token, which can be used in the next call to retrieve a new page of results. When you call the DescribeDiskReplicaPairs operation to retrieve a new page of results, set NextToken to the NextToken value returned in the previous call and set MaxResults to specify the maximum number of entries to return in this call.
2351
+ *
2352
+ * @param request DescribeDiskReplicaPairsRequest
2353
+ * @return DescribeDiskReplicaPairsResponse
2354
+ */
1925
2355
  describeDiskReplicaPairs(request: DescribeDiskReplicaPairsRequest): Promise<DescribeDiskReplicaPairsResponse>;
2356
+ /**
2357
+ * ## Usage notes
2358
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2359
+ *
2360
+ * @param request DescribeLensServiceStatusRequest
2361
+ * @param runtime runtime options for this request RuntimeOptions
2362
+ * @return DescribeLensServiceStatusResponse
2363
+ */
1926
2364
  describeLensServiceStatusWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeLensServiceStatusResponse>;
2365
+ /**
2366
+ * ## Usage notes
2367
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2368
+ *
2369
+ * @return DescribeLensServiceStatusResponse
2370
+ */
1927
2371
  describeLensServiceStatus(): Promise<DescribeLensServiceStatusResponse>;
1928
2372
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
1929
2373
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
2374
+ /**
2375
+ * The operation that you want to perform. Set the value to **FailoverDiskReplicaGroup**.
2376
+ *
2377
+ * @param request FailoverDiskReplicaGroupRequest
2378
+ * @param runtime runtime options for this request RuntimeOptions
2379
+ * @return FailoverDiskReplicaGroupResponse
2380
+ */
1930
2381
  failoverDiskReplicaGroupWithOptions(request: FailoverDiskReplicaGroupRequest, runtime: $Util.RuntimeOptions): Promise<FailoverDiskReplicaGroupResponse>;
2382
+ /**
2383
+ * The operation that you want to perform. Set the value to **FailoverDiskReplicaGroup**.
2384
+ *
2385
+ * @param request FailoverDiskReplicaGroupRequest
2386
+ * @return FailoverDiskReplicaGroupResponse
2387
+ */
1931
2388
  failoverDiskReplicaGroup(request: FailoverDiskReplicaGroupRequest): Promise<FailoverDiskReplicaGroupResponse>;
2389
+ /**
2390
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the value is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](~~25693~~).
2391
+ *
2392
+ * @param request FailoverDiskReplicaPairRequest
2393
+ * @param runtime runtime options for this request RuntimeOptions
2394
+ * @return FailoverDiskReplicaPairResponse
2395
+ */
1932
2396
  failoverDiskReplicaPairWithOptions(request: FailoverDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<FailoverDiskReplicaPairResponse>;
2397
+ /**
2398
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the value is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](~~25693~~).
2399
+ *
2400
+ * @param request FailoverDiskReplicaPairRequest
2401
+ * @return FailoverDiskReplicaPairResponse
2402
+ */
1933
2403
  failoverDiskReplicaPair(request: FailoverDiskReplicaPairRequest): Promise<FailoverDiskReplicaPairResponse>;
2404
+ /**
2405
+ * Specify at least one of the following parameters or parameter pairs in a request to determine a query object:
2406
+ * * `ResourceId.N`
2407
+ * * `Tag.N` parameter pair (`Tag.N.Key` and `Tag.N.Value`)
2408
+ * If you set `Tag.N` and `ResourceId.N` at the same time, the EBS resources that match both the parameters are returned.
2409
+ *
2410
+ * @param request ListTagResourcesRequest
2411
+ * @param runtime runtime options for this request RuntimeOptions
2412
+ * @return ListTagResourcesResponse
2413
+ */
1934
2414
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
2415
+ /**
2416
+ * Specify at least one of the following parameters or parameter pairs in a request to determine a query object:
2417
+ * * `ResourceId.N`
2418
+ * * `Tag.N` parameter pair (`Tag.N.Key` and `Tag.N.Value`)
2419
+ * If you set `Tag.N` and `ResourceId.N` at the same time, the EBS resources that match both the parameters are returned.
2420
+ *
2421
+ * @param request ListTagResourcesRequest
2422
+ * @return ListTagResourcesResponse
2423
+ */
1935
2424
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
2425
+ /**
2426
+ * You can call this operation to modify the information of a dedicated block storage cluster. The information includes the name and description of the cluster.
2427
+ *
2428
+ * @param request ModifyDedicatedBlockStorageClusterAttributeRequest
2429
+ * @param runtime runtime options for this request RuntimeOptions
2430
+ * @return ModifyDedicatedBlockStorageClusterAttributeResponse
2431
+ */
1936
2432
  modifyDedicatedBlockStorageClusterAttributeWithOptions(request: ModifyDedicatedBlockStorageClusterAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDedicatedBlockStorageClusterAttributeResponse>;
2433
+ /**
2434
+ * You can call this operation to modify the information of a dedicated block storage cluster. The information includes the name and description of the cluster.
2435
+ *
2436
+ * @param request ModifyDedicatedBlockStorageClusterAttributeRequest
2437
+ * @return ModifyDedicatedBlockStorageClusterAttributeResponse
2438
+ */
1937
2439
  modifyDedicatedBlockStorageClusterAttribute(request: ModifyDedicatedBlockStorageClusterAttributeRequest): Promise<ModifyDedicatedBlockStorageClusterAttributeResponse>;
2440
+ /**
2441
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2442
+ * * The replication pair-consistent group must be in the **Created** (`created`) or **Stopped** (`stopped`) state.
2443
+ *
2444
+ * @param request ModifyDiskReplicaGroupRequest
2445
+ * @param runtime runtime options for this request RuntimeOptions
2446
+ * @return ModifyDiskReplicaGroupResponse
2447
+ */
1938
2448
  modifyDiskReplicaGroupWithOptions(request: ModifyDiskReplicaGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDiskReplicaGroupResponse>;
2449
+ /**
2450
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2451
+ * * The replication pair-consistent group must be in the **Created** (`created`) or **Stopped** (`stopped`) state.
2452
+ *
2453
+ * @param request ModifyDiskReplicaGroupRequest
2454
+ * @return ModifyDiskReplicaGroupResponse
2455
+ */
1939
2456
  modifyDiskReplicaGroup(request: ModifyDiskReplicaGroupRequest): Promise<ModifyDiskReplicaGroupResponse>;
2457
+ /**
2458
+ * The name of the replication pair.
2459
+ *
2460
+ * @param request ModifyDiskReplicaPairRequest
2461
+ * @param runtime runtime options for this request RuntimeOptions
2462
+ * @return ModifyDiskReplicaPairResponse
2463
+ */
1940
2464
  modifyDiskReplicaPairWithOptions(request: ModifyDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDiskReplicaPairResponse>;
2465
+ /**
2466
+ * The name of the replication pair.
2467
+ *
2468
+ * @param request ModifyDiskReplicaPairRequest
2469
+ * @return ModifyDiskReplicaPairResponse
2470
+ */
1941
2471
  modifyDiskReplicaPair(request: ModifyDiskReplicaPairRequest): Promise<ModifyDiskReplicaPairResponse>;
2472
+ /**
2473
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2474
+ * * The replication pair-consistent group from which you want to remove a replication pair must be in the **Created** (`created`), **Stopped** (`stopped`), or **Invalid** (`invalid`) state.
2475
+ *
2476
+ * @param request RemoveDiskReplicaPairRequest
2477
+ * @param runtime runtime options for this request RuntimeOptions
2478
+ * @return RemoveDiskReplicaPairResponse
2479
+ */
1942
2480
  removeDiskReplicaPairWithOptions(request: RemoveDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<RemoveDiskReplicaPairResponse>;
2481
+ /**
2482
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2483
+ * * The replication pair-consistent group from which you want to remove a replication pair must be in the **Created** (`created`), **Stopped** (`stopped`), or **Invalid** (`invalid`) state.
2484
+ *
2485
+ * @param request RemoveDiskReplicaPairRequest
2486
+ * @return RemoveDiskReplicaPairResponse
2487
+ */
1943
2488
  removeDiskReplicaPair(request: RemoveDiskReplicaPairRequest): Promise<RemoveDiskReplicaPairResponse>;
2489
+ /**
2490
+ * The operation that you want to perform. Set the value to **ReprotectDiskReplicaGroup**.
2491
+ *
2492
+ * @param request ReprotectDiskReplicaGroupRequest
2493
+ * @param runtime runtime options for this request RuntimeOptions
2494
+ * @return ReprotectDiskReplicaGroupResponse
2495
+ */
1944
2496
  reprotectDiskReplicaGroupWithOptions(request: ReprotectDiskReplicaGroupRequest, runtime: $Util.RuntimeOptions): Promise<ReprotectDiskReplicaGroupResponse>;
2497
+ /**
2498
+ * The operation that you want to perform. Set the value to **ReprotectDiskReplicaGroup**.
2499
+ *
2500
+ * @param request ReprotectDiskReplicaGroupRequest
2501
+ * @return ReprotectDiskReplicaGroupResponse
2502
+ */
1945
2503
  reprotectDiskReplicaGroup(request: ReprotectDiskReplicaGroupRequest): Promise<ReprotectDiskReplicaGroupResponse>;
2504
+ /**
2505
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the value is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](~~25693~~).
2506
+ *
2507
+ * @param request ReprotectDiskReplicaPairRequest
2508
+ * @param runtime runtime options for this request RuntimeOptions
2509
+ * @return ReprotectDiskReplicaPairResponse
2510
+ */
1946
2511
  reprotectDiskReplicaPairWithOptions(request: ReprotectDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<ReprotectDiskReplicaPairResponse>;
2512
+ /**
2513
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the value is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](~~25693~~).
2514
+ *
2515
+ * @param request ReprotectDiskReplicaPairRequest
2516
+ * @return ReprotectDiskReplicaPairResponse
2517
+ */
1947
2518
  reprotectDiskReplicaPair(request: ReprotectDiskReplicaPairRequest): Promise<ReprotectDiskReplicaPairResponse>;
2519
+ /**
2520
+ * ## Usage notes
2521
+ * * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2522
+ * * CloudLens for EBS can be used to monitor the performance of enhanced SSDs (ESSDs), standard SSDs, and ultra disks. After you enable CloudLens for EBS, you can enable the data collection feature to obtain the near real-time monitoring data. For more information, see [Enable near real-time monitoring for disks](~~354196~~).
2523
+ *
2524
+ * @param tmpReq StartDiskMonitorRequest
2525
+ * @param runtime runtime options for this request RuntimeOptions
2526
+ * @return StartDiskMonitorResponse
2527
+ */
1948
2528
  startDiskMonitorWithOptions(tmpReq: StartDiskMonitorRequest, runtime: $Util.RuntimeOptions): Promise<StartDiskMonitorResponse>;
2529
+ /**
2530
+ * ## Usage notes
2531
+ * * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2532
+ * * CloudLens for EBS can be used to monitor the performance of enhanced SSDs (ESSDs), standard SSDs, and ultra disks. After you enable CloudLens for EBS, you can enable the data collection feature to obtain the near real-time monitoring data. For more information, see [Enable near real-time monitoring for disks](~~354196~~).
2533
+ *
2534
+ * @param request StartDiskMonitorRequest
2535
+ * @return StartDiskMonitorResponse
2536
+ */
1949
2537
  startDiskMonitor(request: StartDiskMonitorRequest): Promise<StartDiskMonitorResponse>;
2538
+ /**
2539
+ * The operation that you want to perform. Set the value to **StartDiskReplicaGroup**.
2540
+ *
2541
+ * @param request StartDiskReplicaGroupRequest
2542
+ * @param runtime runtime options for this request RuntimeOptions
2543
+ * @return StartDiskReplicaGroupResponse
2544
+ */
1950
2545
  startDiskReplicaGroupWithOptions(request: StartDiskReplicaGroupRequest, runtime: $Util.RuntimeOptions): Promise<StartDiskReplicaGroupResponse>;
2546
+ /**
2547
+ * The operation that you want to perform. Set the value to **StartDiskReplicaGroup**.
2548
+ *
2549
+ * @param request StartDiskReplicaGroupRequest
2550
+ * @return StartDiskReplicaGroupResponse
2551
+ */
1951
2552
  startDiskReplicaGroup(request: StartDiskReplicaGroupRequest): Promise<StartDiskReplicaGroupResponse>;
2553
+ /**
2554
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the value is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](~~25693~~).
2555
+ *
2556
+ * @param request StartDiskReplicaPairRequest
2557
+ * @param runtime runtime options for this request RuntimeOptions
2558
+ * @return StartDiskReplicaPairResponse
2559
+ */
1952
2560
  startDiskReplicaPairWithOptions(request: StartDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<StartDiskReplicaPairResponse>;
2561
+ /**
2562
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the value is unique among different requests. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](~~25693~~).
2563
+ *
2564
+ * @param request StartDiskReplicaPairRequest
2565
+ * @return StartDiskReplicaPairResponse
2566
+ */
1953
2567
  startDiskReplicaPair(request: StartDiskReplicaPairRequest): Promise<StartDiskReplicaPairResponse>;
2568
+ /**
2569
+ * ## Usage notes
2570
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2571
+ *
2572
+ * @param tmpReq StopDiskMonitorRequest
2573
+ * @param runtime runtime options for this request RuntimeOptions
2574
+ * @return StopDiskMonitorResponse
2575
+ */
1954
2576
  stopDiskMonitorWithOptions(tmpReq: StopDiskMonitorRequest, runtime: $Util.RuntimeOptions): Promise<StopDiskMonitorResponse>;
2577
+ /**
2578
+ * ## Usage notes
2579
+ * CloudLens for EBS is in invitational preview in the China (Hangzhou), China (Shanghai), China (Zhangjiakou), China (Shenzhen), and China (Hong Kong) regions. To use the feature, [submit a ticket](https://workorder-intl.console.aliyun.com/#/ticket/createIndex).
2580
+ *
2581
+ * @param request StopDiskMonitorRequest
2582
+ * @return StopDiskMonitorResponse
2583
+ */
1955
2584
  stopDiskMonitor(request: StopDiskMonitorRequest): Promise<StopDiskMonitorResponse>;
2585
+ /**
2586
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2587
+ * * The replication pair-consistent group that you want to stop must be in the **One-time Syncing** (`manual_syncing`), **Syncing** (`syncing`), **Normal** (`normal`), **Stopping** (`stopping`), **Stop Failed** (`stop_failed`), or **Stopped** (`stopped`) state.
2588
+ * * When a replication pair-consistent group is stopped, it enters the **Stopped** (`stopped`) state. If a replication pair-consistent group cannot be stopped, the state of the group remains unchanged or changes to **Stop Failed** (`stop_failed`). In this case, try again later.
2589
+ *
2590
+ * @param request StopDiskReplicaGroupRequest
2591
+ * @param runtime runtime options for this request RuntimeOptions
2592
+ * @return StopDiskReplicaGroupResponse
2593
+ */
1956
2594
  stopDiskReplicaGroupWithOptions(request: StopDiskReplicaGroupRequest, runtime: $Util.RuntimeOptions): Promise<StopDiskReplicaGroupResponse>;
2595
+ /**
2596
+ * * The replication pair-consistent group feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2597
+ * * The replication pair-consistent group that you want to stop must be in the **One-time Syncing** (`manual_syncing`), **Syncing** (`syncing`), **Normal** (`normal`), **Stopping** (`stopping`), **Stop Failed** (`stop_failed`), or **Stopped** (`stopped`) state.
2598
+ * * When a replication pair-consistent group is stopped, it enters the **Stopped** (`stopped`) state. If a replication pair-consistent group cannot be stopped, the state of the group remains unchanged or changes to **Stop Failed** (`stop_failed`). In this case, try again later.
2599
+ *
2600
+ * @param request StopDiskReplicaGroupRequest
2601
+ * @return StopDiskReplicaGroupResponse
2602
+ */
1957
2603
  stopDiskReplicaGroup(request: StopDiskReplicaGroupRequest): Promise<StopDiskReplicaGroupResponse>;
2604
+ /**
2605
+ * * The async replication feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2606
+ * * Only replication pairs that are in the **Initial Syncing** (`initial_syncing`), **Syncing** (`syncing`), **One-time Syncing** (`manual_syncing`), or **Normal** (`normal`) state can be stopped. When a replication pair is stopped, it enters the Stopped (`stopped`) state. The secondary disk rolls back to the point in time when the last asynchronous replication was complete and drops all the data that is being replicated from the primary disk.
2607
+ *
2608
+ * @param request StopDiskReplicaPairRequest
2609
+ * @param runtime runtime options for this request RuntimeOptions
2610
+ * @return StopDiskReplicaPairResponse
2611
+ */
1958
2612
  stopDiskReplicaPairWithOptions(request: StopDiskReplicaPairRequest, runtime: $Util.RuntimeOptions): Promise<StopDiskReplicaPairResponse>;
2613
+ /**
2614
+ * * The async replication feature is supported in the China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Heyuan), China (Chengdu), China (Hong Kong), Singapore (Singapore), US (Silicon Valley), and US (Virginia) regions.
2615
+ * * Only replication pairs that are in the **Initial Syncing** (`initial_syncing`), **Syncing** (`syncing`), **One-time Syncing** (`manual_syncing`), or **Normal** (`normal`) state can be stopped. When a replication pair is stopped, it enters the Stopped (`stopped`) state. The secondary disk rolls back to the point in time when the last asynchronous replication was complete and drops all the data that is being replicated from the primary disk.
2616
+ *
2617
+ * @param request StopDiskReplicaPairRequest
2618
+ * @return StopDiskReplicaPairResponse
2619
+ */
1959
2620
  stopDiskReplicaPair(request: StopDiskReplicaPairRequest): Promise<StopDiskReplicaPairResponse>;
2621
+ /**
2622
+ * Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number of tags is reached, an error message is returned. For more information, see the "Tag limits" section in [Limits](~~25412~~).
2623
+ *
2624
+ * @param request TagResourcesRequest
2625
+ * @param runtime runtime options for this request RuntimeOptions
2626
+ * @return TagResourcesResponse
2627
+ */
1960
2628
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
2629
+ /**
2630
+ * Before you add tags to a resource, Alibaba Cloud checks the number of existing tags of the resource. If the maximum number of tags is reached, an error message is returned. For more information, see the "Tag limits" section in [Limits](~~25412~~).
2631
+ *
2632
+ * @param request TagResourcesRequest
2633
+ * @return TagResourcesResponse
2634
+ */
1961
2635
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
2636
+ /**
2637
+ * * You can remove up to 20 tags at a time.
2638
+ * * After a tag is removed from an EBS resource, the tag is automatically deleted if the tag is not added to any instance.
2639
+ *
2640
+ * @param request UntagResourcesRequest
2641
+ * @param runtime runtime options for this request RuntimeOptions
2642
+ * @return UntagResourcesResponse
2643
+ */
1962
2644
  untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
2645
+ /**
2646
+ * * You can remove up to 20 tags at a time.
2647
+ * * After a tag is removed from an EBS resource, the tag is automatically deleted if the tag is not added to any instance.
2648
+ *
2649
+ * @param request UntagResourcesRequest
2650
+ * @return UntagResourcesResponse
2651
+ */
1963
2652
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
1964
2653
  }