@volcengine/vke 1.0.1 → 1.0.3

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 (370) hide show
  1. package/dist/cjs/index.js +50 -0
  2. package/dist/esm/api.d.ts +55 -0
  3. package/dist/esm/api.d.ts.map +1 -1
  4. package/dist/esm/index.mjs +36 -1
  5. package/{src/types/remedy-config-for-create-node-pool-input.ts → dist/esm/types/affinity-group-config-for-create-node-pool-input.d.ts} +13 -17
  6. package/dist/esm/types/affinity-group-config-for-create-node-pool-input.d.ts.map +1 -0
  7. package/{src/types/remedy-config-for-list-node-pools-output.ts → dist/esm/types/affinity-group-config-for-list-node-pools-output.d.ts} +13 -17
  8. package/dist/esm/types/affinity-group-config-for-list-node-pools-output.d.ts.map +1 -0
  9. package/{src/types/remedy-config-for-update-node-pool-config-input.ts → dist/esm/types/affinity-group-config-for-update-node-pool-config-input.d.ts} +13 -17
  10. package/dist/esm/types/affinity-group-config-for-update-node-pool-config-input.d.ts.map +1 -0
  11. package/dist/esm/types/condition-for-list-nodes-output.d.ts +17 -1
  12. package/dist/esm/types/condition-for-list-nodes-output.d.ts.map +1 -1
  13. package/dist/esm/types/config-for-list-remedy-configs-output.d.ts +5 -0
  14. package/dist/esm/types/config-for-list-remedy-configs-output.d.ts.map +1 -1
  15. package/dist/esm/types/container-image-commitment-for-describe-container-image-commitments-output.d.ts +46 -0
  16. package/dist/esm/types/container-image-commitment-for-describe-container-image-commitments-output.d.ts.map +1 -0
  17. package/dist/esm/types/create-nodes-request.d.ts +5 -0
  18. package/dist/esm/types/create-nodes-request.d.ts.map +1 -1
  19. package/dist/esm/types/create-snapshot-request.d.ts +51 -0
  20. package/dist/esm/types/create-snapshot-request.d.ts.map +1 -0
  21. package/{src/types/create-kubeconfig-response.ts → dist/esm/types/create-snapshot-response.d.ts} +11 -14
  22. package/dist/esm/types/create-snapshot-response.d.ts.map +1 -0
  23. package/dist/esm/types/data-volume-for-create-node-pool-input.d.ts +24 -0
  24. package/dist/esm/types/data-volume-for-create-node-pool-input.d.ts.map +1 -1
  25. package/dist/esm/types/data-volume-for-list-node-pools-output.d.ts +24 -0
  26. package/dist/esm/types/data-volume-for-list-node-pools-output.d.ts.map +1 -1
  27. package/dist/esm/types/data-volume-for-update-node-pool-config-input.d.ts +24 -0
  28. package/dist/esm/types/data-volume-for-update-node-pool-config-input.d.ts.map +1 -1
  29. package/dist/esm/types/delete-nodes-request.d.ts +1 -1
  30. package/dist/esm/types/delete-nodes-request.d.ts.map +1 -1
  31. package/{src/types/create-node-pool-response.ts → dist/esm/types/delete-snapshot-request.d.ts} +11 -14
  32. package/dist/esm/types/delete-snapshot-request.d.ts.map +1 -0
  33. package/{src/types/grant-permission-response.ts → dist/esm/types/delete-snapshot-response.d.ts} +11 -14
  34. package/dist/esm/types/delete-snapshot-response.d.ts.map +1 -0
  35. package/dist/esm/types/describe-container-image-commitments-request.d.ts +45 -0
  36. package/dist/esm/types/describe-container-image-commitments-request.d.ts.map +1 -0
  37. package/dist/esm/types/describe-container-image-commitments-response.d.ts +31 -0
  38. package/dist/esm/types/describe-container-image-commitments-response.d.ts.map +1 -0
  39. package/{src/types/delete-scaling-policies-request.ts → dist/esm/types/describe-snapshots-request.d.ts} +18 -23
  40. package/dist/esm/types/describe-snapshots-request.d.ts.map +1 -0
  41. package/dist/esm/types/describe-snapshots-response.d.ts +31 -0
  42. package/dist/esm/types/describe-snapshots-response.d.ts.map +1 -0
  43. package/dist/esm/types/exec-container-image-commitment-request.d.ts +5 -0
  44. package/dist/esm/types/exec-container-image-commitment-request.d.ts.map +1 -1
  45. package/dist/esm/types/exec-container-image-commitment-response.d.ts +5 -0
  46. package/dist/esm/types/exec-container-image-commitment-response.d.ts.map +1 -1
  47. package/dist/esm/types/filter-for-list-nodes-input.d.ts +10 -0
  48. package/dist/esm/types/filter-for-list-nodes-input.d.ts.map +1 -1
  49. package/{src/types/image-spec-for-exec-container-image-commitment-input.ts → dist/esm/types/image-spec-for-describe-container-image-commitments-output.d.ts} +13 -19
  50. package/dist/esm/types/image-spec-for-describe-container-image-commitments-output.d.ts.map +1 -0
  51. package/dist/esm/types/index.d.ts +22 -0
  52. package/dist/esm/types/index.d.ts.map +1 -1
  53. package/{src/types/supported-image-for-list-supported-images-output.ts → dist/esm/types/intersection-item-for-list-supported-images-output.d.ts} +11 -15
  54. package/dist/esm/types/intersection-item-for-list-supported-images-output.d.ts.map +1 -0
  55. package/dist/esm/types/item-for-list-nodes-output.d.ts +25 -1
  56. package/dist/esm/types/item-for-list-nodes-output.d.ts.map +1 -1
  57. package/dist/esm/types/kubernetes-config-for-create-default-node-pool-input.d.ts +6 -0
  58. package/dist/esm/types/kubernetes-config-for-create-default-node-pool-input.d.ts.map +1 -1
  59. package/dist/esm/types/kubernetes-config-for-create-node-pool-input.d.ts +6 -0
  60. package/dist/esm/types/kubernetes-config-for-create-node-pool-input.d.ts.map +1 -1
  61. package/dist/esm/types/kubernetes-config-for-list-node-pools-output.d.ts +6 -0
  62. package/dist/esm/types/kubernetes-config-for-list-node-pools-output.d.ts.map +1 -1
  63. package/dist/esm/types/kubernetes-config-for-update-node-pool-config-input.d.ts +6 -0
  64. package/dist/esm/types/kubernetes-config-for-update-node-pool-config-input.d.ts.map +1 -1
  65. package/dist/esm/types/list-supported-gpu-driver-versions-request.d.ts +35 -0
  66. package/dist/esm/types/list-supported-gpu-driver-versions-request.d.ts.map +1 -0
  67. package/{src/types/create-nodes-response.ts → dist/esm/types/list-supported-gpu-driver-versions-response.d.ts} +11 -14
  68. package/dist/esm/types/list-supported-gpu-driver-versions-response.d.ts.map +1 -0
  69. package/dist/esm/types/list-supported-images-request.d.ts +10 -0
  70. package/dist/esm/types/list-supported-images-request.d.ts.map +1 -1
  71. package/dist/esm/types/list-supported-images-response.d.ts +6 -0
  72. package/dist/esm/types/list-supported-images-response.d.ts.map +1 -1
  73. package/dist/esm/types/node-config-for-create-node-pool-input.d.ts +11 -0
  74. package/dist/esm/types/node-config-for-create-node-pool-input.d.ts.map +1 -1
  75. package/dist/esm/types/node-config-for-list-node-pools-output.d.ts +11 -0
  76. package/dist/esm/types/node-config-for-list-node-pools-output.d.ts.map +1 -1
  77. package/dist/esm/types/node-config-for-update-node-pool-config-input.d.ts +11 -0
  78. package/dist/esm/types/node-config-for-update-node-pool-config-input.d.ts.map +1 -1
  79. package/dist/esm/types/runtime-for-create-default-node-pool-input.d.ts +37 -0
  80. package/dist/esm/types/runtime-for-create-default-node-pool-input.d.ts.map +1 -0
  81. package/{src/types/login-for-list-node-pools-output.ts → dist/esm/types/runtime-for-create-node-pool-input.d.ts} +15 -22
  82. package/dist/esm/types/runtime-for-create-node-pool-input.d.ts.map +1 -0
  83. package/dist/esm/types/runtime-for-list-node-pools-output.d.ts +37 -0
  84. package/dist/esm/types/runtime-for-list-node-pools-output.d.ts.map +1 -0
  85. package/dist/esm/types/runtime-for-update-node-pool-config-input.d.ts +37 -0
  86. package/dist/esm/types/runtime-for-update-node-pool-config-input.d.ts.map +1 -0
  87. package/dist/esm/types/snapshot-for-describe-snapshots-output.d.ts +90 -0
  88. package/dist/esm/types/snapshot-for-describe-snapshots-output.d.ts.map +1 -0
  89. package/dist/esm/types/status-for-list-nodes-input.d.ts +3 -5
  90. package/dist/esm/types/status-for-list-nodes-input.d.ts.map +1 -1
  91. package/dist/esm/types/status-for-list-nodes-output.d.ts +12 -1
  92. package/dist/esm/types/status-for-list-nodes-output.d.ts.map +1 -1
  93. package/{src/types/tag-for-create-cluster-input.ts → dist/esm/types/tag-for-create-snapshot-input.d.ts} +11 -15
  94. package/dist/esm/types/tag-for-create-snapshot-input.d.ts.map +1 -0
  95. package/dist/esm/types/vpc-cni-config-for-list-clusters-output.d.ts +5 -0
  96. package/dist/esm/types/vpc-cni-config-for-list-clusters-output.d.ts.map +1 -1
  97. package/dist/esm/types/vpc-cni-config-for-update-cluster-config-input.d.ts +5 -0
  98. package/dist/esm/types/vpc-cni-config-for-update-cluster-config-input.d.ts.map +1 -1
  99. package/package.json +6 -2
  100. package/.turbo/turbo-build.log +0 -19
  101. package/dist/tsconfig.tsbuildinfo +0 -1
  102. package/rslib.config.ts +0 -26
  103. package/src/api.ts +0 -856
  104. package/src/index.ts +0 -14
  105. package/src/types/action-for-list-remedy-configs-output.ts +0 -34
  106. package/src/types/api-server-endpoints-for-list-clusters-output.ts +0 -36
  107. package/src/types/api-server-public-access-config-for-create-cluster-input.ts +0 -29
  108. package/src/types/api-server-public-access-config-for-list-clusters-output.ts +0 -35
  109. package/src/types/api-server-public-access-config-for-update-cluster-config-input.ts +0 -29
  110. package/src/types/auth-config-for-exec-container-image-commitment-input.ts +0 -46
  111. package/src/types/auto-scaling-for-create-node-pool-input.ts +0 -68
  112. package/src/types/auto-scaling-for-list-node-pools-output.ts +0 -74
  113. package/src/types/auto-scaling-for-update-node-pool-config-input.ts +0 -68
  114. package/src/types/binding-remedy-config-request.ts +0 -67
  115. package/src/types/binding-remedy-config-response.ts +0 -28
  116. package/src/types/cluster-config-for-create-cluster-input.ts +0 -47
  117. package/src/types/cluster-config-for-list-clusters-output.ts +0 -83
  118. package/src/types/cluster-config-for-update-cluster-config-input.ts +0 -54
  119. package/src/types/cluster-connector-config-request-for-update-cluster-config-input.ts +0 -73
  120. package/src/types/compatibility-for-list-supported-addons-output.ts +0 -28
  121. package/src/types/component-config-for-list-clusters-output.ts +0 -52
  122. package/src/types/component-config-for-update-cluster-config-input.ts +0 -52
  123. package/src/types/condition-for-list-addons-output.ts +0 -28
  124. package/src/types/condition-for-list-clusters-output.ts +0 -56
  125. package/src/types/condition-for-list-node-pools-output.ts +0 -47
  126. package/src/types/condition-for-list-nodes-output.ts +0 -28
  127. package/src/types/config-for-list-remedy-configs-output.ts +0 -56
  128. package/src/types/connector-config-for-list-clusters-output.ts +0 -67
  129. package/src/types/containerd-config-for-create-default-node-pool-input.ts +0 -35
  130. package/src/types/containerd-config-for-create-node-pool-input.ts +0 -35
  131. package/src/types/containerd-config-for-list-node-pools-output.ts +0 -35
  132. package/src/types/containerd-config-for-update-node-pool-config-input.ts +0 -35
  133. package/src/types/convert-tag-for-list-node-pools-output.ts +0 -50
  134. package/src/types/create-addon-request.ts +0 -83
  135. package/src/types/create-addon-response.ts +0 -22
  136. package/src/types/create-cluster-request.ts +0 -93
  137. package/src/types/create-cluster-response.ts +0 -28
  138. package/src/types/create-default-node-pool-request.ts +0 -55
  139. package/src/types/create-default-node-pool-response.ts +0 -28
  140. package/src/types/create-kubeconfig-request.ts +0 -51
  141. package/src/types/create-node-pool-request.ts +0 -75
  142. package/src/types/create-nodes-request.ts +0 -95
  143. package/src/types/create-scaling-policy-request.ts +0 -82
  144. package/src/types/create-scaling-policy-response.ts +0 -28
  145. package/src/types/data-volume-for-create-node-pool-input.ts +0 -90
  146. package/src/types/data-volume-for-list-node-pools-output.ts +0 -90
  147. package/src/types/data-volume-for-update-node-pool-config-input.ts +0 -90
  148. package/src/types/delete-addon-request.ts +0 -62
  149. package/src/types/delete-addon-response.ts +0 -22
  150. package/src/types/delete-cluster-request.ts +0 -72
  151. package/src/types/delete-cluster-response.ts +0 -22
  152. package/src/types/delete-kubeconfigs-request.ts +0 -34
  153. package/src/types/delete-kubeconfigs-response.ts +0 -22
  154. package/src/types/delete-node-pool-request.ts +0 -62
  155. package/src/types/delete-node-pool-response.ts +0 -22
  156. package/src/types/delete-nodes-request.ts +0 -68
  157. package/src/types/delete-nodes-response.ts +0 -22
  158. package/src/types/delete-scaling-policies-response.ts +0 -22
  159. package/src/types/drain-for-list-remedy-configs-output.ts +0 -28
  160. package/src/types/eviction-hard-for-create-default-node-pool-input.ts +0 -49
  161. package/src/types/eviction-hard-for-create-node-pool-input.ts +0 -49
  162. package/src/types/eviction-hard-for-list-node-pools-output.ts +0 -49
  163. package/src/types/eviction-hard-for-update-node-pool-config-input.ts +0 -49
  164. package/src/types/exec-container-image-commitment-request.ts +0 -54
  165. package/src/types/exec-container-image-commitment-response.ts +0 -22
  166. package/src/types/feature-gates-for-create-default-node-pool-input.ts +0 -34
  167. package/src/types/feature-gates-for-create-node-pool-input.ts +0 -34
  168. package/src/types/feature-gates-for-list-node-pools-output.ts +0 -34
  169. package/src/types/feature-gates-for-update-node-pool-config-input.ts +0 -34
  170. package/src/types/filter-for-list-addons-input.ts +0 -84
  171. package/src/types/filter-for-list-clusters-input.ts +0 -99
  172. package/src/types/filter-for-list-kubeconfigs-input.ts +0 -52
  173. package/src/types/filter-for-list-node-pools-input.ts +0 -65
  174. package/src/types/filter-for-list-nodes-input.ts +0 -71
  175. package/src/types/filter-for-list-permissions-input.ts +0 -85
  176. package/src/types/filter-for-list-remedy-configs-input.ts +0 -61
  177. package/src/types/filter-for-list-scaling-events-input.ts +0 -64
  178. package/src/types/filter-for-list-scaling-policies-input.ts +0 -46
  179. package/src/types/filter-for-list-supported-addons-input.ts +0 -114
  180. package/src/types/filter-for-list-supported-resource-types-input.ts +0 -44
  181. package/src/types/flannel-config-for-create-cluster-input.ts +0 -34
  182. package/src/types/flannel-config-for-list-clusters-output.ts +0 -40
  183. package/src/types/flannel-config-for-update-cluster-config-input.ts +0 -28
  184. package/src/types/forward-kubernetes-api-request.ts +0 -53
  185. package/src/types/forward-kubernetes-api-response.ts +0 -34
  186. package/src/types/get-global-default-delete-option-request.ts +0 -22
  187. package/src/types/get-global-default-delete-option-response.ts +0 -34
  188. package/src/types/grant-permission-request.ts +0 -75
  189. package/src/types/header-for-forward-kubernetes-api-input.ts +0 -34
  190. package/src/types/index.ts +0 -276
  191. package/src/types/instances-distribution-for-create-node-pool-input.ts +0 -46
  192. package/src/types/instances-distribution-for-list-node-pools-output.ts +0 -46
  193. package/src/types/instances-distribution-for-update-node-pool-config-input.ts +0 -46
  194. package/src/types/intervene-cordon-for-list-remedy-configs-output.ts +0 -35
  195. package/src/types/intervene-drain-for-list-remedy-configs-output.ts +0 -35
  196. package/src/types/irsa-config-for-list-clusters-output.ts +0 -58
  197. package/src/types/item-for-list-addons-output.ts +0 -108
  198. package/src/types/item-for-list-clusters-output.ts +0 -183
  199. package/src/types/item-for-list-instance-type-labels-output.ts +0 -41
  200. package/src/types/item-for-list-kubeconfigs-output.ts +0 -70
  201. package/src/types/item-for-list-node-pools-output.ts +0 -113
  202. package/src/types/item-for-list-nodes-output.ts +0 -132
  203. package/src/types/item-for-list-permissions-output.ts +0 -154
  204. package/src/types/item-for-list-remedy-configs-output.ts +0 -80
  205. package/src/types/item-for-list-scaling-events-output.ts +0 -76
  206. package/src/types/item-for-list-scaling-policies-output.ts +0 -94
  207. package/src/types/item-for-list-supported-addons-output.ts +0 -65
  208. package/src/types/item-for-list-supported-images-output.ts +0 -35
  209. package/src/types/item-for-list-supported-resource-types-output.ts +0 -46
  210. package/src/types/kube-reserved-for-create-default-node-pool-input.ts +0 -44
  211. package/src/types/kube-reserved-for-create-node-pool-input.ts +0 -44
  212. package/src/types/kube-reserved-for-list-node-pools-output.ts +0 -44
  213. package/src/types/kube-reserved-for-update-node-pool-config-input.ts +0 -44
  214. package/src/types/kubelet-config-for-create-default-node-pool-input.ts +0 -132
  215. package/src/types/kubelet-config-for-create-node-pool-input.ts +0 -132
  216. package/src/types/kubelet-config-for-list-node-pools-output.ts +0 -132
  217. package/src/types/kubelet-config-for-update-node-pool-config-input.ts +0 -132
  218. package/src/types/kubernetes-config-for-create-default-node-pool-input.ts +0 -80
  219. package/src/types/kubernetes-config-for-create-node-pool-input.ts +0 -80
  220. package/src/types/kubernetes-config-for-create-nodes-input.ts +0 -42
  221. package/src/types/kubernetes-config-for-list-node-pools-output.ts +0 -80
  222. package/src/types/kubernetes-config-for-list-nodes-output.ts +0 -42
  223. package/src/types/kubernetes-config-for-update-node-pool-config-input.ts +0 -80
  224. package/src/types/label-for-create-default-node-pool-input.ts +0 -34
  225. package/src/types/label-for-create-node-pool-input.ts +0 -34
  226. package/src/types/label-for-create-nodes-input.ts +0 -34
  227. package/src/types/label-for-list-instance-type-labels-output.ts +0 -34
  228. package/src/types/label-for-list-node-pools-output.ts +0 -34
  229. package/src/types/label-for-list-nodes-output.ts +0 -34
  230. package/src/types/label-for-list-remedy-configs-output.ts +0 -34
  231. package/src/types/label-for-update-node-pool-config-input.ts +0 -34
  232. package/src/types/list-addons-request.ts +0 -41
  233. package/src/types/list-addons-response.ts +0 -47
  234. package/src/types/list-clusters-request.ts +0 -54
  235. package/src/types/list-clusters-response.ts +0 -47
  236. package/src/types/list-instance-type-labels-request.ts +0 -28
  237. package/src/types/list-instance-type-labels-response.ts +0 -29
  238. package/src/types/list-kubeconfigs-request.ts +0 -41
  239. package/src/types/list-kubeconfigs-response.ts +0 -47
  240. package/src/types/list-node-pools-request.ts +0 -48
  241. package/src/types/list-node-pools-response.ts +0 -47
  242. package/src/types/list-nodes-request.ts +0 -41
  243. package/src/types/list-nodes-response.ts +0 -47
  244. package/src/types/list-permissions-request.ts +0 -41
  245. package/src/types/list-permissions-response.ts +0 -47
  246. package/src/types/list-remedy-configs-request.ts +0 -41
  247. package/src/types/list-remedy-configs-response.ts +0 -47
  248. package/src/types/list-scaling-events-request.ts +0 -47
  249. package/src/types/list-scaling-events-response.ts +0 -47
  250. package/src/types/list-scaling-policies-request.ts +0 -41
  251. package/src/types/list-scaling-policies-response.ts +0 -47
  252. package/src/types/list-supported-add-instance-types-request.ts +0 -22
  253. package/src/types/list-supported-add-instance-types-response.ts +0 -28
  254. package/src/types/list-supported-addons-request.ts +0 -29
  255. package/src/types/list-supported-addons-response.ts +0 -35
  256. package/src/types/list-supported-images-request.ts +0 -28
  257. package/src/types/list-supported-images-response.ts +0 -29
  258. package/src/types/list-supported-resource-types-request.ts +0 -41
  259. package/src/types/list-supported-resource-types-response.ts +0 -47
  260. package/src/types/list-tags-for-resources-request.ts +0 -78
  261. package/src/types/list-tags-for-resources-response.ts +0 -35
  262. package/src/types/log-setup-for-create-cluster-input.ts +0 -55
  263. package/src/types/log-setup-for-list-clusters-output.ts +0 -46
  264. package/src/types/log-setup-for-update-cluster-config-input.ts +0 -55
  265. package/src/types/logging-config-for-create-cluster-input.ts +0 -35
  266. package/src/types/logging-config-for-list-clusters-output.ts +0 -35
  267. package/src/types/logging-config-for-update-cluster-config-input.ts +0 -35
  268. package/src/types/login-for-create-default-node-pool-input.ts +0 -34
  269. package/src/types/login-for-create-node-pool-input.ts +0 -34
  270. package/src/types/login-for-update-node-pool-config-input.ts +0 -34
  271. package/src/types/management-for-create-node-pool-input.ts +0 -35
  272. package/src/types/management-for-list-node-pools-output.ts +0 -35
  273. package/src/types/management-for-update-node-pool-config-input.ts +0 -35
  274. package/src/types/monitoring-config-for-list-clusters-output.ts +0 -41
  275. package/src/types/monitoring-config-for-update-cluster-config-input.ts +0 -41
  276. package/src/types/node-config-for-create-default-node-pool-input.ts +0 -54
  277. package/src/types/node-config-for-create-node-pool-input.ts +0 -202
  278. package/src/types/node-config-for-list-node-pools-output.ts +0 -202
  279. package/src/types/node-config-for-update-node-pool-config-input.ts +0 -176
  280. package/src/types/node-statistics-for-list-clusters-output.ts +0 -58
  281. package/src/types/node-statistics-for-list-node-pools-output.ts +0 -58
  282. package/src/types/pods-config-for-create-cluster-input.ts +0 -53
  283. package/src/types/pods-config-for-list-clusters-output.ts +0 -60
  284. package/src/types/pods-config-for-update-cluster-config-input.ts +0 -36
  285. package/src/types/private-ip-for-list-clusters-output.ts +0 -28
  286. package/src/types/proxy-config-for-list-clusters-output.ts +0 -66
  287. package/src/types/proxy-config-for-update-cluster-config-input.ts +0 -53
  288. package/src/types/public-access-config-for-create-node-pool-input.ts +0 -58
  289. package/src/types/public-access-config-for-list-node-pools-output.ts +0 -58
  290. package/src/types/public-access-config-for-update-node-pool-config-input.ts +0 -58
  291. package/src/types/public-access-network-config-for-create-cluster-input.ts +0 -58
  292. package/src/types/public-access-network-config-for-list-clusters-output.ts +0 -58
  293. package/src/types/public-access-network-config-for-update-cluster-config-input.ts +0 -58
  294. package/src/types/public-ip-for-list-clusters-output.ts +0 -28
  295. package/src/types/register-monitoring-config-for-list-clusters-output.ts +0 -40
  296. package/src/types/register-monitoring-config-for-update-cluster-config-input.ts +0 -40
  297. package/src/types/registry-proxy-config-for-create-default-node-pool-input.ts +0 -34
  298. package/src/types/registry-proxy-config-for-create-node-pool-input.ts +0 -34
  299. package/src/types/registry-proxy-config-for-list-node-pools-output.ts +0 -34
  300. package/src/types/registry-proxy-config-for-update-node-pool-config-input.ts +0 -34
  301. package/src/types/remedy-strategy-for-list-remedy-configs-output.ts +0 -47
  302. package/src/types/resource-tag-for-list-tags-for-resources-output.ts +0 -52
  303. package/src/types/revoke-permission-request.ts +0 -28
  304. package/src/types/revoke-permission-response.ts +0 -22
  305. package/src/types/rule-for-list-remedy-configs-output.ts +0 -52
  306. package/src/types/scheduled-instance-policy-for-create-scaling-policy-input.ts +0 -76
  307. package/src/types/scheduled-instance-policy-for-list-scaling-policies-output.ts +0 -76
  308. package/src/types/scheduled-instance-policy-for-update-scaling-policy-input.ts +0 -76
  309. package/src/types/scheduled-policy-for-create-scaling-policy-input.ts +0 -57
  310. package/src/types/scheduled-policy-for-list-scaling-policies-output.ts +0 -57
  311. package/src/types/scheduled-policy-for-update-scaling-policy-input.ts +0 -57
  312. package/src/types/security-for-create-default-node-pool-input.ts +0 -50
  313. package/src/types/security-for-create-node-pool-input.ts +0 -50
  314. package/src/types/security-for-list-node-pools-output.ts +0 -56
  315. package/src/types/security-for-update-node-pool-config-input.ts +0 -50
  316. package/src/types/services-config-for-create-cluster-input.ts +0 -28
  317. package/src/types/services-config-for-list-clusters-output.ts +0 -28
  318. package/src/types/set-global-default-delete-option-request.ts +0 -28
  319. package/src/types/set-global-default-delete-option-response.ts +0 -22
  320. package/src/types/status-for-list-addons-input.ts +0 -64
  321. package/src/types/status-for-list-addons-output.ts +0 -35
  322. package/src/types/status-for-list-clusters-input.ts +0 -75
  323. package/src/types/status-for-list-clusters-output.ts +0 -50
  324. package/src/types/status-for-list-node-pools-input.ts +0 -65
  325. package/src/types/status-for-list-node-pools-output.ts +0 -49
  326. package/src/types/status-for-list-nodes-input.ts +0 -65
  327. package/src/types/status-for-list-nodes-output.ts +0 -35
  328. package/src/types/system-reserved-for-create-default-node-pool-input.ts +0 -44
  329. package/src/types/system-reserved-for-create-node-pool-input.ts +0 -44
  330. package/src/types/system-reserved-for-list-node-pools-output.ts +0 -44
  331. package/src/types/system-reserved-for-update-node-pool-config-input.ts +0 -44
  332. package/src/types/system-volume-for-create-node-pool-input.ts +0 -64
  333. package/src/types/system-volume-for-list-node-pools-output.ts +0 -64
  334. package/src/types/system-volume-for-update-node-pool-config-input.ts +0 -64
  335. package/src/types/tag-filter-for-list-tags-for-resources-input.ts +0 -34
  336. package/src/types/tag-for-create-default-node-pool-input.ts +0 -34
  337. package/src/types/tag-for-create-node-pool-input.ts +0 -34
  338. package/src/types/tag-for-list-clusters-input.ts +0 -34
  339. package/src/types/tag-for-list-clusters-output.ts +0 -50
  340. package/src/types/tag-for-list-node-pools-input.ts +0 -34
  341. package/src/types/tag-for-list-node-pools-output.ts +0 -34
  342. package/src/types/tag-for-tag-resources-input.ts +0 -34
  343. package/src/types/tag-for-update-node-pool-config-input.ts +0 -34
  344. package/src/types/tag-resources-request.ts +0 -52
  345. package/src/types/tag-resources-response.ts +0 -22
  346. package/src/types/taint-for-create-default-node-pool-input.ts +0 -51
  347. package/src/types/taint-for-create-node-pool-input.ts +0 -51
  348. package/src/types/taint-for-create-nodes-input.ts +0 -51
  349. package/src/types/taint-for-list-node-pools-output.ts +0 -51
  350. package/src/types/taint-for-list-nodes-output.ts +0 -51
  351. package/src/types/taint-for-update-node-pool-config-input.ts +0 -51
  352. package/src/types/unbinding-remedy-config-request.ts +0 -55
  353. package/src/types/unbinding-remedy-config-response.ts +0 -22
  354. package/src/types/untag-resources-request.ts +0 -51
  355. package/src/types/untag-resources-response.ts +0 -22
  356. package/src/types/update-addon-config-request.ts +0 -46
  357. package/src/types/update-addon-config-response.ts +0 -22
  358. package/src/types/update-addon-version-request.ts +0 -46
  359. package/src/types/update-addon-version-response.ts +0 -22
  360. package/src/types/update-cluster-config-request.ts +0 -99
  361. package/src/types/update-cluster-config-response.ts +0 -22
  362. package/src/types/update-node-pool-config-request.ts +0 -74
  363. package/src/types/update-node-pool-config-response.ts +0 -22
  364. package/src/types/update-scaling-policy-request.ts +0 -72
  365. package/src/types/update-scaling-policy-response.ts +0 -22
  366. package/src/types/version-for-list-supported-addons-output.ts +0 -41
  367. package/src/types/vpc-cni-config-for-create-cluster-input.ts +0 -34
  368. package/src/types/vpc-cni-config-for-list-clusters-output.ts +0 -34
  369. package/src/types/vpc-cni-config-for-update-cluster-config-input.ts +0 -28
  370. package/tsconfig.json +0 -12
