ksyun-sdk-node 1.5.17 → 1.5.19

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.
@@ -39,8 +39,8 @@ module.exports = class Client extends BaseClient {
39
39
  DomainId: "String",
40
40
  StartTime: "String",
41
41
  EndTime: "String",
42
- PageSize: "Int",
43
- PageNumber: "Int"
42
+ PageSize: "Long",
43
+ PageNumber: "Long"
44
44
  }
45
45
  },
46
46
  GetClientRequestData: {
@@ -83,10 +83,10 @@ module.exports = class Client extends BaseClient {
83
83
  }
84
84
  },
85
85
  paramsType: {
86
- PageSize: "Int",
87
- PageNumber: "Int",
86
+ PageSize: "Long",
87
+ PageNumber: "Long",
88
88
  DomainName: "String",
89
- ProjectId: "Int",
89
+ ProjectId: "Long",
90
90
  DomainStatus: "String",
91
91
  CdnType: "String",
92
92
  FuzzyMatch: "String"
@@ -617,8 +617,8 @@ module.exports = class Client extends BaseClient {
617
617
  CdnType: "String",
618
618
  DomainIds: "String",
619
619
  Regions: "String",
620
- ResultType: "Int",
621
- Granularity: "Int",
620
+ ResultType: "Long",
621
+ Granularity: "Long",
622
622
  DataType: "String",
623
623
  ProtocolType: "String"
624
624
  }
@@ -641,8 +641,8 @@ module.exports = class Client extends BaseClient {
641
641
  CdnType: "String",
642
642
  DomainIds: "String",
643
643
  Regions: "String",
644
- ResultType: "Int",
645
- Granularity: "Int",
644
+ ResultType: "Long",
645
+ Granularity: "Long",
646
646
  DataType: "String",
647
647
  ProtocolType: "String"
648
648
  }
@@ -665,8 +665,8 @@ module.exports = class Client extends BaseClient {
665
665
  CdnType: "String",
666
666
  DomainIds: "String",
667
667
  Regions: "String",
668
- ResultType: "Int",
669
- Granularity: "Int",
668
+ ResultType: "Long",
669
+ Granularity: "Long",
670
670
  DataType: "String",
671
671
  ProtocolType: "String"
672
672
  }
@@ -724,68 +724,66 @@ module.exports = class Client extends BaseClient {
724
724
  CertificateIds: "String"
725
725
  }
726
726
  },
