@alicloud/ga20191120 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -2660,6 +2660,7 @@ export declare class DescribeApplicationMonitorResponseBody extends $tea.Model {
2660
2660
  regionId?: string;
2661
2661
  requestId?: string;
2662
2662
  silenceTime?: number;
2663
+ state?: string;
2663
2664
  taskId?: string;
2664
2665
  taskName?: string;
2665
2666
  static names(): {
@@ -12271,10 +12272,10 @@ export default class Client extends OpenApi {
12271
12272
  */
12272
12273
  updateEndpointGroups(request: UpdateEndpointGroupsRequest): Promise<UpdateEndpointGroupsResponse>;
12273
12274
  /**
12274
- * * **UpdateForwardingRules** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
12275
+ * * **UpdateForwardingRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListForwardingRules](~~205817~~) operation to query the status of a forwarding rule.
12275
12276
  * * If the forwarding rule is in the **configuring** state, it indicates that the forwarding rule is being modified. In this case, you can perform only query operations.
12276
12277
  * * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
12277
- * * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
12278
+ * * The **UpdateForwardingRules** operation holds an exclusive lock on the Global Accelerator (GA) instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
12278
12279
  *
12279
12280
  * @param request UpdateForwardingRulesRequest
12280
12281
  * @param runtime runtime options for this request RuntimeOptions
@@ -12282,10 +12283,10 @@ export default class Client extends OpenApi {
12282
12283
  */
12283
12284
  updateForwardingRulesWithOptions(request: UpdateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateForwardingRulesResponse>;
12284
12285
  /**
12285
- * * **UpdateForwardingRules** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
12286
+ * * **UpdateForwardingRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListForwardingRules](~~205817~~) operation to query the status of a forwarding rule.
12286
12287
  * * If the forwarding rule is in the **configuring** state, it indicates that the forwarding rule is being modified. In this case, you can perform only query operations.
12287
12288
  * * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
12288
- * * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
12289
+ * * The **UpdateForwardingRules** operation holds an exclusive lock on the Global Accelerator (GA) instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
12289
12290
  *
12290
12291
  * @param request UpdateForwardingRulesRequest
12291
12292
  * @return UpdateForwardingRulesResponse
package/dist/client.js CHANGED
@@ -3720,6 +3720,7 @@ class DescribeApplicationMonitorResponseBody extends $tea.Model {
3720
3720
  regionId: 'RegionId',
3721
3721
  requestId: 'RequestId',
3722
3722
  silenceTime: 'SilenceTime',
3723
+ state: 'State',
3723
3724
  taskId: 'TaskId',
3724
3725
  taskName: 'TaskName',
3725
3726
  };
@@ -3737,6 +3738,7 @@ class DescribeApplicationMonitorResponseBody extends $tea.Model {
3737
3738
  regionId: 'string',
3738
3739
  requestId: 'string',
3739
3740
  silenceTime: 'number',
3741
+ state: 'string',
3740
3742
  taskId: 'string',
3741
3743
  taskName: 'string',
3742
3744
  };
@@ -22009,10 +22011,10 @@ class Client extends openapi_client_1.default {
22009
22011
  return await this.updateEndpointGroupsWithOptions(request, runtime);
22010
22012
  }
22011
22013
  /**
22012
- * * **UpdateForwardingRules** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
22014
+ * * **UpdateForwardingRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListForwardingRules](~~205817~~) operation to query the status of a forwarding rule.
22013
22015
  * * If the forwarding rule is in the **configuring** state, it indicates that the forwarding rule is being modified. In this case, you can perform only query operations.
22014
22016
  * * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
22015
- * * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
22017
+ * * The **UpdateForwardingRules** operation holds an exclusive lock on the Global Accelerator (GA) instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
22016
22018
  *
22017
22019
  * @param request UpdateForwardingRulesRequest
22018
22020
  * @param runtime runtime options for this request RuntimeOptions
@@ -22053,10 +22055,10 @@ class Client extends openapi_client_1.default {
22053
22055
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateForwardingRulesResponse({}));
22054
22056
  }
22055
22057
  /**
22056
- * * **UpdateForwardingRules** is an asynchronous operation. After you send a request, the system returns a request ID, but the operation is still being performed in the system background. You can call the [ListForwardingRules](~~205817~~) operation to query the state of a forwarding rule.
22058
+ * * **UpdateForwardingRules** is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the [ListForwardingRules](~~205817~~) operation to query the status of a forwarding rule.
22057
22059
  * * If the forwarding rule is in the **configuring** state, it indicates that the forwarding rule is being modified. In this case, you can perform only query operations.
22058
22060
  * * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
22059
- * * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
22061
+ * * The **UpdateForwardingRules** operation holds an exclusive lock on the Global Accelerator (GA) instance. While the operation is in progress, you cannot call the same operation in the same Alibaba Cloud account.
22060
22062
  *
22061
22063
  * @param request UpdateForwardingRulesRequest
22062
22064
  * @return UpdateForwardingRulesResponse