@alicloud/cs20151215 4.7.8 → 4.7.9

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
@@ -854,42 +854,6 @@ export declare class CancelTaskResponse extends $tea.Model {
854
854
  [key: string]: any;
855
855
  });
856
856
  }
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
857
  export declare class CheckControlPlaneLogEnableResponseBody extends $tea.Model {
894
858
  /**
895
859
  * @remarks
@@ -3718,121 +3682,6 @@ export declare class DeployPolicyInstanceResponse extends $tea.Model {
3718
3682
  [key: string]: any;
3719
3683
  });
3720
3684
  }
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
3685
  export declare class DescribeAddonRequest extends $tea.Model {
3837
3686
  /**
3838
3687
  * @remarks
@@ -4415,6 +4264,11 @@ export declare class DescribeClusterAttachScriptsResponse extends $tea.Model {
4415
4264
  });
4416
4265
  }
4417
4266
  export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4267
+ /**
4268
+ * @example
4269
+ * cluster.local
4270
+ */
4271
+ clusterDomain?: string;
4418
4272
  /**
4419
4273
  * @remarks
4420
4274
  * The cluster ID.
@@ -4444,6 +4298,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4444
4298
  * Kubernetes
4445
4299
  */
4446
4300
  clusterType?: string;
4301
+ /**
4302
+ * @example
4303
+ * 172.20.0.0/16
4304
+ */
4305
+ containerCidr?: string;
4447
4306
  /**
4448
4307
  * @remarks
4449
4308
  * The time when the cluster was created.
@@ -4492,6 +4351,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4492
4351
  * 1.16.6-aliyun.1
4493
4352
  */
4494
4353
  initVersion?: string;
4354
+ /**
4355
+ * @example
4356
+ * ipv4
4357
+ */
4358
+ ipStack?: string;
4495
4359
  /**
4496
4360
  * @remarks
4497
4361
  * The maintenance window of the cluster. This feature is available only in ACK Pro clusters.
@@ -4533,6 +4397,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4533
4397
  * 1.18.8-aliyun.1
4534
4398
  */
4535
4399
  nextVersion?: string;
4400
+ /**
4401
+ * @example
4402
+ * 26
4403
+ */
4404
+ nodeCidrMask?: string;
4536
4405
  operationPolicy?: DescribeClusterDetailResponseBodyOperationPolicy;
4537
4406
  /**
4538
4407
  * @remarks
@@ -4559,6 +4428,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4559
4428
  * Default
4560
4429
  */
4561
4430
  profile?: string;
4431
+ /**
4432
+ * @example
4433
+ * ipvs
4434
+ */
4435
+ proxyMode?: string;
4562
4436
  /**
4563
4437
  * @remarks
4564
4438
  * The region ID of the cluster.
@@ -4583,6 +4457,14 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4583
4457
  * sg-25yq****
4584
4458
  */
4585
4459
  securityGroupId?: string;
4460
+ /**
4461
+ * @remarks
4462
+ * This parameter is required.
4463
+ *
4464
+ * @example
4465
+ * 172.21.0.0/20
4466
+ */
4467
+ serviceCidr?: string;
4586
4468
  /**
4587
4469
  * @remarks
4588
4470
  * The number of nodes in the cluster. Master nodes and worker nodes are included.
@@ -4626,6 +4508,8 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4626
4508
  *
4627
4509
  * @example
4628
4510
  * 172.20.0.0/16
4511
+ *
4512
+ * @deprecated
4629
4513
  */
4630
4514
  subnetCidr?: string;
4631
4515
  /**
@@ -4633,6 +4517,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4633
4517
  * The resource tags of the cluster.
4634
4518
  */
4635
4519
  tags?: Tag[];
4520
+ /**
4521
+ * @example
4522
+ * Asia/Shanghai
4523
+ */
4524
+ timezone?: string;
4636
4525
  /**
4637
4526
  * @remarks
4638
4527
  * The time when the cluster was updated.
@@ -4655,8 +4544,11 @@ export declare class DescribeClusterDetailResponseBody extends $tea.Model {
4655
4544
  *
4656
4545
  * @example
4657
4546
  * vsw-2zete8s4qocqg0mf6****,vsw-2zete8s4qocqg0mf6****
4547
+ *
4548
+ * @deprecated
4658
4549
  */
4659
4550
  vswitchId?: string;
4551
+ vswitchIds?: string[];
4660
4552
  /**
4661
4553
  * @remarks
4662
4554
  * 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 +6766,6 @@ export declare class DescribeUserQuotaResponse extends $tea.Model {
6874
6766
  [key: string]: any;
6875
6767
  });
6876
6768
  }
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
6769
  export declare class EdgeClusterAddEdgeMachineRequest extends $tea.Model {
6910
6770
  /**
6911
6771
  * @remarks
@@ -8379,6 +8239,7 @@ export declare class ModifyClusterRequest extends $tea.Model {
8379
8239
  * The storage configurations of system events.
8380
8240
  */
8381
8241
  systemEventsLogging?: ModifyClusterRequestSystemEventsLogging;
8242
+ vswitchIds?: string[];
8382
8243
  static names(): {
8383
8244
  [key: string]: string;
8384
8245
  };
@@ -9096,21 +8957,6 @@ export declare class RemoveNodePoolNodesResponse extends $tea.Model {
9096
8957
  [key: string]: any;
9097
8958
  });
