ksyun-sdk-node 1.2.4 → 1.4.8

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 (126) 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 +511 -0
  5. package/dist/service/Bill/v20180601/index.js +45 -45
  6. package/dist/service/Bill/v20220601/index.js +35 -35
  7. package/dist/service/Bill_union/v20200101/index.js +139 -103
  8. package/dist/service/Bill_union/v20221222/index.js +93 -93
  9. package/dist/service/Bill_union/v20250801/index.js +66 -0
  10. package/dist/service/Bws/v20160304/index.js +103 -103
  11. package/dist/service/Cdn/v20160901/index.js +66 -19
  12. package/dist/service/Cdn/v20200630/index.js +306 -306
  13. package/dist/service/Cdn/v20200901/index.js +108 -108
  14. package/dist/service/Cdn/v20211201/index.js +45 -0
  15. package/dist/service/Cdn/v20250503/index.js +71 -0
  16. package/dist/service/Cen/v20160304/index.js +321 -321
  17. package/dist/service/Clickhouse/v20210101/index.js +387 -387
  18. package/dist/service/Ebs/v20160304/index.js +262 -262
  19. package/dist/service/Eip/v20160304/index.js +101 -101
  20. package/dist/service/Epc/v20151101/index.js +1741 -766
  21. package/dist/service/Iam/v20151101/index.js +863 -756
  22. package/dist/service/Iam/v20240513/index.js +47 -0
  23. package/dist/service/Iam/v20240703/index.js +44 -0
  24. package/dist/service/Kad/v20161122/index.js +81 -81
  25. package/dist/service/Kce/v20180314/index.js +216 -216
  26. package/dist/service/Kce/v20190806/index.js +343 -343
  27. package/dist/service/Kce/v20201231/index.js +39 -39
  28. package/dist/service/Kcf/v20211215/index.js +141 -141
  29. package/dist/service/Kcm/v20160304/index.js +81 -81
  30. package/dist/service/Kcrs/v20211109/index.js +611 -611
  31. package/dist/service/Kcs/v20160701/index.js +800 -800
  32. package/dist/service/Kcs/v20170401/index.js +47 -47
  33. package/dist/service/Kead/v20200101/index.js +25 -25
  34. package/dist/service/Kec/v20160304/index.js +1697 -1533
  35. package/dist/service/Kes/v20201215/index.js +171 -0
  36. package/dist/service/Ket/v20170101/index.js +92 -92
  37. package/dist/service/Kkms/v20160304/index.js +108 -108
  38. package/dist/service/Klog/v20200731/index.js +232 -705
  39. package/dist/service/Kls/v20170101/index.js +135 -135
  40. package/dist/service/Kmr/v20210902/index.js +422 -0
  41. package/dist/service/Kmr/v20231231/index.js +154 -0
  42. package/dist/service/Kmr/v20240814/index.js +370 -0
  43. package/dist/service/Krds/v20160701/index.js +991 -991
  44. package/dist/service/Krds/v20200825/index.js +115 -115
  45. package/dist/service/Memcached/v20180627/index.js +172 -172
  46. package/dist/service/Mongodb/v20170101/index.js +514 -514
  47. package/dist/service/Monitor/v20100525/index.js +41 -41
  48. package/dist/service/Monitor/v20181114/index.js +25 -25
  49. package/dist/service/Monitor/v20210101/index.js +153 -116
  50. package/dist/service/Monitor/v20220101/index.js +30 -40
  51. package/dist/service/Monitor/v20250101/index.js +71 -0
  52. package/dist/service/Rabbitmq/v20191017/index.js +163 -163
  53. package/dist/service/Resourcemanager/v20210320/index.js +110 -110
  54. package/dist/service/Sks/v20151101/index.js +69 -69
  55. package/dist/service/Slb/v20160304/index.js +1208 -1208
  56. package/dist/service/Sts/v20151101/index.js +23 -23
  57. package/dist/service/Tagv2/v20200901/index.js +115 -115
  58. package/dist/service/Tidb/v20210520/index.js +254 -254
  59. package/dist/service/Trade/v20200114/index.js +20 -20
  60. package/dist/service/Trade/v20200831/index.js +22 -22
  61. package/dist/service/Vpc/v20160304/index.js +1947 -1209
  62. package/dist/service/Waf/v20200707/index.js +174 -174
  63. package/example/iam.js +2 -1
  64. package/example/res.js +2 -1
  65. package/package.json +1 -1
  66. package/src/base/BaseClient.js +51 -4
  67. package/src/service/Actiontrail/v20190401/index.js +42 -42
  68. package/src/service/Aicp/v20240612/index.js +503 -0
  69. package/src/service/Bill/v20180601/index.js +63 -64
  70. package/src/service/Bill/v20220601/index.js +50 -50
  71. package/src/service/Bill_union/v20200101/index.js +181 -146
  72. package/src/service/Bill_union/v20221222/index.js +124 -124
  73. package/src/service/Bill_union/v20250801/index.js +58 -0
  74. package/src/service/Bws/v20160304/index.js +138 -138
  75. package/src/service/Cdn/v20160901/index.js +78 -32
  76. package/src/service/Cdn/v20200630/index.js +399 -399
  77. package/src/service/Cdn/v20200901/index.js +143 -143
  78. package/src/service/Cdn/v20211201/index.js +37 -0
  79. package/src/service/Cdn/v20250503/index.js +63 -0
  80. package/src/service/Cen/v20160304/index.js +449 -449
  81. package/src/service/Clickhouse/v20210101/index.js +535 -535
  82. package/src/service/Ebs/v20160304/index.js +365 -365
  83. package/src/service/Eip/v20160304/index.js +135 -136
  84. package/src/service/Epc/v20151101/index.js +1984 -1009
  85. package/src/service/Iam/v20151101/index.js +1155 -1050
  86. package/src/service/Iam/v20240513/index.js +39 -0
  87. package/src/service/Iam/v20240703/index.js +36 -0
  88. package/src/service/Kad/v20161122/index.js +112 -112
  89. package/src/service/Kce/v20180314/index.js +309 -309
  90. package/src/service/Kce/v20190806/index.js +471 -471
  91. package/src/service/Kce/v20201231/index.js +50 -50
  92. package/src/service/Kcf/v20211215/index.js +192 -194
  93. package/src/service/Kcm/v20160304/index.js +104 -104
  94. package/src/service/Kcrs/v20211109/index.js +840 -854
  95. package/src/service/Kcs/v20160701/index.js +1095 -1098
  96. package/src/service/Kcs/v20170401/index.js +66 -66
  97. package/src/service/Kead/v20200101/index.js +36 -36
  98. package/src/service/Kec/v20160304/index.js +2061 -1902
  99. package/src/service/Kes/v20201215/index.js +163 -0
  100. package/src/service/Ket/v20170101/index.js +123 -123
  101. package/src/service/Kkms/v20160304/index.js +156 -156
  102. package/src/service/Klog/v20200731/index.js +320 -807
  103. package/src/service/Kls/v20170101/index.js +183 -183
  104. package/src/service/Kmr/v20210902/index.js +414 -0
  105. package/src/service/Kmr/v20231231/index.js +146 -0
  106. package/src/service/Kmr/v20240814/index.js +362 -0
  107. package/src/service/Krds/v20160701/index.js +1291 -1293
  108. package/src/service/Krds/v20200825/index.js +163 -163
  109. package/src/service/Memcached/v20180627/index.js +238 -245
  110. package/src/service/Mongodb/v20170101/index.js +672 -672
  111. package/src/service/Monitor/v20100525/index.js +56 -56
  112. package/src/service/Monitor/v20181114/index.js +36 -36
  113. package/src/service/Monitor/v20210101/index.js +205 -169
  114. package/src/service/Monitor/v20220101/index.js +44 -54
  115. package/src/service/Monitor/v20250101/index.js +63 -0
  116. package/src/service/Rabbitmq/v20191017/index.js +231 -231
  117. package/src/service/Resourcemanager/v20210320/index.js +157 -158
  118. package/src/service/Sks/v20151101/index.js +95 -96
  119. package/src/service/Slb/v20160304/index.js +1471 -1471
  120. package/src/service/Sts/v20151101/index.js +34 -34
  121. package/src/service/Tagv2/v20200901/index.js +163 -163
  122. package/src/service/Tidb/v20210520/index.js +352 -352
  123. package/src/service/Trade/v20200114/index.js +31 -31
  124. package/src/service/Trade/v20200831/index.js +33 -33
  125. package/src/service/Vpc/v20160304/index.js +2404 -1667
  126. package/src/service/Waf/v20200707/index.js +237 -237
