oci-managementagent 2.55.1 → 2.57.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
@@ -79,7 +79,7 @@ export declare class ManagementAgentClient {
79
79
  * @param CreateManagementAgentInstallKeyRequest
80
80
  * @return CreateManagementAgentInstallKeyResponse
81
81
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
83
83
  */
84
84
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
85
85
  /**
@@ -88,7 +88,7 @@ export declare class ManagementAgentClient {
88
88
  * @param DeleteManagementAgentRequest
89
89
  * @return DeleteManagementAgentResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
92
92
  */
93
93
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
94
94
  /**
@@ -97,7 +97,7 @@ export declare class ManagementAgentClient {
97
97
  * @param DeleteManagementAgentInstallKeyRequest
98
98
  * @return DeleteManagementAgentInstallKeyResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
101
101
  */
102
102
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
103
103
  /**
@@ -106,7 +106,7 @@ export declare class ManagementAgentClient {
106
106
  * @param DeleteWorkRequestRequest
107
107
  * @return DeleteWorkRequestResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
110
110
  */
111
111
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
112
112
  /**
@@ -116,7 +116,7 @@ export declare class ManagementAgentClient {
116
116
  * @param DeployPluginsRequest
117
117
  * @return DeployPluginsResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
120
120
  */
121
121
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
122
122
  /**
@@ -127,7 +127,7 @@ export declare class ManagementAgentClient {
127
127
  * @param GetAutoUpgradableConfigRequest
128
128
  * @return GetAutoUpgradableConfigResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
131
131
  */
132
132
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
133
133
  /**
@@ -136,7 +136,7 @@ export declare class ManagementAgentClient {
136
136
  * @param GetManagementAgentRequest
137
137
  * @return GetManagementAgentResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
140
140
  */
141
141
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
142
142
  /**
@@ -145,7 +145,7 @@ export declare class ManagementAgentClient {
145
145
  * @param GetManagementAgentInstallKeyRequest
146
146
  * @return GetManagementAgentInstallKeyResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
149
149
  */
150
150
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
151
151
  /**
@@ -155,7 +155,7 @@ export declare class ManagementAgentClient {
155
155
  * @param GetManagementAgentInstallKeyContentRequest
156
156
  * @return GetManagementAgentInstallKeyContentResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
159
159
  */
160
160
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
161
161
  /**
@@ -164,7 +164,7 @@ export declare class ManagementAgentClient {
164
164
  * @param GetWorkRequestRequest
165
165
  * @return GetWorkRequestResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
168
168
  */
169
169
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
170
170
  /**
@@ -173,7 +173,7 @@ export declare class ManagementAgentClient {
173
173
  * @param ListAvailabilityHistoriesRequest
174
174
  * @return ListAvailabilityHistoriesResponse
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.55.1/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
177
177
  */
178
178
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
179
179
  /**
@@ -215,7 +215,7 @@ export declare class ManagementAgentClient {
215
215
  * @param ListManagementAgentImagesRequest
216
216
  * @return ListManagementAgentImagesResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
219
219
  */
220
220
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
221
221
  /**
@@ -257,7 +257,7 @@ export declare class ManagementAgentClient {
257
257
  * @param ListManagementAgentInstallKeysRequest
258
258
  * @return ListManagementAgentInstallKeysResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
261
261
  */
262
262
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
263
263
  /**
@@ -299,7 +299,7 @@ export declare class ManagementAgentClient {
299
299
  * @param ListManagementAgentPluginsRequest
300
300
  * @return ListManagementAgentPluginsResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
303
303
  */
304
304
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
305
305
  /**
@@ -343,7 +343,7 @@ export declare class ManagementAgentClient {
343
343
  * @param ListManagementAgentsRequest
344
344
  * @return ListManagementAgentsResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
347
347
  */
348
348
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
349
349
  /**
@@ -385,7 +385,7 @@ export declare class ManagementAgentClient {
385
385
  * @param ListWorkRequestErrorsRequest
386
386
  * @return ListWorkRequestErrorsResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
389
389
  */
390
390
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
391
391
  /**
@@ -427,7 +427,7 @@ export declare class ManagementAgentClient {
427
427
  * @param ListWorkRequestLogsRequest
428
428
  * @return ListWorkRequestLogsResponse
429
429
  * @throws OciError when an error occurs
430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
431
431
  */
432
432
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
433
433
  /**
@@ -469,7 +469,7 @@ export declare class ManagementAgentClient {
469
469
  * @param ListWorkRequestsRequest
470
470
  * @return ListWorkRequestsResponse
471
471
  * @throws OciError when an error occurs
472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
473
473
  */
474
474
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
475
475
  /**
@@ -512,7 +512,7 @@ export declare class ManagementAgentClient {
512
512
  * @param SetAutoUpgradableConfigRequest
513
513
  * @return SetAutoUpgradableConfigResponse
514
514
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
516
516
  */
517
517
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
518
518
  /**
@@ -523,7 +523,7 @@ export declare class ManagementAgentClient {
523
523
  * @param SummarizeManagementAgentCountsRequest
524
524
  * @return SummarizeManagementAgentCountsResponse
525
525
  * @throws OciError when an error occurs
526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
527
527
  */
528
528
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
529
529
  /**
@@ -534,7 +534,7 @@ export declare class ManagementAgentClient {
534
534
  * @param SummarizeManagementAgentPluginCountsRequest
535
535
  * @return SummarizeManagementAgentPluginCountsResponse
536
536
  * @throws OciError when an error occurs
537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
538
538
  */
539
539
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
540
540
  /**
@@ -544,7 +544,7 @@ export declare class ManagementAgentClient {
544
544
  * @param UpdateManagementAgentRequest
545
545
  * @return UpdateManagementAgentResponse
546
546
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
548
548
  */
549
549
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
550
550
  /**
@@ -554,7 +554,7 @@ export declare class ManagementAgentClient {
554
554
  * @param UpdateManagementAgentInstallKeyRequest
555
555
  * @return UpdateManagementAgentInstallKeyResponse
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.55.1/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
558
558
  */
559
559
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
560
560
  }
