oci-licensemanager 2.62.2 → 2.62.3
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.
- package/lib/client.d.ts +18 -18
- package/lib/client.js +18 -18
- package/lib/request/bulk-upload-license-records-request.d.ts +1 -1
- package/lib/request/create-license-record-request.d.ts +1 -1
- package/lib/request/create-product-license-request.d.ts +1 -1
- package/lib/request/delete-license-record-request.d.ts +1 -1
- package/lib/request/delete-product-license-request.d.ts +1 -1
- package/lib/request/get-bulk-upload-template-request.d.ts +1 -1
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/get-license-metric-request.d.ts +1 -1
- package/lib/request/get-license-record-request.d.ts +1 -1
- package/lib/request/get-product-license-request.d.ts +1 -1
- package/lib/request/list-license-records-request.d.ts +1 -1
- package/lib/request/list-product-license-consumers-request.d.ts +1 -1
- package/lib/request/list-product-licenses-request.d.ts +1 -1
- package/lib/request/list-top-utilized-product-licenses-request.d.ts +1 -1
- package/lib/request/list-top-utilized-resources-request.d.ts +1 -1
- package/lib/request/update-configuration-request.d.ts +1 -1
- package/lib/request/update-license-record-request.d.ts +1 -1
- package/lib/request/update-product-license-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare class LicenseManagerClient {
|
|
|
85
85
|
* @param BulkUploadLicenseRecordsRequest
|
|
86
86
|
* @return BulkUploadLicenseRecordsResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
|
|
89
89
|
*/
|
|
90
90
|
bulkUploadLicenseRecords(bulkUploadLicenseRecordsRequest: requests.BulkUploadLicenseRecordsRequest): Promise<responses.BulkUploadLicenseRecordsResponse>;
|
|
91
91
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class LicenseManagerClient {
|
|
|
94
94
|
* @param CreateLicenseRecordRequest
|
|
95
95
|
* @return CreateLicenseRecordResponse
|
|
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.62.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
|
|
98
98
|
*/
|
|
99
99
|
createLicenseRecord(createLicenseRecordRequest: requests.CreateLicenseRecordRequest): Promise<responses.CreateLicenseRecordResponse>;
|
|
100
100
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class LicenseManagerClient {
|
|
|
103
103
|
* @param CreateProductLicenseRequest
|
|
104
104
|
* @return CreateProductLicenseResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
|
|
107
107
|
*/
|
|
108
108
|
createProductLicense(createProductLicenseRequest: requests.CreateProductLicenseRequest): Promise<responses.CreateProductLicenseResponse>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class LicenseManagerClient {
|
|
|
112
112
|
* @param DeleteLicenseRecordRequest
|
|
113
113
|
* @return DeleteLicenseRecordResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
|
|
116
116
|
*/
|
|
117
117
|
deleteLicenseRecord(deleteLicenseRecordRequest: requests.DeleteLicenseRecordRequest): Promise<responses.DeleteLicenseRecordResponse>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class LicenseManagerClient {
|
|
|
121
121
|
* @param DeleteProductLicenseRequest
|
|
122
122
|
* @return DeleteProductLicenseResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
|
|
125
125
|
*/
|
|
126
126
|
deleteProductLicense(deleteProductLicenseRequest: requests.DeleteProductLicenseRequest): Promise<responses.DeleteProductLicenseResponse>;
|
|
127
127
|
/**
|
|
@@ -130,7 +130,7 @@ export declare class LicenseManagerClient {
|
|
|
130
130
|
* @param GetBulkUploadTemplateRequest
|
|
131
131
|
* @return GetBulkUploadTemplateResponse
|
|
132
132
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
|
|
134
134
|
*/
|
|
135
135
|
getBulkUploadTemplate(getBulkUploadTemplateRequest: requests.GetBulkUploadTemplateRequest): Promise<responses.GetBulkUploadTemplateResponse>;
|
|
136
136
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class LicenseManagerClient {
|
|
|
139
139
|
* @param GetConfigurationRequest
|
|
140
140
|
* @return GetConfigurationResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
143
143
|
*/
|
|
144
144
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class LicenseManagerClient {
|
|
|
148
148
|
* @param GetLicenseMetricRequest
|
|
149
149
|
* @return GetLicenseMetricResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
|
|
152
152
|
*/
|
|
153
153
|
getLicenseMetric(getLicenseMetricRequest: requests.GetLicenseMetricRequest): Promise<responses.GetLicenseMetricResponse>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class LicenseManagerClient {
|
|
|
157
157
|
* @param GetLicenseRecordRequest
|
|
158
158
|
* @return GetLicenseRecordResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
|
|
161
161
|
*/
|
|
162
162
|
getLicenseRecord(getLicenseRecordRequest: requests.GetLicenseRecordRequest): Promise<responses.GetLicenseRecordResponse>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class LicenseManagerClient {
|
|
|
166
166
|
* @param GetProductLicenseRequest
|
|
167
167
|
* @return GetProductLicenseResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
|
|
170
170
|
*/
|
|
171
171
|
getProductLicense(getProductLicenseRequest: requests.GetProductLicenseRequest): Promise<responses.GetProductLicenseResponse>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class LicenseManagerClient {
|
|
|
175
175
|
* @param ListLicenseRecordsRequest
|
|
176
176
|
* @return ListLicenseRecordsResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
|
|
179
179
|
*/
|
|
180
180
|
listLicenseRecords(listLicenseRecordsRequest: requests.ListLicenseRecordsRequest): Promise<responses.ListLicenseRecordsResponse>;
|
|
181
181
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class LicenseManagerClient {
|
|
|
184
184
|
* @param ListProductLicenseConsumersRequest
|
|
185
185
|
* @return ListProductLicenseConsumersResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
|
|
188
188
|
*/
|
|
189
189
|
listProductLicenseConsumers(listProductLicenseConsumersRequest: requests.ListProductLicenseConsumersRequest): Promise<responses.ListProductLicenseConsumersResponse>;
|
|
190
190
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class LicenseManagerClient {
|
|
|
193
193
|
* @param ListProductLicensesRequest
|
|
194
194
|
* @return ListProductLicensesResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
|
|
197
197
|
*/
|
|
198
198
|
listProductLicenses(listProductLicensesRequest: requests.ListProductLicensesRequest): Promise<responses.ListProductLicensesResponse>;
|
|
199
199
|
/**
|
|
@@ -202,7 +202,7 @@ export declare class LicenseManagerClient {
|
|
|
202
202
|
* @param ListTopUtilizedProductLicensesRequest
|
|
203
203
|
* @return ListTopUtilizedProductLicensesResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
|
|
206
206
|
*/
|
|
207
207
|
listTopUtilizedProductLicenses(listTopUtilizedProductLicensesRequest: requests.ListTopUtilizedProductLicensesRequest): Promise<responses.ListTopUtilizedProductLicensesResponse>;
|
|
208
208
|
/**
|
|
@@ -211,7 +211,7 @@ export declare class LicenseManagerClient {
|
|
|
211
211
|
* @param ListTopUtilizedResourcesRequest
|
|
212
212
|
* @return ListTopUtilizedResourcesResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
|
|
215
215
|
*/
|
|
216
216
|
listTopUtilizedResources(listTopUtilizedResourcesRequest: requests.ListTopUtilizedResourcesRequest): Promise<responses.ListTopUtilizedResourcesResponse>;
|
|
217
217
|
/**
|
|
@@ -220,7 +220,7 @@ export declare class LicenseManagerClient {
|
|
|
220
220
|
* @param UpdateConfigurationRequest
|
|
221
221
|
* @return UpdateConfigurationResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
224
224
|
*/
|
|
225
225
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
226
226
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class LicenseManagerClient {
|
|
|
229
229
|
* @param UpdateLicenseRecordRequest
|
|
230
230
|
* @return UpdateLicenseRecordResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
|
|
233
233
|
*/
|
|
234
234
|
updateLicenseRecord(updateLicenseRecordRequest: requests.UpdateLicenseRecordRequest): Promise<responses.UpdateLicenseRecordResponse>;
|
|
235
235
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class LicenseManagerClient {
|
|
|
238
238
|
* @param UpdateProductLicenseRequest
|
|
239
239
|
* @return UpdateProductLicenseResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
|
|
242
242
|
*/
|
|
243
243
|
updateProductLicense(updateProductLicenseRequest: requests.UpdateProductLicenseRequest): Promise<responses.UpdateProductLicenseResponse>;
|
|
244
244
|
}
|
package/lib/client.js
CHANGED
|
@@ -179,7 +179,7 @@ class LicenseManagerClient {
|
|
|
179
179
|
* @param BulkUploadLicenseRecordsRequest
|
|
180
180
|
* @return BulkUploadLicenseRecordsResponse
|
|
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.62.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
|
|
183
183
|
*/
|
|
184
184
|
bulkUploadLicenseRecords(bulkUploadLicenseRecordsRequest) {
|
|
185
185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -236,7 +236,7 @@ class LicenseManagerClient {
|
|
|
236
236
|
* @param CreateLicenseRecordRequest
|
|
237
237
|
* @return CreateLicenseRecordResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
|
|
240
240
|
*/
|
|
241
241
|
createLicenseRecord(createLicenseRecordRequest) {
|
|
242
242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -311,7 +311,7 @@ class LicenseManagerClient {
|
|
|
311
311
|
* @param CreateProductLicenseRequest
|
|
312
312
|
* @return CreateProductLicenseResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
|
|
315
315
|
*/
|
|
316
316
|
createProductLicense(createProductLicenseRequest) {
|
|
317
317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -384,7 +384,7 @@ class LicenseManagerClient {
|
|
|
384
384
|
* @param DeleteLicenseRecordRequest
|
|
385
385
|
* @return DeleteLicenseRecordResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
|
|
388
388
|
*/
|
|
389
389
|
deleteLicenseRecord(deleteLicenseRecordRequest) {
|
|
390
390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -449,7 +449,7 @@ class LicenseManagerClient {
|
|
|
449
449
|
* @param DeleteProductLicenseRequest
|
|
450
450
|
* @return DeleteProductLicenseResponse
|
|
451
451
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
|
|
453
453
|
*/
|
|
454
454
|
deleteProductLicense(deleteProductLicenseRequest) {
|
|
455
455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -514,7 +514,7 @@ class LicenseManagerClient {
|
|
|
514
514
|
* @param GetBulkUploadTemplateRequest
|
|
515
515
|
* @return GetBulkUploadTemplateResponse
|
|
516
516
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
|
|
518
518
|
*/
|
|
519
519
|
getBulkUploadTemplate(getBulkUploadTemplateRequest) {
|
|
520
520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -575,7 +575,7 @@ class LicenseManagerClient {
|
|
|
575
575
|
* @param GetConfigurationRequest
|
|
576
576
|
* @return GetConfigurationResponse
|
|
577
577
|
* @throws OciError when an error occurs
|
|
578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
579
579
|
*/
|
|
580
580
|
getConfiguration(getConfigurationRequest) {
|
|
581
581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -638,7 +638,7 @@ class LicenseManagerClient {
|
|
|
638
638
|
* @param GetLicenseMetricRequest
|
|
639
639
|
* @return GetLicenseMetricResponse
|
|
640
640
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
|
|
642
642
|
*/
|
|
643
643
|
getLicenseMetric(getLicenseMetricRequest) {
|
|
644
644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -702,7 +702,7 @@ class LicenseManagerClient {
|
|
|
702
702
|
* @param GetLicenseRecordRequest
|
|
703
703
|
* @return GetLicenseRecordResponse
|
|
704
704
|
* @throws OciError when an error occurs
|
|
705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
|
|
706
706
|
*/
|
|
707
707
|
getLicenseRecord(getLicenseRecordRequest) {
|
|
708
708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -765,7 +765,7 @@ class LicenseManagerClient {
|
|
|
765
765
|
* @param GetProductLicenseRequest
|
|
766
766
|
* @return GetProductLicenseResponse
|
|
767
767
|
* @throws OciError when an error occurs
|
|
768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
|
|
769
769
|
*/
|
|
770
770
|
getProductLicense(getProductLicenseRequest) {
|
|
771
771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -828,7 +828,7 @@ class LicenseManagerClient {
|
|
|
828
828
|
* @param ListLicenseRecordsRequest
|
|
829
829
|
* @return ListLicenseRecordsResponse
|
|
830
830
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
|
|
832
832
|
*/
|
|
833
833
|
listLicenseRecords(listLicenseRecordsRequest) {
|
|
834
834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -895,7 +895,7 @@ class LicenseManagerClient {
|
|
|
895
895
|
* @param ListProductLicenseConsumersRequest
|
|
896
896
|
* @return ListProductLicenseConsumersResponse
|
|
897
897
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
|
|
899
899
|
*/
|
|
900
900
|
listProductLicenseConsumers(listProductLicenseConsumersRequest) {
|
|
901
901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -964,7 +964,7 @@ class LicenseManagerClient {
|
|
|
964
964
|
* @param ListProductLicensesRequest
|
|
965
965
|
* @return ListProductLicensesResponse
|
|
966
966
|
* @throws OciError when an error occurs
|
|
967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
|
|
968
968
|
*/
|
|
969
969
|
listProductLicenses(listProductLicensesRequest) {
|
|
970
970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1032,7 +1032,7 @@ class LicenseManagerClient {
|
|
|
1032
1032
|
* @param ListTopUtilizedProductLicensesRequest
|
|
1033
1033
|
* @return ListTopUtilizedProductLicensesResponse
|
|
1034
1034
|
* @throws OciError when an error occurs
|
|
1035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
|
|
1036
1036
|
*/
|
|
1037
1037
|
listTopUtilizedProductLicenses(listTopUtilizedProductLicensesRequest) {
|
|
1038
1038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1100,7 +1100,7 @@ class LicenseManagerClient {
|
|
|
1100
1100
|
* @param ListTopUtilizedResourcesRequest
|
|
1101
1101
|
* @return ListTopUtilizedResourcesResponse
|
|
1102
1102
|
* @throws OciError when an error occurs
|
|
1103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
|
|
1104
1104
|
*/
|
|
1105
1105
|
listTopUtilizedResources(listTopUtilizedResourcesRequest) {
|
|
1106
1106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1169,7 +1169,7 @@ class LicenseManagerClient {
|
|
|
1169
1169
|
* @param UpdateConfigurationRequest
|
|
1170
1170
|
* @return UpdateConfigurationResponse
|
|
1171
1171
|
* @throws OciError when an error occurs
|
|
1172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
1173
1173
|
*/
|
|
1174
1174
|
updateConfiguration(updateConfigurationRequest) {
|
|
1175
1175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1234,7 +1234,7 @@ class LicenseManagerClient {
|
|
|
1234
1234
|
* @param UpdateLicenseRecordRequest
|
|
1235
1235
|
* @return UpdateLicenseRecordResponse
|
|
1236
1236
|
* @throws OciError when an error occurs
|
|
1237
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
|
|
1238
1238
|
*/
|
|
1239
1239
|
updateLicenseRecord(updateLicenseRecordRequest) {
|
|
1240
1240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1299,7 +1299,7 @@ class LicenseManagerClient {
|
|
|
1299
1299
|
* @param UpdateProductLicenseRequest
|
|
1300
1300
|
* @return UpdateProductLicenseResponse
|
|
1301
1301
|
* @throws OciError when an error occurs
|
|
1302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
|
|
1303
1303
|
*/
|
|
1304
1304
|
updateProductLicense(updateProductLicenseRequest) {
|
|
1305
1305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecordRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLicenseRecordRequest 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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicenseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProductLicenseRequest 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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecordsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLicenseRecordsRequest 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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListProductLicenseConsumersRequest 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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicensesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListProductLicensesRequest 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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicensesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTopUtilizedProductLicensesRequest 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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResourcesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListTopUtilizedResourcesRequest 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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateConfigurationRequest 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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecordRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateLicenseRecordRequest 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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicenseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProductLicenseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-licensemanager",
|
|
3
|
-
"version": "2.62.
|
|
3
|
+
"version": "2.62.3",
|
|
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.62.
|
|
19
|
-
"oci-workrequests": "2.62.
|
|
18
|
+
"oci-common": "2.62.3",
|
|
19
|
+
"oci-workrequests": "2.62.3"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|