@quantcdn/pulumi-quant 5.4.0 → 5.5.1

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.
Files changed (129) hide show
  1. package/aiAgent.d.ts +155 -0
  2. package/aiAgent.js +94 -0
  3. package/aiAgent.js.map +1 -0
  4. package/aiGovernance.d.ts +77 -0
  5. package/aiGovernance.js +75 -0
  6. package/aiGovernance.js.map +1 -0
  7. package/aiSkill.d.ts +101 -0
  8. package/aiSkill.js +85 -0
  9. package/aiSkill.js.map +1 -0
  10. package/aiVectorCollection.d.ts +107 -0
  11. package/aiVectorCollection.js +68 -0
  12. package/aiVectorCollection.js.map +1 -0
  13. package/aiVectorDocument.d.ts +73 -0
  14. package/aiVectorDocument.js +70 -0
  15. package/aiVectorDocument.js.map +1 -0
  16. package/application.d.ts +189 -0
  17. package/application.js +85 -0
  18. package/application.js.map +1 -0
  19. package/config/index.d.ts +1 -0
  20. package/config/index.js +21 -0
  21. package/config/index.js.map +1 -0
  22. package/config/vars.d.ts +36 -0
  23. package/config/vars.js +61 -0
  24. package/config/vars.js.map +1 -0
  25. package/{crawler.ts → crawler.d.ts} +45 -139
  26. package/crawler.js +116 -0
  27. package/crawler.js.map +1 -0
  28. package/crawlerSchedule.d.ts +156 -0
  29. package/crawlerSchedule.js +74 -0
  30. package/crawlerSchedule.js.map +1 -0
  31. package/cronJob.d.ts +102 -0
  32. package/cronJob.js +73 -0
  33. package/cronJob.js.map +1 -0
  34. package/{domain.ts → domain.d.ts} +10 -56
  35. package/domain.js +62 -0
  36. package/domain.js.map +1 -0
  37. package/environment.d.ts +313 -0
  38. package/environment.js +110 -0
  39. package/environment.js.map +1 -0
  40. package/getProject.d.ts +34 -0
  41. package/getProject.js +24 -0
  42. package/getProject.js.map +1 -0
  43. package/getProjects.d.ts +14 -0
  44. package/getProjects.js +18 -0
  45. package/getProjects.js.map +1 -0
  46. package/header.d.ts +60 -0
  47. package/header.js +59 -0
  48. package/header.js.map +1 -0
  49. package/index.d.ts +88 -0
  50. package/index.js +158 -0
  51. package/index.js.map +1 -0
  52. package/{kvItem.ts → kvItem.d.ts} +11 -62
  53. package/kvItem.js +67 -0
  54. package/kvItem.js.map +1 -0
  55. package/kvStore.d.ts +75 -0
  56. package/kvStore.js +55 -0
  57. package/kvStore.js.map +1 -0
  58. package/package.json +32 -30
  59. package/project.d.ts +175 -0
  60. package/project.js +73 -0
  61. package/project.js.map +1 -0
  62. package/{provider.ts → provider.d.ts} +12 -51
  63. package/provider.js +63 -0
  64. package/provider.js.map +1 -0
  65. package/{ruleAuth.ts → ruleAuth.d.ts} +31 -128
  66. package/ruleAuth.js +113 -0
  67. package/ruleAuth.js.map +1 -0
  68. package/{ruleBotChallenge.ts → ruleBotChallenge.d.ts} +32 -128
  69. package/ruleBotChallenge.js +112 -0
  70. package/ruleBotChallenge.js.map +1 -0
  71. package/{ruleContentFilter.ts → ruleContentFilter.d.ts} +30 -122
  72. package/ruleContentFilter.js +108 -0
  73. package/ruleContentFilter.js.map +1 -0
  74. package/{ruleCustomResponse.ts → ruleCustomResponse.d.ts} +33 -131
  75. package/ruleCustomResponse.js +114 -0
  76. package/ruleCustomResponse.js.map +1 -0
  77. package/{ruleFunction.ts → ruleFunction.d.ts} +30 -122
  78. package/ruleFunction.js +108 -0
  79. package/ruleFunction.js.map +1 -0
  80. package/{ruleHeaders.ts → ruleHeaders.d.ts} +38 -124
  81. package/ruleHeaders.js +108 -0
  82. package/ruleHeaders.js.map +1 -0
  83. package/{ruleProxy.ts → ruleProxy.d.ts} +62 -196
  84. package/ruleProxy.js +156 -0
  85. package/ruleProxy.js.map +1 -0
  86. package/{ruleRedirect.ts → ruleRedirect.d.ts} +31 -125
  87. package/ruleRedirect.js +110 -0
  88. package/ruleRedirect.js.map +1 -0
  89. package/{ruleServeStatic.ts → ruleServeStatic.d.ts} +30 -122
  90. package/ruleServeStatic.js +108 -0
  91. package/ruleServeStatic.js.map +1 -0
  92. package/{slackBot.ts → slackBot.d.ts} +14 -71
  93. package/slackBot.js +73 -0
  94. package/slackBot.js.map +1 -0
  95. package/types/index.d.ts +3 -0
  96. package/types/index.js +11 -0
  97. package/types/index.js.map +1 -0
  98. package/types/{input.ts → input.d.ts} +6 -78
  99. package/{config/index.ts → types/input.js} +3 -3
  100. package/types/input.js.map +1 -0
  101. package/types/{output.ts → output.d.ts} +6 -81
  102. package/types/output.js +5 -0
  103. package/types/output.js.map +1 -0
  104. package/utilities.d.ts +4 -0
  105. package/{utilities.ts → utilities.js} +23 -28
  106. package/utilities.js.map +1 -0
  107. package/volume.d.ts +130 -0
  108. package/volume.js +74 -0
  109. package/volume.js.map +1 -0
  110. package/.gitattributes +0 -1
  111. package/aiAgent.ts +0 -233
  112. package/aiGovernance.ts +0 -136
  113. package/aiSkill.ts +0 -170
  114. package/aiVectorCollection.ts +0 -159
  115. package/aiVectorDocument.ts +0 -127
  116. package/application.ts +0 -258
  117. package/config/vars.ts +0 -108
  118. package/crawlerSchedule.ts +0 -214
  119. package/cronJob.ts +0 -159
  120. package/environment.ts +0 -407
  121. package/getProject.ts +0 -54
  122. package/getProjects.ts +0 -29
  123. package/header.ts +0 -97
  124. package/index.ts +0 -231
  125. package/kvStore.ts +0 -114
  126. package/project.ts +0 -232
  127. package/tsconfig.json +0 -53
  128. package/types/index.ts +0 -13
  129. package/volume.ts +0 -188
