@ryan-pip/pulumi-fivetran 0.1.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 (199) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +56 -0
  3. package/config/index.d.ts +1 -0
  4. package/config/index.js +21 -0
  5. package/config/index.js.map +1 -0
  6. package/config/vars.d.ts +3 -0
  7. package/config/vars.js +28 -0
  8. package/config/vars.js.map +1 -0
  9. package/connector.d.ts +192 -0
  10. package/connector.js +88 -0
  11. package/connector.js.map +1 -0
  12. package/connectorCertificates.d.ts +53 -0
  13. package/connectorCertificates.js +54 -0
  14. package/connectorCertificates.js.map +1 -0
  15. package/connectorFingerprints.d.ts +103 -0
  16. package/connectorFingerprints.js +104 -0
  17. package/connectorFingerprints.js.map +1 -0
  18. package/connectorSchedule.d.ts +169 -0
  19. package/connectorSchedule.js +123 -0
  20. package/connectorSchedule.js.map +1 -0
  21. package/connectorSchemaConfig.d.ts +130 -0
  22. package/connectorSchemaConfig.js +72 -0
  23. package/connectorSchemaConfig.js.map +1 -0
  24. package/dbtProject.d.ts +205 -0
  25. package/dbtProject.js +117 -0
  26. package/dbtProject.js.map +1 -0
  27. package/dbtTransformation.d.ts +162 -0
  28. package/dbtTransformation.js +105 -0
  29. package/dbtTransformation.js.map +1 -0
  30. package/destination.d.ts +216 -0
  31. package/destination.js +114 -0
  32. package/destination.js.map +1 -0
  33. package/destinationCertificates.d.ts +53 -0
  34. package/destinationCertificates.js +54 -0
  35. package/destinationCertificates.js.map +1 -0
  36. package/destinationFingerprints.d.ts +103 -0
  37. package/destinationFingerprints.js +104 -0
  38. package/destinationFingerprints.js.map +1 -0
  39. package/externalLogging.d.ts +118 -0
  40. package/externalLogging.js +92 -0
  41. package/externalLogging.js.map +1 -0
  42. package/getConnector.d.ts +76 -0
  43. package/getConnector.js +50 -0
  44. package/getConnector.js.map +1 -0
  45. package/getConnectorCertificates.d.ts +39 -0
  46. package/getConnectorCertificates.js +20 -0
  47. package/getConnectorCertificates.js.map +1 -0
  48. package/getConnectorFingerprints.d.ts +67 -0
  49. package/getConnectorFingerprints.js +48 -0
  50. package/getConnectorFingerprints.js.map +1 -0
  51. package/getConnectorsMetadata.d.ts +51 -0
  52. package/getConnectorsMetadata.js +44 -0
  53. package/getConnectorsMetadata.js.map +1 -0
  54. package/getDbtModels.d.ts +67 -0
  55. package/getDbtModels.js +48 -0
  56. package/getDbtModels.js.map +1 -0
  57. package/getDbtProject.d.ts +112 -0
  58. package/getDbtProject.js +48 -0
  59. package/getDbtProject.js.map +1 -0
  60. package/getDbtProjects.d.ts +38 -0
  61. package/getDbtProjects.js +41 -0
  62. package/getDbtProjects.js.map +1 -0
  63. package/getDbtTransformation.d.ts +99 -0
  64. package/getDbtTransformation.js +48 -0
  65. package/getDbtTransformation.js.map +1 -0
  66. package/getDestination.d.ts +62 -0
  67. package/getDestination.js +48 -0
  68. package/getDestination.js.map +1 -0
  69. package/getDestinationCertificates.d.ts +39 -0
  70. package/getDestinationCertificates.js +20 -0
  71. package/getDestinationCertificates.js.map +1 -0
  72. package/getDestinationFingerprints.d.ts +67 -0
  73. package/getDestinationFingerprints.js +48 -0
  74. package/getDestinationFingerprints.js.map +1 -0
  75. package/getExternalLogging.d.ts +87 -0
  76. package/getExternalLogging.js +49 -0
  77. package/getExternalLogging.js.map +1 -0
  78. package/getGroup.d.ts +70 -0
  79. package/getGroup.js +47 -0
  80. package/getGroup.js.map +1 -0
  81. package/getGroupConnectors.d.ts +77 -0
  82. package/getGroupConnectors.js +51 -0
  83. package/getGroupConnectors.js.map +1 -0
  84. package/getGroupServiceAccount.d.ts +62 -0
  85. package/getGroupServiceAccount.js +47 -0
  86. package/getGroupServiceAccount.js.map +1 -0
  87. package/getGroupSshKey.d.ts +62 -0
  88. package/getGroupSshKey.js +47 -0
  89. package/getGroupSshKey.js.map +1 -0
  90. package/getGroupUsers.d.ts +63 -0
  91. package/getGroupUsers.js +48 -0
  92. package/getGroupUsers.js.map +1 -0
  93. package/getGroups.d.ts +51 -0
  94. package/getGroups.js +44 -0
  95. package/getGroups.js.map +1 -0
  96. package/getLocalProcessingAgent.d.ts +72 -0
  97. package/getLocalProcessingAgent.js +47 -0
  98. package/getLocalProcessingAgent.js.map +1 -0
  99. package/getLocalProcessingAgents.d.ts +38 -0
  100. package/getLocalProcessingAgents.js +41 -0
  101. package/getLocalProcessingAgents.js.map +1 -0
  102. package/getProxyAgent.d.ts +82 -0
  103. package/getProxyAgent.js +47 -0
  104. package/getProxyAgent.js.map +1 -0
  105. package/getProxyAgents.d.ts +51 -0
  106. package/getProxyAgents.js +44 -0
  107. package/getProxyAgents.js.map +1 -0
  108. package/getRoles.d.ts +51 -0
  109. package/getRoles.js +44 -0
  110. package/getRoles.js.map +1 -0
  111. package/getTeam.d.ts +70 -0
  112. package/getTeam.js +47 -0
  113. package/getTeam.js.map +1 -0
  114. package/getTeamConnectorMemberships.d.ts +45 -0
  115. package/getTeamConnectorMemberships.js +26 -0
  116. package/getTeamConnectorMemberships.js.map +1 -0
  117. package/getTeamGroupMemberships.d.ts +67 -0
  118. package/getTeamGroupMemberships.js +48 -0
  119. package/getTeamGroupMemberships.js.map +1 -0
  120. package/getTeamUserMemberships.d.ts +67 -0
  121. package/getTeamUserMemberships.js +48 -0
  122. package/getTeamUserMemberships.js.map +1 -0
  123. package/getTeams.d.ts +59 -0
  124. package/getTeams.js +45 -0
  125. package/getTeams.js.map +1 -0
  126. package/getUser.d.ts +98 -0
  127. package/getUser.js +47 -0
  128. package/getUser.js.map +1 -0
  129. package/getUserConnectorMemberships.d.ts +67 -0
  130. package/getUserConnectorMemberships.js +48 -0
  131. package/getUserConnectorMemberships.js.map +1 -0
  132. package/getUserGroupMemberships.d.ts +67 -0
  133. package/getUserGroupMemberships.js +48 -0
  134. package/getUserGroupMemberships.js.map +1 -0
  135. package/getUsers.d.ts +59 -0
  136. package/getUsers.js +45 -0
  137. package/getUsers.js.map +1 -0
  138. package/getWebhook.d.ts +94 -0
  139. package/getWebhook.js +47 -0
  140. package/getWebhook.js.map +1 -0
  141. package/getWebhooks.d.ts +38 -0
  142. package/getWebhooks.js +41 -0
  143. package/getWebhooks.js.map +1 -0
  144. package/group.d.ts +102 -0
  145. package/group.js +91 -0
  146. package/group.js.map +1 -0
  147. package/groupUsers.d.ts +79 -0
  148. package/groupUsers.js +80 -0
  149. package/groupUsers.js.map +1 -0
  150. package/index.d.ts +177 -0
  151. package/index.js +251 -0
  152. package/index.js.map +1 -0
  153. package/localProcessingAgent.d.ts +125 -0
  154. package/localProcessingAgent.js +86 -0
  155. package/localProcessingAgent.js.map +1 -0
  156. package/package.json +29 -0
  157. package/package.json.bak +29 -0
  158. package/provider.d.ts +33 -0
  159. package/provider.js +50 -0
  160. package/provider.js.map +1 -0
  161. package/proxyAgent.d.ts +117 -0
  162. package/proxyAgent.js +84 -0
  163. package/proxyAgent.js.map +1 -0
  164. package/team.d.ts +115 -0
  165. package/team.js +99 -0
  166. package/team.js.map +1 -0
  167. package/teamConnectorMembership.d.ts +107 -0
  168. package/teamConnectorMembership.js +108 -0
  169. package/teamConnectorMembership.js.map +1 -0
  170. package/teamGroupMembership.d.ts +82 -0
  171. package/teamGroupMembership.js +83 -0
  172. package/teamGroupMembership.js.map +1 -0
  173. package/teamUserMembership.d.ts +105 -0
  174. package/teamUserMembership.js +106 -0
  175. package/teamUserMembership.js.map +1 -0
  176. package/types/index.d.ts +3 -0
  177. package/types/index.js +11 -0
  178. package/types/index.js.map +1 -0
  179. package/types/input.d.ts +18230 -0
  180. package/types/input.js +5 -0
  181. package/types/input.js.map +1 -0
  182. package/types/output.d.ts +12255 -0
  183. package/types/output.js +5 -0
  184. package/types/output.js.map +1 -0
  185. package/user.d.ts +191 -0
  186. package/user.js +119 -0
  187. package/user.js.map +1 -0
  188. package/userConnectorMembership.d.ts +107 -0
  189. package/userConnectorMembership.js +108 -0
  190. package/userConnectorMembership.js.map +1 -0
  191. package/userGroupMembership.d.ts +82 -0
  192. package/userGroupMembership.js +83 -0
  193. package/userGroupMembership.js.map +1 -0
  194. package/utilities.d.ts +8 -0
  195. package/utilities.js +101 -0
  196. package/utilities.js.map +1 -0
  197. package/webhook.d.ts +165 -0
  198. package/webhook.js +111 -0
  199. package/webhook.js.map +1 -0
