@alicloud/config20200907 3.0.1 → 3.0.2

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 CHANGED
@@ -48,11 +48,11 @@ export declare class ActiveAggregateConfigRulesResponseBody extends $tea.Model {
48
48
  });
49
49
  }
50
50
  export declare class ActiveAggregateConfigRulesResponse extends $tea.Model {
51
- headers: {
51
+ headers?: {
52
52
  [key: string]: string;
53
53
  };
54
- statusCode: number;
55
- body: ActiveAggregateConfigRulesResponseBody;
54
+ statusCode?: number;
55
+ body?: ActiveAggregateConfigRulesResponseBody;
56
56
  static names(): {
57
57
  [key: string]: string;
58
58
  };
@@ -89,11 +89,11 @@ export declare class ActiveConfigRulesResponseBody extends $tea.Model {
89
89
  });
90
90
  }
91
91
  export declare class ActiveConfigRulesResponse extends $tea.Model {
92
- headers: {
92
+ headers?: {
93
93
  [key: string]: string;
94
94
  };
95
- statusCode: number;
96
- body: ActiveConfigRulesResponseBody;
95
+ statusCode?: number;
96
+ body?: ActiveConfigRulesResponseBody;
97
97
  static names(): {
98
98
  [key: string]: string;
99
99
  };
@@ -132,11 +132,11 @@ export declare class AttachAggregateConfigRuleToCompliancePackResponseBody exten
132
132
  });
133
133
  }
134
134
  export declare class AttachAggregateConfigRuleToCompliancePackResponse extends $tea.Model {
135
- headers: {
135
+ headers?: {
136
136
  [key: string]: string;
137
137
  };
138
- statusCode: number;
139
- body: AttachAggregateConfigRuleToCompliancePackResponseBody;
138
+ statusCode?: number;
139
+ body?: AttachAggregateConfigRuleToCompliancePackResponseBody;
140
140
  static names(): {
141
141
  [key: string]: string;
142
142
  };
@@ -174,11 +174,11 @@ export declare class AttachConfigRuleToCompliancePackResponseBody extends $tea.M
174
174
  });
175
175
  }
176
176
  export declare class AttachConfigRuleToCompliancePackResponse extends $tea.Model {
177
- headers: {
177
+ headers?: {
178
178
  [key: string]: string;
179
179
  };
180
- statusCode: number;
181
- body: AttachConfigRuleToCompliancePackResponseBody;
180
+ statusCode?: number;
181
+ body?: AttachConfigRuleToCompliancePackResponseBody;
182
182
  static names(): {
183
183
  [key: string]: string;
184
184
  };
@@ -217,11 +217,11 @@ export declare class CopyCompliancePacksResponseBody extends $tea.Model {
217
217
  });
218
218
  }
219
219
  export declare class CopyCompliancePacksResponse extends $tea.Model {
220
- headers: {
220
+ headers?: {
221
221
  [key: string]: string;
222
222
  };
223
- statusCode: number;
224
- body: CopyCompliancePacksResponseBody;
223
+ statusCode?: number;
224
+ body?: CopyCompliancePacksResponseBody;
225
225
  static names(): {
226
226
  [key: string]: string;
227
227
  };
@@ -260,11 +260,11 @@ export declare class CopyConfigRulesResponseBody extends $tea.Model {
260
260
  });
261
261
  }
262
262
  export declare class CopyConfigRulesResponse extends $tea.Model {
263
- headers: {
263
+ headers?: {
264
264
  [key: string]: string;
265
265
  };
266
- statusCode: number;
267
- body: CopyConfigRulesResponseBody;
266
+ statusCode?: number;
267
+ body?: CopyConfigRulesResponseBody;
268
268
  static names(): {
269
269
  [key: string]: string;
270
270
  };
@@ -300,11 +300,11 @@ export declare class CreateAdvancedSearchFileResponseBody extends $tea.Model {
300
300
  });
301
301
  }
302
302
  export declare class CreateAdvancedSearchFileResponse extends $tea.Model {
303
- headers: {
303
+ headers?: {
304
304
  [key: string]: string;
305
305
  };
306
- statusCode: number;
307
- body: CreateAdvancedSearchFileResponseBody;
306
+ statusCode?: number;
307
+ body?: CreateAdvancedSearchFileResponseBody;
308
308
  static names(): {
309
309
  [key: string]: string;
310
310
  };
@@ -341,11 +341,11 @@ export declare class CreateAggregateAdvancedSearchFileResponseBody extends $tea.
341
341
  });
342
342
  }
343
343
  export declare class CreateAggregateAdvancedSearchFileResponse extends $tea.Model {
344
- headers: {
344
+ headers?: {
345
345
  [key: string]: string;
346
346
  };
347
- statusCode: number;
348
- body: CreateAggregateAdvancedSearchFileResponseBody;
347
+ statusCode?: number;
348
+ body?: CreateAggregateAdvancedSearchFileResponseBody;
349
349
  static names(): {
350
350
  [key: string]: string;
351
351
  };
@@ -370,6 +370,7 @@ export declare class CreateAggregateCompliancePackRequest extends $tea.Model {
370
370
  riskLevel?: number;
371
371
  tagKeyScope?: string;
372
372
  tagValueScope?: string;
373
+ templateContent?: string;
373
374
  static names(): {
374
375
  [key: string]: string;
375
376
  };
@@ -394,6 +395,7 @@ export declare class CreateAggregateCompliancePackShrinkRequest extends $tea.Mod
394
395
  riskLevel?: number;
395
396
  tagKeyScope?: string;
396
397
  tagValueScope?: string;
398
+ templateContent?: string;
397
399
  static names(): {
398
400
  [key: string]: string;
399
401
  };
@@ -418,11 +420,11 @@ export declare class CreateAggregateCompliancePackResponseBody extends $tea.Mode
418
420
  });
419
421
  }
420
422
  export declare class CreateAggregateCompliancePackResponse extends $tea.Model {
421
- headers: {
423
+ headers?: {
422
424
  [key: string]: string;
423
425
  };
424
- statusCode: number;
425
- body: CreateAggregateCompliancePackResponseBody;
426
+ statusCode?: number;
427
+ body?: CreateAggregateCompliancePackResponseBody;
426
428
  static names(): {
427
429
  [key: string]: string;
428
430
  };
@@ -470,11 +472,11 @@ export declare class CreateAggregateConfigDeliveryChannelResponseBody extends $t
470
472
  });
471
473
  }
472
474
  export declare class CreateAggregateConfigDeliveryChannelResponse extends $tea.Model {
473
- headers: {
475
+ headers?: {
474
476
  [key: string]: string;
475
477
  };
476
- statusCode: number;
477
- body: CreateAggregateConfigDeliveryChannelResponseBody;
478
+ statusCode?: number;
479
+ body?: CreateAggregateConfigDeliveryChannelResponseBody;
478
480
  static names(): {
479
481
  [key: string]: string;
480
482
  };
@@ -563,11 +565,11 @@ export declare class CreateAggregateConfigRuleResponseBody extends $tea.Model {
563
565
  });
564
566
  }
565
567
  export declare class CreateAggregateConfigRuleResponse extends $tea.Model {
566
- headers: {
568
+ headers?: {
567
569
  [key: string]: string;
568
570
  };
569
- statusCode: number;
570
- body: CreateAggregateConfigRuleResponseBody;
571
+ statusCode?: number;
572
+ body?: CreateAggregateConfigRuleResponseBody;
571
573
  static names(): {
572
574
  [key: string]: string;
573
575
  };
@@ -611,11 +613,11 @@ export declare class CreateAggregateRemediationResponseBody extends $tea.Model {
611
613
  });
612
614
  }
613
615
  export declare class CreateAggregateRemediationResponse extends $tea.Model {
614
- headers: {
616
+ headers?: {
615
617
  [key: string]: string;
616
618
  };
617
- statusCode: number;
618
- body: CreateAggregateRemediationResponseBody;
619
+ statusCode?: number;
620
+ body?: CreateAggregateRemediationResponseBody;
619
621
  static names(): {
620
622
  [key: string]: string;
621
623
  };
@@ -632,6 +634,7 @@ export declare class CreateAggregatorRequest extends $tea.Model {
632
634
  aggregatorType?: string;
633
635
  clientToken?: string;
634
636
  description?: string;
637
+ folderId?: string;
635
638
  static names(): {
636
639
  [key: string]: string;
637
640
  };
@@ -648,6 +651,7 @@ export declare class CreateAggregatorShrinkRequest extends $tea.Model {
648
651
  aggregatorType?: string;
649
652
  clientToken?: string;
650
653
  description?: string;
654
+ folderId?: string;
651
655
  static names(): {
652
656
  [key: string]: string;
653
657
  };
@@ -672,11 +676,11 @@ export declare class CreateAggregatorResponseBody extends $tea.Model {
672
676
  });
673
677
  }
674
678
  export declare class CreateAggregatorResponse extends $tea.Model {
675
- headers: {
679
+ headers?: {
676
680
  [key: string]: string;
677
681
  };
678
- statusCode: number;
679
- body: CreateAggregatorResponseBody;
682
+ statusCode?: number;
683
+ body?: CreateAggregatorResponseBody;
680
684
  static names(): {
681
685
  [key: string]: string;
682
686
  };
@@ -700,6 +704,7 @@ export declare class CreateCompliancePackRequest extends $tea.Model {
700
704
  riskLevel?: number;
701
705
  tagKeyScope?: string;
702
706
  tagValueScope?: string;
707
+ templateContent?: string;
703
708
  static names(): {
704
709
  [key: string]: string;
705
710
  };
@@ -723,6 +728,7 @@ export declare class CreateCompliancePackShrinkRequest extends $tea.Model {
723
728
  riskLevel?: number;
724
729
  tagKeyScope?: string;
725
730
  tagValueScope?: string;
731
+ templateContent?: string;
726
732
  static names(): {
727
733
  [key: string]: string;
728
734
  };
@@ -747,11 +753,11 @@ export declare class CreateCompliancePackResponseBody extends $tea.Model {
747
753
  });
748
754
  }
749
755
  export declare class CreateCompliancePackResponse extends $tea.Model {
750
- headers: {
756
+ headers?: {
751
757
  [key: string]: string;
752
758
  };
753
- statusCode: number;
754
- body: CreateCompliancePackResponseBody;
759
+ statusCode?: number;
760
+ body?: CreateCompliancePackResponseBody;
755
761
  static names(): {
756
762
  [key: string]: string;
757
763
  };
@@ -798,11 +804,11 @@ export declare class CreateConfigDeliveryChannelResponseBody extends $tea.Model
798
804
  });
799
805
  }
800
806
  export declare class CreateConfigDeliveryChannelResponse extends $tea.Model {
801
- headers: {
807
+ headers?: {
802
808
  [key: string]: string;
803
809
  };
804
- statusCode: number;
805
- body: CreateConfigDeliveryChannelResponseBody;
810
+ statusCode?: number;
811
+ body?: CreateConfigDeliveryChannelResponseBody;
806
812
  static names(): {
807
813
  [key: string]: string;
808
814
  };
@@ -883,11 +889,11 @@ export declare class CreateConfigRuleResponseBody extends $tea.Model {
883
889
  });
884
890
  }
885
891
  export declare class CreateConfigRuleResponse extends $tea.Model {
886
- headers: {
892
+ headers?: {
887
893
  [key: string]: string;
888
894
  };
889
- statusCode: number;
890
- body: CreateConfigRuleResponseBody;
895
+ statusCode?: number;
896
+ body?: CreateConfigRuleResponseBody;
891
897
  static names(): {
892
898
  [key: string]: string;
893
899
  };
@@ -934,11 +940,11 @@ export declare class CreateDeliveryChannelResponseBody extends $tea.Model {
934
940
  });
935
941
  }
936
942
  export declare class CreateDeliveryChannelResponse extends $tea.Model {
937
- headers: {
943
+ headers?: {
938
944
  [key: string]: string;
939
945
  };
940
- statusCode: number;
941
- body: CreateDeliveryChannelResponseBody;
946
+ statusCode?: number;
947
+ body?: CreateDeliveryChannelResponseBody;
942
948
  static names(): {
943
949
  [key: string]: string;
944
950
  };
@@ -981,11 +987,11 @@ export declare class CreateRemediationResponseBody extends $tea.Model {
981
987
  });
982
988
  }
983
989
  export declare class CreateRemediationResponse extends $tea.Model {
984
- headers: {
990
+ headers?: {
985
991
  [key: string]: string;
986
992
  };
987
- statusCode: number;
988
- body: CreateRemediationResponseBody;
993
+ statusCode?: number;
994
+ body?: CreateRemediationResponseBody;
989
995
  static names(): {
990
996
  [key: string]: string;
991
997
  };
@@ -1023,11 +1029,11 @@ export declare class DeactiveAggregateConfigRulesResponseBody extends $tea.Model
1023
1029
  });
1024
1030
  }
1025
1031
  export declare class DeactiveAggregateConfigRulesResponse extends $tea.Model {
1026
- headers: {
1032
+ headers?: {
1027
1033
  [key: string]: string;
1028
1034
  };
1029
- statusCode: number;
1030
- body: DeactiveAggregateConfigRulesResponseBody;
1035
+ statusCode?: number;
1036
+ body?: DeactiveAggregateConfigRulesResponseBody;
1031
1037
  static names(): {
1032
1038
  [key: string]: string;
1033
1039
  };
@@ -1064,11 +1070,11 @@ export declare class DeactiveConfigRulesResponseBody extends $tea.Model {
1064
1070
  });
1065
1071
  }
1066
1072
  export declare class DeactiveConfigRulesResponse extends $tea.Model {
1067
- headers: {
1073
+ headers?: {
1068
1074
  [key: string]: string;
1069
1075
  };
1070
- statusCode: number;
1071
- body: DeactiveConfigRulesResponseBody;
1076
+ statusCode?: number;
1077
+ body?: DeactiveConfigRulesResponseBody;
1072
1078
  static names(): {
1073
1079
  [key: string]: string;
1074
1080
  };
@@ -1108,11 +1114,11 @@ export declare class DeleteAggregateCompliancePacksResponseBody extends $tea.Mod
1108
1114
  });
1109
1115
  }
1110
1116
  export declare class DeleteAggregateCompliancePacksResponse extends $tea.Model {
1111
- headers: {
1117
+ headers?: {
1112
1118
  [key: string]: string;
1113
1119
  };
1114
- statusCode: number;
1115
- body: DeleteAggregateCompliancePacksResponseBody;
1120
+ statusCode?: number;
1121
+ body?: DeleteAggregateCompliancePacksResponseBody;
1116
1122
  static names(): {
1117
1123
  [key: string]: string;
1118
1124
  };
@@ -1150,11 +1156,11 @@ export declare class DeleteAggregateConfigDeliveryChannelResponseBody extends $t
1150
1156
  });
1151
1157
  }
