@alicloud/eiam20211201 2.17.4 → 2.17.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.
Files changed (46) hide show
  1. package/dist/client.d.ts +6 -6
  2. package/dist/client.js +15 -6
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CheckInstanceModuleStatusRequest.d.ts +2 -0
  5. package/dist/models/CheckInstanceModuleStatusRequest.js +4 -0
  6. package/dist/models/CheckInstanceModuleStatusRequest.js.map +1 -1
  7. package/dist/models/CheckInstanceModuleStatusResponseBody.d.ts +1 -1
  8. package/dist/models/GetNetworkAccessEndpointRequest.d.ts +1 -1
  9. package/dist/models/GetNetworkAccessEndpointResponseBody.d.ts +28 -9
  10. package/dist/models/GetNetworkAccessEndpointResponseBody.js +44 -1
  11. package/dist/models/GetNetworkAccessEndpointResponseBody.js.map +1 -1
  12. package/dist/models/ListApplicationsRequest.d.ts +23 -2
  13. package/dist/models/ListApplicationsRequest.js.map +1 -1
  14. package/dist/models/ListApplicationsResponseBody.d.ts +2 -2
  15. package/dist/models/ListInstancesRequest.d.ts +1 -0
  16. package/dist/models/ListInstancesRequest.js +2 -0
  17. package/dist/models/ListInstancesRequest.js.map +1 -1
  18. package/dist/models/ListInstancesResponseBody.d.ts +4 -1
  19. package/dist/models/ListInstancesResponseBody.js.map +1 -1
  20. package/dist/models/ListNetworkAccessEndpointsRequest.d.ts +13 -17
  21. package/dist/models/ListNetworkAccessEndpointsRequest.js.map +1 -1
  22. package/dist/models/ListNetworkAccessEndpointsResponseBody.d.ts +38 -23
  23. package/dist/models/ListNetworkAccessEndpointsResponseBody.js +44 -1
  24. package/dist/models/ListNetworkAccessEndpointsResponseBody.js.map +1 -1
  25. package/dist/models/ListNetworkAccessPathsRequest.d.ts +1 -1
  26. package/dist/models/ListNetworkAccessPathsResponseBody.d.ts +16 -13
  27. package/dist/models/ListNetworkAccessPathsResponseBody.js +6 -0
  28. package/dist/models/ListNetworkAccessPathsResponseBody.js.map +1 -1
  29. package/dist/models/model.d.ts +2 -0
  30. package/dist/models/model.js +38 -34
  31. package/dist/models/model.js.map +1 -1
  32. package/package.json +1 -1
  33. package/src/client.ts +18 -6
  34. package/src/models/CheckInstanceModuleStatusRequest.ts +6 -0
  35. package/src/models/CheckInstanceModuleStatusResponseBody.ts +1 -1
  36. package/src/models/GetNetworkAccessEndpointRequest.ts +1 -1
  37. package/src/models/GetNetworkAccessEndpointResponseBody.ts +62 -9
  38. package/src/models/ListApplicationsRequest.ts +23 -2
  39. package/src/models/ListApplicationsResponseBody.ts +2 -2
  40. package/src/models/ListInstancesRequest.ts +3 -0
  41. package/src/models/ListInstancesResponseBody.ts +4 -1
  42. package/src/models/ListNetworkAccessEndpointsRequest.ts +14 -18
  43. package/src/models/ListNetworkAccessEndpointsResponseBody.ts +73 -24
  44. package/src/models/ListNetworkAccessPathsRequest.ts +1 -1
  45. package/src/models/ListNetworkAccessPathsResponseBody.ts +22 -13
  46. package/src/models/model.ts +2 -0
