@volcengine/pulumi 0.0.16 → 0.0.18
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/cloudfs/access.d.ts +180 -0
- package/cloudfs/access.js +104 -0
- package/cloudfs/access.js.map +1 -0
- package/cloudfs/accesses.d.ts +78 -0
- package/cloudfs/accesses.js +46 -0
- package/cloudfs/accesses.js.map +1 -0
- package/cloudfs/fileSystem.d.ts +287 -0
- package/cloudfs/fileSystem.js +140 -0
- package/cloudfs/fileSystem.js.map +1 -0
- package/cloudfs/fileSystems.d.ts +93 -0
- package/cloudfs/fileSystems.js +49 -0
- package/cloudfs/fileSystems.js.map +1 -0
- package/cloudfs/index.d.ts +24 -0
- package/cloudfs/index.js +47 -0
- package/cloudfs/index.js.map +1 -0
- package/cloudfs/namespace.d.ts +183 -0
- package/cloudfs/namespace.js +100 -0
- package/cloudfs/namespace.js.map +1 -0
- package/cloudfs/namespaces.d.ts +98 -0
- package/cloudfs/namespaces.js +50 -0
- package/cloudfs/namespaces.js.map +1 -0
- package/cloudfs/nsQuotas.d.ts +81 -0
- package/cloudfs/nsQuotas.js +52 -0
- package/cloudfs/nsQuotas.js.map +1 -0
- package/cloudfs/quotas.d.ts +62 -0
- package/cloudfs/quotas.js +42 -0
- package/cloudfs/quotas.js.map +1 -0
- package/cr/registry.d.ts +1 -1
- package/cr/registry.js +1 -1
- package/ecs/command.d.ts +157 -0
- package/ecs/command.js +93 -0
- package/ecs/command.js.map +1 -0
- package/ecs/commands.d.ts +132 -0
- package/ecs/commands.js +52 -0
- package/ecs/commands.js.map +1 -0
- package/ecs/index.d.ts +18 -0
- package/ecs/index.js +23 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +4 -4
- package/ecs/invocation.d.ts +223 -0
- package/ecs/invocation.js +118 -0
- package/ecs/invocation.js.map +1 -0
- package/ecs/invocationResults.d.ts +116 -0
- package/ecs/invocationResults.js +51 -0
- package/ecs/invocationResults.js.map +1 -0
- package/ecs/invocations.d.ts +161 -0
- package/ecs/invocations.js +56 -0
- package/ecs/invocations.js.map +1 -0
- package/ecs/regions.d.ts +75 -0
- package/ecs/regions.js +47 -0
- package/ecs/regions.js.map +1 -0
- package/escloud/instance.d.ts +26 -13
- package/escloud/instance.js +26 -13
- package/escloud/instance.js.map +1 -1
- package/escloud/instances.d.ts +100 -6
- package/escloud/instances.js +100 -6
- package/escloud/instances.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
- package/rds_mysql/account.d.ts +48 -4
- package/rds_mysql/account.js +48 -4
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accounts.d.ts +106 -6
- package/rds_mysql/accounts.js +106 -6
- package/rds_mysql/accounts.js.map +1 -1
- package/rds_mysql/allowlist.d.ts +7 -3
- package/rds_mysql/allowlist.js +7 -3
- package/rds_mysql/allowlist.js.map +1 -1
- package/rds_mysql/allowlistAssociate.d.ts +47 -3
- package/rds_mysql/allowlistAssociate.js +47 -3
- package/rds_mysql/allowlistAssociate.js.map +1 -1
- package/rds_mysql/allowlists.d.ts +102 -4
- package/rds_mysql/allowlists.js +102 -4
- package/rds_mysql/allowlists.js.map +1 -1
- package/rds_mysql/database.d.ts +38 -4
- package/rds_mysql/database.js +38 -4
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/databases.d.ts +84 -6
- package/rds_mysql/databases.js +84 -6
- package/rds_mysql/databases.js.map +1 -1
- package/rds_mysql/instance.d.ts +18 -15
- package/rds_mysql/instance.js +17 -14
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +38 -3
- package/rds_mysql/instanceReadonlyNode.js +38 -3
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +74 -4
- package/rds_mysql/instances.js +74 -4
- package/rds_mysql/instances.js.map +1 -1
- package/redis/account.d.ts +32 -5
- package/redis/account.js +32 -5
- package/redis/account.js.map +1 -1
- package/redis/accounts.d.ts +74 -4
- package/redis/accounts.js +74 -4
- package/redis/accounts.js.map +1 -1
- package/redis/allowList.d.ts +2 -2
- package/redis/allowList.js +2 -2
- package/redis/allowListAssociate.d.ts +34 -6
- package/redis/allowListAssociate.js +34 -6
- package/redis/allowListAssociate.js.map +1 -1
- package/redis/allowLists.d.ts +78 -2
- package/redis/allowLists.js +78 -2
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +29 -1
- package/redis/backup.js +29 -1
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +33 -3
- package/redis/backupRestore.js +33 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +68 -6
- package/redis/backups.js +68 -6
- package/redis/backups.js.map +1 -1
- package/redis/continuousBackup.d.ts +29 -1
- package/redis/continuousBackup.js +29 -1
- package/redis/continuousBackup.js.map +1 -1
- package/redis/endpoint.d.ts +37 -3
- package/redis/endpoint.js +37 -3
- package/redis/endpoint.js.map +1 -1
- package/redis/instance.d.ts +41 -32
- package/redis/instance.js +41 -32
- package/redis/instance.js.map +1 -1
- package/redis/instances.d.ts +60 -4
- package/redis/instances.js +60 -4
- package/redis/instances.js.map +1 -1
- package/tls/index_.d.ts +33 -8
- package/tls/index_.js +23 -8
- package/tls/index_.js.map +1 -1
- package/tls/indexes.d.ts +2 -2
- package/tls/indexes.js +2 -2
- package/tos/bucketObject.d.ts +8 -0
- package/tos/bucketObject.js +2 -0
- package/tos/bucketObject.js.map +1 -1
- package/types/input.d.ts +43 -1
- package/types/output.d.ts +505 -1
- package/vpc/securityGroup.d.ts +2 -2
- package/vpc/securityGroup.js +1 -1
- package/vpc/vpc.d.ts +1 -1
|
@@ -0,0 +1,42 @@
|
|
|
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.quotasOutput = exports.quotas = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of cloudfs quotas
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.cloudfs.Quotas({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
function quotas(args, opts) {
|
|
20
|
+
args = args || {};
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("volcengine:cloudfs/quotas:Quotas", {
|
|
23
|
+
"outputFile": args.outputFile,
|
|
24
|
+
}, opts);
|
|
25
|
+
}
|
|
26
|
+
exports.quotas = quotas;
|
|
27
|
+
/**
|
|
28
|
+
* Use this data source to query detailed information of cloudfs quotas
|
|
29
|
+
* ## Example Usage
|
|
30
|
+
*
|
|
31
|
+
* ```typescript
|
|
32
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
33
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
34
|
+
*
|
|
35
|
+
* const default = volcengine.cloudfs.Quotas({});
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
function quotasOutput(args, opts) {
|
|
39
|
+
return pulumi.output(args).apply((a) => quotas(a, opts));
|
|
40
|
+
}
|
|
41
|
+
exports.quotasOutput = quotasOutput;
|
|
42
|
+
//# sourceMappingURL=quotas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quotas.js","sourceRoot":"","sources":["../../cloudfs/quotas.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wBAOC;AA8BD;;;;;;;;;;GAUG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
|
package/cr/registry.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import * as outputs from "../types/output";
|
|
|
17
17
|
*
|
|
18
18
|
* ## Import
|
|
19
19
|
*
|
|
20
|
-
* CR
|
|
20
|
+
* CR Registry can be imported using the name, e.g.
|
|
21
21
|
*
|
|
22
22
|
* ```sh
|
|
23
23
|
* $ pulumi import volcengine:cr/registry:Registry default enterprise-x
|
package/cr/registry.js
CHANGED
|
@@ -21,7 +21,7 @@ const utilities = require("../utilities");
|
|
|
21
21
|
*
|
|
22
22
|
* ## Import
|
|
23
23
|
*
|
|
24
|
-
* CR
|
|
24
|
+
* CR Registry can be imported using the name, e.g.
|
|
25
25
|
*
|
|
26
26
|
* ```sh
|
|
27
27
|
* $ pulumi import volcengine:cr/registry:Registry default enterprise-x
|
package/ecs/command.d.ts
ADDED
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage ecs command
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const foo = new volcengine.ecs.Command("foo", {
|
|
11
|
+
* commandContent: "IyEvYmluL2Jhc2gKCgplY2hvICJvcGVyYXRpb24gc3VjY2VzcyEi",
|
|
12
|
+
* description: "tf",
|
|
13
|
+
* timeout: 100,
|
|
14
|
+
* username: "root",
|
|
15
|
+
* workingDir: "/home",
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* EcsCommand can be imported using the id, e.g.
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import volcengine:ecs/command:Command default cmd-ychkepkhtim0tr3bcsw1
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class Command extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing Command resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CommandState, opts?: pulumi.CustomResourceOptions): Command;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of Command. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is Command;
|
|
43
|
+
/**
|
|
44
|
+
* The base64 encoded content of the ecs command.
|
|
45
|
+
*/
|
|
46
|
+
readonly commandContent: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The create time of the ecs command.
|
|
49
|
+
*/
|
|
50
|
+
readonly createdAt: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The description of the ecs command.
|
|
53
|
+
*/
|
|
54
|
+
readonly description: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The invocation times of the ecs command. Public commands do not display the invocation times.
|
|
57
|
+
*/
|
|
58
|
+
readonly invocationTimes: pulumi.Output<number>;
|
|
59
|
+
/**
|
|
60
|
+
* The name of the ecs command.
|
|
61
|
+
*/
|
|
62
|
+
readonly name: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The timeout of the ecs command. Valid value range: 10-600.
|
|
65
|
+
*/
|
|
66
|
+
readonly timeout: pulumi.Output<number>;
|
|
67
|
+
/**
|
|
68
|
+
* The update time of the ecs command.
|
|
69
|
+
*/
|
|
70
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The username of the ecs command.
|
|
73
|
+
*/
|
|
74
|
+
readonly username: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The working directory of the ecs command.
|
|
77
|
+
*/
|
|
78
|
+
readonly workingDir: pulumi.Output<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Create a Command resource with the given unique name, arguments, and options.
|
|
81
|
+
*
|
|
82
|
+
* @param name The _unique_ name of the resource.
|
|
83
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
84
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
85
|
+
*/
|
|
86
|
+
constructor(name: string, args: CommandArgs, opts?: pulumi.CustomResourceOptions);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Input properties used for looking up and filtering Command resources.
|
|
90
|
+
*/
|
|
91
|
+
export interface CommandState {
|
|
92
|
+
/**
|
|
93
|
+
* The base64 encoded content of the ecs command.
|
|
94
|
+
*/
|
|
95
|
+
commandContent?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The create time of the ecs command.
|
|
98
|
+
*/
|
|
99
|
+
createdAt?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* The description of the ecs command.
|
|
102
|
+
*/
|
|
103
|
+
description?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The invocation times of the ecs command. Public commands do not display the invocation times.
|
|
106
|
+
*/
|
|
107
|
+
invocationTimes?: pulumi.Input<number>;
|
|
108
|
+
/**
|
|
109
|
+
* The name of the ecs command.
|
|
110
|
+
*/
|
|
111
|
+
name?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The timeout of the ecs command. Valid value range: 10-600.
|
|
114
|
+
*/
|
|
115
|
+
timeout?: pulumi.Input<number>;
|
|
116
|
+
/**
|
|
117
|
+
* The update time of the ecs command.
|
|
118
|
+
*/
|
|
119
|
+
updatedAt?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The username of the ecs command.
|
|
122
|
+
*/
|
|
123
|
+
username?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* The working directory of the ecs command.
|
|
126
|
+
*/
|
|
127
|
+
workingDir?: pulumi.Input<string>;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* The set of arguments for constructing a Command resource.
|
|
131
|
+
*/
|
|
132
|
+
export interface CommandArgs {
|
|
133
|
+
/**
|
|
134
|
+
* The base64 encoded content of the ecs command.
|
|
135
|
+
*/
|
|
136
|
+
commandContent: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* The description of the ecs command.
|
|
139
|
+
*/
|
|
140
|
+
description?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The name of the ecs command.
|
|
143
|
+
*/
|
|
144
|
+
name?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The timeout of the ecs command. Valid value range: 10-600.
|
|
147
|
+
*/
|
|
148
|
+
timeout?: pulumi.Input<number>;
|
|
149
|
+
/**
|
|
150
|
+
* The username of the ecs command.
|
|
151
|
+
*/
|
|
152
|
+
username?: pulumi.Input<string>;
|
|
153
|
+
/**
|
|
154
|
+
* The working directory of the ecs command.
|
|
155
|
+
*/
|
|
156
|
+
workingDir?: pulumi.Input<string>;
|
|
157
|
+
}
|
package/ecs/command.js
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
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.Command = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage ecs command
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.ecs.Command("foo", {
|
|
17
|
+
* commandContent: "IyEvYmluL2Jhc2gKCgplY2hvICJvcGVyYXRpb24gc3VjY2VzcyEi",
|
|
18
|
+
* description: "tf",
|
|
19
|
+
* timeout: 100,
|
|
20
|
+
* username: "root",
|
|
21
|
+
* workingDir: "/home",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* EcsCommand can be imported using the id, e.g.
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import volcengine:ecs/command:Command default cmd-ychkepkhtim0tr3bcsw1
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
class Command extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing Command resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name, id, state, opts) {
|
|
44
|
+
return new Command(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Returns true if the given object is an instance of Command. This is designed to work even
|
|
48
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
+
*/
|
|
50
|
+
static isInstance(obj) {
|
|
51
|
+
if (obj === undefined || obj === null) {
|
|
52
|
+
return false;
|
|
53
|
+
}
|
|
54
|
+
return obj['__pulumiType'] === Command.__pulumiType;
|
|
55
|
+
}
|
|
56
|
+
constructor(name, argsOrState, opts) {
|
|
57
|
+
let resourceInputs = {};
|
|
58
|
+
opts = opts || {};
|
|
59
|
+
if (opts.id) {
|
|
60
|
+
const state = argsOrState;
|
|
61
|
+
resourceInputs["commandContent"] = state ? state.commandContent : undefined;
|
|
62
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
63
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
64
|
+
resourceInputs["invocationTimes"] = state ? state.invocationTimes : undefined;
|
|
65
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
66
|
+
resourceInputs["timeout"] = state ? state.timeout : undefined;
|
|
67
|
+
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
68
|
+
resourceInputs["username"] = state ? state.username : undefined;
|
|
69
|
+
resourceInputs["workingDir"] = state ? state.workingDir : undefined;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
const args = argsOrState;
|
|
73
|
+
if ((!args || args.commandContent === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'commandContent'");
|
|
75
|
+
}
|
|
76
|
+
resourceInputs["commandContent"] = args ? args.commandContent : undefined;
|
|
77
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
78
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
79
|
+
resourceInputs["timeout"] = args ? args.timeout : undefined;
|
|
80
|
+
resourceInputs["username"] = args ? args.username : undefined;
|
|
81
|
+
resourceInputs["workingDir"] = args ? args.workingDir : undefined;
|
|
82
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["invocationTimes"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
85
|
+
}
|
|
86
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
87
|
+
super(Command.__pulumiType, name, resourceInputs, opts);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.Command = Command;
|
|
91
|
+
/** @internal */
|
|
92
|
+
Command.__pulumiType = 'volcengine:ecs/command:Command';
|
|
93
|
+
//# sourceMappingURL=command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command.js","sourceRoot":"","sources":["../../ecs/command.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of ecs commands
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.ecs.Commands({
|
|
12
|
+
* commandId: "cmd-ychkepkhtim0tr3b****",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function commands(args?: CommandsArgs, opts?: pulumi.InvokeOptions): Promise<CommandsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking Commands.
|
|
19
|
+
*/
|
|
20
|
+
export interface CommandsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The id of ecs command.
|
|
23
|
+
*/
|
|
24
|
+
commandId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The provider of public command. When this field is not specified, query for custom commands.
|
|
27
|
+
*/
|
|
28
|
+
commandProvider?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The name of ecs command. This field support fuzzy query.
|
|
31
|
+
*/
|
|
32
|
+
name?: string;
|
|
33
|
+
/**
|
|
34
|
+
* A Name Regex of Resource.
|
|
35
|
+
*/
|
|
36
|
+
nameRegex?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The order of ecs command query result.
|
|
39
|
+
*/
|
|
40
|
+
order?: string;
|
|
41
|
+
/**
|
|
42
|
+
* File name where to save data source results.
|
|
43
|
+
*/
|
|
44
|
+
outputFile?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The type of ecs command. Valid values: `Shell`.
|
|
47
|
+
*/
|
|
48
|
+
type?: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* A collection of values returned by Commands.
|
|
52
|
+
*/
|
|
53
|
+
export interface CommandsResult {
|
|
54
|
+
/**
|
|
55
|
+
* The id of the ecs command.
|
|
56
|
+
*/
|
|
57
|
+
readonly commandId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The provider of the public command.
|
|
60
|
+
*/
|
|
61
|
+
readonly commandProvider?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The collection of query.
|
|
64
|
+
*/
|
|
65
|
+
readonly commands: outputs.ecs.CommandsCommand[];
|
|
66
|
+
/**
|
|
67
|
+
* The provider-assigned unique ID for this managed resource.
|
|
68
|
+
*/
|
|
69
|
+
readonly id: string;
|
|
70
|
+
/**
|
|
71
|
+
* The name of the ecs command.
|
|
72
|
+
*/
|
|
73
|
+
readonly name?: string;
|
|
74
|
+
readonly nameRegex?: string;
|
|
75
|
+
readonly order?: string;
|
|
76
|
+
readonly outputFile?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The total count of query.
|
|
79
|
+
*/
|
|
80
|
+
readonly totalCount: number;
|
|
81
|
+
/**
|
|
82
|
+
* The type of the ecs command.
|
|
83
|
+
*/
|
|
84
|
+
readonly type?: string;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Use this data source to query detailed information of ecs commands
|
|
88
|
+
* ## Example Usage
|
|
89
|
+
*
|
|
90
|
+
* ```typescript
|
|
91
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
92
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
93
|
+
*
|
|
94
|
+
* const default = volcengine.ecs.Commands({
|
|
95
|
+
* commandId: "cmd-ychkepkhtim0tr3b****",
|
|
96
|
+
* });
|
|
97
|
+
* ```
|
|
98
|
+
*/
|
|
99
|
+
export declare function commandsOutput(args?: CommandsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<CommandsResult>;
|
|
100
|
+
/**
|
|
101
|
+
* A collection of arguments for invoking Commands.
|
|
102
|
+
*/
|
|
103
|
+
export interface CommandsOutputArgs {
|
|
104
|
+
/**
|
|
105
|
+
* The id of ecs command.
|
|
106
|
+
*/
|
|
107
|
+
commandId?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* The provider of public command. When this field is not specified, query for custom commands.
|
|
110
|
+
*/
|
|
111
|
+
commandProvider?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The name of ecs command. This field support fuzzy query.
|
|
114
|
+
*/
|
|
115
|
+
name?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* A Name Regex of Resource.
|
|
118
|
+
*/
|
|
119
|
+
nameRegex?: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The order of ecs command query result.
|
|
122
|
+
*/
|
|
123
|
+
order?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* File name where to save data source results.
|
|
126
|
+
*/
|
|
127
|
+
outputFile?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* The type of ecs command. Valid values: `Shell`.
|
|
130
|
+
*/
|
|
131
|
+
type?: pulumi.Input<string>;
|
|
132
|
+
}
|
package/ecs/commands.js
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
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.commandsOutput = exports.commands = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of ecs commands
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.ecs.Commands({
|
|
17
|
+
* commandId: "cmd-ychkepkhtim0tr3b****",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function commands(args, opts) {
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:ecs/commands:Commands", {
|
|
25
|
+
"commandId": args.commandId,
|
|
26
|
+
"commandProvider": args.commandProvider,
|
|
27
|
+
"name": args.name,
|
|
28
|
+
"nameRegex": args.nameRegex,
|
|
29
|
+
"order": args.order,
|
|
30
|
+
"outputFile": args.outputFile,
|
|
31
|
+
"type": args.type,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.commands = commands;
|
|
35
|
+
/**
|
|
36
|
+
* Use this data source to query detailed information of ecs commands
|
|
37
|
+
* ## Example Usage
|
|
38
|
+
*
|
|
39
|
+
* ```typescript
|
|
40
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
42
|
+
*
|
|
43
|
+
* const default = volcengine.ecs.Commands({
|
|
44
|
+
* commandId: "cmd-ychkepkhtim0tr3b****",
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
function commandsOutput(args, opts) {
|
|
49
|
+
return pulumi.output(args).apply((a) => commands(a, opts));
|
|
50
|
+
}
|
|
51
|
+
exports.commandsOutput = commandsOutput;
|
|
52
|
+
//# sourceMappingURL=commands.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commands.js","sourceRoot":"","sources":["../../ecs/commands.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,4BAaC;AAwED;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|
package/ecs/index.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
export { CommandArgs, CommandState } from "./command";
|
|
2
|
+
export type Command = import("./command").Command;
|
|
3
|
+
export declare const Command: typeof import("./command").Command;
|
|
4
|
+
export { CommandsArgs, CommandsResult, CommandsOutputArgs } from "./commands";
|
|
5
|
+
export declare const commands: typeof import("./commands").commands;
|
|
6
|
+
export declare const commandsOutput: typeof import("./commands").commandsOutput;
|
|
1
7
|
export { DeploymentSetArgs, DeploymentSetState } from "./deploymentSet";
|
|
2
8
|
export type DeploymentSet = import("./deploymentSet").DeploymentSet;
|
|
3
9
|
export declare const DeploymentSet: typeof import("./deploymentSet").DeploymentSet;
|
|
@@ -16,6 +22,15 @@ export declare const Instance: typeof import("./instance").Instance;
|
|
|
16
22
|
export { InstancesArgs, InstancesResult, InstancesOutputArgs } from "./instances";
|
|
17
23
|
export declare const instances: typeof import("./instances").instances;
|
|
18
24
|
export declare const instancesOutput: typeof import("./instances").instancesOutput;
|
|
25
|
+
export { InvocationArgs, InvocationState } from "./invocation";
|
|
26
|
+
export type Invocation = import("./invocation").Invocation;
|
|
27
|
+
export declare const Invocation: typeof import("./invocation").Invocation;
|
|
28
|
+
export { InvocationResultsArgs, InvocationResultsResult, InvocationResultsOutputArgs } from "./invocationResults";
|
|
29
|
+
export declare const invocationResults: typeof import("./invocationResults").invocationResults;
|
|
30
|
+
export declare const invocationResultsOutput: typeof import("./invocationResults").invocationResultsOutput;
|
|
31
|
+
export { InvocationsArgs, InvocationsResult, InvocationsOutputArgs } from "./invocations";
|
|
32
|
+
export declare const invocations: typeof import("./invocations").invocations;
|
|
33
|
+
export declare const invocationsOutput: typeof import("./invocations").invocationsOutput;
|
|
19
34
|
export { KeyPairArgs, KeyPairState } from "./keyPair";
|
|
20
35
|
export type KeyPair = import("./keyPair").KeyPair;
|
|
21
36
|
export declare const KeyPair: typeof import("./keyPair").KeyPair;
|
|
@@ -31,6 +46,9 @@ export declare const LaunchTemplate: typeof import("./launchTemplate").LaunchTem
|
|
|
31
46
|
export { LaunchTemplatesArgs, LaunchTemplatesResult, LaunchTemplatesOutputArgs } from "./launchTemplates";
|
|
32
47
|
export declare const launchTemplates: typeof import("./launchTemplates").launchTemplates;
|
|
33
48
|
export declare const launchTemplatesOutput: typeof import("./launchTemplates").launchTemplatesOutput;
|
|
49
|
+
export { RegionsArgs, RegionsResult, RegionsOutputArgs } from "./regions";
|
|
50
|
+
export declare const regions: typeof import("./regions").regions;
|
|
51
|
+
export declare const regionsOutput: typeof import("./regions").regionsOutput;
|
|
34
52
|
export { StateArgs, StateState } from "./state";
|
|
35
53
|
export type State = import("./state").State;
|
|
36
54
|
export declare const State: typeof import("./state").State;
|
package/ecs/index.js
CHANGED
|
@@ -2,9 +2,14 @@
|
|
|
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.zonesOutput = exports.zones = exports.State = exports.launchTemplatesOutput = exports.launchTemplates = exports.LaunchTemplate = exports.keyPairsOutput = exports.keyPairs = exports.KeyPairAssociate = exports.KeyPair = exports.instancesOutput = exports.instances = exports.Instance = exports.imagesOutput = exports.images = exports.deploymentSetsOutput = exports.deploymentSets = exports.DeploymentSetAssociate = exports.DeploymentSet = void 0;
|
|
5
|
+
exports.zonesOutput = exports.zones = exports.State = exports.regionsOutput = exports.regions = exports.launchTemplatesOutput = exports.launchTemplates = exports.LaunchTemplate = exports.keyPairsOutput = exports.keyPairs = exports.KeyPairAssociate = exports.KeyPair = exports.invocationsOutput = exports.invocations = exports.invocationResultsOutput = exports.invocationResults = exports.Invocation = exports.instancesOutput = exports.instances = exports.Instance = exports.imagesOutput = exports.images = exports.deploymentSetsOutput = exports.deploymentSets = exports.DeploymentSetAssociate = exports.DeploymentSet = exports.commandsOutput = exports.commands = exports.Command = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.Command = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Command"], () => require("./command"));
|
|
10
|
+
exports.commands = null;
|
|
11
|
+
exports.commandsOutput = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["commands", "commandsOutput"], () => require("./commands"));
|
|
8
13
|
exports.DeploymentSet = null;
|
|
9
14
|
utilities.lazyLoad(exports, ["DeploymentSet"], () => require("./deploymentSet"));
|
|
10
15
|
exports.DeploymentSetAssociate = null;
|
|
@@ -20,6 +25,14 @@ utilities.lazyLoad(exports, ["Instance"], () => require("./instance"));
|
|
|
20
25
|
exports.instances = null;
|
|
21
26
|
exports.instancesOutput = null;
|
|
22
27
|
utilities.lazyLoad(exports, ["instances", "instancesOutput"], () => require("./instances"));
|
|
28
|
+
exports.Invocation = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["Invocation"], () => require("./invocation"));
|
|
30
|
+
exports.invocationResults = null;
|
|
31
|
+
exports.invocationResultsOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["invocationResults", "invocationResultsOutput"], () => require("./invocationResults"));
|
|
33
|
+
exports.invocations = null;
|
|
34
|
+
exports.invocationsOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["invocations", "invocationsOutput"], () => require("./invocations"));
|
|
23
36
|
exports.KeyPair = null;
|
|
24
37
|
utilities.lazyLoad(exports, ["KeyPair"], () => require("./keyPair"));
|
|
25
38
|
exports.KeyPairAssociate = null;
|
|
@@ -32,6 +45,9 @@ utilities.lazyLoad(exports, ["LaunchTemplate"], () => require("./launchTemplate"
|
|
|
32
45
|
exports.launchTemplates = null;
|
|
33
46
|
exports.launchTemplatesOutput = null;
|
|
34
47
|
utilities.lazyLoad(exports, ["launchTemplates", "launchTemplatesOutput"], () => require("./launchTemplates"));
|
|
48
|
+
exports.regions = null;
|
|
49
|
+
exports.regionsOutput = null;
|
|
50
|
+
utilities.lazyLoad(exports, ["regions", "regionsOutput"], () => require("./regions"));
|
|
35
51
|
exports.State = null;
|
|
36
52
|
utilities.lazyLoad(exports, ["State"], () => require("./state"));
|
|
37
53
|
exports.zones = null;
|
|
@@ -41,12 +57,16 @@ const _module = {
|
|
|
41
57
|
version: utilities.getVersion(),
|
|
42
58
|
construct: (name, type, urn) => {
|
|
43
59
|
switch (type) {
|
|
60
|
+
case "volcengine:ecs/command:Command":
|
|
61
|
+
return new exports.Command(name, undefined, { urn });
|
|
44
62
|
case "volcengine:ecs/deploymentSet:DeploymentSet":
|
|
45
63
|
return new exports.DeploymentSet(name, undefined, { urn });
|
|
46
64
|
case "volcengine:ecs/deploymentSetAssociate:DeploymentSetAssociate":
|
|
47
65
|
return new exports.DeploymentSetAssociate(name, undefined, { urn });
|
|
48
66
|
case "volcengine:ecs/instance:Instance":
|
|
49
67
|
return new exports.Instance(name, undefined, { urn });
|
|
68
|
+
case "volcengine:ecs/invocation:Invocation":
|
|
69
|
+
return new exports.Invocation(name, undefined, { urn });
|
|
50
70
|
case "volcengine:ecs/keyPair:KeyPair":
|
|
51
71
|
return new exports.KeyPair(name, undefined, { urn });
|
|
52
72
|
case "volcengine:ecs/keyPairAssociate:KeyPairAssociate":
|
|
@@ -60,9 +80,11 @@ const _module = {
|
|
|
60
80
|
}
|
|
61
81
|
},
|
|
62
82
|
};
|
|
83
|
+
pulumi.runtime.registerResourceModule("volcengine", "ecs/command", _module);
|
|
63
84
|
pulumi.runtime.registerResourceModule("volcengine", "ecs/deploymentSet", _module);
|
|
64
85
|
pulumi.runtime.registerResourceModule("volcengine", "ecs/deploymentSetAssociate", _module);
|
|
65
86
|
pulumi.runtime.registerResourceModule("volcengine", "ecs/instance", _module);
|
|
87
|
+
pulumi.runtime.registerResourceModule("volcengine", "ecs/invocation", _module);
|
|
66
88
|
pulumi.runtime.registerResourceModule("volcengine", "ecs/keyPair", _module);
|
|
67
89
|
pulumi.runtime.registerResourceModule("volcengine", "ecs/keyPairAssociate", _module);
|
|
68
90
|
pulumi.runtime.registerResourceModule("volcengine", "ecs/launchTemplate", _module);
|
package/ecs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ecs/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,aAAa,GAAmD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC;AAIpE,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAGtF,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;AAG7F,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAIrE,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;AAG1D,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;AAI9E,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,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;AAG1E,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,cAAc,GAAqD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAGtE,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ecs/index.ts"],"names":[],"mappings":"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"}
|