@volcengine/pulumi-volcenginecc 0.0.25 → 0.0.26
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/autoscaling/getScalingLifecycleHook.d.ts +65 -0
- package/autoscaling/getScalingLifecycleHook.js +28 -0
- package/autoscaling/getScalingLifecycleHook.js.map +1 -0
- package/autoscaling/getScalingLifecycleHooks.d.ts +22 -0
- package/autoscaling/getScalingLifecycleHooks.js +24 -0
- package/autoscaling/getScalingLifecycleHooks.js.map +1 -0
- package/autoscaling/index.d.ts +9 -0
- package/autoscaling/index.js +12 -1
- package/autoscaling/index.js.map +1 -1
- package/autoscaling/scalingLifecycleHook.d.ts +127 -0
- package/autoscaling/scalingLifecycleHook.js +85 -0
- package/autoscaling/scalingLifecycleHook.js.map +1 -0
- package/cdn/domain.d.ts +644 -0
- package/cdn/domain.js +185 -0
- package/cdn/domain.js.map +1 -0
- package/cdn/getDomain.d.ts +278 -0
- package/cdn/getDomain.js +28 -0
- package/cdn/getDomain.js.map +1 -0
- package/cdn/getDomains.d.ts +22 -0
- package/cdn/getDomains.js +24 -0
- package/cdn/getDomains.js.map +1 -0
- package/cdn/index.d.ts +9 -0
- package/cdn/index.js +12 -1
- package/cdn/index.js.map +1 -1
- package/cr/registry.d.ts +4 -0
- package/cr/registry.js +1 -1
- package/cr/registry.js.map +1 -1
- package/emr/cluster.d.ts +313 -0
- package/emr/cluster.js +137 -0
- package/emr/cluster.js.map +1 -0
- package/emr/clusterUser.d.ts +159 -0
- package/emr/clusterUser.js +101 -0
- package/emr/clusterUser.js.map +1 -0
- package/emr/clusterUserGroup.d.ts +110 -0
- package/emr/clusterUserGroup.js +87 -0
- package/emr/clusterUserGroup.js.map +1 -0
- package/emr/getCluster.d.ts +157 -0
- package/emr/getCluster.js +28 -0
- package/emr/getCluster.js.map +1 -0
- package/emr/getClusterUser.d.ts +72 -0
- package/emr/getClusterUser.js +28 -0
- package/emr/getClusterUser.js.map +1 -0
- package/emr/getClusterUserGroup.d.ts +52 -0
- package/emr/getClusterUserGroup.js +28 -0
- package/emr/getClusterUserGroup.js.map +1 -0
- package/emr/getClusterUserGroups.d.ts +22 -0
- package/emr/getClusterUserGroups.js +24 -0
- package/emr/getClusterUserGroups.js.map +1 -0
- package/emr/getClusterUsers.d.ts +22 -0
- package/emr/getClusterUsers.js +24 -0
- package/emr/getClusterUsers.js.map +1 -0
- package/emr/getClusters.d.ts +22 -0
- package/emr/getClusters.js +24 -0
- package/emr/getClusters.js.map +1 -0
- package/emr/index.d.ts +27 -0
- package/emr/index.js +50 -0
- package/emr/index.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/organization/getOrganization.d.ts +49 -0
- package/organization/getOrganization.js +28 -0
- package/organization/getOrganization.js.map +1 -0
- package/organization/getOrganizations.d.ts +22 -0
- package/organization/getOrganizations.js +24 -0
- package/organization/getOrganizations.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/organization/organization.d.ts +88 -0
- package/organization/organization.js +71 -0
- package/organization/organization.js.map +1 -0
- package/package.json +1 -1
- package/tls/getIndex.d.ts +69 -0
- package/tls/getIndex.js +28 -0
- package/tls/getIndex.js.map +1 -0
- package/tls/getIndices.d.ts +22 -0
- package/tls/getIndices.js +24 -0
- package/tls/getIndices.js.map +1 -0
- package/tls/getScheduleSqlTask.d.ts +121 -0
- package/tls/getScheduleSqlTask.js +28 -0
- package/tls/getScheduleSqlTask.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +22 -0
- package/tls/getScheduleSqlTasks.js +24 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getTopic.d.ts +8 -0
- package/tls/getTopic.js.map +1 -1
- package/tls/index.d.ts +18 -0
- package/tls/index.js +23 -1
- package/tls/index.js.map +1 -1
- package/tls/index_.d.ts +117 -0
- package/tls/index_.js +75 -0
- package/tls/index_.js.map +1 -0
- package/tls/scheduleSqlTask.d.ts +267 -0
- package/tls/scheduleSqlTask.js +125 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/topic.d.ts +25 -4
- package/tls/topic.js +9 -4
- package/tls/topic.js.map +1 -1
- package/types/input.d.ts +2661 -92
- package/types/output.d.ts +6894 -1583
- package/vedbm/backup.d.ts +197 -0
- package/vedbm/backup.js +103 -0
- package/vedbm/backup.js.map +1 -0
- package/vedbm/database.d.ts +98 -0
- package/vedbm/database.js +69 -0
- package/vedbm/database.js.map +1 -0
- package/vedbm/getBackup.d.ts +92 -0
- package/vedbm/getBackup.js +28 -0
- package/vedbm/getBackup.js.map +1 -0
- package/vedbm/getBackups.d.ts +22 -0
- package/vedbm/getBackups.js +24 -0
- package/vedbm/getBackups.js.map +1 -0
- package/vedbm/getDatabase.d.ts +57 -0
- package/vedbm/getDatabase.js +28 -0
- package/vedbm/getDatabase.js.map +1 -0
- package/vedbm/getDatabases.d.ts +22 -0
- package/vedbm/getDatabases.js +24 -0
- package/vedbm/getDatabases.js.map +1 -0
- package/vedbm/index.d.ts +18 -0
- package/vedbm/index.js +23 -1
- package/vedbm/index.js.map +1 -1
|
@@ -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.getClusterUserGroupOutput = exports.getClusterUserGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::EMR::ClusterUserGroup
|
|
10
|
+
*/
|
|
11
|
+
function getClusterUserGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:emr/getClusterUserGroup:getClusterUserGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getClusterUserGroup = getClusterUserGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::EMR::ClusterUserGroup
|
|
20
|
+
*/
|
|
21
|
+
function getClusterUserGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:emr/getClusterUserGroup:getClusterUserGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getClusterUserGroupOutput = getClusterUserGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getClusterUserGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getClusterUserGroup.js","sourceRoot":"","sources":["../../emr/getClusterUserGroup.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;AAqCD;;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::EMR::ClusterUserGroup
|
|
4
|
+
*/
|
|
5
|
+
export declare function getClusterUserGroups(opts?: pulumi.InvokeOptions): Promise<GetClusterUserGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getClusterUserGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetClusterUserGroupsResult {
|
|
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::EMR::ClusterUserGroup
|
|
21
|
+
*/
|
|
22
|
+
export declare function getClusterUserGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetClusterUserGroupsResult>;
|
|
@@ -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.getClusterUserGroupsOutput = exports.getClusterUserGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::EMR::ClusterUserGroup
|
|
10
|
+
*/
|
|
11
|
+
function getClusterUserGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:emr/getClusterUserGroups:getClusterUserGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getClusterUserGroups = getClusterUserGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::EMR::ClusterUserGroup
|
|
18
|
+
*/
|
|
19
|
+
function getClusterUserGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:emr/getClusterUserGroups:getClusterUserGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getClusterUserGroupsOutput = getClusterUserGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getClusterUserGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getClusterUserGroups.js","sourceRoot":"","sources":["../../emr/getClusterUserGroups.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::EMR::ClusterUser
|
|
4
|
+
*/
|
|
5
|
+
export declare function getClusterUsers(opts?: pulumi.InvokeOptions): Promise<GetClusterUsersResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getClusterUsers.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetClusterUsersResult {
|
|
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::EMR::ClusterUser
|
|
21
|
+
*/
|
|
22
|
+
export declare function getClusterUsersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetClusterUsersResult>;
|
|
@@ -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.getClusterUsersOutput = exports.getClusterUsers = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::EMR::ClusterUser
|
|
10
|
+
*/
|
|
11
|
+
function getClusterUsers(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:emr/getClusterUsers:getClusterUsers", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getClusterUsers = getClusterUsers;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::EMR::ClusterUser
|
|
18
|
+
*/
|
|
19
|
+
function getClusterUsersOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:emr/getClusterUsers:getClusterUsers", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getClusterUsersOutput = getClusterUsersOutput;
|
|
24
|
+
//# sourceMappingURL=getClusterUsers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getClusterUsers.js","sourceRoot":"","sources":["../../emr/getClusterUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,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,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,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,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::EMR::Cluster
|
|
4
|
+
*/
|
|
5
|
+
export declare function getClusters(opts?: pulumi.InvokeOptions): Promise<GetClustersResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getClusters.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetClustersResult {
|
|
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::EMR::Cluster
|
|
21
|
+
*/
|
|
22
|
+
export declare function getClustersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetClustersResult>;
|
|
@@ -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.getClustersOutput = exports.getClusters = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::EMR::Cluster
|
|
10
|
+
*/
|
|
11
|
+
function getClusters(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:emr/getClusters:getClusters", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getClusters = getClusters;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::EMR::Cluster
|
|
18
|
+
*/
|
|
19
|
+
function getClustersOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:emr/getClusters:getClusters", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getClustersOutput = getClustersOutput;
|
|
24
|
+
//# sourceMappingURL=getClusters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getClusters.js","sourceRoot":"","sources":["../../emr/getClusters.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kCAIC;AAeD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAAiC;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC"}
|
package/emr/index.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export { ClusterArgs, ClusterState } from "./cluster";
|
|
2
|
+
export type Cluster = import("./cluster").Cluster;
|
|
3
|
+
export declare const Cluster: typeof import("./cluster").Cluster;
|
|
4
|
+
export { ClusterUserArgs, ClusterUserState } from "./clusterUser";
|
|
5
|
+
export type ClusterUser = import("./clusterUser").ClusterUser;
|
|
6
|
+
export declare const ClusterUser: typeof import("./clusterUser").ClusterUser;
|
|
7
|
+
export { ClusterUserGroupArgs, ClusterUserGroupState } from "./clusterUserGroup";
|
|
8
|
+
export type ClusterUserGroup = import("./clusterUserGroup").ClusterUserGroup;
|
|
9
|
+
export declare const ClusterUserGroup: typeof import("./clusterUserGroup").ClusterUserGroup;
|
|
10
|
+
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
|
|
11
|
+
export declare const getCluster: typeof import("./getCluster").getCluster;
|
|
12
|
+
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
|
|
13
|
+
export { GetClusterUserArgs, GetClusterUserResult, GetClusterUserOutputArgs } from "./getClusterUser";
|
|
14
|
+
export declare const getClusterUser: typeof import("./getClusterUser").getClusterUser;
|
|
15
|
+
export declare const getClusterUserOutput: typeof import("./getClusterUser").getClusterUserOutput;
|
|
16
|
+
export { GetClusterUserGroupArgs, GetClusterUserGroupResult, GetClusterUserGroupOutputArgs } from "./getClusterUserGroup";
|
|
17
|
+
export declare const getClusterUserGroup: typeof import("./getClusterUserGroup").getClusterUserGroup;
|
|
18
|
+
export declare const getClusterUserGroupOutput: typeof import("./getClusterUserGroup").getClusterUserGroupOutput;
|
|
19
|
+
export { GetClusterUserGroupsResult } from "./getClusterUserGroups";
|
|
20
|
+
export declare const getClusterUserGroups: typeof import("./getClusterUserGroups").getClusterUserGroups;
|
|
21
|
+
export declare const getClusterUserGroupsOutput: typeof import("./getClusterUserGroups").getClusterUserGroupsOutput;
|
|
22
|
+
export { GetClusterUsersResult } from "./getClusterUsers";
|
|
23
|
+
export declare const getClusterUsers: typeof import("./getClusterUsers").getClusterUsers;
|
|
24
|
+
export declare const getClusterUsersOutput: typeof import("./getClusterUsers").getClusterUsersOutput;
|
|
25
|
+
export { GetClustersResult } from "./getClusters";
|
|
26
|
+
export declare const getClusters: typeof import("./getClusters").getClusters;
|
|
27
|
+
export declare const getClustersOutput: typeof import("./getClusters").getClustersOutput;
|
package/emr/index.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
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.getClustersOutput = exports.getClusters = exports.getClusterUsersOutput = exports.getClusterUsers = exports.getClusterUserGroupsOutput = exports.getClusterUserGroups = exports.getClusterUserGroupOutput = exports.getClusterUserGroup = exports.getClusterUserOutput = exports.getClusterUser = exports.getClusterOutput = exports.getCluster = exports.ClusterUserGroup = exports.ClusterUser = exports.Cluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
exports.Cluster = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Cluster"], () => require("./cluster"));
|
|
10
|
+
exports.ClusterUser = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["ClusterUser"], () => require("./clusterUser"));
|
|
12
|
+
exports.ClusterUserGroup = null;
|
|
13
|
+
utilities.lazyLoad(exports, ["ClusterUserGroup"], () => require("./clusterUserGroup"));
|
|
14
|
+
exports.getCluster = null;
|
|
15
|
+
exports.getClusterOutput = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["getCluster", "getClusterOutput"], () => require("./getCluster"));
|
|
17
|
+
exports.getClusterUser = null;
|
|
18
|
+
exports.getClusterUserOutput = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["getClusterUser", "getClusterUserOutput"], () => require("./getClusterUser"));
|
|
20
|
+
exports.getClusterUserGroup = null;
|
|
21
|
+
exports.getClusterUserGroupOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["getClusterUserGroup", "getClusterUserGroupOutput"], () => require("./getClusterUserGroup"));
|
|
23
|
+
exports.getClusterUserGroups = null;
|
|
24
|
+
exports.getClusterUserGroupsOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getClusterUserGroups", "getClusterUserGroupsOutput"], () => require("./getClusterUserGroups"));
|
|
26
|
+
exports.getClusterUsers = null;
|
|
27
|
+
exports.getClusterUsersOutput = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["getClusterUsers", "getClusterUsersOutput"], () => require("./getClusterUsers"));
|
|
29
|
+
exports.getClusters = null;
|
|
30
|
+
exports.getClustersOutput = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["getClusters", "getClustersOutput"], () => require("./getClusters"));
|
|
32
|
+
const _module = {
|
|
33
|
+
version: utilities.getVersion(),
|
|
34
|
+
construct: (name, type, urn) => {
|
|
35
|
+
switch (type) {
|
|
36
|
+
case "volcenginecc:emr/cluster:Cluster":
|
|
37
|
+
return new exports.Cluster(name, undefined, { urn });
|
|
38
|
+
case "volcenginecc:emr/clusterUser:ClusterUser":
|
|
39
|
+
return new exports.ClusterUser(name, undefined, { urn });
|
|
40
|
+
case "volcenginecc:emr/clusterUserGroup:ClusterUserGroup":
|
|
41
|
+
return new exports.ClusterUserGroup(name, undefined, { urn });
|
|
42
|
+
default:
|
|
43
|
+
throw new Error(`unknown resource type ${type}`);
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "emr/cluster", _module);
|
|
48
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "emr/clusterUser", _module);
|
|
49
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "emr/clusterUserGroup", _module);
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
package/emr/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../emr/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,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,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,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,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;AAGjF,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,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,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;AAGhG,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;AAGjG,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,kCAAkC;gBACnC,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,oDAAoD;gBACrD,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,aAAa,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA;AACjF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA"}
|
package/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ import * as directconnect from "./directconnect";
|
|
|
16
16
|
import * as dns from "./dns";
|
|
17
17
|
import * as ecs from "./ecs";
|
|
18
18
|
import * as efs from "./efs";
|
|
19
|
+
import * as emr from "./emr";
|
|
19
20
|
import * as escloud from "./escloud";
|
|
20
21
|
import * as filenas from "./filenas";
|
|
21
22
|
import * as fwcenter from "./fwcenter";
|
|
@@ -47,4 +48,4 @@ import * as vmp from "./vmp";
|
|
|
47
48
|
import * as vpc from "./vpc";
|
|
48
49
|
import * as vpn from "./vpn";
|
|
49
50
|
import * as waf from "./waf";
|
|
50
|
-
export { alb, apig, ark, autoscaling, bmq, cbr, cdn, cen, clb, cloudidentity, cloudmonitor, config, cr, directconnect, dns, ecs, efs, escloud, filenas, fwcenter, hbase, iam, kafka, kms, mongodb, natgateway, organization, privatelink, privatezone, rabbitmq, rdsmssql, rdsmysql, rdspostgresql, redis, rocketmq, storageebs, tls, tos, transitrouter, types, vedbm, vefaas, vepfs, vke, vmp, vpc, vpn, waf, };
|
|
51
|
+
export { alb, apig, ark, autoscaling, bmq, cbr, cdn, cen, clb, cloudidentity, cloudmonitor, config, cr, directconnect, dns, ecs, efs, emr, escloud, filenas, fwcenter, hbase, iam, kafka, kms, mongodb, natgateway, organization, privatelink, privatezone, rabbitmq, rdsmssql, rdsmysql, rdspostgresql, redis, rocketmq, storageebs, tls, tos, transitrouter, types, vedbm, vefaas, vepfs, vke, vmp, vpc, vpn, waf, };
|
package/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.waf = exports.vpn = exports.vpc = exports.vmp = exports.vke = exports.vepfs = exports.vefaas = exports.vedbm = exports.types = exports.transitrouter = exports.tos = exports.tls = exports.storageebs = exports.rocketmq = exports.redis = exports.rdspostgresql = exports.rdsmysql = exports.rdsmssql = exports.rabbitmq = exports.privatezone = exports.privatelink = exports.organization = exports.natgateway = exports.mongodb = exports.kms = exports.kafka = exports.iam = exports.hbase = exports.fwcenter = exports.filenas = exports.escloud = exports.efs = exports.ecs = exports.dns = exports.directconnect = exports.cr = exports.config = exports.cloudmonitor = exports.cloudidentity = exports.clb = exports.cen = exports.cdn = exports.cbr = exports.bmq = exports.autoscaling = exports.ark = exports.apig = exports.alb = void 0;
|
|
19
|
+
exports.waf = exports.vpn = exports.vpc = exports.vmp = exports.vke = exports.vepfs = exports.vefaas = exports.vedbm = exports.types = exports.transitrouter = exports.tos = exports.tls = exports.storageebs = exports.rocketmq = exports.redis = exports.rdspostgresql = exports.rdsmysql = exports.rdsmssql = exports.rabbitmq = exports.privatezone = exports.privatelink = exports.organization = exports.natgateway = exports.mongodb = exports.kms = exports.kafka = exports.iam = exports.hbase = exports.fwcenter = exports.filenas = exports.escloud = exports.emr = exports.efs = exports.ecs = exports.dns = exports.directconnect = exports.cr = exports.config = exports.cloudmonitor = exports.cloudidentity = exports.clb = exports.cen = exports.cdn = exports.cbr = exports.bmq = exports.autoscaling = exports.ark = exports.apig = exports.alb = void 0;
|
|
20
20
|
const pulumi = require("@pulumi/pulumi");
|
|
21
21
|
const utilities = require("./utilities");
|
|
22
22
|
// Export members:
|
|
@@ -57,6 +57,8 @@ const ecs = require("./ecs");
|
|
|
57
57
|
exports.ecs = ecs;
|
|
58
58
|
const efs = require("./efs");
|
|
59
59
|
exports.efs = efs;
|
|
60
|
+
const emr = require("./emr");
|
|
61
|
+
exports.emr = emr;
|
|
60
62
|
const escloud = require("./escloud");
|
|
61
63
|
exports.escloud = escloud;
|
|
62
64
|
const filenas = require("./filenas");
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,6CAA2B;AAC3B,yCAAsC;AAGtC,sBAAsB;AACtB,6BAA6B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,kBAAkB;AAClB,6CAA2B;AAC3B,yCAAsC;AAGtC,sBAAsB;AACtB,6BAA6B;AAmDzB,kBAAG;AAlDP,+BAA+B;AAmD3B,oBAAI;AAlDR,6BAA6B;AAmDzB,kBAAG;AAlDP,6CAA6C;AAmDzC,kCAAW;AAlDf,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,iDAAiD;AAmD7C,sCAAa;AAlDjB,+CAA+C;AAmD3C,oCAAY;AAlDhB,mCAAmC;AAmD/B,wBAAM;AAlDV,2BAA2B;AAmDvB,gBAAE;AAlDN,iDAAiD;AAmD7C,sCAAa;AAlDjB,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,qCAAqC;AAmDjC,0BAAO;AAlDX,qCAAqC;AAmDjC,0BAAO;AAlDX,uCAAuC;AAmDnC,4BAAQ;AAlDZ,iCAAiC;AAmD7B,sBAAK;AAlDT,6BAA6B;AAmDzB,kBAAG;AAlDP,iCAAiC;AAmD7B,sBAAK;AAlDT,6BAA6B;AAmDzB,kBAAG;AAlDP,qCAAqC;AAmDjC,0BAAO;AAlDX,2CAA2C;AAmDvC,gCAAU;AAlDd,+CAA+C;AAmD3C,oCAAY;AAlDhB,6CAA6C;AAmDzC,kCAAW;AAlDf,6CAA6C;AAmDzC,kCAAW;AAlDf,uCAAuC;AAmDnC,4BAAQ;AAlDZ,uCAAuC;AAmDnC,4BAAQ;AAlDZ,uCAAuC;AAmDnC,4BAAQ;AAlDZ,iDAAiD;AAmD7C,sCAAa;AAlDjB,iCAAiC;AAmD7B,sBAAK;AAlDT,uCAAuC;AAmDnC,4BAAQ;AAlDZ,2CAA2C;AAmDvC,gCAAU;AAlDd,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,iDAAiD;AAmD7C,sCAAa;AAlDjB,iCAAiC;AAmD7B,sBAAK;AAlDT,iCAAiC;AAmD7B,sBAAK;AAlDT,mCAAmC;AAmD/B,wBAAM;AAlDV,iCAAiC;AAmD7B,sBAAK;AAlDT,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAlDP,6BAA6B;AAmDzB,kBAAG;AAEP,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,cAAc,EAAE;IACnD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,+BAA+B,EAAE;YAC1C,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::Organization::Organization
|
|
5
|
+
*/
|
|
6
|
+
export declare function getOrganization(args: GetOrganizationArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getOrganization.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetOrganizationArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getOrganization.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetOrganizationResult {
|
|
20
|
+
/**
|
|
21
|
+
* Uniquely identifies the resource.
|
|
22
|
+
*/
|
|
23
|
+
readonly id: string;
|
|
24
|
+
/**
|
|
25
|
+
* 组织详情
|
|
26
|
+
*/
|
|
27
|
+
readonly organization: outputs.organization.GetOrganizationOrganization;
|
|
28
|
+
/**
|
|
29
|
+
* 组织ID
|
|
30
|
+
*/
|
|
31
|
+
readonly organizationId: string;
|
|
32
|
+
/**
|
|
33
|
+
* 管理员详情
|
|
34
|
+
*/
|
|
35
|
+
readonly owner: outputs.organization.GetOrganizationOwner;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Data Source schema for Volcengine::Organization::Organization
|
|
39
|
+
*/
|
|
40
|
+
export declare function getOrganizationOutput(args: GetOrganizationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOrganizationResult>;
|
|
41
|
+
/**
|
|
42
|
+
* A collection of arguments for invoking getOrganization.
|
|
43
|
+
*/
|
|
44
|
+
export interface GetOrganizationOutputArgs {
|
|
45
|
+
/**
|
|
46
|
+
* Uniquely identifies the resource.
|
|
47
|
+
*/
|
|
48
|
+
id: pulumi.Input<string>;
|
|
49
|
+
}
|
|
@@ -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.getOrganizationOutput = exports.getOrganization = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::Organization::Organization
|
|
10
|
+
*/
|
|
11
|
+
function getOrganization(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:organization/getOrganization:getOrganization", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getOrganization = getOrganization;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::Organization::Organization
|
|
20
|
+
*/
|
|
21
|
+
function getOrganizationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:organization/getOrganization:getOrganization", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getOrganizationOutput = getOrganizationOutput;
|
|
28
|
+
//# sourceMappingURL=getOrganization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getOrganization.js","sourceRoot":"","sources":["../../organization/getOrganization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AAiCD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2DAA2D,EAAE;QAC5F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::Organization::Organization
|
|
4
|
+
*/
|
|
5
|
+
export declare function getOrganizations(opts?: pulumi.InvokeOptions): Promise<GetOrganizationsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getOrganizations.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetOrganizationsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::Organization::Organization
|
|
21
|
+
*/
|
|
22
|
+
export declare function getOrganizationsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOrganizationsResult>;
|
|
@@ -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.getOrganizationsOutput = exports.getOrganizations = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::Organization::Organization
|
|
10
|
+
*/
|
|
11
|
+
function getOrganizations(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:organization/getOrganizations:getOrganizations", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getOrganizations = getOrganizations;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::Organization::Organization
|
|
18
|
+
*/
|
|
19
|
+
function getOrganizationsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:organization/getOrganizations:getOrganizations", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getOrganizationsOutput = getOrganizationsOutput;
|
|
24
|
+
//# sourceMappingURL=getOrganizations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getOrganizations.js","sourceRoot":"","sources":["../../organization/getOrganizations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B;IACxD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4CAIC;AAeD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6DAA6D,EAAE,EACjG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC"}
|
package/organization/index.d.ts
CHANGED
|
@@ -7,12 +7,21 @@ export declare const getAccountOutput: typeof import("./getAccount").getAccountO
|
|
|
7
7
|
export { GetAccountsResult } from "./getAccounts";
|
|
8
8
|
export declare const getAccounts: typeof import("./getAccounts").getAccounts;
|
|
9
9
|
export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
|
|
10
|
+
export { GetOrganizationArgs, GetOrganizationResult, GetOrganizationOutputArgs } from "./getOrganization";
|
|
11
|
+
export declare const getOrganization: typeof import("./getOrganization").getOrganization;
|
|
12
|
+
export declare const getOrganizationOutput: typeof import("./getOrganization").getOrganizationOutput;
|
|
13
|
+
export { GetOrganizationsResult } from "./getOrganizations";
|
|
14
|
+
export declare const getOrganizations: typeof import("./getOrganizations").getOrganizations;
|
|
15
|
+
export declare const getOrganizationsOutput: typeof import("./getOrganizations").getOrganizationsOutput;
|
|
10
16
|
export { GetUnitArgs, GetUnitResult, GetUnitOutputArgs } from "./getUnit";
|
|
11
17
|
export declare const getUnit: typeof import("./getUnit").getUnit;
|
|
12
18
|
export declare const getUnitOutput: typeof import("./getUnit").getUnitOutput;
|
|
13
19
|
export { GetUnitsResult } from "./getUnits";
|
|
14
20
|
export declare const getUnits: typeof import("./getUnits").getUnits;
|
|
15
21
|
export declare const getUnitsOutput: typeof import("./getUnits").getUnitsOutput;
|
|
22
|
+
export { OrganizationArgs, OrganizationState } from "./organization";
|
|
23
|
+
export type Organization = import("./organization").Organization;
|
|
24
|
+
export declare const Organization: typeof import("./organization").Organization;
|
|
16
25
|
export { UnitArgs, UnitState } from "./unit";
|
|
17
26
|
export type Unit = import("./unit").Unit;
|
|
18
27
|
export declare const Unit: typeof import("./unit").Unit;
|
package/organization/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.Unit = exports.getUnitsOutput = exports.getUnits = exports.getUnitOutput = exports.getUnit = exports.getAccountsOutput = exports.getAccounts = exports.getAccountOutput = exports.getAccount = exports.Account = void 0;
|
|
5
|
+
exports.Unit = exports.Organization = exports.getUnitsOutput = exports.getUnits = exports.getUnitOutput = exports.getUnit = exports.getOrganizationsOutput = exports.getOrganizations = exports.getOrganizationOutput = exports.getOrganization = exports.getAccountsOutput = exports.getAccounts = exports.getAccountOutput = exports.getAccount = exports.Account = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Account = null;
|
|
@@ -13,12 +13,20 @@ utilities.lazyLoad(exports, ["getAccount", "getAccountOutput"], () => require(".
|
|
|
13
13
|
exports.getAccounts = null;
|
|
14
14
|
exports.getAccountsOutput = null;
|
|
15
15
|
utilities.lazyLoad(exports, ["getAccounts", "getAccountsOutput"], () => require("./getAccounts"));
|
|
16
|
+
exports.getOrganization = null;
|
|
17
|
+
exports.getOrganizationOutput = null;
|
|
18
|
+
utilities.lazyLoad(exports, ["getOrganization", "getOrganizationOutput"], () => require("./getOrganization"));
|
|
19
|
+
exports.getOrganizations = null;
|
|
20
|
+
exports.getOrganizationsOutput = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["getOrganizations", "getOrganizationsOutput"], () => require("./getOrganizations"));
|
|
16
22
|
exports.getUnit = null;
|
|
17
23
|
exports.getUnitOutput = null;
|
|
18
24
|
utilities.lazyLoad(exports, ["getUnit", "getUnitOutput"], () => require("./getUnit"));
|
|
19
25
|
exports.getUnits = null;
|
|
20
26
|
exports.getUnitsOutput = null;
|
|
21
27
|
utilities.lazyLoad(exports, ["getUnits", "getUnitsOutput"], () => require("./getUnits"));
|
|
28
|
+
exports.Organization = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["Organization"], () => require("./organization"));
|
|
22
30
|
exports.Unit = null;
|
|
23
31
|
utilities.lazyLoad(exports, ["Unit"], () => require("./unit"));
|
|
24
32
|
const _module = {
|
|
@@ -27,6 +35,8 @@ const _module = {
|
|
|
27
35
|
switch (type) {
|
|
28
36
|
case "volcenginecc:organization/account:Account":
|
|
29
37
|
return new exports.Account(name, undefined, { urn });
|
|
38
|
+
case "volcenginecc:organization/organization:Organization":
|
|
39
|
+
return new exports.Organization(name, undefined, { urn });
|
|
30
40
|
case "volcenginecc:organization/unit:Unit":
|
|
31
41
|
return new exports.Unit(name, undefined, { urn });
|
|
32
42
|
default:
|
|
@@ -35,5 +45,6 @@ const _module = {
|
|
|
35
45
|
},
|
|
36
46
|
};
|
|
37
47
|
pulumi.runtime.registerResourceModule("volcenginecc", "organization/account", _module);
|
|
48
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "organization/organization", _module);
|
|
38
49
|
pulumi.runtime.registerResourceModule("volcenginecc", "organization/unit", _module);
|
|
39
50
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../organization/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,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;AAGxD,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;AAGjF,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,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGxE,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI3E,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAG/D,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,2CAA2C;gBAC5C,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,qCAAqC;gBACtC,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACtF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,cAAc,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../organization/index.ts"],"names":[],"mappings":"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"}
|