@azure/synapse-monitoring 1.0.0-beta.2 → 1.0.0-beta.4
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/LICENSE +21 -0
- package/README.md +17 -14
- package/dist/browser/index.d.ts +4 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +11 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.d.ts +50 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +9 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +5 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +162 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +9 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +77 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/monitoringClient.d.ts +20 -0
- package/dist/browser/monitoringClient.d.ts.map +1 -0
- package/dist/browser/monitoringClient.js +101 -0
- package/dist/browser/monitoringClient.js.map +1 -0
- package/dist/browser/operations/index.d.ts +2 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +9 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/monitoring.d.ts +23 -0
- package/dist/browser/operations/monitoring.d.ts.map +1 -0
- package/dist/browser/operations/monitoring.js +69 -0
- package/dist/browser/operations/monitoring.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +2 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +9 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/monitoring.d.ts +15 -0
- package/dist/browser/operationsInterfaces/monitoring.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/monitoring.js +9 -0
- package/dist/browser/operationsInterfaces/monitoring.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/tracing.d.ts +2 -0
- package/dist/browser/tracing.d.ts.map +1 -0
- package/dist/browser/tracing.js +14 -0
- package/dist/browser/tracing.js.map +1 -0
- package/dist/commonjs/index.d.ts +4 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +16 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +50 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +10 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +5 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +165 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +9 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +80 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/monitoringClient.d.ts +20 -0
- package/dist/commonjs/monitoringClient.d.ts.map +1 -0
- package/dist/commonjs/monitoringClient.js +106 -0
- package/dist/commonjs/monitoringClient.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +2 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +12 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/monitoring.d.ts +23 -0
- package/dist/commonjs/operations/monitoring.d.ts.map +1 -0
- package/dist/commonjs/operations/monitoring.js +74 -0
- package/dist/commonjs/operations/monitoring.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +12 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitoring.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/monitoring.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/monitoring.js +10 -0
- package/dist/commonjs/operationsInterfaces/monitoring.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/tracing.d.ts +2 -0
- package/dist/commonjs/tracing.d.ts.map +1 -0
- package/dist/commonjs/tracing.js +17 -0
- package/dist/commonjs/tracing.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +11 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +50 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +5 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +162 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +9 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +77 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/monitoringClient.d.ts +20 -0
- package/dist/esm/monitoringClient.d.ts.map +1 -0
- package/dist/esm/monitoringClient.js +101 -0
- package/dist/esm/monitoringClient.js.map +1 -0
- package/dist/esm/operations/index.d.ts +2 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +9 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/monitoring.d.ts +23 -0
- package/dist/esm/operations/monitoring.d.ts.map +1 -0
- package/dist/esm/operations/monitoring.js +69 -0
- package/dist/esm/operations/monitoring.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +9 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/monitoring.d.ts +15 -0
- package/dist/esm/operationsInterfaces/monitoring.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/monitoring.js +9 -0
- package/dist/esm/operationsInterfaces/monitoring.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/tracing.d.ts +2 -0
- package/dist/esm/tracing.d.ts.map +1 -0
- package/dist/esm/tracing.js +14 -0
- package/dist/esm/tracing.js.map +1 -0
- package/dist/react-native/index.d.ts +4 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +11 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +50 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +9 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +5 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +162 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +9 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +77 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/monitoringClient.d.ts +20 -0
- package/dist/react-native/monitoringClient.d.ts.map +1 -0
- package/dist/react-native/monitoringClient.js +101 -0
- package/dist/react-native/monitoringClient.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +2 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +9 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/monitoring.d.ts +23 -0
- package/dist/react-native/operations/monitoring.d.ts.map +1 -0
- package/dist/react-native/operations/monitoring.js +69 -0
- package/dist/react-native/operations/monitoring.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +9 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/monitoring.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/monitoring.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/monitoring.js +9 -0
- package/dist/react-native/operationsInterfaces/monitoring.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/tracing.d.ts +2 -0
- package/dist/react-native/tracing.d.ts.map +1 -0
- package/dist/react-native/tracing.js +14 -0
- package/dist/react-native/tracing.js.map +1 -0
- package/package.json +82 -50
- package/CHANGELOG.md +0 -9
- package/dist/index.js +0 -2587
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/rollup.config.js +0 -41
- package/tsconfig.json +0 -20
- package/types/synapse-monitoring.d.ts +0 -120
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { Monitoring } from "../operationsInterfaces/index.js";
|
|
2
|
+
import type { MonitoringClient } from "../monitoringClient.js";
|
|
3
|
+
import type { MonitoringGetSparkJobListOptionalParams, MonitoringGetSparkJobListResponse, MonitoringGetSqlJobQueryStringOptionalParams, MonitoringGetSqlJobQueryStringResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing Monitoring operations. */
|
|
5
|
+
export declare class MonitoringImpl implements Monitoring {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class Monitoring class.
|
|
9
|
+
* @param client - Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: MonitoringClient);
|
|
12
|
+
/**
|
|
13
|
+
* Get list of spark applications for the workspace.
|
|
14
|
+
* @param options - The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
getSparkJobList(options?: MonitoringGetSparkJobListOptionalParams): Promise<MonitoringGetSparkJobListResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Get SQL OD/DW Query for the workspace.
|
|
19
|
+
* @param options - The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
getSqlJobQueryString(options?: MonitoringGetSqlJobQueryStringOptionalParams): Promise<MonitoringGetSqlJobQueryStringResponse>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=monitoring.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoring.d.ts","sourceRoot":"","sources":["../../../src/operations/monitoring.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EACV,uCAAuC,EACvC,iCAAiC,EACjC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAgC5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmB;IAE1C;;;OAGG;gBACS,MAAM,EAAE,gBAAgB;IAIpC;;;OAGG;IACG,eAAe,CACnB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC;IAa7C;;;OAGG;IACG,oBAAoB,CACxB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;CAYnD"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { tracingClient } from "../tracing.js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
// Operation Specifications
|
|
13
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
14
|
+
const getSparkJobListOperationSpec = {
|
|
15
|
+
path: "/monitoring/workloadTypes/spark/Applications",
|
|
16
|
+
httpMethod: "GET",
|
|
17
|
+
responses: {
|
|
18
|
+
200: {
|
|
19
|
+
bodyMapper: Mappers.SparkJobListViewResponse,
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
queryParameters: [Parameters.apiVersion],
|
|
23
|
+
urlParameters: [Parameters.endpoint],
|
|
24
|
+
headerParameters: [Parameters.accept, Parameters.xMsClientRequestId],
|
|
25
|
+
serializer,
|
|
26
|
+
};
|
|
27
|
+
const getSqlJobQueryStringOperationSpec = {
|
|
28
|
+
path: "/monitoring/workloadTypes/sql/querystring",
|
|
29
|
+
httpMethod: "GET",
|
|
30
|
+
responses: {
|
|
31
|
+
200: {
|
|
32
|
+
bodyMapper: Mappers.SqlQueryStringDataModel,
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.orderby, Parameters.skip],
|
|
36
|
+
urlParameters: [Parameters.endpoint],
|
|
37
|
+
headerParameters: [Parameters.accept, Parameters.xMsClientRequestId],
|
|
38
|
+
serializer,
|
|
39
|
+
};
|
|
40
|
+
/** Class containing Monitoring operations. */
|
|
41
|
+
export class MonitoringImpl {
|
|
42
|
+
client;
|
|
43
|
+
/**
|
|
44
|
+
* Initialize a new instance of the class Monitoring class.
|
|
45
|
+
* @param client - Reference to the service client
|
|
46
|
+
*/
|
|
47
|
+
constructor(client) {
|
|
48
|
+
this.client = client;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Get list of spark applications for the workspace.
|
|
52
|
+
* @param options - The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
async getSparkJobList(options) {
|
|
55
|
+
return tracingClient.withSpan("MonitoringClient.getSparkJobList", options ?? {}, async (updatedOptions) => {
|
|
56
|
+
return this.client.sendOperationRequest({ updatedOptions }, getSparkJobListOperationSpec);
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Get SQL OD/DW Query for the workspace.
|
|
61
|
+
* @param options - The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
async getSqlJobQueryString(options) {
|
|
64
|
+
return tracingClient.withSpan("MonitoringClient.getSqlJobQueryString", options ?? {}, async (updatedOptions) => {
|
|
65
|
+
return this.client.sendOperationRequest({ updatedOptions }, getSqlJobQueryStringOperationSpec);
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=monitoring.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoring.js","sourceRoot":"","sources":["../../../src/operations/monitoring.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAStD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,8CAA8C;IACpD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACpE,UAAU;CACX,CAAC;AACF,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,2CAA2C;IACjD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,uBAAuB;SAC5C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,IAAI,CAAC;IAChG,aAAa,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC;IACpC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,kBAAkB,CAAC;IACpE,UAAU;CACX,CAAC;AAEF,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IACR,MAAM,CAAmB;IAE1C;;;OAGG;IACH,YAAY,MAAwB;QAClC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,eAAe,CACnB,OAAiD;QAEjD,OAAO,aAAa,CAAC,QAAQ,CAC3B,kCAAkC,EAClC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,cAAc,EAAE,EAClB,4BAA4B,CACiB,CAAC;QAClD,CAAC,CACF,CAAC;IACJ,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,oBAAoB,CACxB,OAAsD;QAEtD,OAAO,aAAa,CAAC,QAAQ,CAC3B,uCAAuC,EACvC,OAAO,IAAI,EAAE,EACb,KAAK,EAAE,cAAc,EAAE,EAAE;YACvB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,cAAc,EAAE,EAClB,iCAAiC,CACiB,CAAC;QACvD,CAAC,CACF,CAAC;IACJ,CAAC;CACF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing.js\";\nimport type { Monitoring } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { MonitoringClient } from \"../monitoringClient.js\";\nimport type {\n MonitoringGetSparkJobListOptionalParams,\n MonitoringGetSparkJobListResponse,\n MonitoringGetSqlJobQueryStringOptionalParams,\n MonitoringGetSqlJobQueryStringResponse,\n} from \"../models/index.js\";\n\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getSparkJobListOperationSpec: coreClient.OperationSpec = {\n path: \"/monitoring/workloadTypes/spark/Applications\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SparkJobListViewResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.xMsClientRequestId],\n serializer,\n};\nconst getSqlJobQueryStringOperationSpec: coreClient.OperationSpec = {\n path: \"/monitoring/workloadTypes/sql/querystring\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SqlQueryStringDataModel,\n },\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.orderby, Parameters.skip],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.xMsClientRequestId],\n serializer,\n};\n\n/** Class containing Monitoring operations. */\nexport class MonitoringImpl implements Monitoring {\n private readonly client: MonitoringClient;\n\n /**\n * Initialize a new instance of the class Monitoring class.\n * @param client - Reference to the service client\n */\n constructor(client: MonitoringClient) {\n this.client = client;\n }\n\n /**\n * Get list of spark applications for the workspace.\n * @param options - The options parameters.\n */\n async getSparkJobList(\n options?: MonitoringGetSparkJobListOptionalParams,\n ): Promise<MonitoringGetSparkJobListResponse> {\n return tracingClient.withSpan(\n \"MonitoringClient.getSparkJobList\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n getSparkJobListOperationSpec,\n ) as Promise<MonitoringGetSparkJobListResponse>;\n },\n );\n }\n\n /**\n * Get SQL OD/DW Query for the workspace.\n * @param options - The options parameters.\n */\n async getSqlJobQueryString(\n options?: MonitoringGetSqlJobQueryStringOptionalParams,\n ): Promise<MonitoringGetSqlJobQueryStringResponse> {\n return tracingClient.withSpan(\n \"MonitoringClient.getSqlJobQueryString\",\n options ?? {},\n async (updatedOptions) => {\n return this.client.sendOperationRequest(\n { updatedOptions },\n getSqlJobQueryStringOperationSpec,\n ) as Promise<MonitoringGetSqlJobQueryStringResponse>;\n },\n );\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./monitoring.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iBAAiB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./monitoring.js\";\n"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { MonitoringGetSparkJobListOptionalParams, MonitoringGetSparkJobListResponse, MonitoringGetSqlJobQueryStringOptionalParams, MonitoringGetSqlJobQueryStringResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Monitoring. */
|
|
3
|
+
export interface Monitoring {
|
|
4
|
+
/**
|
|
5
|
+
* Get list of spark applications for the workspace.
|
|
6
|
+
* @param options - The options parameters.
|
|
7
|
+
*/
|
|
8
|
+
getSparkJobList(options?: MonitoringGetSparkJobListOptionalParams): Promise<MonitoringGetSparkJobListResponse>;
|
|
9
|
+
/**
|
|
10
|
+
* Get SQL OD/DW Query for the workspace.
|
|
11
|
+
* @param options - The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
getSqlJobQueryString(options?: MonitoringGetSqlJobQueryStringOptionalParams): Promise<MonitoringGetSqlJobQueryStringResponse>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=monitoring.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoring.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/monitoring.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,uCAAuC,EACvC,iCAAiC,EACjC,4CAA4C,EAC5C,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAE5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,eAAe,CACb,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;OAGG;IACH,oBAAoB,CAClB,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;CACpD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=monitoring.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoring.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/monitoring.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type {\n MonitoringGetSparkJobListOptionalParams,\n MonitoringGetSparkJobListResponse,\n MonitoringGetSqlJobQueryStringOptionalParams,\n MonitoringGetSqlJobQueryStringResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Monitoring. */\nexport interface Monitoring {\n /**\n * Get list of spark applications for the workspace.\n * @param options - The options parameters.\n */\n getSparkJobList(\n options?: MonitoringGetSparkJobListOptionalParams,\n ): Promise<MonitoringGetSparkJobListResponse>;\n /**\n * Get SQL OD/DW Query for the workspace.\n * @param options - The options parameters.\n */\n getSqlJobQueryString(\n options?: MonitoringGetSqlJobQueryStringOptionalParams,\n ): Promise<MonitoringGetSqlJobQueryStringResponse>;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tracing.d.ts","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,aAAa,6CAIxB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { createTracingClient } from "@azure/core-tracing";
|
|
9
|
+
export const tracingClient = createTracingClient({
|
|
10
|
+
namespace: "Azure.Synapse.Monitoring",
|
|
11
|
+
packageName: "@azure/synapse-monitoring",
|
|
12
|
+
packageVersion: "1.0.0-beta.3",
|
|
13
|
+
});
|
|
14
|
+
//# sourceMappingURL=tracing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tracing.js","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,0BAA0B;IACrC,WAAW,EAAE,2BAA2B;IACxC,cAAc,EAAE,cAAc;CAC/B,CAAC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\nexport const tracingClient = createTracingClient({\n namespace: \"Azure.Synapse.Monitoring\",\n packageName: \"@azure/synapse-monitoring\",\n packageVersion: \"1.0.0-beta.3\",\n});\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.MonitoringClient = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
tslib_1.__exportStar(require("./models/index.js"), exports);
|
|
13
|
+
var monitoringClient_js_1 = require("./monitoringClient.js");
|
|
14
|
+
Object.defineProperty(exports, "MonitoringClient", { enumerable: true, get: function () { return monitoringClient_js_1.MonitoringClient; } });
|
|
15
|
+
tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4DAAkC;AAClC,6DAAyD;AAAhD,uHAAA,gBAAgB,OAAA;AACzB,0EAAgD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./models/index.js\";\nexport { MonitoringClient } from \"./monitoringClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
|
+
export interface SparkJobListViewResponse {
|
|
3
|
+
nJobs?: number;
|
|
4
|
+
sparkJobs?: SparkJob[];
|
|
5
|
+
}
|
|
6
|
+
export interface SparkJob {
|
|
7
|
+
state?: string;
|
|
8
|
+
name?: string;
|
|
9
|
+
submitter?: string;
|
|
10
|
+
compute?: string;
|
|
11
|
+
sparkApplicationId?: string;
|
|
12
|
+
livyId?: string;
|
|
13
|
+
timing?: string[];
|
|
14
|
+
sparkJobDefinition?: string;
|
|
15
|
+
pipeline?: SparkJob[];
|
|
16
|
+
jobType?: string;
|
|
17
|
+
submitTime?: Date;
|
|
18
|
+
endTime?: Date;
|
|
19
|
+
queuedDuration?: string;
|
|
20
|
+
runningDuration?: string;
|
|
21
|
+
totalDuration?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface SqlQueryStringDataModel {
|
|
24
|
+
query?: string;
|
|
25
|
+
}
|
|
26
|
+
/** Optional parameters. */
|
|
27
|
+
export interface MonitoringGetSparkJobListOptionalParams extends coreClient.OperationOptions {
|
|
28
|
+
/** Can provide a guid, which is helpful for debugging and to provide better customer support */
|
|
29
|
+
xMsClientRequestId?: string;
|
|
30
|
+
}
|
|
31
|
+
/** Contains response data for the getSparkJobList operation. */
|
|
32
|
+
export type MonitoringGetSparkJobListResponse = SparkJobListViewResponse;
|
|
33
|
+
/** Optional parameters. */
|
|
34
|
+
export interface MonitoringGetSqlJobQueryStringOptionalParams extends coreClient.OperationOptions {
|
|
35
|
+
/** Can provide a guid, which is helpful for debugging and to provide better customer support */
|
|
36
|
+
xMsClientRequestId?: string;
|
|
37
|
+
filter?: string;
|
|
38
|
+
orderby?: string;
|
|
39
|
+
skip?: string;
|
|
40
|
+
}
|
|
41
|
+
/** Contains response data for the getSqlJobQueryString operation. */
|
|
42
|
+
export type MonitoringGetSqlJobQueryStringResponse = SqlQueryStringDataModel;
|
|
43
|
+
/** Optional parameters. */
|
|
44
|
+
export interface MonitoringClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
45
|
+
/** Api Version */
|
|
46
|
+
apiVersion?: string;
|
|
47
|
+
/** Overrides client endpoint. */
|
|
48
|
+
endpoint?: string;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,wBAAwB;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,2BAA2B;AAC3B,MAAM,WAAW,uCAAwC,SAAQ,UAAU,CAAC,gBAAgB;IAC1F,gGAAgG;IAChG,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,gEAAgE;AAChE,MAAM,MAAM,iCAAiC,GAAG,wBAAwB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,4CAA6C,SAAQ,UAAU,CAAC,gBAAgB;IAC/F,gGAAgG;IAChG,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,qEAAqE;AACrE,MAAM,MAAM,sCAAsC,GAAG,uBAAuB,CAAC;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,8BAA+B,SAAQ,UAAU,CAAC,oBAAoB;IACrF,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type * as coreClient from \"@azure/core-client\";\n\nexport interface SparkJobListViewResponse {\n nJobs?: number;\n sparkJobs?: SparkJob[];\n}\n\nexport interface SparkJob {\n state?: string;\n name?: string;\n submitter?: string;\n compute?: string;\n sparkApplicationId?: string;\n livyId?: string;\n timing?: string[];\n sparkJobDefinition?: string;\n pipeline?: SparkJob[];\n jobType?: string;\n submitTime?: Date;\n endTime?: Date;\n queuedDuration?: string;\n runningDuration?: string;\n totalDuration?: string;\n}\n\nexport interface SqlQueryStringDataModel {\n query?: string;\n}\n\n/** Optional parameters. */\nexport interface MonitoringGetSparkJobListOptionalParams extends coreClient.OperationOptions {\n /** Can provide a guid, which is helpful for debugging and to provide better customer support */\n xMsClientRequestId?: string;\n}\n\n/** Contains response data for the getSparkJobList operation. */\nexport type MonitoringGetSparkJobListResponse = SparkJobListViewResponse;\n\n/** Optional parameters. */\nexport interface MonitoringGetSqlJobQueryStringOptionalParams extends coreClient.OperationOptions {\n /** Can provide a guid, which is helpful for debugging and to provide better customer support */\n xMsClientRequestId?: string;\n filter?: string;\n orderby?: string;\n skip?: string;\n}\n\n/** Contains response data for the getSqlJobQueryString operation. */\nexport type MonitoringGetSqlJobQueryStringResponse = SqlQueryStringDataModel;\n\n/** Optional parameters. */\nexport interface MonitoringClientOptionalParams extends coreClient.ServiceClientOptions {\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const SparkJobListViewResponse: coreClient.CompositeMapper;
|
|
3
|
+
export declare const SparkJob: coreClient.CompositeMapper;
|
|
4
|
+
export declare const SqlQueryStringDataModel: coreClient.CompositeMapper;
|
|
5
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEtD,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA0BjD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAgHjC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAahD,CAAC"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.SqlQueryStringDataModel = exports.SparkJob = exports.SparkJobListViewResponse = void 0;
|
|
11
|
+
exports.SparkJobListViewResponse = {
|
|
12
|
+
type: {
|
|
13
|
+
name: "Composite",
|
|
14
|
+
className: "SparkJobListViewResponse",
|
|
15
|
+
modelProperties: {
|
|
16
|
+
nJobs: {
|
|
17
|
+
serializedName: "nJobs",
|
|
18
|
+
type: {
|
|
19
|
+
name: "Number",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
sparkJobs: {
|
|
23
|
+
serializedName: "sparkJobs",
|
|
24
|
+
nullable: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "Sequence",
|
|
27
|
+
element: {
|
|
28
|
+
type: {
|
|
29
|
+
name: "Composite",
|
|
30
|
+
className: "SparkJob",
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
exports.SparkJob = {
|
|
39
|
+
type: {
|
|
40
|
+
name: "Composite",
|
|
41
|
+
className: "SparkJob",
|
|
42
|
+
modelProperties: {
|
|
43
|
+
state: {
|
|
44
|
+
serializedName: "state",
|
|
45
|
+
type: {
|
|
46
|
+
name: "String",
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
name: {
|
|
50
|
+
serializedName: "name",
|
|
51
|
+
type: {
|
|
52
|
+
name: "String",
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
submitter: {
|
|
56
|
+
serializedName: "submitter",
|
|
57
|
+
type: {
|
|
58
|
+
name: "String",
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
compute: {
|
|
62
|
+
serializedName: "compute",
|
|
63
|
+
type: {
|
|
64
|
+
name: "String",
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
sparkApplicationId: {
|
|
68
|
+
serializedName: "sparkApplicationId",
|
|
69
|
+
type: {
|
|
70
|
+
name: "String",
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
livyId: {
|
|
74
|
+
serializedName: "livyId",
|
|
75
|
+
type: {
|
|
76
|
+
name: "String",
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
timing: {
|
|
80
|
+
serializedName: "timing",
|
|
81
|
+
type: {
|
|
82
|
+
name: "Sequence",
|
|
83
|
+
element: {
|
|
84
|
+
type: {
|
|
85
|
+
name: "String",
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
sparkJobDefinition: {
|
|
91
|
+
serializedName: "sparkJobDefinition",
|
|
92
|
+
nullable: true,
|
|
93
|
+
type: {
|
|
94
|
+
name: "String",
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
pipeline: {
|
|
98
|
+
serializedName: "pipeline",
|
|
99
|
+
nullable: true,
|
|
100
|
+
type: {
|
|
101
|
+
name: "Sequence",
|
|
102
|
+
element: {
|
|
103
|
+
type: {
|
|
104
|
+
name: "Composite",
|
|
105
|
+
className: "SparkJob",
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
jobType: {
|
|
111
|
+
serializedName: "jobType",
|
|
112
|
+
type: {
|
|
113
|
+
name: "String",
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
submitTime: {
|
|
117
|
+
serializedName: "submitTime",
|
|
118
|
+
nullable: true,
|
|
119
|
+
type: {
|
|
120
|
+
name: "DateTime",
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
endTime: {
|
|
124
|
+
serializedName: "endTime",
|
|
125
|
+
nullable: true,
|
|
126
|
+
type: {
|
|
127
|
+
name: "DateTime",
|
|
128
|
+
},
|
|
129
|
+
},
|
|
130
|
+
queuedDuration: {
|
|
131
|
+
serializedName: "queuedDuration",
|
|
132
|
+
type: {
|
|
133
|
+
name: "String",
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
runningDuration: {
|
|
137
|
+
serializedName: "runningDuration",
|
|
138
|
+
type: {
|
|
139
|
+
name: "String",
|
|
140
|
+
},
|
|
141
|
+
},
|
|
142
|
+
totalDuration: {
|
|
143
|
+
serializedName: "totalDuration",
|
|
144
|
+
type: {
|
|
145
|
+
name: "String",
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
};
|
|
151
|
+
exports.SqlQueryStringDataModel = {
|
|
152
|
+
type: {
|
|
153
|
+
name: "Composite",
|
|
154
|
+
className: "SqlQueryStringDataModel",
|
|
155
|
+
modelProperties: {
|
|
156
|
+
query: {
|
|
157
|
+
serializedName: "query",
|
|
158
|
+
type: {
|
|
159
|
+
name: "String",
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
};
|
|
165
|
+
//# sourceMappingURL=mappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAIU,QAAA,wBAAwB,GAA+B;IAClE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,0BAA0B;QACrC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA+B;IAClD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,kBAAkB,EAAE;gBAClB,cAAc,EAAE,oBAAoB;gBACpC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,UAAU;yBACtB;qBACF;iBACF;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,cAAc,EAAE;gBACd,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEW,QAAA,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const SparkJobListViewResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkJobListViewResponse\",\n modelProperties: {\n nJobs: {\n serializedName: \"nJobs\",\n type: {\n name: \"Number\",\n },\n },\n sparkJobs: {\n serializedName: \"sparkJobs\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SparkJob\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SparkJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SparkJob\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n submitter: {\n serializedName: \"submitter\",\n type: {\n name: \"String\",\n },\n },\n compute: {\n serializedName: \"compute\",\n type: {\n name: \"String\",\n },\n },\n sparkApplicationId: {\n serializedName: \"sparkApplicationId\",\n type: {\n name: \"String\",\n },\n },\n livyId: {\n serializedName: \"livyId\",\n type: {\n name: \"String\",\n },\n },\n timing: {\n serializedName: \"timing\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n sparkJobDefinition: {\n serializedName: \"sparkJobDefinition\",\n nullable: true,\n type: {\n name: \"String\",\n },\n },\n pipeline: {\n serializedName: \"pipeline\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SparkJob\",\n },\n },\n },\n },\n jobType: {\n serializedName: \"jobType\",\n type: {\n name: \"String\",\n },\n },\n submitTime: {\n serializedName: \"submitTime\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n nullable: true,\n type: {\n name: \"DateTime\",\n },\n },\n queuedDuration: {\n serializedName: \"queuedDuration\",\n type: {\n name: \"String\",\n },\n },\n runningDuration: {\n serializedName: \"runningDuration\",\n type: {\n name: \"String\",\n },\n },\n totalDuration: {\n serializedName: \"totalDuration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlQueryStringDataModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlQueryStringDataModel\",\n modelProperties: {\n query: {\n serializedName: \"query\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const endpoint: OperationURLParameter;
|
|
4
|
+
export declare const xMsClientRequestId: OperationParameter;
|
|
5
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
6
|
+
export declare const filter: OperationQueryParameter;
|
|
7
|
+
export declare const orderby: OperationQueryParameter;
|
|
8
|
+
export declare const skip: OperationQueryParameter;
|
|
9
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAE5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAQhC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBAQlB,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.skip = exports.orderby = exports.filter = exports.apiVersion = exports.xMsClientRequestId = exports.endpoint = exports.accept = void 0;
|
|
11
|
+
exports.accept = {
|
|
12
|
+
parameterPath: "accept",
|
|
13
|
+
mapper: {
|
|
14
|
+
defaultValue: "application/json",
|
|
15
|
+
isConstant: true,
|
|
16
|
+
serializedName: "Accept",
|
|
17
|
+
type: {
|
|
18
|
+
name: "String",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
exports.endpoint = {
|
|
23
|
+
parameterPath: "endpoint",
|
|
24
|
+
mapper: {
|
|
25
|
+
serializedName: "endpoint",
|
|
26
|
+
required: true,
|
|
27
|
+
type: {
|
|
28
|
+
name: "String",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
skipEncoding: true,
|
|
32
|
+
};
|
|
33
|
+
exports.xMsClientRequestId = {
|
|
34
|
+
parameterPath: ["options", "xMsClientRequestId"],
|
|
35
|
+
mapper: {
|
|
36
|
+
serializedName: "x-ms-client-request-id",
|
|
37
|
+
type: {
|
|
38
|
+
name: "String",
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
exports.apiVersion = {
|
|
43
|
+
parameterPath: "apiVersion",
|
|
44
|
+
mapper: {
|
|
45
|
+
defaultValue: "2020-12-01",
|
|
46
|
+
isConstant: true,
|
|
47
|
+
serializedName: "api-version",
|
|
48
|
+
type: {
|
|
49
|
+
name: "String",
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
exports.filter = {
|
|
54
|
+
parameterPath: ["options", "filter"],
|
|
55
|
+
mapper: {
|
|
56
|
+
serializedName: "filter",
|
|
57
|
+
type: {
|
|
58
|
+
name: "String",
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
exports.orderby = {
|
|
63
|
+
parameterPath: ["options", "orderby"],
|
|
64
|
+
mapper: {
|
|
65
|
+
serializedName: "$orderby",
|
|
66
|
+
type: {
|
|
67
|
+
name: "String",
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
exports.skip = {
|
|
72
|
+
parameterPath: ["options", "skip"],
|
|
73
|
+
mapper: {
|
|
74
|
+
serializedName: "skip",
|
|
75
|
+
type: {
|
|
76
|
+
name: "String",
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
};
|
|
80
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAQU,QAAA,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEW,QAAA,kBAAkB,GAAuB;IACpD,aAAa,EAAE,CAAC,SAAS,EAAE,oBAAoB,CAAC;IAChD,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,MAAM,GAA4B;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC;IACpC,MAAM,EAAE;QACN,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,OAAO,GAA4B;IAC9C,aAAa,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEW,QAAA,IAAI,GAA4B;IAC3C,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE;QACN,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const xMsClientRequestId: OperationParameter = {\n parameterPath: [\"options\", \"xMsClientRequestId\"],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-12-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"filter\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const orderby: OperationQueryParameter = {\n parameterPath: [\"options\", \"orderby\"],\n mapper: {\n serializedName: \"$orderby\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const skip: OperationQueryParameter = {\n parameterPath: [\"options\", \"skip\"],\n mapper: {\n serializedName: \"skip\",\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
import type * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import type { Monitoring } from "./operationsInterfaces/index.js";
|
|
4
|
+
import type { MonitoringClientOptionalParams } from "./models/index.js";
|
|
5
|
+
export declare class MonitoringClient extends coreClient.ServiceClient {
|
|
6
|
+
endpoint: string;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
/**
|
|
9
|
+
* Initializes a new instance of the MonitoringClient class.
|
|
10
|
+
* @param credentials - Subscription credentials which uniquely identify client subscription.
|
|
11
|
+
* @param endpoint - The workspace development endpoint, for example
|
|
12
|
+
* https://myworkspace.dev.azuresynapse.net.
|
|
13
|
+
* @param options - The parameter options
|
|
14
|
+
*/
|
|
15
|
+
constructor(credentials: coreAuth.TokenCredential, endpoint: string, options?: MonitoringClientOptionalParams);
|
|
16
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
|
+
private addCustomApiVersionPolicy;
|
|
18
|
+
monitoring: Monitoring;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=monitoringClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitoringClient.d.ts","sourceRoot":"","sources":["../../src/monitoringClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAGjD,OAAO,KAAK,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;AAExE,qBAAa,gBAAiB,SAAQ,UAAU,CAAC,aAAa;IAC5D,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,8BAA8B;IAmE1C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IAwBjC,UAAU,EAAE,UAAU,CAAC;CACxB"}
|