oci-managementagent 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -74,7 +74,7 @@ export declare class ManagementAgentClient {
74
74
  * @param CreateManagementAgentInstallKeyRequest
75
75
  * @return CreateManagementAgentInstallKeyResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
78
78
  */
79
79
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
80
80
  /**
@@ -83,7 +83,7 @@ export declare class ManagementAgentClient {
83
83
  * @param DeleteManagementAgentRequest
84
84
  * @return DeleteManagementAgentResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
87
87
  */
88
88
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
89
89
  /**
@@ -92,7 +92,7 @@ export declare class ManagementAgentClient {
92
92
  * @param DeleteManagementAgentInstallKeyRequest
93
93
  * @return DeleteManagementAgentInstallKeyResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
96
96
  */
97
97
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
98
98
  /**
@@ -101,7 +101,7 @@ export declare class ManagementAgentClient {
101
101
  * @param DeleteWorkRequestRequest
102
102
  * @return DeleteWorkRequestResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
105
105
  */
106
106
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
107
107
  /**
@@ -111,7 +111,7 @@ export declare class ManagementAgentClient {
111
111
  * @param DeployPluginsRequest
112
112
  * @return DeployPluginsResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
115
115
  */
116
116
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
117
117
  /**
@@ -122,7 +122,7 @@ export declare class ManagementAgentClient {
122
122
  * @param GetAutoUpgradableConfigRequest
123
123
  * @return GetAutoUpgradableConfigResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
126
126
  */
127
127
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
128
128
  /**
@@ -131,7 +131,7 @@ export declare class ManagementAgentClient {
131
131
  * @param GetManagementAgentRequest
132
132
  * @return GetManagementAgentResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
135
135
  */
136
136
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class ManagementAgentClient {
140
140
  * @param GetManagementAgentInstallKeyRequest
141
141
  * @return GetManagementAgentInstallKeyResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
144
144
  */
145
145
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
146
146
  /**
@@ -150,7 +150,7 @@ export declare class ManagementAgentClient {
150
150
  * @param GetManagementAgentInstallKeyContentRequest
151
151
  * @return GetManagementAgentInstallKeyContentResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
154
154
  */
155
155
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
156
156
  /**
@@ -159,7 +159,7 @@ export declare class ManagementAgentClient {
159
159
  * @param GetWorkRequestRequest
160
160
  * @return GetWorkRequestResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
163
163
  */
164
164
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
165
165
  /**
@@ -168,7 +168,7 @@ export declare class ManagementAgentClient {
168
168
  * @param ListAvailabilityHistoriesRequest
169
169
  * @return ListAvailabilityHistoriesResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
172
172
  */
173
173
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
174
174
  /**
@@ -210,7 +210,7 @@ export declare class ManagementAgentClient {
210
210
  * @param ListManagementAgentImagesRequest
211
211
  * @return ListManagementAgentImagesResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
214
214
  */
215
215
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
216
216
  /**
@@ -252,7 +252,7 @@ export declare class ManagementAgentClient {
252
252
  * @param ListManagementAgentInstallKeysRequest
253
253
  * @return ListManagementAgentInstallKeysResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
256
256
  */
257
257
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
258
258
  /**
@@ -294,7 +294,7 @@ export declare class ManagementAgentClient {
294
294
  * @param ListManagementAgentPluginsRequest
295
295
  * @return ListManagementAgentPluginsResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
298
298
  */
299
299
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
300
300
  /**
@@ -336,7 +336,7 @@ export declare class ManagementAgentClient {
336
336
  * @param ListManagementAgentsRequest
337
337
  * @return ListManagementAgentsResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
340
340
  */
341
341
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
342
342
  /**
@@ -378,7 +378,7 @@ export declare class ManagementAgentClient {
378
378
  * @param ListWorkRequestErrorsRequest
379
379
  * @return ListWorkRequestErrorsResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
382
382
  */
383
383
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
384
384
  /**
@@ -420,7 +420,7 @@ export declare class ManagementAgentClient {
420
420
  * @param ListWorkRequestLogsRequest
421
421
  * @return ListWorkRequestLogsResponse
422
422
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
424
424
  */
425
425
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
426
426
  /**
@@ -462,7 +462,7 @@ export declare class ManagementAgentClient {
462
462
  * @param ListWorkRequestsRequest
463
463
  * @return ListWorkRequestsResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
466
466
  */
467
467
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
468
468
  /**
@@ -505,7 +505,7 @@ export declare class ManagementAgentClient {
505
505
  * @param SetAutoUpgradableConfigRequest
506
506
  * @return SetAutoUpgradableConfigResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
509
509
  */
510
510
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
511
511
  /**
@@ -516,7 +516,7 @@ export declare class ManagementAgentClient {
516
516
  * @param SummarizeManagementAgentCountsRequest
517
517
  * @return SummarizeManagementAgentCountsResponse
518
518
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
520
520
  */
521
521
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
522
522
  /**
@@ -527,7 +527,7 @@ export declare class ManagementAgentClient {
527
527
  * @param SummarizeManagementAgentPluginCountsRequest
528
528
  * @return SummarizeManagementAgentPluginCountsResponse
529
529
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
531
531
  */
532
532
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
533
533
  /**
@@ -537,7 +537,7 @@ export declare class ManagementAgentClient {
537
537
  * @param UpdateManagementAgentRequest
538
538
  * @return UpdateManagementAgentResponse
539
539
  * @throws OciError when an error occurs
540
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
541
541
  */
542
542
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
543
543
  /**
@@ -547,7 +547,7 @@ export declare class ManagementAgentClient {
547
547
  * @param UpdateManagementAgentInstallKeyRequest
548
548
  * @return UpdateManagementAgentInstallKeyResponse
549
549
  * @throws OciError when an error occurs
550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
551
551
  */
552
552
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
553
553
  }
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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.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.9.1/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.9.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.0",
3
+ "version": "2.9.1",
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.9.0",
19
- "oci-workrequests": "2.9.0"
18
+ "oci-common": "2.9.1",
19
+ "oci-workrequests": "2.9.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"