ksyun-sdk-node 1.4.9 → 1.5.1
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/service/Aicp/v20240612/index.js +24 -0
- package/dist/service/Bws/v20160304/index.js +3 -0
- package/dist/service/Cdn/v20250503/index.js +0 -333
- package/dist/service/Cdn/v3/index.js +600 -0
- package/dist/service/Cen/v20160304/index.js +147 -103
- package/dist/service/Clickhouse/v20210101/index.js +204 -19
- package/dist/service/Cloud_advisor/v20250610/index.js +81 -0
- package/dist/service/Dmp/v20240101/index.js +362 -0
- package/dist/service/Dts/v20180108/index.js +386 -0
- package/dist/service/Ebs/v20160304/index.js +197 -34
- package/dist/service/Eip/v20160304/index.js +79 -1
- package/dist/service/Influxdb/v20191010/index.js +504 -0
- package/dist/service/Kad/v20161122/index.js +32 -0
- package/dist/service/Kce/v20190806/index.js +234 -43
- package/dist/service/Kce/v20201231/index.js +2 -2
- package/dist/service/Kce/v20230101/index.js +193 -0
- package/dist/service/Kce/v20230306/index.js +434 -0
- package/dist/service/Kce/v20231115/index.js +65 -0
- package/dist/service/Kce2/v20230101/index.js +313 -0
- package/dist/service/Kci/v20200702/index.js +336 -0
- package/dist/service/Kcm/v20160304/index.js +113 -3
- package/dist/service/Kcrs/v20211109/index.js +88 -92
- package/dist/service/Kcs/v20160701/index.js +165 -23
- package/dist/service/Kcs/v20170401/index.js +1 -36
- package/dist/service/Kcs/v20240701/index.js +45 -0
- package/dist/service/Kead/v20200101/index.js +37 -8
- package/dist/service/Ked/v1/index.js +805 -0
- package/dist/service/Ket/v20170101/index.js +42 -0
- package/dist/service/Kfw/v20160304/index.js +59 -0
- package/dist/service/Kingpay/v1/index.js +44 -0
- package/dist/service/Knad/v20230323/index.js +333 -0
- package/dist/service/Kpfs/v20240930/index.js +181 -0
- package/dist/service/Krds/v20160701/index.js +505 -96
- package/dist/service/Krds/v20200825/index.js +48 -8
- package/dist/service/Milvus/v20231010/index.js +366 -0
- package/dist/service/Mongodb/v20170101/index.js +163 -13
- package/dist/service/Mongodb/v20250101/index.js +44 -0
- package/dist/service/Pdns/v20160304/index.js +636 -0
- package/dist/service/Postgresql/v20181225/index.js +950 -0
- package/dist/service/Rabbitmq/v20191017/index.js +107 -6
- package/dist/service/Relyt/v20240117/index.js +45 -0
- package/dist/service/Sks/v20151101/index.js +2 -1
- package/dist/service/Slb/v20160304/index.js +426 -53
- package/dist/service/Slb/v20250430/index.js +750 -0
- package/dist/service/Sqlserver/v20190425/index.js +872 -0
- package/dist/service/Sts/v20151101/index.js +19 -0
- package/dist/service/Tagv2/v20200901/index.js +42 -6
- package/dist/service/Ter/v20240415/index.js +114 -0
- package/dist/service/Tidb/v20210520/index.js +415 -21
- package/dist/service/Trade/v20250220/index.js +97 -0
- package/dist/service/Trade/v20250321/index.js +93 -0
- package/dist/service/Trade/v20250828/index.js +56 -0
- package/dist/service/Vpc/v20160304/index.js +32 -0
- package/dist/service/Waf/v20200707/index.js +188 -5
- package/package.json +1 -1
- package/src/service/Aicp/v20240612/index.js +24 -0
- package/src/service/Bws/v20160304/index.js +3 -0
- package/src/service/Cdn/{v20250503 → v3}/index.js +196 -0
- package/src/service/Cen/v20160304/index.js +144 -100
- package/src/service/Clickhouse/v20210101/index.js +203 -18
- package/src/service/Cloud_advisor/v20250610/index.js +73 -0
- package/src/service/Dmp/v20240101/index.js +354 -0
- package/src/service/Dts/v20180108/index.js +378 -0
- package/src/service/Ebs/v20160304/index.js +194 -31
- package/src/service/Eip/v20160304/index.js +79 -1
- package/src/service/Influxdb/v20191010/index.js +496 -0
- package/src/service/Kad/v20161122/index.js +32 -0
- package/src/service/Kce/v20190806/index.js +233 -42
- package/src/service/Kce/v20201231/index.js +2 -2
- package/src/service/Kce/v20230101/index.js +185 -0
- package/src/service/Kce/v20230306/index.js +426 -0
- package/src/service/Kce/v20231115/index.js +57 -0
- package/src/service/Kce2/v20230101/index.js +305 -0
- package/src/service/Kci/v20200702/index.js +328 -0
- package/src/service/Kcm/v20160304/index.js +110 -0
- package/src/service/Kcrs/v20211109/index.js +87 -91
- package/src/service/Kcs/v20160701/index.js +164 -22
- package/src/service/Kcs/v20170401/index.js +1 -36
- package/src/service/Kcs/v20240701/index.js +37 -0
- package/src/service/Kead/v20200101/index.js +37 -8
- package/src/service/Ked/v1/index.js +797 -0
- package/src/service/Ket/v20170101/index.js +42 -0
- package/src/service/Kfw/v20160304/index.js +51 -0
- package/src/service/Kingpay/v1/index.js +36 -0
- package/src/service/Knad/v20230323/index.js +325 -0
- package/src/service/Kpfs/v20240930/index.js +173 -0
- package/src/service/Krds/v20160701/index.js +502 -93
- package/src/service/Krds/v20200825/index.js +48 -8
- package/src/service/Milvus/v20231010/index.js +358 -0
- package/src/service/Mongodb/v20170101/index.js +162 -12
- package/src/service/Mongodb/v20250101/index.js +36 -0
- package/src/service/Pdns/v20160304/index.js +628 -0
- package/src/service/Postgresql/v20181225/index.js +942 -0
- package/src/service/Rabbitmq/v20191017/index.js +107 -6
- package/src/service/Relyt/v20240117/index.js +37 -0
- package/src/service/Sks/v20151101/index.js +1 -0
- package/src/service/Slb/v20160304/index.js +416 -43
- package/src/service/Slb/v20250430/index.js +742 -0
- package/src/service/Sqlserver/v20190425/index.js +864 -0
- package/src/service/Sts/v20151101/index.js +19 -0
- package/src/service/Tagv2/v20200901/index.js +42 -6
- package/src/service/Ter/v20240415/index.js +106 -0
- package/src/service/Tidb/v20210520/index.js +412 -18
- package/src/service/Trade/v20250220/index.js +89 -0
- package/src/service/Trade/v20250321/index.js +85 -0
- package/src/service/Trade/v20250828/index.js +48 -0
- package/src/service/Vpc/v20160304/index.js +32 -0
- package/src/service/Waf/v20200707/index.js +187 -4
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const BaseClient = require("../../../base/BaseClient.js");
|
|
2
|
+
|
|
3
|
+
module.exports = class Client extends BaseClient {
|
|
4
|
+
_baseConfig = {
|
|
5
|
+
protocol: "http://",
|
|
6
|
+
endpoint: "mongodb.api.ksyun.com",
|
|
7
|
+
config: {
|
|
8
|
+
timeout: 60, //设置timeout
|
|
9
|
+
headers: {
|
|
10
|
+
Accept: "application/json",
|
|
11
|
+
},
|
|
12
|
+
credentials: {
|
|
13
|
+
region: "cn-shanghai-3",
|
|
14
|
+
service: "mongodb",
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
_apiList = {
|
|
19
|
+
DescribeDefaultParams: {
|
|
20
|
+
url: "/",
|
|
21
|
+
method: "GET",
|
|
22
|
+
config: {
|
|
23
|
+
query: {
|
|
24
|
+
Version: "2025-01-01",
|
|
25
|
+
Action: "DescribeDefaultParams",
|
|
26
|
+
},
|
|
27
|
+
headers: {
|
|
28
|
+
"Content-Type": "application/json",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
paramsType: {
|
|
32
|
+
DbVersion: "Double",
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,628 @@
|
|
|
1
|
+
const BaseClient = require("../../../base/BaseClient.js");
|
|
2
|
+
|
|
3
|
+
module.exports = class Client extends BaseClient {
|
|
4
|
+
_baseConfig = {
|
|
5
|
+
protocol: "http://",
|
|
6
|
+
endpoint: "pdns.api.ksyun.com",
|
|
7
|
+
config: {
|
|
8
|
+
timeout: 60, //设置timeout
|
|
9
|
+
headers: {
|
|
10
|
+
Accept: "application/json",
|
|
11
|
+
},
|
|
12
|
+
credentials: {
|
|
13
|
+
region: "cn-shanghai-3",
|
|
14
|
+
service: "pdns",
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
_apiList = {
|
|
19
|
+
CreatePrivateDns: {
|
|
20
|
+
url: "/",
|
|
21
|
+
method: "GET",
|
|
22
|
+
config: {
|
|
23
|
+
query: {
|
|
24
|
+
Version: "2016-03-04",
|
|
25
|
+
Action: "CreatePrivateDns",
|
|
26
|
+
},
|
|
27
|
+
headers: {
|
|
28
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
paramsType: {
|
|
32
|
+
Action: "String",
|
|
33
|
+
Version: "String",
|
|
34
|
+
ProjectId: "String",
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
DeletePrivateDns: {
|
|
38
|
+
url: "/",
|
|
39
|
+
method: "GET",
|
|
40
|
+
config: {
|
|
41
|
+
query: {
|
|
42
|
+
Version: "2016-03-04",
|
|
43
|
+
Action: "DeletePrivateDns",
|
|
44
|
+
},
|
|
45
|
+
headers: {
|
|
46
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
paramsType: {
|
|
50
|
+
Action: "String",
|
|
51
|
+
Version: "String",
|
|
52
|
+
ProjectId: "String",
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
DescribePrivateDns: {
|
|
56
|
+
url: "/",
|
|
57
|
+
method: "GET",
|
|
58
|
+
config: {
|
|
59
|
+
query: {
|
|
60
|
+
Version: "2016-03-04",
|
|
61
|
+
Action: "DescribePrivateDns",
|
|
62
|
+
},
|
|
63
|
+
headers: {
|
|
64
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
paramsType: {
|
|
68
|
+
Action: "String",
|
|
69
|
+
Version: "String",
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
AssociateVpcs: {
|
|
73
|
+
url: "/",
|
|
74
|
+
method: "GET",
|
|
75
|
+
config: {
|
|
76
|
+
query: {
|
|
77
|
+
Version: "2016-03-04",
|
|
78
|
+
Action: "AssociateVpcs",
|
|
79
|
+
},
|
|
80
|
+
headers: {
|
|
81
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
paramsType: {
|
|
85
|
+
Action: "String",
|
|
86
|
+
Version: "String",
|
|
87
|
+
VpcId: "String",
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
DisassociateVpcs: {
|
|
91
|
+
url: "/",
|
|
92
|
+
method: "GET",
|
|
93
|
+
config: {
|
|
94
|
+
query: {
|
|
95
|
+
Version: "2016-03-04",
|
|
96
|
+
Action: "DisassociateVpcs",
|
|
97
|
+
},
|
|
98
|
+
headers: {
|
|
99
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
100
|
+
},
|
|
101
|
+
},
|
|
102
|
+
paramsType: {
|
|
103
|
+
Action: "String",
|
|
104
|
+
Version: "String",
|
|
105
|
+
VpcId: "String",
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
CreateZone: {
|
|
109
|
+
url: "/",
|
|
110
|
+
method: "GET",
|
|
111
|
+
config: {
|
|
112
|
+
query: {
|
|
113
|
+
Version: "2016-03-04",
|
|
114
|
+
Action: "CreateZone",
|
|
115
|
+
},
|
|
116
|
+
headers: {
|
|
117
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
paramsType: {
|
|
121
|
+
Action: "String",
|
|
122
|
+
Version: "String",
|
|
123
|
+
ZoneName: "String",
|
|
124
|
+
ZoneTtl: "Int",
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
DeleteZone: {
|
|
128
|
+
url: "/",
|
|
129
|
+
method: "GET",
|
|
130
|
+
config: {
|
|
131
|
+
query: {
|
|
132
|
+
Version: "2016-03-04",
|
|
133
|
+
Action: "DeleteZone",
|
|
134
|
+
},
|
|
135
|
+
headers: {
|
|
136
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
paramsType: {
|
|
140
|
+
Action: "String",
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
ModifyZone: {
|
|
144
|
+
url: "/",
|
|
145
|
+
method: "GET",
|
|
146
|
+
config: {
|
|
147
|
+
query: {
|
|
148
|
+
Version: "2016-03-04",
|
|
149
|
+
Action: "ModifyZone",
|
|
150
|
+
},
|
|
151
|
+
headers: {
|
|
152
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
paramsType: {
|
|
156
|
+
Action: "String",
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
DescribeZone: {
|
|
160
|
+
url: "/",
|
|
161
|
+
method: "GET",
|
|
162
|
+
config: {
|
|
163
|
+
query: {
|
|
164
|
+
Version: "2016-03-04",
|
|
165
|
+
Action: "DescribeZone",
|
|
166
|
+
},
|
|
167
|
+
headers: {
|
|
168
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
paramsType: {
|
|
172
|
+
Action: "String",
|
|
173
|
+
},
|
|
174
|
+
},
|
|
175
|
+
CreateRecord: {
|
|
176
|
+
url: "/",
|
|
177
|
+
method: "GET",
|
|
178
|
+
config: {
|
|
179
|
+
query: {
|
|
180
|
+
Version: "2016-03-04",
|
|
181
|
+
Action: "CreateRecord",
|
|
182
|
+
},
|
|
183
|
+
headers: {
|
|
184
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
185
|
+
},
|
|
186
|
+
},
|
|
187
|
+
paramsType: {
|
|
188
|
+
Action: "String",
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
|
+
DeleteRecord: {
|
|
192
|
+
url: "/",
|
|
193
|
+
method: "PUT",
|
|
194
|
+
config: {
|
|
195
|
+
query: {
|
|
196
|
+
Version: "2016-03-04",
|
|
197
|
+
Action: "DeleteRecord",
|
|
198
|
+
},
|
|
199
|
+
headers: {
|
|
200
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
paramsType: {
|
|
204
|
+
Action: "String",
|
|
205
|
+
},
|
|
206
|
+
},
|
|
207
|
+
DescribeRecord: {
|
|
208
|
+
url: "/",
|
|
209
|
+
method: "GET",
|
|
210
|
+
config: {
|
|
211
|
+
query: {
|
|
212
|
+
Version: "2016-03-04",
|
|
213
|
+
Action: "DescribeRecord",
|
|
214
|
+
},
|
|
215
|
+
headers: {
|
|
216
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
paramsType: {
|
|
220
|
+
Action: "String",
|
|
221
|
+
},
|
|
222
|
+
},
|
|
223
|
+
CreateRecordData: {
|
|
224
|
+
url: "/",
|
|
225
|
+
method: "GET",
|
|
226
|
+
config: {
|
|
227
|
+
query: {
|
|
228
|
+
Version: "2016-03-04",
|
|
229
|
+
Action: "CreateRecordData",
|
|
230
|
+
},
|
|
231
|
+
headers: {
|
|
232
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
paramsType: {
|
|
236
|
+
Action: "String",
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
DeleteRecordData: {
|
|
240
|
+
url: "/",
|
|
241
|
+
method: "GET",
|
|
242
|
+
config: {
|
|
243
|
+
query: {
|
|
244
|
+
Version: "2016-03-04",
|
|
245
|
+
Action: "DeleteRecordData",
|
|
246
|
+
},
|
|
247
|
+
headers: {
|
|
248
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
paramsType: {
|
|
252
|
+
Action: "String",
|
|
253
|
+
},
|
|
254
|
+
},
|
|
255
|
+
CreatePdnsZone: {
|
|
256
|
+
url: "/",
|
|
257
|
+
method: "GET",
|
|
258
|
+
config: {
|
|
259
|
+
query: {
|
|
260
|
+
Version: "2016-03-04",
|
|
261
|
+
Action: "CreatePdnsZone",
|
|
262
|
+
},
|
|
263
|
+
headers: {
|
|
264
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
265
|
+
},
|
|
266
|
+
},
|
|
267
|
+
paramsType: {
|
|
268
|
+
ZoneName: "String",
|
|
269
|
+
ZoneTtl: "Int",
|
|
270
|
+
ProjectId: "String",
|
|
271
|
+
ChargeType: "String",
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
|
+
ModifyPdnsZone: {
|
|
275
|
+
url: "/",
|
|
276
|
+
method: "GET",
|
|
277
|
+
config: {
|
|
278
|
+
query: {
|
|
279
|
+
Version: "2016-03-04",
|
|
280
|
+
Action: "ModifyPdnsZone",
|
|
281
|
+
},
|
|
282
|
+
headers: {
|
|
283
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
284
|
+
},
|
|
285
|
+
},
|
|
286
|
+
paramsType: {
|
|
287
|
+
ZoneId: "String",
|
|
288
|
+
ZoneTtl: "Int",
|
|
289
|
+
},
|
|
290
|
+
},
|
|
291
|
+
DeletePdnsZone: {
|
|
292
|
+
url: "/",
|
|
293
|
+
method: "GET",
|
|
294
|
+
config: {
|
|
295
|
+
query: {
|
|
296
|
+
Version: "2016-03-04",
|
|
297
|
+
Action: "DeletePdnsZone",
|
|
298
|
+
},
|
|
299
|
+
headers: {
|
|
300
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
301
|
+
},
|
|
302
|
+
},
|
|
303
|
+
paramsType: {
|
|
304
|
+
ZoneId: "String",
|
|
305
|
+
},
|
|
306
|
+
},
|
|
307
|
+
DescribePdnsZones: {
|
|
308
|
+
url: "/",
|
|
309
|
+
method: "GET",
|
|
310
|
+
config: {
|
|
311
|
+
query: {
|
|
312
|
+
Version: "2016-03-04",
|
|
313
|
+
Action: "DescribePdnsZones",
|
|
314
|
+
},
|
|
315
|
+
headers: {
|
|
316
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
317
|
+
},
|
|
318
|
+
},
|
|
319
|
+
paramsType: {
|
|
320
|
+
Filter: "Filter",
|
|
321
|
+
MaxResults: "Int",
|
|
322
|
+
NextToken: "String",
|
|
323
|
+
},
|
|
324
|
+
},
|
|
325
|
+
BindZoneVpc: {
|
|
326
|
+
url: "/",
|
|
327
|
+
method: "GET",
|
|
328
|
+
config: {
|
|
329
|
+
query: {
|
|
330
|
+
Version: "2016-03-04",
|
|
331
|
+
Action: "BindZoneVpc",
|
|
332
|
+
},
|
|
333
|
+
headers: {
|
|
334
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
paramsType: {
|
|
338
|
+
ZoneId: "String",
|
|
339
|
+
Vpcs: "Filter",
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
UnbindZoneVpc: {
|
|
343
|
+
url: "/",
|
|
344
|
+
method: "GET",
|
|
345
|
+
config: {
|
|
346
|
+
query: {
|
|
347
|
+
Version: "2016-03-04",
|
|
348
|
+
Action: "UnbindZoneVpc",
|
|
349
|
+
},
|
|
350
|
+
headers: {
|
|
351
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
paramsType: {
|
|
355
|
+
ZoneId: "String",
|
|
356
|
+
Vpcs: "Filter",
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
CreateZoneRecord: {
|
|
360
|
+
url: "/",
|
|
361
|
+
method: "GET",
|
|
362
|
+
config: {
|
|
363
|
+
query: {
|
|
364
|
+
Version: "2016-03-04",
|
|
365
|
+
Action: "CreateZoneRecord",
|
|
366
|
+
},
|
|
367
|
+
headers: {
|
|
368
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
paramsType: {
|
|
372
|
+
ZoneId: "String",
|
|
373
|
+
RecordName: "String",
|
|
374
|
+
Type: "String",
|
|
375
|
+
RecordTtl: "Int",
|
|
376
|
+
RecordValue: "String",
|
|
377
|
+
},
|
|
378
|
+
},
|
|
379
|
+
DeleteZoneRecord: {
|
|
380
|
+
url: "/",
|
|
381
|
+
method: "GET",
|
|
382
|
+
config: {
|
|
383
|
+
query: {
|
|
384
|
+
Version: "2016-03-04",
|
|
385
|
+
Action: "DeleteZoneRecord",
|
|
386
|
+
},
|
|
387
|
+
headers: {
|
|
388
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
389
|
+
},
|
|
390
|
+
},
|
|
391
|
+
paramsType: {
|
|
392
|
+
ZoneId: "String",
|
|
393
|
+
RecordId: "String",
|
|
394
|
+
RecordValue: "String",
|
|
395
|
+
Priority: "String",
|
|
396
|
+
Weight: "String",
|
|
397
|
+
Port: "String",
|
|
398
|
+
},
|
|
399
|
+
},
|
|
400
|
+
ModifyZoneRecord: {
|
|
401
|
+
url: "/",
|
|
402
|
+
method: "GET",
|
|
403
|
+
config: {
|
|
404
|
+
query: {
|
|
405
|
+
Version: "2016-03-04",
|
|
406
|
+
Action: "ModifyZoneRecord",
|
|
407
|
+
},
|
|
408
|
+
headers: {
|
|
409
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
410
|
+
},
|
|
411
|
+
},
|
|
412
|
+
paramsType: {
|
|
413
|
+
ZoneId: "String",
|
|
414
|
+
RecordId: "String",
|
|
415
|
+
RecordTtl: "Int",
|
|
416
|
+
},
|
|
417
|
+
},
|
|
418
|
+
DescribeZoneRecord: {
|
|
419
|
+
url: "/",
|
|
420
|
+
method: "GET",
|
|
421
|
+
config: {
|
|
422
|
+
query: {
|
|
423
|
+
Version: "2016-03-04",
|
|
424
|
+
Action: "DescribeZoneRecord",
|
|
425
|
+
},
|
|
426
|
+
headers: {
|
|
427
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
paramsType: {
|
|
431
|
+
ZoneId: "String",
|
|
432
|
+
RecordId: "Filter",
|
|
433
|
+
Filter: "Filter",
|
|
434
|
+
},
|
|
435
|
+
},
|
|
436
|
+
UnbindFdZoneVpc: {
|
|
437
|
+
url: "/",
|
|
438
|
+
method: "GET",
|
|
439
|
+
config: {
|
|
440
|
+
query: {
|
|
441
|
+
Version: "2016-03-04",
|
|
442
|
+
Action: "UnbindFdZoneVpc",
|
|
443
|
+
},
|
|
444
|
+
headers: {
|
|
445
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
446
|
+
},
|
|
447
|
+
},
|
|
448
|
+
paramsType: {
|
|
449
|
+
BindVpcId: "Filter",
|
|
450
|
+
},
|
|
451
|
+
},
|
|
452
|
+
BindFdZoneVpc: {
|
|
453
|
+
url: "/",
|
|
454
|
+
method: "GET",
|
|
455
|
+
config: {
|
|
456
|
+
query: {
|
|
457
|
+
Version: "2016-03-04",
|
|
458
|
+
Action: "BindFdZoneVpc",
|
|
459
|
+
},
|
|
460
|
+
headers: {
|
|
461
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
|
+
paramsType: {
|
|
465
|
+
FdZoneId: "String",
|
|
466
|
+
RegionName: "String",
|
|
467
|
+
VpcId: "Filter",
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
DescribePdnsFdZone: {
|
|
471
|
+
url: "/",
|
|
472
|
+
method: "GET",
|
|
473
|
+
config: {
|
|
474
|
+
query: {
|
|
475
|
+
Version: "2016-03-04",
|
|
476
|
+
Action: "DescribePdnsFdZone",
|
|
477
|
+
},
|
|
478
|
+
headers: {
|
|
479
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
480
|
+
},
|
|
481
|
+
},
|
|
482
|
+
paramsType: {
|
|
483
|
+
FdZoneId: "Filter",
|
|
484
|
+
Filter: "Filter",
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
DeletePdnsFdZone: {
|
|
488
|
+
url: "/",
|
|
489
|
+
method: "GET",
|
|
490
|
+
config: {
|
|
491
|
+
query: {
|
|
492
|
+
Version: "2016-03-04",
|
|
493
|
+
Action: "DeletePdnsFdZone",
|
|
494
|
+
},
|
|
495
|
+
headers: {
|
|
496
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
497
|
+
},
|
|
498
|
+
},
|
|
499
|
+
paramsType: {
|
|
500
|
+
FdZoneId: "String",
|
|
501
|
+
},
|
|
502
|
+
},
|
|
503
|
+
ModifyPdnsFdZone: {
|
|
504
|
+
url: "/",
|
|
505
|
+
method: "GET",
|
|
506
|
+
config: {
|
|
507
|
+
query: {
|
|
508
|
+
Version: "2016-03-04",
|
|
509
|
+
Action: "ModifyPdnsFdZone",
|
|
510
|
+
},
|
|
511
|
+
headers: {
|
|
512
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
513
|
+
},
|
|
514
|
+
},
|
|
515
|
+
paramsType: {
|
|
516
|
+
FdZoneId: "String",
|
|
517
|
+
Description: "String",
|
|
518
|
+
ForwardIp: "Filter",
|
|
519
|
+
},
|
|
520
|
+
},
|
|
521
|
+
CreatePdnsFdZone: {
|
|
522
|
+
url: "/",
|
|
523
|
+
method: "GET",
|
|
524
|
+
config: {
|
|
525
|
+
query: {
|
|
526
|
+
Version: "2016-03-04",
|
|
527
|
+
Action: "CreatePdnsFdZone",
|
|
528
|
+
},
|
|
529
|
+
headers: {
|
|
530
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
531
|
+
},
|
|
532
|
+
},
|
|
533
|
+
paramsType: {
|
|
534
|
+
EndPointId: "String",
|
|
535
|
+
FdZoneName: "String",
|
|
536
|
+
Description: "String",
|
|
537
|
+
ForwardIp: "Filter",
|
|
538
|
+
},
|
|
539
|
+
},
|
|
540
|
+
QueryEndPointRegionAZ: {
|
|
541
|
+
url: "/",
|
|
542
|
+
method: "GET",
|
|
543
|
+
config: {
|
|
544
|
+
query: {
|
|
545
|
+
Version: "2016-03-04",
|
|
546
|
+
Action: "QueryEndPointRegionAZ",
|
|
547
|
+
},
|
|
548
|
+
headers: {
|
|
549
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
550
|
+
},
|
|
551
|
+
},
|
|
552
|
+
paramsType: {
|
|
553
|
+
Region: "String",
|
|
554
|
+
},
|
|
555
|
+
},
|
|
556
|
+
DescribeEndPoints: {
|
|
557
|
+
url: "/",
|
|
558
|
+
method: "GET",
|
|
559
|
+
config: {
|
|
560
|
+
query: {
|
|
561
|
+
Version: "2016-03-04",
|
|
562
|
+
Action: "DescribeEndPoints",
|
|
563
|
+
},
|
|
564
|
+
headers: {
|
|
565
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
566
|
+
},
|
|
567
|
+
},
|
|
568
|
+
paramsType: {
|
|
569
|
+
EndPointId: "Filter",
|
|
570
|
+
},
|
|
571
|
+
},
|
|
572
|
+
DeleteEndPoint: {
|
|
573
|
+
url: "/",
|
|
574
|
+
method: "GET",
|
|
575
|
+
config: {
|
|
576
|
+
query: {
|
|
577
|
+
Version: "2016-03-04",
|
|
578
|
+
Action: "DeleteEndPoint",
|
|
579
|
+
},
|
|
580
|
+
headers: {
|
|
581
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
582
|
+
},
|
|
583
|
+
},
|
|
584
|
+
paramsType: {
|
|
585
|
+
EndPointId: "String",
|
|
586
|
+
},
|
|
587
|
+
},
|
|
588
|
+
ModifyEndPoint: {
|
|
589
|
+
url: "/",
|
|
590
|
+
method: "GET",
|
|
591
|
+
config: {
|
|
592
|
+
query: {
|
|
593
|
+
Version: "2016-03-04",
|
|
594
|
+
Action: "ModifyEndPoint",
|
|
595
|
+
},
|
|
596
|
+
headers: {
|
|
597
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
598
|
+
},
|
|
599
|
+
},
|
|
600
|
+
paramsType: {
|
|
601
|
+
EndPointId: "String",
|
|
602
|
+
EndPointName: "String",
|
|
603
|
+
Description: "String",
|
|
604
|
+
IpConfig: "Filter",
|
|
605
|
+
},
|
|
606
|
+
},
|
|
607
|
+
CreateEndPoint: {
|
|
608
|
+
url: "/",
|
|
609
|
+
method: "GET",
|
|
610
|
+
config: {
|
|
611
|
+
query: {
|
|
612
|
+
Version: "2016-03-04",
|
|
613
|
+
Action: "CreateEndPoint",
|
|
614
|
+
},
|
|
615
|
+
headers: {
|
|
616
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
617
|
+
},
|
|
618
|
+
},
|
|
619
|
+
paramsType: {
|
|
620
|
+
EndPointName: "String",
|
|
621
|
+
Region: "String",
|
|
622
|
+
VpcId: "String",
|
|
623
|
+
Description: "String",
|
|
624
|
+
IpConfig: "Filter",
|
|
625
|
+
},
|
|
626
|
+
},
|
|
627
|
+
};
|
|
628
|
+
};
|