oci-licensemanager 2.76.1 → 2.77.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 (44) hide show
  1. package/lib/client.d.ts +18 -18
  2. package/lib/client.js +18 -18
  3. package/lib/model/create-license-record-details.d.ts +4 -4
  4. package/lib/model/create-product-license-details.d.ts +2 -2
  5. package/lib/model/license-record-summary.d.ts +5 -5
  6. package/lib/model/license-record.d.ts +5 -5
  7. package/lib/model/product-license-summary.d.ts +3 -3
  8. package/lib/model/product-license.d.ts +3 -3
  9. package/lib/model/update-license-record-details.d.ts +4 -4
  10. package/lib/model/update-product-license-details.d.ts +2 -2
  11. package/lib/request/bulk-upload-license-records-request.d.ts +1 -1
  12. package/lib/request/create-license-record-request.d.ts +1 -1
  13. package/lib/request/create-product-license-request.d.ts +1 -1
  14. package/lib/request/delete-license-record-request.d.ts +2 -2
  15. package/lib/request/delete-product-license-request.d.ts +2 -2
  16. package/lib/request/get-bulk-upload-template-request.d.ts +1 -1
  17. package/lib/request/get-configuration-request.d.ts +1 -1
  18. package/lib/request/get-license-metric-request.d.ts +1 -1
  19. package/lib/request/get-license-record-request.d.ts +1 -1
  20. package/lib/request/get-product-license-request.d.ts +1 -1
  21. package/lib/request/list-license-records-request.d.ts +4 -4
  22. package/lib/request/list-product-license-consumers-request.d.ts +4 -4
  23. package/lib/request/list-product-licenses-request.d.ts +4 -4
  24. package/lib/request/list-top-utilized-product-licenses-request.d.ts +4 -4
  25. package/lib/request/list-top-utilized-resources-request.d.ts +4 -4
  26. package/lib/request/update-configuration-request.d.ts +2 -2
  27. package/lib/request/update-license-record-request.d.ts +2 -2
  28. package/lib/request/update-product-license-request.d.ts +2 -2
  29. package/lib/response/create-license-record-response.d.ts +1 -1
  30. package/lib/response/create-product-license-response.d.ts +1 -1
  31. package/lib/response/get-bulk-upload-template-response.d.ts +1 -1
  32. package/lib/response/get-configuration-response.d.ts +1 -1
  33. package/lib/response/get-license-metric-response.d.ts +1 -1
  34. package/lib/response/get-license-record-response.d.ts +1 -1
  35. package/lib/response/get-product-license-response.d.ts +1 -1
  36. package/lib/response/list-license-records-response.d.ts +1 -1
  37. package/lib/response/list-product-license-consumers-response.d.ts +1 -1
  38. package/lib/response/list-product-licenses-response.d.ts +1 -1
  39. package/lib/response/list-top-utilized-product-licenses-response.d.ts +1 -1
  40. package/lib/response/list-top-utilized-resources-response.d.ts +1 -1
  41. package/lib/response/update-configuration-response.d.ts +1 -1
  42. package/lib/response/update-license-record-response.d.ts +1 -1
  43. package/lib/response/update-product-license-response.d.ts +1 -1
  44. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -86,7 +86,7 @@ export declare class LicenseManagerClient {
86
86
  * @param BulkUploadLicenseRecordsRequest
87
87
  * @return BulkUploadLicenseRecordsResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
90
90
  */
91
91
  bulkUploadLicenseRecords(bulkUploadLicenseRecordsRequest: requests.BulkUploadLicenseRecordsRequest): Promise<responses.BulkUploadLicenseRecordsResponse>;
92
92
  /**
@@ -95,7 +95,7 @@ export declare class LicenseManagerClient {
95
95
  * @param CreateLicenseRecordRequest
96
96
  * @return CreateLicenseRecordResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
99
99
  */
100
100
  createLicenseRecord(createLicenseRecordRequest: requests.CreateLicenseRecordRequest): Promise<responses.CreateLicenseRecordResponse>;
101
101
  /**
@@ -104,7 +104,7 @@ export declare class LicenseManagerClient {
104
104
  * @param CreateProductLicenseRequest
105
105
  * @return CreateProductLicenseResponse
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.76.1/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
108
108
  */
109
109
  createProductLicense(createProductLicenseRequest: requests.CreateProductLicenseRequest): Promise<responses.CreateProductLicenseResponse>;
110
110
  /**
@@ -113,7 +113,7 @@ export declare class LicenseManagerClient {
113
113
  * @param DeleteLicenseRecordRequest
114
114
  * @return DeleteLicenseRecordResponse
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.76.1/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
117
117
  */
118
118
  deleteLicenseRecord(deleteLicenseRecordRequest: requests.DeleteLicenseRecordRequest): Promise<responses.DeleteLicenseRecordResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class LicenseManagerClient {
122
122
  * @param DeleteProductLicenseRequest
123
123
  * @return DeleteProductLicenseResponse
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.76.1/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
126
126
  */
127
127
  deleteProductLicense(deleteProductLicenseRequest: requests.DeleteProductLicenseRequest): Promise<responses.DeleteProductLicenseResponse>;
128
128
  /**
@@ -131,7 +131,7 @@ export declare class LicenseManagerClient {
131
131
  * @param GetBulkUploadTemplateRequest
132
132
  * @return GetBulkUploadTemplateResponse
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.76.1/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
135
135
  */
136
136
  getBulkUploadTemplate(getBulkUploadTemplateRequest: requests.GetBulkUploadTemplateRequest): Promise<responses.GetBulkUploadTemplateResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class LicenseManagerClient {
140
140
  * @param GetConfigurationRequest
141
141
  * @return GetConfigurationResponse
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.76.1/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
144
144
  */
145
145
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class LicenseManagerClient {
149
149
  * @param GetLicenseMetricRequest
150
150
  * @return GetLicenseMetricResponse
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.76.1/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
153
153
  */
154
154
  getLicenseMetric(getLicenseMetricRequest: requests.GetLicenseMetricRequest): Promise<responses.GetLicenseMetricResponse>;
155
155
  /**
@@ -158,7 +158,7 @@ export declare class LicenseManagerClient {
158
158
  * @param GetLicenseRecordRequest
159
159
  * @return GetLicenseRecordResponse
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.76.1/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
162
162
  */
163
163
  getLicenseRecord(getLicenseRecordRequest: requests.GetLicenseRecordRequest): Promise<responses.GetLicenseRecordResponse>;
164
164
  /**
@@ -167,7 +167,7 @@ export declare class LicenseManagerClient {
167
167
  * @param GetProductLicenseRequest
168
168
  * @return GetProductLicenseResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
171
171
  */
172
172
  getProductLicense(getProductLicenseRequest: requests.GetProductLicenseRequest): Promise<responses.GetProductLicenseResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class LicenseManagerClient {
176
176
  * @param ListLicenseRecordsRequest
177
177
  * @return ListLicenseRecordsResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
180
180
  */
181
181
  listLicenseRecords(listLicenseRecordsRequest: requests.ListLicenseRecordsRequest): Promise<responses.ListLicenseRecordsResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class LicenseManagerClient {
185
185
  * @param ListProductLicenseConsumersRequest
186
186
  * @return ListProductLicenseConsumersResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
189
189
  */
190
190
  listProductLicenseConsumers(listProductLicenseConsumersRequest: requests.ListProductLicenseConsumersRequest): Promise<responses.ListProductLicenseConsumersResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class LicenseManagerClient {
194
194
  * @param ListProductLicensesRequest
195
195
  * @return ListProductLicensesResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
198
198
  */
199
199
  listProductLicenses(listProductLicensesRequest: requests.ListProductLicensesRequest): Promise<responses.ListProductLicensesResponse>;
200
200
  /**
@@ -203,7 +203,7 @@ export declare class LicenseManagerClient {
203
203
  * @param ListTopUtilizedProductLicensesRequest
204
204
  * @return ListTopUtilizedProductLicensesResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
207
207
  */
208
208
  listTopUtilizedProductLicenses(listTopUtilizedProductLicensesRequest: requests.ListTopUtilizedProductLicensesRequest): Promise<responses.ListTopUtilizedProductLicensesResponse>;
209
209
  /**
@@ -212,7 +212,7 @@ export declare class LicenseManagerClient {
212
212
  * @param ListTopUtilizedResourcesRequest
213
213
  * @return ListTopUtilizedResourcesResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
216
216
  */
217
217
  listTopUtilizedResources(listTopUtilizedResourcesRequest: requests.ListTopUtilizedResourcesRequest): Promise<responses.ListTopUtilizedResourcesResponse>;
218
218
  /**
@@ -221,7 +221,7 @@ export declare class LicenseManagerClient {
221
221
  * @param UpdateConfigurationRequest
222
222
  * @return UpdateConfigurationResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
225
225
  */
226
226
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
227
227
  /**
@@ -230,7 +230,7 @@ export declare class LicenseManagerClient {
230
230
  * @param UpdateLicenseRecordRequest
231
231
  * @return UpdateLicenseRecordResponse
232
232
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
234
234
  */
235
235
  updateLicenseRecord(updateLicenseRecordRequest: requests.UpdateLicenseRecordRequest): Promise<responses.UpdateLicenseRecordResponse>;
236
236
  /**
@@ -239,7 +239,7 @@ export declare class LicenseManagerClient {
239
239
  * @param UpdateProductLicenseRequest
240
240
  * @return UpdateProductLicenseResponse
241
241
  * @throws OciError when an error occurs
242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
243
243
  */
244
244
  updateProductLicense(updateProductLicenseRequest: requests.UpdateProductLicenseRequest): Promise<responses.UpdateProductLicenseResponse>;
245
245
  }
package/lib/client.js CHANGED
@@ -187,7 +187,7 @@ class LicenseManagerClient {
187
187
  * @param BulkUploadLicenseRecordsRequest
188
188
  * @return BulkUploadLicenseRecordsResponse
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.76.1/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
191
191
  */
192
192
  bulkUploadLicenseRecords(bulkUploadLicenseRecordsRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -244,7 +244,7 @@ class LicenseManagerClient {
244
244
  * @param CreateLicenseRecordRequest
245
245
  * @return CreateLicenseRecordResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
248
248
  */
249
249
  createLicenseRecord(createLicenseRecordRequest) {
250
250
  return __awaiter(this, void 0, void 0, function* () {
@@ -319,7 +319,7 @@ class LicenseManagerClient {
319
319
  * @param CreateProductLicenseRequest
320
320
  * @return CreateProductLicenseResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
323
323
  */
324
324
  createProductLicense(createProductLicenseRequest) {
325
325
  return __awaiter(this, void 0, void 0, function* () {
@@ -392,7 +392,7 @@ class LicenseManagerClient {
392
392
  * @param DeleteLicenseRecordRequest
393
393
  * @return DeleteLicenseRecordResponse
394
394
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
396
396
  */
397
397
  deleteLicenseRecord(deleteLicenseRecordRequest) {
398
398
  return __awaiter(this, void 0, void 0, function* () {
@@ -457,7 +457,7 @@ class LicenseManagerClient {
457
457
  * @param DeleteProductLicenseRequest
458
458
  * @return DeleteProductLicenseResponse
459
459
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
461
461
  */
462
462
  deleteProductLicense(deleteProductLicenseRequest) {
463
463
  return __awaiter(this, void 0, void 0, function* () {
@@ -522,7 +522,7 @@ class LicenseManagerClient {
522
522
  * @param GetBulkUploadTemplateRequest
523
523
  * @return GetBulkUploadTemplateResponse
524
524
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
526
526
  */
527
527
  getBulkUploadTemplate(getBulkUploadTemplateRequest) {
528
528
  return __awaiter(this, void 0, void 0, function* () {
@@ -583,7 +583,7 @@ class LicenseManagerClient {
583
583
  * @param GetConfigurationRequest
584
584
  * @return GetConfigurationResponse
585
585
  * @throws OciError when an error occurs
586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
587
587
  */
588
588
  getConfiguration(getConfigurationRequest) {
589
589
  return __awaiter(this, void 0, void 0, function* () {
@@ -646,7 +646,7 @@ class LicenseManagerClient {
646
646
  * @param GetLicenseMetricRequest
647
647
  * @return GetLicenseMetricResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
650
650
  */
651
651
  getLicenseMetric(getLicenseMetricRequest) {
652
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -710,7 +710,7 @@ class LicenseManagerClient {
710
710
  * @param GetLicenseRecordRequest
711
711
  * @return GetLicenseRecordResponse
712
712
  * @throws OciError when an error occurs
713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
714
714
  */
715
715
  getLicenseRecord(getLicenseRecordRequest) {
716
716
  return __awaiter(this, void 0, void 0, function* () {
@@ -773,7 +773,7 @@ class LicenseManagerClient {
773
773
  * @param GetProductLicenseRequest
774
774
  * @return GetProductLicenseResponse
775
775
  * @throws OciError when an error occurs
776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
777
777
  */
778
778
  getProductLicense(getProductLicenseRequest) {
779
779
  return __awaiter(this, void 0, void 0, function* () {
@@ -836,7 +836,7 @@ class LicenseManagerClient {
836
836
  * @param ListLicenseRecordsRequest
837
837
  * @return ListLicenseRecordsResponse
838
838
  * @throws OciError when an error occurs
839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
840
840
  */
841
841
  listLicenseRecords(listLicenseRecordsRequest) {
842
842
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +903,7 @@ class LicenseManagerClient {
903
903
  * @param ListProductLicenseConsumersRequest
904
904
  * @return ListProductLicenseConsumersResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
907
907
  */
908
908
  listProductLicenseConsumers(listProductLicenseConsumersRequest) {
909
909
  return __awaiter(this, void 0, void 0, function* () {
@@ -972,7 +972,7 @@ class LicenseManagerClient {
972
972
  * @param ListProductLicensesRequest
973
973
  * @return ListProductLicensesResponse
974
974
  * @throws OciError when an error occurs
975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
976
976
  */
977
977
  listProductLicenses(listProductLicensesRequest) {
978
978
  return __awaiter(this, void 0, void 0, function* () {
@@ -1040,7 +1040,7 @@ class LicenseManagerClient {
1040
1040
  * @param ListTopUtilizedProductLicensesRequest
1041
1041
  * @return ListTopUtilizedProductLicensesResponse
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.76.1/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
1043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
1044
1044
  */
1045
1045
  listTopUtilizedProductLicenses(listTopUtilizedProductLicensesRequest) {
1046
1046
  return __awaiter(this, void 0, void 0, function* () {
@@ -1108,7 +1108,7 @@ class LicenseManagerClient {
1108
1108
  * @param ListTopUtilizedResourcesRequest
1109
1109
  * @return ListTopUtilizedResourcesResponse
1110
1110
  * @throws OciError when an error occurs
1111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
1111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
1112
1112
  */
1113
1113
  listTopUtilizedResources(listTopUtilizedResourcesRequest) {
1114
1114
  return __awaiter(this, void 0, void 0, function* () {
@@ -1177,7 +1177,7 @@ class LicenseManagerClient {
1177
1177
  * @param UpdateConfigurationRequest
1178
1178
  * @return UpdateConfigurationResponse
1179
1179
  * @throws OciError when an error occurs
1180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
1180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
1181
1181
  */
1182
1182
  updateConfiguration(updateConfigurationRequest) {
1183
1183
  return __awaiter(this, void 0, void 0, function* () {
@@ -1242,7 +1242,7 @@ class LicenseManagerClient {
1242
1242
  * @param UpdateLicenseRecordRequest
1243
1243
  * @return UpdateLicenseRecordResponse
1244
1244
  * @throws OciError when an error occurs
1245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
1245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
1246
1246
  */
1247
1247
  updateLicenseRecord(updateLicenseRecordRequest) {
1248
1248
  return __awaiter(this, void 0, void 0, function* () {
@@ -1307,7 +1307,7 @@ class LicenseManagerClient {
1307
1307
  * @param UpdateProductLicenseRequest
1308
1308
  * @return UpdateProductLicenseResponse
1309
1309
  * @throws OciError when an error occurs
1310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
1310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
1311
1311
  */
1312
1312
  updateProductLicense(updateProductLicenseRequest) {
1313
1313
  return __awaiter(this, void 0, void 0, function* () {
@@ -26,14 +26,14 @@ export interface CreateLicenseRecordDetails {
26
26
  /**
27
27
  * The license record end date in [RFC 3339](https://tools.ietf.org/html/rfc3339)
28
28
  * date format.
29
- * Example: `2018-09-12`
29
+ * Example: {@code 2018-09-12}
30
30
  *
31
31
  */
32
32
  "expirationDate"?: Date;
33
33
  /**
34
34
  * The license record support end date in [RFC 3339](https://tools.ietf.org/html/rfc3339)
35
35
  * date format.
36
- * Example: `2018-09-12`
36
+ * Example: {@code 2018-09-12}
37
37
  *
38
38
  */
39
39
  "supportEndDate"?: Date;
@@ -53,7 +53,7 @@ export interface CreateLicenseRecordDetails {
53
53
  "productId"?: string;
54
54
  /**
55
55
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
56
- * Example: `{\"bar-key\": \"value\"}`
56
+ * Example: {@code {\"bar-key\": \"value\"}}
57
57
  *
58
58
  */
59
59
  "freeformTags"?: {
@@ -61,7 +61,7 @@ export interface CreateLicenseRecordDetails {
61
61
  };
62
62
  /**
63
63
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
64
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
64
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
65
65
  *
66
66
  */
67
67
  "definedTags"?: {
@@ -43,7 +43,7 @@ export interface CreateProductLicenseDetails {
43
43
  "images"?: Array<model.ImageDetails>;
44
44
  /**
45
45
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
46
- * Example: `{\"bar-key\": \"value\"}`
46
+ * Example: {@code {\"bar-key\": \"value\"}}
47
47
  *
48
48
  */
49
49
  "freeformTags"?: {
@@ -51,7 +51,7 @@ export interface CreateProductLicenseDetails {
51
51
  };
52
52
  /**
53
53
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
54
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
54
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
55
55
  *
56
56
  */
57
57
  "definedTags"?: {
@@ -45,14 +45,14 @@ export interface LicenseRecordSummary {
45
45
  /**
46
46
  * The license record end date in [RFC 3339](https://tools.ietf.org/html/rfc3339) format.
47
47
  * date format.
48
- * Example: `2018-09-12`
48
+ * Example: {@code 2018-09-12}
49
49
  *
50
50
  */
51
51
  "expirationDate"?: Date;
52
52
  /**
53
53
  * The license record support end date in [RFC 3339](https://tools.ietf.org/html/rfc3339) format.
54
54
  * date format.
55
- * Example: `2018-09-12`
55
+ * Example: {@code 2018-09-12}
56
56
  *
57
57
  */
58
58
  "supportEndDate"?: Date;
@@ -86,7 +86,7 @@ export interface LicenseRecordSummary {
86
86
  "productLicense"?: string;
87
87
  /**
88
88
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
89
- * Example: `{\"bar-key\": \"value\"}`
89
+ * Example: {@code {\"bar-key\": \"value\"}}
90
90
  *
91
91
  */
92
92
  "freeformTags"?: {
@@ -94,7 +94,7 @@ export interface LicenseRecordSummary {
94
94
  };
95
95
  /**
96
96
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
97
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
97
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
98
98
  *
99
99
  */
100
100
  "definedTags"?: {
@@ -104,7 +104,7 @@ export interface LicenseRecordSummary {
104
104
  };
105
105
  /**
106
106
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
107
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
107
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
108
108
  *
109
109
  */
110
110
  "systemTags"?: {
@@ -45,14 +45,14 @@ export interface LicenseRecord {
45
45
  /**
46
46
  * The license record end date in [RFC 3339](https://tools.ietf.org/html/rfc3339)
47
47
  * date format.
48
- * Example: `2018-09-12`
48
+ * Example: {@code 2018-09-12}
49
49
  *
50
50
  */
51
51
  "expirationDate"?: Date;
52
52
  /**
53
53
  * The license record support end date in [RFC 3339](https://tools.ietf.org/html/rfc3339)
54
54
  * date format.
55
- * Example: `2018-09-12`
55
+ * Example: {@code 2018-09-12}
56
56
  *
57
57
  */
58
58
  "supportEndDate"?: Date;
@@ -86,7 +86,7 @@ export interface LicenseRecord {
86
86
  "productLicense"?: string;
87
87
  /**
88
88
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
89
- * Example: `{\"bar-key\": \"value\"}`
89
+ * Example: {@code {\"bar-key\": \"value\"}}
90
90
  *
91
91
  */
92
92
  "freeformTags"?: {
@@ -94,7 +94,7 @@ export interface LicenseRecord {
94
94
  };
95
95
  /**
96
96
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
97
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
97
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
98
98
  *
99
99
  */
100
100
  "definedTags"?: {
@@ -104,7 +104,7 @@ export interface LicenseRecord {
104
104
  };
105
105
  /**
106
106
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
107
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
107
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
108
108
  *
109
109
  */
110
110
  "systemTags"?: {
@@ -94,7 +94,7 @@ export interface ProductLicenseSummary {
94
94
  "images"?: Array<model.ImageResponse>;
95
95
  /**
96
96
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
97
- * Example: `{\"bar-key\": \"value\"}`
97
+ * Example: {@code {\"bar-key\": \"value\"}}
98
98
  *
99
99
  */
100
100
  "freeformTags"?: {
@@ -102,7 +102,7 @@ export interface ProductLicenseSummary {
102
102
  };
103
103
  /**
104
104
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
105
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
105
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
106
106
  *
107
107
  */
108
108
  "definedTags"?: {
@@ -112,7 +112,7 @@ export interface ProductLicenseSummary {
112
112
  };
113
113
  /**
114
114
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
115
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
115
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
116
116
  *
117
117
  */
118
118
  "systemTags"?: {
@@ -94,7 +94,7 @@ export interface ProductLicense {
94
94
  "images"?: Array<model.ImageResponse>;
95
95
  /**
96
96
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
97
- * Example: `{\"bar-key\": \"value\"}`
97
+ * Example: {@code {\"bar-key\": \"value\"}}
98
98
  *
99
99
  */
100
100
  "freeformTags"?: {
@@ -102,7 +102,7 @@ export interface ProductLicense {
102
102
  };
103
103
  /**
104
104
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
105
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
105
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
106
106
  *
107
107
  */
108
108
  "definedTags"?: {
@@ -112,7 +112,7 @@ export interface ProductLicense {
112
112
  };
113
113
  /**
114
114
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
115
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
115
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
116
116
  *
117
117
  */
118
118
  "systemTags"?: {
@@ -26,14 +26,14 @@ export interface UpdateLicenseRecordDetails {
26
26
  /**
27
27
  * The license record end date in [RFC 3339](https://tools.ietf.org/html/rfc3339)
28
28
  * date format.
29
- * Example: `2018-09-12`
29
+ * Example: {@code 2018-09-12}
30
30
  *
31
31
  */
32
32
  "expirationDate"?: Date;
33
33
  /**
34
34
  * The license record support end date in [RFC 3339](https://tools.ietf.org/html/rfc3339)
35
35
  * date format.
36
- * Example: `2018-09-12`
36
+ * Example: {@code 2018-09-12}
37
37
  *
38
38
  */
39
39
  "supportEndDate"?: Date;
@@ -53,7 +53,7 @@ export interface UpdateLicenseRecordDetails {
53
53
  "productId"?: string;
54
54
  /**
55
55
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
56
- * Example: `{\"bar-key\": \"value\"}`
56
+ * Example: {@code {\"bar-key\": \"value\"}}
57
57
  *
58
58
  */
59
59
  "freeformTags"?: {
@@ -61,7 +61,7 @@ export interface UpdateLicenseRecordDetails {
61
61
  };
62
62
  /**
63
63
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
64
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
64
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
65
65
  *
66
66
  */
67
67
  "definedTags"?: {
@@ -21,7 +21,7 @@ export interface UpdateProductLicenseDetails {
21
21
  "images": Array<model.ImageDetails>;
22
22
  /**
23
23
  * Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
24
- * Example: `{\"bar-key\": \"value\"}`
24
+ * Example: {@code {\"bar-key\": \"value\"}}
25
25
  *
26
26
  */
27
27
  "freeformTags"?: {
@@ -29,7 +29,7 @@ export interface UpdateProductLicenseDetails {
29
29
  };
30
30
  /**
31
31
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
32
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
32
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
33
33
  *
34
34
  */
35
35
  "definedTags"?: {
@@ -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.76.1/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecordsRequest.
17
17
  */
18
18
  export interface BulkUploadLicenseRecordsRequest 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.76.1/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecordRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecordRequest.
17
17
  */
18
18
  export interface CreateLicenseRecordRequest 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.76.1/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicenseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicenseRequest.
17
17
  */
18
18
  export interface CreateProductLicenseRequest 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.76.1/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecordRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecordRequest.
16
16
  */
17
17
  export interface DeleteLicenseRecordRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface DeleteLicenseRecordRequest extends common.BaseRequest {
26
26
  */
27
27
  "opcRequestId"?: string;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -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.76.1/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicenseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicenseRequest.
16
16
  */
17
17
  export interface DeleteProductLicenseRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface DeleteProductLicenseRequest extends common.BaseRequest {
26
26
  */
27
27
  "opcRequestId"?: string;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -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.76.1/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplateRequest.
16
16
  */
17
17
  export interface GetBulkUploadTemplateRequest 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.76.1/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
16
16
  */
17
17
  export interface GetConfigurationRequest 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.76.1/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetricRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetricRequest.
16
16
  */
17
17
  export interface GetLicenseMetricRequest 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.76.1/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecordRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecordRequest.
16
16
  */
17
17
  export interface GetLicenseRecordRequest 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.76.1/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicenseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicenseRequest.
16
16
  */
17
17
  export interface GetProductLicenseRequest 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.76.1/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecordsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecordsRequest.
16
16
  */
17
17
  export interface ListLicenseRecordsRequest extends common.BaseRequest {
18
18
  /**
@@ -24,7 +24,7 @@ export interface ListLicenseRecordsRequest extends common.BaseRequest {
24
24
  */
25
25
  "limit"?: number;
26
26
  /**
27
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
27
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
28
28
  */
29
29
  "page"?: string;
30
30
  /**
@@ -34,13 +34,13 @@ export interface ListLicenseRecordsRequest extends common.BaseRequest {
34
34
  */
35
35
  "opcRequestId"?: string;
36
36
  /**
37
- * The sort order to use, whether `ASC` or `DESC`.
37
+ * The sort order to use, whether {@code ASC} or {@code DESC}.
38
38
  */
39
39
  "sortOrder"?: ListLicenseRecordsRequest.SortOrder;
40
40
  /**
41
41
  * Specifies the attribute with which to sort the rules.
42
42
  * <p>
43
- Default: `expirationDate`
43
+ Default: {@code expirationDate}
44
44
  * <p>
45
45
  * **expirationDate:** Sorts by expiration date of the license record.
46
46
  *
@@ -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.76.1/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumersRequest.
16
16
  */
17
17
  export interface ListProductLicenseConsumersRequest extends common.BaseRequest {
18
18
  /**
@@ -29,7 +29,7 @@ export interface ListProductLicenseConsumersRequest extends common.BaseRequest {
29
29
  */
30
30
  "limit"?: number;
31
31
  /**
32
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
32
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
33
33
  */
34
34
  "page"?: string;
35
35
  /**
@@ -43,13 +43,13 @@ export interface ListProductLicenseConsumersRequest extends common.BaseRequest {
43
43
  */
44
44
  "isCompartmentIdInSubtree"?: boolean;
45
45
  /**
46
- * The sort order to use, whether `ASC` or `DESC`.
46
+ * The sort order to use, whether {@code ASC} or {@code DESC}.
47
47
  */
48
48
  "sortOrder"?: ListProductLicenseConsumersRequest.SortOrder;
49
49
  /**
50
50
  * Specifies the attribute with which to sort the rules.
51
51
  * <p>
52
- Default: `licenseUnitsRequired`
52
+ Default: {@code licenseUnitsRequired}
53
53
  * <p>
54
54
  * **licenseUnitsRequired:** Sorts by licenseUnitsRequired of the Resource.
55
55
  *
@@ -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.76.1/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicensesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicensesRequest.
16
16
  */
17
17
  export interface ListProductLicensesRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ListProductLicensesRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -39,13 +39,13 @@ export interface ListProductLicensesRequest extends common.BaseRequest {
39
39
  */
40
40
  "isCompartmentIdInSubtree"?: boolean;
41
41
  /**
42
- * The sort order to use, whether `ASC` or `DESC`.
42
+ * The sort order to use, whether {@code ASC} or {@code DESC}.
43
43
  */
44
44
  "sortOrder"?: ListProductLicensesRequest.SortOrder;
45
45
  /**
46
46
  * Specifies the attribute with which to sort the rules.
47
47
  * <p>
48
- Default: `totalLicenseUnitsConsumed`
48
+ Default: {@code totalLicenseUnitsConsumed}
49
49
  * <p>
50
50
  * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense.
51
51
  *
@@ -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.76.1/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicensesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicensesRequest.
16
16
  */
17
17
  export interface ListTopUtilizedProductLicensesRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ListTopUtilizedProductLicensesRequest extends common.BaseReques
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -39,13 +39,13 @@ export interface ListTopUtilizedProductLicensesRequest extends common.BaseReques
39
39
  */
40
40
  "isCompartmentIdInSubtree"?: boolean;
41
41
  /**
42
- * The sort order to use, whether `ASC` or `DESC`.
42
+ * The sort order to use, whether {@code ASC} or {@code DESC}.
43
43
  */
44
44
  "sortOrder"?: ListTopUtilizedProductLicensesRequest.SortOrder;
45
45
  /**
46
46
  * Specifies the attribute with which to sort the rules.
47
47
  * <p>
48
- Default: `totalLicenseUnitsConsumed`
48
+ Default: {@code totalLicenseUnitsConsumed}
49
49
  * <p>
50
50
  * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense.
51
51
  *
@@ -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.76.1/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResourcesRequest.
17
17
  */
18
18
  export interface ListTopUtilizedResourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ListTopUtilizedResourcesRequest extends common.BaseRequest {
26
26
  */
27
27
  "limit"?: number;
28
28
  /**
29
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
29
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
30
30
  */
31
31
  "page"?: string;
32
32
  /**
@@ -44,13 +44,13 @@ export interface ListTopUtilizedResourcesRequest extends common.BaseRequest {
44
44
  */
45
45
  "resourceUnitType"?: model.ResourceUnit;
46
46
  /**
47
- * The sort order to use, whether `ASC` or `DESC`.
47
+ * The sort order to use, whether {@code ASC} or {@code DESC}.
48
48
  */
49
49
  "sortOrder"?: ListTopUtilizedResourcesRequest.SortOrder;
50
50
  /**
51
51
  * Specifies the attribute with which to sort the rules.
52
52
  * <p>
53
- Default: `totalUnits`
53
+ Default: {@code totalUnits}
54
54
  * <p>
55
55
  * **totalUnits:** Sorts by totalUnits consumed by resource.
56
56
  *
@@ -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.76.1/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
17
17
  */
18
18
  export interface UpdateConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateConfigurationRequest extends common.BaseRequest {
26
26
  */
27
27
  "updateConfigurationDetails": model.UpdateConfigurationDetails;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -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.76.1/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecordRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecordRequest.
17
17
  */
18
18
  export interface UpdateLicenseRecordRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateLicenseRecordRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateLicenseRecordDetails": model.UpdateLicenseRecordDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -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.76.1/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicenseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicenseRequest.
17
17
  */
18
18
  export interface UpdateProductLicenseRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateProductLicenseRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateProductLicenseDetails": model.UpdateProductLicenseDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateLicenseRecordResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateProductLicenseResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface GetBulkUploadTemplateResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetLicenseMetricResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetLicenseRecordResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetProductLicenseResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListLicenseRecordsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListProductLicenseConsumersResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListProductLicensesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListTopUtilizedProductLicensesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListTopUtilizedResourcesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateLicenseRecordResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateProductLicenseResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-licensemanager",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for License Manager 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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"