@alicloud/config20200907 4.2.1 → 4.2.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.
Files changed (43) hide show
  1. package/dist/client.d.ts +34 -22
  2. package/dist/client.js +52 -22
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAggregateConfigRuleRequest.d.ts +52 -45
  5. package/dist/models/CreateAggregateConfigRuleRequest.js.map +1 -1
  6. package/dist/models/CreateAggregateConfigRuleShrinkRequest.d.ts +52 -45
  7. package/dist/models/CreateAggregateConfigRuleShrinkRequest.js.map +1 -1
  8. package/dist/models/CreateConfigRuleRequest.d.ts +28 -21
  9. package/dist/models/CreateConfigRuleRequest.js.map +1 -1
  10. package/dist/models/CreateConfigRuleShrinkRequest.d.ts +28 -21
  11. package/dist/models/CreateConfigRuleShrinkRequest.js.map +1 -1
  12. package/dist/models/StartAggregateRemediationRequest.d.ts +38 -0
  13. package/dist/models/StartAggregateRemediationRequest.js +6 -0
  14. package/dist/models/StartAggregateRemediationRequest.js.map +1 -1
  15. package/dist/models/StartAggregateRemediationResponseBody.d.ts +18 -0
  16. package/dist/models/StartAggregateRemediationResponseBody.js.map +1 -1
  17. package/dist/models/StartRemediationRequest.d.ts +22 -0
  18. package/dist/models/StartRemediationRequest.js +6 -0
  19. package/dist/models/StartRemediationRequest.js.map +1 -1
  20. package/dist/models/StartRemediationResponseBody.d.ts +18 -0
  21. package/dist/models/StartRemediationResponseBody.js.map +1 -1
  22. package/dist/models/UpdateAggregateConfigRuleRequest.d.ts +25 -24
  23. package/dist/models/UpdateAggregateConfigRuleRequest.js.map +1 -1
  24. package/dist/models/UpdateAggregateConfigRuleShrinkRequest.d.ts +25 -24
  25. package/dist/models/UpdateAggregateConfigRuleShrinkRequest.js.map +1 -1
  26. package/dist/models/UpdateConfigRuleRequest.d.ts +30 -25
  27. package/dist/models/UpdateConfigRuleRequest.js.map +1 -1
  28. package/dist/models/UpdateConfigRuleShrinkRequest.d.ts +30 -25
  29. package/dist/models/UpdateConfigRuleShrinkRequest.js.map +1 -1
  30. package/package.json +1 -1
  31. package/src/client.ts +58 -22
  32. package/src/models/CreateAggregateConfigRuleRequest.ts +52 -45
  33. package/src/models/CreateAggregateConfigRuleShrinkRequest.ts +52 -45
  34. package/src/models/CreateConfigRuleRequest.ts +28 -21
  35. package/src/models/CreateConfigRuleShrinkRequest.ts +28 -21
  36. package/src/models/StartAggregateRemediationRequest.ts +44 -0
  37. package/src/models/StartAggregateRemediationResponseBody.ts +18 -0
  38. package/src/models/StartRemediationRequest.ts +28 -0
  39. package/src/models/StartRemediationResponseBody.ts +18 -0
  40. package/src/models/UpdateAggregateConfigRuleRequest.ts +25 -24
  41. package/src/models/UpdateAggregateConfigRuleShrinkRequest.ts +25 -24
  42. package/src/models/UpdateConfigRuleRequest.ts +30 -25
  43. package/src/models/UpdateConfigRuleShrinkRequest.ts +30 -25
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class CreateAggregateConfigRuleRequestExcludeTagsScope extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The tag key of the resource to be excluded.
5
+ * The tag key of the resource to exclude.
6
6
  *
7
7
  * @example
8
8
  * key-2
@@ -10,7 +10,7 @@ export declare class CreateAggregateConfigRuleRequestExcludeTagsScope extends $d
10
10
  tagKey?: string;