1152
1158
  export declare class DeleteAggregateConfigDeliveryChannelResponse extends $tea.Model {
1153
- headers: {
1159
+ headers?: {
1154
1160
  [key: string]: string;
1155
1161
  };
1156
- statusCode: number;
1157
- body: DeleteAggregateConfigDeliveryChannelResponseBody;
1162
+ statusCode?: number;
1163
+ body?: DeleteAggregateConfigDeliveryChannelResponseBody;
1158
1164
  static names(): {
1159
1165
  [key: string]: string;
1160
1166
  };
@@ -1192,11 +1198,11 @@ export declare class DeleteAggregateConfigRulesResponseBody extends $tea.Model {
1192
1198
  });
1193
1199
  }
1194
1200
  export declare class DeleteAggregateConfigRulesResponse extends $tea.Model {
1195
- headers: {
1201
+ headers?: {
1196
1202
  [key: string]: string;
1197
1203
  };
1198
- statusCode: number;
1199
- body: DeleteAggregateConfigRulesResponseBody;
1204
+ statusCode?: number;
1205
+ body?: DeleteAggregateConfigRulesResponseBody;
1200
1206
  static names(): {
1201
1207
  [key: string]: string;
1202
1208
  };
@@ -1234,11 +1240,11 @@ export declare class DeleteAggregateRemediationsResponseBody extends $tea.Model
1234
1240
  });
1235
1241
  }
1236
1242
  export declare class DeleteAggregateRemediationsResponse extends $tea.Model {
1237
- headers: {
1243
+ headers?: {
1238
1244
  [key: string]: string;
1239
1245
  };
1240
- statusCode: number;
1241
- body: DeleteAggregateRemediationsResponseBody;
1246
+ statusCode?: number;
1247
+ body?: DeleteAggregateRemediationsResponseBody;
1242
1248
  static names(): {
1243
1249
  [key: string]: string;
1244
1250
  };
@@ -1276,11 +1282,11 @@ export declare class DeleteAggregatorsResponseBody extends $tea.Model {
1276
1282
  });
1277
1283
  }
1278
1284
  export declare class DeleteAggregatorsResponse extends $tea.Model {
1279
- headers: {
1285
+ headers?: {
1280
1286
  [key: string]: string;
1281
1287
  };
1282
- statusCode: number;
1283
- body: DeleteAggregatorsResponseBody;
1288
+ statusCode?: number;
1289
+ body?: DeleteAggregatorsResponseBody;
1284
1290
  static names(): {
1285
1291
  [key: string]: string;
1286
1292
  };
@@ -1319,11 +1325,11 @@ export declare class DeleteCompliancePacksResponseBody extends $tea.Model {
1319
1325
  });
1320
1326
  }
1321
1327
  export declare class DeleteCompliancePacksResponse extends $tea.Model {
1322
- headers: {
1328
+ headers?: {
1323
1329
  [key: string]: string;
1324
1330
  };
1325
- statusCode: number;
1326
- body: DeleteCompliancePacksResponseBody;
1331
+ statusCode?: number;
1332
+ body?: DeleteCompliancePacksResponseBody;
1327
1333
  static names(): {
1328
1334
  [key: string]: string;
1329
1335
  };
@@ -1360,11 +1366,11 @@ export declare class DeleteConfigDeliveryChannelResponseBody extends $tea.Model
1360
1366
  });
1361
1367
  }
1362
1368
  export declare class DeleteConfigDeliveryChannelResponse extends $tea.Model {
1363
- headers: {
1369
+ headers?: {
1364
1370
  [key: string]: string;
1365
1371
  };
1366
- statusCode: number;
1367
- body: DeleteConfigDeliveryChannelResponseBody;
1372
+ statusCode?: number;
1373
+ body?: DeleteConfigDeliveryChannelResponseBody;
1368
1374
  static names(): {
1369
1375
  [key: string]: string;
1370
1376
  };
@@ -1401,11 +1407,11 @@ export declare class DeleteConfigRulesResponseBody extends $tea.Model {
1401
1407
  });
1402
1408
  }
1403
1409
  export declare class DeleteConfigRulesResponse extends $tea.Model {
1404
- headers: {
1410
+ headers?: {
1405
1411
  [key: string]: string;
1406
1412
  };
1407
- statusCode: number;
1408
- body: DeleteConfigRulesResponseBody;
1413
+ statusCode?: number;
1414
+ body?: DeleteConfigRulesResponseBody;
1409
1415
  static names(): {
1410
1416
  [key: string]: string;
1411
1417
  };
@@ -1442,11 +1448,11 @@ export declare class DeleteRemediationsResponseBody extends $tea.Model {
1442
1448
  });
1443
1449
  }
1444
1450
  export declare class DeleteRemediationsResponse extends $tea.Model {
1445
- headers: {
1451
+ headers?: {
1446
1452
  [key: string]: string;
1447
1453
  };
1448
- statusCode: number;
1449
- body: DeleteRemediationsResponseBody;
1454
+ statusCode?: number;
1455
+ body?: DeleteRemediationsResponseBody;
1450
1456
  static names(): {
1451
1457
  [key: string]: string;
1452
1458
  };
@@ -1484,11 +1490,11 @@ export declare class DescribeRemediationResponseBody extends $tea.Model {
1484
1490
  });
1485
1491
  }
1486
1492
  export declare class DescribeRemediationResponse extends $tea.Model {
1487
- headers: {
1493
+ headers?: {
1488
1494
  [key: string]: string;
1489
1495
  };
1490
- statusCode: number;
1491
- body: DescribeRemediationResponseBody;
1496
+ statusCode?: number;
1497
+ body?: DescribeRemediationResponseBody;
1492
1498
  static names(): {
1493
1499
  [key: string]: string;
1494
1500
  };
@@ -1527,11 +1533,11 @@ export declare class DetachAggregateConfigRuleToCompliancePackResponseBody exten
1527
1533
  });
1528
1534
  }
1529
1535
  export declare class DetachAggregateConfigRuleToCompliancePackResponse extends $tea.Model {
1530
- headers: {
1536
+ headers?: {
1531
1537
  [key: string]: string;
1532
1538
  };
1533
- statusCode: number;
1534
- body: DetachAggregateConfigRuleToCompliancePackResponseBody;
1539
+ statusCode?: number;
1540
+ body?: DetachAggregateConfigRuleToCompliancePackResponseBody;
1535
1541
  static names(): {
1536
1542
  [key: string]: string;
1537
1543
  };
@@ -1569,11 +1575,11 @@ export declare class DetachConfigRuleToCompliancePackResponseBody extends $tea.M
1569
1575
  });
1570
1576
  }
1571
1577
  export declare class DetachConfigRuleToCompliancePackResponse extends $tea.Model {
1572
- headers: {
1578
+ headers?: {
1573
1579
  [key: string]: string;
1574
1580
  };
1575
- statusCode: number;
1576
- body: DetachConfigRuleToCompliancePackResponseBody;
1581
+ statusCode?: number;
1582
+ body?: DetachConfigRuleToCompliancePackResponseBody;
1577
1583
  static names(): {
1578
1584
  [key: string]: string;
1579
1585
  };
@@ -1624,11 +1630,11 @@ export declare class EvaluatePreConfigRulesResponseBody extends $tea.Model {
1624
1630
  });
1625
1631
  }
1626
1632
  export declare class EvaluatePreConfigRulesResponse extends $tea.Model {
1627
- headers: {
1633
+ headers?: {
1628
1634
  [key: string]: string;
1629
1635
  };
1630
- statusCode: number;
1631
- body: EvaluatePreConfigRulesResponseBody;
1636
+ statusCode?: number;
1637
+ body?: EvaluatePreConfigRulesResponseBody;
1632
1638
  static names(): {
1633
1639
  [key: string]: string;
1634
1640
  };
@@ -1667,11 +1673,11 @@ export declare class GenerateAggregateCompliancePackReportResponseBody extends $
1667
1673
  });
1668
1674
  }
1669
1675
  export declare class GenerateAggregateCompliancePackReportResponse extends $tea.Model {
1670
- headers: {
1676
+ headers?: {
1671
1677
  [key: string]: string;
1672
1678
  };
1673
- statusCode: number;
1674
- body: GenerateAggregateCompliancePackReportResponseBody;
1679
+ statusCode?: number;
1680
+ body?: GenerateAggregateCompliancePackReportResponseBody;
1675
1681
  static names(): {
1676
1682
  [key: string]: string;
1677
1683
  };
@@ -1711,11 +1717,11 @@ export declare class GenerateAggregateConfigRulesReportResponseBody extends $tea
1711
1717
  });
1712
1718
  }
1713
1719
  export declare class GenerateAggregateConfigRulesReportResponse extends $tea.Model {
1714
- headers: {
1720
+ headers?: {
1715
1721
  [key: string]: string;
1716
1722
  };
1717
- statusCode: number;
1718
- body: GenerateAggregateConfigRulesReportResponseBody;
1723
+ statusCode?: number;
1724
+ body?: GenerateAggregateConfigRulesReportResponseBody;
1719
1725
  static names(): {
1720
1726
  [key: string]: string;
1721
1727
  };
@@ -1754,11 +1760,11 @@ export declare class GenerateAggregateResourceInventoryResponseBody extends $tea
1754
1760
  });
