oci-managementagent 2.78.0 → 2.79.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 (124) hide show
  1. package/lib/client.d.ts +105 -23
  2. package/lib/client.js +391 -24
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/architecture-types.d.ts +2 -0
  5. package/lib/model/architecture-types.js +2 -0
  6. package/lib/model/architecture-types.js.map +1 -1
  7. package/lib/model/create-data-source-details.d.ts +33 -0
  8. package/lib/model/create-data-source-details.js +70 -0
  9. package/lib/model/create-data-source-details.js.map +1 -0
  10. package/lib/model/create-prometheus-emitter-data-source-details.d.ts +67 -0
  11. package/lib/model/create-prometheus-emitter-data-source-details.js +68 -0
  12. package/lib/model/create-prometheus-emitter-data-source-details.js.map +1 -0
  13. package/lib/model/data-source-summary-item.d.ts +32 -0
  14. package/lib/model/data-source-summary-item.js +74 -0
  15. package/lib/model/data-source-summary-item.js.map +1 -0
  16. package/lib/model/data-source-summary.d.ts +32 -0
  17. package/lib/model/data-source-summary.js +74 -0
  18. package/lib/model/data-source-summary.js.map +1 -0
  19. package/lib/model/data-source-types.d.ts +33 -0
  20. package/lib/model/{datatypes.js → data-source-types.js} +20 -15
  21. package/lib/model/data-source-types.js.map +1 -0
  22. package/lib/model/data-source.d.ts +50 -0
  23. package/lib/model/data-source.js +74 -0
  24. package/lib/model/data-source.js.map +1 -0
  25. package/lib/model/index.d.ts +30 -4
  26. package/lib/model/index.js +32 -5
  27. package/lib/model/index.js.map +1 -1
  28. package/lib/model/kubernetes-cluster-data-source-summary-item.d.ts +31 -0
  29. package/lib/model/kubernetes-cluster-data-source-summary-item.js +56 -0
  30. package/lib/model/kubernetes-cluster-data-source-summary-item.js.map +1 -0
  31. package/lib/model/kubernetes-cluster-data-source-summary.d.ts +31 -0
  32. package/lib/model/kubernetes-cluster-data-source-summary.js +56 -0
  33. package/lib/model/kubernetes-cluster-data-source-summary.js.map +1 -0
  34. package/lib/model/kubernetes-cluster-data-source.d.ts +35 -0
  35. package/lib/model/kubernetes-cluster-data-source.js +56 -0
  36. package/lib/model/kubernetes-cluster-data-source.js.map +1 -0
  37. package/lib/model/management-agent-summary.d.ts +4 -0
  38. package/lib/model/management-agent-summary.js +10 -0
  39. package/lib/model/management-agent-summary.js.map +1 -1
  40. package/lib/model/management-agent.d.ts +4 -0
  41. package/lib/model/management-agent.js +10 -0
  42. package/lib/model/management-agent.js.map +1 -1
  43. package/lib/model/{datatypes.d.ts → metric-dimension.d.ts} +14 -11
  44. package/lib/model/{edit-modes.js → metric-dimension.js} +11 -17
  45. package/lib/model/metric-dimension.js.map +1 -0
  46. package/lib/model/operation-types.d.ts +3 -0
  47. package/lib/model/operation-types.js +3 -0
  48. package/lib/model/operation-types.js.map +1 -1
  49. package/lib/model/prometheus-emitter-data-source-summary-item.d.ts +27 -0
  50. package/lib/model/prometheus-emitter-data-source-summary-item.js +56 -0
  51. package/lib/model/prometheus-emitter-data-source-summary-item.js.map +1 -0
  52. package/lib/model/prometheus-emitter-data-source-summary.d.ts +27 -0
  53. package/lib/model/prometheus-emitter-data-source-summary.js +56 -0
  54. package/lib/model/prometheus-emitter-data-source-summary.js.map +1 -0
  55. package/lib/model/prometheus-emitter-data-source.d.ts +67 -0
  56. package/lib/model/prometheus-emitter-data-source.js +68 -0
  57. package/lib/model/prometheus-emitter-data-source.js.map +1 -0
  58. package/lib/model/{edit-modes.d.ts → update-data-source-details.d.ts} +8 -9
  59. package/lib/model/update-data-source-details.js +70 -0
  60. package/lib/model/update-data-source-details.js.map +1 -0
  61. package/lib/model/update-prometheus-emitter-data-source-details.d.ts +63 -0
  62. package/lib/model/update-prometheus-emitter-data-source-details.js +68 -0
  63. package/lib/model/update-prometheus-emitter-data-source-details.js.map +1 -0
  64. package/lib/request/create-data-source-request.d.ts +49 -0
  65. package/lib/request/create-data-source-request.js +15 -0
  66. package/lib/request/create-data-source-request.js.map +1 -0
  67. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  68. package/lib/request/delete-data-source-request.d.ts +39 -0
  69. package/lib/request/delete-data-source-request.js +15 -0
  70. package/lib/request/delete-data-source-request.js.map +1 -0
  71. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  72. package/lib/request/delete-management-agent-request.d.ts +1 -1
  73. package/lib/request/delete-work-request-request.d.ts +1 -1
  74. package/lib/request/deploy-plugins-request.d.ts +1 -1
  75. package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
  76. package/lib/request/get-data-source-request.d.ts +39 -0
  77. package/lib/request/get-data-source-request.js +15 -0
  78. package/lib/request/get-data-source-request.js.map +1 -0
  79. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  80. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  81. package/lib/request/get-management-agent-request.d.ts +1 -1
  82. package/lib/request/get-work-request-request.d.ts +1 -1
  83. package/lib/request/index.d.ts +10 -0
  84. package/lib/request/index.js +3 -1
  85. package/lib/request/index.js.map +1 -1
  86. package/lib/request/list-availability-histories-request.d.ts +1 -1
  87. package/lib/request/list-data-sources-request.d.ts +57 -0
  88. package/lib/request/list-data-sources-request.js +29 -0
  89. package/lib/request/list-data-sources-request.js.map +1 -0
  90. package/lib/request/list-management-agent-images-request.d.ts +1 -1
  91. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  92. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  93. package/lib/request/list-management-agents-request.d.ts +9 -1
  94. package/lib/request/list-management-agents-request.js.map +1 -1
  95. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  96. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  97. package/lib/request/list-work-requests-request.d.ts +2 -2
  98. package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
  99. package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
  100. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  101. package/lib/request/update-data-source-request.d.ts +53 -0
  102. package/lib/request/update-data-source-request.js +15 -0
  103. package/lib/request/update-data-source-request.js.map +1 -0
  104. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  105. package/lib/request/update-management-agent-request.d.ts +1 -1
  106. package/lib/response/create-data-source-response.d.ts +25 -0
  107. package/lib/response/create-data-source-response.js +15 -0
  108. package/lib/response/create-data-source-response.js.map +1 -0
  109. package/lib/response/delete-data-source-response.d.ts +25 -0
  110. package/lib/response/delete-data-source-response.js +15 -0
  111. package/lib/response/delete-data-source-response.js.map +1 -0
  112. package/lib/response/get-data-source-response.d.ts +30 -0
  113. package/lib/response/get-data-source-response.js +15 -0
  114. package/lib/response/get-data-source-response.js.map +1 -0
  115. package/lib/response/index.d.ts +10 -0
  116. package/lib/response/list-data-sources-response.d.ts +32 -0
  117. package/lib/response/list-data-sources-response.js +15 -0
  118. package/lib/response/list-data-sources-response.js.map +1 -0
  119. package/lib/response/update-data-source-response.d.ts +25 -0
  120. package/lib/response/update-data-source-response.js +15 -0
  121. package/lib/response/update-data-source-response.js.map +1 -0
  122. package/package.json +3 -3
  123. package/lib/model/datatypes.js.map +0 -1
  124. package/lib/model/edit-modes.js.map +0 -1
