@alicloud/dds20151201 3.6.6 → 3.6.9
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 +120 -64
- package/dist/client.js +266 -245
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +388 -302
package/src/client.ts
CHANGED
|
@@ -75,10 +75,12 @@ export class AllocateNodePrivateNetworkAddressResponseBody extends $tea.Model {
|
|
|
75
75
|
|
|
76
76
|
export class AllocateNodePrivateNetworkAddressResponse extends $tea.Model {
|
|
77
77
|
headers: { [key: string]: string };
|
|
78
|
+
statusCode: number;
|
|
78
79
|
body: AllocateNodePrivateNetworkAddressResponseBody;
|
|
79
80
|
static names(): { [key: string]: string } {
|
|
80
81
|
return {
|
|
81
82
|
headers: 'headers',
|
|
83
|
+
statusCode: 'statusCode',
|
|
82
84
|
body: 'body',
|
|
83
85
|
};
|
|
84
86
|
}
|
|
@@ -86,6 +88,7 @@ export class AllocateNodePrivateNetworkAddressResponse extends $tea.Model {
|
|
|
86
88
|
static types(): { [key: string]: any } {
|
|
87
89
|
return {
|
|
88
90
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
91
|
+
statusCode: 'number',
|
|
89
92
|
body: AllocateNodePrivateNetworkAddressResponseBody,
|
|
90
93
|
};
|
|
91
94
|
}
|
|
@@ -153,10 +156,12 @@ export class AllocatePublicNetworkAddressResponseBody extends $tea.Model {
|
|
|
153
156
|
|
|
154
157
|
export class AllocatePublicNetworkAddressResponse extends $tea.Model {
|
|
155
158
|
headers: { [key: string]: string };
|
|
159
|
+
statusCode: number;
|
|
156
160
|
body: AllocatePublicNetworkAddressResponseBody;
|
|
157
161
|
static names(): { [key: string]: string } {
|
|
158
162
|
return {
|
|
159
163
|
headers: 'headers',
|
|
164
|
+
statusCode: 'statusCode',
|
|
160
165
|
body: 'body',
|
|
161
166
|
};
|
|
162
167
|
}
|
|
@@ -164,6 +169,7 @@ export class AllocatePublicNetworkAddressResponse extends $tea.Model {
|
|
|
164
169
|
static types(): { [key: string]: any } {
|
|
165
170
|
return {
|
|
166
171
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
172
|
+
statusCode: 'number',
|
|
167
173
|
body: AllocatePublicNetworkAddressResponseBody,
|
|
168
174
|
};
|
|
169
175
|
}
|
|
@@ -237,10 +243,12 @@ export class CheckCloudResourceAuthorizedResponseBody extends $tea.Model {
|
|
|
237
243
|
|
|
238
244
|
export class CheckCloudResourceAuthorizedResponse extends $tea.Model {
|
|
239
245
|
headers: { [key: string]: string };
|
|
246
|
+
statusCode: number;
|
|
240
247
|
body: CheckCloudResourceAuthorizedResponseBody;
|
|
241
248
|
static names(): { [key: string]: string } {
|
|
242
249
|
return {
|
|
243
250
|
headers: 'headers',
|
|
251
|
+
statusCode: 'statusCode',
|
|
244
252
|
body: 'body',
|
|
245
253
|
};
|
|
246
254
|
}
|
|
@@ -248,6 +256,7 @@ export class CheckCloudResourceAuthorizedResponse extends $tea.Model {
|
|
|
248
256
|
static types(): { [key: string]: any } {
|
|
249
257
|
return {
|
|
250
258
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
259
|
+
statusCode: 'number',
|
|
251
260
|
body: CheckCloudResourceAuthorizedResponseBody,
|
|
252
261
|
};
|
|
253
262
|
}
|
|
@@ -330,10 +339,12 @@ export class CheckRecoveryConditionResponseBody extends $tea.Model {
|
|
|
330
339
|
|
|
331
340
|
export class CheckRecoveryConditionResponse extends $tea.Model {
|
|
332
341
|
headers: { [key: string]: string };
|
|
342
|
+
statusCode: number;
|
|
333
343
|
body: CheckRecoveryConditionResponseBody;
|
|
334
344
|
static names(): { [key: string]: string } {
|
|
335
345
|
return {
|
|
336
346
|
headers: 'headers',
|
|
347
|
+
statusCode: 'statusCode',
|
|
337
348
|
body: 'body',
|
|
338
349
|
};
|
|
339
350
|
}
|
|
@@ -341,6 +352,7 @@ export class CheckRecoveryConditionResponse extends $tea.Model {
|
|
|
341
352
|
static types(): { [key: string]: any } {
|
|
342
353
|
return {
|
|
343
354
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
355
|
+
statusCode: 'number',
|
|
344
356
|
body: CheckRecoveryConditionResponseBody,
|
|
345
357
|
};
|
|
346
358
|
}
|
|
@@ -411,10 +423,12 @@ export class CreateBackupResponseBody extends $tea.Model {
|
|
|
411
423
|
|
|
412
424
|
export class CreateBackupResponse extends $tea.Model {
|
|
413
425
|
headers: { [key: string]: string };
|
|
426
|
+
statusCode: number;
|
|
414
427
|
body: CreateBackupResponseBody;
|
|
415
428
|
static names(): { [key: string]: string } {
|
|
416
429
|
return {
|
|
417
430
|
headers: 'headers',
|
|
431
|
+
statusCode: 'statusCode',
|
|
418
432
|
body: 'body',
|
|
419
433
|
};
|
|
420
434
|
}
|
|
@@ -422,6 +436,7 @@ export class CreateBackupResponse extends $tea.Model {
|
|
|
422
436
|
static types(): { [key: string]: any } {
|
|
423
437
|
return {
|
|
424
438
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
439
|
+
statusCode: 'number',
|
|
425
440
|
body: CreateBackupResponseBody,
|
|
426
441
|
};
|
|
427
442
|
}
|
|
@@ -461,6 +476,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
461
476
|
securityToken?: string;
|
|
462
477
|
srcDBInstanceId?: string;
|
|
463
478
|
storageEngine?: string;
|
|
479
|
+
storageType?: string;
|
|
464
480
|
vSwitchId?: string;
|
|
465
481
|
vpcId?: string;
|
|
466
482
|
zoneId?: string;
|
|
@@ -495,6 +511,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
495
511
|
securityToken: 'SecurityToken',
|
|
496
512
|
srcDBInstanceId: 'SrcDBInstanceId',
|
|
497
513
|
storageEngine: 'StorageEngine',
|
|
514
|
+
storageType: 'StorageType',
|
|
498
515
|
vSwitchId: 'VSwitchId',
|
|
499
516
|
vpcId: 'VpcId',
|
|
500
517
|
zoneId: 'ZoneId',
|
|
@@ -532,6 +549,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
532
549
|
securityToken: 'string',
|
|
533
550
|
srcDBInstanceId: 'string',
|
|
534
551
|
storageEngine: 'string',
|
|
552
|
+
storageType: 'string',
|
|
535
553
|
vSwitchId: 'string',
|
|
536
554
|
vpcId: 'string',
|
|
537
555
|
zoneId: 'string',
|
|
@@ -570,10 +588,12 @@ export class CreateDBInstanceResponseBody extends $tea.Model {
|
|
|
570
588
|
|
|
571
589
|
export class CreateDBInstanceResponse extends $tea.Model {
|
|
572
590
|
headers: { [key: string]: string };
|
|
591
|
+
statusCode: number;
|
|
573
592
|
body: CreateDBInstanceResponseBody;
|
|
574
593
|
static names(): { [key: string]: string } {
|
|
575
594
|
return {
|
|
576
595
|
headers: 'headers',
|
|
596
|
+
statusCode: 'statusCode',
|
|
577
597
|
body: 'body',
|
|
578
598
|
};
|
|
579
599
|
}
|
|
@@ -581,6 +601,7 @@ export class CreateDBInstanceResponse extends $tea.Model {
|
|
|
581
601
|
static types(): { [key: string]: any } {
|
|
582
602
|
return {
|
|
583
603
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
604
|
+
statusCode: 'number',
|
|
584
605
|
body: CreateDBInstanceResponseBody,
|
|
585
606
|
};
|
|
586
607
|
}
|
|
@@ -591,6 +612,8 @@ export class CreateDBInstanceResponse extends $tea.Model {
|
|
|
591
612
|
}
|
|
592
613
|
|
|
593
614
|
export class CreateNodeRequest extends $tea.Model {
|
|
615
|
+
accountName?: string;
|
|
616
|
+
accountPassword?: string;
|
|
594
617
|
autoPay?: boolean;
|
|
595
618
|
businessInfo?: string;
|
|
596
619
|
clientToken?: string;
|
|
@@ -605,8 +628,11 @@ export class CreateNodeRequest extends $tea.Model {
|
|
|
605
628
|
resourceOwnerAccount?: string;
|
|
606
629
|
resourceOwnerId?: number;
|
|
607
630
|
securityToken?: string;
|
|
631
|
+
shardDirect?: boolean;
|
|
608
632
|
static names(): { [key: string]: string } {
|
|
609
633
|
return {
|
|
634
|
+
accountName: 'AccountName',
|
|
635
|
+
accountPassword: 'AccountPassword',
|
|
610
636
|
autoPay: 'AutoPay',
|
|
611
637
|
businessInfo: 'BusinessInfo',
|
|
612
638
|
clientToken: 'ClientToken',
|
|
@@ -621,11 +647,14 @@ export class CreateNodeRequest extends $tea.Model {
|
|
|
621
647
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
622
648
|
resourceOwnerId: 'ResourceOwnerId',
|
|
623
649
|
securityToken: 'SecurityToken',
|
|
650
|
+
shardDirect: 'ShardDirect',
|
|
624
651
|
};
|
|
625
652
|
}
|
|
626
653
|
|
|
627
654
|
static types(): { [key: string]: any } {
|
|
628
655
|
return {
|
|
656
|
+
accountName: 'string',
|
|
657
|
+
accountPassword: 'string',
|
|
629
658
|
autoPay: 'boolean',
|
|
630
659
|
businessInfo: 'string',
|
|
631
660
|
clientToken: 'string',
|
|
@@ -640,6 +669,7 @@ export class CreateNodeRequest extends $tea.Model {
|
|
|
640
669
|
resourceOwnerAccount: 'string',
|
|
641
670
|
resourceOwnerId: 'number',
|
|
642
671
|
securityToken: 'string',
|
|
672
|
+
shardDirect: 'boolean',
|
|
643
673
|
};
|
|
644
674
|
}
|
|
645
675
|
|
|
@@ -675,10 +705,12 @@ export class CreateNodeResponseBody extends $tea.Model {
|
|
|
675
705
|
|
|
676
706
|
export class CreateNodeResponse extends $tea.Model {
|
|
677
707
|
headers: { [key: string]: string };
|
|
708
|
+
statusCode: number;
|
|
678
709
|
body: CreateNodeResponseBody;
|
|
679
710
|
static names(): { [key: string]: string } {
|
|
680
711
|
return {
|
|
681
712
|
headers: 'headers',
|
|
713
|
+
statusCode: 'statusCode',
|
|
682
714
|
body: 'body',
|
|
683
715
|
};
|
|
684
716
|
}
|
|
@@ -686,6 +718,7 @@ export class CreateNodeResponse extends $tea.Model {
|
|
|
686
718
|
static types(): { [key: string]: any } {
|
|
687
719
|
return {
|
|
688
720
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
721
|
+
statusCode: 'number',
|
|
689
722
|
body: CreateNodeResponseBody,
|
|
690
723
|
};
|
|
691
724
|
}
|
|
@@ -696,6 +729,8 @@ export class CreateNodeResponse extends $tea.Model {
|
|
|
696
729
|
}
|
|
697
730
|
|
|
698
731
|
export class CreateNodeBatchRequest extends $tea.Model {
|
|
732
|
+
accountName?: string;
|
|
733
|
+
accountPassword?: string;
|
|
699
734
|
autoPay?: boolean;
|
|
700
735
|
businessInfo?: string;
|
|
701
736
|
clientToken?: string;
|
|
@@ -708,8 +743,11 @@ export class CreateNodeBatchRequest extends $tea.Model {
|
|
|
708
743
|
resourceOwnerAccount?: string;
|
|
709
744
|
resourceOwnerId?: number;
|
|
710
745
|
securityToken?: string;
|
|
746
|
+
shardDirect?: boolean;
|
|
711
747
|
static names(): { [key: string]: string } {
|
|
712
748
|
return {
|
|
749
|
+
accountName: 'AccountName',
|
|
750
|
+
accountPassword: 'AccountPassword',
|
|
713
751
|
autoPay: 'AutoPay',
|
|
714
752
|
businessInfo: 'BusinessInfo',
|
|
715
753
|
clientToken: 'ClientToken',
|
|
@@ -722,11 +760,14 @@ export class CreateNodeBatchRequest extends $tea.Model {
|
|
|
722
760
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
723
761
|
resourceOwnerId: 'ResourceOwnerId',
|
|
724
762
|
securityToken: 'SecurityToken',
|
|
763
|
+
shardDirect: 'ShardDirect',
|
|
725
764
|
};
|
|
726
765
|
}
|
|
727
766
|
|
|
728
767
|
static types(): { [key: string]: any } {
|
|
729
768
|
return {
|
|
769
|
+
accountName: 'string',
|
|
770
|
+
accountPassword: 'string',
|
|
730
771
|
autoPay: 'boolean',
|
|
731
772
|
businessInfo: 'string',
|
|
732
773
|
clientToken: 'string',
|
|
@@ -739,6 +780,7 @@ export class CreateNodeBatchRequest extends $tea.Model {
|
|
|
739
780
|
resourceOwnerAccount: 'string',
|
|
740
781
|
resourceOwnerId: 'number',
|
|
741
782
|
securityToken: 'string',
|
|
783
|
+
shardDirect: 'boolean',
|
|
742
784
|
};
|
|
743
785
|
}
|
|
744
786
|
|
|
@@ -774,10 +816,12 @@ export class CreateNodeBatchResponseBody extends $tea.Model {
|
|
|
774
816
|
|
|
775
817
|
export class CreateNodeBatchResponse extends $tea.Model {
|
|
776
818
|
headers: { [key: string]: string };
|
|
819
|
+
statusCode: number;
|
|
777
820
|
body: CreateNodeBatchResponseBody;
|
|
778
821
|
static names(): { [key: string]: string } {
|
|
779
822
|
return {
|
|
780
823
|
headers: 'headers',
|
|
824
|
+
statusCode: 'statusCode',
|
|
781
825
|
body: 'body',
|
|
782
826
|
};
|
|
783
827
|
}
|
|
@@ -785,6 +829,7 @@ export class CreateNodeBatchResponse extends $tea.Model {
|
|
|
785
829
|
static types(): { [key: string]: any } {
|
|
786
830
|
return {
|
|
787
831
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
832
|
+
statusCode: 'number',
|
|
788
833
|
body: CreateNodeBatchResponseBody,
|
|
789
834
|
};
|
|
790
835
|
}
|
|
@@ -794,135 +839,6 @@ export class CreateNodeBatchResponse extends $tea.Model {
|
|
|
794
839
|
}
|
|
795
840
|
}
|
|
796
841
|
|
|
797
|
-
export class CreateServerlessDBInstanceRequest extends $tea.Model {
|
|
798
|
-
accountPassword?: string;
|
|
799
|
-
autoRenew?: string;
|
|
800
|
-
capacityUnit?: string;
|
|
801
|
-
clientToken?: string;
|
|
802
|
-
DBInstanceDescription?: string;
|
|
803
|
-
DBInstanceStorage?: number;
|
|
804
|
-
engine?: string;
|
|
805
|
-
engineVersion?: string;
|
|
806
|
-
ownerAccount?: string;
|
|
807
|
-
ownerId?: number;
|
|
808
|
-
period?: number;
|
|
809
|
-
periodPriceType?: string;
|
|
810
|
-
regionId?: string;
|
|
811
|
-
resourceGroupId?: string;
|
|
812
|
-
resourceOwnerAccount?: string;
|
|
813
|
-
resourceOwnerId?: number;
|
|
814
|
-
securityIPList?: string;
|
|
815
|
-
securityToken?: string;
|
|
816
|
-
storageEngine?: string;
|
|
817
|
-
vSwitchId?: string;
|
|
818
|
-
vpcId?: string;
|
|
819
|
-
zoneId?: string;
|
|
820
|
-
static names(): { [key: string]: string } {
|
|
821
|
-
return {
|
|
822
|
-
accountPassword: 'AccountPassword',
|
|
823
|
-
autoRenew: 'AutoRenew',
|
|
824
|
-
capacityUnit: 'CapacityUnit',
|
|
825
|
-
clientToken: 'ClientToken',
|
|
826
|
-
DBInstanceDescription: 'DBInstanceDescription',
|
|
827
|
-
DBInstanceStorage: 'DBInstanceStorage',
|
|
828
|
-
engine: 'Engine',
|
|
829
|
-
engineVersion: 'EngineVersion',
|
|
830
|
-
ownerAccount: 'OwnerAccount',
|
|
831
|
-
ownerId: 'OwnerId',
|
|
832
|
-
period: 'Period',
|
|
833
|
-
periodPriceType: 'PeriodPriceType',
|
|
834
|
-
regionId: 'RegionId',
|
|
835
|
-
resourceGroupId: 'ResourceGroupId',
|
|
836
|
-
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
837
|
-
resourceOwnerId: 'ResourceOwnerId',
|
|
838
|
-
securityIPList: 'SecurityIPList',
|
|
839
|
-
securityToken: 'SecurityToken',
|
|
840
|
-
storageEngine: 'StorageEngine',
|
|
841
|
-
vSwitchId: 'VSwitchId',
|
|
842
|
-
vpcId: 'VpcId',
|
|
843
|
-
zoneId: 'ZoneId',
|
|
844
|
-
};
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
static types(): { [key: string]: any } {
|
|
848
|
-
return {
|
|
849
|
-
accountPassword: 'string',
|
|
850
|
-
autoRenew: 'string',
|
|
851
|
-
capacityUnit: 'string',
|
|
852
|
-
clientToken: 'string',
|
|
853
|
-
DBInstanceDescription: 'string',
|
|
854
|
-
DBInstanceStorage: 'number',
|
|
855
|
-
engine: 'string',
|
|
856
|
-
engineVersion: 'string',
|
|
857
|
-
ownerAccount: 'string',
|
|
858
|
-
ownerId: 'number',
|
|
859
|
-
period: 'number',
|
|
860
|
-
periodPriceType: 'string',
|
|
861
|
-
regionId: 'string',
|
|
862
|
-
resourceGroupId: 'string',
|
|
863
|
-
resourceOwnerAccount: 'string',
|
|
864
|
-
resourceOwnerId: 'number',
|
|
865
|
-
securityIPList: 'string',
|
|
866
|
-
securityToken: 'string',
|
|
867
|
-
storageEngine: 'string',
|
|
868
|
-
vSwitchId: 'string',
|
|
869
|
-
vpcId: 'string',
|
|
870
|
-
zoneId: 'string',
|
|
871
|
-
};
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
constructor(map?: { [key: string]: any }) {
|
|
875
|
-
super(map);
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
export class CreateServerlessDBInstanceResponseBody extends $tea.Model {
|
|
880
|
-
DBInstanceId?: string;
|
|
881
|
-
orderId?: string;
|
|
882
|
-
requestId?: string;
|
|
883
|
-
static names(): { [key: string]: string } {
|
|
884
|
-
return {
|
|
885
|
-
DBInstanceId: 'DBInstanceId',
|
|
886
|
-
orderId: 'OrderId',
|
|
887
|
-
requestId: 'RequestId',
|
|
888
|
-
};
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
static types(): { [key: string]: any } {
|
|
892
|
-
return {
|
|
893
|
-
DBInstanceId: 'string',
|
|
894
|
-
orderId: 'string',
|
|
895
|
-
requestId: 'string',
|
|
896
|
-
};
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
constructor(map?: { [key: string]: any }) {
|
|
900
|
-
super(map);
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
export class CreateServerlessDBInstanceResponse extends $tea.Model {
|
|
905
|
-
headers: { [key: string]: string };
|
|
906
|
-
body: CreateServerlessDBInstanceResponseBody;
|
|
907
|
-
static names(): { [key: string]: string } {
|
|
908
|
-
return {
|
|
909
|
-
headers: 'headers',
|
|
910
|
-
body: 'body',
|
|
911
|
-
};
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
static types(): { [key: string]: any } {
|
|
915
|
-
return {
|
|
916
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
917
|
-
body: CreateServerlessDBInstanceResponseBody,
|
|
918
|
-
};
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
constructor(map?: { [key: string]: any }) {
|
|
922
|
-
super(map);
|
|
923
|
-
}
|
|
924
|
-
}
|
|
925
|
-
|
|
926
842
|
export class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
927
843
|
accountPassword?: string;
|
|
928
844
|
autoRenew?: string;
|
|
@@ -932,6 +848,7 @@ export class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
932
848
|
DBInstanceDescription?: string;
|
|
933
849
|
engine?: string;
|
|
934
850
|
engineVersion?: string;
|
|
851
|
+
hiddenZoneId?: string;
|
|
935
852
|
mongos?: CreateShardingDBInstanceRequestMongos[];
|
|
936
853
|
networkType?: string;
|
|
937
854
|
ownerAccount?: string;
|
|
@@ -944,6 +861,7 @@ export class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
944
861
|
resourceOwnerAccount?: string;
|
|
945
862
|
resourceOwnerId?: number;
|
|
946
863
|
restoreTime?: string;
|
|
864
|
+
secondaryZoneId?: string;
|
|
947
865
|
securityIPList?: string;
|
|
948
866
|
securityToken?: string;
|
|
949
867
|
srcDBInstanceId?: string;
|
|
@@ -961,6 +879,7 @@ export class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
961
879
|
DBInstanceDescription: 'DBInstanceDescription',
|
|
962
880
|
engine: 'Engine',
|
|
963
881
|
engineVersion: 'EngineVersion',
|
|
882
|
+
hiddenZoneId: 'HiddenZoneId',
|
|
964
883
|
mongos: 'Mongos',
|
|
965
884
|
networkType: 'NetworkType',
|
|
966
885
|
ownerAccount: 'OwnerAccount',
|
|
@@ -973,6 +892,7 @@ export class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
973
892
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
974
893
|
resourceOwnerId: 'ResourceOwnerId',
|
|
975
894
|
restoreTime: 'RestoreTime',
|
|
895
|
+
secondaryZoneId: 'SecondaryZoneId',
|
|
976
896
|
securityIPList: 'SecurityIPList',
|
|
977
897
|
securityToken: 'SecurityToken',
|
|
978
898
|
srcDBInstanceId: 'SrcDBInstanceId',
|
|
@@ -993,6 +913,7 @@ export class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
993
913
|
DBInstanceDescription: 'string',
|
|
994
914
|
engine: 'string',
|
|
995
915
|
engineVersion: 'string',
|
|
916
|
+
hiddenZoneId: 'string',
|
|
996
917
|
mongos: { 'type': 'array', 'itemType': CreateShardingDBInstanceRequestMongos },
|
|
997
918
|
networkType: 'string',
|
|
998
919
|
ownerAccount: 'string',
|
|
@@ -1005,6 +926,7 @@ export class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
1005
926
|
resourceOwnerAccount: 'string',
|
|
1006
927
|
resourceOwnerId: 'number',
|
|
1007
928
|
restoreTime: 'string',
|
|
929
|
+
secondaryZoneId: 'string',
|
|
1008
930
|
securityIPList: 'string',
|
|
1009
931
|
securityToken: 'string',
|
|
1010
932
|
srcDBInstanceId: 'string',
|
|
@@ -1047,10 +969,12 @@ export class CreateShardingDBInstanceResponseBody extends $tea.Model {
|
|
|
1047
969
|
|
|
1048
970
|
export class CreateShardingDBInstanceResponse extends $tea.Model {
|
|
1049
971
|
headers: { [key: string]: string };
|
|
972
|
+
statusCode: number;
|
|
1050
973
|
body: CreateShardingDBInstanceResponseBody;
|
|
1051
974
|
static names(): { [key: string]: string } {
|
|
1052
975
|
return {
|
|
1053
976
|
headers: 'headers',
|
|
977
|
+
statusCode: 'statusCode',
|
|
1054
978
|
body: 'body',
|
|
1055
979
|
};
|
|
1056
980
|
}
|
|
@@ -1058,6 +982,7 @@ export class CreateShardingDBInstanceResponse extends $tea.Model {
|
|
|
1058
982
|
static types(): { [key: string]: any } {
|
|
1059
983
|
return {
|
|
1060
984
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
985
|
+
statusCode: 'number',
|
|
1061
986
|
body: CreateShardingDBInstanceResponseBody,
|
|
1062
987
|
};
|
|
1063
988
|
}
|
|
@@ -1125,10 +1050,12 @@ export class DeleteDBInstanceResponseBody extends $tea.Model {
|
|
|
1125
1050
|
|
|
1126
1051
|
export class DeleteDBInstanceResponse extends $tea.Model {
|
|
1127
1052
|
headers: { [key: string]: string };
|
|
1053
|
+
statusCode: number;
|
|
1128
1054
|
body: DeleteDBInstanceResponseBody;
|
|
1129
1055
|
static names(): { [key: string]: string } {
|
|
1130
1056
|
return {
|
|
1131
1057
|
headers: 'headers',
|
|
1058
|
+
statusCode: 'statusCode',
|
|
1132
1059
|
body: 'body',
|
|
1133
1060
|
};
|
|
1134
1061
|
}
|
|
@@ -1136,6 +1063,7 @@ export class DeleteDBInstanceResponse extends $tea.Model {
|
|
|
1136
1063
|
static types(): { [key: string]: any } {
|
|
1137
1064
|
return {
|
|
1138
1065
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1066
|
+
statusCode: 'number',
|
|
1139
1067
|
body: DeleteDBInstanceResponseBody,
|
|
1140
1068
|
};
|
|
1141
1069
|
}
|
|
@@ -1212,10 +1140,12 @@ export class DeleteNodeResponseBody extends $tea.Model {
|
|
|
1212
1140
|
|
|
1213
1141
|
export class DeleteNodeResponse extends $tea.Model {
|
|
1214
1142
|
headers: { [key: string]: string };
|
|
1143
|
+
statusCode: number;
|
|
1215
1144
|
body: DeleteNodeResponseBody;
|
|
1216
1145
|
static names(): { [key: string]: string } {
|
|
1217
1146
|
return {
|
|
1218
1147
|
headers: 'headers',
|
|
1148
|
+
statusCode: 'statusCode',
|
|
1219
1149
|
body: 'body',
|
|
1220
1150
|
};
|
|
1221
1151
|
}
|
|
@@ -1223,6 +1153,7 @@ export class DeleteNodeResponse extends $tea.Model {
|
|
|
1223
1153
|
static types(): { [key: string]: any } {
|
|
1224
1154
|
return {
|
|
1225
1155
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1156
|
+
statusCode: 'number',
|
|
1226
1157
|
body: DeleteNodeResponseBody,
|
|
1227
1158
|
};
|
|
1228
1159
|
}
|
|
@@ -1293,10 +1224,12 @@ export class DescribeAccountsResponseBody extends $tea.Model {
|
|
|
1293
1224
|
|
|
1294
1225
|
export class DescribeAccountsResponse extends $tea.Model {
|
|
1295
1226
|
headers: { [key: string]: string };
|
|
1227
|
+
statusCode: number;
|
|
1296
1228
|
body: DescribeAccountsResponseBody;
|
|
1297
1229
|
static names(): { [key: string]: string } {
|
|
1298
1230
|
return {
|
|
1299
1231
|
headers: 'headers',
|
|
1232
|
+
statusCode: 'statusCode',
|
|
1300
1233
|
body: 'body',
|
|
1301
1234
|
};
|
|
1302
1235
|
}
|
|
@@ -1304,6 +1237,7 @@ export class DescribeAccountsResponse extends $tea.Model {
|
|
|
1304
1237
|
static types(): { [key: string]: any } {
|
|
1305
1238
|
return {
|
|
1306
1239
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1240
|
+
statusCode: 'number',
|
|
1307
1241
|
body: DescribeAccountsResponseBody,
|
|
1308
1242
|
};
|
|
1309
1243
|
}
|
|
@@ -1374,10 +1308,12 @@ export class DescribeActiveOperationTaskCountResponseBody extends $tea.Model {
|
|
|
1374
1308
|
|
|
1375
1309
|
export class DescribeActiveOperationTaskCountResponse extends $tea.Model {
|
|
1376
1310
|
headers: { [key: string]: string };
|
|
1311
|
+
statusCode: number;
|
|
1377
1312
|
body: DescribeActiveOperationTaskCountResponseBody;
|
|
1378
1313
|
static names(): { [key: string]: string } {
|
|
1379
1314
|
return {
|
|
1380
1315
|
headers: 'headers',
|
|
1316
|
+
statusCode: 'statusCode',
|
|
1381
1317
|
body: 'body',
|
|
1382
1318
|
};
|
|
1383
1319
|
}
|
|
@@ -1385,6 +1321,7 @@ export class DescribeActiveOperationTaskCountResponse extends $tea.Model {
|
|
|
1385
1321
|
static types(): { [key: string]: any } {
|
|
1386
1322
|
return {
|
|
1387
1323
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1324
|
+
statusCode: 'number',
|
|
1388
1325
|
body: DescribeActiveOperationTaskCountResponseBody,
|
|
1389
1326
|
};
|
|
1390
1327
|
}
|
|
@@ -1455,10 +1392,12 @@ export class DescribeActiveOperationTaskTypeResponseBody extends $tea.Model {
|
|
|
1455
1392
|
|
|
1456
1393
|
export class DescribeActiveOperationTaskTypeResponse extends $tea.Model {
|
|
1457
1394
|
headers: { [key: string]: string };
|
|
1395
|
+
statusCode: number;
|
|
1458
1396
|
body: DescribeActiveOperationTaskTypeResponseBody;
|
|
1459
1397
|
static names(): { [key: string]: string } {
|
|
1460
1398
|
return {
|
|
1461
1399
|
headers: 'headers',
|
|
1400
|
+
statusCode: 'statusCode',
|
|
1462
1401
|
body: 'body',
|
|
1463
1402
|
};
|
|
1464
1403
|
}
|
|
@@ -1466,6 +1405,7 @@ export class DescribeActiveOperationTaskTypeResponse extends $tea.Model {
|
|
|
1466
1405
|
static types(): { [key: string]: any } {
|
|
1467
1406
|
return {
|
|
1468
1407
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1408
|
+
statusCode: 'number',
|
|
1469
1409
|
body: DescribeActiveOperationTaskTypeResponseBody,
|
|
1470
1410
|
};
|
|
1471
1411
|
}
|
|
@@ -1539,10 +1479,12 @@ export class DescribeAuditLogFilterResponseBody extends $tea.Model {
|
|
|
1539
1479
|
|
|
1540
1480
|
export class DescribeAuditLogFilterResponse extends $tea.Model {
|
|
1541
1481
|
headers: { [key: string]: string };
|
|
1482
|
+
statusCode: number;
|
|
1542
1483
|
body: DescribeAuditLogFilterResponseBody;
|
|
1543
1484
|
static names(): { [key: string]: string } {
|
|
1544
1485
|
return {
|
|
1545
1486
|
headers: 'headers',
|
|
1487
|
+
statusCode: 'statusCode',
|
|
1546
1488
|
body: 'body',
|
|
1547
1489
|
};
|
|
1548
1490
|
}
|
|
@@ -1550,6 +1492,7 @@ export class DescribeAuditLogFilterResponse extends $tea.Model {
|
|
|
1550
1492
|
static types(): { [key: string]: any } {
|
|
1551
1493
|
return {
|
|
1552
1494
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1495
|
+
statusCode: 'number',
|
|
1553
1496
|
body: DescribeAuditLogFilterResponseBody,
|
|
1554
1497
|
};
|
|
1555
1498
|
}
|
|
@@ -1617,10 +1560,12 @@ export class DescribeAuditPolicyResponseBody extends $tea.Model {
|
|
|
1617
1560
|
|
|
1618
1561
|
export class DescribeAuditPolicyResponse extends $tea.Model {
|
|
1619
1562
|
headers: { [key: string]: string };
|
|
1563
|
+
statusCode: number;
|
|
1620
1564
|
body: DescribeAuditPolicyResponseBody;
|
|
1621
1565
|
static names(): { [key: string]: string } {
|
|
1622
1566
|
return {
|
|
1623
1567
|
headers: 'headers',
|
|
1568
|
+
statusCode: 'statusCode',
|
|
1624
1569
|
body: 'body',
|
|
1625
1570
|
};
|
|
1626
1571
|
}
|
|
@@ -1628,6 +1573,7 @@ export class DescribeAuditPolicyResponse extends $tea.Model {
|
|
|
1628
1573
|
static types(): { [key: string]: any } {
|
|
1629
1574
|
return {
|
|
1630
1575
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1576
|
+
statusCode: 'number',
|
|
1631
1577
|
body: DescribeAuditPolicyResponseBody,
|
|
1632
1578
|
};
|
|
1633
1579
|
}
|
|
@@ -1734,10 +1680,12 @@ export class DescribeAuditRecordsResponseBody extends $tea.Model {
|
|
|
1734
1680
|
|
|
1735
1681
|
export class DescribeAuditRecordsResponse extends $tea.Model {
|
|
1736
1682
|
headers: { [key: string]: string };
|
|
1683
|
+
statusCode: number;
|
|
1737
1684
|
body: DescribeAuditRecordsResponseBody;
|
|
1738
1685
|
static names(): { [key: string]: string } {
|
|
1739
1686
|
return {
|
|
1740
1687
|
headers: 'headers',
|
|
1688
|
+
statusCode: 'statusCode',
|
|
1741
1689
|
body: 'body',
|
|
1742
1690
|
};
|
|
1743
1691
|
}
|
|
@@ -1745,6 +1693,7 @@ export class DescribeAuditRecordsResponse extends $tea.Model {
|
|
|
1745
1693
|
static types(): { [key: string]: any } {
|
|
1746
1694
|
return {
|
|
1747
1695
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1696
|
+
statusCode: 'number',
|
|
1748
1697
|
body: DescribeAuditRecordsResponseBody,
|
|
1749
1698
|
};
|
|
1750
1699
|
}
|
|
@@ -1812,10 +1761,12 @@ export class DescribeAvailableEngineVersionResponseBody extends $tea.Model {
|
|
|
1812
1761
|
|
|
1813
1762
|
export class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
1814
1763
|
headers: { [key: string]: string };
|
|
1764
|
+
statusCode: number;
|
|
1815
1765
|
body: DescribeAvailableEngineVersionResponseBody;
|
|
1816
1766
|
static names(): { [key: string]: string } {
|
|
1817
1767
|
return {
|
|
1818
1768
|
headers: 'headers',
|
|
1769
|
+
statusCode: 'statusCode',
|
|
1819
1770
|
body: 'body',
|
|
1820
1771
|
};
|
|
1821
1772
|
}
|
|
@@ -1823,6 +1774,7 @@ export class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
|
1823
1774
|
static types(): { [key: string]: any } {
|
|
1824
1775
|
return {
|
|
1825
1776
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1777
|
+
statusCode: 'number',
|
|
1826
1778
|
body: DescribeAvailableEngineVersionResponseBody,
|
|
1827
1779
|
};
|
|
1828
1780
|
}
|
|
@@ -1902,10 +1854,12 @@ export class DescribeAvailableResourceResponseBody extends $tea.Model {
|
|
|
1902
1854
|
|
|
1903
1855
|
export class DescribeAvailableResourceResponse extends $tea.Model {
|
|
1904
1856
|
headers: { [key: string]: string };
|
|
1857
|
+
statusCode: number;
|
|
1905
1858
|
body: DescribeAvailableResourceResponseBody;
|
|
1906
1859
|
static names(): { [key: string]: string } {
|
|
1907
1860
|
return {
|
|
1908
1861
|
headers: 'headers',
|
|
1862
|
+
statusCode: 'statusCode',
|
|
1909
1863
|
body: 'body',
|
|
1910
1864
|
};
|
|
1911
1865
|
}
|
|
@@ -1913,6 +1867,7 @@ export class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1913
1867
|
static types(): { [key: string]: any } {
|
|
1914
1868
|
return {
|
|
1915
1869
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1870
|
+
statusCode: 'number',
|
|
1916
1871
|
body: DescribeAvailableResourceResponseBody,
|
|
1917
1872
|
};
|
|
1918
1873
|
}
|
|
@@ -2004,10 +1959,12 @@ export class DescribeBackupDBsResponseBody extends $tea.Model {
|
|
|
2004
1959
|
|
|
2005
1960
|
export class DescribeBackupDBsResponse extends $tea.Model {
|
|
2006
1961
|
headers: { [key: string]: string };
|
|
1962
|
+
statusCode: number;
|
|
2007
1963
|
body: DescribeBackupDBsResponseBody;
|
|
2008
1964
|
static names(): { [key: string]: string } {
|
|
2009
1965
|
return {
|
|
2010
1966
|
headers: 'headers',
|
|
1967
|
+
statusCode: 'statusCode',
|
|
2011
1968
|
body: 'body',
|
|
2012
1969
|
};
|
|
2013
1970
|
}
|
|
@@ -2015,6 +1972,7 @@ export class DescribeBackupDBsResponse extends $tea.Model {
|
|
|
2015
1972
|
static types(): { [key: string]: any } {
|
|
2016
1973
|
return {
|
|
2017
1974
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1975
|
+
statusCode: 'number',
|
|
2018
1976
|
body: DescribeBackupDBsResponseBody,
|
|
2019
1977
|
};
|
|
2020
1978
|
}
|
|
@@ -2094,10 +2052,12 @@ export class DescribeBackupPolicyResponseBody extends $tea.Model {
|
|
|
2094
2052
|
|
|
2095
2053
|
export class DescribeBackupPolicyResponse extends $tea.Model {
|
|
2096
2054
|
headers: { [key: string]: string };
|
|
2055
|
+
statusCode: number;
|
|
2097
2056
|
body: DescribeBackupPolicyResponseBody;
|
|
2098
2057
|
static names(): { [key: string]: string } {
|
|
2099
2058
|
return {
|
|
2100
2059
|
headers: 'headers',
|
|
2060
|
+
statusCode: 'statusCode',
|
|
2101
2061
|
body: 'body',
|
|
2102
2062
|
};
|
|
2103
2063
|
}
|
|
@@ -2105,6 +2065,7 @@ export class DescribeBackupPolicyResponse extends $tea.Model {
|
|
|
2105
2065
|
static types(): { [key: string]: any } {
|
|
2106
2066
|
return {
|
|
2107
2067
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2068
|
+
statusCode: 'number',
|
|
2108
2069
|
body: DescribeBackupPolicyResponseBody,
|
|
2109
2070
|
};
|
|
2110
2071
|
}
|
|
@@ -2199,10 +2160,12 @@ export class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
2199
2160
|
|
|
2200
2161
|
export class DescribeBackupsResponse extends $tea.Model {
|
|
2201
2162
|
headers: { [key: string]: string };
|
|
2163
|
+
statusCode: number;
|
|
2202
2164
|
body: DescribeBackupsResponseBody;
|
|
2203
2165
|
static names(): { [key: string]: string } {
|
|
2204
2166
|
return {
|
|
2205
2167
|
headers: 'headers',
|
|
2168
|
+
statusCode: 'statusCode',
|
|
2206
2169
|
body: 'body',
|
|
2207
2170
|
};
|
|
2208
2171
|
}
|
|
@@ -2210,6 +2173,7 @@ export class DescribeBackupsResponse extends $tea.Model {
|
|
|
2210
2173
|
static types(): { [key: string]: any } {
|
|
2211
2174
|
return {
|
|
2212
2175
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2176
|
+
statusCode: 'number',
|
|
2213
2177
|
body: DescribeBackupsResponseBody,
|
|
2214
2178
|
};
|
|
2215
2179
|
}
|
|
@@ -2283,10 +2247,12 @@ export class DescribeDBInstanceAttributeResponseBody extends $tea.Model {
|
|
|
2283
2247
|
|
|
2284
2248
|
export class DescribeDBInstanceAttributeResponse extends $tea.Model {
|
|
2285
2249
|
headers: { [key: string]: string };
|
|
2250
|
+
statusCode: number;
|
|
2286
2251
|
body: DescribeDBInstanceAttributeResponseBody;
|
|
2287
2252
|
static names(): { [key: string]: string } {
|
|
2288
2253
|
return {
|
|
2289
2254
|
headers: 'headers',
|
|
2255
|
+
statusCode: 'statusCode',
|
|
2290
2256
|
body: 'body',
|
|
2291
2257
|
};
|
|
2292
2258
|
}
|
|
@@ -2294,6 +2260,7 @@ export class DescribeDBInstanceAttributeResponse extends $tea.Model {
|
|
|
2294
2260
|
static types(): { [key: string]: any } {
|
|
2295
2261
|
return {
|
|
2296
2262
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2263
|
+
statusCode: 'number',
|
|
2297
2264
|
body: DescribeDBInstanceAttributeResponseBody,
|
|
2298
2265
|
};
|
|
2299
2266
|
}
|
|
@@ -2385,10 +2352,12 @@ export class DescribeDBInstanceEncryptionKeyResponseBody extends $tea.Model {
|
|
|
2385
2352
|
|
|
2386
2353
|
export class DescribeDBInstanceEncryptionKeyResponse extends $tea.Model {
|
|
2387
2354
|
headers: { [key: string]: string };
|
|
2355
|
+
statusCode: number;
|
|
2388
2356
|
body: DescribeDBInstanceEncryptionKeyResponseBody;
|
|
2389
2357
|
static names(): { [key: string]: string } {
|
|
2390
2358
|
return {
|
|
2391
2359
|
headers: 'headers',
|
|
2360
|
+
statusCode: 'statusCode',
|
|
2392
2361
|
body: 'body',
|
|
2393
2362
|
};
|
|
2394
2363
|
}
|
|
@@ -2396,6 +2365,7 @@ export class DescribeDBInstanceEncryptionKeyResponse extends $tea.Model {
|
|
|
2396
2365
|
static types(): { [key: string]: any } {
|
|
2397
2366
|
return {
|
|
2398
2367
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2368
|
+
statusCode: 'number',
|
|
2399
2369
|
body: DescribeDBInstanceEncryptionKeyResponseBody,
|
|
2400
2370
|
};
|
|
2401
2371
|
}
|
|
@@ -2463,10 +2433,12 @@ export class DescribeDBInstanceMonitorResponseBody extends $tea.Model {
|
|
|
2463
2433
|
|
|
2464
2434
|
export class DescribeDBInstanceMonitorResponse extends $tea.Model {
|
|
2465
2435
|
headers: { [key: string]: string };
|
|
2436
|
+
statusCode: number;
|
|
2466
2437
|
body: DescribeDBInstanceMonitorResponseBody;
|
|
2467
2438
|
static names(): { [key: string]: string } {
|
|
2468
2439
|
return {
|
|
2469
2440
|
headers: 'headers',
|
|
2441
|
+
statusCode: 'statusCode',
|
|
2470
2442
|
body: 'body',
|
|
2471
2443
|
};
|
|
2472
2444
|
}
|
|
@@ -2474,6 +2446,7 @@ export class DescribeDBInstanceMonitorResponse extends $tea.Model {
|
|
|
2474
2446
|
static types(): { [key: string]: any } {
|
|
2475
2447
|
return {
|
|
2476
2448
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2449
|
+
statusCode: 'number',
|
|
2477
2450
|
body: DescribeDBInstanceMonitorResponseBody,
|
|
2478
2451
|
};
|
|
2479
2452
|
}
|
|
@@ -2565,10 +2538,12 @@ export class DescribeDBInstancePerformanceResponseBody extends $tea.Model {
|
|
|
2565
2538
|
|
|
2566
2539
|
export class DescribeDBInstancePerformanceResponse extends $tea.Model {
|
|
2567
2540
|
headers: { [key: string]: string };
|
|
2541
|
+
statusCode: number;
|
|
2568
2542
|
body: DescribeDBInstancePerformanceResponseBody;
|
|
2569
2543
|
static names(): { [key: string]: string } {
|
|
2570
2544
|
return {
|
|
2571
2545
|
headers: 'headers',
|
|
2546
|
+
statusCode: 'statusCode',
|
|
2572
2547
|
body: 'body',
|
|
2573
2548
|
};
|
|
2574
2549
|
}
|
|
@@ -2576,6 +2551,7 @@ export class DescribeDBInstancePerformanceResponse extends $tea.Model {
|
|
|
2576
2551
|
static types(): { [key: string]: any } {
|
|
2577
2552
|
return {
|
|
2578
2553
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2554
|
+
statusCode: 'number',
|
|
2579
2555
|
body: DescribeDBInstancePerformanceResponseBody,
|
|
2580
2556
|
};
|
|
2581
2557
|
}
|
|
@@ -2649,10 +2625,12 @@ export class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
2649
2625
|
|
|
2650
2626
|
export class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
2651
2627
|
headers: { [key: string]: string };
|
|
2628
|
+
statusCode: number;
|
|
2652
2629
|
body: DescribeDBInstanceSSLResponseBody;
|
|
2653
2630
|
static names(): { [key: string]: string } {
|
|
2654
2631
|
return {
|
|
2655
2632
|
headers: 'headers',
|
|
2633
|
+
statusCode: 'statusCode',
|
|
2656
2634
|
body: 'body',
|
|
2657
2635
|
};
|
|
2658
2636
|
}
|
|
@@ -2660,6 +2638,7 @@ export class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
|
2660
2638
|
static types(): { [key: string]: any } {
|
|
2661
2639
|
return {
|
|
2662
2640
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2641
|
+
statusCode: 'number',
|
|
2663
2642
|
body: DescribeDBInstanceSSLResponseBody,
|
|
2664
2643
|
};
|
|
2665
2644
|
}
|
|
@@ -2727,10 +2706,12 @@ export class DescribeDBInstanceTDEInfoResponseBody extends $tea.Model {
|
|
|
2727
2706
|
|
|
2728
2707
|
export class DescribeDBInstanceTDEInfoResponse extends $tea.Model {
|
|
2729
2708
|
headers: { [key: string]: string };
|
|
2709
|
+
statusCode: number;
|
|
2730
2710
|
body: DescribeDBInstanceTDEInfoResponseBody;
|
|
2731
2711
|
static names(): { [key: string]: string } {
|
|
2732
2712
|
return {
|
|
2733
2713
|
headers: 'headers',
|
|
2714
|
+
statusCode: 'statusCode',
|
|
2734
2715
|
body: 'body',
|
|
2735
2716
|
};
|
|
2736
2717
|
}
|
|
@@ -2738,6 +2719,7 @@ export class DescribeDBInstanceTDEInfoResponse extends $tea.Model {
|
|
|
2738
2719
|
static types(): { [key: string]: any } {
|
|
2739
2720
|
return {
|
|
2740
2721
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2722
|
+
statusCode: 'number',
|
|
2741
2723
|
body: DescribeDBInstanceTDEInfoResponseBody,
|
|
2742
2724
|
};
|
|
2743
2725
|
}
|
|
@@ -2874,10 +2856,12 @@ export class DescribeDBInstancesResponseBody extends $tea.Model {
|
|
|
2874
2856
|
|
|
2875
2857
|
export class DescribeDBInstancesResponse extends $tea.Model {
|
|
2876
2858
|
headers: { [key: string]: string };
|
|
2859
|
+
statusCode: number;
|
|
2877
2860
|
body: DescribeDBInstancesResponseBody;
|
|
2878
2861
|
static names(): { [key: string]: string } {
|
|
2879
2862
|
return {
|
|
2880
2863
|
headers: 'headers',
|
|
2864
|
+
statusCode: 'statusCode',
|
|
2881
2865
|
body: 'body',
|
|
2882
2866
|
};
|
|
2883
2867
|
}
|
|
@@ -2885,6 +2869,7 @@ export class DescribeDBInstancesResponse extends $tea.Model {
|
|
|
2885
2869
|
static types(): { [key: string]: any } {
|
|
2886
2870
|
return {
|
|
2887
2871
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2872
|
+
statusCode: 'number',
|
|
2888
2873
|
body: DescribeDBInstancesResponseBody,
|
|
2889
2874
|
};
|
|
2890
2875
|
}
|
|
@@ -2988,10 +2973,12 @@ export class DescribeDBInstancesOverviewResponseBody extends $tea.Model {
|
|
|
2988
2973
|
|
|
2989
2974
|
export class DescribeDBInstancesOverviewResponse extends $tea.Model {
|
|
2990
2975
|
headers: { [key: string]: string };
|
|
2976
|
+
statusCode: number;
|
|
2991
2977
|
body: DescribeDBInstancesOverviewResponseBody;
|
|
2992
2978
|
static names(): { [key: string]: string } {
|
|
2993
2979
|
return {
|
|
2994
2980
|
headers: 'headers',
|
|
2981
|
+
statusCode: 'statusCode',
|
|
2995
2982
|
body: 'body',
|
|
2996
2983
|
};
|
|
2997
2984
|
}
|
|
@@ -2999,6 +2986,7 @@ export class DescribeDBInstancesOverviewResponse extends $tea.Model {
|
|
|
2999
2986
|
static types(): { [key: string]: any } {
|
|
3000
2987
|
return {
|
|
3001
2988
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2989
|
+
statusCode: 'number',
|
|
3002
2990
|
body: DescribeDBInstancesOverviewResponseBody,
|
|
3003
2991
|
};
|
|
3004
2992
|
}
|
|
@@ -3105,10 +3093,12 @@ export class DescribeDedicatedClusterInstanceListResponseBody extends $tea.Model
|
|
|
3105
3093
|
|
|
3106
3094
|
export class DescribeDedicatedClusterInstanceListResponse extends $tea.Model {
|
|
3107
3095
|
headers: { [key: string]: string };
|
|
3096
|
+
statusCode: number;
|
|
3108
3097
|
body: DescribeDedicatedClusterInstanceListResponseBody;
|
|
3109
3098
|
static names(): { [key: string]: string } {
|
|
3110
3099
|
return {
|
|
3111
3100
|
headers: 'headers',
|
|
3101
|
+
statusCode: 'statusCode',
|
|
3112
3102
|
body: 'body',
|
|
3113
3103
|
};
|
|
3114
3104
|
}
|
|
@@ -3116,6 +3106,7 @@ export class DescribeDedicatedClusterInstanceListResponse extends $tea.Model {
|
|
|
3116
3106
|
static types(): { [key: string]: any } {
|
|
3117
3107
|
return {
|
|
3118
3108
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3109
|
+
statusCode: 'number',
|
|
3119
3110
|
body: DescribeDedicatedClusterInstanceListResponseBody,
|
|
3120
3111
|
};
|
|
3121
3112
|
}
|
|
@@ -3219,10 +3210,12 @@ export class DescribeErrorLogRecordsResponseBody extends $tea.Model {
|
|
|
3219
3210
|
|
|
3220
3211
|
export class DescribeErrorLogRecordsResponse extends $tea.Model {
|
|
3221
3212
|
headers: { [key: string]: string };
|
|
3213
|
+
statusCode: number;
|
|
3222
3214
|
body: DescribeErrorLogRecordsResponseBody;
|
|
3223
3215
|
static names(): { [key: string]: string } {
|
|
3224
3216
|
return {
|
|
3225
3217
|
headers: 'headers',
|
|
3218
|
+
statusCode: 'statusCode',
|
|
3226
3219
|
body: 'body',
|
|
3227
3220
|
};
|
|
3228
3221
|
}
|
|
@@ -3230,6 +3223,7 @@ export class DescribeErrorLogRecordsResponse extends $tea.Model {
|
|
|
3230
3223
|
static types(): { [key: string]: any } {
|
|
3231
3224
|
return {
|
|
3232
3225
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3226
|
+
statusCode: 'number',
|
|
3233
3227
|
body: DescribeErrorLogRecordsResponseBody,
|
|
3234
3228
|
};
|
|
3235
3229
|
}
|
|
@@ -3318,10 +3312,12 @@ export class DescribeInstanceAutoRenewalAttributeResponseBody extends $tea.Model
|
|
|
3318
3312
|
|
|
3319
3313
|
export class DescribeInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
3320
3314
|
headers: { [key: string]: string };
|
|
3315
|
+
statusCode: number;
|
|
3321
3316
|
body: DescribeInstanceAutoRenewalAttributeResponseBody;
|
|
3322
3317
|
static names(): { [key: string]: string } {
|
|
3323
3318
|
return {
|
|
3324
3319
|
headers: 'headers',
|
|
3320
|
+
statusCode: 'statusCode',
|
|
3325
3321
|
body: 'body',
|
|
3326
3322
|
};
|
|
3327
3323
|
}
|
|
@@ -3329,6 +3325,7 @@ export class DescribeInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
|
3329
3325
|
static types(): { [key: string]: any } {
|
|
3330
3326
|
return {
|
|
3331
3327
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3328
|
+
statusCode: 'number',
|
|
3332
3329
|
body: DescribeInstanceAutoRenewalAttributeResponseBody,
|
|
3333
3330
|
};
|
|
3334
3331
|
}
|
|
@@ -3396,10 +3393,12 @@ export class DescribeKernelReleaseNotesResponseBody extends $tea.Model {
|
|
|
3396
3393
|
|
|
3397
3394
|
export class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
3398
3395
|
headers: { [key: string]: string };
|
|
3396
|
+
statusCode: number;
|
|
3399
3397
|
body: DescribeKernelReleaseNotesResponseBody;
|
|
3400
3398
|
static names(): { [key: string]: string } {
|
|
3401
3399
|
return {
|
|
3402
3400
|
headers: 'headers',
|
|
3401
|
+
statusCode: 'statusCode',
|
|
3403
3402
|
body: 'body',
|
|
3404
3403
|
};
|
|
3405
3404
|
}
|
|
@@ -3407,6 +3406,7 @@ export class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
|
3407
3406
|
static types(): { [key: string]: any } {
|
|
3408
3407
|
return {
|
|
3409
3408
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3409
|
+
statusCode: 'number',
|
|
3410
3410
|
body: DescribeKernelReleaseNotesResponseBody,
|
|
3411
3411
|
};
|
|
3412
3412
|
}
|
|
@@ -3504,10 +3504,12 @@ export class DescribeMongoDBLogConfigResponseBody extends $tea.Model {
|
|
|
3504
3504
|
|
|
3505
3505
|
export class DescribeMongoDBLogConfigResponse extends $tea.Model {
|
|
3506
3506
|
headers: { [key: string]: string };
|
|
3507
|
+
statusCode: number;
|
|
3507
3508
|
body: DescribeMongoDBLogConfigResponseBody;
|
|
3508
3509
|
static names(): { [key: string]: string } {
|
|
3509
3510
|
return {
|
|
3510
3511
|
headers: 'headers',
|
|
3512
|
+
statusCode: 'statusCode',
|
|
3511
3513
|
body: 'body',
|
|
3512
3514
|
};
|
|
3513
3515
|
}
|
|
@@ -3515,6 +3517,7 @@ export class DescribeMongoDBLogConfigResponse extends $tea.Model {
|
|
|
3515
3517
|
static types(): { [key: string]: any } {
|
|
3516
3518
|
return {
|
|
3517
3519
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3520
|
+
statusCode: 'number',
|
|
3518
3521
|
body: DescribeMongoDBLogConfigResponseBody,
|
|
3519
3522
|
};
|
|
3520
3523
|
}
|
|
@@ -3594,10 +3597,12 @@ export class DescribeParameterModificationHistoryResponseBody extends $tea.Model
|
|
|
3594
3597
|
|
|
3595
3598
|
export class DescribeParameterModificationHistoryResponse extends $tea.Model {
|
|
3596
3599
|
headers: { [key: string]: string };
|
|
3600
|
+
statusCode: number;
|
|
3597
3601
|
body: DescribeParameterModificationHistoryResponseBody;
|
|
3598
3602
|
static names(): { [key: string]: string } {
|
|
3599
3603
|
return {
|
|
3600
3604
|
headers: 'headers',
|
|
3605
|
+
statusCode: 'statusCode',
|
|
3601
3606
|
body: 'body',
|
|
3602
3607
|
};
|
|
3603
3608
|
}
|
|
@@ -3605,6 +3610,7 @@ export class DescribeParameterModificationHistoryResponse extends $tea.Model {
|
|
|
3605
3610
|
static types(): { [key: string]: any } {
|
|
3606
3611
|
return {
|
|
3607
3612
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3613
|
+
statusCode: 'number',
|
|
3608
3614
|
body: DescribeParameterModificationHistoryResponseBody,
|
|
3609
3615
|
};
|
|
3610
3616
|
}
|
|
@@ -3687,10 +3693,12 @@ export class DescribeParameterTemplatesResponseBody extends $tea.Model {
|
|
|
3687
3693
|
|
|
3688
3694
|
export class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
3689
3695
|
headers: { [key: string]: string };
|
|
3696
|
+
statusCode: number;
|
|
3690
3697
|
body: DescribeParameterTemplatesResponseBody;
|
|
3691
3698
|
static names(): { [key: string]: string } {
|
|
3692
3699
|
return {
|
|
3693
3700
|
headers: 'headers',
|
|
3701
|
+
statusCode: 'statusCode',
|
|
3694
3702
|
body: 'body',
|
|
3695
3703
|
};
|
|
3696
3704
|
}
|
|
@@ -3698,6 +3706,7 @@ export class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
|
3698
3706
|
static types(): { [key: string]: any } {
|
|
3699
3707
|
return {
|
|
3700
3708
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3709
|
+
statusCode: 'number',
|
|
3701
3710
|
body: DescribeParameterTemplatesResponseBody,
|
|
3702
3711
|
};
|
|
3703
3712
|
}
|
|
@@ -3780,10 +3789,12 @@ export class DescribeParametersResponseBody extends $tea.Model {
|
|
|
3780
3789
|
|
|
3781
3790
|
export class DescribeParametersResponse extends $tea.Model {
|
|
3782
3791
|
headers: { [key: string]: string };
|
|
3792
|
+
statusCode: number;
|
|
3783
3793
|
body: DescribeParametersResponseBody;
|
|
3784
3794
|
static names(): { [key: string]: string } {
|
|
3785
3795
|
return {
|
|
3786
3796
|
headers: 'headers',
|
|
3797
|
+
statusCode: 'statusCode',
|
|
3787
3798
|
body: 'body',
|
|
3788
3799
|
};
|
|
3789
3800
|
}
|
|
@@ -3791,6 +3802,7 @@ export class DescribeParametersResponse extends $tea.Model {
|
|
|
3791
3802
|
static types(): { [key: string]: any } {
|
|
3792
3803
|
return {
|
|
3793
3804
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3805
|
+
statusCode: 'number',
|
|
3794
3806
|
body: DescribeParametersResponseBody,
|
|
3795
3807
|
};
|
|
3796
3808
|
}
|
|
@@ -3894,10 +3906,12 @@ export class DescribePriceResponseBody extends $tea.Model {
|
|
|
3894
3906
|
|
|
3895
3907
|
export class DescribePriceResponse extends $tea.Model {
|
|
3896
3908
|
headers: { [key: string]: string };
|
|
3909
|
+
statusCode: number;
|
|
3897
3910
|
body: DescribePriceResponseBody;
|
|
3898
3911
|
static names(): { [key: string]: string } {
|
|
3899
3912
|
return {
|
|
3900
3913
|
headers: 'headers',
|
|
3914
|
+
statusCode: 'statusCode',
|
|
3901
3915
|
body: 'body',
|
|
3902
3916
|
};
|
|
3903
3917
|
}
|
|
@@ -3905,6 +3919,7 @@ export class DescribePriceResponse extends $tea.Model {
|
|
|
3905
3919
|
static types(): { [key: string]: any } {
|
|
3906
3920
|
return {
|
|
3907
3921
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3922
|
+
statusCode: 'number',
|
|
3908
3923
|
body: DescribePriceResponseBody,
|
|
3909
3924
|
};
|
|
3910
3925
|
}
|
|
@@ -3975,10 +3990,12 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
3975
3990
|
|
|
3976
3991
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
3977
3992
|
headers: { [key: string]: string };
|
|
3993
|
+
statusCode: number;
|
|
3978
3994
|
body: DescribeRegionsResponseBody;
|
|
3979
3995
|
static names(): { [key: string]: string } {
|
|
3980
3996
|
return {
|
|
3981
3997
|
headers: 'headers',
|
|
3998
|
+
statusCode: 'statusCode',
|
|
3982
3999
|
body: 'body',
|
|
3983
4000
|
};
|
|
3984
4001
|
}
|
|
@@ -3986,6 +4003,7 @@ export class DescribeRegionsResponse extends $tea.Model {
|
|
|
3986
4003
|
static types(): { [key: string]: any } {
|
|
3987
4004
|
return {
|
|
3988
4005
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4006
|
+
statusCode: 'number',
|
|
3989
4007
|
body: DescribeRegionsResponseBody,
|
|
3990
4008
|
};
|
|
3991
4009
|
}
|
|
@@ -4065,10 +4083,12 @@ export class DescribeRenewalPriceResponseBody extends $tea.Model {
|
|
|
4065
4083
|
|
|
4066
4084
|
export class DescribeRenewalPriceResponse extends $tea.Model {
|
|
4067
4085
|
headers: { [key: string]: string };
|
|
4086
|
+
statusCode: number;
|
|
4068
4087
|
body: DescribeRenewalPriceResponseBody;
|
|
4069
4088
|
static names(): { [key: string]: string } {
|
|
4070
4089
|
return {
|
|
4071
4090
|
headers: 'headers',
|
|
4091
|
+
statusCode: 'statusCode',
|
|
4072
4092
|
body: 'body',
|
|
4073
4093
|
};
|
|
4074
4094
|
}
|
|
@@ -4076,6 +4096,7 @@ export class DescribeRenewalPriceResponse extends $tea.Model {
|
|
|
4076
4096
|
static types(): { [key: string]: any } {
|
|
4077
4097
|
return {
|
|
4078
4098
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4099
|
+
statusCode: 'number',
|
|
4079
4100
|
body: DescribeRenewalPriceResponseBody,
|
|
4080
4101
|
};
|
|
4081
4102
|
}
|
|
@@ -4146,10 +4167,12 @@ export class DescribeReplicaSetRoleResponseBody extends $tea.Model {
|
|
|
4146
4167
|
|
|
4147
4168
|
export class DescribeReplicaSetRoleResponse extends $tea.Model {
|
|
4148
4169
|
headers: { [key: string]: string };
|
|
4170
|
+
statusCode: number;
|
|
4149
4171
|
body: DescribeReplicaSetRoleResponseBody;
|
|
4150
4172
|
static names(): { [key: string]: string } {
|
|
4151
4173
|
return {
|
|
4152
4174
|
headers: 'headers',
|
|
4175
|
+
statusCode: 'statusCode',
|
|
4153
4176
|
body: 'body',
|
|
4154
4177
|
};
|
|
4155
4178
|
}
|
|
@@ -4157,6 +4180,7 @@ export class DescribeReplicaSetRoleResponse extends $tea.Model {
|
|
|
4157
4180
|
static types(): { [key: string]: any } {
|
|
4158
4181
|
return {
|
|
4159
4182
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4183
|
+
statusCode: 'number',
|
|
4160
4184
|
body: DescribeReplicaSetRoleResponseBody,
|
|
4161
4185
|
};
|
|
4162
4186
|
}
|
|
@@ -4224,10 +4248,12 @@ export class DescribeRoleZoneInfoResponseBody extends $tea.Model {
|
|
|
4224
4248
|
|
|
4225
4249
|
export class DescribeRoleZoneInfoResponse extends $tea.Model {
|
|
4226
4250
|
headers: { [key: string]: string };
|
|
4251
|
+
statusCode: number;
|
|
4227
4252
|
body: DescribeRoleZoneInfoResponseBody;
|
|
4228
4253
|
static names(): { [key: string]: string } {
|
|
4229
4254
|
return {
|
|
4230
4255
|
headers: 'headers',
|
|
4256
|
+
statusCode: 'statusCode',
|
|
4231
4257
|
body: 'body',
|
|
4232
4258
|
};
|
|
4233
4259
|
}
|
|
@@ -4235,6 +4261,7 @@ export class DescribeRoleZoneInfoResponse extends $tea.Model {
|
|
|
4235
4261
|
static types(): { [key: string]: any } {
|
|
4236
4262
|
return {
|
|
4237
4263
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4264
|
+
statusCode: 'number',
|
|
4238
4265
|
body: DescribeRoleZoneInfoResponseBody,
|
|
4239
4266
|
};
|
|
4240
4267
|
}
|
|
@@ -4344,10 +4371,12 @@ export class DescribeRunningLogRecordsResponseBody extends $tea.Model {
|
|
|
4344
4371
|
|
|
4345
4372
|
export class DescribeRunningLogRecordsResponse extends $tea.Model {
|
|
4346
4373
|
headers: { [key: string]: string };
|
|
4374
|
+
statusCode: number;
|
|
4347
4375
|
body: DescribeRunningLogRecordsResponseBody;
|
|
4348
4376
|
static names(): { [key: string]: string } {
|
|
4349
4377
|
return {
|
|
4350
4378
|
headers: 'headers',
|
|
4379
|
+
statusCode: 'statusCode',
|
|
4351
4380
|
body: 'body',
|
|
4352
4381
|
};
|
|
4353
4382
|
}
|
|
@@ -4355,6 +4384,7 @@ export class DescribeRunningLogRecordsResponse extends $tea.Model {
|
|
|
4355
4384
|
static types(): { [key: string]: any } {
|
|
4356
4385
|
return {
|
|
4357
4386
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4387
|
+
statusCode: 'number',
|
|
4358
4388
|
body: DescribeRunningLogRecordsResponseBody,
|
|
4359
4389
|
};
|
|
4360
4390
|
}
|
|
@@ -4422,10 +4452,12 @@ export class DescribeSecurityGroupConfigurationResponseBody extends $tea.Model {
|
|
|
4422
4452
|
|
|
4423
4453
|
export class DescribeSecurityGroupConfigurationResponse extends $tea.Model {
|
|
4424
4454
|
headers: { [key: string]: string };
|
|
4455
|
+
statusCode: number;
|
|
4425
4456
|
body: DescribeSecurityGroupConfigurationResponseBody;
|
|
4426
4457
|
static names(): { [key: string]: string } {
|
|
4427
4458
|
return {
|
|
4428
4459
|
headers: 'headers',
|
|
4460
|
+
statusCode: 'statusCode',
|
|
4429
4461
|
body: 'body',
|
|
4430
4462
|
};
|
|
4431
4463
|
}
|
|
@@ -4433,6 +4465,7 @@ export class DescribeSecurityGroupConfigurationResponse extends $tea.Model {
|
|
|
4433
4465
|
static types(): { [key: string]: any } {
|
|
4434
4466
|
return {
|
|
4435
4467
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4468
|
+
statusCode: 'number',
|
|
4436
4469
|
body: DescribeSecurityGroupConfigurationResponseBody,
|
|
4437
4470
|
};
|
|
4438
4471
|
}
|
|
@@ -4503,10 +4536,12 @@ export class DescribeSecurityIpsResponseBody extends $tea.Model {
|
|
|
4503
4536
|
|
|
4504
4537
|
export class DescribeSecurityIpsResponse extends $tea.Model {
|
|
4505
4538
|
headers: { [key: string]: string };
|
|
4539
|
+
statusCode: number;
|
|
4506
4540
|
body: DescribeSecurityIpsResponseBody;
|
|
4507
4541
|
static names(): { [key: string]: string } {
|
|
4508
4542
|
return {
|
|
4509
4543
|
headers: 'headers',
|
|
4544
|
+
statusCode: 'statusCode',
|
|
4510
4545
|
body: 'body',
|
|
4511
4546
|
};
|
|
4512
4547
|
}
|
|
@@ -4514,6 +4549,7 @@ export class DescribeSecurityIpsResponse extends $tea.Model {
|
|
|
4514
4549
|
static types(): { [key: string]: any } {
|
|
4515
4550
|
return {
|
|
4516
4551
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4552
|
+
statusCode: 'number',
|
|
4517
4553
|
body: DescribeSecurityIpsResponseBody,
|
|
4518
4554
|
};
|
|
4519
4555
|
}
|
|
@@ -4587,10 +4623,12 @@ export class DescribeShardingNetworkAddressResponseBody extends $tea.Model {
|
|
|
4587
4623
|
|
|
4588
4624
|
export class DescribeShardingNetworkAddressResponse extends $tea.Model {
|
|
4589
4625
|
headers: { [key: string]: string };
|
|
4626
|
+
statusCode: number;
|
|
4590
4627
|
body: DescribeShardingNetworkAddressResponseBody;
|
|
4591
4628
|
static names(): { [key: string]: string } {
|
|
4592
4629
|
return {
|
|
4593
4630
|
headers: 'headers',
|
|
4631
|
+
statusCode: 'statusCode',
|
|
4594
4632
|
body: 'body',
|
|
4595
4633
|
};
|
|
4596
4634
|
}
|
|
@@ -4598,6 +4636,7 @@ export class DescribeShardingNetworkAddressResponse extends $tea.Model {
|
|
|
4598
4636
|
static types(): { [key: string]: any } {
|
|
4599
4637
|
return {
|
|
4600
4638
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4639
|
+
statusCode: 'number',
|
|
4601
4640
|
body: DescribeShardingNetworkAddressResponseBody,
|
|
4602
4641
|
};
|
|
4603
4642
|
}
|
|
@@ -4701,10 +4740,12 @@ export class DescribeSlowLogRecordsResponseBody extends $tea.Model {
|
|
|
4701
4740
|
|
|
4702
4741
|
export class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
4703
4742
|
headers: { [key: string]: string };
|
|
4743
|
+
statusCode: number;
|
|
4704
4744
|
body: DescribeSlowLogRecordsResponseBody;
|
|
4705
4745
|
static names(): { [key: string]: string } {
|
|
4706
4746
|
return {
|
|
4707
4747
|
headers: 'headers',
|
|
4748
|
+
statusCode: 'statusCode',
|
|
4708
4749
|
body: 'body',
|
|
4709
4750
|
};
|
|
4710
4751
|
}
|
|
@@ -4712,6 +4753,7 @@ export class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
|
4712
4753
|
static types(): { [key: string]: any } {
|
|
4713
4754
|
return {
|
|
4714
4755
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4756
|
+
statusCode: 'number',
|
|
4715
4757
|
body: DescribeSlowLogRecordsResponseBody,
|
|
4716
4758
|
};
|
|
4717
4759
|
}
|
|
@@ -4788,10 +4830,12 @@ export class DescribeTagsResponseBody extends $tea.Model {
|
|
|
4788
4830
|
|
|
4789
4831
|
export class DescribeTagsResponse extends $tea.Model {
|
|
4790
4832
|
headers: { [key: string]: string };
|
|
4833
|
+
statusCode: number;
|
|
4791
4834
|
body: DescribeTagsResponseBody;
|
|
4792
4835
|
static names(): { [key: string]: string } {
|
|
4793
4836
|
return {
|
|
4794
4837
|
headers: 'headers',
|
|
4838
|
+
statusCode: 'statusCode',
|
|
4795
4839
|
body: 'body',
|
|
4796
4840
|
};
|
|
4797
4841
|
}
|
|
@@ -4799,6 +4843,7 @@ export class DescribeTagsResponse extends $tea.Model {
|
|
|
4799
4843
|
static types(): { [key: string]: any } {
|
|
4800
4844
|
return {
|
|
4801
4845
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4846
|
+
statusCode: 'number',
|
|
4802
4847
|
body: DescribeTagsResponseBody,
|
|
4803
4848
|
};
|
|
4804
4849
|
}
|
|
@@ -4869,10 +4914,12 @@ export class DescribeUserEncryptionKeyListResponseBody extends $tea.Model {
|
|
|
4869
4914
|
|
|
4870
4915
|
export class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
4871
4916
|
headers: { [key: string]: string };
|
|
4917
|
+
statusCode: number;
|
|
4872
4918
|
body: DescribeUserEncryptionKeyListResponseBody;
|
|
4873
4919
|
static names(): { [key: string]: string } {
|
|
4874
4920
|
return {
|
|
4875
4921
|
headers: 'headers',
|
|
4922
|
+
statusCode: 'statusCode',
|
|
4876
4923
|
body: 'body',
|
|
4877
4924
|
};
|
|
4878
4925
|
}
|
|
@@ -4880,6 +4927,7 @@ export class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
|
4880
4927
|
static types(): { [key: string]: any } {
|
|
4881
4928
|
return {
|
|
4882
4929
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4930
|
+
statusCode: 'number',
|
|
4883
4931
|
body: DescribeUserEncryptionKeyListResponseBody,
|
|
4884
4932
|
};
|
|
4885
4933
|
}
|
|
@@ -4953,10 +5001,12 @@ export class DestroyInstanceResponseBody extends $tea.Model {
|
|
|
4953
5001
|
|
|
4954
5002
|
export class DestroyInstanceResponse extends $tea.Model {
|
|
4955
5003
|
headers: { [key: string]: string };
|
|
5004
|
+
statusCode: number;
|
|
4956
5005
|
body: DestroyInstanceResponseBody;
|
|
4957
5006
|
static names(): { [key: string]: string } {
|
|
4958
5007
|
return {
|
|
4959
5008
|
headers: 'headers',
|
|
5009
|
+
statusCode: 'statusCode',
|
|
4960
5010
|
body: 'body',
|
|
4961
5011
|
};
|
|
4962
5012
|
}
|
|
@@ -4964,6 +5014,7 @@ export class DestroyInstanceResponse extends $tea.Model {
|
|
|
4964
5014
|
static types(): { [key: string]: any } {
|
|
4965
5015
|
return {
|
|
4966
5016
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5017
|
+
statusCode: 'number',
|
|
4967
5018
|
body: DestroyInstanceResponseBody,
|
|
4968
5019
|
};
|
|
4969
5020
|
}
|
|
@@ -5061,10 +5112,12 @@ export class EvaluateResourceResponseBody extends $tea.Model {
|
|
|
5061
5112
|
|
|
5062
5113
|
export class EvaluateResourceResponse extends $tea.Model {
|
|
5063
5114
|
headers: { [key: string]: string };
|
|
5115
|
+
statusCode: number;
|
|
5064
5116
|
body: EvaluateResourceResponseBody;
|
|
5065
5117
|
static names(): { [key: string]: string } {
|
|
5066
5118
|
return {
|
|
5067
5119
|
headers: 'headers',
|
|
5120
|
+
statusCode: 'statusCode',
|
|
5068
5121
|
body: 'body',
|
|
5069
5122
|
};
|
|
5070
5123
|
}
|
|
@@ -5072,6 +5125,7 @@ export class EvaluateResourceResponse extends $tea.Model {
|
|
|
5072
5125
|
static types(): { [key: string]: any } {
|
|
5073
5126
|
return {
|
|
5074
5127
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5128
|
+
statusCode: 'number',
|
|
5075
5129
|
body: EvaluateResourceResponseBody,
|
|
5076
5130
|
};
|
|
5077
5131
|
}
|
|
@@ -5151,10 +5205,12 @@ export class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
5151
5205
|
|
|
5152
5206
|
export class ListTagResourcesResponse extends $tea.Model {
|
|
5153
5207
|
headers: { [key: string]: string };
|
|
5208
|
+
statusCode: number;
|
|
5154
5209
|
body: ListTagResourcesResponseBody;
|
|
5155
5210
|
static names(): { [key: string]: string } {
|
|
5156
5211
|
return {
|
|
5157
5212
|
headers: 'headers',
|
|
5213
|
+
statusCode: 'statusCode',
|
|
5158
5214
|
body: 'body',
|
|
5159
5215
|
};
|
|
5160
5216
|
}
|
|
@@ -5162,6 +5218,7 @@ export class ListTagResourcesResponse extends $tea.Model {
|
|
|
5162
5218
|
static types(): { [key: string]: any } {
|
|
5163
5219
|
return {
|
|
5164
5220
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5221
|
+
statusCode: 'number',
|
|
5165
5222
|
body: ListTagResourcesResponseBody,
|
|
5166
5223
|
};
|
|
5167
5224
|
}
|
|
@@ -5232,10 +5289,12 @@ export class MigrateAvailableZoneResponseBody extends $tea.Model {
|
|
|
5232
5289
|
|
|
5233
5290
|
export class MigrateAvailableZoneResponse extends $tea.Model {
|
|
5234
5291
|
headers: { [key: string]: string };
|
|
5292
|
+
statusCode: number;
|
|
5235
5293
|
body: MigrateAvailableZoneResponseBody;
|
|
5236
5294
|
static names(): { [key: string]: string } {
|
|
5237
5295
|
return {
|
|
5238
5296
|
headers: 'headers',
|
|
5297
|
+
statusCode: 'statusCode',
|
|
5239
5298
|
body: 'body',
|
|
5240
5299
|
};
|
|
5241
5300
|
}
|
|
@@ -5243,6 +5302,7 @@ export class MigrateAvailableZoneResponse extends $tea.Model {
|
|
|
5243
5302
|
static types(): { [key: string]: any } {
|
|
5244
5303
|
return {
|
|
5245
5304
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5305
|
+
statusCode: 'number',
|
|
5246
5306
|
body: MigrateAvailableZoneResponseBody,
|
|
5247
5307
|
};
|
|
5248
5308
|
}
|
|
@@ -5313,10 +5373,12 @@ export class MigrateToOtherZoneResponseBody extends $tea.Model {
|
|
|
5313
5373
|
|
|
5314
5374
|
export class MigrateToOtherZoneResponse extends $tea.Model {
|
|
5315
5375
|
headers: { [key: string]: string };
|
|
5376
|
+
statusCode: number;
|
|
5316
5377
|
body: MigrateToOtherZoneResponseBody;
|
|
5317
5378
|
static names(): { [key: string]: string } {
|
|
5318
5379
|
return {
|
|
5319
5380
|
headers: 'headers',
|
|
5381
|
+
statusCode: 'statusCode',
|
|
5320
5382
|
body: 'body',
|
|
5321
5383
|
};
|
|
5322
5384
|
}
|
|
@@ -5324,6 +5386,7 @@ export class MigrateToOtherZoneResponse extends $tea.Model {
|
|
|
5324
5386
|
static types(): { [key: string]: any } {
|
|
5325
5387
|
return {
|
|
5326
5388
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5389
|
+
statusCode: 'number',
|
|
5327
5390
|
body: MigrateToOtherZoneResponseBody,
|
|
5328
5391
|
};
|
|
5329
5392
|
}
|
|
@@ -5394,10 +5457,12 @@ export class ModifyAccountDescriptionResponseBody extends $tea.Model {
|
|
|
5394
5457
|
|
|
5395
5458
|
export class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
5396
5459
|
headers: { [key: string]: string };
|
|
5460
|
+
statusCode: number;
|
|
5397
5461
|
body: ModifyAccountDescriptionResponseBody;
|
|
5398
5462
|
static names(): { [key: string]: string } {
|
|
5399
5463
|
return {
|
|
5400
5464
|
headers: 'headers',
|
|
5465
|
+
statusCode: 'statusCode',
|
|
5401
5466
|
body: 'body',
|
|
5402
5467
|
};
|
|
5403
5468
|
}
|
|
@@ -5405,6 +5470,7 @@ export class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
|
5405
5470
|
static types(): { [key: string]: any } {
|
|
5406
5471
|
return {
|
|
5407
5472
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5473
|
+
statusCode: 'number',
|
|
5408
5474
|
body: ModifyAccountDescriptionResponseBody,
|
|
5409
5475
|
};
|
|
5410
5476
|
}
|
|
@@ -5475,10 +5541,12 @@ export class ModifyAuditLogFilterResponseBody extends $tea.Model {
|
|
|
5475
5541
|
|
|
5476
5542
|
export class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
5477
5543
|
headers: { [key: string]: string };
|
|
5544
|
+
statusCode: number;
|
|
5478
5545
|
body: ModifyAuditLogFilterResponseBody;
|
|
5479
5546
|
static names(): { [key: string]: string } {
|
|
5480
5547
|
return {
|
|
5481
5548
|
headers: 'headers',
|
|
5549
|
+
statusCode: 'statusCode',
|
|
5482
5550
|
body: 'body',
|
|
5483
5551
|
};
|
|
5484
5552
|
}
|
|
@@ -5486,6 +5554,7 @@ export class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
|
5486
5554
|
static types(): { [key: string]: any } {
|
|
5487
5555
|
return {
|
|
5488
5556
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5557
|
+
statusCode: 'number',
|
|
5489
5558
|
body: ModifyAuditLogFilterResponseBody,
|
|
5490
5559
|
};
|
|
5491
5560
|
}
|
|
@@ -5562,10 +5631,12 @@ export class ModifyAuditPolicyResponseBody extends $tea.Model {
|
|
|
5562
5631
|
|
|
5563
5632
|
export class ModifyAuditPolicyResponse extends $tea.Model {
|
|
5564
5633
|
headers: { [key: string]: string };
|
|
5634
|
+
statusCode: number;
|
|
5565
5635
|
body: ModifyAuditPolicyResponseBody;
|
|
5566
5636
|
static names(): { [key: string]: string } {
|
|
5567
5637
|
return {
|
|
5568
5638
|
headers: 'headers',
|
|
5639
|
+
statusCode: 'statusCode',
|
|
5569
5640
|
body: 'body',
|
|
5570
5641
|
};
|
|
5571
5642
|
}
|
|
@@ -5573,6 +5644,7 @@ export class ModifyAuditPolicyResponse extends $tea.Model {
|
|
|
5573
5644
|
static types(): { [key: string]: any } {
|
|
5574
5645
|
return {
|
|
5575
5646
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5647
|
+
statusCode: 'number',
|
|
5576
5648
|
body: ModifyAuditPolicyResponseBody,
|
|
5577
5649
|
};
|
|
5578
5650
|
}
|
|
@@ -5652,10 +5724,12 @@ export class ModifyBackupPolicyResponseBody extends $tea.Model {
|
|
|
5652
5724
|
|
|
5653
5725
|
export class ModifyBackupPolicyResponse extends $tea.Model {
|
|
5654
5726
|
headers: { [key: string]: string };
|
|
5727
|
+
statusCode: number;
|
|
5655
5728
|
body: ModifyBackupPolicyResponseBody;
|
|
5656
5729
|
static names(): { [key: string]: string } {
|
|
5657
5730
|
return {
|
|
5658
5731
|
headers: 'headers',
|
|
5732
|
+
statusCode: 'statusCode',
|
|
5659
5733
|
body: 'body',
|
|
5660
5734
|
};
|
|
5661
5735
|
}
|
|
@@ -5663,6 +5737,7 @@ export class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
5663
5737
|
static types(): { [key: string]: any } {
|
|
5664
5738
|
return {
|
|
5665
5739
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5740
|
+
statusCode: 'number',
|
|
5666
5741
|
body: ModifyBackupPolicyResponseBody,
|
|
5667
5742
|
};
|
|
5668
5743
|
}
|
|
@@ -5736,10 +5811,12 @@ export class ModifyDBInstanceConnectionStringResponseBody extends $tea.Model {
|
|
|
5736
5811
|
|
|
5737
5812
|
export class ModifyDBInstanceConnectionStringResponse extends $tea.Model {
|
|
5738
5813
|
headers: { [key: string]: string };
|
|
5814
|
+
statusCode: number;
|
|
5739
5815
|
body: ModifyDBInstanceConnectionStringResponseBody;
|
|
5740
5816
|
static names(): { [key: string]: string } {
|
|
5741
5817
|
return {
|
|
5742
5818
|
headers: 'headers',
|
|
5819
|
+
statusCode: 'statusCode',
|
|
5743
5820
|
body: 'body',
|
|
5744
5821
|
};
|
|
5745
5822
|
}
|
|
@@ -5747,6 +5824,7 @@ export class ModifyDBInstanceConnectionStringResponse extends $tea.Model {
|
|
|
5747
5824
|
static types(): { [key: string]: any } {
|
|
5748
5825
|
return {
|
|
5749
5826
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5827
|
+
statusCode: 'number',
|
|
5750
5828
|
body: ModifyDBInstanceConnectionStringResponseBody,
|
|
5751
5829
|
};
|
|
5752
5830
|
}
|
|
@@ -5817,10 +5895,12 @@ export class ModifyDBInstanceDescriptionResponseBody extends $tea.Model {
|
|
|
5817
5895
|
|
|
5818
5896
|
export class ModifyDBInstanceDescriptionResponse extends $tea.Model {
|
|
5819
5897
|
headers: { [key: string]: string };
|
|
5898
|
+
statusCode: number;
|
|
5820
5899
|
body: ModifyDBInstanceDescriptionResponseBody;
|
|
5821
5900
|
static names(): { [key: string]: string } {
|
|
5822
5901
|
return {
|
|
5823
5902
|
headers: 'headers',
|
|
5903
|
+
statusCode: 'statusCode',
|
|
5824
5904
|
body: 'body',
|
|
5825
5905
|
};
|
|
5826
5906
|
}
|
|
@@ -5828,6 +5908,7 @@ export class ModifyDBInstanceDescriptionResponse extends $tea.Model {
|
|
|
5828
5908
|
static types(): { [key: string]: any } {
|
|
5829
5909
|
return {
|
|
5830
5910
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5911
|
+
statusCode: 'number',
|
|
5831
5912
|
body: ModifyDBInstanceDescriptionResponseBody,
|
|
5832
5913
|
};
|
|
5833
5914
|
}
|
|
@@ -5898,10 +5979,12 @@ export class ModifyDBInstanceMaintainTimeResponseBody extends $tea.Model {
|
|
|
5898
5979
|
|
|
5899
5980
|
export class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
|
|
5900
5981
|
headers: { [key: string]: string };
|
|
5982
|
+
statusCode: number;
|
|
5901
5983
|
body: ModifyDBInstanceMaintainTimeResponseBody;
|
|
5902
5984
|
static names(): { [key: string]: string } {
|
|
5903
5985
|
return {
|
|
5904
5986
|
headers: 'headers',
|
|
5987
|
+
statusCode: 'statusCode',
|
|
5905
5988
|
body: 'body',
|
|
5906
5989
|
};
|
|
5907
5990
|
}
|
|
@@ -5909,6 +5992,7 @@ export class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
|
|
|
5909
5992
|
static types(): { [key: string]: any } {
|
|
5910
5993
|
return {
|
|
5911
5994
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5995
|
+
statusCode: 'number',
|
|
5912
5996
|
body: ModifyDBInstanceMaintainTimeResponseBody,
|
|
5913
5997
|
};
|
|
5914
5998
|
}
|
|
@@ -5976,10 +6060,12 @@ export class ModifyDBInstanceMonitorResponseBody extends $tea.Model {
|
|
|
5976
6060
|
|
|
5977
6061
|
export class ModifyDBInstanceMonitorResponse extends $tea.Model {
|
|
5978
6062
|
headers: { [key: string]: string };
|
|
6063
|
+
statusCode: number;
|
|
5979
6064
|
body: ModifyDBInstanceMonitorResponseBody;
|
|
5980
6065
|
static names(): { [key: string]: string } {
|
|
5981
6066
|
return {
|
|
5982
6067
|
headers: 'headers',
|
|
6068
|
+
statusCode: 'statusCode',
|
|
5983
6069
|
body: 'body',
|
|
5984
6070
|
};
|
|
5985
6071
|
}
|
|
@@ -5987,6 +6073,7 @@ export class ModifyDBInstanceMonitorResponse extends $tea.Model {
|
|
|
5987
6073
|
static types(): { [key: string]: any } {
|
|
5988
6074
|
return {
|
|
5989
6075
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6076
|
+
statusCode: 'number',
|
|
5990
6077
|
body: ModifyDBInstanceMonitorResponseBody,
|
|
5991
6078
|
};
|
|
5992
6079
|
}
|
|
@@ -6057,10 +6144,12 @@ export class ModifyDBInstanceNetExpireTimeResponseBody extends $tea.Model {
|
|
|
6057
6144
|
|
|
6058
6145
|
export class ModifyDBInstanceNetExpireTimeResponse extends $tea.Model {
|
|
6059
6146
|
headers: { [key: string]: string };
|
|
6147
|
+
statusCode: number;
|
|
6060
6148
|
body: ModifyDBInstanceNetExpireTimeResponseBody;
|
|
6061
6149
|
static names(): { [key: string]: string } {
|
|
6062
6150
|
return {
|
|
6063
6151
|
headers: 'headers',
|
|
6152
|
+
statusCode: 'statusCode',
|
|
6064
6153
|
body: 'body',
|
|
6065
6154
|
};
|
|
6066
6155
|
}
|
|
@@ -6068,6 +6157,7 @@ export class ModifyDBInstanceNetExpireTimeResponse extends $tea.Model {
|
|
|
6068
6157
|
static types(): { [key: string]: any } {
|
|
6069
6158
|
return {
|
|
6070
6159
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6160
|
+
statusCode: 'number',
|
|
6071
6161
|
body: ModifyDBInstanceNetExpireTimeResponseBody,
|
|
6072
6162
|
};
|
|
6073
6163
|
}
|
|
@@ -6147,10 +6237,12 @@ export class ModifyDBInstanceNetworkTypeResponseBody extends $tea.Model {
|
|
|
6147
6237
|
|
|
6148
6238
|
export class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
6149
6239
|
headers: { [key: string]: string };
|
|
6240
|
+
statusCode: number;
|
|
6150
6241
|
body: ModifyDBInstanceNetworkTypeResponseBody;
|
|
6151
6242
|
static names(): { [key: string]: string } {
|
|
6152
6243
|
return {
|
|
6153
6244
|
headers: 'headers',
|
|
6245
|
+
statusCode: 'statusCode',
|
|
6154
6246
|
body: 'body',
|
|
6155
6247
|
};
|
|
6156
6248
|
}
|
|
@@ -6158,6 +6250,7 @@ export class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
|
6158
6250
|
static types(): { [key: string]: any } {
|
|
6159
6251
|
return {
|
|
6160
6252
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6253
|
+
statusCode: 'number',
|
|
6161
6254
|
body: ModifyDBInstanceNetworkTypeResponseBody,
|
|
6162
6255
|
};
|
|
6163
6256
|
}
|
|
@@ -6169,6 +6262,7 @@ export class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
|
6169
6262
|
|
|
6170
6263
|
export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
6171
6264
|
DBInstanceId?: string;
|
|
6265
|
+
disableTlsProtocol?: string;
|
|
6172
6266
|
ownerAccount?: string;
|
|
6173
6267
|
ownerId?: number;
|
|
6174
6268
|
resourceOwnerAccount?: string;
|
|
@@ -6178,6 +6272,7 @@ export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
6178
6272
|
static names(): { [key: string]: string } {
|
|
6179
6273
|
return {
|
|
6180
6274
|
DBInstanceId: 'DBInstanceId',
|
|
6275
|
+
disableTlsProtocol: 'DisableTlsProtocol',
|
|
6181
6276
|
ownerAccount: 'OwnerAccount',
|
|
6182
6277
|
ownerId: 'OwnerId',
|
|
6183
6278
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
@@ -6190,6 +6285,7 @@ export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
6190
6285
|
static types(): { [key: string]: any } {
|
|
6191
6286
|
return {
|
|
6192
6287
|
DBInstanceId: 'string',
|
|
6288
|
+
disableTlsProtocol: 'string',
|
|
6193
6289
|
ownerAccount: 'string',
|
|
6194
6290
|
ownerId: 'number',
|
|
6195
6291
|
resourceOwnerAccount: 'string',
|
|
@@ -6225,10 +6321,12 @@ export class ModifyDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
6225
6321
|
|
|
6226
6322
|
export class ModifyDBInstanceSSLResponse extends $tea.Model {
|
|
6227
6323
|
headers: { [key: string]: string };
|
|
6324
|
+
statusCode: number;
|
|
6228
6325
|
body: ModifyDBInstanceSSLResponseBody;
|
|
6229
6326
|
static names(): { [key: string]: string } {
|
|
6230
6327
|
return {
|
|
6231
6328
|
headers: 'headers',
|
|
6329
|
+
statusCode: 'statusCode',
|
|
6232
6330
|
body: 'body',
|
|
6233
6331
|
};
|
|
6234
6332
|
}
|
|
@@ -6236,6 +6334,7 @@ export class ModifyDBInstanceSSLResponse extends $tea.Model {
|
|
|
6236
6334
|
static types(): { [key: string]: any } {
|
|
6237
6335
|
return {
|
|
6238
6336
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6337
|
+
statusCode: 'number',
|
|
6239
6338
|
body: ModifyDBInstanceSSLResponseBody,
|
|
6240
6339
|
};
|
|
6241
6340
|
}
|
|
@@ -6330,10 +6429,12 @@ export class ModifyDBInstanceSpecResponseBody extends $tea.Model {
|
|
|
6330
6429
|
|
|
6331
6430
|
export class ModifyDBInstanceSpecResponse extends $tea.Model {
|
|
6332
6431
|
headers: { [key: string]: string };
|
|
6432
|
+
statusCode: number;
|
|
6333
6433
|
body: ModifyDBInstanceSpecResponseBody;
|
|
6334
6434
|
static names(): { [key: string]: string } {
|
|
6335
6435
|
return {
|
|
6336
6436
|
headers: 'headers',
|
|
6437
|
+
statusCode: 'statusCode',
|
|
6337
6438
|
body: 'body',
|
|
6338
6439
|
};
|
|
6339
6440
|
}
|
|
@@ -6341,6 +6442,7 @@ export class ModifyDBInstanceSpecResponse extends $tea.Model {
|
|
|
6341
6442
|
static types(): { [key: string]: any } {
|
|
6342
6443
|
return {
|
|
6343
6444
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6445
|
+
statusCode: 'number',
|
|
6344
6446
|
body: ModifyDBInstanceSpecResponseBody,
|
|
6345
6447
|
};
|
|
6346
6448
|
}
|
|
@@ -6417,10 +6519,12 @@ export class ModifyDBInstanceTDEResponseBody extends $tea.Model {
|
|
|
6417
6519
|
|
|
6418
6520
|
export class ModifyDBInstanceTDEResponse extends $tea.Model {
|
|
6419
6521
|
headers: { [key: string]: string };
|
|
6522
|
+
statusCode: number;
|
|
6420
6523
|
body: ModifyDBInstanceTDEResponseBody;
|
|
6421
6524
|
static names(): { [key: string]: string } {
|
|
6422
6525
|
return {
|
|
6423
6526
|
headers: 'headers',
|
|
6527
|
+
statusCode: 'statusCode',
|
|
6424
6528
|
body: 'body',
|
|
6425
6529
|
};
|
|
6426
6530
|
}
|
|
@@ -6428,6 +6532,7 @@ export class ModifyDBInstanceTDEResponse extends $tea.Model {
|
|
|
6428
6532
|
static types(): { [key: string]: any } {
|
|
6429
6533
|
return {
|
|
6430
6534
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6535
|
+
statusCode: 'number',
|
|
6431
6536
|
body: ModifyDBInstanceTDEResponseBody,
|
|
6432
6537
|
};
|
|
6433
6538
|
}
|
|
@@ -6501,10 +6606,12 @@ export class ModifyInstanceAutoRenewalAttributeResponseBody extends $tea.Model {
|
|
|
6501
6606
|
|
|
6502
6607
|
export class ModifyInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
6503
6608
|
headers: { [key: string]: string };
|
|
6609
|
+
statusCode: number;
|
|
6504
6610
|
body: ModifyInstanceAutoRenewalAttributeResponseBody;
|
|
6505
6611
|
static names(): { [key: string]: string } {
|
|
6506
6612
|
return {
|
|
6507
6613
|
headers: 'headers',
|
|
6614
|
+
statusCode: 'statusCode',
|
|
6508
6615
|
body: 'body',
|
|
6509
6616
|
};
|
|
6510
6617
|
}
|
|
@@ -6512,6 +6619,7 @@ export class ModifyInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
|
6512
6619
|
static types(): { [key: string]: any } {
|
|
6513
6620
|
return {
|
|
6514
6621
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6622
|
+
statusCode: 'number',
|
|
6515
6623
|
body: ModifyInstanceAutoRenewalAttributeResponseBody,
|
|
6516
6624
|
};
|
|
6517
6625
|
}
|
|
@@ -6582,10 +6690,12 @@ export class ModifyInstanceVpcAuthModeResponseBody extends $tea.Model {
|
|
|
6582
6690
|
|
|
6583
6691
|
export class ModifyInstanceVpcAuthModeResponse extends $tea.Model {
|
|
6584
6692
|
headers: { [key: string]: string };
|
|
6693
|
+
statusCode: number;
|
|
6585
6694
|
body: ModifyInstanceVpcAuthModeResponseBody;
|
|
6586
6695
|
static names(): { [key: string]: string } {
|
|
6587
6696
|
return {
|
|
6588
6697
|
headers: 'headers',
|
|
6698
|
+
statusCode: 'statusCode',
|
|
6589
6699
|
body: 'body',
|
|
6590
6700
|
};
|
|
6591
6701
|
}
|
|
@@ -6593,6 +6703,7 @@ export class ModifyInstanceVpcAuthModeResponse extends $tea.Model {
|
|
|
6593
6703
|
static types(): { [key: string]: any } {
|
|
6594
6704
|
return {
|
|
6595
6705
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6706
|
+
statusCode: 'number',
|
|
6596
6707
|
body: ModifyInstanceVpcAuthModeResponseBody,
|
|
6597
6708
|
};
|
|
6598
6709
|
}
|
|
@@ -6696,10 +6807,12 @@ export class ModifyNodeSpecResponseBody extends $tea.Model {
|
|
|
6696
6807
|
|
|
6697
6808
|
export class ModifyNodeSpecResponse extends $tea.Model {
|
|
6698
6809
|
headers: { [key: string]: string };
|
|
6810
|
+
statusCode: number;
|
|
6699
6811
|
body: ModifyNodeSpecResponseBody;
|
|
6700
6812
|
static names(): { [key: string]: string } {
|
|
6701
6813
|
return {
|
|
6702
6814
|
headers: 'headers',
|
|
6815
|
+
statusCode: 'statusCode',
|
|
6703
6816
|
body: 'body',
|
|
6704
6817
|
};
|
|
6705
6818
|
}
|
|
@@ -6707,6 +6820,7 @@ export class ModifyNodeSpecResponse extends $tea.Model {
|
|
|
6707
6820
|
static types(): { [key: string]: any } {
|
|
6708
6821
|
return {
|
|
6709
6822
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6823
|
+
statusCode: 'number',
|
|
6710
6824
|
body: ModifyNodeSpecResponseBody,
|
|
6711
6825
|
};
|
|
6712
6826
|
}
|
|
@@ -6798,10 +6912,12 @@ export class ModifyNodeSpecBatchResponseBody extends $tea.Model {
|
|
|
6798
6912
|
|
|
6799
6913
|
export class ModifyNodeSpecBatchResponse extends $tea.Model {
|
|
6800
6914
|
headers: { [key: string]: string };
|
|
6915
|
+
statusCode: number;
|
|
6801
6916
|
body: ModifyNodeSpecBatchResponseBody;
|
|
6802
6917
|
static names(): { [key: string]: string } {
|
|
6803
6918
|
return {
|
|
6804
6919
|
headers: 'headers',
|
|
6920
|
+
statusCode: 'statusCode',
|
|
6805
6921
|
body: 'body',
|
|
6806
6922
|
};
|
|
6807
6923
|
}
|
|
@@ -6809,6 +6925,7 @@ export class ModifyNodeSpecBatchResponse extends $tea.Model {
|
|
|
6809
6925
|
static types(): { [key: string]: any } {
|
|
6810
6926
|
return {
|
|
6811
6927
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6928
|
+
statusCode: 'number',
|
|
6812
6929
|
body: ModifyNodeSpecBatchResponseBody,
|
|
6813
6930
|
};
|
|
6814
6931
|
}
|
|
@@ -6825,6 +6942,7 @@ export class ModifyParametersRequest extends $tea.Model {
|
|
|
6825
6942
|
ownerAccount?: string;
|
|
6826
6943
|
ownerId?: number;
|
|
6827
6944
|
parameters?: string;
|
|
6945
|
+
regionId?: string;
|
|
6828
6946
|
resourceOwnerAccount?: string;
|
|
6829
6947
|
resourceOwnerId?: number;
|
|
6830
6948
|
securityToken?: string;
|
|
@@ -6836,6 +6954,7 @@ export class ModifyParametersRequest extends $tea.Model {
|
|
|
6836
6954
|
ownerAccount: 'OwnerAccount',
|
|
6837
6955
|
ownerId: 'OwnerId',
|
|
6838
6956
|
parameters: 'Parameters',
|
|
6957
|
+
regionId: 'RegionId',
|
|
6839
6958
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
6840
6959
|
resourceOwnerId: 'ResourceOwnerId',
|
|
6841
6960
|
securityToken: 'SecurityToken',
|
|
@@ -6850,6 +6969,7 @@ export class ModifyParametersRequest extends $tea.Model {
|
|
|
6850
6969
|
ownerAccount: 'string',
|
|
6851
6970
|
ownerId: 'number',
|
|
6852
6971
|
parameters: 'string',
|
|
6972
|
+
regionId: 'string',
|
|
6853
6973
|
resourceOwnerAccount: 'string',
|
|
6854
6974
|
resourceOwnerId: 'number',
|
|
6855
6975
|
securityToken: 'string',
|
|
@@ -6882,10 +7002,12 @@ export class ModifyParametersResponseBody extends $tea.Model {
|
|
|
6882
7002
|
|
|
6883
7003
|
export class ModifyParametersResponse extends $tea.Model {
|
|
6884
7004
|
headers: { [key: string]: string };
|
|
7005
|
+
statusCode: number;
|
|
6885
7006
|
body: ModifyParametersResponseBody;
|
|
6886
7007
|
static names(): { [key: string]: string } {
|
|
6887
7008
|
return {
|
|
6888
7009
|
headers: 'headers',
|
|
7010
|
+
statusCode: 'statusCode',
|
|
6889
7011
|
body: 'body',
|
|
6890
7012
|
};
|
|
6891
7013
|
}
|
|
@@ -6893,6 +7015,7 @@ export class ModifyParametersResponse extends $tea.Model {
|
|
|
6893
7015
|
static types(): { [key: string]: any } {
|
|
6894
7016
|
return {
|
|
6895
7017
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7018
|
+
statusCode: 'number',
|
|
6896
7019
|
body: ModifyParametersResponseBody,
|
|
6897
7020
|
};
|
|
6898
7021
|
}
|
|
@@ -6963,10 +7086,12 @@ export class ModifyResourceGroupResponseBody extends $tea.Model {
|
|
|
6963
7086
|
|
|
6964
7087
|
export class ModifyResourceGroupResponse extends $tea.Model {
|
|
6965
7088
|
headers: { [key: string]: string };
|
|
7089
|
+
statusCode: number;
|
|
6966
7090
|
body: ModifyResourceGroupResponseBody;
|
|
6967
7091
|
static names(): { [key: string]: string } {
|
|
6968
7092
|
return {
|
|
6969
7093
|
headers: 'headers',
|
|
7094
|
+
statusCode: 'statusCode',
|
|
6970
7095
|
body: 'body',
|
|
6971
7096
|
};
|
|
6972
7097
|
}
|
|
@@ -6974,6 +7099,7 @@ export class ModifyResourceGroupResponse extends $tea.Model {
|
|
|
6974
7099
|
static types(): { [key: string]: any } {
|
|
6975
7100
|
return {
|
|
6976
7101
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7102
|
+
statusCode: 'number',
|
|
6977
7103
|
body: ModifyResourceGroupResponseBody,
|
|
6978
7104
|
};
|
|
6979
7105
|
}
|
|
@@ -7041,10 +7167,12 @@ export class ModifySecurityGroupConfigurationResponseBody extends $tea.Model {
|
|
|
7041
7167
|
|
|
7042
7168
|
export class ModifySecurityGroupConfigurationResponse extends $tea.Model {
|
|
7043
7169
|
headers: { [key: string]: string };
|
|
7170
|
+
statusCode: number;
|
|
7044
7171
|
body: ModifySecurityGroupConfigurationResponseBody;
|
|
7045
7172
|
static names(): { [key: string]: string } {
|
|
7046
7173
|
return {
|
|
7047
7174
|
headers: 'headers',
|
|
7175
|
+
statusCode: 'statusCode',
|
|
7048
7176
|
body: 'body',
|
|
7049
7177
|
};
|
|
7050
7178
|
}
|
|
@@ -7052,6 +7180,7 @@ export class ModifySecurityGroupConfigurationResponse extends $tea.Model {
|
|
|
7052
7180
|
static types(): { [key: string]: any } {
|
|
7053
7181
|
return {
|
|
7054
7182
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7183
|
+
statusCode: 'number',
|
|
7055
7184
|
body: ModifySecurityGroupConfigurationResponseBody,
|
|
7056
7185
|
};
|
|
7057
7186
|
}
|
|
@@ -7128,10 +7257,12 @@ export class ModifySecurityIpsResponseBody extends $tea.Model {
|
|
|
7128
7257
|
|
|
7129
7258
|
export class ModifySecurityIpsResponse extends $tea.Model {
|
|
7130
7259
|
headers: { [key: string]: string };
|
|
7260
|
+
statusCode: number;
|
|
7131
7261
|
body: ModifySecurityIpsResponseBody;
|
|
7132
7262
|
static names(): { [key: string]: string } {
|
|
7133
7263
|
return {
|
|
7134
7264
|
headers: 'headers',
|
|
7265
|
+
statusCode: 'statusCode',
|
|
7135
7266
|
body: 'body',
|
|
7136
7267
|
};
|
|
7137
7268
|
}
|
|
@@ -7139,6 +7270,7 @@ export class ModifySecurityIpsResponse extends $tea.Model {
|
|
|
7139
7270
|
static types(): { [key: string]: any } {
|
|
7140
7271
|
return {
|
|
7141
7272
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7273
|
+
statusCode: 'number',
|
|
7142
7274
|
body: ModifySecurityIpsResponseBody,
|
|
7143
7275
|
};
|
|
7144
7276
|
}
|
|
@@ -7209,10 +7341,12 @@ export class ReleaseNodePrivateNetworkAddressResponseBody extends $tea.Model {
|
|
|
7209
7341
|
|
|
7210
7342
|
export class ReleaseNodePrivateNetworkAddressResponse extends $tea.Model {
|
|
7211
7343
|
headers: { [key: string]: string };
|
|
7344
|
+
statusCode: number;
|
|
7212
7345
|
body: ReleaseNodePrivateNetworkAddressResponseBody;
|
|
7213
7346
|
static names(): { [key: string]: string } {
|
|
7214
7347
|
return {
|
|
7215
7348
|
headers: 'headers',
|
|
7349
|
+
statusCode: 'statusCode',
|
|
7216
7350
|
body: 'body',
|
|
7217
7351
|
};
|
|
7218
7352
|
}
|
|
@@ -7220,6 +7354,7 @@ export class ReleaseNodePrivateNetworkAddressResponse extends $tea.Model {
|
|
|
7220
7354
|
static types(): { [key: string]: any } {
|
|
7221
7355
|
return {
|
|
7222
7356
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7357
|
+
statusCode: 'number',
|
|
7223
7358
|
body: ReleaseNodePrivateNetworkAddressResponseBody,
|
|
7224
7359
|
};
|
|
7225
7360
|
}
|
|
@@ -7287,10 +7422,12 @@ export class ReleasePublicNetworkAddressResponseBody extends $tea.Model {
|
|
|
7287
7422
|
|
|
7288
7423
|
export class ReleasePublicNetworkAddressResponse extends $tea.Model {
|
|
7289
7424
|
headers: { [key: string]: string };
|
|
7425
|
+
statusCode: number;
|
|
7290
7426
|
body: ReleasePublicNetworkAddressResponseBody;
|
|
7291
7427
|
static names(): { [key: string]: string } {
|
|
7292
7428
|
return {
|
|
7293
7429
|
headers: 'headers',
|
|
7430
|
+
statusCode: 'statusCode',
|
|
7294
7431
|
body: 'body',
|
|
7295
7432
|
};
|
|
7296
7433
|
}
|
|
@@ -7298,6 +7435,7 @@ export class ReleasePublicNetworkAddressResponse extends $tea.Model {
|
|
|
7298
7435
|
static types(): { [key: string]: any } {
|
|
7299
7436
|
return {
|
|
7300
7437
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7438
|
+
statusCode: 'number',
|
|
7301
7439
|
body: ReleasePublicNetworkAddressResponseBody,
|
|
7302
7440
|
};
|
|
7303
7441
|
}
|
|
@@ -7380,10 +7518,12 @@ export class RenewDBInstanceResponseBody extends $tea.Model {
|
|
|
7380
7518
|
|
|
7381
7519
|
export class RenewDBInstanceResponse extends $tea.Model {
|
|
7382
7520
|
headers: { [key: string]: string };
|
|
7521
|
+
statusCode: number;
|
|
7383
7522
|
body: RenewDBInstanceResponseBody;
|
|
7384
7523
|
static names(): { [key: string]: string } {
|
|
7385
7524
|
return {
|
|
7386
7525
|
headers: 'headers',
|
|
7526
|
+
statusCode: 'statusCode',
|
|
7387
7527
|
body: 'body',
|
|
7388
7528
|
};
|
|
7389
7529
|
}
|
|
@@ -7391,6 +7531,7 @@ export class RenewDBInstanceResponse extends $tea.Model {
|
|
|
7391
7531
|
static types(): { [key: string]: any } {
|
|
7392
7532
|
return {
|
|
7393
7533
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7534
|
+
statusCode: 'number',
|
|
7394
7535
|
body: RenewDBInstanceResponseBody,
|
|
7395
7536
|
};
|
|
7396
7537
|
}
|
|
@@ -7461,10 +7602,12 @@ export class ResetAccountPasswordResponseBody extends $tea.Model {
|
|
|
7461
7602
|
|
|
7462
7603
|
export class ResetAccountPasswordResponse extends $tea.Model {
|
|
7463
7604
|
headers: { [key: string]: string };
|
|
7605
|
+
statusCode: number;
|
|
7464
7606
|
body: ResetAccountPasswordResponseBody;
|
|
7465
7607
|
static names(): { [key: string]: string } {
|
|
7466
7608
|
return {
|
|
7467
7609
|
headers: 'headers',
|
|
7610
|
+
statusCode: 'statusCode',
|
|
7468
7611
|
body: 'body',
|
|
7469
7612
|
};
|
|
7470
7613
|
}
|
|
@@ -7472,6 +7615,7 @@ export class ResetAccountPasswordResponse extends $tea.Model {
|
|
|
7472
7615
|
static types(): { [key: string]: any } {
|
|
7473
7616
|
return {
|
|
7474
7617
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7618
|
+
statusCode: 'number',
|
|
7475
7619
|
body: ResetAccountPasswordResponseBody,
|
|
7476
7620
|
};
|
|
7477
7621
|
}
|
|
@@ -7539,10 +7683,12 @@ export class RestartDBInstanceResponseBody extends $tea.Model {
|
|
|
7539
7683
|
|
|
7540
7684
|
export class RestartDBInstanceResponse extends $tea.Model {
|
|
7541
7685
|
headers: { [key: string]: string };
|
|
7686
|
+
statusCode: number;
|
|
7542
7687
|
body: RestartDBInstanceResponseBody;
|
|
7543
7688
|
static names(): { [key: string]: string } {
|
|
7544
7689
|
return {
|
|
7545
7690
|
headers: 'headers',
|
|
7691
|
+
statusCode: 'statusCode',
|
|
7546
7692
|
body: 'body',
|
|
7547
7693
|
};
|
|
7548
7694
|
}
|
|
@@ -7550,6 +7696,7 @@ export class RestartDBInstanceResponse extends $tea.Model {
|
|
|
7550
7696
|
static types(): { [key: string]: any } {
|
|
7551
7697
|
return {
|
|
7552
7698
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7699
|
+
statusCode: 'number',
|
|
7553
7700
|
body: RestartDBInstanceResponseBody,
|
|
7554
7701
|
};
|
|
7555
7702
|
}
|
|
@@ -7617,10 +7764,12 @@ export class RestoreDBInstanceResponseBody extends $tea.Model {
|
|
|
7617
7764
|
|
|
7618
7765
|
export class RestoreDBInstanceResponse extends $tea.Model {
|
|
7619
7766
|
headers: { [key: string]: string };
|
|
7767
|
+
statusCode: number;
|
|
7620
7768
|
body: RestoreDBInstanceResponseBody;
|
|
7621
7769
|
static names(): { [key: string]: string } {
|
|
7622
7770
|
return {
|
|
7623
7771
|
headers: 'headers',
|
|
7772
|
+
statusCode: 'statusCode',
|
|
7624
7773
|
body: 'body',
|
|
7625
7774
|
};
|
|
7626
7775
|
}
|
|
@@ -7628,6 +7777,7 @@ export class RestoreDBInstanceResponse extends $tea.Model {
|
|
|
7628
7777
|
static types(): { [key: string]: any } {
|
|
7629
7778
|
return {
|
|
7630
7779
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7780
|
+
statusCode: 'number',
|
|
7631
7781
|
body: RestoreDBInstanceResponseBody,
|
|
7632
7782
|
};
|
|
7633
7783
|
}
|
|
@@ -7701,10 +7851,12 @@ export class SwitchDBInstanceHAResponseBody extends $tea.Model {
|
|
|
7701
7851
|
|
|
7702
7852
|
export class SwitchDBInstanceHAResponse extends $tea.Model {
|
|
7703
7853
|
headers: { [key: string]: string };
|
|
7854
|
+
statusCode: number;
|
|
7704
7855
|
body: SwitchDBInstanceHAResponseBody;
|
|
7705
7856
|
static names(): { [key: string]: string } {
|
|
7706
7857
|
return {
|
|
7707
7858
|
headers: 'headers',
|
|
7859
|
+
statusCode: 'statusCode',
|
|
7708
7860
|
body: 'body',
|
|
7709
7861
|
};
|
|
7710
7862
|
}
|
|
@@ -7712,6 +7864,7 @@ export class SwitchDBInstanceHAResponse extends $tea.Model {
|
|
|
7712
7864
|
static types(): { [key: string]: any } {
|
|
7713
7865
|
return {
|
|
7714
7866
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7867
|
+
statusCode: 'number',
|
|
7715
7868
|
body: SwitchDBInstanceHAResponseBody,
|
|
7716
7869
|
};
|
|
7717
7870
|
}
|
|
@@ -7785,10 +7938,12 @@ export class TagResourcesResponseBody extends $tea.Model {
|
|
|
7785
7938
|
|
|
7786
7939
|
export class TagResourcesResponse extends $tea.Model {
|
|
7787
7940
|
headers: { [key: string]: string };
|
|
7941
|
+
statusCode: number;
|
|
7788
7942
|
body: TagResourcesResponseBody;
|
|
7789
7943
|
static names(): { [key: string]: string } {
|
|
7790
7944
|
return {
|
|
7791
7945
|
headers: 'headers',
|
|
7946
|
+
statusCode: 'statusCode',
|
|
7792
7947
|
body: 'body',
|
|
7793
7948
|
};
|
|
7794
7949
|
}
|
|
@@ -7796,6 +7951,7 @@ export class TagResourcesResponse extends $tea.Model {
|
|
|
7796
7951
|
static types(): { [key: string]: any } {
|
|
7797
7952
|
return {
|
|
7798
7953
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7954
|
+
statusCode: 'number',
|
|
7799
7955
|
body: TagResourcesResponseBody,
|
|
7800
7956
|
};
|
|
7801
7957
|
}
|
|
@@ -7878,10 +8034,12 @@ export class TransformToPrePaidResponseBody extends $tea.Model {
|
|
|
7878
8034
|
|
|
7879
8035
|
export class TransformToPrePaidResponse extends $tea.Model {
|
|
7880
8036
|
headers: { [key: string]: string };
|
|
8037
|
+
statusCode: number;
|
|
7881
8038
|
body: TransformToPrePaidResponseBody;
|
|
7882
8039
|
static names(): { [key: string]: string } {
|
|
7883
8040
|
return {
|
|
7884
8041
|
headers: 'headers',
|
|
8042
|
+
statusCode: 'statusCode',
|
|
7885
8043
|
body: 'body',
|
|
7886
8044
|
};
|
|
7887
8045
|
}
|
|
@@ -7889,6 +8047,7 @@ export class TransformToPrePaidResponse extends $tea.Model {
|
|
|
7889
8047
|
static types(): { [key: string]: any } {
|
|
7890
8048
|
return {
|
|
7891
8049
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8050
|
+
statusCode: 'number',
|
|
7892
8051
|
body: TransformToPrePaidResponseBody,
|
|
7893
8052
|
};
|
|
7894
8053
|
}
|
|
@@ -7965,10 +8124,12 @@ export class UntagResourcesResponseBody extends $tea.Model {
|
|
|
7965
8124
|
|
|
7966
8125
|
export class UntagResourcesResponse extends $tea.Model {
|
|
7967
8126
|
headers: { [key: string]: string };
|
|
8127
|
+
statusCode: number;
|
|
7968
8128
|
body: UntagResourcesResponseBody;
|
|
7969
8129
|
static names(): { [key: string]: string } {
|
|
7970
8130
|
return {
|
|
7971
8131
|
headers: 'headers',
|
|
8132
|
+
statusCode: 'statusCode',
|
|
7972
8133
|
body: 'body',
|
|
7973
8134
|
};
|
|
7974
8135
|
}
|
|
@@ -7976,6 +8137,7 @@ export class UntagResourcesResponse extends $tea.Model {
|
|
|
7976
8137
|
static types(): { [key: string]: any } {
|
|
7977
8138
|
return {
|
|
7978
8139
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8140
|
+
statusCode: 'number',
|
|
7979
8141
|
body: UntagResourcesResponseBody,
|
|
7980
8142
|
};
|
|
7981
8143
|
}
|
|
@@ -8043,10 +8205,12 @@ export class UpgradeDBInstanceEngineVersionResponseBody extends $tea.Model {
|
|
|
8043
8205
|
|
|
8044
8206
|
export class UpgradeDBInstanceEngineVersionResponse extends $tea.Model {
|
|
8045
8207
|
headers: { [key: string]: string };
|
|
8208
|
+
statusCode: number;
|
|
8046
8209
|
body: UpgradeDBInstanceEngineVersionResponseBody;
|
|
8047
8210
|
static names(): { [key: string]: string } {
|
|
8048
8211
|
return {
|
|
8049
8212
|
headers: 'headers',
|
|
8213
|
+
statusCode: 'statusCode',
|
|
8050
8214
|
body: 'body',
|
|
8051
8215
|
};
|
|
8052
8216
|
}
|
|
@@ -8054,6 +8218,7 @@ export class UpgradeDBInstanceEngineVersionResponse extends $tea.Model {
|
|
|
8054
8218
|
static types(): { [key: string]: any } {
|
|
8055
8219
|
return {
|
|
8056
8220
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8221
|
+
statusCode: 'number',
|
|
8057
8222
|
body: UpgradeDBInstanceEngineVersionResponseBody,
|
|
8058
8223
|
};
|
|
8059
8224
|
}
|
|
@@ -8118,10 +8283,12 @@ export class UpgradeDBInstanceKernelVersionResponseBody extends $tea.Model {
|
|
|
8118
8283
|
|
|
8119
8284
|
export class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
8120
8285
|
headers: { [key: string]: string };
|
|
8286
|
+
statusCode: number;
|
|
8121
8287
|
body: UpgradeDBInstanceKernelVersionResponseBody;
|
|
8122
8288
|
static names(): { [key: string]: string } {
|
|
8123
8289
|
return {
|
|
8124
8290
|
headers: 'headers',
|
|
8291
|
+
statusCode: 'statusCode',
|
|
8125
8292
|
body: 'body',
|
|
8126
8293
|
};
|
|
8127
8294
|
}
|
|
@@ -8129,6 +8296,7 @@ export class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
|
8129
8296
|
static types(): { [key: string]: any } {
|
|
8130
8297
|
return {
|
|
8131
8298
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8299
|
+
statusCode: 'number',
|
|
8132
8300
|
body: UpgradeDBInstanceKernelVersionResponseBody,
|
|
8133
8301
|
};
|
|
8134
8302
|
}
|
|
@@ -8363,11 +8531,38 @@ export class DescribeAvailableEngineVersionResponseBodyEngineVersions extends $t
|
|
|
8363
8531
|
}
|
|
8364
8532
|
}
|
|
8365
8533
|
|
|
8534
|
+
export class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange extends $tea.Model {
|
|
8535
|
+
max?: number;
|
|
8536
|
+
min?: number;
|
|
8537
|
+
step?: number;
|
|
8538
|
+
static names(): { [key: string]: string } {
|
|
8539
|
+
return {
|
|
8540
|
+
max: 'Max',
|
|
8541
|
+
min: 'Min',
|
|
8542
|
+
step: 'Step',
|
|
8543
|
+
};
|
|
8544
|
+
}
|
|
8545
|
+
|
|
8546
|
+
static types(): { [key: string]: any } {
|
|
8547
|
+
return {
|
|
8548
|
+
max: 'number',
|
|
8549
|
+
min: 'number',
|
|
8550
|
+
step: 'number',
|
|
8551
|
+
};
|
|
8552
|
+
}
|
|
8553
|
+
|
|
8554
|
+
constructor(map?: { [key: string]: any }) {
|
|
8555
|
+
super(map);
|
|
8556
|
+
}
|
|
8557
|
+
}
|
|
8558
|
+
|
|
8366
8559
|
export class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResource extends $tea.Model {
|
|
8560
|
+
DBInstanceStorageRange?: DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange;
|
|
8367
8561
|
instanceClass?: string;
|
|
8368
8562
|
instanceClassRemark?: string;
|
|
8369
8563
|
static names(): { [key: string]: string } {
|
|
8370
8564
|
return {
|
|
8565
|
+
DBInstanceStorageRange: 'DBInstanceStorageRange',
|
|
8371
8566
|
instanceClass: 'InstanceClass',
|
|
8372
8567
|
instanceClassRemark: 'InstanceClassRemark',
|
|
8373
8568
|
};
|
|
@@ -8375,6 +8570,7 @@ export class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTyp
|
|
|
8375
8570
|
|
|
8376
8571
|
static types(): { [key: string]: any } {
|
|
8377
8572
|
return {
|
|
8573
|
+
DBInstanceStorageRange: DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange,
|
|
8378
8574
|
instanceClass: 'string',
|
|
8379
8575
|
instanceClassRemark: 'string',
|
|
8380
8576
|
};
|
|
@@ -9029,6 +9225,7 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
|
|
|
9029
9225
|
engine?: string;
|
|
9030
9226
|
engineVersion?: string;
|
|
9031
9227
|
expireTime?: string;
|
|
9228
|
+
hiddenZoneId?: string;
|
|
9032
9229
|
kindCode?: string;
|
|
9033
9230
|
lastDowngradeTime?: string;
|
|
9034
9231
|
lockMode?: string;
|
|
@@ -9046,6 +9243,7 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
|
|
|
9046
9243
|
replicaSets?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceReplicaSets;
|
|
9047
9244
|
replicationFactor?: string;
|
|
9048
9245
|
resourceGroupId?: string;
|
|
9246
|
+
secondaryZoneId?: string;
|
|
9049
9247
|
shardList?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceShardList;
|
|
9050
9248
|
storageEngine?: string;
|
|
9051
9249
|
tags?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceTags;
|
|
@@ -9071,6 +9269,7 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
|
|
|
9071
9269
|
engine: 'Engine',
|
|
9072
9270
|
engineVersion: 'EngineVersion',
|
|
9073
9271
|
expireTime: 'ExpireTime',
|
|
9272
|
+
hiddenZoneId: 'HiddenZoneId',
|
|
9074
9273
|
kindCode: 'KindCode',
|
|
9075
9274
|
lastDowngradeTime: 'LastDowngradeTime',
|
|
9076
9275
|
lockMode: 'LockMode',
|
|
@@ -9088,6 +9287,7 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
|
|
|
9088
9287
|
replicaSets: 'ReplicaSets',
|
|
9089
9288
|
replicationFactor: 'ReplicationFactor',
|
|
9090
9289
|
resourceGroupId: 'ResourceGroupId',
|
|
9290
|
+
secondaryZoneId: 'SecondaryZoneId',
|
|
9091
9291
|
shardList: 'ShardList',
|
|
9092
9292
|
storageEngine: 'StorageEngine',
|
|
9093
9293
|
tags: 'Tags',
|
|
@@ -9116,6 +9316,7 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
|
|
|
9116
9316
|
engine: 'string',
|
|
9117
9317
|
engineVersion: 'string',
|
|
9118
9318
|
expireTime: 'string',
|
|
9319
|
+
hiddenZoneId: 'string',
|
|
9119
9320
|
kindCode: 'string',
|
|
9120
9321
|
lastDowngradeTime: 'string',
|
|
9121
9322
|
lockMode: 'string',
|
|
@@ -9133,6 +9334,7 @@ export class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstance extend
|
|
|
9133
9334
|
replicaSets: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceReplicaSets,
|
|
9134
9335
|
replicationFactor: 'string',
|
|
9135
9336
|
resourceGroupId: 'string',
|
|
9337
|
+
secondaryZoneId: 'string',
|
|
9136
9338
|
shardList: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceShardList,
|
|
9137
9339
|
storageEngine: 'string',
|
|
9138
9340
|
tags: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceTags,
|
|
@@ -9427,6 +9629,7 @@ export class DescribeDBInstancesResponseBodyDBInstancesDBInstance extends $tea.M
|
|
|
9427
9629
|
engine?: string;
|
|
9428
9630
|
engineVersion?: string;
|
|
9429
9631
|
expireTime?: string;
|
|
9632
|
+
hiddenZoneId?: string;
|
|
9430
9633
|
kindCode?: string;
|
|
9431
9634
|
lastDowngradeTime?: string;
|
|
9432
9635
|
lockMode?: string;
|
|
@@ -9435,7 +9638,9 @@ export class DescribeDBInstancesResponseBodyDBInstancesDBInstance extends $tea.M
|
|
|
9435
9638
|
regionId?: string;
|
|
9436
9639
|
replicationFactor?: string;
|
|
9437
9640
|
resourceGroupId?: string;
|
|
9641
|
+
secondaryZoneId?: string;
|
|
9438
9642
|
shardList?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceShardList;
|
|
9643
|
+
storageType?: string;
|
|
9439
9644
|
tags?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceTags;
|
|
9440
9645
|
vpcAuthMode?: string;
|
|
9441
9646
|
zoneId?: string;
|
|
@@ -9454,6 +9659,7 @@ export class DescribeDBInstancesResponseBodyDBInstancesDBInstance extends $tea.M
|
|
|
9454
9659
|
engine: 'Engine',
|
|
9455
9660
|
engineVersion: 'EngineVersion',
|
|
9456
9661
|
expireTime: 'ExpireTime',
|
|
9662
|
+
hiddenZoneId: 'HiddenZoneId',
|
|
9457
9663
|
kindCode: 'KindCode',
|
|
9458
9664
|
lastDowngradeTime: 'LastDowngradeTime',
|
|
9459
9665
|
lockMode: 'LockMode',
|
|
@@ -9462,7 +9668,9 @@ export class DescribeDBInstancesResponseBodyDBInstancesDBInstance extends $tea.M
|
|
|
9462
9668
|
regionId: 'RegionId',
|
|
9463
9669
|
replicationFactor: 'ReplicationFactor',
|
|
9464
9670
|
resourceGroupId: 'ResourceGroupId',
|
|
9671
|
+
secondaryZoneId: 'SecondaryZoneId',
|
|
9465
9672
|
shardList: 'ShardList',
|
|
9673
|
+
storageType: 'StorageType',
|
|
9466
9674
|
tags: 'Tags',
|
|
9467
9675
|
vpcAuthMode: 'VpcAuthMode',
|
|
9468
9676
|
zoneId: 'ZoneId',
|
|
@@ -9484,6 +9692,7 @@ export class DescribeDBInstancesResponseBodyDBInstancesDBInstance extends $tea.M
|
|
|
9484
9692
|
engine: 'string',
|
|
9485
9693
|
engineVersion: 'string',
|
|
9486
9694
|
expireTime: 'string',
|
|
9695
|
+
hiddenZoneId: 'string',
|
|
9487
9696
|
kindCode: 'string',
|
|
9488
9697
|
lastDowngradeTime: 'string',
|
|
9489
9698
|
lockMode: 'string',
|
|
@@ -9492,7 +9701,9 @@ export class DescribeDBInstancesResponseBodyDBInstancesDBInstance extends $tea.M
|
|
|
9492
9701
|
regionId: 'string',
|
|
9493
9702
|
replicationFactor: 'string',
|
|
9494
9703
|
resourceGroupId: 'string',
|
|
9704
|
+
secondaryZoneId: 'string',
|
|
9495
9705
|
shardList: DescribeDBInstancesResponseBodyDBInstancesDBInstanceShardList,
|
|
9706
|
+
storageType: 'string',
|
|
9496
9707
|
tags: DescribeDBInstancesResponseBodyDBInstancesDBInstanceTags,
|
|
9497
9708
|
vpcAuthMode: 'string',
|
|
9498
9709
|
zoneId: 'string',
|
|
@@ -10408,10 +10619,12 @@ export class DescribePriceResponseBodySubOrders extends $tea.Model {
|
|
|
10408
10619
|
|
|
10409
10620
|
export class DescribeRegionsResponseBodyRegionsDdsRegionZonesZone extends $tea.Model {
|
|
10410
10621
|
vpcEnabled?: boolean;
|
|
10622
|
+
zoneId?: string;
|
|
10411
10623
|
zoneName?: string;
|
|
10412
10624
|
static names(): { [key: string]: string } {
|
|
10413
10625
|
return {
|
|
10414
10626
|
vpcEnabled: 'VpcEnabled',
|
|
10627
|
+
zoneId: 'ZoneId',
|
|
10415
10628
|
zoneName: 'ZoneName',
|
|
10416
10629
|
};
|
|
10417
10630
|
}
|
|
@@ -10419,6 +10632,7 @@ export class DescribeRegionsResponseBodyRegionsDdsRegionZonesZone extends $tea.M
|
|
|
10419
10632
|
static types(): { [key: string]: any } {
|
|
10420
10633
|
return {
|
|
10421
10634
|
vpcEnabled: 'boolean',
|
|
10635
|
+
zoneId: 'string',
|
|
10422
10636
|
zoneName: 'string',
|
|
10423
10637
|
};
|
|
10424
10638
|
}
|
|
@@ -11268,66 +11482,7 @@ export default class Client extends OpenApi {
|
|
|
11268
11482
|
|
|
11269
11483
|
constructor(config: $OpenApi.Config) {
|
|
11270
11484
|
super(config);
|
|
11271
|
-
this._endpointRule = "
|
|
11272
|
-
this._endpointMap = {
|
|
11273
|
-
'cn-qingdao': "mongodb.aliyuncs.com",
|
|
11274
|
-
'cn-beijing': "mongodb.aliyuncs.com",
|
|
11275
|
-
'cn-chengdu': "mongodb.cn-chengdu.aliyuncs.com",
|
|
11276
|
-
'cn-zhangjiakou': "mongodb.cn-zhangjiakou.aliyuncs.com",
|
|
11277
|
-
'cn-huhehaote': "mongodb.cn-huhehaote.aliyuncs.com",
|
|
11278
|
-
'cn-hangzhou': "mongodb.aliyuncs.com",
|
|
11279
|
-
'cn-shanghai': "mongodb.aliyuncs.com",
|
|
11280
|
-
'cn-shenzhen': "mongodb.aliyuncs.com",
|
|
11281
|
-
'cn-heyuan': "mongodb.aliyuncs.com",
|
|
11282
|
-
'cn-hongkong': "mongodb.aliyuncs.com",
|
|
11283
|
-
'ap-southeast-1': "mongodb.aliyuncs.com",
|
|
11284
|
-
'ap-southeast-2': "mongodb.ap-southeast-2.aliyuncs.com",
|
|
11285
|
-
'ap-southeast-3': "mongodb.ap-southeast-3.aliyuncs.com",
|
|
11286
|
-
'ap-southeast-5': "mongodb.ap-southeast-5.aliyuncs.com",
|
|
11287
|
-
'ap-northeast-1': "mongodb.ap-northeast-1.aliyuncs.com",
|
|
11288
|
-
'eu-west-1': "mongodb.eu-west-1.aliyuncs.com",
|
|
11289
|
-
'us-west-1': "mongodb.aliyuncs.com",
|
|
11290
|
-
'us-east-1': "mongodb.aliyuncs.com",
|
|
11291
|
-
'eu-central-1': "mongodb.eu-central-1.aliyuncs.com",
|
|
11292
|
-
'me-east-1': "mongodb.me-east-1.aliyuncs.com",
|
|
11293
|
-
'ap-south-1': "mongodb.ap-south-1.aliyuncs.com",
|
|
11294
|
-
'cn-hangzhou-finance': "mongodb.aliyuncs.com",
|
|
11295
|
-
'cn-shanghai-finance-1': "mongodb.aliyuncs.com",
|
|
11296
|
-
'cn-shenzhen-finance-1': "mongodb.aliyuncs.com",
|
|
11297
|
-
'cn-north-2-gov-1': "mongodb.aliyuncs.com",
|
|
11298
|
-
'ap-northeast-2-pop': "mongodb.aliyuncs.com",
|
|
11299
|
-
'cn-beijing-finance-1': "mongodb.aliyuncs.com",
|
|
11300
|
-
'cn-beijing-finance-pop': "mongodb.aliyuncs.com",
|
|
11301
|
-
'cn-beijing-gov-1': "mongodb.aliyuncs.com",
|
|
11302
|
-
'cn-beijing-nu16-b01': "mongodb.aliyuncs.com",
|
|
11303
|
-
'cn-edge-1': "mongodb.aliyuncs.com",
|
|
11304
|
-
'cn-fujian': "mongodb.aliyuncs.com",
|
|
11305
|
-
'cn-haidian-cm12-c01': "mongodb.aliyuncs.com",
|
|
11306
|
-
'cn-hangzhou-bj-b01': "mongodb.aliyuncs.com",
|
|
11307
|
-
'cn-hangzhou-internal-prod-1': "mongodb.aliyuncs.com",
|
|
11308
|
-
'cn-hangzhou-internal-test-1': "mongodb.aliyuncs.com",
|
|
11309
|
-
'cn-hangzhou-internal-test-2': "mongodb.aliyuncs.com",
|
|
11310
|
-
'cn-hangzhou-internal-test-3': "mongodb.aliyuncs.com",
|
|
11311
|
-
'cn-hangzhou-test-306': "mongodb.aliyuncs.com",
|
|
11312
|
-
'cn-hongkong-finance-pop': "mongodb.aliyuncs.com",
|
|
11313
|
-
'cn-huhehaote-nebula-1': "mongodb.aliyuncs.com",
|
|
11314
|
-
'cn-qingdao-nebula': "mongodb.aliyuncs.com",
|
|
11315
|
-
'cn-shanghai-et15-b01': "mongodb.aliyuncs.com",
|
|
11316
|
-
'cn-shanghai-et2-b01': "mongodb.aliyuncs.com",
|
|
11317
|
-
'cn-shanghai-inner': "mongodb.aliyuncs.com",
|
|
11318
|
-
'cn-shanghai-internal-test-1': "mongodb.aliyuncs.com",
|
|
11319
|
-
'cn-shenzhen-inner': "mongodb.aliyuncs.com",
|
|
11320
|
-
'cn-shenzhen-st4-d01': "mongodb.aliyuncs.com",
|
|
11321
|
-
'cn-shenzhen-su18-b01': "mongodb.aliyuncs.com",
|
|
11322
|
-
'cn-wuhan': "mongodb.aliyuncs.com",
|
|
11323
|
-
'cn-wulanchabu': "mongodb.aliyuncs.com",
|
|
11324
|
-
'cn-yushanfang': "mongodb.aliyuncs.com",
|
|
11325
|
-
'cn-zhangbei-na61-b01': "mongodb.aliyuncs.com",
|
|
11326
|
-
'cn-zhangjiakou-na62-a01': "mongodb.aliyuncs.com",
|
|
11327
|
-
'cn-zhengzhou-nebula-1': "mongodb.aliyuncs.com",
|
|
11328
|
-
'eu-west-1-oxs': "mongodb.aliyuncs.com",
|
|
11329
|
-
'rus-west-1-pop': "mongodb.aliyuncs.com",
|
|
11330
|
-
};
|
|
11485
|
+
this._endpointRule = "";
|
|
11331
11486
|
this.checkConfig(config);
|
|
11332
11487
|
this._endpoint = this.getEndpoint("dds", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
11333
11488
|
}
|
|
@@ -11753,6 +11908,10 @@ export default class Client extends OpenApi {
|
|
|
11753
11908
|
query["StorageEngine"] = request.storageEngine;
|
|
11754
11909
|
}
|
|
11755
11910
|
|
|
11911
|
+
if (!Util.isUnset(request.storageType)) {
|
|
11912
|
+
query["StorageType"] = request.storageType;
|
|
11913
|
+
}
|
|
11914
|
+
|
|
11756
11915
|
if (!Util.isUnset(request.vSwitchId)) {
|
|
11757
11916
|
query["VSwitchId"] = request.vSwitchId;
|
|
11758
11917
|
}
|
|
@@ -11790,6 +11949,14 @@ export default class Client extends OpenApi {
|
|
|
11790
11949
|
async createNodeWithOptions(request: CreateNodeRequest, runtime: $Util.RuntimeOptions): Promise<CreateNodeResponse> {
|
|
11791
11950
|
Util.validateModel(request);
|
|
11792
11951
|
let query = { };
|
|
11952
|
+
if (!Util.isUnset(request.accountName)) {
|
|
11953
|
+
query["AccountName"] = request.accountName;
|
|
11954
|
+
}
|
|
11955
|
+
|
|
11956
|
+
if (!Util.isUnset(request.accountPassword)) {
|
|
11957
|
+
query["AccountPassword"] = request.accountPassword;
|
|
11958
|
+
}
|
|
11959
|
+
|
|
11793
11960
|
if (!Util.isUnset(request.autoPay)) {
|
|
11794
11961
|
query["AutoPay"] = request.autoPay;
|
|
11795
11962
|
}
|
|
@@ -11846,6 +12013,10 @@ export default class Client extends OpenApi {
|
|
|
11846
12013
|
query["SecurityToken"] = request.securityToken;
|
|
11847
12014
|
}
|
|
11848
12015
|
|
|
12016
|
+
if (!Util.isUnset(request.shardDirect)) {
|
|
12017
|
+
query["ShardDirect"] = request.shardDirect;
|
|
12018
|
+
}
|
|
12019
|
+
|
|
11849
12020
|
let req = new $OpenApi.OpenApiRequest({
|
|
11850
12021
|
query: OpenApiUtil.query(query),
|
|
11851
12022
|
});
|
|
@@ -11871,6 +12042,14 @@ export default class Client extends OpenApi {
|
|
|
11871
12042
|
async createNodeBatchWithOptions(request: CreateNodeBatchRequest, runtime: $Util.RuntimeOptions): Promise<CreateNodeBatchResponse> {
|
|
11872
12043
|
Util.validateModel(request);
|
|
11873
12044
|
let query = { };
|
|
12045
|
+
if (!Util.isUnset(request.accountName)) {
|
|
12046
|
+
query["AccountName"] = request.accountName;
|
|
12047
|
+
}
|
|
12048
|
+
|
|
12049
|
+
if (!Util.isUnset(request.accountPassword)) {
|
|
12050
|
+
query["AccountPassword"] = request.accountPassword;
|
|
12051
|
+
}
|
|
12052
|
+
|
|
11874
12053
|
if (!Util.isUnset(request.autoPay)) {
|
|
11875
12054
|
query["AutoPay"] = request.autoPay;
|
|
11876
12055
|
}
|
|
@@ -11919,6 +12098,10 @@ export default class Client extends OpenApi {
|
|
|
11919
12098
|
query["SecurityToken"] = request.securityToken;
|
|
11920
12099
|
}
|
|
11921
12100
|
|
|
12101
|
+
if (!Util.isUnset(request.shardDirect)) {
|
|
12102
|
+
query["ShardDirect"] = request.shardDirect;
|
|
12103
|
+
}
|
|
12104
|
+
|
|
11922
12105
|
let req = new $OpenApi.OpenApiRequest({
|
|
11923
12106
|
query: OpenApiUtil.query(query),
|
|
11924
12107
|
});
|
|
@@ -11941,119 +12124,6 @@ export default class Client extends OpenApi {
|
|
|
11941
12124
|
return await this.createNodeBatchWithOptions(request, runtime);
|
|
11942
12125
|
}
|
|
11943
12126
|
|
|
11944
|
-
async createServerlessDBInstanceWithOptions(request: CreateServerlessDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateServerlessDBInstanceResponse> {
|
|
11945
|
-
Util.validateModel(request);
|
|
11946
|
-
let query = { };
|
|
11947
|
-
if (!Util.isUnset(request.accountPassword)) {
|
|
11948
|
-
query["AccountPassword"] = request.accountPassword;
|
|
11949
|
-
}
|
|
11950
|
-
|
|
11951
|
-
if (!Util.isUnset(request.autoRenew)) {
|
|
11952
|
-
query["AutoRenew"] = request.autoRenew;
|
|
11953
|
-
}
|
|
11954
|
-
|
|
11955
|
-
if (!Util.isUnset(request.capacityUnit)) {
|
|
11956
|
-
query["CapacityUnit"] = request.capacityUnit;
|
|
11957
|
-
}
|
|
11958
|
-
|
|
11959
|
-
if (!Util.isUnset(request.clientToken)) {
|
|
11960
|
-
query["ClientToken"] = request.clientToken;
|
|
11961
|
-
}
|
|
11962
|
-
|
|
11963
|
-
if (!Util.isUnset(request.DBInstanceDescription)) {
|
|
11964
|
-
query["DBInstanceDescription"] = request.DBInstanceDescription;
|
|
11965
|
-
}
|
|
11966
|
-
|
|
11967
|
-
if (!Util.isUnset(request.DBInstanceStorage)) {
|
|
11968
|
-
query["DBInstanceStorage"] = request.DBInstanceStorage;
|
|
11969
|
-
}
|
|
11970
|
-
|
|
11971
|
-
if (!Util.isUnset(request.engine)) {
|
|
11972
|
-
query["Engine"] = request.engine;
|
|
11973
|
-
}
|
|
11974
|
-
|
|
11975
|
-
if (!Util.isUnset(request.engineVersion)) {
|
|
11976
|
-
query["EngineVersion"] = request.engineVersion;
|
|
11977
|
-
}
|
|
11978
|
-
|
|
11979
|
-
if (!Util.isUnset(request.ownerAccount)) {
|
|
11980
|
-
query["OwnerAccount"] = request.ownerAccount;
|
|
11981
|
-
}
|
|
11982
|
-
|
|
11983
|
-
if (!Util.isUnset(request.ownerId)) {
|
|
11984
|
-
query["OwnerId"] = request.ownerId;
|
|
11985
|
-
}
|
|
11986
|
-
|
|
11987
|
-
if (!Util.isUnset(request.period)) {
|
|
11988
|
-
query["Period"] = request.period;
|
|
11989
|
-
}
|
|
11990
|
-
|
|
11991
|
-
if (!Util.isUnset(request.periodPriceType)) {
|
|
11992
|
-
query["PeriodPriceType"] = request.periodPriceType;
|
|
11993
|
-
}
|
|
11994
|
-
|
|
11995
|
-
if (!Util.isUnset(request.regionId)) {
|
|
11996
|
-
query["RegionId"] = request.regionId;
|
|
11997
|
-
}
|
|
11998
|
-
|
|
11999
|
-
if (!Util.isUnset(request.resourceGroupId)) {
|
|
12000
|
-
query["ResourceGroupId"] = request.resourceGroupId;
|
|
12001
|
-
}
|
|
12002
|
-
|
|
12003
|
-
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
12004
|
-
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
12005
|
-
}
|
|
12006
|
-
|
|
12007
|
-
if (!Util.isUnset(request.resourceOwnerId)) {
|
|
12008
|
-
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
12009
|
-
}
|
|
12010
|
-
|
|
12011
|
-
if (!Util.isUnset(request.securityIPList)) {
|
|
12012
|
-
query["SecurityIPList"] = request.securityIPList;
|
|
12013
|
-
}
|
|
12014
|
-
|
|
12015
|
-
if (!Util.isUnset(request.securityToken)) {
|
|
12016
|
-
query["SecurityToken"] = request.securityToken;
|
|
12017
|
-
}
|
|
12018
|
-
|
|
12019
|
-
if (!Util.isUnset(request.storageEngine)) {
|
|
12020
|
-
query["StorageEngine"] = request.storageEngine;
|
|
12021
|
-
}
|
|
12022
|
-
|
|
12023
|
-
if (!Util.isUnset(request.vSwitchId)) {
|
|
12024
|
-
query["VSwitchId"] = request.vSwitchId;
|
|
12025
|
-
}
|
|
12026
|
-
|
|
12027
|
-
if (!Util.isUnset(request.vpcId)) {
|
|
12028
|
-
query["VpcId"] = request.vpcId;
|
|
12029
|
-
}
|
|
12030
|
-
|
|
12031
|
-
if (!Util.isUnset(request.zoneId)) {
|
|
12032
|
-
query["ZoneId"] = request.zoneId;
|
|
12033
|
-
}
|
|
12034
|
-
|
|
12035
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
12036
|
-
query: OpenApiUtil.query(query),
|
|
12037
|
-
});
|
|
12038
|
-
let params = new $OpenApi.Params({
|
|
12039
|
-
action: "CreateServerlessDBInstance",
|
|
12040
|
-
version: "2015-12-01",
|
|
12041
|
-
protocol: "HTTPS",
|
|
12042
|
-
pathname: "/",
|
|
12043
|
-
method: "POST",
|
|
12044
|
-
authType: "AK",
|
|
12045
|
-
style: "RPC",
|
|
12046
|
-
reqBodyType: "formData",
|
|
12047
|
-
bodyType: "json",
|
|
12048
|
-
});
|
|
12049
|
-
return $tea.cast<CreateServerlessDBInstanceResponse>(await this.callApi(params, req, runtime), new CreateServerlessDBInstanceResponse({}));
|
|
12050
|
-
}
|
|
12051
|
-
|
|
12052
|
-
async createServerlessDBInstance(request: CreateServerlessDBInstanceRequest): Promise<CreateServerlessDBInstanceResponse> {
|
|
12053
|
-
let runtime = new $Util.RuntimeOptions({ });
|
|
12054
|
-
return await this.createServerlessDBInstanceWithOptions(request, runtime);
|
|
12055
|
-
}
|
|
12056
|
-
|
|
12057
12127
|
async createShardingDBInstanceWithOptions(request: CreateShardingDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateShardingDBInstanceResponse> {
|
|
12058
12128
|
Util.validateModel(request);
|
|
12059
12129
|
let query = { };
|
|
@@ -12089,6 +12159,10 @@ export default class Client extends OpenApi {
|
|
|
12089
12159
|
query["EngineVersion"] = request.engineVersion;
|
|
12090
12160
|
}
|
|
12091
12161
|
|
|
12162
|
+
if (!Util.isUnset(request.hiddenZoneId)) {
|
|
12163
|
+
query["HiddenZoneId"] = request.hiddenZoneId;
|
|
12164
|
+
}
|
|
12165
|
+
|
|
12092
12166
|
if (!Util.isUnset(request.mongos)) {
|
|
12093
12167
|
query["Mongos"] = request.mongos;
|
|
12094
12168
|
}
|
|
@@ -12137,6 +12211,10 @@ export default class Client extends OpenApi {
|
|
|
12137
12211
|
query["RestoreTime"] = request.restoreTime;
|
|
12138
12212
|
}
|
|
12139
12213
|
|
|
12214
|
+
if (!Util.isUnset(request.secondaryZoneId)) {
|
|
12215
|
+
query["SecondaryZoneId"] = request.secondaryZoneId;
|
|
12216
|
+
}
|
|
12217
|
+
|
|
12140
12218
|
if (!Util.isUnset(request.securityIPList)) {
|
|
12141
12219
|
query["SecurityIPList"] = request.securityIPList;
|
|
12142
12220
|
}
|
|
@@ -15658,6 +15736,10 @@ export default class Client extends OpenApi {
|
|
|
15658
15736
|
query["DBInstanceId"] = request.DBInstanceId;
|
|
15659
15737
|
}
|
|
15660
15738
|
|
|
15739
|
+
if (!Util.isUnset(request.disableTlsProtocol)) {
|
|
15740
|
+
query["DisableTlsProtocol"] = request.disableTlsProtocol;
|
|
15741
|
+
}
|
|
15742
|
+
|
|
15661
15743
|
if (!Util.isUnset(request.ownerAccount)) {
|
|
15662
15744
|
query["OwnerAccount"] = request.ownerAccount;
|
|
15663
15745
|
}
|
|
@@ -16177,6 +16259,10 @@ export default class Client extends OpenApi {
|
|
|
16177
16259
|
query["Parameters"] = request.parameters;
|
|
16178
16260
|
}
|
|
16179
16261
|
|
|
16262
|
+
if (!Util.isUnset(request.regionId)) {
|
|
16263
|
+
query["RegionId"] = request.regionId;
|
|
16264
|
+
}
|
|
16265
|
+
|
|
16180
16266
|
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
16181
16267
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
16182
16268
|
}
|