ksyun-sdk-node 1.2.4 → 1.4.9

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