1755
1761
  }
1756
1762
  export declare class GenerateAggregateResourceInventoryResponse extends $tea.Model {
1757
- headers: {
1763
+ headers?: {
1758
1764
  [key: string]: string;
1759
1765
  };
1760
- statusCode: number;
1761
- body: GenerateAggregateResourceInventoryResponseBody;
1766
+ statusCode?: number;
1767
+ body?: GenerateAggregateResourceInventoryResponseBody;
1762
1768
  static names(): {
1763
1769
  [key: string]: string;
1764
1770
  };
@@ -1796,11 +1802,11 @@ export declare class GenerateCompliancePackReportResponseBody extends $tea.Model
1796
1802
  });
1797
1803
  }
1798
1804
  export declare class GenerateCompliancePackReportResponse extends $tea.Model {
1799
- headers: {
1805
+ headers?: {
1800
1806
  [key: string]: string;
1801
1807
  };
1802
- statusCode: number;
1803
- body: GenerateCompliancePackReportResponseBody;
1808
+ statusCode?: number;
1809
+ body?: GenerateCompliancePackReportResponseBody;
1804
1810
  static names(): {
1805
1811
  [key: string]: string;
1806
1812
  };
@@ -1838,11 +1844,11 @@ export declare class GenerateConfigRulesReportResponseBody extends $tea.Model {
1838
1844
  });
1839
1845
  }
1840
1846
  export declare class GenerateConfigRulesReportResponse extends $tea.Model {
1841
- headers: {
1847
+ headers?: {
1842
1848
  [key: string]: string;
1843
1849
  };
1844
- statusCode: number;
1845
- body: GenerateConfigRulesReportResponseBody;
1850
+ statusCode?: number;
1851
+ body?: GenerateConfigRulesReportResponseBody;
1846
1852
  static names(): {
1847
1853
  [key: string]: string;
1848
1854
  };
@@ -1879,11 +1885,11 @@ export declare class GenerateResourceInventoryResponseBody extends $tea.Model {
1879
1885
  });
1880
1886
  }
1881
1887
  export declare class GenerateResourceInventoryResponse extends $tea.Model {
1882
- headers: {
1888
+ headers?: {
1883
1889
  [key: string]: string;
1884
1890
  };
1885
- statusCode: number;
1886
- body: GenerateResourceInventoryResponseBody;
1891
+ statusCode?: number;
1892
+ body?: GenerateResourceInventoryResponseBody;
1887
1893
  static names(): {
1888
1894
  [key: string]: string;
1889
1895
  };
@@ -1908,11 +1914,11 @@ export declare class GetAdvancedSearchFileResponseBody extends $tea.Model {
1908
1914
  });
1909
1915
  }
1910
1916
  export declare class GetAdvancedSearchFileResponse extends $tea.Model {
1911
- headers: {
1917
+ headers?: {
1912
1918
  [key: string]: string;
1913
1919
  };
1914
- statusCode: number;
1915
- body: GetAdvancedSearchFileResponseBody;
1920
+ statusCode?: number;
1921
+ body?: GetAdvancedSearchFileResponseBody;
1916
1922
  static names(): {
1917
1923
  [key: string]: string;
1918
1924
  };
@@ -1950,11 +1956,11 @@ export declare class GetAggregateAccountComplianceByPackResponseBody extends $te
1950
1956
  });
1951
1957
  }
1952
1958
  export declare class GetAggregateAccountComplianceByPackResponse extends $tea.Model {
1953
- headers: {
1959
+ headers?: {
1954
1960
  [key: string]: string;
1955
1961
  };
1956
- statusCode: number;
1957
- body: GetAggregateAccountComplianceByPackResponseBody;
1962
+ statusCode?: number;
1963
+ body?: GetAggregateAccountComplianceByPackResponseBody;
1958
1964
  static names(): {
1959
1965
  [key: string]: string;
1960
1966
  };
@@ -1991,11 +1997,11 @@ export declare class GetAggregateAdvancedSearchFileResponseBody extends $tea.Mod
1991
1997
  });
1992
1998
  }
1993
1999
  export declare class GetAggregateAdvancedSearchFileResponse extends $tea.Model {
1994
- headers: {
2000
+ headers?: {
1995
2001
  [key: string]: string;
1996
2002
  };
1997
- statusCode: number;
1998
- body: GetAggregateAdvancedSearchFileResponseBody;
2003
+ statusCode?: number;
2004
+ body?: GetAggregateAdvancedSearchFileResponseBody;
1999
2005
  static names(): {
2000
2006
  [key: string]: string;
2001
2007
  };
@@ -2033,11 +2039,11 @@ export declare class GetAggregateCompliancePackResponseBody extends $tea.Model {
2033
2039
  });
2034
2040
  }
2035
2041
  export declare class GetAggregateCompliancePackResponse extends $tea.Model {
2036
- headers: {
2042
+ headers?: {
2037
2043
  [key: string]: string;
2038
2044
  };
2039
- statusCode: number;
2040
- body: GetAggregateCompliancePackResponseBody;
2045
+ statusCode?: number;
2046
+ body?: GetAggregateCompliancePackResponseBody;
2041
2047
  static names(): {
2042
2048
  [key: string]: string;
2043
2049
  };
@@ -2075,11 +2081,11 @@ export declare class GetAggregateCompliancePackReportResponseBody extends $tea.M
2075
2081
  });
2076
2082
  }
2077
2083
  export declare class GetAggregateCompliancePackReportResponse extends $tea.Model {
2078
- headers: {
2084
+ headers?: {
2079
2085
  [key: string]: string;
2080
2086
  };
2081
- statusCode: number;
2082
- body: GetAggregateCompliancePackReportResponseBody;
2087
+ statusCode?: number;
2088
+ body?: GetAggregateCompliancePackReportResponseBody;
2083
2089
  static names(): {
2084
2090
  [key: string]: string;
2085
2091
  };
@@ -2116,11 +2122,11 @@ export declare class GetAggregateComplianceSummaryResponseBody extends $tea.Mode
2116
2122
  });
2117
2123
  }
2118
2124
  export declare class GetAggregateComplianceSummaryResponse extends $tea.Model {
2119
- headers: {
2125
+ headers?: {
2120
2126
  [key: string]: string;
2121
2127
  };
2122
- statusCode: number;
2123
- body: GetAggregateComplianceSummaryResponseBody;
2128
+ statusCode?: number;
2129
+ body?: GetAggregateComplianceSummaryResponseBody;
2124
2130
  static names(): {
2125
2131
  [key: string]: string;
2126
2132
  };
@@ -2158,11 +2164,11 @@ export declare class GetAggregateConfigDeliveryChannelResponseBody extends $tea.
2158
2164
  });
2159
2165
  }
2160
2166
  export declare class GetAggregateConfigDeliveryChannelResponse extends $tea.Model {
2161
- headers: {
2167
+ headers?: {
2162
2168
  [key: string]: string;
2163
2169
  };
2164
- statusCode: number;
2165
- body: GetAggregateConfigDeliveryChannelResponseBody;
2170
+ statusCode?: number;
2171
+ body?: GetAggregateConfigDeliveryChannelResponseBody;
2166
2172
  static names(): {
2167
2173
  [key: string]: string;
2168
2174
  };
@@ -2200,11 +2206,11 @@ export declare class GetAggregateConfigRuleResponseBody extends $tea.Model {
2200
2206
  });
2201
2207
  }
2202
2208
  export declare class GetAggregateConfigRuleResponse extends $tea.Model {
2203
- headers: {
2209
+ headers?: {
2204
2210
  [key: string]: string;
2205
2211
  };
2206
- statusCode: number;
2207
- body: GetAggregateConfigRuleResponseBody;
2212
+ statusCode?: number;
2213
+ body?: GetAggregateConfigRuleResponseBody;
2208
2214
  static names(): {
2209
2215
  [key: string]: string;
2210
2216
  };
@@ -2242,11 +2248,11 @@ export declare class GetAggregateConfigRuleComplianceByPackResponseBody extends
2242
2248
  });
2243
2249
  }
2244
2250
  export declare class GetAggregateConfigRuleComplianceByPackResponse extends $tea.Model {
2245
- headers: {
2251
+ headers?: {
2246
2252
  [key: string]: string;
2247
2253
  };
2248
- statusCode: number;
2249
- body: GetAggregateConfigRuleComplianceByPackResponseBody;
2254
+ statusCode?: number;
2255
+ body?: GetAggregateConfigRuleComplianceByPackResponseBody;
2250
2256
  static names(): {
2251
2257
  [key: string]: string;
2252
2258
  };
@@ -2283,11 +2289,11 @@ export declare class GetAggregateConfigRuleSummaryByRiskLevelResponseBody extend
2283
2289
  });
2284
2290
  }
2285
2291
  export declare class GetAggregateConfigRuleSummaryByRiskLevelResponse extends $tea.Model {
2286
- headers: {
2292
+ headers?: {
2287
2293
  [key: string]: string;
2288
2294
  };
2289
- statusCode: number;
2290
- body: GetAggregateConfigRuleSummaryByRiskLevelResponseBody;
2295
+ statusCode?: number;
2296
+ body?: GetAggregateConfigRuleSummaryByRiskLevelResponseBody;
2291
2297
  static names(): {
2292
2298
  [key: string]: string;
2293
2299
  };
@@ -2325,11 +2331,11 @@ export declare class GetAggregateConfigRulesReportResponseBody extends $tea.Mode
2325
2331
  });
2326
2332
  }
2327
2333
  export declare class GetAggregateConfigRulesReportResponse extends $tea.Model {
2328
- headers: {
2334
+ headers?: {
2329
2335
  [key: string]: string;
2330
2336
  };
2331
- statusCode: number;
2332
- body: GetAggregateConfigRulesReportResponseBody;
2337
+ statusCode?: number;
2338
+ body?: GetAggregateConfigRulesReportResponseBody;
2333
2339
  static names(): {
2334
2340
  [key: string]: string;
2335
2341
  };
@@ -2371,11 +2377,11 @@ export declare class GetAggregateDiscoveredResourceResponseBody extends $tea.Mod
2371
2377
  });
2372
2378
  }
2373
2379
  export declare class GetAggregateDiscoveredResourceResponse extends $tea.Model {
2374
- headers: {
2380
+ headers?: {
2375
2381
  [key: string]: string;
2376
2382
  };
2377
- statusCode: number;
2378
- body: GetAggregateDiscoveredResourceResponseBody;
2383
+ statusCode?: number;
2384
+ body?: GetAggregateDiscoveredResourceResponseBody;
2379
2385
  static names(): {
2380
2386
  [key: string]: string;
2381
2387
  };
@@ -2416,11 +2422,11 @@ export declare class GetAggregateResourceComplianceByConfigRuleResponseBody exte
2416
2422
  });
2417
2423
  }
2418
2424
  export declare class GetAggregateResourceComplianceByConfigRuleResponse extends $tea.Model {
2419
- headers: {
2425
+ headers?: {
2420
2426
  [key: string]: string;
2421
2427
  };
2422
- statusCode: number;
2423
- body: GetAggregateResourceComplianceByConfigRuleResponseBody;
2428
+ statusCode?: number;
2429
+ body?: GetAggregateResourceComplianceByConfigRuleResponseBody;
2424
2430
  static names(): {
2425
2431
  [key: string]: string;
2426
2432
  };
@@ -2458,11 +2464,11 @@ export declare class GetAggregateResourceComplianceByPackResponseBody extends $t
2458
2464
  });
2459
2465
  }
