oci-jms 2.20.0 → 2.21.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
@@ -73,7 +73,7 @@ export declare class JavaManagementServiceClient {
73
73
  * @param CancelWorkRequestRequest
74
74
  * @return CancelWorkRequestResponse
75
75
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
77
77
  */
78
78
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
79
79
  /**
@@ -83,7 +83,7 @@ export declare class JavaManagementServiceClient {
83
83
  * @param ChangeFleetCompartmentRequest
84
84
  * @return ChangeFleetCompartmentResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
87
87
  */
88
88
  changeFleetCompartment(changeFleetCompartmentRequest: requests.ChangeFleetCompartmentRequest): Promise<responses.ChangeFleetCompartmentResponse>;
89
89
  /**
@@ -93,7 +93,7 @@ export declare class JavaManagementServiceClient {
93
93
  * @param CreateBlocklistRequest
94
94
  * @return CreateBlocklistResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
97
97
  */
98
98
  createBlocklist(createBlocklistRequest: requests.CreateBlocklistRequest): Promise<responses.CreateBlocklistResponse>;
99
99
  /**
@@ -103,7 +103,7 @@ export declare class JavaManagementServiceClient {
103
103
  * @param CreateFleetRequest
104
104
  * @return CreateFleetResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
107
107
  */
108
108
  createFleet(createFleetRequest: requests.CreateFleetRequest): Promise<responses.CreateFleetResponse>;
109
109
  /**
@@ -112,7 +112,7 @@ export declare class JavaManagementServiceClient {
112
112
  * @param DeleteBlocklistRequest
113
113
  * @return DeleteBlocklistResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
116
116
  */
117
117
  deleteBlocklist(deleteBlocklistRequest: requests.DeleteBlocklistRequest): Promise<responses.DeleteBlocklistResponse>;
118
118
  /**
@@ -121,7 +121,7 @@ export declare class JavaManagementServiceClient {
121
121
  * @param DeleteFleetRequest
122
122
  * @return DeleteFleetResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
125
125
  */
126
126
  deleteFleet(deleteFleetRequest: requests.DeleteFleetRequest): Promise<responses.DeleteFleetResponse>;
127
127
  /**
@@ -130,7 +130,7 @@ export declare class JavaManagementServiceClient {
130
130
  * @param GetFleetRequest
131
131
  * @return GetFleetResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
134
134
  */
135
135
  getFleet(getFleetRequest: requests.GetFleetRequest): Promise<responses.GetFleetResponse>;
136
136
  /**
@@ -139,7 +139,7 @@ export declare class JavaManagementServiceClient {
139
139
  * @param GetFleetAgentConfigurationRequest
140
140
  * @return GetFleetAgentConfigurationResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
143
143
  */
144
144
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest: requests.GetFleetAgentConfigurationRequest): Promise<responses.GetFleetAgentConfigurationResponse>;
145
145
  /**
@@ -148,7 +148,7 @@ export declare class JavaManagementServiceClient {
148
148
  * @param GetWorkRequestRequest
149
149
  * @return GetWorkRequestResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
152
152
  */
153
153
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
154
154
  /**
@@ -158,7 +158,7 @@ export declare class JavaManagementServiceClient {
158
158
  * @param ListBlocklistsRequest
159
159
  * @return ListBlocklistsResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
162
162
  */
163
163
  listBlocklists(listBlocklistsRequest: requests.ListBlocklistsRequest): Promise<responses.ListBlocklistsResponse>;
164
164
  /**
@@ -169,7 +169,7 @@ export declare class JavaManagementServiceClient {
169
169
  * @param ListFleetsRequest
170
170
  * @return ListFleetsResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
173
173
  */
174
174
  listFleets(listFleetsRequest: requests.ListFleetsRequest): Promise<responses.ListFleetsResponse>;
175
175
  /**
@@ -178,7 +178,7 @@ export declare class JavaManagementServiceClient {
178
178
  * @param ListInstallationSitesRequest
179
179
  * @return ListInstallationSitesResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
182
182
  */
183
183
  listInstallationSites(listInstallationSitesRequest: requests.ListInstallationSitesRequest): Promise<responses.ListInstallationSitesResponse>;
184
184
  /**
@@ -187,7 +187,7 @@ export declare class JavaManagementServiceClient {
187
187
  * @param ListJreUsageRequest
188
188
  * @return ListJreUsageResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
191
191
  */
192
192
  listJreUsage(listJreUsageRequest: requests.ListJreUsageRequest): Promise<responses.ListJreUsageResponse>;
