@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,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 volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
12
|
+
*
|
|
13
|
+
* const organizationDemo = new volcenginecc.organization.Organization("organizationDemo", {});
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* ## Import
|
|
17
|
+
*
|
|
18
|
+
* ```sh
|
|
19
|
+
* $ pulumi import volcenginecc: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
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
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.Organization = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 企业组织管理
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const organizationDemo = new volcenginecc.organization.Organization("organizationDemo", {});
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* ```sh
|
|
23
|
+
* $ pulumi import volcenginecc:organization/organization:Organization example "organization_id"
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
class Organization extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing Organization resource's state with the given name, ID, and optional extra
|
|
29
|
+
* properties used to qualify the lookup.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resulting resource.
|
|
32
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
33
|
+
* @param state Any extra arguments used during the lookup.
|
|
34
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
35
|
+
*/
|
|
36
|
+
static get(name, id, state, opts) {
|
|
37
|
+
return new Organization(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Returns true if the given object is an instance of Organization. This is designed to work even
|
|
41
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
42
|
+
*/
|
|
43
|
+
static isInstance(obj) {
|
|
44
|
+
if (obj === undefined || obj === null) {
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
return obj['__pulumiType'] === Organization.__pulumiType;
|
|
48
|
+
}
|
|
49
|
+
constructor(name, argsOrState, opts) {
|
|
50
|
+
let resourceInputs = {};
|
|
51
|
+
opts = opts || {};
|
|
52
|
+
if (opts.id) {
|
|
53
|
+
const state = argsOrState;
|
|
54
|
+
resourceInputs["organization"] = state ? state.organization : undefined;
|
|
55
|
+
resourceInputs["organizationId"] = state ? state.organizationId : undefined;
|
|
56
|
+
resourceInputs["owner"] = state ? state.owner : undefined;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const args = argsOrState;
|
|
60
|
+
resourceInputs["organization"] = args ? args.organization : undefined;
|
|
61
|
+
resourceInputs["owner"] = args ? args.owner : undefined;
|
|
62
|
+
resourceInputs["organizationId"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
+
super(Organization.__pulumiType, name, resourceInputs, opts);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.Organization = Organization;
|
|
69
|
+
/** @internal */
|
|
70
|
+
Organization.__pulumiType = 'volcenginecc:organization/organization:Organization';
|
|
71
|
+
//# sourceMappingURL=organization.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organization.js","sourceRoot":"","sources":["../../organization/organization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AAjEL,oCAkEC;AApDG,gBAAgB;AACO,yBAAY,GAAG,qDAAqD,CAAC"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::TLS::Index
|
|
5
|
+
*/
|
|
6
|
+
export declare function getIndex(args: GetIndexArgs, opts?: pulumi.InvokeOptions): Promise<GetIndexResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getIndex.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetIndexArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getIndex.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetIndexResult {
|
|
20
|
+
/**
|
|
21
|
+
* 索引创建的时间。
|
|
22
|
+
*/
|
|
23
|
+
readonly createTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 是否开启索引自动更新,开启后系统将根据新出现的字段自动添加到键值索引。true:开启自动更新。false:不开启自动更新。
|
|
26
|
+
*/
|
|
27
|
+
readonly enableAutoIndex: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* 全文索引配置。此字段为 null 或者未配置,表示不开启全文索引。全文索引配置和键值索引配置至少配置一项,即 FullText 和 KeyValue 之间应至少指定一个参数。
|
|
30
|
+
*/
|
|
31
|
+
readonly fullText: outputs.tls.GetIndexFullText;
|
|
32
|
+
/**
|
|
33
|
+
* Uniquely identifies the resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* 键值索引配置。此字段数组长度为 0 或者未配置,表示不开启键值索引。全文索引配置和键值索引配置至少配置一项,即 FullText 和 KeyValue 之间应至少指定一个参数。
|
|
38
|
+
*/
|
|
39
|
+
readonly keyValues: outputs.tls.GetIndexKeyValue[];
|
|
40
|
+
/**
|
|
41
|
+
* 统计字段值的最大长度,默认为 2048,取值范围为 64~16384,单位为字节。说明单个字段值的长度超过您所指定的最大长度时,超出部分将被截断,不参与分析。字段最大长度更新后,只对增量数据有效。
|
|
42
|
+
*/
|
|
43
|
+
readonly maxTextLen: number;
|
|
44
|
+
/**
|
|
45
|
+
* 索引最近修改的时间。
|
|
46
|
+
*/
|
|
47
|
+
readonly modifyTime: string;
|
|
48
|
+
/**
|
|
49
|
+
* 日志主题ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly topicId: string;
|
|
52
|
+
/**
|
|
53
|
+
* 预留字段索引配置。此字段数组长度为 0 或者未配置,表示不开启预留字段索引。不能同时开启全文索引和预留字段 **content** 的键值索引,即如果通过 UserInnerKeyValue 参数设置**content** 索引,则不能同时设置参数 FullText。预留字段中,目前仅支持为 **content** 手动开启索引。其他预留字段的索引设置请参考预留字段。
|
|
54
|
+
*/
|
|
55
|
+
readonly userInnerKeyValues: outputs.tls.GetIndexUserInnerKeyValue[];
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Data Source schema for Volcengine::TLS::Index
|
|
59
|
+
*/
|
|
60
|
+
export declare function getIndexOutput(args: GetIndexOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIndexResult>;
|
|
61
|
+
/**
|
|
62
|
+
* A collection of arguments for invoking getIndex.
|
|
63
|
+
*/
|
|
64
|
+
export interface GetIndexOutputArgs {
|
|
65
|
+
/**
|
|
66
|
+
* Uniquely identifies the resource.
|
|
67
|
+
*/
|
|
68
|
+
id: pulumi.Input<string>;
|
|
69
|
+
}
|
package/tls/getIndex.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getIndexOutput = exports.getIndex = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::TLS::Index
|
|
10
|
+
*/
|
|
11
|
+
function getIndex(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:tls/getIndex:getIndex", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getIndex = getIndex;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::TLS::Index
|
|
20
|
+
*/
|
|
21
|
+
function getIndexOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:tls/getIndex:getIndex", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getIndexOutput = getIndexOutput;
|
|
28
|
+
//# sourceMappingURL=getIndex.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIndex.js","sourceRoot":"","sources":["../../tls/getIndex.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAqDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::TLS::Index
|
|
4
|
+
*/
|
|
5
|
+
export declare function getIndices(opts?: pulumi.InvokeOptions): Promise<GetIndicesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getIndices.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetIndicesResult {
|
|
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::TLS::Index
|
|
21
|
+
*/
|
|
22
|
+
export declare function getIndicesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIndicesResult>;
|
|
@@ -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.getIndicesOutput = exports.getIndices = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::TLS::Index
|
|
10
|
+
*/
|
|
11
|
+
function getIndices(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:tls/getIndices:getIndices", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getIndices = getIndices;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::TLS::Index
|
|
18
|
+
*/
|
|
19
|
+
function getIndicesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:tls/getIndices:getIndices", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getIndicesOutput = getIndicesOutput;
|
|
24
|
+
//# sourceMappingURL=getIndices.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIndices.js","sourceRoot":"","sources":["../../tls/getIndices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAA2B;IAClD,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,gCAIC;AAeD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAAiC;IAC9D,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,4CAIC"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::TLS::ScheduleSqlTask
|
|
5
|
+
*/
|
|
6
|
+
export declare function getScheduleSqlTask(args: GetScheduleSqlTaskArgs, opts?: pulumi.InvokeOptions): Promise<GetScheduleSqlTaskResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getScheduleSqlTask.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetScheduleSqlTaskArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getScheduleSqlTask.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetScheduleSqlTaskResult {
|
|
20
|
+
/**
|
|
21
|
+
* 创建时间(秒级 Unix 时间戳)。
|
|
22
|
+
*/
|
|
23
|
+
readonly createdTime: number;
|
|
24
|
+
/**
|
|
25
|
+
* 定时 SQL 分析任务的简单描述。不支持<>、'、\、\。长度范围为 0~64 个字符。
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* 目标日志项目 ID。
|
|
30
|
+
*/
|
|
31
|
+
readonly destProjectId: string;
|
|
32
|
+
/**
|
|
33
|
+
* 目标日志主题所属地域。默认为当前地域。
|
|
34
|
+
*/
|
|
35
|
+
readonly destRegion: string;
|
|
36
|
+
/**
|
|
37
|
+
* 用于存储定时 SQL 分析结果数据的目标日志主题 ID。
|
|
38
|
+
*/
|
|
39
|
+
readonly destTopicId: string;
|
|
40
|
+
/**
|
|
41
|
+
* 目标日志主题名称。
|
|
42
|
+
*/
|
|
43
|
+
readonly destTopicName: string;
|
|
44
|
+
/**
|
|
45
|
+
* Uniquely identifies the resource.
|
|
46
|
+
*/
|
|
47
|
+
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* 调度定时 SQL 分析任务的结束时间,格式为秒级时间戳。如果不配置,表示持续运行定时 SQL 分析任务。到达结束时间后,日志服务不会再创建实例及执行定时 SQL 分析,但任务状态仍为运行中,直至手动暂停任务。
|
|
50
|
+
*/
|
|
51
|
+
readonly processEndTime: number;
|
|
52
|
+
/**
|
|
53
|
+
* 每次调度的延迟时间。取值范围为 0~120,单位为秒。如果不配置,则表示 0,即无延时。
|
|
54
|
+
*/
|
|
55
|
+
readonly processSqlDelay: number;
|
|
56
|
+
/**
|
|
57
|
+
* 调度定时 SQL 分析任务的开始时间,即创建第一个实例的时间。格式为秒级时间戳。
|
|
58
|
+
*/
|
|
59
|
+
readonly processStartTime: number;
|
|
60
|
+
/**
|
|
61
|
+
* SQL 时间窗口,即定时 SQL 分析任务运行时,日志检索与分析的时间范围,左闭右开格式。最大为 24 小时,最小为 1 分钟。
|
|
62
|
+
*/
|
|
63
|
+
readonly processTimeWindow: string;
|
|
64
|
+
/**
|
|
65
|
+
* 定时 SQL 分析任务定期执行的检索与分析语句,应符合日志服务的检索与分析语法。
|
|
66
|
+
*/
|
|
67
|
+
readonly query: string;
|
|
68
|
+
/**
|
|
69
|
+
* 定时 SQL 分析任务的调度周期。调度周期决定每个实例的调度时间。建议调度周期不小于 SQL 时间窗口。
|
|
70
|
+
*/
|
|
71
|
+
readonly requestCycle: outputs.tls.GetScheduleSqlTaskRequestCycle;
|
|
72
|
+
/**
|
|
73
|
+
* 源日志项目 ID。
|
|
74
|
+
*/
|
|
75
|
+
readonly sourceProjectId: string;
|
|
76
|
+
/**
|
|
77
|
+
* 源日志项目名称。
|
|
78
|
+
*/
|
|
79
|
+
readonly sourceProjectName: string;
|
|
80
|
+
/**
|
|
81
|
+
* 待进行定时 SQL 分析的原始日志所在的日志主题 ID。仅支持当前地域的日志主题。
|
|
82
|
+
*/
|
|
83
|
+
readonly sourceTopicId: string;
|
|
84
|
+
/**
|
|
85
|
+
* 源日志主题名称。
|
|
86
|
+
*/
|
|
87
|
+
readonly sourceTopicName: string;
|
|
88
|
+
/**
|
|
89
|
+
* 完成任务配置后是否立即启动定时 SQL 分析任务。可选值:0 关闭;1 立即启动。
|
|
90
|
+
*/
|
|
91
|
+
readonly status: number;
|
|
92
|
+
/**
|
|
93
|
+
* 任务 ID。
|
|
94
|
+
*/
|
|
95
|
+
readonly taskId: string;
|
|
96
|
+
/**
|
|
97
|
+
* 定时 SQL 分析任务名称。命名规则请参考资源命名规则。
|
|
98
|
+
*/
|
|
99
|
+
readonly taskName: string;
|
|
100
|
+
/**
|
|
101
|
+
* 任务类型:0 表示日志到日志;1 表示日志到指标。
|
|
102
|
+
*/
|
|
103
|
+
readonly taskType: number;
|
|
104
|
+
/**
|
|
105
|
+
* 修改时间(秒级 Unix 时间戳)。
|
|
106
|
+
*/
|
|
107
|
+
readonly updatedTime: number;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Data Source schema for Volcengine::TLS::ScheduleSqlTask
|
|
111
|
+
*/
|
|
112
|
+
export declare function getScheduleSqlTaskOutput(args: GetScheduleSqlTaskOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScheduleSqlTaskResult>;
|
|
113
|
+
/**
|
|
114
|
+
* A collection of arguments for invoking getScheduleSqlTask.
|
|
115
|
+
*/
|
|
116
|
+
export interface GetScheduleSqlTaskOutputArgs {
|
|
117
|
+
/**
|
|
118
|
+
* Uniquely identifies the resource.
|
|
119
|
+
*/
|
|
120
|
+
id: pulumi.Input<string>;
|
|
121
|
+
}
|
|
@@ -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.getScheduleSqlTaskOutput = exports.getScheduleSqlTask = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::TLS::ScheduleSqlTask
|
|
10
|
+
*/
|
|
11
|
+
function getScheduleSqlTask(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:tls/getScheduleSqlTask:getScheduleSqlTask", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getScheduleSqlTask = getScheduleSqlTask;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::TLS::ScheduleSqlTask
|
|
20
|
+
*/
|
|
21
|
+
function getScheduleSqlTaskOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:tls/getScheduleSqlTask:getScheduleSqlTask", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getScheduleSqlTaskOutput = getScheduleSqlTaskOutput;
|
|
28
|
+
//# sourceMappingURL=getScheduleSqlTask.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScheduleSqlTask.js","sourceRoot":"","sources":["../../tls/getScheduleSqlTask.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC;AAyGD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::TLS::ScheduleSqlTask
|
|
4
|
+
*/
|
|
5
|
+
export declare function getScheduleSqlTasks(opts?: pulumi.InvokeOptions): Promise<GetScheduleSqlTasksResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getScheduleSqlTasks.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetScheduleSqlTasksResult {
|
|
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::TLS::ScheduleSqlTask
|
|
21
|
+
*/
|
|
22
|
+
export declare function getScheduleSqlTasksOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetScheduleSqlTasksResult>;
|
|
@@ -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.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::TLS::ScheduleSqlTask
|
|
10
|
+
*/
|
|
11
|
+
function getScheduleSqlTasks(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:tls/getScheduleSqlTasks:getScheduleSqlTasks", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getScheduleSqlTasks = getScheduleSqlTasks;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::TLS::ScheduleSqlTask
|
|
18
|
+
*/
|
|
19
|
+
function getScheduleSqlTasksOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:tls/getScheduleSqlTasks:getScheduleSqlTasks", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getScheduleSqlTasksOutput = getScheduleSqlTasksOutput;
|
|
24
|
+
//# sourceMappingURL=getScheduleSqlTasks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getScheduleSqlTasks.js","sourceRoot":"","sources":["../../tls/getScheduleSqlTasks.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA2B;IAC3D,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,kDAIC;AAeD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAiC;IACvE,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,8DAIC"}
|
package/tls/getTopic.d.ts
CHANGED
|
@@ -17,6 +17,10 @@ export interface GetTopicArgs {
|
|
|
17
17
|
* A collection of values returned by getTopic.
|
|
18
18
|
*/
|
|
19
19
|
export interface GetTopicResult {
|
|
20
|
+
/**
|
|
21
|
+
* 指定日志主题是否已开启了 Kafka 协议消费功能。true:已开启。false:未开启。
|
|
22
|
+
*/
|
|
23
|
+
readonly allowConsume: boolean;
|
|
20
24
|
/**
|
|
21
25
|
* 归档存储时长。该时长取值范围为 60~3650。满足如下任一条件时,可实现归档存储。标准存储时长 30 天及以上。标准存储时长 7 天及以上且低频存储时长 30 天及以上。此参数仅在 EnableHotTtl 为 true 时生效。
|
|
22
26
|
*/
|
|
@@ -29,6 +33,10 @@ export interface GetTopicResult {
|
|
|
29
33
|
* 低频存储时长。该时长取值范围为 30~3650。标准存储时长 7 天及以上可实现低频存储。此参数仅在 EnableHotTtl 为 true 时生效。
|
|
30
34
|
*/
|
|
31
35
|
readonly coldTtl: number;
|
|
36
|
+
/**
|
|
37
|
+
* Kafka 协议消费主题 ID,格式为 out+日志主题 ID。通过 Kafka 协议消费此日志主题中的日志数据时,Topic 应指定为此 ID。
|
|
38
|
+
*/
|
|
39
|
+
readonly consumeTopic: string;
|
|
32
40
|
/**
|
|
33
41
|
* 日志主题创建时间。
|
|
34
42
|
*/
|
package/tls/getTopic.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTopic.js","sourceRoot":"","sources":["../../tls/getTopic.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;
|
|
1
|
+
{"version":3,"file":"getTopic.js","sourceRoot":"","sources":["../../tls/getTopic.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAyGD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
package/tls/index.d.ts
CHANGED
|
@@ -1,18 +1,36 @@
|
|
|
1
|
+
export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex";
|
|
2
|
+
export declare const getIndex: typeof import("./getIndex").getIndex;
|
|
3
|
+
export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput;
|
|
4
|
+
export { GetIndicesResult } from "./getIndices";
|
|
5
|
+
export declare const getIndices: typeof import("./getIndices").getIndices;
|
|
6
|
+
export declare const getIndicesOutput: typeof import("./getIndices").getIndicesOutput;
|
|
1
7
|
export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
|
|
2
8
|
export declare const getProject: typeof import("./getProject").getProject;
|
|
3
9
|
export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
|
|
4
10
|
export { GetProjectsResult } from "./getProjects";
|
|
5
11
|
export declare const getProjects: typeof import("./getProjects").getProjects;
|
|
6
12
|
export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput;
|
|
13
|
+
export { GetScheduleSqlTaskArgs, GetScheduleSqlTaskResult, GetScheduleSqlTaskOutputArgs } from "./getScheduleSqlTask";
|
|
14
|
+
export declare const getScheduleSqlTask: typeof import("./getScheduleSqlTask").getScheduleSqlTask;
|
|
15
|
+
export declare const getScheduleSqlTaskOutput: typeof import("./getScheduleSqlTask").getScheduleSqlTaskOutput;
|
|
16
|
+
export { GetScheduleSqlTasksResult } from "./getScheduleSqlTasks";
|
|
17
|
+
export declare const getScheduleSqlTasks: typeof import("./getScheduleSqlTasks").getScheduleSqlTasks;
|
|
18
|
+
export declare const getScheduleSqlTasksOutput: typeof import("./getScheduleSqlTasks").getScheduleSqlTasksOutput;
|
|
7
19
|
export { GetTopicArgs, GetTopicResult, GetTopicOutputArgs } from "./getTopic";
|
|
8
20
|
export declare const getTopic: typeof import("./getTopic").getTopic;
|
|
9
21
|
export declare const getTopicOutput: typeof import("./getTopic").getTopicOutput;
|
|
10
22
|
export { GetTopicsResult } from "./getTopics";
|
|
11
23
|
export declare const getTopics: typeof import("./getTopics").getTopics;
|
|
12
24
|
export declare const getTopicsOutput: typeof import("./getTopics").getTopicsOutput;
|
|
25
|
+
export { IndexArgs, IndexState } from "./index_";
|
|
26
|
+
export type Index = import("./index_").Index;
|
|
27
|
+
export declare const Index: typeof import("./index_").Index;
|
|
13
28
|
export { ProjectArgs, ProjectState } from "./project";
|
|
14
29
|
export type Project = import("./project").Project;
|
|
15
30
|
export declare const Project: typeof import("./project").Project;
|
|
31
|
+
export { ScheduleSqlTaskArgs, ScheduleSqlTaskState } from "./scheduleSqlTask";
|
|
32
|
+
export type ScheduleSqlTask = import("./scheduleSqlTask").ScheduleSqlTask;
|
|
33
|
+
export declare const ScheduleSqlTask: typeof import("./scheduleSqlTask").ScheduleSqlTask;
|
|
16
34
|
export { TopicArgs, TopicState } from "./topic";
|
|
17
35
|
export type Topic = import("./topic").Topic;
|
|
18
36
|
export declare const Topic: typeof import("./topic").Topic;
|