package/index.d.ts ADDED
@@ -0,0 +1,88 @@
1
+ export { AiAgentArgs, AiAgentState } from "./aiAgent";
2
+ export type AiAgent = import("./aiAgent").AiAgent;
3
+ export declare const AiAgent: typeof import("./aiAgent").AiAgent;
4
+ export { AiGovernanceArgs, AiGovernanceState } from "./aiGovernance";
5
+ export type AiGovernance = import("./aiGovernance").AiGovernance;
6
+ export declare const AiGovernance: typeof import("./aiGovernance").AiGovernance;
7
+ export { AiSkillArgs, AiSkillState } from "./aiSkill";
8
+ export type AiSkill = import("./aiSkill").AiSkill;
9
+ export declare const AiSkill: typeof import("./aiSkill").AiSkill;
10
+ export { AiVectorCollectionArgs, AiVectorCollectionState } from "./aiVectorCollection";
11
+ export type AiVectorCollection = import("./aiVectorCollection").AiVectorCollection;
12
+ export declare const AiVectorCollection: typeof import("./aiVectorCollection").AiVectorCollection;
13
+ export { AiVectorDocumentArgs, AiVectorDocumentState } from "./aiVectorDocument";
14
+ export type AiVectorDocument = import("./aiVectorDocument").AiVectorDocument;
15
+ export declare const AiVectorDocument: typeof import("./aiVectorDocument").AiVectorDocument;
16
+ export { ApplicationArgs, ApplicationState } from "./application";
17
+ export type Application = import("./application").Application;
18
+ export declare const Application: typeof import("./application").Application;
19
+ export { CrawlerArgs, CrawlerState } from "./crawler";
20
+ export type Crawler = import("./crawler").Crawler;
21
+ export declare const Crawler: typeof import("./crawler").Crawler;
22
+ export { CrawlerScheduleArgs, CrawlerScheduleState } from "./crawlerSchedule";
23
+ export type CrawlerSchedule = import("./crawlerSchedule").CrawlerSchedule;
24
+ export declare const CrawlerSchedule: typeof import("./crawlerSchedule").CrawlerSchedule;
25
+ export { CronJobArgs, CronJobState } from "./cronJob";
26
+ export type CronJob = import("./cronJob").CronJob;
27
+ export declare const CronJob: typeof import("./cronJob").CronJob;
28
+ export { DomainArgs, DomainState } from "./domain";
29
+ export type Domain = import("./domain").Domain;
30
+ export declare const Domain: typeof import("./domain").Domain;
31
+ export { EnvironmentArgs, EnvironmentState } from "./environment";
32
+ export type Environment = import("./environment").Environment;
33
+ export declare const Environment: typeof import("./environment").Environment;
34
+ export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
35
+ export declare const getProject: typeof import("./getProject").getProject;
36
+ export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
37
+ export { GetProjectsResult } from "./getProjects";
38
+ export declare const getProjects: typeof import("./getProjects").getProjects;
39
+ export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput;
40
+ export { HeaderArgs, HeaderState } from "./header";
41
+ export type Header = import("./header").Header;
42
+ export declare const Header: typeof import("./header").Header;
43
+ export { KvItemArgs, KvItemState } from "./kvItem";
44
+ export type KvItem = import("./kvItem").KvItem;
45
+ export declare const KvItem: typeof import("./kvItem").KvItem;
46
+ export { KvStoreArgs, KvStoreState } from "./kvStore";
47
+ export type KvStore = import("./kvStore").KvStore;
48
+ export declare const KvStore: typeof import("./kvStore").KvStore;
49
+ export { ProjectArgs, ProjectState } from "./project";
50
+ export type Project = import("./project").Project;
51
+ export declare const Project: typeof import("./project").Project;
52
+ export * from "./provider";
53
+ export { RuleAuthArgs, RuleAuthState } from "./ruleAuth";
54
+ export type RuleAuth = import("./ruleAuth").RuleAuth;
55
+ export declare const RuleAuth: typeof import("./ruleAuth").RuleAuth;
56
+ export { RuleBotChallengeArgs, RuleBotChallengeState } from "./ruleBotChallenge";
57
+ export type RuleBotChallenge = import("./ruleBotChallenge").RuleBotChallenge;
58
+ export declare const RuleBotChallenge: typeof import("./ruleBotChallenge").RuleBotChallenge;
59
+ export { RuleContentFilterArgs, RuleContentFilterState } from "./ruleContentFilter";
60
+ export type RuleContentFilter = import("./ruleContentFilter").RuleContentFilter;
61
+ export declare const RuleContentFilter: typeof import("./ruleContentFilter").RuleContentFilter;
62
+ export { RuleCustomResponseArgs, RuleCustomResponseState } from "./ruleCustomResponse";
63
+ export type RuleCustomResponse = import("./ruleCustomResponse").RuleCustomResponse;
64
+ export declare const RuleCustomResponse: typeof import("./ruleCustomResponse").RuleCustomResponse;
65
+ export { RuleFunctionArgs, RuleFunctionState } from "./ruleFunction";
66
+ export type RuleFunction = import("./ruleFunction").RuleFunction;
67
+ export declare const RuleFunction: typeof import("./ruleFunction").RuleFunction;
68
+ export { RuleHeadersArgs, RuleHeadersState } from "./ruleHeaders";
69
+ export type RuleHeaders = import("./ruleHeaders").RuleHeaders;
70
+ export declare const RuleHeaders: typeof import("./ruleHeaders").RuleHeaders;
71
+ export { RuleProxyArgs, RuleProxyState } from "./ruleProxy";
72
+ export type RuleProxy = import("./ruleProxy").RuleProxy;
73
+ export declare const RuleProxy: typeof import("./ruleProxy").RuleProxy;
74
+ export { RuleRedirectArgs, RuleRedirectState } from "./ruleRedirect";
75
+ export type RuleRedirect = import("./ruleRedirect").RuleRedirect;
76
+ export declare const RuleRedirect: typeof import("./ruleRedirect").RuleRedirect;
77
+ export { RuleServeStaticArgs, RuleServeStaticState } from "./ruleServeStatic";
78
+ export type RuleServeStatic = import("./ruleServeStatic").RuleServeStatic;
79
+ export declare const RuleServeStatic: typeof import("./ruleServeStatic").RuleServeStatic;
80
+ export { SlackBotArgs, SlackBotState } from "./slackBot";
81
+ export type SlackBot = import("./slackBot").SlackBot;
82
+ export declare const SlackBot: typeof import("./slackBot").SlackBot;
83
+ export { VolumeArgs, VolumeState } from "./volume";
84
+ export type Volume = import("./volume").Volume;
85
+ export declare const Volume: typeof import("./volume").Volume;
86
+ import * as config from "./config";
87
+ import * as types from "./types";
88
+ export { config, types, };
package/index.js ADDED
@@ -0,0 +1,158 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.types = exports.config = exports.Volume = exports.SlackBot = exports.RuleServeStatic = exports.RuleRedirect = exports.RuleProxy = exports.RuleHeaders = exports.RuleFunction = exports.RuleCustomResponse = exports.RuleContentFilter = exports.RuleBotChallenge = exports.RuleAuth = exports.Project = exports.KvStore = exports.KvItem = exports.Header = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.Environment = exports.Domain = exports.CronJob = exports.CrawlerSchedule = exports.Crawler = exports.Application = exports.AiVectorDocument = exports.AiVectorCollection = exports.AiSkill = exports.AiGovernance = exports.AiAgent = void 0;
20
+ const pulumi = require("@pulumi/pulumi");
21
+ const utilities = require("./utilities");
22
+ exports.AiAgent = null;
23
+ utilities.lazyLoad(exports, ["AiAgent"], () => require("./aiAgent"));
24
+ exports.AiGovernance = null;
25
+ utilities.lazyLoad(exports, ["AiGovernance"], () => require("./aiGovernance"));
26
+ exports.AiSkill = null;
27
+ utilities.lazyLoad(exports, ["AiSkill"], () => require("./aiSkill"));
28
+ exports.AiVectorCollection = null;
29
+ utilities.lazyLoad(exports, ["AiVectorCollection"], () => require("./aiVectorCollection"));
30
+ exports.AiVectorDocument = null;
31
+ utilities.lazyLoad(exports, ["AiVectorDocument"], () => require("./aiVectorDocument"));
32
+ exports.Application = null;
33
+ utilities.lazyLoad(exports, ["Application"], () => require("./application"));
34
+ exports.Crawler = null;
35
+ utilities.lazyLoad(exports, ["Crawler"], () => require("./crawler"));
36
+ exports.CrawlerSchedule = null;
37
+ utilities.lazyLoad(exports, ["CrawlerSchedule"], () => require("./crawlerSchedule"));
38
+ exports.CronJob = null;
39
+ utilities.lazyLoad(exports, ["CronJob"], () => require("./cronJob"));
40
+ exports.Domain = null;
41
+ utilities.lazyLoad(exports, ["Domain"], () => require("./domain"));
42
+ exports.Environment = null;
43
+ utilities.lazyLoad(exports, ["Environment"], () => require("./environment"));
44
+ exports.getProject = null;
45
+ exports.getProjectOutput = null;
46
+ utilities.lazyLoad(exports, ["getProject", "getProjectOutput"], () => require("./getProject"));
47
+ exports.getProjects = null;
48
+ exports.getProjectsOutput = null;
49
+ utilities.lazyLoad(exports, ["getProjects", "getProjectsOutput"], () => require("./getProjects"));
50
+ exports.Header = null;
51
+ utilities.lazyLoad(exports, ["Header"], () => require("./header"));
52
+ exports.KvItem = null;
53
+ utilities.lazyLoad(exports, ["KvItem"], () => require("./kvItem"));
54
+ exports.KvStore = null;
55
+ utilities.lazyLoad(exports, ["KvStore"], () => require("./kvStore"));
56
+ exports.Project = null;
57
+ utilities.lazyLoad(exports, ["Project"], () => require("./project"));
58
+ __exportStar(require("./provider"), exports);
59
+ const provider_1 = require("./provider");
60
+ exports.RuleAuth = null;
61
+ utilities.lazyLoad(exports, ["RuleAuth"], () => require("./ruleAuth"));
62
+ exports.RuleBotChallenge = null;
63
+ utilities.lazyLoad(exports, ["RuleBotChallenge"], () => require("./ruleBotChallenge"));
64
+ exports.RuleContentFilter = null;
65
+ utilities.lazyLoad(exports, ["RuleContentFilter"], () => require("./ruleContentFilter"));
66
+ exports.RuleCustomResponse = null;
67
+ utilities.lazyLoad(exports, ["RuleCustomResponse"], () => require("./ruleCustomResponse"));
68
+ exports.RuleFunction = null;
69
+ utilities.lazyLoad(exports, ["RuleFunction"], () => require("./ruleFunction"));
70
+ exports.RuleHeaders = null;
71
+ utilities.lazyLoad(exports, ["RuleHeaders"], () => require("./ruleHeaders"));
72
+ exports.RuleProxy = null;
73
+ utilities.lazyLoad(exports, ["RuleProxy"], () => require("./ruleProxy"));
74
+ exports.RuleRedirect = null;
75
+ utilities.lazyLoad(exports, ["RuleRedirect"], () => require("./ruleRedirect"));
76
+ exports.RuleServeStatic = null;
77
+ utilities.lazyLoad(exports, ["RuleServeStatic"], () => require("./ruleServeStatic"));
78
+ exports.SlackBot = null;
79
+ utilities.lazyLoad(exports, ["SlackBot"], () => require("./slackBot"));
80
+ exports.Volume = null;
81
+ utilities.lazyLoad(exports, ["Volume"], () => require("./volume"));
82
+ // Export sub-modules:
83
+ const config = require("./config");
84
+ exports.config = config;
85
+ const types = require("./types");
86
+ exports.types = types;
87
+ const _module = {
88
+ version: utilities.getVersion(),
89
+ construct: (name, type, urn) => {
90
+ switch (type) {
91
+ case "quant:index:AiAgent":
92
+ return new exports.AiAgent(name, undefined, { urn });
93
+ case "quant:index:AiGovernance":
94
+ return new exports.AiGovernance(name, undefined, { urn });
95
+ case "quant:index:AiSkill":
96
+ return new exports.AiSkill(name, undefined, { urn });
97
+ case "quant:index:AiVectorCollection":
98
+ return new exports.AiVectorCollection(name, undefined, { urn });
99
+ case "quant:index:AiVectorDocument":
100
+ return new exports.AiVectorDocument(name, undefined, { urn });
101
+ case "quant:index:Application":
102
+ return new exports.Application(name, undefined, { urn });
103
+ case "quant:index:Crawler":
104
+ return new exports.Crawler(name, undefined, { urn });
105
+ case "quant:index:CrawlerSchedule":
106
+ return new exports.CrawlerSchedule(name, undefined, { urn });
107
+ case "quant:index:CronJob":
108
+ return new exports.CronJob(name, undefined, { urn });
109
+ case "quant:index:Domain":
110
+ return new exports.Domain(name, undefined, { urn });
111
+ case "quant:index:Environment":
112
+ return new exports.Environment(name, undefined, { urn });
113
+ case "quant:index:Header":
114
+ return new exports.Header(name, undefined, { urn });
115
+ case "quant:index:KvItem":
116
+ return new exports.KvItem(name, undefined, { urn });
117
+ case "quant:index:KvStore":
118
+ return new exports.KvStore(name, undefined, { urn });
119
+ case "quant:index:Project":
120
+ return new exports.Project(name, undefined, { urn });
121
+ case "quant:index:RuleAuth":
122
+ return new exports.RuleAuth(name, undefined, { urn });
123
+ case "quant:index:RuleBotChallenge":
124
+ return new exports.RuleBotChallenge(name, undefined, { urn });
125
+ case "quant:index:RuleContentFilter":
126
+ return new exports.RuleContentFilter(name, undefined, { urn });
127
+ case "quant:index:RuleCustomResponse":
128
+ return new exports.RuleCustomResponse(name, undefined, { urn });
129
+ case "quant:index:RuleFunction":
130
+ return new exports.RuleFunction(name, undefined, { urn });
131
+ case "quant:index:RuleHeaders":
132
+ return new exports.RuleHeaders(name, undefined, { urn });
133
+ case "quant:index:RuleProxy":
134
+ return new exports.RuleProxy(name, undefined, { urn });
135
+ case "quant:index:RuleRedirect":
136
+ return new exports.RuleRedirect(name, undefined, { urn });
137
+ case "quant:index:RuleServeStatic":
138
+ return new exports.RuleServeStatic(name, undefined, { urn });
139
+ case "quant:index:SlackBot":
140
+ return new exports.SlackBot(name, undefined, { urn });
141
+ case "quant:index:Volume":
142
+ return new exports.Volume(name, undefined, { urn });
143
+ default:
144
+ throw new Error(`unknown resource type ${type}`);
145
+ }
146
+ },
147
+ };
148
+ pulumi.runtime.registerResourceModule("quant", "index", _module);
149
+ pulumi.runtime.registerResourcePackage("quant", {
150
+ version: utilities.getVersion(),
151
+ constructProvider: (name, type, urn) => {
152
+ if (type !== "pulumi:providers:quant") {
153
+ throw new Error(`unknown provider type ${type}`);
154
+ }
155
+ return new provider_1.Provider(name, undefined, { urn });
156
+ },
157
+ });
158
+ //# sourceMappingURL=index.js.map
package/index.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,5 @@
1
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
2
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
3
-
4
1
  import * as pulumi from "@pulumi/pulumi";