@@ -8,1011 +8,1986 @@ module.exports = class Client extends BaseClient {
8
8
  constructor(...args) {
9
9
  super(...args);
10
10
  _defineProperty(this, "_baseConfig", {
11
- 'protocol': 'http://',
12
- 'endpoint': 'epc.api.ksyun.com',
13
- 'config': {
14
- 'timeout': 60,
11
+ protocol: "http://",
12
+ endpoint: "epc.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': 'epc'
19
+ credentials: {
20
+ region: "cn-shanghai-3",
21
+ service: "epc"
22
22
  }
23
23
  }
24
24
  });
25
25
  _defineProperty(this, "_apiList", {
26
- 'CreateEpc': {
27
- 'url': '/',
28
- 'method': 'GET',
29
- 'config': {
30
- 'query': {
31
- 'Version': '2015-11-01',
32
- 'Action': 'CreateEpc'
33
- },
34
- 'headers': {
35
- 'Content-Type': 'application/x-www-form-urlencoded'
36
- }
37
- },
38
- 'paramsType': {
39
- 'HostType': 'String',
40
- 'AvailabilityZone': 'String',
41
- 'Raid': 'String',
42
- 'RaidId': 'String',
43
- 'ImageId': 'String',
44
- 'NetworkInterfaceMode': 'String',
45
- 'SubnetId': 'String',
46
- 'PrivateIpAddress': 'String',
47
- 'keyId': 'String',
48
- 'SecurityGroupId': 'Filter',
49
- 'DNS1': 'String',
50
- 'DNS2': 'String',
51
- 'HostName': 'String',
52
- 'ProjectId': 'String',
53
- 'ChargeType': 'String',
54
- 'Sn': 'String',
55
- 'PurchaseTime': 'Int',
56
- 'Password': 'String',
57
- 'SecurityAgent': 'String',
58
- 'CloudMonitorAgent': 'String',
59
- 'ExtensionSubnetId': 'String',
60
- 'ExtensionPrivateIpAddress': 'String',
61
- 'ExtensionDNS1': 'String',
62
- 'ExtensionDNS2': 'String',
63
- 'Description': 'String',
64
- 'AddressBandWidth': 'String',
65
- 'LineId': 'String',
66
- 'BandWidthShareId': 'String',
67
- 'AddressChargeType': 'String',
68
- 'AddressPurchaseTime': 'String',
69
- 'AddressProjectId': 'String',
70
- 'SystemFileType': 'String',
71
- 'DataFileType': 'String',
72
- 'DataDiskCatalogue': 'String',
73
- 'DataDiskCatalogueSuffix': 'String',
74
- 'HyperThreading': 'String',
75
- 'NvmeDataFileType': 'String',
76
- 'NvmeDataDiskCatalogue': 'String',
77
- 'NvmeDataDiskCatalogueSuffix': 'String',
78
- 'bondAttribute': 'String',
79
- 'ContainerAgent': 'String',
80
- 'KesAgent': 'String',
81
- 'KmrAgent': 'String',
82
- 'ComputerName': 'String',
83
- 'OverclockingAttribute': 'String',
84
- 'GpuImageDriverId': 'String',
85
- 'SystemVolumeType': 'String',
86
- 'SystemVolumeSize': 'String',
87
- 'RoceNetwork': 'String'
88
- }
89
- },
90
- 'StartEpc': {
91
- 'url': '/',
92
- 'method': 'GET',
93
- 'config': {
94
- 'query': {
95
- 'Version': '2015-11-01',
96
- 'Action': 'StartEpc'
97
- },
98
- 'headers': {
99
- 'Content-Type': 'application/json'
100
- }
101
- },
102
- 'paramsType': {
103
- 'HostId': 'String'
104
- }
105
- },
106
- 'RebootEpc': {
107
- 'url': '/',
108
- 'method': 'GET',
109
- 'config': {
110
- 'query': {
111
- 'Version': '2015-11-01',
112
- 'Action': 'RebootEpc'
113
- },
114
- 'headers': {
115
- 'Content-Type': 'application/json'
116
- }
117
- },
118
- 'paramsType': {
119
- 'HostId': 'String'
120
- }
121
- },
122
- 'DeleteEpc': {
123
- 'url': '/',
124
- 'method': 'GET',
125
- 'config': {
126
- 'query': {
127
- 'Version': '2015-11-01',
128
- 'Action': 'DeleteEpc'
129
- },
130
- 'headers': {
131
- 'Content-Type': 'application/json'
132
- }
133
- },
134
- 'paramsType': {
135
- 'HostId': 'String'
136
- }
137
- },
138
- 'ReinstallEpc': {
139
- 'url': '/',
140
- 'method': 'GET',
141
- 'config': {
142
- 'query': {
143
- 'Version': '2015-11-01',
144
- 'Action': 'ReinstallEpc'
145
- },
146
- 'headers': {
147
- 'Content-Type': 'application/x-www-form-urlencoded'
148
- }
149
- },
150
- 'paramsType': {
151
- 'HostId': 'String',
152
- 'ImageId': 'String',
153
- 'keyId': 'String',
154
- 'Password': 'String',
155
- 'NetworkInterfaceMode': 'String',
156
- 'SecurityAgent': 'String',
157
- 'CloudMonitorAgent': 'String',
158
- 'Raid': 'String',
159
- 'RaidId': 'String',
160
- 'HostName': 'String',
161
- 'SystemFileType': 'String',
162
- 'DataFileType': 'String',
163
- 'DataDiskCatalogue': 'String',
164
- 'DataDiskCatalogueSuffix': 'String',
165
- 'HyperThreading': 'String',
166
- 'NvmeDataFileType': 'String',
167
- 'NvmeDataDiskCatalogue': 'String',
168
- 'NvmeDataDiskCatalogueSuffix': 'String',
169
- 'bondAttribute': 'String',
170
- 'KesAgent': 'String',
171
- 'KmrAgent': 'String',
172
- 'ComputerName': 'String',
173
- 'OverclockingAttribute': 'String',
174
- 'DelayStart': 'Int',
175
- 'AvailabilityZone': 'String',
176
- 'GpuImageDriverId': 'String'
177
- }
178
- },
179
- 'ModifySecurityGroup': {
180
- 'url': '/',
181
- 'method': 'GET',
182
- 'config': {
183
- 'query': {
184
- 'Version': '2015-11-01',
185
- 'Action': 'ModifySecurityGroup'
26
+ CreateEpc: {
27
+ url: "/",
28
+ method: "GET",
29
+ config: {
30
+ query: {
31
+ Version: "2015-11-01",
32
+ Action: "CreateEpc"
186
33
  },
187
- 'headers': {
188
- 'Content-Type': 'application/json'
34
+ headers: {
35
+ "Content-Type": "application/x-www-form-urlencoded"
189
36
  }
190
37
  },
191
- 'paramsType': {
192
- 'HostId': 'String',
193
- 'NetworkInterfaceId': 'String',
194
- 'SecurityGroupId': 'Filter'
38
+ paramsType: {
39
+ HostType: "String",
40
+ AvailabilityZone: "String",
41
+ Raid: "String",
42
+ RaidId: "String",
43
+ ImageId: "String",
44
+ NetworkInterfaceMode: "String",
45
+ SubnetId: "String",
46
+ PrivateIpAddress: "String",
47
+ keyId: "String",
48
+ SecurityGroupId: "Filter",
49
+ DNS1: "String",
50
+ DNS2: "String",
51
+ HostName: "String",
52
+ ProjectId: "String",
53
+ ChargeType: "String",
54
+ PurchaseTime: "Int",
55
+ Password: "String",
56
+ CloudMonitorAgent: "String",
57
+ ExtensionSubnetId: "String",
58
+ ExtensionPrivateIpAddress: "String",
59
+ ExtensionDNS1: "String",
60
+ ExtensionDNS2: "String",
61
+ Description: "String",
62
+ AddressBandWidth: "String",
63
+ LineId: "String",
64
+ BandWidthShareId: "String",
65
+ AddressChargeType: "String",
66
+ AddressPurchaseTime: "String",
67
+ AddressProjectId: "String",
68
+ SystemFileType: "String",
69
+ DataFileType: "String",
70
+ DataDiskCatalogue: "String",
71
+ DataDiskCatalogueSuffix: "String",
72
+ HyperThreading: "String",
73
+ NvmeDataFileType: "String",
74
+ NvmeDataDiskCatalogue: "String",
75
+ NvmeDataDiskCatalogueSuffix: "String",
76
+ BondAttribute: "String",
77
+ ContainerAgent: "String",
78
+ KesAgent: "String",
79
+ KmrAgent: "String",
80
+ ComputerName: "String",
81
+ OverclockingAttribute: "String",
82
+ GpuImageDriverId: "String",
83
+ SystemVolumeType: "String",
84
+ SystemVolumeSize: "String",
85
+ RoceNetwork: "String",
86
+ ZoneId: "String",
87
+ ZoneType: "String",
88
+ UseHotStandby: "String",
89
+ TimedRegularization: "String",
90
+ PasswordInherit: "String",
91
+ DataDiskMount: "String",
92
+ StorageRoceNetworkCardName: "String",
93
+ "Anaconda.N": "String",
94
+ "Framework.N": "String",
95
+ "Engine.N": "String",
96
+ "AiModel.N": "String",
97
+ UserData: "String",
98
+ StorageRoceNetworkInterfaceMode: "String"
195
99
  }
196
100
  },
197
- 'CreateKey': {
198
- 'url': '/',
199
- 'method': 'GET',
200
- 'config': {
201
- 'query': {
202
- 'Version': '2015-11-01',
203
- 'Action': 'CreateKey'
101
+ StartEpc: {
102
+ url: "/",
103
+ method: "GET",
104
+ config: {
105
+ query: {
106
+ Version: "2015-11-01",
107
+ Action: "StartEpc"
204
108
  },
205
- 'headers': {
206
- 'Content-Type': 'application/x-www-form-urlencoded'
109
+ headers: {
110
+ "Content-Type": "application/x-www-form-urlencoded"
207
111
  }
208
112
  },
209
- 'paramsType': {
210
- 'KeyName': 'String',
211
- 'Description': 'String'
113
+ paramsType: {
114
+ HostId: "String"
212
115
  }
213
116
  },
214
- 'DescribeEpcs': {
215
- 'url': '/',
216
- 'method': 'GET',
217
- 'config': {
218
- 'query': {
219
- 'Version': '2015-11-01',
220
- 'Action': 'DescribeEpcs'
117
+ RebootEpc: {
118
+ url: "/",
119
+ method: "GET",
120
+ config: {
121
+ query: {
122
+ Version: "2015-11-01",
123
+ Action: "RebootEpc"
221
124
  },
222
- 'headers': {
223
- 'Content-Type': 'application/x-www-form-urlencoded'
125
+ headers: {
126
+ "Content-Type": "application/x-www-form-urlencoded"
224
127
  }
225
128
  },
226
- 'paramsType': {
227
- 'ProjectId': 'Filter',
228
- 'HostId': 'Filter',
229
- 'Filter': 'Filter',
230
- 'MaxResults': 'Int',
231
- 'NextToken': 'String'
129
+ paramsType: {
130
+ HostId: "String"
232
131
  }
233
132
  },
234
- 'GetDynamicCode': {
235
- 'url': '/',
236
- 'method': 'GET',
237
- 'config': {
238
- 'query': {
239
- 'Version': '2015-11-01',
240
- 'Action': 'GetDynamicCode'
133
+ DeleteEpc: {
134
+ url: "/",
135
+ method: "GET",
136
+ config: {
137
+ query: {
138
+ Version: "2015-11-01",
139
+ Action: "DeleteEpc"
241
140
  },
242
- 'headers': {
243
- 'Content-Type': 'application/x-www-form-urlencoded'
141
+ headers: {
142
+ "Content-Type": "application/x-www-form-urlencoded"
244
143
  }
245
144
  },
246
- 'paramsType': {
247
- 'RemoteManagementId': 'String'
145
+ paramsType: {
146
+ HostId: "String"
248
147
  }
249
148
  },
250
- 'DescribeVpns': {
251
- 'url': '/',
252
- 'method': 'GET',
253
- 'config': {
254
- 'query': {
255
- 'Version': '2015-11-01',
256
- 'Action': 'DescribeVpns'
149
+ ReinstallEpc: {
150
+ url: "/",
151
+ method: "GET",
152
+ config: {
153
+ query: {
154
+ Version: "2015-11-01",
155
+ Action: "ReinstallEpc"
257
156
  },
258
- 'headers': {
259
- 'Content-Type': 'application/x-www-form-urlencoded'
157
+ headers: {
158
+ "Content-Type": "application/x-www-form-urlencoded"
260
159
  }
261
160
  },
262
- 'paramsType': {
263
- 'DynamicCode': 'String',
264
- 'Pin': 'String',
265
- 'RemoteManagementId': 'String'
161
+ paramsType: {
162
+ HostId: "String",
163
+ ImageId: "String",
164
+ keyId: "String",
165
+ Password: "String",
166
+ NetworkInterfaceMode: "String",
167
+ CloudMonitorAgent: "String",
168
+ Raid: "String",
169
+ RaidId: "String",
170
+ HostName: "String",
171
+ SystemFileType: "String",
172
+ DataFileType: "String",
173
+ DataDiskCatalogue: "String",
174
+ DataDiskCatalogueSuffix: "String",
175
+ HyperThreading: "String",
176
+ NvmeDataFileType: "String",
177
+ NvmeDataDiskCatalogue: "String",
178
+ NvmeDataDiskCatalogueSuffix: "String",
179
+ BondAttribute: "String",
180
+ KesAgent: "String",
181
+ KmrAgent: "String",
182
+ ComputerName: "String",
183
+ OverclockingAttribute: "String",
184
+ DelayStart: "Int",
185
+ AvailabilityZone: "String",
186
+ GpuImageDriverId: "String",
187
+ ContainerAgent: "String",
188
+ PasswordInherit: "String",
189
+ DataDiskMount: "String",
190
+ StorageRoceNetworkCardName: "String"
266
191
  }
267
192
  },
268
- 'CreateImage': {
269
- 'url': '/',
270
- 'method': 'GET',
271
- 'config': {
272
- 'query': {
273
- 'Version': '2015-11-01',
274
- 'Action': 'CreateImage'
193
+ ModifySecurityGroup: {
194
+ url: "/",
195
+ method: "GET",
196
+ config: {
197
+ query: {
198
+ Version: "2015-11-01",
199
+ Action: "ModifySecurityGroup"
275
200
  },
276
- 'headers': {
277
- 'Content-Type': 'application/x-www-form-urlencoded'
201
+ headers: {
202
+ "Content-Type": "application/x-www-form-urlencoded"
278
203
  }
279
204
  },
280
- 'paramsType': {
281
- 'HostId': 'String',
282
- 'ImageName': 'String',
283
- 'ImageMode': 'String',
284
- 'ImageInitialization': 'String'
205
+ paramsType: {
206
+ HostId: "String",
207
+ NetworkInterfaceId: "String",
208
+ SecurityGroupId: "Filter"
285
209
  }
286
210
  },
287
- 'ModifyImage': {
288
- 'url': '/',
289
- 'method': 'GET',
290
- 'config': {
291
- 'query': {
292
- 'Version': '2015-11-01',
293
- 'Action': 'ModifyImage'
211
+ CreateKey: {
212
+ url: "/",
213
+ method: "GET",
214
+ config: {
215
+ query: {
216
+ Version: "2015-11-01",
217
+ Action: "CreateKey"
294
218
  },
295
- 'headers': {
296
- 'Content-Type': 'application/x-www-form-urlencoded'
219
+ headers: {
220
+ "Content-Type": "application/x-www-form-urlencoded"
297
221
  }
298
222
  },
299
- 'paramsType': {
300
- 'ImageName': 'String',
301
- 'ImageId': 'String'
223
+ paramsType: {
224
+ KeyName: "String",
225
+ Description: "String"
302
226
  }
303
227
  },
304
- 'DeleteImage': {
305
- 'url': '/',
306
- 'method': 'GET',
307
- 'config': {
308
- 'query': {
309
- 'Version': '2015-11-01',
310
- 'Action': 'DeleteImage'
228
+ DescribeEpcs: {
229
+ url: "/",
230
+ method: "GET",
231
+ config: {
232
+ query: {
233
+ Version: "2015-11-01",
234
+ Action: "DescribeEpcs"
311
235
  },
312
- 'headers': {
313
- 'Content-Type': 'application/x-www-form-urlencoded'
236
+ headers: {
237
+ "Content-Type": "application/x-www-form-urlencoded"
314
238
  }
315
239
  },
316
- 'paramsType': {
317
- 'ImageId': 'String'
240
+ paramsType: {
241
+ ProjectId: "Filter",
242
+ HostId: "Filter",
243
+ Filter: "Filter",
244
+ MaxResults: "Int",
245
+ NextToken: "String"
318
246
  }
319
247
  },
320
- 'DescribeImages': {
321
- 'url': '/',
322
- 'method': 'GET',
323
- 'config': {
324
- 'query': {
325
- 'Version': '2015-11-01',
326
- 'Action': 'DescribeImages'
248
+ GetDynamicCode: {
249
+ url: "/",
250
+ method: "GET",
251
+ config: {
252
+ query: {
253
+ Version: "2015-11-01",
254
+ Action: "GetDynamicCode"
327
255
  },
328
- 'headers': {
329
- 'Content-Type': 'application/x-www-form-urlencoded'
256
+ headers: {
257
+ "Content-Type": "application/x-www-form-urlencoded"
330
258
  }
331
259
  },
332
- 'paramsType': {
333
- 'MaxResults': 'Int',
334
- 'NextToken': 'String'
260
+ paramsType: {
261
+ RemoteManagementId: "String"
335
262
  }
336
263
  },
337
- 'ModifyDns': {
338
- 'url': '/',
339
- 'method': 'GET',
340
- 'config': {
341
- 'query': {
342
- 'Version': '2015-11-01',
343
- 'Action': 'ModifyDns'
264
+ DescribeVpns: {
265
+ url: "/",
266
+ method: "GET",
267
+ config: {
268
+ query: {
269
+ Version: "2015-11-01",
270
+ Action: "DescribeVpns"
344
271
  },
345
- 'headers': {
346
- 'Content-Type': 'application/x-www-form-urlencoded'
272
+ headers: {
273
+ "Content-Type": "application/x-www-form-urlencoded"
347
274
  }
348
275
  },
349
- 'paramsType': {
350
- 'NetworkInterfaceId': 'String',
351
- 'HostId': 'String',
352
- 'DNS1': 'String',
353
- 'DNS2': 'String'
276
+ paramsType: {
277
+ DynamicCode: "String",
278
+ Pin: "String",
279
+ RemoteManagementId: "String"
354
280
  }
355
281
  },
356
- 'ModifyNetworkInterfaceAttribute': {
357
- 'url': '/',
358
- 'method': 'GET',
359
- 'config': {
360
- 'query': {
361
- 'Version': '2015-11-01',
362
- 'Action': 'ModifyNetworkInterfaceAttribute'
282
+ CreateImage: {
283
+ url: "/",
284
+ method: "GET",
285
+ config: {
286
+ query: {
287
+ Version: "2015-11-01",
288
+ Action: "CreateImage"
363
289
  },
364
- 'headers': {
365
- 'Content-Type': 'application/x-www-form-urlencoded'
290
+ headers: {
291
+ "Content-Type": "application/x-www-form-urlencoded"
366
292
  }
367
293
  },
368
- 'paramsType': {
369
- 'NetworkInterfaceId': 'String',
370
- 'HostId': 'String',
371
- 'SubnetId': 'String',
372
- 'IpAddress': 'String',
373
- 'SecurityGroupIdList': 'Array'
294
+ paramsType: {
295
+ HostId: "String",
296
+ ImageName: "String",
297
+ ImageMode: "String",
298
+ ImageInitialization: "String"
374
299
  }
375
300
  },
376
- 'DescribePhysicalMonitor': {
377
- 'url': '/',
378
- 'method': 'GET',
379
- 'config': {
380
- 'query': {
381
- 'Version': '2015-11-01',
382
- 'Action': 'DescribePhysicalMonitor'
301
+ ModifyImage: {
302
+ url: "/",
303
+ method: "GET",
304
+ config: {
305
+ query: {
306
+ Version: "2015-11-01",
307
+ Action: "ModifyImage"
383
308
  },
384
- 'headers': {
385
- 'Content-Type': 'application/x-www-form-urlencoded'
309
+ headers: {
310
+ "Content-Type": "application/x-www-form-urlencoded"
386
311
  }
387
312
  },
388
- 'paramsType': {
389
- 'HostId': 'String'
313
+ paramsType: {
314
+ ImageName: "String",
315
+ ImageId: "String"
390
316
  }
391
317
  },
392
- 'DescribeEpcManagements': {
393
- 'url': '/',
394
- 'method': 'GET',
395
- 'config': {
396
- 'query': {
397
- 'Version': '2015-11-01',
398
- 'Action': 'DescribeEpcManagements'
318
+ DeleteImage: {
319
+ url: "/",
320
+ method: "GET",
321
+ config: {
322
+ query: {
323
+ Version: "2015-11-01",
324
+ Action: "DeleteImage"
399
325
  },
400
- 'headers': {
401
- 'Content-Type': 'application/x-www-form-urlencoded'
326
+ headers: {
327
+ "Content-Type": "application/x-www-form-urlencoded"
402
328
  }
403
329
  },
404
- 'paramsType': {
405
- 'MaxResults': 'Int',
406
- 'NextToken': 'String',
407
- 'DynamicCode': 'String',
408
- 'Pin': 'String',
409
- 'EpcManagementId': 'Filter',
410
- 'RemoteManagementId': 'String'
330
+ paramsType: {
331
+ ImageId: "String"
411
332
  }
412
333
  },
413
- 'DescribeRemoteManagements': {
414
- 'url': '/',
415
- 'method': 'GET',
416
- 'config': {
417
- 'query': {
418
- 'Version': '2015-11-01',
419
- 'Action': 'DescribeRemoteManagements'
334
+ DescribeImages: {
335
+ url: "/",
336
+ method: "GET",
337
+ config: {
338
+ query: {
339
+ Version: "2015-11-01",
340
+ Action: "DescribeImages"
420
341
  },
421
- 'headers': {
422
- 'Content-Type': 'application/x-www-form-urlencoded'
342
+ headers: {
343
+ "Content-Type": "application/x-www-form-urlencoded"
423
344
  }
424
345
  },
425
- 'paramsType': {
426
- 'RemoteManagementId': 'Filter'
346
+ paramsType: {
347
+ MaxResults: "Int",
348
+ NextToken: "String",
349
+ "ImageId.N": "String"
427
350
  }
428
351
  },
429
- 'StopEpc': {
430
- 'url': '/',
431
- 'method': 'GET',
432
- 'config': {
433
- 'query': {
434
- 'Version': '2015-11-01',
435
- 'Action': 'StopEpc'
352
+ ModifyDns: {
353
+ url: "/",
354
+ method: "GET",
355
+ config: {
356
+ query: {
357
+ Version: "2015-11-01",
358
+ Action: "ModifyDns"
436
359
  },
437
- 'headers': {
438
- 'Content-Type': 'application/x-www-form-urlencoded'
360
+ headers: {
361
+ "Content-Type": "application/x-www-form-urlencoded"
439
362
  }
440
363
  },
441
- 'paramsType': {
442
- 'HostId': 'String'
364
+ paramsType: {
365
+ NetworkInterfaceId: "String",
366
+ HostId: "String",
367
+ DNS1: "String",
368
+ DNS2: "String"
443
369
  }
444
370
  },
445
- 'ModifyEpc': {
446
- 'url': '/',
447
- 'method': 'GET',
448
- 'config': {
449
- 'query': {
450
- 'Version': '2015-11-01',
451
- 'Action': 'ModifyEpc'
371
+ ModifyNetworkInterfaceAttribute: {
372
+ url: "/",
373
+ method: "GET",
374
+ config: {
375
+ query: {
376
+ Version: "2015-11-01",
377
+ Action: "ModifyNetworkInterfaceAttribute"
452
378
  },
453
- 'headers': {
454
- 'Content-Type': 'application/x-www-form-urlencoded'
379
+ headers: {
380
+ "Content-Type": "application/x-www-form-urlencoded"
455
381
  }
456
382
  },
457
- 'paramsType': {
458
- 'HostId': 'String',
459
- 'HostName': 'String',
460
- 'Description': 'String'
383
+ paramsType: {
384
+ NetworkInterfaceId: "String",
385
+ HostId: "String",
386
+ SubnetId: "String",
387
+ IpAddress: "String",
388
+ SecurityGroupIdList: "Array",
389
+ SecurityGroupId: "Filter"
461
390
  }
462
391
  },
463
- 'ModifyRemoteManagement': {
464
- 'url': '/',
465
- 'method': 'GET',
466
- 'config': {
467
- 'query': {
468
- 'Version': '2015-11-01',
469
- 'Action': 'ModifyRemoteManagement'
392
+ DescribePhysicalMonitor: {
393
+ url: "/",
394
+ method: "GET",
395
+ config: {
396
+ query: {
397
+ Version: "2015-11-01",
398
+ Action: "DescribePhysicalMonitor"
470
399
  },
471
- 'headers': {
472
- 'Content-Type': 'application/x-www-form-urlencoded'
400
+ headers: {
401
+ "Content-Type": "application/x-www-form-urlencoded"
473
402
  }
474
403
  },
475
- 'paramsType': {
476
- 'RemoteManagementId': 'String',
477
- 'DynamicCode': 'String',
478
- 'Pin': 'String',
479
- 'NewPhoneNumber': 'String',
480
- 'NewPin': 'String',
481
- 'Name': 'String',
482
- 'VersionId': 'Int'
404
+ paramsType: {
405
+ HostId: "String"
483
406
  }
484
407
  },
485
- 'CreateRemoteManagement': {
486
- 'url': '/',
487
- 'method': 'GET',
488
- 'config': {
489
- 'query': {
490
- 'Version': '2015-11-01',
491
- 'Action': 'CreateRemoteManagement'
408
+ DescribeEpcManagements: {
409
+ url: "/",
410
+ method: "GET",
411
+ config: {
412
+ query: {
413
+ Version: "2015-11-01",
414
+ Action: "DescribeEpcManagements"
492
415
  },
493
- 'headers': {
494
- 'Content-Type': 'application/x-www-form-urlencoded'
416
+ headers: {
417
+ "Content-Type": "application/x-www-form-urlencoded"
495
418
  }
496
419
  },
497
- 'paramsType': {
498
- 'DynamicCode': 'String',
499
- 'Pin': 'String',
500
- 'PhoneNumber': 'String',
501
- 'Name': 'String',
502
- 'VersionId': 'Int'
420
+ paramsType: {
421
+ MaxResults: "Int",
422
+ NextToken: "String",
423
+ DynamicCode: "String",
424
+ Pin: "String",
425
+ EpcManagementId: "Filter",
426
+ RemoteManagementId: "String"
503
427
  }
504
428
  },
505
- 'ReinstallCustomerEpc': {
506
- 'url': '/',
507
- 'method': 'GET',
508
- 'config': {
509
- 'query': {
510
- 'Version': '2015-11-01',
511
- 'Action': 'ReinstallCustomerEpc'
429
+ DescribeRemoteManagements: {
430
+ url: "/",
431
+ method: "GET",
432
+ config: {
433
+ query: {
434
+ Version: "2015-11-01",
435
+ Action: "DescribeRemoteManagements"
512
436
  },
513
- 'headers': {
514
- 'Content-Type': 'application/x-www-form-urlencoded'
437
+ headers: {
438
+ "Content-Type": "application/x-www-form-urlencoded"
515
439
  }
516
440
  },
517
- 'paramsType': {
518
- 'HostId': 'String',
519
- 'ServerIp': 'String',
520
- 'Path': 'String'
441
+ paramsType: {
442
+ RemoteManagementId: "Filter"
521
443
  }
522
444
  },
523
- 'DeleteRemoteManagement': {
524
- 'url': '/',
525
- 'method': 'GET',
526
- 'config': {
527
- 'query': {
528
- 'Version': '2015-11-01',
529
- 'Action': 'DeleteRemoteManagement'
445
+ StopEpc: {
446
+ url: "/",
447
+ method: "GET",
448
+ config: {
449
+ query: {
450
+ Version: "2015-11-01",
451
+ Action: "StopEpc"
530
452
  },
531
- 'headers': {
532
- 'Content-Type': 'application/x-www-form-urlencoded'
453
+ headers: {
454
+ "Content-Type": "application/x-www-form-urlencoded"
533
455
  }
534
456
  },
535
- 'paramsType': {
536
- 'RemoteManagementId': 'String'
457
+ paramsType: {
458
+ HostId: "String"
537
459
  }
538
460
  },
539
- 'ResetPassword': {
540
- 'url': '/',
541
- 'method': 'GET',
542
- 'config': {
543
- 'query': {
544
- 'Version': '2015-11-01',
545
- 'Action': 'ResetPassword'
461
+ ModifyEpc: {
462
+ url: "/",
463
+ method: "GET",
464
+ config: {
465
+ query: {
466
+ Version: "2015-11-01",
467
+ Action: "ModifyEpc"
546
468
  },
547
- 'headers': {
548
- 'Content-Type': 'application/x-www-form-urlencoded'
469
+ headers: {
470
+ "Content-Type": "application/x-www-form-urlencoded"
549
471
  }
550
472
  },
551
- 'paramsType': {
552
- 'HostId': 'String',
553
- 'Password': 'String'
473
+ paramsType: {
474
+ HostId: "String",
475
+ HostName: "String",
476
+ Description: "String"
554
477
  }
555
478
  },
556
- 'ModifyHyperThreading': {
557
- 'url': '/',
558
- 'method': 'GET',
559
- 'config': {
560
- 'query': {
561
- 'Version': '2015-11-01',
562
- 'Action': 'ModifyHyperThreading'
479
+ ModifyRemoteManagement: {
480
+ url: "/",
481
+ method: "GET",
482
+ config: {
483
+ query: {
484
+ Version: "2015-11-01",
485
+ Action: "ModifyRemoteManagement"
563
486
  },
564
- 'headers': {
565
- 'Content-Type': 'application/x-www-form-urlencoded'
487
+ headers: {
488
+ "Content-Type": "application/x-www-form-urlencoded"
566
489
  }
567
490
  },
568
- 'paramsType': {
569
- 'HostId': 'String',
570
- 'HyperThreadingStatus': 'String'
491
+ paramsType: {
492
+ RemoteManagementId: "String",
493
+ DynamicCode: "String",
494
+ Pin: "String",
495
+ NewPhoneNumber: "String",
496
+ NewPin: "String",
497
+ Name: "String",
498
+ VersionId: "Int"
571
499
  }
572
500
  },
573
- 'AssociateCluster': {
574
- 'url': '/',
575
- 'method': 'GET',
576
- 'config': {
577
- 'query': {
578
- 'Version': '2015-11-01',
579
- 'Action': 'AssociateCluster'
501
+ CreateRemoteManagement: {
502
+ url: "/",
503
+ method: "GET",
504
+ config: {
505
+ query: {
506
+ Version: "2015-11-01",
507
+ Action: "CreateRemoteManagement"
580
508
  },
581
- 'headers': {
582
- 'Content-Type': 'application/x-www-form-urlencoded'
509
+ headers: {
510
+ "Content-Type": "application/x-www-form-urlencoded"
583
511
  }
584
512
  },
585
- 'paramsType': {
586
- 'HostId': 'String',
587
- 'ClusterId': 'String'
513
+ paramsType: {
514
+ DynamicCode: "String",
515
+ Pin: "String",
516
+ PhoneNumber: "String",
517
+ Name: "String",
518
+ VersionId: "Int"
588
519
  }
589
520
  },
590
- 'DisassociateCluster': {
591
- 'url': '/',
592
- 'method': 'GET',
593
- 'config': {
594
- 'query': {
595
- 'Version': '2015-11-01',
596
- 'Action': 'DisassociateCluster'
521
+ ReinstallCustomerEpc: {
522
+ url: "/",
523
+ method: "GET",
524
+ config: {
525
+ query: {
526
+ Version: "2015-11-01",
527
+ Action: "ReinstallCustomerEpc"
597
528
  },
598
- 'headers': {
599
- 'Content-Type': 'application/x-www-form-urlencoded'
529
+ headers: {
530
+ "Content-Type": "application/x-www-form-urlencoded"
600
531
  }
601
532
  },
602
- 'paramsType': {
603
- 'HostId': 'String'
533
+ paramsType: {
534
+ HostId: "String",
535
+ ServerIp: "String",
536
+ Path: "String"
604
537
  }
605
538
  },
606
- 'DescribeInspections': {
607
- 'url': '/',
608
- 'method': 'GET',
609
- 'config': {
610
- 'query': {
611
- 'Version': '2015-11-01',
612
- 'Action': 'DescribeInspections'
539
+ DeleteRemoteManagement: {
540
+ url: "/",
541
+ method: "GET",
542
+ config: {
543
+ query: {
544
+ Version: "2015-11-01",
545
+ Action: "DeleteRemoteManagement"
613
546
  },
614
- 'headers': {
615
- 'Content-Type': 'application/x-www-form-urlencoded'
547
+ headers: {
548
+ "Content-Type": "application/x-www-form-urlencoded"
616
549
  }
617
550
  },
618
- 'paramsType': {
619
- 'MaxResults': 'Int',
620
- 'NextToken': 'String',
621
- 'Filter': 'Filter'
551
+ paramsType: {
552
+ RemoteManagementId: "String"
622
553
  }
623
554
  },
624
- 'DescribeEpcStocks': {
625
- 'url': '/',
626
- 'method': 'GET',
627
- 'config': {
628
- 'query': {
629
- 'Version': '2015-11-01',
630
- 'Action': 'DescribeEpcStocks'
555
+ ResetPassword: {
556
+ url: "/",
557
+ method: "GET",
558
+ config: {
559
+ query: {
560
+ Version: "2015-11-01",
561
+ Action: "ResetPassword"
631
562
  },
632
- 'headers': {
633
- 'Content-Type': 'application/x-www-form-urlencoded'
563
+ headers: {
564
+ "Content-Type": "application/x-www-form-urlencoded"
634
565
  }
635
566
  },
636
- 'paramsType': {
637
- 'Filter': 'Filter'
567
+ paramsType: {
568
+ HostId: "String",
569
+ Password: "String"
638
570
  }
639
571
  },
640
- 'DescribeEpcDeviceAttributes': {
641
- 'url': '/',
642
- 'method': 'GET',
643
- 'config': {
644
- 'query': {
645
- 'Version': '2015-11-01',
646
- 'Action': 'DescribeEpcDeviceAttributes'
572
+ ModifyHyperThreading: {
573
+ url: "/",
574
+ method: "GET",
575
+ config: {
576
+ query: {
577
+ Version: "2015-11-01",
578
+ Action: "ModifyHyperThreading"
647
579
  },
648
- 'headers': {
649
- 'Content-Type': 'application/x-www-form-urlencoded'
580
+ headers: {
581
+ "Content-Type": "application/x-www-form-urlencoded"
650
582
  }
651
583
  },
652
- 'paramsType': {
653
- 'Filter': 'Filter',
654
- 'DeviceAttributeId': 'Filter',
655
- 'MaxResults': 'Int',
656
- 'NextToken': 'String'
584
+ paramsType: {
585
+ HostId: "String",
586
+ HyperThreadingStatus: "String"
657
587
  }
658
588
  },
659
- 'DescribeProcesses': {
660
- 'url': '/',
661
- 'method': 'GET',
662
- 'config': {
663
- 'query': {
664
- 'Version': '2015-11-01',
665
- 'Action': 'DescribeProcesses'
589
+ AssociateCluster: {
590
+ url: "/",
591
+ method: "GET",
592
+ config: {
593
+ query: {
594
+ Version: "2015-11-01",
595
+ Action: "AssociateCluster"
666
596
  },
667
- 'headers': {
668
- 'Content-Type': 'application/x-www-form-urlencoded'
597
+ headers: {
598
+ "Content-Type": "application/x-www-form-urlencoded"
669
599
  }
670
600
  },
671
- 'paramsType': {
672
- 'OperationProcessId': 'Filter',
673
- 'Filter': 'Filter',
674
- 'MaxResults': 'Int',
675
- 'NextToken': 'String'
601
+ paramsType: {
602
+ HostId: "String",
603
+ ClusterId: "String"
676
604
  }
677
605
  },
678
- 'CreateProcess': {
679
- 'url': '/',
680
- 'method': 'GET',
681
- 'config': {
682
- 'query': {
683
- 'Version': '2015-11-01',
684
- 'Action': 'CreateProcess'
606
+ DisassociateCluster: {
607
+ url: "/",
608
+ method: "GET",
609
+ config: {
610
+ query: {
611
+ Version: "2015-11-01",
612
+ Action: "DisassociateCluster"
685
613
  },
686
- 'headers': {
687
- 'Content-Type': 'application/x-www-form-urlencoded'
614
+ headers: {
615
+ "Content-Type": "application/x-www-form-urlencoded"
688
616
  }
689
617
  },
690
- 'paramsType': {
691
- 'ProcessId': 'String',
692
- 'InstanceId': 'String',
693
- 'Sn': 'String',
694
- 'AvailabilityZone': 'String',
695
- 'CreateTime': 'String',
696
- 'Attribute': 'String',
697
- 'Content': 'String',
698
- 'MachineCount': 'Int',
699
- 'Title': 'String',
700
- 'Type': 'String',
701
- 'Confirm': 'String',
702
- 'ProcessSource': 'Int'
618
+ paramsType: {
619
+ HostId: "String"
703
620
  }
704
621
  },
705
- 'DeleteProcess': {
706
- 'url': '/',
707
- 'method': 'GET',
708
- 'config': {
709
- 'query': {
710
- 'Version': '2015-11-01',
711
- 'Action': 'DeleteProcess'
622
+ DescribeInspections: {
623
+ url: "/",
624
+ method: "GET",
625
+ config: {
626
+ query: {
627
+ Version: "2015-11-01",
628
+ Action: "DescribeInspections"
712
629
  },
713
- 'headers': {
714
- 'Content-Type': 'application/x-www-form-urlencoded'
630
+ headers: {
631
+ "Content-Type": "application/x-www-form-urlencoded"
715
632
  }
716
633
  },
717
- 'paramsType': {
718
- 'OperationProcessId': 'String'
634
+ paramsType: {
635
+ MaxResults: "Int",
636
+ NextToken: "String",
637
+ Filter: "Filter"
719
638
  }
720
639
  },
721
- 'ReplyProcess': {
722
- 'url': '/',
723
- 'method': 'GET',
724
- 'config': {
725
- 'query': {
726
- 'Version': '2015-11-01',
727
- 'Action': 'ReplyProcess'
640
+ DescribeEpcStocks: {
641
+ url: "/",
642
+ method: "GET",
643
+ config: {
644
+ query: {
645
+ Version: "2015-11-01",
646
+ Action: "DescribeEpcStocks"
728
647
  },
729
- 'headers': {
730
- 'Content-Type': 'application/x-www-form-urlencoded'
648
+ headers: {
649
+ "Content-Type": "application/x-www-form-urlencoded"
731
650
  }
732
651
  },
733
- 'paramsType': {
734
- 'OperationProcessId': 'String',
735
- 'Remarks': 'String'
652
+ paramsType: {
653
+ Filter: "Filter"
736
654
  }
737
655
  },
738
- 'DescribeEpcTrashes': {
739
- 'url': '/',
740
- 'method': 'GET',
741
- 'config': {
742
- 'query': {
743
- 'Version': '2015-11-01',
744
- 'Action': 'DescribeEpcTrashes'
656
+ DescribeEpcDeviceAttributes: {
657
+ url: "/",
658
+ method: "GET",
659
+ config: {
660
+ query: {
661
+ Version: "2015-11-01",
662
+ Action: "DescribeEpcDeviceAttributes"
745
663
  },
746
- 'headers': {
747
- 'Content-Type': 'application/x-www-form-urlencoded'
664
+ headers: {
665
+ "Content-Type": "application/x-www-form-urlencoded"
748
666
  }
749
667
  },
750
- 'paramsType': {
751
- 'MaxResults': 'Int',
752
- 'NextToken': 'String'
668
+ paramsType: {
669
+ Filter: "Filter",
670
+ DeviceAttributeId: "Filter",
671
+ MaxResults: "Int",
672
+ NextToken: "String"
753
673
  }
754
674
  },
755
- 'ReturnEpc': {
756
- 'url': '/',
757
- 'method': 'GET',
758
- 'config': {
759
- 'query': {
760
- 'Version': '2015-11-01',
761
- 'Action': 'ReturnEpc'
675
+ DescribeProcesses: {
676
+ url: "/",
677
+ method: "GET",
678
+ config: {
679
+ query: {
680
+ Version: "2015-11-01",
681
+ Action: "DescribeProcesses"
762
682
  },
763
- 'headers': {
764
- 'Content-Type': 'application/x-www-form-urlencoded'
683
+ headers: {
684
+ "Content-Type": "application/x-www-form-urlencoded"
765
685
  }
766
686
  },
767
- 'paramsType': {
768
- 'HostId': 'String'
687
+ paramsType: {
688
+ OperationProcessId: "Filter",
689
+ Filter: "Filter",
690
+ MaxResults: "Int",
691
+ NextToken: "String"
769
692
  }
770
693
  },
771
- 'CreateResourceRequirement': {
772
- 'url': '/',
773
- 'method': 'GET',
774
- 'config': {
775
- 'query': {
776
- 'Version': '2015-11-01',
777
- 'Action': 'CreateResourceRequirement'
694
+ CreateProcess: {
695
+ url: "/",
696
+ method: "GET",
697
+ config: {
698
+ query: {
699
+ Version: "2015-11-01",
700
+ Action: "CreateProcess"
778
701
  },
779
- 'headers': {
780
- 'Content-Type': 'application/x-www-form-urlencoded'
702
+ headers: {
703
+ "Content-Type": "application/x-www-form-urlencoded"
781
704
  }
782
705
  },
783
- 'paramsType': {
784
- 'AvailabilityZone': 'String',
785
- 'RequirementCount': 'Int',
786
- 'ProjectName': 'String',
787
- 'UsageDate': 'String',
788
- 'Description': 'String',
789
- 'HostType': 'String'
706
+ paramsType: {
707
+ ProcessId: "String",
708
+ InstanceId: "String",
709
+ Sn: "String",
710
+ AvailabilityZone: "String",
711
+ CreateTime: "String",
712
+ Attribute: "String",
713
+ Content: "String",
714
+ MachineCount: "Int",
715
+ Title: "String",
716
+ Type: "String",
717
+ Confirm: "String",
718
+ ProcessSource: "Int",
719
+ autoNocCase: "Int",
720
+ LogFileName: "Filter",
721
+ LogFile: "Filter",
722
+ LogUrl: "Filter",
723
+ AuthorizeCableReplace: "Int",
724
+ EventId: "String"
790
725
  }
791
726
  },
792
- 'AttachVolume': {
793
- 'url': '/',
794
- 'method': 'GET',
795
- 'config': {
796
- 'query': {
797
- 'Version': '2015-11-01',
798
- 'Action': 'AttachVolume'
727
+ DeleteProcess: {
728
+ url: "/",
729
+ method: "GET",
730
+ config: {
731
+ query: {
732
+ Version: "2015-11-01",
733
+ Action: "DeleteProcess"
799
734
  },
800
- 'headers': {
801
- 'Content-Type': 'application/x-www-form-urlencoded'
735
+ headers: {
736
+ "Content-Type": "application/x-www-form-urlencoded"
802
737
  }
803
738
  },
804
- 'paramsType': {
805
- 'HostId': 'String',
806
- 'VolumeId': 'String'
739
+ paramsType: {
740
+ OperationProcessId: "String"
807
741
  }
808
742
  },
809
- 'DetachVolume': {
810
- 'url': '/',
811
- 'method': 'GET',
812
- 'config': {
813
- 'query': {
814
- 'Version': '2015-11-01',
815
- 'Action': 'DetachVolume'
743
+ ReplyProcess: {
744
+ url: "/",
745
+ method: "GET",
746
+ config: {
747
+ query: {
748
+ Version: "2015-11-01",
749
+ Action: "ReplyProcess"
816
750
  },
817
- 'headers': {
818
- 'Content-Type': 'application/x-www-form-urlencoded'
751
+ headers: {
752
+ "Content-Type": "application/x-www-form-urlencoded"
819
753
  }
820
754
  },
821
- 'paramsType': {
822
- 'HostId': 'String',
823
- 'VolumeId': 'String'
755
+ paramsType: {
756
+ OperationProcessId: "String",
757
+ Remarks: "String"
824
758
  }
825
759
  },
826
- 'DescribePrice': {
827
- 'url': '/',
828
- 'method': 'GET',
829
- 'config': {
830
- 'query': {
831
- 'Version': '2015-11-01',
832
- 'Action': 'DescribePrice'
760
+ DescribeEpcTrashes: {
761
+ url: "/",
762
+ method: "GET",
763
+ config: {
764
+ query: {
765
+ Version: "2015-11-01",
766
+ Action: "DescribeEpcTrashes"
833
767
  },
834
- 'headers': {
835
- 'Content-Type': 'application/x-www-form-urlencoded'
768
+ headers: {
769
+ "Content-Type": "application/x-www-form-urlencoded"
836
770
  }
837
771
  },
838
- 'paramsType': {
839
- 'ChargeType': 'String',
840
- 'HostType': 'String',
841
- 'AvailabilityZone': 'String',
842
- 'PurchaseTime': 'Int',
843
- 'Amount': 'Int'
772
+ paramsType: {
773
+ MaxResults: "Int",
774
+ NextToken: "String"
844
775
  }
845
776
  },
846
- 'ModifyOverclockingAttribute': {
847
- 'url': '/',
848
- 'method': 'GET',
849
- 'config': {
850
- 'query': {
851
- 'Version': '2015-11-01',
852
- 'Action': 'ModifyOverclockingAttribute'
777
+ ReturnEpc: {
778
+ url: "/",
779
+ method: "GET",
780
+ config: {
781
+ query: {
782
+ Version: "2015-11-01",
783
+ Action: "ReturnEpc"
853
784
  },
854
- 'headers': {
855
- 'Content-Type': 'application/x-www-form-urlencoded'
785
+ headers: {
786
+ "Content-Type": "application/x-www-form-urlencoded"
856
787
  }
857
788
  },
858
- 'paramsType': {
859
- 'HostId': 'String',
860
- 'OverclockingAttribute': 'String'
789
+ paramsType: {
790
+ HostId: "String"
861
791
  }
862
792
  },
863
- 'CopyImage': {
864
- 'url': '/',
865
- 'method': 'GET',
866
- 'config': {
867
- 'query': {
868
- 'Version': '2015-11-01',
869
- 'Action': 'CopyImage'
793
+ CreateResourceRequirement: {
794
+ url: "/",
795
+ method: "GET",
796
+ config: {
797
+ query: {
798
+ Version: "2015-11-01",
799
+ Action: "CreateResourceRequirement"
870
800
  },
871
- 'headers': {
872
- 'Content-Type': 'application/x-www-form-urlencoded'
801
+ headers: {
802
+ "Content-Type": "application/x-www-form-urlencoded"
873
803
  }
874
804
  },
875
- 'paramsType': {
876
- 'DestinationName': 'String',
877
- 'ImageId': 'String',
878
- 'DestinationRegion': 'String',
879
- 'CopyTag': 'String'
805
+ paramsType: {
806
+ AvailabilityZone: "String",
807
+ RequirementCount: "Int",
808
+ ProjectName: "String",
809
+ UsageDate: "String",
810
+ Description: "String",
811
+ HostType: "String"
880
812
  }
881
813
  },
882
- 'DescribeEpcRaidAttributes': {
883
- 'url': '/',
884
- 'method': 'GET',
885
- 'config': {
886
- 'query': {
887
- 'Version': '2015-11-01',
888
- 'Action': 'DescribeEpcRaidAttributes'
814
+ AttachVolume: {
815
+ url: "/",
816
+ method: "GET",
817
+ config: {
818
+ query: {
819
+ Version: "2015-11-01",
820
+ Action: "AttachVolume"
889
821
  },
890
- 'headers': {
891
- 'Content-Type': 'application/x-www-form-urlencoded'
822
+ headers: {
823
+ "Content-Type": "application/x-www-form-urlencoded"
892
824
  }
893
825
  },
894
- 'paramsType': {
895
- 'Filter': 'Filter',
896
- 'MaxResults': 'Int',
897
- 'NextToken': 'String'
826
+ paramsType: {
827
+ HostId: "String",
828
+ VolumeId: "String"
898
829
  }
899
830
  },
900
- 'DescribeGpuImageDriver': {
901
- 'url': '/',
902
- 'method': 'GET',
903
- 'config': {
904
- 'query': {
905
- 'Version': '2015-11-01',
906
- 'Action': 'DescribeGpuImageDriver'
831
+ DetachVolume: {
832
+ url: "/",
833
+ method: "GET",
834
+ config: {
835
+ query: {
836
+ Version: "2015-11-01",
837
+ Action: "DetachVolume"
907
838
  },
908
- 'headers': {
909
- 'Content-Type': 'application/x-www-form-urlencoded'
839
+ headers: {
840
+ "Content-Type": "application/x-www-form-urlencoded"
910
841
  }
911
842
  },
912
- 'paramsType': {
913
- 'MaxResults': 'Int',
914
- 'NextToken': 'String',
915
- 'ImageId': 'String',
916
- 'HostType': 'String'
843
+ paramsType: {
844
+ HostId: "String",
845
+ VolumeId: "String"
917
846
  }
918
847
  },
919
- 'CreateShareImage': {
920
- 'url': '/',
921
- 'method': 'GET',
922
- 'config': {
923
- 'query': {
924
- 'Version': '2015-11-01',
925
- 'Action': 'CreateShareImage'
848
+ DescribePrice: {
849
+ url: "/",
850
+ method: "GET",
851
+ config: {
852
+ query: {
853
+ Version: "2015-11-01",
854
+ Action: "DescribePrice"
926
855
  },
927
- 'headers': {
928
- 'Content-Type': 'application/x-www-form-urlencoded'
856
+ headers: {
857
+ "Content-Type": "application/x-www-form-urlencoded"
929
858
  }
930
859
  },
931
- 'paramsType': {
932
- 'ImageId': 'String',
933
- 'AccountId.N': 'String'
860
+ paramsType: {
861
+ ChargeType: "String",
862
+ HostType: "String",
863
+ AvailabilityZone: "String",
864
+ PurchaseTime: "Int",
865
+ Amount: "Int"
934
866
  }
935
867
  },
936
- 'DeleteShareImage': {
937
- 'url': '/',
938
- 'method': 'GET',
939
- 'config': {
940
- 'query': {
941
- 'Version': '2015-11-01',
942
- 'Action': 'DeleteShareImage'
868
+ UpdateConfirm: {
869
+ url: "/",
870
+ method: "GET",
871
+ config: {
872
+ query: {
873
+ Version: "2015-11-01",
874
+ Action: "UpdateConfirm"
943
875
  },
944
- 'headers': {
945
- 'Content-Type': 'application/x-www-form-urlencoded'
876
+ headers: {
877
+ "Content-Type": "application/x-www-form-urlencoded"
946
878
  }
947
879
  },
948
- 'paramsType': {
949
- 'ImageId': 'String',
950
- 'AccountId.N': 'String'
880
+ paramsType: {}
881
+ },
882
+ ModifyOverclockingAttribute: {
883
+ url: "/",
884
+ method: "GET",
885
+ config: {
886
+ query: {
887
+ Version: "2015-11-01",
888
+ Action: "ModifyOverclockingAttribute"
889
+ },
890
+ headers: {
891
+ "Content-Type": "application/x-www-form-urlencoded"
892
+ }
893
+ },
894
+ paramsType: {
895
+ HostId: "String",
896
+ OverclockingAttribute: "String"
897
+ }
898
+ },
899
+ CopyImage: {
900
+ url: "/",
901
+ method: "GET",
902
+ config: {
903
+ query: {
904
+ Version: "2015-11-01",
905
+ Action: "CopyImage"
906
+ },
907
+ headers: {
908
+ "Content-Type": "application/x-www-form-urlencoded"
909
+ }
910
+ },
911
+ paramsType: {
912
+ DestinationName: "String",
913
+ ImageId: "String",
914
+ DestinationRegion: "String",
915
+ CopyTag: "String"
916
+ }
917
+ },
918
+ DescribeEpcRaidAttributes: {
919
+ url: "/",
920
+ method: "GET",
921
+ config: {
922
+ query: {
923
+ Version: "2015-11-01",
924
+ Action: "DescribeEpcRaidAttributes"
925
+ },
926
+ headers: {
927
+ "Content-Type": "application/x-www-form-urlencoded"
928
+ }
929
+ },
930
+ paramsType: {
931
+ Filter: "Filter",
932
+ MaxResults: "Int",
933
+ NextToken: "String"
934
+ }
935
+ },
936
+ DescribeGpuImageDriver: {
937
+ url: "/",
938
+ method: "GET",
939
+ config: {
940
+ query: {
941
+ Version: "2015-11-01",
942
+ Action: "DescribeGpuImageDriver"
943
+ },
944
+ headers: {
945
+ "Content-Type": "application/x-www-form-urlencoded"
946
+ }
947
+ },
948
+ paramsType: {
949
+ MaxResults: "Int",
950
+ NextToken: "String",
951
+ ImageId: "String",
952
+ HostType: "String"
953
+ }
954
+ },
955
+ CreateShareImage: {
956
+ url: "/",
957
+ method: "GET",
958
+ config: {
959
+ query: {
960
+ Version: "2015-11-01",
961
+ Action: "CreateShareImage"
962
+ },
963
+ headers: {
964
+ "Content-Type": "application/x-www-form-urlencoded"
965
+ }
966
+ },
967
+ paramsType: {
968
+ ImageId: "String",
969
+ AccountId: "Filter"
970
+ }
971
+ },
972
+ DeleteShareImage: {
973
+ url: "/",
974
+ method: "GET",
975
+ config: {
976
+ query: {
977
+ Version: "2015-11-01",
978
+ Action: "DeleteShareImage"
979
+ },
980
+ headers: {
981
+ "Content-Type": "application/x-www-form-urlencoded"
982
+ }
983
+ },
984
+ paramsType: {
985
+ ImageId: "String",
986
+ AccountId: "Filter"
987
+ }
988
+ },
989
+ DescribeShareImageAccountList: {
990
+ url: "/",
991
+ method: "GET",
992
+ config: {
993
+ query: {
994
+ Version: "2015-11-01",
995
+ Action: "DescribeShareImageAccountList"
996
+ },
997
+ headers: {
998
+ "Content-Type": "application/x-www-form-urlencoded"
999
+ }
1000
+ },
1001
+ paramsType: {
1002
+ ImageId: "String"
1003
+ }
1004
+ },
1005
+ DescribeShareImage: {
1006
+ url: "/",
1007
+ method: "GET",
1008
+ config: {
1009
+ query: {
1010
+ Version: "2015-11-01",
1011
+ Action: "DescribeShareImage"
1012
+ },
1013
+ headers: {
1014
+ "Content-Type": "application/x-www-form-urlencoded"
1015
+ }
1016
+ },
1017
+ paramsType: {
1018
+ MaxResults: "Int",
1019
+ NextToken: "String"
1020
+ }
1021
+ },
1022
+ AcceptShareImage: {
1023
+ url: "/",
1024
+ method: "GET",
1025
+ config: {
1026
+ query: {
1027
+ Version: "2015-11-01",
1028
+ Action: "AcceptShareImage"
1029
+ },
1030
+ headers: {
1031
+ "Content-Type": "application/x-www-form-urlencoded"
1032
+ }
1033
+ },
1034
+ paramsType: {
1035
+ ImageId: "String"
1036
+ }
1037
+ },
1038
+ RejectShareImage: {
1039
+ url: "/",
1040
+ method: "GET",
1041
+ config: {
1042
+ query: {
1043
+ Version: "2015-11-01",
1044
+ Action: "RejectShareImage"
1045
+ },
1046
+ headers: {
1047
+ "Content-Type": "application/x-www-form-urlencoded"
1048
+ }
1049
+ },
1050
+ paramsType: {
1051
+ ImageId: "String"
1052
+ }
1053
+ },
1054
+ DescribeManagedAccessory: {
1055
+ url: "/",
1056
+ method: "GET",
1057
+ config: {
1058
+ query: {
1059
+ Version: "2015-11-01",
1060
+ Action: "DescribeManagedAccessory"
1061
+ },
1062
+ headers: {
1063
+ "Content-Type": "application/x-www-form-urlencoded"
1064
+ }
1065
+ },
1066
+ paramsType: {}
1067
+ },
1068
+ AutoDeleteEpc: {
1069
+ url: "/",
1070
+ method: "GET",
1071
+ config: {
1072
+ query: {
1073
+ Version: "2015-11-01",
1074
+ Action: "AutoDeleteEpc"
1075
+ },
1076
+ headers: {
1077
+ "Content-Type": "application/x-www-form-urlencoded"
1078
+ }
1079
+ },
1080
+ paramsType: {
1081
+ HostId: "String",
1082
+ AutoDeleteTime: "String",
1083
+ AutoDeleteEip: "String"
1084
+ }
1085
+ },
1086
+ ExportImage: {
1087
+ url: "/",
1088
+ method: "GET",
1089
+ config: {
1090
+ query: {
1091
+ Version: "2015-11-01",
1092
+ Action: "ExportImage"
1093
+ },
1094
+ headers: {
1095
+ "Content-Type": "application/x-www-form-urlencoded"
1096
+ }
1097
+ },
1098
+ paramsType: {
1099
+ ImageId: "String",
1100
+ Ks3Bucket: "String",
1101
+ ObjectName: "String"
1102
+ }
1103
+ },
1104
+ QueryBuckets: {
1105
+ url: "/",
1106
+ method: "GET",
1107
+ config: {
1108
+ query: {
1109
+ Version: "2015-11-01",
1110
+ Action: "QueryBuckets"
1111
+ },
1112
+ headers: {
1113
+ "Content-Type": "application/x-www-form-urlencoded"
1114
+ }
1115
+ },
1116
+ paramsType: {}
1117
+ },
1118
+ CancelImageExport: {
1119
+ url: "/",
1120
+ method: "GET",
1121
+ config: {
1122
+ query: {
1123
+ Version: "2015-11-01",
1124
+ Action: "CancelImageExport"
1125
+ },
1126
+ headers: {
1127
+ "Content-Type": "application/x-www-form-urlencoded"
1128
+ }
1129
+ },
1130
+ paramsType: {
1131
+ ImageId: "String"
1132
+ }
1133
+ },
1134
+ UseHotStandByEpc: {
1135
+ url: "/",
1136
+ method: "POST",
1137
+ config: {
1138
+ query: {
1139
+ Version: "2015-11-01",
1140
+ Action: "UseHotStandByEpc"
1141
+ },
1142
+ headers: {
1143
+ "Content-Type": "application/x-www-form-urlencoded"
1144
+ }
1145
+ },
1146
+ paramsType: {
1147
+ HostId: "String",
1148
+ HotStandByHostId: "String",
1149
+ RetainInstanceInfo: "String"
1150
+ }
1151
+ },
1152
+ ActivateHotStandbyEpc: {
1153
+ url: "/",
1154
+ method: "GET",
1155
+ config: {
1156
+ query: {
1157
+ Version: "2015-11-01",
1158
+ Action: "ActivateHotStandbyEpc"
1159
+ },
1160
+ headers: {
1161
+ "Content-Type": "application/x-www-form-urlencoded"
1162
+ }
1163
+ },
1164
+ paramsType: {
1165
+ HostId: "String"
1166
+ }
1167
+ },
1168
+ BatchCreateEpc: {
1169
+ url: "/",
1170
+ method: "GET",
1171
+ config: {
1172
+ query: {
1173
+ Version: "2015-11-01",
1174
+ Action: "BatchCreateEpc"
1175
+ },
1176
+ headers: {
1177
+ "Content-Type": "application/x-www-form-urlencoded"
1178
+ }
1179
+ },
1180
+ paramsType: {
1181
+ HostType: "String",
1182
+ AvailabilityZone: "String",
1183
+ Raid: "String",
1184
+ RaidId: "String",
1185
+ ImageId: "String",
1186
+ NetworkInterfaceMode: "String",
1187
+ SubnetId: "String",
1188
+ keyId: "String",
1189
+ SecurityGroupId: "Filter",
1190
+ DNS1: "String",
1191
+ DNS2: "String",
1192
+ HostName: "String",
1193
+ ProjectId: "String",
1194
+ ChargeType: "String",
1195
+ Sn: "String",
1196
+ PurchaseTime: "Int",
1197
+ Password: "String",
1198
+ CloudMonitorAgent: "String",
1199
+ ExtensionSubnetId: "String",
1200
+ ExtensionDNS1: "String",
1201
+ ExtensionDNS2: "String",
1202
+ Description: "String",
1203
+ AddressBandWidth: "String",
1204
+ LineId: "String",
1205
+ BandWidthShareId: "String",
1206
+ AddressChargeType: "String",
1207
+ AddressPurchaseTime: "String",
1208
+ AddressProjectId: "String",
1209
+ SystemFileType: "String",
1210
+ DataFileType: "String",
1211
+ DataDiskCatalogue: "String",
1212
+ DataDiskCatalogueSuffix: "String",
1213
+ HyperThreading: "String",
1214
+ NvmeDataFileType: "String",
1215
+ NvmeDataDiskCatalogue: "String",
1216
+ NvmeDataDiskCatalogueSuffix: "String",
1217
+ BondAttribute: "String",
1218
+ ContainerAgent: "String",
1219
+ KesAgent: "String",
1220
+ KmrAgent: "String",
1221
+ ComputerName: "String",
1222
+ OverclockingAttribute: "String",
1223
+ GpuImageDriverId: "String",
1224
+ SystemVolumeType: "String",
1225
+ SystemVolumeSize: "String",
1226
+ RoceNetwork: "String",
1227
+ ZoneId: "String",
1228
+ ZoneType: "String",
1229
+ HostNameStartNo: "Int",
1230
+ ComputerNameStartNo: "Int",
1231
+ Amount: "Int",
1232
+ TimedRegularization: "String",
1233
+ PasswordInherit: "String",
1234
+ DataDiskMount: "String",
1235
+ StorageRoceNetworkCardName: "String"
1236
+ }
1237
+ },
1238
+ DescribeUseHotStandbyRecords: {
1239
+ url: "/",
1240
+ method: "GET",
1241
+ config: {
1242
+ query: {
1243
+ Version: "2015-11-01",
1244
+ Action: "DescribeUseHotStandbyRecords"
1245
+ },
1246
+ headers: {
1247
+ "Content-Type": "application/x-www-form-urlencoded"
1248
+ }
1249
+ },
1250
+ paramsType: {
1251
+ "Filter.N": "Object",
1252
+ MaxResults: "Int",
1253
+ NextToken: "String"
1254
+ }
1255
+ },
1256
+ DescribeGpuRoceTopology: {
1257
+ url: "/",
1258
+ method: "GET",
1259
+ config: {
1260
+ query: {
1261
+ Version: "2015-11-01",
1262
+ Action: "DescribeGpuRoceTopology"
1263
+ },
1264
+ headers: {
1265
+ "Content-Type": "application/x-www-form-urlencoded"
1266
+ }
1267
+ },
1268
+ paramsType: {
1269
+ SpineName: "String"
1270
+ }
1271
+ },
1272
+ ModifyProcess: {
1273
+ url: "/",
1274
+ method: "POST",
1275
+ config: {
1276
+ query: {
1277
+ Version: "2015-11-01",
1278
+ Action: "ModifyProcess"
1279
+ },
1280
+ headers: {
1281
+ "Content-Type": "application/x-www-form-urlencoded"
1282
+ }
1283
+ },
1284
+ paramsType: {
1285
+ OperationProcessId: "String",
1286
+ Confirm: "String",
1287
+ Status: "String",
1288
+ Content: "String"
1289
+ }
1290
+ },
1291
+ ConfirmProcess: {
1292
+ url: "/",
1293
+ method: "POST",
1294
+ config: {
1295
+ query: {
1296
+ Version: "2015-11-01",
1297
+ Action: "ConfirmProcess"
1298
+ },
1299
+ headers: {
1300
+ "Content-Type": "application/x-www-form-urlencoded"
1301
+ }
1302
+ },
1303
+ paramsType: {
1304
+ OperationProcessId: "String",
1305
+ UserConfirmAvailable: "String"
1306
+ }
1307
+ },
1308
+ DescribeModelConfig: {
1309
+ url: "/",
1310
+ method: "GET",
1311
+ config: {
1312
+ query: {
1313
+ Version: "2015-11-01",
1314
+ Action: "DescribeModelConfig"
1315
+ },
1316
+ headers: {
1317
+ "Content-Type": "application/x-www-form-urlencoded"
1318
+ }
1319
+ },
1320
+ paramsType: {
1321
+ MaxResults: "Int",
1322
+ NextToken: "String",
1323
+ ImageId: "String",
1324
+ HostType: "String",
1325
+ GpuImageDriverId: "String"
1326
+ }
1327
+ },
1328
+ DescribeRoceEvent: {
1329
+ url: "/",
1330
+ method: "GET",
1331
+ config: {
1332
+ query: {
1333
+ Version: "2015-11-01",
1334
+ Action: "DescribeRoceEvent"
1335
+ },
1336
+ headers: {
1337
+ "Content-Type": "application/x-www-form-urlencoded"
1338
+ }
1339
+ },
1340
+ paramsType: {
1341
+ MaxResults: "Int",
1342
+ NextToken: "String",
1343
+ "Filter.N": "Object",
1344
+ "HostId.N": "String"
1345
+ }
1346
+ },
1347
+ DescribeRoceEventDetails: {
1348
+ url: "/",
1349
+ method: "GET",
1350
+ config: {
1351
+ query: {
1352
+ Version: "2015-11-01",
1353
+ Action: "DescribeRoceEventDetails"
1354
+ },
1355
+ headers: {
1356
+ "Content-Type": "application/x-www-form-urlencoded"
1357
+ }
1358
+ },
1359
+ paramsType: {
1360
+ EventId: "String",
1361
+ MaxResults: "Int",
1362
+ NextToken: "String"
1363
+ }
1364
+ },
1365
+ BatchCreateProcess: {
1366
+ url: "/",
1367
+ method: "POST",
1368
+ config: {
1369
+ query: {
1370
+ Version: "2015-11-01",
1371
+ Action: "BatchCreateProcess"
1372
+ },
1373
+ headers: {
1374
+ "Content-Type": "application/x-www-form-urlencoded"
1375
+ }
1376
+ },
1377
+ paramsType: {
1378
+ InstanceId: "Filter",
1379
+ AvailabilityZone: "String",
1380
+ Attribute: "String",
1381
+ Content: "String",
1382
+ LogFileName: "Filter",
1383
+ LogFile: "Filter",
1384
+ LogUrl: "Filter",
1385
+ MachineCount: "Int",
1386
+ Title: "String",
1387
+ Type: "String",
1388
+ Confirm: "String",
1389
+ ProcessSource: "Int",
1390
+ AutoNocCase: "Int"
1391
+ }
1392
+ },
1393
+ CreateInspectHost: {
1394
+ url: "/",
1395
+ method: "GET",
1396
+ config: {
1397
+ query: {
1398
+ Version: "2015-11-01",
1399
+ Action: "CreateInspectHost"
1400
+ },
1401
+ headers: {
1402
+ "Content-Type": "application/x-www-form-urlencoded"
1403
+ }
1404
+ },
1405
+ paramsType: {
1406
+ InspectType: "String",
1407
+ InspectName: "String",
1408
+ HostId: "Filter"
1409
+ }
1410
+ },
1411
+ DescribeInspectHostResults: {
1412
+ url: "/",
1413
+ method: "GET",
1414
+ config: {
1415
+ query: {
1416
+ Version: "2015-11-01",
1417
+ Action: "DescribeInspectHostResults"
1418
+ },
1419
+ headers: {
1420
+ "Content-Type": "application/x-www-form-urlencoded"
1421
+ }
1422
+ },
1423
+ paramsType: {
1424
+ InspectId: "Filter",
1425
+ MaxResults: "Int",
1426
+ NextToken: "String"
1427
+ }
1428
+ },
1429
+ DescribeXidDetails: {
1430
+ url: "/",
1431
+ method: "GET",
1432
+ config: {
1433
+ query: {
1434
+ Version: "2015-11-01",
1435
+ Action: "DescribeXidDetails"
1436
+ },
1437
+ headers: {
1438
+ "Content-Type": "application/x-www-form-urlencoded"
1439
+ }
1440
+ },
1441
+ paramsType: {
1442
+ StartTime: "String",
1443
+ EndTime: "String",
1444
+ InstanceId: "String",
1445
+ Name: "String",
1446
+ MaxResults: "Int",
1447
+ NextToken: "String"
1448
+ }
1449
+ },
1450
+ RunSoInstances: {
1451
+ url: "/",
1452
+ method: "GET",
1453
+ config: {
1454
+ query: {
1455
+ Version: "2015-11-01",
1456
+ Action: "RunSoInstances"
1457
+ },
1458
+ headers: {
1459
+ "Content-Type": "application/x-www-form-urlencoded"
1460
+ }
1461
+ },
1462
+ paramsType: {
1463
+ ImageId: "String",
1464
+ InstanceName: "String",
1465
+ InstanceTypeId: "String",
1466
+ SecurityGroupId: "Filter",
1467
+ SubnetId: "String",
1468
+ Volumes: "Object",
1469
+ ZoneId: "String",
1470
+ Description: "String",
1471
+ HostName: "String",
1472
+ InstanceChargeType: "String",
1473
+ KeepImageCredential: "Boolean",
1474
+ KeyPairName: "String",
1475
+ Password: "String",
1476
+ Period: "Int",
1477
+ SuffixIndex: "Int",
1478
+ UniqueSuffix: "Boolean",
1479
+ InstallRunCommandAgent: "Boolean",
1480
+ Count: "Int",
1481
+ SoZoneId: "String"
1482
+ }
1483
+ },
1484
+ DescribeSoImages: {
1485
+ url: "/",
1486
+ method: "GET",
1487
+ config: {
1488
+ query: {
1489
+ Version: "2015-11-01",
1490
+ Action: "DescribeSoImages"
1491
+ },
1492
+ headers: {
1493
+ "Content-Type": "application/x-www-form-urlencoded"
1494
+ }
1495
+ },
1496
+ paramsType: {
1497
+ ImageId: "Filter",
1498
+ ImageName: "String",
1499
+ IsSupportCloudInit: "Boolean",
1500
+ MaxResults: "Int",
1501
+ NextToken: "String",
1502
+ OsType: "String",
1503
+ Platform: "String",
1504
+ Status: "Filter",
1505
+ Visibility: "String",
1506
+ SoZoneId: "String"
1507
+ }
1508
+ },
1509
+ RebootSoInstance: {
1510
+ url: "/",
1511
+ method: "GET",
1512
+ config: {
1513
+ query: {
1514
+ Version: "2015-11-01",
1515
+ Action: "RebootSoInstance"
1516
+ },
1517
+ headers: {
1518
+ "Content-Type": "application/x-www-form-urlencoded"
1519
+ }
1520
+ },
1521
+ paramsType: {
1522
+ ForceStop: "Boolean",
1523
+ InstanceIds: "Filter",
1524
+ SoZoneId: "String"
1525
+ }
1526
+ },
1527
+ DeleteSoImages: {
1528
+ url: "/",
1529
+ method: "GET",
1530
+ config: {
1531
+ query: {
1532
+ Version: "2015-11-01",
1533
+ Action: "DeleteSoImages"
1534
+ },
1535
+ headers: {
1536
+ "Content-Type": "application/x-www-form-urlencoded"
1537
+ }
1538
+ },
1539
+ paramsType: {
1540
+ ImageIds: "Filter",
1541
+ SoZoneId: "String"
1542
+ }
1543
+ },
1544
+ DeleteSoVpc: {
1545
+ url: "/",
1546
+ method: "GET",
1547
+ config: {
1548
+ query: {
1549
+ Version: "2015-11-01",
1550
+ Action: "DeleteSoVpc"
1551
+ },
1552
+ headers: {
1553
+ "Content-Type": "application/x-www-form-urlencoded"
1554
+ }
1555
+ },
1556
+ paramsType: {
1557
+ VpcId: "String",
1558
+ SoZoneId: "String"
1559
+ }
1560
+ },
1561
+ DescribeSoAvailableResource: {
1562
+ url: "/",
1563
+ method: "GET",
1564
+ config: {
1565
+ query: {
1566
+ Version: "2015-11-01",
1567
+ Action: "DescribeSoAvailableResource"
1568
+ },
1569
+ headers: {
1570
+ "Content-Type": "application/x-www-form-urlencoded"
1571
+ }
1572
+ },
1573
+ paramsType: {
1574
+ InstanceChargeType: "String",
1575
+ InstanceTypeId: "String",
1576
+ ZoneId: "String",
1577
+ SoZoneId: "String"
1578
+ }
1579
+ },
1580
+ DescribeSoInstances: {
1581
+ url: "/",
1582
+ method: "GET",
1583
+ config: {
1584
+ query: {
1585
+ Version: "2015-11-01",
1586
+ Action: "DescribeSoInstances"
1587
+ },
1588
+ headers: {
1589
+ "Content-Type": "application/x-www-form-urlencoded"
1590
+ }
1591
+ },
1592
+ paramsType: {
1593
+ InstanceChargeType: "String",
1594
+ InstanceTypeId: "Filter",
1595
+ KeyPairName: "String",
1596
+ MaxResults: "Int",
1597
+ NextToken: "String",
1598
+ PrimaryIpAddress: "String",
1599
+ Status: "String",
1600
+ VpcId: "String",
1601
+ ZoneId: "String",
1602
+ InstanceIds: "Filter",
1603
+ SoZoneId: "String"
1604
+ }
1605
+ },
1606
+ DeleteSoInstance: {
1607
+ url: "/",
1608
+ method: "POST",
1609
+ config: {
1610
+ query: {
1611
+ Version: "2015-11-01",
1612
+ Action: "DeleteSoInstance"
1613
+ },
1614
+ headers: {
1615
+ "Content-Type": "application/x-www-form-urlencoded"
1616
+ }
1617
+ },
1618
+ paramsType: {
1619
+ InstanceIds: "Filter",
1620
+ SoZoneId: "String"
1621
+ }
1622
+ },
1623
+ DescribeSoSecurityGroups: {
1624
+ url: "/",
1625
+ method: "GET",
1626
+ config: {
1627
+ query: {
1628
+ Version: "2015-11-01",
1629
+ Action: "DescribeSoSecurityGroups"
1630
+ },
1631
+ headers: {
1632
+ "Content-Type": "application/x-www-form-urlencoded"
1633
+ }
1634
+ },
1635
+ paramsType: {
1636
+ VpcId: "String",
1637
+ SecurityGroupIds: "Filter",
1638
+ NextToken: "String",
1639
+ MaxResults: "Int",
1640
+ SoZoneId: "String"
1641
+ }
1642
+ },
1643
+ CreateSoVpc: {
1644
+ url: "/",
1645
+ method: "GET",
1646
+ config: {
1647
+ query: {
1648
+ Version: "2015-11-01",
1649
+ Action: "CreateSoVpc"
1650
+ },
1651
+ headers: {
1652
+ "Content-Type": "application/x-www-form-urlencoded"
1653
+ }
1654
+ },
1655
+ paramsType: {
1656
+ VpcName: "String",
1657
+ Description: "String",
1658
+ CidrBlock: "String",
1659
+ DnsServers: "Filter",
1660
+ AttachVpcId: "String",
1661
+ SoZoneId: "String"
1662
+ }
1663
+ },
1664
+ DeleteSoSubnet: {
1665
+ url: "/",
1666
+ method: "GET",
1667
+ config: {
1668
+ query: {
1669
+ Version: "2015-11-01",
1670
+ Action: "DeleteSoSubnet"
1671
+ },
1672
+ headers: {
1673
+ "Content-Type": "application/x-www-form-urlencoded"
1674
+ }
1675
+ },
1676
+ paramsType: {
1677
+ SubnetId: "String",
1678
+ SoZoneId: "String"
1679
+ }
1680
+ },
1681
+ DescribeSoKeyPairs: {
1682
+ url: "/",
1683
+ method: "GET",
1684
+ config: {
1685
+ query: {
1686
+ Version: "2015-11-01",
1687
+ Action: "DescribeSoKeyPairs"
1688
+ },
1689
+ headers: {
1690
+ "Content-Type": "application/x-www-form-urlencoded"
1691
+ }
1692
+ },
1693
+ paramsType: {
1694
+ FingerPrint: "String",
1695
+ KeyPairIds: "Filter",
1696
+ KeyPairName: "String",
1697
+ KeyPairNames: "Filter",
1698
+ MaxResults: "Int",
1699
+ NextToken: "String",
1700
+ SoZoneId: "String"
1701
+ }
1702
+ },
1703
+ StartSoInstance: {
1704
+ url: "/",
1705
+ method: "POST",
1706
+ config: {
1707
+ query: {
1708
+ Version: "2015-11-01",
1709
+ Action: "StartSoInstance"
1710
+ },
1711
+ headers: {
1712
+ "Content-Type": "application/x-www-form-urlencoded"
1713
+ }
1714
+ },
1715
+ paramsType: {
1716
+ InstanceIds: "Filter",
1717
+ SoZoneId: "String"
1718
+ }
1719
+ },
1720
+ DescribeSoInstanceTypes: {
1721
+ url: "/",
1722
+ method: "GET",
1723
+ config: {
1724
+ query: {
1725
+ Version: "2015-11-01",
1726
+ Action: "DescribeSoInstanceTypes"
1727
+ },
1728
+ headers: {
1729
+ "Content-Type": "application/x-www-form-urlencoded"
1730
+ }
1731
+ },
1732
+ paramsType: {
1733
+ ImageId: "String",
1734
+ InstanceTypeId: "Filter",
1735
+ SoZoneId: "String"
1736
+ }
1737
+ },
1738
+ ModifySoSubnetAttributes: {
1739
+ url: "/",
1740
+ method: "GET",
1741
+ config: {
1742
+ query: {
1743
+ Version: "2015-11-01",
1744
+ Action: "ModifySoSubnetAttributes"
1745
+ },
1746
+ headers: {
1747
+ "Content-Type": "application/x-www-form-urlencoded"
1748
+ }
1749
+ },
1750
+ paramsType: {
1751
+ SubnetId: "String",
1752
+ SubnetName: "String",
1753
+ Description: "String",
1754
+ SoZoneId: "String"
1755
+ }
1756
+ },
1757
+ DescribeSoSubnet: {
1758
+ url: "/",
1759
+ method: "GET",
1760
+ config: {
1761
+ query: {
1762
+ Version: "2015-11-01",
1763
+ Action: "DescribeSoSubnet"
1764
+ },
1765
+ headers: {
1766
+ "Content-Type": "application/x-www-form-urlencoded"
1767
+ }
1768
+ },
1769
+ paramsType: {
1770
+ ZoneId: "String",
1771
+ SubnetName: "String",
1772
+ VpcId: "String",
1773
+ SubnetIds: "Filter",
1774
+ NextToken: "String",
1775
+ MaxResults: "Int",
1776
+ SoZoneId: "String"
1777
+ }
1778
+ },
1779
+ ModifySoKeyPairAttribute: {
1780
+ url: "/",
1781
+ method: "GET",
1782
+ config: {
1783
+ query: {
1784
+ Version: "2015-11-01",
1785
+ Action: "ModifySoKeyPairAttribute"
1786
+ },
1787
+ headers: {
1788
+ "Content-Type": "application/x-www-form-urlencoded"
1789
+ }
1790
+ },
1791
+ paramsType: {
1792
+ Description: "String",
1793
+ KeyPairId: "String",
1794
+ KeyPairName: "String",
1795
+ SoZoneId: "String"
1796
+ }
1797
+ },
1798
+ ModifySoImageAttribute: {
1799
+ url: "/",
1800
+ method: "GET",
1801
+ config: {
1802
+ query: {
1803
+ Version: "2015-11-01",
1804
+ Action: "ModifySoImageAttribute"
1805
+ },
1806
+ headers: {
1807
+ "Content-Type": "application/x-www-form-urlencoded"
1808
+ }
1809
+ },
1810
+ paramsType: {
1811
+ BootMode: "String",
1812
+ Description: "String",
1813
+ ImageId: "String",
1814
+ ImageName: "String",
1815
+ SoZoneId: "String"
1816
+ }
1817
+ },
1818
+ ModifySoVpcAttributes: {
1819
+ url: "/",
1820
+ method: "GET",
1821
+ config: {
1822
+ query: {
1823
+ Version: "2015-11-01",
1824
+ Action: "ModifySoVpcAttributes"
1825
+ },
1826
+ headers: {
1827
+ "Content-Type": "application/x-www-form-urlencoded"
1828
+ }
1829
+ },
1830
+ paramsType: {
1831
+ VpcId: "String",
1832
+ Description: "String",
1833
+ DnsServers: "Filter",
1834
+ VpcName: "String",
1835
+ SoZoneId: "String"
1836
+ }
1837
+ },
1838
+ ReplaceSoSystemVolume: {
1839
+ url: "/",
1840
+ method: "GET",
1841
+ config: {
1842
+ query: {
1843
+ Version: "2015-11-01",
1844
+ Action: "ReplaceSoSystemVolume"
1845
+ },
1846
+ headers: {
1847
+ "Content-Type": "application/x-www-form-urlencoded"
1848
+ }
1849
+ },
1850
+ paramsType: {
1851
+ ImageId: "String",
1852
+ InstanceId: "String",
1853
+ KeepImageCredential: "Boolean",
1854
+ KeyPairName: "String",
1855
+ Password: "String",
1856
+ SoZoneId: "String"
1857
+ }
1858
+ },
1859
+ CreateSoSubnet: {
1860
+ url: "/",
1861
+ method: "GET",
1862
+ config: {
1863
+ query: {
1864
+ Version: "2015-11-01",
1865
+ Action: "CreateSoSubnet"
1866
+ },
1867
+ headers: {
1868
+ "Content-Type": "application/x-www-form-urlencoded"
1869
+ }
1870
+ },
1871
+ paramsType: {
1872
+ VpcId: "String",
1873
+ ZoneId: "String",
1874
+ SubnetName: "String",
1875
+ Description: "String",
1876
+ CidrBlock: "String",
1877
+ SoZoneId: "String"
1878
+ }
1879
+ },
1880
+ DescribeSoVpcs: {
1881
+ url: "/",
1882
+ method: "GET",
1883
+ config: {
1884
+ query: {
1885
+ Version: "2015-11-01",
1886
+ Action: "DescribeSoVpcs"
1887
+ },
1888
+ headers: {
1889
+ "Content-Type": "application/x-www-form-urlencoded"
1890
+ }
1891
+ },
1892
+ paramsType: {
1893
+ VpcName: "String",
1894
+ VpcIds: "Filter",
1895
+ NextToken: "String",
1896
+ MaxResults: "Int",
1897
+ SoZoneId: "String"
1898
+ }
1899
+ },
1900
+ StopSoInstance: {
1901
+ url: "/",
1902
+ method: "POST",
1903
+ config: {
1904
+ query: {
1905
+ Version: "2015-11-01",
1906
+ Action: "StopSoInstance"
1907
+ },
1908
+ headers: {
1909
+ "Content-Type": "application/x-www-form-urlencoded"
1910
+ }
1911
+ },
1912
+ paramsType: {
1913
+ ForceStop: "Boolean",
1914
+ InstanceIds: "Filter",
1915
+ SoZoneId: "String"
951
1916
  }
952
1917
  },
953
- 'DescribeShareImageAccountList': {
954
- 'url': '/',
955
- 'method': 'GET',
956
- 'config': {
957
- 'query': {
958
- 'Version': '2015-11-01',
959
- 'Action': 'DescribeShareImageAccountList'
1918
+ DeleteSoKeyPairs: {
1919
+ url: "/",
1920
+ method: "GET",
1921
+ config: {
1922
+ query: {
1923
+ Version: "2015-11-01",
1924
+ Action: "DeleteSoKeyPairs"
960
1925
  },
961
- 'headers': {
962
- 'Content-Type': 'application/json'
1926
+ headers: {
1927
+ "Content-Type": "application/x-www-form-urlencoded"
963
1928
  }
964
1929
  },
965
- 'paramsType': {
966
- 'ImageId': 'String'
1930
+ paramsType: {
1931
+ KeyPairNames: "Filter",
1932
+ SoZoneId: "String"
967
1933
  }
968
1934
  },
969
- 'DescribeShareImage': {
970
- 'url': '/',
971
- 'method': 'GET',
972
- 'config': {
973
- 'query': {
974
- 'Version': '2015-11-01',
975
- 'Action': 'DescribeShareImage'
1935
+ CreateSoImage: {
1936
+ url: "/",
1937
+ method: "GET",
1938
+ config: {
1939
+ query: {
1940
+ Version: "2015-11-01",
1941
+ Action: "CreateSoImage"
976
1942
  },
977
- 'headers': {
978
- 'Content-Type': 'application/x-www-form-urlencoded'
1943
+ headers: {
1944
+ "Content-Type": "application/x-www-form-urlencoded"
979
1945
  }
980
1946
  },
981
- 'paramsType': {
982
- 'MaxResults': 'Int',
983
- 'NextToken': 'String'
1947
+ paramsType: {
1948
+ ForceStop: "Boolean",
1949
+ InstanceIds: "Filter",
1950
+ SoZoneId: "String"
984
1951
  }
985
1952
  },
986
- 'AcceptShareImage': {
987
- 'url': '/',
988
- 'method': 'GET',
989
- 'config': {
990
- 'query': {
991
- 'Version': '2015-11-01',
992
- 'Action': 'AcceptShareImage'
1953
+ ModifySoInstanceAttribute: {
1954
+ url: "/",
1955
+ method: "POST",
1956
+ config: {
1957
+ query: {
1958
+ Version: "2015-11-01",
1959
+ Action: "ModifySoInstanceAttribute"
993
1960
  },
994
- 'headers': {
995
- 'Content-Type': 'application/x-www-form-urlencoded'
1961
+ headers: {
1962
+ "Content-Type": "application/x-www-form-urlencoded"
996
1963
  }
997
1964
  },
998
- 'paramsType': {
999
- 'ImageId': 'String'
1965
+ paramsType: {
1966
+ DeletionProtection: "String",
1967
+ Description: "String",
1968
+ Hostname: "String",
1969
+ InstanceId: "String",
1970
+ InstanceName: "String",
1971
+ Password: "String",
1972
+ SoZoneId: "String"
1000
1973
  }
1001
1974
  },
1002
- 'RejectShareImage': {
1003
- 'url': '/',
1004
- 'method': 'GET',
1005
- 'config': {
1006
- 'query': {
1007
- 'Version': '2015-11-01',
1008
- 'Action': 'RejectShareImage'
1975
+ CreateSoKeyPair: {
1976
+ url: "/",
1977
+ method: "GET",
1978
+ config: {
1979
+ query: {
1980
+ Version: "2015-11-01",
1981
+ Action: "CreateSoKeyPair"
1009
1982
  },
1010
- 'headers': {
1011
- 'Content-Type': 'application/x-www-form-urlencoded'
1983
+ headers: {
1984
+ "Content-Type": "application/x-www-form-urlencoded"
1012
1985
  }
1013
1986
  },
1014
- 'paramsType': {
1015
- 'ImageId': 'String'
1987
+ paramsType: {
1988
+ KeyPairName: "String",
1989
+ Description: "String",
1990
+ SoZoneId: "String"
1016
1991
  }
1017
1992
  }
1018
1993
  });