@pulumi/cloudflare 5.20.0-alpha.1707285037 → 5.20.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.
@@ -71,7 +71,7 @@ export declare class DeviceSettingsPolicy extends pulumi.CustomResource {
71
71
  */
72
72
  readonly allowedToLeave: pulumi.Output<boolean | undefined>;
73
73
  /**
74
- * The amount of time in minutes to reconnect after having been disabled.
74
+ * The amount of time in seconds to reconnect after having been disabled.
75
75
  */
76
76
  readonly autoConnect: pulumi.Output<number | undefined>;
77
77
  /**
@@ -156,7 +156,7 @@ export interface DeviceSettingsPolicyState {
156
156
  */
157
157
  allowedToLeave?: pulumi.Input<boolean>;
158
158
  /**
159
- * The amount of time in minutes to reconnect after having been disabled.
159
+ * The amount of time in seconds to reconnect after having been disabled.
160
160
  */
161
161
  autoConnect?: pulumi.Input<number>;
162
162
  /**
@@ -233,7 +233,7 @@ export interface DeviceSettingsPolicyArgs {
233
233
  */
234
234
  allowedToLeave?: pulumi.Input<boolean>;
235
235
  /**
236
- * The amount of time in minutes to reconnect after having been disabled.
236
+ * The amount of time in seconds to reconnect after having been disabled.
237
237
  */
238
238
  autoConnect?: pulumi.Input<number>;
239
239
  /**
package/getRecord.d.ts CHANGED
@@ -19,6 +19,10 @@ export declare function getRecord(args: GetRecordArgs, opts?: pulumi.InvokeOptio
19
19
  * A collection of arguments for invoking getRecord.
20
20
  */
21
21
  export interface GetRecordArgs {
22
+ /**
23
+ * Content to filter record results on.
24
+ */
25
+ content?: string;
22
26
  /**
23
27
  * Hostname to filter DNS record results on.
24
28
  */
@@ -40,6 +44,10 @@ export interface GetRecordArgs {
40
44
  * A collection of values returned by getRecord.
41
45
  */
42
46
  export interface GetRecordResult {
47
+ /**
48
+ * Content to filter record results on.
49
+ */
50
+ readonly content?: string;
43
51
  /**
44
52
  * Hostname to filter DNS record results on.
45
53
  */
@@ -105,6 +113,10 @@ export declare function getRecordOutput(args: GetRecordOutputArgs, opts?: pulumi
105
113
  * A collection of arguments for invoking getRecord.
106
114
  */
107
115
  export interface GetRecordOutputArgs {
116
+ /**
117
+ * Content to filter record results on.
118
+ */
119
+ content?: pulumi.Input<string>;
108
120
  /**
109
121
  * Hostname to filter DNS record results on.
110
122
  */
package/getRecord.js CHANGED
@@ -23,6 +23,7 @@ const utilities = require("./utilities");
23
23
  function getRecord(args, opts) {
24
24
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
25
  return pulumi.runtime.invoke("cloudflare:index/getRecord:getRecord", {
26
+ "content": args.content,
26
27
  "hostname": args.hostname,
27
28
  "priority": args.priority,
28
29
  "type": args.type,
package/getRecord.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getRecord.js","sourceRoot":"","sources":["../getRecord.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IAEtE,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,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;AAyED;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
1
+ {"version":3,"file":"getRecord.js","sourceRoot":"","sources":["../getRecord.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IAEtE,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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8BAUC;AAiFD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudflare",
3
- "version": "v5.20.0-alpha.1707285037+ecd77056",
3
+ "version": "v5.20.0",
4
4
  "description": "A Pulumi package for creating and managing Cloudflare cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/r2bucket.d.ts CHANGED
@@ -13,7 +13,7 @@ import * as pulumi from "@pulumi/pulumi";
13
13
  * });
14
14
  * ```
15
15
  *
16
- * > Available location values can be found in the [R2 documentation](https://developers.cloudflare.com/r2/buckets/data-location/#available-hints).
16
+ * > Available location values can be found in the [R2 documentation](https://developers.cloudflare.com/r2/reference/data-location/#available-hints).
17
17
  *
18
18
  * ## Import
19
19
  *
package/r2bucket.js CHANGED
@@ -19,7 +19,7 @@ const utilities = require("./utilities");
19
19
  * });
20
20
  * ```
21
21
  *
22
- * > Available location values can be found in the [R2 documentation](https://developers.cloudflare.com/r2/buckets/data-location/#available-hints).
22
+ * > Available location values can be found in the [R2 documentation](https://developers.cloudflare.com/r2/reference/data-location/#available-hints).
23
23
  *
24
24
  * ## Import
25
25
  *