tencentcloud-sdk-nodejs-intl-en 3.0.1349 → 3.0.1350

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.
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20220331: require("./v20220331"), v20210420: require("./v20210420"),
2
+ v20210420: require("./v20210420"), v20220331: require("./v20220331"),
3
3
  };
@@ -23,7 +23,6 @@ const GetAttributeKeyRequest = models.GetAttributeKeyRequest;
23
23
  const Storage = models.Storage;
24
24
  const DescribeAuditTracksResponse = models.DescribeAuditTracksResponse;
25
25
  const StartLoggingRequest = models.StartLoggingRequest;
26
- const DeleteAuditResponse = models.DeleteAuditResponse;
27
26
  const ModifyAuditTrackResponse = models.ModifyAuditTrackResponse;
28
27
  const InquireAuditCreditRequest = models.InquireAuditCreditRequest;
29
28
  const DescribeEventsResponse = models.DescribeEventsResponse;
@@ -33,7 +32,6 @@ const DescribeAuditTrackRequest = models.DescribeAuditTrackRequest;
33
32
  const UpdateAuditRequest = models.UpdateAuditRequest;
34
33
  const DescribeAuditTracksRequest = models.DescribeAuditTracksRequest;
35
34
  const Tracks = models.Tracks;
36
- const CreateAuditResponse = models.CreateAuditResponse;
37
35
  const DeleteAuditTrackRequest = models.DeleteAuditTrackRequest;
38
36
  const StartLoggingResponse = models.StartLoggingResponse;
39
37
  const AttributeKeyDetail = models.AttributeKeyDetail;
@@ -43,14 +41,14 @@ const Resource = models.Resource;
43
41
  const ListAuditsRequest = models.ListAuditsRequest;
44
42
  const ModifyAuditTrackRequest = models.ModifyAuditTrackRequest;
45
43
  const StopLoggingResponse = models.StopLoggingResponse;
44
+ const Filter = models.Filter;
45
+ const ResourceField = models.ResourceField;
46
46
  const CreateAuditTrackRequest = models.CreateAuditTrackRequest;
47
47
  const LookupAttribute = models.LookupAttribute;
48
48
  const ListAuditsResponse = models.ListAuditsResponse;
49
49
  const DescribeEventsRequest = models.DescribeEventsRequest;
50
50
  const UpdateAuditResponse = models.UpdateAuditResponse;
51
51
  const DescribeAuditRequest = models.DescribeAuditRequest;
52
- const CreateAuditRequest = models.CreateAuditRequest;
53
- const DeleteAuditRequest = models.DeleteAuditRequest;
54
52
  const ListCmqEnableRegionRequest = models.ListCmqEnableRegionRequest;
55
53
  const GetAttributeKeyResponse = models.GetAttributeKeyResponse;
56
54
  const ListCmqEnableRegionResponse = models.ListCmqEnableRegionResponse;
@@ -139,17 +137,6 @@ class CloudauditClient extends AbstractClient {
139
137
  this.request("ListCmqEnableRegion", req, resp, cb);
140
138
  }
141
139
 
142
- /**
143
- * This API is used to delete a tracking set.
144
- * @param {DeleteAuditRequest} req
145
- * @param {function(string, DeleteAuditResponse):void} cb
146
- * @public
147
- */
148
- DeleteAudit(req, cb) {
149
- let resp = new DeleteAuditResponse();
150
- this.request("DeleteAudit", req, resp, cb);
151
- }
152
-
153
140
  /**
154
141
  * This API is used to query CloudAudit logs.
155
142
  * @param {DescribeEventsRequest} req
@@ -231,21 +218,6 @@ class CloudauditClient extends AbstractClient {
231
218
  this.request("DescribeAudit", req, resp, cb);
232
219
  }
233
220
 
234
- /**
235
- * Parameter requirements:
236
- 1. If the value of `IsCreateNewBucket` exists, `cosRegion` and `osBucketName` are required.
237
- 2. If the value of `IsEnableCmqNotify` is 1, `IsCreateNewQueue`, `CmqRegion`, and `CmqQueueName` are required.
238
- 3. If the value of `IsEnableCmqNotify` is 0, `IsCreateNewQueue`, `CmqRegion`, and `CmqQueueName` cannot be passed in.
239
- 4. If the value of `IsEnableKmsEncry` is 1, `KmsRegion` and `KeyId` are required.
240
- * @param {CreateAuditRequest} req
241
- * @param {function(string, CreateAuditResponse):void} cb
242
- * @public
243
- */
244
- CreateAudit(req, cb) {
245
- let resp = new CreateAuditResponse();
246
- this.request("CreateAudit", req, resp, cb);
247
- }
248
-
249
221
  /**
250
222
  * This API is used to delete a CloudAudit tracking set.
251
223
  * @param {DeleteAuditTrackRequest} req
@@ -31,7 +31,7 @@ class InquireAuditCreditResponse extends AbstractModel {
31
31
  this.AuditAmount = null;
32
32
 
33
33
  /**
34
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
34
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
35
35
  * @type {string || null}
36
36
  */
