@alicloud/ebs20210730 1.1.0 → 1.3.6

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
@@ -36,6 +36,7 @@ export declare class AddDiskReplicaPairResponse extends $tea.Model {
36
36
  headers: {
37
37
  [key: string]: string;
38
38
  };
39
+ statusCode: number;
39
40
  body: AddDiskReplicaPairResponseBody;
40
41
  static names(): {
41
42
  [key: string]: string;
@@ -83,6 +84,7 @@ export declare class CreateDiskReplicaGroupResponse extends $tea.Model {
83
84
  headers: {
84
85
  [key: string]: string;
85
86
  };
87
+ statusCode: number;
86
88
  body: CreateDiskReplicaGroupResponseBody;
87
89
  static names(): {
88
90
  [key: string]: string;
@@ -137,6 +139,7 @@ export declare class CreateDiskReplicaPairResponse extends $tea.Model {
137
139
  headers: {
138
140
  [key: string]: string;
139
141
  };
142
+ statusCode: number;
140
143
  body: CreateDiskReplicaPairResponseBody;
141
144
  static names(): {
142
145
  [key: string]: string;
@@ -178,6 +181,7 @@ export declare class DeleteDiskReplicaGroupResponse extends $tea.Model {
178
181
  headers: {
179
182
  [key: string]: string;
180
183
  };
184
+ statusCode: number;
181
185
  body: DeleteDiskReplicaGroupResponseBody;
182
186
  static names(): {
183
187
  [key: string]: string;
@@ -219,6 +223,7 @@ export declare class DeleteDiskReplicaPairResponse extends $tea.Model {
219
223
  headers: {
220
224
  [key: string]: string;
221
225
  };
226
+ statusCode: number;
222
227
  body: DeleteDiskReplicaPairResponseBody;
223
228
  static names(): {
224
229
  [key: string]: string;
@@ -264,6 +269,7 @@ export declare class DescribeDiskReplicaGroupsResponse extends $tea.Model {
264
269
  headers: {
265
270
  [key: string]: string;
266
271
  };
272
+ statusCode: number;
267
273
  body: DescribeDiskReplicaGroupsResponseBody;
268
274
  static names(): {
269
275
  [key: string]: string;
@@ -275,51 +281,11 @@ export declare class DescribeDiskReplicaGroupsResponse extends $tea.Model {
275
281
  [key: string]: any;
276
282
  });
277
283
  }
278
- export declare class DescribeDiskReplicaPairProgressRequest extends $tea.Model {
279
- regionId?: string;
280
- replicaPairId?: string;
281
- static names(): {
282
- [key: string]: string;
283
- };
284
- static types(): {
285
- [key: string]: any;
286
- };
287
- constructor(map?: {
288
- [key: string]: any;
289
- });
290
- }
291
- export declare class DescribeDiskReplicaPairProgressResponseBody extends $tea.Model {
292
- progress?: number;
293
- recoverPoint?: number;
294
- requestId?: string;
295
- static names(): {
296
- [key: string]: string;
297
- };
298
- static types(): {
299
- [key: string]: any;
300
- };
301
- constructor(map?: {
302
- [key: string]: any;
303
- });
304
- }
305
- export declare class DescribeDiskReplicaPairProgressResponse extends $tea.Model {
306
- headers: {
307
- [key: string]: string;
308
- };
309
- body: DescribeDiskReplicaPairProgressResponseBody;
310
- static names(): {
311
- [key: string]: string;
312
- };
313
- static types(): {
314
- [key: string]: any;
315
- };
316
- constructor(map?: {
317
- [key: string]: any;
318
- });
319
- }
320
284
  export declare class DescribeDiskReplicaPairsRequest extends $tea.Model {
321
285
  maxResults?: number;
322
286
  nextToken?: string;
287
+ pageNumber?: number;
288
+ pageSize?: number;
323
289
  pairIds?: string;
324
290
  regionId?: string;
325
291
  replicaGroupId?: string;
@@ -336,8 +302,11 @@ export declare class DescribeDiskReplicaPairsRequest extends $tea.Model {
336
302
  }
337
303
  export declare class DescribeDiskReplicaPairsResponseBody extends $tea.Model {
338
304
  nextToken?: string;
305
+ pageNumber?: number;
306
+ pageSize?: number;
339
307
  replicaPairs?: DescribeDiskReplicaPairsResponseBodyReplicaPairs[];
340
308
  requestId?: string;
309
+ totalCount?: number;
341
310
  static names(): {
342
311
  [key: string]: string;
343
312
  };
@@ -352,6 +321,7 @@ export declare class DescribeDiskReplicaPairsResponse extends $tea.Model {
352
321
  headers: {
353
322
  [key: string]: string;
354
323
  };
324
+ statusCode: number;
355
325
  body: DescribeDiskReplicaPairsResponseBody;
356
326
  static names(): {
357
327
  [key: string]: string;
@@ -394,6 +364,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
394
364
  headers: {
395
365
  [key: string]: string;
396
366
  };
367
+ statusCode: number;
397
368
  body: DescribeRegionsResponseBody;
398
369
  static names(): {
399
370
  [key: string]: string;
@@ -435,6 +406,7 @@ export declare class FailoverDiskReplicaGroupResponse extends $tea.Model {
435
406
  headers: {
436
407
  [key: string]: string;
437
408
  };
409
+ statusCode: number;
438
410
  body: FailoverDiskReplicaGroupResponseBody;
439
411
  static names(): {
440
412
  [key: string]: string;
@@ -476,6 +448,7 @@ export declare class FailoverDiskReplicaPairResponse extends $tea.Model {
476
448
  headers: {
477
449
  [key: string]: string;
478
450
  };
451
+ statusCode: number;
479
452
  body: FailoverDiskReplicaPairResponseBody;
480
453
  static names(): {
481
454
  [key: string]: string;
@@ -520,6 +493,7 @@ export declare class ModifyDiskReplicaGroupResponse extends $tea.Model {
520
493
  headers: {
521
494
  [key: string]: string;
522
495
  };
496
+ statusCode: number;
523
497
  body: ModifyDiskReplicaGroupResponseBody;
524
498
  static names(): {
525
499
  [key: string]: string;
@@ -565,6 +539,7 @@ export declare class ModifyDiskReplicaPairResponse extends $tea.Model {
565
539
  headers: {
566
540
  [key: string]: string;
567
541
  };
542
+ statusCode: number;
568
543
  body: ModifyDiskReplicaPairResponseBody;
569
544
  static names(): {
570
545
  [key: string]: string;
@@ -607,6 +582,7 @@ export declare class RemoveDiskReplicaPairResponse extends $tea.Model {
607
582
  headers: {
608
583
  [key: string]: string;
609
584
  };
585
+ statusCode: number;
610
586
  body: RemoveDiskReplicaPairResponseBody;
611
587
  static names(): {
612
588
  [key: string]: string;
@@ -622,8 +598,6 @@ export declare class ReprotectDiskReplicaGroupRequest extends $tea.Model {
622
598
  clientToken?: string;
623
599
  regionId?: string;
624
600
  replicaGroupId?: string;
625
- sourceRegionId?: string;
626
- sourceZoneId?: string;
627
601
  static names(): {
628
602
  [key: string]: string;
629
603
  };
@@ -650,6 +624,7 @@ export declare class ReprotectDiskReplicaGroupResponse extends $tea.Model {
650
624
  headers: {
651
625
  [key: string]: string;
652
626
  };
627
+ statusCode: number;
653
628
  body: ReprotectDiskReplicaGroupResponseBody;
654
629
  static names(): {
655
630
  [key: string]: string;
@@ -691,6 +666,7 @@ export declare class ReprotectDiskReplicaPairResponse extends $tea.Model {
691
666
  headers: {
692
667
  [key: string]: string;
693
668
  };
669
+ statusCode: number;
694
670
  body: ReprotectDiskReplicaPairResponseBody;
695
671
  static names(): {
696
672
  [key: string]: string;
@@ -733,6 +709,7 @@ export declare class StartDiskReplicaGroupResponse extends $tea.Model {
733
709
  headers: {
734
710
  [key: string]: string;
735
711
  };
712
+ statusCode: number;
736
713
  body: StartDiskReplicaGroupResponseBody;
737
714
  static names(): {
738
715
  [key: string]: string;
@@ -775,6 +752,7 @@ export declare class StartDiskReplicaPairResponse extends $tea.Model {
775
752
  headers: {
776
753
  [key: string]: string;
777
754
  };
755
+ statusCode: number;
778
756
  body: StartDiskReplicaPairResponseBody;
779
757
  static names(): {
780
758
  [key: string]: string;
@@ -816,6 +794,7 @@ export declare class StopDiskReplicaGroupResponse extends $tea.Model {
816
794
  headers: {
817
795
  [key: string]: string;
818
796
  };
797
+ statusCode: number;
819
798
  body: StopDiskReplicaGroupResponseBody;
820
799
  static names(): {
821
800
  [key: string]: string;
@@ -857,6 +836,7 @@ export declare class StopDiskReplicaPairResponse extends $tea.Model {
857
836
  headers: {
858
837
  [key: string]: string;
859
838
  };
839
+ statusCode: number;
860
840
  body: StopDiskReplicaPairResponseBody;
861
841
  static names(): {
862
842
  [key: string]: string;
@@ -876,11 +856,15 @@ export declare class DescribeDiskReplicaGroupsResponseBodyReplicaGroups extends
876
856
  lastRecoverPoint?: number;
877
857
  pairIds?: Buffer[];
878
858
  pairNumber?: number;
859
+ primaryRegion?: string;
860
+ primaryZone?: string;
879
861
  RPO?: number;
880
862
  replicaGroupId?: string;
881
863
  site?: string;
882
864
  sourceRegionId?: string;
883
865
  sourceZoneId?: string;
866
+ standbyRegion?: string;
867
+ standbyZone?: string;
884
868
  status?: string;
885
869
  static names(): {
886
870
  [key: string]: string;
@@ -900,6 +884,7 @@ export declare class DescribeDiskReplicaPairsResponseBodyReplicaPairs extends $t
900
884
  destinationDiskId?: string;
901
885
  destinationRegion?: string;
902
886
  destinationZoneId?: string;
887
+ expiredTime?: number;
903
888
  lastRecoverPoint?: number;
904
889
  pairName?: string;
905
890
  primaryRegion?: string;
@@ -971,8 +956,6 @@ export default class Client extends OpenApi {
971
956
  deleteDiskReplicaPair(request: DeleteDiskReplicaPairRequest): Promise<DeleteDiskReplicaPairResponse>;
972
957
  describeDiskReplicaGroupsWithOptions(request: DescribeDiskReplicaGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskReplicaGroupsResponse>;
973
958
  describeDiskReplicaGroups(request: DescribeDiskReplicaGroupsRequest): Promise<DescribeDiskReplicaGroupsResponse>;
974
- describeDiskReplicaPairProgressWithOptions(request: DescribeDiskReplicaPairProgressRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskReplicaPairProgressResponse>;
975
- describeDiskReplicaPairProgress(request: DescribeDiskReplicaPairProgressRequest): Promise<DescribeDiskReplicaPairProgressResponse>;
976
959
  describeDiskReplicaPairsWithOptions(request: DescribeDiskReplicaPairsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiskReplicaPairsResponse>;
977
960
  describeDiskReplicaPairs(request: DescribeDiskReplicaPairsRequest): Promise<DescribeDiskReplicaPairsResponse>;
978
961
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;