oci-managementagent 2.83.0 → 2.84.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.
Files changed (31) hide show
  1. package/lib/client.d.ts +28 -28
  2. package/lib/client.js +28 -28
  3. package/lib/request/create-data-source-request.d.ts +1 -1
  4. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  5. package/lib/request/delete-data-source-request.d.ts +1 -1
  6. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  7. package/lib/request/delete-management-agent-request.d.ts +1 -1
  8. package/lib/request/delete-work-request-request.d.ts +1 -1
  9. package/lib/request/deploy-plugins-request.d.ts +1 -1
  10. package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
  11. package/lib/request/get-data-source-request.d.ts +1 -1
  12. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  13. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  14. package/lib/request/get-management-agent-request.d.ts +1 -1
  15. package/lib/request/get-work-request-request.d.ts +1 -1
  16. package/lib/request/list-availability-histories-request.d.ts +1 -1
  17. package/lib/request/list-data-sources-request.d.ts +1 -1
  18. package/lib/request/list-management-agent-images-request.d.ts +1 -1
  19. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  20. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  21. package/lib/request/list-management-agents-request.d.ts +1 -1
  22. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  23. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  24. package/lib/request/list-work-requests-request.d.ts +1 -1
  25. package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
  26. package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
  27. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  28. package/lib/request/update-data-source-request.d.ts +1 -1
  29. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  30. package/lib/request/update-management-agent-request.d.ts +1 -1
  31. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -95,7 +95,7 @@ export declare class ManagementAgentClient {
95
95
  * @param CreateDataSourceRequest
96
96
  * @return CreateDataSourceResponse
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.83.0/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
99
99
  */
100
100
  createDataSource(createDataSourceRequest: requests.CreateDataSourceRequest): Promise<responses.CreateDataSourceResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class ManagementAgentClient {
105
105
  * @param CreateManagementAgentInstallKeyRequest
106
106
  * @return CreateManagementAgentInstallKeyResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
109
109
  */
110
110
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class ManagementAgentClient {
115
115
  * @param DeleteDataSourceRequest
116
116
  * @return DeleteDataSourceResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
119
119
  */
120
120
  deleteDataSource(deleteDataSourceRequest: requests.DeleteDataSourceRequest): Promise<responses.DeleteDataSourceResponse>;
121
121
  /**
@@ -124,7 +124,7 @@ export declare class ManagementAgentClient {
124
124
  * @param DeleteManagementAgentRequest
125
125
  * @return DeleteManagementAgentResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
128
128
  */
129
129
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
130
130
  /**
@@ -133,7 +133,7 @@ export declare class ManagementAgentClient {
133
133
  * @param DeleteManagementAgentInstallKeyRequest
134
134
  * @return DeleteManagementAgentInstallKeyResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
137
137
  */
138
138
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
139
139
  /**
@@ -142,7 +142,7 @@ export declare class ManagementAgentClient {
142
142
  * @param DeleteWorkRequestRequest
143
143
  * @return DeleteWorkRequestResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
146
146
  */
147
147
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
148
148
  /**
@@ -152,7 +152,7 @@ export declare class ManagementAgentClient {
152
152
  * @param DeployPluginsRequest
153
153
  * @return DeployPluginsResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
156
156
  */
157
157
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
158
158
  /**
@@ -163,7 +163,7 @@ export declare class ManagementAgentClient {
163
163
  * @param GetAutoUpgradableConfigRequest
164
164
  * @return GetAutoUpgradableConfigResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
167
167
  */
168
168
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
169
169
  /**
@@ -173,7 +173,7 @@ export declare class ManagementAgentClient {
173
173
  * @param GetDataSourceRequest
174
174
  * @return GetDataSourceResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
177
177
  */
178
178
  getDataSource(getDataSourceRequest: requests.GetDataSourceRequest): Promise<responses.GetDataSourceResponse>;
179
179
  /**
@@ -182,7 +182,7 @@ export declare class ManagementAgentClient {
182
182
  * @param GetManagementAgentRequest
183
183
  * @return GetManagementAgentResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
186
186
  */
187
187
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
188
188
  /**
@@ -191,7 +191,7 @@ export declare class ManagementAgentClient {
191
191
  * @param GetManagementAgentInstallKeyRequest
192
192
  * @return GetManagementAgentInstallKeyResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
195
195
  */
196
196
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
197
197
  /**
@@ -201,7 +201,7 @@ export declare class ManagementAgentClient {
201
201
  * @param GetManagementAgentInstallKeyContentRequest
202
202
  * @return GetManagementAgentInstallKeyContentResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
205
205
  */
206
206
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
207
207
  /**
@@ -210,7 +210,7 @@ export declare class ManagementAgentClient {
210
210
  * @param GetWorkRequestRequest
211
211
  * @return GetWorkRequestResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
214
214
  */
215
215
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
216
216
  /**
@@ -219,7 +219,7 @@ export declare class ManagementAgentClient {
219
219
  * @param ListAvailabilityHistoriesRequest
220
220
  * @return ListAvailabilityHistoriesResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
223
223
  */
224
224
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
225
225
  /**
@@ -261,7 +261,7 @@ export declare class ManagementAgentClient {
261
261
  * @param ListDataSourcesRequest
262
262
  * @return ListDataSourcesResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
265
265
  */
266
266
  listDataSources(listDataSourcesRequest: requests.ListDataSourcesRequest): Promise<responses.ListDataSourcesResponse>;
267
267
  /**
@@ -303,7 +303,7 @@ export declare class ManagementAgentClient {
303
303
  * @param ListManagementAgentImagesRequest
304
304
  * @return ListManagementAgentImagesResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
307
307
  */
308
308
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
309
309
  /**
@@ -345,7 +345,7 @@ export declare class ManagementAgentClient {
345
345
  * @param ListManagementAgentInstallKeysRequest
346
346
  * @return ListManagementAgentInstallKeysResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
349
349
  */
350
350
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
351
351
  /**
@@ -387,7 +387,7 @@ export declare class ManagementAgentClient {
387
387
  * @param ListManagementAgentPluginsRequest
388
388
  * @return ListManagementAgentPluginsResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
391
391
  */
392
392
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
393
393
  /**
@@ -431,7 +431,7 @@ export declare class ManagementAgentClient {
431
431
  * @param ListManagementAgentsRequest
432
432
  * @return ListManagementAgentsResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
435
435
  */
436
436
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
437
437
  /**
@@ -473,7 +473,7 @@ export declare class ManagementAgentClient {
473
473
  * @param ListWorkRequestErrorsRequest
474
474
  * @return ListWorkRequestErrorsResponse
475
475
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
477
477
  */
478
478
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
479
479
  /**
@@ -515,7 +515,7 @@ export declare class ManagementAgentClient {
515
515
  * @param ListWorkRequestLogsRequest
516
516
  * @return ListWorkRequestLogsResponse
517
517
  * @throws OciError when an error occurs
518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
519
519
  */
520
520
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
521
521
  /**
@@ -557,7 +557,7 @@ export declare class ManagementAgentClient {
557
557
  * @param ListWorkRequestsRequest
558
558
  * @return ListWorkRequestsResponse
559
559
  * @throws OciError when an error occurs
560
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
561
561
  */
562
562
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
563
563
  /**
@@ -600,7 +600,7 @@ export declare class ManagementAgentClient {
600
600
  * @param SetAutoUpgradableConfigRequest
601
601
  * @return SetAutoUpgradableConfigResponse
602
602
  * @throws OciError when an error occurs
603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
604
604
  */
605
605
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
606
606
  /**
@@ -611,7 +611,7 @@ export declare class ManagementAgentClient {
611
611
  * @param SummarizeManagementAgentCountsRequest
612
612
  * @return SummarizeManagementAgentCountsResponse
613
613
  * @throws OciError when an error occurs
614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
615
615
  */
616
616
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
617
617
  /**
@@ -622,7 +622,7 @@ export declare class ManagementAgentClient {
622
622
  * @param SummarizeManagementAgentPluginCountsRequest
623
623
  * @return SummarizeManagementAgentPluginCountsResponse
624
624
  * @throws OciError when an error occurs
625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
626
626
  */
627
627
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
628
628
  /**
@@ -632,7 +632,7 @@ export declare class ManagementAgentClient {
632
632
  * @param UpdateDataSourceRequest
633
633
  * @return UpdateDataSourceResponse
634
634
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
636
636
  */
637
637
  updateDataSource(updateDataSourceRequest: requests.UpdateDataSourceRequest): Promise<responses.UpdateDataSourceResponse>;
638
638
  /**
@@ -642,7 +642,7 @@ export declare class ManagementAgentClient {
642
642
  * @param UpdateManagementAgentRequest
643
643
  * @return UpdateManagementAgentResponse
644
644
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
646
646
  */
647
647
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
648
648
  /**
@@ -652,7 +652,7 @@ export declare class ManagementAgentClient {
652
652
  * @param UpdateManagementAgentInstallKeyRequest
653
653
  * @return UpdateManagementAgentInstallKeyResponse
654
654
  * @throws OciError when an error occurs
655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
656
656
  */
657
657
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
658
658
  }
package/lib/client.js CHANGED
@@ -200,7 +200,7 @@ class ManagementAgentClient {
200
200
  * @param CreateDataSourceRequest
201
201
  * @return CreateDataSourceResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
204
204
  */
205
205
  createDataSource(createDataSourceRequest) {
206
206
  return __awaiter(this, void 0, void 0, function* () {
@@ -263,7 +263,7 @@ class ManagementAgentClient {
263
263
  * @param CreateManagementAgentInstallKeyRequest
264
264
  * @return CreateManagementAgentInstallKeyResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
267
267
  */
268
268
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
269
269
  return __awaiter(this, void 0, void 0, function* () {
@@ -327,7 +327,7 @@ class ManagementAgentClient {
327
327
  * @param DeleteDataSourceRequest
328
328
  * @return DeleteDataSourceResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
331
331
  */
332
332
  deleteDataSource(deleteDataSourceRequest) {
333
333
  return __awaiter(this, void 0, void 0, function* () {
@@ -388,7 +388,7 @@ class ManagementAgentClient {
388
388
  * @param DeleteManagementAgentRequest
389
389
  * @return DeleteManagementAgentResponse
390
390
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
392
392
  */
393
393
  deleteManagementAgent(deleteManagementAgentRequest) {
394
394
  return __awaiter(this, void 0, void 0, function* () {
@@ -443,7 +443,7 @@ class ManagementAgentClient {
443
443
  * @param DeleteManagementAgentInstallKeyRequest
444
444
  * @return DeleteManagementAgentInstallKeyResponse
445
445
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
447
447
  */
448
448
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
449
449
  return __awaiter(this, void 0, void 0, function* () {
@@ -498,7 +498,7 @@ class ManagementAgentClient {
498
498
  * @param DeleteWorkRequestRequest
499
499
  * @return DeleteWorkRequestResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
502
502
  */
503
503
  deleteWorkRequest(deleteWorkRequestRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -554,7 +554,7 @@ class ManagementAgentClient {
554
554
  * @param DeployPluginsRequest
555
555
  * @return DeployPluginsResponse
556
556
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
558
558
  */
559
559
  deployPlugins(deployPluginsRequest) {
560
560
  return __awaiter(this, void 0, void 0, function* () {
@@ -615,7 +615,7 @@ class ManagementAgentClient {
615
615
  * @param GetAutoUpgradableConfigRequest
616
616
  * @return GetAutoUpgradableConfigResponse
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.83.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
619
619
  */
620
620
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
621
621
  return __awaiter(this, void 0, void 0, function* () {
@@ -674,7 +674,7 @@ class ManagementAgentClient {
674
674
  * @param GetDataSourceRequest
675
675
  * @return GetDataSourceResponse
676
676
  * @throws OciError when an error occurs
677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
678
678
  */
679
679
  getDataSource(getDataSourceRequest) {
680
680
  return __awaiter(this, void 0, void 0, function* () {
@@ -739,7 +739,7 @@ class ManagementAgentClient {
739
739
  * @param GetManagementAgentRequest
740
740
  * @return GetManagementAgentResponse
741
741
  * @throws OciError when an error occurs
742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
743
743
  */
744
744
  getManagementAgent(getManagementAgentRequest) {
745
745
  return __awaiter(this, void 0, void 0, function* () {
@@ -802,7 +802,7 @@ class ManagementAgentClient {
802
802
  * @param GetManagementAgentInstallKeyRequest
803
803
  * @return GetManagementAgentInstallKeyResponse
804
804
  * @throws OciError when an error occurs
805
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
806
806
  */
807
807
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
808
808
  return __awaiter(this, void 0, void 0, function* () {
@@ -866,7 +866,7 @@ class ManagementAgentClient {
866
866
  * @param GetManagementAgentInstallKeyContentRequest
867
867
  * @return GetManagementAgentInstallKeyContentResponse
868
868
  * @throws OciError when an error occurs
869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
870
870
  */
871
871
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
872
872
  return __awaiter(this, void 0, void 0, function* () {
@@ -935,7 +935,7 @@ class ManagementAgentClient {
935
935
  * @param GetWorkRequestRequest
936
936
  * @return GetWorkRequestResponse
937
937
  * @throws OciError when an error occurs
938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
939
939
  */
940
940
  getWorkRequest(getWorkRequestRequest) {
941
941
  return __awaiter(this, void 0, void 0, function* () {
@@ -1003,7 +1003,7 @@ class ManagementAgentClient {
1003
1003
  * @param ListAvailabilityHistoriesRequest
1004
1004
  * @return ListAvailabilityHistoriesResponse
1005
1005
  * @throws OciError when an error occurs
1006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
1006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
1007
1007
  */
1008
1008
  listAvailabilityHistories(listAvailabilityHistoriesRequest) {
1009
1009
  return __awaiter(this, void 0, void 0, function* () {
@@ -1114,7 +1114,7 @@ class ManagementAgentClient {
1114
1114
  * @param ListDataSourcesRequest
1115
1115
  * @return ListDataSourcesResponse
1116
1116
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
1117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
1118
1118
  */
1119
1119
  listDataSources(listDataSourcesRequest) {
1120
1120
  return __awaiter(this, void 0, void 0, function* () {
@@ -1224,7 +1224,7 @@ class ManagementAgentClient {
1224
1224
  * @param ListManagementAgentImagesRequest
1225
1225
  * @return ListManagementAgentImagesResponse
1226
1226
  * @throws OciError when an error occurs
1227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
1227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
1228
1228
  */
1229
1229
  listManagementAgentImages(listManagementAgentImagesRequest) {
1230
1230
  return __awaiter(this, void 0, void 0, function* () {
@@ -1336,7 +1336,7 @@ class ManagementAgentClient {
1336
1336
  * @param ListManagementAgentInstallKeysRequest
1337
1337
  * @return ListManagementAgentInstallKeysResponse
1338
1338
  * @throws OciError when an error occurs
1339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
1339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
1340
1340
  */
1341
1341
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
1342
1342
  return __awaiter(this, void 0, void 0, function* () {
@@ -1447,7 +1447,7 @@ class ManagementAgentClient {
1447
1447
  * @param ListManagementAgentPluginsRequest
1448
1448
  * @return ListManagementAgentPluginsResponse
1449
1449
  * @throws OciError when an error occurs
1450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1451
1451
  */
1452
1452
  listManagementAgentPlugins(listManagementAgentPluginsRequest) {
1453
1453
  return __awaiter(this, void 0, void 0, function* () {
@@ -1561,7 +1561,7 @@ class ManagementAgentClient {
1561
1561
  * @param ListManagementAgentsRequest
1562
1562
  * @return ListManagementAgentsResponse
1563
1563
  * @throws OciError when an error occurs
1564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1565
1565
  */
1566
1566
  listManagementAgents(listManagementAgentsRequest) {
1567
1567
  return __awaiter(this, void 0, void 0, function* () {
@@ -1683,7 +1683,7 @@ class ManagementAgentClient {
1683
1683
  * @param ListWorkRequestErrorsRequest
1684
1684
  * @return ListWorkRequestErrorsResponse
1685
1685
  * @throws OciError when an error occurs
1686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1687
1687
  */
1688
1688
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1689
1689
  return __awaiter(this, void 0, void 0, function* () {
@@ -1792,7 +1792,7 @@ class ManagementAgentClient {
1792
1792
  * @param ListWorkRequestLogsRequest
1793
1793
  * @return ListWorkRequestLogsResponse
1794
1794
  * @throws OciError when an error occurs
1795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1796
1796
  */
1797
1797
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1798
1798
  return __awaiter(this, void 0, void 0, function* () {
@@ -1901,7 +1901,7 @@ class ManagementAgentClient {
1901
1901
  * @param ListWorkRequestsRequest
1902
1902
  * @return ListWorkRequestsResponse
1903
1903
  * @throws OciError when an error occurs
1904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1905
1905
  */
1906
1906
  listWorkRequests(listWorkRequestsRequest) {
1907
1907
  return __awaiter(this, void 0, void 0, function* () {
@@ -2014,7 +2014,7 @@ class ManagementAgentClient {
2014
2014
  * @param SetAutoUpgradableConfigRequest
2015
2015
  * @return SetAutoUpgradableConfigResponse
2016
2016
  * @throws OciError when an error occurs
2017
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
2017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
2018
2018
  */
2019
2019
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
2020
2020
  return __awaiter(this, void 0, void 0, function* () {
@@ -2074,7 +2074,7 @@ class ManagementAgentClient {
2074
2074
  * @param SummarizeManagementAgentCountsRequest
2075
2075
  * @return SummarizeManagementAgentCountsResponse
2076
2076
  * @throws OciError when an error occurs
2077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
2077
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
2078
2078
  */
2079
2079
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
2080
2080
  return __awaiter(this, void 0, void 0, function* () {
@@ -2144,7 +2144,7 @@ class ManagementAgentClient {
2144
2144
  * @param SummarizeManagementAgentPluginCountsRequest
2145
2145
  * @return SummarizeManagementAgentPluginCountsResponse
2146
2146
  * @throws OciError when an error occurs
2147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
2147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
2148
2148
  */
2149
2149
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
2150
2150
  return __awaiter(this, void 0, void 0, function* () {
@@ -2211,7 +2211,7 @@ class ManagementAgentClient {
2211
2211
  * @param UpdateDataSourceRequest
2212
2212
  * @return UpdateDataSourceResponse
2213
2213
  * @throws OciError when an error occurs
2214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
2214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
2215
2215
  */
2216
2216
  updateDataSource(updateDataSourceRequest) {
2217
2217
  return __awaiter(this, void 0, void 0, function* () {
@@ -2275,7 +2275,7 @@ class ManagementAgentClient {
2275
2275
  * @param UpdateManagementAgentRequest
2276
2276
  * @return UpdateManagementAgentResponse
2277
2277
  * @throws OciError when an error occurs
2278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
2278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
2279
2279
  */
2280
2280
  updateManagementAgent(updateManagementAgentRequest) {
2281
2281
  return __awaiter(this, void 0, void 0, function* () {
@@ -2342,7 +2342,7 @@ class ManagementAgentClient {
2342
2342
  * @param UpdateManagementAgentInstallKeyRequest
2343
2343
  * @return UpdateManagementAgentInstallKeyResponse
2344
2344
  * @throws OciError when an error occurs
2345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
2345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
2346
2346
  */
2347
2347
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
2348
2348
  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.83.0/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPluginsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfigRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistoriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSourcesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeysRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPluginsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/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.83.0",
3
+ "version": "2.84.0",
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.83.0",
19
- "oci-workrequests": "2.83.0"
18
+ "oci-common": "2.84.0",
19
+ "oci-workrequests": "2.84.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"