37
37
  this.RequestId = null;
@@ -212,7 +212,7 @@ class DescribeAuditTracksResponse extends AbstractModel {
212
212
  this.TotalCount = null;
213
213
 
214
214
  /**
215
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
215
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
216
216
  * @type {string || null}
217
217
  */
218
218
  this.RequestId = null;
@@ -269,41 +269,6 @@ class StartLoggingRequest extends AbstractModel {
269
269
  }
270
270
  }
271
271
 
272
- /**
273
- * DeleteAudit response structure.
274
- * @class
275
- */
276
- class DeleteAuditResponse extends AbstractModel {
277
- constructor(){
278
- super();
279
-
280
- /**
281
- * Whether deletion succeeded
282
- * @type {number || null}
283
- */
284
- this.IsSuccess = null;
285
-
286
- /**
287
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
288
- * @type {string || null}
289
- */
290
- this.RequestId = null;
291
-
292
- }
293
-
294
- /**
295
- * @private
296
- */
297
- deserialize(params) {
298
- if (!params) {
299
- return;
300
- }
301
- this.IsSuccess = 'IsSuccess' in params ? params.IsSuccess : null;
302
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
303
-
304
- }
305
- }
306
-
307
272
  /**
308
273
  * ModifyAuditTrack response structure.
309
274
  * @class
@@ -313,7 +278,7 @@ class ModifyAuditTrackResponse extends AbstractModel {
313
278
  super();
314
279
 
315
280
  /**
316
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
281
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
317
282
  * @type {string || null}
318
283
  */
319
284
  this.RequestId = null;
