oci-managementagent 2.78.0 → 2.79.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/lib/client.d.ts +105 -24
  2. package/lib/client.js +401 -123
  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 +68 -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 +72 -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 +72 -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 +72 -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 +68 -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
@@ -49,7 +49,6 @@ export declare class ManagementAgentClient {
49
49
  * @param endpoint The endpoint of the service.
50
50
  */
51
51
  set endpoint(endpoint: string);
52
- get logger(): import("oci-common/lib/log").Logger;
53
52
  /**
54
53
  * Determines whether realm specific endpoint should be used or not.
55
54
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -88,6 +87,16 @@ export declare class ManagementAgentClient {
88
87
  * Shutdown the circuit breaker used by the client when it is no longer needed
89
88
  */
90
89
  shutdownCircuitBreaker(): void;
90
+ /**
91
+ * Datasource creation request to given Management Agent.
92
+ *
93
+ * This operation does not retry by default if the user has not defined a retry configuration.
94
+ * @param CreateDataSourceRequest
95
+ * @return CreateDataSourceResponse
96
+ * @throws OciError when an error occurs
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
98
+ */
99
+ createDataSource(createDataSourceRequest: requests.CreateDataSourceRequest): Promise<responses.CreateDataSourceResponse>;
91
100
  /**
92
101
  * User creates a new install key as part of this API.
93
102
  *
@@ -95,16 +104,26 @@ export declare class ManagementAgentClient {
95
104
  * @param CreateManagementAgentInstallKeyRequest
96
105
  * @return CreateManagementAgentInstallKeyResponse
97
106
  * @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.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
99
108
  */
100
109
  createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
110
+ /**
111
+ * Datasource delete request to given Management Agent.
112
+ *
113
+ * This operation does not retry by default if the user has not defined a retry configuration.
114
+ * @param DeleteDataSourceRequest
115
+ * @return DeleteDataSourceResponse
116
+ * @throws OciError when an error occurs
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
118
+ */
119
+ deleteDataSource(deleteDataSourceRequest: requests.DeleteDataSourceRequest): Promise<responses.DeleteDataSourceResponse>;
101
120
  /**
102
121
  * Deletes a Management Agent resource by identifier
103
122
  * This operation does not retry by default if the user has not defined a retry configuration.
104
123
  * @param DeleteManagementAgentRequest
105
124
  * @return DeleteManagementAgentResponse
106
125
  * @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.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
108
127
  */
109
128
  deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
110
129
  /**
@@ -113,7 +132,7 @@ export declare class ManagementAgentClient {
113
132
  * @param DeleteManagementAgentInstallKeyRequest
114
133
  * @return DeleteManagementAgentInstallKeyResponse
115
134
  * @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.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
117
136
  */
118
137
  deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
119
138
  /**
@@ -122,7 +141,7 @@ export declare class ManagementAgentClient {
122
141
  * @param DeleteWorkRequestRequest
123
142
  * @return DeleteWorkRequestResponse
124
143
  * @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.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
126
145
  */
127
146
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
128
147
  /**
@@ -132,7 +151,7 @@ export declare class ManagementAgentClient {
132
151
  * @param DeployPluginsRequest
133
152
  * @return DeployPluginsResponse
134
153
  * @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.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
136
155
  */
137
156
  deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
138
157
  /**
@@ -143,16 +162,26 @@ export declare class ManagementAgentClient {
143
162
  * @param GetAutoUpgradableConfigRequest
144
163
  * @return GetAutoUpgradableConfigResponse
145
164
  * @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.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
147
166
  */
148
167
  getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
168
+ /**
169
+ * Get Datasource details for given Id and given Management Agent.
170
+ *
171
+ * This operation does not retry by default if the user has not defined a retry configuration.
172
+ * @param GetDataSourceRequest
173
+ * @return GetDataSourceResponse
174
+ * @throws OciError when an error occurs
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
176
+ */
177
+ getDataSource(getDataSourceRequest: requests.GetDataSourceRequest): Promise<responses.GetDataSourceResponse>;
149
178
  /**
150
179
  * Gets complete details of the inventory of a given agent id
151
180
  * This operation does not retry by default if the user has not defined a retry configuration.
152
181
  * @param GetManagementAgentRequest
153
182
  * @return GetManagementAgentResponse
154
183
  * @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.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
156
185
  */
157
186
  getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
158
187
  /**
@@ -161,7 +190,7 @@ export declare class ManagementAgentClient {
161
190
  * @param GetManagementAgentInstallKeyRequest
162
191
  * @return GetManagementAgentInstallKeyResponse
163
192
  * @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.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
165
194
  */
166
195
  getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
167
196
  /**
@@ -171,7 +200,7 @@ export declare class ManagementAgentClient {
171
200
  * @param GetManagementAgentInstallKeyContentRequest
172
201
  * @return GetManagementAgentInstallKeyContentResponse
173
202
  * @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.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
175
204
  */
176
205
  getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
177
206
  /**
@@ -180,7 +209,7 @@ export declare class ManagementAgentClient {
180
209
  * @param GetWorkRequestRequest
181
210
  * @return GetWorkRequestResponse
182
211
  * @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.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
184
213
  */
185
214
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
186
215
  /**
@@ -189,7 +218,7 @@ export declare class ManagementAgentClient {
189
218
  * @param ListAvailabilityHistoriesRequest
190
219
  * @return ListAvailabilityHistoriesResponse
191
220
  * @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.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
193
222
  */
194
223
  listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
195
224
  /**
@@ -224,6 +253,48 @@ export declare class ManagementAgentClient {
224
253
  * @param request a request which can be sent to the service operation
225
254
  */
226
255
  listAvailabilityHistoriesResponseIterator(request: requests.ListAvailabilityHistoriesRequest): AsyncIterableIterator<responses.ListAvailabilityHistoriesResponse>;
256
+ /**
257
+ * A list of Management Agent Data Sources for the given Management Agent Id.
258
+ *
259
+ * This operation does not retry by default if the user has not defined a retry configuration.
260
+ * @param ListDataSourcesRequest
261
+ * @return ListDataSourcesResponse
262
+ * @throws OciError when an error occurs
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
264
+ */
265
+ listDataSources(listDataSourcesRequest: requests.ListDataSourcesRequest): Promise<responses.ListDataSourcesResponse>;
266
+ /**
267
+ * NOTE: This function is deprecated in favor of listDataSourcesRecordIterator function.
268
+ * Creates a new async iterator which will iterate over the models.DataSourceSummary objects
269
+ * contained in responses from the listDataSources operation. This iterator will fetch more data from the
270
+ * server as needed.
271
+ *
272
+ * @param request a request which can be sent to the service operation
273
+ */
274
+ listAllDataSources(request: requests.ListDataSourcesRequest): AsyncIterableIterator<model.DataSourceSummary>;
275
+ /**
276
+ * NOTE: This function is deprecated in favor of listDataSourcesResponseIterator function.
277
+ * Creates a new async iterator which will iterate over the responses received from the listDataSources operation. This iterator
278
+ * will fetch more data from the server as needed.
279
+ *
280
+ * @param request a request which can be sent to the service operation
281
+ */
282
+ listAllDataSourcesResponses(request: requests.ListDataSourcesRequest): AsyncIterableIterator<responses.ListDataSourcesResponse>;
283
+ /**
284
+ * Creates a new async iterator which will iterate over the models.DataSourceSummary objects
285
+ * contained in responses from the listDataSources operation. This iterator will fetch more data from the
286
+ * server as needed.
287
+ *
288
+ * @param request a request which can be sent to the service operation
289
+ */
290
+ listDataSourcesRecordIterator(request: requests.ListDataSourcesRequest): AsyncIterableIterator<model.DataSourceSummary>;
291
+ /**
292
+ * Creates a new async iterator which will iterate over the responses received from the listDataSources operation. This iterator
293
+ * will fetch more data from the server as needed.
294
+ *
295
+ * @param request a request which can be sent to the service operation
296
+ */
297
+ listDataSourcesResponseIterator(request: requests.ListDataSourcesRequest): AsyncIterableIterator<responses.ListDataSourcesResponse>;
227
298
  /**
228
299
  * Get supported agent image information
229
300
  *
@@ -231,7 +302,7 @@ export declare class ManagementAgentClient {
231
302
  * @param ListManagementAgentImagesRequest
232
303
  * @return ListManagementAgentImagesResponse
233
304
  * @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.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
235
306
  */
236
307
  listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
237
308
  /**
@@ -273,7 +344,7 @@ export declare class ManagementAgentClient {
273
344
  * @param ListManagementAgentInstallKeysRequest
274
345
  * @return ListManagementAgentInstallKeysResponse
275
346
  * @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.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
277
348
  */
278
349
  listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
279
350
  /**
@@ -315,7 +386,7 @@ export declare class ManagementAgentClient {
315
386
  * @param ListManagementAgentPluginsRequest
316
387
  * @return ListManagementAgentPluginsResponse
317
388
  * @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.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
319
390
  */
320
391
  listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
321
392
  /**
@@ -359,7 +430,7 @@ export declare class ManagementAgentClient {
359
430
  * @param ListManagementAgentsRequest
360
431
  * @return ListManagementAgentsResponse
361
432
  * @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.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
363
434
  */
364
435
  listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
365
436
  /**
@@ -401,7 +472,7 @@ export declare class ManagementAgentClient {
401
472
  * @param ListWorkRequestErrorsRequest
402
473
  * @return ListWorkRequestErrorsResponse
403
474
  * @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.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
405
476
  */
406
477
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
407
478
  /**
@@ -443,7 +514,7 @@ export declare class ManagementAgentClient {
443
514
  * @param ListWorkRequestLogsRequest
444
515
  * @return ListWorkRequestLogsResponse
445
516
  * @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.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
447
518
  */
448
519
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
449
520
  /**
@@ -485,7 +556,7 @@ export declare class ManagementAgentClient {
485
556
  * @param ListWorkRequestsRequest
486
557
  * @return ListWorkRequestsResponse
487
558
  * @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.
559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
489
560
  */
490
561
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
491
562
  /**
@@ -528,7 +599,7 @@ export declare class ManagementAgentClient {
528
599
  * @param SetAutoUpgradableConfigRequest
529
600
  * @return SetAutoUpgradableConfigResponse
530
601
  * @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.
602
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
532
603
  */
533
604
  setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
534
605
  /**
@@ -539,7 +610,7 @@ export declare class ManagementAgentClient {
539
610
  * @param SummarizeManagementAgentCountsRequest
540
611
  * @return SummarizeManagementAgentCountsResponse
541
612
  * @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.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
543
614
  */
544
615
  summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
545
616
  /**
@@ -550,9 +621,19 @@ export declare class ManagementAgentClient {
550
621
  * @param SummarizeManagementAgentPluginCountsRequest
551
622
  * @return SummarizeManagementAgentPluginCountsResponse
552
623
  * @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.
624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
554
625
  */
555
626
  summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
627
+ /**
628
+ * Datasource update request to given Management Agent.
629
+ *
630
+ * This operation does not retry by default if the user has not defined a retry configuration.
631
+ * @param UpdateDataSourceRequest
632
+ * @return UpdateDataSourceResponse
633
+ * @throws OciError when an error occurs
634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
635
+ */
636
+ updateDataSource(updateDataSourceRequest: requests.UpdateDataSourceRequest): Promise<responses.UpdateDataSourceResponse>;
556
637
  /**
557
638
  * API to update the console managed properties of the Management Agent.
558
639
  *
@@ -560,7 +641,7 @@ export declare class ManagementAgentClient {
560
641
  * @param UpdateManagementAgentRequest
561
642
  * @return UpdateManagementAgentResponse
562
643
  * @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.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
564
645
  */
565
646
  updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
566
647
  /**
@@ -570,7 +651,7 @@ export declare class ManagementAgentClient {
570
651
  * @param UpdateManagementAgentInstallKeyRequest
571
652
  * @return UpdateManagementAgentInstallKeyResponse
572
653
  * @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.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
574
655
  */
575
656
  updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
576
657
  }