@alicloud/cs20151215 4.7.8 → 4.7.10

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 CHANGED
@@ -812,6 +812,13 @@ export declare class CancelComponentUpgradeResponse extends $tea.Model {
812
812
  });
813
813
  }
814
814
  export declare class CancelOperationPlanResponseBody extends $tea.Model {
815
+ /**
816
+ * @remarks
817
+ * The request ID.
818
+ *
819
+ * @example
820
+ * db82195b-75a8-40e5-9be4-16f1829dc624
821
+ */
815
822
  requestId?: string;
816
823
  static names(): {
817
824
  [key: string]: string;
@@ -854,42 +861,6 @@ export declare class CancelTaskResponse extends $tea.Model {
854
861
  [key: string]: any;
855
862
  });
856
863
  }
857
- export declare class CancelWorkflowRequest extends $tea.Model {
858
- /**
859
- * @remarks
860
- * The operation that you want to perform. Set the value to cancel.
861
- *
862
- * This parameter is required.
863
- *
864
- * @example
865
- * cancel
866
- */
867
- action?: string;
868
- static names(): {
869
- [key: string]: string;
870
- };
871
- static types(): {
872
- [key: string]: any;
873
- };
874
- constructor(map?: {
875
- [key: string]: any;
876
- });
877
- }
878
- export declare class CancelWorkflowResponse extends $tea.Model {
879
- headers?: {
880
- [key: string]: string;
881
- };
882
- statusCode?: number;
883
- static names(): {
884
- [key: string]: string;
885
- };
886
- static types(): {
887
- [key: string]: any;
888
- };
889
- constructor(map?: {
890
- [key: string]: any;
891
- });
892
- }
893
864
  export declare class CheckControlPlaneLogEnableResponseBody extends $tea.Model {
894
865
  /**
895
866
  * @remarks
@@ -3387,6 +3358,9 @@ export declare class DeleteClusterNodepoolResponseBody extends $tea.Model {
3387
3358
  */
3388
3359
  requestId?: string;
3389
3360
  /**
3361
+ * @remarks
3362
+ * task IDs
3363
+ *
3390
3364
  * @example
3391
3365
  * T-655ace947e0e6603af000004
3392
3366
  */
@@ -3718,121 +3692,6 @@ export declare class DeployPolicyInstanceResponse extends $tea.Model {
3718
3692
  [key: string]: any;
3719
3693
  });
3720
3694
  }
