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.
- package/.claude/settings.local.json +12 -0
- package/dist/base/BaseClient.js +50 -4
- package/dist/service/Actiontrail/v20190401/index.js +31 -31
- package/dist/service/Aicp/v20240612/index.js +491 -0
- package/dist/service/Aicp/v20251212/index.js +76 -0
- package/dist/service/Bill/v20180601/index.js +45 -45
- package/dist/service/Bill/v20220601/index.js +35 -35
- package/dist/service/Bill_union/v20200101/index.js +139 -103
- package/dist/service/Bill_union/v20221222/index.js +93 -93
- package/dist/service/Bill_union/v20250801/index.js +66 -0
- package/dist/service/Bws/v20160304/index.js +103 -103
- package/dist/service/Cdn/v20160901/index.js +52 -19
- package/dist/service/Cdn/v20200630/index.js +306 -306
- package/dist/service/Cdn/v20200901/index.js +108 -108
- package/dist/service/Cdn/v20211201/index.js +45 -0
- package/dist/service/Cdn/v20250503/index.js +404 -0
- package/dist/service/Cen/v20160304/index.js +321 -321
- package/dist/service/Clickhouse/v20210101/index.js +387 -387
- package/dist/service/Ebs/v20160304/index.js +262 -262
- package/dist/service/Eip/v20160304/index.js +101 -101
- package/dist/service/Epc/v20151101/index.js +1822 -766
- package/dist/service/Iam/v20151101/index.js +863 -756
- package/dist/service/Iam/v20240513/index.js +47 -0
- package/dist/service/Iam/v20240703/index.js +44 -0
- package/dist/service/Kad/v20161122/index.js +81 -81
- package/dist/service/Kce/v20180314/index.js +216 -216
- package/dist/service/Kce/v20190806/index.js +343 -343
- package/dist/service/Kce/v20201231/index.js +39 -39
- package/dist/service/Kcf/v20211215/index.js +141 -141
- package/dist/service/Kcm/v20160304/index.js +81 -81
- package/dist/service/Kcrs/v20211109/index.js +611 -611
- package/dist/service/Kcs/v20160701/index.js +800 -800
- package/dist/service/Kcs/v20170401/index.js +47 -47
- package/dist/service/Kead/v20200101/index.js +25 -25
- package/dist/service/Kec/v20160304/index.js +1697 -1533
- package/dist/service/Kes/v20201215/index.js +171 -0
- package/dist/service/Ket/v20170101/index.js +92 -92
- package/dist/service/Kkms/v20160304/index.js +108 -108
- package/dist/service/Klog/v20200731/index.js +232 -705
- package/dist/service/Kls/v20170101/index.js +135 -135
- package/dist/service/Kmr/v20210902/index.js +422 -0
- package/dist/service/Kmr/v20231231/index.js +154 -0
- package/dist/service/Kmr/v20240814/index.js +370 -0
- package/dist/service/Krds/v20160701/index.js +991 -991
- package/dist/service/Krds/v20200825/index.js +115 -115
- package/dist/service/Memcached/v20180627/index.js +172 -172
- package/dist/service/Mongodb/v20170101/index.js +514 -514
- package/dist/service/Monitor/v20100525/index.js +41 -41
- package/dist/service/Monitor/v20181114/index.js +25 -25
- package/dist/service/Monitor/v20210101/index.js +153 -116
- package/dist/service/Monitor/v20220101/index.js +30 -40
- package/dist/service/Monitor/v20250101/index.js +71 -0
- package/dist/service/Rabbitmq/v20191017/index.js +163 -163
- package/dist/service/Resourcemanager/v20210320/index.js +110 -110
- package/dist/service/Sks/v20151101/index.js +69 -69
- package/dist/service/Slb/v20160304/index.js +1208 -1208
- package/dist/service/Sts/v20151101/index.js +23 -23
- package/dist/service/Tagv2/v20200901/index.js +115 -115
- package/dist/service/Tidb/v20210520/index.js +254 -254
- package/dist/service/Trade/v20200114/index.js +20 -20
- package/dist/service/Trade/v20200831/index.js +22 -22
- package/dist/service/Vpc/v20160304/index.js +1947 -1209
- package/dist/service/Waf/v20200707/index.js +174 -174
- package/example/iam.js +2 -1
- package/example/res.js +2 -1
- package/package.json +1 -1
- package/src/base/BaseClient.js +51 -4
- package/src/service/Actiontrail/v20190401/index.js +42 -42
- package/src/service/Aicp/v20240612/index.js +483 -0
- package/src/service/Aicp/v20251212/index.js +68 -0
- package/src/service/Bill/v20180601/index.js +63 -64
- package/src/service/Bill/v20220601/index.js +50 -50
- package/src/service/Bill_union/v20200101/index.js +181 -146
- package/src/service/Bill_union/v20221222/index.js +124 -124
- package/src/service/Bill_union/v20250801/index.js +58 -0
- package/src/service/Bws/v20160304/index.js +138 -138
- package/src/service/Cdn/v20160901/index.js +62 -30
- package/src/service/Cdn/v20200630/index.js +399 -399
- package/src/service/Cdn/v20200901/index.js +143 -143
- package/src/service/Cdn/v20211201/index.js +37 -0
- package/src/service/Cdn/v20250503/index.js +396 -0
- package/src/service/Cen/v20160304/index.js +449 -449
- package/src/service/Clickhouse/v20210101/index.js +535 -535
- package/src/service/Ebs/v20160304/index.js +365 -365
- package/src/service/Eip/v20160304/index.js +135 -136
- package/src/service/Epc/v20151101/index.js +2065 -1009
- package/src/service/Iam/v20151101/index.js +1155 -1050
- package/src/service/Iam/v20240513/index.js +39 -0
- package/src/service/Iam/v20240703/index.js +36 -0
- package/src/service/Kad/v20161122/index.js +112 -112
- package/src/service/Kce/v20180314/index.js +309 -309
- package/src/service/Kce/v20190806/index.js +471 -471
- package/src/service/Kce/v20201231/index.js +50 -50
- package/src/service/Kcf/v20211215/index.js +192 -194
- package/src/service/Kcm/v20160304/index.js +104 -104
- package/src/service/Kcrs/v20211109/index.js +840 -854
- package/src/service/Kcs/v20160701/index.js +1095 -1098
- package/src/service/Kcs/v20170401/index.js +66 -66
- package/src/service/Kead/v20200101/index.js +36 -36
- package/src/service/Kec/v20160304/index.js +2061 -1902
- package/src/service/Kes/v20201215/index.js +163 -0
- package/src/service/Ket/v20170101/index.js +123 -123
- package/src/service/Kkms/v20160304/index.js +156 -156
- package/src/service/Klog/v20200731/index.js +320 -807
- package/src/service/Kls/v20170101/index.js +183 -183
- package/src/service/Kmr/v20210902/index.js +414 -0
- package/src/service/Kmr/v20231231/index.js +146 -0
- package/src/service/Kmr/v20240814/index.js +362 -0
- package/src/service/Krds/v20160701/index.js +1291 -1293
- package/src/service/Krds/v20200825/index.js +163 -163
- package/src/service/Memcached/v20180627/index.js +238 -245
- package/src/service/Mongodb/v20170101/index.js +672 -672
- package/src/service/Monitor/v20100525/index.js +56 -56
- package/src/service/Monitor/v20181114/index.js +36 -36
- package/src/service/Monitor/v20210101/index.js +205 -169
- package/src/service/Monitor/v20220101/index.js +44 -54
- package/src/service/Monitor/v20250101/index.js +63 -0
- package/src/service/Rabbitmq/v20191017/index.js +231 -231
- package/src/service/Resourcemanager/v20210320/index.js +157 -158
- package/src/service/Sks/v20151101/index.js +95 -96
- package/src/service/Slb/v20160304/index.js +1471 -1471
- package/src/service/Sts/v20151101/index.js +34 -34
- package/src/service/Tagv2/v20200901/index.js +163 -163
- package/src/service/Tidb/v20210520/index.js +352 -352
- package/src/service/Trade/v20200114/index.js +31 -31
- package/src/service/Trade/v20200831/index.js +33 -33
- package/src/service/Vpc/v20160304/index.js +2404 -1667
- package/src/service/Waf/v20200707/index.js +237 -237
|
@@ -8,537 +8,537 @@ module.exports = class Client extends BaseClient {
|
|
|
8
8
|
constructor(...args) {
|
|
9
9
|
super(...args);
|
|
10
10
|
_defineProperty(this, "_baseConfig", {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
protocol: "http://",
|
|
12
|
+
endpoint: "clickhouse.api.ksyun.com",
|
|
13
|
+
config: {
|
|
14
|
+
timeout: 60,
|
|
15
15
|
//设置timeout
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
headers: {
|
|
17
|
+
Accept: "application/json"
|
|
18
18
|
},
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
credentials: {
|
|
20
|
+
region: "cn-shanghai-3",
|
|
21
|
+
service: "clickhouse"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
25
|
_defineProperty(this, "_apiList", {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
ListInstance: {
|
|
27
|
+
url: "/",
|
|
28
|
+
method: "GET",
|
|
29
|
+
config: {
|
|
30
|
+
query: {
|
|
31
|
+
Version: "2021-01-01",
|
|
32
|
+
Action: "ListInstance"
|
|
33
33
|
},
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
headers: {
|
|
35
|
+
"Content-Type": "application/json"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
paramsType: {
|
|
39
|
+
ProductType: "String",
|
|
40
|
+
TagId: "String",
|
|
41
|
+
ProjectIds: "Filter",
|
|
42
|
+
FuzzySearch: "String",
|
|
43
|
+
OrderBy: "Filter",
|
|
44
|
+
Offset: "Int",
|
|
45
|
+
Limit: "Int"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
48
|
+
DescribeInstance: {
|
|
49
|
+
url: "/",
|
|
50
|
+
method: "GET",
|
|
51
|
+
config: {
|
|
52
|
+
query: {
|
|
53
|
+
Version: "2021-01-01",
|
|
54
|
+
Action: "DescribeInstance"
|
|
55
55
|
},
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
headers: {
|
|
57
|
+
"Content-Type": "application/json"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
paramsType: {
|
|
61
|
+
InstanceId: "String"
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
64
|
+
CreateInstance: {
|
|
65
|
+
url: "/",
|
|
66
|
+
method: "POST",
|
|
67
|
+
config: {
|
|
68
|
+
query: {
|
|
69
|
+
Version: "2021-01-01",
|
|
70
|
+
Action: "CreateInstance"
|
|
71
71
|
},
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
headers: {
|
|
73
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
76
|
+
paramsType: {
|
|
77
|
+
ProductType: "String",
|
|
78
|
+
InstanceName: "String",
|
|
79
|
+
InstanceType: "String",
|
|
80
|
+
AdminUser: "String",
|
|
81
|
+
AdminPassword: "String",
|
|
82
|
+
VpcId: "String",
|
|
83
|
+
SubnetId: "String",
|
|
84
|
+
Engine: "String",
|
|
85
|
+
EngineVersion: "String",
|
|
86
|
+
ProjectId: "String",
|
|
87
|
+
BillType: "Int",
|
|
88
|
+
Duration: "Int",
|
|
89
|
+
EbsSize: "Int",
|
|
90
|
+
EbsType: "String",
|
|
91
|
+
Mem: "Int",
|
|
92
|
+
Cpu: "Int",
|
|
93
|
+
TcpPort: "Int",
|
|
94
|
+
HttpPort: "Int",
|
|
95
|
+
Az: "String",
|
|
96
|
+
NodeNum: "Int",
|
|
97
|
+
PreferredBackupTime: "String",
|
|
98
|
+
SecurityGroupId: "String"
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
101
|
+
DeleteInstance: {
|
|
102
|
+
url: "/",
|
|
103
|
+
method: "DELETE",
|
|
104
|
+
config: {
|
|
105
|
+
query: {
|
|
106
|
+
Version: "2021-01-01",
|
|
107
|
+
Action: "DeleteInstance"
|
|
108
108
|
},
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
headers: {
|
|
110
|
+
"Content-Type": "application/json"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
113
|
+
paramsType: {
|
|
114
|
+
InstanceIds: "Filter",
|
|
115
|
+
DeleteDirectly: "Boolean"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
118
|
+
RenameInstance: {
|
|
119
|
+
url: "/",
|
|
120
|
+
method: "POST",
|
|
121
|
+
config: {
|
|
122
|
+
query: {
|
|
123
|
+
Version: "2021-01-01",
|
|
124
|
+
Action: "RenameInstance"
|
|
125
125
|
},
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
headers: {
|
|
127
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
130
|
+
paramsType: {
|
|
131
|
+
InstanceId: "String",
|
|
132
|
+
InstanceName: "String"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
135
|
+
ListSecurityGroup: {
|
|
136
|
+
url: "/",
|
|
137
|
+
method: "GET",
|
|
138
|
+
config: {
|
|
139
|
+
query: {
|
|
140
|
+
Version: "2021-01-01",
|
|
141
|
+
Action: "ListSecurityGroup"
|
|
142
142
|
},
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
headers: {
|
|
144
|
+
"Content-Type": "application/json"
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
paramsType: {
|
|
148
|
+
ProductType: "Int"
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
151
|
+
DescribeSecurityGroup: {
|
|
152
|
+
url: "/",
|
|
153
|
+
method: "GET",
|
|
154
|
+
config: {
|
|
155
|
+
query: {
|
|
156
|
+
Version: "2021-01-01",
|
|
157
|
+
Action: "DescribeSecurityGroup"
|
|
158
158
|
},
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
headers: {
|
|
160
|
+
"Content-Type": "application/json"
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
163
|
+
paramsType: {
|
|
164
|
+
ProductType: "Int",
|
|
165
|
+
SecurityGroupId: "String"
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
168
|
+
CreateSecurityGroup: {
|
|
169
|
+
url: "/",
|
|
170
|
+
method: "POST",
|
|
171
|
+
config: {
|
|
172
|
+
query: {
|
|
173
|
+
Version: "2021-01-01",
|
|
174
|
+
Action: "CreateSecurityGroup"
|
|
175
175
|
},
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
headers: {
|
|
177
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
180
|
+
paramsType: {
|
|
181
|
+
ProductType: "Int",
|
|
182
|
+
SecurityGroupName: "String",
|
|
183
|
+
Description: "String"
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
186
|
+
DeleteSecurityGroup: {
|
|
187
|
+
url: "/",
|
|
188
|
+
method: "DELETE",
|
|
189
|
+
config: {
|
|
190
|
+
query: {
|
|
191
|
+
Version: "2021-01-01",
|
|
192
|
+
Action: "DeleteSecurityGroup"
|
|
193
193
|
},
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
headers: {
|
|
195
|
+
"Content-Type": "application/json"
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
198
|
+
paramsType: {
|
|
199
|
+
SecurityGroupIds: "String",
|
|
200
|
+
ProductType: "Int"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
203
|
+
RenameSecurityGroup: {
|
|
204
|
+
url: "/",
|
|
205
|
+
method: "POST",
|
|
206
|
+
config: {
|
|
207
|
+
query: {
|
|
208
|
+
Version: "2021-01-01",
|
|
209
|
+
Action: "RenameSecurityGroup"
|
|
210
210
|
},
|
|
211
|
-
|
|
212
|
-
|
|
211
|
+
headers: {
|
|
212
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
215
|
+
paramsType: {
|
|
216
|
+
ProductType: "Int",
|
|
217
|
+
SecurityGroupId: "String",
|
|
218
|
+
SecurityGroupName: "String",
|
|
219
|
+
Description: "String"
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
222
|
+
CloneSecurityGroup: {
|
|
223
|
+
url: "/",
|
|
224
|
+
method: "POST",
|
|
225
|
+
config: {
|
|
226
|
+
query: {
|
|
227
|
+
Version: "2021-01-01",
|
|
228
|
+
Action: "CloneSecurityGroup"
|
|
229
229
|
},
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
headers: {
|
|
231
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
234
|
+
paramsType: {
|
|
235
|
+
ProductType: "Int",
|
|
236
|
+
SrcSecurityGroupId: "String",
|
|
237
|
+
SecurityGroupName: "String",
|
|
238
|
+
Description: "String"
|
|
239
239
|
}
|
|
240
240
|
},
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
241
|
+
BindSecurityGroup: {
|
|
242
|
+
url: "/",
|
|
243
|
+
method: "POST",
|
|
244
|
+
config: {
|
|
245
|
+
query: {
|
|
246
|
+
Version: "2021-01-01",
|
|
247
|
+
Action: "BindSecurityGroup"
|
|
248
248
|
},
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
headers: {
|
|
250
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
253
|
+
paramsType: {
|
|
254
|
+
ProductType: "Int",
|
|
255
|
+
SecurityGroupIds: "Array",
|
|
256
|
+
InstanceIds: "String"
|
|
257
257
|
}
|
|
258
258
|
},
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
259
|
+
UnbindSecurityGroup: {
|
|
260
|
+
url: "/",
|
|
261
|
+
method: "POST",
|
|
262
|
+
config: {
|
|
263
|
+
query: {
|
|
264
|
+
Version: "2021-01-01",
|
|
265
|
+
Action: "UnbindSecurityGroup"
|
|
266
266
|
},
|
|
267
|
-
|
|
268
|
-
|
|
267
|
+
headers: {
|
|
268
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
271
|
+
paramsType: {
|
|
272
|
+
ProductType: "Int",
|
|
273
|
+
SecurityGroupId: "String",
|
|
274
|
+
InstanceIds: "Array"
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
277
|
+
CreateSecurityRule: {
|
|
278
|
+
url: "/",
|
|
279
|
+
method: "POST",
|
|
280
|
+
config: {
|
|
281
|
+
query: {
|
|
282
|
+
Version: "2021-01-01",
|
|
283
|
+
Action: "CreateSecurityRule"
|
|
284
284
|
},
|
|
285
|
-
|
|
286
|
-
|
|
285
|
+
headers: {
|
|
286
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
289
|
+
paramsType: {
|
|
290
|
+
ProductType: "Int",
|
|
291
|
+
SecurityGroupId: "String",
|
|
292
|
+
Cidrs: "Array"
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
295
|
+
DeleteSecurityRule: {
|
|
296
|
+
url: "/",
|
|
297
|
+
method: "DELETE",
|
|
298
|
+
config: {
|
|
299
|
+
query: {
|
|
300
|
+
Version: "2021-01-01",
|
|
301
|
+
Action: "DeleteSecurityRule"
|
|
302
302
|
},
|
|
303
|
-
|
|
304
|
-
|
|
303
|
+
headers: {
|
|
304
|
+
"Content-Type": "application/json"
|
|
305
305
|
}
|
|
306
306
|
},
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
307
|
+
paramsType: {
|
|
308
|
+
ProductType: "Int",
|
|
309
|
+
SecurityGroupId: "String",
|
|
310
|
+
RuleIds: "String"
|
|
311
311
|
}
|
|
312
312
|
},
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
313
|
+
ListSecuredInstance: {
|
|
314
|
+
url: "/",
|
|
315
|
+
method: "GET",
|
|
316
|
+
config: {
|
|
317
|
+
query: {
|
|
318
|
+
Version: "2021-01-01",
|
|
319
|
+
Action: "ListSecuredInstance"
|
|
320
320
|
},
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
headers: {
|
|
322
|
+
"Content-Type": "application/json"
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
325
|
+
paramsType: {
|
|
326
|
+
SecurityGroupId: "String",
|
|
327
|
+
ProjectIds: "Filter",
|
|
328
|
+
FuzzySearch: "String",
|
|
329
|
+
Offset: "Int",
|
|
330
|
+
Limit: "Int",
|
|
331
|
+
OrderBy: "Filter"
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
334
|
+
ListUnsecuredInstance: {
|
|
335
|
+
url: "/",
|
|
336
|
+
method: "GET",
|
|
337
|
+
config: {
|
|
338
|
+
query: {
|
|
339
|
+
Version: "2021-01-01",
|
|
340
|
+
Action: "ListUnsecuredInstance"
|
|
341
341
|
},
|
|
342
|
-
|
|
343
|
-
|
|
342
|
+
headers: {
|
|
343
|
+
"Content-Type": "application/json"
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
346
|
+
paramsType: {
|
|
347
|
+
FuzzySearch: "String",
|
|
348
|
+
Offset: "Int",
|
|
349
|
+
Limit: "Int",
|
|
350
|
+
OrderBy: "Filter"
|
|
351
351
|
}
|
|
352
352
|
},
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
353
|
+
ListRecycledInstance: {
|
|
354
|
+
url: "/",
|
|
355
|
+
method: "GET",
|
|
356
|
+
config: {
|
|
357
|
+
query: {
|
|
358
|
+
Version: "2021-01-01",
|
|
359
|
+
Action: "ListRecycledInstance"
|
|
360
360
|
},
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
headers: {
|
|
362
|
+
"Content-Type": "application/json"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
365
|
+
paramsType: {
|
|
366
|
+
ProductType: "String",
|
|
367
|
+
ProjectIds: "Filter",
|
|
368
|
+
FuzzySearch: "String",
|
|
369
|
+
OrderBy: "Filter",
|
|
370
|
+
Offset: "Int",
|
|
371
|
+
Limit: "Int"
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
374
|
+
RecoverRecycledInstance: {
|
|
375
|
+
url: "/",
|
|
376
|
+
method: "POST",
|
|
377
|
+
config: {
|
|
378
|
+
query: {
|
|
379
|
+
Version: "2021-01-01",
|
|
380
|
+
Action: "RecoverRecycledInstance"
|
|
381
381
|
},
|
|
382
|
-
|
|
383
|
-
|
|
382
|
+
headers: {
|
|
383
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
|
-
|
|
387
|
-
|
|
386
|
+
paramsType: {
|
|
387
|
+
InstanceIds: "Array"
|
|
388
388
|
}
|
|
389
389
|
},
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
390
|
+
DropRecycledInstance: {
|
|
391
|
+
url: "/",
|
|
392
|
+
method: "DELETE",
|
|
393
|
+
config: {
|
|
394
|
+
query: {
|
|
395
|
+
Version: "2021-01-01",
|
|
396
|
+
Action: "DropRecycledInstance"
|
|
397
397
|
},
|
|
398
|
-
|
|
399
|
-
|
|
398
|
+
headers: {
|
|
399
|
+
"Content-Type": "application/json"
|
|
400
400
|
}
|
|
401
401
|
},
|
|
402
|
-
|
|
403
|
-
|
|
402
|
+
paramsType: {
|
|
403
|
+
InstanceIds: "Filter"
|
|
404
404
|
}
|
|
405
405
|
},
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
406
|
+
ListRegion: {
|
|
407
|
+
url: "/",
|
|
408
|
+
method: "GET",
|
|
409
|
+
config: {
|
|
410
|
+
query: {
|
|
411
|
+
Version: "2021-01-01",
|
|
412
|
+
Action: "ListRegion"
|
|
413
413
|
},
|
|
414
|
-
|
|
415
|
-
|
|
414
|
+
headers: {
|
|
415
|
+
"Content-Type": "application/json"
|
|
416
416
|
}
|
|
417
417
|
},
|
|
418
|
-
|
|
419
|
-
|
|
418
|
+
paramsType: {
|
|
419
|
+
ProductType: "Int"
|
|
420
420
|
}
|
|
421
421
|
},
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
422
|
+
DescRegion: {
|
|
423
|
+
url: "/",
|
|
424
|
+
method: "GET",
|
|
425
|
+
config: {
|
|
426
|
+
query: {
|
|
427
|
+
Version: "2021-01-01",
|
|
428
|
+
Action: "DescRegion"
|
|
429
429
|
},
|
|
430
|
-
|
|
431
|
-
|
|
430
|
+
headers: {
|
|
431
|
+
"Content-Type": "application/json"
|
|
432
432
|
}
|
|
433
433
|
},
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
434
|
+
paramsType: {
|
|
435
|
+
ProductType: "Int",
|
|
436
|
+
RegionCode: "String"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
439
|
+
UpdateSecurityRule: {
|
|
440
|
+
url: "/",
|
|
441
|
+
method: "POST",
|
|
442
|
+
config: {
|
|
443
|
+
query: {
|
|
444
|
+
Version: "2021-01-01",
|
|
445
|
+
Action: "UpdateSecurityRule"
|
|
446
446
|
},
|
|
447
|
-
|
|
448
|
-
|
|
447
|
+
headers: {
|
|
448
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
451
|
+
paramsType: {
|
|
452
|
+
ProductType: "Int",
|
|
453
|
+
RuleId: "String",
|
|
454
|
+
Description: "String"
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
457
|
+
RebindSecurityGroup: {
|
|
458
|
+
url: "/",
|
|
459
|
+
method: "POST",
|
|
460
|
+
config: {
|
|
461
|
+
query: {
|
|
462
|
+
Version: "2021-01-01",
|
|
463
|
+
Action: "RebindSecurityGroup"
|
|
464
464
|
},
|
|
465
|
-
|
|
466
|
-
|
|
465
|
+
headers: {
|
|
466
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
467
467
|
}
|
|
468
468
|
},
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
469
|
+
paramsType: {
|
|
470
|
+
ProductType: "Int",
|
|
471
|
+
SecurityGroupId: "String",
|
|
472
|
+
InstanceId: "String"
|
|
473
473
|
}
|
|
474
474
|
},
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
475
|
+
DescribeEngineDefaultParameters: {
|
|
476
|
+
url: "/",
|
|
477
|
+
method: "GET",
|
|
478
|
+
config: {
|
|
479
|
+
query: {
|
|
480
|
+
Version: "2021-01-01",
|
|
481
|
+
Action: "DescribeEngineDefaultParameters"
|
|
482
482
|
},
|
|
483
|
-
|
|
484
|
-
|
|
483
|
+
headers: {
|
|
484
|
+
"Content-Type": "application/json"
|
|
485
485
|
}
|
|
486
486
|
},
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
487
|
+
paramsType: {
|
|
488
|
+
EngineVersion: "String",
|
|
489
|
+
ConfigType: "String"
|
|
490
490
|
}
|
|
491
491
|
},
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
492
|
+
ModifyDBParameterGroup: {
|
|
493
|
+
url: "/",
|
|
494
|
+
method: "POST",
|
|
495
|
+
config: {
|
|
496
|
+
query: {
|
|
497
|
+
Version: "2021-01-01",
|
|
498
|
+
Action: "ModifyDBParameterGroup"
|
|
499
499
|
},
|
|
500
|
-
|
|
501
|
-
|
|
500
|
+
headers: {
|
|
501
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
502
502
|
}
|
|
503
503
|
},
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
504
|
+
paramsType: {
|
|
505
|
+
InstanceId: "String",
|
|
506
|
+
Parameters: "Filter",
|
|
507
|
+
ConfigType: "String"
|
|
508
508
|
}
|
|
509
509
|
},
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
510
|
+
DescribeDBInstanceParameters: {
|
|
511
|
+
url: "/",
|
|
512
|
+
method: "GET",
|
|
513
|
+
config: {
|
|
514
|
+
query: {
|
|
515
|
+
Version: "2021-01-01",
|
|
516
|
+
Action: "DescribeDBInstanceParameters"
|
|
517
517
|
},
|
|
518
|
-
|
|
519
|
-
|
|
518
|
+
headers: {
|
|
519
|
+
"Content-Type": "application/json"
|
|
520
520
|
}
|
|
521
521
|
},
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
522
|
+
paramsType: {
|
|
523
|
+
InstanceId: "String",
|
|
524
|
+
ConfigType: "String"
|
|
525
525
|
}
|
|
526
526
|
},
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
527
|
+
ResetDBParameter: {
|
|
528
|
+
url: "/",
|
|
529
|
+
method: "GET",
|
|
530
|
+
config: {
|
|
531
|
+
query: {
|
|
532
|
+
Version: "2021-01-01",
|
|
533
|
+
Action: "ResetDBParameter"
|
|
534
534
|
},
|
|
535
|
-
|
|
536
|
-
|
|
535
|
+
headers: {
|
|
536
|
+
"Content-Type": "application/json"
|
|
537
537
|
}
|
|
538
538
|
},
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
539
|
+
paramsType: {
|
|
540
|
+
InstanceId: "String",
|
|
541
|
+
ConfigType: "String"
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
544
|
});
|