@volcengine/pulumi 0.0.44 → 0.0.45
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/iam/accessKey.d.ts +25 -56
- package/iam/accessKey.js +9 -20
- package/iam/accessKey.js.map +1 -1
- package/iam/accessKeyLastUseds.d.ts +86 -0
- package/iam/accessKeyLastUseds.js +50 -0
- package/iam/accessKeyLastUseds.js.map +1 -0
- package/iam/accessKeys.d.ts +4 -13
- package/iam/accessKeys.js +2 -3
- package/iam/accessKeys.js.map +1 -1
- package/iam/accountSummaries.d.ts +64 -0
- package/iam/accountSummaries.js +45 -0
- package/iam/accountSummaries.js.map +1 -0
- package/iam/allowedIpAddress.d.ts +89 -0
- package/iam/allowedIpAddress.js +84 -0
- package/iam/allowedIpAddress.js.map +1 -0
- package/iam/allowedIpAddresses.d.ts +60 -0
- package/iam/allowedIpAddresses.js +45 -0
- package/iam/allowedIpAddresses.js.map +1 -0
- package/iam/callerIdentities.d.ts +64 -0
- package/iam/callerIdentities.js +45 -0
- package/iam/callerIdentities.js.map +1 -0
- package/iam/entitiesPolicies.d.ts +105 -0
- package/iam/entitiesPolicies.js +53 -0
- package/iam/entitiesPolicies.js.map +1 -0
- package/iam/getAccessKeyLastUseds.d.ts +84 -0
- package/iam/getAccessKeyLastUseds.js +47 -0
- package/iam/getAccessKeyLastUseds.js.map +1 -0
- package/iam/getAccessKeys.d.ts +4 -13
- package/iam/getAccessKeys.js +2 -3
- package/iam/getAccessKeys.js.map +1 -1
- package/iam/getAccountSummaries.d.ts +62 -0
- package/iam/getAccountSummaries.js +42 -0
- package/iam/getAccountSummaries.js.map +1 -0
- package/iam/getAllowedIpAddresses.d.ts +58 -0
- package/iam/getAllowedIpAddresses.js +42 -0
- package/iam/getAllowedIpAddresses.js.map +1 -0
- package/iam/getCallerIdentities.d.ts +62 -0
- package/iam/getCallerIdentities.js +42 -0
- package/iam/getCallerIdentities.js.map +1 -0
- package/iam/getEntitiesPolicies.d.ts +103 -0
- package/iam/getEntitiesPolicies.js +50 -0
- package/iam/getEntitiesPolicies.js.map +1 -0
- package/iam/getGroupUsers.d.ts +84 -0
- package/iam/getGroupUsers.js +47 -0
- package/iam/getGroupUsers.js.map +1 -0
- package/iam/getIdentityProviders.d.ts +62 -0
- package/iam/getIdentityProviders.js +42 -0
- package/iam/getIdentityProviders.js.map +1 -0
- package/iam/getLoginProfiles.d.ts +65 -0
- package/iam/getLoginProfiles.js +45 -0
- package/iam/getLoginProfiles.js.map +1 -0
- package/iam/getOauthProviders.d.ts +78 -0
- package/iam/getOauthProviders.js +46 -0
- package/iam/getOauthProviders.js.map +1 -0
- package/iam/getOidcProviders.d.ts +2 -2
- package/iam/getOidcProviders.js +2 -2
- package/iam/getPolicies.d.ts +9 -63
- package/iam/getPolicies.js +5 -21
- package/iam/getPolicies.js.map +1 -1
- package/iam/getRolePolicyAttachments.d.ts +62 -0
- package/iam/getRolePolicyAttachments.js +45 -0
- package/iam/getRolePolicyAttachments.js.map +1 -0
- package/iam/getRoles.d.ts +6 -48
- package/iam/getRoles.js +4 -35
- package/iam/getRoles.js.map +1 -1
- package/iam/getSamlProviders.d.ts +2 -2
- package/iam/getSamlProviders.js +2 -2
- package/iam/getSecurityConfigs.d.ts +74 -0
- package/iam/getSecurityConfigs.js +46 -0
- package/iam/getSecurityConfigs.js.map +1 -0
- package/iam/getTags.d.ts +91 -0
- package/iam/getTags.js +47 -0
- package/iam/getTags.js.map +1 -0
- package/iam/getUserGroupAttachments.d.ts +75 -0
- package/iam/getUserGroupAttachments.js +46 -0
- package/iam/getUserGroupAttachments.js.map +1 -0
- package/iam/getUserGroupPolicyAttachments.d.ts +4 -36
- package/iam/getUserGroupPolicyAttachments.js +4 -36
- package/iam/getUserGroupPolicyAttachments.js.map +1 -1
- package/iam/getUserGroups.d.ts +6 -18
- package/iam/getUserGroups.js +4 -16
- package/iam/getUserGroups.js.map +1 -1
- package/iam/getUserPolicyAttachments.d.ts +62 -0
- package/iam/getUserPolicyAttachments.js +45 -0
- package/iam/getUserPolicyAttachments.js.map +1 -0
- package/iam/getUsers.d.ts +9 -30
- package/iam/getUsers.js +5 -18
- package/iam/getUsers.js.map +1 -1
- package/iam/groupUsers.d.ts +86 -0
- package/iam/groupUsers.js +50 -0
- package/iam/groupUsers.js.map +1 -0
- package/iam/identityProviders.d.ts +64 -0
- package/iam/identityProviders.js +45 -0
- package/iam/identityProviders.js.map +1 -0
- package/iam/index.d.ts +105 -0
- package/iam/index.js +122 -1
- package/iam/index.js.map +1 -1
- package/iam/loginProfile.d.ts +135 -11
- package/iam/loginProfile.js +35 -9
- package/iam/loginProfile.js.map +1 -1
- package/iam/loginProfiles.d.ts +67 -0
- package/iam/loginProfiles.js +48 -0
- package/iam/loginProfiles.js.map +1 -0
- package/iam/oauthProvider.d.ts +257 -0
- package/iam/oauthProvider.js +146 -0
- package/iam/oauthProvider.js.map +1 -0
- package/iam/oauthProviders.d.ts +80 -0
- package/iam/oauthProviders.js +49 -0
- package/iam/oauthProviders.js.map +1 -0
- package/iam/oidcProvider.d.ts +5 -11
- package/iam/oidcProvider.js +5 -11
- package/iam/oidcProvider.js.map +1 -1
- package/iam/oidcProviderClient.d.ts +78 -0
- package/iam/oidcProviderClient.js +75 -0
- package/iam/oidcProviderClient.js.map +1 -0
- package/iam/oidcProviderThumbprint.d.ts +78 -0
- package/iam/oidcProviderThumbprint.js +75 -0
- package/iam/oidcProviderThumbprint.js.map +1 -0
- package/iam/oidcProviders.d.ts +2 -2
- package/iam/oidcProviders.js +2 -2
- package/iam/policies.d.ts +9 -63
- package/iam/policies.js +5 -21
- package/iam/policies.js.map +1 -1
- package/iam/policy.d.ts +26 -2
- package/iam/policy.js +8 -2
- package/iam/policy.js.map +1 -1
- package/iam/policyProject.d.ts +121 -0
- package/iam/policyProject.js +97 -0
- package/iam/policyProject.js.map +1 -0
- package/iam/role.d.ts +41 -7
- package/iam/role.js +13 -9
- package/iam/role.js.map +1 -1
- package/iam/rolePolicyAttachment.d.ts +3 -15
- package/iam/rolePolicyAttachment.js +3 -15
- package/iam/rolePolicyAttachment.js.map +1 -1
- package/iam/rolePolicyAttachments.d.ts +64 -0
- package/iam/rolePolicyAttachments.js +48 -0
- package/iam/rolePolicyAttachments.js.map +1 -0
- package/iam/roles.d.ts +6 -48
- package/iam/roles.js +4 -35
- package/iam/roles.js.map +1 -1
- package/iam/samlProviders.d.ts +2 -2
- package/iam/samlProviders.js +2 -2
- package/iam/securityConfig.d.ts +107 -0
- package/iam/securityConfig.js +82 -0
- package/iam/securityConfig.js.map +1 -0
- package/iam/securityConfigs.d.ts +76 -0
- package/iam/securityConfigs.js +49 -0
- package/iam/securityConfigs.js.map +1 -0
- package/iam/serviceLinkedRole.d.ts +22 -2
- package/iam/serviceLinkedRole.js +10 -2
- package/iam/serviceLinkedRole.js.map +1 -1
- package/iam/tag.d.ts +106 -0
- package/iam/tag.js +91 -0
- package/iam/tag.js.map +1 -0
- package/iam/tags.d.ts +93 -0
- package/iam/tags.js +50 -0
- package/iam/tags.js.map +1 -0
- package/iam/user.d.ts +24 -4
- package/iam/user.js +9 -1
- package/iam/user.js.map +1 -1
- package/iam/userGroup.d.ts +3 -3
- package/iam/userGroup.js +3 -3
- package/iam/userGroupAttachment.d.ts +3 -13
- package/iam/userGroupAttachment.js +3 -13
- package/iam/userGroupAttachment.js.map +1 -1
- package/iam/userGroupAttachments.d.ts +77 -0
- package/iam/userGroupAttachments.js +49 -0
- package/iam/userGroupAttachments.js.map +1 -0
- package/iam/userGroupPolicyAttachment.d.ts +3 -13
- package/iam/userGroupPolicyAttachment.js +3 -13
- package/iam/userGroupPolicyAttachment.js.map +1 -1
- package/iam/userGroupPolicyAttachments.d.ts +4 -36
- package/iam/userGroupPolicyAttachments.js +4 -36
- package/iam/userGroupPolicyAttachments.js.map +1 -1
- package/iam/userGroups.d.ts +6 -18
- package/iam/userGroups.js +4 -16
- package/iam/userGroups.js.map +1 -1
- package/iam/userPolicyAttachment.d.ts +3 -12
- package/iam/userPolicyAttachment.js +3 -12
- package/iam/userPolicyAttachment.js.map +1 -1
- package/iam/userPolicyAttachments.d.ts +64 -0
- package/iam/userPolicyAttachments.js +48 -0
- package/iam/userPolicyAttachments.js.map +1 -0
- package/iam/users.d.ts +9 -30
- package/iam/users.js +5 -18
- package/iam/users.js.map +1 -1
- package/package.json +1 -1
- package/tls/checkPoints.d.ts +109 -0
- package/tls/checkPoints.js +58 -0
- package/tls/checkPoints.js.map +1 -0
- package/tls/describeTraces.d.ts +4 -4
- package/tls/describeTraces.js +4 -4
- package/tls/downloadTask.d.ts +13 -9
- package/tls/downloadTask.js +13 -9
- package/tls/downloadTask.js.map +1 -1
- package/tls/downloadTasks.d.ts +4 -6
- package/tls/downloadTasks.js +4 -6
- package/tls/downloadTasks.js.map +1 -1
- package/tls/downloadUrls.d.ts +2 -2
- package/tls/downloadUrls.js +2 -2
- package/tls/etlTask.d.ts +1 -1
- package/tls/etlTask.js +1 -1
- package/tls/getCheckPoints.d.ts +107 -0
- package/tls/getCheckPoints.js +55 -0
- package/tls/getCheckPoints.js.map +1 -0
- package/tls/getDescribeTraces.d.ts +4 -4
- package/tls/getDescribeTraces.js +4 -4
- package/tls/getDownloadTasks.d.ts +4 -6
- package/tls/getDownloadTasks.js +4 -6
- package/tls/getDownloadTasks.js.map +1 -1
- package/tls/getDownloadUrls.d.ts +2 -2
- package/tls/getDownloadUrls.js +2 -2
- package/tls/getHostGroupRules.d.ts +2 -2
- package/tls/getHostGroupRules.js +2 -2
- package/tls/getIndexes.d.ts +14 -11
- package/tls/getIndexes.js +3 -3
- package/tls/getIndexes.js.map +1 -1
- package/tls/getLogCursors.d.ts +102 -0
- package/tls/getLogCursors.js +52 -0
- package/tls/getLogCursors.js.map +1 -0
- package/tls/getRuleBoundHostGroups.d.ts +2 -2
- package/tls/getRuleBoundHostGroups.js +2 -2
- package/tls/getRules.d.ts +8 -8
- package/tls/getRules.js +8 -8
- package/tls/getSearchTraces.d.ts +10 -4
- package/tls/getSearchTraces.js +10 -4
- package/tls/getSearchTraces.js.map +1 -1
- package/tls/getTags.d.ts +2 -2
- package/tls/getTags.js +2 -2
- package/tls/hostGroup.d.ts +2 -2
- package/tls/hostGroup.js +2 -2
- package/tls/hostGroupRules.d.ts +2 -2
- package/tls/hostGroupRules.js +2 -2
- package/tls/index.d.ts +12 -0
- package/tls/index.js +16 -3
- package/tls/index.js.map +1 -1
- package/tls/index_.d.ts +11 -7
- package/tls/index_.js +11 -7
- package/tls/index_.js.map +1 -1
- package/tls/indexes.d.ts +14 -11
- package/tls/indexes.js +3 -3
- package/tls/indexes.js.map +1 -1
- package/tls/logCursors.d.ts +104 -0
- package/tls/logCursors.js +55 -0
- package/tls/logCursors.js.map +1 -0
- package/tls/project.d.ts +1 -1
- package/tls/project.js +1 -1
- package/tls/rule.d.ts +10 -10
- package/tls/rule.js +10 -10
- package/tls/ruleBoundHostGroups.d.ts +2 -2
- package/tls/ruleBoundHostGroups.js +2 -2
- package/tls/rules.d.ts +8 -8
- package/tls/rules.js +8 -8
- package/tls/searchTraces.d.ts +10 -4
- package/tls/searchTraces.js +10 -4
- package/tls/searchTraces.js.map +1 -1
- package/tls/shard.d.ts +2 -2
- package/tls/shard.js +2 -2
- package/tls/shipper.d.ts +1 -1
- package/tls/shipper.js +1 -1
- package/tls/tags.d.ts +2 -2
- package/tls/tags.js +2 -2
- package/tls/traceInstance.d.ts +1 -1
- package/tls/traceInstance.js +1 -1
- package/types/input.d.ts +79 -1
- package/types/output.d.ts +1744 -230
package/tls/getIndexes.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
10
|
*
|
|
11
11
|
* const default = volcengine.tls.getIndexes({
|
|
12
|
-
*
|
|
12
|
+
* topicId: "c36ed436-84f1-467a-b00e-ba504db753ca",
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
@@ -18,14 +18,14 @@ export declare function getIndexes(args: GetIndexesArgs, opts?: pulumi.InvokeOpt
|
|
|
18
18
|
* A collection of arguments for invoking getIndexes.
|
|
19
19
|
*/
|
|
20
20
|
export interface GetIndexesArgs {
|
|
21
|
-
/**
|
|
22
|
-
* The list of topic id of tls index.
|
|
23
|
-
*/
|
|
24
|
-
ids: string[];
|
|
25
21
|
/**
|
|
26
22
|
* File name where to save data source results.
|
|
27
23
|
*/
|
|
28
24
|
outputFile?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The topic id of tls index.
|
|
27
|
+
*/
|
|
28
|
+
topicId: string;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* A collection of values returned by getIndexes.
|
|
@@ -35,12 +35,15 @@ export interface GetIndexesResult {
|
|
|
35
35
|
* The provider-assigned unique ID for this managed resource.
|
|
36
36
|
*/
|
|
37
37
|
readonly id: string;
|
|
38
|
-
readonly ids: string[];
|
|
39
38
|
readonly outputFile?: string;
|
|
40
39
|
/**
|
|
41
40
|
* The collection of tls index query.
|
|
42
41
|
*/
|
|
43
42
|
readonly tlsIndexes: outputs.tls.GetIndexesTlsIndex[];
|
|
43
|
+
/**
|
|
44
|
+
* The topic id of the tls index.
|
|
45
|
+
*/
|
|
46
|
+
readonly topicId: string;
|
|
44
47
|
/**
|
|
45
48
|
* The total count of tls index query.
|
|
46
49
|
*/
|
|
@@ -55,7 +58,7 @@ export interface GetIndexesResult {
|
|
|
55
58
|
* import * as volcengine from "@pulumi/volcengine";
|
|
56
59
|
*
|
|
57
60
|
* const default = volcengine.tls.getIndexes({
|
|
58
|
-
*
|
|
61
|
+
* topicId: "c36ed436-84f1-467a-b00e-ba504db753ca",
|
|
59
62
|
* });
|
|
60
63
|
* ```
|
|
61
64
|
*/
|
|
@@ -64,12 +67,12 @@ export declare function getIndexesOutput(args: GetIndexesOutputArgs, opts?: pulu
|
|
|
64
67
|
* A collection of arguments for invoking getIndexes.
|
|
65
68
|
*/
|
|
66
69
|
export interface GetIndexesOutputArgs {
|
|
67
|
-
/**
|
|
68
|
-
* The list of topic id of tls index.
|
|
69
|
-
*/
|
|
70
|
-
ids: pulumi.Input<pulumi.Input<string>[]>;
|
|
71
70
|
/**
|
|
72
71
|
* File name where to save data source results.
|
|
73
72
|
*/
|
|
74
73
|
outputFile?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The topic id of tls index.
|
|
76
|
+
*/
|
|
77
|
+
topicId: pulumi.Input<string>;
|
|
75
78
|
}
|
package/tls/getIndexes.js
CHANGED
|
@@ -14,15 +14,15 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
16
|
* const default = volcengine.tls.getIndexes({
|
|
17
|
-
*
|
|
17
|
+
* topicId: "c36ed436-84f1-467a-b00e-ba504db753ca",
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
21
|
function getIndexes(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
23
|
return pulumi.runtime.invoke("volcengine:tls/getIndexes:getIndexes", {
|
|
24
|
-
"ids": args.ids,
|
|
25
24
|
"outputFile": args.outputFile,
|
|
25
|
+
"topicId": args.topicId,
|
|
26
26
|
}, opts);
|
|
27
27
|
}
|
|
28
28
|
exports.getIndexes = getIndexes;
|
|
@@ -35,7 +35,7 @@ exports.getIndexes = getIndexes;
|
|
|
35
35
|
* import * as volcengine from "@pulumi/volcengine";
|
|
36
36
|
*
|
|
37
37
|
* const default = volcengine.tls.getIndexes({
|
|
38
|
-
*
|
|
38
|
+
* topicId: "c36ed436-84f1-467a-b00e-ba504db753ca",
|
|
39
39
|
* });
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
package/tls/getIndexes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIndexes.js","sourceRoot":"","sources":["../../tls/getIndexes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,
|
|
1
|
+
{"version":3,"file":"getIndexes.js","sourceRoot":"","sources":["../../tls/getIndexes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAsCD;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of tls log cursors
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.tls.getLogCursors({
|
|
12
|
+
* from: "begin",
|
|
13
|
+
* shardId: 0,
|
|
14
|
+
* topicId: "e101b8c8-77e7-4ae3-91c1-2532ee480e7d",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getLogCursors(args: GetLogCursorsArgs, opts?: pulumi.InvokeOptions): Promise<GetLogCursorsResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getLogCursors.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetLogCursorsArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The time point of the cursor. The value is a Unix timestamp in seconds, or "begin" or "end".
|
|
25
|
+
*/
|
|
26
|
+
from: string;
|
|
27
|
+
/**
|
|
28
|
+
* File name where to save data source results.
|
|
29
|
+
*/
|
|
30
|
+
outputFile?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The ID of the shard.
|
|
33
|
+
*/
|
|
34
|
+
shardId: number;
|
|
35
|
+
/**
|
|
36
|
+
* The ID of the topic.
|
|
37
|
+
*/
|
|
38
|
+
topicId: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A collection of values returned by getLogCursors.
|
|
42
|
+
*/
|
|
43
|
+
export interface GetLogCursorsResult {
|
|
44
|
+
/**
|
|
45
|
+
* The time point of the cursor.
|
|
46
|
+
*/
|
|
47
|
+
readonly from: string;
|
|
48
|
+
/**
|
|
49
|
+
* The provider-assigned unique ID for this managed resource.
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
/**
|
|
53
|
+
* The list of log cursors.
|
|
54
|
+
*/
|
|
55
|
+
readonly logCursors: outputs.tls.GetLogCursorsLogCursor[];
|
|
56
|
+
readonly outputFile?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The ID of the shard.
|
|
59
|
+
*/
|
|
60
|
+
readonly shardId: number;
|
|
61
|
+
/**
|
|
62
|
+
* The ID of the topic.
|
|
63
|
+
*/
|
|
64
|
+
readonly topicId: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Use this data source to query detailed information of tls log cursors
|
|
68
|
+
* ## Example Usage
|
|
69
|
+
*
|
|
70
|
+
* ```typescript
|
|
71
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
72
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
73
|
+
*
|
|
74
|
+
* const default = volcengine.tls.getLogCursors({
|
|
75
|
+
* from: "begin",
|
|
76
|
+
* shardId: 0,
|
|
77
|
+
* topicId: "e101b8c8-77e7-4ae3-91c1-2532ee480e7d",
|
|
78
|
+
* });
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
export declare function getLogCursorsOutput(args: GetLogCursorsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetLogCursorsResult>;
|
|
82
|
+
/**
|
|
83
|
+
* A collection of arguments for invoking getLogCursors.
|
|
84
|
+
*/
|
|
85
|
+
export interface GetLogCursorsOutputArgs {
|
|
86
|
+
/**
|
|
87
|
+
* The time point of the cursor. The value is a Unix timestamp in seconds, or "begin" or "end".
|
|
88
|
+
*/
|
|
89
|
+
from: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* File name where to save data source results.
|
|
92
|
+
*/
|
|
93
|
+
outputFile?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The ID of the shard.
|
|
96
|
+
*/
|
|
97
|
+
shardId: pulumi.Input<number>;
|
|
98
|
+
/**
|
|
99
|
+
* The ID of the topic.
|
|
100
|
+
*/
|
|
101
|
+
topicId: pulumi.Input<string>;
|
|
102
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getLogCursorsOutput = exports.getLogCursors = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of tls log cursors
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.tls.getLogCursors({
|
|
17
|
+
* from: "begin",
|
|
18
|
+
* shardId: 0,
|
|
19
|
+
* topicId: "e101b8c8-77e7-4ae3-91c1-2532ee480e7d",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getLogCursors(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("volcengine:tls/getLogCursors:getLogCursors", {
|
|
26
|
+
"from": args.from,
|
|
27
|
+
"outputFile": args.outputFile,
|
|
28
|
+
"shardId": args.shardId,
|
|
29
|
+
"topicId": args.topicId,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getLogCursors = getLogCursors;
|
|
33
|
+
/**
|
|
34
|
+
* Use this data source to query detailed information of tls log cursors
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
40
|
+
*
|
|
41
|
+
* const default = volcengine.tls.getLogCursors({
|
|
42
|
+
* from: "begin",
|
|
43
|
+
* shardId: 0,
|
|
44
|
+
* topicId: "e101b8c8-77e7-4ae3-91c1-2532ee480e7d",
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
function getLogCursorsOutput(args, opts) {
|
|
49
|
+
return pulumi.output(args).apply((a) => getLogCursors(a, opts));
|
|
50
|
+
}
|
|
51
|
+
exports.getLogCursorsOutput = getLogCursorsOutput;
|
|
52
|
+
//# sourceMappingURL=getLogCursors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getLogCursors.js","sourceRoot":"","sources":["../../tls/getLogCursors.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sCASC;AAkDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
|
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
10
|
*
|
|
11
11
|
* const default = volcengine.tls.getRuleBoundHostGroups({
|
|
12
|
-
* ruleId: "
|
|
12
|
+
* ruleId: "83ac687a-0e2b-4788-b626-3dce18498740",
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
@@ -55,7 +55,7 @@ export interface GetRuleBoundHostGroupsResult {
|
|
|
55
55
|
* import * as volcengine from "@pulumi/volcengine";
|
|
56
56
|
*
|
|
57
57
|
* const default = volcengine.tls.getRuleBoundHostGroups({
|
|
58
|
-
* ruleId: "
|
|
58
|
+
* ruleId: "83ac687a-0e2b-4788-b626-3dce18498740",
|
|
59
59
|
* });
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
|
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
16
|
* const default = volcengine.tls.getRuleBoundHostGroups({
|
|
17
|
-
* ruleId: "
|
|
17
|
+
* ruleId: "83ac687a-0e2b-4788-b626-3dce18498740",
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
@@ -35,7 +35,7 @@ exports.getRuleBoundHostGroups = getRuleBoundHostGroups;
|
|
|
35
35
|
* import * as volcengine from "@pulumi/volcengine";
|
|
36
36
|
*
|
|
37
37
|
* const default = volcengine.tls.getRuleBoundHostGroups({
|
|
38
|
-
* ruleId: "
|
|
38
|
+
* ruleId: "83ac687a-0e2b-4788-b626-3dce18498740",
|
|
39
39
|
* });
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
package/tls/getRules.d.ts
CHANGED
|
@@ -9,11 +9,11 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
10
|
*
|
|
11
11
|
* const default = volcengine.tls.getRules({
|
|
12
|
-
* logType: "
|
|
12
|
+
* logType: "delimiter_log",
|
|
13
13
|
* pause: 0,
|
|
14
|
-
* projectId: "
|
|
15
|
-
* ruleId: "
|
|
16
|
-
* topicId: "
|
|
14
|
+
* projectId: "47788404-8f1e-49fd-9472-aced5f4bf73f",
|
|
15
|
+
* ruleId: "33b2607f-e213-42fb-a965-33a0f567ae23",
|
|
16
|
+
* topicId: "0a610439-d73f-4680-b365-24eefe98b4fc",
|
|
17
17
|
* });
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
@@ -114,11 +114,11 @@ export interface GetRulesResult {
|
|
|
114
114
|
* import * as volcengine from "@pulumi/volcengine";
|
|
115
115
|
*
|
|
116
116
|
* const default = volcengine.tls.getRules({
|
|
117
|
-
* logType: "
|
|
117
|
+
* logType: "delimiter_log",
|
|
118
118
|
* pause: 0,
|
|
119
|
-
* projectId: "
|
|
120
|
-
* ruleId: "
|
|
121
|
-
* topicId: "
|
|
119
|
+
* projectId: "47788404-8f1e-49fd-9472-aced5f4bf73f",
|
|
120
|
+
* ruleId: "33b2607f-e213-42fb-a965-33a0f567ae23",
|
|
121
|
+
* topicId: "0a610439-d73f-4680-b365-24eefe98b4fc",
|
|
122
122
|
* });
|
|
123
123
|
* ```
|
|
124
124
|
*/
|
package/tls/getRules.js
CHANGED
|
@@ -14,11 +14,11 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
16
|
* const default = volcengine.tls.getRules({
|
|
17
|
-
* logType: "
|
|
17
|
+
* logType: "delimiter_log",
|
|
18
18
|
* pause: 0,
|
|
19
|
-
* projectId: "
|
|
20
|
-
* ruleId: "
|
|
21
|
-
* topicId: "
|
|
19
|
+
* projectId: "47788404-8f1e-49fd-9472-aced5f4bf73f",
|
|
20
|
+
* ruleId: "33b2607f-e213-42fb-a965-33a0f567ae23",
|
|
21
|
+
* topicId: "0a610439-d73f-4680-b365-24eefe98b4fc",
|
|
22
22
|
* });
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
@@ -48,11 +48,11 @@ exports.getRules = getRules;
|
|
|
48
48
|
* import * as volcengine from "@pulumi/volcengine";
|
|
49
49
|
*
|
|
50
50
|
* const default = volcengine.tls.getRules({
|
|
51
|
-
* logType: "
|
|
51
|
+
* logType: "delimiter_log",
|
|
52
52
|
* pause: 0,
|
|
53
|
-
* projectId: "
|
|
54
|
-
* ruleId: "
|
|
55
|
-
* topicId: "
|
|
53
|
+
* projectId: "47788404-8f1e-49fd-9472-aced5f4bf73f",
|
|
54
|
+
* ruleId: "33b2607f-e213-42fb-a965-33a0f567ae23",
|
|
55
|
+
* topicId: "0a610439-d73f-4680-b365-24eefe98b4fc",
|
|
56
56
|
* });
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
package/tls/getSearchTraces.d.ts
CHANGED
|
@@ -9,8 +9,11 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as volcengine from "@pulumi/volcengine";
|
|
11
11
|
*
|
|
12
|
-
* const
|
|
13
|
-
*
|
|
12
|
+
* const default = volcengine.tls.getSearchTraces({
|
|
13
|
+
* query: {
|
|
14
|
+
* limit: 10,
|
|
15
|
+
* },
|
|
16
|
+
* traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
|
|
14
17
|
* });
|
|
15
18
|
* ```
|
|
16
19
|
*/
|
|
@@ -60,8 +63,11 @@ export interface GetSearchTracesResult {
|
|
|
60
63
|
* import * as pulumi from "@pulumi/pulumi";
|
|
61
64
|
* import * as volcengine from "@pulumi/volcengine";
|
|
62
65
|
*
|
|
63
|
-
* const
|
|
64
|
-
*
|
|
66
|
+
* const default = volcengine.tls.getSearchTraces({
|
|
67
|
+
* query: {
|
|
68
|
+
* limit: 10,
|
|
69
|
+
* },
|
|
70
|
+
* traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
|
|
65
71
|
* });
|
|
66
72
|
* ```
|
|
67
73
|
*/
|
package/tls/getSearchTraces.js
CHANGED
|
@@ -13,8 +13,11 @@ const utilities = require("../utilities");
|
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
|
-
* const
|
|
17
|
-
*
|
|
16
|
+
* const default = volcengine.tls.getSearchTraces({
|
|
17
|
+
* query: {
|
|
18
|
+
* limit: 10,
|
|
19
|
+
* },
|
|
20
|
+
* traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
|
|
18
21
|
* });
|
|
19
22
|
* ```
|
|
20
23
|
*/
|
|
@@ -35,8 +38,11 @@ exports.getSearchTraces = getSearchTraces;
|
|
|
35
38
|
* import * as pulumi from "@pulumi/pulumi";
|
|
36
39
|
* import * as volcengine from "@pulumi/volcengine";
|
|
37
40
|
*
|
|
38
|
-
* const
|
|
39
|
-
*
|
|
41
|
+
* const default = volcengine.tls.getSearchTraces({
|
|
42
|
+
* query: {
|
|
43
|
+
* limit: 10,
|
|
44
|
+
* },
|
|
45
|
+
* traceInstanceId: "ac368174-2353-4e5d-859d-84c8bd255590",
|
|
40
46
|
* });
|
|
41
47
|
* ```
|
|
42
48
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSearchTraces.js","sourceRoot":"","sources":["../../tls/getSearchTraces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getSearchTraces.js","sourceRoot":"","sources":["../../tls/getSearchTraces.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,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;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0CAQC;AAwCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/tls/getTags.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import * as outputs from "../types/output";
|
|
|
11
11
|
*
|
|
12
12
|
* const basic = volcengine.tls.getTags({
|
|
13
13
|
* maxResults: 10,
|
|
14
|
-
* resourceIds: ["
|
|
14
|
+
* resourceIds: ["b01a99c0-cf7b-482f-b317-6563865111c6"],
|
|
15
15
|
* resourceType: "project",
|
|
16
16
|
* });
|
|
17
17
|
* ```
|
|
@@ -78,7 +78,7 @@ export interface GetTagsResult {
|
|
|
78
78
|
*
|
|
79
79
|
* const basic = volcengine.tls.getTags({
|
|
80
80
|
* maxResults: 10,
|
|
81
|
-
* resourceIds: ["
|
|
81
|
+
* resourceIds: ["b01a99c0-cf7b-482f-b317-6563865111c6"],
|
|
82
82
|
* resourceType: "project",
|
|
83
83
|
* });
|
|
84
84
|
* ```
|
package/tls/getTags.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("../utilities");
|
|
|
15
15
|
*
|
|
16
16
|
* const basic = volcengine.tls.getTags({
|
|
17
17
|
* maxResults: 10,
|
|
18
|
-
* resourceIds: ["
|
|
18
|
+
* resourceIds: ["b01a99c0-cf7b-482f-b317-6563865111c6"],
|
|
19
19
|
* resourceType: "project",
|
|
20
20
|
* });
|
|
21
21
|
* ```
|
|
@@ -42,7 +42,7 @@ exports.getTags = getTags;
|
|
|
42
42
|
*
|
|
43
43
|
* const basic = volcengine.tls.getTags({
|
|
44
44
|
* maxResults: 10,
|
|
45
|
-
* resourceIds: ["
|
|
45
|
+
* resourceIds: ["b01a99c0-cf7b-482f-b317-6563865111c6"],
|
|
46
46
|
* resourceType: "project",
|
|
47
47
|
* });
|
|
48
48
|
* ```
|
package/tls/hostGroup.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
*
|
|
10
10
|
* const foo = new volcengine.tls.HostGroup("foo", {
|
|
11
11
|
* autoUpdate: true,
|
|
12
|
-
* hostGroupName: "tfgroup-test-
|
|
12
|
+
* hostGroupName: "tfgroup-test-x",
|
|
13
13
|
* hostGroupType: "Label",
|
|
14
14
|
* hostIdentifier: "hostlable",
|
|
15
15
|
* iamProjectName: "default",
|
|
@@ -19,7 +19,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
19
19
|
* });
|
|
20
20
|
* const fooIp = new volcengine.tls.HostGroup("fooIp", {
|
|
21
21
|
* autoUpdate: true,
|
|
22
|
-
* hostGroupName: "tfgroup-ip-
|
|
22
|
+
* hostGroupName: "tfgroup-ip-x",
|
|
23
23
|
* hostGroupType: "IP",
|
|
24
24
|
* hostIpLists: [
|
|
25
25
|
* "192.168.0.1",
|
package/tls/hostGroup.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("../utilities");
|
|
|
15
15
|
*
|
|
16
16
|
* const foo = new volcengine.tls.HostGroup("foo", {
|
|
17
17
|
* autoUpdate: true,
|
|
18
|
-
* hostGroupName: "tfgroup-test-
|
|
18
|
+
* hostGroupName: "tfgroup-test-x",
|
|
19
19
|
* hostGroupType: "Label",
|
|
20
20
|
* hostIdentifier: "hostlable",
|
|
21
21
|
* iamProjectName: "default",
|
|
@@ -25,7 +25,7 @@ const utilities = require("../utilities");
|
|
|
25
25
|
* });
|
|
26
26
|
* const fooIp = new volcengine.tls.HostGroup("fooIp", {
|
|
27
27
|
* autoUpdate: true,
|
|
28
|
-
* hostGroupName: "tfgroup-ip-
|
|
28
|
+
* hostGroupName: "tfgroup-ip-x",
|
|
29
29
|
* hostGroupType: "IP",
|
|
30
30
|
* hostIpLists: [
|
|
31
31
|
* "192.168.0.1",
|
package/tls/hostGroupRules.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
10
|
*
|
|
11
11
|
* const default = volcengine.tls.getHostGroupRules({
|
|
12
|
-
* hostGroupId: "
|
|
12
|
+
* hostGroupId: "4af86d32-cb9c-4eac-adb1-75f2567789be",
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
@@ -56,7 +56,7 @@ export interface HostGroupRulesResult {
|
|
|
56
56
|
* import * as volcengine from "@pulumi/volcengine";
|
|
57
57
|
*
|
|
58
58
|
* const default = volcengine.tls.getHostGroupRules({
|
|
59
|
-
* hostGroupId: "
|
|
59
|
+
* hostGroupId: "4af86d32-cb9c-4eac-adb1-75f2567789be",
|
|
60
60
|
* });
|
|
61
61
|
* ```
|
|
62
62
|
*/
|
package/tls/hostGroupRules.js
CHANGED
|
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
16
|
* const default = volcengine.tls.getHostGroupRules({
|
|
17
|
-
* hostGroupId: "
|
|
17
|
+
* hostGroupId: "4af86d32-cb9c-4eac-adb1-75f2567789be",
|
|
18
18
|
* });
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
@@ -37,7 +37,7 @@ exports.hostGroupRules = hostGroupRules;
|
|
|
37
37
|
* import * as volcengine from "@pulumi/volcengine";
|
|
38
38
|
*
|
|
39
39
|
* const default = volcengine.tls.getHostGroupRules({
|
|
40
|
-
* hostGroupId: "
|
|
40
|
+
* hostGroupId: "4af86d32-cb9c-4eac-adb1-75f2567789be",
|
|
41
41
|
* });
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
package/tls/index.d.ts
CHANGED
|
@@ -28,6 +28,9 @@ export declare const alarmWebhookIntegrationsOutput: typeof import("./alarmWebho
|
|
|
28
28
|
export { AlarmsArgs, AlarmsResult, AlarmsOutputArgs } from "./alarms";
|
|
29
29
|
export declare const alarms: typeof import("./alarms").alarms;
|
|
30
30
|
export declare const alarmsOutput: typeof import("./alarms").alarmsOutput;
|
|
31
|
+
export { CheckPointsArgs, CheckPointsResult, CheckPointsOutputArgs } from "./checkPoints";
|
|
32
|
+
export declare const checkPoints: typeof import("./checkPoints").checkPoints;
|
|
33
|
+
export declare const checkPointsOutput: typeof import("./checkPoints").checkPointsOutput;
|
|
31
34
|
export { ConsumerGroupArgs, ConsumerGroupState } from "./consumerGroup";
|
|
32
35
|
export type ConsumerGroup = import("./consumerGroup").ConsumerGroup;
|
|
33
36
|
export declare const ConsumerGroup: typeof import("./consumerGroup").ConsumerGroup;
|
|
@@ -67,6 +70,9 @@ export declare const getAlarmWebhookIntegrationsOutput: typeof import("./getAlar
|
|
|
67
70
|
export { GetAlarmsArgs, GetAlarmsResult, GetAlarmsOutputArgs } from "./getAlarms";
|
|
68
71
|
export declare const getAlarms: typeof import("./getAlarms").getAlarms;
|
|
69
72
|
export declare const getAlarmsOutput: typeof import("./getAlarms").getAlarmsOutput;
|
|
73
|
+
export { GetCheckPointsArgs, GetCheckPointsResult, GetCheckPointsOutputArgs } from "./getCheckPoints";
|
|
74
|
+
export declare const getCheckPoints: typeof import("./getCheckPoints").getCheckPoints;
|
|
75
|
+
export declare const getCheckPointsOutput: typeof import("./getCheckPoints").getCheckPointsOutput;
|
|
70
76
|
export { GetConsumerGroupsArgs, GetConsumerGroupsResult, GetConsumerGroupsOutputArgs } from "./getConsumerGroups";
|
|
71
77
|
export declare const getConsumerGroups: typeof import("./getConsumerGroups").getConsumerGroups;
|
|
72
78
|
export declare const getConsumerGroupsOutput: typeof import("./getConsumerGroups").getConsumerGroupsOutput;
|
|
@@ -103,6 +109,9 @@ export declare const getKafkaConsumersOutput: typeof import("./getKafkaConsumers
|
|
|
103
109
|
export { GetLogContextsArgs, GetLogContextsResult, GetLogContextsOutputArgs } from "./getLogContexts";
|
|
104
110
|
export declare const getLogContexts: typeof import("./getLogContexts").getLogContexts;
|
|
105
111
|
export declare const getLogContextsOutput: typeof import("./getLogContexts").getLogContextsOutput;
|
|
112
|
+
export { GetLogCursorsArgs, GetLogCursorsResult, GetLogCursorsOutputArgs } from "./getLogCursors";
|
|
113
|
+
export declare const getLogCursors: typeof import("./getLogCursors").getLogCursors;
|
|
114
|
+
export declare const getLogCursorsOutput: typeof import("./getLogCursors").getLogCursorsOutput;
|
|
106
115
|
export { GetLogHistogramsArgs, GetLogHistogramsResult, GetLogHistogramsOutputArgs } from "./getLogHistograms";
|
|
107
116
|
export declare const getLogHistograms: typeof import("./getLogHistograms").getLogHistograms;
|
|
108
117
|
export declare const getLogHistogramsOutput: typeof import("./getLogHistograms").getLogHistogramsOutput;
|
|
@@ -181,6 +190,9 @@ export declare const kafkaConsumersOutput: typeof import("./kafkaConsumers").kaf
|
|
|
181
190
|
export { LogContextsArgs, LogContextsResult, LogContextsOutputArgs } from "./logContexts";
|
|
182
191
|
export declare const logContexts: typeof import("./logContexts").logContexts;
|
|
183
192
|
export declare const logContextsOutput: typeof import("./logContexts").logContextsOutput;
|
|
193
|
+
export { LogCursorsArgs, LogCursorsResult, LogCursorsOutputArgs } from "./logCursors";
|
|
194
|
+
export declare const logCursors: typeof import("./logCursors").logCursors;
|
|
195
|
+
export declare const logCursorsOutput: typeof import("./logCursors").logCursorsOutput;
|
|
184
196
|
export { LogHistogramsArgs, LogHistogramsResult, LogHistogramsOutputArgs } from "./logHistograms";
|
|
185
197
|
export declare const logHistograms: typeof import("./logHistograms").logHistograms;
|
|
186
198
|
export declare const logHistogramsOutput: typeof import("./logHistograms").logHistogramsOutput;
|
package/tls/index.js
CHANGED
|
@@ -2,9 +2,10 @@
|
|
|
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.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
5
|
+
exports.getDownloadUrlsOutput = exports.getDownloadUrls = exports.getDownloadTasksOutput = exports.getDownloadTasks = exports.getDescribeTracesOutput = exports.getDescribeTraces = exports.getConsumerGroupsOutput = exports.getConsumerGroups = exports.getCheckPointsOutput = exports.getCheckPoints = exports.getAlarmsOutput = exports.getAlarms = exports.getAlarmWebhookIntegrationsOutput = exports.getAlarmWebhookIntegrations = exports.getAlarmNotifyGroupsOutput = exports.getAlarmNotifyGroups = exports.getAlarmContentTemplatesOutput = exports.getAlarmContentTemplates = exports.getAccountsOutput = exports.getAccounts = exports.etlTasksOutput = exports.etlTasks = exports.EtlTask = exports.downloadUrlsOutput = exports.downloadUrls = exports.downloadTasksOutput = exports.downloadTasks = exports.DownloadTask = exports.describeTracesOutput = exports.describeTraces = exports.consumerGroupsOutput = exports.consumerGroups = exports.ConsumerGroup = exports.checkPointsOutput = exports.checkPoints = exports.alarmsOutput = exports.alarms = exports.alarmWebhookIntegrationsOutput = exports.alarmWebhookIntegrations = exports.AlarmWebhookIntegration = exports.alarmNotifyGroupsOutput = exports.alarmNotifyGroups = exports.AlarmNotifyGroup = exports.alarmContentTemplatesOutput = exports.alarmContentTemplates = exports.AlarmContentTemplate = exports.Alarm = exports.accountsOutput = exports.accounts = exports.Account = void 0;
|
|
6
|
+
exports.hostGroupRulesOutput = exports.hostGroupRules = exports.HostGroup = exports.Host = exports.getTraceInstancesOutput = exports.getTraceInstances = exports.getTopicsOutput = exports.getTopics = exports.getTagsOutput = exports.getTags = exports.getTagResourcesOutput = exports.getTagResources = exports.getShippersOutput = exports.getShippers = exports.getShardsOutput = exports.getShards = exports.getSearchTracesOutput = exports.getSearchTraces = exports.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = exports.getRulesOutput = exports.getRules = exports.getRuleBoundHostGroupsOutput = exports.getRuleBoundHostGroups = exports.getRuleAppliersOutput = exports.getRuleAppliers = exports.getProjectsOutput = exports.getProjects = exports.getLogSearchesOutput = exports.getLogSearches = exports.getLogHistogramsOutput = exports.getLogHistograms = exports.getLogCursorsOutput = exports.getLogCursors = exports.getLogContextsOutput = exports.getLogContexts = exports.getKafkaConsumersOutput = exports.getKafkaConsumers = exports.getIndexesOutput = exports.getIndexes = exports.getImportTasksOutput = exports.getImportTasks = exports.getHostsOutput = exports.getHosts = exports.getHostGroupsOutput = exports.getHostGroups = exports.getHostGroupRulesOutput = exports.getHostGroupRules = exports.getEtlTasksOutput = exports.getEtlTasks = void 0;
|
|
7
|
+
exports.tagsOutput = exports.tags = exports.tagResourcesOutput = exports.tagResources = exports.TagResource = exports.Tag = exports.shippersOutput = exports.shippers = exports.Shipper = exports.shardsOutput = exports.shards = exports.Shard = exports.searchTracesOutput = exports.searchTraces = exports.scheduleSqlTasksOutput = exports.scheduleSqlTasks = exports.ScheduleSqlTask = exports.rulesOutput = exports.rules = exports.ruleBoundHostGroupsOutput = exports.ruleBoundHostGroups = exports.RuleBoundHostGroup = exports.ruleAppliersOutput = exports.ruleAppliers = exports.RuleApplier = exports.Rule = exports.projectsOutput = exports.projects = exports.Project = exports.logSearchesOutput = exports.logSearches = exports.logHistogramsOutput = exports.logHistograms = exports.logCursorsOutput = exports.logCursors = exports.logContextsOutput = exports.logContexts = exports.kafkaConsumersOutput = exports.kafkaConsumers = exports.KafkaConsumer = exports.indexesOutput = exports.indexes = exports.Index = exports.importTasksOutput = exports.importTasks = exports.ImportTask = exports.hostsOutput = exports.hosts = exports.hostGroupsOutput = exports.hostGroups = void 0;
|
|
8
|
+
exports.traceInstancesOutput = exports.traceInstances = exports.TraceInstance = exports.topicsOutput = exports.topics = exports.Topic = void 0;
|
|
8
9
|
const pulumi = require("@pulumi/pulumi");
|
|
9
10
|
const utilities = require("../utilities");
|
|
10
11
|
exports.Account = null;
|
|
@@ -32,6 +33,9 @@ utilities.lazyLoad(exports, ["alarmWebhookIntegrations", "alarmWebhookIntegratio
|
|
|
32
33
|
exports.alarms = null;
|
|
33
34
|
exports.alarmsOutput = null;
|
|
34
35
|
utilities.lazyLoad(exports, ["alarms", "alarmsOutput"], () => require("./alarms"));
|
|
36
|
+
exports.checkPoints = null;
|
|
37
|
+
exports.checkPointsOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["checkPoints", "checkPointsOutput"], () => require("./checkPoints"));
|
|
35
39
|
exports.ConsumerGroup = null;
|
|
36
40
|
utilities.lazyLoad(exports, ["ConsumerGroup"], () => require("./consumerGroup"));
|
|
37
41
|
exports.consumerGroups = null;
|
|
@@ -68,6 +72,9 @@ utilities.lazyLoad(exports, ["getAlarmWebhookIntegrations", "getAlarmWebhookInte
|
|
|
68
72
|
exports.getAlarms = null;
|
|
69
73
|
exports.getAlarmsOutput = null;
|
|
70
74
|
utilities.lazyLoad(exports, ["getAlarms", "getAlarmsOutput"], () => require("./getAlarms"));
|
|
75
|
+
exports.getCheckPoints = null;
|
|
76
|
+
exports.getCheckPointsOutput = null;
|
|
77
|
+
utilities.lazyLoad(exports, ["getCheckPoints", "getCheckPointsOutput"], () => require("./getCheckPoints"));
|
|
71
78
|
exports.getConsumerGroups = null;
|
|
72
79
|
exports.getConsumerGroupsOutput = null;
|
|
73
80
|
utilities.lazyLoad(exports, ["getConsumerGroups", "getConsumerGroupsOutput"], () => require("./getConsumerGroups"));
|
|
@@ -104,6 +111,9 @@ utilities.lazyLoad(exports, ["getKafkaConsumers", "getKafkaConsumersOutput"], ()
|
|
|
104
111
|
exports.getLogContexts = null;
|
|
105
112
|
exports.getLogContextsOutput = null;
|
|
106
113
|
utilities.lazyLoad(exports, ["getLogContexts", "getLogContextsOutput"], () => require("./getLogContexts"));
|
|
114
|
+
exports.getLogCursors = null;
|
|
115
|
+
exports.getLogCursorsOutput = null;
|
|
116
|
+
utilities.lazyLoad(exports, ["getLogCursors", "getLogCursorsOutput"], () => require("./getLogCursors"));
|
|
107
117
|
exports.getLogHistograms = null;
|
|
108
118
|
exports.getLogHistogramsOutput = null;
|
|
109
119
|
utilities.lazyLoad(exports, ["getLogHistograms", "getLogHistogramsOutput"], () => require("./getLogHistograms"));
|
|
@@ -177,6 +187,9 @@ utilities.lazyLoad(exports, ["kafkaConsumers", "kafkaConsumersOutput"], () => re
|
|
|
177
187
|
exports.logContexts = null;
|
|
178
188
|
exports.logContextsOutput = null;
|
|
179
189
|
utilities.lazyLoad(exports, ["logContexts", "logContextsOutput"], () => require("./logContexts"));
|
|
190
|
+
exports.logCursors = null;
|
|
191
|
+
exports.logCursorsOutput = null;
|
|
192
|
+
utilities.lazyLoad(exports, ["logCursors", "logCursorsOutput"], () => require("./logCursors"));
|
|
180
193
|
exports.logHistograms = null;
|
|
181
194
|
exports.logHistogramsOutput = null;
|
|
182
195
|
utilities.lazyLoad(exports, ["logHistograms", "logHistogramsOutput"], () => require("./logHistograms"));
|