ksyun-sdk-node 1.2.4 → 1.4.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.
Files changed (128) hide show
  1. package/.claude/settings.local.json +12 -0
  2. package/dist/base/BaseClient.js +50 -4
  3. package/dist/service/Actiontrail/v20190401/index.js +31 -31
  4. package/dist/service/Aicp/v20240612/index.js +491 -0
  5. package/dist/service/Aicp/v20251212/index.js +76 -0
  6. package/dist/service/Bill/v20180601/index.js +45 -45
  7. package/dist/service/Bill/v20220601/index.js +35 -35
  8. package/dist/service/Bill_union/v20200101/index.js +139 -103
  9. package/dist/service/Bill_union/v20221222/index.js +93 -93
  10. package/dist/service/Bill_union/v20250801/index.js +66 -0
  11. package/dist/service/Bws/v20160304/index.js +103 -103
  12. package/dist/service/Cdn/v20160901/index.js +52 -19
  13. package/dist/service/Cdn/v20200630/index.js +306 -306
  14. package/dist/service/Cdn/v20200901/index.js +108 -108
  15. package/dist/service/Cdn/v20211201/index.js +45 -0
  16. package/dist/service/Cdn/v20250503/index.js +404 -0
  17. package/dist/service/Cen/v20160304/index.js +321 -321
  18. package/dist/service/Clickhouse/v20210101/index.js +387 -387
  19. package/dist/service/Ebs/v20160304/index.js +262 -262
  20. package/dist/service/Eip/v20160304/index.js +101 -101
  21. package/dist/service/Epc/v20151101/index.js +1822 -766
  22. package/dist/service/Iam/v20151101/index.js +863 -756
  23. package/dist/service/Iam/v20240513/index.js +47 -0
  24. package/dist/service/Iam/v20240703/index.js +44 -0
  25. package/dist/service/Kad/v20161122/index.js +81 -81
  26. package/dist/service/Kce/v20180314/index.js +216 -216
  27. package/dist/service/Kce/v20190806/index.js +343 -343
  28. package/dist/service/Kce/v20201231/index.js +39 -39
  29. package/dist/service/Kcf/v20211215/index.js +141 -141
  30. package/dist/service/Kcm/v20160304/index.js +81 -81
  31. package/dist/service/Kcrs/v20211109/index.js +611 -611
  32. package/dist/service/Kcs/v20160701/index.js +800 -800
  33. package/dist/service/Kcs/v20170401/index.js +47 -47
  34. package/dist/service/Kead/v20200101/index.js +25 -25
  35. package/dist/service/Kec/v20160304/index.js +1697 -1533
  36. package/dist/service/Kes/v20201215/index.js +171 -0
  37. package/dist/service/Ket/v20170101/index.js +92 -92
  38. package/dist/service/Kkms/v20160304/index.js +108 -108
  39. package/dist/service/Klog/v20200731/index.js +232 -705
  40. package/dist/service/Kls/v20170101/index.js +135 -135
  41. package/dist/service/Kmr/v20210902/index.js +422 -0
  42. package/dist/service/Kmr/v20231231/index.js +154 -0
  43. package/dist/service/Kmr/v20240814/index.js +370 -0
  44. package/dist/service/Krds/v20160701/index.js +991 -991
  45. package/dist/service/Krds/v20200825/index.js +115 -115
  46. package/dist/service/Memcached/v20180627/index.js +172 -172
  47. package/dist/service/Mongodb/v20170101/index.js +514 -514
  48. package/dist/service/Monitor/v20100525/index.js +41 -41
  49. package/dist/service/Monitor/v20181114/index.js +25 -25
  50. package/dist/service/Monitor/v20210101/index.js +153 -116
  51. package/dist/service/Monitor/v20220101/index.js +30 -40
  52. package/dist/service/Monitor/v20250101/index.js +71 -0
  53. package/dist/service/Rabbitmq/v20191017/index.js +163 -163
  54. package/dist/service/Resourcemanager/v20210320/index.js +110 -110
  55. package/dist/service/Sks/v20151101/index.js +69 -69
  56. package/dist/service/Slb/v20160304/index.js +1208 -1208
  57. package/dist/service/Sts/v20151101/index.js +23 -23
  58. package/dist/service/Tagv2/v20200901/index.js +115 -115
  59. package/dist/service/Tidb/v20210520/index.js +254 -254
  60. package/dist/service/Trade/v20200114/index.js +20 -20
  61. package/dist/service/Trade/v20200831/index.js +22 -22
  62. package/dist/service/Vpc/v20160304/index.js +1947 -1209
  63. package/dist/service/Waf/v20200707/index.js +174 -174
  64. package/example/iam.js +2 -1
  65. package/example/res.js +2 -1
  66. package/package.json +1 -1
  67. package/src/base/BaseClient.js +51 -4
  68. package/src/service/Actiontrail/v20190401/index.js +42 -42
  69. package/src/service/Aicp/v20240612/index.js +483 -0
  70. package/src/service/Aicp/v20251212/index.js +68 -0
  71. package/src/service/Bill/v20180601/index.js +63 -64
  72. package/src/service/Bill/v20220601/index.js +50 -50
  73. package/src/service/Bill_union/v20200101/index.js +181 -146
  74. package/src/service/Bill_union/v20221222/index.js +124 -124
  75. package/src/service/Bill_union/v20250801/index.js +58 -0
  76. package/src/service/Bws/v20160304/index.js +138 -138
  77. package/src/service/Cdn/v20160901/index.js +62 -30
  78. package/src/service/Cdn/v20200630/index.js +399 -399
  79. package/src/service/Cdn/v20200901/index.js +143 -143
  80. package/src/service/Cdn/v20211201/index.js +37 -0
  81. package/src/service/Cdn/v20250503/index.js +396 -0
  82. package/src/service/Cen/v20160304/index.js +449 -449
  83. package/src/service/Clickhouse/v20210101/index.js +535 -535
  84. package/src/service/Ebs/v20160304/index.js +365 -365
  85. package/src/service/Eip/v20160304/index.js +135 -136
  86. package/src/service/Epc/v20151101/index.js +2065 -1009
  87. package/src/service/Iam/v20151101/index.js +1155 -1050
  88. package/src/service/Iam/v20240513/index.js +39 -0
  89. package/src/service/Iam/v20240703/index.js +36 -0
  90. package/src/service/Kad/v20161122/index.js +112 -112
  91. package/src/service/Kce/v20180314/index.js +309 -309
  92. package/src/service/Kce/v20190806/index.js +471 -471
  93. package/src/service/Kce/v20201231/index.js +50 -50
  94. package/src/service/Kcf/v20211215/index.js +192 -194
  95. package/src/service/Kcm/v20160304/index.js +104 -104
  96. package/src/service/Kcrs/v20211109/index.js +840 -854
  97. package/src/service/Kcs/v20160701/index.js +1095 -1098
  98. package/src/service/Kcs/v20170401/index.js +66 -66
  99. package/src/service/Kead/v20200101/index.js +36 -36
  100. package/src/service/Kec/v20160304/index.js +2061 -1902
  101. package/src/service/Kes/v20201215/index.js +163 -0
  102. package/src/service/Ket/v20170101/index.js +123 -123
  103. package/src/service/Kkms/v20160304/index.js +156 -156
  104. package/src/service/Klog/v20200731/index.js +320 -807
  105. package/src/service/Kls/v20170101/index.js +183 -183
  106. package/src/service/Kmr/v20210902/index.js +414 -0
  107. package/src/service/Kmr/v20231231/index.js +146 -0
  108. package/src/service/Kmr/v20240814/index.js +362 -0
  109. package/src/service/Krds/v20160701/index.js +1291 -1293
  110. package/src/service/Krds/v20200825/index.js +163 -163
  111. package/src/service/Memcached/v20180627/index.js +238 -245
  112. package/src/service/Mongodb/v20170101/index.js +672 -672
  113. package/src/service/Monitor/v20100525/index.js +56 -56
  114. package/src/service/Monitor/v20181114/index.js +36 -36
  115. package/src/service/Monitor/v20210101/index.js +205 -169
  116. package/src/service/Monitor/v20220101/index.js +44 -54
  117. package/src/service/Monitor/v20250101/index.js +63 -0
  118. package/src/service/Rabbitmq/v20191017/index.js +231 -231
  119. package/src/service/Resourcemanager/v20210320/index.js +157 -158
  120. package/src/service/Sks/v20151101/index.js +95 -96
  121. package/src/service/Slb/v20160304/index.js +1471 -1471
  122. package/src/service/Sts/v20151101/index.js +34 -34
  123. package/src/service/Tagv2/v20200901/index.js +163 -163
  124. package/src/service/Tidb/v20210520/index.js +352 -352
  125. package/src/service/Trade/v20200114/index.js +31 -31
  126. package/src/service/Trade/v20200831/index.js +33 -33
  127. package/src/service/Vpc/v20160304/index.js +2404 -1667
  128. package/src/service/Waf/v20200707/index.js +237 -237