5
- import * as utilities from "./utilities";
6
-
7
- export class KvItem extends pulumi.CustomResource {
2
+ export declare class KvItem extends pulumi.CustomResource {
8
3
  /**
9
4
  * Get an existing KvItem resource's state with the given name, ID, and optional extra
10
5
  * properties used to qualify the lookup.
@@ -14,47 +9,34 @@ export class KvItem extends pulumi.CustomResource {
14
9
  * @param state Any extra arguments used during the lookup.
15
10
  * @param opts Optional settings to control the behavior of the CustomResource.
16
11
  */
17
- public static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KvItemState, opts?: pulumi.CustomResourceOptions): KvItem {
18
- return new KvItem(name, <any>state, { ...opts, id: id });
19
- }
20
-
21
- /** @internal */
22
- public static readonly __pulumiType = 'quant:index:KvItem';
23
-
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KvItemState, opts?: pulumi.CustomResourceOptions): KvItem;
24
13
  /**
25
14
  * Returns true if the given object is an instance of KvItem. This is designed to work even
26
15
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
16
  */
28
- public static isInstance(obj: any): obj is KvItem {
29
- if (obj === undefined || obj === null) {
30
- return false;
31
- }
32
- return obj['__pulumiType'] === KvItem.__pulumiType;
33
- }
34
-
17
+ static isInstance(obj: any): obj is KvItem;
35
18
  /**
36
19
  * Item key
37
20
  */
