@alicloud/cs20151215 6.6.4 → 6.6.5
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/client.d.ts +202 -124
- package/dist/client.js +202 -124
- package/dist/client.js.map +1 -1
- package/dist/models/AttachInstancesRequest.d.ts +2 -2
- package/dist/models/AttachInstancesResponseBody.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolRequest.d.ts +1 -1
- package/dist/models/AttachInstancesToNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ContainerdConfig.d.ts +22 -2
- package/dist/models/ContainerdConfig.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyRequest.d.ts +63 -0
- package/dist/models/CreateAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoRepairPolicyResponseBody.d.ts +6 -0
- package/dist/models/CreateAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/CreateAutoscalingConfigRequest.d.ts +77 -40
- package/dist/models/CreateAutoscalingConfigRequest.js.map +1 -1
- package/dist/models/CreateClusterNodePoolRequest.d.ts +123 -25
- package/dist/models/CreateClusterNodePoolRequest.js +2 -0
- package/dist/models/CreateClusterNodePoolRequest.js.map +1 -1
- package/dist/models/CreateClusterRequest.d.ts +585 -353
- package/dist/models/CreateClusterRequest.js.map +1 -1
- package/dist/models/CreateClusterResponseBody.d.ts +5 -5
- package/dist/models/CreateTriggerResponseBody.d.ts +1 -1
- package/dist/models/DeleteAlertContactRequest.d.ts +1 -1
- package/dist/models/DeleteAlertContactShrinkRequest.d.ts +1 -1
- package/dist/models/DeleteAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/DeleteAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DeleteClusterNodepoolResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterNodesRequest.d.ts +1 -1
- package/dist/models/DeleteClusterNodesResponseBody.d.ts +3 -3
- package/dist/models/DeleteClusterRequest.d.ts +26 -18
- package/dist/models/DeleteClusterRequest.js.map +1 -1
- package/dist/models/DeleteClusterResponseBody.d.ts +2 -2
- package/dist/models/DeleteClusterShrinkRequest.d.ts +12 -9
- package/dist/models/DeleteClusterShrinkRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceRequest.d.ts +7 -6
- package/dist/models/DeployPolicyInstanceRequest.js.map +1 -1
- package/dist/models/DeployPolicyInstanceResponseBody.d.ts +1 -1
- package/dist/models/DescribeAddonsRequest.d.ts +1 -1
- package/dist/models/DescribeAutoRepairPolicyResponseBody.d.ts +71 -0
- package/dist/models/DescribeAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterAttachScriptsRequest.d.ts +21 -18
- package/dist/models/DescribeClusterAttachScriptsRequest.js.map +1 -1
- package/dist/models/DescribeClusterDetailResponseBody.d.ts +243 -110
- package/dist/models/DescribeClusterDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterEventsRequest.d.ts +8 -4
- package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
- package/dist/models/DescribeClusterEventsResponseBody.d.ts +49 -39
- package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterLogsResponse.d.ts +3 -3
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.d.ts +473 -220
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodePoolsResponseBody.d.ts +425 -262
- package/dist/models/DescribeClusterNodePoolsResponseBody.js +2 -0
- package/dist/models/DescribeClusterNodePoolsResponseBody.js.map +1 -1
- package/dist/models/DescribeClusterNodesRequest.d.ts +1 -1
- package/dist/models/DescribeClusterNodesResponseBody.d.ts +5 -5
- package/dist/models/DescribeClusterResourcesRequest.d.ts +5 -1
- package/dist/models/DescribeClusterResourcesRequest.js.map +1 -1
- package/dist/models/DescribeClusterResourcesResponse.d.ts +51 -33
- package/dist/models/DescribeClusterResourcesResponse.js.map +1 -1
- package/dist/models/DescribeClusterTasksResponseBody.d.ts +9 -9
- package/dist/models/DescribeClusterUserKubeconfigRequest.d.ts +1 -1
- package/dist/models/DescribeClusterUserKubeconfigResponseBody.d.ts +1 -1
- package/dist/models/DescribeClusterVulsResponseBody.d.ts +2 -2
- package/dist/models/DescribeClustersForRegionRequest.d.ts +32 -16
- package/dist/models/DescribeClustersForRegionRequest.js.map +1 -1
- package/dist/models/DescribeClustersForRegionResponseBody.d.ts +85 -56
- package/dist/models/DescribeClustersForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeClustersV1request.d.ts +33 -17
- package/dist/models/DescribeClustersV1request.js.map +1 -1
- package/dist/models/DescribeClustersV1responseBody.d.ts +98 -72
- package/dist/models/DescribeClustersV1responseBody.js.map +1 -1
- package/dist/models/DescribeEventsForRegionRequest.d.ts +6 -2
- package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
- package/dist/models/DescribeEventsForRegionResponseBody.d.ts +22 -15
- package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
- package/dist/models/DescribeEventsRequest.d.ts +53 -20
- package/dist/models/DescribeEventsRequest.js.map +1 -1
- package/dist/models/DescribeEventsResponseBody.d.ts +53 -29
- package/dist/models/DescribeEventsResponseBody.js.map +1 -1
- package/dist/models/DescribeKubernetesVersionMetadataRequest.d.ts +2 -2
- package/dist/models/DescribeKubernetesVersionMetadataResponse.d.ts +8 -8
- package/dist/models/DescribeNodePoolVulsResponseBody.d.ts +11 -0
- package/dist/models/DescribeNodePoolVulsResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyDetailsResponseBody.d.ts +1 -1
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.d.ts +235 -7
- package/dist/models/DescribePolicyGovernanceInClusterResponseBody.js.map +1 -1
- package/dist/models/DescribeResourcesDeleteProtectionResponse.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigRequest.d.ts +1 -1
- package/dist/models/DescribeSubaccountK8sClusterUserConfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeTaskInfoResponseBody.d.ts +35 -31
- package/dist/models/DescribeTaskInfoResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplateAttributeResponse.d.ts +2 -2
- package/dist/models/DescribeTemplatesResponseBody.d.ts +4 -4
- package/dist/models/DescribeTriggerResponse.d.ts +1 -1
- package/dist/models/DescribeUserPermissionResponse.d.ts +1 -1
- package/dist/models/DescribeUserQuotaResponseBody.d.ts +0 -35
- package/dist/models/DescribeUserQuotaResponseBody.js.map +1 -1
- package/dist/models/GetClusterAddonInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetClusterInspectReportDetailResponseBody.d.ts +9 -0
- package/dist/models/GetClusterInspectReportDetailResponseBody.js.map +1 -1
- package/dist/models/GrantPermissionsRequest.d.ts +28 -20
- package/dist/models/GrantPermissionsRequest.js.map +1 -1
- package/dist/models/InstallClusterAddonsRequest.d.ts +2 -2
- package/dist/models/InstanceMetadataOptions.d.ts +17 -0
- package/dist/models/InstanceMetadataOptions.js.map +1 -1
- package/dist/models/KubeletConfig.d.ts +10 -0
- package/dist/models/KubeletConfig.js.map +1 -1
- package/dist/models/ListAddonsRequest.d.ts +1 -1
- package/dist/models/ListAutoRepairPoliciesResponseBody.d.ts +75 -0
- package/dist/models/ListAutoRepairPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListClusterChecksResponseBody.d.ts +2 -2
- package/dist/models/ListClusterKubeconfigStatesRequest.d.ts +10 -0
- package/dist/models/ListClusterKubeconfigStatesRequest.js.map +1 -1
- package/dist/models/ListClusterKubeconfigStatesResponseBody.d.ts +39 -0
- package/dist/models/ListClusterKubeconfigStatesResponseBody.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionRequest.d.ts +9 -0
- package/dist/models/ListOperationPlansForRegionRequest.js.map +1 -1
- package/dist/models/ListOperationPlansForRegionResponseBody.d.ts +52 -0
- package/dist/models/ListOperationPlansForRegionResponseBody.js.map +1 -1
- package/dist/models/ListUserKubeConfigStatesResponseBody.d.ts +1 -1
- package/dist/models/MaintenanceWindow.d.ts +1 -1
- package/dist/models/MigrateClusterResponseBody.d.ts +3 -3
- package/dist/models/ModifyAutoRepairPolicyRequest.d.ts +58 -0
- package/dist/models/ModifyAutoRepairPolicyRequest.js.map +1 -1
- package/dist/models/ModifyAutoRepairPolicyResponseBody.d.ts +3 -0
- package/dist/models/ModifyAutoRepairPolicyResponseBody.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolRequest.d.ts +358 -228
- package/dist/models/ModifyClusterNodePoolRequest.js +2 -0
- package/dist/models/ModifyClusterNodePoolRequest.js.map +1 -1
- package/dist/models/ModifyClusterNodePoolResponseBody.d.ts +1 -1
- package/dist/models/ModifyClusterRequest.d.ts +186 -123
- package/dist/models/ModifyClusterRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigRequest.d.ts +8 -0
- package/dist/models/ModifyNodePoolNodeConfigRequest.js.map +1 -1
- package/dist/models/ModifyNodePoolNodeConfigResponseBody.d.ts +2 -2
- package/dist/models/Nodepool.d.ts +274 -180
- package/dist/models/Nodepool.js +2 -0
- package/dist/models/Nodepool.js.map +1 -1
- package/dist/models/OpenAckServiceResponseBody.d.ts +1 -1
- package/dist/models/RemoveClusterNodesRequest.d.ts +0 -10
- package/dist/models/RemoveClusterNodesRequest.js.map +1 -1
- package/dist/models/RemoveNodePoolNodesResponseBody.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolRequest.d.ts +1 -1
- package/dist/models/RepairClusterNodePoolResponseBody.d.ts +2 -2
- package/dist/models/RunClusterCheckRequest.d.ts +2 -2
- package/dist/models/RunClusterCheckResponseBody.d.ts +2 -2
- package/dist/models/Runtime.d.ts +2 -2
- package/dist/models/ScaleOutClusterRequest.d.ts +8 -131
- package/dist/models/ScaleOutClusterRequest.js.map +1 -1
- package/dist/models/ScaleOutClusterResponseBody.d.ts +0 -21
- package/dist/models/ScaleOutClusterResponseBody.js.map +1 -1
- package/dist/models/ScanClusterVulsResponseBody.d.ts +1 -1
- package/dist/models/UnInstallClusterAddonsResponseBody.d.ts +3 -3
- package/dist/models/UpdateClusterAuditLogConfigResponseBody.d.ts +1 -1
- package/dist/models/UpdateK8sClusterUserConfigExpireRequest.d.ts +1 -1
- package/dist/models/UpgradeClusterAddonsRequest.d.ts +3 -3
- package/dist/models/UpgradeClusterAddonsResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterNodepoolRequest.d.ts +5 -5
- package/dist/models/UpgradeClusterNodepoolResponseBody.d.ts +1 -1
- package/dist/models/UpgradeClusterRequest.d.ts +3 -3
- package/package.json +1 -1
- package/src/client.ts +202 -124
- package/src/models/AttachInstancesRequest.ts +2 -2
- package/src/models/AttachInstancesResponseBody.ts +1 -1
- package/src/models/AttachInstancesToNodePoolRequest.ts +1 -1
- package/src/models/AttachInstancesToNodePoolResponseBody.ts +1 -1
- package/src/models/ContainerdConfig.ts +22 -2
- package/src/models/CreateAutoRepairPolicyRequest.ts +63 -0
- package/src/models/CreateAutoRepairPolicyResponseBody.ts +6 -0
- package/src/models/CreateAutoscalingConfigRequest.ts +77 -40
- package/src/models/CreateClusterNodePoolRequest.ts +125 -25
- package/src/models/CreateClusterRequest.ts +585 -353
- package/src/models/CreateClusterResponseBody.ts +5 -5
- package/src/models/CreateTriggerResponseBody.ts +1 -1
- package/src/models/DeleteAlertContactRequest.ts +1 -1
- package/src/models/DeleteAlertContactShrinkRequest.ts +1 -1
- package/src/models/DeleteAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/DeleteClusterNodepoolResponseBody.ts +2 -2
- package/src/models/DeleteClusterNodesRequest.ts +1 -1
- package/src/models/DeleteClusterNodesResponseBody.ts +3 -3
- package/src/models/DeleteClusterRequest.ts +26 -18
- package/src/models/DeleteClusterResponseBody.ts +2 -2
- package/src/models/DeleteClusterShrinkRequest.ts +12 -9
- package/src/models/DeployPolicyInstanceRequest.ts +7 -6
- package/src/models/DeployPolicyInstanceResponseBody.ts +1 -1
- package/src/models/DescribeAddonsRequest.ts +1 -1
- package/src/models/DescribeAutoRepairPolicyResponseBody.ts +71 -0
- package/src/models/DescribeClusterAttachScriptsRequest.ts +21 -18
- package/src/models/DescribeClusterDetailResponseBody.ts +243 -110
- package/src/models/DescribeClusterEventsRequest.ts +8 -4
- package/src/models/DescribeClusterEventsResponseBody.ts +49 -39
- package/src/models/DescribeClusterLogsResponse.ts +3 -3
- package/src/models/DescribeClusterNodePoolDetailResponseBody.ts +475 -220
- package/src/models/DescribeClusterNodePoolsResponseBody.ts +427 -262
- package/src/models/DescribeClusterNodesRequest.ts +1 -1
- package/src/models/DescribeClusterNodesResponseBody.ts +5 -5
- package/src/models/DescribeClusterResourcesRequest.ts +5 -1
- package/src/models/DescribeClusterResourcesResponse.ts +51 -33
- package/src/models/DescribeClusterTasksResponseBody.ts +9 -9
- package/src/models/DescribeClusterUserKubeconfigRequest.ts +1 -1
- package/src/models/DescribeClusterUserKubeconfigResponseBody.ts +1 -1
- package/src/models/DescribeClusterVulsResponseBody.ts +2 -2
- package/src/models/DescribeClustersForRegionRequest.ts +32 -16
- package/src/models/DescribeClustersForRegionResponseBody.ts +85 -56
- package/src/models/DescribeClustersV1request.ts +33 -17
- package/src/models/DescribeClustersV1responseBody.ts +98 -72
- package/src/models/DescribeEventsForRegionRequest.ts +6 -2
- package/src/models/DescribeEventsForRegionResponseBody.ts +22 -15
- package/src/models/DescribeEventsRequest.ts +53 -20
- package/src/models/DescribeEventsResponseBody.ts +53 -29
- package/src/models/DescribeKubernetesVersionMetadataRequest.ts +2 -2
- package/src/models/DescribeKubernetesVersionMetadataResponse.ts +8 -8
- package/src/models/DescribeNodePoolVulsResponseBody.ts +11 -0
- package/src/models/DescribePolicyDetailsResponseBody.ts +1 -1
- package/src/models/DescribePolicyGovernanceInClusterResponseBody.ts +235 -7
- package/src/models/DescribeResourcesDeleteProtectionResponse.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigRequest.ts +1 -1
- package/src/models/DescribeSubaccountK8sClusterUserConfigResponseBody.ts +2 -2
- package/src/models/DescribeTaskInfoResponseBody.ts +35 -31
- package/src/models/DescribeTemplateAttributeResponse.ts +2 -2
- package/src/models/DescribeTemplatesResponseBody.ts +4 -4
- package/src/models/DescribeTriggerResponse.ts +1 -1
- package/src/models/DescribeUserPermissionResponse.ts +1 -1
- package/src/models/DescribeUserQuotaResponseBody.ts +0 -35
- package/src/models/GetClusterAddonInstanceResponseBody.ts +1 -1
- package/src/models/GetClusterInspectReportDetailResponseBody.ts +9 -0
- package/src/models/GrantPermissionsRequest.ts +28 -20
- package/src/models/InstallClusterAddonsRequest.ts +2 -2
- package/src/models/InstanceMetadataOptions.ts +17 -0
- package/src/models/KubeletConfig.ts +10 -0
- package/src/models/ListAddonsRequest.ts +1 -1
- package/src/models/ListAutoRepairPoliciesResponseBody.ts +75 -0
- package/src/models/ListClusterChecksResponseBody.ts +2 -2
- package/src/models/ListClusterKubeconfigStatesRequest.ts +10 -0
- package/src/models/ListClusterKubeconfigStatesResponseBody.ts +39 -0
- package/src/models/ListOperationPlansForRegionRequest.ts +9 -0
- package/src/models/ListOperationPlansForRegionResponseBody.ts +52 -0
- package/src/models/ListUserKubeConfigStatesResponseBody.ts +1 -1
- package/src/models/MaintenanceWindow.ts +1 -1
- package/src/models/MigrateClusterResponseBody.ts +3 -3
- package/src/models/ModifyAutoRepairPolicyRequest.ts +58 -0
- package/src/models/ModifyAutoRepairPolicyResponseBody.ts +3 -0
- package/src/models/ModifyClusterNodePoolRequest.ts +361 -229
- package/src/models/ModifyClusterNodePoolResponseBody.ts +1 -1
- package/src/models/ModifyClusterRequest.ts +186 -123
- package/src/models/ModifyNodePoolNodeConfigRequest.ts +8 -0
- package/src/models/ModifyNodePoolNodeConfigResponseBody.ts +2 -2
- package/src/models/Nodepool.ts +276 -180
- package/src/models/OpenAckServiceResponseBody.ts +1 -1
- package/src/models/RemoveClusterNodesRequest.ts +0 -10
- package/src/models/RemoveNodePoolNodesResponseBody.ts +1 -1
- package/src/models/RepairClusterNodePoolRequest.ts +1 -1
- package/src/models/RepairClusterNodePoolResponseBody.ts +2 -2
- package/src/models/RunClusterCheckRequest.ts +2 -2
- package/src/models/RunClusterCheckResponseBody.ts +2 -2
- package/src/models/Runtime.ts +2 -2
- package/src/models/ScaleOutClusterRequest.ts +8 -131
- package/src/models/ScaleOutClusterResponseBody.ts +0 -21
- package/src/models/ScanClusterVulsResponseBody.ts +1 -1
- package/src/models/UnInstallClusterAddonsResponseBody.ts +3 -3
- package/src/models/UpdateClusterAuditLogConfigResponseBody.ts +1 -1
- package/src/models/UpdateK8sClusterUserConfigExpireRequest.ts +1 -1
- package/src/models/UpgradeClusterAddonsRequest.ts +3 -3
- package/src/models/UpgradeClusterAddonsResponseBody.ts +1 -1
- package/src/models/UpgradeClusterNodepoolRequest.ts +5 -5
- package/src/models/UpgradeClusterNodepoolResponseBody.ts +1 -1
- package/src/models/UpgradeClusterRequest.ts +3 -3
|
@@ -4,13 +4,15 @@ import { Tag } from "./Tag";
|
|
|
4
4
|
export declare class DescribeClustersV1ResponseBodyClustersOperationPolicyClusterAutoUpgrade extends $dara.Model {
|
|
5
5
|
/**
|
|
6
6
|
* @remarks
|
|
7
|
-
* The
|
|
7
|
+
* The upgrade channel. For more information, see [Upgrade channels](https://help.aliyun.com/document_detail/2712866.html).
|
|
8
8
|
*
|
|
9
9
|
* Valid values:
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* - `patch`: Upgrades the cluster to the latest available patch version.
|
|
12
|
+
*
|
|
13
|
+
* - `stable`: Upgrades the cluster to the latest stable minor version. This version is typically the second latest minor version.
|
|
14
|
+
*
|
|
15
|
+
* - `rapid`: Upgrades the cluster to the latest available minor version.
|
|
14
16
|
*
|
|
15
17
|
* @example
|
|
16
18
|
* patch
|
|
@@ -18,7 +20,7 @@ export declare class DescribeClustersV1ResponseBodyClustersOperationPolicyCluste
|
|
|
18
20
|
channel?: string;
|
|
19
21
|
/**
|
|
20
22
|
* @remarks
|
|
21
|
-
*
|
|
23
|
+
* Indicates whether auto-upgrade is enabled for the cluster.
|
|
22
24
|
*
|
|
23
25
|
* @example
|
|
24
26
|
* true
|
|
@@ -38,7 +40,7 @@ export declare class DescribeClustersV1ResponseBodyClustersOperationPolicyCluste
|
|
|
38
40
|
export declare class DescribeClustersV1ResponseBodyClustersOperationPolicy extends $dara.Model {
|
|
39
41
|
/**
|
|
40
42
|
* @remarks
|
|
41
|
-
* The
|
|
43
|
+
* The cluster auto-upgrade policy.
|
|
42
44
|
*/
|
|
43
45
|
clusterAutoUpgrade?: DescribeClustersV1ResponseBodyClustersOperationPolicyClusterAutoUpgrade;
|
|
44
46
|
static names(): {
|
|
@@ -71,7 +73,7 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
71
73
|
clusterId?: string;
|
|
72
74
|
/**
|
|
73
75
|
* @remarks
|
|
74
|
-
* The
|
|
76
|
+
* The edition of the cluster.
|
|
75
77
|
*
|
|
76
78
|
* @example
|
|
77
79
|
* ack.standard
|
|
@@ -79,7 +81,7 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
79
81
|
clusterSpec?: string;
|
|
80
82
|
/**
|
|
81
83
|
* @remarks
|
|
82
|
-
* The type
|
|
84
|
+
* The cluster type.
|
|
83
85
|
*
|
|
84
86
|
* @example
|
|
85
87
|
* Kubernetes
|
|
@@ -87,34 +89,35 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
87
89
|
clusterType?: string;
|
|
88
90
|
/**
|
|
89
91
|
* @remarks
|
|
90
|
-
* The
|
|
92
|
+
* The CIDR block of pods. This parameter is applicable to Flannel networks.
|
|
91
93
|
*
|
|
92
94
|
* @example
|
|
93
|
-
* 172.20.
|
|
95
|
+
* 172.20.xx.xx/16
|
|
94
96
|
*/
|
|
95
97
|
containerCidr?: string;
|
|
96
98
|
/**
|
|
97
99
|
* @remarks
|
|
98
|
-
* The time
|
|
100
|
+
* The time when the cluster was created.
|
|
99
101
|
*
|
|
100
102
|
* @example
|
|
101
|
-
*
|
|
103
|
+
* 2025-04-07T09:57:26+08:00
|
|
102
104
|
*/
|
|
103
105
|
created?: string;
|
|
104
106
|
/**
|
|
105
107
|
* @remarks
|
|
106
|
-
* The
|
|
108
|
+
* The current version of the cluster.
|
|
107
109
|
*
|
|
108
110
|
* @example
|
|
109
|
-
* 1.
|
|
111
|
+
* 1.32.1-aliyun.1
|
|
110
112
|
*/
|
|
111
113
|
currentVersion?: string;
|
|
112
114
|
/**
|
|
113
115
|
* @remarks
|
|
114
|
-
*
|
|
116
|
+
* Indicates whether deletion protection is enabled. If deletion protection is enabled, you cannot delete the cluster in the console or by calling an API operation. Valid values:
|
|
117
|
+
*
|
|
118
|
+
* - `true`: Deletion protection is enabled.
|
|
115
119
|
*
|
|
116
|
-
*
|
|
117
|
-
* * `false`: disables deletion protection for the cluster. This way, the cluster can be deleted in the ACK console or by calling API operations.
|
|
120
|
+
* - `false`: Deletion protection is disabled.
|
|
118
121
|
*
|
|
119
122
|
* @example
|
|
120
123
|
* true
|
|
@@ -122,7 +125,7 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
122
125
|
deletionProtection?: boolean;
|
|
123
126
|
/**
|
|
124
127
|
* @remarks
|
|
125
|
-
* The Docker version
|
|
128
|
+
* The Docker version of the cluster.
|
|
126
129
|
*
|
|
127
130
|
* @example
|
|
128
131
|
* 19.03.5
|
|
@@ -132,9 +135,9 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
132
135
|
dockerVersion?: string;
|
|
133
136
|
/**
|
|
134
137
|
* @remarks
|
|
135
|
-
* The ID of the Server Load Balancer (SLB) instance that is used
|
|
138
|
+
* The ID of the Server Load Balancer (SLB) instance that is used for the Ingress.
|
|
136
139
|
*
|
|
137
|
-
*
|
|
140
|
+
* Default instance specification: slb.s1.small (performance-guaranteed).
|
|
138
141
|
*
|
|
139
142
|
* @example
|
|
140
143
|
* lb-2vcrbmlevo6kjpgch****
|
|
@@ -144,18 +147,19 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
144
147
|
externalLoadbalancerId?: string;
|
|
145
148
|
/**
|
|
146
149
|
* @remarks
|
|
147
|
-
* The version of the cluster. For
|
|
150
|
+
* The initial version of the cluster. For information about the Kubernetes versions supported by ACK, see [Kubernetes release overview](https://help.aliyun.com/document_detail/185269.html).
|
|
148
151
|
*
|
|
149
152
|
* @example
|
|
150
|
-
* 1.
|
|
153
|
+
* 1.32.1-aliyun.1
|
|
151
154
|
*/
|
|
152
155
|
initVersion?: string;
|
|
153
156
|
/**
|
|
154
157
|
* @remarks
|
|
155
158
|
* The IP stack of the cluster. Valid values:
|
|
156
159
|
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
160
|
+
* - `ipv4`: an IPv4-only cluster.
|
|
161
|
+
*
|
|
162
|
+
* - `dual`: a dual-stack cluster that supports both IPv4 and IPv6.
|
|
159
163
|
*
|
|
160
164
|
* @example
|
|
161
165
|
* ipv4
|
|
@@ -168,10 +172,10 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
168
172
|
maintenanceWindow?: MaintenanceWindow;
|
|
169
173
|
/**
|
|
170
174
|
* @remarks
|
|
171
|
-
* The
|
|
175
|
+
* The endpoints of the API server. The endpoints include an internal endpoint and a public endpoint.
|
|
172
176
|
*
|
|
173
177
|
* @example
|
|
174
|
-
* {\\"api_server_endpoint\\":\\"\\",\\"intranet_api_server_endpoint\\":\\"https://192.168.
|
|
178
|
+
* {\\"api_server_endpoint\\":\\"\\",\\"intranet_api_server_endpoint\\":\\"https://192.168.xx.xx:6443\\"}
|
|
175
179
|
*/
|
|
176
180
|
masterUrl?: string;
|
|
177
181
|
/**
|
|
@@ -179,12 +183,12 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
179
183
|
* The metadata of the cluster.
|
|
180
184
|
*
|
|
181
185
|
* @example
|
|
182
|
-
* {\\"Addons\\":[{\\"config\\":***}
|
|
186
|
+
* {\\"Addons\\":[{\\"config\\":***}}
|
|
183
187
|
*/
|
|
184
188
|
metaData?: string;
|
|
185
189
|
/**
|
|
186
190
|
* @remarks
|
|
187
|
-
* The cluster
|
|
191
|
+
* The name of the cluster.
|
|
188
192
|
*
|
|
189
193
|
* @example
|
|
190
194
|
* cluster-demo
|
|
@@ -194,10 +198,13 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
194
198
|
* @remarks
|
|
195
199
|
* The network mode of the cluster. Valid values:
|
|
196
200
|
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
+
* - `classic`: classic network
|
|
202
|
+
*
|
|
203
|
+
* - `vpc`: VPC
|
|
204
|
+
*
|
|
205
|
+
* - `overlay`: overlay network
|
|
206
|
+
*
|
|
207
|
+
* - `calico`: Calico network
|
|
201
208
|
*
|
|
202
209
|
* @example
|
|
203
210
|
* vpc
|
|
@@ -207,23 +214,24 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
207
214
|
networkMode?: string;
|
|
208
215
|
/**
|
|
209
216
|
* @remarks
|
|
210
|
-
* The
|
|
217
|
+
* The version to which the cluster can be upgraded.
|
|
211
218
|
*
|
|
212
219
|
* @example
|
|
213
|
-
* 1.
|
|
220
|
+
* 1.xx.x-aliyun.1
|
|
214
221
|
*/
|
|
215
222
|
nextVersion?: string;
|
|
216
223
|
/**
|
|
217
224
|
* @remarks
|
|
218
|
-
* The
|
|
225
|
+
* The auto O\\&M policy of the cluster.
|
|
219
226
|
*/
|
|
220
227
|
operationPolicy?: DescribeClustersV1ResponseBodyClustersOperationPolicy;
|
|
221
228
|
/**
|
|
222
229
|
* @remarks
|
|
223
|
-
* Indicates whether
|
|
230
|
+
* Indicates whether PrivateZone is enabled. Valid values:
|
|
231
|
+
*
|
|
232
|
+
* - `true`: PrivateZone is enabled.
|
|
224
233
|
*
|
|
225
|
-
*
|
|
226
|
-
* * `false`: Alibaba Cloud DNS PrivateZone is disabled.
|
|
234
|
+
* - `false`: PrivateZone is disabled.
|
|
227
235
|
*
|
|
228
236
|
* @example
|
|
229
237
|
* false
|
|
@@ -241,10 +249,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
241
249
|
profile?: string;
|
|
242
250
|
/**
|
|
243
251
|
* @remarks
|
|
244
|
-
* The kube-proxy mode.
|
|
252
|
+
* The kube-proxy proxy mode.
|
|
253
|
+
*
|
|
254
|
+
* - `iptables`: a stable and mature proxy mode. The service discovery and load balancing of Kubernetes Services are implemented by using iptables rules. This mode offers moderate performance and is suitable for clusters that have a small number of Services.
|
|
245
255
|
*
|
|
246
|
-
*
|
|
247
|
-
* * `ipvs`: provides high performance and uses IP Virtual Server (IPVS). This allows you to configure service discovery and load balancing. This mode is suitable for clusters that are required to run a large number of services. We recommend that you use this mode in scenarios that require high load balancing performance.
|
|
256
|
+
* - `ipvs`: a high-performance proxy mode. The service discovery and load balancing of Kubernetes Services are implemented by using the Linux IP Virtual Server (IPVS) module. This mode is suitable for clusters that have a large number of Services and require high-performance load balancing.
|
|
248
257
|
*
|
|
249
258
|
* @example
|
|
250
259
|
* ipvs
|
|
@@ -252,7 +261,7 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
252
261
|
proxyMode?: string;
|
|
253
262
|
/**
|
|
254
263
|
* @remarks
|
|
255
|
-
* The
|
|
264
|
+
* The ID of the region where the cluster is deployed.
|
|
256
265
|
*
|
|
257
266
|
* @example
|
|
258
267
|
* cn-beijing
|
|
@@ -268,7 +277,7 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
268
277
|
resourceGroupId?: string;
|
|
269
278
|
/**
|
|
270
279
|
* @remarks
|
|
271
|
-
* The ID of the security group
|
|
280
|
+
* The ID of the security group to which the cluster belongs.
|
|
272
281
|
*
|
|
273
282
|
* @example
|
|
274
283
|
* sg-2vcgwsrwgt5mp0yi****
|
|
@@ -276,17 +285,17 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
276
285
|
securityGroupId?: string;
|
|
277
286
|
/**
|
|
278
287
|
* @remarks
|
|
279
|
-
* The
|
|
288
|
+
* The CIDR block of Services.
|
|
280
289
|
*
|
|
281
290
|
* This parameter is required.
|
|
282
291
|
*
|
|
283
292
|
* @example
|
|
284
|
-
* 172.21.
|
|
293
|
+
* 172.21.xx.xx/20
|
|
285
294
|
*/
|
|
286
295
|
serviceCidr?: string;
|
|
287
296
|
/**
|
|
288
297
|
* @remarks
|
|
289
|
-
* The number of nodes in the cluster
|
|
298
|
+
* The total number of nodes in the cluster. This includes master nodes and worker nodes.
|
|
290
299
|
*
|
|
291
300
|
* @example
|
|
292
301
|
* 5
|
|
@@ -294,20 +303,37 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
294
303
|
size?: number;
|
|
295
304
|
/**
|
|
296
305
|
* @remarks
|
|
297
|
-
* The
|
|
306
|
+
* The state of the cluster. Valid values:
|
|
307
|
+
*
|
|
308
|
+
* - `initial`: The cluster is being created.
|
|
309
|
+
*
|
|
310
|
+
* - `failed`: The cluster failed to be created.
|
|
311
|
+
*
|
|
312
|
+
* - `running`: The cluster is running.
|
|
313
|
+
*
|
|
314
|
+
* - `updating`: The cluster is being updated.
|
|
315
|
+
*
|
|
316
|
+
* - `upgrading`: The cluster is being upgraded.
|
|
317
|
+
*
|
|
318
|
+
* - `removing`: Nodes are being removed from the cluster.
|
|
319
|
+
*
|
|
320
|
+
* - `draining`: Nodes in the cluster are being drained.
|
|
321
|
+
*
|
|
322
|
+
* - `scaling`: The cluster is being scaled.
|
|
323
|
+
*
|
|
324
|
+
* - `inactive`: The cluster is inactive.
|
|
325
|
+
*
|
|
326
|
+
* - `unavailable`: The cluster is unavailable.
|
|
327
|
+
*
|
|
328
|
+
* - `deleting`: The cluster is being deleted.
|
|
329
|
+
*
|
|
330
|
+
* - `deleted`: The cluster has been deleted.
|
|
331
|
+
*
|
|
332
|
+
* - `delete_failed`: The cluster failed to be deleted.
|
|
333
|
+
*
|
|
334
|
+
* - `waiting`: The cluster is awaiting connection.
|
|
298
335
|
*
|
|
299
|
-
*
|
|
300
|
-
* * `failed`: The cluster failed to be created.
|
|
301
|
-
* * `running`: The cluster is running.
|
|
302
|
-
* * `upgrading`: The cluster is undergoing an upgrade.
|
|
303
|
-
* * `updating`: Cluster specification changes are being applied.
|
|
304
|
-
* * `removing`: Nodes are being removed from the node pool.
|
|
305
|
-
* * `draining`: Node draining is in progress.
|
|
306
|
-
* * `scaling`: Auto-scaling operation is in progress for the cluster.
|
|
307
|
-
* * `stopped`: The cluster has stopped running.
|
|
308
|
-
* * `deleting`: The cluster is being deleted.
|
|
309
|
-
* * `deleted`: The cluster has been deleted.
|
|
310
|
-
* * `delete_failed`: The cluster failed to be deleted.
|
|
336
|
+
* - `disconnected`: The cluster is disconnected.
|
|
311
337
|
*
|
|
312
338
|
* @example
|
|
313
339
|
* running
|
|
@@ -315,22 +341,22 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
315
341
|
state?: string;
|
|
316
342
|
/**
|
|
317
343
|
* @remarks
|
|
318
|
-
* This parameter is deprecated. Use the container_cidr parameter to obtain the pod CIDR block.
|
|
344
|
+
* This parameter is deprecated. Use the `container_cidr` parameter to obtain the pod CIDR block.
|
|
319
345
|
*
|
|
320
346
|
* @example
|
|
321
|
-
*
|
|
347
|
+
* null
|
|
322
348
|
*
|
|
323
349
|
* @deprecated
|
|
324
350
|
*/
|
|
325
351
|
subnetCidr?: string;
|
|
326
352
|
/**
|
|
327
353
|
* @remarks
|
|
328
|
-
* The
|
|
354
|
+
* The tags of the cluster.
|
|
329
355
|
*/
|
|
330
356
|
tags?: Tag[];
|
|
331
357
|
/**
|
|
332
358
|
* @remarks
|
|
333
|
-
* The time zone
|
|
359
|
+
* The time zone of the cluster.
|
|
334
360
|
*
|
|
335
361
|
* @example
|
|
336
362
|
* Asia/Shanghai
|
|
@@ -338,15 +364,15 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
338
364
|
timezone?: string;
|
|
339
365
|
/**
|
|
340
366
|
* @remarks
|
|
341
|
-
* The time when the cluster was updated.
|
|
367
|
+
* The time when the cluster was last updated.
|
|
342
368
|
*
|
|
343
369
|
* @example
|
|
344
|
-
*
|
|
370
|
+
* 2025-04-07T09:57:26+08:00
|
|
345
371
|
*/
|
|
346
372
|
updated?: string;
|
|
347
373
|
/**
|
|
348
374
|
* @remarks
|
|
349
|
-
* The ID of the
|
|
375
|
+
* The ID of the VPC in which the cluster is deployed.
|
|
350
376
|
*
|
|
351
377
|
* @example
|
|
352
378
|
* vpc-2vcg932hsxsxuqbgl****
|
|
@@ -354,7 +380,7 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
354
380
|
vpcId?: string;
|
|
355
381
|
/**
|
|
356
382
|
* @remarks
|
|
357
|
-
* The ID of the vSwitch
|
|
383
|
+
* The ID of the vSwitch to which the cluster belongs.
|
|
358
384
|
*
|
|
359
385
|
* @example
|
|
360
386
|
* vsw-2vc41xuumx5z2rdma****,vsw-2vc41xuumx5z2rdma****
|
|
@@ -364,12 +390,12 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
364
390
|
vswitchId?: string;
|
|
365
391
|
/**
|
|
366
392
|
* @remarks
|
|
367
|
-
* The vSwitches of the control
|
|
393
|
+
* The vSwitches of the cluster control plane.
|
|
368
394
|
*/
|
|
369
395
|
vswitchIds?: string[];
|
|
370
396
|
/**
|
|
371
397
|
* @remarks
|
|
372
|
-
* The name of the worker
|
|
398
|
+
* The name of the worker RAM role. This role is used to authorize Elastic Compute Service (ECS) instances to be used as worker nodes.
|
|
373
399
|
*
|
|
374
400
|
* @example
|
|
375
401
|
* KubernetesWorkerRole-ec87d15b-edca-4302-933f-c8a16bf0****
|
|
@@ -379,7 +405,7 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $dara.Model
|
|
|
379
405
|
workerRamRoleName?: string;
|
|
380
406
|
/**
|
|
381
407
|
* @remarks
|
|
382
|
-
* The ID of the zone
|
|
408
|
+
* The ID of the zone in which the cluster is deployed.
|
|
383
409
|
*
|
|
384
410
|
* @example
|
|
385
411
|
* cn-beijing-b
|
|
@@ -417,7 +443,7 @@ export declare class DescribeClustersV1ResponseBodyPageInfo extends $dara.Model
|
|
|
417
443
|
pageSize?: number;
|
|
418
444
|
/**
|
|
419
445
|
* @remarks
|
|
420
|
-
* The total number of entries returned.
|
|
446
|
+
* The total number of entries that were returned.
|
|
421
447
|
*
|
|
422
448
|
* @example
|
|
423
449
|
* 50
|
|
@@ -437,7 +463,7 @@ export declare class DescribeClustersV1ResponseBodyPageInfo extends $dara.Model
|
|
|
437
463
|
export declare class DescribeClustersV1ResponseBody extends $dara.Model {
|
|
438
464
|
/**
|
|
439
465
|
* @remarks
|
|
440
|
-
*
|
|
466
|
+
* A list of clusters.
|
|
441
467
|
*/
|
|
442
468
|
clusters?: DescribeClustersV1ResponseBodyClusters[];
|
|
443
469
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeClustersV1responseBody.js","sourceRoot":"","sources":["../../src/models/DescribeClustersV1responseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2DAAwD;AACxD,+BAA4B;AAG5B,MAAa,uEAAwE,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeClustersV1responseBody.js","sourceRoot":"","sources":["../../src/models/DescribeClustersV1responseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@ export declare class DescribeEventsForRegionRequest extends $dara.Model {
|
|
|
12
12
|
nextToken?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
* The number
|
|
15
|
+
* The page number.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 1
|
|
@@ -20,7 +20,11 @@ export declare class DescribeEventsForRegionRequest extends $dara.Model {
|
|
|
20
20
|
pageNumber?: number;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
* The number of
|
|
23
|
+
* The number of entries to return on each page.
|
|
24
|
+
*
|
|
25
|
+
* Valid values: 1 to 100.
|
|
26
|
+
*
|
|
27
|
+
* Default value: 50.
|
|
24
28
|
*
|
|
25
29
|
* @example
|
|
26
30
|
* 50
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeEventsForRegionRequest.js","sourceRoot":"","sources":["../../src/models/DescribeEventsForRegionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeEventsForRegionRequest.js","sourceRoot":"","sources":["../../src/models/DescribeEventsForRegionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IA+B7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,YAAY;YACvB,UAAU,EAAE,aAAa;YACzB,SAAS,EAAE,YAAY;YACvB,UAAU,EAAE,aAAa;YACzB,QAAQ,EAAE,WAAW;SACtB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1DD,wEA0DC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeEventsForRegionResponseBodyEventsData extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The event level.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* info
|
|
@@ -10,7 +10,7 @@ export declare class DescribeEventsForRegionResponseBodyEventsData extends $dara
|
|
|
10
10
|
level?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The event message.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* Start to upgrade NodePool nodePool/nodePool-A
|
|
@@ -18,7 +18,7 @@ export declare class DescribeEventsForRegionResponseBodyEventsData extends $dara
|
|
|
18
18
|
message?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The event
|
|
21
|
+
* The reason for the event.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* Started
|
|
@@ -41,12 +41,12 @@ export declare class DescribeEventsForRegionResponseBodyEvents extends $dara.Mod
|
|
|
41
41
|
* The cluster ID.
|
|
42
42
|
*
|
|
43
43
|
* @example
|
|
44
|
-
*
|
|
44
|
+
* c82e6987e2961451182edacd74faf****
|
|
45
45
|
*/
|
|
46
46
|
clusterId?: string;
|
|
47
47
|
/**
|
|
48
48
|
* @remarks
|
|
49
|
-
* The
|
|
49
|
+
* The event data.
|
|
50
50
|
*/
|
|
51
51
|
data?: DescribeEventsForRegionResponseBodyEventsData;
|
|
52
52
|
/**
|
|
@@ -54,28 +54,31 @@ export declare class DescribeEventsForRegionResponseBodyEvents extends $dara.Mod
|
|
|
54
54
|
* The event ID.
|
|
55
55
|
*
|
|
56
56
|
* @example
|
|
57
|
-
*
|
|
57
|
+
* e-9ad04f72-8ee7-46bf-a02c-e4a06b39****
|
|
58
58
|
*/
|
|
59
59
|
eventId?: string;
|
|
60
60
|
/**
|
|
61
61
|
* @remarks
|
|
62
62
|
* The event source.
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* task
|
|
63
66
|
*/
|
|
64
67
|
source?: string;
|
|
65
68
|
/**
|
|
66
69
|
* @remarks
|
|
67
|
-
* The
|
|
70
|
+
* The event subject.
|
|
68
71
|
*
|
|
69
72
|
* @example
|
|
70
|
-
*
|
|
73
|
+
* npdd89dc2b76c04f14b06774883b******
|
|
71
74
|
*/
|
|
72
75
|
subject?: string;
|
|
73
76
|
/**
|
|
74
77
|
* @remarks
|
|
75
|
-
* The time when the event
|
|
78
|
+
* The time when the event occurred.
|
|
76
79
|
*
|
|
77
80
|
* @example
|
|
78
|
-
*
|
|
81
|
+
* 2025-05-14T10:00:56+08:00
|
|
79
82
|
*/
|
|
80
83
|
time?: string;
|
|
81
84
|
/**
|
|
@@ -100,7 +103,7 @@ export declare class DescribeEventsForRegionResponseBodyEvents extends $dara.Mod
|
|
|
100
103
|
export declare class DescribeEventsForRegionResponseBodyPageInfo extends $dara.Model {
|
|
101
104
|
/**
|
|
102
105
|
* @remarks
|
|
103
|
-
* The number
|
|
106
|
+
* The page number.
|
|
104
107
|
*
|
|
105
108
|
* @example
|
|
106
109
|
* 1
|
|
@@ -108,7 +111,7 @@ export declare class DescribeEventsForRegionResponseBodyPageInfo extends $dara.M
|
|
|
108
111
|
pageNumber?: number;
|
|
109
112
|
/**
|
|
110
113
|
* @remarks
|
|
111
|
-
* The number of
|
|
114
|
+
* The number of entries returned on each page.
|
|
112
115
|
*
|
|
113
116
|
* @example
|
|
114
117
|
* 50
|
|
@@ -116,7 +119,7 @@ export declare class DescribeEventsForRegionResponseBodyPageInfo extends $dara.M
|
|
|
116
119
|
pageSize?: number;
|
|
117
120
|
/**
|
|
118
121
|
* @remarks
|
|
119
|
-
* The total number of entries
|
|
122
|
+
* The total number of entries.
|
|
120
123
|
*
|
|
121
124
|
* @example
|
|
122
125
|
* 3
|
|
@@ -136,13 +139,17 @@ export declare class DescribeEventsForRegionResponseBodyPageInfo extends $dara.M
|
|
|
136
139
|
export declare class DescribeEventsForRegionResponseBody extends $dara.Model {
|
|
137
140
|
/**
|
|
138
141
|
* @remarks
|
|
139
|
-
*
|
|
142
|
+
* A list of events.
|
|
140
143
|
*/
|
|
141
144
|
events?: DescribeEventsForRegionResponseBodyEvents[];
|
|
145
|
+
/**
|
|
146
|
+
* @remarks
|
|
147
|
+
* The pagination token that is used in the next request to retrieve a new page of results. If this parameter is empty, all results have been returned.
|
|
148
|
+
*/
|
|
142
149
|
nextToken?: string;
|
|
143
150
|
/**
|
|
144
151
|
* @remarks
|
|
145
|
-
* The pagination
|
|
152
|
+
* The pagination information.
|
|
146
153
|
*/
|
|
147
154
|
pageInfo?: DescribeEventsForRegionResponseBodyPageInfo;
|
|
148
155
|
static names(): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeEventsForRegionResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeEventsForRegionResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAyB5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,sGAgDC;AAED,MAAa,yCAA0C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeEventsForRegionResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeEventsForRegionResponseBody.ts"],"names":[],"mappings":"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"}
|