@volcengine/pulumi-volcenginecc 0.0.30 → 0.0.32

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 (260) hide show
  1. package/cen/bandwidthPackage.d.ts +320 -0
  2. package/cen/bandwidthPackage.js +134 -0
  3. package/cen/bandwidthPackage.js.map +1 -0
  4. package/cen/getBandwidthPackage.d.ts +137 -0
  5. package/cen/getBandwidthPackage.js +28 -0
  6. package/cen/getBandwidthPackage.js.map +1 -0
  7. package/cen/getBandwidthPackages.d.ts +22 -0
  8. package/cen/getBandwidthPackages.js +24 -0
  9. package/cen/getBandwidthPackages.js.map +1 -0
  10. package/cen/getInterRegionBandwidth.d.ts +72 -0
  11. package/cen/getInterRegionBandwidth.js +28 -0
  12. package/cen/getInterRegionBandwidth.js.map +1 -0
  13. package/cen/getInterRegionBandwidths.d.ts +22 -0
  14. package/cen/getInterRegionBandwidths.js +24 -0
  15. package/cen/getInterRegionBandwidths.js.map +1 -0
  16. package/cen/getRouteEntries.d.ts +22 -0
  17. package/cen/getRouteEntries.js +24 -0
  18. package/cen/getRouteEntries.js.map +1 -0
  19. package/cen/getRouteEntry.d.ts +72 -0
  20. package/cen/getRouteEntry.js +28 -0
  21. package/cen/getRouteEntry.js.map +1 -0
  22. package/cen/getServiceRouteEntries.d.ts +22 -0
  23. package/cen/getServiceRouteEntries.js +24 -0
  24. package/cen/getServiceRouteEntries.js.map +1 -0
  25. package/cen/getServiceRouteEntry.d.ts +73 -0
  26. package/cen/getServiceRouteEntry.js +28 -0
  27. package/cen/getServiceRouteEntry.js.map +1 -0
  28. package/cen/index.d.ts +36 -0
  29. package/cen/index.js +45 -1
  30. package/cen/index.js.map +1 -1
  31. package/cen/interRegionBandwidth.d.ts +152 -0
  32. package/cen/interRegionBandwidth.js +101 -0
  33. package/cen/interRegionBandwidth.js.map +1 -0
  34. package/cen/routeEntry.d.ts +152 -0
  35. package/cen/routeEntry.js +104 -0
  36. package/cen/routeEntry.js.map +1 -0
  37. package/cen/serviceRouteEntry.d.ts +138 -0
  38. package/cen/serviceRouteEntry.js +83 -0
  39. package/cen/serviceRouteEntry.js.map +1 -0
  40. package/clb/clb.d.ts +8 -0
  41. package/clb/clb.js +2 -0
  42. package/clb/clb.js.map +1 -1
  43. package/clb/getClb.d.ts +4 -0
  44. package/clb/getClb.js.map +1 -1
  45. package/clb/getListener.d.ts +4 -0
  46. package/clb/getListener.js.map +1 -1
  47. package/clb/listener.d.ts +3 -0
  48. package/clb/listener.js +2 -0
  49. package/clb/listener.js.map +1 -1
  50. package/iam/accesskey.d.ts +2 -2
  51. package/iam/accesskey.js +2 -2
  52. package/iam/accesskey.js.map +1 -1
  53. package/mongodb/getInstance.d.ts +1 -1
  54. package/mongodb/getSslState.d.ts +56 -0
  55. package/mongodb/getSslState.js +28 -0
  56. package/mongodb/getSslState.js.map +1 -0
  57. package/mongodb/getSslStates.d.ts +22 -0
  58. package/mongodb/getSslStates.js +24 -0
  59. package/mongodb/getSslStates.js.map +1 -0
  60. package/mongodb/index.d.ts +9 -0
  61. package/mongodb/index.js +12 -1
  62. package/mongodb/index.js.map +1 -1
  63. package/mongodb/instance.d.ts +3 -3
  64. package/mongodb/sslState.d.ts +105 -0
  65. package/mongodb/sslState.js +81 -0
  66. package/mongodb/sslState.js.map +1 -0
  67. package/package.json +1 -1
  68. package/privatelink/endpointService.d.ts +15 -3
  69. package/privatelink/endpointService.js +2 -0
  70. package/privatelink/endpointService.js.map +1 -1
  71. package/privatelink/getEndpointService.d.ts +5 -1
  72. package/privatelink/getEndpointService.js.map +1 -1
  73. package/privatelink/getVpcEndpoint.d.ts +137 -0
  74. package/privatelink/getVpcEndpoint.js +28 -0
  75. package/privatelink/getVpcEndpoint.js.map +1 -0
  76. package/privatelink/getVpcEndpointConnection.d.ts +89 -0
  77. package/privatelink/getVpcEndpointConnection.js +28 -0
  78. package/privatelink/getVpcEndpointConnection.js.map +1 -0
  79. package/privatelink/getVpcEndpointConnections.d.ts +22 -0
  80. package/privatelink/getVpcEndpointConnections.js +24 -0
  81. package/privatelink/getVpcEndpointConnections.js.map +1 -0
  82. package/privatelink/getVpcEndpoints.d.ts +22 -0
  83. package/privatelink/getVpcEndpoints.js +24 -0
  84. package/privatelink/getVpcEndpoints.js.map +1 -0
  85. package/privatelink/index.d.ts +18 -0
  86. package/privatelink/index.js +23 -1
  87. package/privatelink/index.js.map +1 -1
  88. package/privatelink/vpcEndpoint.d.ts +277 -0
  89. package/privatelink/vpcEndpoint.js +106 -0
  90. package/privatelink/vpcEndpoint.js.map +1 -0
  91. package/privatelink/vpcEndpointConnection.d.ts +156 -0
  92. package/privatelink/vpcEndpointConnection.js +88 -0
  93. package/privatelink/vpcEndpointConnection.js.map +1 -0
  94. package/rabbitmq/allowList.d.ts +151 -0
  95. package/rabbitmq/allowList.js +100 -0
  96. package/rabbitmq/allowList.js.map +1 -0
  97. package/rabbitmq/getAllowList.d.ts +73 -0
  98. package/rabbitmq/getAllowList.js +28 -0
  99. package/rabbitmq/getAllowList.js.map +1 -0
  100. package/rabbitmq/getAllowLists.d.ts +22 -0
  101. package/rabbitmq/getAllowLists.js +24 -0
  102. package/rabbitmq/getAllowLists.js.map +1 -0
  103. package/rabbitmq/index.d.ts +9 -0
  104. package/rabbitmq/index.js +12 -1
  105. package/rabbitmq/index.js.map +1 -1
  106. package/rdspostgresql/getInstance.d.ts +153 -0
  107. package/rdspostgresql/getInstance.js +28 -0
  108. package/rdspostgresql/getInstance.js.map +1 -0
  109. package/rdspostgresql/getInstances.d.ts +22 -0
  110. package/rdspostgresql/getInstances.js +24 -0
  111. package/rdspostgresql/getInstances.js.map +1 -0
  112. package/rdspostgresql/index.d.ts +9 -0
  113. package/rdspostgresql/index.js +12 -1
  114. package/rdspostgresql/index.js.map +1 -1
  115. package/rdspostgresql/instance.d.ts +303 -0
  116. package/rdspostgresql/instance.js +132 -0
  117. package/rdspostgresql/instance.js.map +1 -0
  118. package/redis/allowList.d.ts +148 -0
  119. package/redis/allowList.js +78 -0
  120. package/redis/allowList.js.map +1 -0
  121. package/redis/getAllowList.d.ts +81 -0
  122. package/redis/getAllowList.js +28 -0
  123. package/redis/getAllowList.js.map +1 -0
  124. package/redis/getAllowLists.d.ts +22 -0
  125. package/redis/getAllowLists.js +24 -0
  126. package/redis/getAllowLists.js.map +1 -0
  127. package/redis/index.d.ts +9 -0
  128. package/redis/index.js +12 -1
  129. package/redis/index.js.map +1 -1
  130. package/storageebs/getSnapshotGroup.d.ts +81 -0
  131. package/storageebs/getSnapshotGroup.js +28 -0
  132. package/storageebs/getSnapshotGroup.js.map +1 -0
  133. package/storageebs/getSnapshotGroups.d.ts +22 -0
  134. package/storageebs/getSnapshotGroups.js +24 -0
  135. package/storageebs/getSnapshotGroups.js.map +1 -0
  136. package/storageebs/index.d.ts +9 -0
  137. package/storageebs/index.js +12 -1
  138. package/storageebs/index.js.map +1 -1
  139. package/storageebs/snapshotGroup.d.ts +168 -0
  140. package/storageebs/snapshotGroup.js +105 -0
  141. package/storageebs/snapshotGroup.js.map +1 -0
  142. package/tls/alarmNotifyGroup.d.ts +113 -0
  143. package/tls/alarmNotifyGroup.js +75 -0
  144. package/tls/alarmNotifyGroup.js.map +1 -0
  145. package/tls/consumerGroup.d.ts +128 -0
  146. package/tls/consumerGroup.js +98 -0
  147. package/tls/consumerGroup.js.map +1 -0
  148. package/tls/getAlarmNotifyGroup.d.ts +69 -0
  149. package/tls/getAlarmNotifyGroup.js +28 -0
  150. package/tls/getAlarmNotifyGroup.js.map +1 -0
  151. package/tls/getAlarmNotifyGroups.d.ts +22 -0
  152. package/tls/getAlarmNotifyGroups.js +24 -0
  153. package/tls/getAlarmNotifyGroups.js.map +1 -0
  154. package/tls/getConsumerGroup.d.ts +60 -0
  155. package/tls/getConsumerGroup.js +28 -0
  156. package/tls/getConsumerGroup.js.map +1 -0
  157. package/tls/getConsumerGroups.d.ts +22 -0
  158. package/tls/getConsumerGroups.js +24 -0
  159. package/tls/getConsumerGroups.js.map +1 -0
  160. package/tls/getImportTask.d.ts +89 -0
  161. package/tls/getImportTask.js +28 -0
  162. package/tls/getImportTask.js.map +1 -0
  163. package/tls/getImportTasks.d.ts +22 -0
  164. package/tls/getImportTasks.js +24 -0
  165. package/tls/getImportTasks.js.map +1 -0
  166. package/tls/getRule.d.ts +109 -0
  167. package/tls/getRule.js +28 -0
  168. package/tls/getRule.js.map +1 -0
  169. package/tls/getRules.d.ts +22 -0
  170. package/tls/getRules.js +24 -0
  171. package/tls/getRules.js.map +1 -0
  172. package/tls/getShipper.d.ts +101 -0
  173. package/tls/getShipper.js +28 -0
  174. package/tls/getShipper.js.map +1 -0
  175. package/tls/getShippers.d.ts +22 -0
  176. package/tls/getShippers.js +24 -0
  177. package/tls/getShippers.js.map +1 -0
  178. package/tls/importTask.d.ts +183 -0
  179. package/tls/importTask.js +97 -0
  180. package/tls/importTask.js.map +1 -0
  181. package/tls/index.d.ts +45 -0
  182. package/tls/index.js +56 -1
  183. package/tls/index.js.map +1 -1
  184. package/tls/rule.d.ts +221 -0
  185. package/tls/rule.js +98 -0
  186. package/tls/rule.js.map +1 -0
  187. package/tls/shipper.d.ts +211 -0
  188. package/tls/shipper.js +97 -0
  189. package/tls/shipper.js.map +1 -0
  190. package/tos/bucketEncryption.d.ts +94 -0
  191. package/tos/bucketEncryption.js +78 -0
  192. package/tos/bucketEncryption.js.map +1 -0
  193. package/tos/bucketInventory.d.ts +155 -0
  194. package/tos/bucketInventory.js +95 -0
  195. package/tos/bucketInventory.js.map +1 -0
  196. package/tos/getBucketEncryption.d.ts +48 -0
  197. package/tos/getBucketEncryption.js +28 -0
  198. package/tos/getBucketEncryption.js.map +1 -0
  199. package/tos/getBucketEncryptions.d.ts +22 -0
  200. package/tos/getBucketEncryptions.js +24 -0
  201. package/tos/getBucketEncryptions.js.map +1 -0
  202. package/tos/getBucketInventories.d.ts +22 -0
  203. package/tos/getBucketInventories.js +24 -0
  204. package/tos/getBucketInventories.js.map +1 -0
  205. package/tos/getBucketInventory.d.ts +73 -0
  206. package/tos/getBucketInventory.js +28 -0
  207. package/tos/getBucketInventory.js.map +1 -0
  208. package/tos/index.d.ts +18 -0
  209. package/tos/index.js +23 -1
  210. package/tos/index.js.map +1 -1
  211. package/types/input.d.ts +1804 -186
  212. package/types/output.d.ts +3846 -591
  213. package/vedbm/endpoint.d.ts +247 -0
  214. package/vedbm/endpoint.js +93 -0
  215. package/vedbm/endpoint.js.map +1 -0
  216. package/vedbm/getEndpoint.d.ts +105 -0
  217. package/vedbm/getEndpoint.js +28 -0
  218. package/vedbm/getEndpoint.js.map +1 -0
  219. package/vedbm/getEndpoints.d.ts +22 -0
  220. package/vedbm/getEndpoints.js +24 -0
  221. package/vedbm/getEndpoints.js.map +1 -0
  222. package/vedbm/index.d.ts +9 -0
  223. package/vedbm/index.js +12 -1
  224. package/vedbm/index.js.map +1 -1
  225. package/vefaas/getRelease.d.ts +120 -0
  226. package/vefaas/getRelease.js +28 -0
  227. package/vefaas/getRelease.js.map +1 -0
  228. package/vefaas/getReleases.d.ts +22 -0
  229. package/vefaas/getReleases.js +24 -0
  230. package/vefaas/getReleases.js.map +1 -0
  231. package/vefaas/index.d.ts +9 -0
  232. package/vefaas/index.js +12 -1
  233. package/vefaas/index.js.map +1 -1
  234. package/vefaas/release.d.ts +253 -0
  235. package/vefaas/release.js +120 -0
  236. package/vefaas/release.js.map +1 -0
  237. package/vepfs/getMountService.d.ts +93 -0
  238. package/vepfs/getMountService.js +28 -0
  239. package/vepfs/getMountService.js.map +1 -0
  240. package/vepfs/getMountServices.d.ts +22 -0
  241. package/vepfs/getMountServices.js +24 -0
  242. package/vepfs/getMountServices.js.map +1 -0
  243. package/vepfs/index.d.ts +9 -0
  244. package/vepfs/index.js +12 -1
  245. package/vepfs/index.js.map +1 -1
  246. package/vepfs/mountService.d.ts +172 -0
  247. package/vepfs/mountService.js +99 -0
  248. package/vepfs/mountService.js.map +1 -0
  249. package/vke/getKubeconfig.d.ts +72 -0
  250. package/vke/getKubeconfig.js +28 -0
  251. package/vke/getKubeconfig.js.map +1 -0
  252. package/vke/getKubeconfigs.d.ts +22 -0
  253. package/vke/getKubeconfigs.js +24 -0
  254. package/vke/getKubeconfigs.js.map +1 -0
  255. package/vke/index.d.ts +9 -0
  256. package/vke/index.js +12 -1
  257. package/vke/index.js.map +1 -1
  258. package/vke/kubeconfig.d.ts +142 -0
  259. package/vke/kubeconfig.js +93 -0
  260. package/vke/kubeconfig.js.map +1 -0