38
- declare public readonly key: pulumi.Output<string>;
21
+ readonly key: pulumi.Output<string>;
39
22
  /**
40
23
  * Organization identifier
41
24
  */
42
- declare public readonly organization: pulumi.Output<string>;
25
+ readonly organization: pulumi.Output<string>;
43
26
  /**
44
27
  * Project identifier
45
28
  */
46
- declare public readonly project: pulumi.Output<string>;
29
+ readonly project: pulumi.Output<string>;
47
30
  /**
48
31
  * Store as secret with KMS encryption. Secrets cannot be retrieved via GET operations (returns [ENCRYPTED]). Ideal for API keys, passwords, and credentials.
49
32
  */
50
- declare public readonly secret: pulumi.Output<boolean>;
51
- declare public readonly storeId: pulumi.Output<string>;
52
- declare public /*out*/ readonly success: pulumi.Output<boolean>;
33
+ readonly secret: pulumi.Output<boolean>;
34
+ readonly storeId: pulumi.Output<string>;
35
+ readonly success: pulumi.Output<boolean>;
53
36
  /**
54
37
  * Item value (can be JSON string)
55
38
  */
56
- declare public readonly value: pulumi.Output<string>;
57
-
39
+ readonly value: pulumi.Output<string>;
58
40
  /**
59
41
  * Create a KvItem resource with the given unique name, arguments, and options.
60
42
  *
@@ -62,40 +44,8 @@ export class KvItem extends pulumi.CustomResource {
62
44
  * @param args The arguments to use to populate this resource's properties.
63
45
  * @param opts A bag of options that control this resource's behavior.
64
46
  */
