oci-managementdashboard 2.102.2 → 2.103.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 +14 -14
- package/lib/client.js +14 -14
- package/lib/request/change-management-dashboards-compartment-request.d.ts +1 -1
- package/lib/request/change-management-saved-searches-compartment-request.d.ts +1 -1
- package/lib/request/create-management-dashboard-request.d.ts +1 -1
- package/lib/request/create-management-saved-search-request.d.ts +1 -1
- package/lib/request/delete-management-dashboard-request.d.ts +1 -1
- package/lib/request/delete-management-saved-search-request.d.ts +1 -1
- package/lib/request/export-dashboard-request.d.ts +1 -1
- package/lib/request/get-management-dashboard-request.d.ts +1 -1
- package/lib/request/get-management-saved-search-request.d.ts +1 -1
- package/lib/request/import-dashboard-request.d.ts +1 -1
- package/lib/request/list-management-dashboards-request.d.ts +1 -1
- package/lib/request/list-management-saved-searches-request.d.ts +1 -1
- package/lib/request/update-management-dashboard-request.d.ts +1 -1
- package/lib/request/update-management-saved-search-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ export declare class DashxApisClient {
|
|
|
103
103
|
* @param ChangeManagementDashboardsCompartmentRequest
|
|
104
104
|
* @return ChangeManagementDashboardsCompartmentResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.
|
|
106
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartment API.
|
|
107
107
|
*/
|
|
108
108
|
changeManagementDashboardsCompartment(changeManagementDashboardsCompartmentRequest: requests.ChangeManagementDashboardsCompartmentRequest): Promise<responses.ChangeManagementDashboardsCompartmentResponse>;
|
|
109
109
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class DashxApisClient {
|
|
|
113
113
|
* @param ChangeManagementSavedSearchesCompartmentRequest
|
|
114
114
|
* @return ChangeManagementSavedSearchesCompartmentResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.
|
|
116
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartment API.
|
|
117
117
|
*/
|
|
118
118
|
changeManagementSavedSearchesCompartment(changeManagementSavedSearchesCompartmentRequest: requests.ChangeManagementSavedSearchesCompartmentRequest): Promise<responses.ChangeManagementSavedSearchesCompartmentResponse>;
|
|
119
119
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class DashxApisClient {
|
|
|
126
126
|
* @param CreateManagementDashboardRequest
|
|
127
127
|
* @return CreateManagementDashboardResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.
|
|
129
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/CreateManagementDashboard.ts.html |here} to see how to use CreateManagementDashboard API.
|
|
130
130
|
*/
|
|
131
131
|
createManagementDashboard(createManagementDashboardRequest: requests.CreateManagementDashboardRequest): Promise<responses.CreateManagementDashboardResponse>;
|
|
132
132
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class DashxApisClient {
|
|
|
139
139
|
* @param CreateManagementSavedSearchRequest
|
|
140
140
|
* @return CreateManagementSavedSearchResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.
|
|
142
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/CreateManagementSavedSearch.ts.html |here} to see how to use CreateManagementSavedSearch API.
|
|
143
143
|
*/
|
|
144
144
|
createManagementSavedSearch(createManagementSavedSearchRequest: requests.CreateManagementSavedSearchRequest): Promise<responses.CreateManagementSavedSearchResponse>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class DashxApisClient {
|
|
|
148
148
|
* @param DeleteManagementDashboardRequest
|
|
149
149
|
* @return DeleteManagementDashboardResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.
|
|
151
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboard API.
|
|
152
152
|
*/
|
|
153
153
|
deleteManagementDashboard(deleteManagementDashboardRequest: requests.DeleteManagementDashboardRequest): Promise<responses.DeleteManagementDashboardResponse>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class DashxApisClient {
|
|
|
157
157
|
* @param DeleteManagementSavedSearchRequest
|
|
158
158
|
* @return DeleteManagementSavedSearchResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.
|
|
160
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearch API.
|
|
161
161
|
*/
|
|
162
162
|
deleteManagementSavedSearch(deleteManagementSavedSearchRequest: requests.DeleteManagementSavedSearchRequest): Promise<responses.DeleteManagementSavedSearchResponse>;
|
|
163
163
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class DashxApisClient {
|
|
|
169
169
|
* @param ExportDashboardRequest
|
|
170
170
|
* @return ExportDashboardResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.
|
|
172
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ExportDashboard.ts.html |here} to see how to use ExportDashboard API.
|
|
173
173
|
*/
|
|
174
174
|
exportDashboard(exportDashboardRequest: requests.ExportDashboardRequest): Promise<responses.ExportDashboardResponse>;
|
|
175
175
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class DashxApisClient {
|
|
|
178
178
|
* @param GetManagementDashboardRequest
|
|
179
179
|
* @return GetManagementDashboardResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.
|
|
181
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/GetManagementDashboard.ts.html |here} to see how to use GetManagementDashboard API.
|
|
182
182
|
*/
|
|
183
183
|
getManagementDashboard(getManagementDashboardRequest: requests.GetManagementDashboardRequest): Promise<responses.GetManagementDashboardResponse>;
|
|
184
184
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class DashxApisClient {
|
|
|
187
187
|
* @param GetManagementSavedSearchRequest
|
|
188
188
|
* @return GetManagementSavedSearchResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.
|
|
190
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/GetManagementSavedSearch.ts.html |here} to see how to use GetManagementSavedSearch API.
|
|
191
191
|
*/
|
|
192
192
|
getManagementSavedSearch(getManagementSavedSearchRequest: requests.GetManagementSavedSearchRequest): Promise<responses.GetManagementSavedSearchResponse>;
|
|
193
193
|
/**
|
|
@@ -202,7 +202,7 @@ export declare class DashxApisClient {
|
|
|
202
202
|
* @param ImportDashboardRequest
|
|
203
203
|
* @return ImportDashboardResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.
|
|
205
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboard API.
|
|
206
206
|
*/
|
|
207
207
|
importDashboard(importDashboardRequest: requests.ImportDashboardRequest): Promise<responses.ImportDashboardResponse>;
|
|
208
208
|
/**
|
|
@@ -211,7 +211,7 @@ export declare class DashxApisClient {
|
|
|
211
211
|
* @param ListManagementDashboardsRequest
|
|
212
212
|
* @return ListManagementDashboardsResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.
|
|
214
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ListManagementDashboards.ts.html |here} to see how to use ListManagementDashboards API.
|
|
215
215
|
*/
|
|
216
216
|
listManagementDashboards(listManagementDashboardsRequest: requests.ListManagementDashboardsRequest): Promise<responses.ListManagementDashboardsResponse>;
|
|
217
217
|
/**
|
|
@@ -220,7 +220,7 @@ export declare class DashxApisClient {
|
|
|
220
220
|
* @param ListManagementSavedSearchesRequest
|
|
221
221
|
* @return ListManagementSavedSearchesResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.
|
|
223
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ListManagementSavedSearches.ts.html |here} to see how to use ListManagementSavedSearches API.
|
|
224
224
|
*/
|
|
225
225
|
listManagementSavedSearches(listManagementSavedSearchesRequest: requests.ListManagementSavedSearchesRequest): Promise<responses.ListManagementSavedSearchesResponse>;
|
|
226
226
|
/**
|
|
@@ -230,7 +230,7 @@ export declare class DashxApisClient {
|
|
|
230
230
|
* @param UpdateManagementDashboardRequest
|
|
231
231
|
* @return UpdateManagementDashboardResponse
|
|
232
232
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.
|
|
233
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboard API.
|
|
234
234
|
*/
|
|
235
235
|
updateManagementDashboard(updateManagementDashboardRequest: requests.UpdateManagementDashboardRequest): Promise<responses.UpdateManagementDashboardResponse>;
|
|
236
236
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class DashxApisClient {
|
|
|
240
240
|
* @param UpdateManagementSavedSearchRequest
|
|
241
241
|
* @return UpdateManagementSavedSearchResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.
|
|
243
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearch API.
|
|
244
244
|
*/
|
|
245
245
|
updateManagementSavedSearch(updateManagementSavedSearchRequest: requests.UpdateManagementSavedSearchRequest): Promise<responses.UpdateManagementSavedSearchResponse>;
|
|
246
246
|
}
|
package/lib/client.js
CHANGED
|
@@ -216,7 +216,7 @@ class DashxApisClient {
|
|
|
216
216
|
* @param ChangeManagementDashboardsCompartmentRequest
|
|
217
217
|
* @return ChangeManagementDashboardsCompartmentResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.
|
|
219
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartment API.
|
|
220
220
|
*/
|
|
221
221
|
changeManagementDashboardsCompartment(changeManagementDashboardsCompartmentRequest) {
|
|
222
222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -288,7 +288,7 @@ class DashxApisClient {
|
|
|
288
288
|
* @param ChangeManagementSavedSearchesCompartmentRequest
|
|
289
289
|
* @return ChangeManagementSavedSearchesCompartmentResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.
|
|
291
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartment API.
|
|
292
292
|
*/
|
|
293
293
|
changeManagementSavedSearchesCompartment(changeManagementSavedSearchesCompartmentRequest) {
|
|
294
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -363,7 +363,7 @@ class DashxApisClient {
|
|
|
363
363
|
* @param CreateManagementDashboardRequest
|
|
364
364
|
* @return CreateManagementDashboardResponse
|
|
365
365
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.
|
|
366
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/CreateManagementDashboard.ts.html |here} to see how to use CreateManagementDashboard API.
|
|
367
367
|
*/
|
|
368
368
|
createManagementDashboard(createManagementDashboardRequest) {
|
|
369
369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -435,7 +435,7 @@ class DashxApisClient {
|
|
|
435
435
|
* @param CreateManagementSavedSearchRequest
|
|
436
436
|
* @return CreateManagementSavedSearchResponse
|
|
437
437
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.
|
|
438
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/CreateManagementSavedSearch.ts.html |here} to see how to use CreateManagementSavedSearch API.
|
|
439
439
|
*/
|
|
440
440
|
createManagementSavedSearch(createManagementSavedSearchRequest) {
|
|
441
441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -503,7 +503,7 @@ class DashxApisClient {
|
|
|
503
503
|
* @param DeleteManagementDashboardRequest
|
|
504
504
|
* @return DeleteManagementDashboardResponse
|
|
505
505
|
* @throws OciError when an error occurs
|
|
506
|
-
* @example Click {@link https://docs.
|
|
506
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboard API.
|
|
507
507
|
*/
|
|
508
508
|
deleteManagementDashboard(deleteManagementDashboardRequest) {
|
|
509
509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -563,7 +563,7 @@ class DashxApisClient {
|
|
|
563
563
|
* @param DeleteManagementSavedSearchRequest
|
|
564
564
|
* @return DeleteManagementSavedSearchResponse
|
|
565
565
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.
|
|
566
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearch API.
|
|
567
567
|
*/
|
|
568
568
|
deleteManagementSavedSearch(deleteManagementSavedSearchRequest) {
|
|
569
569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -626,7 +626,7 @@ class DashxApisClient {
|
|
|
626
626
|
* @param ExportDashboardRequest
|
|
627
627
|
* @return ExportDashboardResponse
|
|
628
628
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.
|
|
629
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ExportDashboard.ts.html |here} to see how to use ExportDashboard API.
|
|
630
630
|
*/
|
|
631
631
|
exportDashboard(exportDashboardRequest) {
|
|
632
632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -690,7 +690,7 @@ class DashxApisClient {
|
|
|
690
690
|
* @param GetManagementDashboardRequest
|
|
691
691
|
* @return GetManagementDashboardResponse
|
|
692
692
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.
|
|
693
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/GetManagementDashboard.ts.html |here} to see how to use GetManagementDashboard API.
|
|
694
694
|
*/
|
|
695
695
|
getManagementDashboard(getManagementDashboardRequest) {
|
|
696
696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -759,7 +759,7 @@ class DashxApisClient {
|
|
|
759
759
|
* @param GetManagementSavedSearchRequest
|
|
760
760
|
* @return GetManagementSavedSearchResponse
|
|
761
761
|
* @throws OciError when an error occurs
|
|
762
|
-
* @example Click {@link https://docs.
|
|
762
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/GetManagementSavedSearch.ts.html |here} to see how to use GetManagementSavedSearch API.
|
|
763
763
|
*/
|
|
764
764
|
getManagementSavedSearch(getManagementSavedSearchRequest) {
|
|
765
765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +834,7 @@ class DashxApisClient {
|
|
|
834
834
|
* @param ImportDashboardRequest
|
|
835
835
|
* @return ImportDashboardResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.
|
|
837
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboard API.
|
|
838
838
|
*/
|
|
839
839
|
importDashboard(importDashboardRequest) {
|
|
840
840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -894,7 +894,7 @@ class DashxApisClient {
|
|
|
894
894
|
* @param ListManagementDashboardsRequest
|
|
895
895
|
* @return ListManagementDashboardsResponse
|
|
896
896
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.
|
|
897
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ListManagementDashboards.ts.html |here} to see how to use ListManagementDashboards API.
|
|
898
898
|
*/
|
|
899
899
|
listManagementDashboards(listManagementDashboardsRequest) {
|
|
900
900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -962,7 +962,7 @@ class DashxApisClient {
|
|
|
962
962
|
* @param ListManagementSavedSearchesRequest
|
|
963
963
|
* @return ListManagementSavedSearchesResponse
|
|
964
964
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.
|
|
965
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ListManagementSavedSearches.ts.html |here} to see how to use ListManagementSavedSearches API.
|
|
966
966
|
*/
|
|
967
967
|
listManagementSavedSearches(listManagementSavedSearchesRequest) {
|
|
968
968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1031,7 +1031,7 @@ class DashxApisClient {
|
|
|
1031
1031
|
* @param UpdateManagementDashboardRequest
|
|
1032
1032
|
* @return UpdateManagementDashboardResponse
|
|
1033
1033
|
* @throws OciError when an error occurs
|
|
1034
|
-
* @example Click {@link https://docs.
|
|
1034
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboard API.
|
|
1035
1035
|
*/
|
|
1036
1036
|
updateManagementDashboard(updateManagementDashboardRequest) {
|
|
1037
1037
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1103,7 +1103,7 @@ class DashxApisClient {
|
|
|
1103
1103
|
* @param UpdateManagementSavedSearchRequest
|
|
1104
1104
|
* @return UpdateManagementSavedSearchResponse
|
|
1105
1105
|
* @throws OciError when an error occurs
|
|
1106
|
-
* @example Click {@link https://docs.
|
|
1106
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearch API.
|
|
1107
1107
|
*/
|
|
1108
1108
|
updateManagementSavedSearch(updateManagementSavedSearchRequest) {
|
|
1109
1109
|
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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ChangeManagementDashboardsCompartment.ts.html |here} to see how to use ChangeManagementDashboardsCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeManagementDashboardsCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ChangeManagementSavedSearchesCompartment.ts.html |here} to see how to use ChangeManagementSavedSearchesCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeManagementSavedSearchesCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/CreateManagementDashboard.ts.html |here} to see how to use CreateManagementDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateManagementDashboardRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/CreateManagementSavedSearch.ts.html |here} to see how to use CreateManagementSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateManagementSavedSearchRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/DeleteManagementDashboard.ts.html |here} to see how to use DeleteManagementDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementDashboardRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/DeleteManagementSavedSearch.ts.html |here} to see how to use DeleteManagementSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementSavedSearchRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ExportDashboard.ts.html |here} to see how to use ExportDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ExportDashboardRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/GetManagementDashboard.ts.html |here} to see how to use GetManagementDashboardRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementDashboardRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/GetManagementSavedSearch.ts.html |here} to see how to use GetManagementSavedSearchRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementSavedSearchRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ImportDashboard.ts.html |here} to see how to use ImportDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ImportDashboardRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ListManagementDashboards.ts.html |here} to see how to use ListManagementDashboardsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementDashboardsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/ListManagementSavedSearches.ts.html |here} to see how to use ListManagementSavedSearchesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementSavedSearchesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/UpdateManagementDashboard.ts.html |here} to see how to use UpdateManagementDashboardRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementDashboardRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/managementdashboard/UpdateManagementSavedSearch.ts.html |here} to see how to use UpdateManagementSavedSearchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementSavedSearchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-managementdashboard",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Management Dashboard 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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|