package/group.js ADDED
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.Group = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This resource allows you to create, update, and delete groups.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
16
+ *
17
+ * const group = new fivetran.Group("group", {});
18
+ * ```
19
+ *
20
+ * ## Import
21
+ *
22
+ * 1. To import an existing `fivetran_group` resource into your Terraform state, you need to get **Destination Group ID** on the destination page in your Fivetran dashboard.
23
+ *
24
+ * To retrieve existing groups, use the [fivetran_groups data source](/docs/data-sources/groups).
25
+ *
26
+ * 2. Define an empty resource in your `.tf` configuration:
27
+ *
28
+ * hcl
29
+ *
30
+ * resource "fivetran_group" "my_imported_fivetran_group" {
31
+ *
32
+ * }
33
+ *
34
+ * 3. Run the `pulumi import` command:
35
+ *
36
+ * ```sh
37
+ * $ pulumi import fivetran:index/group:Group my_imported_fivetran_group {your Destination Group ID}
38
+ * ```
39
+ *
40
+ * 4. Use the `terraform state show` command to get the values from the state:
41
+ *
42
+ * terraform state show 'fivetran_group.my_imported_fivetran_group'
43
+ *
44
+ * 5. Copy the values and paste them to your `.tf` configuration.
45
+ */
46
+ class Group extends pulumi.CustomResource {
47
+ /**
48
+ * Get an existing Group resource's state with the given name, ID, and optional extra
49
+ * properties used to qualify the lookup.
50
+ *
51
+ * @param name The _unique_ name of the resulting resource.
52
+ * @param id The _unique_ provider ID of the resource to lookup.
53
+ * @param state Any extra arguments used during the lookup.
54
+ * @param opts Optional settings to control the behavior of the CustomResource.
55
+ */
56
+ static get(name, id, state, opts) {
57
+ return new Group(name, state, Object.assign(Object.assign({}, opts), { id: id }));
58
+ }
59
+ /**
60
+ * Returns true if the given object is an instance of Group. This is designed to work even
61
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
62
+ */
63
+ static isInstance(obj) {
64
+ if (obj === undefined || obj === null) {
65
+ return false;
66
+ }
67
+ return obj['__pulumiType'] === Group.__pulumiType;
68
+ }
69
+ constructor(name, argsOrState, opts) {
70
+ let resourceInputs = {};
71
+ opts = opts || {};
72
+ if (opts.id) {
73
+ const state = argsOrState;
74
+ resourceInputs["createdAt"] = state ? state.createdAt : undefined;
75
+ resourceInputs["lastUpdated"] = state ? state.lastUpdated : undefined;
76
+ resourceInputs["name"] = state ? state.name : undefined;
77
+ }
78
+ else {
79
+ const args = argsOrState;
80
+ resourceInputs["name"] = args ? args.name : undefined;
81
+ resourceInputs["createdAt"] = undefined /*out*/;
82
+ resourceInputs["lastUpdated"] = undefined /*out*/;
83
+ }
84
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
85
+ super(Group.__pulumiType, name, resourceInputs, opts);
86
+ }
87
+ }
88
+ exports.Group = Group;
89
+ /** @internal */
90
+ Group.__pulumiType = 'fivetran:index/group:Group';
91
+ //# sourceMappingURL=group.js.map
package/group.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group.js","sourceRoot":"","sources":["../group.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAjEL,sBAkEC;AApDG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
@@ -0,0 +1,79 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * This resource allows you to create, update, and delete user memberships in groups.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
12
+ *
13
+ * const groupUsers = new fivetran.GroupUsers("groupUsers", {
14
+ * groupId: fivetran_group.group.id,
15
+ * users: [
16
+ * {
17
+ * email: "mail@example.com",
18
+ * role: "Destination Analyst",
19
+ * },
20
+ * {
21
+ * email: "another_mail@example.com",
22
+ * role: "Destination Analyst",
23
+ * },
24
+ * ],
25
+ * });
26
+ * ```
27
+ */
28
+ export declare class GroupUsers extends pulumi.CustomResource {
29
+ /**
30
+ * Get an existing GroupUsers resource's state with the given name, ID, and optional extra
31
+ * properties used to qualify the lookup.
32
+ *
33
+ * @param name The _unique_ name of the resulting resource.
34
+ * @param id The _unique_ provider ID of the resource to lookup.
35
+ * @param state Any extra arguments used during the lookup.
36
+ * @param opts Optional settings to control the behavior of the CustomResource.
37
+ */
38
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: GroupUsersState, opts?: pulumi.CustomResourceOptions): GroupUsers;
39
+ /**
40
+ * Returns true if the given object is an instance of GroupUsers. This is designed to work even
41
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
42
+ */
43
+ static isInstance(obj: any): obj is GroupUsers;
44
+ /**
45
+ * The unique identifier for the Group within the Fivetran system.
46
+ */
47
+ readonly groupId: pulumi.Output<string>;
48
+ readonly lastUpdated: pulumi.Output<string>;
49
+ readonly users: pulumi.Output<outputs.GroupUsersUser[] | undefined>;
50
+ /**
51
+ * Create a GroupUsers resource with the given unique name, arguments, and options.
52
+ *
53
+ * @param name The _unique_ name of the resource.
54
+ * @param args The arguments to use to populate this resource's properties.
55
+ * @param opts A bag of options that control this resource's behavior.
56
+ */
57
+ constructor(name: string, args: GroupUsersArgs, opts?: pulumi.CustomResourceOptions);
58
+ }
59
+ /**
60
+ * Input properties used for looking up and filtering GroupUsers resources.
61
+ */
62
+ export interface GroupUsersState {
63
+ /**
64
+ * The unique identifier for the Group within the Fivetran system.
65
+ */
66
+ groupId?: pulumi.Input<string>;
67
+ lastUpdated?: pulumi.Input<string>;
68
+ users?: pulumi.Input<pulumi.Input<inputs.GroupUsersUser>[]>;
69
+ }
70
+ /**
71
+ * The set of arguments for constructing a GroupUsers resource.
72
+ */
73
+ export interface GroupUsersArgs {
74
+ /**
75
+ * The unique identifier for the Group within the Fivetran system.
76
+ */
77
+ groupId: pulumi.Input<string>;
78
+ users?: pulumi.Input<pulumi.Input<inputs.GroupUsersUser>[]>;
79
+ }
package/groupUsers.js ADDED
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.GroupUsers = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * This resource allows you to create, update, and delete user memberships in groups.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as fivetran from "@ryan-pip/pulumi-fivetran";
16
+ *
17
+ * const groupUsers = new fivetran.GroupUsers("groupUsers", {
18
+ * groupId: fivetran_group.group.id,
19
+ * users: [
20
+ * {
21
+ * email: "mail@example.com",
22
+ * role: "Destination Analyst",
23
+ * },
24
+ * {
25
+ * email: "another_mail@example.com",
26
+ * role: "Destination Analyst",
27
+ * },
28
+ * ],
29
+ * });
30
+ * ```
31
+ */
32
+ class GroupUsers extends pulumi.CustomResource {
33
+ /**
34
+ * Get an existing GroupUsers resource's state with the given name, ID, and optional extra
35
+ * properties used to qualify the lookup.
36
+ *
37
+ * @param name The _unique_ name of the resulting resource.
38
+ * @param id The _unique_ provider ID of the resource to lookup.
39
+ * @param state Any extra arguments used during the lookup.
40
+ * @param opts Optional settings to control the behavior of the CustomResource.
41
+ */
42
+ static get(name, id, state, opts) {
43
+ return new GroupUsers(name, state, Object.assign(Object.assign({}, opts), { id: id }));
44
+ }
45
+ /**
46
+ * Returns true if the given object is an instance of GroupUsers. This is designed to work even
47
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
48
+ */
49
+ static isInstance(obj) {
50
+ if (obj === undefined || obj === null) {
51
+ return false;
52
+ }
53
+ return obj['__pulumiType'] === GroupUsers.__pulumiType;
54
+ }
55
+ constructor(name, argsOrState, opts) {
56
+ let resourceInputs = {};
57
+ opts = opts || {};
58
+ if (opts.id) {
59
+ const state = argsOrState;
60
+ resourceInputs["groupId"] = state ? state.groupId : undefined;
61
+ resourceInputs["lastUpdated"] = state ? state.lastUpdated : undefined;
62
+ resourceInputs["users"] = state ? state.users : undefined;
63
+ }
64
+ else {
65
+ const args = argsOrState;
66
+ if ((!args || args.groupId === undefined) && !opts.urn) {
67
+ throw new Error("Missing required property 'groupId'");
68
+ }
69
+ resourceInputs["groupId"] = args ? args.groupId : undefined;
70
+ resourceInputs["users"] = args ? args.users : undefined;
71
+ resourceInputs["lastUpdated"] = undefined /*out*/;
72
+ }
73
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
74
+ super(GroupUsers.__pulumiType, name, resourceInputs, opts);
75
+ }
76
+ }
77
+ exports.GroupUsers = GroupUsers;
78
+ /** @internal */
79
+ GroupUsers.__pulumiType = 'fivetran:index/groupUsers:GroupUsers';
80
+ //# sourceMappingURL=groupUsers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupUsers.js","sourceRoot":"","sources":["../groupUsers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAiBD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AA9DL,gCA+DC;AAjDG,gBAAgB;AACO,uBAAY,GAAG,sCAAsC,CAAC"}
package/index.d.ts ADDED
@@ -0,0 +1,177 @@
1
+ export { ConnectorArgs, ConnectorState } from "./connector";
2
+ export type Connector = import("./connector").Connector;
3
+ export declare const Connector: typeof import("./connector").Connector;
4
+ export { ConnectorCertificatesArgs, ConnectorCertificatesState } from "./connectorCertificates";
5
+ export type ConnectorCertificates = import("./connectorCertificates").ConnectorCertificates;
6
+ export declare const ConnectorCertificates: typeof import("./connectorCertificates").ConnectorCertificates;
7
+ export { ConnectorFingerprintsArgs, ConnectorFingerprintsState } from "./connectorFingerprints";
8
+ export type ConnectorFingerprints = import("./connectorFingerprints").ConnectorFingerprints;
9
+ export declare const ConnectorFingerprints: typeof import("./connectorFingerprints").ConnectorFingerprints;
10
+ export { ConnectorScheduleArgs, ConnectorScheduleState } from "./connectorSchedule";
11
+ export type ConnectorSchedule = import("./connectorSchedule").ConnectorSchedule;
12
+ export declare const ConnectorSchedule: typeof import("./connectorSchedule").ConnectorSchedule;
13
+ export { ConnectorSchemaConfigArgs, ConnectorSchemaConfigState } from "./connectorSchemaConfig";
14
+ export type ConnectorSchemaConfig = import("./connectorSchemaConfig").ConnectorSchemaConfig;
15
+ export declare const ConnectorSchemaConfig: typeof import("./connectorSchemaConfig").ConnectorSchemaConfig;
16
+ export { DbtProjectArgs, DbtProjectState } from "./dbtProject";
17
+ export type DbtProject = import("./dbtProject").DbtProject;
18
+ export declare const DbtProject: typeof import("./dbtProject").DbtProject;
19
+ export { DbtTransformationArgs, DbtTransformationState } from "./dbtTransformation";
20
+ export type DbtTransformation = import("./dbtTransformation").DbtTransformation;
21
+ export declare const DbtTransformation: typeof import("./dbtTransformation").DbtTransformation;
22
+ export { DestinationArgs, DestinationState } from "./destination";
23
+ export type Destination = import("./destination").Destination;
24
+ export declare const Destination: typeof import("./destination").Destination;
25
+ export { DestinationCertificatesArgs, DestinationCertificatesState } from "./destinationCertificates";
26
+ export type DestinationCertificates = import("./destinationCertificates").DestinationCertificates;
27
+ export declare const DestinationCertificates: typeof import("./destinationCertificates").DestinationCertificates;
28
+ export { DestinationFingerprintsArgs, DestinationFingerprintsState } from "./destinationFingerprints";
29
+ export type DestinationFingerprints = import("./destinationFingerprints").DestinationFingerprints;
30
+ export declare const DestinationFingerprints: typeof import("./destinationFingerprints").DestinationFingerprints;
31
+ export { ExternalLoggingArgs, ExternalLoggingState } from "./externalLogging";
32
+ export type ExternalLogging = import("./externalLogging").ExternalLogging;
33
+ export declare const ExternalLogging: typeof import("./externalLogging").ExternalLogging;
34
+ export { GetConnectorArgs, GetConnectorResult, GetConnectorOutputArgs } from "./getConnector";
35
+ export declare const getConnector: typeof import("./getConnector").getConnector;
36
+ export declare const getConnectorOutput: typeof import("./getConnector").getConnectorOutput;
37
+ export { GetConnectorCertificatesArgs, GetConnectorCertificatesResult, GetConnectorCertificatesOutputArgs } from "./getConnectorCertificates";
38
+ export declare const getConnectorCertificates: typeof import("./getConnectorCertificates").getConnectorCertificates;
39
+ export declare const getConnectorCertificatesOutput: typeof import("./getConnectorCertificates").getConnectorCertificatesOutput;
40
+ export { GetConnectorFingerprintsArgs, GetConnectorFingerprintsResult, GetConnectorFingerprintsOutputArgs } from "./getConnectorFingerprints";
41
+ export declare const getConnectorFingerprints: typeof import("./getConnectorFingerprints").getConnectorFingerprints;
42
+ export declare const getConnectorFingerprintsOutput: typeof import("./getConnectorFingerprints").getConnectorFingerprintsOutput;
43
+ export { GetConnectorsMetadataArgs, GetConnectorsMetadataResult, GetConnectorsMetadataOutputArgs } from "./getConnectorsMetadata";
44
+ export declare const getConnectorsMetadata: typeof import("./getConnectorsMetadata").getConnectorsMetadata;
45
+ export declare const getConnectorsMetadataOutput: typeof import("./getConnectorsMetadata").getConnectorsMetadataOutput;
46
+ export { GetDbtModelsArgs, GetDbtModelsResult, GetDbtModelsOutputArgs } from "./getDbtModels";
47
+ export declare const getDbtModels: typeof import("./getDbtModels").getDbtModels;
48
+ export declare const getDbtModelsOutput: typeof import("./getDbtModels").getDbtModelsOutput;
49
+ export { GetDbtProjectArgs, GetDbtProjectResult, GetDbtProjectOutputArgs } from "./getDbtProject";
50
+ export declare const getDbtProject: typeof import("./getDbtProject").getDbtProject;
51
+ export declare const getDbtProjectOutput: typeof import("./getDbtProject").getDbtProjectOutput;
52
+ export { GetDbtProjectsResult } from "./getDbtProjects";
53
+ export declare const getDbtProjects: typeof import("./getDbtProjects").getDbtProjects;
54
+ export declare const getDbtProjectsOutput: typeof import("./getDbtProjects").getDbtProjectsOutput;
55
+ export { GetDbtTransformationArgs, GetDbtTransformationResult, GetDbtTransformationOutputArgs } from "./getDbtTransformation";
56
+ export declare const getDbtTransformation: typeof import("./getDbtTransformation").getDbtTransformation;
57
+ export declare const getDbtTransformationOutput: typeof import("./getDbtTransformation").getDbtTransformationOutput;
58
+ export { GetDestinationArgs, GetDestinationResult, GetDestinationOutputArgs } from "./getDestination";
59
+ export declare const getDestination: typeof import("./getDestination").getDestination;
60
+ export declare const getDestinationOutput: typeof import("./getDestination").getDestinationOutput;
61
+ export { GetDestinationCertificatesArgs, GetDestinationCertificatesResult, GetDestinationCertificatesOutputArgs } from "./getDestinationCertificates";
62
+ export declare const getDestinationCertificates: typeof import("./getDestinationCertificates").getDestinationCertificates;
63
+ export declare const getDestinationCertificatesOutput: typeof import("./getDestinationCertificates").getDestinationCertificatesOutput;
64
+ export { GetDestinationFingerprintsArgs, GetDestinationFingerprintsResult, GetDestinationFingerprintsOutputArgs } from "./getDestinationFingerprints";
65
+ export declare const getDestinationFingerprints: typeof import("./getDestinationFingerprints").getDestinationFingerprints;
66
+ export declare const getDestinationFingerprintsOutput: typeof import("./getDestinationFingerprints").getDestinationFingerprintsOutput;
67
+ export { GetExternalLoggingArgs, GetExternalLoggingResult, GetExternalLoggingOutputArgs } from "./getExternalLogging";
68
+ export declare const getExternalLogging: typeof import("./getExternalLogging").getExternalLogging;
69
+ export declare const getExternalLoggingOutput: typeof import("./getExternalLogging").getExternalLoggingOutput;
70
+ export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
71
+ export declare const getGroup: typeof import("./getGroup").getGroup;
72
+ export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
73
+ export { GetGroupConnectorsArgs, GetGroupConnectorsResult, GetGroupConnectorsOutputArgs } from "./getGroupConnectors";
74
+ export declare const getGroupConnectors: typeof import("./getGroupConnectors").getGroupConnectors;
75
+ export declare const getGroupConnectorsOutput: typeof import("./getGroupConnectors").getGroupConnectorsOutput;
76
+ export { GetGroupServiceAccountArgs, GetGroupServiceAccountResult, GetGroupServiceAccountOutputArgs } from "./getGroupServiceAccount";
77
+ export declare const getGroupServiceAccount: typeof import("./getGroupServiceAccount").getGroupServiceAccount;
78
+ export declare const getGroupServiceAccountOutput: typeof import("./getGroupServiceAccount").getGroupServiceAccountOutput;
79
+ export { GetGroupSshKeyArgs, GetGroupSshKeyResult, GetGroupSshKeyOutputArgs } from "./getGroupSshKey";
80
+ export declare const getGroupSshKey: typeof import("./getGroupSshKey").getGroupSshKey;
81
+ export declare const getGroupSshKeyOutput: typeof import("./getGroupSshKey").getGroupSshKeyOutput;
82
+ export { GetGroupUsersArgs, GetGroupUsersResult, GetGroupUsersOutputArgs } from "./getGroupUsers";
83
+ export declare const getGroupUsers: typeof import("./getGroupUsers").getGroupUsers;
84
+ export declare const getGroupUsersOutput: typeof import("./getGroupUsers").getGroupUsersOutput;
85
+ export { GetGroupsArgs, GetGroupsResult, GetGroupsOutputArgs } from "./getGroups";
86
+ export declare const getGroups: typeof import("./getGroups").getGroups;
87
+ export declare const getGroupsOutput: typeof import("./getGroups").getGroupsOutput;
88
+ export { GetLocalProcessingAgentArgs, GetLocalProcessingAgentResult, GetLocalProcessingAgentOutputArgs } from "./getLocalProcessingAgent";
89
+ export declare const getLocalProcessingAgent: typeof import("./getLocalProcessingAgent").getLocalProcessingAgent;
90
+ export declare const getLocalProcessingAgentOutput: typeof import("./getLocalProcessingAgent").getLocalProcessingAgentOutput;
91
+ export { GetLocalProcessingAgentsResult } from "./getLocalProcessingAgents";
92
+ export declare const getLocalProcessingAgents: typeof import("./getLocalProcessingAgents").getLocalProcessingAgents;
93
+ export declare const getLocalProcessingAgentsOutput: typeof import("./getLocalProcessingAgents").getLocalProcessingAgentsOutput;
94
+ export { GetProxyAgentArgs, GetProxyAgentResult, GetProxyAgentOutputArgs } from "./getProxyAgent";
95
+ export declare const getProxyAgent: typeof import("./getProxyAgent").getProxyAgent;
96
+ export declare const getProxyAgentOutput: typeof import("./getProxyAgent").getProxyAgentOutput;
97
+ export { GetProxyAgentsArgs, GetProxyAgentsResult, GetProxyAgentsOutputArgs } from "./getProxyAgents";
98
+ export declare const getProxyAgents: typeof import("./getProxyAgents").getProxyAgents;
99
+ export declare const getProxyAgentsOutput: typeof import("./getProxyAgents").getProxyAgentsOutput;
100
+ export { GetRolesArgs, GetRolesResult, GetRolesOutputArgs } from "./getRoles";
101
+ export declare const getRoles: typeof import("./getRoles").getRoles;
102
+ export declare const getRolesOutput: typeof import("./getRoles").getRolesOutput;
103
+ export { GetTeamArgs, GetTeamResult, GetTeamOutputArgs } from "./getTeam";
104
+ export declare const getTeam: typeof import("./getTeam").getTeam;
105
+ export declare const getTeamOutput: typeof import("./getTeam").getTeamOutput;
106
+ export { GetTeamConnectorMembershipsArgs, GetTeamConnectorMembershipsResult, GetTeamConnectorMembershipsOutputArgs } from "./getTeamConnectorMemberships";
107
+ export declare const getTeamConnectorMemberships: typeof import("./getTeamConnectorMemberships").getTeamConnectorMemberships;
108
+ export declare const getTeamConnectorMembershipsOutput: typeof import("./getTeamConnectorMemberships").getTeamConnectorMembershipsOutput;
109
+ export { GetTeamGroupMembershipsArgs, GetTeamGroupMembershipsResult, GetTeamGroupMembershipsOutputArgs } from "./getTeamGroupMemberships";
110
+ export declare const getTeamGroupMemberships: typeof import("./getTeamGroupMemberships").getTeamGroupMemberships;
111
+ export declare const getTeamGroupMembershipsOutput: typeof import("./getTeamGroupMemberships").getTeamGroupMembershipsOutput;
112
+ export { GetTeamUserMembershipsArgs, GetTeamUserMembershipsResult, GetTeamUserMembershipsOutputArgs } from "./getTeamUserMemberships";
113
+ export declare const getTeamUserMemberships: typeof import("./getTeamUserMemberships").getTeamUserMemberships;
114
+ export declare const getTeamUserMembershipsOutput: typeof import("./getTeamUserMemberships").getTeamUserMembershipsOutput;
115
+ export { GetTeamsArgs, GetTeamsResult, GetTeamsOutputArgs } from "./getTeams";
116
+ export declare const getTeams: typeof import("./getTeams").getTeams;
117
+ export declare const getTeamsOutput: typeof import("./getTeams").getTeamsOutput;
118
+ export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
119
+ export declare const getUser: typeof import("./getUser").getUser;
120
+ export declare const getUserOutput: typeof import("./getUser").getUserOutput;
121
+ export { GetUserConnectorMembershipsArgs, GetUserConnectorMembershipsResult, GetUserConnectorMembershipsOutputArgs } from "./getUserConnectorMemberships";
122
+ export declare const getUserConnectorMemberships: typeof import("./getUserConnectorMemberships").getUserConnectorMemberships;
123
+ export declare const getUserConnectorMembershipsOutput: typeof import("./getUserConnectorMemberships").getUserConnectorMembershipsOutput;
124
+ export { GetUserGroupMembershipsArgs, GetUserGroupMembershipsResult, GetUserGroupMembershipsOutputArgs } from "./getUserGroupMemberships";
125
+ export declare const getUserGroupMemberships: typeof import("./getUserGroupMemberships").getUserGroupMemberships;
126
+ export declare const getUserGroupMembershipsOutput: typeof import("./getUserGroupMemberships").getUserGroupMembershipsOutput;
127
+ export { GetUsersArgs, GetUsersResult, GetUsersOutputArgs } from "./getUsers";
128
+ export declare const getUsers: typeof import("./getUsers").getUsers;
129
+ export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
130
+ export { GetWebhookArgs, GetWebhookResult, GetWebhookOutputArgs } from "./getWebhook";
131
+ export declare const getWebhook: typeof import("./getWebhook").getWebhook;
132
+ export declare const getWebhookOutput: typeof import("./getWebhook").getWebhookOutput;
133
+ export { GetWebhooksResult } from "./getWebhooks";
134
+ export declare const getWebhooks: typeof import("./getWebhooks").getWebhooks;
135
+ export declare const getWebhooksOutput: typeof import("./getWebhooks").getWebhooksOutput;
136
+ export { GroupArgs, GroupState } from "./group";
137
+ export type Group = import("./group").Group;
138
+ export declare const Group: typeof import("./group").Group;
139
+ export { GroupUsersArgs, GroupUsersState } from "./groupUsers";
140
+ export type GroupUsers = import("./groupUsers").GroupUsers;
141
+ export declare const GroupUsers: typeof import("./groupUsers").GroupUsers;
142
+ export { LocalProcessingAgentArgs, LocalProcessingAgentState } from "./localProcessingAgent";
143
+ export type LocalProcessingAgent = import("./localProcessingAgent").LocalProcessingAgent;
144
+ export declare const LocalProcessingAgent: typeof import("./localProcessingAgent").LocalProcessingAgent;
145
+ export { ProviderArgs } from "./provider";
146
+ export type Provider = import("./provider").Provider;
147
+ export declare const Provider: typeof import("./provider").Provider;
148
+ export { ProxyAgentArgs, ProxyAgentState } from "./proxyAgent";
149
+ export type ProxyAgent = import("./proxyAgent").ProxyAgent;
150
+ export declare const ProxyAgent: typeof import("./proxyAgent").ProxyAgent;
151
+ export { TeamArgs, TeamState } from "./team";
152
+ export type Team = import("./team").Team;
153
+ export declare const Team: typeof import("./team").Team;
154
+ export { TeamConnectorMembershipArgs, TeamConnectorMembershipState } from "./teamConnectorMembership";
155
+ export type TeamConnectorMembership = import("./teamConnectorMembership").TeamConnectorMembership;
156
+ export declare const TeamConnectorMembership: typeof import("./teamConnectorMembership").TeamConnectorMembership;
157
+ export { TeamGroupMembershipArgs, TeamGroupMembershipState } from "./teamGroupMembership";
158
+ export type TeamGroupMembership = import("./teamGroupMembership").TeamGroupMembership;
159
+ export declare const TeamGroupMembership: typeof import("./teamGroupMembership").TeamGroupMembership;
160
+ export { TeamUserMembershipArgs, TeamUserMembershipState } from "./teamUserMembership";
161
+ export type TeamUserMembership = import("./teamUserMembership").TeamUserMembership;
162
+ export declare const TeamUserMembership: typeof import("./teamUserMembership").TeamUserMembership;
163
+ export { UserArgs, UserState } from "./user";
164
+ export type User = import("./user").User;
165
+ export declare const User: typeof import("./user").User;
166
+ export { UserConnectorMembershipArgs, UserConnectorMembershipState } from "./userConnectorMembership";
167
+ export type UserConnectorMembership = import("./userConnectorMembership").UserConnectorMembership;
168
+ export declare const UserConnectorMembership: typeof import("./userConnectorMembership").UserConnectorMembership;
169
+ export { UserGroupMembershipArgs, UserGroupMembershipState } from "./userGroupMembership";
170
+ export type UserGroupMembership = import("./userGroupMembership").UserGroupMembership;
171
+ export declare const UserGroupMembership: typeof import("./userGroupMembership").UserGroupMembership;
172
+ export { WebhookArgs, WebhookState } from "./webhook";
173
+ export type Webhook = import("./webhook").Webhook;
174
+ export declare const Webhook: typeof import("./webhook").Webhook;
175
+ import * as config from "./config";
176
+ import * as types from "./types";
177
+ export { config, types, };