oci-managementagent 2.89.3 → 2.89.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +28 -28
- package/lib/client.js +28 -28
- package/lib/request/create-data-source-request.d.ts +1 -1
- package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-data-source-request.d.ts +1 -1
- package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-management-agent-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/deploy-plugins-request.d.ts +1 -1
- package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
- package/lib/request/get-data-source-request.d.ts +1 -1
- package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
- package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/get-management-agent-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-availability-histories-request.d.ts +1 -1
- package/lib/request/list-data-sources-request.d.ts +1 -1
- package/lib/request/list-management-agent-images-request.d.ts +1 -1
- package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
- package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
- package/lib/request/list-management-agents-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
- package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
- package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
- package/lib/request/update-data-source-request.d.ts +1 -1
- package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/update-management-agent-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export declare class ManagementAgentClient {
|
|
|
99
99
|
* @param CreateDataSourceRequest
|
|
100
100
|
* @return CreateDataSourceResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
|
|
103
103
|
*/
|
|
104
104
|
createDataSource(createDataSourceRequest: requests.CreateDataSourceRequest): Promise<responses.CreateDataSourceResponse>;
|
|
105
105
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class ManagementAgentClient {
|
|
|
109
109
|
* @param CreateManagementAgentInstallKeyRequest
|
|
110
110
|
* @return CreateManagementAgentInstallKeyResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
113
113
|
*/
|
|
114
114
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
|
|
115
115
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class ManagementAgentClient {
|
|
|
119
119
|
* @param DeleteDataSourceRequest
|
|
120
120
|
* @return DeleteDataSourceResponse
|
|
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.89.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
|
|
123
123
|
*/
|
|
124
124
|
deleteDataSource(deleteDataSourceRequest: requests.DeleteDataSourceRequest): Promise<responses.DeleteDataSourceResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class ManagementAgentClient {
|
|
|
128
128
|
* @param DeleteManagementAgentRequest
|
|
129
129
|
* @return DeleteManagementAgentResponse
|
|
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.89.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
132
132
|
*/
|
|
133
133
|
deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class ManagementAgentClient {
|
|
|
137
137
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
138
138
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
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.89.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
141
141
|
*/
|
|
142
142
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class ManagementAgentClient {
|
|
|
146
146
|
* @param DeleteWorkRequestRequest
|
|
147
147
|
* @return DeleteWorkRequestResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
150
150
|
*/
|
|
151
151
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
152
152
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class ManagementAgentClient {
|
|
|
156
156
|
* @param DeployPluginsRequest
|
|
157
157
|
* @return DeployPluginsResponse
|
|
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.89.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
160
160
|
*/
|
|
161
161
|
deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
|
|
162
162
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class ManagementAgentClient {
|
|
|
167
167
|
* @param GetAutoUpgradableConfigRequest
|
|
168
168
|
* @return GetAutoUpgradableConfigResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
171
171
|
*/
|
|
172
172
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class ManagementAgentClient {
|
|
|
177
177
|
* @param GetDataSourceRequest
|
|
178
178
|
* @return GetDataSourceResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
|
|
181
181
|
*/
|
|
182
182
|
getDataSource(getDataSourceRequest: requests.GetDataSourceRequest): Promise<responses.GetDataSourceResponse>;
|
|
183
183
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class ManagementAgentClient {
|
|
|
186
186
|
* @param GetManagementAgentRequest
|
|
187
187
|
* @return GetManagementAgentResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
190
190
|
*/
|
|
191
191
|
getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
|
|
192
192
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class ManagementAgentClient {
|
|
|
195
195
|
* @param GetManagementAgentInstallKeyRequest
|
|
196
196
|
* @return GetManagementAgentInstallKeyResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
199
199
|
*/
|
|
200
200
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
|
|
201
201
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class ManagementAgentClient {
|
|
|
205
205
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
206
206
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
209
209
|
*/
|
|
210
210
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
|
|
211
211
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class ManagementAgentClient {
|
|
|
214
214
|
* @param GetWorkRequestRequest
|
|
215
215
|
* @return GetWorkRequestResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
218
218
|
*/
|
|
219
219
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
220
220
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class ManagementAgentClient {
|
|
|
223
223
|
* @param ListAvailabilityHistoriesRequest
|
|
224
224
|
* @return ListAvailabilityHistoriesResponse
|
|
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.89.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
227
227
|
*/
|
|
228
228
|
listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
|
|
229
229
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class ManagementAgentClient {
|
|
|
265
265
|
* @param ListDataSourcesRequest
|
|
266
266
|
* @return ListDataSourcesResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
|
|
269
269
|
*/
|
|
270
270
|
listDataSources(listDataSourcesRequest: requests.ListDataSourcesRequest): Promise<responses.ListDataSourcesResponse>;
|
|
271
271
|
/**
|
|
@@ -307,7 +307,7 @@ export declare class ManagementAgentClient {
|
|
|
307
307
|
* @param ListManagementAgentImagesRequest
|
|
308
308
|
* @return ListManagementAgentImagesResponse
|
|
309
309
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
311
311
|
*/
|
|
312
312
|
listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
|
|
313
313
|
/**
|
|
@@ -349,7 +349,7 @@ export declare class ManagementAgentClient {
|
|
|
349
349
|
* @param ListManagementAgentInstallKeysRequest
|
|
350
350
|
* @return ListManagementAgentInstallKeysResponse
|
|
351
351
|
* @throws OciError when an error occurs
|
|
352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
353
353
|
*/
|
|
354
354
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
|
|
355
355
|
/**
|
|
@@ -391,7 +391,7 @@ export declare class ManagementAgentClient {
|
|
|
391
391
|
* @param ListManagementAgentPluginsRequest
|
|
392
392
|
* @return ListManagementAgentPluginsResponse
|
|
393
393
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
395
395
|
*/
|
|
396
396
|
listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
|
|
397
397
|
/**
|
|
@@ -435,7 +435,7 @@ export declare class ManagementAgentClient {
|
|
|
435
435
|
* @param ListManagementAgentsRequest
|
|
436
436
|
* @return ListManagementAgentsResponse
|
|
437
437
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
439
439
|
*/
|
|
440
440
|
listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
|
|
441
441
|
/**
|
|
@@ -477,7 +477,7 @@ export declare class ManagementAgentClient {
|
|
|
477
477
|
* @param ListWorkRequestErrorsRequest
|
|
478
478
|
* @return ListWorkRequestErrorsResponse
|
|
479
479
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
481
481
|
*/
|
|
482
482
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
483
483
|
/**
|
|
@@ -519,7 +519,7 @@ export declare class ManagementAgentClient {
|
|
|
519
519
|
* @param ListWorkRequestLogsRequest
|
|
520
520
|
* @return ListWorkRequestLogsResponse
|
|
521
521
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
523
523
|
*/
|
|
524
524
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
525
525
|
/**
|
|
@@ -561,7 +561,7 @@ export declare class ManagementAgentClient {
|
|
|
561
561
|
* @param ListWorkRequestsRequest
|
|
562
562
|
* @return ListWorkRequestsResponse
|
|
563
563
|
* @throws OciError when an error occurs
|
|
564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
565
565
|
*/
|
|
566
566
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
567
567
|
/**
|
|
@@ -604,7 +604,7 @@ export declare class ManagementAgentClient {
|
|
|
604
604
|
* @param SetAutoUpgradableConfigRequest
|
|
605
605
|
* @return SetAutoUpgradableConfigResponse
|
|
606
606
|
* @throws OciError when an error occurs
|
|
607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
608
608
|
*/
|
|
609
609
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
|
|
610
610
|
/**
|
|
@@ -615,7 +615,7 @@ export declare class ManagementAgentClient {
|
|
|
615
615
|
* @param SummarizeManagementAgentCountsRequest
|
|
616
616
|
* @return SummarizeManagementAgentCountsResponse
|
|
617
617
|
* @throws OciError when an error occurs
|
|
618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
619
619
|
*/
|
|
620
620
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
|
|
621
621
|
/**
|
|
@@ -626,7 +626,7 @@ export declare class ManagementAgentClient {
|
|
|
626
626
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
627
627
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
628
628
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
630
630
|
*/
|
|
631
631
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
|
|
632
632
|
/**
|
|
@@ -636,7 +636,7 @@ export declare class ManagementAgentClient {
|
|
|
636
636
|
* @param UpdateDataSourceRequest
|
|
637
637
|
* @return UpdateDataSourceResponse
|
|
638
638
|
* @throws OciError when an error occurs
|
|
639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
|
|
640
640
|
*/
|
|
641
641
|
updateDataSource(updateDataSourceRequest: requests.UpdateDataSourceRequest): Promise<responses.UpdateDataSourceResponse>;
|
|
642
642
|
/**
|
|
@@ -646,7 +646,7 @@ export declare class ManagementAgentClient {
|
|
|
646
646
|
* @param UpdateManagementAgentRequest
|
|
647
647
|
* @return UpdateManagementAgentResponse
|
|
648
648
|
* @throws OciError when an error occurs
|
|
649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
650
650
|
*/
|
|
651
651
|
updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
|
|
652
652
|
/**
|
|
@@ -656,7 +656,7 @@ export declare class ManagementAgentClient {
|
|
|
656
656
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
657
657
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
658
658
|
* @throws OciError when an error occurs
|
|
659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
660
660
|
*/
|
|
661
661
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
|
|
662
662
|
}
|
package/lib/client.js
CHANGED
|
@@ -206,7 +206,7 @@ class ManagementAgentClient {
|
|
|
206
206
|
* @param CreateDataSourceRequest
|
|
207
207
|
* @return CreateDataSourceResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
|
|
210
210
|
*/
|
|
211
211
|
createDataSource(createDataSourceRequest) {
|
|
212
212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -269,7 +269,7 @@ class ManagementAgentClient {
|
|
|
269
269
|
* @param CreateManagementAgentInstallKeyRequest
|
|
270
270
|
* @return CreateManagementAgentInstallKeyResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
273
273
|
*/
|
|
274
274
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
|
|
275
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -333,7 +333,7 @@ class ManagementAgentClient {
|
|
|
333
333
|
* @param DeleteDataSourceRequest
|
|
334
334
|
* @return DeleteDataSourceResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
|
|
337
337
|
*/
|
|
338
338
|
deleteDataSource(deleteDataSourceRequest) {
|
|
339
339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -394,7 +394,7 @@ class ManagementAgentClient {
|
|
|
394
394
|
* @param DeleteManagementAgentRequest
|
|
395
395
|
* @return DeleteManagementAgentResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
398
398
|
*/
|
|
399
399
|
deleteManagementAgent(deleteManagementAgentRequest) {
|
|
400
400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -449,7 +449,7 @@ class ManagementAgentClient {
|
|
|
449
449
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
450
450
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
451
451
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
453
453
|
*/
|
|
454
454
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
|
|
455
455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -504,7 +504,7 @@ class ManagementAgentClient {
|
|
|
504
504
|
* @param DeleteWorkRequestRequest
|
|
505
505
|
* @return DeleteWorkRequestResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
508
508
|
*/
|
|
509
509
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
510
510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -560,7 +560,7 @@ class ManagementAgentClient {
|
|
|
560
560
|
* @param DeployPluginsRequest
|
|
561
561
|
* @return DeployPluginsResponse
|
|
562
562
|
* @throws OciError when an error occurs
|
|
563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
564
564
|
*/
|
|
565
565
|
deployPlugins(deployPluginsRequest) {
|
|
566
566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -621,7 +621,7 @@ class ManagementAgentClient {
|
|
|
621
621
|
* @param GetAutoUpgradableConfigRequest
|
|
622
622
|
* @return GetAutoUpgradableConfigResponse
|
|
623
623
|
* @throws OciError when an error occurs
|
|
624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
625
625
|
*/
|
|
626
626
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
|
|
627
627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -680,7 +680,7 @@ class ManagementAgentClient {
|
|
|
680
680
|
* @param GetDataSourceRequest
|
|
681
681
|
* @return GetDataSourceResponse
|
|
682
682
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
|
|
684
684
|
*/
|
|
685
685
|
getDataSource(getDataSourceRequest) {
|
|
686
686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -745,7 +745,7 @@ class ManagementAgentClient {
|
|
|
745
745
|
* @param GetManagementAgentRequest
|
|
746
746
|
* @return GetManagementAgentResponse
|
|
747
747
|
* @throws OciError when an error occurs
|
|
748
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
749
749
|
*/
|
|
750
750
|
getManagementAgent(getManagementAgentRequest) {
|
|
751
751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -808,7 +808,7 @@ class ManagementAgentClient {
|
|
|
808
808
|
* @param GetManagementAgentInstallKeyRequest
|
|
809
809
|
* @return GetManagementAgentInstallKeyResponse
|
|
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.89.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
812
812
|
*/
|
|
813
813
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
|
|
814
814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -872,7 +872,7 @@ class ManagementAgentClient {
|
|
|
872
872
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
873
873
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
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.89.
|
|
875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
876
876
|
*/
|
|
877
877
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
|
|
878
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -941,7 +941,7 @@ class ManagementAgentClient {
|
|
|
941
941
|
* @param GetWorkRequestRequest
|
|
942
942
|
* @return GetWorkRequestResponse
|
|
943
943
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
945
945
|
*/
|
|
946
946
|
getWorkRequest(getWorkRequestRequest) {
|
|
947
947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1009,7 +1009,7 @@ class ManagementAgentClient {
|
|
|
1009
1009
|
* @param ListAvailabilityHistoriesRequest
|
|
1010
1010
|
* @return ListAvailabilityHistoriesResponse
|
|
1011
1011
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
1013
1013
|
*/
|
|
1014
1014
|
listAvailabilityHistories(listAvailabilityHistoriesRequest) {
|
|
1015
1015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1120,7 +1120,7 @@ class ManagementAgentClient {
|
|
|
1120
1120
|
* @param ListDataSourcesRequest
|
|
1121
1121
|
* @return ListDataSourcesResponse
|
|
1122
1122
|
* @throws OciError when an error occurs
|
|
1123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
|
|
1124
1124
|
*/
|
|
1125
1125
|
listDataSources(listDataSourcesRequest) {
|
|
1126
1126
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1230,7 +1230,7 @@ class ManagementAgentClient {
|
|
|
1230
1230
|
* @param ListManagementAgentImagesRequest
|
|
1231
1231
|
* @return ListManagementAgentImagesResponse
|
|
1232
1232
|
* @throws OciError when an error occurs
|
|
1233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
1234
1234
|
*/
|
|
1235
1235
|
listManagementAgentImages(listManagementAgentImagesRequest) {
|
|
1236
1236
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1342,7 +1342,7 @@ class ManagementAgentClient {
|
|
|
1342
1342
|
* @param ListManagementAgentInstallKeysRequest
|
|
1343
1343
|
* @return ListManagementAgentInstallKeysResponse
|
|
1344
1344
|
* @throws OciError when an error occurs
|
|
1345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
1346
1346
|
*/
|
|
1347
1347
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
|
|
1348
1348
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1453,7 +1453,7 @@ class ManagementAgentClient {
|
|
|
1453
1453
|
* @param ListManagementAgentPluginsRequest
|
|
1454
1454
|
* @return ListManagementAgentPluginsResponse
|
|
1455
1455
|
* @throws OciError when an error occurs
|
|
1456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
1457
1457
|
*/
|
|
1458
1458
|
listManagementAgentPlugins(listManagementAgentPluginsRequest) {
|
|
1459
1459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1567,7 +1567,7 @@ class ManagementAgentClient {
|
|
|
1567
1567
|
* @param ListManagementAgentsRequest
|
|
1568
1568
|
* @return ListManagementAgentsResponse
|
|
1569
1569
|
* @throws OciError when an error occurs
|
|
1570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
1571
1571
|
*/
|
|
1572
1572
|
listManagementAgents(listManagementAgentsRequest) {
|
|
1573
1573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1689,7 +1689,7 @@ class ManagementAgentClient {
|
|
|
1689
1689
|
* @param ListWorkRequestErrorsRequest
|
|
1690
1690
|
* @return ListWorkRequestErrorsResponse
|
|
1691
1691
|
* @throws OciError when an error occurs
|
|
1692
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1693
1693
|
*/
|
|
1694
1694
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1695
1695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1798,7 +1798,7 @@ class ManagementAgentClient {
|
|
|
1798
1798
|
* @param ListWorkRequestLogsRequest
|
|
1799
1799
|
* @return ListWorkRequestLogsResponse
|
|
1800
1800
|
* @throws OciError when an error occurs
|
|
1801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1802
1802
|
*/
|
|
1803
1803
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1804
1804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1907,7 +1907,7 @@ class ManagementAgentClient {
|
|
|
1907
1907
|
* @param ListWorkRequestsRequest
|
|
1908
1908
|
* @return ListWorkRequestsResponse
|
|
1909
1909
|
* @throws OciError when an error occurs
|
|
1910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1911
1911
|
*/
|
|
1912
1912
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1913
1913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2020,7 +2020,7 @@ class ManagementAgentClient {
|
|
|
2020
2020
|
* @param SetAutoUpgradableConfigRequest
|
|
2021
2021
|
* @return SetAutoUpgradableConfigResponse
|
|
2022
2022
|
* @throws OciError when an error occurs
|
|
2023
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
2024
2024
|
*/
|
|
2025
2025
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
|
|
2026
2026
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2080,7 +2080,7 @@ class ManagementAgentClient {
|
|
|
2080
2080
|
* @param SummarizeManagementAgentCountsRequest
|
|
2081
2081
|
* @return SummarizeManagementAgentCountsResponse
|
|
2082
2082
|
* @throws OciError when an error occurs
|
|
2083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
2084
2084
|
*/
|
|
2085
2085
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
|
|
2086
2086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2150,7 +2150,7 @@ class ManagementAgentClient {
|
|
|
2150
2150
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
2151
2151
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
2152
2152
|
* @throws OciError when an error occurs
|
|
2153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
2154
2154
|
*/
|
|
2155
2155
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
|
|
2156
2156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2217,7 +2217,7 @@ class ManagementAgentClient {
|
|
|
2217
2217
|
* @param UpdateDataSourceRequest
|
|
2218
2218
|
* @return UpdateDataSourceResponse
|
|
2219
2219
|
* @throws OciError when an error occurs
|
|
2220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
|
|
2221
2221
|
*/
|
|
2222
2222
|
updateDataSource(updateDataSourceRequest) {
|
|
2223
2223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2281,7 +2281,7 @@ class ManagementAgentClient {
|
|
|
2281
2281
|
* @param UpdateManagementAgentRequest
|
|
2282
2282
|
* @return UpdateManagementAgentResponse
|
|
2283
2283
|
* @throws OciError when an error occurs
|
|
2284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
2285
2285
|
*/
|
|
2286
2286
|
updateManagementAgent(updateManagementAgentRequest) {
|
|
2287
2287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2348,7 +2348,7 @@ class ManagementAgentClient {
|
|
|
2348
2348
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
2349
2349
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
2350
2350
|
* @throws OciError when an error occurs
|
|
2351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
2352
2352
|
*/
|
|
2353
2353
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
|
|
2354
2354
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSourceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDataSourceRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateManagementAgentInstallKeyRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSourceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDataSourceRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementAgentInstallKeyRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementAgentRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPluginsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DeployPluginsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfigRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoUpgradableConfigRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSourceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDataSourceRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementAgentInstallKeyContentRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementAgentInstallKeyRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementAgentRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistoriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAvailabilityHistoriesRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSourcesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListDataSourcesRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentImagesRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeysRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentInstallKeysRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPluginsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentPluginsRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SetAutoUpgradableConfigRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeManagementAgentCountsRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeManagementAgentPluginCountsRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSourceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDataSourceRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentInstallKeyRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-managementagent",
|
|
3
|
-
"version": "2.89.
|
|
3
|
+
"version": "2.89.4",
|
|
4
4
|
"description": "OCI NodeJS client for Management Agent 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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.4",
|
|
19
|
+
"oci-workrequests": "2.89.4"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|