package/lib/client.d.ts CHANGED
@@ -88,6 +88,16 @@ export declare class ManagementAgentClient {
88
88
  * Shutdown the circuit breaker used by the client when it is no longer needed
89
89
  */
90
90
  shutdownCircuitBreaker(): void;
91
+ /**
92
+ * Datasource creation request to given Management Agent.
93
+ *
94
+ * This operation does not retry by default if the user has not defined a retry configuration.
95
+ * @param CreateDataSourceRequest
96
+ * @return CreateDataSourceResponse
97
+ * @throws OciError when an error occurs
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
99
+ */
100
+ createDataSource(createDataSourceRequest: requests.CreateDataSourceRequest): Promise<responses.CreateDataSourceResponse>;
91
101
  /**
92
102
  * User creates a new install key as part of this API.
93
103
  *
@@ -95,16 +105,26 @@ export declare class ManagementAgentClient {
95
105
  * @param CreateManagementAgentInstallKeyRequest
96
106
  * @return CreateManagementAgentInstallKeyResponse
97
107
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
99
109
  */
100
110
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
111
+ /**
112
+ * Datasource delete request to given Management Agent.
113
+ *
114
+ * This operation does not retry by default if the user has not defined a retry configuration.
115
+ * @param DeleteDataSourceRequest
116
+ * @return DeleteDataSourceResponse
117
+ * @throws OciError when an error occurs
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
119
+ */
120
+ deleteDataSource(deleteDataSourceRequest: requests.DeleteDataSourceRequest): Promise<responses.DeleteDataSourceResponse>;
101
121
  /**
102
122
  * Deletes a Management Agent resource by identifier
103
123
  * This operation does not retry by default if the user has not defined a retry configuration.
104
124
  * @param DeleteManagementAgentRequest
105
125
  * @return DeleteManagementAgentResponse
106
126
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
108
128
  */
109
129
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
110
130
  /**
@@ -113,7 +133,7 @@ export declare class ManagementAgentClient {
113
133
  * @param DeleteManagementAgentInstallKeyRequest
114
134
  * @return DeleteManagementAgentInstallKeyResponse
115
135
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
117
137
  */
118
138
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
119
139
  /**
@@ -122,7 +142,7 @@ export declare class ManagementAgentClient {
122
142
  * @param DeleteWorkRequestRequest
123
143
  * @return DeleteWorkRequestResponse
124
144
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
126
146
  */
127
147
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
128
148
  /**
@@ -132,7 +152,7 @@ export declare class ManagementAgentClient {
132
152
  * @param DeployPluginsRequest
133
153
  * @return DeployPluginsResponse
134
154
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
136
156
  */
137
157
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
138
158
  /**
@@ -143,16 +163,26 @@ export declare class ManagementAgentClient {
143
163
  * @param GetAutoUpgradableConfigRequest
144
164
  * @return GetAutoUpgradableConfigResponse
145
165
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
147
167
  */
148
168
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
169
+ /**
170
+ * Get Datasource details for given Id and given Management Agent.
171
+ *
172
+ * This operation does not retry by default if the user has not defined a retry configuration.
173
+ * @param GetDataSourceRequest
174
+ * @return GetDataSourceResponse
175
+ * @throws OciError when an error occurs
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
177
+ */
178
+ getDataSource(getDataSourceRequest: requests.GetDataSourceRequest): Promise<responses.GetDataSourceResponse>;
149
179
  /**
150
180
  * Gets complete details of the inventory of a given agent id
151
181
  * This operation does not retry by default if the user has not defined a retry configuration.
152
182
  * @param GetManagementAgentRequest
153
183
  * @return GetManagementAgentResponse
154
184
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
156
186
  */
157
187
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
158
188
  /**
@@ -161,7 +191,7 @@ export declare class ManagementAgentClient {
161
191
  * @param GetManagementAgentInstallKeyRequest
162
192
  * @return GetManagementAgentInstallKeyResponse
163
193
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
165
195
  */
166
196
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
167
197
  /**
@@ -171,7 +201,7 @@ export declare class ManagementAgentClient {
171
201
  * @param GetManagementAgentInstallKeyContentRequest
172
202
  * @return GetManagementAgentInstallKeyContentResponse
173
203
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
175
205
  */
176
206
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
177
207
  /**
@@ -180,7 +210,7 @@ export declare class ManagementAgentClient {
180
210
  * @param GetWorkRequestRequest
181
211
  * @return GetWorkRequestResponse
182
212
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
184
214
  */
185
215
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
186
216
  /**
@@ -189,7 +219,7 @@ export declare class ManagementAgentClient {
189
219
  * @param ListAvailabilityHistoriesRequest
190
220
  * @return ListAvailabilityHistoriesResponse
191
221
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
193
223
  */
194
224
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
195
225
  /**
@@ -224,6 +254,48 @@ export declare class ManagementAgentClient {
224
254
  * @param request a request which can be sent to the service operation
225
255
  */
226
256
  listAvailabilityHistoriesResponseIterator(request: requests.ListAvailabilityHistoriesRequest): AsyncIterableIterator<responses.ListAvailabilityHistoriesResponse>;
257
+ /**
258
+ * A list of Management Agent Data Sources for the given Management Agent Id.
259
+ *
260
+ * This operation does not retry by default if the user has not defined a retry configuration.
261
+ * @param ListDataSourcesRequest
262
+ * @return ListDataSourcesResponse
263
+ * @throws OciError when an error occurs
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
265
+ */
266
+ listDataSources(listDataSourcesRequest: requests.ListDataSourcesRequest): Promise<responses.ListDataSourcesResponse>;
267
+ /**
268
+ * NOTE: This function is deprecated in favor of listDataSourcesRecordIterator function.
269
+ * Creates a new async iterator which will iterate over the models.DataSourceSummary objects
270
+ * contained in responses from the listDataSources operation. This iterator will fetch more data from the
271
+ * server as needed.
272
+ *
273
+ * @param request a request which can be sent to the service operation
274
+ */
275
+ listAllDataSources(request: requests.ListDataSourcesRequest): AsyncIterableIterator<model.DataSourceSummary>;
276
+ /**
277
+ * NOTE: This function is deprecated in favor of listDataSourcesResponseIterator function.
278
+ * Creates a new async iterator which will iterate over the responses received from the listDataSources operation. This iterator
279
+ * will fetch more data from the server as needed.
280
+ *
281
+ * @param request a request which can be sent to the service operation
282
+ */
283
+ listAllDataSourcesResponses(request: requests.ListDataSourcesRequest): AsyncIterableIterator<responses.ListDataSourcesResponse>;
284
+ /**
285
+ * Creates a new async iterator which will iterate over the models.DataSourceSummary objects
286
+ * contained in responses from the listDataSources operation. This iterator will fetch more data from the
287
+ * server as needed.
288
+ *
289
+ * @param request a request which can be sent to the service operation
290
+ */
291
+ listDataSourcesRecordIterator(request: requests.ListDataSourcesRequest): AsyncIterableIterator<model.DataSourceSummary>;
292
+ /**
293
+ * Creates a new async iterator which will iterate over the responses received from the listDataSources operation. This iterator
294
+ * will fetch more data from the server as needed.
295
+ *
296
+ * @param request a request which can be sent to the service operation
297
+ */
298
+ listDataSourcesResponseIterator(request: requests.ListDataSourcesRequest): AsyncIterableIterator<responses.ListDataSourcesResponse>;
227
299
  /**
228
300
  * Get supported agent image information
229
301
  *
@@ -231,7 +303,7 @@ export declare class ManagementAgentClient {
231
303
  * @param ListManagementAgentImagesRequest
232
304
  * @return ListManagementAgentImagesResponse
233
305
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
235
307
  */
236
308
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
237
309
  /**
@@ -273,7 +345,7 @@ export declare class ManagementAgentClient {
273
345
  * @param ListManagementAgentInstallKeysRequest
274
346
  * @return ListManagementAgentInstallKeysResponse
275
347
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
277
349
  */
278
350
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
279
351
  /**
@@ -315,7 +387,7 @@ export declare class ManagementAgentClient {
315
387
  * @param ListManagementAgentPluginsRequest
316
388
  * @return ListManagementAgentPluginsResponse
317
389
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
319
391
  */
320
392
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
321
393
  /**
@@ -359,7 +431,7 @@ export declare class ManagementAgentClient {
359
431
  * @param ListManagementAgentsRequest
360
432
  * @return ListManagementAgentsResponse
361
433
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
363
435
  */
364
436
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
365
437
  /**
@@ -401,7 +473,7 @@ export declare class ManagementAgentClient {
401
473
  * @param ListWorkRequestErrorsRequest
402
474
  * @return ListWorkRequestErrorsResponse
403
475
  * @throws OciError when an error occurs
404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
405
477
  */
406
478
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
407
479
  /**
@@ -443,7 +515,7 @@ export declare class ManagementAgentClient {
443
515
  * @param ListWorkRequestLogsRequest
444
516
  * @return ListWorkRequestLogsResponse
445
517
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
447
519
  */
448
520
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
449
521
  /**
@@ -485,7 +557,7 @@ export declare class ManagementAgentClient {
485
557
  * @param ListWorkRequestsRequest
486
558
  * @return ListWorkRequestsResponse
487
559
  * @throws OciError when an error occurs
488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
489
561
  */
490
562
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
491
563
  /**
@@ -528,7 +600,7 @@ export declare class ManagementAgentClient {
528
600
  * @param SetAutoUpgradableConfigRequest
529
601
  * @return SetAutoUpgradableConfigResponse
530
602
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
532
604
  */
533
605
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
534
606
  /**
@@ -539,7 +611,7 @@ export declare class ManagementAgentClient {
539
611
  * @param SummarizeManagementAgentCountsRequest
540
612
  * @return SummarizeManagementAgentCountsResponse
541
613
  * @throws OciError when an error occurs
542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
543
615
  */
544
616
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
545
617
  /**
@@ -550,9 +622,19 @@ export declare class ManagementAgentClient {
550
622
  * @param SummarizeManagementAgentPluginCountsRequest
551
623
  * @return SummarizeManagementAgentPluginCountsResponse
552
624
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
554
626
  */
555
627
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
628
+ /**
629
+ * Datasource update request to given Management Agent.
630
+ *
631
+ * This operation does not retry by default if the user has not defined a retry configuration.
632
+ * @param UpdateDataSourceRequest
633
+ * @return UpdateDataSourceResponse
634
+ * @throws OciError when an error occurs
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
636
+ */
637
+ updateDataSource(updateDataSourceRequest: requests.UpdateDataSourceRequest): Promise<responses.UpdateDataSourceResponse>;
556
638
  /**
557
639
  * API to update the console managed properties of the Management Agent.
558
640
  *
@@ -560,7 +642,7 @@ export declare class ManagementAgentClient {
560
642
  * @param UpdateManagementAgentRequest
561
643
  * @return UpdateManagementAgentResponse
562
644
  * @throws OciError when an error occurs
563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
564
646
  */
565
647
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
566
648
  /**
@@ -570,7 +652,7 @@ export declare class ManagementAgentClient {
570
652
  * @param UpdateManagementAgentInstallKeyRequest
571
653
  * @return UpdateManagementAgentInstallKeyResponse
572
654
  * @throws OciError when an error occurs
573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
574
656
  */
575
657
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
576
658
  }