@alicloud/eas20210701 6.0.0 → 6.0.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 +227 -12
- package/dist/client.js +19 -12
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +235 -12
package/dist/client.js
CHANGED
|
@@ -3599,6 +3599,7 @@ class ListServicesRequest extends $tea.Model {
|
|
|
3599
3599
|
parentServiceUid: 'ParentServiceUid',
|
|
3600
3600
|
quotaId: 'QuotaId',
|
|
3601
3601
|
resourceName: 'ResourceName',
|
|
3602
|
+
role: 'Role',
|
|
3602
3603
|
serviceName: 'ServiceName',
|
|
3603
3604
|
serviceStatus: 'ServiceStatus',
|
|
3604
3605
|
serviceType: 'ServiceType',
|
|
@@ -3619,6 +3620,7 @@ class ListServicesRequest extends $tea.Model {
|
|
|
3619
3620
|
parentServiceUid: 'string',
|
|
3620
3621
|
quotaId: 'string',
|
|
3621
3622
|
resourceName: 'string',
|
|
3623
|
+
role: 'string',
|
|
3622
3624
|
serviceName: 'string',
|
|
3623
3625
|
serviceStatus: 'string',
|
|
3624
3626
|
serviceType: 'string',
|
|
@@ -3645,6 +3647,7 @@ class ListServicesShrinkRequest extends $tea.Model {
|
|
|
3645
3647
|
parentServiceUid: 'ParentServiceUid',
|
|
3646
3648
|
quotaId: 'QuotaId',
|
|
3647
3649
|
resourceName: 'ResourceName',
|
|
3650
|
+
role: 'Role',
|
|
3648
3651
|
serviceName: 'ServiceName',
|
|
3649
3652
|
serviceStatus: 'ServiceStatus',
|
|
3650
3653
|
serviceType: 'ServiceType',
|
|
@@ -3665,6 +3668,7 @@ class ListServicesShrinkRequest extends $tea.Model {
|
|
|
3665
3668
|
parentServiceUid: 'string',
|
|
3666
3669
|
quotaId: 'string',
|
|
3667
3670
|
resourceName: 'string',
|
|
3671
|
+
role: 'string',
|
|
3668
3672
|
serviceName: 'string',
|
|
3669
3673
|
serviceStatus: 'string',
|
|
3670
3674
|
serviceType: 'string',
|
|
@@ -5679,7 +5683,7 @@ class Client extends openapi_client_1.default {
|
|
|
5679
5683
|
return await this.commitServiceWithOptions(ClusterId, ServiceName, headers, runtime);
|
|
5680
5684
|
}
|
|
5681
5685
|
/**
|
|
5682
|
-
*
|
|
5686
|
+
* Creates an access control list (ACL) for a private gateway. The IP CIDR blocks added to the ACL can access the private gateway.
|
|
5683
5687
|
*
|
|
5684
5688
|
* @param tmpReq - CreateAclPolicyRequest
|
|
5685
5689
|
* @param headers - map
|
|
@@ -5718,7 +5722,7 @@ class Client extends openapi_client_1.default {
|
|
|
5718
5722
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateAclPolicyResponse({}));
|
|
5719
5723
|
}
|
|
5720
5724
|
/**
|
|
5721
|
-
*
|
|
5725
|
+
* Creates an access control list (ACL) for a private gateway. The IP CIDR blocks added to the ACL can access the private gateway.
|
|
5722
5726
|
*
|
|
5723
5727
|
* @param request - CreateAclPolicyRequest
|
|
5724
5728
|
* @returns CreateAclPolicyResponse
|
|
@@ -6311,7 +6315,7 @@ class Client extends openapi_client_1.default {
|
|
|
6311
6315
|
return await this.createServiceMirrorWithOptions(ClusterId, ServiceName, request, headers, runtime);
|
|
6312
6316
|
}
|
|
6313
6317
|
/**
|
|
6314
|
-
*
|
|
6318
|
+
* Deletes an access control list (ACL) for a private gateway. The IP CIDR block that is deleted from the ACL cannot access the private gateway.
|
|
6315
6319
|
*
|
|
6316
6320
|
* @param tmpReq - DeleteAclPolicyRequest
|
|
6317
6321
|
* @param headers - map
|
|
@@ -6350,7 +6354,7 @@ class Client extends openapi_client_1.default {
|
|
|
6350
6354
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteAclPolicyResponse({}));
|
|
6351
6355
|
}
|
|
6352
6356
|
/**
|
|
6353
|
-
*
|
|
6357
|
+
* Deletes an access control list (ACL) for a private gateway. The IP CIDR block that is deleted from the ACL cannot access the private gateway.
|
|
6354
6358
|
*
|
|
6355
6359
|
* @param request - DeleteAclPolicyRequest
|
|
6356
6360
|
* @returns DeleteAclPolicyResponse
|
|
@@ -7491,7 +7495,7 @@ class Client extends openapi_client_1.default {
|
|
|
7491
7495
|
return await this.developServiceWithOptions(ClusterId, ServiceName, request, headers, runtime);
|
|
7492
7496
|
}
|
|
7493
7497
|
/**
|
|
7494
|
-
*
|
|
7498
|
+
* Queries access control lists (ACLs) created for a private gateway.
|
|
7495
7499
|
*
|
|
7496
7500
|
* @param request - ListAclPolicyRequest
|
|
7497
7501
|
* @param headers - map
|
|
@@ -7522,7 +7526,7 @@ class Client extends openapi_client_1.default {
|
|
|
7522
7526
|
return $tea.cast(await this.callApi(params, req, runtime), new ListAclPolicyResponse({}));
|
|
7523
7527
|
}
|
|
7524
7528
|
/**
|
|
7525
|
-
*
|
|
7529
|
+
* Queries access control lists (ACLs) created for a private gateway.
|
|
7526
7530
|
*
|
|
7527
7531
|
* @param request - ListAclPolicyRequest
|
|
7528
7532
|
* @returns ListAclPolicyResponse
|
|
@@ -7584,7 +7588,7 @@ class Client extends openapi_client_1.default {
|
|
|
7584
7588
|
return await this.listBenchmarkTaskWithOptions(request, headers, runtime);
|
|
7585
7589
|
}
|
|
7586
7590
|
/**
|
|
7587
|
-
*
|
|
7591
|
+
* Queries a list of private gateways.
|
|
7588
7592
|
*
|
|
7589
7593
|
* @param request - ListGatewayRequest
|
|
7590
7594
|
* @param headers - map
|
|
@@ -7624,7 +7628,7 @@ class Client extends openapi_client_1.default {
|
|
|
7624
7628
|
return $tea.cast(await this.callApi(params, req, runtime), new ListGatewayResponse({}));
|
|
7625
7629
|
}
|
|
7626
7630
|
/**
|
|
7627
|
-
*
|
|
7631
|
+
* Queries a list of private gateways.
|
|
7628
7632
|
*
|
|
7629
7633
|
* @param request - ListGatewayRequest
|
|
7630
7634
|
* @returns ListGatewayResponse
|
|
@@ -8139,6 +8143,9 @@ class Client extends openapi_client_1.default {
|
|
|
8139
8143
|
if (!tea_util_1.default.isUnset(request.resourceName)) {
|
|
8140
8144
|
query["ResourceName"] = request.resourceName;
|
|
8141
8145
|
}
|
|
8146
|
+
if (!tea_util_1.default.isUnset(request.role)) {
|
|
8147
|
+
query["Role"] = request.role;
|
|
8148
|
+
}
|
|
8142
8149
|
if (!tea_util_1.default.isUnset(request.serviceName)) {
|
|
8143
8150
|
query["ServiceName"] = request.serviceName;
|
|
8144
8151
|
}
|
|
@@ -8186,7 +8193,7 @@ class Client extends openapi_client_1.default {
|
|
|
8186
8193
|
return await this.listServicesWithOptions(request, headers, runtime);
|
|
8187
8194
|
}
|
|
8188
8195
|
/**
|
|
8189
|
-
*
|
|
8196
|
+
* Queries a list of tenant plug-ins.
|
|
8190
8197
|
*
|
|
8191
8198
|
* @param headers - map
|
|
8192
8199
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8210,7 +8217,7 @@ class Client extends openapi_client_1.default {
|
|
|
8210
8217
|
return $tea.cast(await this.callApi(params, req, runtime), new ListTenantAddonsResponse({}));
|
|
8211
8218
|
}
|
|
8212
8219
|
/**
|
|
8213
|
-
*
|
|
8220
|
+
* Queries a list of tenant plug-ins.
|
|
8214
8221
|
* @returns ListTenantAddonsResponse
|
|
8215
8222
|
*/
|
|
8216
8223
|
async listTenantAddons() {
|
|
@@ -8219,7 +8226,7 @@ class Client extends openapi_client_1.default {
|
|
|
8219
8226
|
return await this.listTenantAddonsWithOptions(headers, runtime);
|
|
8220
8227
|
}
|
|
8221
8228
|
/**
|
|
8222
|
-
*
|
|
8229
|
+
* Updates the information about a tenant plug-in.
|
|
8223
8230
|
*
|
|
8224
8231
|
* @param headers - map
|
|
8225
8232
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8243,7 +8250,7 @@ class Client extends openapi_client_1.default {
|
|
|
8243
8250
|
return $tea.cast(await this.callApi(params, req, runtime), new ReinstallTenantAddonResponse({}));
|
|
8244
8251
|
}
|
|
8245
8252
|
/**
|
|
8246
|
-
*
|
|
8253
|
+
* Updates the information about a tenant plug-in.
|
|
8247
8254
|
* @returns ReinstallTenantAddonResponse
|
|
8248
8255
|
*/
|
|
8249
8256
|
async reinstallTenantAddon(ClusterId, TenantAddonName) {
|