oci-dashboardservice 2.12.1
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.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +1521 -0
- package/index.d.ts +33 -0
- package/index.js +56 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +235 -0
- package/lib/client.js +894 -0
- package/lib/client.js.map +1 -0
- package/lib/dashboard-waiter.d.ts +37 -0
- package/lib/dashboard-waiter.js +73 -0
- package/lib/dashboard-waiter.js.map +1 -0
- package/lib/dashboardgroup-waiter.d.ts +37 -0
- package/lib/dashboardgroup-waiter.js +73 -0
- package/lib/dashboardgroup-waiter.js.map +1 -0
- package/lib/model/create-dashboard-details.d.ts +66 -0
- package/lib/model/create-dashboard-details.js +73 -0
- package/lib/model/create-dashboard-details.js.map +1 -0
- package/lib/model/create-dashboard-group-details.d.ts +63 -0
- package/lib/model/create-dashboard-group-details.js +37 -0
- package/lib/model/create-dashboard-group-details.js.map +1 -0
- package/lib/model/create-v1-dashboard-details.d.ts +43 -0
- package/lib/model/create-v1-dashboard-details.js +62 -0
- package/lib/model/create-v1-dashboard-details.js.map +1 -0
- package/lib/model/dashboard-collection.d.ts +34 -0
- package/lib/model/dashboard-collection.js +69 -0
- package/lib/model/dashboard-collection.js.map +1 -0
- package/lib/model/dashboard-group-collection.d.ts +34 -0
- package/lib/model/dashboard-group-collection.js +69 -0
- package/lib/model/dashboard-group-collection.js.map +1 -0
- package/lib/model/dashboard-group-summary.d.ts +95 -0
- package/lib/model/dashboard-group-summary.js +37 -0
- package/lib/model/dashboard-group-summary.js.map +1 -0
- package/lib/model/dashboard-group.d.ts +108 -0
- package/lib/model/dashboard-group.js +51 -0
- package/lib/model/dashboard-group.js.map +1 -0
- package/lib/model/dashboard-summary.d.ts +99 -0
- package/lib/model/dashboard-summary.js +37 -0
- package/lib/model/dashboard-summary.js.map +1 -0
- package/lib/model/dashboard.d.ts +115 -0
- package/lib/model/dashboard.js +87 -0
- package/lib/model/dashboard.js.map +1 -0
- package/lib/model/index.d.ts +48 -0
- package/lib/model/index.js +71 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/sort-order.d.ts +31 -0
- package/lib/model/sort-order.js +42 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-dashboard-details.d.ts +62 -0
- package/lib/model/update-dashboard-details.js +73 -0
- package/lib/model/update-dashboard-details.js.map +1 -0
- package/lib/model/update-dashboard-group-details.d.ts +59 -0
- package/lib/model/update-dashboard-group-details.js +37 -0
- package/lib/model/update-dashboard-group-details.js.map +1 -0
- package/lib/model/update-v1-dashboard-details.d.ts +43 -0
- package/lib/model/update-v1-dashboard-details.js +62 -0
- package/lib/model/update-v1-dashboard-details.js.map +1 -0
- package/lib/model/v1-dashboard.d.ts +43 -0
- package/lib/model/v1-dashboard.js +58 -0
- package/lib/model/v1-dashboard.js.map +1 -0
- package/lib/request/create-dashboard-group-request.d.ts +45 -0
- package/lib/request/create-dashboard-group-request.js +15 -0
- package/lib/request/create-dashboard-group-request.js.map +1 -0
- package/lib/request/create-dashboard-request.d.ts +45 -0
- package/lib/request/create-dashboard-request.js +15 -0
- package/lib/request/create-dashboard-request.js.map +1 -0
- package/lib/request/delete-dashboard-group-request.d.ts +44 -0
- package/lib/request/delete-dashboard-group-request.js +15 -0
- package/lib/request/delete-dashboard-group-request.js.map +1 -0
- package/lib/request/delete-dashboard-request.d.ts +44 -0
- package/lib/request/delete-dashboard-request.js +15 -0
- package/lib/request/delete-dashboard-request.js.map +1 -0
- package/lib/request/get-dashboard-group-request.d.ts +35 -0
- package/lib/request/get-dashboard-group-request.js +15 -0
- package/lib/request/get-dashboard-group-request.js.map +1 -0
- package/lib/request/get-dashboard-request.d.ts +35 -0
- package/lib/request/get-dashboard-request.js +15 -0
- package/lib/request/get-dashboard-request.js.map +1 -0
- package/lib/request/index.d.ts +40 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-dashboard-groups-request.d.ts +74 -0
- package/lib/request/list-dashboard-groups-request.js +24 -0
- package/lib/request/list-dashboard-groups-request.js.map +1 -0
- package/lib/request/list-dashboards-request.d.ts +74 -0
- package/lib/request/list-dashboards-request.js +24 -0
- package/lib/request/list-dashboards-request.js.map +1 -0
- package/lib/request/update-dashboard-group-request.d.ts +49 -0
- package/lib/request/update-dashboard-group-request.js +15 -0
- package/lib/request/update-dashboard-group-request.js.map +1 -0
- package/lib/request/update-dashboard-request.d.ts +49 -0
- package/lib/request/update-dashboard-request.js +15 -0
- package/lib/request/update-dashboard-request.js.map +1 -0
- package/lib/response/create-dashboard-group-response.d.ts +30 -0
- package/lib/response/create-dashboard-group-response.js +15 -0
- package/lib/response/create-dashboard-group-response.js.map +1 -0
- package/lib/response/create-dashboard-response.d.ts +30 -0
- package/lib/response/create-dashboard-response.js +15 -0
- package/lib/response/create-dashboard-response.js.map +1 -0
- package/lib/response/delete-dashboard-group-response.d.ts +20 -0
- package/lib/response/delete-dashboard-group-response.js +15 -0
- package/lib/response/delete-dashboard-group-response.js.map +1 -0
- package/lib/response/delete-dashboard-response.d.ts +20 -0
- package/lib/response/delete-dashboard-response.js +15 -0
- package/lib/response/delete-dashboard-response.js.map +1 -0
- package/lib/response/get-dashboard-group-response.d.ts +30 -0
- package/lib/response/get-dashboard-group-response.js +15 -0
- package/lib/response/get-dashboard-group-response.js.map +1 -0
- package/lib/response/get-dashboard-response.d.ts +30 -0
- package/lib/response/get-dashboard-response.js +15 -0
- package/lib/response/get-dashboard-response.js.map +1 -0
- package/lib/response/index.d.ts +40 -0
- package/lib/response/index.js +23 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-dashboard-groups-response.d.ts +32 -0
- package/lib/response/list-dashboard-groups-response.js +15 -0
- package/lib/response/list-dashboard-groups-response.js.map +1 -0
- package/lib/response/list-dashboards-response.d.ts +32 -0
- package/lib/response/list-dashboards-response.js +15 -0
- package/lib/response/list-dashboards-response.js.map +1 -0
- package/lib/response/update-dashboard-group-response.d.ts +30 -0
- package/lib/response/update-dashboard-group-response.js +15 -0
- package/lib/response/update-dashboard-group-response.js.map +1 -0
- package/lib/response/update-dashboard-response.d.ts +30 -0
- package/lib/response/update-dashboard-response.js +15 -0
- package/lib/response/update-dashboard-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetDashboardResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Dashboard instance.
|
|
28
|
+
*/
|
|
29
|
+
"dashboard": model.Dashboard;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-dashboard-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-dashboard-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/get-dashboard-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboards API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
|
|
4
|
+
Dashboards provide an organized and customizable view of resources and their metrics in the Console.
|
|
5
|
+
For more information, see [Dashboards](/Content/Dashboards/home.htm).
|
|
6
|
+
|
|
7
|
+
**Important:** Resources for the Dashboards service are created in the tenacy's home region.
|
|
8
|
+
Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
|
|
9
|
+
you won't be able to view those resources in the Console.
|
|
10
|
+
Therefore, creating resources outside of the home region is not recommended.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20210731
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
20
|
+
*/
|
|
21
|
+
import * as CreateDashboardResponse from "./create-dashboard-response";
|
|
22
|
+
export import CreateDashboardResponse = CreateDashboardResponse.CreateDashboardResponse;
|
|
23
|
+
import * as DeleteDashboardResponse from "./delete-dashboard-response";
|
|
24
|
+
export import DeleteDashboardResponse = DeleteDashboardResponse.DeleteDashboardResponse;
|
|
25
|
+
import * as GetDashboardResponse from "./get-dashboard-response";
|
|
26
|
+
export import GetDashboardResponse = GetDashboardResponse.GetDashboardResponse;
|
|
27
|
+
import * as ListDashboardsResponse from "./list-dashboards-response";
|
|
28
|
+
export import ListDashboardsResponse = ListDashboardsResponse.ListDashboardsResponse;
|
|
29
|
+
import * as UpdateDashboardResponse from "./update-dashboard-response";
|
|
30
|
+
export import UpdateDashboardResponse = UpdateDashboardResponse.UpdateDashboardResponse;
|
|
31
|
+
import * as CreateDashboardGroupResponse from "./create-dashboard-group-response";
|
|
32
|
+
export import CreateDashboardGroupResponse = CreateDashboardGroupResponse.CreateDashboardGroupResponse;
|
|
33
|
+
import * as DeleteDashboardGroupResponse from "./delete-dashboard-group-response";
|
|
34
|
+
export import DeleteDashboardGroupResponse = DeleteDashboardGroupResponse.DeleteDashboardGroupResponse;
|
|
35
|
+
import * as GetDashboardGroupResponse from "./get-dashboard-group-response";
|
|
36
|
+
export import GetDashboardGroupResponse = GetDashboardGroupResponse.GetDashboardGroupResponse;
|
|
37
|
+
import * as ListDashboardGroupsResponse from "./list-dashboard-groups-response";
|
|
38
|
+
export import ListDashboardGroupsResponse = ListDashboardGroupsResponse.ListDashboardGroupsResponse;
|
|
39
|
+
import * as UpdateDashboardGroupResponse from "./update-dashboard-group-response";
|
|
40
|
+
export import UpdateDashboardGroupResponse = UpdateDashboardGroupResponse.UpdateDashboardGroupResponse;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Dashboards API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
|
|
5
|
+
Dashboards provide an organized and customizable view of resources and their metrics in the Console.
|
|
6
|
+
For more information, see [Dashboards](/Content/Dashboards/home.htm).
|
|
7
|
+
|
|
8
|
+
**Important:** Resources for the Dashboards service are created in the tenacy's home region.
|
|
9
|
+
Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
|
|
10
|
+
you won't be able to view those resources in the Console.
|
|
11
|
+
Therefore, creating resources outside of the home region is not recommended.
|
|
12
|
+
|
|
13
|
+
* OpenAPI spec version: 20210731
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
17
|
+
* Do not edit the class manually.
|
|
18
|
+
*
|
|
19
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
20
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
21
|
+
*/
|
|
22
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListDashboardGroupsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.DashboardGroupCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"dashboardGroupCollection": model.DashboardGroupCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-dashboard-groups-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-dashboard-groups-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/list-dashboard-groups-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListDashboardsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.DashboardCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"dashboardCollection": model.DashboardCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-dashboards-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-dashboards-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/list-dashboards-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface UpdateDashboardGroupResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.DashboardGroup instance.
|
|
28
|
+
*/
|
|
29
|
+
"dashboardGroup": model.DashboardGroup;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-dashboard-group-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-dashboard-group-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/update-dashboard-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface UpdateDashboardResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.Dashboard instance.
|
|
28
|
+
*/
|
|
29
|
+
"dashboard": model.Dashboard;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-dashboard-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-dashboard-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/update-dashboard-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "oci-dashboardservice",
|
|
3
|
+
"version": "2.12.1",
|
|
4
|
+
"description": "OCI NodeJS client for Dashboard Service Service",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/oracle/oci-typescript-sdk"
|
|
8
|
+
},
|
|
9
|
+
"main": "./index.js",
|
|
10
|
+
"typings": "./index",
|
|
11
|
+
"scripts": {},
|
|
12
|
+
"author": {
|
|
13
|
+
"name": "Oracle Cloud Infrastructure",
|
|
14
|
+
"email": ""
|
|
15
|
+
},
|
|
16
|
+
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"oci-common": "2.12.1",
|
|
19
|
+
"oci-workrequests": "2.12.1"
|
|
20
|
+
},
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"registry": "https://registry.npmjs.org"
|
|
23
|
+
},
|
|
24
|
+
"contributors": [
|
|
25
|
+
"Jyoti Saini <jyoti.s.saini@oracle.com>",
|
|
26
|
+
"Joe Levy <joe.levy@oracle.com>",
|
|
27
|
+
"Walt Tran <walt.tran@oracle.com>"
|
|
28
|
+
]
|
|
29
|
+
}
|