193
193
  /**
@@ -197,7 +197,7 @@ export declare class JavaManagementServiceClient {
197
197
  * @param ListWorkItemsRequest
198
198
  * @return ListWorkItemsResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
201
201
  */
202
202
  listWorkItems(listWorkItemsRequest: requests.ListWorkItemsRequest): Promise<responses.ListWorkItemsResponse>;
203
203
  /**
@@ -207,7 +207,7 @@ export declare class JavaManagementServiceClient {
207
207
  * @param ListWorkRequestErrorsRequest
208
208
  * @return ListWorkRequestErrorsResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
211
211
  */
212
212
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
213
213
  /**
@@ -217,7 +217,7 @@ export declare class JavaManagementServiceClient {
217
217
  * @param ListWorkRequestLogsRequest
218
218
  * @return ListWorkRequestLogsResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
221
221
  */
222
222
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
223
223
  /**
@@ -227,7 +227,7 @@ export declare class JavaManagementServiceClient {
227
227
  * @param ListWorkRequestsRequest
228
228
  * @return ListWorkRequestsResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
231
231
  */
232
232
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
233
233
  /**
@@ -236,7 +236,7 @@ export declare class JavaManagementServiceClient {
236
236
  * @param RemoveFleetInstallationSitesRequest
237
237
  * @return RemoveFleetInstallationSitesResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
240
240
  */
241
241
  removeFleetInstallationSites(removeFleetInstallationSitesRequest: requests.RemoveFleetInstallationSitesRequest): Promise<responses.RemoveFleetInstallationSitesResponse>;
242
242
  /**
@@ -245,7 +245,7 @@ export declare class JavaManagementServiceClient {
245
245
  * @param SummarizeApplicationUsageRequest
246
246
  * @return SummarizeApplicationUsageResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
249
249
  */
250
250
  summarizeApplicationUsage(summarizeApplicationUsageRequest: requests.SummarizeApplicationUsageRequest): Promise<responses.SummarizeApplicationUsageResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class JavaManagementServiceClient {
254
254
  * @param SummarizeInstallationUsageRequest
255
255
  * @return SummarizeInstallationUsageResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
258
258
  */
259
259
  summarizeInstallationUsage(summarizeInstallationUsageRequest: requests.SummarizeInstallationUsageRequest): Promise<responses.SummarizeInstallationUsageResponse>;
260
260
  /**
@@ -263,7 +263,7 @@ export declare class JavaManagementServiceClient {
263
263
  * @param SummarizeJreUsageRequest
264
264
  * @return SummarizeJreUsageResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
267
267
  */
268
268
  summarizeJreUsage(summarizeJreUsageRequest: requests.SummarizeJreUsageRequest): Promise<responses.SummarizeJreUsageResponse>;
269
269
  /**
@@ -272,7 +272,7 @@ export declare class JavaManagementServiceClient {
272
272
  * @param SummarizeManagedInstanceUsageRequest
273
273
  * @return SummarizeManagedInstanceUsageResponse
274
274
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
276
276
  */
277
277
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest: requests.SummarizeManagedInstanceUsageRequest): Promise<responses.SummarizeManagedInstanceUsageResponse>;
278
278
  /**
@@ -282,7 +282,7 @@ export declare class JavaManagementServiceClient {
282
282
  * @param SummarizeResourceInventoryRequest
283
283
  * @return SummarizeResourceInventoryResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
286
286
  */
287
287
  summarizeResourceInventory(summarizeResourceInventoryRequest: requests.SummarizeResourceInventoryRequest): Promise<responses.SummarizeResourceInventoryResponse>;
288
288
  /**
@@ -291,7 +291,7 @@ export declare class JavaManagementServiceClient {
291
291
  * @param UpdateFleetRequest
292
292
  * @return UpdateFleetResponse
293
293
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
295
295
  */
296
296
  updateFleet(updateFleetRequest: requests.UpdateFleetRequest): Promise<responses.UpdateFleetResponse>;
297
297
  /**
@@ -300,7 +300,7 @@ export declare class JavaManagementServiceClient {
300
300
  * @param UpdateFleetAgentConfigurationRequest
301
301
  * @return UpdateFleetAgentConfigurationResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
304
304
  */
305
305
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest: requests.UpdateFleetAgentConfigurationRequest): Promise<responses.UpdateFleetAgentConfigurationResponse>;
306
306
  }