@@ -434,7 +399,7 @@ class ListCosEnableRegionResponse extends AbstractModel {
434
399
  this.EnableRegions = null;
435
400
 
436
401
  /**
437
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
402
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
438
403
  * @type {string || null}
439
404
  */
440
405
  this.RequestId = null;
@@ -624,7 +589,7 @@ class UpdateAuditRequest extends AbstractModel {
624
589
  this.IsEnableKmsEncry = null;
625
590
 
626
591
  /**
627
- * User-defined COS bucket name, which can only contain 140 lowercase letters (az), digits (09), and dashes (-) and cannot begin or end with "-". If a bucket is not newly created, CloudAudit will not verify whether it actually exists. Enter the name with caution to avoid log delivery failure and consequent data loss.
592
+ * User-defined COS bucket name, which can only contain 1-40 lowercase letters (a-z), digits (0-9), and dashes (-) and cannot begin or end with "-". If a bucket is not newly created, CloudAudit will not verify whether it actually exists. Enter the name with caution to avoid log delivery failure and consequent data loss.
628
593
  * @type {string || null}
629
594
  */
630
595
  this.CosBucketName = null;
@@ -636,7 +601,7 @@ class UpdateAuditRequest extends AbstractModel {
636
601
  this.CmqRegion = null;
637
602
 
638
603
  /**
639
- * Log file prefix, which can only contain 340 ASCII letters (az; AZ) and digits (09).
604
+ * Log file prefix, which can only contain 3-40 ASCII letters (a-z; A-Z) and digits (0-9).
640
605
  * @type {string || null}
641
606
  */
642
607
  this.LogFilePrefix = null;
@@ -790,41 +755,6 @@ class Tracks extends AbstractModel {
790
755
  }
791
756
  }
792
757
 
793
- /**
794
- * CreateAudit response structure.
795
- * @class
796
- */
797
- class CreateAuditResponse extends AbstractModel {
798
- constructor(){
799
- super();
800
-
801
- /**
802
- * Whether creation succeeded.
803
- * @type {number || null}
804
- */
805
- this.IsSuccess = null;
806
-
807
- /**
808
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
809
- * @type {string || null}
810
- */
811
- this.RequestId = null;
812
-
813
- }
814
-
815
- /**
816
- * @private
817
- */
818
- deserialize(params) {
819
- if (!params) {
820
- return;
821
- }
822
- this.IsSuccess = 'IsSuccess' in params ? params.IsSuccess : null;
823
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
824
-
825
- }
826
- }
827
-
828
758
  /**
829
759
  * DeleteAuditTrack request structure.
830
760
  * @class
@@ -868,7 +798,7 @@ class StartLoggingResponse extends AbstractModel {
868
798
  this.IsSuccess = null;
869
799
 
870
800
  /**
871
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
801
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
872
802
  * @type {string || null}
873
803
  */
874
804
  this.RequestId = null;
@@ -1115,7 +1045,7 @@ class ModifyAuditTrackRequest extends AbstractModel {
1115
1045
  this.Storage = null;
1116
1046
 
1117
1047
  /**
1118
- * Whether to enable the feature of shipping organization members operation logs to the organization admin account or the trusted service admin account (0: Not enabled; 1: Enabled. This feature can only be enabled by the organization admin account or the trusted service admin account)
1048
+ * Whether to enable the feature of shipping organization members' operation logs to the organization admin account or the trusted service admin account (0: Not enabled; 1: Enabled. This feature can only be enabled by the organization admin account or the trusted service admin account)
1119
1049
  * @type {number || null}
1120
1050
  */
1121
1051
  this.TrackForAllMembers = null;
@@ -1161,7 +1091,7 @@ class StopLoggingResponse extends AbstractModel {
1161
1091
  this.IsSuccess = null;
1162
1092
 
1163
1093
  /**
1164
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1094
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1165
1095
  * @type {string || null}
1166
1096
  */
1167
1097
  this.RequestId = null;
@@ -1181,6 +1111,84 @@ class StopLoggingResponse extends AbstractModel {
1181
1111
  }
1182
1112
  }
1183
1113
 
1114
+ /**
1115
+ *
1116
+ * @class
1117
+ */
1118
+ class Filter extends AbstractModel {
1119
+ constructor(){
1120
+ super();
1121
+
1122
+ /**
1123
+ *
1124
+ * @type {Array.<ResourceField> || null}
1125
+ */
1126
+ this.ResourceFields = null;
1127
+
1128
+ }
1129
+
1130
+ /**
1131
+ * @private
1132
+ */
1133
+ deserialize(params) {
1134
+ if (!params) {
1135
+ return;
1136
+ }
1137
+
1138
+ if (params.ResourceFields) {
1139
+ this.ResourceFields = new Array();
1140
+ for (let z in params.ResourceFields) {
1141
+ let obj = new ResourceField();
1142
+ obj.deserialize(params.ResourceFields[z]);
1143
+ this.ResourceFields.push(obj);
1144
+ }
1145
+ }
1146
+
1147
+ }
1148
+ }
1149
+
1150
+ /**
1151
+ *
1152
+ * @class
1153
+ */
1154
+ class ResourceField extends AbstractModel {
1155
+ constructor(){
1156
+ super();
1157
+
1158
+ /**
1159
+ *
1160
+ * @type {string || null}
1161
+ */
1162
+ this.ResourceType = null;
1163
+
1164
+ /**
1165
+ *
1166
+ * @type {string || null}
1167
+ */
1168
+ this.ActionType = null;
1169
+
1170
+ /**
1171
+ *
1172
+ * @type {Array.<string> || null}
1173
+ */
1174
+ this.EventNames = null;
1175
+
1176
+ }
1177
+
1178
+ /**
1179
+ * @private
1180
+ */
1181
+ deserialize(params) {
1182
+ if (!params) {
1183
+ return;
1184
+ }
1185
+ this.ResourceType = 'ResourceType' in params ? params.ResourceType : null;
1186
+ this.ActionType = 'ActionType' in params ? params.ActionType : null;
1187
+ this.EventNames = 'EventNames' in params ? params.EventNames : null;
1188
+
1189
+ }
1190
+ }
1191
+
1184
1192
  /**
1185
1193
  * CreateAuditTrack request structure.
1186
1194
  * @class
@@ -1195,6 +1203,18 @@ class CreateAuditTrackRequest extends AbstractModel {
1195
1203
  */
1196
1204
  this.Name = null;
1197
1205
 
1206
+ /**
1207
+ * Tracking set status (0: Not enabled; 1: Enabled).
1208
+ * @type {number || null}
1209
+ */
1210
+ this.Status = null;
1211
+
1212
+ /**
1213
+ * Storage type of shipped data. Valid values: `cos`, `cls`.
1214
+ * @type {Storage || null}
1215
+ */
1216
+ this.Storage = null;
1217
+
1198
1218
  /**
1199
1219
  * Tracking set event type (`Read`: Read; `Write`: Write; `*`: All)
1200
1220
  * @type {string || null}
@@ -1207,12 +1227,6 @@ class CreateAuditTrackRequest extends AbstractModel {
1207
1227
  */
1208
1228
  this.ResourceType = null;
1209
1229
 
1210
- /**
1211
- * Tracking set status (0: Not enabled; 1: Enabled)
1212
- * @type {number || null}
1213
- */
1214
- this.Status = null;
1215
-
1216
1230
  /**
1217
1231
  * The list of API names of tracking set events. When `ResourceType` is `*`, the value of `EventNames` must be `*`. When `ResourceType` is a specified product, the value of `EventNames` can be `*`. When `ResourceType` is `cos` or `cls`, up to 10 APIs are supported.
1218
1232
  * @type {Array.<string> || null}
@@ -1220,16 +1234,16 @@ class CreateAuditTrackRequest extends AbstractModel {
1220
1234
  this.EventNames = null;
1221
1235
 
1222
1236
  /**
1223
- * Storage type of shipped data. Valid values: `cos`, `cls`.
1224
- * @type {Storage || null}
1237
+ * Whether to enable the feature of shipping organization members' operation logs to the organization admin account or the trusted service admin account (0: Not enabled; 1: Enabled. This feature can only be enabled by the organization admin account or the trusted service admin account)
1238
+ * @type {number || null}
1225
1239
  */
1226
- this.Storage = null;
1240
+ this.TrackForAllMembers = null;
1227
1241
 
1228
1242
  /**
1229
- * Whether to enable the feature of shipping organization members’ operation logs to the organization admin account or the trusted service admin account (0: Not enabled; 1: Enabled. This feature can only be enabled by the organization admin account or the trusted service admin account)
1230
- * @type {number || null}
1243
+ *
1244
+ * @type {string || null}
1231
1245
  */
1232
- this.TrackForAllMembers = null;
1246
+ this.ExportId = null;
1233
1247
 
1234
1248
  }
1235
1249
 
@@ -1241,17 +1255,18 @@ class CreateAuditTrackRequest extends AbstractModel {
1241
1255
  return;
1242
1256
  }
1243
1257
  this.Name = 'Name' in params ? params.Name : null;
1244
- this.ActionType = 'ActionType' in params ? params.ActionType : null;
1245
- this.ResourceType = 'ResourceType' in params ? params.ResourceType : null;
1246
1258
  this.Status = 'Status' in params ? params.Status : null;
1247
- this.EventNames = 'EventNames' in params ? params.EventNames : null;
1248
1259
 
1249
1260
  if (params.Storage) {
1250
1261
  let obj = new Storage();
1251
1262
  obj.deserialize(params.Storage)
1252
1263
  this.Storage = obj;
1253
1264
  }
1265
+ this.ActionType = 'ActionType' in params ? params.ActionType : null;
1266
+ this.ResourceType = 'ResourceType' in params ? params.ResourceType : null;
1267
+ this.EventNames = 'EventNames' in params ? params.EventNames : null;
1254
1268
  this.TrackForAllMembers = 'TrackForAllMembers' in params ? params.TrackForAllMembers : null;
1269
+ this.ExportId = 'ExportId' in params ? params.ExportId : null;
1255
1270
 
1256
1271
  }
1257
1272
  }