3721
- export declare class DescirbeWorkflowResponseBody extends $tea.Model {
3722
- /**
3723
- * @remarks
3724
- * The time when the workflow was created.
3725
- *
3726
- * @example
3727
- * 2020-01-15 16:30:25 +0800 CST
3728
- */
3729
- createTime?: string;
3730
- /**
3731
- * @remarks
3732
- * The duration of the workflow.
3733
- *
3734
- * @example
3735
- * 1h15m33.529968361s
3736
- */
3737
- duration?: string;
3738
- /**
3739
- * @remarks
3740
- * The end time of the task.
3741
- *
3742
- * @example
3743
- * 0001-01-01 00:00:00 +0000 UTC
3744
- */
3745
- finishTime?: string;
3746
- /**
3747
- * @remarks
3748
- * The size of the input data.
3749
- *
3750
- * @example
3751
- * 0
3752
- */
3753
- inputDataSize?: string;
3754
- /**
3755
- * @remarks
3756
- * The name of the workflow.
3757
- *
3758
- * @example
3759
- * wgs-gpu-97xfn
3760
- */
3761
- jobName?: string;
3762
- /**
3763
- * @remarks
3764
- * The namespace to which the workflow belongs.
3765
- *
3766
- * @example
3767
- * 1171330362041663
3768
- */
3769
- jobNamespace?: string;
3770
- /**
3771
- * @remarks
3772
- * The size of the output data.
3773
- *
3774
- * @example
3775
- * 0
3776
- */
3777
- outputDataSize?: string;
3778
- /**
3779
- * @remarks
3780
- * The current state of the workflow.
3781
- *
3782
- * @example
3783
- * Running
3784
- */
3785
- status?: string;
3786
- /**
3787
- * @remarks
3788
- * The number of base pairs.
3789
- *
3790
- * @example
3791
- * 0
3792
- */
3793
- totalBases?: string;
3794
- /**
3795
- * @remarks
3796
- * The number of reads.
3797
- *
3798
- * @example
3799
- * 0
3800
- */
3801
- totalReads?: string;
3802
- /**
3803
- * @remarks
3804
- * The user input parameters.
3805
- *
3806
- * @example
3807
- * {\\"wgs_oss_region\\":\\"cn-shenzhen\\",\\"wgs_fastq_first_name\\":\\"fastq/huada/MGISEQ-200019SZ0002402\\",\\"wgs_fastq_second_name\\":\\"fastq/huada/MGISEQ-200019SZ0002402\\",\\"wgs_bucket_name\\":\\"gene-shenzhen\\",\\"wgs_vcf_file_name\\":\\"output/vcf/huada.vcf\\",\\"wgs_bam_file_name\\":\\"output/bam/huada.bam\\",\\"wgs_reference_file\\":\\"hg19\\",\\"wgs_service\\":\\"g\\"}
3808
- */
3809
- userInputData?: string;
3810
- static names(): {
3811
- [key: string]: string;
3812
- };
3813
- static types(): {
3814
- [key: string]: any;
3815
- };
3816
- constructor(map?: {
3817
- [key: string]: any;
3818
- });
3819
- }
3820
- export declare class DescirbeWorkflowResponse extends $tea.Model {
3821
- headers?: {
3822
- [key: string]: string;
3823
- };
3824
- statusCode?: number;
3825
- body?: DescirbeWorkflowResponseBody;
3826
- static names(): {
3827
- [key: string]: string;
3828
- };
3829
- static types(): {
3830
- [key: string]: any;
3831
- };
3832
- constructor(map?: {
3833
- [key: string]: any;
3834
- });
3835
- }
3836
3695
  export declare class DescribeAddonRequest extends $tea.Model {
3837
3696
  /**
3838
3697
  * @remarks
@@ -4415,6 +4274,11 @@ export declare class DescribeClusterAttachScriptsResponse extends $tea.Model {
4415
4274
  });
4416
4275
  }
4417
4276
  export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4277
+ /**
4278
+ * @example
4279
+ * cluster.local
4280
+ */
4281
+ clusterDomain?: string;
4418
4282
  /**
4419
4283
  * @remarks
4420
4284
  * The cluster ID.
@@ -4444,6 +4308,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4444
4308
  * Kubernetes
4445
4309
  */
4446
4310
  clusterType?: string;
4311
+ /**
4312
+ * @example
4313
+ * 172.20.0.0/16
4314
+ */
4315
+ containerCidr?: string;
4447
4316
  /**
4448
4317
  * @remarks
4449
4318
  * The time when the cluster was created.
@@ -4492,6 +4361,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4492
4361
  * 1.16.6-aliyun.1
4493
4362
  */
4494
4363
  initVersion?: string;
4364
+ /**
4365
+ * @example
4366
+ * ipv4
4367
+ */
4368
+ ipStack?: string;
4495
4369
  /**
4496
4370
  * @remarks
4497
4371
  * The maintenance window of the cluster. This feature is available only in ACK Pro clusters.
@@ -4533,6 +4407,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4533
4407
  * 1.18.8-aliyun.1
4534
4408
  */
4535
4409
  nextVersion?: string;
4410
+ /**
4411
+ * @example
4412
+ * 26
4413
+ */
4414
+ nodeCidrMask?: string;
4536
4415
  operationPolicy?: DescribeClusterDetailResponseBodyOperationPolicy;
4537
4416
  /**
4538
4417
  * @remarks
@@ -4559,6 +4438,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4559
4438
  * Default
4560
4439
  */
4561
4440
  profile?: string;
4441
+ /**
4442
+ * @example
4443
+ * ipvs
4444
+ */
4445
+ proxyMode?: string;
4562
4446
  /**
4563
4447
  * @remarks
4564
4448
  * The region ID of the cluster.
@@ -4583,6 +4467,14 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4583
4467
  * sg-25yq****
4584
4468
  */
4585
4469
  securityGroupId?: string;
4470
+ /**
4471
+ * @remarks
4472
+ * This parameter is required.
4473
+ *
4474
+ * @example
4475
+ * 172.21.0.0/20
4476
+ */
4477
+ serviceCidr?: string;
4586
4478
  /**
4587
4479
  * @remarks
4588
4480
  * The number of nodes in the cluster. Master nodes and worker nodes are included.
@@ -4626,6 +4518,8 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4626
4518
  *
4627
4519
  * @example
4628
4520
  * 172.20.0.0/16
4521
+ *
4522
+ * @deprecated
4629
4523
  */
4630
4524
  subnetCidr?: string;
4631
4525
  /**
@@ -4633,6 +4527,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4633
4527
  * The resource tags of the cluster.
4634
4528
  */
4635
4529
  tags?: Tag[];
4530
+ /**
4531
+ * @example
4532
+ * Asia/Shanghai
4533
+ */
4534
+ timezone?: string;
4636
4535
  /**
4637
4536
  * @remarks
4638
4537
  * The time when the cluster was updated.
@@ -4655,8 +4554,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4655
4554
  *
4656
4555
  * @example
4657
4556
  * vsw-2zete8s4qocqg0mf6****,vsw-2zete8s4qocqg0mf6****
4557
+ *
4558
+ * @deprecated
4658
4559
  */
4659
4560
  vswitchId?: string;
4561
+ vswitchIds?: string[];
4660
4562
  /**
4661
4563
  * @remarks
4662
4564
  * The name of the worker Resource Access Management (RAM) role. The RAM role is assigned to the worker nodes of the cluster to allow the worker nodes to manage Elastic Compute Service (ECS) instances.
@@ -6874,38 +6776,6 @@ export declare class DescribeUserQuotaResponse extends $tea.Model {
6874
6776
  [key: string]: any;
6875
6777
  });
6876
6778
  }
6877
- export declare class DescribeWorkflowsResponseBody extends $tea.Model {
6878
- /**
6879
- * @remarks
6880
- * The list of jobs.
6881
- */
6882
- jobs?: DescribeWorkflowsResponseBodyJobs[];
6883
- static names(): {
6884
- [key: string]: string;
6885
- };
6886
- static types(): {
6887
- [key: string]: any;
6888
- };
6889
- constructor(map?: {
6890
- [key: string]: any;
6891
- });
6892
- }
6893
- export declare class DescribeWorkflowsResponse extends $tea.Model {
6894
- headers?: {
6895
- [key: string]: string;
6896
- };
6897
- statusCode?: number;
6898
- body?: DescribeWorkflowsResponseBody;
6899
- static names(): {
6900
- [key: string]: string;
6901
- };
6902
- static types(): {
6903
- [key: string]: any;
6904
- };
6905
- constructor(map?: {
6906
- [key: string]: any;
6907
- });
6908
- }
6909
6779
  export declare class EdgeClusterAddEdgeMachineRequest extends $tea.Model {
6910
6780
  /**
6911
6781
  * @remarks
@@ -8379,6 +8249,7 @@ export declare class ModifyClusterRequest extends $tea.Model {
8379
8249
  * The storage configurations of system events.
8380
8250
  */
8381
8251
  systemEventsLogging?: ModifyClusterRequestSystemEventsLogging;
8252
+ vswitchIds?: string[];
8382
8253
  static names(): {
8383
8254
  [key: string]: string;
8384
8255
  };
@@ -9096,21 +8967,6 @@ export declare class RemoveNodePoolNodesResponse extends $tea.Model {
9096
8967
  [key: string]: any;
9097
8968
  });