2460
2466
  export declare class GetAggregateResourceComplianceByPackResponse extends $tea.Model {
2461
- headers: {
2467
+ headers?: {
2462
2468
  [key: string]: string;
2463
2469
  };
2464
- statusCode: number;
2465
- body: GetAggregateResourceComplianceByPackResponseBody;
2470
+ statusCode?: number;
2471
+ body?: GetAggregateResourceComplianceByPackResponseBody;
2466
2472
  static names(): {
2467
2473
  [key: string]: string;
2468
2474
  };
@@ -2500,11 +2506,11 @@ export declare class GetAggregateResourceComplianceGroupByRegionResponseBody ext
2500
2506
  });
2501
2507
  }
2502
2508
  export declare class GetAggregateResourceComplianceGroupByRegionResponse extends $tea.Model {
2503
- headers: {
2509
+ headers?: {
2504
2510
  [key: string]: string;
2505
2511
  };
2506
- statusCode: number;
2507
- body: GetAggregateResourceComplianceGroupByRegionResponseBody;
2512
+ statusCode?: number;
2513
+ body?: GetAggregateResourceComplianceGroupByRegionResponseBody;
2508
2514
  static names(): {
2509
2515
  [key: string]: string;
2510
2516
  };
@@ -2542,11 +2548,11 @@ export declare class GetAggregateResourceComplianceGroupByResourceTypeResponseBo
2542
2548
  });
2543
2549
  }
2544
2550
  export declare class GetAggregateResourceComplianceGroupByResourceTypeResponse extends $tea.Model {
2545
- headers: {
2551
+ headers?: {
2546
2552
  [key: string]: string;
2547
2553
  };
2548
- statusCode: number;
2549
- body: GetAggregateResourceComplianceGroupByResourceTypeResponseBody;
2554
+ statusCode?: number;
2555
+ body?: GetAggregateResourceComplianceGroupByResourceTypeResponseBody;
2550
2556
  static names(): {
2551
2557
  [key: string]: string;
2552
2558
  };
@@ -2592,11 +2598,11 @@ export declare class GetAggregateResourceComplianceTimelineResponseBody extends
2592
2598
  });
2593
2599
  }
2594
2600
  export declare class GetAggregateResourceComplianceTimelineResponse extends $tea.Model {
2595
- headers: {
2601
+ headers?: {
2596
2602
  [key: string]: string;
2597
2603
  };
2598
- statusCode: number;
2599
- body: GetAggregateResourceComplianceTimelineResponseBody;
2604
+ statusCode?: number;
2605
+ body?: GetAggregateResourceComplianceTimelineResponseBody;
2600
2606
  static names(): {
2601
2607
  [key: string]: string;
2602
2608
  };
@@ -2642,11 +2648,11 @@ export declare class GetAggregateResourceConfigurationTimelineResponseBody exten
2642
2648
  });
2643
2649
  }
2644
2650
  export declare class GetAggregateResourceConfigurationTimelineResponse extends $tea.Model {
2645
- headers: {
2651
+ headers?: {
2646
2652
  [key: string]: string;
2647
2653
  };
2648
- statusCode: number;
2649
- body: GetAggregateResourceConfigurationTimelineResponseBody;
2654
+ statusCode?: number;
2655
+ body?: GetAggregateResourceConfigurationTimelineResponseBody;
2650
2656
  static names(): {
2651
2657
  [key: string]: string;
2652
2658
  };
@@ -2687,11 +2693,11 @@ export declare class GetAggregateResourceCountsGroupByRegionResponseBody extends
2687
2693
  });
2688
2694
  }
2689
2695
  export declare class GetAggregateResourceCountsGroupByRegionResponse extends $tea.Model {
2690
- headers: {
2696
+ headers?: {
2691
2697
  [key: string]: string;
2692
2698
  };
2693
- statusCode: number;
2694
- body: GetAggregateResourceCountsGroupByRegionResponseBody;
2699
+ statusCode?: number;
2700
+ body?: GetAggregateResourceCountsGroupByRegionResponseBody;
2695
2701
  static names(): {
2696
2702
  [key: string]: string;
2697
2703
  };
@@ -2732,11 +2738,11 @@ export declare class GetAggregateResourceCountsGroupByResourceTypeResponseBody e
2732
2738
  });
2733
2739
  }
2734
2740
  export declare class GetAggregateResourceCountsGroupByResourceTypeResponse extends $tea.Model {
2735
- headers: {
2741
+ headers?: {
2736
2742
  [key: string]: string;
2737
2743
  };
2738
- statusCode: number;
2739
- body: GetAggregateResourceCountsGroupByResourceTypeResponseBody;
2744
+ statusCode?: number;
2745
+ body?: GetAggregateResourceCountsGroupByResourceTypeResponseBody;
2740
2746
  static names(): {
2741
2747
  [key: string]: string;
2742
2748
  };
@@ -2773,11 +2779,11 @@ export declare class GetAggregateResourceInventoryResponseBody extends $tea.Mode
2773
2779
  });
2774
2780
  }
2775
2781
  export declare class GetAggregateResourceInventoryResponse extends $tea.Model {
2776
- headers: {
2782
+ headers?: {
2777
2783
  [key: string]: string;
2778
2784
  };
2779
- statusCode: number;
2780
- body: GetAggregateResourceInventoryResponseBody;
2785
+ statusCode?: number;
2786
+ body?: GetAggregateResourceInventoryResponseBody;
2781
2787
  static names(): {
2782
2788
  [key: string]: string;
2783
2789
  };
@@ -2814,11 +2820,11 @@ export declare class GetAggregatorResponseBody extends $tea.Model {
2814
2820
  });
2815
2821
  }
2816
2822
  export declare class GetAggregatorResponse extends $tea.Model {
2817
- headers: {
2823
+ headers?: {
2818
2824
  [key: string]: string;
2819
2825
  };
2820
- statusCode: number;
2821
- body: GetAggregatorResponseBody;
2826
+ statusCode?: number;
2827
+ body?: GetAggregatorResponseBody;
2822
2828
  static names(): {
2823
2829
  [key: string]: string;
2824
2830
  };
@@ -2855,11 +2861,11 @@ export declare class GetCompliancePackResponseBody extends $tea.Model {
2855
2861
  });
2856
2862
  }
2857
2863
  export declare class GetCompliancePackResponse extends $tea.Model {
2858
- headers: {
2864
+ headers?: {
2859
2865
  [key: string]: string;
2860
2866
  };
2861
- statusCode: number;
2862
- body: GetCompliancePackResponseBody;
2867
+ statusCode?: number;
2868
+ body?: GetCompliancePackResponseBody;
2863
2869
  static names(): {
2864
2870
  [key: string]: string;
2865
2871
  };
@@ -2896,11 +2902,11 @@ export declare class GetCompliancePackReportResponseBody extends $tea.Model {
2896
2902
  });
2897
2903
  }
2898
2904
  export declare class GetCompliancePackReportResponse extends $tea.Model {
2899
- headers: {
2905
+ headers?: {
2900
2906
  [key: string]: string;
2901
2907
  };
2902
- statusCode: number;
2903
- body: GetCompliancePackReportResponseBody;
2908
+ statusCode?: number;
2909
+ body?: GetCompliancePackReportResponseBody;
2904
2910
  static names(): {
2905
2911
  [key: string]: string;
2906
2912
  };
@@ -2925,11 +2931,11 @@ export declare class GetComplianceSummaryResponseBody extends $tea.Model {
2925
2931
  });
2926
2932
  }
2927
2933
  export declare class GetComplianceSummaryResponse extends $tea.Model {
2928
- headers: {
2934
+ headers?: {
2929
2935
  [key: string]: string;
2930
2936
  };
2931
- statusCode: number;
2932
- body: GetComplianceSummaryResponseBody;
2937
+ statusCode?: number;
2938
+ body?: GetComplianceSummaryResponseBody;
2933
2939
  static names(): {
2934
2940
  [key: string]: string;
2935
2941
  };
@@ -2966,11 +2972,11 @@ export declare class GetConfigDeliveryChannelResponseBody extends $tea.Model {
2966
2972
  });
2967
2973
  }
2968
2974
  export declare class GetConfigDeliveryChannelResponse extends $tea.Model {
2969
- headers: {
2975
+ headers?: {
2970
2976
  [key: string]: string;
2971
2977
  };
2972
- statusCode: number;
2973
- body: GetConfigDeliveryChannelResponseBody;
2978
+ statusCode?: number;
2979
+ body?: GetConfigDeliveryChannelResponseBody;
2974
2980
  static names(): {
2975
2981
  [key: string]: string;
2976
2982
  };
@@ -3007,11 +3013,11 @@ export declare class GetConfigRuleResponseBody extends $tea.Model {
3007
3013
  });
3008
3014
  }
3009
3015
  export declare class GetConfigRuleResponse extends $tea.Model {
3010
- headers: {
3016
+ headers?: {
3011
3017
  [key: string]: string;
3012
3018
  };
3013
- statusCode: number;
3014
- body: GetConfigRuleResponseBody;
3019
+ statusCode?: number;
3020
+ body?: GetConfigRuleResponseBody;
3015
3021
  static names(): {
3016
3022
  [key: string]: string;
3017
3023
  };
@@ -3048,11 +3054,11 @@ export declare class GetConfigRuleComplianceByPackResponseBody extends $tea.Mode
3048
3054
  });
3049
3055
  }
3050
3056
  export declare class GetConfigRuleComplianceByPackResponse extends $tea.Model {
3051
- headers: {
3057
+ headers?: {
3052
3058
  [key: string]: string;
3053
3059
  };
3054
- statusCode: number;
3055
- body: GetConfigRuleComplianceByPackResponseBody;
3060
+ statusCode?: number;
3061
+ body?: GetConfigRuleComplianceByPackResponseBody;
3056
3062
  static names(): {
3057
3063
  [key: string]: string;
3058
3064
  };
@@ -3077,11 +3083,11 @@ export declare class GetConfigRuleSummaryByRiskLevelResponseBody extends $tea.Mo
3077
3083
  });
3078
3084
  }
3079
3085
  export declare class GetConfigRuleSummaryByRiskLevelResponse extends $tea.Model {
3080
- headers: {
3086
+ headers?: {
3081
3087
  [key: string]: string;
3082
3088
  };
3083
- statusCode: number;
3084
- body: GetConfigRuleSummaryByRiskLevelResponseBody;
3089
+ statusCode?: number;
3090
+ body?: GetConfigRuleSummaryByRiskLevelResponseBody;
3085
3091
  static names(): {
3086
3092
  [key: string]: string;
3087
3093
  };
@@ -3118,11 +3124,11 @@ export declare class GetConfigRulesReportResponseBody extends $tea.Model {
3118
3124
  });
3119
3125
  }
3120
3126
  export declare class GetConfigRulesReportResponse extends $tea.Model {
3121
- headers: {
3127
+ headers?: {
3122
3128
  [key: string]: string;
3123
3129
  };
3124
- statusCode: number;
3125
- body: GetConfigRulesReportResponseBody;
3130
+ statusCode?: number;
3131
+ body?: GetConfigRulesReportResponseBody;
3126
3132
  static names(): {
3127
3133
  [key: string]: string;
3128
3134
  };
@@ -3147,11 +3153,11 @@ export declare class GetConfigurationRecorderResponseBody extends $tea.Model {
3147
3153
  });
3148
3154
  }
3149
3155
  export declare class GetConfigurationRecorderResponse extends $tea.Model {
3150
- headers: {
3156
+ headers?: {
3151
3157
  [key: string]: string;
3152
3158
  };
3153
- statusCode: number;
3154
- body: GetConfigurationRecorderResponseBody;
3159
+ statusCode?: number;
3160
+ body?: GetConfigurationRecorderResponseBody;
3155
3161
  static names(): {
3156
3162
  [key: string]: string;
3157
3163
  };
@@ -3190,11 +3196,11 @@ export declare class GetDiscoveredResourceResponseBody extends $tea.Model {
3190
3196
  });
3191
3197
  }
