@alicloud/sae20190506 2.9.0 → 2.9.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.
Files changed (109) hide show
  1. package/dist/client.d.ts +26 -16
  2. package/dist/client.js +47 -16
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/BatchRestartApplicationsRequest.d.ts +4 -0
  5. package/dist/models/BatchRestartApplicationsRequest.js.map +1 -1
  6. package/dist/models/BatchRestartApplicationsResponseBody.d.ts +37 -0
  7. package/dist/models/BatchRestartApplicationsResponseBody.js.map +1 -1
  8. package/dist/models/CreateApplicationRequest.d.ts +3 -0
  9. package/dist/models/CreateApplicationRequest.js +6 -0
  10. package/dist/models/CreateApplicationRequest.js.map +1 -1
  11. package/dist/models/CreateApplicationScalingRuleRequest.d.ts +134 -0
  12. package/dist/models/CreateApplicationScalingRuleRequest.js.map +1 -1
  13. package/dist/models/CreateApplicationScalingRuleResponseBody.d.ts +166 -0
  14. package/dist/models/CreateApplicationScalingRuleResponseBody.js.map +1 -1
  15. package/dist/models/CreateApplicationShrinkRequest.d.ts +3 -0
  16. package/dist/models/CreateApplicationShrinkRequest.js +6 -0
  17. package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
  18. package/dist/models/CreateIngressRequest.d.ts +100 -26
  19. package/dist/models/CreateIngressRequest.js.map +1 -1
  20. package/dist/models/CreateIngressResponseBody.d.ts +15 -15
  21. package/dist/models/CreateSecretRequest.d.ts +12 -0
  22. package/dist/models/CreateSecretRequest.js.map +1 -1
  23. package/dist/models/CreateSecretResponseBody.d.ts +40 -0
  24. package/dist/models/CreateSecretResponseBody.js.map +1 -1
  25. package/dist/models/CreateSecretShrinkRequest.d.ts +12 -0
  26. package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
  27. package/dist/models/DeployApplicationRequest.d.ts +2 -0
  28. package/dist/models/DeployApplicationRequest.js +4 -0
  29. package/dist/models/DeployApplicationRequest.js.map +1 -1
  30. package/dist/models/DeployApplicationShrinkRequest.d.ts +2 -0
  31. package/dist/models/DeployApplicationShrinkRequest.js +4 -0
  32. package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
  33. package/dist/models/DescribeApplicationConfigResponseBody.d.ts +2 -0
  34. package/dist/models/DescribeApplicationConfigResponseBody.js +4 -0
  35. package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
  36. package/dist/models/DescribeApplicationMseServiceRequest.d.ts +4 -0
  37. package/dist/models/DescribeApplicationMseServiceRequest.js.map +1 -1
  38. package/dist/models/DescribeApplicationMseServiceResponseBody.d.ts +69 -0
  39. package/dist/models/DescribeApplicationMseServiceResponseBody.js.map +1 -1
  40. package/dist/models/DescribeNamespaceResourcesResponseBody.d.ts +1 -0
  41. package/dist/models/DescribeNamespaceResourcesResponseBody.js +2 -0
  42. package/dist/models/DescribeNamespaceResourcesResponseBody.js.map +1 -1
  43. package/dist/models/DowngradeApplicationApmServiceRequest.d.ts +2 -0
  44. package/dist/models/DowngradeApplicationApmServiceRequest.js.map +1 -1
  45. package/dist/models/DowngradeApplicationApmServiceResponseBody.d.ts +41 -0
  46. package/dist/models/DowngradeApplicationApmServiceResponseBody.js.map +1 -1
  47. package/dist/models/GetWebshellTokenRequest.d.ts +6 -2
  48. package/dist/models/GetWebshellTokenRequest.js.map +1 -1
  49. package/dist/models/GetWebshellTokenResponseBody.d.ts +43 -1
  50. package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
  51. package/dist/models/QueryArmsEnableRequest.d.ts +2 -0
  52. package/dist/models/QueryArmsEnableRequest.js.map +1 -1
  53. package/dist/models/QueryArmsEnableResponseBody.d.ts +38 -0
  54. package/dist/models/QueryArmsEnableResponseBody.js.map +1 -1
  55. package/dist/models/RescaleApplicationVerticallyRequest.d.ts +1 -0
  56. package/dist/models/RescaleApplicationVerticallyRequest.js +2 -0
  57. package/dist/models/RescaleApplicationVerticallyRequest.js.map +1 -1
  58. package/dist/models/UpdateApplicationDescriptionRequest.d.ts +4 -0
  59. package/dist/models/UpdateApplicationDescriptionRequest.js.map +1 -1
  60. package/dist/models/UpdateApplicationDescriptionResponseBody.d.ts +36 -0
  61. package/dist/models/UpdateApplicationDescriptionResponseBody.js.map +1 -1
  62. package/dist/models/UpdateApplicationVswitchesRequest.d.ts +1 -0
  63. package/dist/models/UpdateApplicationVswitchesRequest.js +2 -0
  64. package/dist/models/UpdateApplicationVswitchesRequest.js.map +1 -1
  65. package/dist/models/UpdateIngressRequest.d.ts +12 -12
  66. package/dist/models/UpdateIngressResponseBody.d.ts +11 -11
  67. package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +24 -0
  68. package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -1
  69. package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +23 -1
  70. package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -1
  71. package/dist/models/UpgradeApplicationApmServiceRequest.d.ts +2 -0
  72. package/dist/models/UpgradeApplicationApmServiceRequest.js.map +1 -1
  73. package/dist/models/UpgradeApplicationApmServiceResponseBody.d.ts +43 -0
  74. package/dist/models/UpgradeApplicationApmServiceResponseBody.js.map +1 -1
  75. package/package.json +1 -1
  76. package/src/client.ts +54 -16
  77. package/src/models/BatchRestartApplicationsRequest.ts +4 -0
  78. package/src/models/BatchRestartApplicationsResponseBody.ts +37 -0
  79. package/src/models/CreateApplicationRequest.ts +9 -0
  80. package/src/models/CreateApplicationScalingRuleRequest.ts +134 -0
  81. package/src/models/CreateApplicationScalingRuleResponseBody.ts +166 -0
  82. package/src/models/CreateApplicationShrinkRequest.ts +9 -0
  83. package/src/models/CreateIngressRequest.ts +100 -26
  84. package/src/models/CreateIngressResponseBody.ts +15 -15
  85. package/src/models/CreateSecretRequest.ts +12 -0
  86. package/src/models/CreateSecretResponseBody.ts +40 -0
  87. package/src/models/CreateSecretShrinkRequest.ts +12 -0
  88. package/src/models/DeployApplicationRequest.ts +6 -0
  89. package/src/models/DeployApplicationShrinkRequest.ts +6 -0
  90. package/src/models/DescribeApplicationConfigResponseBody.ts +6 -0
  91. package/src/models/DescribeApplicationMseServiceRequest.ts +4 -0
  92. package/src/models/DescribeApplicationMseServiceResponseBody.ts +69 -0
  93. package/src/models/DescribeNamespaceResourcesResponseBody.ts +3 -0
  94. package/src/models/DowngradeApplicationApmServiceRequest.ts +2 -0
  95. package/src/models/DowngradeApplicationApmServiceResponseBody.ts +41 -0
  96. package/src/models/GetWebshellTokenRequest.ts +6 -2
  97. package/src/models/GetWebshellTokenResponseBody.ts +43 -1
  98. package/src/models/QueryArmsEnableRequest.ts +2 -0
  99. package/src/models/QueryArmsEnableResponseBody.ts +38 -0
  100. package/src/models/RescaleApplicationVerticallyRequest.ts +3 -0
  101. package/src/models/UpdateApplicationDescriptionRequest.ts +4 -0
  102. package/src/models/UpdateApplicationDescriptionResponseBody.ts +36 -0
  103. package/src/models/UpdateApplicationVswitchesRequest.ts +3 -0
  104. package/src/models/UpdateIngressRequest.ts +12 -12
  105. package/src/models/UpdateIngressResponseBody.ts +11 -11
  106. package/src/models/UpdateNamespaceSlsConfigsRequest.ts +24 -0
  107. package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +23 -1
  108. package/src/models/UpgradeApplicationApmServiceRequest.ts +2 -0
  109. package/src/models/UpgradeApplicationApmServiceResponseBody.ts +43 -0