@@ -8,674 +8,674 @@ module.exports = class Client extends BaseClient {
8
8
  constructor(...args) {
9
9
  super(...args);
10
10
  _defineProperty(this, "_baseConfig", {
11
- 'protocol': 'http://',
12
- 'endpoint': 'mongodb.api.ksyun.com',
13
- 'config': {
14
- 'timeout': 60,
11
+ protocol: "http://",
12
+ endpoint: "mongodb.api.ksyun.com",
13
+ config: {
14
+ timeout: 60,
15
15
  //设置timeout
16
- 'headers': {
17
- 'Accept': 'application/json'
16
+ headers: {
17
+ Accept: "application/json"
18
18
  },
19
- 'credentials': {
20
- 'region': 'cn-shanghai-3',
21
- 'service': 'mongodb'
19
+ credentials: {
20
+ region: "cn-shanghai-3",
21
+ service: "mongodb"
22
22
  }
23
23
  }
24
24
  });
25
25
  _defineProperty(this, "_apiList", {
26
- 'CreateMongoDBInstance': {
27
- 'url': '/',
28
- 'method': 'POST',
29
- 'config': {
30
- 'query': {
31
- 'Version': '2017-01-01',
32
- 'Action': 'CreateMongoDBInstance'
33
- },
34
- 'headers': {
35
- 'Content-Type': 'application/x-www-form-urlencoded'
36
- }
37
- },
38
- 'paramsType': {
39
- 'PayType': 'String',
40
- 'AvailabilityZone': 'Filter',
41
- 'Name': 'String',
42
- 'DbVersion': 'String',
43
- 'NodeNum': 'Int',
44
- 'Storage': 'Int',
45
- 'Duration': 'Int',
46
- 'IamProjectId': 'String',
47
- 'VpcId': 'String',
48
- 'VnetId': 'String',
49
- 'InstancePassword': 'String',
50
- 'InstanceClass': 'String'
51
- }
52
- },
53
- 'DeleteMongoDBInstance': {
54
- 'url': '/',
55
- 'method': 'DELETE',
56
- 'config': {
57
- 'query': {
58
- 'Version': '2017-01-01',
59
- 'Action': 'DeleteMongoDBInstance'
60
- },
61
- 'headers': {
62
- 'Content-Type': 'application/json'
63
- }
64
- },
65
- 'paramsType': {
66
- 'InstanceId': 'String'
26
+ CreateMongoDBInstance: {
27
+ url: "/",
28
+ method: "POST",
29
+ config: {
30
+ query: {
31
+ Version: "2017-01-01",
32
+ Action: "CreateMongoDBInstance"
33
+ },
34
+ headers: {
35
+ "Content-Type": "application/x-www-form-urlencoded"
36
+ }
37
+ },
38
+ paramsType: {
39
+ PayType: "String",
40
+ AvailabilityZone: "Filter",
41
+ Name: "String",
42
+ DbVersion: "String",
43
+ NodeNum: "Int",
44
+ Storage: "Int",
45
+ Duration: "Int",
46
+ IamProjectId: "String",
47
+ VpcId: "String",
48
+ VnetId: "String",
49
+ InstancePassword: "String",
50
+ InstanceClass: "String"
51
+ }
52
+ },
53
+ DeleteMongoDBInstance: {
54
+ url: "/",
55
+ method: "DELETE",
56
+ config: {
57
+ query: {
58
+ Version: "2017-01-01",
59
+ Action: "DeleteMongoDBInstance"
60
+ },
61
+ headers: {
62
+ "Content-Type": "application/json"
63
+ }
64
+ },
65
+ paramsType: {
66
+ InstanceId: "String"
67
67
  }
68
68
  },
69
- 'DescribeMongoDBInstance': {
70
- 'url': '/',
71
- 'method': 'GET',
72
- 'config': {
73
- 'query': {
74
- 'Version': '2017-01-01',
75
- 'Action': 'DescribeMongoDBInstance'
76
- },
77
- 'headers': {
78
- 'Content-Type': 'application/json'
69
+ DescribeMongoDBInstance: {
70
+ url: "/",
71
+ method: "GET",
72
+ config: {
73
+ query: {
74
+ Version: "2017-01-01",
75
+ Action: "DescribeMongoDBInstance"
76
+ },
77
+ headers: {
78
+ "Content-Type": "application/json"
79
79
  }
80
80
  },
81
- 'paramsType': {
82
- 'InstanceId': 'String'
81
+ paramsType: {
82
+ InstanceId: "String"
83
83
  }
84
84
  },
85
- 'DescribeMongoDBInstances': {
86
- 'url': '/',
87
- 'method': 'GET',
88
- 'config': {
89
- 'query': {
90
- 'Version': '2017-01-01',
91
- 'Action': 'DescribeMongoDBInstances'
85
+ DescribeMongoDBInstances: {
86
+ url: "/",
87
+ method: "GET",
88
+ config: {
89
+ query: {
90
+ Version: "2017-01-01",
91
+ Action: "DescribeMongoDBInstances"
92
92
  },
93
- 'headers': {
94
- 'Content-Type': 'application/json'
93
+ headers: {
94
+ "Content-Type": "application/json"
95
95
  }
96
96
  },
97
- 'paramsType': {
98
- 'Area': 'String',
99
- 'Vip': 'String',
100
- 'VpcId': 'String',
101
- 'VnetId': 'String',
102
- 'IamProjectId': 'String',
103
- 'InstanceId': 'String',
104
- 'Name': 'String',
105
- 'Mode': 'String',
106
- 'DbVersion': 'String',
107
- 'Status': 'String',
108
- 'FuzzySearch': 'String',
109
- 'TagKey': 'String',
110
- 'TagValue': 'String',
111
- 'Offset': 'Int',
112
- 'Limit': 'Int',
113
- 'OrderBy': 'String'
97
+ paramsType: {
98
+ Area: "String",
99
+ Vip: "String",
100
+ VpcId: "String",
101
+ VnetId: "String",
102
+ IamProjectId: "String",
103
+ InstanceId: "String",
104
+ Name: "String",
105
+ Mode: "String",
106
+ DbVersion: "String",
107
+ Status: "String",
108
+ FuzzySearch: "String",
109
+ TagKey: "String",
110
+ TagValue: "String",
111
+ Offset: "Int",
112
+ Limit: "Int",
113
+ OrderBy: "String"
114
114
  }
115
115
  },
116
- 'DescribeMongoDBInstanceNode': {
117
- 'url': '/',
118
- 'method': 'GET',
119
- 'config': {
120
- 'query': {
121
- 'Version': '2017-01-01',
122
- 'Action': 'DescribeMongoDBInstanceNode'
116
+ DescribeMongoDBInstanceNode: {
117
+ url: "/",
118
+ method: "GET",
119
+ config: {
120
+ query: {
121
+ Version: "2017-01-01",
122
+ Action: "DescribeMongoDBInstanceNode"
123
123
  },
124
- 'headers': {
125
- 'Content-Type': 'application/json'
124
+ headers: {
125
+ "Content-Type": "application/json"
126
126
  }
127
127
  },
128
- 'paramsType': {
129
- 'InstanceId': 'String',
130
- 'NodeId': 'String'
128
+ paramsType: {
129
+ InstanceId: "String",
130
+ NodeId: "String"
131
131
  }
132
132
  },
133
- 'RenameMongoDBInstance': {
134
- 'url': '/',
135
- 'method': 'PUT',
136
- 'config': {
137
- 'query': {
138
- 'Version': '2017-01-01',
139
- 'Action': 'RenameMongoDBInstance'
133
+ RenameMongoDBInstance: {
134
+ url: "/",
135
+ method: "PUT",
136
+ config: {
137
+ query: {
138
+ Version: "2017-01-01",
139
+ Action: "RenameMongoDBInstance"
140
140
  },
141
- 'headers': {
142
- 'Content-Type': 'application/json'
141
+ headers: {
142
+ "Content-Type": "application/json"
143
143
  }
144
144
  },
145
- 'paramsType': {
146
- 'InstanceId': 'String',
147
- 'Name': 'String'
145
+ paramsType: {
146
+ InstanceId: "String",
147
+ Name: "String"
148
148
  }
149
149
  },
150
- 'ResetPasswordMongoDBInstance': {
151
- 'url': '/',
152
- 'method': 'PUT',
153
- 'config': {
154
- 'query': {
155
- 'Version': '2017-01-01',
156
- 'Action': 'ResetPasswordMongoDBInstance'
150
+ ResetPasswordMongoDBInstance: {
151
+ url: "/",
152
+ method: "PUT",
153
+ config: {
154
+ query: {
155
+ Version: "2017-01-01",
156
+ Action: "ResetPasswordMongoDBInstance"
157
157
  },
158
- 'headers': {
159
- 'Content-Type': 'application/json'
158
+ headers: {
159
+ "Content-Type": "application/json"
160
160
  }
161
161
  },
162
- 'paramsType': {
163
- 'InstanceId': 'String',
164
- 'InstancePassword': 'String'
162
+ paramsType: {
163
+ InstanceId: "String",
164
+ InstancePassword: "String"
165
165
  }
166
166
  },
167
- 'RestartMongoDBInstance': {
168
- 'url': '/',
169
- 'method': 'PUT',
170
- 'config': {
171
- 'query': {
172
- 'Version': '2017-01-01',
173
- 'Action': 'RestartMongoDBInstance'
167
+ RestartMongoDBInstance: {
168
+ url: "/",
169
+ method: "PUT",
170
+ config: {
171
+ query: {
172
+ Version: "2017-01-01",
173
+ Action: "RestartMongoDBInstance"
174
174
  },
175
- 'headers': {
176
- 'Content-Type': 'application/json'
175
+ headers: {
176
+ "Content-Type": "application/json"
177
177
  }
178
178
  },
179
- 'paramsType': {
180
- 'InstanceId': 'String'
179
+ paramsType: {
180
+ InstanceId: "String"
181
181
  }
182
182
  },
183
- 'CreateMongoDBSnapshot': {
184
- 'url': '/',
185
- 'method': 'POST',
186
- 'config': {
187
- 'query': {
188
- 'Version': '2017-01-01',
189
- 'Action': 'CreateMongoDBSnapshot'
183
+ CreateMongoDBSnapshot: {
184
+ url: "/",
185
+ method: "POST",
186
+ config: {
187
+ query: {
188
+ Version: "2017-01-01",
189
+ Action: "CreateMongoDBSnapshot"
190
190
  },
191
- 'headers': {
192
- 'Content-Type': 'application/x-www-form-urlencoded'
191
+ headers: {
192
+ "Content-Type": "application/x-www-form-urlencoded"
193
193
  }
194
194
  },
195
- 'paramsType': {
196
- 'InstanceId': 'String',
197
- 'Name': 'String',
198
- 'BackupMode': 'String'
195
+ paramsType: {
196
+ InstanceId: "String",
197
+ Name: "String",
198
+ BackupMode: "String"
199
199
  }
200
200
  },
201
- 'SetMongoDBTimingSnapshot': {
202
- 'url': '/',
203
- 'method': 'PUT',
204
- 'config': {
205
- 'query': {
206
- 'Version': '2017-01-01',
207
- 'Action': 'SetMongoDBTimingSnapshot'
201
+ SetMongoDBTimingSnapshot: {
202
+ url: "/",
203
+ method: "PUT",
204
+ config: {
205
+ query: {
206
+ Version: "2017-01-01",
207
+ Action: "SetMongoDBTimingSnapshot"
208
208
  },
209
- 'headers': {
210
- 'Content-Type': 'application/json'
209
+ headers: {
210
+ "Content-Type": "application/json"
211
211
  }
212
212
  },
213
- 'paramsType': {
214
- 'InstanceId': 'String',
215
- 'TimingSwitch': 'String',
216
- 'Timezone': 'String',
217
- 'TimeCycle': 'String'
213
+ paramsType: {
214
+ InstanceId: "String",
215
+ TimingSwitch: "String",
216
+ Timezone: "String",
217
+ TimeCycle: "String"
218
218
  }
219
219
  },
220
- 'DescribeMongoDBSnapshot': {
221
- 'url': '/',
222
- 'method': 'GET',
223
- 'config': {
224
- 'query': {
225
- 'Version': '2017-01-01',
226
- 'Action': 'DescribeMongoDBSnapshot'
220
+ DescribeMongoDBSnapshot: {
221
+ url: "/",
222
+ method: "GET",
223
+ config: {
224
+ query: {
225
+ Version: "2017-01-01",
226
+ Action: "DescribeMongoDBSnapshot"
227
227
  },
228
- 'headers': {
229
- 'Content-Type': 'application/json'
228
+ headers: {
229
+ "Content-Type": "application/json"
230
230
  }
231
231
  },
232
- 'paramsType': {
233
- 'InstanceId': 'String'
232
+ paramsType: {
233
+ InstanceId: "String"
234
234
  }
235
235
  },
236
- 'DeleteMongoDBSnapshot': {
237
- 'url': '/',
238
- 'method': 'DELETE',
239
- 'config': {
240
- 'query': {
241
- 'Version': '2017-01-01',
242
- 'Action': 'DeleteMongoDBSnapshot'
236
+ DeleteMongoDBSnapshot: {
237
+ url: "/",
238
+ method: "DELETE",
239
+ config: {
240
+ query: {
241
+ Version: "2017-01-01",
242
+ Action: "DeleteMongoDBSnapshot"
243
243
  },
244
- 'headers': {
245
- 'Content-Type': 'application/json'
244
+ headers: {
245
+ "Content-Type": "application/json"
246
246
  }
247
247
  },
248
- 'paramsType': {
249
- 'InstanceId': 'String',
250
- 'SnapshotId': 'String'
248
+ paramsType: {
249
+ InstanceId: "String",
250
+ SnapshotId: "String"
251
251
  }
252
252
  },
253
- 'RenameMongoDBSnapshot': {
254
- 'url': '/',
255
- 'method': 'PUT',
256
- 'config': {
257
- 'query': {
258
- 'Version': '2017-01-01',
259
- 'Action': 'RenameMongoDBSnapshot'
253
+ RenameMongoDBSnapshot: {
254
+ url: "/",
255
+ method: "PUT",
256
+ config: {
257
+ query: {
258
+ Version: "2017-01-01",
259
+ Action: "RenameMongoDBSnapshot"
260
260
  },
261
- 'headers': {
262
- 'Content-Type': 'application/json'
261
+ headers: {
262
+ "Content-Type": "application/json"
263
263
  }
264
264
  },
265
- 'paramsType': {
266
- 'InstanceId': 'String',
267
- 'SnapshotId': 'String',
268
- 'Name': 'String'
265
+ paramsType: {
266
+ InstanceId: "String",
267
+ SnapshotId: "String",
268
+ Name: "String"
269
269
  }
270
270
  },
271
- 'AddSecurityGroupRule': {
272
- 'url': '/',
273
- 'method': 'POST',
274
- 'config': {
275
- 'query': {
276
- 'Version': '2017-01-01',
277
- 'Action': 'AddSecurityGroupRule'
271
+ AddSecurityGroupRule: {
272
+ url: "/",
273
+ method: "POST",
274
+ config: {
275
+ query: {
276
+ Version: "2017-01-01",
277
+ Action: "AddSecurityGroupRule"
278
278
  },
279
- 'headers': {
280
- 'Content-Type': 'application/x-www-form-urlencoded'
279
+ headers: {
280
+ "Content-Type": "application/x-www-form-urlencoded"
281
281
  }
282
282
  },
283
- 'paramsType': {
284
- 'InstanceId': 'String',
285
- 'Cidrs': 'String',
286
- 'Type': 'String'
283
+ paramsType: {
284
+ InstanceId: "String",
285
+ Cidrs: "String",
286
+ Type: "String"
287
287
  }
288
288
  },
289
- 'ListSecurityGroupRules': {
290
- 'url': '/',
291
- 'method': 'GET',
292
- 'config': {
293
- 'query': {
294
- 'Version': '2017-01-01',
295
- 'Action': 'ListSecurityGroupRules'
289
+ ListSecurityGroupRules: {
290
+ url: "/",
291
+ method: "GET",
292
+ config: {
293
+ query: {
294
+ Version: "2017-01-01",
295
+ Action: "ListSecurityGroupRules"
296
296
  },
297
- 'headers': {
298
- 'Content-Type': 'application/json'
297
+ headers: {
298
+ "Content-Type": "application/json"
299
299
  }
300
300
  },
301
- 'paramsType': {
302
- 'InstanceId': 'String'
301
+ paramsType: {
302
+ InstanceId: "String"
303
303
  }
304
304
  },
305
- 'UpdateMongoDBInstance': {
306
- 'url': '/',
307
- 'method': 'POST',
308
- 'config': {
309
- 'query': {
310
- 'Version': '2017-01-01',
311
- 'Action': 'UpdateMongoDBInstance'
305
+ UpdateMongoDBInstance: {
306
+ url: "/",
307
+ method: "POST",
308
+ config: {
309
+ query: {
310
+ Version: "2017-01-01",
311
+ Action: "UpdateMongoDBInstance"
312
312
  },
313
- 'headers': {
314
- 'Content-Type': 'application/x-www-form-urlencoded'
313
+ headers: {
314
+ "Content-Type": "application/x-www-form-urlencoded"
315
315
  }
316
316
  },
317
- 'paramsType': {
318
- 'InstanceId': 'String',
319
- 'InstanceClass': 'String',
320
- 'Storage': 'Int'
317
+ paramsType: {
318
+ InstanceId: "String",
319
+ InstanceClass: "String",
320
+ Storage: "Int"
321
321
  }
322
322
  },
323
- 'AddSecondaryInstance': {
324
- 'url': '/',
325
- 'method': 'PUT',
326
- 'config': {
327
- 'query': {
328
- 'Version': '2017-01-01',
329
- 'Action': 'AddSecondaryInstance'
323
+ AddSecondaryInstance: {
324
+ url: "/",
325
+ method: "PUT",
326
+ config: {
327
+ query: {
328
+ Version: "2017-01-01",
329
+ Action: "AddSecondaryInstance"
330
330
  },
331
- 'headers': {
332
- 'Content-Type': 'application/json'
331
+ headers: {
332
+ "Content-Type": "application/json"
333
333
  }
334
334
  },
335
- 'paramsType': {
336
- 'InstanceId': 'String',
337
- 'NodeNum': 'String'
335
+ paramsType: {
336
+ InstanceId: "String",
337
+ NodeNum: "String"
338
338
  }
339
339
  },
340
- 'DescribeMongoDBShardNode': {
341
- 'url': '/',
342
- 'method': 'GET',
343
- 'config': {
344
- 'query': {
345
- 'Version': '2017-01-01',
346
- 'Action': 'DescribeMongoDBShardNode'
340
+ DescribeMongoDBShardNode: {
341
+ url: "/",
342
+ method: "GET",
343
+ config: {
344
+ query: {
345
+ Version: "2017-01-01",
346
+ Action: "DescribeMongoDBShardNode"
347
347
  },
348
- 'headers': {
349
- 'Content-Type': 'application/json'
348
+ headers: {
349
+ "Content-Type": "application/json"
350
350
  }
351
351
  },
352
- 'paramsType': {
353
- 'InstanceId': 'String'
352
+ paramsType: {
353
+ InstanceId: "String"
354
354
  }
355
355
  },
356
- 'DescribeValidRegion': {
357
- 'url': '/',
358
- 'method': 'GET',
359
- 'config': {
360
- 'query': {
361
- 'Version': '2017-01-01',
362
- 'Action': 'DescribeValidRegion'
356
+ DescribeValidRegion: {
357
+ url: "/",
358
+ method: "GET",
359
+ config: {
360
+ query: {
361
+ Version: "2017-01-01",
362
+ Action: "DescribeValidRegion"
363
363
  },
364
- 'headers': {
365
- 'Content-Type': 'application/json'
364
+ headers: {
365
+ "Content-Type": "application/json"
366
366
  }
367
367
  },
368
- 'paramsType': {
369
- 'Action': 'String'
368
+ paramsType: {
369
+ Action: "String"
370
370
  }
371
371
  },
372
- 'AllocateEip': {
373
- 'url': '/',
374
- 'method': 'POST',
375
- 'config': {
376
- 'query': {
377
- 'Version': '2017-01-01',
378
- 'Action': 'AllocateEip'
372
+ AllocateEip: {
373
+ url: "/",
374
+ method: "POST",
375
+ config: {
376
+ query: {
377
+ Version: "2017-01-01",
378
+ Action: "AllocateEip"
379
379
  },
380
- 'headers': {
381
- 'Content-Type': 'application/x-www-form-urlencoded'
380
+ headers: {
381
+ "Content-Type": "application/x-www-form-urlencoded"
382
382
  }
383
383
  },
384
- 'paramsType': {
385
- 'InstanceId': 'String',
386
- 'Type': 'String'
384
+ paramsType: {
385
+ InstanceId: "String",
386
+ Type: "String"
387
387
  }
388
388
  },
389
- 'DeallocateEip': {
390
- 'url': '/',
391
- 'method': 'POST',
392
- 'config': {
393
- 'query': {
394
- 'Version': '2017-01-01',
395
- 'Action': 'DeallocateEip'
389
+ DeallocateEip: {
390
+ url: "/",
391
+ method: "POST",
392
+ config: {
393
+ query: {
394
+ Version: "2017-01-01",
395
+ Action: "DeallocateEip"
396
396
  },
397
- 'headers': {
398
- 'Content-Type': 'application/x-www-form-urlencoded'
397
+ headers: {
398
+ "Content-Type": "application/x-www-form-urlencoded"
399
399
  }
400
400
  },
401
- 'paramsType': {
402
- 'InstanceId': 'String'
401
+ paramsType: {
402
+ InstanceId: "String"
403
403
  }
404
404
  },
405
- 'DescribeRegions': {
406
- 'url': '/',
407
- 'method': 'GET',
408
- 'config': {
409
- 'query': {
410
- 'Version': '2017-01-01',
411
- 'Action': 'DescribeRegions'
405
+ DescribeRegions: {
406
+ url: "/",
407
+ method: "GET",
408
+ config: {
409
+ query: {
410
+ Version: "2017-01-01",
411
+ Action: "DescribeRegions"
412
412
  },
413
- 'headers': {
414
- 'Content-Type': 'application/json'
413
+ headers: {
414
+ "Content-Type": "application/json"
415
415
  }
416
416
  },
417
- 'paramsType': {
418
- 'Action': 'String'
417
+ paramsType: {
418
+ Action: "String"
419
419
  }
420
420
  },
421
- 'CreateMongoDBShardInstance': {
422
- 'url': '/',
423
- 'method': 'POST',
424
- 'config': {
425
- 'query': {
426
- 'Version': '2017-01-01',
427
- 'Action': 'CreateMongoDBShardInstance'
421
+ CreateMongoDBShardInstance: {
422
+ url: "/",
423
+ method: "POST",
424
+ config: {
425
+ query: {
426
+ Version: "2017-01-01",
427
+ Action: "CreateMongoDBShardInstance"
428
428
  },
429
- 'headers': {
430
- 'Content-Type': 'application/x-www-form-urlencoded'
429
+ headers: {
430
+ "Content-Type": "application/x-www-form-urlencoded"
431
431
  }
432
432
  },
433
- 'paramsType': {
434
- 'PayType': 'String',
435
- 'AvailabilityZone': 'Filter',
436
- 'Name': 'String',
437
- 'DbVersion': 'String',
438
- 'Storage': 'String',
439
- 'Duration': 'Int',
440
- 'IamProjectId': 'String',
441
- 'VpcId': 'String',
442
- 'VnetId': 'String',
443
- 'InstancePassword': 'String',
444
- 'ShardClass': 'String',
445
- 'ShardNum': 'Int',
446
- 'MongosNum': 'Int',
447
- 'MongosClass': 'String'
433
+ paramsType: {
434
+ PayType: "String",
435
+ AvailabilityZone: "Filter",
436
+ Name: "String",
437
+ DbVersion: "String",
438
+ Storage: "String",
439
+ Duration: "Int",
440
+ IamProjectId: "String",
441
+ VpcId: "String",
442
+ VnetId: "String",
443
+ InstancePassword: "String",
444
+ ShardClass: "String",
445
+ ShardNum: "Int",
446
+ MongosNum: "Int",
447
+ MongosClass: "String"
448
448
  }
449
449
  },
450
- 'DownloadSnapshot': {
451
- 'url': '/',
452
- 'method': 'GET',
453
- 'config': {
454
- 'query': {
455
- 'Version': '2017-01-01',
456
- 'Action': 'DownloadSnapshot'
450
+ DownloadSnapshot: {
451
+ url: "/",
452
+ method: "GET",
453
+ config: {
454
+ query: {
455
+ Version: "2017-01-01",
456
+ Action: "DownloadSnapshot"
457
457
  },
458
- 'headers': {
459
- 'Content-Type': 'application/json'
458
+ headers: {
459
+ "Content-Type": "application/json"
460
460
  }
461
461
  },
462
- 'paramsType': {
463
- 'SnapshotId': 'String'
462
+ paramsType: {
463
+ SnapshotId: "String"
464
464
  }
465
465
  },
466
- 'CloneInstance': {
467
- 'url': '/',
468
- 'method': 'POST',
469
- 'config': {
470
- 'query': {
471
- 'Version': '2017-01-01',
472
- 'Action': 'CloneInstance'
466
+ CloneInstance: {
467
+ url: "/",
468
+ method: "POST",
469
+ config: {
470
+ query: {
471
+ Version: "2017-01-01",
472
+ Action: "CloneInstance"
473
473
  },
474
- 'headers': {
475
- 'Content-Type': 'application/x-www-form-urlencoded'
474
+ headers: {
475
+ "Content-Type": "application/x-www-form-urlencoded"
476
476
  }
477
477
  },
478
- 'paramsType': {
479
- 'PayType': 'String',
480
- 'AvailabilityZone': 'String',
481
- 'Name': 'String',
482
- 'Duration': 'Int',
483
- 'IamProjectId': 'String',
484
- 'VpcId': 'String',
485
- 'VnetId': 'String',
486
- 'InstancePassword': 'String',
487
- 'SnapshotId': 'String',
488
- 'InstanceId': 'String'
478
+ paramsType: {
479
+ PayType: "String",
480
+ AvailabilityZone: "String",
481
+ Name: "String",
482
+ Duration: "Int",
483
+ IamProjectId: "String",
484
+ VpcId: "String",
485
+ VnetId: "String",
486
+ InstancePassword: "String",
487
+ SnapshotId: "String",
488
+ InstanceId: "String"
489
489
  }
490
490
  },
491
- 'DescribeShardNode': {
492
- 'url': '/',
493
- 'method': 'GET',
494
- 'config': {
495
- 'query': {
496
- 'Version': '2017-01-01',
497
- 'Action': 'DescribeShardNode'
491
+ DescribeShardNode: {
492
+ url: "/",
493
+ method: "GET",
494
+ config: {
495
+ query: {
496
+ Version: "2017-01-01",
497
+ Action: "DescribeShardNode"
498
498
  },
499
- 'headers': {
500
- 'Content-Type': 'application/json'
499
+ headers: {
500
+ "Content-Type": "application/json"
501
501
  }
502
502
  },
503
- 'paramsType': {
504
- 'InstanceId': 'String'
503
+ paramsType: {
504
+ InstanceId: "String"
505
505
  }
506
506
  },
507
- 'DescribeInstanceStatistic': {
508
- 'url': '/',
509
- 'method': 'GET',
510
- 'config': {
511
- 'query': {
512
- 'Version': '2017-01-01',
513
- 'Action': 'DescribeInstanceStatistic'
507
+ DescribeInstanceStatistic: {
508
+ url: "/",
509
+ method: "GET",
510
+ config: {
511
+ query: {
512
+ Version: "2017-01-01",
513
+ Action: "DescribeInstanceStatistic"
514
514
  },
515
- 'headers': {
516
- 'Content-Type': 'application/json'
515
+ headers: {
516
+ "Content-Type": "application/json"
517
517
  }
518
518
  },
519
- 'paramsType': {
520
- 'Action': 'String'
521
- }
522
- },
523
- 'AddClusterNode': {
524
- 'url': '/',
525
- 'method': 'POST',
526
- 'config': {
527
- 'query': {
528
- 'Version': '2017-01-01',
529
- 'Action': 'AddClusterNode'
530
- },
531
- 'headers': {
532
- 'Content-Type': 'application/x-www-form-urlencoded'
533
- }
534
- },
535
- 'paramsType': {
536
- 'InstanceId': 'String',
537
- 'NodeType': 'String',
538
- 'NodeClass': 'String',
539
- 'NodeStorage': 'Int'
519
+ paramsType: {
520
+ Action: "String"
521
+ }
522
+ },
523
+ AddClusterNode: {
524
+ url: "/",
525
+ method: "POST",
526
+ config: {
527
+ query: {
528
+ Version: "2017-01-01",
529
+ Action: "AddClusterNode"
530
+ },
531
+ headers: {
532
+ "Content-Type": "application/x-www-form-urlencoded"
533
+ }
534
+ },
535
+ paramsType: {
536
+ InstanceId: "String",
537
+ NodeType: "String",
538
+ NodeClass: "String",
539
+ NodeStorage: "Int"
540
540
  }
541
541
  },
542
- 'DeleteClusterNode': {
543
- 'url': '/',
544
- 'method': 'POST',
545
- 'config': {
546
- 'query': {
547
- 'Version': '2017-01-01',
548
- 'Action': 'DeleteClusterNode'
542
+ DeleteClusterNode: {
543
+ url: "/",
544
+ method: "POST",
545
+ config: {
546
+ query: {
547
+ Version: "2017-01-01",
548
+ Action: "DeleteClusterNode"
549
549
  },
550
- 'headers': {
551
- 'Content-Type': 'application/x-www-form-urlencoded'
550
+ headers: {
551
+ "Content-Type": "application/x-www-form-urlencoded"
552
552
  }
553
553
  },
554
- 'paramsType': {
555
- 'InstanceId': 'String',
556
- 'NodeId': 'String'
554
+ paramsType: {
555
+ InstanceId: "String",
556
+ NodeId: "String"
557
557
  }
558
558
  },
559
- 'DescribeSlowLogDetail': {
560
- 'url': '/',
561
- 'method': 'GET',
562
- 'config': {
563
- 'query': {
564
- 'Version': '2017-01-01',
565
- 'Action': 'DescribeSlowLogDetail'
559
+ DescribeSlowLogDetail: {
560
+ url: "/",
561
+ method: "GET",
562
+ config: {
563
+ query: {
564
+ Version: "2017-01-01",
565
+ Action: "DescribeSlowLogDetail"
566
566
  },
567
- 'headers': {
568
- 'Content-Type': 'application/json'
567
+ headers: {
568
+ "Content-Type": "application/json"
569
569
  }
570
570
  },
571
- 'paramsType': {
572
- 'InstanceId': 'String',
573
- 'NodeId': 'String',
574
- 'InstanceType': 'String',
575
- 'Database': 'String',
576
- 'StartTime': 'String',
577
- 'EndTime': 'String',
578
- 'Marker': 'Int',
579
- 'MaxRecords': 'Int'
571
+ paramsType: {
572
+ InstanceId: "String",
573
+ NodeId: "String",
574
+ InstanceType: "String",
575
+ Database: "String",
576
+ StartTime: "String",
577
+ EndTime: "String",
578
+ Marker: "Int",
579
+ MaxRecords: "Int"
580
580
  }
581
581
  },
582
- 'DescribeSlowLogStatistics': {
583
- 'url': '/',
584
- 'method': 'GET',
585
- 'config': {
586
- 'query': {
587
- 'Version': '2017-01-01',
588
- 'Action': 'DescribeSlowLogStatistics'
582
+ DescribeSlowLogStatistics: {
583
+ url: "/",
584
+ method: "GET",
585
+ config: {
586
+ query: {
587
+ Version: "2017-01-01",
588
+ Action: "DescribeSlowLogStatistics"
589
589
  },
590
- 'headers': {
591
- 'Content-Type': 'application/json'
590
+ headers: {
591
+ "Content-Type": "application/json"
592
592
  }
593
593
  },
594
- 'paramsType': {
595
- 'InstanceId': 'String',
596
- 'NodeId': 'String',
597
- 'InstanceType': 'String',
598
- 'StartTime': 'String',
599
- 'EndTime': 'String',
600
- 'Marker': 'Int',
601
- 'MaxRecords': 'Int'
594
+ paramsType: {
595
+ InstanceId: "String",
596
+ NodeId: "String",
597
+ InstanceType: "String",
598
+ StartTime: "String",
599
+ EndTime: "String",
600
+ Marker: "Int",
601
+ MaxRecords: "Int"
602
602
  }
603
603
  },
604
- 'DescribeSlowLogDatabase': {
605
- 'url': '/',
606
- 'method': 'GET',
607
- 'config': {
608
- 'query': {
609
- 'Version': '2017-01-01',
610
- 'Action': 'DescribeSlowLogDatabase'
604
+ DescribeSlowLogDatabase: {
605
+ url: "/",
606
+ method: "GET",
607
+ config: {
608
+ query: {
609
+ Version: "2017-01-01",
610
+ Action: "DescribeSlowLogDatabase"
611
611
  },
612
- 'headers': {
613
- 'Content-Type': 'application/json'
612
+ headers: {
613
+ "Content-Type": "application/json"
614
614
  }
615
615
  },
616
- 'paramsType': {
617
- 'InstanceId': 'String',
618
- 'NodeId': 'String',
619
- 'InstanceType': 'String',
620
- 'StartTime': 'String',
621
- 'EndTime': 'String'
616
+ paramsType: {
617
+ InstanceId: "String",
618
+ NodeId: "String",
619
+ InstanceType: "String",
620
+ StartTime: "String",
621
+ EndTime: "String"
622
622
  }
623
- },
624
- 'DescribeSlowLogLineChart': {
625
- 'url': '/',
626
- 'method': 'GET',
627
- 'config': {
628
- 'query': {
629
- 'Version': '2017-01-01',
630
- 'Action': 'DescribeSlowLogLineChart'
623
+ },
624
+ DescribeSlowLogLineChart: {
625
+ url: "/",
626
+ method: "GET",
627
+ config: {
628
+ query: {
629
+ Version: "2017-01-01",
630
+ Action: "DescribeSlowLogLineChart"
631
631
  },
632
- 'headers': {
633
- 'Content-Type': 'application/json'
632
+ headers: {
633
+ "Content-Type": "application/json"
634
634
  }
635
- },
636
- 'paramsType': {
637
- 'InstanceId': 'String',
638
- 'NodeId': 'String',
639
- 'InstanceType': 'String',
640
- 'StartTime': 'String',
641
- 'EndTime': 'String'
642
- }
643
- },
644
- 'UpdateMongoDBInstanceCluster': {
645
- 'url': '/',
646
- 'method': 'POST',
647
- 'config': {
648
- 'query': {
649
- 'Version': '2017-01-01',
650
- 'Action': 'UpdateMongoDBInstanceCluster'
635
+ },
636
+ paramsType: {
637
+ InstanceId: "String",
638
+ NodeId: "String",
639
+ InstanceType: "String",
640
+ StartTime: "String",
641
+ EndTime: "String"
642
+ }
643
+ },
644
+ UpdateMongoDBInstanceCluster: {
645
+ url: "/",
646
+ method: "POST",
647
+ config: {
648
+ query: {
649
+ Version: "2017-01-01",
650
+ Action: "UpdateMongoDBInstanceCluster"
651
651
  },
652
- 'headers': {
653
- 'Content-Type': 'application/x-www-form-urlencoded'
654
- }
655
- },
656
- 'paramsType': {
657
- 'InstanceId': 'String',
658
- 'InstanceClass': 'String',
659
- 'NodeType': 'String',
660
- 'NodeId': 'String',
661
- 'Storage': 'Int'
662
- }
663
- },
664
- 'DescribeClusterForRestore': {
665
- 'url': '/',
666
- 'method': 'GET',
667
- 'config': {
668
- 'query': {
669
- 'Version': '2017-01-01',
670
- 'Action': 'DescribeClusterForRestore'
671
- },
672
- 'headers': {
673
- 'Content-Type': 'application/json'
674
- }
675
- },
676
- 'paramsType': {
677
- 'InstanceId': 'String',
678
- 'ResetTimePoint': 'String'
652
+ headers: {
653
+ "Content-Type": "application/x-www-form-urlencoded"
654
+ }
655
+ },
656
+ paramsType: {
657
+ InstanceId: "String",
658
+ InstanceClass: "String",
659
+ NodeType: "String",
660
+ NodeId: "String",
661
+ Storage: "Int"
662
+ }
663
+ },
664
+ DescribeClusterForRestore: {
665
+ url: "/",
666
+ method: "GET",
667
+ config: {
668
+ query: {
669
+ Version: "2017-01-01",
670
+ Action: "DescribeClusterForRestore"
671
+ },
672
+ headers: {
673
+ "Content-Type": "application/json"
674
+ }
675
+ },
676
+ paramsType: {
677
+ InstanceId: "String",
678
+ ResetTimePoint: "String"
679
679
  }
680
680
  }
681
681
  });