11
11
  /**
12
12
  * @remarks
13
- * The tag value of the resource to be excluded.
13
+ * The tag value of the resource to exclude.
14
14
  *
15
15
  * @example
16
16
  * value-2
@@ -90,7 +90,7 @@ export declare class CreateAggregateConfigRuleRequestTagsScope extends $dara.Mod
90
90
  export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
91
91
  /**
92
92
  * @remarks
93
- * The rule is effective only for resources of the specified member accounts. Separate multiple member account IDs with commas (,).
93
+ * The rule applies only to resources of the specified member accounts. Separate multiple member account IDs with commas (,).
94
94
  *
95
95
  * > This parameter applies only to rule templates.
96
96
  *
@@ -102,7 +102,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
102
102
  * @remarks
103
103
  * The ID of the account group.
104
104
  *
105
- * For more information about how to obtain the ID of an account group, see [ListAggregators](https://help.aliyun.com/document_detail/255797.html).
105
+ * For more information about how to obtain the ID of an account group, see [the referenced document](https://help.aliyun.com/document_detail/255797.html).
106
106
  *
107
107
  * This parameter is required.
108
108
  *
@@ -112,15 +112,18 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
112
112
  aggregatorId?: string;
113
113
  /**
114
114
  * @remarks
115
- * A client token to ensure that the request is idempotent. Generate a unique value from your client for each request. The `ClientToken` parameter must contain only ASCII characters and be no more than 64 characters long.
115
+ * A client token that ensures the request is idempotent. Generate a unique value from your client for each request. The `ClientToken` parameter must contain only ASCII characters and be no more than 64 characters long.
116
116
  *
117
117
  * @example
118
118
  * 1594295238-f9361358-5843-4294-8d30-b5183fac****
119
119
  */
120
120
  clientToken?: string;
121
121
  /**
122
+ * @remarks
123
+ * The conditions for a custom condition rule, in JSON format.
124
+ *
122
125
  * @example
123
- * {"ComplianceConditions":"{\"operator\":\"and\",\"children\":[{\"operator\":\"StringEquals\",\"featurePath\":\"$.Status\",\"desired\":\"1\",\"featureSource\":\"CONFIGURATION\"}]}"}
126
+ * {"ComplianceConditions":"{\\"operator\\":\\"and\\",\\"children\\":[{\\"operator\\":\\"StringEquals\\",\\"featurePath\\":\\"$.Status\\",\\"desired\\":\\"1\\",\\"featureSource\\":\\"CONFIGURATION\\"}]}"}
124
127
  */
125
128
  conditions?: string;
