@volcengine/pulumi-volcenginecc 0.0.6 → 0.0.7

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 (42) hide show
  1. package/alb/getListener.d.ts +1 -1
  2. package/alb/listener.d.ts +3 -3
  3. package/autoscaling/getScalingConfiguration.d.ts +1 -1
  4. package/autoscaling/scalingConfiguration.d.ts +3 -3
  5. package/ecs/instance.d.ts +36 -36
  6. package/index.d.ts +2 -1
  7. package/index.js +3 -1
  8. package/index.js.map +1 -1
  9. package/natgateway/getNgw.d.ts +1 -1
  10. package/natgateway/ngw.d.ts +2 -2
  11. package/organization/getUnit.d.ts +84 -0
  12. package/organization/getUnit.js +28 -0
  13. package/organization/getUnit.js.map +1 -0
  14. package/organization/getUnits.d.ts +22 -0
  15. package/organization/getUnits.js +24 -0
  16. package/organization/getUnits.js.map +1 -0
  17. package/organization/index.d.ts +9 -0
  18. package/organization/index.js +28 -0
  19. package/organization/index.js.map +1 -0
  20. package/organization/unit.d.ts +166 -0
  21. package/organization/unit.js +99 -0
  22. package/organization/unit.js.map +1 -0
  23. package/package.json +1 -1
  24. package/rdsmysql/dbAccount.d.ts +149 -0
  25. package/rdsmysql/dbAccount.js +90 -0
  26. package/rdsmysql/dbAccount.js.map +1 -0
  27. package/rdsmysql/getDbAccount.d.ts +81 -0
  28. package/rdsmysql/getDbAccount.js +28 -0
  29. package/rdsmysql/getDbAccount.js.map +1 -0
  30. package/rdsmysql/getDbAccounts.d.ts +22 -0
  31. package/rdsmysql/getDbAccounts.js +24 -0
  32. package/rdsmysql/getDbAccounts.js.map +1 -0
  33. package/rdsmysql/index.d.ts +9 -0
  34. package/rdsmysql/index.js +12 -1
  35. package/rdsmysql/index.js.map +1 -1
  36. package/tos/bucket.d.ts +12 -0
  37. package/tos/bucket.js +2 -0
  38. package/tos/bucket.js.map +1 -1
  39. package/tos/getBucket.d.ts +4 -0
  40. package/tos/getBucket.js.map +1 -1
  41. package/types/input.d.ts +72 -26
  42. package/types/output.d.ts +150 -52
