oci-managementagent 2.25.0 → 2.26.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 (26) hide show
  1. package/lib/client.d.ts +23 -23
  2. package/lib/client.js +23 -23
  3. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  4. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  5. package/lib/request/delete-management-agent-request.d.ts +1 -1
  6. package/lib/request/delete-work-request-request.d.ts +1 -1
  7. package/lib/request/deploy-plugins-request.d.ts +1 -1
  8. package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
  9. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  10. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  11. package/lib/request/get-management-agent-request.d.ts +1 -1
  12. package/lib/request/get-work-request-request.d.ts +1 -1
  13. package/lib/request/list-availability-histories-request.d.ts +1 -1
  14. package/lib/request/list-management-agent-images-request.d.ts +1 -1
  15. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  16. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  17. package/lib/request/list-management-agents-request.d.ts +1 -1
  18. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  19. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  20. package/lib/request/list-work-requests-request.d.ts +1 -1
  21. package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
  22. package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
  23. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  24. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  25. package/lib/request/update-management-agent-request.d.ts +1 -1
  26. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class ManagementAgentClient {
78
78
  * @param CreateManagementAgentInstallKeyRequest
79
79
  * @return CreateManagementAgentInstallKeyResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
82
82
  */
83
83
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class ManagementAgentClient {
87
87
  * @param DeleteManagementAgentRequest
88
88
  * @return DeleteManagementAgentResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
91
91
  */
92
92
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
93
93
  /**
@@ -96,7 +96,7 @@ export declare class ManagementAgentClient {
96
96
  * @param DeleteManagementAgentInstallKeyRequest
97
97
  * @return DeleteManagementAgentInstallKeyResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
100
100
  */
101
101
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class ManagementAgentClient {
105
105
  * @param DeleteWorkRequestRequest
106
106
  * @return DeleteWorkRequestResponse
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.25.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
109
109
  */
110
110
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class ManagementAgentClient {
115
115
  * @param DeployPluginsRequest
116
116
  * @return DeployPluginsResponse
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.25.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
119
119
  */
120
120
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
121
121
  /**
@@ -126,7 +126,7 @@ export declare class ManagementAgentClient {
126
126
  * @param GetAutoUpgradableConfigRequest
127
127
  * @return GetAutoUpgradableConfigResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
130
130
  */
131
131
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
132
132
  /**
@@ -135,7 +135,7 @@ export declare class ManagementAgentClient {
135
135
  * @param GetManagementAgentRequest
136
136
  * @return GetManagementAgentResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
139
139
  */
140
140
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
141
141
  /**
@@ -144,7 +144,7 @@ export declare class ManagementAgentClient {
144
144
  * @param GetManagementAgentInstallKeyRequest
145
145
  * @return GetManagementAgentInstallKeyResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
148
148
  */
149
149
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
150
150
  /**
@@ -154,7 +154,7 @@ export declare class ManagementAgentClient {
154
154
  * @param GetManagementAgentInstallKeyContentRequest
155
155
  * @return GetManagementAgentInstallKeyContentResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
158
158
  */
159
159
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
160
160
  /**
@@ -163,7 +163,7 @@ export declare class ManagementAgentClient {
163
163
  * @param GetWorkRequestRequest
164
164
  * @return GetWorkRequestResponse
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.25.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
167
167
  */
168
168
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class ManagementAgentClient {
172
172
  * @param ListAvailabilityHistoriesRequest
173
173
  * @return ListAvailabilityHistoriesResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
176
176
  */
177
177
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
178
178
  /**
@@ -214,7 +214,7 @@ export declare class ManagementAgentClient {
214
214
  * @param ListManagementAgentImagesRequest
215
215
  * @return ListManagementAgentImagesResponse
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.25.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
218
218
  */
219
219
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
220
220
  /**
@@ -256,7 +256,7 @@ export declare class ManagementAgentClient {
256
256
  * @param ListManagementAgentInstallKeysRequest
257
257
  * @return ListManagementAgentInstallKeysResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
260
260
  */
261
261
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
262
262
  /**
@@ -298,7 +298,7 @@ export declare class ManagementAgentClient {
298
298
  * @param ListManagementAgentPluginsRequest
299
299
  * @return ListManagementAgentPluginsResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
302
302
  */
303
303
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
304
304
  /**
@@ -341,7 +341,7 @@ export declare class ManagementAgentClient {
341
341
  * @param ListManagementAgentsRequest
342
342
  * @return ListManagementAgentsResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
345
345
  */
346
346
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
347
347
  /**
@@ -383,7 +383,7 @@ export declare class ManagementAgentClient {
383
383
  * @param ListWorkRequestErrorsRequest
384
384
  * @return ListWorkRequestErrorsResponse
385
385
  * @throws OciError when an error occurs
386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
387
387
  */
388
388
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
389
389
  /**
@@ -425,7 +425,7 @@ export declare class ManagementAgentClient {
425
425
  * @param ListWorkRequestLogsRequest
426
426
  * @return ListWorkRequestLogsResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
429
429
  */
430
430
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
431
431
  /**
@@ -467,7 +467,7 @@ export declare class ManagementAgentClient {
467
467
  * @param ListWorkRequestsRequest
468
468
  * @return ListWorkRequestsResponse
469
469
  * @throws OciError when an error occurs
470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
471
471
  */
472
472
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
473
473
  /**
@@ -510,7 +510,7 @@ export declare class ManagementAgentClient {
510
510
  * @param SetAutoUpgradableConfigRequest
511
511
  * @return SetAutoUpgradableConfigResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
514
514
  */
515
515
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
516
516
  /**
@@ -521,7 +521,7 @@ export declare class ManagementAgentClient {
521
521
  * @param SummarizeManagementAgentCountsRequest
522
522
  * @return SummarizeManagementAgentCountsResponse
523
523
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
525
525
  */
526
526
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
527
527
  /**
@@ -532,7 +532,7 @@ export declare class ManagementAgentClient {
532
532
  * @param SummarizeManagementAgentPluginCountsRequest
533
533
  * @return SummarizeManagementAgentPluginCountsResponse
534
534
  * @throws OciError when an error occurs
535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
536
536
  */
537
537
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
538
538
  /**
@@ -542,7 +542,7 @@ export declare class ManagementAgentClient {
542
542
  * @param UpdateManagementAgentRequest
543
543
  * @return UpdateManagementAgentResponse
544
544
  * @throws OciError when an error occurs
545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
546
546
  */
547
547
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
548
548
  /**
@@ -552,7 +552,7 @@ export declare class ManagementAgentClient {
552
552
  * @param UpdateManagementAgentInstallKeyRequest
553
553
  * @return UpdateManagementAgentInstallKeyResponse
554
554
  * @throws OciError when an error occurs
555
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
556
556
  */
557
557
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
558
558
  }
package/lib/client.js CHANGED
@@ -159,7 +159,7 @@ class ManagementAgentClient {
159
159
  * @param CreateManagementAgentInstallKeyRequest
160
160
  * @return CreateManagementAgentInstallKeyResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
163
163
  */
164
164
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -220,7 +220,7 @@ class ManagementAgentClient {
220
220
  * @param DeleteManagementAgentRequest
221
221
  * @return DeleteManagementAgentResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
224
224
  */
225
225
  deleteManagementAgent(deleteManagementAgentRequest) {
226
226
  return __awaiter(this, void 0, void 0, function* () {
@@ -273,7 +273,7 @@ class ManagementAgentClient {
273
273
  * @param DeleteManagementAgentInstallKeyRequest
274
274
  * @return DeleteManagementAgentInstallKeyResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
277
277
  */
278
278
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
279
279
  return __awaiter(this, void 0, void 0, function* () {
@@ -326,7 +326,7 @@ class ManagementAgentClient {
326
326
  * @param DeleteWorkRequestRequest
327
327
  * @return DeleteWorkRequestResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
330
330
  */
331
331
  deleteWorkRequest(deleteWorkRequestRequest) {
332
332
  return __awaiter(this, void 0, void 0, function* () {
@@ -380,7 +380,7 @@ class ManagementAgentClient {
380
380
  * @param DeployPluginsRequest
381
381
  * @return DeployPluginsResponse
382
382
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
384
384
  */
385
385
  deployPlugins(deployPluginsRequest) {
386
386
  return __awaiter(this, void 0, void 0, function* () {
@@ -439,7 +439,7 @@ class ManagementAgentClient {
439
439
  * @param GetAutoUpgradableConfigRequest
440
440
  * @return GetAutoUpgradableConfigResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
443
443
  */
444
444
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
445
445
  return __awaiter(this, void 0, void 0, function* () {
@@ -495,7 +495,7 @@ class ManagementAgentClient {
495
495
  * @param GetManagementAgentRequest
496
496
  * @return GetManagementAgentResponse
497
497
  * @throws OciError when an error occurs
498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
499
499
  */
500
500
  getManagementAgent(getManagementAgentRequest) {
501
501
  return __awaiter(this, void 0, void 0, function* () {
@@ -556,7 +556,7 @@ class ManagementAgentClient {
556
556
  * @param GetManagementAgentInstallKeyRequest
557
557
  * @return GetManagementAgentInstallKeyResponse
558
558
  * @throws OciError when an error occurs
559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
560
560
  */
561
561
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
562
562
  return __awaiter(this, void 0, void 0, function* () {
@@ -618,7 +618,7 @@ class ManagementAgentClient {
618
618
  * @param GetManagementAgentInstallKeyContentRequest
619
619
  * @return GetManagementAgentInstallKeyContentResponse
620
620
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
622
622
  */
623
623
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
624
624
  return __awaiter(this, void 0, void 0, function* () {
@@ -685,7 +685,7 @@ class ManagementAgentClient {
685
685
  * @param GetWorkRequestRequest
686
686
  * @return GetWorkRequestResponse
687
687
  * @throws OciError when an error occurs
688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
689
689
  */
690
690
  getWorkRequest(getWorkRequestRequest) {
691
691
  return __awaiter(this, void 0, void 0, function* () {
@@ -751,7 +751,7 @@ class ManagementAgentClient {
751
751
  * @param ListAvailabilityHistoriesRequest
752
752
  * @return ListAvailabilityHistoriesResponse
753
753
  * @throws OciError when an error occurs
754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
755
755
  */
756
756
  listAvailabilityHistories(listAvailabilityHistoriesRequest) {
757
757
  return __awaiter(this, void 0, void 0, function* () {
@@ -860,7 +860,7 @@ class ManagementAgentClient {
860
860
  * @param ListManagementAgentImagesRequest
861
861
  * @return ListManagementAgentImagesResponse
862
862
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
864
864
  */
865
865
  listManagementAgentImages(listManagementAgentImagesRequest) {
866
866
  return __awaiter(this, void 0, void 0, function* () {
@@ -970,7 +970,7 @@ class ManagementAgentClient {
970
970
  * @param ListManagementAgentInstallKeysRequest
971
971
  * @return ListManagementAgentInstallKeysResponse
972
972
  * @throws OciError when an error occurs
973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
974
974
  */
975
975
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
976
976
  return __awaiter(this, void 0, void 0, function* () {
@@ -1079,7 +1079,7 @@ class ManagementAgentClient {
1079
1079
  * @param ListManagementAgentPluginsRequest
1080
1080
  * @return ListManagementAgentPluginsResponse
1081
1081
  * @throws OciError when an error occurs
1082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1083
1083
  */
1084
1084
  listManagementAgentPlugins(listManagementAgentPluginsRequest) {
1085
1085
  return __awaiter(this, void 0, void 0, function* () {
@@ -1189,7 +1189,7 @@ class ManagementAgentClient {
1189
1189
  * @param ListManagementAgentsRequest
1190
1190
  * @return ListManagementAgentsResponse
1191
1191
  * @throws OciError when an error occurs
1192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1193
1193
  */
1194
1194
  listManagementAgents(listManagementAgentsRequest) {
1195
1195
  return __awaiter(this, void 0, void 0, function* () {
@@ -1304,7 +1304,7 @@ class ManagementAgentClient {
1304
1304
  * @param ListWorkRequestErrorsRequest
1305
1305
  * @return ListWorkRequestErrorsResponse
1306
1306
  * @throws OciError when an error occurs
1307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1308
1308
  */
1309
1309
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1310
1310
  return __awaiter(this, void 0, void 0, function* () {
@@ -1411,7 +1411,7 @@ class ManagementAgentClient {
1411
1411
  * @param ListWorkRequestLogsRequest
1412
1412
  * @return ListWorkRequestLogsResponse
1413
1413
  * @throws OciError when an error occurs
1414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1415
1415
  */
1416
1416
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1417
1417
  return __awaiter(this, void 0, void 0, function* () {
@@ -1518,7 +1518,7 @@ class ManagementAgentClient {
1518
1518
  * @param ListWorkRequestsRequest
1519
1519
  * @return ListWorkRequestsResponse
1520
1520
  * @throws OciError when an error occurs
1521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1522
1522
  */
1523
1523
  listWorkRequests(listWorkRequestsRequest) {
1524
1524
  return __awaiter(this, void 0, void 0, function* () {
@@ -1628,7 +1628,7 @@ class ManagementAgentClient {
1628
1628
  * @param SetAutoUpgradableConfigRequest
1629
1629
  * @return SetAutoUpgradableConfigResponse
1630
1630
  * @throws OciError when an error occurs
1631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
1631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
1632
1632
  */
1633
1633
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
1634
1634
  return __awaiter(this, void 0, void 0, function* () {
@@ -1686,7 +1686,7 @@ class ManagementAgentClient {
1686
1686
  * @param SummarizeManagementAgentCountsRequest
1687
1687
  * @return SummarizeManagementAgentCountsResponse
1688
1688
  * @throws OciError when an error occurs
1689
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
1689
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
1690
1690
  */
1691
1691
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
1692
1692
  return __awaiter(this, void 0, void 0, function* () {
@@ -1753,7 +1753,7 @@ class ManagementAgentClient {
1753
1753
  * @param SummarizeManagementAgentPluginCountsRequest
1754
1754
  * @return SummarizeManagementAgentPluginCountsResponse
1755
1755
  * @throws OciError when an error occurs
1756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
1756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
1757
1757
  */
1758
1758
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
1759
1759
  return __awaiter(this, void 0, void 0, function* () {
@@ -1817,7 +1817,7 @@ class ManagementAgentClient {
1817
1817
  * @param UpdateManagementAgentRequest
1818
1818
  * @return UpdateManagementAgentResponse
1819
1819
  * @throws OciError when an error occurs
1820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
1820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
1821
1821
  */
1822
1822
  updateManagementAgent(updateManagementAgentRequest) {
1823
1823
  return __awaiter(this, void 0, void 0, function* () {
@@ -1882,7 +1882,7 @@ class ManagementAgentClient {
1882
1882
  * @param UpdateManagementAgentInstallKeyRequest
1883
1883
  * @return UpdateManagementAgentInstallKeyResponse
1884
1884
  * @throws OciError when an error occurs
1885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
1885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
1886
1886
  */
1887
1887
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
1888
1888
  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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistoriesRequest.
16
16
  */
17
17
  export interface ListAvailabilityHistoriesRequest 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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.0",
3
+ "version": "2.26.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.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"