oci-managementagent 2.79.0 → 2.79.1

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 (42) hide show
  1. package/lib/client.d.ts +28 -29
  2. package/lib/client.js +58 -147
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-data-source-details.js +2 -4
  5. package/lib/model/create-data-source-details.js.map +1 -1
  6. package/lib/model/data-source-summary-item.js +2 -4
  7. package/lib/model/data-source-summary-item.js.map +1 -1
  8. package/lib/model/data-source-summary.js +2 -4
  9. package/lib/model/data-source-summary.js.map +1 -1
  10. package/lib/model/data-source.js +2 -4
  11. package/lib/model/data-source.js.map +1 -1
  12. package/lib/model/update-data-source-details.js +2 -4
  13. package/lib/model/update-data-source-details.js.map +1 -1
  14. package/lib/request/create-data-source-request.d.ts +1 -1
  15. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  16. package/lib/request/delete-data-source-request.d.ts +1 -1
  17. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  18. package/lib/request/delete-management-agent-request.d.ts +1 -1
  19. package/lib/request/delete-work-request-request.d.ts +1 -1
  20. package/lib/request/deploy-plugins-request.d.ts +1 -1
  21. package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
  22. package/lib/request/get-data-source-request.d.ts +1 -1
  23. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  24. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  25. package/lib/request/get-management-agent-request.d.ts +1 -1
  26. package/lib/request/get-work-request-request.d.ts +1 -1
  27. package/lib/request/list-availability-histories-request.d.ts +1 -1
  28. package/lib/request/list-data-sources-request.d.ts +1 -1
  29. package/lib/request/list-management-agent-images-request.d.ts +1 -1
  30. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  31. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  32. package/lib/request/list-management-agents-request.d.ts +1 -1
  33. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  34. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  35. package/lib/request/list-work-requests-request.d.ts +1 -1
  36. package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
  37. package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
  38. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  39. package/lib/request/update-data-source-request.d.ts +1 -1
  40. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  41. package/lib/request/update-management-agent-request.d.ts +1 -1
  42. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -49,7 +49,6 @@ export declare class ManagementAgentClient {
49
49
  * @param endpoint The endpoint of the service.
50
50
  */
51
51
  set endpoint(endpoint: string);
52
- get logger(): import("oci-common/lib/log").Logger;
53
52
  /**
54
53
  * Determines whether realm specific endpoint should be used or not.
55
54
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -95,7 +94,7 @@ export declare class ManagementAgentClient {
95
94
  * @param CreateDataSourceRequest
96
95
  * @return CreateDataSourceResponse
97
96
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
99
98
  */
100
99
  createDataSource(createDataSourceRequest: requests.CreateDataSourceRequest): Promise<responses.CreateDataSourceResponse>;
101
100
  /**
@@ -105,7 +104,7 @@ export declare class ManagementAgentClient {
105
104
  * @param CreateManagementAgentInstallKeyRequest
106
105
  * @return CreateManagementAgentInstallKeyResponse
107
106
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
109
108
  */
110
109
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
111
110
  /**
@@ -115,7 +114,7 @@ export declare class ManagementAgentClient {
115
114
  * @param DeleteDataSourceRequest
116
115
  * @return DeleteDataSourceResponse
117
116
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
119
118
  */
120
119
  deleteDataSource(deleteDataSourceRequest: requests.DeleteDataSourceRequest): Promise<responses.DeleteDataSourceResponse>;
121
120
  /**
@@ -124,7 +123,7 @@ export declare class ManagementAgentClient {
124
123
  * @param DeleteManagementAgentRequest
125
124
  * @return DeleteManagementAgentResponse
126
125
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
128
127
  */
129
128
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
130
129
  /**
@@ -133,7 +132,7 @@ export declare class ManagementAgentClient {
133
132
  * @param DeleteManagementAgentInstallKeyRequest
134
133
  * @return DeleteManagementAgentInstallKeyResponse
135
134
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
137
136
  */
138
137
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
139
138
  /**
@@ -142,7 +141,7 @@ export declare class ManagementAgentClient {
142
141
  * @param DeleteWorkRequestRequest
143
142
  * @return DeleteWorkRequestResponse
144
143
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
146
145
  */
147
146
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
148
147
  /**
@@ -152,7 +151,7 @@ export declare class ManagementAgentClient {
152
151
  * @param DeployPluginsRequest
153
152
  * @return DeployPluginsResponse
154
153
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
156
155
  */
157
156
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
158
157
  /**
@@ -163,7 +162,7 @@ export declare class ManagementAgentClient {
163
162
  * @param GetAutoUpgradableConfigRequest
164
163
  * @return GetAutoUpgradableConfigResponse
165
164
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
167
166
  */
168
167
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
169
168
  /**
@@ -173,7 +172,7 @@ export declare class ManagementAgentClient {
173
172
  * @param GetDataSourceRequest
174
173
  * @return GetDataSourceResponse
175
174
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
177
176
  */
178
177
  getDataSource(getDataSourceRequest: requests.GetDataSourceRequest): Promise<responses.GetDataSourceResponse>;
179
178
  /**
@@ -182,7 +181,7 @@ export declare class ManagementAgentClient {
182
181
  * @param GetManagementAgentRequest
183
182
  * @return GetManagementAgentResponse
184
183
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
186
185
  */
187
186
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
188
187
  /**
@@ -191,7 +190,7 @@ export declare class ManagementAgentClient {
191
190
  * @param GetManagementAgentInstallKeyRequest
192
191
  * @return GetManagementAgentInstallKeyResponse
193
192
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
195
194
  */
196
195
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
197
196
  /**
@@ -201,7 +200,7 @@ export declare class ManagementAgentClient {
201
200
  * @param GetManagementAgentInstallKeyContentRequest
202
201
  * @return GetManagementAgentInstallKeyContentResponse
203
202
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
205
204
  */
206
205
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
207
206
  /**
@@ -210,7 +209,7 @@ export declare class ManagementAgentClient {
210
209
  * @param GetWorkRequestRequest
211
210
  * @return GetWorkRequestResponse
212
211
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
214
213
  */
215
214
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
216
215
  /**
@@ -219,7 +218,7 @@ export declare class ManagementAgentClient {
219
218
  * @param ListAvailabilityHistoriesRequest
220
219
  * @return ListAvailabilityHistoriesResponse
221
220
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
223
222
  */
224
223
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
225
224
  /**
@@ -261,7 +260,7 @@ export declare class ManagementAgentClient {
261
260
  * @param ListDataSourcesRequest
262
261
  * @return ListDataSourcesResponse
263
262
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
265
264
  */
266
265
  listDataSources(listDataSourcesRequest: requests.ListDataSourcesRequest): Promise<responses.ListDataSourcesResponse>;
267
266
  /**
@@ -303,7 +302,7 @@ export declare class ManagementAgentClient {
303
302
  * @param ListManagementAgentImagesRequest
304
303
  * @return ListManagementAgentImagesResponse
305
304
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
307
306
  */
308
307
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
309
308
  /**
@@ -345,7 +344,7 @@ export declare class ManagementAgentClient {
345
344
  * @param ListManagementAgentInstallKeysRequest
346
345
  * @return ListManagementAgentInstallKeysResponse
347
346
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
349
348
  */
350
349
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
351
350
  /**
@@ -387,7 +386,7 @@ export declare class ManagementAgentClient {
387
386
  * @param ListManagementAgentPluginsRequest
388
387
  * @return ListManagementAgentPluginsResponse
389
388
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
391
390
  */
392
391
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
393
392
  /**
@@ -431,7 +430,7 @@ export declare class ManagementAgentClient {
431
430
  * @param ListManagementAgentsRequest
432
431
  * @return ListManagementAgentsResponse
433
432
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
435
434
  */
436
435
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
437
436
  /**
@@ -473,7 +472,7 @@ export declare class ManagementAgentClient {
473
472
  * @param ListWorkRequestErrorsRequest
474
473
  * @return ListWorkRequestErrorsResponse
475
474
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
477
476
  */
478
477
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
479
478
  /**
@@ -515,7 +514,7 @@ export declare class ManagementAgentClient {
515
514
  * @param ListWorkRequestLogsRequest
516
515
  * @return ListWorkRequestLogsResponse
517
516
  * @throws OciError when an error occurs
518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
519
518
  */
520
519
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
521
520
  /**
@@ -557,7 +556,7 @@ export declare class ManagementAgentClient {
557
556
  * @param ListWorkRequestsRequest
558
557
  * @return ListWorkRequestsResponse
559
558
  * @throws OciError when an error occurs
560
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
561
560
  */
562
561
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
563
562
  /**
@@ -600,7 +599,7 @@ export declare class ManagementAgentClient {
600
599
  * @param SetAutoUpgradableConfigRequest
601
600
  * @return SetAutoUpgradableConfigResponse
602
601
  * @throws OciError when an error occurs
603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
604
603
  */
605
604
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
606
605
  /**
@@ -611,7 +610,7 @@ export declare class ManagementAgentClient {
611
610
  * @param SummarizeManagementAgentCountsRequest
612
611
  * @return SummarizeManagementAgentCountsResponse
613
612
  * @throws OciError when an error occurs
614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
615
614
  */
616
615
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
617
616
  /**
@@ -622,7 +621,7 @@ export declare class ManagementAgentClient {
622
621
  * @param SummarizeManagementAgentPluginCountsRequest
623
622
  * @return SummarizeManagementAgentPluginCountsResponse
624
623
  * @throws OciError when an error occurs
625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
626
625
  */
627
626
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
628
627
  /**
@@ -632,7 +631,7 @@ export declare class ManagementAgentClient {
632
631
  * @param UpdateDataSourceRequest
633
632
  * @return UpdateDataSourceResponse
634
633
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
636
635
  */
637
636
  updateDataSource(updateDataSourceRequest: requests.UpdateDataSourceRequest): Promise<responses.UpdateDataSourceResponse>;
638
637
  /**
@@ -642,7 +641,7 @@ export declare class ManagementAgentClient {
642
641
  * @param UpdateManagementAgentRequest
643
642
  * @return UpdateManagementAgentResponse
644
643
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
646
645
  */
647
646
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
648
647
  /**
@@ -652,7 +651,7 @@ export declare class ManagementAgentClient {
652
651
  * @param UpdateManagementAgentInstallKeyRequest
653
652
  * @return UpdateManagementAgentInstallKeyResponse
654
653
  * @throws OciError when an error occurs
655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
656
655
  */
657
656
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
658
657
  }