@@ -0,0 +1,46 @@
1
+ /**
2
+ * vke
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ImageSpecForDescribeContainerImageCommitmentsOutput } from './image-spec-for-describe-container-image-commitments-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput
18
+ */
19
+ export interface ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput {
20
+ /**
21
+ * @type {string}
22
+ * @memberof ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput
23
+ */
24
+ ContainerName?: string;
25
+ /**
26
+ * @type {ImageSpecForDescribeContainerImageCommitmentsOutput}
27
+ * @memberof ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput
28
+ */
29
+ ImageSpec?: ImageSpecForDescribeContainerImageCommitmentsOutput;
30
+ /**
31
+ * @type {string}
32
+ * @memberof ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput
33
+ */
34
+ InstanceId?: string;
35
+ /**
36
+ * @type {string}
37
+ * @memberof ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput
38
+ */
39
+ TaskId?: string;
40
+ /**
41
+ * @type {string}
42
+ * @memberof ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput
43
+ */
44
+ TaskStatus?: string;
45
+ }
46
+ //# sourceMappingURL=container-image-commitment-for-describe-container-image-commitments-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"container-image-commitment-for-describe-container-image-commitments-output.d.ts","sourceRoot":"","sources":["../../../src/types/container-image-commitment-for-describe-container-image-commitments-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mDAAmD,EAAE,MAAM,8DAA8D,CAAC;AAClI;;;;;EAKE;AACH,MAAM,WAAW,kEAAkE;IAE/E;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,SAAS,CAAC,EAAE,mDAAmD,CAAC;IAEhE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -37,6 +37,11 @@ export interface CreateNodesRequest {
37
37
  * @memberof CreateNodesRequest