package/dist/client.d.ts CHANGED
@@ -45,7 +45,7 @@ export default class Client extends OpenApi {
45
45
  */
46
46
  abortChangeOrder(request: $_model.AbortChangeOrderRequest): Promise<$_model.AbortChangeOrderResponse>;
47
47
  /**
48
- * 批量重启应用
48
+ * Restarts applications in batches.
49
49
  *
50
50
  * @param request - BatchRestartApplicationsRequest
51
51
  * @param headers - map
@@ -56,7 +56,7 @@ export default class Client extends OpenApi {
56
56
  [key: string]: string;
57
57
  }, runtime: $dara.RuntimeOptions): Promise<$_model.BatchRestartApplicationsResponse>;
58
58
  /**
59
- * 批量重启应用
59
+ * Restarts applications in batches.
60
60
  *
61
61
  * @param request - BatchRestartApplicationsRequest
62
62
  * @returns BatchRestartApplicationsResponse
@@ -167,14 +167,15 @@ export default class Client extends OpenApi {
167
167
  */
168
168
  createApplication(request: $_model.CreateApplicationRequest): Promise<$_model.CreateApplicationResponse>;
169
169
  /**
170
- * Null
170
+ * Creates an auto scaling policy for an application.
171
171
  *
172
172
  * @remarks
173
- * The HTTP status code. Take note of the following rules:
174
- * * **2xx**: The call was successful.
175
- * * **3xx**: The call was redirected.
176
- * * **4xx**: The call failed.
177
- * * **5xx**: A server error occurred.
173
+ * ## [](#)Precautions
174
+ * * You can create up to five auto scaling policies for one application.
175
+ * * You can create up to 20 trigger points within one day in a scheduled auto scaling policy.
176
+ * * If an auto scaling policy is enabled for an application, you cannot manually manage the lifecycle of the application. For example, you cannot scale, deploy (including single-batch release, phased release, and canary release), stop, or restart the application, or change the instance type. If you want to perform the preceding operations on the application, disable the auto scaling policy and then manually perform the operations.
177
+ * * If an application is in the process of scale-out, scale-in, deployment (including single-batch release, phased release, and canary release), instance type change, restart, or stop, you cannot add or enable an auto scaling policy for the application.
178
+ * * If you want to configure more than 50 instances for an application, you must contact SAE technical support to add your account to the whitelist. For more information, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
178
179
  *
179
180
  * @param request - CreateApplicationScalingRuleRequest
180
181
  * @param headers - map
@@ -185,14 +186,15 @@ export default class Client extends OpenApi {
185
186
  [key: string]: string;
186
187
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApplicationScalingRuleResponse>;
187
188
  /**
188
- * Null
189
+ * Creates an auto scaling policy for an application.
189
190
  *
190
191
  * @remarks
191
- * The HTTP status code. Take note of the following rules:
192
- * * **2xx**: The call was successful.
193
- * * **3xx**: The call was redirected.
194
- * * **4xx**: The call failed.
195
- * * **5xx**: A server error occurred.
192
+ * ## [](#)Precautions
193
+ * * You can create up to five auto scaling policies for one application.
194
+ * * You can create up to 20 trigger points within one day in a scheduled auto scaling policy.
195
+ * * If an auto scaling policy is enabled for an application, you cannot manually manage the lifecycle of the application. For example, you cannot scale, deploy (including single-batch release, phased release, and canary release), stop, or restart the application, or change the instance type. If you want to perform the preceding operations on the application, disable the auto scaling policy and then manually perform the operations.
196
+ * * If an application is in the process of scale-out, scale-in, deployment (including single-batch release, phased release, and canary release), instance type change, restart, or stop, you cannot add or enable an auto scaling policy for the application.
197
+ * * If you want to configure more than 50 instances for an application, you must contact SAE technical support to add your account to the whitelist. For more information, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
196
198
  *
197
199
  * @param request - CreateApplicationScalingRuleRequest
198
200
  * @returns CreateApplicationScalingRuleResponse
@@ -775,6 +777,8 @@ export default class Client extends OpenApi {
775
777
  */
776
778
  describeApplicationInstances(request: $_model.DescribeApplicationInstancesRequest): Promise<$_model.DescribeApplicationInstancesResponse>;
777
779
  /**
780
+ * Queries the information of the associated MSE microservice governance application.
781
+ *
778
782
  * @param request - DescribeApplicationMseServiceRequest
779
783
  * @param headers - map
780
784
  * @param runtime - runtime options for this request RuntimeOptions
@@ -784,6 +788,8 @@ export default class Client extends OpenApi {
784
788
  [key: string]: string;
785
789
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeApplicationMseServiceResponse>;
786
790
  /**
791
+ * Queries the information of the associated MSE microservice governance application.
792
+ *
787
793
  * @param request - DescribeApplicationMseServiceRequest
788
794
  * @returns DescribeApplicationMseServiceResponse
789
795
  */
@@ -2113,6 +2119,8 @@ export default class Client extends OpenApi {
2113
2119
  */
2114
2120
  publishWebApplicationRevision(ApplicationId: string, request: $_model.PublishWebApplicationRevisionRequest): Promise<$_model.PublishWebApplicationRevisionResponse>;
2115
2121
  /**
2122
+ * Queries whether ARMS monitoring is enabled for a specified application.
2123
+ *
2116
2124
  * @param request - QueryArmsEnableRequest
2117
2125
  * @param headers - map
2118
2126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2122,6 +2130,8 @@ export default class Client extends OpenApi {
2122
2130
  [key: string]: string;
2123
2131
  }, runtime: $dara.RuntimeOptions): Promise<$_model.QueryArmsEnableResponse>;
2124
2132
  /**
2133
+ * Queries whether ARMS monitoring is enabled for a specified application.
2134
+ *
2125
2135
  * @param request - QueryArmsEnableRequest
2126
2136
  * @returns QueryArmsEnableResponse
2127
2137
  */
@@ -2794,7 +2804,7 @@ export default class Client extends OpenApi {
2794
2804
  * Enables the advanced monitoring feature of Application Real-Time Monitoring Service (ARMS).
2795
2805
  *
2796
2806
  * @remarks
2797
- * You are charged when you use the ARMS advanced monitoring feature. Enable this feature based on your business requirements. For more information, see [Billing overview](https://icms.alibaba-inc.com/content/arms/arms?l=1\\&m=16992\\&n=3183148).
2807
+ * You are charged when you use the ARMS advanced monitoring feature. Enable this feature based on your business requirements. For more information, see [Billing overview](https://www.alibabacloud.com/help/zh/arms/application-monitoring/product-overview/billing-overview-1).
2798
2808
  *
2799
2809
  * @param request - UpgradeApplicationApmServiceRequest
2800
2810
  * @param headers - map
@@ -2808,7 +2818,7 @@ export default class Client extends OpenApi {
2808
2818
  * Enables the advanced monitoring feature of Application Real-Time Monitoring Service (ARMS).
2809
2819
  *
2810
2820
  * @remarks
2811
- * You are charged when you use the ARMS advanced monitoring feature. Enable this feature based on your business requirements. For more information, see [Billing overview](https://icms.alibaba-inc.com/content/arms/arms?l=1\\&m=16992\\&n=3183148).
2821
+ * You are charged when you use the ARMS advanced monitoring feature. Enable this feature based on your business requirements. For more information, see [Billing overview](https://www.alibabacloud.com/help/zh/arms/application-monitoring/product-overview/billing-overview-1).
2812
2822
  *
2813
2823
  * @param request - UpgradeApplicationApmServiceRequest
2814
2824
  * @returns UpgradeApplicationApmServiceResponse
package/dist/client.js CHANGED
@@ -149,7 +149,7 @@ class Client extends openapi_core_1.default {
149
149
  return await this.abortChangeOrderWithOptions(request, headers, runtime);
150
150
  }
151
151
  /**
152
- * 批量重启应用
152
+ * Restarts applications in batches.
153
153
  *
154
154
  * @param request - BatchRestartApplicationsRequest
155
155
  * @param headers - map
@@ -183,7 +183,7 @@ class Client extends openapi_core_1.default {
183
183
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.BatchRestartApplicationsResponse({}));
184
184
  }
185
185
  /**
186
- * 批量重启应用
186
+ * Restarts applications in batches.
187
187
  *
188
188
  * @param request - BatchRestartApplicationsRequest
189
189
  * @returns BatchRestartApplicationsResponse
@@ -466,6 +466,9 @@ class Client extends openapi_core_1.default {
466
466
  if (!$dara.isNull(request.acrAssumeRoleArn)) {
467
467
  query["AcrAssumeRoleArn"] = request.acrAssumeRoleArn;
468
468
  }
469
+ if (!$dara.isNull(request.agentVersion)) {
470
+ query["AgentVersion"] = request.agentVersion;
471
+ }
469
472
  if (!$dara.isNull(request.appDescription)) {
470
473
  query["AppDescription"] = request.appDescription;
471
474
  }
@@ -511,6 +514,12 @@ class Client extends openapi_core_1.default {
511
514
  if (!$dara.isNull(request.enableEbpf)) {
512
515
  query["EnableEbpf"] = request.enableEbpf;
513
516
  }
517
+ if (!$dara.isNull(request.enableNamespaceAgentVersion)) {
518
+ query["EnableNamespaceAgentVersion"] = request.enableNamespaceAgentVersion;
519
+ }
520
+ if (!$dara.isNull(request.enableNamespaceSlsConfig)) {
521
+ query["EnableNamespaceSlsConfig"] = request.enableNamespaceSlsConfig;
522
+ }
514
523
  if (!$dara.isNull(request.enableNewArms)) {
515
524
  query["EnableNewArms"] = request.enableNewArms;
516
525
  }
@@ -737,14 +746,15 @@ class Client extends openapi_core_1.default {
737
746
  return await this.createApplicationWithOptions(request, headers, runtime);
738
747
  }
739
748
  /**
740
- * Null
749
+ * Creates an auto scaling policy for an application.
741
750
  *
742
751
  * @remarks
743
- * The HTTP status code. Take note of the following rules:
744
- * * **2xx**: The call was successful.
745
- * * **3xx**: The call was redirected.
746
- * * **4xx**: The call failed.
747
- * * **5xx**: A server error occurred.
752
+ * ## [](#)Precautions
753
+ * * You can create up to five auto scaling policies for one application.
754
+ * * You can create up to 20 trigger points within one day in a scheduled auto scaling policy.
755
+ * * If an auto scaling policy is enabled for an application, you cannot manually manage the lifecycle of the application. For example, you cannot scale, deploy (including single-batch release, phased release, and canary release), stop, or restart the application, or change the instance type. If you want to perform the preceding operations on the application, disable the auto scaling policy and then manually perform the operations.
756
+ * * If an application is in the process of scale-out, scale-in, deployment (including single-batch release, phased release, and canary release), instance type change, restart, or stop, you cannot add or enable an auto scaling policy for the application.
757
+ * * If you want to configure more than 50 instances for an application, you must contact SAE technical support to add your account to the whitelist. For more information, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
748
758
  *
749
759
  * @param request - CreateApplicationScalingRuleRequest
750
760
  * @param headers - map
@@ -799,14 +809,15 @@ class Client extends openapi_core_1.default {
799
809
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApplicationScalingRuleResponse({}));
800
810
  }
801
811
  /**
802
- * Null
812
+ * Creates an auto scaling policy for an application.
803
813
  *
804
814
  * @remarks
805
- * The HTTP status code. Take note of the following rules:
806
- * * **2xx**: The call was successful.
807
- * * **3xx**: The call was redirected.
808
- * * **4xx**: The call failed.
809
- * * **5xx**: A server error occurred.
815
+ * ## [](#)Precautions
816
+ * * You can create up to five auto scaling policies for one application.
817
+ * * You can create up to 20 trigger points within one day in a scheduled auto scaling policy.
818
+ * * If an auto scaling policy is enabled for an application, you cannot manually manage the lifecycle of the application. For example, you cannot scale, deploy (including single-batch release, phased release, and canary release), stop, or restart the application, or change the instance type. If you want to perform the preceding operations on the application, disable the auto scaling policy and then manually perform the operations.
819
+ * * If an application is in the process of scale-out, scale-in, deployment (including single-batch release, phased release, and canary release), instance type change, restart, or stop, you cannot add or enable an auto scaling policy for the application.
820
+ * * If you want to configure more than 50 instances for an application, you must contact SAE technical support to add your account to the whitelist. For more information, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
810
821
  *
811
822
  * @param request - CreateApplicationScalingRuleRequest
812
823
  * @returns CreateApplicationScalingRuleResponse
@@ -2244,6 +2255,9 @@ class Client extends openapi_core_1.default {
2244
2255
  if (!$dara.isNull(request.acrAssumeRoleArn)) {
2245
2256
  query["AcrAssumeRoleArn"] = request.acrAssumeRoleArn;
2246
2257
  }
2258
+ if (!$dara.isNull(request.agentVersion)) {
2259
+ query["AgentVersion"] = request.agentVersion;
2260
+ }
2247
2261
  if (!$dara.isNull(request.albIngressReadinessGate)) {
2248
2262
  query["AlbIngressReadinessGate"] = request.albIngressReadinessGate;
2249
2263
  }
@@ -2292,6 +2306,9 @@ class Client extends openapi_core_1.default {
2292
2306
  if (!$dara.isNull(request.enableGreyTagRoute)) {
2293
2307
  query["EnableGreyTagRoute"] = request.enableGreyTagRoute;
2294
2308
  }
2309
+ if (!$dara.isNull(request.enableNamespaceAgentVersion)) {
2310
+ query["EnableNamespaceAgentVersion"] = request.enableNamespaceAgentVersion;
2311
+ }
2295
2312
  if (!$dara.isNull(request.enableNewArms)) {
2296
2313
  query["EnableNewArms"] = request.enableNewArms;
2297
2314
  }
@@ -2770,6 +2787,8 @@ class Client extends openapi_core_1.default {
2770
2787
  return await this.describeApplicationInstancesWithOptions(request, headers, runtime);
2771
2788
  }
2772
2789
  /**
2790
+ * Queries the information of the associated MSE microservice governance application.
2791
+ *
2773
2792
  * @param request - DescribeApplicationMseServiceRequest
2774
2793
  * @param headers - map
2775
2794
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2802,6 +2821,8 @@ class Client extends openapi_core_1.default {
2802
2821
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationMseServiceResponse({}));
2803
2822
  }
2804
2823
  /**
2824
+ * Queries the information of the associated MSE microservice governance application.
2825
+ *
2805
2826
  * @param request - DescribeApplicationMseServiceRequest
2806
2827
  * @returns DescribeApplicationMseServiceResponse
2807
2828
  */
@@ -6226,6 +6247,8 @@ class Client extends openapi_core_1.default {
6226
6247
  return await this.publishWebApplicationRevisionWithOptions(ApplicationId, request, headers, runtime);
6227
6248
  }
6228
6249
  /**
6250
+ * Queries whether ARMS monitoring is enabled for a specified application.
6251
+ *
6229
6252
  * @param request - QueryArmsEnableRequest
6230
6253
  * @param headers - map
6231
6254
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6255,6 +6278,8 @@ class Client extends openapi_core_1.default {
6255
6278
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryArmsEnableResponse({}));
6256
6279
  }
6257
6280
  /**
6281
+ * Queries whether ARMS monitoring is enabled for a specified application.
6282
+ *
6258
6283
  * @param request - QueryArmsEnableRequest
6259
6284
  * @returns QueryArmsEnableResponse
6260
6285
  */
@@ -6421,6 +6446,9 @@ class Client extends openapi_core_1.default {
6421
6446
  if (!$dara.isNull(request.cpu)) {
6422
6447
  query["Cpu"] = request.cpu;
6423
6448
  }
6449
+ if (!$dara.isNull(request.deploy)) {
6450
+ query["Deploy"] = request.deploy;
6451
+ }
6424
6452
  if (!$dara.isNull(request.diskSize)) {
6425
6453
  query["DiskSize"] = request.diskSize;
6426
6454
  }
@@ -7278,6 +7306,9 @@ class Client extends openapi_core_1.default {
7278
7306
  if (!$dara.isNull(request.appId)) {
7279
7307
  query["AppId"] = request.appId;
7280
7308
  }
7309
+ if (!$dara.isNull(request.deploy)) {
7310
+ query["Deploy"] = request.deploy;
7311
+ }
7281
7312
  if (!$dara.isNull(request.vSwitchId)) {
7282
7313
  query["VSwitchId"] = request.vSwitchId;
7283
7314
  }
@@ -8155,7 +8186,7 @@ class Client extends openapi_core_1.default {
8155
8186
  * Enables the advanced monitoring feature of Application Real-Time Monitoring Service (ARMS).
8156
8187
  *
8157
8188
  * @remarks
8158
- * You are charged when you use the ARMS advanced monitoring feature. Enable this feature based on your business requirements. For more information, see [Billing overview](https://icms.alibaba-inc.com/content/arms/arms?l=1\\&m=16992\\&n=3183148).
8189
+ * You are charged when you use the ARMS advanced monitoring feature. Enable this feature based on your business requirements. For more information, see [Billing overview](https://www.alibabacloud.com/help/zh/arms/application-monitoring/product-overview/billing-overview-1).
8159
8190
  *
8160
8191
  * @param request - UpgradeApplicationApmServiceRequest
8161
8192
  * @param headers - map
@@ -8189,7 +8220,7 @@ class Client extends openapi_core_1.default {
8189
8220
  * Enables the advanced monitoring feature of Application Real-Time Monitoring Service (ARMS).
8190
8221
  *
8191
8222
  * @remarks
8192
- * You are charged when you use the ARMS advanced monitoring feature. Enable this feature based on your business requirements. For more information, see [Billing overview](https://icms.alibaba-inc.com/content/arms/arms?l=1\\&m=16992\\&n=3183148).
8223
+ * You are charged when you use the ARMS advanced monitoring feature. Enable this feature based on your business requirements. For more information, see [Billing overview](https://www.alibabacloud.com/help/zh/arms/application-monitoring/product-overview/billing-overview-1).
8193
8224
  *
8194
8225
  * @param request - UpgradeApplicationApmServiceRequest
8195
8226
  * @returns UpgradeApplicationApmServiceResponse