@@ -1309,7 +1324,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
1309
1324
  this.AuditSummarys = null;
1310
1325
 
1311
1326
  /**
1312
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1327
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1313
1328
  * @type {string || null}
1314
1329
  */
1315
1330
  this.RequestId = null;
@@ -1423,7 +1438,7 @@ class UpdateAuditResponse extends AbstractModel {
1423
1438
  this.IsSuccess = null;
1424
1439
 
1425
1440
  /**
1426
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1441
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1427
1442
  * @type {string || null}
1428
1443
  */
1429
1444
  this.RequestId = null;
@@ -1471,146 +1486,6 @@ class DescribeAuditRequest extends AbstractModel {
1471
1486
  }
1472
1487
  }
1473
1488
 
1474
- /**
1475
- * CreateAudit request structure.
1476
- * @class
1477
- */
1478
- class CreateAuditRequest extends AbstractModel {
1479
- constructor(){
1480
- super();
1481
-
1482
- /**
1483
- * Whether to enable CMQ message notification. 1: Yes; 0: No. Only CMQ queue service is currently supported. If CMQ message notification is enabled, CloudAudit will deliver your log contents to the designated queue in the specified region in real time.
1484
- * @type {number || null}
1485
- */
1486
- this.IsEnableCmqNotify = null;
1487
-
1488
- /**
1489
- * Manages the read/write attribute of event. Valid values: 1 (read-only), 2 (write-only), 3 (read/write).
1490
- * @type {number || null}
1491
- */
1492
- this.ReadWriteAttribute = null;
1493
-
1494
- /**
1495
- * Tracking set name, which can contain 3–128 ASCII letters (a–z; A–Z), digits (0–9), and underscores (_).
1496
- * @type {string || null}
1497
- */
1498
- this.AuditName = null;
1499
-
1500
- /**
1501
- * COS region. Supported regions can be queried through the `ListCosEnableRegion` API.
1502
- * @type {string || null}
1503
- */
1504
- this.CosRegion = null;
1505
-
1506
- /**
1507
- * Whether to create a COS bucket. 1: Yes; 0: No.
1508
- * @type {number || null}
1509
- */
1510
- this.IsCreateNewBucket = null;
1511
-
1512
- /**
1513
- * User-defined COS bucket name, which can only contain 1–40 lowercase letters (a–z), digits (0–9), and dashes (-) and cannot begin or end with "-". If a bucket is not newly created, CloudAudit will not verify whether it actually exists. Enter the name with caution to avoid log delivery failure and consequent data loss.
1514
- * @type {string || null}
1515
- */
1516
- this.CosBucketName = null;
1517
-
1518
- /**
1519
- * Globally unique ID of the CMK. This value is required if it is not a newly created KMS element. It can be obtained through `ListKeyAliasByRegion`. CloudAudit will not verify the validity of the `KeyId`. Enter it carefully to avoid data loss.
1520
- * @type {string || null}
1521
- */
1522
- this.KeyId = null;
1523
-
1524
- /**
1525
- * Queue name, which must begin with a letter and can contain up to 64 letters, digits, and dashes (-). This field is required if the value of `IsEnableCmqNotify` is 1. If a queue is not newly created, CloudAudit will not verify whether it actually exists. Enter the name with caution to avoid log delivery failure and consequent data loss.
1526
- * @type {string || null}
1527
- */
1528
- this.CmqQueueName = null;
1529
-
1530
- /**
1531
- * KMS region. Currently supported regions can be obtained through `ListKmsEnableRegion`. This must be the same as the COS region.
1532
- * @type {string || null}
1533
- */
1534
- this.KmsRegion = null;
1535
-
1536
- /**
1537
- * Whether to enable KMS encryption. 1: Yes, 0: No. If KMS encryption is enabled, the data will be encrypted when delivered to COS.
1538
- * @type {number || null}
1539
- */
1540
- this.IsEnableKmsEncry = null;
1541
-
1542
- /**
1543
- * Region where the queue is located. Supported CMQ regions can be queried through the `ListCmqEnableRegion` API. This field is required if the value of `IsEnableCmqNotify` is 1.
1544
- * @type {string || null}
1545
- */
1546
- this.CmqRegion = null;
1547
-
1548
- /**
1549
- * Log file prefix, which can only contain 3–40 ASCII letters (a–z; A–Z) and digits (0–9). It can be left empty and is the account ID by default.
1550
- * @type {string || null}
1551
- */
1552
- this.LogFilePrefix = null;
1553
-
1554
- /**
1555
- * Whether to create a queue. 1: Yes; 0: No. This field is required if the value of `IsEnableCmqNotify` is 1.
1556
- * @type {number || null}
1557
- */
1558
- this.IsCreateNewQueue = null;
1559
-
1560
- }
1561
-
1562
- /**
1563
- * @private
1564
- */
1565
- deserialize(params) {
1566
- if (!params) {
1567
- return;
1568
- }
1569
- this.IsEnableCmqNotify = 'IsEnableCmqNotify' in params ? params.IsEnableCmqNotify : null;
1570
- this.ReadWriteAttribute = 'ReadWriteAttribute' in params ? params.ReadWriteAttribute : null;
1571
- this.AuditName = 'AuditName' in params ? params.AuditName : null;
1572
- this.CosRegion = 'CosRegion' in params ? params.CosRegion : null;
1573
- this.IsCreateNewBucket = 'IsCreateNewBucket' in params ? params.IsCreateNewBucket : null;
1574
- this.CosBucketName = 'CosBucketName' in params ? params.CosBucketName : null;
1575
- this.KeyId = 'KeyId' in params ? params.KeyId : null;
1576
- this.CmqQueueName = 'CmqQueueName' in params ? params.CmqQueueName : null;
1577
- this.KmsRegion = 'KmsRegion' in params ? params.KmsRegion : null;
1578
- this.IsEnableKmsEncry = 'IsEnableKmsEncry' in params ? params.IsEnableKmsEncry : null;
1579
- this.CmqRegion = 'CmqRegion' in params ? params.CmqRegion : null;
1580
- this.LogFilePrefix = 'LogFilePrefix' in params ? params.LogFilePrefix : null;
1581
- this.IsCreateNewQueue = 'IsCreateNewQueue' in params ? params.IsCreateNewQueue : null;
1582
-
1583
- }
1584
- }
1585
-
1586
- /**
1587
- * DeleteAudit request structure.
1588
- * @class
1589
- */
1590
- class DeleteAuditRequest extends AbstractModel {
1591
- constructor(){
1592
- super();
1593
-
1594
- /**
1595
- * Tracking set name
1596
- * @type {string || null}
1597
- */
1598
- this.AuditName = null;
1599
-
1600
- }
1601
-
1602
- /**
1603
- * @private
1604
- */
1605
- deserialize(params) {
1606
- if (!params) {
1607
- return;
1608
- }
1609
- this.AuditName = 'AuditName' in params ? params.AuditName : null;
1610
-
1611
- }
1612
- }
1613
-
1614
1489
  /**
1615
1490
  * ListCmqEnableRegion request structure.
1616
1491
  * @class
@@ -1654,7 +1529,7 @@ class GetAttributeKeyResponse extends AbstractModel {
1654
1529
  this.AttributeKeyDetails = null;
1655
1530
 
1656
1531
  /**
1657
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1532
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1658
1533
  * @type {string || null}
1659
1534
  */