3192
3198
  export declare class GetDiscoveredResourceResponse extends $tea.Model {
3193
- headers: {
3199
+ headers?: {
3194
3200
  [key: string]: string;
3195
3201
  };
3196
- statusCode: number;
3197
- body: GetDiscoveredResourceResponseBody;
3202
+ statusCode?: number;
3203
+ body?: GetDiscoveredResourceResponseBody;
3198
3204
  static names(): {
3199
3205
  [key: string]: string;
3200
3206
  };
@@ -3231,11 +3237,11 @@ export declare class GetDiscoveredResourceCountsGroupByRegionResponseBody extend
3231
3237
  });
3232
3238
  }
3233
3239
  export declare class GetDiscoveredResourceCountsGroupByRegionResponse extends $tea.Model {
3234
- headers: {
3240
+ headers?: {
3235
3241
  [key: string]: string;
3236
3242
  };
3237
- statusCode: number;
3238
- body: GetDiscoveredResourceCountsGroupByRegionResponseBody;
3243
+ statusCode?: number;
3244
+ body?: GetDiscoveredResourceCountsGroupByRegionResponseBody;
3239
3245
  static names(): {
3240
3246
  [key: string]: string;
3241
3247
  };
@@ -3272,11 +3278,11 @@ export declare class GetDiscoveredResourceCountsGroupByResourceTypeResponseBody
3272
3278
  });
3273
3279
  }
3274
3280
  export declare class GetDiscoveredResourceCountsGroupByResourceTypeResponse extends $tea.Model {
3275
- headers: {
3281
+ headers?: {
3276
3282
  [key: string]: string;
3277
3283
  };
3278
- statusCode: number;
3279
- body: GetDiscoveredResourceCountsGroupByResourceTypeResponseBody;
3284
+ statusCode?: number;
3285
+ body?: GetDiscoveredResourceCountsGroupByResourceTypeResponseBody;
3280
3286
  static names(): {
3281
3287
  [key: string]: string;
3282
3288
  };
@@ -3314,11 +3320,11 @@ export declare class GetIntegratedServiceStatusResponseBody extends $tea.Model {
3314
3320
  });
3315
3321
  }
3316
3322
  export declare class GetIntegratedServiceStatusResponse extends $tea.Model {
3317
- headers: {
3323
+ headers?: {
3318
3324
  [key: string]: string;
3319
3325
  };
3320
- statusCode: number;
3321
- body: GetIntegratedServiceStatusResponseBody;
3326
+ statusCode?: number;
3327
+ body?: GetIntegratedServiceStatusResponseBody;
3322
3328
  static names(): {
3323
3329
  [key: string]: string;
3324
3330
  };
@@ -3355,11 +3361,11 @@ export declare class GetManagedRuleResponseBody extends $tea.Model {
3355
3361
  });
3356
3362
  }
3357
3363
  export declare class GetManagedRuleResponse extends $tea.Model {
3358
- headers: {
3364
+ headers?: {
3359
3365
  [key: string]: string;
3360
3366
  };
3361
- statusCode: number;
3362
- body: GetManagedRuleResponseBody;
3367
+ statusCode?: number;
3368
+ body?: GetManagedRuleResponseBody;
3363
3369
  static names(): {
3364
3370
  [key: string]: string;
3365
3371
  };
@@ -3396,11 +3402,11 @@ export declare class GetRemediationTemplateResponseBody extends $tea.Model {
3396
3402
  });
3397
3403
  }
3398
3404
  export declare class GetRemediationTemplateResponse extends $tea.Model {
3399
- headers: {
3405
+ headers?: {
3400
3406
  [key: string]: string;
3401
3407
  };
3402
- statusCode: number;
3403
- body: GetRemediationTemplateResponseBody;
3408
+ statusCode?: number;
3409
+ body?: GetRemediationTemplateResponseBody;
3404
3410
  static names(): {
3405
3411
  [key: string]: string;
3406
3412
  };
@@ -3438,11 +3444,11 @@ export declare class GetResourceComplianceByConfigRuleResponseBody extends $tea.
3438
3444
  });
3439
3445
  }
3440
3446
  export declare class GetResourceComplianceByConfigRuleResponse extends $tea.Model {
3441
- headers: {
3447
+ headers?: {
3442
3448
  [key: string]: string;
3443
3449
  };
3444
- statusCode: number;
3445
- body: GetResourceComplianceByConfigRuleResponseBody;
3450
+ statusCode?: number;
3451
+ body?: GetResourceComplianceByConfigRuleResponseBody;
3446
3452
  static names(): {
3447
3453
  [key: string]: string;
3448
3454
  };
@@ -3479,11 +3485,11 @@ export declare class GetResourceComplianceByPackResponseBody extends $tea.Model
3479
3485
  });
3480
3486
  }
3481
3487
  export declare class GetResourceComplianceByPackResponse extends $tea.Model {
3482
- headers: {
3488
+ headers?: {
3483
3489
  [key: string]: string;
3484
3490
  };
3485
- statusCode: number;
3486
- body: GetResourceComplianceByPackResponseBody;
3491
+ statusCode?: number;
3492
+ body?: GetResourceComplianceByPackResponseBody;
3487
3493
  static names(): {
3488
3494
  [key: string]: string;
3489
3495
  };
@@ -3520,11 +3526,11 @@ export declare class GetResourceComplianceGroupByRegionResponseBody extends $tea
3520
3526
  });
3521
3527
  }
3522
3528
  export declare class GetResourceComplianceGroupByRegionResponse extends $tea.Model {
3523
- headers: {
3529
+ headers?: {
3524
3530
  [key: string]: string;
3525
3531
  };
3526
- statusCode: number;
3527
- body: GetResourceComplianceGroupByRegionResponseBody;
3532
+ statusCode?: number;
3533
+ body?: GetResourceComplianceGroupByRegionResponseBody;
3528
3534
  static names(): {
3529
3535
  [key: string]: string;
3530
3536
  };
@@ -3561,11 +3567,11 @@ export declare class GetResourceComplianceGroupByResourceTypeResponseBody extend
3561
3567
  });
3562
3568
  }
3563
3569
  export declare class GetResourceComplianceGroupByResourceTypeResponse extends $tea.Model {
3564
- headers: {
3570
+ headers?: {
3565
3571
  [key: string]: string;
3566
3572
  };
3567
- statusCode: number;
3568
- body: GetResourceComplianceGroupByResourceTypeResponseBody;
3573
+ statusCode?: number;
3574
+ body?: GetResourceComplianceGroupByResourceTypeResponseBody;
3569
3575
  static names(): {
3570
3576
  [key: string]: string;
3571
3577
  };
@@ -3608,11 +3614,11 @@ export declare class GetResourceComplianceTimelineResponseBody extends $tea.Mode
3608
3614
  });
3609
3615
  }
3610
3616
  export declare class GetResourceComplianceTimelineResponse extends $tea.Model {
3611
- headers: {
3617
+ headers?: {
3612
3618
  [key: string]: string;
3613
3619
  };
3614
- statusCode: number;
3615
- body: GetResourceComplianceTimelineResponseBody;
3620
+ statusCode?: number;
3621
+ body?: GetResourceComplianceTimelineResponseBody;
3616
3622
  static names(): {
3617
3623
  [key: string]: string;
3618
3624
  };
@@ -3655,11 +3661,11 @@ export declare class GetResourceConfigurationTimelineResponseBody extends $tea.M
3655
3661
  });
3656
3662
  }
3657
3663
  export declare class GetResourceConfigurationTimelineResponse extends $tea.Model {
3658
- headers: {
3664
+ headers?: {
3659
3665
  [key: string]: string;
3660
3666
  };
3661
- statusCode: number;
3662
- body: GetResourceConfigurationTimelineResponseBody;
3667
+ statusCode?: number;
3668
+ body?: GetResourceConfigurationTimelineResponseBody;
3663
3669
  static names(): {
3664
3670
  [key: string]: string;
3665
3671
  };
@@ -3684,11 +3690,11 @@ export declare class GetResourceInventoryResponseBody extends $tea.Model {
3684
3690
  });
3685
3691
  }
3686
3692
  export declare class GetResourceInventoryResponse extends $tea.Model {
3687
- headers: {
3693
+ headers?: {
3688
3694
  [key: string]: string;
3689
3695
  };
3690
- statusCode: number;
3691
- body: GetResourceInventoryResponseBody;
3696
+ statusCode?: number;
3697
+ body?: GetResourceInventoryResponseBody;
3692
3698
  static names(): {
3693
3699
  [key: string]: string;
3694
3700
  };
@@ -3725,11 +3731,11 @@ export declare class GetSupportedResourceRelationConfigResponseBody extends $tea
3725
3731
  });
3726
3732
  }
3727
3733
  export declare class GetSupportedResourceRelationConfigResponse extends $tea.Model {
3728
- headers: {
3734
+ headers?: {
3729
3735
  [key: string]: string;
3730
3736
  };
3731
- statusCode: number;
3732
- body: GetSupportedResourceRelationConfigResponseBody;
3737
+ statusCode?: number;
3738
+ body?: GetSupportedResourceRelationConfigResponseBody;
3733
3739
  static names(): {
3734
3740
  [key: string]: string;
3735
3741
  };
@@ -3785,11 +3791,11 @@ export declare class IgnoreAggregateEvaluationResultsResponseBody extends $tea.M
3785
3791
  });
3786
3792
  }
3787
3793
  export declare class IgnoreAggregateEvaluationResultsResponse extends $tea.Model {
3788
- headers: {
3794
+ headers?: {
3789
3795
  [key: string]: string;
3790
3796
  };
3791
- statusCode: number;
3792
- body: IgnoreAggregateEvaluationResultsResponseBody;
3797
+ statusCode?: number;
3798
+ body?: IgnoreAggregateEvaluationResultsResponseBody;
3793
3799
  static names(): {
3794
3800
  [key: string]: string;
3795
3801
  };
@@ -3843,11 +3849,11 @@ export declare class IgnoreEvaluationResultsResponseBody extends $tea.Model {
3843
3849
  });
3844
3850
  }
3845
3851
  export declare class IgnoreEvaluationResultsResponse extends $tea.Model {
3846
- headers: {
3852
+ headers?: {
3847
3853
  [key: string]: string;
3848
3854
  };
3849
- statusCode: number;
3850
- body: IgnoreEvaluationResultsResponseBody;
3855
+ statusCode?: number;
3856
+ body?: IgnoreEvaluationResultsResponseBody;
3851
3857
  static names(): {
3852
3858
  [key: string]: string;
3853
3859
  };
@@ -3887,11 +3893,11 @@ export declare class ListAggregateCompliancePacksResponseBody extends $tea.Model
3887
3893
  });
3888
3894
  }
3889
3895
  export declare class ListAggregateCompliancePacksResponse extends $tea.Model {
3890
- headers: {
3896
+ headers?: {
3891
3897
  [key: string]: string;
3892
3898
  };
3893
- statusCode: number;
3894
- body: ListAggregateCompliancePacksResponseBody;
3899
+ statusCode?: number;
3900
+ body?: ListAggregateCompliancePacksResponseBody;
3895
3901
  static names(): {
3896
3902
  [key: string]: string;
3897
3903
  };
@@ -3929,11 +3935,11 @@ export declare class ListAggregateConfigDeliveryChannelsResponseBody extends $te
3929
3935
  });
3930
3936
  }
3931
3937
  export declare class ListAggregateConfigDeliveryChannelsResponse extends $tea.Model {
3932
- headers: {
3938
+ headers?: {
3933
3939
  [key: string]: string;
3934
3940
  };
3935
- statusCode: number;
3936
- body: ListAggregateConfigDeliveryChannelsResponseBody;
3941
+ statusCode?: number;
3942
+ body?: ListAggregateConfigDeliveryChannelsResponseBody;
3937
3943
  static names(): {
3938
3944
  [key: string]: string;
3939
3945
  };
@@ -3980,11 +3986,11 @@ export declare class ListAggregateConfigRuleEvaluationResultsResponseBody extend
3980
3986
  });
3981
3987
  }