126
129
  /**
@@ -135,11 +138,11 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
135
138
  configRuleName?: string;
136
139
  /**
137
140
  * @remarks
138
- * The trigger type of the rule. Valid values:
141
+ * The trigger type for the rule. Valid values:
139
142
  *
140
- * - ConfigurationItemChangeNotification: The rule is triggered by configuration changes.
143
+ * - ConfigurationItemChangeNotification: The rule triggers when a resource configuration changes.
141
144
  *
142
- * - ScheduledNotification: The rule is triggered on a regular basis.
145
+ * - ScheduledNotification: The rule triggers on a schedule.
143
146
  *
144
147
  * This parameter is required.
145
148
  *
@@ -149,7 +152,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
149
152
  configRuleTriggerTypes?: string;
150
153
  /**
151
154
  * @remarks
152
- * The description of the rule.
155
+ * A description of the rule.
153
156
  *
154
157
  * @example
155
158
  * 最多可以定义6组标签。如果资源同时具有指定的所有标签,则视为“合规”。
@@ -157,7 +160,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
157
160
  description?: string;
158
161
  /**
159
162
  * @remarks
160
- * The rule is not effective for resources of the specified member accounts. The resources of the specified member accounts are not evaluated. Separate multiple member account IDs with commas (,).
163
+ * The rule does not apply to resources of the specified member accounts. Resources in these accounts are not evaluated. Separate multiple member account IDs with commas (,).
161
164
  *
162
165
  * > This parameter applies only to rule templates.
163
166
  *
@@ -167,9 +170,9 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
167
170
  excludeAccountIdsScope?: string;
168
171
  /**
169
172
  * @remarks
170
- * The rule is not effective for resources of the member accounts in the specified folders. The resources of the member accounts in the specified folders are not evaluated. Separate multiple folder IDs with commas (,).
173
+ * The rule does not apply to resources of member accounts in the specified folders. Resources in these folders are not evaluated. Separate multiple folder IDs with commas (,).
171
174
  *
172
- * > - This parameter applies only to rules of a global account group.
175
+ * > - This parameter applies only to global account group rules.
173
176
  * >
174
177
  * > - This parameter applies only to rule templates.
175
178
  *
@@ -179,7 +182,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
179
182
  excludeFolderIdsScope?: string;
180
183
  /**
181
184
  * @remarks
182
- * The rule is not effective for resources in the specified regions. The resources in the specified regions are not evaluated. Separate multiple region IDs with commas (,).
185
+ * The rule does not apply to resources in the specified regions. Resources in these regions are not evaluated. Separate multiple region IDs with commas (,).
183
186
  *
184
187
  * @example
185
188
  * cn-shanghai
@@ -187,7 +190,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
187
190
  excludeRegionIdsScope?: string;
188
191
  /**
189
192
  * @remarks
190
- * The rule is not effective for resources in the specified resource groups. The resources in the specified resource groups are not evaluated. Separate multiple resource group IDs with commas (,).
193
+ * The rule does not apply to resources in the specified resource groups. Resources in these groups are not evaluated. Separate multiple resource group IDs with commas (,).
191
194
  *
192
195
  * @example
193
196
  * rg-bnczc6r7rml****
@@ -195,7 +198,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
195
198
  excludeResourceGroupIdsScope?: string;
196
199
  /**
197
200
  * @remarks
198
- * The rule is not effective for the specified resources. The specified resources are not evaluated. Separate multiple resource IDs with commas (,).
201
+ * The rule does not apply to the specified resources. These resources are not evaluated. Separate multiple resource IDs with commas (,).
199
202
  *
200
203
  * @example
201
204
  * lb-t4nbowvtbkss7t326****
@@ -203,12 +206,12 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
203
206
  excludeResourceIdsScope?: string;
204
207
  /**
205
208
  * @remarks
206
- * The scope of the tags to be excluded.
209
+ * The scope of tags to exclude.
207
210
  */
208
211
  excludeTagsScope?: CreateAggregateConfigRuleRequestExcludeTagsScope[];
