oci-managementagent 2.4.0 → 2.6.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 (65) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +203 -21
  3. package/lib/client.js +382 -43
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/auto-upgradable-config.d.ts +25 -0
  6. package/lib/model/auto-upgradable-config.js +29 -0
  7. package/lib/model/auto-upgradable-config.js.map +1 -0
  8. package/lib/model/index.d.ts +6 -0
  9. package/lib/model/index.js +7 -1
  10. package/lib/model/index.js.map +1 -1
  11. package/lib/model/install-types.d.ts +28 -0
  12. package/lib/model/install-types.js +39 -0
  13. package/lib/model/install-types.js.map +1 -0
  14. package/lib/model/management-agent-aggregation-dimensions.d.ts +4 -0
  15. package/lib/model/management-agent-aggregation-dimensions.js.map +1 -1
  16. package/lib/model/management-agent-plugin-aggregation-dimensions.d.ts +4 -0
  17. package/lib/model/management-agent-plugin-aggregation-dimensions.js.map +1 -1
  18. package/lib/model/management-agent-summary.d.ts +14 -1
  19. package/lib/model/management-agent-summary.js.map +1 -1
  20. package/lib/model/management-agent.d.ts +14 -1
  21. package/lib/model/management-agent.js.map +1 -1
  22. package/lib/model/set-auto-upgradable-config-details.d.ts +29 -0
  23. package/lib/model/set-auto-upgradable-config-details.js +29 -0
  24. package/lib/model/set-auto-upgradable-config-details.js.map +1 -0
  25. package/lib/model/update-management-agent-details.d.ts +0 -4
  26. package/lib/model/update-management-agent-details.js.map +1 -1
  27. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  28. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  29. package/lib/request/delete-management-agent-request.d.ts +1 -1
  30. package/lib/request/delete-work-request-request.d.ts +1 -1
  31. package/lib/request/deploy-plugins-request.d.ts +1 -1
  32. package/lib/request/get-auto-upgradable-config-request.d.ts +26 -0
  33. package/lib/request/get-auto-upgradable-config-request.js +15 -0
  34. package/lib/request/get-auto-upgradable-config-request.js.map +1 -0
  35. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  36. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  37. package/lib/request/get-management-agent-request.d.ts +1 -1
  38. package/lib/request/get-work-request-request.d.ts +1 -1
  39. package/lib/request/index.d.ts +4 -0
  40. package/lib/request/index.js.map +1 -1
  41. package/lib/request/list-availability-histories-request.d.ts +1 -1
  42. package/lib/request/list-management-agent-images-request.d.ts +5 -1
  43. package/lib/request/list-management-agent-images-request.js.map +1 -1
  44. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  45. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  46. package/lib/request/list-management-agents-request.d.ts +5 -1
  47. package/lib/request/list-management-agents-request.js.map +1 -1
  48. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  49. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  50. package/lib/request/list-work-requests-request.d.ts +1 -1
  51. package/lib/request/set-auto-upgradable-config-request.d.ts +36 -0
  52. package/lib/request/set-auto-upgradable-config-request.js +15 -0
  53. package/lib/request/set-auto-upgradable-config-request.js.map +1 -0
  54. package/lib/request/summarize-management-agent-counts-request.d.ts +5 -1
  55. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  56. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  57. package/lib/request/update-management-agent-request.d.ts +1 -1
  58. package/lib/response/get-auto-upgradable-config-response.d.ts +25 -0
  59. package/lib/response/get-auto-upgradable-config-response.js +15 -0
  60. package/lib/response/get-auto-upgradable-config-response.js.map +1 -0
  61. package/lib/response/index.d.ts +4 -0
  62. package/lib/response/set-auto-upgradable-config-response.d.ts +25 -0
  63. package/lib/response/set-auto-upgradable-config-response.js +15 -0
  64. package/lib/response/set-auto-upgradable-config-response.js.map +1 -0
  65. package/package.json +3 -3
package/LICENSE.txt CHANGED
@@ -1,3 +1,9 @@
1
+ Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2
+
3
+ This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
+
5
+ ____________________________
6
+
1
7
  The Universal Permissive License (UPL), Version 1.0
2
8
 
3
9
  Subject to the condition set forth below, permission is hereby granted to any
package/lib/client.d.ts CHANGED
@@ -17,6 +17,9 @@ import * as responses from "./response";
17
17
  import { ManagementAgentWaiter } from "./managementagent-waiter";