3982
3988
  export declare class ListAggregateConfigRuleEvaluationResultsResponse extends $tea.Model {
3983
- headers: {
3989
+ headers?: {
3984
3990
  [key: string]: string;
3985
3991
  };
3986
- statusCode: number;
3987
- body: ListAggregateConfigRuleEvaluationResultsResponseBody;
3992
+ statusCode?: number;
3993
+ body?: ListAggregateConfigRuleEvaluationResultsResponseBody;
3988
3994
  static names(): {
3989
3995
  [key: string]: string;
3990
3996
  };
@@ -4021,11 +4027,11 @@ export declare class ListAggregateConfigRuleEvaluationStatisticsResponseBody ext
4021
4027
  });
4022
4028
  }
4023
4029
  export declare class ListAggregateConfigRuleEvaluationStatisticsResponse extends $tea.Model {
4024
- headers: {
4030
+ headers?: {
4025
4031
  [key: string]: string;
4026
4032
  };
4027
- statusCode: number;
4028
- body: ListAggregateConfigRuleEvaluationStatisticsResponseBody;
4033
+ statusCode?: number;
4034
+ body?: ListAggregateConfigRuleEvaluationStatisticsResponseBody;
4029
4035
  static names(): {
4030
4036
  [key: string]: string;
4031
4037
  };
@@ -4070,11 +4076,11 @@ export declare class ListAggregateConfigRulesResponseBody extends $tea.Model {
4070
4076
  });
4071
4077
  }
4072
4078
  export declare class ListAggregateConfigRulesResponse extends $tea.Model {
4073
- headers: {
4079
+ headers?: {
4074
4080
  [key: string]: string;
4075
4081
  };
4076
- statusCode: number;
4077
- body: ListAggregateConfigRulesResponseBody;
4082
+ statusCode?: number;
4083
+ body?: ListAggregateConfigRulesResponseBody;
4078
4084
  static names(): {
4079
4085
  [key: string]: string;
4080
4086
  };
@@ -4119,11 +4125,11 @@ export declare class ListAggregateDiscoveredResourcesResponseBody extends $tea.M
4119
4125
  });
4120
4126
  }
4121
4127
  export declare class ListAggregateDiscoveredResourcesResponse extends $tea.Model {
4122
- headers: {
4128
+ headers?: {
4123
4129
  [key: string]: string;
4124
4130
  };
4125
- statusCode: number;
4126
- body: ListAggregateDiscoveredResourcesResponseBody;
4131
+ statusCode?: number;
4132
+ body?: ListAggregateDiscoveredResourcesResponseBody;
4127
4133
  static names(): {
4128
4134
  [key: string]: string;
4129
4135
  };
@@ -4165,11 +4171,11 @@ export declare class ListAggregateRemediationExecutionsResponseBody extends $tea
4165
4171
  });
4166
4172
  }
4167
4173
  export declare class ListAggregateRemediationExecutionsResponse extends $tea.Model {
4168
- headers: {
4174
+ headers?: {
4169
4175
  [key: string]: string;
4170
4176
  };
4171
- statusCode: number;
4172
- body: ListAggregateRemediationExecutionsResponseBody;
4177
+ statusCode?: number;
4178
+ body?: ListAggregateRemediationExecutionsResponseBody;
4173
4179
  static names(): {
4174
4180
  [key: string]: string;
4175
4181
  };
@@ -4207,11 +4213,11 @@ export declare class ListAggregateRemediationsResponseBody extends $tea.Model {
4207
4213
  });
4208
4214
  }
4209
4215
  export declare class ListAggregateRemediationsResponse extends $tea.Model {
4210
- headers: {
4216
+ headers?: {
4211
4217
  [key: string]: string;
4212
4218
  };
4213
- statusCode: number;
4214
- body: ListAggregateRemediationsResponseBody;
4219
+ statusCode?: number;
4220
+ body?: ListAggregateRemediationsResponseBody;
4215
4221
  static names(): {
4216
4222
  [key: string]: string;
4217
4223
  };
@@ -4254,11 +4260,11 @@ export declare class ListAggregateResourceEvaluationResultsResponseBody extends
4254
4260
  });
4255
4261
  }
4256
4262
  export declare class ListAggregateResourceEvaluationResultsResponse extends $tea.Model {
4257
- headers: {
4263
+ headers?: {
4258
4264
  [key: string]: string;
4259
4265
  };
4260
- statusCode: number;
4261
- body: ListAggregateResourceEvaluationResultsResponseBody;
4266
+ statusCode?: number;
4267
+ body?: ListAggregateResourceEvaluationResultsResponseBody;
4262
4268
  static names(): {
4263
4269
  [key: string]: string;
4264
4270
  };
@@ -4304,11 +4310,11 @@ export declare class ListAggregateResourceRelationsResponseBody extends $tea.Mod
4304
4310
  });
4305
4311
  }
4306
4312
  export declare class ListAggregateResourceRelationsResponse extends $tea.Model {
4307
- headers: {
4313
+ headers?: {
4308
4314
  [key: string]: string;
4309
4315
  };
4310
- statusCode: number;
4311
- body: ListAggregateResourceRelationsResponseBody;
4316
+ statusCode?: number;
4317
+ body?: ListAggregateResourceRelationsResponseBody;
4312
4318
  static names(): {
4313
4319
  [key: string]: string;
4314
4320
  };
@@ -4346,11 +4352,11 @@ export declare class ListAggregateResourcesByAdvancedSearchResponseBody extends
4346
4352
  });
4347
4353
  }
4348
4354
  export declare class ListAggregateResourcesByAdvancedSearchResponse extends $tea.Model {
4349
- headers: {
4355
+ headers?: {
4350
4356
  [key: string]: string;
4351
4357
  };
4352
- statusCode: number;
4353
- body: ListAggregateResourcesByAdvancedSearchResponseBody;
4358
+ statusCode?: number;
4359
+ body?: ListAggregateResourcesByAdvancedSearchResponseBody;
4354
4360
  static names(): {
4355
4361
  [key: string]: string;
4356
4362
  };
@@ -4388,11 +4394,11 @@ export declare class ListAggregatorsResponseBody extends $tea.Model {
4388
4394
  });
4389
4395
  }
4390
4396
  export declare class ListAggregatorsResponse extends $tea.Model {
4391
- headers: {
4397
+ headers?: {
4392
4398
  [key: string]: string;
4393
4399
  };
4394
- statusCode: number;
4395
- body: ListAggregatorsResponseBody;
4400
+ statusCode?: number;
4401
+ body?: ListAggregatorsResponseBody;
4396
4402
  static names(): {
4397
4403
  [key: string]: string;
4398
4404
  };
@@ -4432,11 +4438,11 @@ export declare class ListCompliancePackTemplatesResponseBody extends $tea.Model
4432
4438
  });
4433
4439
  }
4434
4440
  export declare class ListCompliancePackTemplatesResponse extends $tea.Model {
4435
- headers: {
4441
+ headers?: {
4436
4442
  [key: string]: string;
4437
4443
  };
4438
- statusCode: number;
4439
- body: ListCompliancePackTemplatesResponseBody;
4444
+ statusCode?: number;
4445
+ body?: ListCompliancePackTemplatesResponseBody;
4440
4446
  static names(): {
4441
4447
  [key: string]: string;
4442
4448
  };
@@ -4475,11 +4481,11 @@ export declare class ListCompliancePacksResponseBody extends $tea.Model {
4475
4481
  });
4476
4482
  }
4477
4483
  export declare class ListCompliancePacksResponse extends $tea.Model {
4478
- headers: {
4484
+ headers?: {
4479
4485
  [key: string]: string;
4480
4486
  };
4481
- statusCode: number;
4482
- body: ListCompliancePacksResponseBody;
4487
+ statusCode?: number;
4488
+ body?: ListCompliancePacksResponseBody;
4483
4489
  static names(): {
4484
4490
  [key: string]: string;
4485
4491
  };
@@ -4516,11 +4522,11 @@ export declare class ListConfigDeliveryChannelsResponseBody extends $tea.Model {
4516
4522
  });
4517
4523
  }
4518
4524
  export declare class ListConfigDeliveryChannelsResponse extends $tea.Model {
4519
- headers: {
4525
+ headers?: {
4520
4526
  [key: string]: string;
4521
4527
  };
4522
- statusCode: number;
4523
- body: ListConfigDeliveryChannelsResponseBody;
4528
+ statusCode?: number;
4529
+ body?: ListConfigDeliveryChannelsResponseBody;
4524
4530
  static names(): {
4525
4531
  [key: string]: string;
4526
4532
  };
@@ -4564,11 +4570,11 @@ export declare class ListConfigRuleEvaluationResultsResponseBody extends $tea.Mo
4564
4570
  });
4565
4571
  }
4566
4572
  export declare class ListConfigRuleEvaluationResultsResponse extends $tea.Model {
4567
- headers: {
4573
+ headers?: {
4568
4574
  [key: string]: string;
4569
4575
  };
4570
- statusCode: number;
4571
- body: ListConfigRuleEvaluationResultsResponseBody;
4576
+ statusCode?: number;
4577
+ body?: ListConfigRuleEvaluationResultsResponseBody;
4572
4578
  static names(): {
4573
4579
  [key: string]: string;
4574
4580
  };
@@ -4593,11 +4599,11 @@ export declare class ListConfigRuleEvaluationStatisticsResponseBody extends $tea
4593
4599
  });
4594
4600
  }
4595
4601
  export declare class ListConfigRuleEvaluationStatisticsResponse extends $tea.Model {
4596
- headers: {
4602
+ headers?: {
4597
4603
  [key: string]: string;
4598
4604
  };
4599
- statusCode: number;
4600
- body: ListConfigRuleEvaluationStatisticsResponseBody;
4605
+ statusCode?: number;
4606
+ body?: ListConfigRuleEvaluationStatisticsResponseBody;
4601
4607
  static names(): {
4602
4608
  [key: string]: string;
4603
4609
  };
@@ -4641,11 +4647,11 @@ export declare class ListConfigRulesResponseBody extends $tea.Model {
4641
4647
  });
4642
4648
  }
4643
4649
  export declare class ListConfigRulesResponse extends $tea.Model {
4644
- headers: {
4650
+ headers?: {
4645
4651
  [key: string]: string;
4646
4652
  };
4647
- statusCode: number;
4648
- body: ListConfigRulesResponseBody;
4653
+ statusCode?: number;
4654
+ body?: ListConfigRulesResponseBody;
4649
4655
  static names(): {
4650
4656
  [key: string]: string;
4651
4657
  };
@@ -4687,11 +4693,11 @@ export declare class ListDiscoveredResourcesResponseBody extends $tea.Model {
4687
4693
  });
4688
4694
  }
4689
4695
  export declare class ListDiscoveredResourcesResponse extends $tea.Model {
4690
- headers: {
4696
+ headers?: {
4691
4697
  [key: string]: string;
4692
4698
  };
4693
- statusCode: number;
4694
- body: ListDiscoveredResourcesResponseBody;
4699
+ statusCode?: number;
4700
+ body?: ListDiscoveredResourcesResponseBody;
4695
4701
  static names(): {
4696
4702
  [key: string]: string;
4697
4703
  };
@@ -4716,11 +4722,11 @@ export declare class ListIntegratedServiceResponseBody extends $tea.Model {
4716
4722
  });
4717
4723
  }
4718
4724
  export declare class ListIntegratedServiceResponse extends $tea.Model {
4719
- headers: {
4725
+ headers?: {
4720
4726
  [key: string]: string;
4721
4727
  };
4722
- statusCode: number;
4723
- body: ListIntegratedServiceResponseBody;
4728
+ statusCode?: number;
4729
+ body?: ListIntegratedServiceResponseBody;
4724
4730
  static names(): {
4725
4731
  [key: string]: string;
4726
4732
  };
@@ -4761,11 +4767,11 @@ export declare class ListManagedRulesResponseBody extends $tea.Model {
4761
4767
  });
4762
4768
  }