9098
8969
  }
9099
- export declare class RemoveWorkflowResponse extends $tea.Model {
9100
- headers?: {
9101
- [key: string]: string;
9102
- };
9103
- statusCode?: number;
9104
- static names(): {
9105
- [key: string]: string;
9106
- };
9107
- static types(): {
9108
- [key: string]: any;
9109
- };
9110
- constructor(map?: {
9111
- [key: string]: any;
9112
- });
9113
- }
9114
8970
  export declare class RepairClusterNodePoolRequest extends $tea.Model {
9115
8971
  /**
9116
8972
  * @remarks
@@ -9817,210 +9673,6 @@ export declare class StartAlertResponse extends $tea.Model {
9817
9673
  [key: string]: any;
9818
9674
  });
9819
9675
  }
9820
- export declare class StartWorkflowRequest extends $tea.Model {
9821
- /**
9822
- * @remarks
9823
- * The name of the output BAM file.
9824
- *
9825
- * @example
9826
- * abc.bam
9827
- */
9828
- mappingBamOutFilename?: string;
9829
- /**
9830
- * @remarks
9831
- * The output path of the Binary Alignment Map (BAM) file.
9832
- *
9833
- * @example
9834
- * output/bamDirName
9835
- */
9836
- mappingBamOutPath?: string;
9837
- /**
9838
- * @remarks
9839
- * The name of the OSS bucket that stores the data of the mapping workflow.
9840
- *
9841
- * @example
9842
- * gene-shenzhen
9843
- */
9844
- mappingBucketName?: string;
9845
- /**
9846
- * @remarks
9847
- * The name of the first FASTQ file of the mapping workflow.
9848
- *
9849
- * @example
9850
- * MGISEQ2000_PCR-free_NA12878_1_V100003043_L01_1.fq.gz
9851
- */
9852
- mappingFastqFirstFilename?: string;
9853
- /**
9854
- * @remarks
9855
- * The path of the FASTQ files of the mapping workflow.
9856
- *
9857
- * @example
9858
- * fastq/MGISEQ2000
9859
- */
9860
- mappingFastqPath?: string;
9861
- /**
9862
- * @remarks
9863
- * The name of the second FASTQ file of the mapping workflow.
9864
- *
9865
- * @example
9866
- * MGISEQ2000_PCR-free_NA12878_1_V100003043_L01_2.fq.gz
9867
- */
9868
- mappingFastqSecondFilename?: string;
9869
- /**
9870
- * @remarks
9871
- * Specifies whether to mark duplicate values.
9872
- *
9873
- * @example
9874
- * true
9875
- */
9876
- mappingIsMarkDup?: string;
9877
- /**
9878
- * @remarks
9879
- * The region where the Object Storage Service (OSS) bucket that stores the data of the mapping workflow is deployed.
9880
- *
9881
- * @example
9882
- * cn-hangzhou
9883
- */
9884
- mappingOssRegion?: string;
9885
- /**
9886
- * @remarks
9887
- * The path of the reference files of the mapping workflow.
9888
- *
9889
- * @example
9890
- * reference/hg19
9891
- */
9892
- mappingReferencePath?: string;
9893
- /**
9894
- * @remarks
9895
- * The type of service-level agreement (SLA). Valid values:
9896
- *
9897
- * * s: the silver level (S-level). It requires 1 extra minute to process every 1.5 billion base pairs beyond the limit of 90 billion base pairs.
9898
- * * g: the gold level (G-level). It requires 1 extra minute to process every 2 billion base pairs beyond the limit of 90 billion base pairs.
9899
- * * p: the platinum level (P-level). It requires 1 extra minute to process every 3 billion base pairs beyond the limit of 90 billion base pairs.
9900
- *
9901
- * @example
9902
- * s
9903
- */
9904
- service?: string;
9905
- /**
9906
- * @remarks
9907
- * The name of the OSS bucket that stores the data of the WGS workflow.
9908
- *
9909
- * @example
9910
- * gene-shenzhen
9911
- */
9912
- wgsBucketName?: string;
9913
- /**
9914
- * @remarks
9915
- * The name of the first FASTQ file of the WGS workflow.
9916
- *
9917
- * @example
9918
- * MGISEQ2000_PCR-free_NA12878_1_V100003043_L01_1.fq.gz
9919
- */
9920
- wgsFastqFirstFilename?: string;
9921
- /**
9922
- * @remarks
9923
- * The path of the FASTQ files of the WGS workflow.
9924
- *
9925
- * @example
9926
- * fastq/MGISEQ2000
9927
- */
9928
- wgsFastqPath?: string;
9929
- /**
9930
- * @remarks
9931
- * The name of the second FASTQ file of the WGS workflow.
9932
- *
9933
- * @example
9934
- * MGISEQ2000_PCR-free_NA12878_1_V100003043_L01_2.fq.gz
9935
- */
9936
- wgsFastqSecondFilename?: string;
9937
- /**
9938
- * @remarks
9939
- * The region where the OSS bucket that stores the data of the whole genome sequencing (WGS) workflow is deployed.
9940
- *
9941
- * @example
9942
- * cn-shenzhen
9943
- */
9944
- wgsOssRegion?: string;
9945
- /**
9946
- * @remarks
9947
- * The path of the reference files of the WGS workflow.
9948
- *
9949
- * @example
9950
- * reference/hg19
9951
- */
9952
- wgsReferencePath?: string;
9953
- /**
9954
- * @remarks
9955
- * The name of the output VCF file.
9956
- *
9957
- * @example
9958
- * abc.vcf
9959
- */
9960
- wgsVcfOutFilename?: string;
9961
- /**
9962
- * @remarks
9963
- * The output path of the Variant Call Format (VCF) file.
9964
- *
9965
- * @example
9966
- * output/vcf
9967
- */
9968
- wgsVcfOutPath?: string;
9969
- /**
9970
- * @remarks
9971
- * The type of workflow. Valid values: wgs and mapping.
9972
- *
9973
- * This parameter is required.
9974
- *
9975
- * @example
9976
- * mapping
9977
- */
9978
- workflowType?: string;
9979
- static names(): {
9980
- [key: string]: string;
9981
- };
9982
- static types(): {
9983
- [key: string]: any;
9984
- };
9985
- constructor(map?: {
9986
- [key: string]: any;
9987
- });
9988
- }
9989
- export declare class StartWorkflowResponseBody extends $tea.Model {
9990
- /**
9991
- * @remarks
9992
- * The name of the workflow.
9993
- *
9994
- * @example
9995
- * mapping-gpu-66xv7
9996
- */
9997
- jobName?: string;
9998
- static names(): {
9999
- [key: string]: string;
10000
- };
10001
- static types(): {
10002
- [key: string]: any;
10003
- };
10004
- constructor(map?: {
10005
- [key: string]: any;
10006
- });
10007
- }
10008
- export declare class StartWorkflowResponse extends $tea.Model {
10009
- headers?: {
10010
- [key: string]: string;
10011
- };
10012
- statusCode?: number;
10013
- body?: StartWorkflowResponseBody;
10014
- static names(): {
10015
- [key: string]: string;
10016
- };
10017
- static types(): {
10018
- [key: string]: any;
10019
- };
10020
- constructor(map?: {
10021
- [key: string]: any;
10022
- });
10023
- }
10024
9676
  export declare class StopAlertRequest extends $tea.Model {
10025
9677
  /**
10026
9678
  * @remarks
@@ -16461,6 +16113,11 @@ export declare class DescribeClustersV1ResponseBodyClustersOperationPolicy exten
16461
16113
  });
16462
16114
  }
16463
16115
  export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16116
+ /**
16117
+ * @example
16118
+ * cluster.local
16119
+ */
16120
+ clusterDomain?: string;
16464
16121
  /**
16465
16122
  * @remarks
16466
16123
  * The cluster ID.
@@ -16490,6 +16147,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16490
16147
  * Kubernetes
16491
16148
  */
16492
16149
  clusterType?: string;
16150
+ /**
16151
+ * @example
16152
+ * 172.20.0.0/16
16153
+ */
16154
+ containerCidr?: string;
16493
16155
  /**
16494
16156
  * @remarks
16495
16157
  * The time when the cluster was created.
@@ -16545,6 +16207,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16545
16207
  * 1.16.9-aliyun.1
16546
16208
  */
16547
16209
  initVersion?: string;
16210
+ /**
16211
+ * @example
16212
+ * ipv4
16213
+ */
16214
+ ipStack?: string;
16548
16215
  /**
16549
16216
  * @remarks
16550
16217
  * The maintenance window of the cluster. This feature is available only for ACK managed clusters and ACK Serverless clusters.
@@ -16622,6 +16289,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16622
16289
  * Default
16623
16290
  */
16624
16291
  profile?: string;
16292
+ /**
16293
+ * @example
16294
+ * ipvs
16295
+ */
16296
+ proxyMode?: string;
16625
16297
  /**
16626
16298
  * @remarks
16627
16299
  * The region ID of the cluster.
@@ -16646,6 +16318,14 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16646
16318
  * sg-2vcgwsrwgt5mp0yi****
16647
16319
  */
16648
16320
  securityGroupId?: string;
16321
+ /**
16322
+ * @remarks
16323
+ * This parameter is required.
16324
+ *
16325
+ * @example
16326
+ * 172.21.0.0/20
16327
+ */
16328
+ serviceCidr?: string;
16649
16329
  /**
16650
16330
  * @remarks
16651
16331
  * The number of nodes in the cluster, including master nodes and worker nodes.
@@ -16687,6 +16367,8 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16687
16367
  *
16688
16368
  * @example
16689
16369
  * 172.21.0.0/16
16370
+ *
16371
+ * @deprecated
16690
16372
  */
16691
16373
  subnetCidr?: string;
16692
16374
  /**
@@ -16694,6 +16376,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16694
16376
  * The resource labels of the cluster.
16695
16377
  */
16696
16378
  tags?: Tag[];
16379
+ /**
16380
+ * @example
16381
+ * Asia/Shanghai
16382
+ */
16383
+ timezone?: string;
16697
16384
  /**
16698
16385
  * @remarks
16699
16386
  * The time when the cluster was updated.
@@ -16716,8 +16403,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16716
16403
  *
16717
16404
  * @example
16718
16405
  * vsw-2vc41xuumx5z2rdma****,vsw-2vc41xuumx5z2rdma****
16406
+ *
16407
+ * @deprecated
16719
16408
  */
16720
16409
  vswitchId?: string;
16410
+ vswitchIds?: string[];
16721
16411
  /**
16722
16412
  * @remarks
16723
16413
  * The name of the worker Resource Access Management (RAM) role. The RAM role is assigned to the worker nodes of the cluster to allow the worker nodes to manage ECS instances.
@@ -17784,6 +17474,26 @@ export declare class DescribePolicyInstancesResponseBody extends $tea.Model {
17784
17474
  * deny
17785
17475
  */
17786
17476
  policyAction?: string;
17477
+ /**
17478
+ * @deprecated
17479
+ */
17480
+ created?: string;
17481
+ /**
17482
+ * @deprecated
17483
+ */
17484
+ updated?: string;
17485
+ /**
17486
+ * @deprecated
17487
+ */
17488
+ resourceId?: string;
17489
+ /**
17490
+ * @deprecated
17491
+ */
17492
+ totalViolations?: number;
17493
+ /**
17494
+ * @deprecated
17495
+ */
17496
+ isDeleted?: number;
17787
17497
  static names(): {
17788
17498
  [key: string]: string;
17789
17499
  };
@@ -18521,41 +18231,6 @@ export declare class DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota exte
18521
18231
  [key: string]: any;
18522
18232
  });
