@alicloud/sae20190506 1.23.1 → 1.23.3

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
@@ -977,6 +977,22 @@ export declare class PathConfig extends $tea.Model {
977
977
  [key: string]: any;
978
978
  });
979
979
  }
980
+ export declare class PermissionAssistantApi extends $tea.Model {
981
+ createTime?: string;
982
+ id?: number;
983
+ name?: string;
984
+ resourceType?: string;
985
+ updateTime?: string;
986
+ static names(): {
987
+ [key: string]: string;
988
+ };
989
+ static types(): {
990
+ [key: string]: any;
991
+ };
992
+ constructor(map?: {
993
+ [key: string]: any;
994
+ });
995
+ }
980
996
  export declare class PolicyItem extends $tea.Model {
981
997
  key?: string;
982
998
  operator?: string;
@@ -1181,6 +1197,21 @@ export declare class StaticsInfo extends $tea.Model {
1181
1197
  [key: string]: any;
1182
1198
  });
1183
1199
  }
1200
+ export declare class Submenu extends $tea.Model {
1201
+ items?: SubmenuItems[];
1202
+ submenuDesc?: string;
1203
+ submenuType?: string;
1204
+ submenus?: Submenu[];
1205
+ static names(): {
1206
+ [key: string]: string;
1207
+ };
1208
+ static types(): {
1209
+ [key: string]: any;
1210
+ };
1211
+ constructor(map?: {
1212
+ [key: string]: any;
1213
+ });
1214
+ }
1184
1215
  export declare class TLSConfig extends $tea.Model {
1185
1216
  cipherSuites?: string[];
1186
1217
  maxVersion?: string;
@@ -1712,6 +1743,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
1712
1743
  appSource?: string;
1713
1744
  associateEip?: boolean;
1714
1745
  autoConfig?: boolean;
1746
+ baseAppId?: string;
1715
1747
  command?: string;
1716
1748
  commandArgs?: string;
1717
1749
  configMapMountDesc?: string;
@@ -1730,6 +1762,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
1730
1762
  liveness?: string;
1731
1763
  memory?: number;
1732
1764
  microRegistration?: string;
1765
+ microRegistrationConfig?: string;
1733
1766
  mountDesc?: string;
1734
1767
  mountHost?: string;
1735
1768
  namespaceId?: string;
@@ -1755,6 +1788,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
1755
1788
  replicas?: number;
1756
1789
  saeVersion?: string;
1757
1790
  securityGroupId?: string;
1791
+ serviceTags?: string;
1758
1792
  slsConfigs?: string;
1759
1793
  terminationGracePeriodSeconds?: number;
1760
1794
  timezone?: string;
@@ -2671,6 +2705,7 @@ export declare class DeployApplicationRequest extends $tea.Model {
2671
2705
  liveness?: string;
2672
2706
  memory?: number;
2673
2707
  microRegistration?: string;
2708
+ microRegistrationConfig?: string;
2674
2709
  minReadyInstanceRatio?: number;
2675
2710
  minReadyInstances?: number;
2676
2711
  mountDesc?: string;
@@ -2695,6 +2730,7 @@ export declare class DeployApplicationRequest extends $tea.Model {
2695
2730
  readiness?: string;
2696
2731
  replicas?: number;
2697
2732
  securityGroupId?: string;
2733
+ serviceTags?: string;
2698
2734
  slsConfigs?: string;
2699
2735
  terminationGracePeriodSeconds?: number;
2700
2736
  timezone?: string;
@@ -2749,6 +2785,8 @@ export declare class DeployApplicationResponse extends $tea.Model {
2749
2785
  }
2750
2786
  export declare class DescribeAppServiceDetailRequest extends $tea.Model {
2751
2787
  appId?: string;
2788
+ nacosInstanceId?: string;
2789
+ nacosNamespaceId?: string;
2752
2790
  serviceGroup?: string;
2753
2791
  serviceName?: string;
2754
2792
  serviceType?: string;
@@ -6807,6 +6845,21 @@ export declare class SourceCodeAccountOrganizations extends $tea.Model {
6807
6845
  [key: string]: any;
6808
6846
  });
6809
6847
  }
6848
+ export declare class SubmenuItems extends $tea.Model {
6849
+ defaultSelected?: boolean;
6850
+ itemDesc?: string;
6851
+ itemType?: string;
6852
+ relatingItems?: string[];
6853
+ static names(): {
6854
+ [key: string]: string;
6855
+ };
6856
+ static types(): {
6857
+ [key: string]: any;
6858
+ };
6859
+ constructor(map?: {
6860
+ [key: string]: any;
6861
+ });
6862
+ }
6810
6863
  export declare class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
6811
6864
  changeOrderId?: string;
6812
6865
  static names(): {
@@ -7181,6 +7234,9 @@ export declare class DescribeAppServiceDetailResponseBodyData extends $tea.Model
7181
7234
  };
7182
7235
  methods?: DescribeAppServiceDetailResponseBodyDataMethods[];
7183
7236
  serviceName?: string;
7237
+ servicePorts?: number[];
7238
+ serviceProtocol?: string;
7239
+ serviceTags?: string[];
7184
7240
  serviceType?: string;
7185
7241
  springApplicationName?: string;
7186
7242
  version?: string;
@@ -7306,6 +7362,9 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
7306
7362
  regionId?: string;
7307
7363
  replicas?: number;
7308
7364
  securityGroupId?: string;
7365
+ serviceTags?: {
7366
+ [key: string]: string;
7367
+ };
7309
7368
  slsConfigs?: string;
7310
7369
  tags?: DescribeApplicationConfigResponseBodyDataTags[];
7311
7370
  terminationGracePeriodSeconds?: number;
@@ -8889,6 +8948,46 @@ export declare class ListAppVersionsResponseBodyData extends $tea.Model {
8889
8948
  [key: string]: any;
8890
8949
  });
8891
8950
  }
8951
+ export declare class ListApplicationsResponseBodyDataApplicationsChildrenTags extends $tea.Model {
8952
+ key?: string;
8953
+ value?: string;
8954
+ static names(): {
8955
+ [key: string]: string;
8956
+ };
8957
+ static types(): {
8958
+ [key: string]: any;
8959
+ };
8960
+ constructor(map?: {
8961
+ [key: string]: any;
8962
+ });
8963
+ }
8964
+ export declare class ListApplicationsResponseBodyDataApplicationsChildren extends $tea.Model {
8965
+ appDeletingStatus?: boolean;
8966
+ appDescription?: string;
8967
+ appId?: string;
8968
+ appName?: string;
8969
+ baseAppId?: string;
8970
+ cpu?: number;
8971
+ instances?: number;
8972
+ mem?: number;
8973
+ mseEnabled?: boolean;
8974
+ namespaceId?: string;
8975
+ programmingLanguage?: string;
8976
+ regionId?: string;
8977
+ runningInstances?: number;
8978
+ scaleRuleEnabled?: boolean;
8979
+ scaleRuleType?: string;
8980
+ tags?: ListApplicationsResponseBodyDataApplicationsChildrenTags[];
8981
+ static names(): {
8982
+ [key: string]: string;
8983
+ };
8984
+ static types(): {
8985
+ [key: string]: any;
8986
+ };
8987
+ constructor(map?: {
8988
+ [key: string]: any;
8989
+ });
8990
+ }
8892
8991
  export declare class ListApplicationsResponseBodyDataApplicationsTags extends $tea.Model {
8893
8992
  key?: string;
8894
8993
  value?: string;
@@ -8907,10 +9006,14 @@ export declare class ListApplicationsResponseBodyDataApplications extends $tea.M
8907
9006
  appDescription?: string;
8908
9007
  appId?: string;
8909
9008
  appName?: string;
9009
+ baseAppId?: string;
9010
+ children?: ListApplicationsResponseBodyDataApplicationsChildren[];
8910
9011
  cpu?: number;
8911
9012
  instances?: number;
8912
9013
  mem?: number;
9014
+ mseEnabled?: boolean;
8913
9015
  namespaceId?: string;
9016
+ programmingLanguage?: string;
8914
9017
  regionId?: string;
8915
9018
  runningInstances?: number;
8916
9019
  tags?: ListApplicationsResponseBodyDataApplicationsTags[];
@@ -9759,482 +9862,1718 @@ export default class Client extends OpenApi {
9759
9862
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
9760
9863
  [key: string]: string;
9761
9864
  }, endpoint: string): string;
9865
+ /**
9866
+ * @summary ba386059-69b1-4e65-b1e5-0682d9fa\\*\\*\\*\\*
9867
+ *
9868
+ * @param request AbortAndRollbackChangeOrderRequest
9869
+ * @param headers map
9870
+ * @param runtime runtime options for this request RuntimeOptions
9871
+ * @return AbortAndRollbackChangeOrderResponse
9872
+ */
9762
9873
  abortAndRollbackChangeOrderWithOptions(request: AbortAndRollbackChangeOrderRequest, headers: {
9763
9874
  [key: string]: string;
9764
9875
  }, runtime: $Util.RuntimeOptions): Promise<AbortAndRollbackChangeOrderResponse>;
9876
+ /**
9877
+ * @summary ba386059-69b1-4e65-b1e5-0682d9fa\\*\\*\\*\\*
9878
+ *
9879
+ * @param request AbortAndRollbackChangeOrderRequest
9880
+ * @return AbortAndRollbackChangeOrderResponse
9881
+ */
9765
9882
  abortAndRollbackChangeOrder(request: AbortAndRollbackChangeOrderRequest): Promise<AbortAndRollbackChangeOrderResponse>;
9883
+ /**
9884
+ * @param request AbortChangeOrderRequest
9885
+ * @param headers map
9886
+ * @param runtime runtime options for this request RuntimeOptions
9887
+ * @return AbortChangeOrderResponse
9888
+ */
9766
9889
  abortChangeOrderWithOptions(request: AbortChangeOrderRequest, headers: {
9767
9890
  [key: string]: string;
9768
9891
  }, runtime: $Util.RuntimeOptions): Promise<AbortChangeOrderResponse>;
9892
+ /**
9893
+ * @param request AbortChangeOrderRequest
9894
+ * @return AbortChangeOrderResponse
9895
+ */
9769
9896
  abortChangeOrder(request: AbortChangeOrderRequest): Promise<AbortChangeOrderResponse>;
9897
+ /**
9898
+ * @summary cn-shanghai
9899
+ *
9900
+ * @param request BatchStartApplicationsRequest
9901
+ * @param headers map
9902
+ * @param runtime runtime options for this request RuntimeOptions
9903
+ * @return BatchStartApplicationsResponse
9904
+ */
9770
9905
  batchStartApplicationsWithOptions(request: BatchStartApplicationsRequest, headers: {
9771
9906
  [key: string]: string;
9772
9907
  }, runtime: $Util.RuntimeOptions): Promise<BatchStartApplicationsResponse>;
9908
+ /**
9909
+ * @summary cn-shanghai
9910
+ *
9911
+ * @param request BatchStartApplicationsRequest
9912
+ * @return BatchStartApplicationsResponse
9913
+ */
9773
9914
  batchStartApplications(request: BatchStartApplicationsRequest): Promise<BatchStartApplicationsResponse>;
9915
+ /**
9916
+ * @param request BatchStopApplicationsRequest
9917
+ * @param headers map
9918
+ * @param runtime runtime options for this request RuntimeOptions
9919
+ * @return BatchStopApplicationsResponse
9920
+ */
9774
9921
  batchStopApplicationsWithOptions(request: BatchStopApplicationsRequest, headers: {
9775
9922
  [key: string]: string;
9776
9923
  }, runtime: $Util.RuntimeOptions): Promise<BatchStopApplicationsResponse>;
9924
+ /**
9925
+ * @param request BatchStopApplicationsRequest
9926
+ * @return BatchStopApplicationsResponse
9927
+ */
9777
9928
  batchStopApplications(request: BatchStopApplicationsRequest): Promise<BatchStopApplicationsResponse>;
