oci-managementagent 2.14.0 → 2.17.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 (27) hide show
  1. package/THIRD_PARTY_LICENSES.txt +467 -1412
  2. package/lib/client.d.ts +23 -23
  3. package/lib/client.js +23 -23
  4. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  5. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  6. package/lib/request/delete-management-agent-request.d.ts +1 -1
  7. package/lib/request/delete-work-request-request.d.ts +1 -1
  8. package/lib/request/deploy-plugins-request.d.ts +1 -1
  9. package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
  10. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  11. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  12. package/lib/request/get-management-agent-request.d.ts +1 -1
  13. package/lib/request/get-work-request-request.d.ts +1 -1
  14. package/lib/request/list-availability-histories-request.d.ts +1 -1
  15. package/lib/request/list-management-agent-images-request.d.ts +1 -1
  16. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  17. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  18. package/lib/request/list-management-agents-request.d.ts +1 -1
  19. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  20. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  21. package/lib/request/list-work-requests-request.d.ts +1 -1
  22. package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
  23. package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
  24. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  25. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  26. package/lib/request/update-management-agent-request.d.ts +1 -1
  27. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -75,7 +75,7 @@ export declare class ManagementAgentClient {
75
75
  * @param CreateManagementAgentInstallKeyRequest
76
76
  * @return CreateManagementAgentInstallKeyResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
79
79
  */
80
80
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
81
81
  /**
@@ -84,7 +84,7 @@ export declare class ManagementAgentClient {
84
84
  * @param DeleteManagementAgentRequest
85
85
  * @return DeleteManagementAgentResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
88
88
  */
89
89
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class ManagementAgentClient {
93
93
  * @param DeleteManagementAgentInstallKeyRequest
94
94
  * @return DeleteManagementAgentInstallKeyResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
97
97
  */
98
98
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
99
99
  /**
@@ -102,7 +102,7 @@ export declare class ManagementAgentClient {
102
102
  * @param DeleteWorkRequestRequest
103
103
  * @return DeleteWorkRequestResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
106
106
  */
107
107
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
108
108
  /**
@@ -112,7 +112,7 @@ export declare class ManagementAgentClient {
112
112
  * @param DeployPluginsRequest
113
113
  * @return DeployPluginsResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
116
116
  */
117
117
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
118
118
  /**
@@ -123,7 +123,7 @@ export declare class ManagementAgentClient {
123
123
  * @param GetAutoUpgradableConfigRequest
124
124
  * @return GetAutoUpgradableConfigResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
127
127
  */
128
128
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class ManagementAgentClient {
132
132
  * @param GetManagementAgentRequest
133
133
  * @return GetManagementAgentResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
136
136
  */
137
137
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
138
138
  /**
@@ -141,7 +141,7 @@ export declare class ManagementAgentClient {
141
141
  * @param GetManagementAgentInstallKeyRequest
142
142
  * @return GetManagementAgentInstallKeyResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
145
145
  */
146
146
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
147
147
  /**
@@ -151,7 +151,7 @@ export declare class ManagementAgentClient {
151
151
  * @param GetManagementAgentInstallKeyContentRequest
152
152
  * @return GetManagementAgentInstallKeyContentResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
155
155
  */
156
156
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
157
157
  /**
@@ -160,7 +160,7 @@ export declare class ManagementAgentClient {
160
160
  * @param GetWorkRequestRequest
161
161
  * @return GetWorkRequestResponse
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.14.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
164
164
  */
165
165
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
166
166
  /**
@@ -169,7 +169,7 @@ export declare class ManagementAgentClient {
169
169
  * @param ListAvailabilityHistoriesRequest
170
170
  * @return ListAvailabilityHistoriesResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
173
173
  */
174
174
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
175
175
  /**
@@ -211,7 +211,7 @@ export declare class ManagementAgentClient {
211
211
  * @param ListManagementAgentImagesRequest
212
212
  * @return ListManagementAgentImagesResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
215
215
  */
216
216
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
217
217
  /**
@@ -253,7 +253,7 @@ export declare class ManagementAgentClient {
253
253
  * @param ListManagementAgentInstallKeysRequest
254
254
  * @return ListManagementAgentInstallKeysResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
257
257
  */
258
258
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
259
259
  /**
@@ -295,7 +295,7 @@ export declare class ManagementAgentClient {
295
295
  * @param ListManagementAgentPluginsRequest
296
296
  * @return ListManagementAgentPluginsResponse
297
297
  * @throws OciError when an error occurs
298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
299
299
  */
300
300
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
301
301
  /**
@@ -337,7 +337,7 @@ export declare class ManagementAgentClient {
337
337
  * @param ListManagementAgentsRequest
338
338
  * @return ListManagementAgentsResponse
339
339
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
341
341
  */
342
342
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
343
343
  /**
@@ -379,7 +379,7 @@ export declare class ManagementAgentClient {
379
379
  * @param ListWorkRequestErrorsRequest
380
380
  * @return ListWorkRequestErrorsResponse
381
381
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
383
383
  */
384
384
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
385
385
  /**
@@ -421,7 +421,7 @@ export declare class ManagementAgentClient {
421
421
  * @param ListWorkRequestLogsRequest
422
422
  * @return ListWorkRequestLogsResponse
423
423
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
425
425
  */
426
426
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
427
427
  /**
@@ -463,7 +463,7 @@ export declare class ManagementAgentClient {
463
463
  * @param ListWorkRequestsRequest
464
464
  * @return ListWorkRequestsResponse
465
465
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
467
467
  */
468
468
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
469
469
  /**
@@ -506,7 +506,7 @@ export declare class ManagementAgentClient {
506
506
  * @param SetAutoUpgradableConfigRequest
507
507
  * @return SetAutoUpgradableConfigResponse
508
508
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
510
510
  */
511
511
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
512
512
  /**
@@ -517,7 +517,7 @@ export declare class ManagementAgentClient {
517
517
  * @param SummarizeManagementAgentCountsRequest
518
518
  * @return SummarizeManagementAgentCountsResponse
519
519
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
521
521
  */
522
522
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
523
523
  /**
@@ -528,7 +528,7 @@ export declare class ManagementAgentClient {
528
528
  * @param SummarizeManagementAgentPluginCountsRequest
529
529
  * @return SummarizeManagementAgentPluginCountsResponse
530
530
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
532
532
  */
533
533
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
534
534
  /**
@@ -538,7 +538,7 @@ export declare class ManagementAgentClient {
538
538
  * @param UpdateManagementAgentRequest
539
539
  * @return UpdateManagementAgentResponse
540
540
  * @throws OciError when an error occurs
541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
542
542
  */
543
543
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
544
544
  /**
@@ -548,7 +548,7 @@ export declare class ManagementAgentClient {
548
548
  * @param UpdateManagementAgentInstallKeyRequest
549
549
  * @return UpdateManagementAgentInstallKeyResponse
550
550
  * @throws OciError when an error occurs
551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
552
552
  */
553
553
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
554
554
  }
package/lib/client.js CHANGED
@@ -152,7 +152,7 @@ class ManagementAgentClient {
152
152
  * @param CreateManagementAgentInstallKeyRequest
153
153
  * @return CreateManagementAgentInstallKeyResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
156
156
  */
157
157
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
158
158
  return __awaiter(this, void 0, void 0, function* () {
@@ -213,7 +213,7 @@ class ManagementAgentClient {
213
213
  * @param DeleteManagementAgentRequest
214
214
  * @return DeleteManagementAgentResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
217
217
  */
218
218
  deleteManagementAgent(deleteManagementAgentRequest) {
219
219
  return __awaiter(this, void 0, void 0, function* () {
@@ -266,7 +266,7 @@ class ManagementAgentClient {
266
266
  * @param DeleteManagementAgentInstallKeyRequest
267
267
  * @return DeleteManagementAgentInstallKeyResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
270
270
  */
271
271
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
272
272
  return __awaiter(this, void 0, void 0, function* () {
@@ -319,7 +319,7 @@ class ManagementAgentClient {
319
319
  * @param DeleteWorkRequestRequest
320
320
  * @return DeleteWorkRequestResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
323
323
  */
324
324
  deleteWorkRequest(deleteWorkRequestRequest) {
325
325
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class ManagementAgentClient {
373
373
  * @param DeployPluginsRequest
374
374
  * @return DeployPluginsResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
377
377
  */
378
378
  deployPlugins(deployPluginsRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +432,7 @@ class ManagementAgentClient {
432
432
  * @param GetAutoUpgradableConfigRequest
433
433
  * @return GetAutoUpgradableConfigResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
436
436
  */
437
437
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
438
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -488,7 +488,7 @@ class ManagementAgentClient {
488
488
  * @param GetManagementAgentRequest
489
489
  * @return GetManagementAgentResponse
490
490
  * @throws OciError when an error occurs
491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
492
492
  */
493
493
  getManagementAgent(getManagementAgentRequest) {
494
494
  return __awaiter(this, void 0, void 0, function* () {
@@ -549,7 +549,7 @@ class ManagementAgentClient {
549
549
  * @param GetManagementAgentInstallKeyRequest
550
550
  * @return GetManagementAgentInstallKeyResponse
551
551
  * @throws OciError when an error occurs
552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
553
553
  */
554
554
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
555
555
  return __awaiter(this, void 0, void 0, function* () {
@@ -611,7 +611,7 @@ class ManagementAgentClient {
611
611
  * @param GetManagementAgentInstallKeyContentRequest
612
612
  * @return GetManagementAgentInstallKeyContentResponse
613
613
  * @throws OciError when an error occurs
614
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
615
615
  */
616
616
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
617
617
  return __awaiter(this, void 0, void 0, function* () {
@@ -678,7 +678,7 @@ class ManagementAgentClient {
678
678
  * @param GetWorkRequestRequest
679
679
  * @return GetWorkRequestResponse
680
680
  * @throws OciError when an error occurs
681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
682
682
  */
683
683
  getWorkRequest(getWorkRequestRequest) {
684
684
  return __awaiter(this, void 0, void 0, function* () {
@@ -744,7 +744,7 @@ class ManagementAgentClient {
744
744
  * @param ListAvailabilityHistoriesRequest
745
745
  * @return ListAvailabilityHistoriesResponse
746
746
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
748
748
  */
749
749
  listAvailabilityHistories(listAvailabilityHistoriesRequest) {
750
750
  return __awaiter(this, void 0, void 0, function* () {
@@ -853,7 +853,7 @@ class ManagementAgentClient {
853
853
  * @param ListManagementAgentImagesRequest
854
854
  * @return ListManagementAgentImagesResponse
855
855
  * @throws OciError when an error occurs
856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
857
857
  */
858
858
  listManagementAgentImages(listManagementAgentImagesRequest) {
859
859
  return __awaiter(this, void 0, void 0, function* () {
@@ -963,7 +963,7 @@ class ManagementAgentClient {
963
963
  * @param ListManagementAgentInstallKeysRequest
964
964
  * @return ListManagementAgentInstallKeysResponse
965
965
  * @throws OciError when an error occurs
966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
967
967
  */
968
968
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
969
969
  return __awaiter(this, void 0, void 0, function* () {
@@ -1072,7 +1072,7 @@ class ManagementAgentClient {
1072
1072
  * @param ListManagementAgentPluginsRequest
1073
1073
  * @return ListManagementAgentPluginsResponse
1074
1074
  * @throws OciError when an error occurs
1075
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1075
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1076
1076
  */
1077
1077
  listManagementAgentPlugins(listManagementAgentPluginsRequest) {
1078
1078
  return __awaiter(this, void 0, void 0, function* () {
@@ -1181,7 +1181,7 @@ class ManagementAgentClient {
1181
1181
  * @param ListManagementAgentsRequest
1182
1182
  * @return ListManagementAgentsResponse
1183
1183
  * @throws OciError when an error occurs
1184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1185
1185
  */
1186
1186
  listManagementAgents(listManagementAgentsRequest) {
1187
1187
  return __awaiter(this, void 0, void 0, function* () {
@@ -1296,7 +1296,7 @@ class ManagementAgentClient {
1296
1296
  * @param ListWorkRequestErrorsRequest
1297
1297
  * @return ListWorkRequestErrorsResponse
1298
1298
  * @throws OciError when an error occurs
1299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1300
1300
  */
1301
1301
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1302
1302
  return __awaiter(this, void 0, void 0, function* () {
@@ -1403,7 +1403,7 @@ class ManagementAgentClient {
1403
1403
  * @param ListWorkRequestLogsRequest
1404
1404
  * @return ListWorkRequestLogsResponse
1405
1405
  * @throws OciError when an error occurs
1406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1407
1407
  */
1408
1408
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1409
1409
  return __awaiter(this, void 0, void 0, function* () {
@@ -1510,7 +1510,7 @@ class ManagementAgentClient {
1510
1510
  * @param ListWorkRequestsRequest
1511
1511
  * @return ListWorkRequestsResponse
1512
1512
  * @throws OciError when an error occurs
1513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1514
1514
  */
1515
1515
  listWorkRequests(listWorkRequestsRequest) {
1516
1516
  return __awaiter(this, void 0, void 0, function* () {
@@ -1620,7 +1620,7 @@ class ManagementAgentClient {
1620
1620
  * @param SetAutoUpgradableConfigRequest
1621
1621
  * @return SetAutoUpgradableConfigResponse
1622
1622
  * @throws OciError when an error occurs
1623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
1623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
1624
1624
  */
1625
1625
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
1626
1626
  return __awaiter(this, void 0, void 0, function* () {
@@ -1678,7 +1678,7 @@ class ManagementAgentClient {
1678
1678
  * @param SummarizeManagementAgentCountsRequest
1679
1679
  * @return SummarizeManagementAgentCountsResponse
1680
1680
  * @throws OciError when an error occurs
1681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
1681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
1682
1682
  */
1683
1683
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
1684
1684
  return __awaiter(this, void 0, void 0, function* () {
@@ -1745,7 +1745,7 @@ class ManagementAgentClient {
1745
1745
  * @param SummarizeManagementAgentPluginCountsRequest
1746
1746
  * @return SummarizeManagementAgentPluginCountsResponse
1747
1747
  * @throws OciError when an error occurs
1748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
1748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
1749
1749
  */
1750
1750
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
1751
1751
  return __awaiter(this, void 0, void 0, function* () {
@@ -1809,7 +1809,7 @@ class ManagementAgentClient {
1809
1809
  * @param UpdateManagementAgentRequest
1810
1810
  * @return UpdateManagementAgentResponse
1811
1811
  * @throws OciError when an error occurs
1812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
1812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
1813
1813
  */
1814
1814
  updateManagementAgent(updateManagementAgentRequest) {
1815
1815
  return __awaiter(this, void 0, void 0, function* () {
@@ -1874,7 +1874,7 @@ class ManagementAgentClient {
1874
1874
  * @param UpdateManagementAgentInstallKeyRequest
1875
1875
  * @return UpdateManagementAgentInstallKeyResponse
1876
1876
  * @throws OciError when an error occurs
1877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
1877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
1878
1878
  */
1879
1879
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
1880
1880
  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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.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.14.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.17.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**