@alicloud/ga20191120 2.1.3 → 2.1.5
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 +27 -22
- package/dist/client.js +31 -22
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +33 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/ga20191120",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/client.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@alicloud/tea-typescript": "^1.7.1",
|
|
23
23
|
"@alicloud/tea-util": "^1.4.7",
|
|
24
|
-
"@alicloud/openapi-client": "^0.4.
|
|
24
|
+
"@alicloud/openapi-client": "^0.4.7",
|
|
25
25
|
"@alicloud/openapi-util": "^0.3.2",
|
|
26
26
|
"@alicloud/endpoint-util": "^0.0.1"
|
|
27
27
|
},
|
package/src/client.ts
CHANGED
|
@@ -9028,6 +9028,7 @@ export class ListCustomRoutingEndpointGroupDestinationsResponse extends $tea.Mod
|
|
|
9028
9028
|
|
|
9029
9029
|
export class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
9030
9030
|
acceleratorId?: string;
|
|
9031
|
+
accessLogSwitch?: string;
|
|
9031
9032
|
endpointGroupId?: string;
|
|
9032
9033
|
listenerId?: string;
|
|
9033
9034
|
pageNumber?: number;
|
|
@@ -9036,6 +9037,7 @@ export class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
9036
9037
|
static names(): { [key: string]: string } {
|
|
9037
9038
|
return {
|
|
9038
9039
|
acceleratorId: 'AcceleratorId',
|
|
9040
|
+
accessLogSwitch: 'AccessLogSwitch',
|
|
9039
9041
|
endpointGroupId: 'EndpointGroupId',
|
|
9040
9042
|
listenerId: 'ListenerId',
|
|
9041
9043
|
pageNumber: 'PageNumber',
|
|
@@ -9047,6 +9049,7 @@ export class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
9047
9049
|
static types(): { [key: string]: any } {
|
|
9048
9050
|
return {
|
|
9049
9051
|
acceleratorId: 'string',
|
|
9052
|
+
accessLogSwitch: 'string',
|
|
9050
9053
|
endpointGroupId: 'string',
|
|
9051
9054
|
listenerId: 'string',
|
|
9052
9055
|
pageNumber: 'number',
|
|
@@ -19103,7 +19106,8 @@ export default class Client extends OpenApi {
|
|
|
19103
19106
|
}
|
|
19104
19107
|
|
|
19105
19108
|
/**
|
|
19106
|
-
*
|
|
19109
|
+
* ### [](#)Description
|
|
19110
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
19107
19111
|
*
|
|
19108
19112
|
* @param request ChangeResourceGroupRequest
|
|
19109
19113
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19150,7 +19154,8 @@ export default class Client extends OpenApi {
|
|
|
19150
19154
|
}
|
|
19151
19155
|
|
|
19152
19156
|
/**
|
|
19153
|
-
*
|
|
19157
|
+
* ### [](#)Description
|
|
19158
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
19154
19159
|
*
|
|
19155
19160
|
* @param request ChangeResourceGroupRequest
|
|
19156
19161
|
* @return ChangeResourceGroupResponse
|
|
@@ -19423,11 +19428,11 @@ export default class Client extends OpenApi {
|
|
|
19423
19428
|
}
|
|
19424
19429
|
|
|
19425
19430
|
/**
|
|
19426
|
-
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between
|
|
19431
|
+
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between a client and an origin server and checks the availability of the origin server.
|
|
19427
19432
|
* Before you call this operation, take note of the following items:
|
|
19428
|
-
* * **CreateApplicationMonitor** is an asynchronous operation. After
|
|
19429
|
-
* * If the origin probing task is in the **init** state,
|
|
19430
|
-
* * If the origin probing task is in the **active** state,
|
|
19433
|
+
* * **CreateApplicationMonitor** 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 [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the status of the origin probing task.
|
|
19434
|
+
* * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
|
|
19435
|
+
* * If the origin probing task is in the **active** state, the task is created.
|
|
19431
19436
|
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
19432
19437
|
*
|
|
19433
19438
|
* @param request CreateApplicationMonitorRequest
|
|
@@ -19499,11 +19504,11 @@ export default class Client extends OpenApi {
|
|
|
19499
19504
|
}
|
|
19500
19505
|
|
|
19501
19506
|
/**
|
|
19502
|
-
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between
|
|
19507
|
+
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between a client and an origin server and checks the availability of the origin server.
|
|
19503
19508
|
* Before you call this operation, take note of the following items:
|
|
19504
|
-
* * **CreateApplicationMonitor** is an asynchronous operation. After
|
|
19505
|
-
* * If the origin probing task is in the **init** state,
|
|
19506
|
-
* * If the origin probing task is in the **active** state,
|
|
19509
|
+
* * **CreateApplicationMonitor** 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 [DescribeApplicationMonitor](~~408463~~) or [ListApplicationMonitor](~~408462~~) operation to query the status of the origin probing task.
|
|
19510
|
+
* * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
|
|
19511
|
+
* * If the origin probing task is in the **active** state, the task is created.
|
|
19507
19512
|
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
19508
19513
|
*
|
|
19509
19514
|
* @param request CreateApplicationMonitorRequest
|
|
@@ -20685,9 +20690,9 @@ export default class Client extends OpenApi {
|
|
|
20685
20690
|
}
|
|
20686
20691
|
|
|
20687
20692
|
/**
|
|
20688
|
-
* * **CreateEndpointGroups** is an asynchronous operation. After
|
|
20689
|
-
* * If
|
|
20690
|
-
* * If all endpoint groups are in the **active
|
|
20693
|
+
* * **CreateEndpointGroups** 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 [DescribeEndpointGroup](~~153260~~) or [ListEndpointGroups](~~153261~~) operation to query the status of the task:
|
|
20694
|
+
* * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
|
|
20695
|
+
* * If all endpoint groups are in the **active** state, the endpoint groups are created.
|
|
20691
20696
|
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
20692
20697
|
*
|
|
20693
20698
|
* @param request CreateEndpointGroupsRequest
|
|
@@ -20739,9 +20744,9 @@ export default class Client extends OpenApi {
|
|
|
20739
20744
|
}
|
|
20740
20745
|
|
|
20741
20746
|
/**
|
|
20742
|
-
* * **CreateEndpointGroups** is an asynchronous operation. After
|
|
20743
|
-
* * If
|
|
20744
|
-
* * If all endpoint groups are in the **active
|
|
20747
|
+
* * **CreateEndpointGroups** 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 [DescribeEndpointGroup](~~153260~~) or [ListEndpointGroups](~~153261~~) operation to query the status of the task:
|
|
20748
|
+
* * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
|
|
20749
|
+
* * If all endpoint groups are in the **active** state, the endpoint groups are created.
|
|
20745
20750
|
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
20746
20751
|
*
|
|
20747
20752
|
* @param request CreateEndpointGroupsRequest
|
|
@@ -24522,6 +24527,10 @@ export default class Client extends OpenApi {
|
|
|
24522
24527
|
query["AcceleratorId"] = request.acceleratorId;
|
|
24523
24528
|
}
|
|
24524
24529
|
|
|
24530
|
+
if (!Util.isUnset(request.accessLogSwitch)) {
|
|
24531
|
+
query["AccessLogSwitch"] = request.accessLogSwitch;
|
|
24532
|
+
}
|
|
24533
|
+
|
|
24525
24534
|
if (!Util.isUnset(request.endpointGroupId)) {
|
|
24526
24535
|
query["EndpointGroupId"] = request.endpointGroupId;
|
|
24527
24536
|
}
|
|
@@ -25281,10 +25290,11 @@ export default class Client extends OpenApi {
|
|
|
25281
25290
|
}
|
|
25282
25291
|
|
|
25283
25292
|
/**
|
|
25284
|
-
*
|
|
25285
|
-
* * **
|
|
25293
|
+
* ### [](#)Description
|
|
25294
|
+
* * Specify **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
|
|
25295
|
+
* * **Tag.N** is a resource tag that consists of a key-value pair. If you specify only **Tag.N.Key**, all tag values that are associated with the specified key are returned. If you specify only **Tag.N.Value**, an error message is returned.
|
|
25286
25296
|
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
25287
|
-
* * If you specify multiple key-value pairs, resources that contain
|
|
25297
|
+
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
25288
25298
|
*
|
|
25289
25299
|
* @param request ListTagResourcesRequest
|
|
25290
25300
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25335,10 +25345,11 @@ export default class Client extends OpenApi {
|
|
|
25335
25345
|
}
|
|
25336
25346
|
|
|
25337
25347
|
/**
|
|
25338
|
-
*
|
|
25339
|
-
* * **
|
|
25348
|
+
* ### [](#)Description
|
|
25349
|
+
* * Specify **ResourceId.N** or **Tag.N** that consists of **Tag.N.Key** and **Tag.N.Value** in the request to specify the object to be queried.
|
|
25350
|
+
* * **Tag.N** is a resource tag that consists of a key-value pair. If you specify only **Tag.N.Key**, all tag values that are associated with the specified key are returned. If you specify only **Tag.N.Value**, an error message is returned.
|
|
25340
25351
|
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
25341
|
-
* * If you specify multiple key-value pairs, resources that contain
|
|
25352
|
+
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
25342
25353
|
*
|
|
25343
25354
|
* @param request ListTagResourcesRequest
|
|
25344
25355
|
* @return ListTagResourcesResponse
|