@alicloud/cs20151215 6.6.0 → 6.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist/client.d.ts +20 -20
  2. package/dist/client.js +44 -20
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateTemplateResponseBody.d.ts +1 -1
  5. package/dist/models/DescribeClusterEventsRequest.d.ts +2 -0
  6. package/dist/models/DescribeClusterEventsRequest.js +4 -0
  7. package/dist/models/DescribeClusterEventsRequest.js.map +1 -1
  8. package/dist/models/DescribeClusterEventsResponseBody.d.ts +1 -0
  9. package/dist/models/DescribeClusterEventsResponseBody.js +2 -0
  10. package/dist/models/DescribeClusterEventsResponseBody.js.map +1 -1
  11. package/dist/models/DescribeClusterTasksRequest.d.ts +2 -0
  12. package/dist/models/DescribeClusterTasksRequest.js +4 -0
  13. package/dist/models/DescribeClusterTasksRequest.js.map +1 -1
  14. package/dist/models/DescribeClusterTasksResponseBody.d.ts +1 -0
  15. package/dist/models/DescribeClusterTasksResponseBody.js +2 -0
  16. package/dist/models/DescribeClusterTasksResponseBody.js.map +1 -1
  17. package/dist/models/DescribeEventsForRegionRequest.d.ts +2 -0
  18. package/dist/models/DescribeEventsForRegionRequest.js +4 -0
  19. package/dist/models/DescribeEventsForRegionRequest.js.map +1 -1
  20. package/dist/models/DescribeEventsForRegionResponseBody.d.ts +1 -0
  21. package/dist/models/DescribeEventsForRegionResponseBody.js +2 -0
  22. package/dist/models/DescribeEventsForRegionResponseBody.js.map +1 -1
  23. package/dist/models/DescribeEventsRequest.d.ts +2 -0
  24. package/dist/models/DescribeEventsRequest.js +4 -0
  25. package/dist/models/DescribeEventsRequest.js.map +1 -1
  26. package/dist/models/DescribeEventsResponseBody.d.ts +8 -4
  27. package/dist/models/DescribeEventsResponseBody.js +2 -0
  28. package/dist/models/DescribeEventsResponseBody.js.map +1 -1
  29. package/dist/models/DescribeRegionsRequest.d.ts +27 -0
  30. package/dist/models/DescribeRegionsRequest.js.map +1 -1
  31. package/dist/models/DescribeRegionsResponseBody.d.ts +17 -0
  32. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  33. package/dist/models/InstallNodePoolComponentsRequest.d.ts +34 -0
  34. package/dist/models/InstallNodePoolComponentsRequest.js.map +1 -1
  35. package/dist/models/InstallNodePoolComponentsResponseBody.d.ts +9 -0
  36. package/dist/models/InstallNodePoolComponentsResponseBody.js.map +1 -1
  37. package/dist/models/ListClusterAddonInstanceResourcesResponseBody.d.ts +35 -0
  38. package/dist/models/ListClusterAddonInstanceResourcesResponseBody.js.map +1 -1
  39. package/dist/models/ListTagResourcesResponseBody.d.ts +3 -3
  40. package/dist/models/TagResourcesResponseBody.d.ts +1 -1
  41. package/dist/models/UntagResourcesResponseBody.d.ts +1 -1
  42. package/dist/models/UpdateKmsencryptionRequest.d.ts +16 -0
  43. package/dist/models/UpdateKmsencryptionRequest.js.map +1 -1
  44. package/dist/models/UpdateNodePoolComponentRequest.d.ts +35 -0
  45. package/dist/models/UpdateNodePoolComponentRequest.js.map +1 -1
  46. package/dist/models/UpdateNodePoolComponentResponseBody.d.ts +6 -0
  47. package/dist/models/UpdateNodePoolComponentResponseBody.js.map +1 -1
  48. package/package.json +1 -1
  49. package/src/client.ts +52 -20
  50. package/src/models/CreateTemplateResponseBody.ts +1 -1
  51. package/src/models/DescribeClusterEventsRequest.ts +6 -0
  52. package/src/models/DescribeClusterEventsResponseBody.ts +3 -0
  53. package/src/models/DescribeClusterTasksRequest.ts +6 -0
  54. package/src/models/DescribeClusterTasksResponseBody.ts +3 -0
  55. package/src/models/DescribeEventsForRegionRequest.ts +6 -0
  56. package/src/models/DescribeEventsForRegionResponseBody.ts +3 -0
  57. package/src/models/DescribeEventsRequest.ts +6 -0
  58. package/src/models/DescribeEventsResponseBody.ts +10 -4
  59. package/src/models/DescribeRegionsRequest.ts +27 -0
  60. package/src/models/DescribeRegionsResponseBody.ts +17 -0
  61. package/src/models/InstallNodePoolComponentsRequest.ts +34 -0
  62. package/src/models/InstallNodePoolComponentsResponseBody.ts +9 -0
  63. package/src/models/ListClusterAddonInstanceResourcesResponseBody.ts +35 -0
  64. package/src/models/ListTagResourcesResponseBody.ts +3 -3
  65. package/src/models/TagResourcesResponseBody.ts +1 -1
  66. package/src/models/UntagResourcesResponseBody.ts +1 -1
  67. package/src/models/UpdateKmsencryptionRequest.ts +16 -0
  68. package/src/models/UpdateNodePoolComponentRequest.ts +35 -0
  69. package/src/models/UpdateNodePoolComponentResponseBody.ts +6 -0