1660
1535
  this.RequestId = null;
@@ -1697,7 +1572,7 @@ class ListCmqEnableRegionResponse extends AbstractModel {
1697
1572
  this.EnableRegions = null;
1698
1573
 
1699
1574
  /**
1700
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1575
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1701
1576
  * @type {string || null}
1702
1577
  */
1703
1578
  this.RequestId = null;
@@ -1755,7 +1630,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
1755
1630
  this.ListOver = null;
1756
1631
 
1757
1632
  /**
1758
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1633
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1759
1634
  * @type {string || null}
1760
1635
  */
1761
1636
  this.RequestId = null;
@@ -1794,7 +1669,7 @@ class DeleteAuditTrackResponse extends AbstractModel {
1794
1669
  super();
1795
1670
 
1796
1671
  /**
1797
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1672
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1798
1673
  * @type {string || null}
1799
1674
  */
1800
1675
  this.RequestId = null;
@@ -1899,14 +1774,20 @@ class DescribeAuditTrackResponse extends AbstractModel {
1899
1774
  this.CreateTime = null;
1900
1775
 
1901
1776
  /**
1902
- * Whether to enable the feature of shipping organization members operation logs to the organization admin account or the trusted service admin account
1777
+ * Whether to enable the feature of shipping organization members' operation logs to the organization admin account or the trusted service admin account
1903
1778
  Note: This field may return null, indicating that no valid values can be obtained.
1904
1779
  * @type {number || null}
1905
1780
  */
1906
1781
  this.TrackForAllMembers = null;
1907
1782
 
1908
1783
  /**
1909
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1784
+ * Data delivery filter conditions
1785
+ * @type {Filter || null}
1786
+ */
1787
+ this.Filters = null;
1788
+
1789
+ /**
1790
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1910
1791
  * @type {string || null}
1911
1792
  */
1912
1793
  this.RequestId = null;
@@ -1933,6 +1814,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
1933
1814
  }
1934
1815
  this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
1935
1816
  this.TrackForAllMembers = 'TrackForAllMembers' in params ? params.TrackForAllMembers : null;
1817
+
1818
+ if (params.Filters) {
1819
+ let obj = new Filter();
1820
+ obj.deserialize(params.Filters)
1821
+ this.Filters = obj;
1822
+ }
1936
1823
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
1937
1824
 
1938
1825
  }
@@ -2025,7 +1912,7 @@ class DescribeAuditResponse extends AbstractModel {
2025
1912
  this.LogFilePrefix = null;
2026
1913
 
2027
1914
  /**
2028
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1915
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2029
1916
  * @type {string || null}
2030
1917
  */
2031
1918
  this.RequestId = null;
@@ -2261,7 +2148,6 @@ module.exports = {
2261
2148
  Storage: Storage,
2262
2149
  DescribeAuditTracksResponse: DescribeAuditTracksResponse,
2263
2150
  StartLoggingRequest: StartLoggingRequest,
2264
- DeleteAuditResponse: DeleteAuditResponse,
2265
2151
  ModifyAuditTrackResponse: ModifyAuditTrackResponse,
2266
2152
  InquireAuditCreditRequest: InquireAuditCreditRequest,
2267
2153
  DescribeEventsResponse: DescribeEventsResponse,
@@ -2271,7 +2157,6 @@ module.exports = {
2271
2157
  UpdateAuditRequest: UpdateAuditRequest,
2272
2158
  DescribeAuditTracksRequest: DescribeAuditTracksRequest,
2273
2159
  Tracks: Tracks,
2274
- CreateAuditResponse: CreateAuditResponse,
2275
2160
  DeleteAuditTrackRequest: DeleteAuditTrackRequest,
2276
2161
  StartLoggingResponse: StartLoggingResponse,
2277
2162
  AttributeKeyDetail: AttributeKeyDetail,
@@ -2281,14 +2166,14 @@ module.exports = {
2281
2166
  ListAuditsRequest: ListAuditsRequest,
2282
2167
  ModifyAuditTrackRequest: ModifyAuditTrackRequest,
2283
2168
  StopLoggingResponse: StopLoggingResponse,
2169
+ Filter: Filter,
2170
+ ResourceField: ResourceField,
2284
2171
  CreateAuditTrackRequest: CreateAuditTrackRequest,
2285
2172
  LookupAttribute: LookupAttribute,
2286
2173
  ListAuditsResponse: ListAuditsResponse,
2287
2174
  DescribeEventsRequest: DescribeEventsRequest,
2288
2175
  UpdateAuditResponse: UpdateAuditResponse,
2289
2176
  DescribeAuditRequest: DescribeAuditRequest,
2290
- CreateAuditRequest: CreateAuditRequest,
2291
- DeleteAuditRequest: DeleteAuditRequest,
2292
2177
  ListCmqEnableRegionRequest: ListCmqEnableRegionRequest,
2293
2178
  GetAttributeKeyResponse: GetAttributeKeyResponse,
2294
2179
  ListCmqEnableRegionResponse: ListCmqEnableRegionResponse,
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1349";
1
+ const sdkVersion = "3.0.1350";
2
2
  module.exports = sdkVersion