@byteplus/pulumi-bytepluscc 0.0.17 → 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/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/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 +121 -0
- package/tls/getTopic.js +28 -0
- package/tls/getTopic.js.map +1 -0
- package/tls/getTopics.d.ts +22 -0
- package/tls/getTopics.js +24 -0
- package/tls/getTopics.js.map +1 -0
- package/tls/index.d.ts +27 -0
- package/tls/index.js +34 -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 +303 -0
- package/tls/topic.js +136 -0
- package/tls/topic.js.map +1 -0
- package/types/input.d.ts +611 -0
- package/types/output.d.ts +1482 -207
- 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 Byteplus::EMR::ClusterUserGroup
|
|
10
|
+
*/
|
|
11
|
+
function getClusterUserGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:emr/getClusterUserGroup:getClusterUserGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getClusterUserGroup = getClusterUserGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::EMR::ClusterUserGroup
|
|
20
|
+
*/
|
|
21
|
+
function getClusterUserGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,wDAAwD,EAAE;QACnF,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,wDAAwD,EAAE;QACzF,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 Byteplus::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 Byteplus::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 Byteplus::EMR::ClusterUserGroup
|
|
10
|
+
*/
|
|
11
|
+
function getClusterUserGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:emr/getClusterUserGroups:getClusterUserGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getClusterUserGroups = getClusterUserGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::EMR::ClusterUserGroup
|
|
18
|
+
*/
|
|
19
|
+
function getClusterUserGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,0DAA0D,EAAE,EACxF,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,0DAA0D,EAAE,EAC9F,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 Byteplus::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 Byteplus::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 Byteplus::EMR::ClusterUser
|
|
10
|
+
*/
|
|
11
|
+
function getClusterUsers(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:emr/getClusterUsers:getClusterUsers", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getClusterUsers = getClusterUsers;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::EMR::ClusterUser
|
|
18
|
+
*/
|
|
19
|
+
function getClusterUsersOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,gDAAgD,EAAE,EAC9E,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,gDAAgD,EAAE,EACpF,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 Byteplus::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 Byteplus::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 Byteplus::EMR::Cluster
|
|
10
|
+
*/
|
|
11
|
+
function getClusters(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:emr/getClusters:getClusters", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getClusters = getClusters;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::EMR::Cluster
|
|
18
|
+
*/
|
|
19
|
+
function getClustersOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,wCAAwC,EAAE,EACtE,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,wCAAwC,EAAE,EAC5E,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 "bytepluscc:emr/cluster:Cluster":
|
|
37
|
+
return new exports.Cluster(name, undefined, { urn });
|
|
38
|
+
case "bytepluscc:emr/clusterUser:ClusterUser":
|
|
39
|
+
return new exports.ClusterUser(name, undefined, { urn });
|
|
40
|
+
case "bytepluscc: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("bytepluscc", "emr/cluster", _module);
|
|
48
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "emr/clusterUser", _module);
|
|
49
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "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":"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"}
|
package/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ import * as cr from "./cr";
|
|
|
14
14
|
import * as directconnect from "./directconnect";
|
|
15
15
|
import * as dns from "./dns";
|
|
16
16
|
import * as ecs from "./ecs";
|
|
17
|
+
import * as emr from "./emr";
|
|
17
18
|
import * as escloud from "./escloud";
|
|
18
19
|
import * as filenas from "./filenas";
|
|
19
20
|
import * as fwcenter from "./fwcenter";
|
|
@@ -42,4 +43,4 @@ import * as vke from "./vke";
|
|
|
42
43
|
import * as vmp from "./vmp";
|
|
43
44
|
import * as vpc from "./vpc";
|
|
44
45
|
import * as vpn from "./vpn";
|
|
45
|
-
export { alb, apig, ark, autoscaling, bmq, cdn, cen, clb, cloudidentity, cloudmonitor, config, cr, directconnect, dns, ecs, escloud, filenas, fwcenter, hbase, iam, kafka, kms, mongodb, natgateway, organization, privatelink, privatezone, rabbitmq, rdsmssql, rdsmysql, rdspostgresql, redis, storageebs, tls, transitrouter, types, vedbm, vefaas, vepfs, vke, vmp, vpc, vpn, };
|
|
46
|
+
export { alb, apig, ark, autoscaling, bmq, cdn, cen, clb, cloudidentity, cloudmonitor, config, cr, directconnect, dns, ecs, emr, escloud, filenas, fwcenter, hbase, iam, kafka, kms, mongodb, natgateway, organization, privatelink, privatezone, rabbitmq, rdsmssql, rdsmysql, rdspostgresql, redis, storageebs, tls, transitrouter, types, vedbm, vefaas, vepfs, vke, vmp, vpc, vpn, };
|
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.vpn = exports.vpc = exports.vmp = exports.vke = exports.vepfs = exports.vefaas = exports.vedbm = exports.types = exports.transitrouter = exports.tls = exports.storageebs = 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.ecs = exports.dns = exports.directconnect = exports.cr = exports.config = exports.cloudmonitor = exports.cloudidentity = exports.clb = exports.cen = exports.cdn = exports.bmq = exports.autoscaling = exports.ark = exports.apig = exports.alb = void 0;
|
|
19
|
+
exports.vpn = exports.vpc = exports.vmp = exports.vke = exports.vepfs = exports.vefaas = exports.vedbm = exports.types = exports.transitrouter = exports.tls = exports.storageebs = 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.ecs = exports.dns = exports.directconnect = exports.cr = exports.config = exports.cloudmonitor = exports.cloudidentity = exports.clb = exports.cen = exports.cdn = 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:
|
|
@@ -53,6 +53,8 @@ const dns = require("./dns");
|
|
|
53
53
|
exports.dns = dns;
|
|
54
54
|
const ecs = require("./ecs");
|
|
55
55
|
exports.ecs = ecs;
|
|
56
|
+
const emr = require("./emr");
|
|
57
|
+
exports.emr = emr;
|
|
56
58
|
const escloud = require("./escloud");
|
|
57
59
|
exports.escloud = escloud;
|
|
58
60
|
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;AA8CzB,kBAAG;AA7CP,+BAA+B;AA8C3B,oBAAI;AA7CR,6BAA6B;AA8CzB,kBAAG;AA7CP,6CAA6C;AA8CzC,kCAAW;AA7Cf,6BAA6B;AA8CzB,kBAAG;AA7CP,6BAA6B;AA8CzB,kBAAG;AA7CP,6BAA6B;AA8CzB,kBAAG;AA7CP,6BAA6B;AA8CzB,kBAAG;AA7CP,iDAAiD;AA8C7C,sCAAa;AA7CjB,+CAA+C;AA8C3C,oCAAY;AA7ChB,mCAAmC;AA8C/B,wBAAM;AA7CV,2BAA2B;AA8CvB,gBAAE;AA7CN,iDAAiD;AA8C7C,sCAAa;AA7CjB,6BAA6B;AA8CzB,kBAAG;AA7CP,6BAA6B;AA8CzB,kBAAG;AA7CP,6BAA6B;AA8CzB,kBAAG;AA7CP,qCAAqC;AA8CjC,0BAAO;AA7CX,qCAAqC;AA8CjC,0BAAO;AA7CX,uCAAuC;AA8CnC,4BAAQ;AA7CZ,iCAAiC;AA8C7B,sBAAK;AA7CT,6BAA6B;AA8CzB,kBAAG;AA7CP,iCAAiC;AA8C7B,sBAAK;AA7CT,6BAA6B;AA8CzB,kBAAG;AA7CP,qCAAqC;AA8CjC,0BAAO;AA7CX,2CAA2C;AA8CvC,gCAAU;AA7Cd,+CAA+C;AA8C3C,oCAAY;AA7ChB,6CAA6C;AA8CzC,kCAAW;AA7Cf,6CAA6C;AA8CzC,kCAAW;AA7Cf,uCAAuC;AA8CnC,4BAAQ;AA7CZ,uCAAuC;AA8CnC,4BAAQ;AA7CZ,uCAAuC;AA8CnC,4BAAQ;AA7CZ,iDAAiD;AA8C7C,sCAAa;AA7CjB,iCAAiC;AA8C7B,sBAAK;AA7CT,2CAA2C;AA8CvC,gCAAU;AA7Cd,6BAA6B;AA8CzB,kBAAG;AA7CP,iDAAiD;AA8C7C,sCAAa;AA7CjB,iCAAiC;AA8C7B,sBAAK;AA7CT,iCAAiC;AA8C7B,sBAAK;AA7CT,mCAAmC;AA8C/B,wBAAM;AA7CV,iCAAiC;AA8C7B,sBAAK;AA7CT,6BAA6B;AA8CzB,kBAAG;AA7CP,6BAA6B;AA8CzB,kBAAG;AA7CP,6BAA6B;AA8CzB,kBAAG;AA7CP,6BAA6B;AA8CzB,kBAAG;AAEP,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,YAAY,EAAE;IACjD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,6BAA6B,EAAE;YACxC,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 Byteplus::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 Byteplus::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 Byteplus::Organization::Organization
|
|
10
|
+
*/
|
|
11
|
+
function getOrganization(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:organization/getOrganization:getOrganization", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getOrganization = getOrganization;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Byteplus::Organization::Organization
|
|
20
|
+
*/
|
|
21
|
+
function getOrganizationOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,yDAAyD,EAAE;QACpF,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,yDAAyD,EAAE;QAC1F,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 Byteplus::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 Byteplus::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 Byteplus::Organization::Organization
|
|
10
|
+
*/
|
|
11
|
+
function getOrganizations(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("bytepluscc:organization/getOrganizations:getOrganizations", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getOrganizations = getOrganizations;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Byteplus::Organization::Organization
|
|
18
|
+
*/
|
|
19
|
+
function getOrganizationsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("bytepluscc: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,2DAA2D,EAAE,EACzF,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,2DAA2D,EAAE,EAC/F,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 "bytepluscc:organization/account:Account":
|
|
29
37
|
return new exports.Account(name, undefined, { urn });
|
|
38
|
+
case "bytepluscc:organization/organization:Organization":
|
|
39
|
+
return new exports.Organization(name, undefined, { urn });
|
|
30
40
|
case "bytepluscc: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("bytepluscc", "organization/account", _module);
|
|
48
|
+
pulumi.runtime.registerResourceModule("bytepluscc", "organization/organization", _module);
|
|
38
49
|
pulumi.runtime.registerResourceModule("bytepluscc", "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,yCAAyC;gBAC1C,OAAO,IAAI,eAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,mCAAmC;gBACpC,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,YAAY,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../organization/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* 企业组织管理
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
|
|
12
|
+
*
|
|
13
|
+
* const organizationDemo = new bytepluscc.organization.Organization("organizationDemo", {});
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* ## Import
|
|
17
|
+
*
|
|
18
|
+
* ```sh
|
|
19
|
+
* $ pulumi import bytepluscc:organization/organization:Organization example "organization_id"
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare class Organization extends pulumi.CustomResource {
|
|
23
|
+
/**
|
|
24
|
+
* Get an existing Organization resource's state with the given name, ID, and optional extra
|
|
25
|
+
* properties used to qualify the lookup.
|
|
26
|
+
*
|
|
27
|
+
* @param name The _unique_ name of the resulting resource.
|
|
28
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
29
|
+
* @param state Any extra arguments used during the lookup.
|
|
30
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
31
|
+
*/
|
|
32
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: OrganizationState, opts?: pulumi.CustomResourceOptions): Organization;
|
|
33
|
+
/**
|
|
34
|
+
* Returns true if the given object is an instance of Organization. This is designed to work even
|
|
35
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
36
|
+
*/
|
|
37
|
+
static isInstance(obj: any): obj is Organization;
|
|
38
|
+
/**
|
|
39
|
+
* 组织详情
|
|
40
|
+
*/
|
|
41
|
+
readonly organization: pulumi.Output<outputs.organization.OrganizationOrganization>;
|
|
42
|
+
/**
|
|
43
|
+
* 组织ID
|
|
44
|
+
*/
|
|
45
|
+
readonly organizationId: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* 管理员详情
|
|
48
|
+
*/
|
|
49
|
+
readonly owner: pulumi.Output<outputs.organization.OrganizationOwner>;
|
|
50
|
+
/**
|
|
51
|
+
* Create a Organization resource with the given unique name, arguments, and options.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resource.
|
|
54
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
55
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
56
|
+
*/
|
|
57
|
+
constructor(name: string, args?: OrganizationArgs, opts?: pulumi.CustomResourceOptions);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Input properties used for looking up and filtering Organization resources.
|
|
61
|
+
*/
|
|
62
|
+
export interface OrganizationState {
|
|
63
|
+
/**
|
|
64
|
+
* 组织详情
|
|
65
|
+
*/
|
|
66
|
+
organization?: pulumi.Input<inputs.organization.OrganizationOrganization>;
|
|
67
|
+
/**
|
|
68
|
+
* 组织ID
|
|
69
|
+
*/
|
|
70
|
+
organizationId?: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* 管理员详情
|
|
73
|
+
*/
|
|
74
|
+
owner?: pulumi.Input<inputs.organization.OrganizationOwner>;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* The set of arguments for constructing a Organization resource.
|
|
78
|
+
*/
|
|
79
|
+
export interface OrganizationArgs {
|
|
80
|
+
/**
|
|
81
|
+
* 组织详情
|
|
82
|
+
*/
|
|
83
|
+
organization?: pulumi.Input<inputs.organization.OrganizationOrganization>;
|
|
84
|
+
/**
|
|
85
|
+
* 管理员详情
|
|
86
|
+
*/
|
|
87
|
+
owner?: pulumi.Input<inputs.organization.OrganizationOwner>;
|
|
88
|
+
}
|