209
212
  /**
210
213
  * @remarks
211
- * The extended content. This parameter specifies the trigger time for a rule that runs on a 24-hour cycle.
214
+ * Extended content. This parameter currently supports only setting the trigger time for rules that run on a 24-hour cycle.
212
215
  *
213
216
  * @example
214
217
  * {"fixedHour":"12"}
@@ -216,9 +219,9 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
216
219
  extendContent?: string;
217
220
  /**
218
221
  * @remarks
219
- * The rule is effective only for resources of the member accounts in the specified folders. Separate multiple folder IDs with commas (,).
222
+ * The rule applies only to resources of member accounts in the specified folders. Separate multiple folder IDs with commas (,).
220
223
  *
221
- * > - This parameter applies only to rules of a global account group.
224
+ * > - This parameter applies only to global account group rules.
222
225
  * >
223
226
  * > - This parameter applies only to rule templates.
224
227
  *
@@ -228,7 +231,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
228
231
  folderIdsScope?: string;
229
232
  /**
230
233
  * @remarks
231
- * The input parameters of the rule.
234
+ * The input parameters for the rule.
232
235
  *
233
236
  * @example
234
237
  * {"tag1Key":"ECS","tag1Value":"test"}
@@ -238,7 +241,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
238
241
  };
239
242
  /**
240
243
  * @remarks
241
- * The frequency at which the rule is run. Valid values:
244
+ * The frequency at which the rule runs. Valid values:
242
245
  *
243
246
  * - One_Hour: 1 hour.
244
247
  *
@@ -250,7 +253,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
250
253
  *
251
254
  * - TwentyFour_Hours (default): 24 hours.
252
255
  *
253
- * > This parameter is required if you set `ConfigRuleTriggerTypes` to `ScheduledNotification`.
256
+ * > Set this parameter if you set `ConfigRuleTriggerTypes` to `ScheduledNotification`.
254
257
  *
255
258
  * @example
256
259
  * One_Hour
@@ -258,7 +261,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
258
261
  maximumExecutionFrequency?: string;
259
262
  /**
260
263
  * @remarks
261
- * The rule is effective only for resources in the specified regions. Separate multiple region IDs with commas (,).
264
+ * The rule applies only to resources in the specified regions. Separate multiple region IDs with commas (,).
262
265
  *
263
266
  * @example
264
267
  * cn-hangzhou
@@ -266,7 +269,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
266
269
  regionIdsScope?: string;
267
270
  /**
268
271
  * @remarks
269
- * The rule is effective only for resources in the specified resource groups. Separate multiple resource group IDs with commas (,).
272
+ * The rule applies only to resources in the specified resource groups. Separate multiple resource group IDs with commas (,).
270
273
  *
271
274
  * @example
272
275
  * rg-aekzc7r7rhx****
@@ -274,7 +277,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
274
277
  resourceGroupIdsScope?: string;
275
278
  /**
276
279
  * @remarks
277
- * The rule is effective only for the specified resources. Separate multiple resource IDs with commas (,).
280
+ * The rule applies only to the specified resources. Separate multiple resource IDs with commas (,).
278
281
  *
279
282
  * @example
280
283
  * lb-5cmbowstbkss9ta03****
@@ -282,7 +285,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
282
285
  resourceIdsScope?: string;
283
286
  /**
284
287
  * @remarks
285
- * The rule is effective only for resources that have the specified names.
288
+ * The rule applies only to resources with the specified names.
286
289
  *
287
290
  * @example
288
291
  * i-xxx
@@ -293,7 +296,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
293
296
  resourceNameScope?: string;
294
297
  /**
295
298
  * @remarks
296
- * The resource types to be evaluated by the rule. Separate multiple resource types with commas (,).
299
+ * The resource types to evaluate. Separate multiple types with commas (,).
297
300
  *
298
301
  * This parameter is required.
299
302
  *
@@ -321,15 +324,17 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
321
324
  * @remarks
322
325
  * The identifier of the rule.
323
326
  *
324
- * - If you set `SourceOwner` to `ALIYUN`, enter the identifier of the rule template, such as `required-tags`.
327
+ * - If `SourceOwner` is `ALIYUN`, enter the identifier of the rule template, such as `required-tags`.
325
328
  *
326
- * > For more information about how to query the identifier of a rule template, see [List of rule templates](https://help.aliyun.com/document_detail/127404.html).
329
+ * > For more information about how to query rule template identifiers, see [the referenced document](https://help.aliyun.com/document_detail/127404.html).
327
330
  *
328
- * - If you set `SourceOwner` to `CUSTOM_FC`, enter the Alibaba Cloud Resource Name (ARN) of the function in Function Compute.
331
+ * - If `SourceOwner` is `CUSTOM_CONFIGURATION`, enter `acs-config-configuration`.
329
332
  *
330
- * The ARN is in the format of `acs:fc:{region}:{accountId}:services/{serviceName}.LATEST/functions/{functionName}`. For example, `acs:fc:cn-hangzhou:120886317861****:services/service-test.LATEST/functions/config-test`.
333
+ * - If `SourceOwner` is `CUSTOM_FC`, enter the Alibaba Cloud Resource Name (ARN) of the Function Compute function.
331
334
  *
332
- * > For more information about how to obtain the ARN of a function, see [ListFunctions](https://help.aliyun.com/document_detail/415752.html).
335
+ * The ARN format is `acs:fc:{region}:{accountId}:services/{serviceName}.LATEST/functions/{functionName}`. For example, `acs:fc:cn-hangzhou:120886317861****:services/service-test.LATEST/functions/config-test`.
336
+ *
337
+ * > For more information about how to obtain a function ARN, see [the referenced document](https://help.aliyun.com/document_detail/415752.html).
333
338
  *
334
339
  * This parameter is required.
335
340
  *
@@ -339,11 +344,13 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
339
344
  sourceIdentifier?: string;
340
345
  /**
341
346
  * @remarks
342
- * The type of the rule. Valid values:
347
+ * The type of rule. Valid values:
343
348
  *
344
349
  * - ALIYUN: rule template
345
350
  *
346
- * - CUSTOM_FC: custom rule
351
+ * - CUSTOM_FC: custom Function Compute rule
352
+ *
353
+ * - CUSTOM_CONFIGURATION: custom condition rule
347
354
  *
348
355
  * This parameter is required.
349
356
  *
@@ -353,14 +360,14 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
353
360
  sourceOwner?: string;
354
361
  /**
355
362
  * @remarks
356
- * The tags to add to the rule. You can add up to 20 tags.
363
+ * The tag of the rule.
357
364
  */
