oci-jms 2.26.0 → 2.27.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
@@ -74,7 +74,7 @@ export declare class JavaManagementServiceClient {
74
74
  * @param CancelWorkRequestRequest
75
75
  * @return CancelWorkRequestResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
78
78
  */
79
79
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
80
80
  /**
@@ -84,7 +84,7 @@ export declare class JavaManagementServiceClient {
84
84
  * @param ChangeFleetCompartmentRequest
85
85
  * @return ChangeFleetCompartmentResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
88
88
  */
89
89
  changeFleetCompartment(changeFleetCompartmentRequest: requests.ChangeFleetCompartmentRequest): Promise<responses.ChangeFleetCompartmentResponse>;
90
90
  /**
@@ -94,7 +94,7 @@ export declare class JavaManagementServiceClient {
94
94
  * @param CreateBlocklistRequest
95
95
  * @return CreateBlocklistResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
98
98
  */
99
99
  createBlocklist(createBlocklistRequest: requests.CreateBlocklistRequest): Promise<responses.CreateBlocklistResponse>;
100
100
  /**
@@ -104,7 +104,7 @@ export declare class JavaManagementServiceClient {
104
104
  * @param CreateFleetRequest
105
105
  * @return CreateFleetResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
108
108
  */
109
109
  createFleet(createFleetRequest: requests.CreateFleetRequest): Promise<responses.CreateFleetResponse>;
110
110
  /**
@@ -113,7 +113,7 @@ export declare class JavaManagementServiceClient {
113
113
  * @param DeleteBlocklistRequest
114
114
  * @return DeleteBlocklistResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
117
117
  */
118
118
  deleteBlocklist(deleteBlocklistRequest: requests.DeleteBlocklistRequest): Promise<responses.DeleteBlocklistResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class JavaManagementServiceClient {
122
122
  * @param DeleteFleetRequest
123
123
  * @return DeleteFleetResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
126
126
  */
127
127
  deleteFleet(deleteFleetRequest: requests.DeleteFleetRequest): Promise<responses.DeleteFleetResponse>;
128
128
  /**
@@ -131,7 +131,7 @@ export declare class JavaManagementServiceClient {
131
131
  * @param GetFleetRequest
132
132
  * @return GetFleetResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
135
135
  */
136
136
  getFleet(getFleetRequest: requests.GetFleetRequest): Promise<responses.GetFleetResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class JavaManagementServiceClient {
140
140
  * @param GetFleetAgentConfigurationRequest
141
141
  * @return GetFleetAgentConfigurationResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
144
144
  */
145
145
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest: requests.GetFleetAgentConfigurationRequest): Promise<responses.GetFleetAgentConfigurationResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class JavaManagementServiceClient {
149
149
  * @param GetWorkRequestRequest
150
150
  * @return GetWorkRequestResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
153
153
  */
154
154
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
155
155
  /**
@@ -159,7 +159,7 @@ export declare class JavaManagementServiceClient {
159
159
  * @param ListBlocklistsRequest
160
160
  * @return ListBlocklistsResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
163
163
  */
164
164
  listBlocklists(listBlocklistsRequest: requests.ListBlocklistsRequest): Promise<responses.ListBlocklistsResponse>;
165
165
  /**
@@ -170,7 +170,7 @@ export declare class JavaManagementServiceClient {
170
170
  * @param ListFleetsRequest
171
171
  * @return ListFleetsResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
174
174
  */
175
175
  listFleets(listFleetsRequest: requests.ListFleetsRequest): Promise<responses.ListFleetsResponse>;
176
176
  /**
@@ -179,7 +179,7 @@ export declare class JavaManagementServiceClient {
179
179
  * @param ListInstallationSitesRequest
180
180
  * @return ListInstallationSitesResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
183
183
  */
184
184
  listInstallationSites(listInstallationSitesRequest: requests.ListInstallationSitesRequest): Promise<responses.ListInstallationSitesResponse>;
185
185
  /**
@@ -188,7 +188,7 @@ export declare class JavaManagementServiceClient {
188
188
  * @param ListJreUsageRequest
189
189
  * @return ListJreUsageResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
192
192
  */
193
193
  listJreUsage(listJreUsageRequest: requests.ListJreUsageRequest): Promise<responses.ListJreUsageResponse>;
194
194
  /**
@@ -198,7 +198,7 @@ export declare class JavaManagementServiceClient {
198
198
  * @param ListWorkItemsRequest
199
199
  * @return ListWorkItemsResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
202
202
  */
203
203
  listWorkItems(listWorkItemsRequest: requests.ListWorkItemsRequest): Promise<responses.ListWorkItemsResponse>;
204
204
  /**
@@ -208,7 +208,7 @@ export declare class JavaManagementServiceClient {
208
208
  * @param ListWorkRequestErrorsRequest
209
209
  * @return ListWorkRequestErrorsResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
212
212
  */
213
213
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
214
214
  /**
@@ -218,7 +218,7 @@ export declare class JavaManagementServiceClient {
218
218
  * @param ListWorkRequestLogsRequest
219
219
  * @return ListWorkRequestLogsResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
222
222
  */
223
223
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
224
224
  /**
@@ -228,7 +228,7 @@ export declare class JavaManagementServiceClient {
228
228
  * @param ListWorkRequestsRequest
229
229
  * @return ListWorkRequestsResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
232
232
  */
233
233
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
234
234
  /**
@@ -237,7 +237,7 @@ export declare class JavaManagementServiceClient {
237
237
  * @param RemoveFleetInstallationSitesRequest
238
238
  * @return RemoveFleetInstallationSitesResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
241
241
  */
242
242
  removeFleetInstallationSites(removeFleetInstallationSitesRequest: requests.RemoveFleetInstallationSitesRequest): Promise<responses.RemoveFleetInstallationSitesResponse>;
243
243
  /**
@@ -246,7 +246,7 @@ export declare class JavaManagementServiceClient {
246
246
  * @param SummarizeApplicationUsageRequest
247
247
  * @return SummarizeApplicationUsageResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
250
250
  */
251
251
  summarizeApplicationUsage(summarizeApplicationUsageRequest: requests.SummarizeApplicationUsageRequest): Promise<responses.SummarizeApplicationUsageResponse>;
252
252
  /**
@@ -255,7 +255,7 @@ export declare class JavaManagementServiceClient {
255
255
  * @param SummarizeInstallationUsageRequest
256
256
  * @return SummarizeInstallationUsageResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
259
259
  */
260
260
  summarizeInstallationUsage(summarizeInstallationUsageRequest: requests.SummarizeInstallationUsageRequest): Promise<responses.SummarizeInstallationUsageResponse>;
261
261
  /**
@@ -264,7 +264,7 @@ export declare class JavaManagementServiceClient {
264
264
  * @param SummarizeJreUsageRequest
265
265
  * @return SummarizeJreUsageResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
268
268
  */
269
269
  summarizeJreUsage(summarizeJreUsageRequest: requests.SummarizeJreUsageRequest): Promise<responses.SummarizeJreUsageResponse>;
270
270
  /**
@@ -273,7 +273,7 @@ export declare class JavaManagementServiceClient {
273
273
  * @param SummarizeManagedInstanceUsageRequest
274
274
  * @return SummarizeManagedInstanceUsageResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
277
277
  */
278
278
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest: requests.SummarizeManagedInstanceUsageRequest): Promise<responses.SummarizeManagedInstanceUsageResponse>;
279
279
  /**
@@ -283,7 +283,7 @@ export declare class JavaManagementServiceClient {
283
283
  * @param SummarizeResourceInventoryRequest
284
284
  * @return SummarizeResourceInventoryResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
287
287
  */
288
288
  summarizeResourceInventory(summarizeResourceInventoryRequest: requests.SummarizeResourceInventoryRequest): Promise<responses.SummarizeResourceInventoryResponse>;
289
289
  /**
@@ -292,7 +292,7 @@ export declare class JavaManagementServiceClient {
292
292
  * @param UpdateFleetRequest
293
293
  * @return UpdateFleetResponse
294
294
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
296
296
  */
297
297
  updateFleet(updateFleetRequest: requests.UpdateFleetRequest): Promise<responses.UpdateFleetResponse>;
298
298
  /**
@@ -301,7 +301,7 @@ export declare class JavaManagementServiceClient {
301
301
  * @param UpdateFleetAgentConfigurationRequest
302
302
  * @return UpdateFleetAgentConfigurationResponse
303
303
  * @throws OciError when an error occurs
304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
305
305
  */
306
306
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest: requests.UpdateFleetAgentConfigurationRequest): Promise<responses.UpdateFleetAgentConfigurationResponse>;
307
307
  }
