@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/ga20191120",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -4686,6 +4686,7 @@ export class DescribeApplicationMonitorResponseBody extends $tea.Model {
4686
4686
  regionId?: string;
4687
4687
  requestId?: string;
4688
4688
  silenceTime?: number;
4689
+ state?: string;
4689
4690
  taskId?: string;
4690
4691
  taskName?: string;
4691
4692
  static names(): { [key: string]: string } {
@@ -4701,6 +4702,7 @@ export class DescribeApplicationMonitorResponseBody extends $tea.Model {
4701
4702
  regionId: 'RegionId',
4702
4703
  requestId: 'RequestId',
4703
4704
  silenceTime: 'SilenceTime',
4705
+ state: 'State',
4704
4706
  taskId: 'TaskId',
4705
4707
  taskName: 'TaskName',
4706
4708
  };
@@ -4719,6 +4721,7 @@ export class DescribeApplicationMonitorResponseBody extends $tea.Model {
4719
4721
  regionId: 'string',
4720
4722
  requestId: 'string',
4721
4723
  silenceTime: 'number',
4724
+ state: 'string',
4722
4725
  taskId: 'string',
4723
4726
  taskName: 'string',
4724
4727
  };
@@ -27014,10 +27017,10 @@ export default class Client extends OpenApi {
27014
27017
  }
27015
27018
 
27016
27019
  /**
27017
- * * **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.
27020
+ * * **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.
27018
27021
  * * 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.
27019
27022
  * * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
27020
- * * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
27023
+ * * 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.
27021
27024
  *
27022
27025
  * @param request UpdateForwardingRulesRequest
27023
27026
  * @param runtime runtime options for this request RuntimeOptions
@@ -27064,10 +27067,10 @@ export default class Client extends OpenApi {
27064
27067
  }
27065
27068
 
27066
27069
  /**
27067
- * * **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.
27070
+ * * **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.
27068
27071
  * * 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.
27069
27072
  * * If the forwarding rule is in the **active** state, it indicates that the forwarding rule is modified.
27070
- * * The **UpdateForwardingRules** operation cannot be repeatedly called to modify forwarding rules for the same Global Accelerator (GA) instance within a specific period of time.
27073
+ * * 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.
27071
27074
  *
27072
27075
  * @param request UpdateForwardingRulesRequest
27073
27076
  * @return UpdateForwardingRulesResponse