package/lib/client.js CHANGED
@@ -150,7 +150,7 @@ class JavaManagementServiceClient {
150
150
  * @param CancelWorkRequestRequest
151
151
  * @return CancelWorkRequestResponse
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.20.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
154
154
  */
155
155
  cancelWorkRequest(cancelWorkRequestRequest) {
156
156
  return __awaiter(this, void 0, void 0, function* () {
@@ -204,7 +204,7 @@ class JavaManagementServiceClient {
204
204
  * @param ChangeFleetCompartmentRequest
205
205
  * @return ChangeFleetCompartmentResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
208
208
  */
209
209
  changeFleetCompartment(changeFleetCompartmentRequest) {
210
210
  return __awaiter(this, void 0, void 0, function* () {
@@ -265,7 +265,7 @@ class JavaManagementServiceClient {
265
265
  * @param CreateBlocklistRequest
266
266
  * @return CreateBlocklistResponse
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.20.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
269
269
  */
270
270
  createBlocklist(createBlocklistRequest) {
271
271
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class JavaManagementServiceClient {
329
329
  * @param CreateFleetRequest
330
330
  * @return CreateFleetResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
333
333
  */
334
334
  createFleet(createFleetRequest) {
335
335
  return __awaiter(this, void 0, void 0, function* () {
@@ -386,7 +386,7 @@ class JavaManagementServiceClient {
386
386
  * @param DeleteBlocklistRequest
387
387
  * @return DeleteBlocklistResponse
388
388
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
390
390
  */
391
391
  deleteBlocklist(deleteBlocklistRequest) {
392
392
  return __awaiter(this, void 0, void 0, function* () {
@@ -440,7 +440,7 @@ class JavaManagementServiceClient {
440
440
  * @param DeleteFleetRequest
441
441
  * @return DeleteFleetResponse
442
442
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
444
444
  */
445
445
  deleteFleet(deleteFleetRequest) {
446
446
  return __awaiter(this, void 0, void 0, function* () {
@@ -498,7 +498,7 @@ class JavaManagementServiceClient {
498
498
  * @param GetFleetRequest
499
499
  * @return GetFleetResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
502
502
  */
503
503
  getFleet(getFleetRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -559,7 +559,7 @@ class JavaManagementServiceClient {
559
559
  * @param GetFleetAgentConfigurationRequest
560
560
  * @return GetFleetAgentConfigurationResponse
561
561
  * @throws OciError when an error occurs
562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
563
563
  */
564
564
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
565
565
  return __awaiter(this, void 0, void 0, function* () {
@@ -620,7 +620,7 @@ class JavaManagementServiceClient {
620
620
  * @param GetWorkRequestRequest
621
621
  * @return GetWorkRequestResponse
622
622
  * @throws OciError when an error occurs
623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
624
624
  */
625
625
  getWorkRequest(getWorkRequestRequest) {
626
626
  return __awaiter(this, void 0, void 0, function* () {
@@ -687,7 +687,7 @@ class JavaManagementServiceClient {
687
687
  * @param ListBlocklistsRequest
688
688
  * @return ListBlocklistsResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
691
691
  */
692
692
  listBlocklists(listBlocklistsRequest) {
693
693
  return __awaiter(this, void 0, void 0, function* () {
@@ -757,7 +757,7 @@ class JavaManagementServiceClient {
757
757
  * @param ListFleetsRequest
758
758
  * @return ListFleetsResponse
759
759
  * @throws OciError when an error occurs
760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
760
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
761
761
  */
762
762
  listFleets(listFleetsRequest) {
763
763
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +825,7 @@ class JavaManagementServiceClient {
825
825
  * @param ListInstallationSitesRequest
826
826
  * @return ListInstallationSitesResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
829
829
  */
830
830
  listInstallationSites(listInstallationSitesRequest) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -899,7 +899,7 @@ class JavaManagementServiceClient {
899
899
  * @param ListJreUsageRequest
900
900
  * @return ListJreUsageResponse
901
901
  * @throws OciError when an error occurs
902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
903
903
  */
904
904
  listJreUsage(listJreUsageRequest) {
905
905
  return __awaiter(this, void 0, void 0, function* () {
@@ -970,7 +970,7 @@ class JavaManagementServiceClient {
970
970
  * @param ListWorkItemsRequest
971
971
  * @return ListWorkItemsResponse
972
972
  * @throws OciError when an error occurs
973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
974
974
  */
975
975
  listWorkItems(listWorkItemsRequest) {
976
976
  return __awaiter(this, void 0, void 0, function* () {
@@ -1035,7 +1035,7 @@ class JavaManagementServiceClient {
1035
1035
  * @param ListWorkRequestErrorsRequest
1036
1036
  * @return ListWorkRequestErrorsResponse
1037
1037
  * @throws OciError when an error occurs
1038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1039
1039
  */
1040
1040
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1041
1041
  return __awaiter(this, void 0, void 0, function* () {
@@ -1100,7 +1100,7 @@ class JavaManagementServiceClient {
1100
1100
  * @param ListWorkRequestLogsRequest
1101
1101
  * @return ListWorkRequestLogsResponse
1102
1102
  * @throws OciError when an error occurs
1103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1104
1104
  */
1105
1105
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1106
1106
  return __awaiter(this, void 0, void 0, function* () {
@@ -1165,7 +1165,7 @@ class JavaManagementServiceClient {
1165
1165
  * @param ListWorkRequestsRequest
1166
1166
  * @return ListWorkRequestsResponse
1167
1167
  * @throws OciError when an error occurs
1168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1169
1169
  */
1170
1170
  listWorkRequests(listWorkRequestsRequest) {
1171
1171
  return __awaiter(this, void 0, void 0, function* () {
@@ -1230,7 +1230,7 @@ class JavaManagementServiceClient {
1230
1230
  * @param RemoveFleetInstallationSitesRequest
1231
1231
  * @return RemoveFleetInstallationSitesResponse
1232
1232
  * @throws OciError when an error occurs
1233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1234
1234
  */
1235
1235
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
1236
1236
  return __awaiter(this, void 0, void 0, function* () {
@@ -1290,7 +1290,7 @@ class JavaManagementServiceClient {
1290
1290
  * @param SummarizeApplicationUsageRequest
1291
1291
  * @return SummarizeApplicationUsageResponse
1292
1292
  * @throws OciError when an error occurs
1293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
1293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
1294
1294
  */
1295
1295
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
1296
1296
  return __awaiter(this, void 0, void 0, function* () {
@@ -1368,7 +1368,7 @@ class JavaManagementServiceClient {
1368
1368
  * @param SummarizeInstallationUsageRequest
1369
1369
  * @return SummarizeInstallationUsageResponse
1370
1370
  * @throws OciError when an error occurs
1371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
1371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
1372
1372
  */
1373
1373
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
1374
1374
  return __awaiter(this, void 0, void 0, function* () {
@@ -1444,7 +1444,7 @@ class JavaManagementServiceClient {
1444
1444
  * @param SummarizeJreUsageRequest
1445
1445
  * @return SummarizeJreUsageResponse
1446
1446
  * @throws OciError when an error occurs
1447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
1447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
1448
1448
  */
1449
1449
  summarizeJreUsage(summarizeJreUsageRequest) {
1450
1450
  return __awaiter(this, void 0, void 0, function* () {
@@ -1520,7 +1520,7 @@ class JavaManagementServiceClient {
1520
1520
  * @param SummarizeManagedInstanceUsageRequest
1521
1521
  * @return SummarizeManagedInstanceUsageResponse
1522
1522
  * @throws OciError when an error occurs
1523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
1523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
1524
1524
  */
1525
1525
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
1526
1526
  return __awaiter(this, void 0, void 0, function* () {
@@ -1598,7 +1598,7 @@ class JavaManagementServiceClient {
1598
1598
  * @param SummarizeResourceInventoryRequest
1599
1599
  * @return SummarizeResourceInventoryResponse
1600
1600
  * @throws OciError when an error occurs
1601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
1601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
1602
1602
  */
1603
1603
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
1604
1604
  return __awaiter(this, void 0, void 0, function* () {
@@ -1656,7 +1656,7 @@ class JavaManagementServiceClient {
1656
1656
  * @param UpdateFleetRequest
1657
1657
  * @return UpdateFleetResponse
1658
1658
  * @throws OciError when an error occurs
1659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
1659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
1660
1660
  */
1661
1661
  updateFleet(updateFleetRequest) {
1662
1662
  return __awaiter(this, void 0, void 0, function* () {
@@ -1715,7 +1715,7 @@ class JavaManagementServiceClient {
1715
1715
  * @param UpdateFleetAgentConfigurationRequest
1716
1716
  * @return UpdateFleetAgentConfigurationResponse
1717
1717
  * @throws OciError when an error occurs
1718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
1718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
1719
1719
  */
1720
1720
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
1721
1721
  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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.0",
3
+ "version": "2.21.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.20.0",
19
- "oci-workrequests": "2.20.0"
18
+ "oci-common": "2.21.0",
19
+ "oci-workrequests": "2.21.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"