oci-dashboardservice 2.70.3 → 2.71.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
|
@@ -95,7 +95,7 @@ export declare class DashboardClient {
|
|
|
95
95
|
* @param ChangeDashboardGroupRequest
|
|
96
96
|
* @return ChangeDashboardGroupResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
|
|
99
99
|
*/
|
|
100
100
|
changeDashboardGroup(changeDashboardGroupRequest: requests.ChangeDashboardGroupRequest): Promise<responses.ChangeDashboardGroupResponse>;
|
|
101
101
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class DashboardClient {
|
|
|
110
110
|
* @param CreateDashboardRequest
|
|
111
111
|
* @return CreateDashboardResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
114
114
|
*/
|
|
115
115
|
createDashboard(createDashboardRequest: requests.CreateDashboardRequest): Promise<responses.CreateDashboardResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class DashboardClient {
|
|
|
119
119
|
* @param DeleteDashboardRequest
|
|
120
120
|
* @return DeleteDashboardResponse
|
|
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.71.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
123
123
|
*/
|
|
124
124
|
deleteDashboard(deleteDashboardRequest: requests.DeleteDashboardRequest): Promise<responses.DeleteDashboardResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class DashboardClient {
|
|
|
128
128
|
* @param GetDashboardRequest
|
|
129
129
|
* @return GetDashboardResponse
|
|
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.71.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
132
132
|
*/
|
|
133
133
|
getDashboard(getDashboardRequest: requests.GetDashboardRequest): Promise<responses.GetDashboardResponse>;
|
|
134
134
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class DashboardClient {
|
|
|
138
138
|
* @param ListDashboardsRequest
|
|
139
139
|
* @return ListDashboardsResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
142
142
|
*/
|
|
143
143
|
listDashboards(listDashboardsRequest: requests.ListDashboardsRequest): Promise<responses.ListDashboardsResponse>;
|
|
144
144
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class DashboardClient {
|
|
|
147
147
|
* @param UpdateDashboardRequest
|
|
148
148
|
* @return UpdateDashboardResponse
|
|
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.71.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
151
151
|
*/
|
|
152
152
|
updateDashboard(updateDashboardRequest: requests.UpdateDashboardRequest): Promise<responses.UpdateDashboardResponse>;
|
|
153
153
|
}
|
|
@@ -223,7 +223,7 @@ export declare class DashboardGroupClient {
|
|
|
223
223
|
* @param ChangeDashboardGroupCompartmentRequest
|
|
224
224
|
* @return ChangeDashboardGroupCompartmentResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
|
|
227
227
|
*/
|
|
228
228
|
changeDashboardGroupCompartment(changeDashboardGroupCompartmentRequest: requests.ChangeDashboardGroupCompartmentRequest): Promise<responses.ChangeDashboardGroupCompartmentResponse>;
|
|
229
229
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class DashboardGroupClient {
|
|
|
238
238
|
* @param CreateDashboardGroupRequest
|
|
239
239
|
* @return CreateDashboardGroupResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
242
242
|
*/
|
|
243
243
|
createDashboardGroup(createDashboardGroupRequest: requests.CreateDashboardGroupRequest): Promise<responses.CreateDashboardGroupResponse>;
|
|
244
244
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class DashboardGroupClient {
|
|
|
247
247
|
* @param DeleteDashboardGroupRequest
|
|
248
248
|
* @return DeleteDashboardGroupResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
251
251
|
*/
|
|
252
252
|
deleteDashboardGroup(deleteDashboardGroupRequest: requests.DeleteDashboardGroupRequest): Promise<responses.DeleteDashboardGroupResponse>;
|
|
253
253
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class DashboardGroupClient {
|
|
|
256
256
|
* @param GetDashboardGroupRequest
|
|
257
257
|
* @return GetDashboardGroupResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
260
260
|
*/
|
|
261
261
|
getDashboardGroup(getDashboardGroupRequest: requests.GetDashboardGroupRequest): Promise<responses.GetDashboardGroupResponse>;
|
|
262
262
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class DashboardGroupClient {
|
|
|
266
266
|
* @param ListDashboardGroupsRequest
|
|
267
267
|
* @return ListDashboardGroupsResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
270
270
|
*/
|
|
271
271
|
listDashboardGroups(listDashboardGroupsRequest: requests.ListDashboardGroupsRequest): Promise<responses.ListDashboardGroupsResponse>;
|
|
272
272
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class DashboardGroupClient {
|
|
|
275
275
|
* @param UpdateDashboardGroupRequest
|
|
276
276
|
* @return UpdateDashboardGroupResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
279
279
|
*/
|
|
280
280
|
updateDashboardGroup(updateDashboardGroupRequest: requests.UpdateDashboardGroupRequest): Promise<responses.UpdateDashboardGroupResponse>;
|
|
281
281
|
}
|
package/lib/client.js
CHANGED
|
@@ -192,7 +192,7 @@ class DashboardClient {
|
|
|
192
192
|
* @param ChangeDashboardGroupRequest
|
|
193
193
|
* @return ChangeDashboardGroupResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
|
|
196
196
|
*/
|
|
197
197
|
changeDashboardGroup(changeDashboardGroupRequest) {
|
|
198
198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -254,7 +254,7 @@ class DashboardClient {
|
|
|
254
254
|
* @param CreateDashboardRequest
|
|
255
255
|
* @return CreateDashboardResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
258
258
|
*/
|
|
259
259
|
createDashboard(createDashboardRequest) {
|
|
260
260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,7 +318,7 @@ class DashboardClient {
|
|
|
318
318
|
* @param DeleteDashboardRequest
|
|
319
319
|
* @return DeleteDashboardResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
322
322
|
*/
|
|
323
323
|
deleteDashboard(deleteDashboardRequest) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -374,7 +374,7 @@ class DashboardClient {
|
|
|
374
374
|
* @param GetDashboardRequest
|
|
375
375
|
* @return GetDashboardResponse
|
|
376
376
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
378
378
|
*/
|
|
379
379
|
getDashboard(getDashboardRequest) {
|
|
380
380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -439,7 +439,7 @@ class DashboardClient {
|
|
|
439
439
|
* @param ListDashboardsRequest
|
|
440
440
|
* @return ListDashboardsResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
443
443
|
*/
|
|
444
444
|
listDashboards(listDashboardsRequest) {
|
|
445
445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -510,7 +510,7 @@ class DashboardClient {
|
|
|
510
510
|
* @param UpdateDashboardRequest
|
|
511
511
|
* @return UpdateDashboardResponse
|
|
512
512
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
514
514
|
*/
|
|
515
515
|
updateDashboard(updateDashboardRequest) {
|
|
516
516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -709,7 +709,7 @@ class DashboardGroupClient {
|
|
|
709
709
|
* @param ChangeDashboardGroupCompartmentRequest
|
|
710
710
|
* @return ChangeDashboardGroupCompartmentResponse
|
|
711
711
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
|
|
713
713
|
*/
|
|
714
714
|
changeDashboardGroupCompartment(changeDashboardGroupCompartmentRequest) {
|
|
715
715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -771,7 +771,7 @@ class DashboardGroupClient {
|
|
|
771
771
|
* @param CreateDashboardGroupRequest
|
|
772
772
|
* @return CreateDashboardGroupResponse
|
|
773
773
|
* @throws OciError when an error occurs
|
|
774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
775
775
|
*/
|
|
776
776
|
createDashboardGroup(createDashboardGroupRequest) {
|
|
777
777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -835,7 +835,7 @@ class DashboardGroupClient {
|
|
|
835
835
|
* @param DeleteDashboardGroupRequest
|
|
836
836
|
* @return DeleteDashboardGroupResponse
|
|
837
837
|
* @throws OciError when an error occurs
|
|
838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
839
839
|
*/
|
|
840
840
|
deleteDashboardGroup(deleteDashboardGroupRequest) {
|
|
841
841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -891,7 +891,7 @@ class DashboardGroupClient {
|
|
|
891
891
|
* @param GetDashboardGroupRequest
|
|
892
892
|
* @return GetDashboardGroupResponse
|
|
893
893
|
* @throws OciError when an error occurs
|
|
894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
895
895
|
*/
|
|
896
896
|
getDashboardGroup(getDashboardGroupRequest) {
|
|
897
897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -956,7 +956,7 @@ class DashboardGroupClient {
|
|
|
956
956
|
* @param ListDashboardGroupsRequest
|
|
957
957
|
* @return ListDashboardGroupsResponse
|
|
958
958
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
960
960
|
*/
|
|
961
961
|
listDashboardGroups(listDashboardGroupsRequest) {
|
|
962
962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1027,7 +1027,7 @@ class DashboardGroupClient {
|
|
|
1027
1027
|
* @param UpdateDashboardGroupRequest
|
|
1028
1028
|
* @return UpdateDashboardGroupResponse
|
|
1029
1029
|
* @throws OciError when an error occurs
|
|
1030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
1031
1031
|
*/
|
|
1032
1032
|
updateDashboardGroup(updateDashboardGroupRequest) {
|
|
1033
1033
|
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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.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.71.0",
|
|
19
|
+
"oci-workrequests": "2.71.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|