4763
4769
  export declare class ListManagedRulesResponse extends $tea.Model {
4764
- headers: {
4770
+ headers?: {
4765
4771
  [key: string]: string;
4766
4772
  };
4767
- statusCode: number;
4768
- body: ListManagedRulesResponseBody;
4773
+ statusCode?: number;
4774
+ body?: ListManagedRulesResponseBody;
4769
4775
  static names(): {
4770
4776
  [key: string]: string;
4771
4777
  };
@@ -4820,11 +4826,11 @@ export declare class ListPreManagedRulesResponseBody extends $tea.Model {
4820
4826
  });
4821
4827
  }
4822
4828
  export declare class ListPreManagedRulesResponse extends $tea.Model {
4823
- headers: {
4829
+ headers?: {
4824
4830
  [key: string]: string;
4825
4831
  };
4826
- statusCode: number;
4827
- body: ListPreManagedRulesResponseBody;
4832
+ statusCode?: number;
4833
+ body?: ListPreManagedRulesResponseBody;
4828
4834
  static names(): {
4829
4835
  [key: string]: string;
4830
4836
  };
@@ -4864,11 +4870,11 @@ export declare class ListRemediationExecutionsResponseBody extends $tea.Model {
4864
4870
  });
4865
4871
  }
4866
4872
  export declare class ListRemediationExecutionsResponse extends $tea.Model {
4867
- headers: {
4873
+ headers?: {
4868
4874
  [key: string]: string;
4869
4875
  };
4870
- statusCode: number;
4871
- body: ListRemediationExecutionsResponseBody;
4876
+ statusCode?: number;
4877
+ body?: ListRemediationExecutionsResponseBody;
4872
4878
  static names(): {
4873
4879
  [key: string]: string;
4874
4880
  };
@@ -4911,11 +4917,11 @@ export declare class ListRemediationTemplatesResponseBody extends $tea.Model {
4911
4917
  });
4912
4918
  }
4913
4919
  export declare class ListRemediationTemplatesResponse extends $tea.Model {
4914
- headers: {
4920
+ headers?: {
4915
4921
  [key: string]: string;
4916
4922
  };
4917
- statusCode: number;
4918
- body: ListRemediationTemplatesResponseBody;
4923
+ statusCode?: number;
4924
+ body?: ListRemediationTemplatesResponseBody;
4919
4925
  static names(): {
4920
4926
  [key: string]: string;
4921
4927
  };
@@ -4957,11 +4963,11 @@ export declare class ListRemediationsResponseBody extends $tea.Model {
4957
4963
  });
4958
4964
  }
4959
4965
  export declare class ListRemediationsResponse extends $tea.Model {
4960
- headers: {
4966
+ headers?: {
4961
4967
  [key: string]: string;
4962
4968
  };
4963
- statusCode: number;
4964
- body: ListRemediationsResponseBody;
4969
+ statusCode?: number;
4970
+ body?: ListRemediationsResponseBody;
4965
4971
  static names(): {
4966
4972
  [key: string]: string;
4967
4973
  };
@@ -5003,11 +5009,11 @@ export declare class ListResourceEvaluationResultsResponseBody extends $tea.Mode
5003
5009
  });
5004
5010
  }
5005
5011
  export declare class ListResourceEvaluationResultsResponse extends $tea.Model {
5006
- headers: {
5012
+ headers?: {
5007
5013
  [key: string]: string;
5008
5014
  };
5009
- statusCode: number;
5010
- body: ListResourceEvaluationResultsResponseBody;
5015
+ statusCode?: number;
5016
+ body?: ListResourceEvaluationResultsResponseBody;
5011
5017
  static names(): {
5012
5018
  [key: string]: string;
5013
5019
  };
@@ -5051,11 +5057,11 @@ export declare class ListResourceRelationsResponseBody extends $tea.Model {
5051
5057
  });
5052
5058
  }
5053
5059
  export declare class ListResourceRelationsResponse extends $tea.Model {
5054
- headers: {
5060
+ headers?: {
5055
5061
  [key: string]: string;
5056
5062
  };
5057
- statusCode: number;
5058
- body: ListResourceRelationsResponseBody;
5063
+ statusCode?: number;
5064
+ body?: ListResourceRelationsResponseBody;
5059
5065
  static names(): {
5060
5066
  [key: string]: string;
5061
5067
  };
@@ -5092,11 +5098,11 @@ export declare class ListResourcesByAdvancedSearchResponseBody extends $tea.Mode
5092
5098
  });
5093
5099
  }
5094
5100
  export declare class ListResourcesByAdvancedSearchResponse extends $tea.Model {
5095
- headers: {
5101
+ headers?: {
5096
5102
  [key: string]: string;
5097
5103
  };
5098
- statusCode: number;
5099
- body: ListResourcesByAdvancedSearchResponseBody;
5104
+ statusCode?: number;
5105
+ body?: ListResourcesByAdvancedSearchResponseBody;
5100
5106
  static names(): {
5101
5107
  [key: string]: string;
5102
5108
  };
@@ -5136,11 +5142,11 @@ export declare class ListSupportedProductsResponseBody extends $tea.Model {
5136
5142
  });
5137
5143
  }
5138
5144
  export declare class ListSupportedProductsResponse extends $tea.Model {
5139
- headers: {
5145
+ headers?: {
5140
5146
  [key: string]: string;
5141
5147
  };
5142
- statusCode: number;
5143
- body: ListSupportedProductsResponseBody;
5148
+ statusCode?: number;
5149
+ body?: ListSupportedProductsResponseBody;
5144
5150
  static names(): {
5145
5151
  [key: string]: string;
5146
5152
  };
@@ -5198,11 +5204,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
5198
5204
  });
5199
5205
  }
5200
5206
  export declare class ListTagResourcesResponse extends $tea.Model {
5201
- headers: {
5207
+ headers?: {
5202
5208
  [key: string]: string;
5203
5209
  };
5204
- statusCode: number;
5205
- body: ListTagResourcesResponseBody;
5210
+ statusCode?: number;
5211
+ body?: ListTagResourcesResponseBody;
5206
5212
  static names(): {
5207
5213
  [key: string]: string;
5208
5214
  };
@@ -5241,11 +5247,11 @@ export declare class PutEvaluationsResponseBody extends $tea.Model {
5241
5247
  });
5242
5248
  }
5243
5249
  export declare class PutEvaluationsResponse extends $tea.Model {
5244
- headers: {
5250
+ headers?: {
5245
5251
  [key: string]: string;
5246
5252
  };
5247
- statusCode: number;
5248
- body: PutEvaluationsResponseBody;
5253
+ statusCode?: number;
5254
+ body?: PutEvaluationsResponseBody;
5249
5255
  static names(): {
5250
5256
  [key: string]: string;
5251
5257
  };
@@ -5297,11 +5303,11 @@ export declare class RevertAggregateEvaluationResultsResponseBody extends $tea.M
5297
5303
  });
5298
5304
  }
5299
5305
  export declare class RevertAggregateEvaluationResultsResponse extends $tea.Model {
5300
- headers: {
5306
+ headers?: {
5301
5307
  [key: string]: string;
5302
5308
  };
5303
- statusCode: number;
5304
- body: RevertAggregateEvaluationResultsResponseBody;
5309
+ statusCode?: number;
5310
+ body?: RevertAggregateEvaluationResultsResponseBody;
5305
5311
  static names(): {
5306
5312
  [key: string]: string;
5307
5313
  };
@@ -5351,11 +5357,11 @@ export declare class RevertEvaluationResultsResponseBody extends $tea.Model {
5351
5357
  });
5352
5358
  }
5353
5359
  export declare class RevertEvaluationResultsResponse extends $tea.Model {
5354
- headers: {
5360
+ headers?: {
5355
5361
  [key: string]: string;
5356
5362
  };
5357
- statusCode: number;
5358
- body: RevertEvaluationResultsResponseBody;
5363
+ statusCode?: number;
5364
+ body?: RevertEvaluationResultsResponseBody;
5359
5365
  static names(): {
5360
5366
  [key: string]: string;
5361
5367
  };
@@ -5395,11 +5401,11 @@ export declare class StartAggregateConfigRuleEvaluationResponseBody extends $tea
5395
5401
  });
5396
5402
  }
5397
5403
  export declare class StartAggregateConfigRuleEvaluationResponse extends $tea.Model {
5398
- headers: {
5404
+ headers?: {
5399
5405
  [key: string]: string;
5400
5406
  };
5401
- statusCode: number;
5402
- body: StartAggregateConfigRuleEvaluationResponseBody;
5407
+ statusCode?: number;
5408
+ body?: StartAggregateConfigRuleEvaluationResponseBody;
5403
5409
  static names(): {
5404
5410
  [key: string]: string;
5405
5411
  };
@@ -5438,11 +5444,11 @@ export declare class StartAggregateRemediationResponseBody extends $tea.Model {
5438
5444
  });
5439
5445
  }
5440
5446
  export declare class StartAggregateRemediationResponse extends $tea.Model {
5441
- headers: {
5447
+ headers?: {
5442
5448
  [key: string]: string;
5443
5449
  };
5444
- statusCode: number;
5445
- body: StartAggregateRemediationResponseBody;
5450
+ statusCode?: number;
5451
+ body?: StartAggregateRemediationResponseBody;
5446
5452
  static names(): {
5447
5453
  [key: string]: string;
5448
5454
  };
@@ -5481,11 +5487,11 @@ export declare class StartConfigRuleEvaluationResponseBody extends $tea.Model {
5481
5487
  });
5482
5488
  }
5483
5489
  export declare class StartConfigRuleEvaluationResponse extends $tea.Model {
5484
- headers: {
5490
+ headers?: {
5485
5491
  [key: string]: string;
5486
5492
  };
5487
- statusCode: number;
5488
- body: StartConfigRuleEvaluationResponseBody;
5493
+ statusCode?: number;
5494
+ body?: StartConfigRuleEvaluationResponseBody;
5489
5495
  static names(): {
5490
5496
  [key: string]: string;
5491
5497
  };
@@ -5510,11 +5516,11 @@ export declare class StartConfigurationRecorderResponseBody extends $tea.Model {
5510
5516
  });
5511
5517
  }
5512
5518
  export declare class StartConfigurationRecorderResponse extends $tea.Model {
5513
- headers: {
5519
+ headers?: {
5514
5520
  [key: string]: string;
5515
5521
  };
5516
- statusCode: number;
5517
- body: StartConfigurationRecorderResponseBody;
5522
+ statusCode?: number;
5523
+ body?: StartConfigurationRecorderResponseBody;
5518
5524
  static names(): {
5519
5525
  [key: string]: string;
5520
5526
  };
@@ -5551,11 +5557,11 @@ export declare class StartRemediationResponseBody extends $tea.Model {
5551
5557
  });
5552
5558
  }
5553
5559
  export declare class StartRemediationResponse extends $tea.Model {
5554
- headers: {
5560
+ headers?: {
5555
5561
  [key: string]: string;
5556
5562
  };
5557
- statusCode: number;
5558
- body: StartRemediationResponseBody;
5563
+ statusCode?: number;
5564
+ body?: StartRemediationResponseBody;
5559
5565
  static names(): {
5560
5566
  [key: string]: string;
5561
5567
  };
@@ -5580,11 +5586,11 @@ export declare class StopConfigurationRecorderResponseBody extends $tea.Model {
5580
5586
  });
5581
5587
  }
5582
5588
  export declare class StopConfigurationRecorderResponse extends $tea.Model {
5583
- headers: {
5589
+ headers?: {
5584
5590
  [key: string]: string;
5585
5591
  };
5586
- statusCode: number;
5587
- body: StopConfigurationRecorderResponseBody;
5592
+ statusCode?: number;
5593
+ body?: StopConfigurationRecorderResponseBody;
5588
5594
  static names(): {
5589
5595
  [key: string]: string;
5590
5596
  };
@@ -5638,11 +5644,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
5638
5644
  });
5639
5645
  }