@@ -1,21 +1,33 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class ListClusterAddonInstanceResourcesResponseBodyHelmRelease extends $dara.Model {
3
3
  /**
4
+ * @remarks
5
+ * The name of the Helm chart.
6
+ *
4
7
  * @example
5
8
  * ack-node-problem-detector
6
9
  */
7
10
  chartName?: string;
8
11
  /**
12
+ * @remarks
13
+ * The version of the Helm chart.
14
+ *
9
15
  * @example
10
16
  * 1.2.28
11
17
  */
12
18
  chartVersion?: string;
13
19
  /**
20
+ * @remarks
21
+ * The namespace where the Helm release is located.
22
+ *
14
23
  * @example
15
24
  * kube-system
16
25
  */
17
26
  namespace?: string;
18
27
  /**
28
+ * @remarks
29
+ * The name of the Helm release instance.
30
+ *
19
31
  * @example
20
32
  * ack-node-problem-detector
21
33
  */
@@ -33,26 +45,41 @@ export declare class ListClusterAddonInstanceResourcesResponseBodyHelmRelease ex
33
45
  }
34
46
  export declare class ListClusterAddonInstanceResourcesResponseBodyKubernetesObjects extends $dara.Model {
35
47
  /**
48
+ * @remarks
49
+ * The Kubernetes API group to which the object belongs.
50
+ *
36
51
  * @example
37
52
  * rbac.authorization.k8s.io
38
53
  */
39
54
  group?: string;
40
55
  /**
56
+ * @remarks
57
+ * The Kubernetes API type to which the object belongs.
58
+ *
41
59
  * @example
42
60
  * ClusterRole
43
61
  */
44
62
  kind?: string;
45
63
  /**
64
+ * @remarks
65
+ * The name of the Kubernetes object.
66
+ *
46
67
  * @example
47
68
  * terway-pod-reader
48
69
  */
49
70
  name?: string;
50
71
  /**
72
+ * @remarks
73
+ * The namespace to which the object belongs.
74
+ *
51
75
  * @example
52
76
  * kube-system
53
77
  */
54
78
  namespace?: string;
55
79
  /**
80
+ * @remarks
81
+ * The Kubernetes API version to which the object belongs.
82
+ *
56
83
  * @example
57
84
  * v1
58
85
  */
@@ -69,7 +96,15 @@ export declare class ListClusterAddonInstanceResourcesResponseBodyKubernetesObje
69
96
  });
70
97
  }