18
18
  export declare enum ManagementAgentApiKeys {
19
19
  }
20
+ /**
21
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
22
+ */
20
23
  export declare class ManagementAgentClient {
21
24
  protected static serviceEndpointTemplate: string;
22
25
  protected "_endpoint": string;
@@ -67,87 +70,109 @@ export declare class ManagementAgentClient {
67
70
  /**
68
71
  * User creates a new install key as part of this API.
69
72
  *
73
+ * This operation does not retry by default if the user has not defined a retry configuration.
70
74
  * @param CreateManagementAgentInstallKeyRequest
71
75
  * @return CreateManagementAgentInstallKeyResponse
72
76
  * @throws OciError when an error occurs
73
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
74
78
  */
75
79
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
76
80
  /**
77
81
  * Deletes a Management Agent resource by identifier
82
+ * This operation does not retry by default if the user has not defined a retry configuration.
78
83
  * @param DeleteManagementAgentRequest
79
84
  * @return DeleteManagementAgentResponse
80
85
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
82
87
  */
83
88
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
84
89
  /**
85
90
  * Deletes a Management Agent install Key resource by identifier
91
+ * This operation does not retry by default if the user has not defined a retry configuration.
86
92
  * @param DeleteManagementAgentInstallKeyRequest
87
93
  * @return DeleteManagementAgentInstallKeyResponse
88
94
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
90
96
  */
91
97
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
92
98
  /**
93
99
  * Cancel the work request with the given ID.
100
+ * This operation does not retry by default if the user has not defined a retry configuration.
94
101
  * @param DeleteWorkRequestRequest
95
102
  * @return DeleteWorkRequestResponse
96
103
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
98
105
  */
99
106
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
100
107
  /**
101
108
  * Deploys Plugins to a given list of agentIds.
102
109
  *
110
+ * This operation does not retry by default if the user has not defined a retry configuration.
103
111
  * @param DeployPluginsRequest
104
112
  * @return DeployPluginsResponse
105
113
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
107
115
  */
108
116
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
117
+ /**
118
+ * Get the AutoUpgradable configuration for all agents in a tenancy.
119
+ * The supplied compartmentId must be a tenancy root.
120
+ *
121
+ * This operation does not retry by default if the user has not defined a retry configuration.
122
+ * @param GetAutoUpgradableConfigRequest
123
+ * @return GetAutoUpgradableConfigResponse
124
+ * @throws OciError when an error occurs
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
126
+ */
127
+ getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
109
128
  /**
110
129
  * Gets complete details of the inventory of a given agent id
130
+ * This operation does not retry by default if the user has not defined a retry configuration.
111
131
  * @param GetManagementAgentRequest
112
132
  * @return GetManagementAgentResponse
113
133
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
115
135
  */
116
136
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
117
137
  /**
118
138
  * Gets complete details of the Agent install Key for a given key id
139
+ * This operation does not retry by default if the user has not defined a retry configuration.
119
140
  * @param GetManagementAgentInstallKeyRequest
120
141
  * @return GetManagementAgentInstallKeyResponse
121
142
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
123
144
  */
124
145
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
125
146
  /**
126
147
  * Returns a file with Management Agent install Key in it
127
148
  *
149
+ * This operation does not retry by default if the user has not defined a retry configuration.
128
150
  * @param GetManagementAgentInstallKeyContentRequest
129
151
  * @return GetManagementAgentInstallKeyContentResponse
130
152
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
132
154
  */
133
155
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
134
156
  /**
135
157
  * Gets the status of the work request with the given ID.
158
+ * This operation does not retry by default if the user has not defined a retry configuration.
136
159
  * @param GetWorkRequestRequest
137
160
  * @return GetWorkRequestResponse
138
161
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
140
163
  */
141
164
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
142
165
  /**
143
166
  * Lists the availability history records of Management Agent
167
+ * This operation does not retry by default if the user has not defined a retry configuration.
144
168
  * @param ListAvailabilityHistoriesRequest
145
169
  * @return ListAvailabilityHistoriesResponse
146
170
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
148
172
  */
149
173
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
150
174
  /**
175
+ * NOTE: This function is deprecated in favor of listAvailabilityHistoriesRecordIterator function.
151
176
  * Creates a new async iterator which will iterate over the models.AvailabilityHistorySummary objects
152
177
  * contained in responses from the listAvailabilityHistories operation. This iterator will fetch more data from the
153
178
  * server as needed.
@@ -156,22 +181,40 @@ export declare class ManagementAgentClient {
156
181
  */
157
182
  listAllAvailabilityHistories(request: requests.ListAvailabilityHistoriesRequest): AsyncIterableIterator<model.AvailabilityHistorySummary>;
158
183
  /**
184
+ * NOTE: This function is deprecated in favor of listAvailabilityHistoriesResponseIterator function.
159
185
  * Creates a new async iterator which will iterate over the responses received from the listAvailabilityHistories operation. This iterator
160
186
  * will fetch more data from the server as needed.
161
187
  *
162
188
  * @param request a request which can be sent to the service operation
163
189
  */
164
190
  listAllAvailabilityHistoriesResponses(request: requests.ListAvailabilityHistoriesRequest): AsyncIterableIterator<responses.ListAvailabilityHistoriesResponse>;
191
+ /**
192
+ * Creates a new async iterator which will iterate over the models.AvailabilityHistorySummary objects
193
+ * contained in responses from the listAvailabilityHistories operation. This iterator will fetch more data from the
194
+ * server as needed.
195
+ *
196
+ * @param request a request which can be sent to the service operation
197
+ */
198
+ listAvailabilityHistoriesRecordIterator(request: requests.ListAvailabilityHistoriesRequest): AsyncIterableIterator<model.AvailabilityHistorySummary>;
199
+ /**
200
+ * Creates a new async iterator which will iterate over the responses received from the listAvailabilityHistories operation. This iterator
201
+ * will fetch more data from the server as needed.
202
+ *
203
+ * @param request a request which can be sent to the service operation
204
+ */
205
+ listAvailabilityHistoriesResponseIterator(request: requests.ListAvailabilityHistoriesRequest): AsyncIterableIterator<responses.ListAvailabilityHistoriesResponse>;
165
206
  /**
166
207
  * Get supported agent image information
167
208
  *
209
+ * This operation does not retry by default if the user has not defined a retry configuration.
168
210
  * @param ListManagementAgentImagesRequest
169
211
  * @return ListManagementAgentImagesResponse
170
212
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
172
214
  */
173
215
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
174
216
  /**
217
+ * NOTE: This function is deprecated in favor of listManagementAgentImagesRecordIterator function.
175
218
  * Creates a new async iterator which will iterate over the models.ManagementAgentImageSummary objects
176
219
  * contained in responses from the listManagementAgentImages operation. This iterator will fetch more data from the
177
220
  * server as needed.
@@ -180,22 +223,40 @@ export declare class ManagementAgentClient {
180
223
  */
181
224
  listAllManagementAgentImages(request: requests.ListManagementAgentImagesRequest): AsyncIterableIterator<model.ManagementAgentImageSummary>;
182
225
  /**
226
+ * NOTE: This function is deprecated in favor of listManagementAgentImagesResponseIterator function.
183
227
  * Creates a new async iterator which will iterate over the responses received from the listManagementAgentImages operation. This iterator
184
228
  * will fetch more data from the server as needed.
185
229
  *
186
230
  * @param request a request which can be sent to the service operation
187
231
  */
188
232
  listAllManagementAgentImagesResponses(request: requests.ListManagementAgentImagesRequest): AsyncIterableIterator<responses.ListManagementAgentImagesResponse>;
233
+ /**
234
+ * Creates a new async iterator which will iterate over the models.ManagementAgentImageSummary objects
235
+ * contained in responses from the listManagementAgentImages operation. This iterator will fetch more data from the
236
+ * server as needed.
237
+ *
238
+ * @param request a request which can be sent to the service operation
239
+ */
240
+ listManagementAgentImagesRecordIterator(request: requests.ListManagementAgentImagesRequest): AsyncIterableIterator<model.ManagementAgentImageSummary>;
241
+ /**
242
+ * Creates a new async iterator which will iterate over the responses received from the listManagementAgentImages operation. This iterator
243
+ * will fetch more data from the server as needed.
244
+ *
245
+ * @param request a request which can be sent to the service operation
246
+ */
247
+ listManagementAgentImagesResponseIterator(request: requests.ListManagementAgentImagesRequest): AsyncIterableIterator<responses.ListManagementAgentImagesResponse>;
189
248
  /**
190
249
  * Returns a list of Management Agent installed Keys.
191
250
  *
251
+ * This operation does not retry by default if the user has not defined a retry configuration.
192
252
  * @param ListManagementAgentInstallKeysRequest
193
253
  * @return ListManagementAgentInstallKeysResponse
194
254
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
196
256
  */
197
257
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
198
258
  /**
259
+ * NOTE: This function is deprecated in favor of listManagementAgentInstallKeysRecordIterator function.
199
260
  * Creates a new async iterator which will iterate over the models.ManagementAgentInstallKeySummary objects
200
261
  * contained in responses from the listManagementAgentInstallKeys operation. This iterator will fetch more data from the
201
262
  * server as needed.
@@ -204,22 +265,40 @@ export declare class ManagementAgentClient {
204
265
  */
205
266
  listAllManagementAgentInstallKeys(request: requests.ListManagementAgentInstallKeysRequest): AsyncIterableIterator<model.ManagementAgentInstallKeySummary>;
206
267
  /**
268
+ * NOTE: This function is deprecated in favor of listManagementAgentInstallKeysResponseIterator function.
207
269
  * Creates a new async iterator which will iterate over the responses received from the listManagementAgentInstallKeys operation. This iterator
208
270
  * will fetch more data from the server as needed.
209
271
  *
210
272
  * @param request a request which can be sent to the service operation
211
273
  */
212
274
  listAllManagementAgentInstallKeysResponses(request: requests.ListManagementAgentInstallKeysRequest): AsyncIterableIterator<responses.ListManagementAgentInstallKeysResponse>;
275
+ /**
276
+ * Creates a new async iterator which will iterate over the models.ManagementAgentInstallKeySummary objects
277
+ * contained in responses from the listManagementAgentInstallKeys operation. This iterator will fetch more data from the
278
+ * server as needed.
279
+ *
280
+ * @param request a request which can be sent to the service operation
281
+ */
282
+ listManagementAgentInstallKeysRecordIterator(request: requests.ListManagementAgentInstallKeysRequest): AsyncIterableIterator<model.ManagementAgentInstallKeySummary>;
283
+ /**
284
+ * Creates a new async iterator which will iterate over the responses received from the listManagementAgentInstallKeys operation. This iterator
285
+ * will fetch more data from the server as needed.
286
+ *
287
+ * @param request a request which can be sent to the service operation
288
+ */
289
+ listManagementAgentInstallKeysResponseIterator(request: requests.ListManagementAgentInstallKeysRequest): AsyncIterableIterator<responses.ListManagementAgentInstallKeysResponse>;
213
290
  /**
214
291
  * Returns a list of managementAgentPlugins.
215
292
  *
293
+ * This operation does not retry by default if the user has not defined a retry configuration.
216
294
  * @param ListManagementAgentPluginsRequest
217
295
  * @return ListManagementAgentPluginsResponse
218
296
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
220
298
  */
221
299
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
222
300
  /**
301
+ * NOTE: This function is deprecated in favor of listManagementAgentPluginsRecordIterator function.
223
302
  * Creates a new async iterator which will iterate over the models.ManagementAgentPluginSummary objects
224
303
  * contained in responses from the listManagementAgentPlugins operation. This iterator will fetch more data from the
225
304
  * server as needed.
@@ -228,22 +307,40 @@ export declare class ManagementAgentClient {
228
307
  */
229
308
  listAllManagementAgentPlugins(request: requests.ListManagementAgentPluginsRequest): AsyncIterableIterator<model.ManagementAgentPluginSummary>;
230
309
  /**
310
+ * NOTE: This function is deprecated in favor of listManagementAgentPluginsResponseIterator function.
231
311
  * Creates a new async iterator which will iterate over the responses received from the listManagementAgentPlugins operation. This iterator
232
312
  * will fetch more data from the server as needed.
233
313
  *
234
314
  * @param request a request which can be sent to the service operation
235
315
  */
236
316
  listAllManagementAgentPluginsResponses(request: requests.ListManagementAgentPluginsRequest): AsyncIterableIterator<responses.ListManagementAgentPluginsResponse>;
317
+ /**
318
+ * Creates a new async iterator which will iterate over the models.ManagementAgentPluginSummary objects
319
+ * contained in responses from the listManagementAgentPlugins operation. This iterator will fetch more data from the
320
+ * server as needed.
321
+ *
322
+ * @param request a request which can be sent to the service operation
323
+ */
324
+ listManagementAgentPluginsRecordIterator(request: requests.ListManagementAgentPluginsRequest): AsyncIterableIterator<model.ManagementAgentPluginSummary>;
325
+ /**
326
+ * Creates a new async iterator which will iterate over the responses received from the listManagementAgentPlugins operation. This iterator
327
+ * will fetch more data from the server as needed.
328
+ *
329
+ * @param request a request which can be sent to the service operation
330
+ */
331
+ listManagementAgentPluginsResponseIterator(request: requests.ListManagementAgentPluginsRequest): AsyncIterableIterator<responses.ListManagementAgentPluginsResponse>;
237
332
  /**
238
333
  * Returns a list of Management Agent.
239
334
  *
335
+ * This operation does not retry by default if the user has not defined a retry configuration.
240
336
  * @param ListManagementAgentsRequest
241
337
  * @return ListManagementAgentsResponse
242
338
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
244
340
  */
245
341
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
246
342
  /**
343
+ * NOTE: This function is deprecated in favor of listManagementAgentsRecordIterator function.
247
344
  * Creates a new async iterator which will iterate over the models.ManagementAgentSummary objects
248
345
  * contained in responses from the listManagementAgents operation. This iterator will fetch more data from the
249
346
  * server as needed.
@@ -252,22 +349,40 @@ export declare class ManagementAgentClient {
252
349
  */
253
350
  listAllManagementAgents(request: requests.ListManagementAgentsRequest): AsyncIterableIterator<model.ManagementAgentSummary>;
254
351
  /**
352
+ * NOTE: This function is deprecated in favor of listManagementAgentsResponseIterator function.
255
353
  * Creates a new async iterator which will iterate over the responses received from the listManagementAgents operation. This iterator
256
354
  * will fetch more data from the server as needed.
257
355
  *
258
356
  * @param request a request which can be sent to the service operation
259
357
  */
260
358
  listAllManagementAgentsResponses(request: requests.ListManagementAgentsRequest): AsyncIterableIterator<responses.ListManagementAgentsResponse>;
359
+ /**
360
+ * Creates a new async iterator which will iterate over the models.ManagementAgentSummary objects
361
+ * contained in responses from the listManagementAgents operation. This iterator will fetch more data from the
362
+ * server as needed.
363
+ *
364
+ * @param request a request which can be sent to the service operation
365
+ */
366
+ listManagementAgentsRecordIterator(request: requests.ListManagementAgentsRequest): AsyncIterableIterator<model.ManagementAgentSummary>;
367
+ /**
368
+ * Creates a new async iterator which will iterate over the responses received from the listManagementAgents operation. This iterator
369
+ * will fetch more data from the server as needed.
370
+ *
371
+ * @param request a request which can be sent to the service operation
372
+ */
373
+ listManagementAgentsResponseIterator(request: requests.ListManagementAgentsRequest): AsyncIterableIterator<responses.ListManagementAgentsResponse>;
261
374
  /**
262
375
  * Return a (paginated) list of errors for a given work request.
263
376
  *
377
+ * This operation does not retry by default if the user has not defined a retry configuration.
264
378
  * @param ListWorkRequestErrorsRequest
265
379
  * @return ListWorkRequestErrorsResponse
266
380
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
268
382
  */
269
383
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
270
384
  /**
385
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
271
386
  * Creates a new async iterator which will iterate over the models.WorkRequestError objects
272
387
  * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
273
388
  * server as needed.
@@ -276,22 +391,40 @@ export declare class ManagementAgentClient {
276
391
  */
277
392
  listAllWorkRequestErrors(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
278
393
  /**
394
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
279
395
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
280
396
  * will fetch more data from the server as needed.
281
397
  *
282
398
  * @param request a request which can be sent to the service operation
283
399
  */
284
400
  listAllWorkRequestErrorsResponses(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
401
+ /**
402
+ * Creates a new async iterator which will iterate over the models.WorkRequestError objects
403
+ * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
404
+ * server as needed.
405
+ *
406
+ * @param request a request which can be sent to the service operation
407
+ */
408
+ listWorkRequestErrorsRecordIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
409
+ /**
410
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
411
+ * will fetch more data from the server as needed.
412
+ *
413
+ * @param request a request which can be sent to the service operation
414
+ */
415
+ listWorkRequestErrorsResponseIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
285
416
  /**
286
417
  * Return a (paginated) list of logs for a given work request.
287
418
  *
419
+ * This operation does not retry by default if the user has not defined a retry configuration.
288
420
  * @param ListWorkRequestLogsRequest
289
421
  * @return ListWorkRequestLogsResponse
290
422
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
292
424
  */
293
425
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
294
426
  /**
427
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
295
428
  * Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
296
429
  * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
297
430
  * server as needed.
@@ -300,22 +433,40 @@ export declare class ManagementAgentClient {
300
433
  */
301
434
  listAllWorkRequestLogs(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLogEntry>;
302
435
  /**
436
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
303
437
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
304
438
  * will fetch more data from the server as needed.
305
439
  *
306
440
  * @param request a request which can be sent to the service operation
307
441
  */
308
442
  listAllWorkRequestLogsResponses(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
443
+ /**
444
+ * Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
445
+ * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
446
+ * server as needed.
447
+ *
448
+ * @param request a request which can be sent to the service operation
449
+ */
450
+ listWorkRequestLogsRecordIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLogEntry>;
451
+ /**
452
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
453
+ * will fetch more data from the server as needed.
454
+ *
455
+ * @param request a request which can be sent to the service operation
456
+ */
457
+ listWorkRequestLogsResponseIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
309
458
  /**
310
459
  * Lists the work requests in a compartment.
311
460
  *
461
+ * This operation does not retry by default if the user has not defined a retry configuration.
312
462
  * @param ListWorkRequestsRequest
313
463
  * @return ListWorkRequestsResponse
314
464
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
316
466
  */
317
467
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
318
468
  /**
469
+ * NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
319
470
  * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
320
471
  * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
321
472
  * server as needed.
@@ -324,48 +475,79 @@ export declare class ManagementAgentClient {
324
475
  */
325
476
  listAllWorkRequests(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequestSummary>;
326
477
  /**
478
+ * NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
327
479
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
328
480
  * will fetch more data from the server as needed.
329
481
  *
330
482
  * @param request a request which can be sent to the service operation
331
483
  */
332
484
  listAllWorkRequestsResponses(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
485
+ /**
486
+ * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
487
+ * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
488
+ * server as needed.
489
+ *
490
+ * @param request a request which can be sent to the service operation
491
+ */
492
+ listWorkRequestsRecordIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequestSummary>;
493
+ /**
494
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
495
+ * will fetch more data from the server as needed.
496
+ *
497
+ * @param request a request which can be sent to the service operation
498
+ */
499
+ listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
500
+ /**
501
+ * Sets the AutoUpgradable configuration for all agents in a tenancy.
502
+ * The supplied compartmentId must be a tenancy root.
503
+ *
504
+ * This operation does not retry by default if the user has not defined a retry configuration.
505
+ * @param SetAutoUpgradableConfigRequest
506
+ * @return SetAutoUpgradableConfigResponse
507
+ * @throws OciError when an error occurs
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
509
+ */
510
+ setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
333
511
  /**
334
512
  * Gets count of the inventory of agents for a given compartment id, group by, and isPluginDeployed parameters.
335
513
  * Supported groupBy parameters: availabilityStatus, platformType, version
336
514
  *
515
+ * This operation does not retry by default if the user has not defined a retry configuration.
337
516
  * @param SummarizeManagementAgentCountsRequest
338
517
  * @return SummarizeManagementAgentCountsResponse
339
518
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
341
520
  */
342
521
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
343
522
  /**
344
523
  * Gets count of the inventory of management agent plugins for a given compartment id and group by parameter.
345
524
  * Supported groupBy parameter: pluginName
346
525
  *
526
+ * This operation does not retry by default if the user has not defined a retry configuration.
347
527
  * @param SummarizeManagementAgentPluginCountsRequest
348
528
  * @return SummarizeManagementAgentPluginCountsResponse
349
529
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
351
531
  */
352
532
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
353
533
  /**
354
534
  * API to update the console managed properties of the Management Agent.
355
535
  *
536
+ * This operation does not retry by default if the user has not defined a retry configuration.
356
537
  * @param UpdateManagementAgentRequest
357
538
  * @return UpdateManagementAgentResponse
358
539
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
360
541
  */
361
542
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
362
543
  /**
363
544
  * API to update the modifiable properties of the Management Agent install key.
364
545
  *
546
+ * This operation does not retry by default if the user has not defined a retry configuration.
365
547
  * @param UpdateManagementAgentInstallKeyRequest
366
548
  * @return UpdateManagementAgentInstallKeyResponse
367
549
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.6.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
369
551
  */
370
552
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
371
553
  }