oci-jms 2.29.0 → 2.32.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 (28) hide show
  1. package/lib/client.d.ts +25 -25
  2. package/lib/client.js +25 -25
  3. package/lib/request/cancel-work-request-request.d.ts +1 -1
  4. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  5. package/lib/request/create-blocklist-request.d.ts +1 -1
  6. package/lib/request/create-fleet-request.d.ts +1 -1
  7. package/lib/request/delete-blocklist-request.d.ts +1 -1
  8. package/lib/request/delete-fleet-request.d.ts +1 -1
  9. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  10. package/lib/request/get-fleet-request.d.ts +1 -1
  11. package/lib/request/get-work-request-request.d.ts +1 -1
  12. package/lib/request/list-blocklists-request.d.ts +1 -1
  13. package/lib/request/list-fleets-request.d.ts +1 -1
  14. package/lib/request/list-installation-sites-request.d.ts +1 -1
  15. package/lib/request/list-jre-usage-request.d.ts +1 -1
  16. package/lib/request/list-work-items-request.d.ts +1 -1
  17. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  18. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  19. package/lib/request/list-work-requests-request.d.ts +1 -1
  20. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  21. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  22. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  23. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  24. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  25. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  26. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  27. package/lib/request/update-fleet-request.d.ts +1 -1
  28. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -75,7 +75,7 @@ export declare class JavaManagementServiceClient {
75
75
  * @param CancelWorkRequestRequest
76
76
  * @return CancelWorkRequestResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
79
79
  */
80
80
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
81
81
  /**
@@ -85,7 +85,7 @@ export declare class JavaManagementServiceClient {
85
85
  * @param ChangeFleetCompartmentRequest
86
86
  * @return ChangeFleetCompartmentResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
89
89
  */
90
90
  changeFleetCompartment(changeFleetCompartmentRequest: requests.ChangeFleetCompartmentRequest): Promise<responses.ChangeFleetCompartmentResponse>;
91
91
  /**
@@ -95,7 +95,7 @@ export declare class JavaManagementServiceClient {
95
95
  * @param CreateBlocklistRequest
96
96
  * @return CreateBlocklistResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
99
99
  */
100
100
  createBlocklist(createBlocklistRequest: requests.CreateBlocklistRequest): Promise<responses.CreateBlocklistResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class JavaManagementServiceClient {
105
105
  * @param CreateFleetRequest
106
106
  * @return CreateFleetResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
109
109
  */
110
110
  createFleet(createFleetRequest: requests.CreateFleetRequest): Promise<responses.CreateFleetResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class JavaManagementServiceClient {
114
114
  * @param DeleteBlocklistRequest
115
115
  * @return DeleteBlocklistResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
118
118
  */
119
119
  deleteBlocklist(deleteBlocklistRequest: requests.DeleteBlocklistRequest): Promise<responses.DeleteBlocklistResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class JavaManagementServiceClient {
123
123
  * @param DeleteFleetRequest
124
124
  * @return DeleteFleetResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
127
127
  */
128
128
  deleteFleet(deleteFleetRequest: requests.DeleteFleetRequest): Promise<responses.DeleteFleetResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class JavaManagementServiceClient {
132
132
  * @param GetFleetRequest
133
133
  * @return GetFleetResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
136
136
  */
137
137
  getFleet(getFleetRequest: requests.GetFleetRequest): Promise<responses.GetFleetResponse>;
138
138
  /**
@@ -141,7 +141,7 @@ export declare class JavaManagementServiceClient {
141
141
  * @param GetFleetAgentConfigurationRequest
142
142
  * @return GetFleetAgentConfigurationResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
145
145
  */
146
146
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest: requests.GetFleetAgentConfigurationRequest): Promise<responses.GetFleetAgentConfigurationResponse>;
147
147
  /**
@@ -150,7 +150,7 @@ export declare class JavaManagementServiceClient {
150
150
  * @param GetWorkRequestRequest
151
151
  * @return GetWorkRequestResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
154
154
  */
155
155
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
156
156
  /**
@@ -160,7 +160,7 @@ export declare class JavaManagementServiceClient {
160
160
  * @param ListBlocklistsRequest
161
161
  * @return ListBlocklistsResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
164
164
  */
165
165
  listBlocklists(listBlocklistsRequest: requests.ListBlocklistsRequest): Promise<responses.ListBlocklistsResponse>;
166
166
  /**
@@ -171,7 +171,7 @@ export declare class JavaManagementServiceClient {
171
171
  * @param ListFleetsRequest
172
172
  * @return ListFleetsResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
175
175
  */
176
176
  listFleets(listFleetsRequest: requests.ListFleetsRequest): Promise<responses.ListFleetsResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class JavaManagementServiceClient {
180
180
  * @param ListInstallationSitesRequest
181
181
  * @return ListInstallationSitesResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
184
184
  */
185
185
  listInstallationSites(listInstallationSitesRequest: requests.ListInstallationSitesRequest): Promise<responses.ListInstallationSitesResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class JavaManagementServiceClient {
189
189
  * @param ListJreUsageRequest
190
190
  * @return ListJreUsageResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
193
193
  */
194
194
  listJreUsage(listJreUsageRequest: requests.ListJreUsageRequest): Promise<responses.ListJreUsageResponse>;
195
195
  /**
@@ -199,7 +199,7 @@ export declare class JavaManagementServiceClient {
199
199
  * @param ListWorkItemsRequest
200
200
  * @return ListWorkItemsResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
203
203
  */
204
204
  listWorkItems(listWorkItemsRequest: requests.ListWorkItemsRequest): Promise<responses.ListWorkItemsResponse>;
205
205
  /**
@@ -209,7 +209,7 @@ export declare class JavaManagementServiceClient {
209
209
  * @param ListWorkRequestErrorsRequest
210
210
  * @return ListWorkRequestErrorsResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
213
213
  */
214
214
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
215
215
  /**
@@ -219,7 +219,7 @@ export declare class JavaManagementServiceClient {
219
219
  * @param ListWorkRequestLogsRequest
220
220
  * @return ListWorkRequestLogsResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
223
223
  */
224
224
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
225
225
  /**
@@ -229,7 +229,7 @@ export declare class JavaManagementServiceClient {
229
229
  * @param ListWorkRequestsRequest
230
230
  * @return ListWorkRequestsResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
233
233
  */
234
234
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
235
235
  /**
@@ -238,7 +238,7 @@ export declare class JavaManagementServiceClient {
238
238
  * @param RemoveFleetInstallationSitesRequest
239
239
  * @return RemoveFleetInstallationSitesResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
242
242
  */
243
243
  removeFleetInstallationSites(removeFleetInstallationSitesRequest: requests.RemoveFleetInstallationSitesRequest): Promise<responses.RemoveFleetInstallationSitesResponse>;
244
244
  /**
@@ -247,7 +247,7 @@ export declare class JavaManagementServiceClient {
247
247
  * @param SummarizeApplicationUsageRequest
248
248
  * @return SummarizeApplicationUsageResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
251
251
  */
252
252
  summarizeApplicationUsage(summarizeApplicationUsageRequest: requests.SummarizeApplicationUsageRequest): Promise<responses.SummarizeApplicationUsageResponse>;
253
253
  /**
@@ -256,7 +256,7 @@ export declare class JavaManagementServiceClient {
256
256
  * @param SummarizeInstallationUsageRequest
257
257
  * @return SummarizeInstallationUsageResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
260
260
  */
261
261
  summarizeInstallationUsage(summarizeInstallationUsageRequest: requests.SummarizeInstallationUsageRequest): Promise<responses.SummarizeInstallationUsageResponse>;
262
262
  /**
@@ -265,7 +265,7 @@ export declare class JavaManagementServiceClient {
265
265
  * @param SummarizeJreUsageRequest
266
266
  * @return SummarizeJreUsageResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
269
269
  */
270
270
  summarizeJreUsage(summarizeJreUsageRequest: requests.SummarizeJreUsageRequest): Promise<responses.SummarizeJreUsageResponse>;
271
271
  /**
@@ -274,7 +274,7 @@ export declare class JavaManagementServiceClient {
274
274
  * @param SummarizeManagedInstanceUsageRequest
275
275
  * @return SummarizeManagedInstanceUsageResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
278
278
  */
279
279
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest: requests.SummarizeManagedInstanceUsageRequest): Promise<responses.SummarizeManagedInstanceUsageResponse>;
280
280
  /**
@@ -284,7 +284,7 @@ export declare class JavaManagementServiceClient {
284
284
  * @param SummarizeResourceInventoryRequest
285
285
  * @return SummarizeResourceInventoryResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
288
288
  */
289
289
  summarizeResourceInventory(summarizeResourceInventoryRequest: requests.SummarizeResourceInventoryRequest): Promise<responses.SummarizeResourceInventoryResponse>;
290
290
  /**
@@ -293,7 +293,7 @@ export declare class JavaManagementServiceClient {
293
293
  * @param UpdateFleetRequest
294
294
  * @return UpdateFleetResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
297
297
  */
298
298
  updateFleet(updateFleetRequest: requests.UpdateFleetRequest): Promise<responses.UpdateFleetResponse>;
299
299
  /**
@@ -302,7 +302,7 @@ export declare class JavaManagementServiceClient {
302
302
  * @param UpdateFleetAgentConfigurationRequest
303
303
  * @return UpdateFleetAgentConfigurationResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.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.32.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
306
306
  */
307
307
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest: requests.UpdateFleetAgentConfigurationRequest): Promise<responses.UpdateFleetAgentConfigurationResponse>;
308
308
  }
package/lib/client.js CHANGED
@@ -156,7 +156,7 @@ class JavaManagementServiceClient {
156
156
  * @param CancelWorkRequestRequest
157
157
  * @return CancelWorkRequestResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
160
160
  */
161
161
  cancelWorkRequest(cancelWorkRequestRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -212,7 +212,7 @@ class JavaManagementServiceClient {
212
212
  * @param ChangeFleetCompartmentRequest
213
213
  * @return ChangeFleetCompartmentResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
216
216
  */
217
217
  changeFleetCompartment(changeFleetCompartmentRequest) {
218
218
  return __awaiter(this, void 0, void 0, function* () {
@@ -275,7 +275,7 @@ class JavaManagementServiceClient {
275
275
  * @param CreateBlocklistRequest
276
276
  * @return CreateBlocklistResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
279
279
  */
280
280
  createBlocklist(createBlocklistRequest) {
281
281
  return __awaiter(this, void 0, void 0, function* () {
@@ -341,7 +341,7 @@ class JavaManagementServiceClient {
341
341
  * @param CreateFleetRequest
342
342
  * @return CreateFleetResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
345
345
  */
346
346
  createFleet(createFleetRequest) {
347
347
  return __awaiter(this, void 0, void 0, function* () {
@@ -400,7 +400,7 @@ class JavaManagementServiceClient {
400
400
  * @param DeleteBlocklistRequest
401
401
  * @return DeleteBlocklistResponse
402
402
  * @throws OciError when an error occurs
403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
404
404
  */
405
405
  deleteBlocklist(deleteBlocklistRequest) {
406
406
  return __awaiter(this, void 0, void 0, function* () {
@@ -456,7 +456,7 @@ class JavaManagementServiceClient {
456
456
  * @param DeleteFleetRequest
457
457
  * @return DeleteFleetResponse
458
458
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
460
460
  */
461
461
  deleteFleet(deleteFleetRequest) {
462
462
  return __awaiter(this, void 0, void 0, function* () {
@@ -516,7 +516,7 @@ class JavaManagementServiceClient {
516
516
  * @param GetFleetRequest
517
517
  * @return GetFleetResponse
518
518
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
520
520
  */
521
521
  getFleet(getFleetRequest) {
522
522
  return __awaiter(this, void 0, void 0, function* () {
@@ -579,7 +579,7 @@ class JavaManagementServiceClient {
579
579
  * @param GetFleetAgentConfigurationRequest
580
580
  * @return GetFleetAgentConfigurationResponse
581
581
  * @throws OciError when an error occurs
582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
583
583
  */
584
584
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
585
585
  return __awaiter(this, void 0, void 0, function* () {
@@ -642,7 +642,7 @@ class JavaManagementServiceClient {
642
642
  * @param GetWorkRequestRequest
643
643
  * @return GetWorkRequestResponse
644
644
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
646
646
  */
647
647
  getWorkRequest(getWorkRequestRequest) {
648
648
  return __awaiter(this, void 0, void 0, function* () {
@@ -711,7 +711,7 @@ class JavaManagementServiceClient {
711
711
  * @param ListBlocklistsRequest
712
712
  * @return ListBlocklistsResponse
713
713
  * @throws OciError when an error occurs
714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
715
715
  */
716
716
  listBlocklists(listBlocklistsRequest) {
717
717
  return __awaiter(this, void 0, void 0, function* () {
@@ -783,7 +783,7 @@ class JavaManagementServiceClient {
783
783
  * @param ListFleetsRequest
784
784
  * @return ListFleetsResponse
785
785
  * @throws OciError when an error occurs
786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
787
787
  */
788
788
  listFleets(listFleetsRequest) {
789
789
  return __awaiter(this, void 0, void 0, function* () {
@@ -853,7 +853,7 @@ class JavaManagementServiceClient {
853
853
  * @param ListInstallationSitesRequest
854
854
  * @return ListInstallationSitesResponse
855
855
  * @throws OciError when an error occurs
856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
857
857
  */
858
858
  listInstallationSites(listInstallationSitesRequest) {
859
859
  return __awaiter(this, void 0, void 0, function* () {
@@ -929,7 +929,7 @@ class JavaManagementServiceClient {
929
929
  * @param ListJreUsageRequest
930
930
  * @return ListJreUsageResponse
931
931
  * @throws OciError when an error occurs
932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
933
933
  */
934
934
  listJreUsage(listJreUsageRequest) {
935
935
  return __awaiter(this, void 0, void 0, function* () {
@@ -1002,7 +1002,7 @@ class JavaManagementServiceClient {
1002
1002
  * @param ListWorkItemsRequest
1003
1003
  * @return ListWorkItemsResponse
1004
1004
  * @throws OciError when an error occurs
1005
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
1006
1006
  */
1007
1007
  listWorkItems(listWorkItemsRequest) {
1008
1008
  return __awaiter(this, void 0, void 0, function* () {
@@ -1069,7 +1069,7 @@ class JavaManagementServiceClient {
1069
1069
  * @param ListWorkRequestErrorsRequest
1070
1070
  * @return ListWorkRequestErrorsResponse
1071
1071
  * @throws OciError when an error occurs
1072
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1073
1073
  */
1074
1074
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1075
1075
  return __awaiter(this, void 0, void 0, function* () {
@@ -1136,7 +1136,7 @@ class JavaManagementServiceClient {
1136
1136
  * @param ListWorkRequestLogsRequest
1137
1137
  * @return ListWorkRequestLogsResponse
1138
1138
  * @throws OciError when an error occurs
1139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1140
1140
  */
1141
1141
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1142
1142
  return __awaiter(this, void 0, void 0, function* () {
@@ -1203,7 +1203,7 @@ class JavaManagementServiceClient {
1203
1203
  * @param ListWorkRequestsRequest
1204
1204
  * @return ListWorkRequestsResponse
1205
1205
  * @throws OciError when an error occurs
1206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1207
1207
  */
1208
1208
  listWorkRequests(listWorkRequestsRequest) {
1209
1209
  return __awaiter(this, void 0, void 0, function* () {
@@ -1270,7 +1270,7 @@ class JavaManagementServiceClient {
1270
1270
  * @param RemoveFleetInstallationSitesRequest
1271
1271
  * @return RemoveFleetInstallationSitesResponse
1272
1272
  * @throws OciError when an error occurs
1273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1274
1274
  */
1275
1275
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
1276
1276
  return __awaiter(this, void 0, void 0, function* () {
@@ -1332,7 +1332,7 @@ class JavaManagementServiceClient {
1332
1332
  * @param SummarizeApplicationUsageRequest
1333
1333
  * @return SummarizeApplicationUsageResponse
1334
1334
  * @throws OciError when an error occurs
1335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
1335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
1336
1336
  */
1337
1337
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
1338
1338
  return __awaiter(this, void 0, void 0, function* () {
@@ -1412,7 +1412,7 @@ class JavaManagementServiceClient {
1412
1412
  * @param SummarizeInstallationUsageRequest
1413
1413
  * @return SummarizeInstallationUsageResponse
1414
1414
  * @throws OciError when an error occurs
1415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
1415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
1416
1416
  */
1417
1417
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
1418
1418
  return __awaiter(this, void 0, void 0, function* () {
@@ -1490,7 +1490,7 @@ class JavaManagementServiceClient {
1490
1490
  * @param SummarizeJreUsageRequest
1491
1491
  * @return SummarizeJreUsageResponse
1492
1492
  * @throws OciError when an error occurs
1493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
1493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
1494
1494
  */
1495
1495
  summarizeJreUsage(summarizeJreUsageRequest) {
1496
1496
  return __awaiter(this, void 0, void 0, function* () {
@@ -1568,7 +1568,7 @@ class JavaManagementServiceClient {
1568
1568
  * @param SummarizeManagedInstanceUsageRequest
1569
1569
  * @return SummarizeManagedInstanceUsageResponse
1570
1570
  * @throws OciError when an error occurs
1571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
1571
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
1572
1572
  */
1573
1573
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
1574
1574
  return __awaiter(this, void 0, void 0, function* () {
@@ -1648,7 +1648,7 @@ class JavaManagementServiceClient {
1648
1648
  * @param SummarizeResourceInventoryRequest
1649
1649
  * @return SummarizeResourceInventoryResponse
1650
1650
  * @throws OciError when an error occurs
1651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
1651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
1652
1652
  */
1653
1653
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
1654
1654
  return __awaiter(this, void 0, void 0, function* () {
@@ -1708,7 +1708,7 @@ class JavaManagementServiceClient {
1708
1708
  * @param UpdateFleetRequest
1709
1709
  * @return UpdateFleetResponse
1710
1710
  * @throws OciError when an error occurs
1711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
1711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
1712
1712
  */
1713
1713
  updateFleet(updateFleetRequest) {
1714
1714
  return __awaiter(this, void 0, void 0, function* () {
@@ -1769,7 +1769,7 @@ class JavaManagementServiceClient {
1769
1769
  * @param UpdateFleetAgentConfigurationRequest
1770
1770
  * @return UpdateFleetAgentConfigurationResponse
1771
1771
  * @throws OciError when an error occurs
1772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
1772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
1773
1773
  */
1774
1774
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
1775
1775
  return __awaiter(this, void 0, void 0, function* () {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFleetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklistRequest.
17
17
  */
18
18
  export interface CreateBlocklistRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleetRequest.
17
17
  */
18
18
  export interface CreateFleetRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklistRequest.
16
16
  */
17
17
  export interface DeleteBlocklistRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleetRequest.
16
16
  */
17
17
  export interface DeleteFleetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfigurationRequest.
16
16
  */
17
17
  export interface GetFleetAgentConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/GetFleet.ts.html |here} to see how to use GetFleetRequest.
16
16
  */
17
17
  export interface GetFleetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklistsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklistsRequest.
17
17
  */
18
18
  export interface ListBlocklistsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListFleets.ts.html |here} to see how to use ListFleetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListFleets.ts.html |here} to see how to use ListFleetsRequest.
17
17
  */
18
18
  export interface ListFleetsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSitesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSitesRequest.
17
17
  */
18
18
  export interface ListInstallationSitesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsageRequest.
17
17
  */
18
18
  export interface ListJreUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItemsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItemsRequest.
16
16
  */
17
17
  export interface ListWorkItemsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSitesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSitesRequest.
17
17
  */
18
18
  export interface RemoveFleetInstallationSitesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsageRequest.
17
17
  */
18
18
  export interface SummarizeApplicationUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsageRequest.
17
17
  */
18
18
  export interface SummarizeInstallationUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsageRequest.
17
17
  */
18
18
  export interface SummarizeJreUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsageRequest.
17
17
  */
18
18
  export interface SummarizeManagedInstanceUsageRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventoryRequest.
16
16
  */
17
17
  export interface SummarizeResourceInventoryRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfigurationRequest.
17
17
  */
18
18
  export interface UpdateFleetAgentConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleetRequest.
17
17
  */
18
18
  export interface UpdateFleetRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-jms",
3
- "version": "2.29.0",
3
+ "version": "2.32.0",
4
4
  "description": "OCI NodeJS client for Jms Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.29.0",
19
- "oci-workrequests": "2.29.0"
18
+ "oci-common": "2.32.0",
19
+ "oci-workrequests": "2.32.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"