9098
8959
  }
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
8960
  export declare class RepairClusterNodePoolRequest extends $tea.Model {
9115
8961
  /**
9116
8962
  * @remarks
@@ -9817,210 +9663,6 @@ export declare class StartAlertResponse extends $tea.Model {
9817
9663
  [key: string]: any;
9818
9664
  });
9819
9665
  }
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
9666
  export declare class StopAlertRequest extends $tea.Model {
10025
9667
  /**
10026
9668
  * @remarks
@@ -16461,6 +16103,11 @@ export declare class DescribeClustersV1ResponseBodyClustersOperationPolicy exten
16461
16103
  });
16462
16104
  }
16463
16105
  export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16106
+ /**
16107
+ * @example
16108
+ * cluster.local
16109
+ */
16110
+ clusterDomain?: string;
16464
16111
  /**
16465
16112
  * @remarks
16466
16113
  * The cluster ID.
@@ -16490,6 +16137,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16490
16137
  * Kubernetes
16491
16138
  */
16492
16139
  clusterType?: string;
16140
+ /**
16141
+ * @example
16142
+ * 172.20.0.0/16
16143
+ */
16144
+ containerCidr?: string;
16493
16145
  /**
16494
16146
  * @remarks
16495
16147
  * The time when the cluster was created.
@@ -16545,6 +16197,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16545
16197
  * 1.16.9-aliyun.1
16546
16198
  */
16547
16199
  initVersion?: string;
16200
+ /**
16201
+ * @example
16202
+ * ipv4
16203
+ */
16204
+ ipStack?: string;
16548
16205
  /**
16549
16206
  * @remarks
16550
16207
  * The maintenance window of the cluster. This feature is available only for ACK managed clusters and ACK Serverless clusters.
@@ -16622,6 +16279,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16622
16279
  * Default
16623
16280
  */
16624
16281
  profile?: string;
16282
+ /**
16283
+ * @example
16284
+ * ipvs
16285
+ */
16286
+ proxyMode?: string;
16625
16287
  /**
16626
16288
  * @remarks
16627
16289
  * The region ID of the cluster.
@@ -16646,6 +16308,14 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16646
16308
  * sg-2vcgwsrwgt5mp0yi****
16647
16309
  */
16648
16310
  securityGroupId?: string;
16311
+ /**
16312
+ * @remarks
16313
+ * This parameter is required.
16314
+ *
16315
+ * @example
16316
+ * 172.21.0.0/20
16317
+ */
16318
+ serviceCidr?: string;
16649
16319
  /**
16650
16320
  * @remarks
16651
16321
  * The number of nodes in the cluster, including master nodes and worker nodes.
@@ -16687,6 +16357,8 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16687
16357
  *
16688
16358
  * @example
16689
16359
  * 172.21.0.0/16
16360
+ *
16361
+ * @deprecated
16690
16362
  */
16691
16363
  subnetCidr?: string;
16692
16364
  /**
@@ -16694,6 +16366,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16694
16366
  * The resource labels of the cluster.
16695
16367
  */
16696
16368
  tags?: Tag[];
16369
+ /**
16370
+ * @example
16371
+ * Asia/Shanghai
16372
+ */
16373
+ timezone?: string;
16697
16374
  /**
16698
16375
  * @remarks
16699
16376
  * The time when the cluster was updated.
@@ -16716,8 +16393,11 @@ export declare class DescribeClustersV1ResponseBodyClusters extends $tea.Model {
16716
16393
  *
16717
16394
  * @example
16718
16395
  * vsw-2vc41xuumx5z2rdma****,vsw-2vc41xuumx5z2rdma****
16396
+ *
16397
+ * @deprecated
16719
16398
  */
16720
16399
  vswitchId?: string;
16400
+ vswitchIds?: string[];
16721
16401
  /**
16722
16402
  * @remarks
16723
16403
  * 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.
@@ -18521,41 +18201,6 @@ export declare class DescribeUserQuotaResponseBodyEdgeImprovedNodepoolQuota exte
18521
18201
  [key: string]: any;
18522
18202
  });
18523
18203
  }
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
18204
  export declare class FixNodePoolVulsRequestRolloutPolicy extends $tea.Model {
18560
18205
  /**
18561
18206
  * @remarks
@@ -20981,28 +20626,6 @@ export default class Client extends OpenApi {
20981
20626
  * @returns CancelTaskResponse
20982
20627
  */
20983
20628
  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
20629
  /**
21007
20630
  * 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
20631
  *
@@ -21457,25 +21080,6 @@ export default class Client extends OpenApi {
21457
21080
  * @returns DeployPolicyInstanceResponse
21458
21081
  */
21459
21082
  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
21083
  /**
21480
21084
  * 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
21085
  *
@@ -22256,25 +21860,6 @@ export default class Client extends OpenApi {
22256
21860
  * @returns DescribeUserQuotaResponse
22257
21861
  */
22258
21862
  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
21863
  /**
22279
21864
  * You can call the EdgeClusterAddEdgeMachine operation to add a cloud-native box to a Container Service for Kubernetes (ACK) Edge cluster.
22280
21865
  *
@@ -22922,25 +22507,6 @@ export default class Client extends OpenApi {
22922
22507
  * @returns RemoveNodePoolNodesResponse
22923
22508
  */
22924
22509
  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
22510
  /**
22945
22511
  * Fixes issues on abnormal nodes in a node pool to ensure that the nodes can run as normal.
22946
22512
  *
@@ -23140,28 +22706,6 @@ export default class Client extends OpenApi {
23140
22706
  * @returns StartAlertResponse
23141
22707
  */
23142
22708
  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
22709
  /**
23166
22710
  * 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
22711
  *