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