@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
|
@@ -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"}
|
package/{src/types/create-kubeconfig-response.ts → dist/esm/types/create-snapshot-response.d.ts}
RENAMED
|
@@ -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
|
-
|
|
19
|
-
|
|
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
|
|
21
|
+
* @memberof CreateSnapshotResponse
|
|
26
22
|
*/
|
|
27
|
-
|
|
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"}
|
|
@@ -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;
|
|
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"}
|
package/{src/types/create-node-pool-response.ts → dist/esm/types/delete-snapshot-request.d.ts}
RENAMED
|
@@ -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
|
-
|
|
19
|
-
|
|
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
|
|
21
|
+
* @memberof DeleteSnapshotRequest
|
|
26
22
|
*/
|
|
27
|
-
|
|
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"}
|
package/{src/types/grant-permission-response.ts → dist/esm/types/delete-snapshot-response.d.ts}
RENAMED
|
@@ -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
|
-
|
|
19
|
-
|
|
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
|
|
21
|
+
* @memberof DeleteSnapshotResponse
|
|
26
22
|
*/
|
|
27
|
-
|
|
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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export interface DeleteScalingPoliciesRequest {
|
|
22
|
-
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DescribeSnapshotsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface DescribeSnapshotsRequest {
|
|
23
19
|
/**
|
|
24
|
-
* @type {
|
|
25
|
-
* @memberof
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DescribeSnapshotsRequest
|
|
26
22
|
*/
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
MaxResults?: number;
|
|
29
24
|
/**
|
|
30
|
-
* @type {
|
|
31
|
-
* @memberof
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DescribeSnapshotsRequest
|
|
32
27
|
*/
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
NextToken?: string;
|
|
35
29
|
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof DescribeSnapshotsRequest
|
|
38
32
|
*/
|
|
39
|
-
|
|
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;
|
|
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"}
|