@pulumi/wavefront 1.2.0-alpha.1663005863 → 1.2.0-alpha.1669657115
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/alert.d.ts +12 -0
- package/alert.js +24 -22
- package/alert.js.map +1 -1
- package/alertTarget.d.ts +2 -1
- package/alertTarget.js +22 -22
- package/alertTarget.js.map +1 -1
- package/cloudIntegrationAppDynamics.js +25 -23
- package/cloudIntegrationAppDynamics.js.map +1 -1
- package/cloudIntegrationAwsExternalId.js +12 -12
- package/cloudIntegrationAwsExternalId.js.map +1 -1
- package/cloudIntegrationAzure.js +25 -23
- package/cloudIntegrationAzure.js.map +1 -1
- package/cloudIntegrationAzureActivityLog.js +25 -23
- package/cloudIntegrationAzureActivityLog.js.map +1 -1
- package/cloudIntegrationCloudTrail.js +22 -22
- package/cloudIntegrationCloudTrail.js.map +1 -1
- package/cloudIntegrationCloudWatch.js +22 -22
- package/cloudIntegrationCloudWatch.js.map +1 -1
- package/cloudIntegrationEc2.js +22 -22
- package/cloudIntegrationEc2.js.map +1 -1
- package/cloudIntegrationGcp.js +25 -23
- package/cloudIntegrationGcp.js.map +1 -1
- package/cloudIntegrationGcpBilling.js +26 -24
- package/cloudIntegrationGcpBilling.js.map +1 -1
- package/cloudIntegrationNewRelic.d.ts +2 -1
- package/cloudIntegrationNewRelic.js +25 -23
- package/cloudIntegrationNewRelic.js.map +1 -1
- package/dashboard.d.ts +2 -1
- package/dashboard.js +22 -22
- package/dashboard.js.map +1 -1
- package/dashboardJson.d.ts +2 -0
- package/dashboardJson.js +19 -17
- package/dashboardJson.js.map +1 -1
- package/derivedMetric.js +22 -22
- package/derivedMetric.js.map +1 -1
- package/event.d.ts +120 -0
- package/event.js +87 -0
- package/event.js.map +1 -0
- package/externalLink.js +22 -22
- package/externalLink.js.map +1 -1
- package/getAlert.d.ts +145 -0
- package/getAlert.js +38 -0
- package/getAlert.js.map +1 -0
- package/getAlerts.d.ts +61 -0
- package/getAlerts.js +40 -0
- package/getAlerts.js.map +1 -0
- package/getDashboard.d.ts +112 -0
- package/getDashboard.js +37 -0
- package/getDashboard.js.map +1 -0
- package/getDashboards.d.ts +61 -0
- package/getDashboards.js +40 -0
- package/getDashboards.js.map +1 -0
- package/getDerivedMetric.d.ts +133 -0
- package/getDerivedMetric.js +37 -0
- package/getDerivedMetric.js.map +1 -0
- package/getDerivedMetrics.d.ts +61 -0
- package/getDerivedMetrics.js +40 -0
- package/getDerivedMetrics.js.map +1 -0
- package/getEvent.d.ts +78 -0
- package/getEvent.js +37 -0
- package/getEvent.js.map +1 -0
- package/getEvents.d.ts +87 -0
- package/getEvents.js +43 -0
- package/getEvents.js.map +1 -0
- package/getExternalLink.d.ts +94 -0
- package/getExternalLink.js +37 -0
- package/getExternalLink.js.map +1 -0
- package/getExternalLinks.d.ts +61 -0
- package/getExternalLinks.js +40 -0
- package/getExternalLinks.js.map +1 -0
- package/getMaintenanceWindow.d.ts +119 -0
- package/getMaintenanceWindow.js +37 -0
- package/getMaintenanceWindow.js.map +1 -0
- package/getMaintenanceWindowAll.d.ts +30 -0
- package/getMaintenanceWindowAll.js +24 -0
- package/getMaintenanceWindowAll.js.map +1 -0
- package/getMetricsPolicy.d.ts +16 -0
- package/getMetricsPolicy.js +16 -0
- package/getMetricsPolicy.js.map +1 -0
- package/getRole.d.ts +57 -0
- package/getRole.js +37 -0
- package/getRole.js.map +1 -0
- package/getRoles.d.ts +61 -0
- package/getRoles.js +40 -0
- package/getRoles.js.map +1 -0
- package/getUser.d.ts +60 -0
- package/getUser.js +37 -0
- package/getUser.js.map +1 -0
- package/getUserGroup.d.ts +61 -0
- package/getUserGroup.js +37 -0
- package/getUserGroup.js.map +1 -0
- package/getUserGroups.d.ts +61 -0
- package/getUserGroups.js +40 -0
- package/getUserGroups.js.map +1 -0
- package/getUsers.d.ts +29 -0
- package/getUsers.js +29 -0
- package/getUsers.js.map +1 -0
- package/index.d.ts +132 -25
- package/index.js +138 -92
- package/index.js.map +1 -1
- package/ingestionPolicy.d.ts +3 -0
- package/ingestionPolicy.js +24 -19
- package/ingestionPolicy.js.map +1 -1
- package/maintenanceWindow.js +22 -22
- package/maintenanceWindow.js.map +1 -1
- package/metricsPolicy.d.ts +83 -0
- package/metricsPolicy.js +73 -0
- package/metricsPolicy.js.map +1 -0
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/provider.js +10 -10
- package/provider.js.map +1 -1
- package/role.js +20 -20
- package/role.js.map +1 -1
- package/serviceAccount.js +22 -22
- package/serviceAccount.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +49 -1
- package/types/output.d.ts +1157 -1
- package/user.js +22 -22
- package/user.js.map +1 -1
- package/userGroup.js +19 -19
- package/userGroup.js.map +1 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/cloudIntegrationTesla.d.ts +0 -150
- package/cloudIntegrationTesla.js +0 -94
- package/cloudIntegrationTesla.js.map +0 -1
package/user.js
CHANGED
|
@@ -28,6 +28,28 @@ const utilities = require("./utilities");
|
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
30
30
|
class User extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing User resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name, id, state, opts) {
|
|
41
|
+
return new User(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of User. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
static isInstance(obj) {
|
|
48
|
+
if (obj === undefined || obj === null) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
return obj['__pulumiType'] === User.__pulumiType;
|
|
52
|
+
}
|
|
31
53
|
constructor(name, argsOrState, opts) {
|
|
32
54
|
let resourceInputs = {};
|
|
33
55
|
opts = opts || {};
|
|
@@ -51,28 +73,6 @@ class User extends pulumi.CustomResource {
|
|
|
51
73
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
52
74
|
super(User.__pulumiType, name, resourceInputs, opts);
|
|
53
75
|
}
|
|
54
|
-
/**
|
|
55
|
-
* Get an existing User resource's state with the given name, ID, and optional extra
|
|
56
|
-
* properties used to qualify the lookup.
|
|
57
|
-
*
|
|
58
|
-
* @param name The _unique_ name of the resulting resource.
|
|
59
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
60
|
-
* @param state Any extra arguments used during the lookup.
|
|
61
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
62
|
-
*/
|
|
63
|
-
static get(name, id, state, opts) {
|
|
64
|
-
return new User(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Returns true if the given object is an instance of User. This is designed to work even
|
|
68
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
69
|
-
*/
|
|
70
|
-
static isInstance(obj) {
|
|
71
|
-
if (obj === undefined || obj === null) {
|
|
72
|
-
return false;
|
|
73
|
-
}
|
|
74
|
-
return obj['__pulumiType'] === User.__pulumiType;
|
|
75
|
-
}
|
|
76
76
|
}
|
|
77
77
|
exports.User = User;
|
|
78
78
|
/** @internal */
|
package/user.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../user.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../user.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IA0BD,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,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,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AAzEL,oBA0EC;AA5DG,gBAAgB;AACO,iBAAY,GAAG,2BAA2B,CAAC"}
|
package/userGroup.js
CHANGED
|
@@ -28,25 +28,6 @@ const utilities = require("./utilities");
|
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
30
30
|
class UserGroup extends pulumi.CustomResource {
|
|
31
|
-
constructor(name, argsOrState, opts) {
|
|
32
|
-
let resourceInputs = {};
|
|
33
|
-
opts = opts || {};
|
|
34
|
-
if (opts.id) {
|
|
35
|
-
const state = argsOrState;
|
|
36
|
-
resourceInputs["description"] = state ? state.description : undefined;
|
|
37
|
-
resourceInputs["name"] = state ? state.name : undefined;
|
|
38
|
-
}
|
|
39
|
-
else {
|
|
40
|
-
const args = argsOrState;
|
|
41
|
-
if ((!args || args.description === undefined) && !opts.urn) {
|
|
42
|
-
throw new Error("Missing required property 'description'");
|
|
43
|
-
}
|
|
44
|
-
resourceInputs["description"] = args ? args.description : undefined;
|
|
45
|
-
resourceInputs["name"] = args ? args.name : undefined;
|
|
46
|
-
}
|
|
47
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
48
|
-
super(UserGroup.__pulumiType, name, resourceInputs, opts);
|
|
49
|
-
}
|
|
50
31
|
/**
|
|
51
32
|
* Get an existing UserGroup resource's state with the given name, ID, and optional extra
|
|
52
33
|
* properties used to qualify the lookup.
|
|
@@ -69,6 +50,25 @@ class UserGroup extends pulumi.CustomResource {
|
|
|
69
50
|
}
|
|
70
51
|
return obj['__pulumiType'] === UserGroup.__pulumiType;
|
|
71
52
|
}
|
|
53
|
+
constructor(name, argsOrState, opts) {
|
|
54
|
+
let resourceInputs = {};
|
|
55
|
+
opts = opts || {};
|
|
56
|
+
if (opts.id) {
|
|
57
|
+
const state = argsOrState;
|
|
58
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
59
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
const args = argsOrState;
|
|
63
|
+
if ((!args || args.description === undefined) && !opts.urn) {
|
|
64
|
+
throw new Error("Missing required property 'description'");
|
|
65
|
+
}
|
|
66
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
67
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
68
|
+
}
|
|
69
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
70
|
+
super(UserGroup.__pulumiType, name, resourceInputs, opts);
|
|
71
|
+
}
|
|
72
72
|
}
|
|
73
73
|
exports.UserGroup = UserGroup;
|
|
74
74
|
/** @internal */
|
package/userGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userGroup.js","sourceRoot":"","sources":["../userGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"userGroup.js","sourceRoot":"","sources":["../userGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,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,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA9DL,8BA+DC;AAjDG,gBAAgB;AACO,sBAAY,GAAG,qCAAqC,CAAC"}
|
package/utilities.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.resourceOptsDefaults = exports.getVersion = exports.getEnvNumber = exports.getEnvBoolean = exports.getEnv = void 0;
|
|
5
|
+
exports.lazyLoad = exports.resourceOptsDefaults = exports.getVersion = exports.getEnvNumber = exports.getEnvBoolean = exports.getEnv = void 0;
|
|
6
6
|
function getEnv(...vars) {
|
|
7
7
|
for (const v of vars) {
|
|
8
8
|
const value = process.env[v];
|
|
@@ -54,4 +54,16 @@ function resourceOptsDefaults() {
|
|
|
54
54
|
return { version: getVersion() };
|
|
55
55
|
}
|
|
56
56
|
exports.resourceOptsDefaults = resourceOptsDefaults;
|
|
57
|
+
/** @internal */
|
|
58
|
+
function lazyLoad(exports, props, loadModule) {
|
|
59
|
+
for (let property of props) {
|
|
60
|
+
Object.defineProperty(exports, property, {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () {
|
|
63
|
+
return loadModule()[property];
|
|
64
|
+
},
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.lazyLoad = lazyLoad;
|
|
57
69
|
//# sourceMappingURL=utilities.js.map
|
package/utilities.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAGjF,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;IAChD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC;AAED,gBAAgB;AAChB,SAAgB,oBAAoB;IAChC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,CAAC;AACrC,CAAC;AAFD,oDAEC"}
|
|
1
|
+
{"version":3,"file":"utilities.js","sourceRoot":"","sources":["../utilities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAGjF,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC;IAChD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC;AAED,gBAAgB;AAChB,SAAgB,oBAAoB;IAChC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,CAAC;AACrC,CAAC;AAFD,oDAEC;AAED,gBAAgB;AAChB,SAAgB,QAAQ,CAAC,OAAY,EAAE,KAAe,EAAE,UAAe;IACnE,KAAK,IAAI,QAAQ,IAAI,KAAK,EAAE;QACxB,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;YACrC,UAAU,EAAE,IAAI;YAChB,GAAG,EAAE;gBACD,OAAO,UAAU,EAAE,CAAC,QAAQ,CAAC,CAAC;YAClC,CAAC;SACJ,CAAC,CAAC;KACN;AACL,CAAC;AATD,4BASC"}
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* Provides a Wavefront Cloud Integration for Tesla. This allows Tesla cloud integrations to be created,
|
|
4
|
-
* updated, and deleted.
|
|
5
|
-
*
|
|
6
|
-
* ## Example Usage
|
|
7
|
-
*
|
|
8
|
-
* ```typescript
|
|
9
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
-
* import * as wavefront from "@pulumi/wavefront";
|
|
11
|
-
*
|
|
12
|
-
* const tesla = new wavefront.CloudIntegrationTesla("tesla", {
|
|
13
|
-
* email: "email@example.com",
|
|
14
|
-
* password: "password",
|
|
15
|
-
* });
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* ## Import
|
|
19
|
-
*
|
|
20
|
-
* Tesla Integrations can be imported by using the `id`, e.g.
|
|
21
|
-
*
|
|
22
|
-
* ```sh
|
|
23
|
-
* $ pulumi import wavefront:index/cloudIntegrationTesla:CloudIntegrationTesla tesla a411c16b-3cf7-4f03-bf11-8ca05aab898d
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
export declare class CloudIntegrationTesla extends pulumi.CustomResource {
|
|
27
|
-
/**
|
|
28
|
-
* Get an existing CloudIntegrationTesla resource's state with the given name, ID, and optional extra
|
|
29
|
-
* properties used to qualify the lookup.
|
|
30
|
-
*
|
|
31
|
-
* @param name The _unique_ name of the resulting resource.
|
|
32
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
33
|
-
* @param state Any extra arguments used during the lookup.
|
|
34
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
35
|
-
*/
|
|
36
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CloudIntegrationTeslaState, opts?: pulumi.CustomResourceOptions): CloudIntegrationTesla;
|
|
37
|
-
/**
|
|
38
|
-
* Returns true if the given object is an instance of CloudIntegrationTesla. This is designed to work even
|
|
39
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
40
|
-
*/
|
|
41
|
-
static isInstance(obj: any): obj is CloudIntegrationTesla;
|
|
42
|
-
/**
|
|
43
|
-
* A list of point tag key-values to add to every point ingested using this integration.
|
|
44
|
-
*/
|
|
45
|
-
readonly additionalTags: pulumi.Output<{
|
|
46
|
-
[key: string]: string;
|
|
47
|
-
} | undefined>;
|
|
48
|
-
/**
|
|
49
|
-
* A Tesla account login email address.
|
|
50
|
-
*/
|
|
51
|
-
readonly email: pulumi.Output<string>;
|
|
52
|
-
/**
|
|
53
|
-
* Forces this resource to save, even if errors are present.
|
|
54
|
-
*/
|
|
55
|
-
readonly forceSave: pulumi.Output<boolean | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* The human-readable name of this integration.
|
|
58
|
-
*/
|
|
59
|
-
readonly name: pulumi.Output<string>;
|
|
60
|
-
/**
|
|
61
|
-
* The Tesla account login password.
|
|
62
|
-
*/
|
|
63
|
-
readonly password: pulumi.Output<string>;
|
|
64
|
-
/**
|
|
65
|
-
* A value denoting which cloud service this service integrates with.
|
|
66
|
-
*/
|
|
67
|
-
readonly service: pulumi.Output<string>;
|
|
68
|
-
/**
|
|
69
|
-
* How often, in minutes, to refresh the service.
|
|
70
|
-
*/
|
|
71
|
-
readonly serviceRefreshRateInMinutes: pulumi.Output<number | undefined>;
|
|
72
|
-
/**
|
|
73
|
-
* Create a CloudIntegrationTesla resource with the given unique name, arguments, and options.
|
|
74
|
-
*
|
|
75
|
-
* @param name The _unique_ name of the resource.
|
|
76
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
77
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
78
|
-
*/
|
|
79
|
-
constructor(name: string, args: CloudIntegrationTeslaArgs, opts?: pulumi.CustomResourceOptions);
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* Input properties used for looking up and filtering CloudIntegrationTesla resources.
|
|
83
|
-
*/
|
|
84
|
-
export interface CloudIntegrationTeslaState {
|
|
85
|
-
/**
|
|
86
|
-
* A list of point tag key-values to add to every point ingested using this integration.
|
|
87
|
-
*/
|
|
88
|
-
additionalTags?: pulumi.Input<{
|
|
89
|
-
[key: string]: pulumi.Input<string>;
|
|
90
|
-
}>;
|
|
91
|
-
/**
|
|
92
|
-
* A Tesla account login email address.
|
|
93
|
-
*/
|
|
94
|
-
email?: pulumi.Input<string>;
|
|
95
|
-
/**
|
|
96
|
-
* Forces this resource to save, even if errors are present.
|
|
97
|
-
*/
|
|
98
|
-
forceSave?: pulumi.Input<boolean>;
|
|
99
|
-
/**
|
|
100
|
-
* The human-readable name of this integration.
|
|
101
|
-
*/
|
|
102
|
-
name?: pulumi.Input<string>;
|
|
103
|
-
/**
|
|
104
|
-
* The Tesla account login password.
|
|
105
|
-
*/
|
|
106
|
-
password?: pulumi.Input<string>;
|
|
107
|
-
/**
|
|
108
|
-
* A value denoting which cloud service this service integrates with.
|
|
109
|
-
*/
|
|
110
|
-
service?: pulumi.Input<string>;
|
|
111
|
-
/**
|
|
112
|
-
* How often, in minutes, to refresh the service.
|
|
113
|
-
*/
|
|
114
|
-
serviceRefreshRateInMinutes?: pulumi.Input<number>;
|
|
115
|
-
}
|
|
116
|
-
/**
|
|
117
|
-
* The set of arguments for constructing a CloudIntegrationTesla resource.
|
|
118
|
-
*/
|
|
119
|
-
export interface CloudIntegrationTeslaArgs {
|
|
120
|
-
/**
|
|
121
|
-
* A list of point tag key-values to add to every point ingested using this integration.
|
|
122
|
-
*/
|
|
123
|
-
additionalTags?: pulumi.Input<{
|
|
124
|
-
[key: string]: pulumi.Input<string>;
|
|
125
|
-
}>;
|
|
126
|
-
/**
|
|
127
|
-
* A Tesla account login email address.
|
|
128
|
-
*/
|
|
129
|
-
email: pulumi.Input<string>;
|
|
130
|
-
/**
|
|
131
|
-
* Forces this resource to save, even if errors are present.
|
|
132
|
-
*/
|
|
133
|
-
forceSave?: pulumi.Input<boolean>;
|
|
134
|
-
/**
|
|
135
|
-
* The human-readable name of this integration.
|
|
136
|
-
*/
|
|
137
|
-
name?: pulumi.Input<string>;
|
|
138
|
-
/**
|
|
139
|
-
* The Tesla account login password.
|
|
140
|
-
*/
|
|
141
|
-
password: pulumi.Input<string>;
|
|
142
|
-
/**
|
|
143
|
-
* A value denoting which cloud service this service integrates with.
|
|
144
|
-
*/
|
|
145
|
-
service: pulumi.Input<string>;
|
|
146
|
-
/**
|
|
147
|
-
* How often, in minutes, to refresh the service.
|
|
148
|
-
*/
|
|
149
|
-
serviceRefreshRateInMinutes?: pulumi.Input<number>;
|
|
150
|
-
}
|
package/cloudIntegrationTesla.js
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
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.CloudIntegrationTesla = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Provides a Wavefront Cloud Integration for Tesla. This allows Tesla cloud integrations to be created,
|
|
10
|
-
* updated, and deleted.
|
|
11
|
-
*
|
|
12
|
-
* ## Example Usage
|
|
13
|
-
*
|
|
14
|
-
* ```typescript
|
|
15
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as wavefront from "@pulumi/wavefront";
|
|
17
|
-
*
|
|
18
|
-
* const tesla = new wavefront.CloudIntegrationTesla("tesla", {
|
|
19
|
-
* email: "email@example.com",
|
|
20
|
-
* password: "password",
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* ## Import
|
|
25
|
-
*
|
|
26
|
-
* Tesla Integrations can be imported by using the `id`, e.g.
|
|
27
|
-
*
|
|
28
|
-
* ```sh
|
|
29
|
-
* $ pulumi import wavefront:index/cloudIntegrationTesla:CloudIntegrationTesla tesla a411c16b-3cf7-4f03-bf11-8ca05aab898d
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
class CloudIntegrationTesla extends pulumi.CustomResource {
|
|
33
|
-
constructor(name, argsOrState, opts) {
|
|
34
|
-
let resourceInputs = {};
|
|
35
|
-
opts = opts || {};
|
|
36
|
-
if (opts.id) {
|
|
37
|
-
const state = argsOrState;
|
|
38
|
-
resourceInputs["additionalTags"] = state ? state.additionalTags : undefined;
|
|
39
|
-
resourceInputs["email"] = state ? state.email : undefined;
|
|
40
|
-
resourceInputs["forceSave"] = state ? state.forceSave : undefined;
|
|
41
|
-
resourceInputs["name"] = state ? state.name : undefined;
|
|
42
|
-
resourceInputs["password"] = state ? state.password : undefined;
|
|
43
|
-
resourceInputs["service"] = state ? state.service : undefined;
|
|
44
|
-
resourceInputs["serviceRefreshRateInMinutes"] = state ? state.serviceRefreshRateInMinutes : undefined;
|
|
45
|
-
}
|
|
46
|
-
else {
|
|
47
|
-
const args = argsOrState;
|
|
48
|
-
if ((!args || args.email === undefined) && !opts.urn) {
|
|
49
|
-
throw new Error("Missing required property 'email'");
|
|
50
|
-
}
|
|
51
|
-
if ((!args || args.password === undefined) && !opts.urn) {
|
|
52
|
-
throw new Error("Missing required property 'password'");
|
|
53
|
-
}
|
|
54
|
-
if ((!args || args.service === undefined) && !opts.urn) {
|
|
55
|
-
throw new Error("Missing required property 'service'");
|
|
56
|
-
}
|
|
57
|
-
resourceInputs["additionalTags"] = args ? args.additionalTags : undefined;
|
|
58
|
-
resourceInputs["email"] = args ? args.email : undefined;
|
|
59
|
-
resourceInputs["forceSave"] = args ? args.forceSave : undefined;
|
|
60
|
-
resourceInputs["name"] = args ? args.name : undefined;
|
|
61
|
-
resourceInputs["password"] = args ? args.password : undefined;
|
|
62
|
-
resourceInputs["service"] = args ? args.service : undefined;
|
|
63
|
-
resourceInputs["serviceRefreshRateInMinutes"] = args ? args.serviceRefreshRateInMinutes : undefined;
|
|
64
|
-
}
|
|
65
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
66
|
-
super(CloudIntegrationTesla.__pulumiType, name, resourceInputs, opts);
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Get an existing CloudIntegrationTesla resource's state with the given name, ID, and optional extra
|
|
70
|
-
* properties used to qualify the lookup.
|
|
71
|
-
*
|
|
72
|
-
* @param name The _unique_ name of the resulting resource.
|
|
73
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
74
|
-
* @param state Any extra arguments used during the lookup.
|
|
75
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
76
|
-
*/
|
|
77
|
-
static get(name, id, state, opts) {
|
|
78
|
-
return new CloudIntegrationTesla(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Returns true if the given object is an instance of CloudIntegrationTesla. This is designed to work even
|
|
82
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
83
|
-
*/
|
|
84
|
-
static isInstance(obj) {
|
|
85
|
-
if (obj === undefined || obj === null) {
|
|
86
|
-
return false;
|
|
87
|
-
}
|
|
88
|
-
return obj['__pulumiType'] === CloudIntegrationTesla.__pulumiType;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
exports.CloudIntegrationTesla = CloudIntegrationTesla;
|
|
92
|
-
/** @internal */
|
|
93
|
-
CloudIntegrationTesla.__pulumiType = 'wavefront:index/cloudIntegrationTesla:CloudIntegrationTesla';
|
|
94
|
-
//# sourceMappingURL=cloudIntegrationTesla.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cloudIntegrationTesla.js","sourceRoot":"","sources":["../cloudIntegrationTesla.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAiE5D,YAAY,IAAY,EAAE,WAAoE,EAAE,IAAmC;QAC/H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqD,CAAC;YACpE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,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,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,6BAA6B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;SACzG;aAAM;YACH,MAAM,IAAI,GAAG,WAAoD,CAAC;YAClE,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,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,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,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;SACvG;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;IAjGD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,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,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;;AA1BL,sDAmGC;AArFG,gBAAgB;AACO,kCAAY,GAAG,6DAA6D,CAAC"}
|