18523
18233
  }
18524
- export declare class DescribeWorkflowsResponseBodyJobs extends $tea.Model {
18525
- /**
18526
- * @remarks
18527
- * The cluster ID.
18528
- *
18529
- * @example
18530
- * cb1a7214cfc0b41d9bb086affc2d8f51c
18531
- */
18532
- clusterId?: string;
18533
- /**
18534
- * @remarks
18535
- * The time when the workflow was created.
18536
- *
18537
- * @example
18538
- * 2020-01-15T13:18:52Z
18539
- */
18540
- createTime?: string;
18541
- /**
18542
- * @remarks
18543
- * The name of the workflow.
18544
- *
18545
- * @example
18546
- * wgs-gpu-qb4dk
18547
- */
18548
- jobName?: string;
18549
- static names(): {
18550
- [key: string]: string;
18551
- };
18552
- static types(): {
18553
- [key: string]: any;
18554
- };
18555
- constructor(map?: {
18556
- [key: string]: any;
18557
- });
18558
- }
18559
18234
  export declare class FixNodePoolVulsRequestRolloutPolicy extends $tea.Model {
18560
18235
  /**
18561
18236
  * @remarks
@@ -20952,7 +20627,7 @@ export default class Client extends OpenApi {
20952
20627
  */
20953
20628
  cancelComponentUpgrade(clusterId: string, componentId: string): Promise<CancelComponentUpgradeResponse>;
20954
20629
  /**
20955
- * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\&M plan.
20630
+ * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
20956
20631
  *
20957
20632
  * @param headers - map
20958
20633
  * @param runtime - runtime options for this request RuntimeOptions
@@ -20962,7 +20637,7 @@ export default class Client extends OpenApi {
20962
20637
  [key: string]: string;
20963
20638
  }, runtime: $Util.RuntimeOptions): Promise<CancelOperationPlanResponse>;
20964
20639
  /**
20965
- * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\&M plan.
20640
+ * You can call the CancelOperationPlan operation to cancel a pending auto O\\\\\\\\\\\\&M plan.
20966
20641
  * @returns CancelOperationPlanResponse
20967
20642
  */
20968
20643
  cancelOperationPlan(planId: string): Promise<CancelOperationPlanResponse>;
@@ -20981,28 +20656,6 @@ export default class Client extends OpenApi {
20981
20656
  * @returns CancelTaskResponse
20982
20657
  */
20983
20658
  cancelTask(taskId: string): Promise<CancelTaskResponse>;
20984
- /**
20985
- * You can call the CancelWorkflow operation to cancel an ongoing workflow.
20986
- *
20987
- * @deprecated OpenAPI CancelWorkflow is deprecated
20988
- *
20989
- * @param request - CancelWorkflowRequest
20990
- * @param headers - map
20991
- * @param runtime - runtime options for this request RuntimeOptions
20992
- * @returns CancelWorkflowResponse
20993
- */
20994
- cancelWorkflowWithOptions(workflowName: string, request: CancelWorkflowRequest, headers: {
20995
- [key: string]: string;
20996
- }, runtime: $Util.RuntimeOptions): Promise<CancelWorkflowResponse>;
20997
- /**
20998
- * You can call the CancelWorkflow operation to cancel an ongoing workflow.
20999
- *
21000
- * @deprecated OpenAPI CancelWorkflow is deprecated
21001
- *
21002
- * @param request - CancelWorkflowRequest
21003
- * @returns CancelWorkflowResponse
21004
- */
21005
- cancelWorkflow(workflowName: string, request: CancelWorkflowRequest): Promise<CancelWorkflowResponse>;
21006
20659
  /**
21007
20660
  * Queries the current log configuration of control plane components, including the log retention period and the log collection component. Container Service for Kubernetes (ACK) managed clusters can collect the logs of control plane components and deliver the logs to projects in Simple Log Service. These control plane components include Kube API Server, Kube Scheduler, Kube Controller Manager, and Cloud Controller Manager.
21008
20661
  *
@@ -21311,7 +20964,7 @@ export default class Client extends OpenApi {
21311
20964
  */
21312
20965
  deleteCluster(ClusterId: string, request: DeleteClusterRequest): Promise<DeleteClusterResponse>;
21313
20966
  /**
21314
- * You can call the DeleteClusterNodepool operation to delete a node pool by node pool ID.
20967
+ * null
21315
20968
  *
21316
20969
  * @param request - DeleteClusterNodepoolRequest
21317
20970
  * @param headers - map
@@ -21322,7 +20975,7 @@ export default class Client extends OpenApi {
21322
20975
  [key: string]: string;
21323
20976
  }, runtime: $Util.RuntimeOptions): Promise<DeleteClusterNodepoolResponse>;
21324
20977
  /**
21325
- * You can call the DeleteClusterNodepool operation to delete a node pool by node pool ID.
20978
+ * null
21326
20979
  *
21327
20980
  * @param request - DeleteClusterNodepoolRequest
21328
20981
  * @returns DeleteClusterNodepoolResponse
@@ -21457,25 +21110,6 @@ export default class Client extends OpenApi {
21457
21110
  * @returns DeployPolicyInstanceResponse
21458
21111
  */
21459
21112
  deployPolicyInstance(clusterId: string, policyName: string, request: DeployPolicyInstanceRequest): Promise<DeployPolicyInstanceResponse>;
21460
- /**
21461
- * You can call the DescirbeWorkflow operation to query detailed information about a workflow.
21462
- *
21463
- * @deprecated OpenAPI DescirbeWorkflow is deprecated
21464
- *
21465
- * @param headers - map
21466
- * @param runtime - runtime options for this request RuntimeOptions
21467
- * @returns DescirbeWorkflowResponse
21468
- */
21469
- descirbeWorkflowWithOptions(workflowName: string, headers: {
21470
- [key: string]: string;
21471
- }, runtime: $Util.RuntimeOptions): Promise<DescirbeWorkflowResponse>;
21472
- /**
21473
- * You can call the DescirbeWorkflow operation to query detailed information about a workflow.
21474
- *
21475
- * @deprecated OpenAPI DescirbeWorkflow is deprecated
21476
- * @returns DescirbeWorkflowResponse
21477
- */
21478
- descirbeWorkflow(workflowName: string): Promise<DescirbeWorkflowResponse>;
21479
21113
  /**
21480
21114
  * Queries the information about a component based on specific conditions such as the region, cluster type, cluster subtype defined by cluster profile, cluster version, and component name. The information includes whether the component is managed, the component type, supported custom parameter schema, compatible operating system architecture, and earliest supported cluster version.
21481
21115
  *
@@ -22256,25 +21890,6 @@ export default class Client extends OpenApi {
22256
21890
  * @returns DescribeUserQuotaResponse
22257
21891
  */
22258
21892
  describeUserQuota(): Promise<DescribeUserQuotaResponse>;
22259
- /**
22260
- * You can call the DescribeWorkflows operation to query all workflows.
22261
- *
22262
- * @deprecated OpenAPI DescribeWorkflows is deprecated
22263
- *
22264
- * @param headers - map
22265
- * @param runtime - runtime options for this request RuntimeOptions
22266
- * @returns DescribeWorkflowsResponse
22267
- */
22268
- describeWorkflowsWithOptions(headers: {
22269
- [key: string]: string;
22270
- }, runtime: $Util.RuntimeOptions): Promise<DescribeWorkflowsResponse>;
22271
- /**
22272
- * You can call the DescribeWorkflows operation to query all workflows.
22273
- *
22274
- * @deprecated OpenAPI DescribeWorkflows is deprecated
22275
- * @returns DescribeWorkflowsResponse
22276
- */
22277
- describeWorkflows(): Promise<DescribeWorkflowsResponse>;
22278
21893
  /**
22279
21894
  * You can call the EdgeClusterAddEdgeMachine operation to add a cloud-native box to a Container Service for Kubernetes (ACK) Edge cluster.
22280
21895
  *
@@ -22922,25 +22537,6 @@ export default class Client extends OpenApi {
22922
22537
  * @returns RemoveNodePoolNodesResponse
22923
22538
  */
22924
22539
  removeNodePoolNodes(ClusterId: string, NodepoolId: string, request: RemoveNodePoolNodesRequest): Promise<RemoveNodePoolNodesResponse>;
22925
- /**
22926
- * You can call the RemoveWorkflow operation to delete a workflow.
22927
- *
22928
- * @deprecated OpenAPI RemoveWorkflow is deprecated
22929
- *
22930
- * @param headers - map
22931
- * @param runtime - runtime options for this request RuntimeOptions
22932
- * @returns RemoveWorkflowResponse
22933
- */
22934
- removeWorkflowWithOptions(workflowName: string, headers: {
22935
- [key: string]: string;
22936
- }, runtime: $Util.RuntimeOptions): Promise<RemoveWorkflowResponse>;
22937
- /**
22938
- * You can call the RemoveWorkflow operation to delete a workflow.
22939
- *
22940
- * @deprecated OpenAPI RemoveWorkflow is deprecated
22941
- * @returns RemoveWorkflowResponse
22942
- */
22943
- removeWorkflow(workflowName: string): Promise<RemoveWorkflowResponse>;
22944
22540
  /**
22945
22541
  * Fixes issues on abnormal nodes in a node pool to ensure that the nodes can run as normal.
22946
22542
  *
@@ -23140,28 +22736,6 @@ export default class Client extends OpenApi {
23140
22736
  * @returns StartAlertResponse
23141
22737
  */
23142
22738
  startAlert(ClusterId: string, request: StartAlertRequest): Promise<StartAlertResponse>;
23143
- /**
23144
- * You can call the StartWorkflow operation to create a workflow.
23145
- *
23146
- * @deprecated OpenAPI StartWorkflow is deprecated
23147
- *
23148
- * @param request - StartWorkflowRequest
23149
- * @param headers - map
23150
- * @param runtime - runtime options for this request RuntimeOptions
23151
- * @returns StartWorkflowResponse
23152
- */
23153
- startWorkflowWithOptions(request: StartWorkflowRequest, headers: {
23154
- [key: string]: string;
23155
- }, runtime: $Util.RuntimeOptions): Promise<StartWorkflowResponse>;
23156
- /**
23157
- * You can call the StartWorkflow operation to create a workflow.
23158
- *
23159
- * @deprecated OpenAPI StartWorkflow is deprecated
23160
- *
23161
- * @param request - StartWorkflowRequest
23162
- * @returns StartWorkflowResponse
23163
- */
23164
- startWorkflow(request: StartWorkflowRequest): Promise<StartWorkflowResponse>;
23165
22739
  /**
23166
22740
  * You can call the StopAlert operation to disable an alert rule or an alert rule set in the alert center of Container Service for Kubernetes (ACK).
23167
22741
  *