oci-licensemanager 2.69.0 → 2.70.1
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
|
@@ -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.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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
|
@@ -183,7 +183,7 @@ class LicenseManagerClient {
|
|
|
183
183
|
* @param BulkUploadLicenseRecordsRequest
|
|
184
184
|
* @return BulkUploadLicenseRecordsResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
|
|
187
187
|
*/
|
|
188
188
|
bulkUploadLicenseRecords(bulkUploadLicenseRecordsRequest) {
|
|
189
189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -240,7 +240,7 @@ class LicenseManagerClient {
|
|
|
240
240
|
* @param CreateLicenseRecordRequest
|
|
241
241
|
* @return CreateLicenseRecordResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
|
|
244
244
|
*/
|
|
245
245
|
createLicenseRecord(createLicenseRecordRequest) {
|
|
246
246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -315,7 +315,7 @@ class LicenseManagerClient {
|
|
|
315
315
|
* @param CreateProductLicenseRequest
|
|
316
316
|
* @return CreateProductLicenseResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
|
|
319
319
|
*/
|
|
320
320
|
createProductLicense(createProductLicenseRequest) {
|
|
321
321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -388,7 +388,7 @@ class LicenseManagerClient {
|
|
|
388
388
|
* @param DeleteLicenseRecordRequest
|
|
389
389
|
* @return DeleteLicenseRecordResponse
|
|
390
390
|
* @throws OciError when an error occurs
|
|
391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
|
|
392
392
|
*/
|
|
393
393
|
deleteLicenseRecord(deleteLicenseRecordRequest) {
|
|
394
394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -453,7 +453,7 @@ class LicenseManagerClient {
|
|
|
453
453
|
* @param DeleteProductLicenseRequest
|
|
454
454
|
* @return DeleteProductLicenseResponse
|
|
455
455
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
|
|
457
457
|
*/
|
|
458
458
|
deleteProductLicense(deleteProductLicenseRequest) {
|
|
459
459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -518,7 +518,7 @@ class LicenseManagerClient {
|
|
|
518
518
|
* @param GetBulkUploadTemplateRequest
|
|
519
519
|
* @return GetBulkUploadTemplateResponse
|
|
520
520
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
|
|
522
522
|
*/
|
|
523
523
|
getBulkUploadTemplate(getBulkUploadTemplateRequest) {
|
|
524
524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -579,7 +579,7 @@ class LicenseManagerClient {
|
|
|
579
579
|
* @param GetConfigurationRequest
|
|
580
580
|
* @return GetConfigurationResponse
|
|
581
581
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
583
583
|
*/
|
|
584
584
|
getConfiguration(getConfigurationRequest) {
|
|
585
585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -642,7 +642,7 @@ class LicenseManagerClient {
|
|
|
642
642
|
* @param GetLicenseMetricRequest
|
|
643
643
|
* @return GetLicenseMetricResponse
|
|
644
644
|
* @throws OciError when an error occurs
|
|
645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
|
|
646
646
|
*/
|
|
647
647
|
getLicenseMetric(getLicenseMetricRequest) {
|
|
648
648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -706,7 +706,7 @@ class LicenseManagerClient {
|
|
|
706
706
|
* @param GetLicenseRecordRequest
|
|
707
707
|
* @return GetLicenseRecordResponse
|
|
708
708
|
* @throws OciError when an error occurs
|
|
709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
|
|
710
710
|
*/
|
|
711
711
|
getLicenseRecord(getLicenseRecordRequest) {
|
|
712
712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -769,7 +769,7 @@ class LicenseManagerClient {
|
|
|
769
769
|
* @param GetProductLicenseRequest
|
|
770
770
|
* @return GetProductLicenseResponse
|
|
771
771
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
|
|
773
773
|
*/
|
|
774
774
|
getProductLicense(getProductLicenseRequest) {
|
|
775
775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -832,7 +832,7 @@ class LicenseManagerClient {
|
|
|
832
832
|
* @param ListLicenseRecordsRequest
|
|
833
833
|
* @return ListLicenseRecordsResponse
|
|
834
834
|
* @throws OciError when an error occurs
|
|
835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
|
|
836
836
|
*/
|
|
837
837
|
listLicenseRecords(listLicenseRecordsRequest) {
|
|
838
838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -899,7 +899,7 @@ class LicenseManagerClient {
|
|
|
899
899
|
* @param ListProductLicenseConsumersRequest
|
|
900
900
|
* @return ListProductLicenseConsumersResponse
|
|
901
901
|
* @throws OciError when an error occurs
|
|
902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
|
|
903
903
|
*/
|
|
904
904
|
listProductLicenseConsumers(listProductLicenseConsumersRequest) {
|
|
905
905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -968,7 +968,7 @@ class LicenseManagerClient {
|
|
|
968
968
|
* @param ListProductLicensesRequest
|
|
969
969
|
* @return ListProductLicensesResponse
|
|
970
970
|
* @throws OciError when an error occurs
|
|
971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
971
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
|
|
972
972
|
*/
|
|
973
973
|
listProductLicenses(listProductLicensesRequest) {
|
|
974
974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1036,7 +1036,7 @@ class LicenseManagerClient {
|
|
|
1036
1036
|
* @param ListTopUtilizedProductLicensesRequest
|
|
1037
1037
|
* @return ListTopUtilizedProductLicensesResponse
|
|
1038
1038
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1039
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
|
|
1040
1040
|
*/
|
|
1041
1041
|
listTopUtilizedProductLicenses(listTopUtilizedProductLicensesRequest) {
|
|
1042
1042
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1104,7 +1104,7 @@ class LicenseManagerClient {
|
|
|
1104
1104
|
* @param ListTopUtilizedResourcesRequest
|
|
1105
1105
|
* @return ListTopUtilizedResourcesResponse
|
|
1106
1106
|
* @throws OciError when an error occurs
|
|
1107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
|
|
1108
1108
|
*/
|
|
1109
1109
|
listTopUtilizedResources(listTopUtilizedResourcesRequest) {
|
|
1110
1110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1173,7 +1173,7 @@ class LicenseManagerClient {
|
|
|
1173
1173
|
* @param UpdateConfigurationRequest
|
|
1174
1174
|
* @return UpdateConfigurationResponse
|
|
1175
1175
|
* @throws OciError when an error occurs
|
|
1176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
1177
1177
|
*/
|
|
1178
1178
|
updateConfiguration(updateConfigurationRequest) {
|
|
1179
1179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1238,7 +1238,7 @@ class LicenseManagerClient {
|
|
|
1238
1238
|
* @param UpdateLicenseRecordRequest
|
|
1239
1239
|
* @return UpdateLicenseRecordResponse
|
|
1240
1240
|
* @throws OciError when an error occurs
|
|
1241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
|
|
1242
1242
|
*/
|
|
1243
1243
|
updateLicenseRecord(updateLicenseRecordRequest) {
|
|
1244
1244
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1303,7 +1303,7 @@ class LicenseManagerClient {
|
|
|
1303
1303
|
* @param UpdateProductLicenseRequest
|
|
1304
1304
|
* @return UpdateProductLicenseResponse
|
|
1305
1305
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
|
|
1307
1307
|
*/
|
|
1308
1308
|
updateProductLicense(updateProductLicenseRequest) {
|
|
1309
1309
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/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.
|
|
3
|
+
"version": "2.70.1",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.70.1",
|
|
19
|
+
"oci-workrequests": "2.70.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|