@@ -0,0 +1,95 @@
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.BucketInventory = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Bucket inventory rules. After creating a bucket inventory, TOS outputs various object information daily or weekly, including object count, size, storage type, and more.
10
+ *
11
+ * ## Import
12
+ *
13
+ * ```sh
14
+ * $ pulumi import volcenginecc:tos/bucketInventory:BucketInventory example "bucket_name|inventory_id"
15
+ * ```
16
+ */
17
+ class BucketInventory extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing BucketInventory resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new BucketInventory(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of BucketInventory. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === BucketInventory.__pulumiType;
39
+ }
40
+ constructor(name, argsOrState, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (opts.id) {
44
+ const state = argsOrState;
45
+ resourceInputs["bucketName"] = state ? state.bucketName : undefined;
46
+ resourceInputs["destination"] = state ? state.destination : undefined;
47
+ resourceInputs["filter"] = state ? state.filter : undefined;
48
+ resourceInputs["includedObjectVersions"] = state ? state.includedObjectVersions : undefined;
49
+ resourceInputs["inventoryId"] = state ? state.inventoryId : undefined;
50
+ resourceInputs["isEnabled"] = state ? state.isEnabled : undefined;
51
+ resourceInputs["isUnCompressed"] = state ? state.isUnCompressed : undefined;
52
+ resourceInputs["optionalFields"] = state ? state.optionalFields : undefined;
53
+ resourceInputs["schedule"] = state ? state.schedule : undefined;
54
+ }
55
+ else {
56
+ const args = argsOrState;
57
+ if ((!args || args.bucketName === undefined) && !opts.urn) {
58
+ throw new Error("Missing required property 'bucketName'");
59
+ }
60
+ if ((!args || args.destination === undefined) && !opts.urn) {
61
+ throw new Error("Missing required property 'destination'");
62
+ }
63
+ if ((!args || args.includedObjectVersions === undefined) && !opts.urn) {
64
+ throw new Error("Missing required property 'includedObjectVersions'");
65
+ }
66
+ if ((!args || args.inventoryId === undefined) && !opts.urn) {
67
+ throw new Error("Missing required property 'inventoryId'");
68
+ }
69
+ if ((!args || args.isEnabled === undefined) && !opts.urn) {
70
+ throw new Error("Missing required property 'isEnabled'");
71
+ }
72
+ if ((!args || args.isUnCompressed === undefined) && !opts.urn) {
73
+ throw new Error("Missing required property 'isUnCompressed'");
74
+ }
75
+ if ((!args || args.schedule === undefined) && !opts.urn) {
76
+ throw new Error("Missing required property 'schedule'");
77
+ }
78
+ resourceInputs["bucketName"] = args ? args.bucketName : undefined;
79
+ resourceInputs["destination"] = args ? args.destination : undefined;
80
+ resourceInputs["filter"] = args ? args.filter : undefined;
81
+ resourceInputs["includedObjectVersions"] = args ? args.includedObjectVersions : undefined;
82
+ resourceInputs["inventoryId"] = args ? args.inventoryId : undefined;
83
+ resourceInputs["isEnabled"] = args ? args.isEnabled : undefined;
84
+ resourceInputs["isUnCompressed"] = args ? args.isUnCompressed : undefined;
85
+ resourceInputs["optionalFields"] = args ? args.optionalFields : undefined;
86
+ resourceInputs["schedule"] = args ? args.schedule : undefined;
87
+ }
88
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
89
+ super(BucketInventory.__pulumiType, name, resourceInputs, opts);
90
+ }
91
+ }
92
+ exports.BucketInventory = BucketInventory;
93
+ /** @internal */
94
+ BucketInventory.__pulumiType = 'volcenginecc:tos/bucketInventory:BucketInventory';
95
+ //# sourceMappingURL=bucketInventory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bucketInventory.js","sourceRoot":"","sources":["../../tos/bucketInventory.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,48 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Data Source schema for Volcengine::TOS::BucketEncryption
4
+ */
5
+ export declare function getBucketEncryption(args: GetBucketEncryptionArgs, opts?: pulumi.InvokeOptions): Promise<GetBucketEncryptionResult>;
6
+ /**
7
+ * A collection of arguments for invoking getBucketEncryption.
8
+ */
9
+ export interface GetBucketEncryptionArgs {
10
+ /**
11
+ * Uniquely identifies the resource.
12
+ */
13
+ id: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getBucketEncryption.
17
+ */
18
+ export interface GetBucketEncryptionResult {
19
+ /**
20
+ * Uniquely identifies the resource.
21
+ */
22
+ readonly id: string;
23
+ /**
24
+ * The master key used for SSE-KMS encryption
25
+ */
26
+ readonly kmsMasterKeyId: string;
27
+ /**
28
+ * Bucket name
29
+ */
30
+ readonly name: string;
31
+ /**
32
+ * Default server-side encryption method. The values are explained as follows: kms: uses SSE-KMS encryption. AES256: uses SSE-TOS encryption with the AES256 algorithm. SM4: uses SSE-TOS encryption with the SM4 algorithm
33
+ */
34
+ readonly sseAlgorithm: string;
35
+ }
36
+ /**
37
+ * Data Source schema for Volcengine::TOS::BucketEncryption
38
+ */
39
+ export declare function getBucketEncryptionOutput(args: GetBucketEncryptionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBucketEncryptionResult>;
40
+ /**
41
+ * A collection of arguments for invoking getBucketEncryption.
42
+ */
43
+ export interface GetBucketEncryptionOutputArgs {
44
+ /**
45
+ * Uniquely identifies the resource.
46
+ */
47
+ id: pulumi.Input<string>;
48
+ }
@@ -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.getBucketEncryptionOutput = exports.getBucketEncryption = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TOS::BucketEncryption
10
+ */
11
+ function getBucketEncryption(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tos/getBucketEncryption:getBucketEncryption", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getBucketEncryption = getBucketEncryption;
18
+ /**
19
+ * Data Source schema for Volcengine::TOS::BucketEncryption
20
+ */
21
+ function getBucketEncryptionOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tos/getBucketEncryption:getBucketEncryption", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getBucketEncryptionOutput = getBucketEncryptionOutput;
28
+ //# sourceMappingURL=getBucketEncryption.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBucketEncryption.js","sourceRoot":"","sources":["../../tos/getBucketEncryption.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAiCD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::TOS::BucketEncryption
4
+ */
5
+ export declare function getBucketEncryptions(opts?: pulumi.InvokeOptions): Promise<GetBucketEncryptionsResult>;
6
+ /**
7
+ * A collection of values returned by getBucketEncryptions.
8
+ */
9
+ export interface GetBucketEncryptionsResult {
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::TOS::BucketEncryption
21
+ */
22
+ export declare function getBucketEncryptionsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBucketEncryptionsResult>;
@@ -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.getBucketEncryptionsOutput = exports.getBucketEncryptions = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TOS::BucketEncryption
10
+ */
11
+ function getBucketEncryptions(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tos/getBucketEncryptions:getBucketEncryptions", {}, opts);
14
+ }
15
+ exports.getBucketEncryptions = getBucketEncryptions;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TOS::BucketEncryption
18
+ */
19
+ function getBucketEncryptionsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:tos/getBucketEncryptions:getBucketEncryptions", {}, opts);
22
+ }
23
+ exports.getBucketEncryptionsOutput = getBucketEncryptionsOutput;
24
+ //# sourceMappingURL=getBucketEncryptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBucketEncryptions.js","sourceRoot":"","sources":["../../tos/getBucketEncryptions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAeD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAiC;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::TOS::BucketInventory
4
+ */
5
+ export declare function getBucketInventories(opts?: pulumi.InvokeOptions): Promise<GetBucketInventoriesResult>;
6
+ /**
7
+ * A collection of values returned by getBucketInventories.
8
+ */
9
+ export interface GetBucketInventoriesResult {
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::TOS::BucketInventory
21
+ */
22
+ export declare function getBucketInventoriesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBucketInventoriesResult>;
@@ -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.getBucketInventoriesOutput = exports.getBucketInventories = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TOS::BucketInventory
10
+ */
11
+ function getBucketInventories(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tos/getBucketInventories:getBucketInventories", {}, opts);
14
+ }
15
+ exports.getBucketInventories = getBucketInventories;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TOS::BucketInventory
18
+ */
19
+ function getBucketInventoriesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:tos/getBucketInventories:getBucketInventories", {}, opts);
22
+ }
23
+ exports.getBucketInventoriesOutput = getBucketInventoriesOutput;
24
+ //# sourceMappingURL=getBucketInventories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBucketInventories.js","sourceRoot":"","sources":["../../tos/getBucketInventories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAeD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAiC;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE,EAChG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::TOS::BucketInventory
5
+ */
6
+ export declare function getBucketInventory(args: GetBucketInventoryArgs, opts?: pulumi.InvokeOptions): Promise<GetBucketInventoryResult>;
7
+ /**
8
+ * A collection of arguments for invoking getBucketInventory.
9
+ */
10
+ export interface GetBucketInventoryArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getBucketInventory.
18
+ */
19
+ export interface GetBucketInventoryResult {
20
+ /**
21
+ * Bucket name.
22
+ */
23
+ readonly bucketName: string;
24
+ /**
25
+ * Information related to inventory files.
26
+ */
27
+ readonly destination: outputs.tos.GetBucketInventoryDestination;
28
+ /**
29
+ * Prefix for filtering bucket inventory.
30
+ */
31
+ readonly filter: outputs.tos.GetBucketInventoryFilter;
32
+ /**
33
+ * Uniquely identifies the resource.
34
+ */
35
+ readonly id: string;
36
+ /**
37
+ * Object version to export. Options: All: export information for all object versions. Current: export information for the current object version.
38
+ */
39
+ readonly includedObjectVersions: string;
40
+ /**
41
+ * Bucket inventory name, which must be globally unique within the current bucket. Details: Length must be 0–64 characters. Only lowercase letters a–z, uppercase letters A–Z, digits 0–9, hyphens (-), underscores (_), and periods (.) are allowed. The name must start and end with a lowercase letter a–z, uppercase letter A–Z, or digit 0–9.
42
+ */
43
+ readonly inventoryId: string;
44
+ /**
45
+ * Whether to enable the bucket inventory feature. Options: true: enable; false: disable.
46
+ */
47
+ readonly isEnabled: boolean;
48
+ /**
49
+ * Whether it is uncompressed.
50
+ */
51
+ readonly isUnCompressed: boolean;
52
+ /**
53
+ * Information about exported inventory files.
54
+ */
55
+ readonly optionalFields: outputs.tos.GetBucketInventoryOptionalFields;
56
+ /**
57
+ * Bucket inventory export frequency information.
58
+ */
59
+ readonly schedule: outputs.tos.GetBucketInventorySchedule;
60
+ }
61
+ /**
62
+ * Data Source schema for Volcengine::TOS::BucketInventory
63
+ */
64
+ export declare function getBucketInventoryOutput(args: GetBucketInventoryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBucketInventoryResult>;
65
+ /**
66
+ * A collection of arguments for invoking getBucketInventory.
67
+ */
68
+ export interface GetBucketInventoryOutputArgs {
69
+ /**
70
+ * Uniquely identifies the resource.
71
+ */
72
+ id: pulumi.Input<string>;
73
+ }
@@ -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.getBucketInventoryOutput = exports.getBucketInventory = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TOS::BucketInventory
10
+ */
11
+ function getBucketInventory(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tos/getBucketInventory:getBucketInventory", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getBucketInventory = getBucketInventory;
18
+ /**
19
+ * Data Source schema for Volcengine::TOS::BucketInventory
20
+ */
21
+ function getBucketInventoryOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tos/getBucketInventory:getBucketInventory", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getBucketInventoryOutput = getBucketInventoryOutput;
28
+ //# sourceMappingURL=getBucketInventory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBucketInventory.js","sourceRoot":"","sources":["../../tos/getBucketInventory.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAyDD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
package/tos/index.d.ts CHANGED
@@ -1,9 +1,27 @@
1
1
  export { BucketArgs, BucketState } from "./bucket";
2
2
  export type Bucket = import("./bucket").Bucket;
3
3
  export declare const Bucket: typeof import("./bucket").Bucket;
4
+ export { BucketEncryptionArgs, BucketEncryptionState } from "./bucketEncryption";
5
+ export type BucketEncryption = import("./bucketEncryption").BucketEncryption;
6
+ export declare const BucketEncryption: typeof import("./bucketEncryption").BucketEncryption;
7
+ export { BucketInventoryArgs, BucketInventoryState } from "./bucketInventory";
8
+ export type BucketInventory = import("./bucketInventory").BucketInventory;
9
+ export declare const BucketInventory: typeof import("./bucketInventory").BucketInventory;
4
10
  export { GetBucketArgs, GetBucketResult, GetBucketOutputArgs } from "./getBucket";
5
11
  export declare const getBucket: typeof import("./getBucket").getBucket;
6
12
  export declare const getBucketOutput: typeof import("./getBucket").getBucketOutput;
13
+ export { GetBucketEncryptionArgs, GetBucketEncryptionResult, GetBucketEncryptionOutputArgs } from "./getBucketEncryption";
14
+ export declare const getBucketEncryption: typeof import("./getBucketEncryption").getBucketEncryption;
15
+ export declare const getBucketEncryptionOutput: typeof import("./getBucketEncryption").getBucketEncryptionOutput;
16
+ export { GetBucketEncryptionsResult } from "./getBucketEncryptions";
17
+ export declare const getBucketEncryptions: typeof import("./getBucketEncryptions").getBucketEncryptions;
18
+ export declare const getBucketEncryptionsOutput: typeof import("./getBucketEncryptions").getBucketEncryptionsOutput;
19
+ export { GetBucketInventoriesResult } from "./getBucketInventories";
20
+ export declare const getBucketInventories: typeof import("./getBucketInventories").getBucketInventories;
21
+ export declare const getBucketInventoriesOutput: typeof import("./getBucketInventories").getBucketInventoriesOutput;
22
+ export { GetBucketInventoryArgs, GetBucketInventoryResult, GetBucketInventoryOutputArgs } from "./getBucketInventory";
23
+ export declare const getBucketInventory: typeof import("./getBucketInventory").getBucketInventory;
24
+ export declare const getBucketInventoryOutput: typeof import("./getBucketInventory").getBucketInventoryOutput;
7
25
  export { GetBucketsResult } from "./getBuckets";
8
26
  export declare const getBuckets: typeof import("./getBuckets").getBuckets;
9
27
  export declare const getBucketsOutput: typeof import("./getBuckets").getBucketsOutput;
package/tos/index.js CHANGED
@@ -2,14 +2,30 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.getBucketsOutput = exports.getBuckets = exports.getBucketOutput = exports.getBucket = exports.Bucket = void 0;
5
+ exports.getBucketsOutput = exports.getBuckets = exports.getBucketInventoryOutput = exports.getBucketInventory = exports.getBucketInventoriesOutput = exports.getBucketInventories = exports.getBucketEncryptionsOutput = exports.getBucketEncryptions = exports.getBucketEncryptionOutput = exports.getBucketEncryption = exports.getBucketOutput = exports.getBucket = exports.BucketInventory = exports.BucketEncryption = exports.Bucket = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.Bucket = null;
9
9
  utilities.lazyLoad(exports, ["Bucket"], () => require("./bucket"));
10
+ exports.BucketEncryption = null;
11
+ utilities.lazyLoad(exports, ["BucketEncryption"], () => require("./bucketEncryption"));
12
+ exports.BucketInventory = null;
13
+ utilities.lazyLoad(exports, ["BucketInventory"], () => require("./bucketInventory"));
10
14
  exports.getBucket = null;
11
15
  exports.getBucketOutput = null;
12
16
  utilities.lazyLoad(exports, ["getBucket", "getBucketOutput"], () => require("./getBucket"));
17
+ exports.getBucketEncryption = null;
18
+ exports.getBucketEncryptionOutput = null;
19
+ utilities.lazyLoad(exports, ["getBucketEncryption", "getBucketEncryptionOutput"], () => require("./getBucketEncryption"));
20
+ exports.getBucketEncryptions = null;
21
+ exports.getBucketEncryptionsOutput = null;
22
+ utilities.lazyLoad(exports, ["getBucketEncryptions", "getBucketEncryptionsOutput"], () => require("./getBucketEncryptions"));
23
+ exports.getBucketInventories = null;
24
+ exports.getBucketInventoriesOutput = null;
25
+ utilities.lazyLoad(exports, ["getBucketInventories", "getBucketInventoriesOutput"], () => require("./getBucketInventories"));
26
+ exports.getBucketInventory = null;
27
+ exports.getBucketInventoryOutput = null;
28
+ utilities.lazyLoad(exports, ["getBucketInventory", "getBucketInventoryOutput"], () => require("./getBucketInventory"));
13
29
  exports.getBuckets = null;
14
30
  exports.getBucketsOutput = null;
15
31
  utilities.lazyLoad(exports, ["getBuckets", "getBucketsOutput"], () => require("./getBuckets"));
@@ -19,10 +35,16 @@ const _module = {
19
35
  switch (type) {
20
36
  case "volcenginecc:tos/bucket:Bucket":
21
37
  return new exports.Bucket(name, undefined, { urn });
38
+ case "volcenginecc:tos/bucketEncryption:BucketEncryption":
39
+ return new exports.BucketEncryption(name, undefined, { urn });
40
+ case "volcenginecc:tos/bucketInventory:BucketInventory":
41
+ return new exports.BucketInventory(name, undefined, { urn });
22
42
  default:
23
43
  throw new Error(`unknown resource type ${type}`);
24
44
  }
25
45
  },
26
46
  };
27
47
  pulumi.runtime.registerResourceModule("volcenginecc", "tos/bucket", _module);
48
+ pulumi.runtime.registerResourceModule("volcenginecc", "tos/bucketEncryption", _module);
49
+ pulumi.runtime.registerResourceModule("volcenginecc", "tos/bucketInventory", _module);
28
50
  //# sourceMappingURL=index.js.map
package/tos/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../tos/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGtD,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG9E,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAG9F,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,gCAAgC;gBACjC,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../tos/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,MAAM,GAAqC,IAAW,CAAC;AACpE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAItD,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,eAAe,GAAuD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGxE,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG9E,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,kBAAkB,GAA6D,IAAW,CAAC;AAC3F,QAAA,wBAAwB,GAAmE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,oBAAoB,EAAC,0BAA0B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGzG,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAG9F,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,gCAAgC;gBACjC,OAAO,IAAI,cAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,oDAAoD;gBACrD,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,uBAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA;AAC5E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA"}