oci-jms 2.25.0 → 2.28.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 (29) hide show
  1. package/lib/client.d.ts +26 -25
  2. package/lib/client.js +101 -50
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/cancel-work-request-request.d.ts +1 -1
  5. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  6. package/lib/request/create-blocklist-request.d.ts +1 -1
  7. package/lib/request/create-fleet-request.d.ts +1 -1
  8. package/lib/request/delete-blocklist-request.d.ts +1 -1
  9. package/lib/request/delete-fleet-request.d.ts +1 -1
  10. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  11. package/lib/request/get-fleet-request.d.ts +1 -1
  12. package/lib/request/get-work-request-request.d.ts +1 -1
  13. package/lib/request/list-blocklists-request.d.ts +1 -1
  14. package/lib/request/list-fleets-request.d.ts +1 -1
  15. package/lib/request/list-installation-sites-request.d.ts +1 -1
  16. package/lib/request/list-jre-usage-request.d.ts +1 -1
  17. package/lib/request/list-work-items-request.d.ts +1 -1
  18. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  19. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  20. package/lib/request/list-work-requests-request.d.ts +1 -1
  21. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  22. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  23. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  24. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  25. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  26. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  27. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  28. package/lib/request/update-fleet-request.d.ts +1 -1
  29. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -28,6 +28,7 @@ export declare class JavaManagementServiceClient {
28
28
  protected "_clientConfiguration": common.ClientConfiguration;
29
29
  protected _circuitBreaker: null;
30
30
  protected _httpOptions: any;
31
+ targetService: string;
31
32
  protected _httpClient: common.HttpClient;
32
33
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
33
34
  /**
@@ -74,7 +75,7 @@ export declare class JavaManagementServiceClient {
74
75
  * @param CancelWorkRequestRequest
75
76
  * @return CancelWorkRequestResponse
76
77
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
78
79
  */
79
80
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
80
81
  /**
@@ -84,7 +85,7 @@ export declare class JavaManagementServiceClient {
84
85
  * @param ChangeFleetCompartmentRequest
85
86
  * @return ChangeFleetCompartmentResponse
86
87
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
88
89
  */
89
90
  changeFleetCompartment(changeFleetCompartmentRequest: requests.ChangeFleetCompartmentRequest): Promise<responses.ChangeFleetCompartmentResponse>;
90
91
  /**
@@ -94,7 +95,7 @@ export declare class JavaManagementServiceClient {
94
95
  * @param CreateBlocklistRequest
95
96
  * @return CreateBlocklistResponse
96
97
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
98
99
  */
99
100
  createBlocklist(createBlocklistRequest: requests.CreateBlocklistRequest): Promise<responses.CreateBlocklistResponse>;
100
101
  /**
@@ -104,7 +105,7 @@ export declare class JavaManagementServiceClient {
104
105
  * @param CreateFleetRequest
105
106
  * @return CreateFleetResponse
106
107
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
108
109
  */
109
110
  createFleet(createFleetRequest: requests.CreateFleetRequest): Promise<responses.CreateFleetResponse>;
110
111
  /**
@@ -113,7 +114,7 @@ export declare class JavaManagementServiceClient {
113
114
  * @param DeleteBlocklistRequest
114
115
  * @return DeleteBlocklistResponse
115
116
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
117
118
  */
118
119
  deleteBlocklist(deleteBlocklistRequest: requests.DeleteBlocklistRequest): Promise<responses.DeleteBlocklistResponse>;
119
120
  /**
@@ -122,7 +123,7 @@ export declare class JavaManagementServiceClient {
122
123
  * @param DeleteFleetRequest
123
124
  * @return DeleteFleetResponse
124
125
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
126
127
  */
127
128
  deleteFleet(deleteFleetRequest: requests.DeleteFleetRequest): Promise<responses.DeleteFleetResponse>;
128
129
  /**
@@ -131,7 +132,7 @@ export declare class JavaManagementServiceClient {
131
132
  * @param GetFleetRequest
132
133
  * @return GetFleetResponse
133
134
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
135
136
  */
136
137
  getFleet(getFleetRequest: requests.GetFleetRequest): Promise<responses.GetFleetResponse>;
137
138
  /**
@@ -140,7 +141,7 @@ export declare class JavaManagementServiceClient {
140
141
  * @param GetFleetAgentConfigurationRequest
141
142
  * @return GetFleetAgentConfigurationResponse
142
143
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
144
145
  */
145
146
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest: requests.GetFleetAgentConfigurationRequest): Promise<responses.GetFleetAgentConfigurationResponse>;
146
147
  /**
@@ -149,7 +150,7 @@ export declare class JavaManagementServiceClient {
149
150
  * @param GetWorkRequestRequest
150
151
  * @return GetWorkRequestResponse
151
152
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
153
154
  */
154
155
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
155
156
  /**
@@ -159,7 +160,7 @@ export declare class JavaManagementServiceClient {
159
160
  * @param ListBlocklistsRequest
160
161
  * @return ListBlocklistsResponse
161
162
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
163
164
  */
164
165
  listBlocklists(listBlocklistsRequest: requests.ListBlocklistsRequest): Promise<responses.ListBlocklistsResponse>;
165
166
  /**
@@ -170,7 +171,7 @@ export declare class JavaManagementServiceClient {
170
171
  * @param ListFleetsRequest
171
172
  * @return ListFleetsResponse
172
173
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
174
175
  */