38
38
  */
39
39
  ContainerStoragePath?: string;
40
+ /**
41
+ * @type {string}
42
+ * @memberof CreateNodesRequest
43
+ */
44
+ GpuDriverVersion?: string;
40
45
  /**
41
46
  * @type {string}
42
47
  * @memberof CreateNodesRequest
@@ -1 +1 @@
1
- {"version":3,"file":"create-nodes-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-nodes-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAChG;;;;;EAKE;AACH,MAAM,WAAW,kBAAkB;IAE/B;;;OAGG;IACH,iCAAiC,CAAC,EAAE,OAAO,CAAC;IAE5C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,mCAAmC,CAAC;IAEvD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B"}
1
+ {"version":3,"file":"create-nodes-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-nodes-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AAChG;;;;;EAKE;AACH,MAAM,WAAW,kBAAkB;IAE/B;;;OAGG;IACH,iCAAiC,CAAC,EAAE,OAAO,CAAC;IAE5C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,mCAAmC,CAAC;IAEvD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B"}
@@ -0,0 +1,51 @@
1
+ /**
2
+ * vke
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { TagForCreateSnapshotInput } from './tag-for-create-snapshot-input';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface CreateSnapshotRequest
18
+ */
19
+ export interface CreateSnapshotRequest {
20
+ /**
21
+ * @type {string}
22
+ * @memberof CreateSnapshotRequest
23
+ */
24
+ ClientToken?: string;
25
+ /**
26
+ * @type {string}
27
+ * @memberof CreateSnapshotRequest
28
+ */
29
+ Description?: string;
30
+ /**
31
+ * @type {string}
32
+ * @memberof CreateSnapshotRequest
33
+ */
34
+ InstanceId: string;
35
+ /**
36
+ * @type {number}
37
+ * @memberof CreateSnapshotRequest
38
+ */
39
+ RetentionDays?: number;
40
+ /**
41
+ * @type {string}
42
+ * @memberof CreateSnapshotRequest
43
+ */
44
+ SnapshotName: string;
45
+ /**
46
+ * @type {Array<TagForCreateSnapshotInput>}
47
+ * @memberof CreateSnapshotRequest
48
+ */
49
+ Tags?: Array<TagForCreateSnapshotInput>;
50
+ }
51
+ //# sourceMappingURL=create-snapshot-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-snapshot-request.d.ts","sourceRoot":"","sources":["../../../src/types/create-snapshot-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC3E;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;CAC3C"}
@@ -1,28 +1,25 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
1
  /**
4
2
  * vke
5
3
  * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
4
  *
7
5
  * OpenAPI spec version: common-version
8
- *
6
+ *
9
7
  *
10
8
  * NOTE: This class is auto generated by the swagger code generator program.
11
9
  * https://github.com/swagger-api/swagger-codegen.git
12
10
  * Do not edit the class manually.
13
11
  */
