@pulumi/snowflake 1.2.0-alpha.1739341936 → 1.2.0-alpha.1739378725

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.
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as aws from "@pulumi/aws";
10
10
  * import * as snowflake from "@pulumi/snowflake";
11
11
  *
12
- * const this = snowflake.getCurrentAccount({});
12
+ * const _this = snowflake.getCurrentAccount({});
13
13
  * const snowflakeAccountUrl = new aws.index.SsmParameter("snowflake_account_url", {
14
14
  * name: "/snowflake/account_url",
15
15
  * type: "String",
@@ -49,7 +49,7 @@ export interface GetCurrentAccountResult {
49
49
  * import * as aws from "@pulumi/aws";
50
50
  * import * as snowflake from "@pulumi/snowflake";
51
51
  *
52
- * const this = snowflake.getCurrentAccount({});
52
+ * const _this = snowflake.getCurrentAccount({});
53
53
  * const snowflakeAccountUrl = new aws.index.SsmParameter("snowflake_account_url", {
54
54
  * name: "/snowflake/account_url",
55
55
  * type: "String",
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
15
15
  * import * as aws from "@pulumi/aws";
16
16
  * import * as snowflake from "@pulumi/snowflake";
17
17
  *
18
- * const this = snowflake.getCurrentAccount({});
18
+ * const _this = snowflake.getCurrentAccount({});
19
19
  * const snowflakeAccountUrl = new aws.index.SsmParameter("snowflake_account_url", {
20
20
  * name: "/snowflake/account_url",
21
21
  * type: "String",
@@ -38,7 +38,7 @@ exports.getCurrentAccount = getCurrentAccount;
38
38
  * import * as aws from "@pulumi/aws";
39
39
  * import * as snowflake from "@pulumi/snowflake";
40
40
  *
41
- * const this = snowflake.getCurrentAccount({});
41
+ * const _this = snowflake.getCurrentAccount({});
42
42
  * const snowflakeAccountUrl = new aws.index.SsmParameter("snowflake_account_url", {
43
43
  * name: "/snowflake/account_url",
44
44
  * type: "String",
package/getDatabase.d.ts CHANGED
@@ -8,7 +8,7 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as snowflake from "@pulumi/snowflake";
10
10
  *
11
- * const this = snowflake.getDatabase({
11
+ * const _this = snowflake.getDatabase({
12
12
  * name: "DEMO_DB",
13
13
  * });
14
14
  * ```
@@ -53,7 +53,7 @@ export interface GetDatabaseResult {
53
53
  * import * as pulumi from "@pulumi/pulumi";
54
54
  * import * as snowflake from "@pulumi/snowflake";
55
55
  *
56
- * const this = snowflake.getDatabase({
56
+ * const _this = snowflake.getDatabase({
57
57
  * name: "DEMO_DB",
58
58
  * });
59
59
  * ```
package/getDatabase.js CHANGED
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as snowflake from "@pulumi/snowflake";
16
16
  *
17
- * const this = snowflake.getDatabase({
17
+ * const _this = snowflake.getDatabase({
18
18
  * name: "DEMO_DB",
19
19
  * });
20
20
  * ```
@@ -35,7 +35,7 @@ exports.getDatabase = getDatabase;
35
35
  * import * as pulumi from "@pulumi/pulumi";
36
36
  * import * as snowflake from "@pulumi/snowflake";
37
37
  *
38
- * const this = snowflake.getDatabase({
38
+ * const _this = snowflake.getDatabase({
39
39
  * name: "DEMO_DB",
40
40
  * });
41
41
  * ```
package/getSecrets.d.ts CHANGED
@@ -24,7 +24,7 @@ import * as outputs from "./types/output";
24
24
  * });
25
25
  * export const likePrefixOutput = likePrefix.then(likePrefix => likePrefix.secrets);
26
26
  * // Filtering (in)
27
- * const in = snowflake.getSecrets({
27
+ * const _in = snowflake.getSecrets({
28
28
  * "in": {
29
29
  * schema: test.fullyQualifiedName,
30
30
  * },
@@ -103,7 +103,7 @@ export interface GetSecretsResult {
103
103
  * });
104
104
  * export const likePrefixOutput = likePrefix.then(likePrefix => likePrefix.secrets);
105
105
  * // Filtering (in)
106
- * const in = snowflake.getSecrets({
106
+ * const _in = snowflake.getSecrets({
107
107
  * "in": {
108
108
  * schema: test.fullyQualifiedName,
109
109
  * },
package/getSecrets.js CHANGED
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
28
28
  * });
29
29
  * export const likePrefixOutput = likePrefix.then(likePrefix => likePrefix.secrets);
30
30
  * // Filtering (in)
31
- * const in = snowflake.getSecrets({
31
+ * const _in = snowflake.getSecrets({
32
32
  * "in": {
33
33
  * schema: test.fullyQualifiedName,
34
34
  * },
@@ -74,7 +74,7 @@ exports.getSecrets = getSecrets;
74
74
  * });
75
75
  * export const likePrefixOutput = likePrefix.then(likePrefix => likePrefix.secrets);
76
76
  * // Filtering (in)
77
- * const in = snowflake.getSecrets({
77
+ * const _in = snowflake.getSecrets({
78
78
  * "in": {
79
79
  * schema: test.fullyQualifiedName,
80
80
  * },
package/getShares.d.ts CHANGED
@@ -9,7 +9,7 @@ import * as outputs from "./types/output";
9
9
  * import * as pulumi from "@pulumi/pulumi";
10
10
  * import * as snowflake from "@pulumi/snowflake";
11
11
  *
12
- * const this = snowflake.getShares({});
12
+ * const _this = snowflake.getShares({});
13
13
  * const ad = snowflake.getShares({
14
14
  * pattern: "usage",
15
15
  * });
@@ -51,7 +51,7 @@ export interface GetSharesResult {
51
51
  * import * as pulumi from "@pulumi/pulumi";
52
52
  * import * as snowflake from "@pulumi/snowflake";
53
53
  *
54
- * const this = snowflake.getShares({});
54
+ * const _this = snowflake.getShares({});
55
55
  * const ad = snowflake.getShares({
56
56
  * pattern: "usage",
57
57
  * });
package/getShares.js CHANGED
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as snowflake from "@pulumi/snowflake";
16
16
  *
17
- * const this = snowflake.getShares({});
17
+ * const _this = snowflake.getShares({});
18
18
  * const ad = snowflake.getShares({
19
19
  * pattern: "usage",
20
20
  * });
@@ -37,7 +37,7 @@ exports.getShares = getShares;
37
37
  * import * as pulumi from "@pulumi/pulumi";
38
38
  * import * as snowflake from "@pulumi/snowflake";
39
39
  *
40
- * const this = snowflake.getShares({});
40
+ * const _this = snowflake.getShares({});
41
41
  * const ad = snowflake.getShares({
42
42
  * pattern: "usage",
43
43
  * });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/snowflake",
3
- "version": "1.2.0-alpha.1739341936",
3
+ "version": "1.2.0-alpha.1739378725",
4
4
  "description": "A Pulumi package for creating and managing snowflake cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "snowflake",
26
- "version": "1.2.0-alpha.1739341936"
26
+ "version": "1.2.0-alpha.1739378725"
27
27
  }
28
28
  }