ksyun-sdk-node 1.2.4 → 1.4.9

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