14
-
15
- /**
16
- *
17
- *
18
- * @export
19
- * @interface CreateKubeconfigResponse
20
- */
21
- export interface CreateKubeconfigResponse {
22
-
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface CreateSnapshotResponse
17
+ */
18
+ export interface CreateSnapshotResponse {
23
19
  /**
24
20
  * @type {string}
25
- * @memberof CreateKubeconfigResponse
21
+ * @memberof CreateSnapshotResponse
26
22
  */
27
- Id?: string;
23
+ SnapshotId?: string;
28
24
  }
25
+ //# sourceMappingURL=create-snapshot-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-snapshot-response.d.ts","sourceRoot":"","sources":["../../../src/types/create-snapshot-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -16,6 +16,21 @@
16
16
  * @interface DataVolumeForCreateNodePoolInput
17
17
  */
18
18
  export interface DataVolumeForCreateNodePoolInput {
19
+ /**
20
+ * @type {number}
21
+ * @memberof DataVolumeForCreateNodePoolInput
22
+ */
23
+ ExtraPerformanceIops?: number;
24
+ /**
25
+ * @type {number}
26
+ * @memberof DataVolumeForCreateNodePoolInput
27
+ */
28
+ ExtraPerformanceThroughputMb?: number;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DataVolumeForCreateNodePoolInput
32
+ */
33
+ ExtraPerformanceTypeId?: DataVolumeForCreateNodePoolInputExtraPerformanceTypeIdEnum;
19
34
  /**
20
35
  * @type {string}
21
36
  * @memberof DataVolumeForCreateNodePoolInput
@@ -52,6 +67,15 @@ export interface DataVolumeForCreateNodePoolInput {
52
67
  */
53
68
  Type?: DataVolumeForCreateNodePoolInputTypeEnum;
54
69
  }
70
+ /**
71
+ * @export
72
+ * @enum {string}
73
+ */
74
+ export declare enum DataVolumeForCreateNodePoolInputExtraPerformanceTypeIdEnum {
75
+ Balance = "Balance",
76
+ IOPS = "IOPS",
77
+ Throughput = "Throughput"
78
+ }
55
79
  /**
56
80
  * @export
57
81
  * @enum {string}
@@ -1 +1 @@
1
- {"version":3,"file":"data-volume-for-create-node-pool-input.d.ts","sourceRoot":"","sources":["../../../src/types/data-volume-for-create-node-pool-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,UAAU,CAAC,EAAE,8CAA8C,CAAC;IAE5D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACnD;AAED;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,IAAI,SAAS;IACb,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,wCAAwC;IAChD,IAAI,SAAS;IACb,OAAO,aAAa;IACpB,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,OAAO,aAAa;IACpB,OAAO,aAAa;IACpB,QAAQ,cAAc;IACtB,QAAQ,cAAc;IACtB,aAAa,oBAAoB;IACjC,WAAW,kBAAkB;CAChC"}
1
+ {"version":3,"file":"data-volume-for-create-node-pool-input.d.ts","sourceRoot":"","sources":["../../../src/types/data-volume-for-create-node-pool-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IAEtC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,0DAA0D,CAAC;IAEpF;;;OAGG;IACH,UAAU,CAAC,EAAE,8CAA8C,CAAC;IAE5D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACnD;AAED;;;GAGG;AACH,oBAAY,0DAA0D;IAClE,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,UAAU,eAAe;CAC5B;AACD;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,IAAI,SAAS;IACb,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,wCAAwC;IAChD,IAAI,SAAS;IACb,OAAO,aAAa;IACpB,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,OAAO,aAAa;IACpB,OAAO,aAAa;IACpB,QAAQ,cAAc;IACtB,QAAQ,cAAc;IACtB,aAAa,oBAAoB;IACjC,WAAW,kBAAkB;CAChC"}
@@ -16,6 +16,21 @@
16
16
  * @interface DataVolumeForListNodePoolsOutput
17
17
  */
18
18
  export interface DataVolumeForListNodePoolsOutput {
19
+ /**
20
+ * @type {number}
21
+ * @memberof DataVolumeForListNodePoolsOutput
22
+ */
23
+ ExtraPerformanceIops?: number;
24
+ /**
25
+ * @type {number}
26
+ * @memberof DataVolumeForListNodePoolsOutput
27
+ */
28
+ ExtraPerformanceThroughputMb?: number;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DataVolumeForListNodePoolsOutput
32
+ */
33
+ ExtraPerformanceTypeId?: DataVolumeForListNodePoolsOutputExtraPerformanceTypeIdEnum;
19
34
  /**
20
35
  * @type {string}
21
36
  * @memberof DataVolumeForListNodePoolsOutput
@@ -52,6 +67,15 @@ export interface DataVolumeForListNodePoolsOutput {
52
67
  */
53
68
  Type?: DataVolumeForListNodePoolsOutputTypeEnum;
54
69
  }
70
+ /**
71
+ * @export
72
+ * @enum {string}
73
+ */
74
+ export declare enum DataVolumeForListNodePoolsOutputExtraPerformanceTypeIdEnum {
75
+ Balance = "Balance",
76
+ IOPS = "IOPS",
77
+ Throughput = "Throughput"
78
+ }
55
79
  /**
56
80
  * @export
57
81
  * @enum {string}
@@ -1 +1 @@
1
- {"version":3,"file":"data-volume-for-list-node-pools-output.d.ts","sourceRoot":"","sources":["../../../src/types/data-volume-for-list-node-pools-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,UAAU,CAAC,EAAE,8CAA8C,CAAC;IAE5D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACnD;AAED;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,IAAI,SAAS;IACb,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,wCAAwC;IAChD,IAAI,SAAS;IACb,OAAO,aAAa;IACpB,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,OAAO,aAAa;IACpB,OAAO,aAAa;IACpB,QAAQ,cAAc;IACtB,QAAQ,cAAc;IACtB,aAAa,oBAAoB;IACjC,WAAW,kBAAkB;CAChC"}
1
+ {"version":3,"file":"data-volume-for-list-node-pools-output.d.ts","sourceRoot":"","sources":["../../../src/types/data-volume-for-list-node-pools-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IAEtC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,0DAA0D,CAAC;IAEpF;;;OAGG;IACH,UAAU,CAAC,EAAE,8CAA8C,CAAC;IAE5D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;CACnD;AAED;;;GAGG;AACH,oBAAY,0DAA0D;IAClE,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,UAAU,eAAe;CAC5B;AACD;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,IAAI,SAAS;IACb,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,wCAAwC;IAChD,IAAI,SAAS;IACb,OAAO,aAAa;IACpB,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,OAAO,aAAa;IACpB,OAAO,aAAa;IACpB,QAAQ,cAAc;IACtB,QAAQ,cAAc;IACtB,aAAa,oBAAoB;IACjC,WAAW,kBAAkB;CAChC"}
@@ -16,6 +16,21 @@
16
16
  * @interface DataVolumeForUpdateNodePoolConfigInput
17
17
  */
18
18
  export interface DataVolumeForUpdateNodePoolConfigInput {
19
+ /**
20
+ * @type {number}
21
+ * @memberof DataVolumeForUpdateNodePoolConfigInput
22
+ */
23
+ ExtraPerformanceIops?: number;
24
+ /**
25
+ * @type {number}
26
+ * @memberof DataVolumeForUpdateNodePoolConfigInput
27
+ */
28
+ ExtraPerformanceThroughputMb?: number;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DataVolumeForUpdateNodePoolConfigInput
32
+ */
33
+ ExtraPerformanceTypeId?: DataVolumeForUpdateNodePoolConfigInputExtraPerformanceTypeIdEnum;
19
34
  /**
20
35
  * @type {string}
21
36
  * @memberof DataVolumeForUpdateNodePoolConfigInput
@@ -52,6 +67,15 @@ export interface DataVolumeForUpdateNodePoolConfigInput {
52
67
  */
53
68
  Type?: DataVolumeForUpdateNodePoolConfigInputTypeEnum;
54
69
  }
70
+ /**
71
+ * @export
72
+ * @enum {string}
73
+ */
74
+ export declare enum DataVolumeForUpdateNodePoolConfigInputExtraPerformanceTypeIdEnum {
75
+ Balance = "Balance",
76
+ IOPS = "IOPS",
77
+ Throughput = "Throughput"
78
+ }
55
79
  /**
56
80
  * @export
57
81
  * @enum {string}
@@ -1 +1 @@
1
- {"version":3,"file":"data-volume-for-update-node-pool-config-input.d.ts","sourceRoot":"","sources":["../../../src/types/data-volume-for-update-node-pool-config-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,UAAU,CAAC,EAAE,oDAAoD,CAAC;IAElE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,8CAA8C,CAAC;CACzD;AAED;;;GAGG;AACH,oBAAY,oDAAoD;IAC5D,IAAI,SAAS;IACb,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,IAAI,SAAS;IACb,OAAO,aAAa;IACpB,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,OAAO,aAAa;IACpB,OAAO,aAAa;IACpB,QAAQ,cAAc;IACtB,QAAQ,cAAc;IACtB,aAAa,oBAAoB;IACjC,WAAW,kBAAkB;CAChC"}
1
+ {"version":3,"file":"data-volume-for-update-node-pool-config-input.d.ts","sourceRoot":"","sources":["../../../src/types/data-volume-for-update-node-pool-config-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sCAAsC;IAEnD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;OAGG;IACH,4BAA4B,CAAC,EAAE,MAAM,CAAC;IAEtC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,gEAAgE,CAAC;IAE1F;;;OAGG;IACH,UAAU,CAAC,EAAE,oDAAoD,CAAC;IAElE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,8CAA8C,CAAC;CACzD;AAED;;;GAGG;AACH,oBAAY,gEAAgE;IACxE,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,UAAU,eAAe;CAC5B;AACD;;;GAGG;AACH,oBAAY,oDAAoD;IAC5D,IAAI,SAAS;IACb,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,IAAI,SAAS;IACb,OAAO,aAAa;IACpB,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,OAAO,aAAa;IACpB,OAAO,aAAa;IACpB,QAAQ,cAAc;IACtB,QAAQ,cAAc;IACtB,aAAa,oBAAoB;IACjC,WAAW,kBAAkB;CAChC"}
@@ -35,7 +35,7 @@ export interface DeleteNodesRequest {
35
35
  * @type {string}
36
36
  * @memberof DeleteNodesRequest
37
37
  */
38
- NodePoolId: string;
38
+ NodePoolId?: string;
39
39
  /**
40
40
  * @type {Array<string>}
41
41
  * @memberof DeleteNodesRequest
@@ -1 +1 @@
1
- {"version":3,"file":"delete-nodes-request.d.ts","sourceRoot":"","sources":["../../../src/types/delete-nodes-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kBAAkB;IAE/B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,KAAK,CAAC,8CAA8C,CAAC,CAAC;IAEjF;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEpB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;CAClE;AAED;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,qCAAqC;IAC7C,GAAG,QAAQ;CACd"}
1
+ {"version":3,"file":"delete-nodes-request.d.ts","sourceRoot":"","sources":["../../../src/types/delete-nodes-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kBAAkB;IAE/B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,KAAK,CAAC,8CAA8C,CAAC,CAAC;IAEjF;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;CAClE;AAED;;;GAGG;AACH,oBAAY,8CAA8C;IACtD,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,qCAAqC;IAC7C,GAAG,QAAQ;CACd"}
@@ -1,28 +1,25 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
1
  /**
4
2
  * vke
5
3
  * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
4
  *
7
5
  * OpenAPI spec version: common-version
8
- *
6
+ *
9
7
  *
10
8
  * NOTE: This class is auto generated by the swagger code generator program.
11
9
  * https://github.com/swagger-api/swagger-codegen.git
12
10
  * Do not edit the class manually.
13
11
  */
14
-
15
- /**
16
- *
17
- *
18
- * @export
19
- * @interface CreateNodePoolResponse
20
- */
21
- export interface CreateNodePoolResponse {
22
-
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DeleteSnapshotRequest
17
+ */
18
+ export interface DeleteSnapshotRequest {
23
19
  /**
24
20
  * @type {string}
25
- * @memberof CreateNodePoolResponse
21
+ * @memberof DeleteSnapshotRequest
26
22
  */
27
- Id?: string;
23
+ SnapshotId: string;
28
24
  }
25
+ //# sourceMappingURL=delete-snapshot-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-snapshot-request.d.ts","sourceRoot":"","sources":["../../../src/types/delete-snapshot-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qBAAqB;IAElC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB"}
@@ -1,28 +1,25 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
1
  /**
4
2
  * vke
5
3
  * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
4
  *
7
5
  * OpenAPI spec version: common-version
8
- *
6
+ *
9
7
  *
10
8
  * NOTE: This class is auto generated by the swagger code generator program.
11
9
  * https://github.com/swagger-api/swagger-codegen.git
12
10
  * Do not edit the class manually.
13
11
  */
14
-
15
- /**
16
- *
17
- *
18
- * @export
19
- * @interface GrantPermissionResponse
20
- */
21
- export interface GrantPermissionResponse {
22
-
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DeleteSnapshotResponse
17
+ */
18
+ export interface DeleteSnapshotResponse {
23
19
  /**
24
20
  * @type {string}
25
- * @memberof GrantPermissionResponse
21
+ * @memberof DeleteSnapshotResponse
26
22
  */
27
- Id?: string;
23
+ SnapshotId?: string;
28
24
  }
25
+ //# sourceMappingURL=delete-snapshot-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-snapshot-response.d.ts","sourceRoot":"","sources":["../../../src/types/delete-snapshot-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * vke
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DescribeContainerImageCommitmentsRequest
17
+ */
18
+ export interface DescribeContainerImageCommitmentsRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof DescribeContainerImageCommitmentsRequest
22
+ */
23
+ InstanceIds?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof DescribeContainerImageCommitmentsRequest
27
+ */
28
+ MaxResults?: string;
29
+ /**
30
+ * @type {string}
31
+ * @memberof DescribeContainerImageCommitmentsRequest
32
+ */
33
+ NextToken?: string;
34
+ /**
35
+ * @type {Array<string>}
36
+ * @memberof DescribeContainerImageCommitmentsRequest
37
+ */
38
+ TaskIds?: Array<string>;
39
+ /**
40
+ * @type {string}
41
+ * @memberof DescribeContainerImageCommitmentsRequest
42
+ */
43
+ TaskStatus?: string;
44
+ }
45
+ //# sourceMappingURL=describe-container-image-commitments-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-container-image-commitments-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-container-image-commitments-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * vke
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput } from './container-image-commitment-for-describe-container-image-commitments-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeContainerImageCommitmentsResponse
18
+ */
19
+ export interface DescribeContainerImageCommitmentsResponse {
20
+ /**
21
+ * @type {Array<ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput>}
22
+ * @memberof DescribeContainerImageCommitmentsResponse
23
+ */
24
+ ContainerImageCommitments?: Array<ContainerImageCommitmentForDescribeContainerImageCommitmentsOutput>;
25
+ /**
26
+ * @type {string}
27
+ * @memberof DescribeContainerImageCommitmentsResponse
28
+ */
29
+ NextToken?: string;
30
+ }
31
+ //# sourceMappingURL=describe-container-image-commitments-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-container-image-commitments-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-container-image-commitments-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kEAAkE,EAAE,MAAM,8EAA8E,CAAC;AACjK;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,yBAAyB,CAAC,EAAE,KAAK,CAAC,kEAAkE,CAAC,CAAC;IAEtG;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -1,40 +1,35 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
1
  /**
4
2
  * vke
5
3
  * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
4
  *
7
5
  * OpenAPI spec version: common-version
8
- *
6
+ *
9
7
  *
10
8
  * NOTE: This class is auto generated by the swagger code generator program.
11
9
  * https://github.com/swagger-api/swagger-codegen.git
12
10
  * Do not edit the class manually.
13
11
  */
14
-
15
- /**
16
- *
17
- *
18
- * @export
19
- * @interface DeleteScalingPoliciesRequest
20
- */
21
- export interface DeleteScalingPoliciesRequest {
22
-
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface DescribeSnapshotsRequest
17
+ */
18
+ export interface DescribeSnapshotsRequest {
23
19
  /**
24
- * @type {string}
25
- * @memberof DeleteScalingPoliciesRequest
20
+ * @type {number}
21
+ * @memberof DescribeSnapshotsRequest
26
22
  */
27
- ClusterId: string;
28
-
23
+ MaxResults?: number;
29
24
  /**
30
- * @type {Array<string>}
31
- * @memberof DeleteScalingPoliciesRequest
25
+ * @type {string}
26
+ * @memberof DescribeSnapshotsRequest
32
27
  */
33
- Ids?: Array<string>;
34
-
28
+ NextToken?: string;
35
29
  /**
36
- * @type {string}
37
- * @memberof DeleteScalingPoliciesRequest
30
+ * @type {Array<string>}
31
+ * @memberof DescribeSnapshotsRequest
38
32
  */
39
- NodePoolId: string;
33
+ SnapshotIds?: Array<string>;
40
34
  }
35
+ //# sourceMappingURL=describe-snapshots-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-snapshots-request.d.ts","sourceRoot":"","sources":["../../../src/types/describe-snapshots-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * vke
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SnapshotForDescribeSnapshotsOutput } from './snapshot-for-describe-snapshots-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface DescribeSnapshotsResponse
18
+ */
19
+ export interface DescribeSnapshotsResponse {
20
+ /**
21
+ * @type {string}
22
+ * @memberof DescribeSnapshotsResponse
23
+ */
24
+ NextToken?: string;
25
+ /**
26
+ * @type {Array<SnapshotForDescribeSnapshotsOutput>}
27
+ * @memberof DescribeSnapshotsResponse
28
+ */
29
+ Snapshots?: Array<SnapshotForDescribeSnapshotsOutput>;
30
+ }
31
+ //# sourceMappingURL=describe-snapshots-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"describe-snapshots-response.d.ts","sourceRoot":"","sources":["../../../src/types/describe-snapshots-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,0CAA0C,CAAC;AAC7F;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CACzD"}
@@ -23,6 +23,11 @@ export interface ExecContainerImageCommitmentRequest {
23
23
  * @memberof ExecContainerImageCommitmentRequest
24
24
  */
25
25
  AuthConfig?: AuthConfigForExecContainerImageCommitmentInput;
26
+ /**
27
+ * @type {string}
28
+ * @memberof ExecContainerImageCommitmentRequest
29
+ */
30
+ ClientToken?: string;
26
31
  /**
27
32
  * @type {string}
28
33
  * @memberof ExecContainerImageCommitmentRequest
@@ -1 +1 @@
1
- {"version":3,"file":"exec-container-image-commitment-request.d.ts","sourceRoot":"","sources":["../../../src/types/exec-container-image-commitment-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8CAA8C,EAAE,MAAM,yDAAyD,CAAC;AACzH,OAAO,EAAE,6CAA6C,EAAE,MAAM,wDAAwD,CAAC;AACtH;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,UAAU,CAAC,EAAE,8CAA8C,CAAC;IAE5D;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,6CAA6C,CAAC;IAE1D;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB"}
1
+ {"version":3,"file":"exec-container-image-commitment-request.d.ts","sourceRoot":"","sources":["../../../src/types/exec-container-image-commitment-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8CAA8C,EAAE,MAAM,yDAAyD,CAAC;AACzH,OAAO,EAAE,6CAA6C,EAAE,MAAM,wDAAwD,CAAC;AACtH;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,UAAU,CAAC,EAAE,8CAA8C,CAAC;IAE5D;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,6CAA6C,CAAC;IAE1D;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -16,5 +16,10 @@
16
16
  * @interface ExecContainerImageCommitmentResponse
17
17
  */
18
18
  export interface ExecContainerImageCommitmentResponse {
19
+ /**
20
+ * @type {string}
21
+ * @memberof ExecContainerImageCommitmentResponse
22
+ */
23
+ TaskId?: string;
19
24
  }
20
25
  //# sourceMappingURL=exec-container-image-commitment-response.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"exec-container-image-commitment-response.d.ts","sourceRoot":"","sources":["../../../src/types/exec-container-image-commitment-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;CACpD"}
1
+ {"version":3,"file":"exec-container-image-commitment-response.d.ts","sourceRoot":"","sources":["../../../src/types/exec-container-image-commitment-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}