@pulumi/aiven 6.44.0 → 6.44.1-alpha.1761968015
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/getOrganizationalUnit.d.ts +4 -0
- package/getOrganizationalUnit.js +4 -0
- package/getOrganizationalUnit.js.map +1 -1
- package/kafkaSchema.d.ts +10 -10
- package/kafkaSchema.js +10 -10
- package/package.json +2 -2
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Gets information about an organizational unit.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
4
6
|
*/
|
|
5
7
|
export declare function getOrganizationalUnit(args: GetOrganizationalUnitArgs, opts?: pulumi.InvokeOptions): Promise<GetOrganizationalUnitResult>;
|
|
6
8
|
/**
|
|
@@ -43,6 +45,8 @@ export interface GetOrganizationalUnitResult {
|
|
|
43
45
|
}
|
|
44
46
|
/**
|
|
45
47
|
* Gets information about an organizational unit.
|
|
48
|
+
*
|
|
49
|
+
* ## Example Usage
|
|
46
50
|
*/
|
|
47
51
|
export declare function getOrganizationalUnitOutput(args: GetOrganizationalUnitOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetOrganizationalUnitResult>;
|
|
48
52
|
/**
|
package/getOrganizationalUnit.js
CHANGED
|
@@ -7,6 +7,8 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Gets information about an organizational unit.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
10
12
|
*/
|
|
11
13
|
function getOrganizationalUnit(args, opts) {
|
|
12
14
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,6 +19,8 @@ function getOrganizationalUnit(args, opts) {
|
|
|
17
19
|
exports.getOrganizationalUnit = getOrganizationalUnit;
|
|
18
20
|
/**
|
|
19
21
|
* Gets information about an organizational unit.
|
|
22
|
+
*
|
|
23
|
+
* ## Example Usage
|
|
20
24
|
*/
|
|
21
25
|
function getOrganizationalUnitOutput(args, opts) {
|
|
22
26
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOrganizationalUnit.js","sourceRoot":"","sources":["../getOrganizationalUnit.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getOrganizationalUnit.js","sourceRoot":"","sources":["../getOrganizationalUnit.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AAyCD;;;;GAIG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
|
package/kafkaSchema.d.ts
CHANGED
|
@@ -14,19 +14,19 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
14
14
|
* subjectName: "kafka-schema1",
|
|
15
15
|
* compatibilityLevel: "FORWARD",
|
|
16
16
|
* schema: ` {
|
|
17
|
-
* "doc": "example",
|
|
18
|
-
* "fields": [
|
|
17
|
+
* \\"doc\\": \\"example\\",
|
|
18
|
+
* \\"fields\\": [
|
|
19
19
|
* {
|
|
20
|
-
* "default": 5,
|
|
21
|
-
* "doc": "my test number",
|
|
22
|
-
* "name": "test",
|
|
23
|
-
* "namespace": "test",
|
|
24
|
-
* "type": "int"
|
|
20
|
+
* \\"default\\": 5,
|
|
21
|
+
* \\"doc\\": \\"my test number\\",
|
|
22
|
+
* \\"name\\": \\"test\\",
|
|
23
|
+
* \\"namespace\\": \\"test\\",
|
|
24
|
+
* \\"type\\": \\"int\\"
|
|
25
25
|
* }
|
|
26
26
|
* ],
|
|
27
|
-
* "name": "example",
|
|
28
|
-
* "namespace": "example",
|
|
29
|
-
* "type": "record"
|
|
27
|
+
* \\"name\\": \\"example\\",
|
|
28
|
+
* \\"namespace\\": \\"example\\",
|
|
29
|
+
* \\"type\\": \\"record\\"
|
|
30
30
|
* }
|
|
31
31
|
* `,
|
|
32
32
|
* });
|
package/kafkaSchema.js
CHANGED
|
@@ -20,19 +20,19 @@ const utilities = require("./utilities");
|
|
|
20
20
|
* subjectName: "kafka-schema1",
|
|
21
21
|
* compatibilityLevel: "FORWARD",
|
|
22
22
|
* schema: ` {
|
|
23
|
-
* "doc": "example",
|
|
24
|
-
* "fields": [
|
|
23
|
+
* \\"doc\\": \\"example\\",
|
|
24
|
+
* \\"fields\\": [
|
|
25
25
|
* {
|
|
26
|
-
* "default": 5,
|
|
27
|
-
* "doc": "my test number",
|
|
28
|
-
* "name": "test",
|
|
29
|
-
* "namespace": "test",
|
|
30
|
-
* "type": "int"
|
|
26
|
+
* \\"default\\": 5,
|
|
27
|
+
* \\"doc\\": \\"my test number\\",
|
|
28
|
+
* \\"name\\": \\"test\\",
|
|
29
|
+
* \\"namespace\\": \\"test\\",
|
|
30
|
+
* \\"type\\": \\"int\\"
|
|
31
31
|
* }
|
|
32
32
|
* ],
|
|
33
|
-
* "name": "example",
|
|
34
|
-
* "namespace": "example",
|
|
35
|
-
* "type": "record"
|
|
33
|
+
* \\"name\\": \\"example\\",
|
|
34
|
+
* \\"namespace\\": \\"example\\",
|
|
35
|
+
* \\"type\\": \\"record\\"
|
|
36
36
|
* }
|
|
37
37
|
* `,
|
|
38
38
|
* });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aiven",
|
|
3
|
-
"version": "6.44.
|
|
3
|
+
"version": "6.44.1-alpha.1761968015",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Aiven cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "aiven",
|
|
26
|
-
"version": "6.44.
|
|
26
|
+
"version": "6.44.1-alpha.1761968015"
|
|
27
27
|
}
|
|
28
28
|
}
|