@pulumi/cloudflare 6.7.0 → 6.8.0

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 (136) hide show
  1. package/accessMutualTlsCertificate.d.ts +2 -0
  2. package/accessMutualTlsCertificate.js +2 -0
  3. package/accessMutualTlsCertificate.js.map +1 -1
  4. package/accessPolicy.d.ts +1 -1
  5. package/accessPolicy.js +0 -3
  6. package/accessPolicy.js.map +1 -1
  7. package/account.d.ts +2 -5
  8. package/account.js +0 -3
  9. package/account.js.map +1 -1
  10. package/argoTieredCaching.d.ts +5 -5
  11. package/botManagement.d.ts +12 -0
  12. package/botManagement.js +2 -0
  13. package/botManagement.js.map +1 -1
  14. package/getAccount.d.ts +4 -0
  15. package/getAccount.js.map +1 -1
  16. package/getAccountMember.d.ts +4 -0
  17. package/getAccountMember.js.map +1 -1
  18. package/getArgoTieredCaching.d.ts +6 -6
  19. package/getBotManagement.d.ts +4 -0
  20. package/getBotManagement.js.map +1 -1
  21. package/getListItems.d.ts +14 -0
  22. package/getListItems.js +4 -0
  23. package/getListItems.js.map +1 -1
  24. package/getNotificationPolicyWebhooks.d.ts +1 -1
  25. package/getRegionalTieredCache.d.ts +6 -6
  26. package/getRuleset.d.ts +33 -13
  27. package/getRuleset.js +6 -6
  28. package/getRuleset.js.map +1 -1
  29. package/getRulesets.d.ts +18 -14
  30. package/getRulesets.js +2 -4
  31. package/getRulesets.js.map +1 -1
  32. package/getTieredCache.d.ts +6 -6
  33. package/getWorker.d.ts +105 -0
  34. package/getWorker.js +50 -0
  35. package/getWorker.js.map +1 -0
  36. package/getWorkerVersion.d.ts +151 -0
  37. package/getWorkerVersion.js +58 -0
  38. package/getWorkerVersion.js.map +1 -0
  39. package/getWorkerVersions.d.ts +89 -0
  40. package/getWorkerVersions.js +52 -0
  41. package/getWorkerVersions.js.map +1 -0
  42. package/getWorkers.d.ts +75 -0
  43. package/getWorkers.js +48 -0
  44. package/getWorkers.js.map +1 -0
  45. package/getWorkersKvNamespace.d.ts +0 -4
  46. package/getWorkersKvNamespace.js.map +1 -1
  47. package/getZeroTrustDlpCustomEntries.d.ts +66 -0
  48. package/getZeroTrustDlpCustomEntries.js +48 -0
  49. package/getZeroTrustDlpCustomEntries.js.map +1 -0
  50. package/getZeroTrustDlpCustomEntry.d.ts +75 -0
  51. package/getZeroTrustDlpCustomEntry.js +50 -0
  52. package/getZeroTrustDlpCustomEntry.js.map +1 -0
  53. package/getZeroTrustDlpEntry.d.ts +1 -0
  54. package/getZeroTrustDlpEntry.js.map +1 -1
  55. package/getZeroTrustDlpIntegrationEntries.d.ts +66 -0
  56. package/getZeroTrustDlpIntegrationEntries.js +48 -0
  57. package/getZeroTrustDlpIntegrationEntries.js.map +1 -0
  58. package/getZeroTrustDlpIntegrationEntry.d.ts +75 -0
  59. package/getZeroTrustDlpIntegrationEntry.js +50 -0
  60. package/getZeroTrustDlpIntegrationEntry.js.map +1 -0
  61. package/getZeroTrustDlpPredefinedEntries.d.ts +66 -0
  62. package/getZeroTrustDlpPredefinedEntries.js +48 -0
  63. package/getZeroTrustDlpPredefinedEntries.js.map +1 -0
  64. package/getZeroTrustDlpPredefinedEntry.d.ts +75 -0
  65. package/getZeroTrustDlpPredefinedEntry.js +50 -0
  66. package/getZeroTrustDlpPredefinedEntry.js.map +1 -0
  67. package/getZeroTrustGatewayAppTypesList.d.ts +3 -3
  68. package/getZeroTrustGatewayCategoriesList.d.ts +3 -3
  69. package/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +14 -0
  70. package/getZeroTrustTunnelCloudflaredVirtualNetworks.js +4 -0
  71. package/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
  72. package/getZone.d.ts +5 -2
  73. package/getZone.js.map +1 -1
  74. package/getZoneCacheReserve.d.ts +6 -6
  75. package/getZoneCacheVariants.d.ts +8 -7
  76. package/getZoneCacheVariants.js.map +1 -1
  77. package/index.d.ts +36 -0
  78. package/index.js +48 -8
  79. package/index.js.map +1 -1
  80. package/magicWanGreTunnel.d.ts +0 -26
  81. package/magicWanGreTunnel.js +0 -26
  82. package/magicWanGreTunnel.js.map +1 -1
  83. package/magicWanIpsecTunnel.d.ts +0 -26
  84. package/magicWanIpsecTunnel.js +0 -26
  85. package/magicWanIpsecTunnel.js.map +1 -1
  86. package/notificationPolicyWebhooks.d.ts +2 -2
  87. package/package.json +2 -2
  88. package/regionalTieredCache.d.ts +5 -5
  89. package/ruleset.d.ts +19 -0
  90. package/ruleset.js +19 -0
  91. package/ruleset.js.map +1 -1
  92. package/teamsAccount.d.ts +3 -3
  93. package/teamsRule.d.ts +11 -11
  94. package/tieredCache.d.ts +8 -8
  95. package/types/input.d.ts +477 -52
  96. package/types/output.d.ts +2918 -1266
  97. package/worker.d.ts +147 -0
  98. package/worker.js +80 -0
  99. package/worker.js.map +1 -0
  100. package/workerScript.d.ts +75 -49
  101. package/workerScript.js +11 -1
  102. package/workerScript.js.map +1 -1
  103. package/workerVersion.d.ts +236 -0
  104. package/workerVersion.js +94 -0
  105. package/workerVersion.js.map +1 -0
  106. package/workersKvNamespace.d.ts +0 -8
  107. package/workersKvNamespace.js +0 -2
  108. package/workersKvNamespace.js.map +1 -1
  109. package/workersScript.d.ts +75 -49
  110. package/workersScript.js +11 -1
  111. package/workersScript.js.map +1 -1
  112. package/zeroTrustAccessMtlsCertificate.d.ts +2 -0
  113. package/zeroTrustAccessMtlsCertificate.js +2 -0
  114. package/zeroTrustAccessMtlsCertificate.js.map +1 -1
  115. package/zeroTrustAccessPolicy.d.ts +1 -1
  116. package/zeroTrustAccessPolicy.js +0 -3
  117. package/zeroTrustAccessPolicy.js.map +1 -1
  118. package/zeroTrustDeviceCustomProfile.d.ts +3 -3
  119. package/zeroTrustDlpCustomEntry.d.ts +11 -7
  120. package/zeroTrustDlpCustomEntry.js +9 -1
  121. package/zeroTrustDlpCustomEntry.js.map +1 -1
  122. package/zeroTrustDlpEntry.d.ts +2 -0
  123. package/zeroTrustDlpEntry.js +2 -0
  124. package/zeroTrustDlpEntry.js.map +1 -1
  125. package/zeroTrustDlpIntegrationEntry.d.ts +38 -0
  126. package/zeroTrustDlpIntegrationEntry.js +20 -0
  127. package/zeroTrustDlpIntegrationEntry.js.map +1 -1
  128. package/zeroTrustDlpPredefinedEntry.d.ts +38 -0
  129. package/zeroTrustDlpPredefinedEntry.js +22 -0
  130. package/zeroTrustDlpPredefinedEntry.js.map +1 -1
  131. package/zeroTrustGatewayPolicy.d.ts +11 -11
  132. package/zeroTrustGatewaySettings.d.ts +3 -3
  133. package/zone.d.ts +10 -4
  134. package/zone.js.map +1 -1
  135. package/zoneCacheReserve.d.ts +5 -5
  136. package/zoneCacheVariants.d.ts +5 -5