@@ -110,7 +110,7 @@ export interface GetListenerResult {
110
110
  */
111
111
  readonly pcaSubCaCertificateId: string;
112
112
  /**
113
- * 监听器的监听端口,取值:1 - 65535 。
113
+ * 监听器的监听端口,取值:1 - 65535 。
114
114
  */
115
115
  readonly port: number;
116
116
  /**
package/alb/listener.d.ts CHANGED
@@ -112,7 +112,7 @@ export declare class Listener extends pulumi.CustomResource {
112
112
  */
113
113
  readonly pcaSubCaCertificateId: pulumi.Output<string>;
114
114
  /**
115
- * 监听器的监听端口,取值:1 - 65535 。
115
+ * 监听器的监听端口,取值:1 - 65535 。
116
116
  */
117
117
  readonly port: pulumi.Output<number>;
118
118
  /**
@@ -236,7 +236,7 @@ export interface ListenerState {
236
236
  */
237
237
  pcaSubCaCertificateId?: pulumi.Input<string>;
238
238
  /**
239
- * 监听器的监听端口,取值:1 - 65535 。
239
+ * 监听器的监听端口,取值:1 - 65535 。
240
240
  */
241
241
  port?: pulumi.Input<number>;
242
242
  /**
@@ -344,7 +344,7 @@ export interface ListenerArgs {
344
344
  */
345
345
  pcaSubCaCertificateId?: pulumi.Input<string>;
346
346
  /**
347
- * 监听器的监听端口,取值:1 - 65535 。
347
+ * 监听器的监听端口,取值:1 - 65535 。
348
348
  */
349
349
  port: pulumi.Input<number>;
350
350
  /**
@@ -26,7 +26,7 @@ export interface GetScalingConfigurationResult {
26
26
  */
27
27
  readonly eip: outputs.autoscaling.GetScalingConfigurationEip;
28
28
  /**
29
- * 实例的主机名。取值:Linux实例允许使用点号分隔字符成多段,每段中允许使用字母、数字或中划线“-”。不能以点号“.”或中划线“-”开头或结尾,且不能连续使用点号“.”或中划线“-”。Linux系统的主机名长度限制为2~63个字符。Windows实例允许使用字母、数字或中划线“-”,不能完全是数字。不能以中划线“-”开头或结尾,且不能连续使用中划线“-”。Windows系统的主机名长度限制在2~15个字符。如不填,则遵循以下规则自动生成:结构:iv- + 初始主机名,例如iv-3tigy72q3u3vj0******。已创建实例保持原主机名生成逻辑,不随实例重启发生变化。初始主机名生成逻辑:Linux:提取实例IDi-之后的全部字符。Windows:提取实例IDi-之后的后12位字符。
29
+ * 实例的主机名。取值:Linux实例允许使用点号分隔字符成多段,每段中允许使用字母、数字或中划线“-”。不能以点号“.”或中划线“-”开头或结尾,且不能连续使用点号“.”或中划线“-”。Linux系统的主机名长度限制为2~63个字符。Windows实例允许使用字母、数字或中划线“-”,不能完全是数字。不能以中划线“-”开头或结尾,且不能连续使用中划线“-”。Windows系统的主机名长度限制在2~15个字符。如不填,则遵循以下规则自动生成:结构:iv - + 初始主机名,例如iv-3tigy72q3u3vj0******。已创建实例保持原主机名生成逻辑,不随实例重启发生变化。初始主机名生成逻辑:Linux:提取实例IDi-之后的全部字符。Windows:提取实例IDi-之后的后12位字符。
30
30
  */
31
31
  readonly hostName: string;
32
32
  /**
@@ -35,7 +35,7 @@ export declare class ScalingConfiguration extends pulumi.CustomResource {
35
35
  */
36
36
  readonly eip: pulumi.Output<outputs.autoscaling.ScalingConfigurationEip>;
37
37
  /**
38
- * 实例的主机名。取值:Linux实例允许使用点号分隔字符成多段,每段中允许使用字母、数字或中划线“-”。不能以点号“.”或中划线“-”开头或结尾,且不能连续使用点号“.”或中划线“-”。Linux系统的主机名长度限制为2~63个字符。Windows实例允许使用字母、数字或中划线“-”,不能完全是数字。不能以中划线“-”开头或结尾,且不能连续使用中划线“-”。Windows系统的主机名长度限制在2~15个字符。如不填,则遵循以下规则自动生成:结构:iv- + 初始主机名,例如iv-3tigy72q3u3vj0******。已创建实例保持原主机名生成逻辑,不随实例重启发生变化。初始主机名生成逻辑:Linux:提取实例IDi-之后的全部字符。Windows:提取实例IDi-之后的后12位字符。
38
+ * 实例的主机名。取值:Linux实例允许使用点号分隔字符成多段,每段中允许使用字母、数字或中划线“-”。不能以点号“.”或中划线“-”开头或结尾,且不能连续使用点号“.”或中划线“-”。Linux系统的主机名长度限制为2~63个字符。Windows实例允许使用字母、数字或中划线“-”,不能完全是数字。不能以中划线“-”开头或结尾,且不能连续使用中划线“-”。Windows系统的主机名长度限制在2~15个字符。如不填,则遵循以下规则自动生成:结构:iv - + 初始主机名,例如iv-3tigy72q3u3vj0******。已创建实例保持原主机名生成逻辑,不随实例重启发生变化。初始主机名生成逻辑:Linux:提取实例IDi-之后的全部字符。Windows:提取实例IDi-之后的后12位字符。
39
39
  */
40
40
  readonly hostName: pulumi.Output<string>;
41
41
  /**
@@ -145,7 +145,7 @@ export interface ScalingConfigurationState {
145
145
  */
146
146
  eip?: pulumi.Input<inputs.autoscaling.ScalingConfigurationEip>;
147
147
  /**
148
- * 实例的主机名。取值:Linux实例允许使用点号分隔字符成多段,每段中允许使用字母、数字或中划线“-”。不能以点号“.”或中划线“-”开头或结尾,且不能连续使用点号“.”或中划线“-”。Linux系统的主机名长度限制为2~63个字符。Windows实例允许使用字母、数字或中划线“-”,不能完全是数字。不能以中划线“-”开头或结尾,且不能连续使用中划线“-”。Windows系统的主机名长度限制在2~15个字符。如不填,则遵循以下规则自动生成:结构:iv- + 初始主机名,例如iv-3tigy72q3u3vj0******。已创建实例保持原主机名生成逻辑,不随实例重启发生变化。初始主机名生成逻辑:Linux:提取实例IDi-之后的全部字符。Windows:提取实例IDi-之后的后12位字符。
148
+ * 实例的主机名。取值:Linux实例允许使用点号分隔字符成多段,每段中允许使用字母、数字或中划线“-”。不能以点号“.”或中划线“-”开头或结尾,且不能连续使用点号“.”或中划线“-”。Linux系统的主机名长度限制为2~63个字符。Windows实例允许使用字母、数字或中划线“-”,不能完全是数字。不能以中划线“-”开头或结尾,且不能连续使用中划线“-”。Windows系统的主机名长度限制在2~15个字符。如不填,则遵循以下规则自动生成:结构:iv - + 初始主机名,例如iv-3tigy72q3u3vj0******。已创建实例保持原主机名生成逻辑,不随实例重启发生变化。初始主机名生成逻辑:Linux:提取实例IDi-之后的全部字符。Windows:提取实例IDi-之后的后12位字符。
149
149
  */
150
150
  hostName?: pulumi.Input<string>;
151
151
  /**
@@ -243,7 +243,7 @@ export interface ScalingConfigurationArgs {
243
243
  */
244
244
  eip?: pulumi.Input<inputs.autoscaling.ScalingConfigurationEip>;
245
245
  /**
246
- * 实例的主机名。取值:Linux实例允许使用点号分隔字符成多段,每段中允许使用字母、数字或中划线“-”。不能以点号“.”或中划线“-”开头或结尾,且不能连续使用点号“.”或中划线“-”。Linux系统的主机名长度限制为2~63个字符。Windows实例允许使用字母、数字或中划线“-”,不能完全是数字。不能以中划线“-”开头或结尾,且不能连续使用中划线“-”。Windows系统的主机名长度限制在2~15个字符。如不填,则遵循以下规则自动生成:结构:iv- + 初始主机名,例如iv-3tigy72q3u3vj0******。已创建实例保持原主机名生成逻辑,不随实例重启发生变化。初始主机名生成逻辑:Linux:提取实例IDi-之后的全部字符。Windows:提取实例IDi-之后的后12位字符。
246
+ * 实例的主机名。取值:Linux实例允许使用点号分隔字符成多段,每段中允许使用字母、数字或中划线“-”。不能以点号“.”或中划线“-”开头或结尾,且不能连续使用点号“.”或中划线“-”。Linux系统的主机名长度限制为2~63个字符。Windows实例允许使用字母、数字或中划线“-”,不能完全是数字。不能以中划线“-”开头或结尾,且不能连续使用中划线“-”。Windows系统的主机名长度限制在2~15个字符。如不填,则遵循以下规则自动生成:结构:iv - + 初始主机名,例如iv-3tigy72q3u3vj0******。已创建实例保持原主机名生成逻辑,不随实例重启发生变化。初始主机名生成逻辑:Linux:提取实例IDi-之后的全部字符。Windows:提取实例IDi-之后的后12位字符。
247
247
  */
248
248
  hostName?: pulumi.Input<string>;
249
249
  /**
package/ecs/instance.d.ts CHANGED
@@ -27,13 +27,13 @@ export declare class Instance extends pulumi.CustomResource {
27
27
  */
28
28
  static isInstance(obj: any): obj is Instance;
29
29
  /**
30
- * 亲和组规格,取值:2。 :::tip - 当前仅高性能计算NPU型hpcpci3实例(邀测)支持亲和组。 -
31
- * 该功能正在邀测中,如需试用,请联系客户经理申请。 :::
30
+ * 亲和组规格,取值:2。 **提示:** - 当前仅高性能计算NPU型hpcpci3实例(邀测)支持亲和组。
31
+ * - 该功能正在邀测中,如需试用,请联系客户经理申请。
32
32
  */
33
33
  readonly affinityGroupSize: pulumi.Output<number>;
34
34
  /**
35
- * 实例到期后是否自动续费,取值: - true:自动续费。 - false(默认):不自动续费。 :::tip
36
- * 仅当参数`InstanceChargeType`取值为`PrePaid`时生效。 :::
35
+ * 实例到期后是否自动续费,取值: - true:自动续费。 - false(默认):不自动续费。
36
+ * **提示:** 仅当参数`InstanceChargeType`取值为`PrePaid`时生效。
37
37
  */
38
38
  readonly autoRenew: pulumi.Output<boolean>;
39
39
  /**
@@ -42,9 +42,9 @@ export declare class Instance extends pulumi.CustomResource {
42
42
  */
43
43
  readonly autoRenewPeriod: pulumi.Output<number>;
44
44
  /**
45
- * 指定CPU最大频率,单位:GHz,取值范围:CPU的主频到睿频之间。 :::tip -
45
+ * 指定CPU最大频率,单位:GHz,取值范围:CPU的主频到睿频之间。 **提示:** -
46
46
  * 当前仅g3al、c3al、r3al、g4i、c4i、r4i、g4ie、c4ie、r4ie实例支持设置该参数。规格的主频/睿频及更多信息,请参见[实例规格介绍](https://www.volcengine.com/docs/6396/70840)。
47
- * - 该功能正在邀测中,如需使用,请联系客户经理申请。 :::
47
+ * - 该功能正在邀测中,如需使用,请联系客户经理申请。
48
48
  */
49
49
  readonly cpuMaxFrequency: pulumi.Output<number>;
50
50
  /**
@@ -57,9 +57,9 @@ export declare class Instance extends pulumi.CustomResource {
57
57
  readonly createdAt: pulumi.Output<string>;
58
58
  /**
59
59
  * 突发性能实例的运行模式,取值: - Standard:标准模式。 -
60
- * Unlimited:无性能约束模式(暂不支持)。 :::tip -
60
+ * Unlimited:无性能约束模式(暂不支持)。 **提示:** -
61
61
  * 仅当`InstanceTypeId`取值为ecs.t2系列,即突发性能实例时该参数生效。 -
62
- * 不传或传入空值时,突发性能实例默认为`Standard`标准模式。 :::
62
+ * 不传或传入空值时,突发性能实例默认为`Standard`标准模式。
63
63
  */
64
64
  readonly creditSpecification: pulumi.Output<string>;
65
65
  /**
@@ -103,8 +103,8 @@ export declare class Instance extends pulumi.CustomResource {
103
103
  */
104
104
  readonly hostname: pulumi.Output<string>;
105
105
  /**
106
- * 实例所属的高性能计算集群ID。 :::tip
107
- * 仅当创建高性能计算GPU型实例时,该参数生效且为必填项。 :::
106
+ * 实例所属的高性能计算集群ID。 **提示:**
107
+ * 仅当创建高性能计算GPU型实例时,该参数生效且为必填项。
108
108
  */
109
109
  readonly hpcClusterId: pulumi.Output<string>;
110
110
  /**
@@ -148,12 +148,12 @@ export declare class Instance extends pulumi.CustomResource {
148
148
  /**
149
149
  * 购买资源的时长(N)。 -
150
150
  * `PeriodUnit`为`Month`(默认)时,取值:1、2、3、4、5、6、7、8、9、12、24、36、48、60。 -
151
- * `PeriodUnit`为`Year`时,取值:1、2、3、4、5。 :::tip
151
+ * `PeriodUnit`为`Year`时,取值:1、2、3、4、5。 **提示:**
152
152
  * 仅当`InstanceChargeType`取值为`PrePaid`时生效,且为必填。
153
153
  */
154
154
  readonly period: pulumi.Output<number>;
155
155
  /**
156
- * 购买资源的时长单位。取值: - Month(默认):月。 - Year:年。 :::tip
156
+ * 购买资源的时长单位。取值: - Month(默认):月。 - Year:年。 **提示:**
157
157
  * 仅当`InstanceChargeType`取值为`PrePaid`时生效。
158
158
  */
159
159
  readonly periodUnit: pulumi.Output<string>;
@@ -225,13 +225,13 @@ export declare class Instance extends pulumi.CustomResource {
225
225
  */
226
226
  export interface InstanceState {
227
227
  /**
228
- * 亲和组规格,取值:2。 :::tip - 当前仅高性能计算NPU型hpcpci3实例(邀测)支持亲和组。 -
229
- * 该功能正在邀测中,如需试用,请联系客户经理申请。 :::
228
+ * 亲和组规格,取值:2。 **提示:** - 当前仅高性能计算NPU型hpcpci3实例(邀测)支持亲和组。
229
+ * - 该功能正在邀测中,如需试用,请联系客户经理申请。
230
230
  */
231
231
  affinityGroupSize?: pulumi.Input<number>;
232
232
  /**
233
- * 实例到期后是否自动续费,取值: - true:自动续费。 - false(默认):不自动续费。 :::tip
234
- * 仅当参数`InstanceChargeType`取值为`PrePaid`时生效。 :::
233
+ * 实例到期后是否自动续费,取值: - true:自动续费。 - false(默认):不自动续费。
234
+ * **提示:** 仅当参数`InstanceChargeType`取值为`PrePaid`时生效。
235
235
  */
236
236
  autoRenew?: pulumi.Input<boolean>;
237
237
  /**
@@ -240,9 +240,9 @@ export interface InstanceState {
240
240
  */
241
241
  autoRenewPeriod?: pulumi.Input<number>;
242
242
  /**
243
- * 指定CPU最大频率,单位:GHz,取值范围:CPU的主频到睿频之间。 :::tip -
243
+ * 指定CPU最大频率,单位:GHz,取值范围:CPU的主频到睿频之间。 **提示:** -
244
244
  * 当前仅g3al、c3al、r3al、g4i、c4i、r4i、g4ie、c4ie、r4ie实例支持设置该参数。规格的主频/睿频及更多信息,请参见[实例规格介绍](https://www.volcengine.com/docs/6396/70840)。
245
- * - 该功能正在邀测中,如需使用,请联系客户经理申请。 :::
245
+ * - 该功能正在邀测中,如需使用,请联系客户经理申请。
246
246
  */
247
247
  cpuMaxFrequency?: pulumi.Input<number>;
248
248
  /**
@@ -255,9 +255,9 @@ export interface InstanceState {
255
255
  createdAt?: pulumi.Input<string>;
256
256
  /**
257
257
  * 突发性能实例的运行模式,取值: - Standard:标准模式。 -
258
- * Unlimited:无性能约束模式(暂不支持)。 :::tip -
258
+ * Unlimited:无性能约束模式(暂不支持)。 **提示:** -
259
259
  * 仅当`InstanceTypeId`取值为ecs.t2系列,即突发性能实例时该参数生效。 -
260
- * 不传或传入空值时,突发性能实例默认为`Standard`标准模式。 :::
260
+ * 不传或传入空值时,突发性能实例默认为`Standard`标准模式。
261
261
  */
262
262
  creditSpecification?: pulumi.Input<string>;
263
263
  /**
@@ -301,8 +301,8 @@ export interface InstanceState {
301
301
  */
302
302
  hostname?: pulumi.Input<string>;
303
303
  /**
304
- * 实例所属的高性能计算集群ID。 :::tip
305
- * 仅当创建高性能计算GPU型实例时,该参数生效且为必填项。 :::
304
+ * 实例所属的高性能计算集群ID。 **提示:**
305
+ * 仅当创建高性能计算GPU型实例时,该参数生效且为必填项。
306
306
  */
307
307
  hpcClusterId?: pulumi.Input<string>;
308
308
  /**
@@ -346,12 +346,12 @@ export interface InstanceState {
346
346
  /**
347
347
  * 购买资源的时长(N)。 -
348
348
  * `PeriodUnit`为`Month`(默认)时,取值:1、2、3、4、5、6、7、8、9、12、24、36、48、60。 -
349
- * `PeriodUnit`为`Year`时,取值:1、2、3、4、5。 :::tip
349
+ * `PeriodUnit`为`Year`时,取值:1、2、3、4、5。 **提示:**
350
350
  * 仅当`InstanceChargeType`取值为`PrePaid`时生效,且为必填。
351
351
  */
352
352
  period?: pulumi.Input<number>;
353
353
  /**
354
- * 购买资源的时长单位。取值: - Month(默认):月。 - Year:年。 :::tip
354
+ * 购买资源的时长单位。取值: - Month(默认):月。 - Year:年。 **提示:**
355
355
  * 仅当`InstanceChargeType`取值为`PrePaid`时生效。
356
356
  */
357
357
  periodUnit?: pulumi.Input<string>;
@@ -415,13 +415,13 @@ export interface InstanceState {
415
415
  */
416
416
  export interface InstanceArgs {
417
417
  /**
418
- * 亲和组规格,取值:2。 :::tip - 当前仅高性能计算NPU型hpcpci3实例(邀测)支持亲和组。 -
419
- * 该功能正在邀测中,如需试用,请联系客户经理申请。 :::
418
+ * 亲和组规格,取值:2。 **提示:** - 当前仅高性能计算NPU型hpcpci3实例(邀测)支持亲和组。
419
+ * - 该功能正在邀测中,如需试用,请联系客户经理申请。
420
420
  */
421
421
  affinityGroupSize?: pulumi.Input<number>;
422
422
  /**
423
- * 实例到期后是否自动续费,取值: - true:自动续费。 - false(默认):不自动续费。 :::tip
424
- * 仅当参数`InstanceChargeType`取值为`PrePaid`时生效。 :::
423
+ * 实例到期后是否自动续费,取值: - true:自动续费。 - false(默认):不自动续费。
424
+ * **提示:** 仅当参数`InstanceChargeType`取值为`PrePaid`时生效。
425
425
  */
426
426
  autoRenew?: pulumi.Input<boolean>;
427
427
  /**
@@ -430,16 +430,16 @@ export interface InstanceArgs {
430
430
  */
431
431
  autoRenewPeriod?: pulumi.Input<number>;
432
432
  /**
433
- * 指定CPU最大频率,单位:GHz,取值范围:CPU的主频到睿频之间。 :::tip -
433
+ * 指定CPU最大频率,单位:GHz,取值范围:CPU的主频到睿频之间。 **提示:** -
434
434
  * 当前仅g3al、c3al、r3al、g4i、c4i、r4i、g4ie、c4ie、r4ie实例支持设置该参数。规格的主频/睿频及更多信息,请参见[实例规格介绍](https://www.volcengine.com/docs/6396/70840)。
435
- * - 该功能正在邀测中,如需使用,请联系客户经理申请。 :::
435
+ * - 该功能正在邀测中,如需使用,请联系客户经理申请。
436
436
  */
437
437
  cpuMaxFrequency?: pulumi.Input<number>;
438
438
  /**
439
439
  * 突发性能实例的运行模式,取值: - Standard:标准模式。 -
440
- * Unlimited:无性能约束模式(暂不支持)。 :::tip -
440
+ * Unlimited:无性能约束模式(暂不支持)。 **提示:** -
441
441
  * 仅当`InstanceTypeId`取值为ecs.t2系列,即突发性能实例时该参数生效。 -
442
- * 不传或传入空值时,突发性能实例默认为`Standard`标准模式。 :::
442
+ * 不传或传入空值时,突发性能实例默认为`Standard`标准模式。
443
443
  */
444
444
  creditSpecification?: pulumi.Input<string>;
445
445
  /**
@@ -479,8 +479,8 @@ export interface InstanceArgs {
479
479
  */
480
480
  hostname?: pulumi.Input<string>;
481
481
  /**
482
- * 实例所属的高性能计算集群ID。 :::tip
483
- * 仅当创建高性能计算GPU型实例时,该参数生效且为必填项。 :::
482
+ * 实例所属的高性能计算集群ID。 **提示:**
483
+ * 仅当创建高性能计算GPU型实例时,该参数生效且为必填项。
484
484
  */
485
485
  hpcClusterId?: pulumi.Input<string>;
486
486
  /**
@@ -520,12 +520,12 @@ export interface InstanceArgs {
520
520
  /**
521
521
  * 购买资源的时长(N)。 -
522
522
  * `PeriodUnit`为`Month`(默认)时,取值:1、2、3、4、5、6、7、8、9、12、24、36、48、60。 -
523
- * `PeriodUnit`为`Year`时,取值:1、2、3、4、5。 :::tip
523
+ * `PeriodUnit`为`Year`时,取值:1、2、3、4、5。 **提示:**
524
524
  * 仅当`InstanceChargeType`取值为`PrePaid`时生效,且为必填。
525
525
  */
526
526
  period?: pulumi.Input<number>;
527
527
  /**
528
- * 购买资源的时长单位。取值: - Month(默认):月。 - Year:年。 :::tip
528
+ * 购买资源的时长单位。取值: - Month(默认):月。 - Year:年。 **提示:**
529
529
  * 仅当`InstanceChargeType`取值为`PrePaid`时生效。
530
530
  */
531
531
  periodUnit?: pulumi.Input<string>;
package/index.d.ts CHANGED
@@ -13,6 +13,7 @@ import * as filenas from "./filenas";
13
13
  import * as iam from "./iam";
14
14
  import * as kafka from "./kafka";
15
15
  import * as natgateway from "./natgateway";
16
+ import * as organization from "./organization";
16
17
  import * as privatezone from "./privatezone";
17
18
  import * as rdsmysql from "./rdsmysql";
18
19
  import * as redis from "./redis";
@@ -26,4 +27,4 @@ import * as vke from "./vke";
26
27
  import * as vmp from "./vmp";
27
28
  import * as vpc from "./vpc";
28
29
  import * as waf from "./waf";
29
- export { alb, apig, ark, autoscaling, cdn, clb, config, cr, directconnect, ecs, filenas, iam, kafka, natgateway, privatezone, rdsmysql, redis, storageebs, tls, tos, transitrouter, types, vefaas, vke, vmp, vpc, waf, };
30
+ export { alb, apig, ark, autoscaling, cdn, clb, config, cr, directconnect, ecs, filenas, iam, kafka, natgateway, organization, privatezone, rdsmysql, redis, storageebs, tls, tos, transitrouter, types, vefaas, vke, vmp, vpc, waf, };
package/index.js CHANGED
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.waf = exports.vpc = exports.vmp = exports.vke = exports.vefaas = exports.types = exports.transitrouter = exports.tos = exports.tls = exports.storageebs = exports.redis = exports.rdsmysql = exports.privatezone = exports.natgateway = exports.kafka = exports.iam = exports.filenas = exports.ecs = exports.directconnect = exports.cr = exports.config = exports.clb = exports.cdn = exports.autoscaling = exports.ark = exports.apig = exports.alb = void 0;
19
+ exports.waf = exports.vpc = exports.vmp = exports.vke = exports.vefaas = exports.types = exports.transitrouter = exports.tos = exports.tls = exports.storageebs = exports.redis = exports.rdsmysql = exports.privatezone = exports.organization = exports.natgateway = exports.kafka = exports.iam = exports.filenas = exports.ecs = exports.directconnect = exports.cr = exports.config = exports.clb = exports.cdn = exports.autoscaling = exports.ark = exports.apig = exports.alb = void 0;
20
20
  const pulumi = require("@pulumi/pulumi");
21
21
  const utilities = require("./utilities");
22
22
  // Export members:
@@ -51,6 +51,8 @@ const kafka = require("./kafka");
51
51
  exports.kafka = kafka;
52
52
  const natgateway = require("./natgateway");
53
53
  exports.natgateway = natgateway;
54
+ const organization = require("./organization");
55
+ exports.organization = organization;
54
56
  const privatezone = require("./privatezone");
55
57
  exports.privatezone = privatezone;
56
58
  const rdsmysql = require("./rdsmysql");
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,6CAA2B;AAC3B,yCAAsC;AAGtC,sBAAsB;AACtB,6BAA6B;AA6BzB,kBAAG;AA5BP,+BAA+B;AA6B3B,oBAAI;AA5BR,6BAA6B;AA6BzB,kBAAG;AA5BP,6CAA6C;AA6BzC,kCAAW;AA5Bf,6BAA6B;AA6BzB,kBAAG;AA5BP,6BAA6B;AA6BzB,kBAAG;AA5BP,mCAAmC;AA6B/B,wBAAM;AA5BV,2BAA2B;AA6BvB,gBAAE;AA5BN,iDAAiD;AA6B7C,sCAAa;AA5BjB,6BAA6B;AA6BzB,kBAAG;AA5BP,qCAAqC;AA6BjC,0BAAO;AA5BX,6BAA6B;AA6BzB,kBAAG;AA5BP,iCAAiC;AA6B7B,sBAAK;AA5BT,2CAA2C;AA6BvC,gCAAU;AA5Bd,6CAA6C;AA6BzC,kCAAW;AA5Bf,uCAAuC;AA6BnC,4BAAQ;AA5BZ,iCAAiC;AA6B7B,sBAAK;AA5BT,2CAA2C;AA6BvC,gCAAU;AA5Bd,6BAA6B;AA6BzB,kBAAG;AA5BP,6BAA6B;AA6BzB,kBAAG;AA5BP,iDAAiD;AA6B7C,sCAAa;AA5BjB,iCAAiC;AA6B7B,sBAAK;AA5BT,mCAAmC;AA6B/B,wBAAM;AA5BV,6BAA6B;AA6BzB,kBAAG;AA5BP,6BAA6B;AA6BzB,kBAAG;AA5BP,6BAA6B;AA6BzB,kBAAG;AA5BP,6BAA6B;AA6BzB,kBAAG;AAEP,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,cAAc,EAAE;IACnD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,+BAA+B,EAAE;YAC1C,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,6CAA2B;AAC3B,yCAAsC;AAGtC,sBAAsB;AACtB,6BAA6B;AA8BzB,kBAAG;AA7BP,+BAA+B;AA8B3B,oBAAI;AA7BR,6BAA6B;AA8BzB,kBAAG;AA7BP,6CAA6C;AA8BzC,kCAAW;AA7Bf,6BAA6B;AA8BzB,kBAAG;AA7BP,6BAA6B;AA8BzB,kBAAG;AA7BP,mCAAmC;AA8B/B,wBAAM;AA7BV,2BAA2B;AA8BvB,gBAAE;AA7BN,iDAAiD;AA8B7C,sCAAa;AA7BjB,6BAA6B;AA8BzB,kBAAG;AA7BP,qCAAqC;AA8BjC,0BAAO;AA7BX,6BAA6B;AA8BzB,kBAAG;AA7BP,iCAAiC;AA8B7B,sBAAK;AA7BT,2CAA2C;AA8BvC,gCAAU;AA7Bd,+CAA+C;AA8B3C,oCAAY;AA7BhB,6CAA6C;AA8BzC,kCAAW;AA7Bf,uCAAuC;AA8BnC,4BAAQ;AA7BZ,iCAAiC;AA8B7B,sBAAK;AA7BT,2CAA2C;AA8BvC,gCAAU;AA7Bd,6BAA6B;AA8BzB,kBAAG;AA7BP,6BAA6B;AA8BzB,kBAAG;AA7BP,iDAAiD;AA8B7C,sCAAa;AA7BjB,iCAAiC;AA8B7B,sBAAK;AA7BT,mCAAmC;AA8B/B,wBAAM;AA7BV,6BAA6B;AA8BzB,kBAAG;AA7BP,6BAA6B;AA8BzB,kBAAG;AA7BP,6BAA6B;AA8BzB,kBAAG;AA7BP,6BAA6B;AA8BzB,kBAAG;AAEP,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,cAAc,EAAE;IACnD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,+BAA+B,EAAE;YAC1C,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
@@ -38,7 +38,7 @@ export interface GetNgwResult {
38
38
  */
39
39
  readonly description: string;
40
40
  /**
41
- * 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
41
+ * 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
42
42
  */
43
43
  readonly directMode: boolean;
44
44
  /**
@@ -69,7 +69,7 @@ export declare class Ngw extends pulumi.CustomResource {
69
69
  */
70
70
  readonly description: pulumi.Output<string>;
71
71
  /**
72
- * 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
72
+ * 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
73
73
  */
74
74
  readonly directMode: pulumi.Output<boolean>;
75
75
  /**
@@ -189,7 +189,7 @@ export interface NgwState {
189
189
  */
190
190
  description?: pulumi.Input<string>;
191
191
  /**
192
- * 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
192
+ * 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
193
193
  */
194
194
  directMode?: pulumi.Input<boolean>;
195
195
  /**
@@ -0,0 +1,84 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data Source schema for Volcengine::Organization::Unit
4
+ */
5
+ export declare function getUnit(args: GetUnitArgs, opts?: pulumi.InvokeOptions): Promise<GetUnitResult>;
6
+ /**
7
+ * A collection of arguments for invoking getUnit.
8
+ */
9
+ export interface GetUnitArgs {
10
+ /**
11
+ * Uniquely identifies the resource.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getUnit.
17
+ */
18
+ export interface GetUnitResult {
19
+ /**
20
+ * 创建时间。
21
+ */
22
+ readonly createdTime: string;
23
+ /**
24
+ * 删除标识。
25
+ */
26
+ readonly deleteUk: string;
27
+ /**
28
+ * 删除时间。
29
+ */
30
+ readonly deletedTime: string;
31
+ /**
32
+ * 深度。
33
+ */
34
+ readonly depth: number;
35
+ /**
36
+ * 描述。
37
+ */
38
+ readonly description: string;
39
+ /**
40
+ * Uniquely identifies the resource.
41
+ */
42
+ readonly id: string;
43
+ /**
44
+ * 组织单元名称。
45
+ */
46
+ readonly name: string;
47
+ /**
48
+ * 组织ID。
49
+ */
50
+ readonly orgId: string;
51
+ /**
52
+ * 组织类型。企业组织: 1
53
+ */
54
+ readonly orgType: number;
55
+ /**
56
+ * 组织单元ID。
57
+ */
58
+ readonly orgUnitId: string;
59
+ /**
60
+ * 管理员ID。
61
+ */
62
+ readonly owner: string;
63
+ /**
64
+ * 父单元Id。
65
+ */
66
+ readonly parentId: string;
67
+ /**
68
+ * 更新时间。
69
+ */
70
+ readonly updatedTime: string;
71
+ }
72
+ /**
73
+ * Data Source schema for Volcengine::Organization::Unit
74
+ */
75
+ export declare function getUnitOutput(args: GetUnitOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUnitResult>;
76
+ /**
77
+ * A collection of arguments for invoking getUnit.
78
+ */
79
+ export interface GetUnitOutputArgs {
80
+ /**
81
+ * Uniquely identifies the resource.
82
+ */
83
+ id: pulumi.Input<string>;
84
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getUnitOutput = exports.getUnit = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::Organization::Unit
10
+ */
11
+ function getUnit(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:organization/getUnit:getUnit", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getUnit = getUnit;
18
+ /**
19
+ * Data Source schema for Volcengine::Organization::Unit
20
+ */
21
+ function getUnitOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:organization/getUnit:getUnit", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getUnitOutput = getUnitOutput;
28
+ //# sourceMappingURL=getUnit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getUnit.js","sourceRoot":"","sources":["../../organization/getUnit.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAqED;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::Organization::Unit
4
+ */
5
+ export declare function getUnits(opts?: pulumi.InvokeOptions): Promise<GetUnitsResult>;
6
+ /**
7
+ * A collection of values returned by getUnits.
8
+ */
9
+ export interface GetUnitsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::Organization::Unit
21
+ */
22
+ export declare function getUnitsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUnitsResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getUnitsOutput = exports.getUnits = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::Organization::Unit
10
+ */
11
+ function getUnits(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:organization/getUnits:getUnits", {}, opts);
14
+ }
15
+ exports.getUnits = getUnits;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::Organization::Unit
18
+ */
19
+ function getUnitsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:organization/getUnits:getUnits", {}, opts);
22
+ }
23
+ exports.getUnitsOutput = getUnitsOutput;
24
+ //# sourceMappingURL=getUnits.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getUnits.js","sourceRoot":"","sources":["../../organization/getUnits.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE,EAC3E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4BAIC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAiC;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE,EACjF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC"}
@@ -0,0 +1,9 @@
1
+ export { GetUnitArgs, GetUnitResult, GetUnitOutputArgs } from "./getUnit";
2
+ export declare const getUnit: typeof import("./getUnit").getUnit;
3
+ export declare const getUnitOutput: typeof import("./getUnit").getUnitOutput;
4
+ export { GetUnitsResult } from "./getUnits";
5
+ export declare const getUnits: typeof import("./getUnits").getUnits;
6
+ export declare const getUnitsOutput: typeof import("./getUnits").getUnitsOutput;
7
+ export { UnitArgs, UnitState } from "./unit";
8
+ export type Unit = import("./unit").Unit;
9
+ export declare const Unit: typeof import("./unit").Unit;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Unit = exports.getUnitsOutput = exports.getUnits = exports.getUnitOutput = exports.getUnit = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.getUnit = null;
9
+ exports.getUnitOutput = null;
10
+ utilities.lazyLoad(exports, ["getUnit", "getUnitOutput"], () => require("./getUnit"));
11
+ exports.getUnits = null;
12
+ exports.getUnitsOutput = null;
13
+ utilities.lazyLoad(exports, ["getUnits", "getUnitsOutput"], () => require("./getUnits"));
14
+ exports.Unit = null;
15
+ utilities.lazyLoad(exports, ["Unit"], () => require("./unit"));
16
+ const _module = {
17
+ version: utilities.getVersion(),
18
+ construct: (name, type, urn) => {
19
+ switch (type) {
20
+ case "volcenginecc:organization/unit:Unit":
21
+ return new exports.Unit(name, undefined, { urn });
22
+ default:
23
+ throw new Error(`unknown resource type ${type}`);
24
+ }
25
+ },
26
+ };
27
+ pulumi.runtime.registerResourceModule("volcenginecc", "organization/unit", _module);
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../organization/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI3E,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAG/D,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,qCAAqC;gBACtC,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA"}