package/lib/client.js CHANGED
@@ -155,7 +155,7 @@ class JavaManagementServiceClient {
155
155
  * @param CancelWorkRequestRequest
156
156
  * @return CancelWorkRequestResponse
157
157
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
159
159
  */
160
160
  cancelWorkRequest(cancelWorkRequestRequest) {
161
161
  return __awaiter(this, void 0, void 0, function* () {
@@ -209,7 +209,7 @@ class JavaManagementServiceClient {
209
209
  * @param ChangeFleetCompartmentRequest
210
210
  * @return ChangeFleetCompartmentResponse
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.26.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
213
213
  */
214
214
  changeFleetCompartment(changeFleetCompartmentRequest) {
215
215
  return __awaiter(this, void 0, void 0, function* () {
@@ -270,7 +270,7 @@ class JavaManagementServiceClient {
270
270
  * @param CreateBlocklistRequest
271
271
  * @return CreateBlocklistResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
274
274
  */
275
275
  createBlocklist(createBlocklistRequest) {
276
276
  return __awaiter(this, void 0, void 0, function* () {
@@ -334,7 +334,7 @@ class JavaManagementServiceClient {
334
334
  * @param CreateFleetRequest
335
335
  * @return CreateFleetResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
338
338
  */
339
339
  createFleet(createFleetRequest) {
340
340
  return __awaiter(this, void 0, void 0, function* () {
@@ -391,7 +391,7 @@ class JavaManagementServiceClient {
391
391
  * @param DeleteBlocklistRequest
392
392
  * @return DeleteBlocklistResponse
393
393
  * @throws OciError when an error occurs
394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
395
395
  */
396
396
  deleteBlocklist(deleteBlocklistRequest) {
397
397
  return __awaiter(this, void 0, void 0, function* () {
@@ -445,7 +445,7 @@ class JavaManagementServiceClient {
445
445
  * @param DeleteFleetRequest
446
446
  * @return DeleteFleetResponse
447
447
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
449
449
  */
450
450
  deleteFleet(deleteFleetRequest) {
451
451
  return __awaiter(this, void 0, void 0, function* () {
@@ -503,7 +503,7 @@ class JavaManagementServiceClient {
503
503
  * @param GetFleetRequest
504
504
  * @return GetFleetResponse
505
505
  * @throws OciError when an error occurs
506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
507
507
  */
508
508
  getFleet(getFleetRequest) {
509
509
  return __awaiter(this, void 0, void 0, function* () {
@@ -564,7 +564,7 @@ class JavaManagementServiceClient {
564
564
  * @param GetFleetAgentConfigurationRequest
565
565
  * @return GetFleetAgentConfigurationResponse
566
566
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
568
568
  */
569
569
  getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
570
570
  return __awaiter(this, void 0, void 0, function* () {
@@ -625,7 +625,7 @@ class JavaManagementServiceClient {
625
625
  * @param GetWorkRequestRequest
626
626
  * @return GetWorkRequestResponse
627
627
  * @throws OciError when an error occurs
628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
629
629
  */
630
630
  getWorkRequest(getWorkRequestRequest) {
631
631
  return __awaiter(this, void 0, void 0, function* () {
@@ -692,7 +692,7 @@ class JavaManagementServiceClient {
692
692
  * @param ListBlocklistsRequest
693
693
  * @return ListBlocklistsResponse
694
694
  * @throws OciError when an error occurs
695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
696
696
  */
697
697
  listBlocklists(listBlocklistsRequest) {
698
698
  return __awaiter(this, void 0, void 0, function* () {
@@ -762,7 +762,7 @@ class JavaManagementServiceClient {
762
762
  * @param ListFleetsRequest
763
763
  * @return ListFleetsResponse
764
764
  * @throws OciError when an error occurs
765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
766
766
  */
767
767
  listFleets(listFleetsRequest) {
768
768
  return __awaiter(this, void 0, void 0, function* () {
@@ -830,7 +830,7 @@ class JavaManagementServiceClient {
830
830
  * @param ListInstallationSitesRequest
831
831
  * @return ListInstallationSitesResponse
832
832
  * @throws OciError when an error occurs
833
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
834
834
  */
835
835
  listInstallationSites(listInstallationSitesRequest) {
836
836
  return __awaiter(this, void 0, void 0, function* () {
@@ -904,7 +904,7 @@ class JavaManagementServiceClient {
904
904
  * @param ListJreUsageRequest
905
905
  * @return ListJreUsageResponse
906
906
  * @throws OciError when an error occurs
907
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
908
908
  */
909
909
  listJreUsage(listJreUsageRequest) {
910
910
  return __awaiter(this, void 0, void 0, function* () {
@@ -975,7 +975,7 @@ class JavaManagementServiceClient {
975
975
  * @param ListWorkItemsRequest
976
976
  * @return ListWorkItemsResponse
977
977
  * @throws OciError when an error occurs
978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
979
979
  */
980
980
  listWorkItems(listWorkItemsRequest) {
981
981
  return __awaiter(this, void 0, void 0, function* () {
@@ -1040,7 +1040,7 @@ class JavaManagementServiceClient {
1040
1040
  * @param ListWorkRequestErrorsRequest
1041
1041
  * @return ListWorkRequestErrorsResponse
1042
1042
  * @throws OciError when an error occurs
1043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1044
1044
  */
1045
1045
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1046
1046
  return __awaiter(this, void 0, void 0, function* () {
@@ -1105,7 +1105,7 @@ class JavaManagementServiceClient {
1105
1105
  * @param ListWorkRequestLogsRequest
1106
1106
  * @return ListWorkRequestLogsResponse
1107
1107
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1109
1109
  */
1110
1110
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1111
1111
  return __awaiter(this, void 0, void 0, function* () {
@@ -1170,7 +1170,7 @@ class JavaManagementServiceClient {
1170
1170
  * @param ListWorkRequestsRequest
1171
1171
  * @return ListWorkRequestsResponse
1172
1172
  * @throws OciError when an error occurs
1173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1174
1174
  */
1175
1175
  listWorkRequests(listWorkRequestsRequest) {
1176
1176
  return __awaiter(this, void 0, void 0, function* () {
@@ -1235,7 +1235,7 @@ class JavaManagementServiceClient {
1235
1235
  * @param RemoveFleetInstallationSitesRequest
1236
1236
  * @return RemoveFleetInstallationSitesResponse
1237
1237
  * @throws OciError when an error occurs
1238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
1239
1239
  */
1240
1240
  removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
1241
1241
  return __awaiter(this, void 0, void 0, function* () {
@@ -1295,7 +1295,7 @@ class JavaManagementServiceClient {
1295
1295
  * @param SummarizeApplicationUsageRequest
1296
1296
  * @return SummarizeApplicationUsageResponse
1297
1297
  * @throws OciError when an error occurs
1298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
1298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
1299
1299
  */
1300
1300
  summarizeApplicationUsage(summarizeApplicationUsageRequest) {
1301
1301
  return __awaiter(this, void 0, void 0, function* () {
@@ -1373,7 +1373,7 @@ class JavaManagementServiceClient {
1373
1373
  * @param SummarizeInstallationUsageRequest
1374
1374
  * @return SummarizeInstallationUsageResponse
1375
1375
  * @throws OciError when an error occurs
1376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
1376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
1377
1377
  */
1378
1378
  summarizeInstallationUsage(summarizeInstallationUsageRequest) {
1379
1379
  return __awaiter(this, void 0, void 0, function* () {
@@ -1449,7 +1449,7 @@ class JavaManagementServiceClient {
1449
1449
  * @param SummarizeJreUsageRequest
1450
1450
  * @return SummarizeJreUsageResponse
1451
1451
  * @throws OciError when an error occurs
1452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
1452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
1453
1453
  */
1454
1454
  summarizeJreUsage(summarizeJreUsageRequest) {
1455
1455
  return __awaiter(this, void 0, void 0, function* () {
@@ -1525,7 +1525,7 @@ class JavaManagementServiceClient {
1525
1525
  * @param SummarizeManagedInstanceUsageRequest
1526
1526
  * @return SummarizeManagedInstanceUsageResponse
1527
1527
  * @throws OciError when an error occurs
1528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
1528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
1529
1529
  */
1530
1530
  summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
1531
1531
  return __awaiter(this, void 0, void 0, function* () {
@@ -1603,7 +1603,7 @@ class JavaManagementServiceClient {
1603
1603
  * @param SummarizeResourceInventoryRequest
1604
1604
  * @return SummarizeResourceInventoryResponse
1605
1605
  * @throws OciError when an error occurs
1606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
1606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
1607
1607
  */
1608
1608
  summarizeResourceInventory(summarizeResourceInventoryRequest) {
1609
1609
  return __awaiter(this, void 0, void 0, function* () {
@@ -1661,7 +1661,7 @@ class JavaManagementServiceClient {
1661
1661
  * @param UpdateFleetRequest
1662
1662
  * @return UpdateFleetResponse
1663
1663
  * @throws OciError when an error occurs
1664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
1664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
1665
1665
  */
1666
1666
  updateFleet(updateFleetRequest) {
1667
1667
  return __awaiter(this, void 0, void 0, function* () {
@@ -1720,7 +1720,7 @@ class JavaManagementServiceClient {
1720
1720
  * @param UpdateFleetAgentConfigurationRequest
1721
1721
  * @return UpdateFleetAgentConfigurationResponse
1722
1722
  * @throws OciError when an error occurs
1723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
1723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
1724
1724
  */
1725
1725
  updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
1726
1726
  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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.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.27.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.26.0",
3
+ "version": "2.27.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.26.0",
19
- "oci-workrequests": "2.26.0"
18
+ "oci-common": "2.27.0",
19
+ "oci-workrequests": "2.27.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"