@alicloud/dataworks-public20200518 5.4.2 → 5.4.3

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/dataworks-public20200518",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -41795,7 +41795,7 @@ export default class Client extends OpenApi {
41795
41795
  }
41796
41796
 
41797
41797
  /**
41798
- * @summary The operation that you want to perform. Set the value to **ChangeResourceManagerResourceGroup**.
41798
+ * @summary Modifies the resource group that you specify when you activate DataWorks or purchase a DataWorks exclusive resource group.
41799
41799
  *
41800
41800
  * @param request ChangeResourceManagerResourceGroupRequest
41801
41801
  * @param runtime runtime options for this request RuntimeOptions
@@ -41834,7 +41834,7 @@ export default class Client extends OpenApi {
41834
41834
  }
41835
41835
 
41836
41836
  /**
41837
- * @summary The operation that you want to perform. Set the value to **ChangeResourceManagerResourceGroup**.
41837
+ * @summary Modifies the resource group that you specify when you activate DataWorks or purchase a DataWorks exclusive resource group.
41838
41838
  *
41839
41839
  * @param request ChangeResourceManagerResourceGroupRequest
41840
41840
  * @return ChangeResourceManagerResourceGroupResponse
@@ -43530,10 +43530,9 @@ export default class Client extends OpenApi {
43530
43530
  }
43531
43531
 
43532
43532
  /**
43533
- * @summary Collections are classified into various types. The names of collections of the same type must be different.
43533
+ * @summary Creates a collection.
43534
43534
  *
43535
- * @description A category must belong to a data album.
43536
- * You can create a category in a data album only after you create the data album. You can set the value of the parentQualifiedName parameter to the unique identifier of the data album to create the category.
43535
+ * @description Collections are classified into various types. The names of collections of the same type must be different.
43537
43536
  *
43538
43537
  * @param request CreateMetaCollectionRequest
43539
43538
  * @param runtime runtime options for this request RuntimeOptions
@@ -43576,10 +43575,9 @@ export default class Client extends OpenApi {
43576
43575
  }
43577
43576
 
43578
43577
  /**
43579
- * @summary Collections are classified into various types. The names of collections of the same type must be different.
43578
+ * @summary Creates a collection.
43580
43579
  *
43581
- * @description A category must belong to a data album.
43582
- * You can create a category in a data album only after you create the data album. You can set the value of the parentQualifiedName parameter to the unique identifier of the data album to create the category.
43580
+ * @description Collections are classified into various types. The names of collections of the same type must be different.
43583
43581
  *
43584
43582
  * @param request CreateMetaCollectionRequest
43585
43583
  * @return CreateMetaCollectionResponse
@@ -45293,7 +45291,7 @@ export default class Client extends OpenApi {
45293
45291
  }
45294
45292
 
45295
45293
  /**
45296
- * @summary The operation that you want to perform. Set the value to **DeleteMetaCollection**.
45294
+ * @summary Deletes a collection.
45297
45295
  *
45298
45296
  * @param request DeleteMetaCollectionRequest
45299
45297
  * @param runtime runtime options for this request RuntimeOptions
@@ -45324,7 +45322,7 @@ export default class Client extends OpenApi {
45324
45322
  }
45325
45323
 
45326
45324
  /**
45327
- * @summary The operation that you want to perform. Set the value to **DeleteMetaCollection**.
45325
+ * @summary Deletes a collection.
45328
45326
  *
45329
45327
  * @param request DeleteMetaCollectionRequest
45330
45328
  * @return DeleteMetaCollectionResponse
@@ -45335,7 +45333,7 @@ export default class Client extends OpenApi {
45335
45333
  }
45336
45334
 
45337
45335
  /**
45338
- * @summary The operation that you want to perform. Set the value to **DeleteMetaCollectionEntity**.
45336
+ * @summary Deletes an entity from a collection.
45339
45337
  *
45340
45338
  * @param request DeleteMetaCollectionEntityRequest
45341
45339
  * @param runtime runtime options for this request RuntimeOptions
@@ -45370,7 +45368,7 @@ export default class Client extends OpenApi {
45370
45368
  }
45371
45369
 
45372
45370
  /**
45373
- * @summary The operation that you want to perform. Set the value to **DeleteMetaCollectionEntity**.
45371
+ * @summary Deletes an entity from a collection.
45374
45372
  *
45375
45373
  * @param request DeleteMetaCollectionEntityRequest
45376
45374
  * @return DeleteMetaCollectionEntityResponse
@@ -51548,7 +51546,7 @@ export default class Client extends OpenApi {
51548
51546
  }
51549
51547
 
51550
51548
  /**
51551
- * @summary Queries the information about APIs in the development state.
51549
+ * @summary Queries a list of APIs in the development state.
51552
51550
  *
51553
51551
  * @param request ListDataServiceApisRequest
51554
51552
  * @param runtime runtime options for this request RuntimeOptions
@@ -51603,7 +51601,7 @@ export default class Client extends OpenApi {
51603
51601
  }
51604
51602
 
51605
51603
  /**
51606
- * @summary Queries the information about APIs in the development state.
51604
+ * @summary Queries a list of APIs in the development state.
51607
51605
  *
51608
51606
  * @param request ListDataServiceApisRequest
51609
51607
  * @return ListDataServiceApisResponse
@@ -57569,9 +57567,9 @@ export default class Client extends OpenApi {
57569
57567
  }
57570
57568
 
57571
57569
  /**
57572
- * @summary Only the name and comment of a collection can be updated.
57570
+ * @summary Updates a collection.
57573
57571
  *
57574
- * @description You must configure at least one of the Name and Comment parameters when you update a collection.
57572
+ * @description Only the name and comment of a collection can be updated.
57575
57573
  *
57576
57574
  * @param request UpdateMetaCollectionRequest
57577
57575
  * @param runtime runtime options for this request RuntimeOptions
@@ -57610,9 +57608,9 @@ export default class Client extends OpenApi {
57610
57608
  }
57611
57609
 
57612
57610
  /**
57613
- * @summary Only the name and comment of a collection can be updated.
57611
+ * @summary Updates a collection.
57614
57612
  *
57615
- * @description You must configure at least one of the Name and Comment parameters when you update a collection.
57613
+ * @description Only the name and comment of a collection can be updated.
57616
57614
  *
57617
57615
  * @param request UpdateMetaCollectionRequest
57618
57616
  * @return UpdateMetaCollectionResponse