@@ -0,0 +1,236 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * ## Example Usage
6
+ *
7
+ * ## Import
8
+ *
9
+ * ```sh
10
+ * $ pulumi import cloudflare:index/workerVersion:WorkerVersion example '<account_id>/<worker_id>/<version_id>'
11
+ * ```
12
+ */
13
+ export declare class WorkerVersion extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing WorkerVersion resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param state Any extra arguments used during the lookup.
21
+ * @param opts Optional settings to control the behavior of the CustomResource.
22
+ */
23
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: WorkerVersionState, opts?: pulumi.CustomResourceOptions): WorkerVersion;
24
+ /**
25
+ * Returns true if the given object is an instance of WorkerVersion. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj: any): obj is WorkerVersion;
29
+ /**
30
+ * Identifier.
31
+ */
32
+ readonly accountId: pulumi.Output<string>;
33
+ /**
34
+ * Metadata about the version.
35
+ */
36
+ readonly annotations: pulumi.Output<outputs.WorkerVersionAnnotations>;
37
+ /**
38
+ * Configuration for assets within a Worker.
39
+ */
40
+ readonly assets: pulumi.Output<outputs.WorkerVersionAssets | undefined>;
41
+ /**
42
+ * List of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.
43
+ */
44
+ readonly bindings: pulumi.Output<outputs.WorkerVersionBinding[] | undefined>;
45
+ /**
46
+ * Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker.
47
+ */
48
+ readonly compatibilityDate: pulumi.Output<string | undefined>;
49
+ /**
50
+ * Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a `compatibilityDate`.
51
+ */
52
+ readonly compatibilityFlags: pulumi.Output<string[]>;
53
+ /**
54
+ * When the version was created.
55
+ */
56
+ readonly createdOn: pulumi.Output<string>;
57
+ /**
58
+ * Resource limits enforced at runtime.
59
+ */
60
+ readonly limits: pulumi.Output<outputs.WorkerVersionLimits>;
61
+ /**
62
+ * The name of the main module in the `modules` array (e.g. the name of the module that exports a `fetch` handler).
63
+ */
64
+ readonly mainModule: pulumi.Output<string | undefined>;
65
+ /**
66
+ * Migrations for Durable Objects associated with the version. Migrations are applied when the version is deployed.
67
+ */
68
+ readonly migrations: pulumi.Output<outputs.WorkerVersionMigrations | undefined>;
69
+ /**
70
+ * Code, sourcemaps, and other content used at runtime.
71
+ */
72
+ readonly modules: pulumi.Output<outputs.WorkerVersionModule[] | undefined>;
73
+ /**
74
+ * The integer version number, starting from one.
75
+ */
76
+ readonly number: pulumi.Output<number>;
77
+ /**
78
+ * Placement settings for the version.
79
+ */
80
+ readonly placement: pulumi.Output<outputs.WorkerVersionPlacement | undefined>;
81
+ /**
82
+ * The client used to create the version.
83
+ */
84
+ readonly source: pulumi.Output<string>;
85
+ /**
86
+ * Usage model for the version.
87
+ * Available values: "standard", "bundled", "unbound".
88
+ *
89
+ * @deprecated This attribute is deprecated.
90
+ */
91
+ readonly usageModel: pulumi.Output<string>;
92
+ /**
93
+ * Identifier.
94
+ */
95
+ readonly workerId: pulumi.Output<string>;
96
+ /**
97
+ * Create a WorkerVersion resource with the given unique name, arguments, and options.
98
+ *
99
+ * @param name The _unique_ name of the resource.
100
+ * @param args The arguments to use to populate this resource's properties.
101
+ * @param opts A bag of options that control this resource's behavior.
102
+ */
103
+ constructor(name: string, args: WorkerVersionArgs, opts?: pulumi.CustomResourceOptions);
104
+ }
105
+ /**
106
+ * Input properties used for looking up and filtering WorkerVersion resources.
107
+ */
108
+ export interface WorkerVersionState {
109
+ /**
110
+ * Identifier.
111
+ */
112
+ accountId?: pulumi.Input<string>;
113
+ /**
114
+ * Metadata about the version.
115
+ */
116
+ annotations?: pulumi.Input<inputs.WorkerVersionAnnotations>;
117
+ /**
118
+ * Configuration for assets within a Worker.
119
+ */
120
+ assets?: pulumi.Input<inputs.WorkerVersionAssets>;
121
+ /**
122
+ * List of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.
123
+ */
124
+ bindings?: pulumi.Input<pulumi.Input<inputs.WorkerVersionBinding>[]>;
125
+ /**
126
+ * Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker.
127
+ */
128
+ compatibilityDate?: pulumi.Input<string>;
129
+ /**
130
+ * Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a `compatibilityDate`.
131
+ */
132
+ compatibilityFlags?: pulumi.Input<pulumi.Input<string>[]>;
133
+ /**
134
+ * When the version was created.
135
+ */
136
+ createdOn?: pulumi.Input<string>;
137
+ /**
138
+ * Resource limits enforced at runtime.
139
+ */
140
+ limits?: pulumi.Input<inputs.WorkerVersionLimits>;
141
+ /**
142
+ * The name of the main module in the `modules` array (e.g. the name of the module that exports a `fetch` handler).
143
+ */
144
+ mainModule?: pulumi.Input<string>;
145
+ /**
146
+ * Migrations for Durable Objects associated with the version. Migrations are applied when the version is deployed.
147
+ */
148
+ migrations?: pulumi.Input<inputs.WorkerVersionMigrations>;
149
+ /**
150
+ * Code, sourcemaps, and other content used at runtime.
151
+ */
152
+ modules?: pulumi.Input<pulumi.Input<inputs.WorkerVersionModule>[]>;
153
+ /**
154
+ * The integer version number, starting from one.
155
+ */
156
+ number?: pulumi.Input<number>;
157
+ /**
158
+ * Placement settings for the version.
159
+ */
160
+ placement?: pulumi.Input<inputs.WorkerVersionPlacement>;
161
+ /**
162
+ * The client used to create the version.
163
+ */
164
+ source?: pulumi.Input<string>;
165
+ /**
166
+ * Usage model for the version.
167
+ * Available values: "standard", "bundled", "unbound".
168
+ *
169
+ * @deprecated This attribute is deprecated.
170
+ */
171
+ usageModel?: pulumi.Input<string>;
172
+ /**
173
+ * Identifier.
174
+ */
175
+ workerId?: pulumi.Input<string>;
176
+ }
177
+ /**
178
+ * The set of arguments for constructing a WorkerVersion resource.
179
+ */
180
+ export interface WorkerVersionArgs {
181
+ /**
182
+ * Identifier.
183
+ */
184
+ accountId: pulumi.Input<string>;
185
+ /**
186
+ * Metadata about the version.
187
+ */
188
+ annotations?: pulumi.Input<inputs.WorkerVersionAnnotations>;
189
+ /**
190
+ * Configuration for assets within a Worker.
191
+ */
192
+ assets?: pulumi.Input<inputs.WorkerVersionAssets>;
193
+ /**
194
+ * List of bindings attached to a Worker. You can find more about bindings on our docs: https://developers.cloudflare.com/workers/configuration/multipart-upload-metadata/#bindings.
195
+ */
196
+ bindings?: pulumi.Input<pulumi.Input<inputs.WorkerVersionBinding>[]>;
197
+ /**
198
+ * Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker.
199
+ */
200
+ compatibilityDate?: pulumi.Input<string>;
201
+ /**
202
+ * Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a `compatibilityDate`.
203
+ */
204
+ compatibilityFlags?: pulumi.Input<pulumi.Input<string>[]>;
205
+ /**
206
+ * Resource limits enforced at runtime.
207
+ */
208
+ limits?: pulumi.Input<inputs.WorkerVersionLimits>;
209
+ /**
210
+ * The name of the main module in the `modules` array (e.g. the name of the module that exports a `fetch` handler).
211
+ */
212
+ mainModule?: pulumi.Input<string>;
213
+ /**
214
+ * Migrations for Durable Objects associated with the version. Migrations are applied when the version is deployed.
215
+ */
216
+ migrations?: pulumi.Input<inputs.WorkerVersionMigrations>;
217
+ /**
218
+ * Code, sourcemaps, and other content used at runtime.
219
+ */
220
+ modules?: pulumi.Input<pulumi.Input<inputs.WorkerVersionModule>[]>;
221
+ /**
222
+ * Placement settings for the version.
223
+ */
224
+ placement?: pulumi.Input<inputs.WorkerVersionPlacement>;
225
+ /**
226
+ * Usage model for the version.
227
+ * Available values: "standard", "bundled", "unbound".
228
+ *
229
+ * @deprecated This attribute is deprecated.
230
+ */
231
+ usageModel?: pulumi.Input<string>;
232
+ /**
233
+ * Identifier.
234
+ */
235
+ workerId: pulumi.Input<string>;
236
+ }
@@ -0,0 +1,94 @@
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.WorkerVersion = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * ## Example Usage
10
+ *
11
+ * ## Import
12
+ *
13
+ * ```sh
14
+ * $ pulumi import cloudflare:index/workerVersion:WorkerVersion example '<account_id>/<worker_id>/<version_id>'
15
+ * ```
16
+ */
17
+ class WorkerVersion extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing WorkerVersion resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, state, opts) {
28
+ return new WorkerVersion(name, state, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of WorkerVersion. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === WorkerVersion.__pulumiType;
39
+ }
40
+ constructor(name, argsOrState, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (opts.id) {
44
+ const state = argsOrState;
45
+ resourceInputs["accountId"] = state ? state.accountId : undefined;
46
+ resourceInputs["annotations"] = state ? state.annotations : undefined;
47
+ resourceInputs["assets"] = state ? state.assets : undefined;
48
+ resourceInputs["bindings"] = state ? state.bindings : undefined;
49
+ resourceInputs["compatibilityDate"] = state ? state.compatibilityDate : undefined;
50
+ resourceInputs["compatibilityFlags"] = state ? state.compatibilityFlags : undefined;
51
+ resourceInputs["createdOn"] = state ? state.createdOn : undefined;
52
+ resourceInputs["limits"] = state ? state.limits : undefined;
53
+ resourceInputs["mainModule"] = state ? state.mainModule : undefined;
54
+ resourceInputs["migrations"] = state ? state.migrations : undefined;
55
+ resourceInputs["modules"] = state ? state.modules : undefined;
56
+ resourceInputs["number"] = state ? state.number : undefined;
57
+ resourceInputs["placement"] = state ? state.placement : undefined;
58
+ resourceInputs["source"] = state ? state.source : undefined;
59
+ resourceInputs["usageModel"] = state ? state.usageModel : undefined;
60
+ resourceInputs["workerId"] = state ? state.workerId : undefined;
61
+ }
62
+ else {
63
+ const args = argsOrState;
64
+ if ((!args || args.accountId === undefined) && !opts.urn) {
65
+ throw new Error("Missing required property 'accountId'");
66
+ }
67
+ if ((!args || args.workerId === undefined) && !opts.urn) {
68
+ throw new Error("Missing required property 'workerId'");
69
+ }
70
+ resourceInputs["accountId"] = args ? args.accountId : undefined;
71
+ resourceInputs["annotations"] = args ? args.annotations : undefined;
72
+ resourceInputs["assets"] = args ? args.assets : undefined;
73
+ resourceInputs["bindings"] = args ? args.bindings : undefined;
74
+ resourceInputs["compatibilityDate"] = args ? args.compatibilityDate : undefined;
75
+ resourceInputs["compatibilityFlags"] = args ? args.compatibilityFlags : undefined;
76
+ resourceInputs["limits"] = args ? args.limits : undefined;
77
+ resourceInputs["mainModule"] = args ? args.mainModule : undefined;
78
+ resourceInputs["migrations"] = args ? args.migrations : undefined;
79
+ resourceInputs["modules"] = args ? args.modules : undefined;
80
+ resourceInputs["placement"] = args ? args.placement : undefined;
81
+ resourceInputs["usageModel"] = args ? args.usageModel : undefined;
82
+ resourceInputs["workerId"] = args ? args.workerId : undefined;
83
+ resourceInputs["createdOn"] = undefined /*out*/;
84
+ resourceInputs["number"] = undefined /*out*/;
85
+ resourceInputs["source"] = undefined /*out*/;
86
+ }
87
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
88
+ super(WorkerVersion.__pulumiType, name, resourceInputs, opts);
89
+ }
90
+ }
91
+ exports.WorkerVersion = WorkerVersion;
92
+ /** @internal */
93
+ WorkerVersion.__pulumiType = 'cloudflare:index/workerVersion:WorkerVersion';
94
+ //# sourceMappingURL=workerVersion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workerVersion.js","sourceRoot":"","sources":["../workerVersion.ts"],"names":[],"mappings":"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"}
@@ -38,10 +38,6 @@ export declare class WorkersKvNamespace extends pulumi.CustomResource {
38
38
  * Identifier.
39
39
  */
40
40
  readonly accountId: pulumi.Output<string>;
41
- /**
42
- * True if new beta namespace, with additional preview features.
43
- */
44
- readonly beta: pulumi.Output<boolean>;
45
41
  /**
46
42
  * True if keys written on the URL will be URL-decoded before storing. For example, if set to "true", a key written on the URL as "%3F" will be stored as "?".
47
43
  */
@@ -67,10 +63,6 @@ export interface WorkersKvNamespaceState {
67
63
  * Identifier.
68
64
  */
69
65
  accountId?: pulumi.Input<string>;
70
- /**
71
- * True if new beta namespace, with additional preview features.
72
- */
73
- beta?: pulumi.Input<boolean>;
74
66
  /**
75
67
  * True if keys written on the URL will be URL-decoded before storing. For example, if set to "true", a key written on the URL as "%3F" will be stored as "?".
76
68
  */
@@ -53,7 +53,6 @@ class WorkersKvNamespace extends pulumi.CustomResource {
53
53
  if (opts.id) {
54
54
  const state = argsOrState;
55
55
  resourceInputs["accountId"] = state ? state.accountId : undefined;
56
- resourceInputs["beta"] = state ? state.beta : undefined;
57
56
  resourceInputs["supportsUrlEncoding"] = state ? state.supportsUrlEncoding : undefined;
58
57
  resourceInputs["title"] = state ? state.title : undefined;
59
58
  }
@@ -67,7 +66,6 @@ class WorkersKvNamespace extends pulumi.CustomResource {
67
66
  }
68
67
  resourceInputs["accountId"] = args ? args.accountId : undefined;
69
68
  resourceInputs["title"] = args ? args.title : undefined;
70
- resourceInputs["beta"] = undefined /*out*/;
71
69
  resourceInputs["supportsUrlEncoding"] = undefined /*out*/;
72
70
  }
73
71
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"workersKvNamespace.js","sourceRoot":"","sources":["../workersKvNamespace.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AA7EL,gDA8EC;AAhEG,gBAAgB;AACO,+BAAY,GAAG,wDAAwD,CAAC"}
1
+ {"version":3,"file":"workersKvNamespace.js","sourceRoot":"","sources":["../workersKvNamespace.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAvEL,gDAwEC;AA1DG,gBAAgB;AACO,+BAAY,GAAG,wDAAwD,CAAC"}