9929
+ /**
9930
+ * @param request BindSlbRequest
9931
+ * @param headers map
9932
+ * @param runtime runtime options for this request RuntimeOptions
9933
+ * @return BindSlbResponse
9934
+ */
9778
9935
  bindSlbWithOptions(request: BindSlbRequest, headers: {
9779
9936
  [key: string]: string;
9780
9937
  }, runtime: $Util.RuntimeOptions): Promise<BindSlbResponse>;
9938
+ /**
9939
+ * @param request BindSlbRequest
9940
+ * @return BindSlbResponse
9941
+ */
9781
9942
  bindSlb(request: BindSlbRequest): Promise<BindSlbResponse>;
9943
+ /**
9944
+ * @param request ConfirmPipelineBatchRequest
9945
+ * @param headers map
9946
+ * @param runtime runtime options for this request RuntimeOptions
9947
+ * @return ConfirmPipelineBatchResponse
9948
+ */
9782
9949
  confirmPipelineBatchWithOptions(request: ConfirmPipelineBatchRequest, headers: {
9783
9950
  [key: string]: string;
9784
9951
  }, runtime: $Util.RuntimeOptions): Promise<ConfirmPipelineBatchResponse>;
9952
+ /**
9953
+ * @param request ConfirmPipelineBatchRequest
9954
+ * @return ConfirmPipelineBatchResponse
9955
+ */
9785
9956
  confirmPipelineBatch(request: ConfirmPipelineBatchRequest): Promise<ConfirmPipelineBatchResponse>;
9957
+ /**
9958
+ * @param request CreateApplicationRequest
9959
+ * @param headers map
9960
+ * @param runtime runtime options for this request RuntimeOptions
9961
+ * @return CreateApplicationResponse
9962
+ */
9786
9963
  createApplicationWithOptions(request: CreateApplicationRequest, headers: {
9787
9964
  [key: string]: string;
9788
9965
  }, runtime: $Util.RuntimeOptions): Promise<CreateApplicationResponse>;
9966
+ /**
9967
+ * @param request CreateApplicationRequest
9968
+ * @return CreateApplicationResponse
9969
+ */
9789
9970
  createApplication(request: CreateApplicationRequest): Promise<CreateApplicationResponse>;
9790
9971
  /**
9791
- * The HTTP status code. Take note of the following rules:
9792
- * * **2xx**: The call was successful.
9793
- * * **3xx**: The call was redirected.
9794
- * * **4xx**: The call failed.
9795
- * * **5xx**: A server error occurred.
9796
- *
9797
- * @param request CreateApplicationScalingRuleRequest
9798
- * @param headers map
9799
- * @param runtime runtime options for this request RuntimeOptions
9800
- * @return CreateApplicationScalingRuleResponse
9972
+ * @summary Null
9973
+ *
9974
+ * @description The HTTP status code. Take note of the following rules:
9975
+ * * **2xx**: The call was successful.
9976
+ * * **3xx**: The call was redirected.
9977
+ * * **4xx**: The call failed.
9978
+ * * **5xx**: A server error occurred.
9979
+ *
9980
+ * @param request CreateApplicationScalingRuleRequest
9981
+ * @param headers map
9982
+ * @param runtime runtime options for this request RuntimeOptions
9983
+ * @return CreateApplicationScalingRuleResponse
9801
9984
  */
9802
9985
  createApplicationScalingRuleWithOptions(request: CreateApplicationScalingRuleRequest, headers: {
9803
9986
  [key: string]: string;
9804
9987
  }, runtime: $Util.RuntimeOptions): Promise<CreateApplicationScalingRuleResponse>;
9805
9988
  /**
9806
- * The HTTP status code. Take note of the following rules:
9807
- * * **2xx**: The call was successful.
9808
- * * **3xx**: The call was redirected.
9809
- * * **4xx**: The call failed.
9810
- * * **5xx**: A server error occurred.
9811
- *
9812
- * @param request CreateApplicationScalingRuleRequest
9813
- * @return CreateApplicationScalingRuleResponse
9989
+ * @summary Null
9990
+ *
9991
+ * @description The HTTP status code. Take note of the following rules:
9992
+ * * **2xx**: The call was successful.
9993
+ * * **3xx**: The call was redirected.
9994
+ * * **4xx**: The call failed.
9995
+ * * **5xx**: A server error occurred.
9996
+ *
9997
+ * @param request CreateApplicationScalingRuleRequest
9998
+ * @return CreateApplicationScalingRuleResponse
9814
9999
  */
9815
10000
  createApplicationScalingRule(request: CreateApplicationScalingRuleRequest): Promise<CreateApplicationScalingRuleResponse>;
10001
+ /**
10002
+ * @summary name
10003
+ *
10004
+ * @param request CreateConfigMapRequest
10005
+ * @param headers map
10006
+ * @param runtime runtime options for this request RuntimeOptions
10007
+ * @return CreateConfigMapResponse
10008
+ */
9816
10009
  createConfigMapWithOptions(request: CreateConfigMapRequest, headers: {
9817
10010
  [key: string]: string;
9818
10011
  }, runtime: $Util.RuntimeOptions): Promise<CreateConfigMapResponse>;
10012
+ /**
10013
+ * @summary name
10014
+ *
10015
+ * @param request CreateConfigMapRequest
10016
+ * @return CreateConfigMapResponse
10017
+ */
9819
10018
  createConfigMap(request: CreateConfigMapRequest): Promise<CreateConfigMapResponse>;
9820
10019
  /**
9821
- * > You can configure only one canary release rule for each application.
9822
- *
9823
- * @param request CreateGreyTagRouteRequest
9824
- * @param headers map
9825
- * @param runtime runtime options for this request RuntimeOptions
9826
- * @return CreateGreyTagRouteResponse
10020
+ * @summary Creates a canary release rule for a Spring Cloud or Dubbo application.
10021
+ *
10022
+ * @description > You can configure only one canary release rule for each application.
10023
+ *
10024
+ * @param request CreateGreyTagRouteRequest
10025
+ * @param headers map
10026
+ * @param runtime runtime options for this request RuntimeOptions
10027
+ * @return CreateGreyTagRouteResponse
9827
10028
  */
9828
10029
  createGreyTagRouteWithOptions(request: CreateGreyTagRouteRequest, headers: {
9829
10030
  [key: string]: string;
9830
10031
  }, runtime: $Util.RuntimeOptions): Promise<CreateGreyTagRouteResponse>;
9831
10032
  /**
9832
- * > You can configure only one canary release rule for each application.
9833
- *
9834
- * @param request CreateGreyTagRouteRequest
9835
- * @return CreateGreyTagRouteResponse
10033
+ * @summary Creates a canary release rule for a Spring Cloud or Dubbo application.
10034
+ *
10035
+ * @description > You can configure only one canary release rule for each application.
10036
+ *
10037
+ * @param request CreateGreyTagRouteRequest
10038
+ * @return CreateGreyTagRouteResponse
9836
10039
  */
9837
10040
  createGreyTagRoute(request: CreateGreyTagRouteRequest): Promise<CreateGreyTagRouteResponse>;
10041
+ /**
10042
+ * @summary {"appId":"395b60e4-0550-458d-9c54-a265d036\\*\\*\\*\\*","containerPort":8080}
10043
+ *
10044
+ * @param request CreateIngressRequest
10045
+ * @param headers map
10046
+ * @param runtime runtime options for this request RuntimeOptions
10047
+ * @return CreateIngressResponse
10048
+ */
9838
10049
  createIngressWithOptions(request: CreateIngressRequest, headers: {
9839
10050
  [key: string]: string;
9840
10051
  }, runtime: $Util.RuntimeOptions): Promise<CreateIngressResponse>;
10052
+ /**
10053
+ * @summary {"appId":"395b60e4-0550-458d-9c54-a265d036\\*\\*\\*\\*","containerPort":8080}
10054
+ *
10055
+ * @param request CreateIngressRequest
10056
+ * @return CreateIngressResponse
10057
+ */
9841
10058
  createIngress(request: CreateIngressRequest): Promise<CreateIngressResponse>;
10059
+ /**
10060
+ * @summary Updates a job template.
10061
+ *
10062
+ * @param request CreateJobRequest
10063
+ * @param headers map
10064
+ * @param runtime runtime options for this request RuntimeOptions
10065
+ * @return CreateJobResponse
10066
+ */
9842
10067
  createJobWithOptions(request: CreateJobRequest, headers: {
9843
10068
  [key: string]: string;
9844
10069
  }, runtime: $Util.RuntimeOptions): Promise<CreateJobResponse>;
10070
+ /**
10071
+ * @summary Updates a job template.
10072
+ *
10073
+ * @param request CreateJobRequest
10074
+ * @return CreateJobResponse
10075
+ */
9845
10076
  createJob(request: CreateJobRequest): Promise<CreateJobResponse>;
10077
+ /**
10078
+ * @summary desc
10079
+ *
10080
+ * @param request CreateNamespaceRequest
10081
+ * @param headers map
10082
+ * @param runtime runtime options for this request RuntimeOptions
10083
+ * @return CreateNamespaceResponse
10084
+ */
9846
10085
  createNamespaceWithOptions(request: CreateNamespaceRequest, headers: {
9847
10086
  [key: string]: string;
9848
10087
  }, runtime: $Util.RuntimeOptions): Promise<CreateNamespaceResponse>;
10088
+ /**
10089
+ * @summary desc
10090
+ *
10091
+ * @param request CreateNamespaceRequest
10092
+ * @return CreateNamespaceResponse
10093
+ */
9849
10094
  createNamespace(request: CreateNamespaceRequest): Promise<CreateNamespaceResponse>;
10095
+ /**
10096
+ * @summary Null
10097
+ *
10098
+ * @param tmpReq CreateSecretRequest
10099
+ * @param headers map
10100
+ * @param runtime runtime options for this request RuntimeOptions
10101
+ * @return CreateSecretResponse
10102
+ */
9850
10103
  createSecretWithOptions(tmpReq: CreateSecretRequest, headers: {
9851
10104
  [key: string]: string;
9852
10105
  }, runtime: $Util.RuntimeOptions): Promise<CreateSecretResponse>;
10106
+ /**
10107
+ * @summary Null
10108
+ *
10109
+ * @param request CreateSecretRequest
10110
+ * @return CreateSecretResponse
10111
+ */
9853
10112
  createSecret(request: CreateSecretRequest): Promise<CreateSecretResponse>;