package/dist/client.d.ts CHANGED
@@ -279,7 +279,7 @@ export default class Client extends OpenApi {
279
279
  */
280
280
  checkInstanceForDelete(request: $_model.CheckInstanceForDeleteRequest): Promise<$_model.CheckInstanceForDeleteResponse>;
281
281
  /**
282
- * Determines whether an instance has the feature of a specific module.
282
+ * Determines whether an instance has the capability of a specific module.
283
283
  *
284
284
  * @param request - CheckInstanceModuleStatusRequest
285
285
  * @param runtime - runtime options for this request RuntimeOptions
@@ -287,7 +287,7 @@ export default class Client extends OpenApi {
287
287
  */
288
288
  checkInstanceModuleStatusWithOptions(request: $_model.CheckInstanceModuleStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CheckInstanceModuleStatusResponse>;
289
289
  /**
290
- * Determines whether an instance has the feature of a specific module.
290
+ * Determines whether an instance has the capability of a specific module.
291
291
  *
292
292
  * @param request - CheckInstanceModuleStatusRequest
293
293
  * @returns CheckInstanceModuleStatusResponse
@@ -3096,7 +3096,7 @@ export default class Client extends OpenApi {
3096
3096
  */
3097
3097
  listApplicationTokens(request: $_model.ListApplicationTokensRequest): Promise<$_model.ListApplicationTokensResponse>;
3098
3098
  /**
3099
- * Queries information about one or more EIAM applications by using paged query. Paging is supported.
3099
+ * Queries information about one or more EIAM applications by using paging.
3100
3100
  *
3101
3101
  * @param request - ListApplicationsRequest
3102
3102
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3104,7 +3104,7 @@ export default class Client extends OpenApi {
3104
3104
  */
3105
3105
  listApplicationsWithOptions(request: $_model.ListApplicationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationsResponse>;
3106
3106
  /**
3107
- * Queries information about one or more EIAM applications by using paged query. Paging is supported.
3107
+ * Queries information about one or more EIAM applications by using paging.
3108
3108
  *
3109
3109
  * @param request - ListApplicationsRequest
3110
3110
  * @returns ListApplicationsResponse
@@ -3723,7 +3723,7 @@ export default class Client extends OpenApi {
3723
3723
  */
3724
3724
  listNetworkAccessEndpointAvailableZones(request: $_model.ListNetworkAccessEndpointAvailableZonesRequest): Promise<$_model.ListNetworkAccessEndpointAvailableZonesResponse>;
3725
3725
  /**
3726
- * Lists the network endpoints for an IDaaS EIAM instance.
3726
+ * Queries the list of network access endpoints under an IDaaS EIAM instance.
3727
3727
  *
3728
3728
  * @param request - ListNetworkAccessEndpointsRequest
3729
3729
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3731,7 +3731,7 @@ export default class Client extends OpenApi {
3731
3731
  */
3732
3732
  listNetworkAccessEndpointsWithOptions(request: $_model.ListNetworkAccessEndpointsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListNetworkAccessEndpointsResponse>;
3733
3733
  /**
3734
- * Lists the network endpoints for an IDaaS EIAM instance.
3734
+ * Queries the list of network access endpoints under an IDaaS EIAM instance.
3735
3735
  *
3736
3736
  * @param request - ListNetworkAccessEndpointsRequest
3737
3737
  * @returns ListNetworkAccessEndpointsResponse
package/dist/client.js CHANGED
@@ -943,7 +943,7 @@ class Client extends openapi_core_1.default {
943
943
  return await this.checkInstanceForDeleteWithOptions(request, runtime);
944
944
  }
945
945
  /**
946
- * Determines whether an instance has the feature of a specific module.
946
+ * Determines whether an instance has the capability of a specific module.
947
947
  *
948
948
  * @param request - CheckInstanceModuleStatusRequest
949
949
  * @param runtime - runtime options for this request RuntimeOptions
@@ -961,6 +961,12 @@ class Client extends openapi_core_1.default {
961
961
  if (!$dara.isNull(request.moduleKey)) {
962
962
  query["ModuleKey"] = request.moduleKey;
963
963
  }
964
+ if (!$dara.isNull(request.resourceLabelKey)) {
965
+ query["ResourceLabelKey"] = request.resourceLabelKey;
966
+ }
967
+ if (!$dara.isNull(request.resourceLabelValue)) {
968
+ query["ResourceLabelValue"] = request.resourceLabelValue;
969
+ }
964
970
  if (!$dara.isNull(request.subFeatureKey)) {
965
971
  query["SubFeatureKey"] = request.subFeatureKey;
966
972
  }
@@ -981,7 +987,7 @@ class Client extends openapi_core_1.default {
981
987
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckInstanceModuleStatusResponse({}));
982
988
  }
983
989
  /**
984
- * Determines whether an instance has the feature of a specific module.
990
+ * Determines whether an instance has the capability of a specific module.
985
991
  *
986
992
  * @param request - CheckInstanceModuleStatusRequest
987
993
  * @returns CheckInstanceModuleStatusResponse
@@ -9222,7 +9228,7 @@ class Client extends openapi_core_1.default {
9222
9228
  return await this.listApplicationTokensWithOptions(request, runtime);
9223
9229
  }
9224
9230
  /**
9225
- * Queries information about one or more EIAM applications by using paged query. Paging is supported.
9231
+ * Queries information about one or more EIAM applications by using paging.
9226
9232
  *
9227
9233
  * @param request - ListApplicationsRequest
9228
9234
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9296,7 +9302,7 @@ class Client extends openapi_core_1.default {
9296
9302
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationsResponse({}));
9297
9303
  }
9298
9304
  /**
9299
- * Queries information about one or more EIAM applications by using paged query. Paging is supported.
9305
+ * Queries information about one or more EIAM applications by using paging.
9300
9306
  *
9301
9307
  * @param request - ListApplicationsRequest
9302
9308
  * @returns ListApplicationsResponse
@@ -11144,6 +11150,9 @@ class Client extends openapi_core_1.default {
11144
11150
  if (!$dara.isNull(request.pageSize)) {
11145
11151
  query["PageSize"] = request.pageSize;
11146
11152
  }
11153
+ if (!$dara.isNull(request.serviceManaged)) {
11154
+ query["ServiceManaged"] = request.serviceManaged;
11155
+ }
11147
11156
  if (!$dara.isNull(request.status)) {
11148
11157
  query["Status"] = request.status;
11149
11158
  }
@@ -11242,7 +11251,7 @@ class Client extends openapi_core_1.default {
11242
11251
  return await this.listNetworkAccessEndpointAvailableZonesWithOptions(request, runtime);
11243
11252
  }
11244
11253
  /**
11245
- * Lists the network endpoints for an IDaaS EIAM instance.
11254
+ * Queries the list of network access endpoints under an IDaaS EIAM instance.
11246
11255
  *
11247
11256
  * @param request - ListNetworkAccessEndpointsRequest
11248
11257
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11289,7 +11298,7 @@ class Client extends openapi_core_1.default {
11289
11298
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListNetworkAccessEndpointsResponse({}));
11290
11299
  }
11291
11300
  /**
11292
- * Lists the network endpoints for an IDaaS EIAM instance.
11301
+ * Queries the list of network access endpoints under an IDaaS EIAM instance.
11293
11302
  *
11294
11303
  * @param request - ListNetworkAccessEndpointsRequest
11295
11304
  * @returns ListNetworkAccessEndpointsResponse