65
- constructor(name: string, args: KvItemArgs, opts?: pulumi.CustomResourceOptions)
66
- constructor(name: string, argsOrState?: KvItemArgs | KvItemState, opts?: pulumi.CustomResourceOptions) {
67
- let resourceInputs: pulumi.Inputs = {};
68
- opts = opts || {};
69
- if (opts.id) {
70
- const state = argsOrState as KvItemState | undefined;
71
- resourceInputs["key"] = state?.key;
72
- resourceInputs["organization"] = state?.organization;
73
- resourceInputs["project"] = state?.project;
74
- resourceInputs["secret"] = state?.secret;
75
- resourceInputs["storeId"] = state?.storeId;
76
- resourceInputs["success"] = state?.success;
77
- resourceInputs["value"] = state?.value;
78
- } else {
79
- const args = argsOrState as KvItemArgs | undefined;
80
- if (args?.key === undefined && !opts.urn) {
81
- throw new Error("Missing required property 'key'");
82
- }
83
- if (args?.value === undefined && !opts.urn) {
84
- throw new Error("Missing required property 'value'");
85
- }
86
- resourceInputs["key"] = args?.key;
87
- resourceInputs["organization"] = args?.organization;
88
- resourceInputs["project"] = args?.project;
89
- resourceInputs["secret"] = args?.secret;
90
- resourceInputs["storeId"] = args?.storeId;
91
- resourceInputs["value"] = args?.value;
92
- resourceInputs["success"] = undefined /*out*/;
93
- }
94
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
95
- super(KvItem.__pulumiType, name, resourceInputs, opts);
96
- }
47
+ constructor(name: string, args: KvItemArgs, opts?: pulumi.CustomResourceOptions);
97
48
  }
