ksyun-sdk-node 1.5.10 → 1.5.11

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