@volcengine/vke 1.0.1 → 1.0.2
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.
- package/dist/cjs/index.js +50 -0
- package/dist/esm/api.d.ts +55 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +36 -1
- 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
- package/dist/esm/types/affinity-group-config-for-create-node-pool-input.d.ts.map +1 -0
- 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
- package/dist/esm/types/affinity-group-config-for-list-node-pools-output.d.ts.map +1 -0
- 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
- package/dist/esm/types/affinity-group-config-for-update-node-pool-config-input.d.ts.map +1 -0
- package/dist/esm/types/condition-for-list-nodes-output.d.ts +17 -1
- package/dist/esm/types/condition-for-list-nodes-output.d.ts.map +1 -1
- package/dist/esm/types/config-for-list-remedy-configs-output.d.ts +5 -0
- package/dist/esm/types/config-for-list-remedy-configs-output.d.ts.map +1 -1
- package/dist/esm/types/container-image-commitment-for-describe-container-image-commitments-output.d.ts +46 -0
- package/dist/esm/types/container-image-commitment-for-describe-container-image-commitments-output.d.ts.map +1 -0
- package/dist/esm/types/create-nodes-request.d.ts +5 -0
- package/dist/esm/types/create-nodes-request.d.ts.map +1 -1
- package/dist/esm/types/create-snapshot-request.d.ts +51 -0
- package/dist/esm/types/create-snapshot-request.d.ts.map +1 -0
- package/{src/types/create-kubeconfig-response.ts → dist/esm/types/create-snapshot-response.d.ts} +11 -14
- package/dist/esm/types/create-snapshot-response.d.ts.map +1 -0
- package/dist/esm/types/data-volume-for-create-node-pool-input.d.ts +24 -0
- package/dist/esm/types/data-volume-for-create-node-pool-input.d.ts.map +1 -1
- package/dist/esm/types/data-volume-for-list-node-pools-output.d.ts +24 -0
- package/dist/esm/types/data-volume-for-list-node-pools-output.d.ts.map +1 -1
- package/dist/esm/types/data-volume-for-update-node-pool-config-input.d.ts +24 -0
- package/dist/esm/types/data-volume-for-update-node-pool-config-input.d.ts.map +1 -1
- package/dist/esm/types/delete-nodes-request.d.ts +1 -1
- package/dist/esm/types/delete-nodes-request.d.ts.map +1 -1
- package/{src/types/create-node-pool-response.ts → dist/esm/types/delete-snapshot-request.d.ts} +11 -14
- package/dist/esm/types/delete-snapshot-request.d.ts.map +1 -0
- package/{src/types/grant-permission-response.ts → dist/esm/types/delete-snapshot-response.d.ts} +11 -14
- package/dist/esm/types/delete-snapshot-response.d.ts.map +1 -0
- package/dist/esm/types/describe-container-image-commitments-request.d.ts +45 -0
- package/dist/esm/types/describe-container-image-commitments-request.d.ts.map +1 -0
- package/dist/esm/types/describe-container-image-commitments-response.d.ts +31 -0
- package/dist/esm/types/describe-container-image-commitments-response.d.ts.map +1 -0
- package/{src/types/delete-scaling-policies-request.ts → dist/esm/types/describe-snapshots-request.d.ts} +18 -23
- package/dist/esm/types/describe-snapshots-request.d.ts.map +1 -0
- package/dist/esm/types/describe-snapshots-response.d.ts +31 -0
- package/dist/esm/types/describe-snapshots-response.d.ts.map +1 -0
- package/dist/esm/types/exec-container-image-commitment-request.d.ts +5 -0
- package/dist/esm/types/exec-container-image-commitment-request.d.ts.map +1 -1
- package/dist/esm/types/exec-container-image-commitment-response.d.ts +5 -0
- package/dist/esm/types/exec-container-image-commitment-response.d.ts.map +1 -1
- package/dist/esm/types/filter-for-list-nodes-input.d.ts +10 -0
- package/dist/esm/types/filter-for-list-nodes-input.d.ts.map +1 -1
- 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
- package/dist/esm/types/image-spec-for-describe-container-image-commitments-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +22 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- 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
- package/dist/esm/types/intersection-item-for-list-supported-images-output.d.ts.map +1 -0
- package/dist/esm/types/item-for-list-nodes-output.d.ts +25 -1
- package/dist/esm/types/item-for-list-nodes-output.d.ts.map +1 -1
- package/dist/esm/types/kubernetes-config-for-create-default-node-pool-input.d.ts +6 -0
- package/dist/esm/types/kubernetes-config-for-create-default-node-pool-input.d.ts.map +1 -1
- package/dist/esm/types/kubernetes-config-for-create-node-pool-input.d.ts +6 -0
- package/dist/esm/types/kubernetes-config-for-create-node-pool-input.d.ts.map +1 -1
- package/dist/esm/types/kubernetes-config-for-list-node-pools-output.d.ts +6 -0
- package/dist/esm/types/kubernetes-config-for-list-node-pools-output.d.ts.map +1 -1
- package/dist/esm/types/kubernetes-config-for-update-node-pool-config-input.d.ts +6 -0
- package/dist/esm/types/kubernetes-config-for-update-node-pool-config-input.d.ts.map +1 -1
- package/dist/esm/types/list-supported-gpu-driver-versions-request.d.ts +35 -0
- package/dist/esm/types/list-supported-gpu-driver-versions-request.d.ts.map +1 -0
- package/{src/types/create-nodes-response.ts → dist/esm/types/list-supported-gpu-driver-versions-response.d.ts} +11 -14
- package/dist/esm/types/list-supported-gpu-driver-versions-response.d.ts.map +1 -0
- package/dist/esm/types/list-supported-images-request.d.ts +10 -0
- package/dist/esm/types/list-supported-images-request.d.ts.map +1 -1
- package/dist/esm/types/list-supported-images-response.d.ts +6 -0
- package/dist/esm/types/list-supported-images-response.d.ts.map +1 -1
- package/dist/esm/types/node-config-for-create-node-pool-input.d.ts +11 -0
- package/dist/esm/types/node-config-for-create-node-pool-input.d.ts.map +1 -1
- package/dist/esm/types/node-config-for-list-node-pools-output.d.ts +11 -0
- package/dist/esm/types/node-config-for-list-node-pools-output.d.ts.map +1 -1
- package/dist/esm/types/node-config-for-update-node-pool-config-input.d.ts +11 -0
- package/dist/esm/types/node-config-for-update-node-pool-config-input.d.ts.map +1 -1
- package/dist/esm/types/runtime-for-create-default-node-pool-input.d.ts +37 -0
- package/dist/esm/types/runtime-for-create-default-node-pool-input.d.ts.map +1 -0
- package/{src/types/login-for-list-node-pools-output.ts → dist/esm/types/runtime-for-create-node-pool-input.d.ts} +15 -22
- package/dist/esm/types/runtime-for-create-node-pool-input.d.ts.map +1 -0
- package/dist/esm/types/runtime-for-list-node-pools-output.d.ts +37 -0
- package/dist/esm/types/runtime-for-list-node-pools-output.d.ts.map +1 -0
- package/dist/esm/types/runtime-for-update-node-pool-config-input.d.ts +37 -0
- package/dist/esm/types/runtime-for-update-node-pool-config-input.d.ts.map +1 -0
- package/dist/esm/types/snapshot-for-describe-snapshots-output.d.ts +90 -0
- package/dist/esm/types/snapshot-for-describe-snapshots-output.d.ts.map +1 -0
- package/dist/esm/types/status-for-list-nodes-input.d.ts +3 -5
- package/dist/esm/types/status-for-list-nodes-input.d.ts.map +1 -1
- package/dist/esm/types/status-for-list-nodes-output.d.ts +12 -1
- package/dist/esm/types/status-for-list-nodes-output.d.ts.map +1 -1
- package/{src/types/tag-for-create-cluster-input.ts → dist/esm/types/tag-for-create-snapshot-input.d.ts} +11 -15
- package/dist/esm/types/tag-for-create-snapshot-input.d.ts.map +1 -0
- package/dist/esm/types/vpc-cni-config-for-list-clusters-output.d.ts +5 -0
- package/dist/esm/types/vpc-cni-config-for-list-clusters-output.d.ts.map +1 -1
- package/dist/esm/types/vpc-cni-config-for-update-cluster-config-input.d.ts +5 -0
- package/dist/esm/types/vpc-cni-config-for-update-cluster-config-input.d.ts.map +1 -1
- package/package.json +5 -1
- package/.turbo/turbo-build.log +0 -19
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/rslib.config.ts +0 -26
- package/src/api.ts +0 -856
- package/src/index.ts +0 -14
- package/src/types/action-for-list-remedy-configs-output.ts +0 -34
- package/src/types/api-server-endpoints-for-list-clusters-output.ts +0 -36
- package/src/types/api-server-public-access-config-for-create-cluster-input.ts +0 -29
- package/src/types/api-server-public-access-config-for-list-clusters-output.ts +0 -35
- package/src/types/api-server-public-access-config-for-update-cluster-config-input.ts +0 -29
- package/src/types/auth-config-for-exec-container-image-commitment-input.ts +0 -46
- package/src/types/auto-scaling-for-create-node-pool-input.ts +0 -68
- package/src/types/auto-scaling-for-list-node-pools-output.ts +0 -74
- package/src/types/auto-scaling-for-update-node-pool-config-input.ts +0 -68
- package/src/types/binding-remedy-config-request.ts +0 -67
- package/src/types/binding-remedy-config-response.ts +0 -28
- package/src/types/cluster-config-for-create-cluster-input.ts +0 -47
- package/src/types/cluster-config-for-list-clusters-output.ts +0 -83
- package/src/types/cluster-config-for-update-cluster-config-input.ts +0 -54
- package/src/types/cluster-connector-config-request-for-update-cluster-config-input.ts +0 -73
- package/src/types/compatibility-for-list-supported-addons-output.ts +0 -28
- package/src/types/component-config-for-list-clusters-output.ts +0 -52
- package/src/types/component-config-for-update-cluster-config-input.ts +0 -52
- package/src/types/condition-for-list-addons-output.ts +0 -28
- package/src/types/condition-for-list-clusters-output.ts +0 -56
- package/src/types/condition-for-list-node-pools-output.ts +0 -47
- package/src/types/condition-for-list-nodes-output.ts +0 -28
- package/src/types/config-for-list-remedy-configs-output.ts +0 -56
- package/src/types/connector-config-for-list-clusters-output.ts +0 -67
- package/src/types/containerd-config-for-create-default-node-pool-input.ts +0 -35
- package/src/types/containerd-config-for-create-node-pool-input.ts +0 -35
- package/src/types/containerd-config-for-list-node-pools-output.ts +0 -35
- package/src/types/containerd-config-for-update-node-pool-config-input.ts +0 -35
- package/src/types/convert-tag-for-list-node-pools-output.ts +0 -50
- package/src/types/create-addon-request.ts +0 -83
- package/src/types/create-addon-response.ts +0 -22
- package/src/types/create-cluster-request.ts +0 -93
- package/src/types/create-cluster-response.ts +0 -28
- package/src/types/create-default-node-pool-request.ts +0 -55
- package/src/types/create-default-node-pool-response.ts +0 -28
- package/src/types/create-kubeconfig-request.ts +0 -51
- package/src/types/create-node-pool-request.ts +0 -75
- package/src/types/create-nodes-request.ts +0 -95
- package/src/types/create-scaling-policy-request.ts +0 -82
- package/src/types/create-scaling-policy-response.ts +0 -28
- package/src/types/data-volume-for-create-node-pool-input.ts +0 -90
- package/src/types/data-volume-for-list-node-pools-output.ts +0 -90
- package/src/types/data-volume-for-update-node-pool-config-input.ts +0 -90
- package/src/types/delete-addon-request.ts +0 -62
- package/src/types/delete-addon-response.ts +0 -22
- package/src/types/delete-cluster-request.ts +0 -72
- package/src/types/delete-cluster-response.ts +0 -22
- package/src/types/delete-kubeconfigs-request.ts +0 -34
- package/src/types/delete-kubeconfigs-response.ts +0 -22
- package/src/types/delete-node-pool-request.ts +0 -62
- package/src/types/delete-node-pool-response.ts +0 -22
- package/src/types/delete-nodes-request.ts +0 -68
- package/src/types/delete-nodes-response.ts +0 -22
- package/src/types/delete-scaling-policies-response.ts +0 -22
- package/src/types/drain-for-list-remedy-configs-output.ts +0 -28
- package/src/types/eviction-hard-for-create-default-node-pool-input.ts +0 -49
- package/src/types/eviction-hard-for-create-node-pool-input.ts +0 -49
- package/src/types/eviction-hard-for-list-node-pools-output.ts +0 -49
- package/src/types/eviction-hard-for-update-node-pool-config-input.ts +0 -49
- package/src/types/exec-container-image-commitment-request.ts +0 -54
- package/src/types/exec-container-image-commitment-response.ts +0 -22
- package/src/types/feature-gates-for-create-default-node-pool-input.ts +0 -34
- package/src/types/feature-gates-for-create-node-pool-input.ts +0 -34
- package/src/types/feature-gates-for-list-node-pools-output.ts +0 -34
- package/src/types/feature-gates-for-update-node-pool-config-input.ts +0 -34
- package/src/types/filter-for-list-addons-input.ts +0 -84
- package/src/types/filter-for-list-clusters-input.ts +0 -99
- package/src/types/filter-for-list-kubeconfigs-input.ts +0 -52
- package/src/types/filter-for-list-node-pools-input.ts +0 -65
- package/src/types/filter-for-list-nodes-input.ts +0 -71
- package/src/types/filter-for-list-permissions-input.ts +0 -85
- package/src/types/filter-for-list-remedy-configs-input.ts +0 -61
- package/src/types/filter-for-list-scaling-events-input.ts +0 -64
- package/src/types/filter-for-list-scaling-policies-input.ts +0 -46
- package/src/types/filter-for-list-supported-addons-input.ts +0 -114
- package/src/types/filter-for-list-supported-resource-types-input.ts +0 -44
- package/src/types/flannel-config-for-create-cluster-input.ts +0 -34
- package/src/types/flannel-config-for-list-clusters-output.ts +0 -40
- package/src/types/flannel-config-for-update-cluster-config-input.ts +0 -28
- package/src/types/forward-kubernetes-api-request.ts +0 -53
- package/src/types/forward-kubernetes-api-response.ts +0 -34
- package/src/types/get-global-default-delete-option-request.ts +0 -22
- package/src/types/get-global-default-delete-option-response.ts +0 -34
- package/src/types/grant-permission-request.ts +0 -75
- package/src/types/header-for-forward-kubernetes-api-input.ts +0 -34
- package/src/types/index.ts +0 -276
- package/src/types/instances-distribution-for-create-node-pool-input.ts +0 -46
- package/src/types/instances-distribution-for-list-node-pools-output.ts +0 -46
- package/src/types/instances-distribution-for-update-node-pool-config-input.ts +0 -46
- package/src/types/intervene-cordon-for-list-remedy-configs-output.ts +0 -35
- package/src/types/intervene-drain-for-list-remedy-configs-output.ts +0 -35
- package/src/types/irsa-config-for-list-clusters-output.ts +0 -58
- package/src/types/item-for-list-addons-output.ts +0 -108
- package/src/types/item-for-list-clusters-output.ts +0 -183
- package/src/types/item-for-list-instance-type-labels-output.ts +0 -41
- package/src/types/item-for-list-kubeconfigs-output.ts +0 -70
- package/src/types/item-for-list-node-pools-output.ts +0 -113
- package/src/types/item-for-list-nodes-output.ts +0 -132
- package/src/types/item-for-list-permissions-output.ts +0 -154
- package/src/types/item-for-list-remedy-configs-output.ts +0 -80
- package/src/types/item-for-list-scaling-events-output.ts +0 -76
- package/src/types/item-for-list-scaling-policies-output.ts +0 -94
- package/src/types/item-for-list-supported-addons-output.ts +0 -65
- package/src/types/item-for-list-supported-images-output.ts +0 -35
- package/src/types/item-for-list-supported-resource-types-output.ts +0 -46
- package/src/types/kube-reserved-for-create-default-node-pool-input.ts +0 -44
- package/src/types/kube-reserved-for-create-node-pool-input.ts +0 -44
- package/src/types/kube-reserved-for-list-node-pools-output.ts +0 -44
- package/src/types/kube-reserved-for-update-node-pool-config-input.ts +0 -44
- package/src/types/kubelet-config-for-create-default-node-pool-input.ts +0 -132
- package/src/types/kubelet-config-for-create-node-pool-input.ts +0 -132
- package/src/types/kubelet-config-for-list-node-pools-output.ts +0 -132
- package/src/types/kubelet-config-for-update-node-pool-config-input.ts +0 -132
- package/src/types/kubernetes-config-for-create-default-node-pool-input.ts +0 -80
- package/src/types/kubernetes-config-for-create-node-pool-input.ts +0 -80
- package/src/types/kubernetes-config-for-create-nodes-input.ts +0 -42
- package/src/types/kubernetes-config-for-list-node-pools-output.ts +0 -80
- package/src/types/kubernetes-config-for-list-nodes-output.ts +0 -42
- package/src/types/kubernetes-config-for-update-node-pool-config-input.ts +0 -80
- package/src/types/label-for-create-default-node-pool-input.ts +0 -34
- package/src/types/label-for-create-node-pool-input.ts +0 -34
- package/src/types/label-for-create-nodes-input.ts +0 -34
- package/src/types/label-for-list-instance-type-labels-output.ts +0 -34
- package/src/types/label-for-list-node-pools-output.ts +0 -34
- package/src/types/label-for-list-nodes-output.ts +0 -34
- package/src/types/label-for-list-remedy-configs-output.ts +0 -34
- package/src/types/label-for-update-node-pool-config-input.ts +0 -34
- package/src/types/list-addons-request.ts +0 -41
- package/src/types/list-addons-response.ts +0 -47
- package/src/types/list-clusters-request.ts +0 -54
- package/src/types/list-clusters-response.ts +0 -47
- package/src/types/list-instance-type-labels-request.ts +0 -28
- package/src/types/list-instance-type-labels-response.ts +0 -29
- package/src/types/list-kubeconfigs-request.ts +0 -41
- package/src/types/list-kubeconfigs-response.ts +0 -47
- package/src/types/list-node-pools-request.ts +0 -48
- package/src/types/list-node-pools-response.ts +0 -47
- package/src/types/list-nodes-request.ts +0 -41
- package/src/types/list-nodes-response.ts +0 -47
- package/src/types/list-permissions-request.ts +0 -41
- package/src/types/list-permissions-response.ts +0 -47
- package/src/types/list-remedy-configs-request.ts +0 -41
- package/src/types/list-remedy-configs-response.ts +0 -47
- package/src/types/list-scaling-events-request.ts +0 -47
- package/src/types/list-scaling-events-response.ts +0 -47
- package/src/types/list-scaling-policies-request.ts +0 -41
- package/src/types/list-scaling-policies-response.ts +0 -47
- package/src/types/list-supported-add-instance-types-request.ts +0 -22
- package/src/types/list-supported-add-instance-types-response.ts +0 -28
- package/src/types/list-supported-addons-request.ts +0 -29
- package/src/types/list-supported-addons-response.ts +0 -35
- package/src/types/list-supported-images-request.ts +0 -28
- package/src/types/list-supported-images-response.ts +0 -29
- package/src/types/list-supported-resource-types-request.ts +0 -41
- package/src/types/list-supported-resource-types-response.ts +0 -47
- package/src/types/list-tags-for-resources-request.ts +0 -78
- package/src/types/list-tags-for-resources-response.ts +0 -35
- package/src/types/log-setup-for-create-cluster-input.ts +0 -55
- package/src/types/log-setup-for-list-clusters-output.ts +0 -46
- package/src/types/log-setup-for-update-cluster-config-input.ts +0 -55
- package/src/types/logging-config-for-create-cluster-input.ts +0 -35
- package/src/types/logging-config-for-list-clusters-output.ts +0 -35
- package/src/types/logging-config-for-update-cluster-config-input.ts +0 -35
- package/src/types/login-for-create-default-node-pool-input.ts +0 -34
- package/src/types/login-for-create-node-pool-input.ts +0 -34
- package/src/types/login-for-update-node-pool-config-input.ts +0 -34
- package/src/types/management-for-create-node-pool-input.ts +0 -35
- package/src/types/management-for-list-node-pools-output.ts +0 -35
- package/src/types/management-for-update-node-pool-config-input.ts +0 -35
- package/src/types/monitoring-config-for-list-clusters-output.ts +0 -41
- package/src/types/monitoring-config-for-update-cluster-config-input.ts +0 -41
- package/src/types/node-config-for-create-default-node-pool-input.ts +0 -54
- package/src/types/node-config-for-create-node-pool-input.ts +0 -202
- package/src/types/node-config-for-list-node-pools-output.ts +0 -202
- package/src/types/node-config-for-update-node-pool-config-input.ts +0 -176
- package/src/types/node-statistics-for-list-clusters-output.ts +0 -58
- package/src/types/node-statistics-for-list-node-pools-output.ts +0 -58
- package/src/types/pods-config-for-create-cluster-input.ts +0 -53
- package/src/types/pods-config-for-list-clusters-output.ts +0 -60
- package/src/types/pods-config-for-update-cluster-config-input.ts +0 -36
- package/src/types/private-ip-for-list-clusters-output.ts +0 -28
- package/src/types/proxy-config-for-list-clusters-output.ts +0 -66
- package/src/types/proxy-config-for-update-cluster-config-input.ts +0 -53
- package/src/types/public-access-config-for-create-node-pool-input.ts +0 -58
- package/src/types/public-access-config-for-list-node-pools-output.ts +0 -58
- package/src/types/public-access-config-for-update-node-pool-config-input.ts +0 -58
- package/src/types/public-access-network-config-for-create-cluster-input.ts +0 -58
- package/src/types/public-access-network-config-for-list-clusters-output.ts +0 -58
- package/src/types/public-access-network-config-for-update-cluster-config-input.ts +0 -58
- package/src/types/public-ip-for-list-clusters-output.ts +0 -28
- package/src/types/register-monitoring-config-for-list-clusters-output.ts +0 -40
- package/src/types/register-monitoring-config-for-update-cluster-config-input.ts +0 -40
- package/src/types/registry-proxy-config-for-create-default-node-pool-input.ts +0 -34
- package/src/types/registry-proxy-config-for-create-node-pool-input.ts +0 -34
- package/src/types/registry-proxy-config-for-list-node-pools-output.ts +0 -34
- package/src/types/registry-proxy-config-for-update-node-pool-config-input.ts +0 -34
- package/src/types/remedy-strategy-for-list-remedy-configs-output.ts +0 -47
- package/src/types/resource-tag-for-list-tags-for-resources-output.ts +0 -52
- package/src/types/revoke-permission-request.ts +0 -28
- package/src/types/revoke-permission-response.ts +0 -22
- package/src/types/rule-for-list-remedy-configs-output.ts +0 -52
- package/src/types/scheduled-instance-policy-for-create-scaling-policy-input.ts +0 -76
- package/src/types/scheduled-instance-policy-for-list-scaling-policies-output.ts +0 -76
- package/src/types/scheduled-instance-policy-for-update-scaling-policy-input.ts +0 -76
- package/src/types/scheduled-policy-for-create-scaling-policy-input.ts +0 -57
- package/src/types/scheduled-policy-for-list-scaling-policies-output.ts +0 -57
- package/src/types/scheduled-policy-for-update-scaling-policy-input.ts +0 -57
- package/src/types/security-for-create-default-node-pool-input.ts +0 -50
- package/src/types/security-for-create-node-pool-input.ts +0 -50
- package/src/types/security-for-list-node-pools-output.ts +0 -56
- package/src/types/security-for-update-node-pool-config-input.ts +0 -50
- package/src/types/services-config-for-create-cluster-input.ts +0 -28
- package/src/types/services-config-for-list-clusters-output.ts +0 -28
- package/src/types/set-global-default-delete-option-request.ts +0 -28
- package/src/types/set-global-default-delete-option-response.ts +0 -22
- package/src/types/status-for-list-addons-input.ts +0 -64
- package/src/types/status-for-list-addons-output.ts +0 -35
- package/src/types/status-for-list-clusters-input.ts +0 -75
- package/src/types/status-for-list-clusters-output.ts +0 -50
- package/src/types/status-for-list-node-pools-input.ts +0 -65
- package/src/types/status-for-list-node-pools-output.ts +0 -49
- package/src/types/status-for-list-nodes-input.ts +0 -65
- package/src/types/status-for-list-nodes-output.ts +0 -35
- package/src/types/system-reserved-for-create-default-node-pool-input.ts +0 -44
- package/src/types/system-reserved-for-create-node-pool-input.ts +0 -44
- package/src/types/system-reserved-for-list-node-pools-output.ts +0 -44
- package/src/types/system-reserved-for-update-node-pool-config-input.ts +0 -44
- package/src/types/system-volume-for-create-node-pool-input.ts +0 -64
- package/src/types/system-volume-for-list-node-pools-output.ts +0 -64
- package/src/types/system-volume-for-update-node-pool-config-input.ts +0 -64
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +0 -34
- package/src/types/tag-for-create-default-node-pool-input.ts +0 -34
- package/src/types/tag-for-create-node-pool-input.ts +0 -34
- package/src/types/tag-for-list-clusters-input.ts +0 -34
- package/src/types/tag-for-list-clusters-output.ts +0 -50
- package/src/types/tag-for-list-node-pools-input.ts +0 -34
- package/src/types/tag-for-list-node-pools-output.ts +0 -34
- package/src/types/tag-for-tag-resources-input.ts +0 -34
- package/src/types/tag-for-update-node-pool-config-input.ts +0 -34
- package/src/types/tag-resources-request.ts +0 -52
- package/src/types/tag-resources-response.ts +0 -22
- package/src/types/taint-for-create-default-node-pool-input.ts +0 -51
- package/src/types/taint-for-create-node-pool-input.ts +0 -51
- package/src/types/taint-for-create-nodes-input.ts +0 -51
- package/src/types/taint-for-list-node-pools-output.ts +0 -51
- package/src/types/taint-for-list-nodes-output.ts +0 -51
- package/src/types/taint-for-update-node-pool-config-input.ts +0 -51
- package/src/types/unbinding-remedy-config-request.ts +0 -55
- package/src/types/unbinding-remedy-config-response.ts +0 -22
- package/src/types/untag-resources-request.ts +0 -51
- package/src/types/untag-resources-response.ts +0 -22
- package/src/types/update-addon-config-request.ts +0 -46
- package/src/types/update-addon-config-response.ts +0 -22
- package/src/types/update-addon-version-request.ts +0 -46
- package/src/types/update-addon-version-response.ts +0 -22
- package/src/types/update-cluster-config-request.ts +0 -99
- package/src/types/update-cluster-config-response.ts +0 -22
- package/src/types/update-node-pool-config-request.ts +0 -74
- package/src/types/update-node-pool-config-response.ts +0 -22
- package/src/types/update-scaling-policy-request.ts +0 -72
- package/src/types/update-scaling-policy-response.ts +0 -22
- package/src/types/version-for-list-supported-addons-output.ts +0 -41
- package/src/types/vpc-cni-config-for-create-cluster-input.ts +0 -34
- package/src/types/vpc-cni-config-for-list-clusters-output.ts +0 -34
- package/src/types/vpc-cni-config-for-update-cluster-config-input.ts +0 -28
- package/tsconfig.json +0 -12
package/src/api.ts
DELETED
|
@@ -1,856 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* vke
|
|
5
|
-
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: common-version
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
|
|
16
|
-
|
|
17
|
-
import { BindingRemedyConfigRequest } from './types/index';
|
|
18
|
-
import { BindingRemedyConfigResponse } from './types/index';
|
|
19
|
-
import { CreateAddonRequest } from './types/index';
|
|
20
|
-
import { CreateAddonResponse } from './types/index';
|
|
21
|
-
import { CreateClusterRequest } from './types/index';
|
|
22
|
-
import { CreateClusterResponse } from './types/index';
|
|
23
|
-
import { CreateDefaultNodePoolRequest } from './types/index';
|
|
24
|
-
import { CreateDefaultNodePoolResponse } from './types/index';
|
|
25
|
-
import { CreateKubeconfigRequest } from './types/index';
|
|
26
|
-
import { CreateKubeconfigResponse } from './types/index';
|
|
27
|
-
import { CreateNodePoolRequest } from './types/index';
|
|
28
|
-
import { CreateNodePoolResponse } from './types/index';
|
|
29
|
-
import { CreateNodesRequest } from './types/index';
|
|
30
|
-
import { CreateNodesResponse } from './types/index';
|
|
31
|
-
import { CreateScalingPolicyRequest } from './types/index';
|
|
32
|
-
import { CreateScalingPolicyResponse } from './types/index';
|
|
33
|
-
import { DeleteAddonRequest } from './types/index';
|
|
34
|
-
import { DeleteAddonResponse } from './types/index';
|
|
35
|
-
import { DeleteClusterRequest } from './types/index';
|
|
36
|
-
import { DeleteClusterResponse } from './types/index';
|
|
37
|
-
import { DeleteKubeconfigsRequest } from './types/index';
|
|
38
|
-
import { DeleteKubeconfigsResponse } from './types/index';
|
|
39
|
-
import { DeleteNodePoolRequest } from './types/index';
|
|
40
|
-
import { DeleteNodePoolResponse } from './types/index';
|
|
41
|
-
import { DeleteNodesRequest } from './types/index';
|
|
42
|
-
import { DeleteNodesResponse } from './types/index';
|
|
43
|
-
import { DeleteScalingPoliciesRequest } from './types/index';
|
|
44
|
-
import { DeleteScalingPoliciesResponse } from './types/index';
|
|
45
|
-
import { ExecContainerImageCommitmentRequest } from './types/index';
|
|
46
|
-
import { ExecContainerImageCommitmentResponse } from './types/index';
|
|
47
|
-
import { ForwardKubernetesApiRequest } from './types/index';
|
|
48
|
-
import { ForwardKubernetesApiResponse } from './types/index';
|
|
49
|
-
import { GetGlobalDefaultDeleteOptionRequest } from './types/index';
|
|
50
|
-
import { GetGlobalDefaultDeleteOptionResponse } from './types/index';
|
|
51
|
-
import { GrantPermissionRequest } from './types/index';
|
|
52
|
-
import { GrantPermissionResponse } from './types/index';
|
|
53
|
-
import { ListAddonsRequest } from './types/index';
|
|
54
|
-
import { ListAddonsResponse } from './types/index';
|
|
55
|
-
import { ListClustersRequest } from './types/index';
|
|
56
|
-
import { ListClustersResponse } from './types/index';
|
|
57
|
-
import { ListInstanceTypeLabelsRequest } from './types/index';
|
|
58
|
-
import { ListInstanceTypeLabelsResponse } from './types/index';
|
|
59
|
-
import { ListKubeconfigsRequest } from './types/index';
|
|
60
|
-
import { ListKubeconfigsResponse } from './types/index';
|
|
61
|
-
import { ListNodePoolsRequest } from './types/index';
|
|
62
|
-
import { ListNodePoolsResponse } from './types/index';
|
|
63
|
-
import { ListNodesRequest } from './types/index';
|
|
64
|
-
import { ListNodesResponse } from './types/index';
|
|
65
|
-
import { ListPermissionsRequest } from './types/index';
|
|
66
|
-
import { ListPermissionsResponse } from './types/index';
|
|
67
|
-
import { ListRemedyConfigsRequest } from './types/index';
|
|
68
|
-
import { ListRemedyConfigsResponse } from './types/index';
|
|
69
|
-
import { ListScalingEventsRequest } from './types/index';
|
|
70
|
-
import { ListScalingEventsResponse } from './types/index';
|
|
71
|
-
import { ListScalingPoliciesRequest } from './types/index';
|
|
72
|
-
import { ListScalingPoliciesResponse } from './types/index';
|
|
73
|
-
import { ListSupportedAddInstanceTypesRequest } from './types/index';
|
|
74
|
-
import { ListSupportedAddInstanceTypesResponse } from './types/index';
|
|
75
|
-
import { ListSupportedAddonsRequest } from './types/index';
|
|
76
|
-
import { ListSupportedAddonsResponse } from './types/index';
|
|
77
|
-
import { ListSupportedImagesRequest } from './types/index';
|
|
78
|
-
import { ListSupportedImagesResponse } from './types/index';
|
|
79
|
-
import { ListSupportedResourceTypesRequest } from './types/index';
|
|
80
|
-
import { ListSupportedResourceTypesResponse } from './types/index';
|
|
81
|
-
import { ListTagsForResourcesRequest } from './types/index';
|
|
82
|
-
import { ListTagsForResourcesResponse } from './types/index';
|
|
83
|
-
import { RevokePermissionRequest } from './types/index';
|
|
84
|
-
import { RevokePermissionResponse } from './types/index';
|
|
85
|
-
import { SetGlobalDefaultDeleteOptionRequest } from './types/index';
|
|
86
|
-
import { SetGlobalDefaultDeleteOptionResponse } from './types/index';
|
|
87
|
-
import { TagResourcesRequest } from './types/index';
|
|
88
|
-
import { TagResourcesResponse } from './types/index';
|
|
89
|
-
import { UnbindingRemedyConfigRequest } from './types/index';
|
|
90
|
-
import { UnbindingRemedyConfigResponse } from './types/index';
|
|
91
|
-
import { UntagResourcesRequest } from './types/index';
|
|
92
|
-
import { UntagResourcesResponse } from './types/index';
|
|
93
|
-
import { UpdateAddonConfigRequest } from './types/index';
|
|
94
|
-
import { UpdateAddonConfigResponse } from './types/index';
|
|
95
|
-
import { UpdateAddonVersionRequest } from './types/index';
|
|
96
|
-
import { UpdateAddonVersionResponse } from './types/index';
|
|
97
|
-
import { UpdateClusterConfigRequest } from './types/index';
|
|
98
|
-
import { UpdateClusterConfigResponse } from './types/index';
|
|
99
|
-
import { UpdateNodePoolConfigRequest } from './types/index';
|
|
100
|
-
import { UpdateNodePoolConfigResponse } from './types/index';
|
|
101
|
-
import { UpdateScalingPolicyRequest } from './types/index';
|
|
102
|
-
import { UpdateScalingPolicyResponse } from './types/index';
|
|
103
|
-
|
|
104
|
-
// ============================================================================
|
|
105
|
-
// Output Type Definitions
|
|
106
|
-
// ============================================================================
|
|
107
|
-
export type BindingRemedyConfigCommandOutput = CommandOutput<BindingRemedyConfigResponse>;
|
|
108
|
-
export type CreateAddonCommandOutput = CommandOutput<CreateAddonResponse>;
|
|
109
|
-
export type CreateClusterCommandOutput = CommandOutput<CreateClusterResponse>;
|
|
110
|
-
export type CreateDefaultNodePoolCommandOutput = CommandOutput<CreateDefaultNodePoolResponse>;
|
|
111
|
-
export type CreateKubeconfigCommandOutput = CommandOutput<CreateKubeconfigResponse>;
|
|
112
|
-
export type CreateNodePoolCommandOutput = CommandOutput<CreateNodePoolResponse>;
|
|
113
|
-
export type CreateNodesCommandOutput = CommandOutput<CreateNodesResponse>;
|
|
114
|
-
export type CreateScalingPolicyCommandOutput = CommandOutput<CreateScalingPolicyResponse>;
|
|
115
|
-
export type DeleteAddonCommandOutput = CommandOutput<DeleteAddonResponse>;
|
|
116
|
-
export type DeleteClusterCommandOutput = CommandOutput<DeleteClusterResponse>;
|
|
117
|
-
export type DeleteKubeconfigsCommandOutput = CommandOutput<DeleteKubeconfigsResponse>;
|
|
118
|
-
export type DeleteNodePoolCommandOutput = CommandOutput<DeleteNodePoolResponse>;
|
|
119
|
-
export type DeleteNodesCommandOutput = CommandOutput<DeleteNodesResponse>;
|
|
120
|
-
export type DeleteScalingPoliciesCommandOutput = CommandOutput<DeleteScalingPoliciesResponse>;
|
|
121
|
-
export type ExecContainerImageCommitmentCommandOutput = CommandOutput<ExecContainerImageCommitmentResponse>;
|
|
122
|
-
export type ForwardKubernetesApiCommandOutput = CommandOutput<ForwardKubernetesApiResponse>;
|
|
123
|
-
export type GetGlobalDefaultDeleteOptionCommandOutput = CommandOutput<GetGlobalDefaultDeleteOptionResponse>;
|
|
124
|
-
export type GrantPermissionCommandOutput = CommandOutput<GrantPermissionResponse>;
|
|
125
|
-
export type ListAddonsCommandOutput = CommandOutput<ListAddonsResponse>;
|
|
126
|
-
export type ListClustersCommandOutput = CommandOutput<ListClustersResponse>;
|
|
127
|
-
export type ListInstanceTypeLabelsCommandOutput = CommandOutput<ListInstanceTypeLabelsResponse>;
|
|
128
|
-
export type ListKubeconfigsCommandOutput = CommandOutput<ListKubeconfigsResponse>;
|
|
129
|
-
export type ListNodePoolsCommandOutput = CommandOutput<ListNodePoolsResponse>;
|
|
130
|
-
export type ListNodesCommandOutput = CommandOutput<ListNodesResponse>;
|
|
131
|
-
export type ListPermissionsCommandOutput = CommandOutput<ListPermissionsResponse>;
|
|
132
|
-
export type ListRemedyConfigsCommandOutput = CommandOutput<ListRemedyConfigsResponse>;
|
|
133
|
-
export type ListScalingEventsCommandOutput = CommandOutput<ListScalingEventsResponse>;
|
|
134
|
-
export type ListScalingPoliciesCommandOutput = CommandOutput<ListScalingPoliciesResponse>;
|
|
135
|
-
export type ListSupportedAddInstanceTypesCommandOutput = CommandOutput<ListSupportedAddInstanceTypesResponse>;
|
|
136
|
-
export type ListSupportedAddonsCommandOutput = CommandOutput<ListSupportedAddonsResponse>;
|
|
137
|
-
export type ListSupportedImagesCommandOutput = CommandOutput<ListSupportedImagesResponse>;
|
|
138
|
-
export type ListSupportedResourceTypesCommandOutput = CommandOutput<ListSupportedResourceTypesResponse>;
|
|
139
|
-
export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
|
|
140
|
-
export type RevokePermissionCommandOutput = CommandOutput<RevokePermissionResponse>;
|
|
141
|
-
export type SetGlobalDefaultDeleteOptionCommandOutput = CommandOutput<SetGlobalDefaultDeleteOptionResponse>;
|
|
142
|
-
export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
|
|
143
|
-
export type UnbindingRemedyConfigCommandOutput = CommandOutput<UnbindingRemedyConfigResponse>;
|
|
144
|
-
export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
|
|
145
|
-
export type UpdateAddonConfigCommandOutput = CommandOutput<UpdateAddonConfigResponse>;
|
|
146
|
-
export type UpdateAddonVersionCommandOutput = CommandOutput<UpdateAddonVersionResponse>;
|
|
147
|
-
export type UpdateClusterConfigCommandOutput = CommandOutput<UpdateClusterConfigResponse>;
|
|
148
|
-
export type UpdateNodePoolConfigCommandOutput = CommandOutput<UpdateNodePoolConfigResponse>;
|
|
149
|
-
export type UpdateScalingPolicyCommandOutput = CommandOutput<UpdateScalingPolicyResponse>;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* VKEClient Service Client
|
|
154
|
-
*/
|
|
155
|
-
export class VKEClient extends Client {
|
|
156
|
-
constructor(config: ClientConfig = {}) {
|
|
157
|
-
super({
|
|
158
|
-
protocol: 'https',
|
|
159
|
-
region: 'cn-beijing',
|
|
160
|
-
...config,
|
|
161
|
-
});
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* Command to BindingRemedyConfig
|
|
167
|
-
*/
|
|
168
|
-
export class BindingRemedyConfigCommand extends Command<
|
|
169
|
-
BindingRemedyConfigRequest,
|
|
170
|
-
BindingRemedyConfigCommandOutput,
|
|
171
|
-
'BindingRemedyConfigCommand'
|
|
172
|
-
> {
|
|
173
|
-
static readonly metaPath = '/BindingRemedyConfig/2022-05-12/vke/post/application_json/';
|
|
174
|
-
|
|
175
|
-
constructor(input: BindingRemedyConfigRequest) {
|
|
176
|
-
super(input);
|
|
177
|
-
this.requestConfig = buildRequestConfigFromMetaPath(BindingRemedyConfigCommand.metaPath);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
/**
|
|
181
|
-
* Command to CreateAddon
|
|
182
|
-
*/
|
|
183
|
-
export class CreateAddonCommand extends Command<
|
|
184
|
-
CreateAddonRequest,
|
|
185
|
-
CreateAddonCommandOutput,
|
|
186
|
-
'CreateAddonCommand'
|
|
187
|
-
> {
|
|
188
|
-
static readonly metaPath = '/CreateAddon/2022-05-12/vke/post/application_json/';
|
|
189
|
-
|
|
190
|
-
constructor(input: CreateAddonRequest) {
|
|
191
|
-
super(input);
|
|
192
|
-
this.requestConfig = buildRequestConfigFromMetaPath(CreateAddonCommand.metaPath);
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
/**
|
|
196
|
-
* Command to CreateCluster
|
|
197
|
-
*/
|
|
198
|
-
export class CreateClusterCommand extends Command<
|
|
199
|
-
CreateClusterRequest,
|
|
200
|
-
CreateClusterCommandOutput,
|
|
201
|
-
'CreateClusterCommand'
|
|
202
|
-
> {
|
|
203
|
-
static readonly metaPath = '/CreateCluster/2022-05-12/vke/post/application_json/';
|
|
204
|
-
|
|
205
|
-
constructor(input: CreateClusterRequest) {
|
|
206
|
-
super(input);
|
|
207
|
-
this.requestConfig = buildRequestConfigFromMetaPath(CreateClusterCommand.metaPath);
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
/**
|
|
211
|
-
* Command to CreateDefaultNodePool
|
|
212
|
-
*/
|
|
213
|
-
export class CreateDefaultNodePoolCommand extends Command<
|
|
214
|
-
CreateDefaultNodePoolRequest,
|
|
215
|
-
CreateDefaultNodePoolCommandOutput,
|
|
216
|
-
'CreateDefaultNodePoolCommand'
|
|
217
|
-
> {
|
|
218
|
-
static readonly metaPath = '/CreateDefaultNodePool/2022-05-12/vke/post/application_json/';
|
|
219
|
-
|
|
220
|
-
constructor(input: CreateDefaultNodePoolRequest) {
|
|
221
|
-
super(input);
|
|
222
|
-
this.requestConfig = buildRequestConfigFromMetaPath(CreateDefaultNodePoolCommand.metaPath);
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
/**
|
|
226
|
-
* Command to CreateKubeconfig
|
|
227
|
-
*/
|
|
228
|
-
export class CreateKubeconfigCommand extends Command<
|
|
229
|
-
CreateKubeconfigRequest,
|
|
230
|
-
CreateKubeconfigCommandOutput,
|
|
231
|
-
'CreateKubeconfigCommand'
|
|
232
|
-
> {
|
|
233
|
-
static readonly metaPath = '/CreateKubeconfig/2022-05-12/vke/post/application_json/';
|
|
234
|
-
|
|
235
|
-
constructor(input: CreateKubeconfigRequest) {
|
|
236
|
-
super(input);
|
|
237
|
-
this.requestConfig = buildRequestConfigFromMetaPath(CreateKubeconfigCommand.metaPath);
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
/**
|
|
241
|
-
* Command to CreateNodePool
|
|
242
|
-
*/
|
|
243
|
-
export class CreateNodePoolCommand extends Command<
|
|
244
|
-
CreateNodePoolRequest,
|
|
245
|
-
CreateNodePoolCommandOutput,
|
|
246
|
-
'CreateNodePoolCommand'
|
|
247
|
-
> {
|
|
248
|
-
static readonly metaPath = '/CreateNodePool/2022-05-12/vke/post/application_json/';
|
|
249
|
-
|
|
250
|
-
constructor(input: CreateNodePoolRequest) {
|
|
251
|
-
super(input);
|
|
252
|
-
this.requestConfig = buildRequestConfigFromMetaPath(CreateNodePoolCommand.metaPath);
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
/**
|
|
256
|
-
* Command to CreateNodes
|
|
257
|
-
*/
|
|
258
|
-
export class CreateNodesCommand extends Command<
|
|
259
|
-
CreateNodesRequest,
|
|
260
|
-
CreateNodesCommandOutput,
|
|
261
|
-
'CreateNodesCommand'
|
|
262
|
-
> {
|
|
263
|
-
static readonly metaPath = '/CreateNodes/2022-05-12/vke/post/application_json/';
|
|
264
|
-
|
|
265
|
-
constructor(input: CreateNodesRequest) {
|
|
266
|
-
super(input);
|
|
267
|
-
this.requestConfig = buildRequestConfigFromMetaPath(CreateNodesCommand.metaPath);
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
/**
|
|
271
|
-
* Command to CreateScalingPolicy
|
|
272
|
-
*/
|
|
273
|
-
export class CreateScalingPolicyCommand extends Command<
|
|
274
|
-
CreateScalingPolicyRequest,
|
|
275
|
-
CreateScalingPolicyCommandOutput,
|
|
276
|
-
'CreateScalingPolicyCommand'
|
|
277
|
-
> {
|
|
278
|
-
static readonly metaPath = '/CreateScalingPolicy/2022-05-12/vke/post/application_json/';
|
|
279
|
-
|
|
280
|
-
constructor(input: CreateScalingPolicyRequest) {
|
|
281
|
-
super(input);
|
|
282
|
-
this.requestConfig = buildRequestConfigFromMetaPath(CreateScalingPolicyCommand.metaPath);
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
/**
|
|
286
|
-
* Command to DeleteAddon
|
|
287
|
-
*/
|
|
288
|
-
export class DeleteAddonCommand extends Command<
|
|
289
|
-
DeleteAddonRequest,
|
|
290
|
-
DeleteAddonCommandOutput,
|
|
291
|
-
'DeleteAddonCommand'
|
|
292
|
-
> {
|
|
293
|
-
static readonly metaPath = '/DeleteAddon/2022-05-12/vke/post/application_json/';
|
|
294
|
-
|
|
295
|
-
constructor(input: DeleteAddonRequest) {
|
|
296
|
-
super(input);
|
|
297
|
-
this.requestConfig = buildRequestConfigFromMetaPath(DeleteAddonCommand.metaPath);
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
/**
|
|
301
|
-
* Command to DeleteCluster
|
|
302
|
-
*/
|
|
303
|
-
export class DeleteClusterCommand extends Command<
|
|
304
|
-
DeleteClusterRequest,
|
|
305
|
-
DeleteClusterCommandOutput,
|
|
306
|
-
'DeleteClusterCommand'
|
|
307
|
-
> {
|
|
308
|
-
static readonly metaPath = '/DeleteCluster/2022-05-12/vke/post/application_json/';
|
|
309
|
-
|
|
310
|
-
constructor(input: DeleteClusterRequest) {
|
|
311
|
-
super(input);
|
|
312
|
-
this.requestConfig = buildRequestConfigFromMetaPath(DeleteClusterCommand.metaPath);
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
/**
|
|
316
|
-
* Command to DeleteKubeconfigs
|
|
317
|
-
*/
|
|
318
|
-
export class DeleteKubeconfigsCommand extends Command<
|
|
319
|
-
DeleteKubeconfigsRequest,
|
|
320
|
-
DeleteKubeconfigsCommandOutput,
|
|
321
|
-
'DeleteKubeconfigsCommand'
|
|
322
|
-
> {
|
|
323
|
-
static readonly metaPath = '/DeleteKubeconfigs/2022-05-12/vke/post/application_json/';
|
|
324
|
-
|
|
325
|
-
constructor(input: DeleteKubeconfigsRequest) {
|
|
326
|
-
super(input);
|
|
327
|
-
this.requestConfig = buildRequestConfigFromMetaPath(DeleteKubeconfigsCommand.metaPath);
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
/**
|
|
331
|
-
* Command to DeleteNodePool
|
|
332
|
-
*/
|
|
333
|
-
export class DeleteNodePoolCommand extends Command<
|
|
334
|
-
DeleteNodePoolRequest,
|
|
335
|
-
DeleteNodePoolCommandOutput,
|
|
336
|
-
'DeleteNodePoolCommand'
|
|
337
|
-
> {
|
|
338
|
-
static readonly metaPath = '/DeleteNodePool/2022-05-12/vke/post/application_json/';
|
|
339
|
-
|
|
340
|
-
constructor(input: DeleteNodePoolRequest) {
|
|
341
|
-
super(input);
|
|
342
|
-
this.requestConfig = buildRequestConfigFromMetaPath(DeleteNodePoolCommand.metaPath);
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
/**
|
|
346
|
-
* Command to DeleteNodes
|
|
347
|
-
*/
|
|
348
|
-
export class DeleteNodesCommand extends Command<
|
|
349
|
-
DeleteNodesRequest,
|
|
350
|
-
DeleteNodesCommandOutput,
|
|
351
|
-
'DeleteNodesCommand'
|
|
352
|
-
> {
|
|
353
|
-
static readonly metaPath = '/DeleteNodes/2022-05-12/vke/post/application_json/';
|
|
354
|
-
|
|
355
|
-
constructor(input: DeleteNodesRequest) {
|
|
356
|
-
super(input);
|
|
357
|
-
this.requestConfig = buildRequestConfigFromMetaPath(DeleteNodesCommand.metaPath);
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
/**
|
|
361
|
-
* Command to DeleteScalingPolicies
|
|
362
|
-
*/
|
|
363
|
-
export class DeleteScalingPoliciesCommand extends Command<
|
|
364
|
-
DeleteScalingPoliciesRequest,
|
|
365
|
-
DeleteScalingPoliciesCommandOutput,
|
|
366
|
-
'DeleteScalingPoliciesCommand'
|
|
367
|
-
> {
|
|
368
|
-
static readonly metaPath = '/DeleteScalingPolicies/2022-05-12/vke/post/application_json/';
|
|
369
|
-
|
|
370
|
-
constructor(input: DeleteScalingPoliciesRequest) {
|
|
371
|
-
super(input);
|
|
372
|
-
this.requestConfig = buildRequestConfigFromMetaPath(DeleteScalingPoliciesCommand.metaPath);
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
/**
|
|
376
|
-
* Command to ExecContainerImageCommitment
|
|
377
|
-
*/
|
|
378
|
-
export class ExecContainerImageCommitmentCommand extends Command<
|
|
379
|
-
ExecContainerImageCommitmentRequest,
|
|
380
|
-
ExecContainerImageCommitmentCommandOutput,
|
|
381
|
-
'ExecContainerImageCommitmentCommand'
|
|
382
|
-
> {
|
|
383
|
-
static readonly metaPath = '/ExecContainerImageCommitment/2022-05-12/vke/post/application_json/';
|
|
384
|
-
|
|
385
|
-
constructor(input: ExecContainerImageCommitmentRequest) {
|
|
386
|
-
super(input);
|
|
387
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ExecContainerImageCommitmentCommand.metaPath);
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
/**
|
|
391
|
-
* Command to ForwardKubernetesApi
|
|
392
|
-
*/
|
|
393
|
-
export class ForwardKubernetesApiCommand extends Command<
|
|
394
|
-
ForwardKubernetesApiRequest,
|
|
395
|
-
ForwardKubernetesApiCommandOutput,
|
|
396
|
-
'ForwardKubernetesApiCommand'
|
|
397
|
-
> {
|
|
398
|
-
static readonly metaPath = '/ForwardKubernetesApi/2022-05-12/vke/post/application_json/';
|
|
399
|
-
|
|
400
|
-
constructor(input: ForwardKubernetesApiRequest) {
|
|
401
|
-
super(input);
|
|
402
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ForwardKubernetesApiCommand.metaPath);
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
/**
|
|
406
|
-
* Command to GetGlobalDefaultDeleteOption
|
|
407
|
-
*/
|
|
408
|
-
export class GetGlobalDefaultDeleteOptionCommand extends Command<
|
|
409
|
-
GetGlobalDefaultDeleteOptionRequest,
|
|
410
|
-
GetGlobalDefaultDeleteOptionCommandOutput,
|
|
411
|
-
'GetGlobalDefaultDeleteOptionCommand'
|
|
412
|
-
> {
|
|
413
|
-
static readonly metaPath = '/GetGlobalDefaultDeleteOption/2022-05-12/vke/post/application_json/';
|
|
414
|
-
|
|
415
|
-
constructor(input: GetGlobalDefaultDeleteOptionRequest) {
|
|
416
|
-
super(input);
|
|
417
|
-
this.requestConfig = buildRequestConfigFromMetaPath(GetGlobalDefaultDeleteOptionCommand.metaPath);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
/**
|
|
421
|
-
* Command to GrantPermission
|
|
422
|
-
*/
|
|
423
|
-
export class GrantPermissionCommand extends Command<
|
|
424
|
-
GrantPermissionRequest,
|
|
425
|
-
GrantPermissionCommandOutput,
|
|
426
|
-
'GrantPermissionCommand'
|
|
427
|
-
> {
|
|
428
|
-
static readonly metaPath = '/GrantPermission/2022-05-12/vke/post/application_json/';
|
|
429
|
-
|
|
430
|
-
constructor(input: GrantPermissionRequest) {
|
|
431
|
-
super(input);
|
|
432
|
-
this.requestConfig = buildRequestConfigFromMetaPath(GrantPermissionCommand.metaPath);
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
/**
|
|
436
|
-
* Command to ListAddons
|
|
437
|
-
*/
|
|
438
|
-
export class ListAddonsCommand extends Command<
|
|
439
|
-
ListAddonsRequest,
|
|
440
|
-
ListAddonsCommandOutput,
|
|
441
|
-
'ListAddonsCommand'
|
|
442
|
-
> {
|
|
443
|
-
static readonly metaPath = '/ListAddons/2022-05-12/vke/post/application_json/';
|
|
444
|
-
|
|
445
|
-
constructor(input: ListAddonsRequest) {
|
|
446
|
-
super(input);
|
|
447
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListAddonsCommand.metaPath);
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
/**
|
|
451
|
-
* Command to ListClusters
|
|
452
|
-
*/
|
|
453
|
-
export class ListClustersCommand extends Command<
|
|
454
|
-
ListClustersRequest,
|
|
455
|
-
ListClustersCommandOutput,
|
|
456
|
-
'ListClustersCommand'
|
|
457
|
-
> {
|
|
458
|
-
static readonly metaPath = '/ListClusters/2022-05-12/vke/post/application_json/';
|
|
459
|
-
|
|
460
|
-
constructor(input: ListClustersRequest) {
|
|
461
|
-
super(input);
|
|
462
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListClustersCommand.metaPath);
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
/**
|
|
466
|
-
* Command to ListInstanceTypeLabels
|
|
467
|
-
*/
|
|
468
|
-
export class ListInstanceTypeLabelsCommand extends Command<
|
|
469
|
-
ListInstanceTypeLabelsRequest,
|
|
470
|
-
ListInstanceTypeLabelsCommandOutput,
|
|
471
|
-
'ListInstanceTypeLabelsCommand'
|
|
472
|
-
> {
|
|
473
|
-
static readonly metaPath = '/ListInstanceTypeLabels/2022-05-12/vke/post/application_json/';
|
|
474
|
-
|
|
475
|
-
constructor(input: ListInstanceTypeLabelsRequest) {
|
|
476
|
-
super(input);
|
|
477
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListInstanceTypeLabelsCommand.metaPath);
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
/**
|
|
481
|
-
* Command to ListKubeconfigs
|
|
482
|
-
*/
|
|
483
|
-
export class ListKubeconfigsCommand extends Command<
|
|
484
|
-
ListKubeconfigsRequest,
|
|
485
|
-
ListKubeconfigsCommandOutput,
|
|
486
|
-
'ListKubeconfigsCommand'
|
|
487
|
-
> {
|
|
488
|
-
static readonly metaPath = '/ListKubeconfigs/2022-05-12/vke/post/application_json/';
|
|
489
|
-
|
|
490
|
-
constructor(input: ListKubeconfigsRequest) {
|
|
491
|
-
super(input);
|
|
492
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListKubeconfigsCommand.metaPath);
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
/**
|
|
496
|
-
* Command to ListNodePools
|
|
497
|
-
*/
|
|
498
|
-
export class ListNodePoolsCommand extends Command<
|
|
499
|
-
ListNodePoolsRequest,
|
|
500
|
-
ListNodePoolsCommandOutput,
|
|
501
|
-
'ListNodePoolsCommand'
|
|
502
|
-
> {
|
|
503
|
-
static readonly metaPath = '/ListNodePools/2022-05-12/vke/post/application_json/';
|
|
504
|
-
|
|
505
|
-
constructor(input: ListNodePoolsRequest) {
|
|
506
|
-
super(input);
|
|
507
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListNodePoolsCommand.metaPath);
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
/**
|
|
511
|
-
* Command to ListNodes
|
|
512
|
-
*/
|
|
513
|
-
export class ListNodesCommand extends Command<
|
|
514
|
-
ListNodesRequest,
|
|
515
|
-
ListNodesCommandOutput,
|
|
516
|
-
'ListNodesCommand'
|
|
517
|
-
> {
|
|
518
|
-
static readonly metaPath = '/ListNodes/2022-05-12/vke/post/application_json/';
|
|
519
|
-
|
|
520
|
-
constructor(input: ListNodesRequest) {
|
|
521
|
-
super(input);
|
|
522
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListNodesCommand.metaPath);
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
/**
|
|
526
|
-
* Command to ListPermissions
|
|
527
|
-
*/
|
|
528
|
-
export class ListPermissionsCommand extends Command<
|
|
529
|
-
ListPermissionsRequest,
|
|
530
|
-
ListPermissionsCommandOutput,
|
|
531
|
-
'ListPermissionsCommand'
|
|
532
|
-
> {
|
|
533
|
-
static readonly metaPath = '/ListPermissions/2022-05-12/vke/post/application_json/';
|
|
534
|
-
|
|
535
|
-
constructor(input: ListPermissionsRequest) {
|
|
536
|
-
super(input);
|
|
537
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListPermissionsCommand.metaPath);
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
/**
|
|
541
|
-
* Command to ListRemedyConfigs
|
|
542
|
-
*/
|
|
543
|
-
export class ListRemedyConfigsCommand extends Command<
|
|
544
|
-
ListRemedyConfigsRequest,
|
|
545
|
-
ListRemedyConfigsCommandOutput,
|
|
546
|
-
'ListRemedyConfigsCommand'
|
|
547
|
-
> {
|
|
548
|
-
static readonly metaPath = '/ListRemedyConfigs/2022-05-12/vke/post/application_json/';
|
|
549
|
-
|
|
550
|
-
constructor(input: ListRemedyConfigsRequest) {
|
|
551
|
-
super(input);
|
|
552
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListRemedyConfigsCommand.metaPath);
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
/**
|
|
556
|
-
* Command to ListScalingEvents
|
|
557
|
-
*/
|
|
558
|
-
export class ListScalingEventsCommand extends Command<
|
|
559
|
-
ListScalingEventsRequest,
|
|
560
|
-
ListScalingEventsCommandOutput,
|
|
561
|
-
'ListScalingEventsCommand'
|
|
562
|
-
> {
|
|
563
|
-
static readonly metaPath = '/ListScalingEvents/2022-05-12/vke/post/application_json/';
|
|
564
|
-
|
|
565
|
-
constructor(input: ListScalingEventsRequest) {
|
|
566
|
-
super(input);
|
|
567
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListScalingEventsCommand.metaPath);
|
|
568
|
-
}
|
|
569
|
-
}
|
|
570
|
-
/**
|
|
571
|
-
* Command to ListScalingPolicies
|
|
572
|
-
*/
|
|
573
|
-
export class ListScalingPoliciesCommand extends Command<
|
|
574
|
-
ListScalingPoliciesRequest,
|
|
575
|
-
ListScalingPoliciesCommandOutput,
|
|
576
|
-
'ListScalingPoliciesCommand'
|
|
577
|
-
> {
|
|
578
|
-
static readonly metaPath = '/ListScalingPolicies/2022-05-12/vke/post/application_json/';
|
|
579
|
-
|
|
580
|
-
constructor(input: ListScalingPoliciesRequest) {
|
|
581
|
-
super(input);
|
|
582
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListScalingPoliciesCommand.metaPath);
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
/**
|
|
586
|
-
* Command to ListSupportedAddInstanceTypes
|
|
587
|
-
*/
|
|
588
|
-
export class ListSupportedAddInstanceTypesCommand extends Command<
|
|
589
|
-
ListSupportedAddInstanceTypesRequest,
|
|
590
|
-
ListSupportedAddInstanceTypesCommandOutput,
|
|
591
|
-
'ListSupportedAddInstanceTypesCommand'
|
|
592
|
-
> {
|
|
593
|
-
static readonly metaPath = '/ListSupportedAddInstanceTypes/2022-05-12/vke/post/application_json/';
|
|
594
|
-
|
|
595
|
-
constructor(input: ListSupportedAddInstanceTypesRequest) {
|
|
596
|
-
super(input);
|
|
597
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListSupportedAddInstanceTypesCommand.metaPath);
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
/**
|
|
601
|
-
* Command to ListSupportedAddons
|
|
602
|
-
*/
|
|
603
|
-
export class ListSupportedAddonsCommand extends Command<
|
|
604
|
-
ListSupportedAddonsRequest,
|
|
605
|
-
ListSupportedAddonsCommandOutput,
|
|
606
|
-
'ListSupportedAddonsCommand'
|
|
607
|
-
> {
|
|
608
|
-
static readonly metaPath = '/ListSupportedAddons/2022-05-12/vke/post/application_json/';
|
|
609
|
-
|
|
610
|
-
constructor(input: ListSupportedAddonsRequest) {
|
|
611
|
-
super(input);
|
|
612
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListSupportedAddonsCommand.metaPath);
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
/**
|
|
616
|
-
* Command to ListSupportedImages
|
|
617
|
-
*/
|
|
618
|
-
export class ListSupportedImagesCommand extends Command<
|
|
619
|
-
ListSupportedImagesRequest,
|
|
620
|
-
ListSupportedImagesCommandOutput,
|
|
621
|
-
'ListSupportedImagesCommand'
|
|
622
|
-
> {
|
|
623
|
-
static readonly metaPath = '/ListSupportedImages/2022-05-12/vke/post/application_json/';
|
|
624
|
-
|
|
625
|
-
constructor(input: ListSupportedImagesRequest) {
|
|
626
|
-
super(input);
|
|
627
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListSupportedImagesCommand.metaPath);
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
/**
|
|
631
|
-
* Command to ListSupportedResourceTypes
|
|
632
|
-
*/
|
|
633
|
-
export class ListSupportedResourceTypesCommand extends Command<
|
|
634
|
-
ListSupportedResourceTypesRequest,
|
|
635
|
-
ListSupportedResourceTypesCommandOutput,
|
|
636
|
-
'ListSupportedResourceTypesCommand'
|
|
637
|
-
> {
|
|
638
|
-
static readonly metaPath = '/ListSupportedResourceTypes/2022-05-12/vke/post/application_json/';
|
|
639
|
-
|
|
640
|
-
constructor(input: ListSupportedResourceTypesRequest) {
|
|
641
|
-
super(input);
|
|
642
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListSupportedResourceTypesCommand.metaPath);
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
/**
|
|
646
|
-
* Command to ListTagsForResources
|
|
647
|
-
*/
|
|
648
|
-
export class ListTagsForResourcesCommand extends Command<
|
|
649
|
-
ListTagsForResourcesRequest,
|
|
650
|
-
ListTagsForResourcesCommandOutput,
|
|
651
|
-
'ListTagsForResourcesCommand'
|
|
652
|
-
> {
|
|
653
|
-
static readonly metaPath = '/ListTagsForResources/2022-05-12/vke/post/application_json/';
|
|
654
|
-
|
|
655
|
-
constructor(input: ListTagsForResourcesRequest) {
|
|
656
|
-
super(input);
|
|
657
|
-
this.requestConfig = buildRequestConfigFromMetaPath(ListTagsForResourcesCommand.metaPath);
|
|
658
|
-
}
|
|
659
|
-
}
|
|
660
|
-
/**
|
|
661
|
-
* Command to RevokePermission
|
|
662
|
-
*/
|
|
663
|
-
export class RevokePermissionCommand extends Command<
|
|
664
|
-
RevokePermissionRequest,
|
|
665
|
-
RevokePermissionCommandOutput,
|
|
666
|
-
'RevokePermissionCommand'
|
|
667
|
-
> {
|
|
668
|
-
static readonly metaPath = '/RevokePermission/2022-05-12/vke/post/application_json/';
|
|
669
|
-
|
|
670
|
-
constructor(input: RevokePermissionRequest) {
|
|
671
|
-
super(input);
|
|
672
|
-
this.requestConfig = buildRequestConfigFromMetaPath(RevokePermissionCommand.metaPath);
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
/**
|
|
676
|
-
* Command to SetGlobalDefaultDeleteOption
|
|
677
|
-
*/
|
|
678
|
-
export class SetGlobalDefaultDeleteOptionCommand extends Command<
|
|
679
|
-
SetGlobalDefaultDeleteOptionRequest,
|
|
680
|
-
SetGlobalDefaultDeleteOptionCommandOutput,
|
|
681
|
-
'SetGlobalDefaultDeleteOptionCommand'
|
|
682
|
-
> {
|
|
683
|
-
static readonly metaPath = '/SetGlobalDefaultDeleteOption/2022-05-12/vke/post/application_json/';
|
|
684
|
-
|
|
685
|
-
constructor(input: SetGlobalDefaultDeleteOptionRequest) {
|
|
686
|
-
super(input);
|
|
687
|
-
this.requestConfig = buildRequestConfigFromMetaPath(SetGlobalDefaultDeleteOptionCommand.metaPath);
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
/**
|
|
691
|
-
* Command to TagResources
|
|
692
|
-
*/
|
|
693
|
-
export class TagResourcesCommand extends Command<
|
|
694
|
-
TagResourcesRequest,
|
|
695
|
-
TagResourcesCommandOutput,
|
|
696
|
-
'TagResourcesCommand'
|
|
697
|
-
> {
|
|
698
|
-
static readonly metaPath = '/TagResources/2022-05-12/vke/post/application_json/';
|
|
699
|
-
|
|
700
|
-
constructor(input: TagResourcesRequest) {
|
|
701
|
-
super(input);
|
|
702
|
-
this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
|
|
703
|
-
}
|
|
704
|
-
}
|
|
705
|
-
/**
|
|
706
|
-
* Command to UnbindingRemedyConfig
|
|
707
|
-
*/
|
|
708
|
-
export class UnbindingRemedyConfigCommand extends Command<
|
|
709
|
-
UnbindingRemedyConfigRequest,
|
|
710
|
-
UnbindingRemedyConfigCommandOutput,
|
|
711
|
-
'UnbindingRemedyConfigCommand'
|
|
712
|
-
> {
|
|
713
|
-
static readonly metaPath = '/UnbindingRemedyConfig/2022-05-12/vke/post/application_json/';
|
|
714
|
-
|
|
715
|
-
constructor(input: UnbindingRemedyConfigRequest) {
|
|
716
|
-
super(input);
|
|
717
|
-
this.requestConfig = buildRequestConfigFromMetaPath(UnbindingRemedyConfigCommand.metaPath);
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
/**
|
|
721
|
-
* Command to UntagResources
|
|
722
|
-
*/
|
|
723
|
-
export class UntagResourcesCommand extends Command<
|
|
724
|
-
UntagResourcesRequest,
|
|
725
|
-
UntagResourcesCommandOutput,
|
|
726
|
-
'UntagResourcesCommand'
|
|
727
|
-
> {
|
|
728
|
-
static readonly metaPath = '/UntagResources/2022-05-12/vke/post/application_json/';
|
|
729
|
-
|
|
730
|
-
constructor(input: UntagResourcesRequest) {
|
|
731
|
-
super(input);
|
|
732
|
-
this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
/**
|
|
736
|
-
* Command to UpdateAddonConfig
|
|
737
|
-
*/
|
|
738
|
-
export class UpdateAddonConfigCommand extends Command<
|
|
739
|
-
UpdateAddonConfigRequest,
|
|
740
|
-
UpdateAddonConfigCommandOutput,
|
|
741
|
-
'UpdateAddonConfigCommand'
|
|
742
|
-
> {
|
|
743
|
-
static readonly metaPath = '/UpdateAddonConfig/2022-05-12/vke/post/application_json/';
|
|
744
|
-
|
|
745
|
-
constructor(input: UpdateAddonConfigRequest) {
|
|
746
|
-
super(input);
|
|
747
|
-
this.requestConfig = buildRequestConfigFromMetaPath(UpdateAddonConfigCommand.metaPath);
|
|
748
|
-
}
|
|
749
|
-
}
|
|
750
|
-
/**
|
|
751
|
-
* Command to UpdateAddonVersion
|
|
752
|
-
*/
|
|
753
|
-
export class UpdateAddonVersionCommand extends Command<
|
|
754
|
-
UpdateAddonVersionRequest,
|
|
755
|
-
UpdateAddonVersionCommandOutput,
|
|
756
|
-
'UpdateAddonVersionCommand'
|
|
757
|
-
> {
|
|
758
|
-
static readonly metaPath = '/UpdateAddonVersion/2022-05-12/vke/post/application_json/';
|
|
759
|
-
|
|
760
|
-
constructor(input: UpdateAddonVersionRequest) {
|
|
761
|
-
super(input);
|
|
762
|
-
this.requestConfig = buildRequestConfigFromMetaPath(UpdateAddonVersionCommand.metaPath);
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
/**
|
|
766
|
-
* Command to UpdateClusterConfig
|
|
767
|
-
*/
|
|
768
|
-
export class UpdateClusterConfigCommand extends Command<
|
|
769
|
-
UpdateClusterConfigRequest,
|
|
770
|
-
UpdateClusterConfigCommandOutput,
|
|
771
|
-
'UpdateClusterConfigCommand'
|
|
772
|
-
> {
|
|
773
|
-
static readonly metaPath = '/UpdateClusterConfig/2022-05-12/vke/post/application_json/';
|
|
774
|
-
|
|
775
|
-
constructor(input: UpdateClusterConfigRequest) {
|
|
776
|
-
super(input);
|
|
777
|
-
this.requestConfig = buildRequestConfigFromMetaPath(UpdateClusterConfigCommand.metaPath);
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
/**
|
|
781
|
-
* Command to UpdateNodePoolConfig
|
|
782
|
-
*/
|
|
783
|
-
export class UpdateNodePoolConfigCommand extends Command<
|
|
784
|
-
UpdateNodePoolConfigRequest,
|
|
785
|
-
UpdateNodePoolConfigCommandOutput,
|
|
786
|
-
'UpdateNodePoolConfigCommand'
|
|
787
|
-
> {
|
|
788
|
-
static readonly metaPath = '/UpdateNodePoolConfig/2022-05-12/vke/post/application_json/';
|
|
789
|
-
|
|
790
|
-
constructor(input: UpdateNodePoolConfigRequest) {
|
|
791
|
-
super(input);
|
|
792
|
-
this.requestConfig = buildRequestConfigFromMetaPath(UpdateNodePoolConfigCommand.metaPath);
|
|
793
|
-
}
|
|
794
|
-
}
|
|
795
|
-
/**
|
|
796
|
-
* Command to UpdateScalingPolicy
|
|
797
|
-
*/
|
|
798
|
-
export class UpdateScalingPolicyCommand extends Command<
|
|
799
|
-
UpdateScalingPolicyRequest,
|
|
800
|
-
UpdateScalingPolicyCommandOutput,
|
|
801
|
-
'UpdateScalingPolicyCommand'
|
|
802
|
-
> {
|
|
803
|
-
static readonly metaPath = '/UpdateScalingPolicy/2022-05-12/vke/post/application_json/';
|
|
804
|
-
|
|
805
|
-
constructor(input: UpdateScalingPolicyRequest) {
|
|
806
|
-
super(input);
|
|
807
|
-
this.requestConfig = buildRequestConfigFromMetaPath(UpdateScalingPolicyCommand.metaPath);
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
export default {
|
|
812
|
-
VKEClient,
|
|
813
|
-
BindingRemedyConfigCommand,
|
|
814
|
-
CreateAddonCommand,
|
|
815
|
-
CreateClusterCommand,
|
|
816
|
-
CreateDefaultNodePoolCommand,
|
|
817
|
-
CreateKubeconfigCommand,
|
|
818
|
-
CreateNodePoolCommand,
|
|
819
|
-
CreateNodesCommand,
|
|
820
|
-
CreateScalingPolicyCommand,
|
|
821
|
-
DeleteAddonCommand,
|
|
822
|
-
DeleteClusterCommand,
|
|
823
|
-
DeleteKubeconfigsCommand,
|
|
824
|
-
DeleteNodePoolCommand,
|
|
825
|
-
DeleteNodesCommand,
|
|
826
|
-
DeleteScalingPoliciesCommand,
|
|
827
|
-
ExecContainerImageCommitmentCommand,
|
|
828
|
-
ForwardKubernetesApiCommand,
|
|
829
|
-
GetGlobalDefaultDeleteOptionCommand,
|
|
830
|
-
GrantPermissionCommand,
|
|
831
|
-
ListAddonsCommand,
|
|
832
|
-
ListClustersCommand,
|
|
833
|
-
ListInstanceTypeLabelsCommand,
|
|
834
|
-
ListKubeconfigsCommand,
|
|
835
|
-
ListNodePoolsCommand,
|
|
836
|
-
ListNodesCommand,
|
|
837
|
-
ListPermissionsCommand,
|
|
838
|
-
ListRemedyConfigsCommand,
|
|
839
|
-
ListScalingEventsCommand,
|
|
840
|
-
ListScalingPoliciesCommand,
|
|
841
|
-
ListSupportedAddInstanceTypesCommand,
|
|
842
|
-
ListSupportedAddonsCommand,
|
|
843
|
-
ListSupportedImagesCommand,
|
|
844
|
-
ListSupportedResourceTypesCommand,
|
|
845
|
-
ListTagsForResourcesCommand,
|
|
846
|
-
RevokePermissionCommand,
|
|
847
|
-
SetGlobalDefaultDeleteOptionCommand,
|
|
848
|
-
TagResourcesCommand,
|
|
849
|
-
UnbindingRemedyConfigCommand,
|
|
850
|
-
UntagResourcesCommand,
|
|
851
|
-
UpdateAddonConfigCommand,
|
|
852
|
-
UpdateAddonVersionCommand,
|
|
853
|
-
UpdateClusterConfigCommand,
|
|
854
|
-
UpdateNodePoolConfigCommand,
|
|
855
|
-
UpdateScalingPolicyCommand,
|
|
856
|
-
};
|