175
176
  listFleets(listFleetsRequest: requests.ListFleetsRequest): Promise<responses.ListFleetsResponse>;
176
177
  /**
@@ -179,7 +180,7 @@ export declare class JavaManagementServiceClient {
179
180
  * @param ListInstallationSitesRequest
180
181
  * @return ListInstallationSitesResponse
181
182
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
183
184
  */
184
185
  listInstallationSites(listInstallationSitesRequest: requests.ListInstallationSitesRequest): Promise<responses.ListInstallationSitesResponse>;
185
186
  /**
@@ -188,7 +189,7 @@ export declare class JavaManagementServiceClient {
188
189
  * @param ListJreUsageRequest
189
190
  * @return ListJreUsageResponse
190
191
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
192
193
  */
193
194
  listJreUsage(listJreUsageRequest: requests.ListJreUsageRequest): Promise<responses.ListJreUsageResponse>;
194
195
  /**
@@ -198,7 +199,7 @@ export declare class JavaManagementServiceClient {
198
199
  * @param ListWorkItemsRequest
199
200
  * @return ListWorkItemsResponse
200
201
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
202
203
  */
203
204
  listWorkItems(listWorkItemsRequest: requests.ListWorkItemsRequest): Promise<responses.ListWorkItemsResponse>;
204
205
  /**
@@ -208,7 +209,7 @@ export declare class JavaManagementServiceClient {
208
209
  * @param ListWorkRequestErrorsRequest
209
210
  * @return ListWorkRequestErrorsResponse
210
211
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
212
213
  */
213
214
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
214
215
  /**
@@ -218,7 +219,7 @@ export declare class JavaManagementServiceClient {
218
219
  * @param ListWorkRequestLogsRequest
219
220
  * @return ListWorkRequestLogsResponse
220
221
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
222
223
  */
223
224
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
224
225
  /**
@@ -228,7 +229,7 @@ export declare class JavaManagementServiceClient {
228
229
  * @param ListWorkRequestsRequest
229
230
  * @return ListWorkRequestsResponse
230
231
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
232
233
  */
233
234
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
234
235
  /**
@@ -237,7 +238,7 @@ export declare class JavaManagementServiceClient {
237
238
  * @param RemoveFleetInstallationSitesRequest
238
239
  * @return RemoveFleetInstallationSitesResponse
239
240
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
241
242
  */
242
243
  removeFleetInstallationSites(removeFleetInstallationSitesRequest: requests.RemoveFleetInstallationSitesRequest): Promise<responses.RemoveFleetInstallationSitesResponse>;
243
244
  /**
@@ -246,7 +247,7 @@ export declare class JavaManagementServiceClient {
246
247
  * @param SummarizeApplicationUsageRequest
247
248
  * @return SummarizeApplicationUsageResponse
248
249
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
250
251
  */
251
252
  summarizeApplicationUsage(summarizeApplicationUsageRequest: requests.SummarizeApplicationUsageRequest): Promise<responses.SummarizeApplicationUsageResponse>;
252
253
  /**
@@ -255,7 +256,7 @@ export declare class JavaManagementServiceClient {
255
256
  * @param SummarizeInstallationUsageRequest
256
257
  * @return SummarizeInstallationUsageResponse
257
258
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
259
260
  */
260
261
  summarizeInstallationUsage(summarizeInstallationUsageRequest: requests.SummarizeInstallationUsageRequest): Promise<responses.SummarizeInstallationUsageResponse>;
261
262
  /**
@@ -264,7 +265,7 @@ export declare class JavaManagementServiceClient {
264
265
  * @param SummarizeJreUsageRequest
265
266
  * @return SummarizeJreUsageResponse
266
267
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
268
269
  */
269
270
  summarizeJreUsage(summarizeJreUsageRequest: requests.SummarizeJreUsageRequest): Promise<responses.SummarizeJreUsageResponse>;
270
271
  /**
@@ -273,7 +274,7 @@ export declare class JavaManagementServiceClient {
273
274
  * @param SummarizeManagedInstanceUsageRequest
274
275
  * @return SummarizeManagedInstanceUsageResponse
275
276
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
277
278
  */
278
279
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest: requests.SummarizeManagedInstanceUsageRequest): Promise<responses.SummarizeManagedInstanceUsageResponse>;
279
280
  /**
@@ -283,7 +284,7 @@ export declare class JavaManagementServiceClient {
283
284
  * @param SummarizeResourceInventoryRequest
284
285
  * @return SummarizeResourceInventoryResponse
285
286
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
287
288
  */
288
289
  summarizeResourceInventory(summarizeResourceInventoryRequest: requests.SummarizeResourceInventoryRequest): Promise<responses.SummarizeResourceInventoryResponse>;
289
290
  /**
@@ -292,7 +293,7 @@ export declare class JavaManagementServiceClient {
292
293
  * @param UpdateFleetRequest
293
294
  * @return UpdateFleetResponse
294
295
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
296
297
  */
297
298
  updateFleet(updateFleetRequest: requests.UpdateFleetRequest): Promise<responses.UpdateFleetResponse>;
298
299
  /**
@@ -301,7 +302,7 @@ export declare class JavaManagementServiceClient {
301
302
  * @param UpdateFleetAgentConfigurationRequest
302
303
  * @return UpdateFleetAgentConfigurationResponse
303
304
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
305
306
  */
306
307
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest: requests.UpdateFleetAgentConfigurationRequest): Promise<responses.UpdateFleetAgentConfigurationResponse>;
307
308
  }