@volcengine/pulumi-volcenginecc 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alb/getRule.d.ts +101 -0
- package/alb/getRule.js +28 -0
- package/alb/getRule.js.map +1 -0
- package/alb/getRules.d.ts +22 -0
- package/alb/getRules.js +24 -0
- package/alb/getRules.js.map +1 -0
- package/alb/index.d.ts +9 -0
- package/alb/index.js +12 -1
- package/alb/index.js.map +1 -1
- package/alb/rule.d.ts +217 -0
- package/alb/rule.js +91 -0
- package/alb/rule.js.map +1 -0
- package/cbr/backupResource.d.ts +0 -4
- package/cbr/backupResource.js +1 -1
- package/cbr/backupResource.js.map +1 -1
- package/clb/getNlbSecurityPolicies.d.ts +22 -0
- package/clb/getNlbSecurityPolicies.js +24 -0
- package/clb/getNlbSecurityPolicies.js.map +1 -0
- package/clb/getNlbSecurityPolicy.d.ts +81 -0
- package/clb/getNlbSecurityPolicy.js +28 -0
- package/clb/getNlbSecurityPolicy.js.map +1 -0
- package/clb/index.d.ts +9 -0
- package/clb/index.js +12 -1
- package/clb/index.js.map +1 -1
- package/clb/nlbSecurityPolicy.d.ts +167 -0
- package/clb/nlbSecurityPolicy.js +105 -0
- package/clb/nlbSecurityPolicy.js.map +1 -0
- package/cloudidentity/getGroup.d.ts +73 -0
- package/cloudidentity/getGroup.js +28 -0
- package/cloudidentity/getGroup.js.map +1 -0
- package/cloudidentity/getGroups.d.ts +22 -0
- package/cloudidentity/getGroups.js +24 -0
- package/cloudidentity/getGroups.js.map +1 -0
- package/cloudidentity/getPermissionSet.d.ts +73 -0
- package/cloudidentity/getPermissionSet.js +28 -0
- package/cloudidentity/getPermissionSet.js.map +1 -0
- package/cloudidentity/getPermissionSetAssignment.d.ts +68 -0
- package/cloudidentity/getPermissionSetAssignment.js +28 -0
- package/cloudidentity/getPermissionSetAssignment.js.map +1 -0
- package/cloudidentity/getPermissionSetAssignments.d.ts +22 -0
- package/cloudidentity/getPermissionSetAssignments.js +24 -0
- package/cloudidentity/getPermissionSetAssignments.js.map +1 -0
- package/cloudidentity/getPermissionSetProvisioning.d.ts +64 -0
- package/cloudidentity/getPermissionSetProvisioning.js +28 -0
- package/cloudidentity/getPermissionSetProvisioning.js.map +1 -0
- package/cloudidentity/getPermissionSetProvisionings.d.ts +22 -0
- package/cloudidentity/getPermissionSetProvisionings.js +24 -0
- package/cloudidentity/getPermissionSetProvisionings.js.map +1 -0
- package/cloudidentity/getPermissionSets.d.ts +22 -0
- package/cloudidentity/getPermissionSets.js +24 -0
- package/cloudidentity/getPermissionSets.js.map +1 -0
- package/cloudidentity/getUserProvisioning.d.ts +88 -0
- package/cloudidentity/getUserProvisioning.js +28 -0
- package/cloudidentity/getUserProvisioning.js.map +1 -0
- package/cloudidentity/getUserProvisionings.d.ts +22 -0
- package/cloudidentity/getUserProvisionings.js +24 -0
- package/cloudidentity/getUserProvisionings.js.map +1 -0
- package/cloudidentity/group.d.ts +130 -0
- package/cloudidentity/group.js +80 -0
- package/cloudidentity/group.js.map +1 -0
- package/cloudidentity/index.d.ts +45 -0
- package/cloudidentity/index.js +56 -1
- package/cloudidentity/index.js.map +1 -1
- package/cloudidentity/permissionSet.d.ts +130 -0
- package/cloudidentity/permissionSet.js +77 -0
- package/cloudidentity/permissionSet.js.map +1 -0
- package/cloudidentity/permissionSetAssignment.d.ts +140 -0
- package/cloudidentity/permissionSetAssignment.js +99 -0
- package/cloudidentity/permissionSetAssignment.js.map +1 -0
- package/cloudidentity/permissionSetProvisioning.d.ts +121 -0
- package/cloudidentity/permissionSetProvisioning.js +88 -0
- package/cloudidentity/permissionSetProvisioning.js.map +1 -0
- package/cloudidentity/userProvisioning.d.ts +199 -0
- package/cloudidentity/userProvisioning.js +118 -0
- package/cloudidentity/userProvisioning.js.map +1 -0
- package/efs/fileSystem.d.ts +234 -0
- package/efs/fileSystem.js +111 -0
- package/efs/fileSystem.js.map +1 -0
- package/efs/getFileSystem.d.ts +117 -0
- package/efs/getFileSystem.js +28 -0
- package/efs/getFileSystem.js.map +1 -0
- package/efs/getFileSystems.d.ts +22 -0
- package/efs/getFileSystems.js +24 -0
- package/efs/getFileSystems.js.map +1 -0
- package/efs/index.d.ts +9 -0
- package/efs/index.js +28 -0
- package/efs/index.js.map +1 -0
- package/filenas/getMountPoint.d.ts +97 -0
- package/filenas/getMountPoint.js +28 -0
- package/filenas/getMountPoint.js.map +1 -0
- package/filenas/getMountPoints.d.ts +22 -0
- package/filenas/getMountPoints.js +24 -0
- package/filenas/getMountPoints.js.map +1 -0
- package/filenas/index.d.ts +9 -0
- package/filenas/index.js +12 -1
- package/filenas/index.js.map +1 -1
- package/filenas/mountPoint.d.ts +196 -0
- package/filenas/mountPoint.js +116 -0
- package/filenas/mountPoint.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +144 -0
- package/kafka/allowList.js +100 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/getAllowList.d.ts +69 -0
- package/kafka/getAllowList.js +28 -0
- package/kafka/getAllowList.js.map +1 -0
- package/kafka/getAllowLists.d.ts +22 -0
- package/kafka/getAllowLists.js +24 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +12 -1
- package/kafka/index.js.map +1 -1
- package/kms/getKey.d.ts +16 -0
- package/kms/getKey.js.map +1 -1
- package/kms/key.d.ts +46 -25
- package/kms/key.js +9 -24
- package/kms/key.js.map +1 -1
- package/package.json +1 -1
- package/rdspostgresql/dbAccount.d.ts +133 -0
- package/rdspostgresql/dbAccount.js +93 -0
- package/rdspostgresql/dbAccount.js.map +1 -0
- package/rdspostgresql/getDbAccount.d.ts +60 -0
- package/rdspostgresql/getDbAccount.js +28 -0
- package/rdspostgresql/getDbAccount.js.map +1 -0
- package/rdspostgresql/getDbAccounts.d.ts +22 -0
- package/rdspostgresql/getDbAccounts.js +24 -0
- package/rdspostgresql/getDbAccounts.js.map +1 -0
- package/rdspostgresql/index.d.ts +9 -0
- package/rdspostgresql/index.js +12 -1
- package/rdspostgresql/index.js.map +1 -1
- package/redis/getInstance.d.ts +8 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +16 -0
- package/redis/instance.js +4 -0
- package/redis/instance.js.map +1 -1
- package/rocketmq/allowList.d.ts +172 -0
- package/rocketmq/allowList.js +95 -0
- package/rocketmq/allowList.js.map +1 -0
- package/rocketmq/getAllowList.d.ts +81 -0
- package/rocketmq/getAllowList.js +28 -0
- package/rocketmq/getAllowList.js.map +1 -0
- package/rocketmq/getAllowLists.d.ts +22 -0
- package/rocketmq/getAllowLists.js +24 -0
- package/rocketmq/getAllowLists.js.map +1 -0
- package/rocketmq/index.d.ts +9 -0
- package/rocketmq/index.js +12 -1
- package/rocketmq/index.js.map +1 -1
- package/tls/getProject.d.ts +69 -0
- package/tls/getProject.js +28 -0
- package/tls/getProject.js.map +1 -0
- package/tls/getProjects.d.ts +22 -0
- package/tls/getProjects.js +24 -0
- package/tls/getProjects.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +12 -1
- package/tls/index.js.map +1 -1
- package/tls/project.d.ts +135 -0
- package/tls/project.js +92 -0
- package/tls/project.js.map +1 -0
- package/tls/topic.d.ts +2 -0
- package/tls/topic.js +2 -0
- package/tls/topic.js.map +1 -1
- package/types/input.d.ts +448 -0
- package/types/output.d.ts +1002 -44
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::EFS::FileSystem
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFileSystem(args: GetFileSystemArgs, opts?: pulumi.InvokeOptions): Promise<GetFileSystemResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFileSystem.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFileSystemArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getFileSystem.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetFileSystemResult {
|
|
20
|
+
/**
|
|
21
|
+
* 接入点上限。
|
|
22
|
+
*/
|
|
23
|
+
readonly accessPointLimit: number;
|
|
24
|
+
/**
|
|
25
|
+
* 文件系统计费配置。
|
|
26
|
+
*/
|
|
27
|
+
readonly chargeConfig: outputs.efs.GetFileSystemChargeConfig;
|
|
28
|
+
/**
|
|
29
|
+
* 计费类型。仅支持取值为PayAsYouGo,表示按量计费。
|
|
30
|
+
*/
|
|
31
|
+
readonly chargeType: string;
|
|
32
|
+
/**
|
|
33
|
+
* 文件系统创建时间。
|
|
34
|
+
*/
|
|
35
|
+
readonly createTime: string;
|
|
36
|
+
/**
|
|
37
|
+
* 描述信息。
|
|
38
|
+
*/
|
|
39
|
+
readonly description: string;
|
|
40
|
+
/**
|
|
41
|
+
* 文件系统带宽可以降配的时间。
|
|
42
|
+
*/
|
|
43
|
+
readonly downgradeUnlockTime: string;
|
|
44
|
+
/**
|
|
45
|
+
* 文件系统 ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly fileSystemId: string;
|
|
48
|
+
/**
|
|
49
|
+
* 文件系统名称。
|
|
50
|
+
*/
|
|
51
|
+
readonly fileSystemName: string;
|
|
52
|
+
/**
|
|
53
|
+
* Uniquely identifies the resource.
|
|
54
|
+
*/
|
|
55
|
+
readonly id: string;
|
|
56
|
+
/**
|
|
57
|
+
* Basic:基础型,Premium:高级型
|
|
58
|
+
*/
|
|
59
|
+
readonly instanceType: string;
|
|
60
|
+
/**
|
|
61
|
+
* 挂载点上限。
|
|
62
|
+
*/
|
|
63
|
+
readonly mountPointLimit: number;
|
|
64
|
+
/**
|
|
65
|
+
* 文件系统性能信息。
|
|
66
|
+
*/
|
|
67
|
+
readonly performance: outputs.efs.GetFileSystemPerformance;
|
|
68
|
+
/**
|
|
69
|
+
* 文件系统性能密度,取值说明如下:Basic*50:基础型 50MB/s/TiB,Premium*125:高级型 125MB/s/TiB。
|
|
70
|
+
*/
|
|
71
|
+
readonly performanceDensity: string;
|
|
72
|
+
/**
|
|
73
|
+
* 项目名称。
|
|
74
|
+
*/
|
|
75
|
+
readonly projectName: string;
|
|
76
|
+
/**
|
|
77
|
+
* 协议类型
|
|
78
|
+
*/
|
|
79
|
+
readonly protocolTypes: string[];
|
|
80
|
+
/**
|
|
81
|
+
* 文件系统状态。取值说明如下:Creating:创建中。CreateError:创建失败。Running:运行中。Updating:更新中。Deleting:删除中。DeleteError:删除失败。Deleted:已删除。Stopped:已关停。
|
|
82
|
+
*/
|
|
83
|
+
readonly status: string;
|
|
84
|
+
/**
|
|
85
|
+
* 文件系统容量信息。
|
|
86
|
+
*/
|
|
87
|
+
readonly storage: outputs.efs.GetFileSystemStorage;
|
|
88
|
+
/**
|
|
89
|
+
* 标签列表。
|
|
90
|
+
*/
|
|
91
|
+
readonly tags: outputs.efs.GetFileSystemTag[];
|
|
92
|
+
/**
|
|
93
|
+
* 文件系统更新时间。
|
|
94
|
+
*/
|
|
95
|
+
readonly updateTime: string;
|
|
96
|
+
/**
|
|
97
|
+
* 可用区 ID。
|
|
98
|
+
*/
|
|
99
|
+
readonly zoneId: string;
|
|
100
|
+
/**
|
|
101
|
+
* 可用区名称。
|
|
102
|
+
*/
|
|
103
|
+
readonly zoneName: string;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Data Source schema for Volcengine::EFS::FileSystem
|
|
107
|
+
*/
|
|
108
|
+
export declare function getFileSystemOutput(args: GetFileSystemOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFileSystemResult>;
|
|
109
|
+
/**
|
|
110
|
+
* A collection of arguments for invoking getFileSystem.
|
|
111
|
+
*/
|
|
112
|
+
export interface GetFileSystemOutputArgs {
|
|
113
|
+
/**
|
|
114
|
+
* Uniquely identifies the resource.
|
|
115
|
+
*/
|
|
116
|
+
id: pulumi.Input<string>;
|
|
117
|
+
}
|
|
@@ -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.getFileSystemOutput = exports.getFileSystem = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::EFS::FileSystem
|
|
10
|
+
*/
|
|
11
|
+
function getFileSystem(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:efs/getFileSystem:getFileSystem", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getFileSystem = getFileSystem;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::EFS::FileSystem
|
|
20
|
+
*/
|
|
21
|
+
function getFileSystemOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:efs/getFileSystem:getFileSystem", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getFileSystemOutput = getFileSystemOutput;
|
|
28
|
+
//# sourceMappingURL=getFileSystem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFileSystem.js","sourceRoot":"","sources":["../../efs/getFileSystem.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAqGD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::EFS::FileSystem
|
|
4
|
+
*/
|
|
5
|
+
export declare function getFileSystems(opts?: pulumi.InvokeOptions): Promise<GetFileSystemsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getFileSystems.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetFileSystemsResult {
|
|
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::EFS::FileSystem
|
|
21
|
+
*/
|
|
22
|
+
export declare function getFileSystemsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFileSystemsResult>;
|
|
@@ -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.getFileSystemsOutput = exports.getFileSystems = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::EFS::FileSystem
|
|
10
|
+
*/
|
|
11
|
+
function getFileSystems(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:efs/getFileSystems:getFileSystems", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getFileSystems = getFileSystems;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::EFS::FileSystem
|
|
18
|
+
*/
|
|
19
|
+
function getFileSystemsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:efs/getFileSystems:getFileSystems", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getFileSystemsOutput = getFileSystemsOutput;
|
|
24
|
+
//# sourceMappingURL=getFileSystems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFileSystems.js","sourceRoot":"","sources":["../../efs/getFileSystems.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC;AAeD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC"}
|
package/efs/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { FileSystemArgs, FileSystemState } from "./fileSystem";
|
|
2
|
+
export type FileSystem = import("./fileSystem").FileSystem;
|
|
3
|
+
export declare const FileSystem: typeof import("./fileSystem").FileSystem;
|
|
4
|
+
export { GetFileSystemArgs, GetFileSystemResult, GetFileSystemOutputArgs } from "./getFileSystem";
|
|
5
|
+
export declare const getFileSystem: typeof import("./getFileSystem").getFileSystem;
|
|
6
|
+
export declare const getFileSystemOutput: typeof import("./getFileSystem").getFileSystemOutput;
|
|
7
|
+
export { GetFileSystemsResult } from "./getFileSystems";
|
|
8
|
+
export declare const getFileSystems: typeof import("./getFileSystems").getFileSystems;
|
|
9
|
+
export declare const getFileSystemsOutput: typeof import("./getFileSystems").getFileSystemsOutput;
|
package/efs/index.js
ADDED
|
@@ -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.getFileSystemsOutput = exports.getFileSystems = exports.getFileSystemOutput = exports.getFileSystem = exports.FileSystem = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.FileSystem = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["FileSystem"], () => require("./fileSystem"));
|
|
10
|
+
exports.getFileSystem = null;
|
|
11
|
+
exports.getFileSystemOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["getFileSystem", "getFileSystemOutput"], () => require("./getFileSystem"));
|
|
13
|
+
exports.getFileSystems = null;
|
|
14
|
+
exports.getFileSystemsOutput = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["getFileSystems", "getFileSystemsOutput"], () => require("./getFileSystems"));
|
|
16
|
+
const _module = {
|
|
17
|
+
version: utilities.getVersion(),
|
|
18
|
+
construct: (name, type, urn) => {
|
|
19
|
+
switch (type) {
|
|
20
|
+
case "volcenginecc:efs/fileSystem:FileSystem":
|
|
21
|
+
return new exports.FileSystem(name, undefined, { urn });
|
|
22
|
+
default:
|
|
23
|
+
throw new Error(`unknown resource type ${type}`);
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "efs/fileSystem", _module);
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
package/efs/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../efs/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,UAAU,GAA6C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAG9D,QAAA,aAAa,GAAmD,IAAW,CAAC;AAC5E,QAAA,mBAAmB,GAAyD,IAAW,CAAC;AACrG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,EAAC,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAG1F,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG1G,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,wCAAwC;gBACzC,OAAO,IAAI,kBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::FileNAS::MountPoint
|
|
5
|
+
*/
|
|
6
|
+
export declare function getMountPoint(args: GetMountPointArgs, opts?: pulumi.InvokeOptions): Promise<GetMountPointResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getMountPoint.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetMountPointArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getMountPoint.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetMountPointResult {
|
|
20
|
+
/**
|
|
21
|
+
* 客户端信息。
|
|
22
|
+
*/
|
|
23
|
+
readonly clients: outputs.filenas.GetMountPointClient[];
|
|
24
|
+
/**
|
|
25
|
+
* 挂载点创建时间。
|
|
26
|
+
*/
|
|
27
|
+
readonly createdTime: string;
|
|
28
|
+
/**
|
|
29
|
+
* DNS 地址。
|
|
30
|
+
*/
|
|
31
|
+
readonly domain: string;
|
|
32
|
+
/**
|
|
33
|
+
* 文件系统 ID。
|
|
34
|
+
*/
|
|
35
|
+
readonly fileSystemId: string;
|
|
36
|
+
/**
|
|
37
|
+
* Uniquely identifies the resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* 挂载点地址。
|
|
42
|
+
*/
|
|
43
|
+
readonly ip: string;
|
|
44
|
+
/**
|
|
45
|
+
* 挂载点 ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly mountPointId: string;
|
|
48
|
+
/**
|
|
49
|
+
* 挂载点名称。
|
|
50
|
+
*/
|
|
51
|
+
readonly mountPointName: string;
|
|
52
|
+
/**
|
|
53
|
+
* 挂载点绑定的权限组信息。
|
|
54
|
+
*/
|
|
55
|
+
readonly permissionGroup: outputs.filenas.GetMountPointPermissionGroup;
|
|
56
|
+
/**
|
|
57
|
+
* 权限组 ID。
|
|
58
|
+
*/
|
|
59
|
+
readonly permissionGroupId: string;
|
|
60
|
+
/**
|
|
61
|
+
* 挂载点状态。取值:Running:运行中。Creating:创建中。Updating:更新中。Error:异常。Deleting:删除中。DeleteError:删除异常。Deleted:已删除。Stopped:已停止。
|
|
62
|
+
*/
|
|
63
|
+
readonly status: string;
|
|
64
|
+
/**
|
|
65
|
+
* 子网 ID。
|
|
66
|
+
*/
|
|
67
|
+
readonly subnetId: string;
|
|
68
|
+
/**
|
|
69
|
+
* 子网名称。
|
|
70
|
+
*/
|
|
71
|
+
readonly subnetName: string;
|
|
72
|
+
/**
|
|
73
|
+
* 挂载点更新时间。
|
|
74
|
+
*/
|
|
75
|
+
readonly updatedTime: string;
|
|
76
|
+
/**
|
|
77
|
+
* 私有网络 ID。
|
|
78
|
+
*/
|
|
79
|
+
readonly vpcId: string;
|
|
80
|
+
/**
|
|
81
|
+
* 私有网络名称。
|
|
82
|
+
*/
|
|
83
|
+
readonly vpcName: string;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Data Source schema for Volcengine::FileNAS::MountPoint
|
|
87
|
+
*/
|
|
88
|
+
export declare function getMountPointOutput(args: GetMountPointOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMountPointResult>;
|
|
89
|
+
/**
|
|
90
|
+
* A collection of arguments for invoking getMountPoint.
|
|
91
|
+
*/
|
|
92
|
+
export interface GetMountPointOutputArgs {
|
|
93
|
+
/**
|
|
94
|
+
* Uniquely identifies the resource.
|
|
95
|
+
*/
|
|
96
|
+
id: pulumi.Input<string>;
|
|
97
|
+
}
|
|
@@ -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.getMountPointOutput = exports.getMountPoint = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::FileNAS::MountPoint
|
|
10
|
+
*/
|
|
11
|
+
function getMountPoint(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:filenas/getMountPoint:getMountPoint", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getMountPoint = getMountPoint;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::FileNAS::MountPoint
|
|
20
|
+
*/
|
|
21
|
+
function getMountPointOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:filenas/getMountPoint:getMountPoint", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getMountPointOutput = getMountPointOutput;
|
|
28
|
+
//# sourceMappingURL=getMountPoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getMountPoint.js","sourceRoot":"","sources":["../../filenas/getMountPoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AAiFD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::FileNAS::MountPoint
|
|
4
|
+
*/
|
|
5
|
+
export declare function getMountPoints(opts?: pulumi.InvokeOptions): Promise<GetMountPointsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getMountPoints.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetMountPointsResult {
|
|
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::FileNAS::MountPoint
|
|
21
|
+
*/
|
|
22
|
+
export declare function getMountPointsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetMountPointsResult>;
|
|
@@ -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.getMountPointsOutput = exports.getMountPoints = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::FileNAS::MountPoint
|
|
10
|
+
*/
|
|
11
|
+
function getMountPoints(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:filenas/getMountPoints:getMountPoints", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getMountPoints = getMountPoints;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::FileNAS::MountPoint
|
|
18
|
+
*/
|
|
19
|
+
function getMountPointsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:filenas/getMountPoints:getMountPoints", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getMountPointsOutput = getMountPointsOutput;
|
|
24
|
+
//# sourceMappingURL=getMountPoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getMountPoints.js","sourceRoot":"","sources":["../../filenas/getMountPoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC;AAeD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE,EACxF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC"}
|
package/filenas/index.d.ts
CHANGED
|
@@ -4,6 +4,12 @@ export declare const getInstanceOutput: typeof import("./getInstance").getInstan
|
|
|
4
4
|
export { GetInstancesResult } from "./getInstances";
|
|
5
5
|
export declare const getInstances: typeof import("./getInstances").getInstances;
|
|
6
6
|
export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
|
|
7
|
+
export { GetMountPointArgs, GetMountPointResult, GetMountPointOutputArgs } from "./getMountPoint";
|
|
8
|
+
export declare const getMountPoint: typeof import("./getMountPoint").getMountPoint;
|
|
9
|
+
export declare const getMountPointOutput: typeof import("./getMountPoint").getMountPointOutput;
|
|
10
|
+
export { GetMountPointsResult } from "./getMountPoints";
|
|
11
|
+
export declare const getMountPoints: typeof import("./getMountPoints").getMountPoints;
|
|
12
|
+
export declare const getMountPointsOutput: typeof import("./getMountPoints").getMountPointsOutput;
|
|
7
13
|
export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot";
|
|
8
14
|
export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot;
|
|
9
15
|
export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput;
|
|
@@ -13,6 +19,9 @@ export declare const getSnapshotsOutput: typeof import("./getSnapshots").getSnap
|
|
|
13
19
|
export { InstanceArgs, InstanceState } from "./instance";
|
|
14
20
|
export type Instance = import("./instance").Instance;
|
|
15
21
|
export declare const Instance: typeof import("./instance").Instance;
|
|
22
|
+
export { MountPointArgs, MountPointState } from "./mountPoint";
|
|
23
|
+
export type MountPoint = import("./mountPoint").MountPoint;
|
|
24
|
+
export declare const MountPoint: typeof import("./mountPoint").MountPoint;
|
|
16
25
|
export { SnapshotArgs, SnapshotState } from "./snapshot";
|
|
17
26
|
export type Snapshot = import("./snapshot").Snapshot;
|
|
18
27
|
export declare const Snapshot: typeof import("./snapshot").Snapshot;
|
package/filenas/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
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.Snapshot = exports.Instance = exports.getSnapshotsOutput = exports.getSnapshots = exports.getSnapshotOutput = exports.getSnapshot = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = void 0;
|
|
5
|
+
exports.Snapshot = exports.MountPoint = exports.Instance = exports.getSnapshotsOutput = exports.getSnapshots = exports.getSnapshotOutput = exports.getSnapshot = exports.getMountPointsOutput = exports.getMountPoints = exports.getMountPointOutput = exports.getMountPoint = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.getInstance = null;
|
|
@@ -11,6 +11,12 @@ utilities.lazyLoad(exports, ["getInstance", "getInstanceOutput"], () => require(
|
|
|
11
11
|
exports.getInstances = null;
|
|
12
12
|
exports.getInstancesOutput = null;
|
|
13
13
|
utilities.lazyLoad(exports, ["getInstances", "getInstancesOutput"], () => require("./getInstances"));
|
|
14
|
+
exports.getMountPoint = null;
|
|
15
|
+
exports.getMountPointOutput = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["getMountPoint", "getMountPointOutput"], () => require("./getMountPoint"));
|
|
17
|
+
exports.getMountPoints = null;
|
|
18
|
+
exports.getMountPointsOutput = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["getMountPoints", "getMountPointsOutput"], () => require("./getMountPoints"));
|
|
14
20
|
exports.getSnapshot = null;
|
|
15
21
|
exports.getSnapshotOutput = null;
|
|
16
22
|
utilities.lazyLoad(exports, ["getSnapshot", "getSnapshotOutput"], () => require("./getSnapshot"));
|
|
@@ -19,6 +25,8 @@ exports.getSnapshotsOutput = null;
|
|
|
19
25
|
utilities.lazyLoad(exports, ["getSnapshots", "getSnapshotsOutput"], () => require("./getSnapshots"));
|
|
20
26
|
exports.Instance = null;
|
|
21
27
|
utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
|
|
28
|
+
exports.MountPoint = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["MountPoint"], () => require("./mountPoint"));
|
|
22
30
|
exports.Snapshot = null;
|
|
23
31
|
utilities.lazyLoad(exports, ["Snapshot"], () => require("./snapshot"));
|
|
24
32
|
const _module = {
|
|
@@ -27,6 +35,8 @@ const _module = {
|
|
|
27
35
|
switch (type) {
|
|
28
36
|
case "volcenginecc:filenas/instance:Instance":
|
|
29
37
|
return new exports.Instance(name, undefined, { urn });
|
|
38
|
+
case "volcenginecc:filenas/mountPoint:MountPoint":
|
|
39
|
+
return new exports.MountPoint(name, undefined, { urn });
|
|
30
40
|
case "volcenginecc:filenas/snapshot:Snapshot":
|
|
31
41
|
return new exports.Snapshot(name, undefined, { urn });
|
|
32
42
|
default:
|
|
@@ -35,5 +45,6 @@ const _module = {
|
|
|
35
45
|
},
|
|
36
46
|
};
|
|
37
47
|
pulumi.runtime.registerResourceModule("volcenginecc", "filenas/instance", _module);
|
|
48
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "filenas/mountPoint", _module);
|
|
38
49
|
pulumi.runtime.registerResourceModule("volcenginecc", "filenas/snapshot", _module);
|
|
39
50
|
//# sourceMappingURL=index.js.map
|
package/filenas/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../filenas/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAGvF,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI1D,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,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,wCAAwC;gBACzC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA;AAClF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../filenas/index.ts"],"names":[],"mappings":"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"}
|