98
-
99
49
  /**
100
50
  * Input properties used for looking up and filtering KvItem resources.
101
51
  */
@@ -123,7 +73,6 @@ export interface KvItemState {
123
73
  */
124
74
  value?: pulumi.Input<string>;
125
75
  }
126
-
127
76
  /**
128
77
  * The set of arguments for constructing a KvItem resource.
129
78
  */
package/kvItem.js ADDED
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.KvItem = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class KvItem extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing KvItem resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new KvItem(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of KvItem. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === KvItem.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["key"] = state?.key;
37
+ resourceInputs["organization"] = state?.organization;
38
+ resourceInputs["project"] = state?.project;
39
+ resourceInputs["secret"] = state?.secret;
40
+ resourceInputs["storeId"] = state?.storeId;
41
+ resourceInputs["success"] = state?.success;
42
+ resourceInputs["value"] = state?.value;
43
+ }
44
+ else {
45
+ const args = argsOrState;
46
+ if (args?.key === undefined && !opts.urn) {
47
+ throw new Error("Missing required property 'key'");
48
+ }
49
+ if (args?.value === undefined && !opts.urn) {
50
+ throw new Error("Missing required property 'value'");
51
+ }
52
+ resourceInputs["key"] = args?.key;
53
+ resourceInputs["organization"] = args?.organization;
54
+ resourceInputs["project"] = args?.project;
55
+ resourceInputs["secret"] = args?.secret;
56
+ resourceInputs["storeId"] = args?.storeId;
57
+ resourceInputs["value"] = args?.value;
58
+ resourceInputs["success"] = undefined /*out*/;
59
+ }
60
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
61
+ super(KvItem.__pulumiType, name, resourceInputs, opts);
62
+ }
63
+ }
64
+ exports.KvItem = KvItem;
65
+ /** @internal */
66
+ KvItem.__pulumiType = 'quant:index:KvItem';
67
+ //# sourceMappingURL=kvItem.js.map
package/kvItem.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kvItem.js","sourceRoot":"","sources":["../kvItem.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IAiCD,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;SAC1C;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,IAAI,IAAI,EAAE,GAAG,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AAzFL,wBA0FC;AA5EG,gBAAgB;AACO,mBAAY,GAAG,oBAAoB,CAAC"}
package/kvStore.d.ts ADDED
@@ -0,0 +1,75 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class KvStore extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing KvStore resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KvStoreState, opts?: pulumi.CustomResourceOptions): KvStore;
13
+ /**
14
+ * Returns true if the given object is an instance of KvStore. This is designed to work even
15
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
+ */
17
+ static isInstance(obj: any): obj is KvStore;
18
+ /**
19
+ * Store name
20
+ */
21
+ readonly name: pulumi.Output<string>;
22
+ /**
23
+ * Organization identifier
24
+ */
25
+ readonly organization: pulumi.Output<string>;
26
+ /**
27
+ * Project identifier
28
+ */
29
+ readonly project: pulumi.Output<string>;
30
+ readonly storeId: pulumi.Output<string>;
31
+ /**
32
+ * Create a KvStore resource with the given unique name, arguments, and options.
33
+ *
34
+ * @param name The _unique_ name of the resource.
35
+ * @param args The arguments to use to populate this resource's properties.
36
+ * @param opts A bag of options that control this resource's behavior.
37
+ */
38
+ constructor(name: string, args?: KvStoreArgs, opts?: pulumi.CustomResourceOptions);
39
+ }
40
+ /**
41
+ * Input properties used for looking up and filtering KvStore resources.
42
+ */
43
+ export interface KvStoreState {
44
+ /**
45
+ * Store name
46
+ */
47
+ name?: pulumi.Input<string>;
48
+ /**
49
+ * Organization identifier
50
+ */
51
+ organization?: pulumi.Input<string>;
52
+ /**
53
+ * Project identifier
54
+ */
55
+ project?: pulumi.Input<string>;
56
+ storeId?: pulumi.Input<string>;
57
+ }
58
+ /**
59
+ * The set of arguments for constructing a KvStore resource.
60
+ */
61
+ export interface KvStoreArgs {
62
+ /**
63
+ * Store name
64
+ */
65
+ name?: pulumi.Input<string>;
66
+ /**
67
+ * Organization identifier
68
+ */
69
+ organization?: pulumi.Input<string>;
70
+ /**
71
+ * Project identifier
72
+ */
73
+ project?: pulumi.Input<string>;
74
+ storeId?: pulumi.Input<string>;
75
+ }
package/kvStore.js ADDED
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.KvStore = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class KvStore extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing KvStore resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new KvStore(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of KvStore. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === KvStore.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["name"] = state?.name;
37
+ resourceInputs["organization"] = state?.organization;
38
+ resourceInputs["project"] = state?.project;
39
+ resourceInputs["storeId"] = state?.storeId;
40
+ }
41
+ else {
42
+ const args = argsOrState;
43
+ resourceInputs["name"] = args?.name;
44
+ resourceInputs["organization"] = args?.organization;
45
+ resourceInputs["project"] = args?.project;
46
+ resourceInputs["storeId"] = args?.storeId;
47
+ }
48
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
49
+ super(KvStore.__pulumiType, name, resourceInputs, opts);
50
+ }
51
+ }
52
+ exports.KvStore = KvStore;
53
+ /** @internal */
54
+ KvStore.__pulumiType = 'quant:index:KvStore';
55
+ //# sourceMappingURL=kvStore.js.map
package/kvStore.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kvStore.js","sourceRoot":"","sources":["../kvStore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAwBD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;SAC9C;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;SAC7C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AApEL,0BAqEC;AAvDG,gBAAgB;AACO,oBAAY,GAAG,qBAAqB,CAAC"}