@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/dist/client.d.ts
CHANGED
|
@@ -5026,6 +5026,7 @@ export declare class ListCustomRoutingEndpointGroupDestinationsResponse extends
|
|
|
5026
5026
|
}
|
|
5027
5027
|
export declare class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
5028
5028
|
acceleratorId?: string;
|
|
5029
|
+
accessLogSwitch?: string;
|
|
5029
5030
|
endpointGroupId?: string;
|
|
5030
5031
|
listenerId?: string;
|
|
5031
5032
|
pageNumber?: number;
|
|
@@ -10456,7 +10457,8 @@ export default class Client extends OpenApi {
|
|
|
10456
10457
|
*/
|
|
10457
10458
|
bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
10458
10459
|
/**
|
|
10459
|
-
*
|
|
10460
|
+
* ### [](#)Description
|
|
10461
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10460
10462
|
*
|
|
10461
10463
|
* @param request ChangeResourceGroupRequest
|
|
10462
10464
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10464,7 +10466,8 @@ export default class Client extends OpenApi {
|
|
|
10464
10466
|
*/
|
|
10465
10467
|
changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
|
|
10466
10468
|
/**
|
|
10467
|
-
*
|
|
10469
|
+
* ### [](#)Description
|
|
10470
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
10468
10471
|
*
|
|
10469
10472
|
* @param request ChangeResourceGroupRequest
|
|
10470
10473
|
* @return ChangeResourceGroupResponse
|
|
@@ -10532,11 +10535,11 @@ export default class Client extends OpenApi {
|
|
|
10532
10535
|
*/
|
|
10533
10536
|
createAcl(request: CreateAclRequest): Promise<CreateAclResponse>;
|
|
10534
10537
|
/**
|
|
10535
|
-
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between
|
|
10538
|
+
* 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.
|
|
10536
10539
|
* Before you call this operation, take note of the following items:
|
|
10537
|
-
* * **CreateApplicationMonitor** is an asynchronous operation. After
|
|
10538
|
-
* * If the origin probing task is in the **init** state,
|
|
10539
|
-
* * If the origin probing task is in the **active** state,
|
|
10540
|
+
* * **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.
|
|
10541
|
+
* * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
|
|
10542
|
+
* * If the origin probing task is in the **active** state, the task is created.
|
|
10540
10543
|
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10541
10544
|
*
|
|
10542
10545
|
* @param request CreateApplicationMonitorRequest
|
|
@@ -10545,11 +10548,11 @@ export default class Client extends OpenApi {
|
|
|
10545
10548
|
*/
|
|
10546
10549
|
createApplicationMonitorWithOptions(request: CreateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<CreateApplicationMonitorResponse>;
|
|
10547
10550
|
/**
|
|
10548
|
-
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between
|
|
10551
|
+
* 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.
|
|
10549
10552
|
* Before you call this operation, take note of the following items:
|
|
10550
|
-
* * **CreateApplicationMonitor** is an asynchronous operation. After
|
|
10551
|
-
* * If the origin probing task is in the **init** state,
|
|
10552
|
-
* * If the origin probing task is in the **active** state,
|
|
10553
|
+
* * **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.
|
|
10554
|
+
* * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
|
|
10555
|
+
* * If the origin probing task is in the **active** state, the task is created.
|
|
10553
10556
|
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10554
10557
|
*
|
|
10555
10558
|
* @param request CreateApplicationMonitorRequest
|
|
@@ -10914,9 +10917,9 @@ export default class Client extends OpenApi {
|
|
|
10914
10917
|
*/
|
|
10915
10918
|
createEndpointGroup(request: CreateEndpointGroupRequest): Promise<CreateEndpointGroupResponse>;
|
|
10916
10919
|
/**
|
|
10917
|
-
* * **CreateEndpointGroups** is an asynchronous operation. After
|
|
10918
|
-
* * If
|
|
10919
|
-
* * If all endpoint groups are in the **active
|
|
10920
|
+
* * **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:
|
|
10921
|
+
* * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
|
|
10922
|
+
* * If all endpoint groups are in the **active** state, the endpoint groups are created.
|
|
10920
10923
|
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10921
10924
|
*
|
|
10922
10925
|
* @param request CreateEndpointGroupsRequest
|
|
@@ -10925,9 +10928,9 @@ export default class Client extends OpenApi {
|
|
|
10925
10928
|
*/
|
|
10926
10929
|
createEndpointGroupsWithOptions(request: CreateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupsResponse>;
|
|
10927
10930
|
/**
|
|
10928
|
-
* * **CreateEndpointGroups** is an asynchronous operation. After
|
|
10929
|
-
* * If
|
|
10930
|
-
* * If all endpoint groups are in the **active
|
|
10931
|
+
* * **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:
|
|
10932
|
+
* * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
|
|
10933
|
+
* * If all endpoint groups are in the **active** state, the endpoint groups are created.
|
|
10931
10934
|
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
10932
10935
|
*
|
|
10933
10936
|
* @param request CreateEndpointGroupsRequest
|
|
@@ -11828,10 +11831,11 @@ export default class Client extends OpenApi {
|
|
|
11828
11831
|
*/
|
|
11829
11832
|
listSystemSecurityPolicies(request: ListSystemSecurityPoliciesRequest): Promise<ListSystemSecurityPoliciesResponse>;
|
|
11830
11833
|
/**
|
|
11831
|
-
*
|
|
11832
|
-
* * **
|
|
11834
|
+
* ### [](#)Description
|
|
11835
|
+
* * 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.
|
|
11836
|
+
* * **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.
|
|
11833
11837
|
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
11834
|
-
* * If you specify multiple key-value pairs, resources that contain
|
|
11838
|
+
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
11835
11839
|
*
|
|
11836
11840
|
* @param request ListTagResourcesRequest
|
|
11837
11841
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11839,10 +11843,11 @@ export default class Client extends OpenApi {
|
|
|
11839
11843
|
*/
|
|
11840
11844
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
11841
11845
|
/**
|
|
11842
|
-
*
|
|
11843
|
-
* * **
|
|
11846
|
+
* ### [](#)Description
|
|
11847
|
+
* * 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.
|
|
11848
|
+
* * **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.
|
|
11844
11849
|
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
11845
|
-
* * If you specify multiple key-value pairs, resources that contain
|
|
11850
|
+
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
11846
11851
|
*
|
|
11847
11852
|
* @param request ListTagResourcesRequest
|
|
11848
11853
|
* @return ListTagResourcesResponse
|
package/dist/client.js
CHANGED
|
@@ -7098,6 +7098,7 @@ class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
7098
7098
|
static names() {
|
|
7099
7099
|
return {
|
|
7100
7100
|
acceleratorId: 'AcceleratorId',
|
|
7101
|
+
accessLogSwitch: 'AccessLogSwitch',
|
|
7101
7102
|
endpointGroupId: 'EndpointGroupId',
|
|
7102
7103
|
listenerId: 'ListenerId',
|
|
7103
7104
|
pageNumber: 'PageNumber',
|
|
@@ -7108,6 +7109,7 @@ class ListCustomRoutingEndpointGroupsRequest extends $tea.Model {
|
|
|
7108
7109
|
static types() {
|
|
7109
7110
|
return {
|
|
7110
7111
|
acceleratorId: 'string',
|
|
7112
|
+
accessLogSwitch: 'string',
|
|
7111
7113
|
endpointGroupId: 'string',
|
|
7112
7114
|
listenerId: 'string',
|
|
7113
7115
|
pageNumber: 'number',
|
|
@@ -15072,7 +15074,8 @@ class Client extends openapi_client_1.default {
|
|
|
15072
15074
|
return await this.bandwidthPackageRemoveAcceleratorWithOptions(request, runtime);
|
|
15073
15075
|
}
|
|
15074
15076
|
/**
|
|
15075
|
-
*
|
|
15077
|
+
* ### [](#)Description
|
|
15078
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
15076
15079
|
*
|
|
15077
15080
|
* @param request ChangeResourceGroupRequest
|
|
15078
15081
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15113,7 +15116,8 @@ class Client extends openapi_client_1.default {
|
|
|
15113
15116
|
return $tea.cast(await this.callApi(params, req, runtime), new ChangeResourceGroupResponse({}));
|
|
15114
15117
|
}
|
|
15115
15118
|
/**
|
|
15116
|
-
*
|
|
15119
|
+
* ### [](#)Description
|
|
15120
|
+
* The **ChangeResourceGroup** operation cannot be repeatedly called for the same GA instance within a specific period of time.
|
|
15117
15121
|
*
|
|
15118
15122
|
* @param request ChangeResourceGroupRequest
|
|
15119
15123
|
* @return ChangeResourceGroupResponse
|
|
@@ -15346,11 +15350,11 @@ class Client extends openapi_client_1.default {
|
|
|
15346
15350
|
return await this.createAclWithOptions(request, runtime);
|
|
15347
15351
|
}
|
|
15348
15352
|
/**
|
|
15349
|
-
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between
|
|
15353
|
+
* 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.
|
|
15350
15354
|
* Before you call this operation, take note of the following items:
|
|
15351
|
-
* * **CreateApplicationMonitor** is an asynchronous operation. After
|
|
15352
|
-
* * If the origin probing task is in the **init** state,
|
|
15353
|
-
* * If the origin probing task is in the **active** state,
|
|
15355
|
+
* * **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.
|
|
15356
|
+
* * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
|
|
15357
|
+
* * If the origin probing task is in the **active** state, the task is created.
|
|
15354
15358
|
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
15355
15359
|
*
|
|
15356
15360
|
* @param request CreateApplicationMonitorRequest
|
|
@@ -15410,11 +15414,11 @@ class Client extends openapi_client_1.default {
|
|
|
15410
15414
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateApplicationMonitorResponse({}));
|
|
15411
15415
|
}
|
|
15412
15416
|
/**
|
|
15413
|
-
* You can call the **CreateApplicationMonitor** operation to create an origin probing task. An origin probing task monitors the network quality between
|
|
15417
|
+
* 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.
|
|
15414
15418
|
* Before you call this operation, take note of the following items:
|
|
15415
|
-
* * **CreateApplicationMonitor** is an asynchronous operation. After
|
|
15416
|
-
* * If the origin probing task is in the **init** state,
|
|
15417
|
-
* * If the origin probing task is in the **active** state,
|
|
15419
|
+
* * **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.
|
|
15420
|
+
* * If the origin probing task is in the **init** state, the task is being created. You can perform only query operations.
|
|
15421
|
+
* * If the origin probing task is in the **active** state, the task is created.
|
|
15418
15422
|
* * The **CreateApplicationMonitor** operation cannot be called repeatedly for the same Global Accelerator (GA) instance within a specific period of time.
|
|
15419
15423
|
*
|
|
15420
15424
|
* @param request CreateApplicationMonitorRequest
|
|
@@ -16448,9 +16452,9 @@ class Client extends openapi_client_1.default {
|
|
|
16448
16452
|
return await this.createEndpointGroupWithOptions(request, runtime);
|
|
16449
16453
|
}
|
|
16450
16454
|
/**
|
|
16451
|
-
* * **CreateEndpointGroups** is an asynchronous operation. After
|
|
16452
|
-
* * If
|
|
16453
|
-
* * If all endpoint groups are in the **active
|
|
16455
|
+
* * **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:
|
|
16456
|
+
* * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
|
|
16457
|
+
* * If all endpoint groups are in the **active** state, the endpoint groups are created.
|
|
16454
16458
|
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
16455
16459
|
*
|
|
16456
16460
|
* @param request CreateEndpointGroupsRequest
|
|
@@ -16495,9 +16499,9 @@ class Client extends openapi_client_1.default {
|
|
|
16495
16499
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateEndpointGroupsResponse({}));
|
|
16496
16500
|
}
|
|
16497
16501
|
/**
|
|
16498
|
-
* * **CreateEndpointGroups** is an asynchronous operation. After
|
|
16499
|
-
* * If
|
|
16500
|
-
* * If all endpoint groups are in the **active
|
|
16502
|
+
* * **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:
|
|
16503
|
+
* * If the endpoint groups are in the **init** state, the endpoint groups are being created. In this case, you can perform only query operations.
|
|
16504
|
+
* * If all endpoint groups are in the **active** state, the endpoint groups are created.
|
|
16501
16505
|
* * The **CreateEndpointGroups** operation cannot be repeatedly called for the same Global Accelerator (GA) instance within a specific period of time.
|
|
16502
16506
|
*
|
|
16503
16507
|
* @param request CreateEndpointGroupsRequest
|
|
@@ -19825,6 +19829,9 @@ class Client extends openapi_client_1.default {
|
|
|
19825
19829
|
if (!tea_util_1.default.isUnset(request.acceleratorId)) {
|
|
19826
19830
|
query["AcceleratorId"] = request.acceleratorId;
|
|
19827
19831
|
}
|
|
19832
|
+
if (!tea_util_1.default.isUnset(request.accessLogSwitch)) {
|
|
19833
|
+
query["AccessLogSwitch"] = request.accessLogSwitch;
|
|
19834
|
+
}
|
|
19828
19835
|
if (!tea_util_1.default.isUnset(request.endpointGroupId)) {
|
|
19829
19836
|
query["EndpointGroupId"] = request.endpointGroupId;
|
|
19830
19837
|
}
|
|
@@ -20476,10 +20483,11 @@ class Client extends openapi_client_1.default {
|
|
|
20476
20483
|
return await this.listSystemSecurityPoliciesWithOptions(request, runtime);
|
|
20477
20484
|
}
|
|
20478
20485
|
/**
|
|
20479
|
-
*
|
|
20480
|
-
* * **
|
|
20486
|
+
* ### [](#)Description
|
|
20487
|
+
* * 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.
|
|
20488
|
+
* * **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.
|
|
20481
20489
|
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
20482
|
-
* * If you specify multiple key-value pairs, resources that contain
|
|
20490
|
+
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
20483
20491
|
*
|
|
20484
20492
|
* @param request ListTagResourcesRequest
|
|
20485
20493
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20523,10 +20531,11 @@ class Client extends openapi_client_1.default {
|
|
|
20523
20531
|
return $tea.cast(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
20524
20532
|
}
|
|
20525
20533
|
/**
|
|
20526
|
-
*
|
|
20527
|
-
* * **
|
|
20534
|
+
* ### [](#)Description
|
|
20535
|
+
* * 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.
|
|
20536
|
+
* * **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.
|
|
20528
20537
|
* * If you specify **Tag.N** and **ResourceId.N** to filter tags, **ResourceId.N** must match all specified key-value pairs.
|
|
20529
|
-
* * If you specify multiple key-value pairs, resources that contain
|
|
20538
|
+
* * If you specify multiple key-value pairs, resources that contain the key-value pairs are returned.
|
|
20530
20539
|
*
|
|
20531
20540
|
* @param request ListTagResourcesRequest
|
|
20532
20541
|
* @return ListTagResourcesResponse
|