358
365
  tag?: CreateAggregateConfigRuleRequestTag[];
359
366
  /**
360
367
  * @remarks
361
- * The logical relationship for multiple tags in the `TagsScope` parameter. For example, if you set the `TagsScope` parameter to `"TagsScope.1.TagKey":"a","TagsScope.1.TagValue":"a","TagsScope.2.TagKey":"b","TagsScope.2.TagValue":"b"` and set this parameter to `AND`, the rule applies only to resources that have both the `a:a` and `b:b` tags. The default value is `OR`.
368
+ * The logical relationship between multiple tags in the `TagsScope` parameter. For example, if you set `TagsScope` to `"TagsScope.1.TagKey":"a","TagsScope.1.TagValue":"a","TagsScope.2.TagKey":"b","TagsScope.2.TagValue":"b"` and set this parameter to `AND`, the rule applies only to resources that have both the `a:a` and `b:b` tags. The default value is `OR`.
362
369
  *
363
- * This parameter can also be used for the deprecated `TagKeyScope` parameter, but this is not recommended. For example, if you set `TagKeyScope` to `ECS,OSS` and set this parameter to `AND`, the rule applies only to resources that have both the `ECS` and `OSS` tags.
370
+ * You can also use this parameter with the deprecated `TagKeyScope` parameter, but this is not recommended. For example, if you set `TagKeyScope` to `ECS,OSS` and set this parameter to `AND`, the rule applies only to resources that have both the `ECS` and `OSS` tags.
364
371
  *
365
372
  * Valid values:
366
373
  *
@@ -374,11 +381,11 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
374
381
  tagKeyLogicScope?: string;
375
382
  /**
376
383
  * @remarks
377
- * This parameter is deprecated. Use the `TagsScope` parameter.
384
+ * This parameter is deprecated. Use the `TagsScope` parameter instead.
378
385
  *
379
- * The rule is effective only for resources that have the specified tag keys. Separate multiple tag keys with commas (,).
386
+ * The rule applies only to resources that have the specified tag keys. Separate multiple tag keys with commas (,).
380
387
  *
381
- * > This parameter applies only to rule templates. The `TagKeyScope` and `TagValueScope` parameters must be used together.
388
+ * > This parameter applies only to rule templates. Set both `TagKeyScope` and `TagValueScope` together.
382
389
  *
383
390
  * @example
384
391
  * ECS
@@ -388,11 +395,11 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
388
395
  tagKeyScope?: string;
389
396
  /**
390
397
  * @remarks
391
- * This parameter is deprecated. Use the `TagsScope` parameter.
398
+ * This parameter is deprecated. Use the `TagsScope` parameter instead.
392
399
  *
393
- * The rule is effective only for resources that have the specified tag values.
400
+ * The rule applies only to resources that have the specified tag values.
394
401
  *
395
- * > This parameter applies only to rule templates. The `TagKeyScope` and `TagValueScope` parameters must be used together.
402
+ * > This parameter applies only to rule templates. Set both `TagKeyScope` and `TagValueScope` together.
396
403
  *
397
404
  * @example
398
405
  * test
@@ -402,7 +409,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
402
409
  tagValueScope?: string;
403
410
  /**
404
411
  * @remarks
405
- * The scope of the tags.
412
+ * The scope of tags to include.
406
413
  */