727
- AssociateCertificateConfig: {
727
+ ValidateIP: {
728
728
  url: "/",
729
729
  method: "GET",
730
730
  config: {
731
731
  query: {
732
732
  Version: "V3",
733
- Action: "AssociateCertificateConfig"
733
+ Action: "ValidateIP"
734
734
  },
735
735
  headers: {
736
736
  "Content-Type": "application/x-www-form-urlencoded"
737
737
  }
738
738
  },
739
739
  paramsType: {
740
- Enable: "String",
741
- DomainIds: "String",
742
- CertificateId: "String",
743
- CertificateName: "String",
744
- ServerCertificate: "String",
745
- PrivateKey: "String"
740
+ Ip: "String"
746
741
  }
747
742
  },
748
- ValidateIP: {
743
+ SetCdnBlockDomainUrl: {
749
744
  url: "/",
750
745
  method: "GET",
751
746
  config: {
752
747
  query: {
753
748
  Version: "V3",
754
- Action: "ValidateIP"
749
+ Action: "SetCdnBlockDomainUrl"
755
750
  },
756
751
  headers: {
757
- "Content-Type": "application/x-www-form-urlencoded"
752
+ "Content-Type": "application/json"
758
753
  }
759
754
  },
760
755
  paramsType: {
761
- Ip: "String"
756
+ BlockType: "String",
757
+ Urls: "Array",
758
+ RefreshOnUnblock: "String"
762
759
  }
763
760
  },
764
- SetCdnBlockDomainUrl: {
761
+ GetCntvRefreshOrPreloadTask: {
765
762
  url: "/",
766
- method: "GET",
763
+ method: "POST",
767
764
  config: {
768
765
  query: {
769
766
  Version: "V3",
770
- Action: "SetCdnBlockDomainUrl"
767
+ Action: "GetCntvRefreshOrPreloadTask"
771
768
  },
772
769
  headers: {
773
770
  "Content-Type": "application/json"
774
771
  }
775
772
  },
776
773
  paramsType: {
777
- BlockType: "String",
778
- Urls: "Array",
779
- RefreshOnUnblock: "String"
774
+ StartTime: "String",
775
+ EndTime: "String",
776
+ Type: "String",
777
+ TaskId: "String"
780
778
  }
781
779
  },
782
- SyncRefreshCaches: {
780
+ SubmitRefreshCaches: {
783
781
  url: "/",
784
782
  method: "GET",
785
783
  config: {
786
784
  query: {
787
785
  Version: "V3",
788
- Action: "SyncRefreshCaches"
786
+ Action: "SubmitRefreshCaches"
789
787
  },
790
788
  headers: {
791
789
  "Content-Type": "application/json"
@@ -796,13 +794,13 @@ module.exports = class Client extends BaseClient {
796
794
  Dirs: "Array"
797
795
  }
798
796
  },
799
- InsertPreloadCaches: {
797
+ SubmitPreloadCaches: {
800
798
  url: "/",
801
799
  method: "GET",
802
800
  config: {
803
801
  query: {
804
802
  Version: "V3",
805
- Action: "InsertPreloadCaches"
803
+ Action: "SubmitPreloadCaches"
806
804
  },
807
805
  headers: {
808
806
  "Content-Type": "application/json"
@@ -812,23 +810,25 @@ module.exports = class Client extends BaseClient {
812
810
  Urls: "Array"
813
811
  }
814
812
  },
815
- GetCntvRefreshOrPreloadTask: {
813
+ SetCertificateConfig: {
816
814
  url: "/",
817
- method: "POST",
815
+ method: "GET",
818
816
  config: {
819
817
  query: {
820
818
  Version: "V3",
821
- Action: "GetCntvRefreshOrPreloadTask"
819
+ Action: "SetCertificateConfig"
822
820
  },
823
821
  headers: {
824
- "Content-Type": "application/json"
822
+ "Content-Type": "application/x-www-form-urlencoded"
825
823
  }
826
824
  },
827
825
  paramsType: {
828
- StartTime: "String",
829
- EndTime: "String",
830
- Type: "String",
831
- TaskId: "String"
826
+ Enable: "String",
827
+ DomainIds: "String",
828
+ CertificateId: "String",
829
+ CertificateName: "String",
830
+ ServerCertificate: "String",
831
+ PrivateKey: "String"
832
832
  }
833
833
  }
834
834
  });
@@ -99,7 +99,8 @@ module.exports = class Client extends BaseClient {
99
99
  StorageRoceNetworkInterfaceMode: "String",
100
100
  RoceCluster: "String",
101
101
  SRoceCluster: "String",
102
- UserDefinedData: "String"
102
+ UserDefinedData: "String",
103
+ ClientToken: "String"
103
104
  }
104
105
  },
105
106
  StartEpc: {
@@ -115,7 +116,8 @@ module.exports = class Client extends BaseClient {
115
116
  }
116
117
  },
117
118
  paramsType: {
118
- HostId: "String"
119
+ HostId: "String",
120
+ ClientToken: "String"
119
121
  }
120
122
  },
121
123
  RebootEpc: {
@@ -131,7 +133,8 @@ module.exports = class Client extends BaseClient {
131
133
  }
132
134
  },
133
135
  paramsType: {
134
- HostId: "String"
136
+ HostId: "String",
137
+ ClientToken: "String"
135
138
  }
136
139
  },
137
140
  DeleteEpc: {
@@ -147,7 +150,8 @@ module.exports = class Client extends BaseClient {
147
150
  }
148
151
  },
149
152
  paramsType: {
150
- HostId: "String"
153
+ HostId: "String",
154
+ ClientToken: "String"
151
155
  }
152
156
  },
153
157
  ReinstallEpc: {
@@ -192,7 +196,8 @@ module.exports = class Client extends BaseClient {
192
196
  PasswordInherit: "String",
193
197
  DataDiskMount: "String",
194
198
  StorageRoceNetworkCardName: "String",
195
- UserDefinedData: "String"
199
+ UserDefinedData: "String",
200
+ ClientToken: "String"
196
201
  }
197
202
  },
198
203
  ModifySecurityGroup: {
@@ -462,7 +467,8 @@ module.exports = class Client extends BaseClient {
462
467
  }
463
468
  },
464
469
  paramsType: {
465
- HostId: "String"
470
+ HostId: "String",
471
+ ClientToken: "String"
466
472
  }
467
473
  },
468
474
  ModifyEpc: {
@@ -480,7 +486,8 @@ module.exports = class Client extends BaseClient {
480
486
  paramsType: {
481
487
  HostId: "String",
482
488
  HostName: "String",
483
- Description: "String"
489
+ Description: "String",
490
+ ClientToken: "String"
484
491
  }
485
492
  },
486
493
  ModifyRemoteManagement: {
@@ -1242,7 +1249,8 @@ module.exports = class Client extends BaseClient {
1242
1249
  DataDiskMount: "String",
1243
1250
  StorageRoceNetworkCardName: "String",
1244
1251
  SRoceCluster: "String",
1245
- RoceCluster: "String"
1252
+ RoceCluster: "String",
1253
+ ClientToken: "String"
1246
1254
  }
1247
1255
  },
1248
1256
  DescribeUseHotStandbyRecords: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksyun-sdk-node",
3
- "version": "1.5.17",
3
+ "version": "1.5.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -32,8 +32,8 @@ module.exports = class Client extends BaseClient {
32
32
  DomainId: "String",
33
33
  StartTime: "String",
34
34
  EndTime: "String",
35
- PageSize: "Int",
36
- PageNumber: "Int",
35
+ PageSize: "Long",
36
+ PageNumber: "Long",
37
37
  },
38
38
  },
39
39
  GetClientRequestData: {
@@ -76,10 +76,10 @@ module.exports = class Client extends BaseClient {
76
76
  },
77
77
  },
78
78
  paramsType: {
79
- PageSize: "Int",
80
- PageNumber: "Int",
79
+ PageSize: "Long",
80
+ PageNumber: "Long",
81
81
  DomainName: "String",
82
- ProjectId: "Int",
82
+ ProjectId: "Long",
83
83
  DomainStatus: "String",
84
84
  CdnType: "String",
85
85
  FuzzyMatch: "String",
@@ -610,8 +610,8 @@ module.exports = class Client extends BaseClient {
610
610
  CdnType: "String",
611
611
  DomainIds: "String",
612
612
  Regions: "String",
613
- ResultType: "Int",
614
- Granularity: "Int",
613
+ ResultType: "Long",
614
+ Granularity: "Long",
615
615
  DataType: "String",
616
616
  ProtocolType: "String",
617
617
  },
@@ -634,8 +634,8 @@ module.exports = class Client extends BaseClient {
634
634
  CdnType: "String",
635
635
  DomainIds: "String",
636
636
  Regions: "String",
637
- ResultType: "Int",
638
- Granularity: "Int",
637
+ ResultType: "Long",
638
+ Granularity: "Long",
639
639
  DataType: "String",
640
640
  ProtocolType: "String",
641
641
  },
@@ -658,8 +658,8 @@ module.exports = class Client extends BaseClient {
658
658
  CdnType: "String",
659
659
  DomainIds: "String",
660
660
  Regions: "String",
661
- ResultType: "Int",
662
- Granularity: "Int",
661
+ ResultType: "Long",
662
+ Granularity: "Long",
663
663
  DataType: "String",
664
664
  ProtocolType: "String",
665
665
  },
@@ -717,68 +717,66 @@ module.exports = class Client extends BaseClient {
717
717
  CertificateIds: "String",
718
718
  },
719
719
  },
720
- AssociateCertificateConfig: {
720
+ ValidateIP: {
721
721
  url: "/",
722
722
  method: "GET",
723
723
  config: {
724
724
  query: {
725
725
  Version: "V3",
726
- Action: "AssociateCertificateConfig",
726
+ Action: "ValidateIP",
727
727
  },
728
728
  headers: {
729
729
  "Content-Type": "application/x-www-form-urlencoded",
730
730
  },
731
731
  },
732
732
  paramsType: {
733
- Enable: "String",
734
- DomainIds: "String",
735
- CertificateId: "String",
736
- CertificateName: "String",
737
- ServerCertificate: "String",
738
- PrivateKey: "String",
733
+ Ip: "String",
739
734
  },
740
735
  },
741
- ValidateIP: {
736
+ SetCdnBlockDomainUrl: {
742
737
  url: "/",
743
738
  method: "GET",
744
739
  config: {
745
740
  query: {
746
741
  Version: "V3",
747
- Action: "ValidateIP",
742
+ Action: "SetCdnBlockDomainUrl",
748
743
  },
749
744
  headers: {
750
- "Content-Type": "application/x-www-form-urlencoded",
745
+ "Content-Type": "application/json",
751
746
  },
752
747
  },
753
748
  paramsType: {
754
- Ip: "String",
749
+ BlockType: "String",
750
+ Urls: "Array",
751
+ RefreshOnUnblock: "String",
755
752
  },
756
753
  },
757
- SetCdnBlockDomainUrl: {
754
+ GetCntvRefreshOrPreloadTask: {
758
755
  url: "/",
759
- method: "GET",
756
+ method: "POST",
760
757
  config: {
761
758
  query: {
762
759
  Version: "V3",
763
- Action: "SetCdnBlockDomainUrl",
760
+ Action: "GetCntvRefreshOrPreloadTask",
764
761
  },
765
762
  headers: {
766
763
  "Content-Type": "application/json",
767
764
  },
768
765
  },
769
766
  paramsType: {
770
- BlockType: "String",
771
- Urls: "Array",
772
- RefreshOnUnblock: "String",
767
+ StartTime: "String",
768
+ EndTime: "String",
769
+ Type: "String",
770
+ TaskId: "String",
773
771
  },
774
772
  },
775
- SyncRefreshCaches: {
773
+ SubmitRefreshCaches: {
776
774
  url: "/",
777
775
  method: "GET",
778
776
  config: {
779
777
  query: {
780
778
  Version: "V3",
781
- Action: "SyncRefreshCaches",
779
+ Action: "SubmitRefreshCaches",
782
780
  },
783
781
  headers: {
784
782
  "Content-Type": "application/json",
@@ -789,13 +787,13 @@ module.exports = class Client extends BaseClient {
789
787
  Dirs: "Array",
790
788
  },
791
789
  },
792
- InsertPreloadCaches: {
790
+ SubmitPreloadCaches: {
793
791
  url: "/",
794
792
  method: "GET",
795
793
  config: {
796
794
  query: {
797
795
  Version: "V3",
798
- Action: "InsertPreloadCaches",
796
+ Action: "SubmitPreloadCaches",
799
797
  },
800
798
  headers: {
801
799
  "Content-Type": "application/json",
@@ -805,23 +803,25 @@ module.exports = class Client extends BaseClient {
805
803
  Urls: "Array",
806
804
  },
807
805
  },
808
- GetCntvRefreshOrPreloadTask: {
806
+ SetCertificateConfig: {
809
807
  url: "/",
810
- method: "POST",
808
+ method: "GET",
811
809
  config: {
812
810
  query: {
813
811
  Version: "V3",
814
- Action: "GetCntvRefreshOrPreloadTask",
812
+ Action: "SetCertificateConfig",
815
813
  },
816
814
  headers: {
817
- "Content-Type": "application/json",
815
+ "Content-Type": "application/x-www-form-urlencoded",
818
816
  },
819
817
  },
820
818
  paramsType: {
821
- StartTime: "String",
822
- EndTime: "String",
823
- Type: "String",
824
- TaskId: "String",
819
+ Enable: "String",
820
+ DomainIds: "String",
821
+ CertificateId: "String",
822
+ CertificateName: "String",
823
+ ServerCertificate: "String",
824
+ PrivateKey: "String",
825
825
  },
826
826
  },
827
827
  };
@@ -93,6 +93,7 @@ module.exports = class Client extends BaseClient {
93
93
  RoceCluster: "String",
94
94
  SRoceCluster: "String",
95
95
  UserDefinedData: "String",
96
+ ClientToken: "String",
96
97
  },
97
98
  },
98
99
  StartEpc: {
@@ -109,6 +110,7 @@ module.exports = class Client extends BaseClient {
109
110
  },
110
111
  paramsType: {
111
112
  HostId: "String",
113
+ ClientToken: "String",
112
114
  },
113
115
  },
114
116
  RebootEpc: {
@@ -125,6 +127,7 @@ module.exports = class Client extends BaseClient {
125
127
  },
126
128
  paramsType: {
127
129
  HostId: "String",
130
+ ClientToken: "String",
128
131
  },
129
132
  },
130
133
  DeleteEpc: {
@@ -141,6 +144,7 @@ module.exports = class Client extends BaseClient {
141
144
  },
142
145
  paramsType: {
143
146
  HostId: "String",
147
+ ClientToken: "String",
144
148
  },
145
149
  },
146
150
  ReinstallEpc: {
@@ -186,6 +190,7 @@ module.exports = class Client extends BaseClient {
186
190
  DataDiskMount: "String",
187
191
  StorageRoceNetworkCardName: "String",
188
192
  UserDefinedData: "String",
193
+ ClientToken: "String",
189
194
  },
190
195
  },
191
196
  ModifySecurityGroup: {
@@ -456,6 +461,7 @@ module.exports = class Client extends BaseClient {
456
461
  },
457
462
  paramsType: {
458
463
  HostId: "String",
464
+ ClientToken: "String",
459
465
  },
460
466
  },
461
467
  ModifyEpc: {
@@ -474,6 +480,7 @@ module.exports = class Client extends BaseClient {
474
480
  HostId: "String",
475
481
  HostName: "String",
476
482
  Description: "String",
483
+ ClientToken: "String",
477
484
  },
478
485
  },
479
486
  ModifyRemoteManagement: {
@@ -1236,6 +1243,7 @@ module.exports = class Client extends BaseClient {
1236
1243
  StorageRoceNetworkCardName: "String",
1237
1244
  SRoceCluster: "String",
1238
1245
  RoceCluster: "String",
1246
+ ClientToken: "String",
1239
1247
  },
1240
1248
  },
1241
1249
  DescribeUseHotStandbyRecords: {