oci-managementagent 2.34.0 → 2.37.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 (46) hide show
  1. package/lib/client.d.ts +25 -24
  2. package/lib/client.js +31 -26
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/architecture-types.d.ts +1 -0
  5. package/lib/model/architecture-types.js +1 -0
  6. package/lib/model/architecture-types.js.map +1 -1
  7. package/lib/model/index.d.ts +2 -0
  8. package/lib/model/index.js +3 -1
  9. package/lib/model/index.js.map +1 -1
  10. package/lib/model/management-agent-plugin-details.d.ts +9 -0
  11. package/lib/model/management-agent-plugin-details.js.map +1 -1
  12. package/lib/model/operation-types.d.ts +1 -0
  13. package/lib/model/operation-types.js +1 -0
  14. package/lib/model/operation-types.js.map +1 -1
  15. package/lib/model/plugin-status.d.ts +37 -0
  16. package/lib/model/plugin-status.js +48 -0
  17. package/lib/model/plugin-status.js.map +1 -0
  18. package/lib/model/work-request-resource.d.ts +12 -0
  19. package/lib/model/work-request-resource.js.map +1 -1
  20. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  21. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  22. package/lib/request/delete-management-agent-request.d.ts +1 -1
  23. package/lib/request/delete-work-request-request.d.ts +1 -1
  24. package/lib/request/deploy-plugins-request.d.ts +1 -1
  25. package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
  26. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  27. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  28. package/lib/request/get-management-agent-request.d.ts +1 -1
  29. package/lib/request/get-work-request-request.d.ts +1 -1
  30. package/lib/request/list-availability-histories-request.d.ts +1 -1
  31. package/lib/request/list-management-agent-images-request.d.ts +1 -1
  32. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  33. package/lib/request/list-management-agent-plugins-request.d.ts +5 -1
  34. package/lib/request/list-management-agent-plugins-request.js.map +1 -1
  35. package/lib/request/list-management-agents-request.d.ts +10 -1
  36. package/lib/request/list-management-agents-request.js.map +1 -1
  37. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  38. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  39. package/lib/request/list-work-requests-request.d.ts +5 -1
  40. package/lib/request/list-work-requests-request.js.map +1 -1
  41. package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
  42. package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
  43. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  44. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  45. package/lib/request/update-management-agent-request.d.ts +1 -1
  46. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -79,7 +79,7 @@ export declare class ManagementAgentClient {
79
79
  * @param CreateManagementAgentInstallKeyRequest
80
80
  * @return CreateManagementAgentInstallKeyResponse
81
81
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
83
83
  */
84
84
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
85
85
  /**
@@ -88,7 +88,7 @@ export declare class ManagementAgentClient {
88
88
  * @param DeleteManagementAgentRequest
89
89
  * @return DeleteManagementAgentResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
92
92
  */
93
93
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
94
94
  /**
@@ -97,7 +97,7 @@ export declare class ManagementAgentClient {
97
97
  * @param DeleteManagementAgentInstallKeyRequest
98
98
  * @return DeleteManagementAgentInstallKeyResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
101
101
  */
102
102
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
103
103
  /**
@@ -106,7 +106,7 @@ export declare class ManagementAgentClient {
106
106
  * @param DeleteWorkRequestRequest
107
107
  * @return DeleteWorkRequestResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
110
110
  */
111
111
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
112
112
  /**
@@ -116,7 +116,7 @@ export declare class ManagementAgentClient {
116
116
  * @param DeployPluginsRequest
117
117
  * @return DeployPluginsResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
120
120
  */
121
121
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
122
122
  /**
@@ -127,7 +127,7 @@ export declare class ManagementAgentClient {
127
127
  * @param GetAutoUpgradableConfigRequest
128
128
  * @return GetAutoUpgradableConfigResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
131
131
  */
132
132
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
133
133
  /**
@@ -136,7 +136,7 @@ export declare class ManagementAgentClient {
136
136
  * @param GetManagementAgentRequest
137
137
  * @return GetManagementAgentResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
140
140
  */
141
141
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
142
142
  /**
@@ -145,7 +145,7 @@ export declare class ManagementAgentClient {
145
145
  * @param GetManagementAgentInstallKeyRequest
146
146
  * @return GetManagementAgentInstallKeyResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
149
149
  */
150
150
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
151
151
  /**
@@ -155,7 +155,7 @@ export declare class ManagementAgentClient {
155
155
  * @param GetManagementAgentInstallKeyContentRequest
156
156
  * @return GetManagementAgentInstallKeyContentResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
159
159
  */
160
160
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
161
161
  /**
@@ -164,7 +164,7 @@ export declare class ManagementAgentClient {
164
164
  * @param GetWorkRequestRequest
165
165
  * @return GetWorkRequestResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
168
168
  */
169
169
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
170
170
  /**
@@ -173,7 +173,7 @@ export declare class ManagementAgentClient {
173
173
  * @param ListAvailabilityHistoriesRequest
174
174
  * @return ListAvailabilityHistoriesResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
177
177
  */
178
178
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
179
179
  /**
@@ -215,7 +215,7 @@ export declare class ManagementAgentClient {
215
215
  * @param ListManagementAgentImagesRequest
216
216
  * @return ListManagementAgentImagesResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
219
219
  */
220
220
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
221
221
  /**
@@ -257,7 +257,7 @@ export declare class ManagementAgentClient {
257
257
  * @param ListManagementAgentInstallKeysRequest
258
258
  * @return ListManagementAgentInstallKeysResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
261
261
  */
262
262
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
263
263
  /**
@@ -299,7 +299,7 @@ export declare class ManagementAgentClient {
299
299
  * @param ListManagementAgentPluginsRequest
300
300
  * @return ListManagementAgentPluginsResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
303
303
  */
304
304
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
305
305
  /**
@@ -336,13 +336,14 @@ export declare class ManagementAgentClient {
336
336
  listManagementAgentPluginsResponseIterator(request: requests.ListManagementAgentPluginsRequest): AsyncIterableIterator<responses.ListManagementAgentPluginsResponse>;
337
337
  /**
338
338
  * Returns a list of Management Agents.
339
- * If no explicit page size limit is specified, it will default to 5000.
339
+ * If no explicit page size limit is specified, it will default to 1000 when compartmentIdInSubtree is true and 5000 otherwise.
340
+ * The response is limited to maximum 1000 records when compartmentIdInSubtree is true.
340
341
  *
341
342
  * This operation does not retry by default if the user has not defined a retry configuration.
342
343
  * @param ListManagementAgentsRequest
343
344
  * @return ListManagementAgentsResponse
344
345
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
346
347
  */
347
348
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
348
349
  /**
@@ -384,7 +385,7 @@ export declare class ManagementAgentClient {
384
385
  * @param ListWorkRequestErrorsRequest
385
386
  * @return ListWorkRequestErrorsResponse
386
387
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
388
389
  */
389
390
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
390
391
  /**
@@ -426,7 +427,7 @@ export declare class ManagementAgentClient {
426
427
  * @param ListWorkRequestLogsRequest
427
428
  * @return ListWorkRequestLogsResponse
428
429
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
430
431
  */
431
432
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
432
433
  /**
@@ -468,7 +469,7 @@ export declare class ManagementAgentClient {
468
469
  * @param ListWorkRequestsRequest
469
470
  * @return ListWorkRequestsResponse
470
471
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
472
473
  */
473
474
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
474
475
  /**
@@ -511,7 +512,7 @@ export declare class ManagementAgentClient {
511
512
  * @param SetAutoUpgradableConfigRequest
512
513
  * @return SetAutoUpgradableConfigResponse
513
514
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
515
516
  */
516
517
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
517
518
  /**
@@ -522,7 +523,7 @@ export declare class ManagementAgentClient {
522
523
  * @param SummarizeManagementAgentCountsRequest
523
524
  * @return SummarizeManagementAgentCountsResponse
524
525
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
526
527
  */
527
528
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
528
529
  /**
@@ -533,7 +534,7 @@ export declare class ManagementAgentClient {
533
534
  * @param SummarizeManagementAgentPluginCountsRequest
534
535
  * @return SummarizeManagementAgentPluginCountsResponse
535
536
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
537
538
  */
538
539
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
539
540
  /**
@@ -543,7 +544,7 @@ export declare class ManagementAgentClient {
543
544
  * @param UpdateManagementAgentRequest
544
545
  * @return UpdateManagementAgentResponse
545
546
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
547
548
  */
548
549
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
549
550
  /**
@@ -553,7 +554,7 @@ export declare class ManagementAgentClient {
553
554
  * @param UpdateManagementAgentInstallKeyRequest
554
555
  * @return UpdateManagementAgentInstallKeyResponse
555
556
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
557
558
  */
558
559
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
559
560
  }
