oci-dashboardservice 2.86.3 → 2.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +12 -12
- package/lib/client.js +12 -12
- package/lib/request/change-dashboard-group-compartment-request.d.ts +1 -1
- package/lib/request/change-dashboard-group-request.d.ts +1 -1
- package/lib/request/create-dashboard-group-request.d.ts +1 -1
- package/lib/request/create-dashboard-request.d.ts +1 -1
- package/lib/request/delete-dashboard-group-request.d.ts +1 -1
- package/lib/request/delete-dashboard-request.d.ts +1 -1
- package/lib/request/get-dashboard-group-request.d.ts +1 -1
- package/lib/request/get-dashboard-request.d.ts +1 -1
- package/lib/request/list-dashboard-groups-request.d.ts +1 -1
- package/lib/request/list-dashboards-request.d.ts +1 -1
- package/lib/request/update-dashboard-group-request.d.ts +1 -1
- package/lib/request/update-dashboard-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export declare class DashboardClient {
|
|
|
104
104
|
* @param ChangeDashboardGroupRequest
|
|
105
105
|
* @return ChangeDashboardGroupResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
|
|
108
108
|
*/
|
|
109
109
|
changeDashboardGroup(changeDashboardGroupRequest: requests.ChangeDashboardGroupRequest): Promise<responses.ChangeDashboardGroupResponse>;
|
|
110
110
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class DashboardClient {
|
|
|
119
119
|
* @param CreateDashboardRequest
|
|
120
120
|
* @return CreateDashboardResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
123
123
|
*/
|
|
124
124
|
createDashboard(createDashboardRequest: requests.CreateDashboardRequest): Promise<responses.CreateDashboardResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class DashboardClient {
|
|
|
128
128
|
* @param DeleteDashboardRequest
|
|
129
129
|
* @return DeleteDashboardResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
132
132
|
*/
|
|
133
133
|
deleteDashboard(deleteDashboardRequest: requests.DeleteDashboardRequest): Promise<responses.DeleteDashboardResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class DashboardClient {
|
|
|
137
137
|
* @param GetDashboardRequest
|
|
138
138
|
* @return GetDashboardResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
141
141
|
*/
|
|
142
142
|
getDashboard(getDashboardRequest: requests.GetDashboardRequest): Promise<responses.GetDashboardResponse>;
|
|
143
143
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class DashboardClient {
|
|
|
147
147
|
* @param ListDashboardsRequest
|
|
148
148
|
* @return ListDashboardsResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
151
151
|
*/
|
|
152
152
|
listDashboards(listDashboardsRequest: requests.ListDashboardsRequest): Promise<responses.ListDashboardsResponse>;
|
|
153
153
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class DashboardClient {
|
|
|
156
156
|
* @param UpdateDashboardRequest
|
|
157
157
|
* @return UpdateDashboardResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
160
160
|
*/
|
|
161
161
|
updateDashboard(updateDashboardRequest: requests.UpdateDashboardRequest): Promise<responses.UpdateDashboardResponse>;
|
|
162
162
|
}
|
|
@@ -240,7 +240,7 @@ export declare class DashboardGroupClient {
|
|
|
240
240
|
* @param ChangeDashboardGroupCompartmentRequest
|
|
241
241
|
* @return ChangeDashboardGroupCompartmentResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
|
|
244
244
|
*/
|
|
245
245
|
changeDashboardGroupCompartment(changeDashboardGroupCompartmentRequest: requests.ChangeDashboardGroupCompartmentRequest): Promise<responses.ChangeDashboardGroupCompartmentResponse>;
|
|
246
246
|
/**
|
|
@@ -255,7 +255,7 @@ export declare class DashboardGroupClient {
|
|
|
255
255
|
* @param CreateDashboardGroupRequest
|
|
256
256
|
* @return CreateDashboardGroupResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
259
259
|
*/
|
|
260
260
|
createDashboardGroup(createDashboardGroupRequest: requests.CreateDashboardGroupRequest): Promise<responses.CreateDashboardGroupResponse>;
|
|
261
261
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class DashboardGroupClient {
|
|
|
264
264
|
* @param DeleteDashboardGroupRequest
|
|
265
265
|
* @return DeleteDashboardGroupResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
268
268
|
*/
|
|
269
269
|
deleteDashboardGroup(deleteDashboardGroupRequest: requests.DeleteDashboardGroupRequest): Promise<responses.DeleteDashboardGroupResponse>;
|
|
270
270
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class DashboardGroupClient {
|
|
|
273
273
|
* @param GetDashboardGroupRequest
|
|
274
274
|
* @return GetDashboardGroupResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
277
277
|
*/
|
|
278
278
|
getDashboardGroup(getDashboardGroupRequest: requests.GetDashboardGroupRequest): Promise<responses.GetDashboardGroupResponse>;
|
|
279
279
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class DashboardGroupClient {
|
|
|
283
283
|
* @param ListDashboardGroupsRequest
|
|
284
284
|
* @return ListDashboardGroupsResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
287
287
|
*/
|
|
288
288
|
listDashboardGroups(listDashboardGroupsRequest: requests.ListDashboardGroupsRequest): Promise<responses.ListDashboardGroupsResponse>;
|
|
289
289
|
/**
|
|
@@ -292,7 +292,7 @@ export declare class DashboardGroupClient {
|
|
|
292
292
|
* @param UpdateDashboardGroupRequest
|
|
293
293
|
* @return UpdateDashboardGroupResponse
|
|
294
294
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
296
296
|
*/
|
|
297
297
|
updateDashboardGroup(updateDashboardGroupRequest: requests.UpdateDashboardGroupRequest): Promise<responses.UpdateDashboardGroupResponse>;
|
|
298
298
|
}
|
package/lib/client.js
CHANGED
|
@@ -211,7 +211,7 @@ class DashboardClient {
|
|
|
211
211
|
* @param ChangeDashboardGroupRequest
|
|
212
212
|
* @return ChangeDashboardGroupResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
|
|
215
215
|
*/
|
|
216
216
|
changeDashboardGroup(changeDashboardGroupRequest) {
|
|
217
217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -273,7 +273,7 @@ class DashboardClient {
|
|
|
273
273
|
* @param CreateDashboardRequest
|
|
274
274
|
* @return CreateDashboardResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
277
277
|
*/
|
|
278
278
|
createDashboard(createDashboardRequest) {
|
|
279
279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class DashboardClient {
|
|
|
337
337
|
* @param DeleteDashboardRequest
|
|
338
338
|
* @return DeleteDashboardResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
341
341
|
*/
|
|
342
342
|
deleteDashboard(deleteDashboardRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -393,7 +393,7 @@ class DashboardClient {
|
|
|
393
393
|
* @param GetDashboardRequest
|
|
394
394
|
* @return GetDashboardResponse
|
|
395
395
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
397
397
|
*/
|
|
398
398
|
getDashboard(getDashboardRequest) {
|
|
399
399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -458,7 +458,7 @@ class DashboardClient {
|
|
|
458
458
|
* @param ListDashboardsRequest
|
|
459
459
|
* @return ListDashboardsResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
462
462
|
*/
|
|
463
463
|
listDashboards(listDashboardsRequest) {
|
|
464
464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -529,7 +529,7 @@ class DashboardClient {
|
|
|
529
529
|
* @param UpdateDashboardRequest
|
|
530
530
|
* @return UpdateDashboardResponse
|
|
531
531
|
* @throws OciError when an error occurs
|
|
532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
533
533
|
*/
|
|
534
534
|
updateDashboard(updateDashboardRequest) {
|
|
535
535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -746,7 +746,7 @@ class DashboardGroupClient {
|
|
|
746
746
|
* @param ChangeDashboardGroupCompartmentRequest
|
|
747
747
|
* @return ChangeDashboardGroupCompartmentResponse
|
|
748
748
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
|
|
750
750
|
*/
|
|
751
751
|
changeDashboardGroupCompartment(changeDashboardGroupCompartmentRequest) {
|
|
752
752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -808,7 +808,7 @@ class DashboardGroupClient {
|
|
|
808
808
|
* @param CreateDashboardGroupRequest
|
|
809
809
|
* @return CreateDashboardGroupResponse
|
|
810
810
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
812
812
|
*/
|
|
813
813
|
createDashboardGroup(createDashboardGroupRequest) {
|
|
814
814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -872,7 +872,7 @@ class DashboardGroupClient {
|
|
|
872
872
|
* @param DeleteDashboardGroupRequest
|
|
873
873
|
* @return DeleteDashboardGroupResponse
|
|
874
874
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
876
876
|
*/
|
|
877
877
|
deleteDashboardGroup(deleteDashboardGroupRequest) {
|
|
878
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class DashboardGroupClient {
|
|
|
928
928
|
* @param GetDashboardGroupRequest
|
|
929
929
|
* @return GetDashboardGroupResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
932
932
|
*/
|
|
933
933
|
getDashboardGroup(getDashboardGroupRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -993,7 +993,7 @@ class DashboardGroupClient {
|
|
|
993
993
|
* @param ListDashboardGroupsRequest
|
|
994
994
|
* @return ListDashboardGroupsResponse
|
|
995
995
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
997
997
|
*/
|
|
998
998
|
listDashboardGroups(listDashboardGroupsRequest) {
|
|
999
999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1064,7 +1064,7 @@ class DashboardGroupClient {
|
|
|
1064
1064
|
* @param UpdateDashboardGroupRequest
|
|
1065
1065
|
* @return UpdateDashboardGroupResponse
|
|
1066
1066
|
* @throws OciError when an error occurs
|
|
1067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
1068
1068
|
*/
|
|
1069
1069
|
updateDashboardGroup(updateDashboardGroupRequest) {
|
|
1070
1070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDashboardGroupCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDashboardGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDashboardGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDashboardRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDashboardGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDashboardRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDashboardGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDashboardRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroupsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDashboardGroupsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboardsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDashboardsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDashboardGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDashboardRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-dashboardservice",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.87.0",
|
|
4
4
|
"description": "OCI NodeJS client for Dashboard Service Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.87.0",
|
|
19
|
+
"oci-workrequests": "2.87.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|