5640
5646
  export declare class TagResourcesResponse extends $tea.Model {
5641
- headers: {
5647
+ headers?: {
5642
5648
  [key: string]: string;
5643
5649
  };
5644
- statusCode: number;
5645
- body: TagResourcesResponseBody;
5650
+ statusCode?: number;
5651
+ body?: TagResourcesResponseBody;
5646
5652
  static names(): {
5647
5653
  [key: string]: string;
5648
5654
  };
@@ -5682,11 +5688,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
5682
5688
  });
5683
5689
  }
5684
5690
  export declare class UntagResourcesResponse extends $tea.Model {
5685
- headers: {
5691
+ headers?: {
5686
5692
  [key: string]: string;
5687
5693
  };
5688
- statusCode: number;
5689
- body: UntagResourcesResponseBody;
5694
+ statusCode?: number;
5695
+ body?: UntagResourcesResponseBody;
5690
5696
  static names(): {
5691
5697
  [key: string]: string;
5692
5698
  };
@@ -5757,11 +5763,11 @@ export declare class UpdateAggregateCompliancePackResponseBody extends $tea.Mode
5757
5763
  });
5758
5764
  }
5759
5765
  export declare class UpdateAggregateCompliancePackResponse extends $tea.Model {
5760
- headers: {
5766
+ headers?: {
5761
5767
  [key: string]: string;
5762
5768
  };
5763
- statusCode: number;
5764
- body: UpdateAggregateCompliancePackResponseBody;
5769
+ statusCode?: number;
5770
+ body?: UpdateAggregateCompliancePackResponseBody;
5765
5771
  static names(): {
5766
5772
  [key: string]: string;
5767
5773
  };
@@ -5810,11 +5816,11 @@ export declare class UpdateAggregateConfigDeliveryChannelResponseBody extends $t
5810
5816
  });
5811
5817
  }
5812
5818
  export declare class UpdateAggregateConfigDeliveryChannelResponse extends $tea.Model {
5813
- headers: {
5819
+ headers?: {
5814
5820
  [key: string]: string;
5815
5821
  };
5816
- statusCode: number;
5817
- body: UpdateAggregateConfigDeliveryChannelResponseBody;
5822
+ statusCode?: number;
5823
+ body?: UpdateAggregateConfigDeliveryChannelResponseBody;
5818
5824
  static names(): {
5819
5825
  [key: string]: string;
5820
5826
  };
@@ -5901,11 +5907,11 @@ export declare class UpdateAggregateConfigRuleResponseBody extends $tea.Model {
5901
5907
  });
5902
5908
  }
5903
5909
  export declare class UpdateAggregateConfigRuleResponse extends $tea.Model {
5904
- headers: {
5910
+ headers?: {
5905
5911
  [key: string]: string;
5906
5912
  };
5907
- statusCode: number;
5908
- body: UpdateAggregateConfigRuleResponseBody;
5913
+ statusCode?: number;
5914
+ body?: UpdateAggregateConfigRuleResponseBody;
5909
5915
  static names(): {
5910
5916
  [key: string]: string;
5911
5917
  };
@@ -5948,11 +5954,11 @@ export declare class UpdateAggregateRemediationResponseBody extends $tea.Model {
5948
5954
  });
5949
5955
  }
5950
5956
  export declare class UpdateAggregateRemediationResponse extends $tea.Model {
5951
- headers: {
5957
+ headers?: {
5952
5958
  [key: string]: string;
5953
5959
  };
5954
- statusCode: number;
5955
- body: UpdateAggregateRemediationResponseBody;
5960
+ statusCode?: number;
5961
+ body?: UpdateAggregateRemediationResponseBody;
5956
5962
  static names(): {
5957
5963
  [key: string]: string;
5958
5964
  };
@@ -6009,11 +6015,11 @@ export declare class UpdateAggregatorResponseBody extends $tea.Model {
6009
6015
  });
6010
6016
  }
6011
6017
  export declare class UpdateAggregatorResponse extends $tea.Model {
6012
- headers: {
6018
+ headers?: {
6013
6019
  [key: string]: string;
6014
6020
  };
6015
- statusCode: number;
6016
- body: UpdateAggregatorResponseBody;
6021
+ statusCode?: number;
6022
+ body?: UpdateAggregatorResponseBody;
6017
6023
  static names(): {
6018
6024
  [key: string]: string;
6019
6025
  };
@@ -6082,11 +6088,11 @@ export declare class UpdateCompliancePackResponseBody extends $tea.Model {
6082
6088
  });
6083
6089
  }
6084
6090
  export declare class UpdateCompliancePackResponse extends $tea.Model {
6085
- headers: {
6091
+ headers?: {
6086
6092
  [key: string]: string;
6087
6093
  };
6088
- statusCode: number;
6089
- body: UpdateCompliancePackResponseBody;
6094
+ statusCode?: number;
6095
+ body?: UpdateCompliancePackResponseBody;
6090
6096
  static names(): {
6091
6097
  [key: string]: string;
6092
6098
  };
@@ -6134,11 +6140,11 @@ export declare class UpdateConfigDeliveryChannelResponseBody extends $tea.Model
6134
6140
  });
6135
6141
  }
6136
6142
  export declare class UpdateConfigDeliveryChannelResponse extends $tea.Model {
6137
- headers: {
6143
+ headers?: {
6138
6144
  [key: string]: string;
6139
6145
  };
6140
- statusCode: number;
6141
- body: UpdateConfigDeliveryChannelResponseBody;
6146
+ statusCode?: number;
6147
+ body?: UpdateConfigDeliveryChannelResponseBody;
6142
6148
  static names(): {
6143
6149
  [key: string]: string;
6144
6150
  };
@@ -6217,11 +6223,11 @@ export declare class UpdateConfigRuleResponseBody extends $tea.Model {
6217
6223
  });
6218
6224
  }
6219
6225
  export declare class UpdateConfigRuleResponse extends $tea.Model {
6220
- headers: {
6226
+ headers?: {
6221
6227
  [key: string]: string;
6222
6228
  };
6223
- statusCode: number;
6224
- body: UpdateConfigRuleResponseBody;
6229
+ statusCode?: number;
6230
+ body?: UpdateConfigRuleResponseBody;
6225
6231
  static names(): {
6226
6232
  [key: string]: string;
6227
6233
  };
@@ -6258,11 +6264,11 @@ export declare class UpdateConfigurationRecorderResponseBody extends $tea.Model
6258
6264
  });
6259
6265
  }
6260
6266
  export declare class UpdateConfigurationRecorderResponse extends $tea.Model {
6261
- headers: {
6267
+ headers?: {
6262
6268
  [key: string]: string;
6263
6269
  };
6264
- statusCode: number;
6265
- body: UpdateConfigurationRecorderResponseBody;
6270
+ statusCode?: number;
6271
+ body?: UpdateConfigurationRecorderResponseBody;
6266
6272
  static names(): {
6267
6273
  [key: string]: string;
6268
6274
  };
@@ -6310,11 +6316,11 @@ export declare class UpdateDeliveryChannelResponseBody extends $tea.Model {
6310
6316
  });
6311
6317
  }
6312
6318
  export declare class UpdateDeliveryChannelResponse extends $tea.Model {
6313
- headers: {
6319
+ headers?: {
6314
6320
  [key: string]: string;
6315
6321
  };
6316
- statusCode: number;
6317
- body: UpdateDeliveryChannelResponseBody;
6322
+ statusCode?: number;
6323
+ body?: UpdateDeliveryChannelResponseBody;
6318
6324
  static names(): {
6319
6325
  [key: string]: string;
6320
6326
  };
@@ -6352,11 +6358,11 @@ export declare class UpdateIntegratedServiceStatusResponseBody extends $tea.Mode
6352
6358
  });
6353
6359
  }
6354
6360
  export declare class UpdateIntegratedServiceStatusResponse extends $tea.Model {
6355
- headers: {
6361
+ headers?: {
6356
6362
  [key: string]: string;
6357
6363
  };
6358
- statusCode: number;
6359
- body: UpdateIntegratedServiceStatusResponseBody;
6364
+ statusCode?: number;
6365
+ body?: UpdateIntegratedServiceStatusResponseBody;
6360
6366
  static names(): {
6361
6367
  [key: string]: string;
6362
6368
  };
@@ -6399,11 +6405,11 @@ export declare class UpdateRemediationResponseBody extends $tea.Model {
6399
6405
  });
6400
6406
  }
6401
6407
  export declare class UpdateRemediationResponse extends $tea.Model {
6402
- headers: {
6408
+ headers?: {
6403
6409
  [key: string]: string;
6404
6410
  };
6405
- statusCode: number;
6406
- body: UpdateRemediationResponseBody;
6411
+ statusCode?: number;
6412
+ body?: UpdateRemediationResponseBody;
6407
6413
  static names(): {
6408
6414
  [key: string]: string;
6409
6415
  };
@@ -7050,6 +7056,7 @@ export declare class GetAggregateCompliancePackResponseBodyCompliancePack extend
7050
7056
  riskLevel?: number;
7051
7057
  scope?: GetAggregateCompliancePackResponseBodyCompliancePackScope;
7052
7058
  status?: string;
7059
+ templateContent?: string;
7053
7060
  static names(): {
7054
7061
  [key: string]: string;
7055
7062
  };
@@ -7637,6 +7644,7 @@ export declare class GetAggregatorResponseBodyAggregator extends $tea.Model {
7637
7644
  aggregatorStatus?: number;
7638
7645
  aggregatorType?: string;
7639
7646
  description?: string;
7647
+ folderId?: string;
7640
7648
  static names(): {
7641
7649
  [key: string]: string;
7642
7650
  };
@@ -7706,6 +7714,7 @@ export declare class GetCompliancePackResponseBodyCompliancePack extends $tea.Mo
7706
7714
  riskLevel?: number;
7707
7715
  scope?: GetCompliancePackResponseBodyCompliancePackScope;
7708
7716
  status?: string;
7717
+ templateContent?: string;
7709
7718
  static names(): {
7710
7719
  [key: string]: string;
7711
7720
  };
@@ -8850,6 +8859,7 @@ export declare class ListAggregatorsResponseBodyAggregatorsResultAggregators ext
8850
8859
  aggregatorStatus?: number;
8851
8860
  aggregatorType?: string;
8852
8861
  description?: string;
8862
+ folderId?: string;
8853
8863
  static names(): {
8854
8864
  [key: string]: string;
8855
8865
  };
@@ -9887,10 +9897,8 @@ export default class Client extends OpenApi {
9887
9897
  */
9888
9898
  createConfigDeliveryChannel(request: CreateConfigDeliveryChannelRequest): Promise<CreateConfigDeliveryChannelResponse>;
9889
9899
  /**
9890
- * ### Limits
9891
- * You can use an ordinary account to create up to 200 rules.
9892
- * ### Usage notes
9893
- * This topic provides an example on how to create a managed rule named required-tags. The returned result indicates that the rule is created and the ID of the rule is `cr-5772ba41209e007b****`.
9900
+ * ## Limits
9901
+ * You can use a common account to create up to 200 rules.
9894
9902
  *
9895
9903
  * @param tmpReq CreateConfigRuleRequest
9896
9904
  * @param runtime runtime options for this request RuntimeOptions
@@ -9898,10 +9906,8 @@ export default class Client extends OpenApi {
9898
9906
  */
9899
9907
  createConfigRuleWithOptions(tmpReq: CreateConfigRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateConfigRuleResponse>;
9900
9908
  /**
9901
- * ### Limits
9902
- * You can use an ordinary account to create up to 200 rules.
9903
- * ### Usage notes
9904
- * This topic provides an example on how to create a managed rule named required-tags. The returned result indicates that the rule is created and the ID of the rule is `cr-5772ba41209e007b****`.
9909
+ * ## Limits
9910
+ * You can use a common account to create up to 200 rules.
9905
9911
  *
9906
9912
  * @param request CreateConfigRuleRequest
9907
9913
  * @return CreateConfigRuleResponse