10113
+ /**
10114
+ * @param request DeleteApplicationRequest
10115
+ * @param headers map
10116
+ * @param runtime runtime options for this request RuntimeOptions
10117
+ * @return DeleteApplicationResponse
10118
+ */
9854
10119
  deleteApplicationWithOptions(request: DeleteApplicationRequest, headers: {
9855
10120
  [key: string]: string;
9856
10121
  }, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationResponse>;
10122
+ /**
10123
+ * @param request DeleteApplicationRequest
10124
+ * @return DeleteApplicationResponse
10125
+ */
9857
10126
  deleteApplication(request: DeleteApplicationRequest): Promise<DeleteApplicationResponse>;
10127
+ /**
10128
+ * @summary 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
10129
+ *
10130
+ * @param request DeleteApplicationScalingRuleRequest
10131
+ * @param headers map
10132
+ * @param runtime runtime options for this request RuntimeOptions
10133
+ * @return DeleteApplicationScalingRuleResponse
10134
+ */
9858
10135
  deleteApplicationScalingRuleWithOptions(request: DeleteApplicationScalingRuleRequest, headers: {
9859
10136
  [key: string]: string;
9860
10137
  }, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationScalingRuleResponse>;
10138
+ /**
10139
+ * @summary 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
10140
+ *
10141
+ * @param request DeleteApplicationScalingRuleRequest
10142
+ * @return DeleteApplicationScalingRuleResponse
10143
+ */
9861
10144
  deleteApplicationScalingRule(request: DeleteApplicationScalingRuleRequest): Promise<DeleteApplicationScalingRuleResponse>;
10145
+ /**
10146
+ * @param request DeleteConfigMapRequest
10147
+ * @param headers map
10148
+ * @param runtime runtime options for this request RuntimeOptions
10149
+ * @return DeleteConfigMapResponse
10150
+ */
9862
10151
  deleteConfigMapWithOptions(request: DeleteConfigMapRequest, headers: {
9863
10152
  [key: string]: string;
9864
10153
  }, runtime: $Util.RuntimeOptions): Promise<DeleteConfigMapResponse>;
10154
+ /**
10155
+ * @param request DeleteConfigMapRequest
10156
+ * @return DeleteConfigMapResponse
10157
+ */
9865
10158
  deleteConfigMap(request: DeleteConfigMapRequest): Promise<DeleteConfigMapResponse>;
10159
+ /**
10160
+ * @summary 1
10161
+ *
10162
+ * @param request DeleteGreyTagRouteRequest
10163
+ * @param headers map
10164
+ * @param runtime runtime options for this request RuntimeOptions
10165
+ * @return DeleteGreyTagRouteResponse
10166
+ */
9866
10167
  deleteGreyTagRouteWithOptions(request: DeleteGreyTagRouteRequest, headers: {
9867
10168
  [key: string]: string;
9868
10169
  }, runtime: $Util.RuntimeOptions): Promise<DeleteGreyTagRouteResponse>;
10170
+ /**
10171
+ * @summary 1
10172
+ *
10173
+ * @param request DeleteGreyTagRouteRequest
10174
+ * @return DeleteGreyTagRouteResponse
10175
+ */
9869
10176
  deleteGreyTagRoute(request: DeleteGreyTagRouteRequest): Promise<DeleteGreyTagRouteResponse>;
10177
+ /**
10178
+ * @summary Deletes a job.
10179
+ *
10180
+ * @param request DeleteHistoryJobRequest
10181
+ * @param headers map
10182
+ * @param runtime runtime options for this request RuntimeOptions
10183
+ * @return DeleteHistoryJobResponse
10184
+ */
9870
10185
  deleteHistoryJobWithOptions(request: DeleteHistoryJobRequest, headers: {
9871
10186
  [key: string]: string;
9872
10187
  }, runtime: $Util.RuntimeOptions): Promise<DeleteHistoryJobResponse>;
10188
+ /**
10189
+ * @summary Deletes a job.
10190
+ *
10191
+ * @param request DeleteHistoryJobRequest
10192
+ * @return DeleteHistoryJobResponse
10193
+ */
9873
10194
  deleteHistoryJob(request: DeleteHistoryJobRequest): Promise<DeleteHistoryJobResponse>;
10195
+ /**
10196
+ * @param request DeleteIngressRequest
10197
+ * @param headers map
10198
+ * @param runtime runtime options for this request RuntimeOptions
10199
+ * @return DeleteIngressResponse
10200
+ */
9874
10201
  deleteIngressWithOptions(request: DeleteIngressRequest, headers: {
9875
10202
  [key: string]: string;
9876
10203
  }, runtime: $Util.RuntimeOptions): Promise<DeleteIngressResponse>;
10204
+ /**
10205
+ * @param request DeleteIngressRequest
10206
+ * @return DeleteIngressResponse
10207
+ */
9877
10208
  deleteIngress(request: DeleteIngressRequest): Promise<DeleteIngressResponse>;
10209
+ /**
10210
+ * @summary Deletes a job template.
10211
+ *
10212
+ * @param request DeleteJobRequest
10213
+ * @param headers map
10214
+ * @param runtime runtime options for this request RuntimeOptions
10215
+ * @return DeleteJobResponse
10216
+ */
9878
10217
  deleteJobWithOptions(request: DeleteJobRequest, headers: {
9879
10218
  [key: string]: string;
9880
10219
  }, runtime: $Util.RuntimeOptions): Promise<DeleteJobResponse>;
10220
+ /**
10221
+ * @summary Deletes a job template.
10222
+ *
10223
+ * @param request DeleteJobRequest
10224
+ * @return DeleteJobResponse
10225
+ */
9881
10226
  deleteJob(request: DeleteJobRequest): Promise<DeleteJobResponse>;
10227
+ /**
10228
+ * @param request DeleteNamespaceRequest
10229
+ * @param headers map
10230
+ * @param runtime runtime options for this request RuntimeOptions
10231
+ * @return DeleteNamespaceResponse
10232
+ */
9882
10233
  deleteNamespaceWithOptions(request: DeleteNamespaceRequest, headers: {
9883
10234
  [key: string]: string;
9884
10235
  }, runtime: $Util.RuntimeOptions): Promise<DeleteNamespaceResponse>;
10236
+ /**
10237
+ * @param request DeleteNamespaceRequest
10238
+ * @return DeleteNamespaceResponse
10239
+ */
9885
10240
  deleteNamespace(request: DeleteNamespaceRequest): Promise<DeleteNamespaceResponse>;
10241
+ /**
10242
+ * @summary Deletes a Secret.
10243
+ *
10244
+ * @param request DeleteSecretRequest
10245
+ * @param headers map
10246
+ * @param runtime runtime options for this request RuntimeOptions
10247
+ * @return DeleteSecretResponse
10248
+ */
9886
10249
  deleteSecretWithOptions(request: DeleteSecretRequest, headers: {
9887
10250
  [key: string]: string;
9888
10251
  }, runtime: $Util.RuntimeOptions): Promise<DeleteSecretResponse>;
10252
+ /**
10253
+ * @summary Deletes a Secret.
10254
+ *
10255
+ * @param request DeleteSecretRequest
10256
+ * @return DeleteSecretResponse
10257
+ */
9889
10258
  deleteSecret(request: DeleteSecretRequest): Promise<DeleteSecretResponse>;
10259
+ /**
10260
+ * @summary Deploys an application.
10261
+ *
10262
+ * @param request DeployApplicationRequest
10263
+ * @param headers map
10264
+ * @param runtime runtime options for this request RuntimeOptions
10265
+ * @return DeployApplicationResponse
10266
+ */
9890
10267
  deployApplicationWithOptions(request: DeployApplicationRequest, headers: {
9891
10268
  [key: string]: string;
9892
10269
  }, runtime: $Util.RuntimeOptions): Promise<DeployApplicationResponse>;
10270
+ /**
10271
+ * @summary Deploys an application.
10272
+ *
10273
+ * @param request DeployApplicationRequest
10274
+ * @return DeployApplicationResponse
10275
+ */
9893
10276
  deployApplication(request: DeployApplicationRequest): Promise<DeployApplicationResponse>;
10277
+ /**
10278
+ * @summary Queries the metadata details of the service of an application.
10279
+ *
10280
+ * @param request DescribeAppServiceDetailRequest
10281
+ * @param headers map
10282
+ * @param runtime runtime options for this request RuntimeOptions
10283
+ * @return DescribeAppServiceDetailResponse
10284
+ */
9894
10285
  describeAppServiceDetailWithOptions(request: DescribeAppServiceDetailRequest, headers: {
9895
10286
  [key: string]: string;
9896
10287
  }, runtime: $Util.RuntimeOptions): Promise<DescribeAppServiceDetailResponse>;
10288
+ /**
10289
+ * @summary Queries the metadata details of the service of an application.
10290
+ *
10291
+ * @param request DescribeAppServiceDetailRequest
10292
+ * @return DescribeAppServiceDetailResponse
10293
+ */
9897
10294
  describeAppServiceDetail(request: DescribeAppServiceDetailRequest): Promise<DescribeAppServiceDetailResponse>;
10295
+ /**
10296
+ * @param request DescribeApplicationConfigRequest
10297
+ * @param headers map
10298
+ * @param runtime runtime options for this request RuntimeOptions
10299
+ * @return DescribeApplicationConfigResponse
10300
+ */
9898
10301
  describeApplicationConfigWithOptions(request: DescribeApplicationConfigRequest, headers: {
9899
10302
  [key: string]: string;
9900
10303
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationConfigResponse>;
10304
+ /**
10305
+ * @param request DescribeApplicationConfigRequest
10306
+ * @return DescribeApplicationConfigResponse
10307
+ */
9901
10308
  describeApplicationConfig(request: DescribeApplicationConfigRequest): Promise<DescribeApplicationConfigResponse>;
10309
+ /**
10310
+ * @param request DescribeApplicationGroupsRequest
10311
+ * @param headers map
10312
+ * @param runtime runtime options for this request RuntimeOptions
10313
+ * @return DescribeApplicationGroupsResponse
10314
+ */
9902
10315
  describeApplicationGroupsWithOptions(request: DescribeApplicationGroupsRequest, headers: {
9903
10316
  [key: string]: string;
9904
10317
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationGroupsResponse>;
10318
+ /**
10319
+ * @param request DescribeApplicationGroupsRequest
10320
+ * @return DescribeApplicationGroupsResponse
10321
+ */
9905
10322
  describeApplicationGroups(request: DescribeApplicationGroupsRequest): Promise<DescribeApplicationGroupsResponse>;
10323
+ /**
10324
+ * @param request DescribeApplicationImageRequest
10325
+ * @param headers map
10326
+ * @param runtime runtime options for this request RuntimeOptions
10327
+ * @return DescribeApplicationImageResponse
10328
+ */
9906
10329
  describeApplicationImageWithOptions(request: DescribeApplicationImageRequest, headers: {
9907
10330
  [key: string]: string;
9908
10331
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationImageResponse>;
10332
+ /**
10333
+ * @param request DescribeApplicationImageRequest
10334
+ * @return DescribeApplicationImageResponse
10335
+ */
9909
10336
  describeApplicationImage(request: DescribeApplicationImageRequest): Promise<DescribeApplicationImageResponse>;
10337
+ /**
10338
+ * @summary Queries application instances.
10339
+ *
10340
+ * @param request DescribeApplicationInstancesRequest
10341
+ * @param headers map
10342
+ * @param runtime runtime options for this request RuntimeOptions
10343
+ * @return DescribeApplicationInstancesResponse
10344
+ */
9910
10345
  describeApplicationInstancesWithOptions(request: DescribeApplicationInstancesRequest, headers: {
9911
10346
  [key: string]: string;
9912
10347
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationInstancesResponse>;
10348
+ /**
10349
+ * @summary Queries application instances.
10350
+ *
10351
+ * @param request DescribeApplicationInstancesRequest
10352
+ * @return DescribeApplicationInstancesResponse
10353
+ */
9913
10354
  describeApplicationInstances(request: DescribeApplicationInstancesRequest): Promise<DescribeApplicationInstancesResponse>;
10355
+ /**
10356
+ * @summary Queries a specified auto scaling policy of an application.
10357
+ *
10358
+ * @param request DescribeApplicationScalingRuleRequest
10359
+ * @param headers map
10360
+ * @param runtime runtime options for this request RuntimeOptions
10361
+ * @return DescribeApplicationScalingRuleResponse
10362
+ */
9914
10363
  describeApplicationScalingRuleWithOptions(request: DescribeApplicationScalingRuleRequest, headers: {
9915
10364
  [key: string]: string;
9916
10365
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationScalingRuleResponse>;
10366
+ /**
10367
+ * @summary Queries a specified auto scaling policy of an application.
10368
+ *
10369
+ * @param request DescribeApplicationScalingRuleRequest
10370
+ * @return DescribeApplicationScalingRuleResponse
10371
+ */
9917
10372
  describeApplicationScalingRule(request: DescribeApplicationScalingRuleRequest): Promise<DescribeApplicationScalingRuleResponse>;
10373
+ /**
10374
+ * @summary Queries the auto scaling policies of an application.
10375
+ *
10376
+ * @param request DescribeApplicationScalingRulesRequest
10377
+ * @param headers map
10378
+ * @param runtime runtime options for this request RuntimeOptions
10379
+ * @return DescribeApplicationScalingRulesResponse
10380
+ */
9918
10381
  describeApplicationScalingRulesWithOptions(request: DescribeApplicationScalingRulesRequest, headers: {
9919
10382
  [key: string]: string;
9920
10383
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationScalingRulesResponse>;
10384
+ /**
10385
+ * @summary Queries the auto scaling policies of an application.
10386
+ *
10387
+ * @param request DescribeApplicationScalingRulesRequest
10388
+ * @return DescribeApplicationScalingRulesResponse
10389
+ */
9921
10390
  describeApplicationScalingRules(request: DescribeApplicationScalingRulesRequest): Promise<DescribeApplicationScalingRulesResponse>;
10391
+ /**
10392
+ * @summary 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
10393
+ *
10394
+ * @param request DescribeApplicationSlbsRequest
10395
+ * @param headers map
10396
+ * @param runtime runtime options for this request RuntimeOptions
10397
+ * @return DescribeApplicationSlbsResponse
10398
+ */
9922
10399
  describeApplicationSlbsWithOptions(request: DescribeApplicationSlbsRequest, headers: {
9923
10400
  [key: string]: string;
9924
10401
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationSlbsResponse>;
10402
+ /**
10403
+ * @summary 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
10404
+ *
10405
+ * @param request DescribeApplicationSlbsRequest
10406
+ * @return DescribeApplicationSlbsResponse
10407
+ */
9925
10408
  describeApplicationSlbs(request: DescribeApplicationSlbsRequest): Promise<DescribeApplicationSlbsResponse>;
10409
+ /**
10410
+ * @param request DescribeApplicationStatusRequest
10411
+ * @param headers map
10412
+ * @param runtime runtime options for this request RuntimeOptions
10413
+ * @return DescribeApplicationStatusResponse
10414
+ */
9926
10415
  describeApplicationStatusWithOptions(request: DescribeApplicationStatusRequest, headers: {
9927
10416
  [key: string]: string;
9928
10417
  }, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationStatusResponse>;
10418
+ /**
10419
+ * @param request DescribeApplicationStatusRequest
10420
+ * @return DescribeApplicationStatusResponse
10421
+ */
9929
10422
  describeApplicationStatus(request: DescribeApplicationStatusRequest): Promise<DescribeApplicationStatusResponse>;
10423
+ /**
10424
+ * @param request DescribeChangeOrderRequest
10425
+ * @param headers map
10426
+ * @param runtime runtime options for this request RuntimeOptions
10427
+ * @return DescribeChangeOrderResponse
10428
+ */
9930
10429
  describeChangeOrderWithOptions(request: DescribeChangeOrderRequest, headers: {
9931
10430
  [key: string]: string;
9932
10431
  }, runtime: $Util.RuntimeOptions): Promise<DescribeChangeOrderResponse>;
10432
+ /**
10433
+ * @param request DescribeChangeOrderRequest
10434
+ * @return DescribeChangeOrderResponse
10435
+ */
9933
10436
  describeChangeOrder(request: DescribeChangeOrderRequest): Promise<DescribeChangeOrderResponse>;
10437
+ /**
10438
+ * @param request DescribeComponentsRequest
10439
+ * @param headers map
10440
+ * @param runtime runtime options for this request RuntimeOptions
10441
+ * @return DescribeComponentsResponse
10442
+ */
9934
10443
  describeComponentsWithOptions(request: DescribeComponentsRequest, headers: {
9935
10444
  [key: string]: string;
9936
10445
  }, runtime: $Util.RuntimeOptions): Promise<DescribeComponentsResponse>;
10446
+ /**
10447
+ * @param request DescribeComponentsRequest
10448
+ * @return DescribeComponentsResponse
10449
+ */
9937
10450
  describeComponents(request: DescribeComponentsRequest): Promise<DescribeComponentsResponse>;
10451
+ /**
10452
+ * @param request DescribeConfigMapRequest
10453
+ * @param headers map
10454
+ * @param runtime runtime options for this request RuntimeOptions
10455
+ * @return DescribeConfigMapResponse
10456
+ */
9938
10457
  describeConfigMapWithOptions(request: DescribeConfigMapRequest, headers: {
9939
10458
  [key: string]: string;
9940
10459
  }, runtime: $Util.RuntimeOptions): Promise<DescribeConfigMapResponse>;
10460
+ /**
10461
+ * @param request DescribeConfigMapRequest
10462
+ * @return DescribeConfigMapResponse
10463
+ */
9941
10464
  describeConfigMap(request: DescribeConfigMapRequest): Promise<DescribeConfigMapResponse>;
10465
+ /**
10466
+ * @param request DescribeConfigurationPriceRequest
10467
+ * @param headers map
10468
+ * @param runtime runtime options for this request RuntimeOptions
10469
+ * @return DescribeConfigurationPriceResponse
10470
+ */
9942
10471
  describeConfigurationPriceWithOptions(request: DescribeConfigurationPriceRequest, headers: {
9943
10472
  [key: string]: string;
9944
10473
  }, runtime: $Util.RuntimeOptions): Promise<DescribeConfigurationPriceResponse>;
10474
+ /**
10475
+ * @param request DescribeConfigurationPriceRequest
10476
+ * @return DescribeConfigurationPriceResponse
10477
+ */
9945
10478
  describeConfigurationPrice(request: DescribeConfigurationPriceRequest): Promise<DescribeConfigurationPriceResponse>;
10479
+ /**
10480
+ * @param headers map
10481
+ * @param runtime runtime options for this request RuntimeOptions
10482
+ * @return DescribeEdasContainersResponse
10483
+ */
9946
10484
  describeEdasContainersWithOptions(headers: {
9947
10485
  [key: string]: string;
9948
10486
  }, runtime: $Util.RuntimeOptions): Promise<DescribeEdasContainersResponse>;
10487
+ /**
10488
+ * @return DescribeEdasContainersResponse
10489
+ */
9949
10490
  describeEdasContainers(): Promise<DescribeEdasContainersResponse>;
10491
+ /**
10492
+ * @summary Queries the details of a canary release rule based on the specified rule ID.
10493
+ *
10494
+ * @param request DescribeGreyTagRouteRequest
10495
+ * @param headers map
10496
+ * @param runtime runtime options for this request RuntimeOptions
10497
+ * @return DescribeGreyTagRouteResponse
10498
+ */
9950
10499
  describeGreyTagRouteWithOptions(request: DescribeGreyTagRouteRequest, headers: {
9951
10500
  [key: string]: string;
9952
10501
  }, runtime: $Util.RuntimeOptions): Promise<DescribeGreyTagRouteResponse>;
10502
+ /**
10503
+ * @summary Queries the details of a canary release rule based on the specified rule ID.
10504
+ *
10505
+ * @param request DescribeGreyTagRouteRequest
10506
+ * @return DescribeGreyTagRouteResponse
10507
+ */
9953
10508
  describeGreyTagRoute(request: DescribeGreyTagRouteRequest): Promise<DescribeGreyTagRouteResponse>;
10509
+ /**
10510
+ * @param request DescribeIngressRequest
10511
+ * @param headers map
10512
+ * @param runtime runtime options for this request RuntimeOptions
10513
+ * @return DescribeIngressResponse
10514
+ */
9954
10515
  describeIngressWithOptions(request: DescribeIngressRequest, headers: {
9955
10516
  [key: string]: string;
9956
10517
  }, runtime: $Util.RuntimeOptions): Promise<DescribeIngressResponse>;
10518
+ /**
10519
+ * @param request DescribeIngressRequest
10520
+ * @return DescribeIngressResponse
10521
+ */
9957
10522
  describeIngress(request: DescribeIngressRequest): Promise<DescribeIngressResponse>;
10523
+ /**
10524
+ * @param request DescribeInstanceLogRequest
10525
+ * @param headers map
10526
+ * @param runtime runtime options for this request RuntimeOptions
10527
+ * @return DescribeInstanceLogResponse
10528
+ */
9958
10529
  describeInstanceLogWithOptions(request: DescribeInstanceLogRequest, headers: {
9959
10530
  [key: string]: string;
9960
10531
  }, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceLogResponse>;
10532
+ /**
10533
+ * @param request DescribeInstanceLogRequest
10534
+ * @return DescribeInstanceLogResponse
10535
+ */
9961
10536
  describeInstanceLog(request: DescribeInstanceLogRequest): Promise<DescribeInstanceLogResponse>;
10537
+ /**
10538
+ * @param headers map
10539
+ * @param runtime runtime options for this request RuntimeOptions
10540
+ * @return DescribeInstanceSpecificationsResponse
10541
+ */
9962
10542
  describeInstanceSpecificationsWithOptions(headers: {
9963
10543
  [key: string]: string;
9964
10544
  }, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecificationsResponse>;
10545
+ /**
10546
+ * @return DescribeInstanceSpecificationsResponse
10547
+ */
9965
10548
  describeInstanceSpecifications(): Promise<DescribeInstanceSpecificationsResponse>;
10549
+ /**
10550
+ * @summary Queries the configurations of a job template.
10551
+ *
10552
+ * @param request DescribeJobRequest
10553
+ * @param headers map
10554
+ * @param runtime runtime options for this request RuntimeOptions
10555
+ * @return DescribeJobResponse
10556
+ */
9966
10557
  describeJobWithOptions(request: DescribeJobRequest, headers: {
9967
10558
  [key: string]: string;
9968
10559
  }, runtime: $Util.RuntimeOptions): Promise<DescribeJobResponse>;
10560
+ /**
10561
+ * @summary Queries the configurations of a job template.
10562
+ *
10563
+ * @param request DescribeJobRequest
10564
+ * @return DescribeJobResponse
10565
+ */
9969
10566
  describeJob(request: DescribeJobRequest): Promise<DescribeJobResponse>;
10567
+ /**
10568
+ * @summary Query the information about jobs.
10569
+ *
10570
+ * @param request DescribeJobHistoryRequest
10571
+ * @param headers map
10572
+ * @param runtime runtime options for this request RuntimeOptions
10573
+ * @return DescribeJobHistoryResponse
10574
+ */
9970
10575
  describeJobHistoryWithOptions(request: DescribeJobHistoryRequest, headers: {
9971
10576
  [key: string]: string;
9972
10577
  }, runtime: $Util.RuntimeOptions): Promise<DescribeJobHistoryResponse>;
10578
+ /**
10579
+ * @summary Query the information about jobs.
10580
+ *
10581
+ * @param request DescribeJobHistoryRequest
10582
+ * @return DescribeJobHistoryResponse
10583
+ */
9973
10584
  describeJobHistory(request: DescribeJobHistoryRequest): Promise<DescribeJobHistoryResponse>;
10585
+ /**
10586
+ * @summary Queries the status of a job.
10587
+ *
10588
+ * @param request DescribeJobStatusRequest
10589
+ * @param headers map
10590
+ * @param runtime runtime options for this request RuntimeOptions
10591
+ * @return DescribeJobStatusResponse
10592
+ */
9974
10593
  describeJobStatusWithOptions(request: DescribeJobStatusRequest, headers: {
9975
10594
  [key: string]: string;
9976
10595
  }, runtime: $Util.RuntimeOptions): Promise<DescribeJobStatusResponse>;
10596
+ /**
10597
+ * @summary Queries the status of a job.
10598
+ *
10599
+ * @param request DescribeJobStatusRequest
10600
+ * @return DescribeJobStatusResponse
10601
+ */
9977
10602
  describeJobStatus(request: DescribeJobStatusRequest): Promise<DescribeJobStatusResponse>;
10603
+ /**
10604
+ * @summary Queries the details of a namespace.
10605
+ *
10606
+ * @param request DescribeNamespaceRequest
10607
+ * @param headers map
10608
+ * @param runtime runtime options for this request RuntimeOptions
10609
+ * @return DescribeNamespaceResponse
10610
+ */
9978
10611
  describeNamespaceWithOptions(request: DescribeNamespaceRequest, headers: {
9979
10612
  [key: string]: string;
9980
10613
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNamespaceResponse>;
10614
+ /**
10615
+ * @summary Queries the details of a namespace.
10616
+ *
10617
+ * @param request DescribeNamespaceRequest
10618
+ * @return DescribeNamespaceResponse
10619
+ */
9981
10620
  describeNamespace(request: DescribeNamespaceRequest): Promise<DescribeNamespaceResponse>;
10621
+ /**
10622
+ * @param request DescribeNamespaceListRequest
10623
+ * @param headers map
10624
+ * @param runtime runtime options for this request RuntimeOptions
10625
+ * @return DescribeNamespaceListResponse
10626
+ */
9982
10627
  describeNamespaceListWithOptions(request: DescribeNamespaceListRequest, headers: {
9983
10628
  [key: string]: string;
9984
10629
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNamespaceListResponse>;
10630
+ /**
10631
+ * @param request DescribeNamespaceListRequest
10632
+ * @return DescribeNamespaceListResponse
10633
+ */
9985
10634
  describeNamespaceList(request: DescribeNamespaceListRequest): Promise<DescribeNamespaceListResponse>;
10635
+ /**
10636
+ * @param request DescribeNamespaceResourcesRequest
10637
+ * @param headers map
10638
+ * @param runtime runtime options for this request RuntimeOptions
10639
+ * @return DescribeNamespaceResourcesResponse
10640
+ */
9986
10641
  describeNamespaceResourcesWithOptions(request: DescribeNamespaceResourcesRequest, headers: {
9987
10642
  [key: string]: string;
9988
10643
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNamespaceResourcesResponse>;
10644
+ /**
10645
+ * @param request DescribeNamespaceResourcesRequest
10646
+ * @return DescribeNamespaceResourcesResponse
10647
+ */
9989
10648
  describeNamespaceResources(request: DescribeNamespaceResourcesRequest): Promise<DescribeNamespaceResourcesResponse>;
10649
+ /**
10650
+ * @summary Queries the details of namespaces.
10651
+ *
10652
+ * @param request DescribeNamespacesRequest
10653
+ * @param headers map
10654
+ * @param runtime runtime options for this request RuntimeOptions
10655
+ * @return DescribeNamespacesResponse
10656
+ */
9990
10657
  describeNamespacesWithOptions(request: DescribeNamespacesRequest, headers: {
9991
10658
  [key: string]: string;
9992
10659
  }, runtime: $Util.RuntimeOptions): Promise<DescribeNamespacesResponse>;
10660
+ /**
10661
+ * @summary Queries the details of namespaces.
10662
+ *
10663
+ * @param request DescribeNamespacesRequest
10664
+ * @return DescribeNamespacesResponse
10665
+ */
9993
10666
  describeNamespaces(request: DescribeNamespacesRequest): Promise<DescribeNamespacesResponse>;
10667
+ /**
10668
+ * @summary Queries the information of a batch.
10669
+ *
10670
+ * @param request DescribePipelineRequest
10671
+ * @param headers map
10672
+ * @param runtime runtime options for this request RuntimeOptions
10673
+ * @return DescribePipelineResponse
10674
+ */
9994
10675
  describePipelineWithOptions(request: DescribePipelineRequest, headers: {
9995
10676
  [key: string]: string;
9996
10677
  }, runtime: $Util.RuntimeOptions): Promise<DescribePipelineResponse>;
10678
+ /**
10679
+ * @summary Queries the information of a batch.
10680
+ *
10681
+ * @param request DescribePipelineRequest
10682
+ * @return DescribePipelineResponse
10683
+ */
9997
10684
  describePipeline(request: DescribePipelineRequest): Promise<DescribePipelineResponse>;
10685
+ /**
10686
+ * @summary Queries available regions.
10687
+ *
10688
+ * @param headers map
10689
+ * @param runtime runtime options for this request RuntimeOptions
10690
+ * @return DescribeRegionsResponse
10691
+ */
9998
10692
  describeRegionsWithOptions(headers: {
9999
10693
  [key: string]: string;
10000
10694
  }, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
10695
+ /**
10696
+ * @summary Queries available regions.
10697
+ *
10698
+ * @return DescribeRegionsResponse
10699
+ */
10001
10700
  describeRegions(): Promise<DescribeRegionsResponse>;
10701
+ /**
10702
+ * @summary Queries the details of a Secret instance.
10703
+ *
10704
+ * @param request DescribeSecretRequest
10705
+ * @param headers map
10706
+ * @param runtime runtime options for this request RuntimeOptions
10707
+ * @return DescribeSecretResponse
10708
+ */
10002
10709
  describeSecretWithOptions(request: DescribeSecretRequest, headers: {
10003
10710
  [key: string]: string;
10004
10711
  }, runtime: $Util.RuntimeOptions): Promise<DescribeSecretResponse>;
10712
+ /**
10713
+ * @summary Queries the details of a Secret instance.
10714
+ *
10715
+ * @param request DescribeSecretRequest
10716
+ * @return DescribeSecretResponse
10717
+ */
10005
10718
  describeSecret(request: DescribeSecretRequest): Promise<DescribeSecretResponse>;
10719
+ /**
10720
+ * @param request DisableApplicationScalingRuleRequest
10721
+ * @param headers map
10722
+ * @param runtime runtime options for this request RuntimeOptions
10723
+ * @return DisableApplicationScalingRuleResponse
10724
+ */
10006
10725
  disableApplicationScalingRuleWithOptions(request: DisableApplicationScalingRuleRequest, headers: {
10007
10726
  [key: string]: string;
10008
10727
  }, runtime: $Util.RuntimeOptions): Promise<DisableApplicationScalingRuleResponse>;
10728
+ /**
10729
+ * @param request DisableApplicationScalingRuleRequest
10730
+ * @return DisableApplicationScalingRuleResponse
10731
+ */
10009
10732
  disableApplicationScalingRule(request: DisableApplicationScalingRuleRequest): Promise<DisableApplicationScalingRuleResponse>;
10733
+ /**
10734
+ * @summary Enables an auto scaling policy for an application.
10735
+ *
10736
+ * @param request EnableApplicationScalingRuleRequest
10737
+ * @param headers map
10738
+ * @param runtime runtime options for this request RuntimeOptions
10739
+ * @return EnableApplicationScalingRuleResponse
10740
+ */
10010
10741
  enableApplicationScalingRuleWithOptions(request: EnableApplicationScalingRuleRequest, headers: {
10011
10742
  [key: string]: string;
10012
10743
  }, runtime: $Util.RuntimeOptions): Promise<EnableApplicationScalingRuleResponse>;
10744
+ /**
10745
+ * @summary Enables an auto scaling policy for an application.
10746
+ *
10747
+ * @param request EnableApplicationScalingRuleRequest
10748
+ * @return EnableApplicationScalingRuleResponse
10749
+ */
10013
10750
  enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse>;
10751
+ /**
10752
+ * @param request ExecJobRequest
10753
+ * @param headers map
10754
+ * @param runtime runtime options for this request RuntimeOptions
10755
+ * @return ExecJobResponse
10756
+ */
10014
10757
  execJobWithOptions(request: ExecJobRequest, headers: {
10015
10758
  [key: string]: string;
10016
10759
  }, runtime: $Util.RuntimeOptions): Promise<ExecJobResponse>;
10760
+ /**
10761
+ * @param request ExecJobRequest
10762
+ * @return ExecJobResponse
10763
+ */
10017
10764
  execJob(request: ExecJobRequest): Promise<ExecJobResponse>;
10765
+ /**
10766
+ * @summary Queries the top N applications in Application Monitoring.
10767
+ *
10768
+ * @param request GetArmsTopNMetricRequest
10769
+ * @param headers map
10770
+ * @param runtime runtime options for this request RuntimeOptions
10771
+ * @return GetArmsTopNMetricResponse
10772
+ */
10018
10773
  getArmsTopNMetricWithOptions(request: GetArmsTopNMetricRequest, headers: {
10019
10774
  [key: string]: string;
10020
10775
  }, runtime: $Util.RuntimeOptions): Promise<GetArmsTopNMetricResponse>;
10776
+ /**
10777
+ * @summary Queries the top N applications in Application Monitoring.
10778
+ *
10779
+ * @param request GetArmsTopNMetricRequest
10780
+ * @return GetArmsTopNMetricResponse
10781
+ */
10021
10782
  getArmsTopNMetric(request: GetArmsTopNMetricRequest): Promise<GetArmsTopNMetricResponse>;
10783
+ /**
10784
+ * @summary Queries the top N applications in which abnormal instances exist. The applications are sorted by the total number of abnormal instances.
10785
+ *
10786
+ * @param request GetAvailabilityMetricRequest
10787
+ * @param headers map
10788
+ * @param runtime runtime options for this request RuntimeOptions
10789
+ * @return GetAvailabilityMetricResponse
10790
+ */
10022
10791
  getAvailabilityMetricWithOptions(request: GetAvailabilityMetricRequest, headers: {
10023
10792
  [key: string]: string;
10024
10793
  }, runtime: $Util.RuntimeOptions): Promise<GetAvailabilityMetricResponse>;
10794
+ /**
10795
+ * @summary Queries the top N applications in which abnormal instances exist. The applications are sorted by the total number of abnormal instances.
10796
+ *
10797
+ * @param request GetAvailabilityMetricRequest
10798
+ * @return GetAvailabilityMetricResponse
10799
+ */
10025
10800
  getAvailabilityMetric(request: GetAvailabilityMetricRequest): Promise<GetAvailabilityMetricResponse>;
10801
+ /**
10802
+ * @summary Queries top N applications in abnormal change orders.
10803
+ *
10804
+ * @param request GetChangeOrderMetricRequest
10805
+ * @param headers map
10806
+ * @param runtime runtime options for this request RuntimeOptions
10807
+ * @return GetChangeOrderMetricResponse
10808
+ */
10026
10809
  getChangeOrderMetricWithOptions(request: GetChangeOrderMetricRequest, headers: {
10027
10810
  [key: string]: string;
10028
10811
  }, runtime: $Util.RuntimeOptions): Promise<GetChangeOrderMetricResponse>;
10812
+ /**
10813
+ * @summary Queries top N applications in abnormal change orders.
10814
+ *
10815
+ * @param request GetChangeOrderMetricRequest
10816
+ * @return GetChangeOrderMetricResponse
10817
+ */
10029
10818
  getChangeOrderMetric(request: GetChangeOrderMetricRequest): Promise<GetChangeOrderMetricResponse>;
10819
+ /**
10820
+ * @summary Queries the top N applications in which auto scaling takes effect.
10821
+ *
10822
+ * @param request GetScaleAppMetricRequest
10823
+ * @param headers map
10824
+ * @param runtime runtime options for this request RuntimeOptions
10825
+ * @return GetScaleAppMetricResponse
10826
+ */
10030
10827
  getScaleAppMetricWithOptions(request: GetScaleAppMetricRequest, headers: {
10031
10828
  [key: string]: string;
10032
10829
  }, runtime: $Util.RuntimeOptions): Promise<GetScaleAppMetricResponse>;
10830
+ /**
10831
+ * @summary Queries the top N applications in which auto scaling takes effect.
10832
+ *
10833
+ * @param request GetScaleAppMetricRequest
10834
+ * @return GetScaleAppMetricResponse
10835
+ */
10033
10836
  getScaleAppMetric(request: GetScaleAppMetricRequest): Promise<GetScaleAppMetricResponse>;
10837
+ /**
10838
+ * @summary Queries the top N applications in which Warning events occur.
10839
+ *
10840
+ * @param request GetWarningEventMetricRequest
10841
+ * @param headers map
10842
+ * @param runtime runtime options for this request RuntimeOptions
10843
+ * @return GetWarningEventMetricResponse
10844
+ */
10034
10845
  getWarningEventMetricWithOptions(request: GetWarningEventMetricRequest, headers: {
10035
10846
  [key: string]: string;
10036
10847
  }, runtime: $Util.RuntimeOptions): Promise<GetWarningEventMetricResponse>;
10848
+ /**
10849
+ * @summary Queries the top N applications in which Warning events occur.
10850
+ *
10851
+ * @param request GetWarningEventMetricRequest
10852
+ * @return GetWarningEventMetricResponse
10853
+ */
10037
10854
  getWarningEventMetric(request: GetWarningEventMetricRequest): Promise<GetWarningEventMetricResponse>;
10855
+ /**
10856
+ * @summary Queries the events that occurred in an application.
10857
+ *
10858
+ * @param request ListAppEventsRequest
10859
+ * @param headers map
10860
+ * @param runtime runtime options for this request RuntimeOptions
10861
+ * @return ListAppEventsResponse
10862
+ */
10038
10863
  listAppEventsWithOptions(request: ListAppEventsRequest, headers: {
10039
10864
  [key: string]: string;
10040
10865
  }, runtime: $Util.RuntimeOptions): Promise<ListAppEventsResponse>;
10866
+ /**
10867
+ * @summary Queries the events that occurred in an application.
10868
+ *
10869
+ * @param request ListAppEventsRequest
10870
+ * @return ListAppEventsResponse
10871
+ */
10041
10872
  listAppEvents(request: ListAppEventsRequest): Promise<ListAppEventsResponse>;
10873
+ /**
10874
+ * @summary 6dcc8c9e-d3da-478a-a066-86dcf820\\*\\*\\*\\*
10875
+ *
10876
+ * @param request ListAppServicesPageRequest
10877
+ * @param headers map
10878
+ * @param runtime runtime options for this request RuntimeOptions
10879
+ * @return ListAppServicesPageResponse
10880
+ */
10042
10881
  listAppServicesPageWithOptions(request: ListAppServicesPageRequest, headers: {
10043
10882
  [key: string]: string;
10044
10883
  }, runtime: $Util.RuntimeOptions): Promise<ListAppServicesPageResponse>;
10884
+ /**
10885
+ * @summary 6dcc8c9e-d3da-478a-a066-86dcf820\\*\\*\\*\\*
10886
+ *
10887
+ * @param request ListAppServicesPageRequest
10888
+ * @return ListAppServicesPageResponse
10889
+ */
10045
10890
  listAppServicesPage(request: ListAppServicesPageRequest): Promise<ListAppServicesPageResponse>;
10891
+ /**
10892
+ * @summary 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
10893
+ *
10894
+ * @param request ListAppVersionsRequest
10895
+ * @param headers map
10896
+ * @param runtime runtime options for this request RuntimeOptions
10897
+ * @return ListAppVersionsResponse
10898
+ */
10046
10899
  listAppVersionsWithOptions(request: ListAppVersionsRequest, headers: {
10047
10900
  [key: string]: string;
10048
10901
  }, runtime: $Util.RuntimeOptions): Promise<ListAppVersionsResponse>;
10902
+ /**
10903
+ * @summary 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
10904
+ *
10905
+ * @param request ListAppVersionsRequest
10906
+ * @return ListAppVersionsResponse
10907
+ */
10049
10908
  listAppVersions(request: ListAppVersionsRequest): Promise<ListAppVersionsResponse>;
10909
+ /**
10910
+ * @summary The ID of the namespace.
10911
+ *
10912
+ * @param request ListApplicationsRequest
10913
+ * @param headers map
10914
+ * @param runtime runtime options for this request RuntimeOptions
10915
+ * @return ListApplicationsResponse
10916
+ */
10050
10917
  listApplicationsWithOptions(request: ListApplicationsRequest, headers: {
10051
10918
  [key: string]: string;
10052
10919
  }, runtime: $Util.RuntimeOptions): Promise<ListApplicationsResponse>;
10920
+ /**
10921
+ * @summary The ID of the namespace.
10922
+ *
10923
+ * @param request ListApplicationsRequest
10924
+ * @return ListApplicationsResponse
10925
+ */
10053
10926
  listApplications(request: ListApplicationsRequest): Promise<ListApplicationsResponse>;
10927
+ /**
10928
+ * @param request ListChangeOrdersRequest
10929
+ * @param headers map
10930
+ * @param runtime runtime options for this request RuntimeOptions
10931
+ * @return ListChangeOrdersResponse
10932
+ */
10054
10933
  listChangeOrdersWithOptions(request: ListChangeOrdersRequest, headers: {
10055
10934
  [key: string]: string;
10056
10935
  }, runtime: $Util.RuntimeOptions): Promise<ListChangeOrdersResponse>;
10936
+ /**
10937
+ * @param request ListChangeOrdersRequest
10938
+ * @return ListChangeOrdersResponse
10939
+ */
10057
10940
  listChangeOrders(request: ListChangeOrdersRequest): Promise<ListChangeOrdersResponse>;
10941
+ /**
10942
+ * @summary b2a8a925-477a-4ed7-b825-d5e22500\\*\\*\\*\\*
10943
+ *
10944
+ * @param request ListConsumedServicesRequest
10945
+ * @param headers map
10946
+ * @param runtime runtime options for this request RuntimeOptions
10947
+ * @return ListConsumedServicesResponse
10948
+ */
10058
10949
  listConsumedServicesWithOptions(request: ListConsumedServicesRequest, headers: {
10059
10950
  [key: string]: string;
10060
10951
  }, runtime: $Util.RuntimeOptions): Promise<ListConsumedServicesResponse>;
10952
+ /**
10953
+ * @summary b2a8a925-477a-4ed7-b825-d5e22500\\*\\*\\*\\*
10954
+ *
10955
+ * @param request ListConsumedServicesRequest
10956
+ * @return ListConsumedServicesResponse
10957
+ */
10061
10958
  listConsumedServices(request: ListConsumedServicesRequest): Promise<ListConsumedServicesResponse>;
10062
10959
  /**
10063
- * > You can configure only one canary release rule for each application.
10064
- *
10065
- * @param request ListGreyTagRouteRequest
10066
- * @param headers map
10067
- * @param runtime runtime options for this request RuntimeOptions
10068
- * @return ListGreyTagRouteResponse
10960
+ * @summary Queries the details of a canary release rule based on an application ID.
10961
+ *
10962
+ * @description > You can configure only one canary release rule for each application.
10963
+ *
10964
+ * @param request ListGreyTagRouteRequest
10965
+ * @param headers map
10966
+ * @param runtime runtime options for this request RuntimeOptions
10967
+ * @return ListGreyTagRouteResponse
10069
10968
  */
10070
10969
  listGreyTagRouteWithOptions(request: ListGreyTagRouteRequest, headers: {
10071
10970
  [key: string]: string;
10072
10971
  }, runtime: $Util.RuntimeOptions): Promise<ListGreyTagRouteResponse>;
10073
10972
  /**
10074
- * > You can configure only one canary release rule for each application.
10075
- *
10076
- * @param request ListGreyTagRouteRequest
10077
- * @return ListGreyTagRouteResponse
10973
+ * @summary Queries the details of a canary release rule based on an application ID.
10974
+ *
10975
+ * @description > You can configure only one canary release rule for each application.
10976
+ *
10977
+ * @param request ListGreyTagRouteRequest
10978
+ * @return ListGreyTagRouteResponse
10078
10979
  */
10079
10980
  listGreyTagRoute(request: ListGreyTagRouteRequest): Promise<ListGreyTagRouteResponse>;
10981
+ /**
10982
+ * @summary The returned message.
10983
+ * * **success** is returned when the request succeeds.
10984
+ * * An error code is returned when the request fails.
10985
+ *
10986
+ * @param request ListIngressesRequest
10987
+ * @param headers map
10988
+ * @param runtime runtime options for this request RuntimeOptions
10989
+ * @return ListIngressesResponse
10990
+ */
10080
10991
  listIngressesWithOptions(request: ListIngressesRequest, headers: {
10081
10992
  [key: string]: string;
10082
10993
  }, runtime: $Util.RuntimeOptions): Promise<ListIngressesResponse>;
10994
+ /**
10995
+ * @summary The returned message.
10996
+ * * **success** is returned when the request succeeds.
10997
+ * * An error code is returned when the request fails.
10998
+ *
10999
+ * @param request ListIngressesRequest
11000
+ * @return ListIngressesResponse
11001
+ */
10083
11002
  listIngresses(request: ListIngressesRequest): Promise<ListIngressesResponse>;
11003
+ /**
11004
+ * @summary Queries the information about job templates.
11005
+ *
11006
+ * @param request ListJobsRequest
11007
+ * @param headers map
11008
+ * @param runtime runtime options for this request RuntimeOptions
11009
+ * @return ListJobsResponse
11010
+ */
10084
11011
  listJobsWithOptions(request: ListJobsRequest, headers: {
10085
11012
  [key: string]: string;
10086
11013
  }, runtime: $Util.RuntimeOptions): Promise<ListJobsResponse>;
11014
+ /**
11015
+ * @summary Queries the information about job templates.
11016
+ *
11017
+ * @param request ListJobsRequest
11018
+ * @return ListJobsResponse
11019
+ */
10087
11020
  listJobs(request: ListJobsRequest): Promise<ListJobsResponse>;
11021
+ /**
11022
+ * @summary 56f77b65-788d-442a-9885-7f20d91f\\*\\*\\*\\*
11023
+ *
11024
+ * @param request ListLogConfigsRequest
11025
+ * @param headers map
11026
+ * @param runtime runtime options for this request RuntimeOptions
11027
+ * @return ListLogConfigsResponse
11028
+ */
10088
11029
  listLogConfigsWithOptions(request: ListLogConfigsRequest, headers: {
10089
11030
  [key: string]: string;
10090
11031
  }, runtime: $Util.RuntimeOptions): Promise<ListLogConfigsResponse>;
11032
+ /**
11033
+ * @summary 56f77b65-788d-442a-9885-7f20d91f\\*\\*\\*\\*
11034
+ *
11035
+ * @param request ListLogConfigsRequest
11036
+ * @return ListLogConfigsResponse
11037
+ */
10091
11038
  listLogConfigs(request: ListLogConfigsRequest): Promise<ListLogConfigsResponse>;
11039
+ /**
11040
+ * @param request ListNamespaceChangeOrdersRequest
11041
+ * @param headers map
11042
+ * @param runtime runtime options for this request RuntimeOptions
11043
+ * @return ListNamespaceChangeOrdersResponse
11044
+ */
10092
11045
  listNamespaceChangeOrdersWithOptions(request: ListNamespaceChangeOrdersRequest, headers: {
10093
11046
  [key: string]: string;
10094
11047
  }, runtime: $Util.RuntimeOptions): Promise<ListNamespaceChangeOrdersResponse>;
11048
+ /**
11049
+ * @param request ListNamespaceChangeOrdersRequest
11050
+ * @return ListNamespaceChangeOrdersResponse
11051
+ */
10095
11052
  listNamespaceChangeOrders(request: ListNamespaceChangeOrdersRequest): Promise<ListNamespaceChangeOrdersResponse>;
11053
+ /**
11054
+ * @summary Queries the ConfigMap instances in a namespace.
11055
+ *
11056
+ * @param request ListNamespacedConfigMapsRequest
11057
+ * @param headers map
11058
+ * @param runtime runtime options for this request RuntimeOptions
11059
+ * @return ListNamespacedConfigMapsResponse
11060
+ */
10096
11061
  listNamespacedConfigMapsWithOptions(request: ListNamespacedConfigMapsRequest, headers: {
10097
11062
  [key: string]: string;
10098
11063
  }, runtime: $Util.RuntimeOptions): Promise<ListNamespacedConfigMapsResponse>;
11064
+ /**
11065
+ * @summary Queries the ConfigMap instances in a namespace.
11066
+ *
11067
+ * @param request ListNamespacedConfigMapsRequest
11068
+ * @return ListNamespacedConfigMapsResponse
11069
+ */
10099
11070
  listNamespacedConfigMaps(request: ListNamespacedConfigMapsRequest): Promise<ListNamespacedConfigMapsResponse>;
11071
+ /**
11072
+ * @summary b2a8a925-477a-4ed7-b825-d5e22500\\*\\*\\*\\*
11073
+ *
11074
+ * @param request ListPublishedServicesRequest
11075
+ * @param headers map
11076
+ * @param runtime runtime options for this request RuntimeOptions
11077
+ * @return ListPublishedServicesResponse
11078
+ */
10100
11079
  listPublishedServicesWithOptions(request: ListPublishedServicesRequest, headers: {
10101
11080
  [key: string]: string;
10102
11081
  }, runtime: $Util.RuntimeOptions): Promise<ListPublishedServicesResponse>;
11082
+ /**
11083
+ * @summary b2a8a925-477a-4ed7-b825-d5e22500\\*\\*\\*\\*
11084
+ *
11085
+ * @param request ListPublishedServicesRequest
11086
+ * @return ListPublishedServicesResponse
11087
+ */
10103
11088
  listPublishedServices(request: ListPublishedServicesRequest): Promise<ListPublishedServicesResponse>;
11089
+ /**
11090
+ * @summary Queries the information about Secrets in a namespace.
11091
+ *
11092
+ * @param request ListSecretsRequest
11093
+ * @param headers map
11094
+ * @param runtime runtime options for this request RuntimeOptions
11095
+ * @return ListSecretsResponse
11096
+ */
10104
11097
  listSecretsWithOptions(request: ListSecretsRequest, headers: {
10105
11098
  [key: string]: string;
10106
11099
  }, runtime: $Util.RuntimeOptions): Promise<ListSecretsResponse>;
11100
+ /**
11101
+ * @summary Queries the information about Secrets in a namespace.
11102
+ *
11103
+ * @param request ListSecretsRequest
11104
+ * @return ListSecretsResponse
11105
+ */
10107
11106
  listSecrets(request: ListSecretsRequest): Promise<ListSecretsResponse>;
11107
+ /**
11108
+ * @summary Queries the mapping relationships between applications and tags.
11109
+ *
11110
+ * @param request ListTagResourcesRequest
11111
+ * @param headers map
11112
+ * @param runtime runtime options for this request RuntimeOptions
11113
+ * @return ListTagResourcesResponse
11114
+ */
10108
11115
  listTagResourcesWithOptions(request: ListTagResourcesRequest, headers: {
10109
11116
  [key: string]: string;
10110
11117
  }, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
11118
+ /**
11119
+ * @summary Queries the mapping relationships between applications and tags.
11120
+ *
11121
+ * @param request ListTagResourcesRequest
11122
+ * @return ListTagResourcesResponse
11123
+ */
10111
11124
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
10112
11125
  /**
10113
- * > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
10114
- *
10115
- * @param headers map
10116
- * @param runtime runtime options for this request RuntimeOptions
10117
- * @return OpenSaeServiceResponse
11126
+ * @summary Activates the Serverless App Engine (SAE) service for free.
11127
+ *
11128
+ * @description > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
11129
+ *
11130
+ * @param headers map
11131
+ * @param runtime runtime options for this request RuntimeOptions
11132
+ * @return OpenSaeServiceResponse
10118
11133
  */
10119
11134
  openSaeServiceWithOptions(headers: {
10120
11135
  [key: string]: string;
10121
11136
  }, runtime: $Util.RuntimeOptions): Promise<OpenSaeServiceResponse>;
10122
11137
  /**
10123
- * > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
10124
- *
10125
- * @return OpenSaeServiceResponse
11138
+ * @summary Activates the Serverless App Engine (SAE) service for free.
11139
+ *
11140
+ * @description > Make sure that your account balance is greater than 0. Otherwise, the SAE service cannot be activated.
11141
+ *
11142
+ * @return OpenSaeServiceResponse
10126
11143
  */
10127
11144
  openSaeService(): Promise<OpenSaeServiceResponse>;
11145
+ /**
11146
+ * @summary Queries the resource usage of an application.
11147
+ *
11148
+ * @param request QueryResourceStaticsRequest
11149
+ * @param headers map
11150
+ * @param runtime runtime options for this request RuntimeOptions
11151
+ * @return QueryResourceStaticsResponse
11152
+ */
10128
11153
  queryResourceStaticsWithOptions(request: QueryResourceStaticsRequest, headers: {
10129
11154
  [key: string]: string;
10130
11155
  }, runtime: $Util.RuntimeOptions): Promise<QueryResourceStaticsResponse>;
11156
+ /**
11157
+ * @summary Queries the resource usage of an application.
11158
+ *
11159
+ * @param request QueryResourceStaticsRequest
11160
+ * @return QueryResourceStaticsResponse
11161
+ */
10131
11162
  queryResourceStatics(request: QueryResourceStaticsRequest): Promise<QueryResourceStaticsResponse>;
11163
+ /**
11164
+ * @summary Reduces capacity by instance IDs.
11165
+ *
11166
+ * @param request ReduceApplicationCapacityByInstanceIdsRequest
11167
+ * @param headers map
11168
+ * @param runtime runtime options for this request RuntimeOptions
11169
+ * @return ReduceApplicationCapacityByInstanceIdsResponse
11170
+ */
10132
11171
  reduceApplicationCapacityByInstanceIdsWithOptions(request: ReduceApplicationCapacityByInstanceIdsRequest, headers: {
10133
11172
  [key: string]: string;
10134
11173
  }, runtime: $Util.RuntimeOptions): Promise<ReduceApplicationCapacityByInstanceIdsResponse>;
11174
+ /**
11175
+ * @summary Reduces capacity by instance IDs.
11176
+ *
11177
+ * @param request ReduceApplicationCapacityByInstanceIdsRequest
11178
+ * @return ReduceApplicationCapacityByInstanceIdsResponse
11179
+ */
10135
11180
  reduceApplicationCapacityByInstanceIds(request: ReduceApplicationCapacityByInstanceIdsRequest): Promise<ReduceApplicationCapacityByInstanceIdsResponse>;
11181
+ /**
11182
+ * @summary Scales an application.
11183
+ *
11184
+ * @param request RescaleApplicationRequest
11185
+ * @param headers map
11186
+ * @param runtime runtime options for this request RuntimeOptions
11187
+ * @return RescaleApplicationResponse
11188
+ */
10136
11189
  rescaleApplicationWithOptions(request: RescaleApplicationRequest, headers: {
10137
11190
  [key: string]: string;
10138
11191
  }, runtime: $Util.RuntimeOptions): Promise<RescaleApplicationResponse>;
11192
+ /**
11193
+ * @summary Scales an application.
11194
+ *
11195
+ * @param request RescaleApplicationRequest
11196
+ * @return RescaleApplicationResponse
11197
+ */
10139
11198
  rescaleApplication(request: RescaleApplicationRequest): Promise<RescaleApplicationResponse>;
11199
+ /**
11200
+ * @summary Changes the instance specifications of an application.
11201
+ *
11202
+ * @param request RescaleApplicationVerticallyRequest
11203
+ * @param headers map
11204
+ * @param runtime runtime options for this request RuntimeOptions
11205
+ * @return RescaleApplicationVerticallyResponse
11206
+ */
10140
11207
  rescaleApplicationVerticallyWithOptions(request: RescaleApplicationVerticallyRequest, headers: {
10141
11208
  [key: string]: string;
10142
11209
  }, runtime: $Util.RuntimeOptions): Promise<RescaleApplicationVerticallyResponse>;
11210
+ /**
11211
+ * @summary Changes the instance specifications of an application.
11212
+ *
11213
+ * @param request RescaleApplicationVerticallyRequest
11214
+ * @return RescaleApplicationVerticallyResponse
11215
+ */
10143
11216
  rescaleApplicationVertically(request: RescaleApplicationVerticallyRequest): Promise<RescaleApplicationVerticallyResponse>;
11217
+ /**
11218
+ * @summary Restarts an application.
11219
+ *
11220
+ * @param request RestartApplicationRequest
11221
+ * @param headers map
11222
+ * @param runtime runtime options for this request RuntimeOptions
11223
+ * @return RestartApplicationResponse
11224
+ */
10144
11225
  restartApplicationWithOptions(request: RestartApplicationRequest, headers: {
10145
11226
  [key: string]: string;
10146
11227
  }, runtime: $Util.RuntimeOptions): Promise<RestartApplicationResponse>;
11228
+ /**
11229
+ * @summary Restarts an application.
11230
+ *
11231
+ * @param request RestartApplicationRequest
11232
+ * @return RestartApplicationResponse
11233
+ */
10147
11234
  restartApplication(request: RestartApplicationRequest): Promise<RestartApplicationResponse>;
11235
+ /**
11236
+ * @summary Restarts one or more instances in an application.
11237
+ *
11238
+ * @param request RestartInstancesRequest
11239
+ * @param headers map
11240
+ * @param runtime runtime options for this request RuntimeOptions
11241
+ * @return RestartInstancesResponse
11242
+ */
10148
11243
  restartInstancesWithOptions(request: RestartInstancesRequest, headers: {
10149
11244
  [key: string]: string;
10150
11245
  }, runtime: $Util.RuntimeOptions): Promise<RestartInstancesResponse>;
11246
+ /**
11247
+ * @summary Restarts one or more instances in an application.
11248
+ *
11249
+ * @param request RestartInstancesRequest
11250
+ * @return RestartInstancesResponse
11251
+ */
10151
11252
  restartInstances(request: RestartInstancesRequest): Promise<RestartInstancesResponse>;
11253
+ /**
11254
+ * @summary Rolls back an application.
11255
+ *
11256
+ * @param request RollbackApplicationRequest
11257
+ * @param headers map
11258
+ * @param runtime runtime options for this request RuntimeOptions
11259
+ * @return RollbackApplicationResponse
11260
+ */
10152
11261
  rollbackApplicationWithOptions(request: RollbackApplicationRequest, headers: {
10153
11262
  [key: string]: string;
10154
11263
  }, runtime: $Util.RuntimeOptions): Promise<RollbackApplicationResponse>;
11264
+ /**
11265
+ * @summary Rolls back an application.
11266
+ *
11267
+ * @param request RollbackApplicationRequest
11268
+ * @return RollbackApplicationResponse
11269
+ */
10155
11270
  rollbackApplication(request: RollbackApplicationRequest): Promise<RollbackApplicationResponse>;
11271
+ /**
11272
+ * @summary Starts an application.
11273
+ *
11274
+ * @param request StartApplicationRequest
11275
+ * @param headers map
11276
+ * @param runtime runtime options for this request RuntimeOptions
11277
+ * @return StartApplicationResponse
11278
+ */
10156
11279
  startApplicationWithOptions(request: StartApplicationRequest, headers: {
10157
11280
  [key: string]: string;
10158
11281
  }, runtime: $Util.RuntimeOptions): Promise<StartApplicationResponse>;
11282
+ /**
11283
+ * @summary Starts an application.
11284
+ *
11285
+ * @param request StartApplicationRequest
11286
+ * @return StartApplicationResponse
11287
+ */
10159
11288
  startApplication(request: StartApplicationRequest): Promise<StartApplicationResponse>;
11289
+ /**
11290
+ * @summary 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
11291
+ *
11292
+ * @param request StopApplicationRequest
11293
+ * @param headers map
11294
+ * @param runtime runtime options for this request RuntimeOptions
11295
+ * @return StopApplicationResponse
11296
+ */
10160
11297
  stopApplicationWithOptions(request: StopApplicationRequest, headers: {
10161
11298
  [key: string]: string;
10162
11299
  }, runtime: $Util.RuntimeOptions): Promise<StopApplicationResponse>;
11300
+ /**
11301
+ * @summary 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
11302
+ *
11303
+ * @param request StopApplicationRequest
11304
+ * @return StopApplicationResponse
11305
+ */
10163
11306
  stopApplication(request: StopApplicationRequest): Promise<StopApplicationResponse>;
11307
+ /**
11308
+ * @summary Suspends a job.
11309
+ *
11310
+ * @param request SuspendJobRequest
11311
+ * @param headers map
11312
+ * @param runtime runtime options for this request RuntimeOptions
11313
+ * @return SuspendJobResponse
11314
+ */
10164
11315
  suspendJobWithOptions(request: SuspendJobRequest, headers: {
10165
11316
  [key: string]: string;
10166
11317
  }, runtime: $Util.RuntimeOptions): Promise<SuspendJobResponse>;
11318
+ /**
11319
+ * @summary Suspends a job.
11320
+ *
11321
+ * @param request SuspendJobRequest
11322
+ * @return SuspendJobResponse
11323
+ */
10167
11324
  suspendJob(request: SuspendJobRequest): Promise<SuspendJobResponse>;
11325
+ /**
11326
+ * @summary cn-beijing
11327
+ *
11328
+ * @param request TagResourcesRequest
11329
+ * @param headers map
11330
+ * @param runtime runtime options for this request RuntimeOptions
11331
+ * @return TagResourcesResponse
11332
+ */
10168
11333
  tagResourcesWithOptions(request: TagResourcesRequest, headers: {
10169
11334
  [key: string]: string;
10170
11335
  }, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
11336
+ /**
11337
+ * @summary cn-beijing
11338
+ *
11339
+ * @param request TagResourcesRequest
11340
+ * @return TagResourcesResponse
11341
+ */
10171
11342
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
11343
+ /**
11344
+ * @summary 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
11345
+ *
11346
+ * @param request UnbindSlbRequest
11347
+ * @param headers map
11348
+ * @param runtime runtime options for this request RuntimeOptions
11349
+ * @return UnbindSlbResponse
11350
+ */
10172
11351
  unbindSlbWithOptions(request: UnbindSlbRequest, headers: {
10173
11352
  [key: string]: string;
10174
11353
  }, runtime: $Util.RuntimeOptions): Promise<UnbindSlbResponse>;
11354
+ /**
11355
+ * @summary 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
11356
+ *
11357
+ * @param request UnbindSlbRequest
11358
+ * @return UnbindSlbResponse
11359
+ */
10175
11360
  unbindSlb(request: UnbindSlbRequest): Promise<UnbindSlbResponse>;
11361
+ /**
11362
+ * @param request UntagResourcesRequest
11363
+ * @param headers map
11364
+ * @param runtime runtime options for this request RuntimeOptions
11365
+ * @return UntagResourcesResponse
11366
+ */
10176
11367
  untagResourcesWithOptions(request: UntagResourcesRequest, headers: {
10177
11368
  [key: string]: string;
10178
11369
  }, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
11370
+ /**
11371
+ * @param request UntagResourcesRequest
11372
+ * @return UntagResourcesResponse
11373
+ */
10179
11374
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
11375
+ /**
11376
+ * @summary 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
11377
+ *
11378
+ * @param request UpdateAppSecurityGroupRequest
11379
+ * @param headers map
11380
+ * @param runtime runtime options for this request RuntimeOptions
11381
+ * @return UpdateAppSecurityGroupResponse
11382
+ */
10180
11383
  updateAppSecurityGroupWithOptions(request: UpdateAppSecurityGroupRequest, headers: {
10181
11384
  [key: string]: string;
10182
11385
  }, runtime: $Util.RuntimeOptions): Promise<UpdateAppSecurityGroupResponse>;
11386
+ /**
11387
+ * @summary 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
11388
+ *
11389
+ * @param request UpdateAppSecurityGroupRequest
11390
+ * @return UpdateAppSecurityGroupResponse
11391
+ */
10183
11392
  updateAppSecurityGroup(request: UpdateAppSecurityGroupRequest): Promise<UpdateAppSecurityGroupResponse>;
11393
+ /**
11394
+ * @summary 更新应用描述信息
11395
+ *
11396
+ * @param request UpdateApplicationDescriptionRequest
11397
+ * @param headers map
11398
+ * @param runtime runtime options for this request RuntimeOptions
11399
+ * @return UpdateApplicationDescriptionResponse
11400
+ */
10184
11401
  updateApplicationDescriptionWithOptions(request: UpdateApplicationDescriptionRequest, headers: {
10185
11402
  [key: string]: string;
10186
11403
  }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationDescriptionResponse>;
11404
+ /**
11405
+ * @summary 更新应用描述信息
11406
+ *
11407
+ * @param request UpdateApplicationDescriptionRequest
11408
+ * @return UpdateApplicationDescriptionResponse
11409
+ */
10187
11410
  updateApplicationDescription(request: UpdateApplicationDescriptionRequest): Promise<UpdateApplicationDescriptionResponse>;
10188
11411
  /**
10189
- * ##
10190
- * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
10191
- *
10192
- * @param request UpdateApplicationScalingRuleRequest
10193
- * @param headers map
10194
- * @param runtime runtime options for this request RuntimeOptions
10195
- * @return UpdateApplicationScalingRuleResponse
11412
+ * @summary Updates the auto scaling policy of an application.
11413
+ *
11414
+ * @description ##
11415
+ * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
11416
+ *
11417
+ * @param request UpdateApplicationScalingRuleRequest
11418
+ * @param headers map
11419
+ * @param runtime runtime options for this request RuntimeOptions
11420
+ * @return UpdateApplicationScalingRuleResponse
10196
11421
  */
10197
11422
  updateApplicationScalingRuleWithOptions(request: UpdateApplicationScalingRuleRequest, headers: {
10198
11423
  [key: string]: string;
10199
11424
  }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationScalingRuleResponse>;
10200
11425
  /**
10201
- * ##
10202
- * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
10203
- *
10204
- * @param request UpdateApplicationScalingRuleRequest
10205
- * @return UpdateApplicationScalingRuleResponse
11426
+ * @summary Updates the auto scaling policy of an application.
11427
+ *
11428
+ * @description ##
11429
+ * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
11430
+ *
11431
+ * @param request UpdateApplicationScalingRuleRequest
11432
+ * @return UpdateApplicationScalingRuleResponse
10206
11433
  */
10207
11434
  updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse>;
11435
+ /**
11436
+ * @param request UpdateApplicationVswitchesRequest
11437
+ * @param headers map
11438
+ * @param runtime runtime options for this request RuntimeOptions
11439
+ * @return UpdateApplicationVswitchesResponse
11440
+ */
10208
11441
  updateApplicationVswitchesWithOptions(request: UpdateApplicationVswitchesRequest, headers: {
10209
11442
  [key: string]: string;
10210
11443
  }, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationVswitchesResponse>;
11444
+ /**
11445
+ * @param request UpdateApplicationVswitchesRequest
11446
+ * @return UpdateApplicationVswitchesResponse
11447
+ */
10211
11448
  updateApplicationVswitches(request: UpdateApplicationVswitchesRequest): Promise<UpdateApplicationVswitchesResponse>;
11449
+ /**
11450
+ * @summary 1
11451
+ *
11452
+ * @param request UpdateConfigMapRequest
11453
+ * @param headers map
11454
+ * @param runtime runtime options for this request RuntimeOptions
11455
+ * @return UpdateConfigMapResponse
11456
+ */
10212
11457
  updateConfigMapWithOptions(request: UpdateConfigMapRequest, headers: {
10213
11458
  [key: string]: string;
10214
11459
  }, runtime: $Util.RuntimeOptions): Promise<UpdateConfigMapResponse>;
11460
+ /**
11461
+ * @summary 1
11462
+ *
11463
+ * @param request UpdateConfigMapRequest
11464
+ * @return UpdateConfigMapResponse
11465
+ */
10215
11466
  updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse>;
11467
+ /**
11468
+ * @summary Updates a canary release rule.
11469
+ *
11470
+ * @param request UpdateGreyTagRouteRequest
11471
+ * @param headers map
11472
+ * @param runtime runtime options for this request RuntimeOptions
11473
+ * @return UpdateGreyTagRouteResponse
11474
+ */
10216
11475
  updateGreyTagRouteWithOptions(request: UpdateGreyTagRouteRequest, headers: {
10217
11476
  [key: string]: string;
10218
11477
  }, runtime: $Util.RuntimeOptions): Promise<UpdateGreyTagRouteResponse>;
11478
+ /**
11479
+ * @summary Updates a canary release rule.
11480
+ *
11481
+ * @param request UpdateGreyTagRouteRequest
11482
+ * @return UpdateGreyTagRouteResponse
11483
+ */
10219
11484
  updateGreyTagRoute(request: UpdateGreyTagRouteRequest): Promise<UpdateGreyTagRouteResponse>;
11485
+ /**
11486
+ * @param request UpdateIngressRequest
11487
+ * @param headers map
11488
+ * @param runtime runtime options for this request RuntimeOptions
11489
+ * @return UpdateIngressResponse
11490
+ */
10220
11491
  updateIngressWithOptions(request: UpdateIngressRequest, headers: {
10221
11492
  [key: string]: string;
10222
11493
  }, runtime: $Util.RuntimeOptions): Promise<UpdateIngressResponse>;
11494
+ /**
11495
+ * @param request UpdateIngressRequest
11496
+ * @return UpdateIngressResponse
11497
+ */
10223
11498
  updateIngress(request: UpdateIngressRequest): Promise<UpdateIngressResponse>;
11499
+ /**
11500
+ * @summary Updates a job template.
11501
+ *
11502
+ * @param request UpdateJobRequest
11503
+ * @param headers map
11504
+ * @param runtime runtime options for this request RuntimeOptions
11505
+ * @return UpdateJobResponse
11506
+ */
10224
11507
  updateJobWithOptions(request: UpdateJobRequest, headers: {
10225
11508
  [key: string]: string;
10226
11509
  }, runtime: $Util.RuntimeOptions): Promise<UpdateJobResponse>;
11510
+ /**
11511
+ * @summary Updates a job template.
11512
+ *
11513
+ * @param request UpdateJobRequest
11514
+ * @return UpdateJobResponse
11515
+ */
10227
11516
  updateJob(request: UpdateJobRequest): Promise<UpdateJobResponse>;
11517
+ /**
11518
+ * @summary Updates the information about a namespace.
11519
+ *
11520
+ * @param request UpdateNamespaceRequest
11521
+ * @param headers map
11522
+ * @param runtime runtime options for this request RuntimeOptions
11523
+ * @return UpdateNamespaceResponse
11524
+ */
10228
11525
  updateNamespaceWithOptions(request: UpdateNamespaceRequest, headers: {
10229
11526
  [key: string]: string;
10230
11527
  }, runtime: $Util.RuntimeOptions): Promise<UpdateNamespaceResponse>;
11528
+ /**
11529
+ * @summary Updates the information about a namespace.
11530
+ *
11531
+ * @param request UpdateNamespaceRequest
11532
+ * @return UpdateNamespaceResponse
11533
+ */
10231
11534
  updateNamespace(request: UpdateNamespaceRequest): Promise<UpdateNamespaceResponse>;
11535
+ /**
11536
+ * @summary cn-beijing:test
11537
+ *
11538
+ * @param request UpdateNamespaceVpcRequest
11539
+ * @param headers map
11540
+ * @param runtime runtime options for this request RuntimeOptions
11541
+ * @return UpdateNamespaceVpcResponse
11542
+ */
10232
11543
  updateNamespaceVpcWithOptions(request: UpdateNamespaceVpcRequest, headers: {
10233
11544
  [key: string]: string;
10234
11545
  }, runtime: $Util.RuntimeOptions): Promise<UpdateNamespaceVpcResponse>;
11546
+ /**
11547
+ * @summary cn-beijing:test
11548
+ *
11549
+ * @param request UpdateNamespaceVpcRequest
11550
+ * @return UpdateNamespaceVpcResponse
11551
+ */
10235
11552
  updateNamespaceVpc(request: UpdateNamespaceVpcRequest): Promise<UpdateNamespaceVpcResponse>;
11553
+ /**
11554
+ * @summary The HTTP status code. Valid values:
11555
+ * * **2xx**: The call was successful.
11556
+ * * **3xx**: The call was redirected.
11557
+ * * **4xx**: The call failed.
11558
+ * * **5xx**: A server error occurred.
11559
+ *
11560
+ * @param tmpReq UpdateSecretRequest
11561
+ * @param headers map
11562
+ * @param runtime runtime options for this request RuntimeOptions
11563
+ * @return UpdateSecretResponse
11564
+ */
10236
11565
  updateSecretWithOptions(tmpReq: UpdateSecretRequest, headers: {
10237
11566
  [key: string]: string;
10238
11567
  }, runtime: $Util.RuntimeOptions): Promise<UpdateSecretResponse>;
11568
+ /**
11569
+ * @summary The HTTP status code. Valid values:
11570
+ * * **2xx**: The call was successful.
11571
+ * * **3xx**: The call was redirected.
11572
+ * * **4xx**: The call failed.
11573
+ * * **5xx**: A server error occurred.
11574
+ *
11575
+ * @param request UpdateSecretRequest
11576
+ * @return UpdateSecretResponse
11577
+ */
10239
11578
  updateSecret(request: UpdateSecretRequest): Promise<UpdateSecretResponse>;
10240
11579
  }