71
98
  export declare class ListClusterAddonInstanceResourcesResponseBody extends $dara.Model {
99
+ /**
100
+ * @remarks
101
+ * Information about the Helm release instance corresponding to the add-on.
102
+ */
72
103
  helmRelease?: ListClusterAddonInstanceResourcesResponseBodyHelmRelease;
104
+ /**
105
+ * @remarks
106
+ * A list of Kubernetes objects associated with the add-on.
107
+ */
73
108
  kubernetesObjects?: ListClusterAddonInstanceResourcesResponseBodyKubernetesObjects[];
74
109
  static names(): {
75
110
  [key: string]: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ListClusterAddonInstanceResourcesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListClusterAddonInstanceResourcesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wDAAyD,SAAQ,KAAK,CAAC,KAAK;IAqBvF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,YAAY;YACvB,YAAY,EAAE,eAAe;YAC7B,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,cAAc;SAC5B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;SACtB,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;AA9CD,4HA8CC;AAED,MAAa,8DAA+D,SAAQ,KAAK,CAAC,KAAK;IA0B7F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;SAClB,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;AArDD,wIAqDC;AAED,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAG5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,cAAc;YAC3B,iBAAiB,EAAE,oBAAoB;SACxC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,wDAAwD;YACrE,iBAAiB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,8DAA8D,EAAE;SACnH,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,WAAW,IAAI,OAAQ,IAAI,CAAC,WAAmB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC/E,IAAI,CAAC,WAAmB,CAAC,QAAQ,EAAE,CAAC;QACvC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC;YACzC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACpD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9BD,sGA8BC"}
1
+ {"version":3,"file":"ListClusterAddonInstanceResourcesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListClusterAddonInstanceResourcesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wDAAyD,SAAQ,KAAK,CAAC,KAAK;IAiCvF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,YAAY;YACvB,YAAY,EAAE,eAAe;YAC7B,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,cAAc;SAC5B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;SACtB,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,4HA0DC;AAED,MAAa,8DAA+D,SAAQ,KAAK,CAAC,KAAK;IAyC7F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;SAClB,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;AApED,wIAoEC;AAED,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAW5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,cAAc;YAC3B,iBAAiB,EAAE,oBAAoB;SACxC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,wDAAwD;YACrE,iBAAiB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,8DAA8D,EAAE;SACnH,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,WAAW,IAAI,OAAQ,IAAI,CAAC,WAAmB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC/E,IAAI,CAAC,WAAmB,CAAC,QAAQ,EAAE,CAAC;QACvC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC;YACzC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACpD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,sGAsCC"}
@@ -5,7 +5,7 @@ export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends
5
5
  * The ID of the resource.
6
6
  *
7
7
  * @example
8
- * i-xxx
8
+ * c2e39566adf23481fa1164ed510****
9
9
  */
10
10
  resourceId?: string;
11
11
  /**
@@ -13,7 +13,7 @@ export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends
13
13
  * The type of the resource. For more information, see [Labels](https://help.aliyun.com/document_detail/110425.html).
14
14
  *
15
15
  * @example
16
- * CLUSTER
16
+ * ALIYUN::CS::CLUSTER
17
17
  */
18
18
  resourceType?: string;
19
19
  /**
@@ -74,7 +74,7 @@ export declare class ListTagResourcesResponseBody extends $dara.Model {
74
74
  * The request ID.
75
75
  *
76
76
  * @example
77
- * E368C761-F8F6-4A36-9B58-BD53D5CD0CEB
77
+ * E368C761-F8F6-4A36-9B58-BD53D5******
78
78
  */
79
79
  requestId?: string;
80
80
  /**
@@ -5,7 +5,7 @@ export declare class TagResourcesResponseBody extends $dara.Model {
5
5
  * The request ID.
6
6
  *
7
7
  * @example
8
- * 2D69A58F-345C-4FDE-88E4-BF51894XXXXX
8
+ * 2D69A58F-345C-4FDE-88E4-BF51894******
9
9
  */
10
10
  requestId?: string;
11
11
  static names(): {
@@ -5,7 +5,7 @@ export declare class UntagResourcesResponseBody extends $dara.Model {
5
5
  * The request ID.
6
6
  *
7
7
  * @example
8
- * 2D69A58F-345C-4FDE-88E4-BF51894XXXXX
8
+ * 2D69A58F-345C-4FDE-88E4-BF51894******
9
9
  */
10
10
  requestId?: string;
11
11
  static names(): {
@@ -1,11 +1,27 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class UpdateKMSEncryptionRequest extends $dara.Model {
3
3
  /**
4
+ * @remarks
5
+ * Specifies whether to disable the Secret-at-rest encryption feature.
6
+ *
7
+ * * `true`: Disables the at-rest encryption feature.
8
+ * * `false`: Enables the at-rest encryption feature.
9
+ *
4
10
  * @example
5
11
  * false
6
12
  */
7
13
  disableEncryption?: boolean;
8
14
  /**
15
+ * @remarks
16
+ * The KMS key ID used by the Secret-at-rest encryption feature.
17
+ *
18
+ * >Notice: You cannot use a service key. You must use either a master key or a customer master key. The key type must be `Aliyun_AES_256`, and the key usage must be `ENCRYPT/DECRYPT`.
19
+ *
20
+ *
21
+ *
22
+ *
23
+ * >Warning: During the process of enabling or disabling the at-rest encryption feature and after the feature is successfully enabled, do not disable or delete the KMS key via the KMS console or OpenAPI. Otherwise, the cluster API Server will become unavailable, preventing normal retrieval of objects such as Secrets and ServiceAccounts, which impacts the normal operation of business applications.
24
+ *
9
25
  * @example
10
26
  * key-abc***
11
27
  */
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateKmsencryptionRequest.js","sourceRoot":"","sources":["../../src/models/UpdateKmsencryptionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAWzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,oBAAoB;YACvC,QAAQ,EAAE,YAAY;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,SAAS;YAC5B,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;AAhCD,gEAgCC"}
1
+ {"version":3,"file":"UpdateKmsencryptionRequest.js","sourceRoot":"","sources":["../../src/models/UpdateKmsencryptionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IA2BzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,oBAAoB;YACvC,QAAQ,EAAE,YAAY;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,SAAS;YAC5B,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;AAhDD,gEAgDC"}
@@ -1,5 +1,9 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class UpdateNodePoolComponentRequestConfig extends $dara.Model {
3
+ /**
4
+ * @remarks
5
+ * Custom configuration parameters for the component.
6
+ */
3
7
  customConfig?: {
4
8
  [key: string]: string;
5
9
  };
@@ -16,16 +20,25 @@ export declare class UpdateNodePoolComponentRequestConfig extends $dara.Model {
16
20
  }
17
21
  export declare class UpdateNodePoolComponentRequestRollingPolicy extends $dara.Model {
18
22
  /**
23
+ * @remarks
24
+ * The time interval between update batches, in seconds.
25
+ *
19
26
  * @example
20
27
  * 0
21
28
  */
22
29
  batchInterval?: number;
23
30
  /**
31
+ * @remarks
32
+ * The maximum number of nodes that can be updated concurrently. Default: 1.
33
+ *
24
34
  * @example
25
35
  * 1
26
36
  */
27
37
  maxParallelism?: number;
28
38
  /**
39
+ * @remarks
40
+ * The automatic pause strategy during the update process. Valid values: NotPause, FirstBatchPause, EveryBatchPause.
41
+ *
29
42
  * @example
30
43
  * NotPause
31
44
  */
@@ -42,16 +55,38 @@ export declare class UpdateNodePoolComponentRequestRollingPolicy extends $dara.M
42
55
  });
43
56
  }
44
57
  export declare class UpdateNodePoolComponentRequest extends $dara.Model {
58
+ /**
59
+ * @remarks
60
+ * The configuration details for the component update.
61
+ */
45
62
  config?: UpdateNodePoolComponentRequestConfig;
63
+ /**
64
+ * @remarks
65
+ * Specifies whether to disable rolling updates. Default: false. If set to false, nodes will be rolled automatically to apply the new configuration.
66
+ */
46
67
  disableRolling?: boolean;
47
68
  /**
69
+ * @remarks
70
+ * The name of the node component.
71
+ *
48
72
  * @example
49
73
  * kubelet
50
74
  */
51
75
  name?: string;
76
+ /**
77
+ * @remarks
78
+ * A list of specific nodes to be rolled. If not specified, all nodes in the node pool will be updated.
79
+ */
52
80
  nodeNames?: string[];
81
+ /**
82
+ * @remarks
83
+ * The rolling update configuration.
84
+ */
53
85
  rollingPolicy?: UpdateNodePoolComponentRequestRollingPolicy;
54
86
  /**
87
+ * @remarks
88
+ * The version of the node component to be updated to.
89
+ *
55
90
  * @example
56
91
  * 1.28.9-aliyun.1
57
92
  */
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateNodePoolComponentRequest.js","sourceRoot":"","sources":["../../src/models/UpdateNodePoolComponentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAEnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;SAC5E,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,YAAY,EAAE,CAAC;YACrB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,oFAwBC;AAED,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAgB1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,cAAc,EAAE,gBAAgB;YAChC,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,cAAc,EAAE,QAAQ;YACxB,WAAW,EAAE,QAAQ;SACtB,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;AAvCD,kGAuCC;AAED,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAe7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,oCAAoC;YAC5C,cAAc,EAAE,SAAS;YACzB,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACpD,aAAa,EAAE,2CAA2C;YAC1D,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,aAAa,IAAI,OAAQ,IAAI,CAAC,aAAqB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnF,IAAI,CAAC,aAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AArDD,wEAqDC"}
1
+ {"version":3,"file":"UpdateNodePoolComponentRequest.js","sourceRoot":"","sources":["../../src/models/UpdateNodePoolComponentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAMnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;SAC5E,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,YAAY,EAAE,CAAC;YACrB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,oFA4BC;AAED,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAyB1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,cAAc,EAAE,gBAAgB;YAChC,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,cAAc,EAAE,QAAQ;YACxB,WAAW,EAAE,QAAQ;SACtB,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,kGAgDC;AAED,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAqC7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,oCAAoC;YAC5C,cAAc,EAAE,SAAS;YACzB,IAAI,EAAE,QAAQ;YACd,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACpD,aAAa,EAAE,2CAA2C;YAC1D,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,aAAa,IAAI,OAAQ,IAAI,CAAC,aAAqB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnF,IAAI,CAAC,aAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3ED,wEA2EC"}
@@ -1,6 +1,9 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
2
  export declare class UpdateNodePoolComponentResponseBody extends $dara.Model {
3
3
  /**
4
+ * @remarks
5
+ * The ID of the cluster.
6
+ *
4
7
  * @example
5
8
  * c82e6987e2961451182edacd74faf****
6
9
  */
@@ -14,6 +17,9 @@ export declare class UpdateNodePoolComponentResponseBody extends $dara.Model {
14
17
  */
15
18
  requestId?: string;
16
19
  /**
20
+ * @remarks
21
+ * The ID of the asynchronous task generated by this operation.
22
+ *
17
23
  * @example
18
24
  * T-67d7ec016ce37c0106000***
19
25
  */
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateNodePoolComponentResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateNodePoolComponentResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAmBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,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;AA1CD,kFA0CC"}
1
+ {"version":3,"file":"UpdateNodePoolComponentResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateNodePoolComponentResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAyBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,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,kFAgDC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/cs20151215",
3
- "version": "6.6.0",
3
+ "version": "6.6.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -564,7 +564,7 @@ export default class Client extends OpenApi {
564
564
  }
565
565
 
566
566
  /**
567
- * 查询自愈规则
567
+ * Creates an auto-repair policy.
568
568
  *
569
569
  * @param request - CreateAutoRepairPolicyRequest
570
570
  * @param headers - map
@@ -609,7 +609,7 @@ export default class Client extends OpenApi {
609
609
  }
610
610
 
611
611
  /**
612
- * 查询自愈规则
612
+ * Creates an auto-repair policy.
613
613
  *
614
614
  * @param request - CreateAutoRepairPolicyRequest
615
615
  * @returns CreateAutoRepairPolicyResponse
@@ -2675,6 +2675,14 @@ export default class Client extends OpenApi {
2675
2675
  async describeClusterEventsWithOptions(ClusterId: string, request: $_model.DescribeClusterEventsRequest, headers: {[key: string ]: string}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeClusterEventsResponse> {
2676
2676
  request.validate();
2677
2677
  let query : {[key: string ]: any} = { };
2678
+ if (!$dara.isNull(request.maxResults)) {
2679
+ query["max_results"] = request.maxResults;
2680
+ }
2681
+
2682
+ if (!$dara.isNull(request.nextToken)) {
2683
+ query["next_token"] = request.nextToken;
2684
+ }
2685
+
2678
2686
  if (!$dara.isNull(request.pageNumber)) {
2679
2687
  query["page_number"] = request.pageNumber;
2680
2688
  }
@@ -2949,6 +2957,14 @@ export default class Client extends OpenApi {
2949
2957
  async describeClusterTasksWithOptions(clusterId: string, request: $_model.DescribeClusterTasksRequest, headers: {[key: string ]: string}, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeClusterTasksResponse> {
2950
2958
  request.validate();
2951
2959
  let query : {[key: string ]: any} = { };
2960
+ if (!$dara.isNull(request.maxResults)) {
2961
+ query["max_results"] = request.maxResults;
2962
+ }
2963
+
2964
+ if (!$dara.isNull(request.nextToken)) {
2965
+ query["next_token"] = request.nextToken;
2966
+ }
2967
+
2952
2968
  if (!$dara.isNull(request.pageNumber)) {
2953
2969
  query["page_number"] = request.pageNumber;
2954
2970
  }
@@ -3134,7 +3150,7 @@ export default class Client extends OpenApi {
3134
3150
  }
3135
3151
 
3136
3152
  /**
3137
- * Queries all the clusters that belong to the current Alibaba Cloud account, including Kubernetes clusters and Swarm clusters.
3153
+ * Queries all existing clusters in ACK, including Kubernetes clusters and Swarm clusters.
3138
3154
  *
3139
3155
  * @deprecated OpenAPI DescribeClusters is deprecated
3140
3156
  *
@@ -3177,7 +3193,7 @@ export default class Client extends OpenApi {
3177
3193
  }
3178
3194
 
3179
3195
  /**
3180
- * Queries all the clusters that belong to the current Alibaba Cloud account, including Kubernetes clusters and Swarm clusters.
3196
+ * Queries all existing clusters in ACK, including Kubernetes clusters and Swarm clusters.
3181
3197
  *
3182
3198
  * @deprecated OpenAPI DescribeClusters is deprecated
3183
3199
  *
@@ -3348,6 +3364,14 @@ export default class Client extends OpenApi {
3348
3364
  query["cluster_id"] = request.clusterId;
3349
3365
  }
3350
3366
 
3367
+ if (!$dara.isNull(request.maxResults)) {
3368
+ query["max_results"] = request.maxResults;
3369
+ }
3370
+
3371
+ if (!$dara.isNull(request.nextToken)) {
3372
+ query["next_token"] = request.nextToken;
3373
+ }
3374
+
3351
3375
  if (!$dara.isNull(request.pageNumber)) {
3352
3376
  query["page_number"] = request.pageNumber;
3353
3377
  }
@@ -3405,6 +3429,14 @@ export default class Client extends OpenApi {
3405
3429
  query["cluster_id"] = request.clusterId;
3406
3430
  }
3407
3431
 
3432
+ if (!$dara.isNull(request.maxResults)) {
3433
+ query["max_results"] = request.maxResults;
3434
+ }
3435
+
3436
+ if (!$dara.isNull(request.nextToken)) {
3437
+ query["next_token"] = request.nextToken;
3438
+ }
3439
+
3408
3440
  if (!$dara.isNull(request.pageNumber)) {
3409
3441
  query["page_number"] = request.pageNumber;
3410
3442
  }
@@ -3807,7 +3839,7 @@ export default class Client extends OpenApi {
3807
3839
  }
3808
3840
 
3809
3841
  /**
3810
- * 查询地域列表
3842
+ * Queries the list of available regions.
3811
3843
  *
3812
3844
  * @param request - DescribeRegionsRequest
3813
3845
  * @param headers - map
@@ -3848,7 +3880,7 @@ export default class Client extends OpenApi {
3848
3880
  }
3849
3881
 
3850
3882
  /**
3851
- * 查询地域列表
3883
+ * Queries the list of available regions.
3852
3884
  *
3853
3885
  * @param request - DescribeRegionsRequest
3854
3886
  * @returns DescribeRegionsResponse
@@ -4825,7 +4857,7 @@ export default class Client extends OpenApi {
4825
4857
  }
4826
4858
 
4827
4859
  /**
4828
- * 为ACK集群节点池安装节点组件
4860
+ * Installs components onto the nodes within a specified node pool. This API supports custom configurations and allows you to target specific nodes for the installation.
4829
4861
  *
4830
4862
  * @param request - InstallNodePoolComponentsRequest
4831
4863
  * @param headers - map
@@ -4866,7 +4898,7 @@ export default class Client extends OpenApi {
4866
4898
  }
4867
4899
 
4868
4900
  /**
4869
- * 为ACK集群节点池安装节点组件
4901
+ * Installs components onto the nodes within a specified node pool. This API supports custom configurations and allows you to target specific nodes for the installation.
4870
4902
  *
4871
4903
  * @param request - InstallNodePoolComponentsRequest
4872
4904
  * @returns InstallNodePoolComponentsResponse
@@ -4943,7 +4975,7 @@ export default class Client extends OpenApi {
4943
4975
  }
4944
4976
 
4945
4977
  /**
4946
- * 查询自愈规则
4978
+ * List auto-repair policies.
4947
4979
  *
4948
4980
  * @param headers - map
4949
4981
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4968,7 +5000,7 @@ export default class Client extends OpenApi {
4968
5000
  }
4969
5001
 
4970
5002
  /**
4971
- * 查询自愈规则
5003
+ * List auto-repair policies.
4972
5004
  * @returns ListAutoRepairPoliciesResponse
4973
5005
  */
4974
5006
  async listAutoRepairPolicies(clusterId: string): Promise<$_model.ListAutoRepairPoliciesResponse> {
@@ -4978,7 +5010,7 @@ export default class Client extends OpenApi {
4978
5010
  }
4979
5011
 
4980
5012
  /**
4981
- * 获取集群组件实例的资源列表
5013
+ * Queries the list of resources associated with installed cluster add-ons, including Kubernetes resources and Helm release information.
4982
5014
  *
4983
5015
  * @param headers - map
4984
5016
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5003,7 +5035,7 @@ export default class Client extends OpenApi {
5003
5035
  }
5004
5036
 
5005
5037
  /**
5006
- * 获取集群组件实例的资源列表
5038
+ * Queries the list of resources associated with installed cluster add-ons, including Kubernetes resources and Helm release information.
5007
5039
  * @returns ListClusterAddonInstanceResourcesResponse
5008
5040
  */
5009
5041
  async listClusterAddonInstanceResources(clusterId: string, instanceName: string): Promise<$_model.ListClusterAddonInstanceResourcesResponse> {
@@ -6916,7 +6948,7 @@ export default class Client extends OpenApi {
6916
6948
  }
6917
6949
 
6918
6950
  /**
6919
- * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
6951
+ * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
6920
6952
  *
6921
6953
  * @param request - TagResourcesRequest
6922
6954
  * @param headers - map
@@ -6961,7 +6993,7 @@ export default class Client extends OpenApi {
6961
6993
  }
6962
6994
 
6963
6995
  /**
6964
- * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
6996
+ * You can add labels in key-value pairs to clusters. This allows cluster developers or O\\\\\\\\\\\\&M engineers to classify and manage clusters in a more flexible manner. This also meets the requirements for monitoring, cost analysis, and tenant isolation. You can call the TagResources operation to add labels to a cluster.
6965
6997
  *
6966
6998
  * @param request - TagResourcesRequest
6967
6999
  * @returns TagResourcesResponse
@@ -7363,7 +7395,7 @@ export default class Client extends OpenApi {
7363
7395
  }
7364
7396
 
7365
7397
  /**
7366
- * 更新 Secret 落盘加密配置
7398
+ * Updates the Secret encryption at rest configuration for a specified cluster by cluster ID.
7367
7399
  *
7368
7400
  * @param request - UpdateKMSEncryptionRequest
7369
7401
  * @param headers - map
@@ -7400,7 +7432,7 @@ export default class Client extends OpenApi {
7400
7432
  }
7401
7433
 
7402
7434
  /**
7403
- * 更新 Secret 落盘加密配置
7435
+ * Updates the Secret encryption at rest configuration for a specified cluster by cluster ID.
7404
7436
  *
7405
7437
  * @param request - UpdateKMSEncryptionRequest
7406
7438
  * @returns UpdateKMSEncryptionResponse
@@ -7412,7 +7444,7 @@ export default class Client extends OpenApi {
7412
7444
  }
7413
7445
 
7414
7446
  /**
7415
- * 更新节点组件
7447
+ * Updates a specific component within a node pool, such as the kubelet.
7416
7448
  *
7417
7449
  * @param request - UpdateNodePoolComponentRequest
7418
7450
  * @param headers - map
@@ -7465,7 +7497,7 @@ export default class Client extends OpenApi {
7465
7497
  }
7466
7498
 
7467
7499
  /**
7468
- * 更新节点组件
7500
+ * Updates a specific component within a node pool, such as the kubelet.
7469
7501
  *
7470
7502
  * @param request - UpdateNodePoolComponentRequest
7471
7503
  * @returns UpdateNodePoolComponentResponse
@@ -7724,7 +7756,7 @@ export default class Client extends OpenApi {
7724
7756
  }
7725
7757
 
7726
7758
  /**
7727
- * Updates cluster add-ons to newer versions for enhanced functionality.
7759
+ * Updates cluster components to use new features and patch vulnerabilities. You must update cluster components one after one and update a component only after the previous one is successfully updated. Before you update a component, we recommend that you read the update notes for each component. Cluster component updates may affect your businesses. Assess the impact, back up data, and perform the update during off-peak hours.
7728
7760
  *
7729
7761
  * @param request - UpgradeClusterAddonsRequest
7730
7762
  * @param headers - map
@@ -7752,7 +7784,7 @@ export default class Client extends OpenApi {
7752
7784
  }
7753
7785
 
7754
7786
  /**
7755
- * Updates cluster add-ons to newer versions for enhanced functionality.
7787
+ * Updates cluster components to use new features and patch vulnerabilities. You must update cluster components one after one and update a component only after the previous one is successfully updated. Before you update a component, we recommend that you read the update notes for each component. Cluster component updates may affect your businesses. Assess the impact, back up data, and perform the update during off-peak hours.
7756
7788
  *
7757
7789
  * @param request - UpgradeClusterAddonsRequest
7758
7790
  * @returns UpgradeClusterAddonsResponse
@@ -8,7 +8,7 @@ export class CreateTemplateResponseBody extends $dara.Model {
8
8
  * The ID of the orchestration template.
9
9
  *
10
10
  * @example
11
- * ba1fe77b-b01e-4640-b77e-8f1b80e3e3cf
11
+ * ba1fe77b-b01e-4640-b77e-8f1b80******
12
12
  */
13
13
  templateId?: string;
14
14
  static names(): { [key: string]: string } {
@@ -3,6 +3,8 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribeClusterEventsRequest extends $dara.Model {
6
+ maxResults?: number;
7
+ nextToken?: string;
6
8
  /**
7
9
  * @remarks
8
10
  * The number of the page to return.
@@ -29,6 +31,8 @@ export class DescribeClusterEventsRequest extends $dara.Model {
29
31
  taskId?: string;
30
32
  static names(): { [key: string]: string } {
31
33
  return {
34
+ maxResults: 'max_results',
35
+ nextToken: 'next_token',
32
36
  pageNumber: 'page_number',
33
37
  pageSize: 'page_size',
34
38
  taskId: 'task_id',
@@ -37,6 +41,8 @@ export class DescribeClusterEventsRequest extends $dara.Model {
37
41
 
38
42
  static types(): { [key: string]: any } {
39
43
  return {
44
+ maxResults: 'number',
45
+ nextToken: 'string',
40
46
  pageNumber: 'number',
41
47
  pageSize: 'number',
42
48
  taskId: 'string',
@@ -224,6 +224,7 @@ export class DescribeClusterEventsResponseBody extends $dara.Model {
224
224
  * The list of events.
225
225
  */
226
226
  events?: DescribeClusterEventsResponseBodyEvents[];
227
+ nextToken?: string;
227
228
  /**
228
229
  * @remarks
229
230
  * The pagination information.
@@ -232,6 +233,7 @@ export class DescribeClusterEventsResponseBody extends $dara.Model {
232
233
  static names(): { [key: string]: string } {
233
234
  return {
234
235
  events: 'events',
236
+ nextToken: 'next_token',
235
237
  pageInfo: 'page_info',
236
238
  };
237
239
  }
@@ -239,6 +241,7 @@ export class DescribeClusterEventsResponseBody extends $dara.Model {
239
241
  static types(): { [key: string]: any } {
240
242
  return {
241
243
  events: { 'type': 'array', 'itemType': DescribeClusterEventsResponseBodyEvents },
244
+ nextToken: 'string',
242
245
  pageInfo: DescribeClusterEventsResponseBodyPageInfo,
243
246
  };
244
247
  }
@@ -3,6 +3,8 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribeClusterTasksRequest extends $dara.Model {
6
+ maxResults?: number;
7
+ nextToken?: string;
6
8
  /**
7
9
  * @remarks
8
10
  * The page number.
@@ -21,6 +23,8 @@ export class DescribeClusterTasksRequest extends $dara.Model {
21
23
  pageSize?: number;
22
24
  static names(): { [key: string]: string } {
23
25
  return {
26
+ maxResults: 'max_results',
27
+ nextToken: 'next_token',
24
28
  pageNumber: 'page_number',
25
29
  pageSize: 'page_size',
26
30
  };
@@ -28,6 +32,8 @@ export class DescribeClusterTasksRequest extends $dara.Model {
28
32
 
29
33
  static types(): { [key: string]: any } {
30
34
  return {
35
+ maxResults: 'number',
36
+ nextToken: 'string',
31
37
  pageNumber: 'number',
32
38
  pageSize: 'number',
33
39
  };
@@ -173,6 +173,7 @@ export class DescribeClusterTasksResponseBodyTasks extends $dara.Model {
173
173
  }
174
174
 
175
175
  export class DescribeClusterTasksResponseBody extends $dara.Model {
176
+ nextToken?: string;
176
177
  /**
177
178
  * @remarks
178
179
  * The pagination information.
@@ -193,6 +194,7 @@ export class DescribeClusterTasksResponseBody extends $dara.Model {
193
194
  tasks?: DescribeClusterTasksResponseBodyTasks[];
194
195
  static names(): { [key: string]: string } {
195
196
  return {
197
+ nextToken: 'next_token',
196
198
  pageInfo: 'page_info',
197
199
  requestId: 'requestId',
198
200
  tasks: 'tasks',
@@ -201,6 +203,7 @@ export class DescribeClusterTasksResponseBody extends $dara.Model {
201
203
 
202
204
  static types(): { [key: string]: any } {
203
205
  return {
206
+ nextToken: 'string',
204
207
  pageInfo: DescribeClusterTasksResponseBodyPageInfo,
205
208
  requestId: 'string',
206
209
  tasks: { 'type': 'array', 'itemType': DescribeClusterTasksResponseBodyTasks },