package/lib/client.js CHANGED
@@ -160,7 +160,7 @@ class ManagementAgentClient {
160
160
  * @param CreateManagementAgentInstallKeyRequest
161
161
  * @return CreateManagementAgentInstallKeyResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
164
164
  */
165
165
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
166
166
  return __awaiter(this, void 0, void 0, function* () {
@@ -223,7 +223,7 @@ class ManagementAgentClient {
223
223
  * @param DeleteManagementAgentRequest
224
224
  * @return DeleteManagementAgentResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
227
227
  */
228
228
  deleteManagementAgent(deleteManagementAgentRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class ManagementAgentClient {
278
278
  * @param DeleteManagementAgentInstallKeyRequest
279
279
  * @return DeleteManagementAgentInstallKeyResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
282
282
  */
283
283
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -333,7 +333,7 @@ class ManagementAgentClient {
333
333
  * @param DeleteWorkRequestRequest
334
334
  * @return DeleteWorkRequestResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
337
337
  */
338
338
  deleteWorkRequest(deleteWorkRequestRequest) {
339
339
  return __awaiter(this, void 0, void 0, function* () {
@@ -389,7 +389,7 @@ class ManagementAgentClient {
389
389
  * @param DeployPluginsRequest
390
390
  * @return DeployPluginsResponse
391
391
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
393
393
  */
394
394
  deployPlugins(deployPluginsRequest) {
395
395
  return __awaiter(this, void 0, void 0, function* () {
@@ -450,7 +450,7 @@ class ManagementAgentClient {
450
450
  * @param GetAutoUpgradableConfigRequest
451
451
  * @return GetAutoUpgradableConfigResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
454
454
  */
455
455
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
456
456
  return __awaiter(this, void 0, void 0, function* () {
@@ -508,7 +508,7 @@ class ManagementAgentClient {
508
508
  * @param GetManagementAgentRequest
509
509
  * @return GetManagementAgentResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
512
512
  */
513
513
  getManagementAgent(getManagementAgentRequest) {
514
514
  return __awaiter(this, void 0, void 0, function* () {
@@ -571,7 +571,7 @@ class ManagementAgentClient {
571
571
  * @param GetManagementAgentInstallKeyRequest
572
572
  * @return GetManagementAgentInstallKeyResponse
573
573
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
575
575
  */
576
576
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
577
577
  return __awaiter(this, void 0, void 0, function* () {
@@ -635,7 +635,7 @@ class ManagementAgentClient {
635
635
  * @param GetManagementAgentInstallKeyContentRequest
636
636
  * @return GetManagementAgentInstallKeyContentResponse
637
637
  * @throws OciError when an error occurs
638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
639
639
  */
640
640
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
641
641
  return __awaiter(this, void 0, void 0, function* () {
@@ -704,7 +704,7 @@ class ManagementAgentClient {
704
704
  * @param GetWorkRequestRequest
705
705
  * @return GetWorkRequestResponse
706
706
  * @throws OciError when an error occurs
707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
708
708
  */
709
709
  getWorkRequest(getWorkRequestRequest) {
710
710
  return __awaiter(this, void 0, void 0, function* () {
@@ -772,7 +772,7 @@ class ManagementAgentClient {
772
772
  * @param ListAvailabilityHistoriesRequest
773
773
  * @return ListAvailabilityHistoriesResponse
774
774
  * @throws OciError when an error occurs
775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
776
776
  */
777
777
  listAvailabilityHistories(listAvailabilityHistoriesRequest) {
778
778
  return __awaiter(this, void 0, void 0, function* () {
@@ -883,7 +883,7 @@ class ManagementAgentClient {
883
883
  * @param ListManagementAgentImagesRequest
884
884
  * @return ListManagementAgentImagesResponse
885
885
  * @throws OciError when an error occurs
886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
887
887
  */
888
888
  listManagementAgentImages(listManagementAgentImagesRequest) {
889
889
  return __awaiter(this, void 0, void 0, function* () {
@@ -995,7 +995,7 @@ class ManagementAgentClient {
995
995
  * @param ListManagementAgentInstallKeysRequest
996
996
  * @return ListManagementAgentInstallKeysResponse
997
997
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
999
999
  */
1000
1000
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
1001
1001
  return __awaiter(this, void 0, void 0, function* () {
@@ -1106,7 +1106,7 @@ class ManagementAgentClient {
1106
1106
  * @param ListManagementAgentPluginsRequest
1107
1107
  * @return ListManagementAgentPluginsResponse
1108
1108
  * @throws OciError when an error occurs
1109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1110
1110
  */
1111
1111
  listManagementAgentPlugins(listManagementAgentPluginsRequest) {
1112
1112
  return __awaiter(this, void 0, void 0, function* () {
@@ -1220,7 +1220,7 @@ class ManagementAgentClient {
1220
1220
  * @param ListManagementAgentsRequest
1221
1221
  * @return ListManagementAgentsResponse
1222
1222
  * @throws OciError when an error occurs
1223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1224
1224
  */
1225
1225
  listManagementAgents(listManagementAgentsRequest) {
1226
1226
  return __awaiter(this, void 0, void 0, function* () {
@@ -1340,7 +1340,7 @@ class ManagementAgentClient {
1340
1340
  * @param ListWorkRequestErrorsRequest
1341
1341
  * @return ListWorkRequestErrorsResponse
1342
1342
  * @throws OciError when an error occurs
1343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1344
1344
  */
1345
1345
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1346
1346
  return __awaiter(this, void 0, void 0, function* () {
@@ -1449,7 +1449,7 @@ class ManagementAgentClient {
1449
1449
  * @param ListWorkRequestLogsRequest
1450
1450
  * @return ListWorkRequestLogsResponse
1451
1451
  * @throws OciError when an error occurs
1452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1453
1453
  */
1454
1454
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1455
1455
  return __awaiter(this, void 0, void 0, function* () {
@@ -1558,7 +1558,7 @@ class ManagementAgentClient {
1558
1558
  * @param ListWorkRequestsRequest
1559
1559
  * @return ListWorkRequestsResponse
1560
1560
  * @throws OciError when an error occurs
1561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1562
1562
  */
1563
1563
  listWorkRequests(listWorkRequestsRequest) {
1564
1564
  return __awaiter(this, void 0, void 0, function* () {
@@ -1671,7 +1671,7 @@ class ManagementAgentClient {
1671
1671
  * @param SetAutoUpgradableConfigRequest
1672
1672
  * @return SetAutoUpgradableConfigResponse
1673
1673
  * @throws OciError when an error occurs
1674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
1674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
1675
1675
  */
1676
1676
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
1677
1677
  return __awaiter(this, void 0, void 0, function* () {
@@ -1731,7 +1731,7 @@ class ManagementAgentClient {
1731
1731
  * @param SummarizeManagementAgentCountsRequest
1732
1732
  * @return SummarizeManagementAgentCountsResponse
1733
1733
  * @throws OciError when an error occurs
1734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
1734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
1735
1735
  */
1736
1736
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
1737
1737
  return __awaiter(this, void 0, void 0, function* () {
@@ -1801,7 +1801,7 @@ class ManagementAgentClient {
1801
1801
  * @param SummarizeManagementAgentPluginCountsRequest
1802
1802
  * @return SummarizeManagementAgentPluginCountsResponse
1803
1803
  * @throws OciError when an error occurs
1804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
1804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
1805
1805
  */
1806
1806
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
1807
1807
  return __awaiter(this, void 0, void 0, function* () {
@@ -1868,7 +1868,7 @@ class ManagementAgentClient {
1868
1868
  * @param UpdateManagementAgentRequest
1869
1869
  * @return UpdateManagementAgentResponse
1870
1870
  * @throws OciError when an error occurs
1871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
1871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
1872
1872
  */
1873
1873
  updateManagementAgent(updateManagementAgentRequest) {
1874
1874
  return __awaiter(this, void 0, void 0, function* () {
@@ -1935,7 +1935,7 @@ class ManagementAgentClient {
1935
1935
  * @param UpdateManagementAgentInstallKeyRequest
1936
1936
  * @return UpdateManagementAgentInstallKeyResponse
1937
1937
  * @throws OciError when an error occurs
1938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
1938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
1939
1939
  */
1940
1940
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
1941
1941
  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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1/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.57.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.55.1",
3
+ "version": "2.57.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.55.1",
19
- "oci-workrequests": "2.55.1"
18
+ "oci-common": "2.57.0",
19
+ "oci-workrequests": "2.57.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"