407
414
  tagsScope?: CreateAggregateConfigRuleRequestTagsScope[];
408
415
  static names(): {
@@ -1 +1 @@
1
- {"version":3,"file":"CreateAggregateConfigRuleRequest.js","sourceRoot":"","sources":["../../src/models/CreateAggregateConfigRuleRequest.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CreateAggregateConfigRuleRequest.js","sourceRoot":"","sources":["../../src/models/CreateAggregateConfigRuleRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;IAiB/E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,4GAsCC;AAED,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAqBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1CD,kFA0CC;AAED,MAAa,yCAA0C,SAAQ,KAAK,CAAC,KAAK;IAiBxE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,8FAsCC;AAED,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAmU/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,YAAY,EAAE,cAAc;YAC5B,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,cAAc,EAAE,gBAAgB;YAChC,sBAAsB,EAAE,wBAAwB;YAChD,WAAW,EAAE,aAAa;YAC1B,sBAAsB,EAAE,wBAAwB;YAChD,qBAAqB,EAAE,uBAAuB;YAC9C,qBAAqB,EAAE,uBAAuB;YAC9C,4BAA4B,EAAE,8BAA8B;YAC5D,uBAAuB,EAAE,yBAAyB;YAClD,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,cAAc,EAAE,gBAAgB;YAChC,eAAe,EAAE,iBAAiB;YAClC,yBAAyB,EAAE,2BAA2B;YACtD,cAAc,EAAE,gBAAgB;YAChC,qBAAqB,EAAE,uBAAuB;YAC9C,gBAAgB,EAAE,kBAAkB;YACpC,iBAAiB,EAAE,mBAAmB;YACtC,kBAAkB,EAAE,oBAAoB;YACxC,SAAS,EAAE,WAAW;YACtB,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,GAAG,EAAE,KAAK;YACV,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,YAAY,EAAE,QAAQ;YACtB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,cAAc,EAAE,QAAQ;YACxB,sBAAsB,EAAE,QAAQ;YAChC,WAAW,EAAE,QAAQ;YACrB,sBAAsB,EAAE,QAAQ;YAChC,qBAAqB,EAAE,QAAQ;YAC/B,qBAAqB,EAAE,QAAQ;YAC/B,4BAA4B,EAAE,QAAQ;YACtC,uBAAuB,EAAE,QAAQ;YACjC,gBAAgB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,gDAAgD,EAAE;YACnG,aAAa,EAAE,QAAQ;YACvB,cAAc,EAAE,QAAQ;YACxB,eAAe,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;YAC3E,yBAAyB,EAAE,QAAQ;YACnC,cAAc,EAAE,QAAQ;YACxB,qBAAqB,EAAE,QAAQ;YAC/B,gBAAgB,EAAE,QAAQ;YAC1B,iBAAiB,EAAE,QAAQ;YAC3B,kBAAkB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YAC7D,SAAS,EAAE,QAAQ;YACnB,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,mCAAmC,EAAE;YACzE,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,yCAAyC,EAAE;SACtF,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;YACxC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACnD,CAAC;QACD,IAAG,IAAI,CAAC,eAAe,EAAE,CAAC;YACxB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAChD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,CAAC,EAAE,CAAC;YAC1C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACrD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/ZD,4EA+ZC"}