package/lib/client.js CHANGED
@@ -160,7 +160,7 @@ class ManagementAgentClient {
160
160
  * @param CreateManagementAgentInstallKeyRequest
161
161
  * @return CreateManagementAgentInstallKeyResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
164
164
  */
165
165
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
166
166
  return __awaiter(this, void 0, void 0, function* () {
@@ -223,7 +223,7 @@ class ManagementAgentClient {
223
223
  * @param DeleteManagementAgentRequest
224
224
  * @return DeleteManagementAgentResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
227
227
  */
228
228
  deleteManagementAgent(deleteManagementAgentRequest) {
229
229
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class ManagementAgentClient {
278
278
  * @param DeleteManagementAgentInstallKeyRequest
279
279
  * @return DeleteManagementAgentInstallKeyResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
282
282
  */
283
283
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -333,7 +333,7 @@ class ManagementAgentClient {
333
333
  * @param DeleteWorkRequestRequest
334
334
  * @return DeleteWorkRequestResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
337
337
  */
338
338
  deleteWorkRequest(deleteWorkRequestRequest) {
339
339
  return __awaiter(this, void 0, void 0, function* () {
@@ -389,7 +389,7 @@ class ManagementAgentClient {
389
389
  * @param DeployPluginsRequest
390
390
  * @return DeployPluginsResponse
391
391
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
393
393
  */
394
394
  deployPlugins(deployPluginsRequest) {
395
395
  return __awaiter(this, void 0, void 0, function* () {
@@ -450,7 +450,7 @@ class ManagementAgentClient {
450
450
  * @param GetAutoUpgradableConfigRequest
451
451
  * @return GetAutoUpgradableConfigResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
454
454
  */
455
455
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
456
456
  return __awaiter(this, void 0, void 0, function* () {
@@ -508,7 +508,7 @@ class ManagementAgentClient {
508
508
  * @param GetManagementAgentRequest
509
509
  * @return GetManagementAgentResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
512
512
  */
513
513
  getManagementAgent(getManagementAgentRequest) {
514
514
  return __awaiter(this, void 0, void 0, function* () {
@@ -571,7 +571,7 @@ class ManagementAgentClient {
571
571
  * @param GetManagementAgentInstallKeyRequest
572
572
  * @return GetManagementAgentInstallKeyResponse
573
573
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
575
575
  */
576
576
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
577
577
  return __awaiter(this, void 0, void 0, function* () {
@@ -635,7 +635,7 @@ class ManagementAgentClient {
635
635
  * @param GetManagementAgentInstallKeyContentRequest
636
636
  * @return GetManagementAgentInstallKeyContentResponse
637
637
  * @throws OciError when an error occurs
638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
639
639
  */
640
640
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
641
641
  return __awaiter(this, void 0, void 0, function* () {
@@ -704,7 +704,7 @@ class ManagementAgentClient {
704
704
  * @param GetWorkRequestRequest
705
705
  * @return GetWorkRequestResponse
706
706
  * @throws OciError when an error occurs
707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
708
708
  */
709
709
  getWorkRequest(getWorkRequestRequest) {
710
710
  return __awaiter(this, void 0, void 0, function* () {
@@ -772,7 +772,7 @@ class ManagementAgentClient {
772
772
  * @param ListAvailabilityHistoriesRequest
773
773
  * @return ListAvailabilityHistoriesResponse
774
774
  * @throws OciError when an error occurs
775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
776
776
  */
777
777
  listAvailabilityHistories(listAvailabilityHistoriesRequest) {
778
778
  return __awaiter(this, void 0, void 0, function* () {
@@ -883,7 +883,7 @@ class ManagementAgentClient {
883
883
  * @param ListManagementAgentImagesRequest
884
884
  * @return ListManagementAgentImagesResponse
885
885
  * @throws OciError when an error occurs
886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
887
887
  */
888
888
  listManagementAgentImages(listManagementAgentImagesRequest) {
889
889
  return __awaiter(this, void 0, void 0, function* () {
@@ -995,7 +995,7 @@ class ManagementAgentClient {
995
995
  * @param ListManagementAgentInstallKeysRequest
996
996
  * @return ListManagementAgentInstallKeysResponse
997
997
  * @throws OciError when an error occurs
998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
998
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
999
999
  */
1000
1000
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
1001
1001
  return __awaiter(this, void 0, void 0, function* () {
@@ -1106,7 +1106,7 @@ class ManagementAgentClient {
1106
1106
  * @param ListManagementAgentPluginsRequest
1107
1107
  * @return ListManagementAgentPluginsResponse
1108
1108
  * @throws OciError when an error occurs
1109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
1110
1110
  */
1111
1111
  listManagementAgentPlugins(listManagementAgentPluginsRequest) {
1112
1112
  return __awaiter(this, void 0, void 0, function* () {
@@ -1123,7 +1123,8 @@ class ManagementAgentClient {
1123
1123
  "sortOrder": listManagementAgentPluginsRequest.sortOrder,
1124
1124
  "sortBy": listManagementAgentPluginsRequest.sortBy,
1125
1125
  "lifecycleState": listManagementAgentPluginsRequest.lifecycleState,
1126
- "platformType": listManagementAgentPluginsRequest.platformType
1126
+ "platformType": listManagementAgentPluginsRequest.platformType,
1127
+ "agentId": listManagementAgentPluginsRequest.agentId
1127
1128
  };
1128
1129
  let headerParams = {
1129
1130
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -1212,13 +1213,14 @@ class ManagementAgentClient {
1212
1213
  }
1213
1214
  /**
1214
1215
  * Returns a list of Management Agents.
1215
- * If no explicit page size limit is specified, it will default to 5000.
1216
+ * If no explicit page size limit is specified, it will default to 1000 when compartmentIdInSubtree is true and 5000 otherwise.
1217
+ * The response is limited to maximum 1000 records when compartmentIdInSubtree is true.
1216
1218
  *
1217
1219
  * This operation does not retry by default if the user has not defined a retry configuration.
1218
1220
  * @param ListManagementAgentsRequest
1219
1221
  * @return ListManagementAgentsResponse
1220
1222
  * @throws OciError when an error occurs
1221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
1222
1224
  */
1223
1225
  listManagementAgents(listManagementAgentsRequest) {
1224
1226
  return __awaiter(this, void 0, void 0, function* () {
@@ -1241,7 +1243,9 @@ class ManagementAgentClient {
1241
1243
  "limit": listManagementAgentsRequest.limit,
1242
1244
  "page": listManagementAgentsRequest.page,
1243
1245
  "sortOrder": listManagementAgentsRequest.sortOrder,
1244
- "sortBy": listManagementAgentsRequest.sortBy
1246
+ "sortBy": listManagementAgentsRequest.sortBy,
1247
+ "compartmentIdInSubtree": listManagementAgentsRequest.compartmentIdInSubtree,
1248
+ "accessLevel": listManagementAgentsRequest.accessLevel
1245
1249
  };
1246
1250
  let headerParams = {
1247
1251
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -1335,7 +1339,7 @@ class ManagementAgentClient {
1335
1339
  * @param ListWorkRequestErrorsRequest
1336
1340
  * @return ListWorkRequestErrorsResponse
1337
1341
  * @throws OciError when an error occurs
1338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1339
1343
  */
1340
1344
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1341
1345
  return __awaiter(this, void 0, void 0, function* () {
@@ -1444,7 +1448,7 @@ class ManagementAgentClient {
1444
1448
  * @param ListWorkRequestLogsRequest
1445
1449
  * @return ListWorkRequestLogsResponse
1446
1450
  * @throws OciError when an error occurs
1447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1448
1452
  */
1449
1453
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1450
1454
  return __awaiter(this, void 0, void 0, function* () {
@@ -1553,7 +1557,7 @@ class ManagementAgentClient {
1553
1557
  * @param ListWorkRequestsRequest
1554
1558
  * @return ListWorkRequestsResponse
1555
1559
  * @throws OciError when an error occurs
1556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1557
1561
  */
1558
1562
  listWorkRequests(listWorkRequestsRequest) {
1559
1563
  return __awaiter(this, void 0, void 0, function* () {
@@ -1568,6 +1572,7 @@ class ManagementAgentClient {
1568
1572
  "page": listWorkRequestsRequest.page,
1569
1573
  "limit": listWorkRequestsRequest.limit,
1570
1574
  "status": listWorkRequestsRequest.status,
1575
+ "type": listWorkRequestsRequest.type,
1571
1576
  "timeCreatedGreaterThanOrEqualTo": listWorkRequestsRequest.timeCreatedGreaterThanOrEqualTo,
1572
1577
  "sortOrder": listWorkRequestsRequest.sortOrder,
1573
1578
  "sortBy": listWorkRequestsRequest.sortBy
@@ -1665,7 +1670,7 @@ class ManagementAgentClient {
1665
1670
  * @param SetAutoUpgradableConfigRequest
1666
1671
  * @return SetAutoUpgradableConfigResponse
1667
1672
  * @throws OciError when an error occurs
1668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
1673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
1669
1674
  */
1670
1675
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
1671
1676
  return __awaiter(this, void 0, void 0, function* () {
@@ -1725,7 +1730,7 @@ class ManagementAgentClient {
1725
1730
  * @param SummarizeManagementAgentCountsRequest
1726
1731
  * @return SummarizeManagementAgentCountsResponse
1727
1732
  * @throws OciError when an error occurs
1728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
1733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
1729
1734
  */
1730
1735
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
1731
1736
  return __awaiter(this, void 0, void 0, function* () {
@@ -1794,7 +1799,7 @@ class ManagementAgentClient {
1794
1799
  * @param SummarizeManagementAgentPluginCountsRequest
1795
1800
  * @return SummarizeManagementAgentPluginCountsResponse
1796
1801
  * @throws OciError when an error occurs
1797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
1802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
1798
1803
  */
1799
1804
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
1800
1805
  return __awaiter(this, void 0, void 0, function* () {
@@ -1860,7 +1865,7 @@ class ManagementAgentClient {
1860
1865
  * @param UpdateManagementAgentRequest
1861
1866
  * @return UpdateManagementAgentResponse
1862
1867
  * @throws OciError when an error occurs
1863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
1868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
1864
1869
  */
1865
1870
  updateManagementAgent(updateManagementAgentRequest) {
1866
1871
  return __awaiter(this, void 0, void 0, function* () {
@@ -1927,7 +1932,7 @@ class ManagementAgentClient {
1927
1932
  * @param UpdateManagementAgentInstallKeyRequest
1928
1933
  * @return UpdateManagementAgentInstallKeyResponse
1929
1934
  * @throws OciError when an error occurs
1930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.34.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
1935
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.37.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
1931
1936
  */
1932
1937
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
1933
1938
  return __awaiter(this, void 0, void 0, function* () {