oci-licensemanager 2.44.0 → 2.45.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.
- 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
|
@@ -75,7 +75,7 @@ export declare class LicenseManagerClient {
|
|
|
75
75
|
* @param BulkUploadLicenseRecordsRequest
|
|
76
76
|
* @return BulkUploadLicenseRecordsResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
|
|
79
79
|
*/
|
|
80
80
|
bulkUploadLicenseRecords(bulkUploadLicenseRecordsRequest: requests.BulkUploadLicenseRecordsRequest): Promise<responses.BulkUploadLicenseRecordsResponse>;
|
|
81
81
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class LicenseManagerClient {
|
|
|
84
84
|
* @param CreateLicenseRecordRequest
|
|
85
85
|
* @return CreateLicenseRecordResponse
|
|
86
86
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
|
|
88
88
|
*/
|
|
89
89
|
createLicenseRecord(createLicenseRecordRequest: requests.CreateLicenseRecordRequest): Promise<responses.CreateLicenseRecordResponse>;
|
|
90
90
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class LicenseManagerClient {
|
|
|
93
93
|
* @param CreateProductLicenseRequest
|
|
94
94
|
* @return CreateProductLicenseResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
|
|
97
97
|
*/
|
|
98
98
|
createProductLicense(createProductLicenseRequest: requests.CreateProductLicenseRequest): Promise<responses.CreateProductLicenseResponse>;
|
|
99
99
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class LicenseManagerClient {
|
|
|
102
102
|
* @param DeleteLicenseRecordRequest
|
|
103
103
|
* @return DeleteLicenseRecordResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
|
|
106
106
|
*/
|
|
107
107
|
deleteLicenseRecord(deleteLicenseRecordRequest: requests.DeleteLicenseRecordRequest): Promise<responses.DeleteLicenseRecordResponse>;
|
|
108
108
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class LicenseManagerClient {
|
|
|
111
111
|
* @param DeleteProductLicenseRequest
|
|
112
112
|
* @return DeleteProductLicenseResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
|
|
115
115
|
*/
|
|
116
116
|
deleteProductLicense(deleteProductLicenseRequest: requests.DeleteProductLicenseRequest): Promise<responses.DeleteProductLicenseResponse>;
|
|
117
117
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class LicenseManagerClient {
|
|
|
120
120
|
* @param GetBulkUploadTemplateRequest
|
|
121
121
|
* @return GetBulkUploadTemplateResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
|
|
124
124
|
*/
|
|
125
125
|
getBulkUploadTemplate(getBulkUploadTemplateRequest: requests.GetBulkUploadTemplateRequest): Promise<responses.GetBulkUploadTemplateResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class LicenseManagerClient {
|
|
|
129
129
|
* @param GetConfigurationRequest
|
|
130
130
|
* @return GetConfigurationResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
133
133
|
*/
|
|
134
134
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
135
135
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class LicenseManagerClient {
|
|
|
138
138
|
* @param GetLicenseMetricRequest
|
|
139
139
|
* @return GetLicenseMetricResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
|
|
142
142
|
*/
|
|
143
143
|
getLicenseMetric(getLicenseMetricRequest: requests.GetLicenseMetricRequest): Promise<responses.GetLicenseMetricResponse>;
|
|
144
144
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class LicenseManagerClient {
|
|
|
147
147
|
* @param GetLicenseRecordRequest
|
|
148
148
|
* @return GetLicenseRecordResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
|
|
151
151
|
*/
|
|
152
152
|
getLicenseRecord(getLicenseRecordRequest: requests.GetLicenseRecordRequest): Promise<responses.GetLicenseRecordResponse>;
|
|
153
153
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class LicenseManagerClient {
|
|
|
156
156
|
* @param GetProductLicenseRequest
|
|
157
157
|
* @return GetProductLicenseResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
|
|
160
160
|
*/
|
|
161
161
|
getProductLicense(getProductLicenseRequest: requests.GetProductLicenseRequest): Promise<responses.GetProductLicenseResponse>;
|
|
162
162
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class LicenseManagerClient {
|
|
|
165
165
|
* @param ListLicenseRecordsRequest
|
|
166
166
|
* @return ListLicenseRecordsResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
|
|
169
169
|
*/
|
|
170
170
|
listLicenseRecords(listLicenseRecordsRequest: requests.ListLicenseRecordsRequest): Promise<responses.ListLicenseRecordsResponse>;
|
|
171
171
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class LicenseManagerClient {
|
|
|
174
174
|
* @param ListProductLicenseConsumersRequest
|
|
175
175
|
* @return ListProductLicenseConsumersResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
|
|
178
178
|
*/
|
|
179
179
|
listProductLicenseConsumers(listProductLicenseConsumersRequest: requests.ListProductLicenseConsumersRequest): Promise<responses.ListProductLicenseConsumersResponse>;
|
|
180
180
|
/**
|
|
@@ -183,7 +183,7 @@ export declare class LicenseManagerClient {
|
|
|
183
183
|
* @param ListProductLicensesRequest
|
|
184
184
|
* @return ListProductLicensesResponse
|
|
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.45.0/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
|
|
187
187
|
*/
|
|
188
188
|
listProductLicenses(listProductLicensesRequest: requests.ListProductLicensesRequest): Promise<responses.ListProductLicensesResponse>;
|
|
189
189
|
/**
|
|
@@ -192,7 +192,7 @@ export declare class LicenseManagerClient {
|
|
|
192
192
|
* @param ListTopUtilizedProductLicensesRequest
|
|
193
193
|
* @return ListTopUtilizedProductLicensesResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
|
|
196
196
|
*/
|
|
197
197
|
listTopUtilizedProductLicenses(listTopUtilizedProductLicensesRequest: requests.ListTopUtilizedProductLicensesRequest): Promise<responses.ListTopUtilizedProductLicensesResponse>;
|
|
198
198
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class LicenseManagerClient {
|
|
|
201
201
|
* @param ListTopUtilizedResourcesRequest
|
|
202
202
|
* @return ListTopUtilizedResourcesResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
|
|
205
205
|
*/
|
|
206
206
|
listTopUtilizedResources(listTopUtilizedResourcesRequest: requests.ListTopUtilizedResourcesRequest): Promise<responses.ListTopUtilizedResourcesResponse>;
|
|
207
207
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class LicenseManagerClient {
|
|
|
210
210
|
* @param UpdateConfigurationRequest
|
|
211
211
|
* @return UpdateConfigurationResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
214
214
|
*/
|
|
215
215
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
216
216
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class LicenseManagerClient {
|
|
|
219
219
|
* @param UpdateLicenseRecordRequest
|
|
220
220
|
* @return UpdateLicenseRecordResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
|
|
223
223
|
*/
|
|
224
224
|
updateLicenseRecord(updateLicenseRecordRequest: requests.UpdateLicenseRecordRequest): Promise<responses.UpdateLicenseRecordResponse>;
|
|
225
225
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class LicenseManagerClient {
|
|
|
228
228
|
* @param UpdateProductLicenseRequest
|
|
229
229
|
* @return UpdateProductLicenseResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
|
|
232
232
|
*/
|
|
233
233
|
updateProductLicense(updateProductLicenseRequest: requests.UpdateProductLicenseRequest): Promise<responses.UpdateProductLicenseResponse>;
|
|
234
234
|
}
|
package/lib/client.js
CHANGED
|
@@ -156,7 +156,7 @@ class LicenseManagerClient {
|
|
|
156
156
|
* @param BulkUploadLicenseRecordsRequest
|
|
157
157
|
* @return BulkUploadLicenseRecordsResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/BulkUploadLicenseRecords.ts.html |here} to see how to use BulkUploadLicenseRecords API.
|
|
160
160
|
*/
|
|
161
161
|
bulkUploadLicenseRecords(bulkUploadLicenseRecordsRequest) {
|
|
162
162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -213,7 +213,7 @@ class LicenseManagerClient {
|
|
|
213
213
|
* @param CreateLicenseRecordRequest
|
|
214
214
|
* @return CreateLicenseRecordResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/CreateLicenseRecord.ts.html |here} to see how to use CreateLicenseRecord API.
|
|
217
217
|
*/
|
|
218
218
|
createLicenseRecord(createLicenseRecordRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -288,7 +288,7 @@ class LicenseManagerClient {
|
|
|
288
288
|
* @param CreateProductLicenseRequest
|
|
289
289
|
* @return CreateProductLicenseResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/CreateProductLicense.ts.html |here} to see how to use CreateProductLicense API.
|
|
292
292
|
*/
|
|
293
293
|
createProductLicense(createProductLicenseRequest) {
|
|
294
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -361,7 +361,7 @@ class LicenseManagerClient {
|
|
|
361
361
|
* @param DeleteLicenseRecordRequest
|
|
362
362
|
* @return DeleteLicenseRecordResponse
|
|
363
363
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/DeleteLicenseRecord.ts.html |here} to see how to use DeleteLicenseRecord API.
|
|
365
365
|
*/
|
|
366
366
|
deleteLicenseRecord(deleteLicenseRecordRequest) {
|
|
367
367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -426,7 +426,7 @@ class LicenseManagerClient {
|
|
|
426
426
|
* @param DeleteProductLicenseRequest
|
|
427
427
|
* @return DeleteProductLicenseResponse
|
|
428
428
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/DeleteProductLicense.ts.html |here} to see how to use DeleteProductLicense API.
|
|
430
430
|
*/
|
|
431
431
|
deleteProductLicense(deleteProductLicenseRequest) {
|
|
432
432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -491,7 +491,7 @@ class LicenseManagerClient {
|
|
|
491
491
|
* @param GetBulkUploadTemplateRequest
|
|
492
492
|
* @return GetBulkUploadTemplateResponse
|
|
493
493
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetBulkUploadTemplate.ts.html |here} to see how to use GetBulkUploadTemplate API.
|
|
495
495
|
*/
|
|
496
496
|
getBulkUploadTemplate(getBulkUploadTemplateRequest) {
|
|
497
497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -552,7 +552,7 @@ class LicenseManagerClient {
|
|
|
552
552
|
* @param GetConfigurationRequest
|
|
553
553
|
* @return GetConfigurationResponse
|
|
554
554
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
556
556
|
*/
|
|
557
557
|
getConfiguration(getConfigurationRequest) {
|
|
558
558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -615,7 +615,7 @@ class LicenseManagerClient {
|
|
|
615
615
|
* @param GetLicenseMetricRequest
|
|
616
616
|
* @return GetLicenseMetricResponse
|
|
617
617
|
* @throws OciError when an error occurs
|
|
618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetLicenseMetric.ts.html |here} to see how to use GetLicenseMetric API.
|
|
619
619
|
*/
|
|
620
620
|
getLicenseMetric(getLicenseMetricRequest) {
|
|
621
621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -679,7 +679,7 @@ class LicenseManagerClient {
|
|
|
679
679
|
* @param GetLicenseRecordRequest
|
|
680
680
|
* @return GetLicenseRecordResponse
|
|
681
681
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetLicenseRecord.ts.html |here} to see how to use GetLicenseRecord API.
|
|
683
683
|
*/
|
|
684
684
|
getLicenseRecord(getLicenseRecordRequest) {
|
|
685
685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -742,7 +742,7 @@ class LicenseManagerClient {
|
|
|
742
742
|
* @param GetProductLicenseRequest
|
|
743
743
|
* @return GetProductLicenseResponse
|
|
744
744
|
* @throws OciError when an error occurs
|
|
745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/GetProductLicense.ts.html |here} to see how to use GetProductLicense API.
|
|
746
746
|
*/
|
|
747
747
|
getProductLicense(getProductLicenseRequest) {
|
|
748
748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -805,7 +805,7 @@ class LicenseManagerClient {
|
|
|
805
805
|
* @param ListLicenseRecordsRequest
|
|
806
806
|
* @return ListLicenseRecordsResponse
|
|
807
807
|
* @throws OciError when an error occurs
|
|
808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListLicenseRecords.ts.html |here} to see how to use ListLicenseRecords API.
|
|
809
809
|
*/
|
|
810
810
|
listLicenseRecords(listLicenseRecordsRequest) {
|
|
811
811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -872,7 +872,7 @@ class LicenseManagerClient {
|
|
|
872
872
|
* @param ListProductLicenseConsumersRequest
|
|
873
873
|
* @return ListProductLicenseConsumersResponse
|
|
874
874
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListProductLicenseConsumers.ts.html |here} to see how to use ListProductLicenseConsumers API.
|
|
876
876
|
*/
|
|
877
877
|
listProductLicenseConsumers(listProductLicenseConsumersRequest) {
|
|
878
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -941,7 +941,7 @@ class LicenseManagerClient {
|
|
|
941
941
|
* @param ListProductLicensesRequest
|
|
942
942
|
* @return ListProductLicensesResponse
|
|
943
943
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListProductLicenses.ts.html |here} to see how to use ListProductLicenses API.
|
|
945
945
|
*/
|
|
946
946
|
listProductLicenses(listProductLicensesRequest) {
|
|
947
947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1009,7 +1009,7 @@ class LicenseManagerClient {
|
|
|
1009
1009
|
* @param ListTopUtilizedProductLicensesRequest
|
|
1010
1010
|
* @return ListTopUtilizedProductLicensesResponse
|
|
1011
1011
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListTopUtilizedProductLicenses.ts.html |here} to see how to use ListTopUtilizedProductLicenses API.
|
|
1013
1013
|
*/
|
|
1014
1014
|
listTopUtilizedProductLicenses(listTopUtilizedProductLicensesRequest) {
|
|
1015
1015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1077,7 +1077,7 @@ class LicenseManagerClient {
|
|
|
1077
1077
|
* @param ListTopUtilizedResourcesRequest
|
|
1078
1078
|
* @return ListTopUtilizedResourcesResponse
|
|
1079
1079
|
* @throws OciError when an error occurs
|
|
1080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/ListTopUtilizedResources.ts.html |here} to see how to use ListTopUtilizedResources API.
|
|
1081
1081
|
*/
|
|
1082
1082
|
listTopUtilizedResources(listTopUtilizedResourcesRequest) {
|
|
1083
1083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1146,7 +1146,7 @@ class LicenseManagerClient {
|
|
|
1146
1146
|
* @param UpdateConfigurationRequest
|
|
1147
1147
|
* @return UpdateConfigurationResponse
|
|
1148
1148
|
* @throws OciError when an error occurs
|
|
1149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
1150
1150
|
*/
|
|
1151
1151
|
updateConfiguration(updateConfigurationRequest) {
|
|
1152
1152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1211,7 +1211,7 @@ class LicenseManagerClient {
|
|
|
1211
1211
|
* @param UpdateLicenseRecordRequest
|
|
1212
1212
|
* @return UpdateLicenseRecordResponse
|
|
1213
1213
|
* @throws OciError when an error occurs
|
|
1214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/UpdateLicenseRecord.ts.html |here} to see how to use UpdateLicenseRecord API.
|
|
1215
1215
|
*/
|
|
1216
1216
|
updateLicenseRecord(updateLicenseRecordRequest) {
|
|
1217
1217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1276,7 +1276,7 @@ class LicenseManagerClient {
|
|
|
1276
1276
|
* @param UpdateProductLicenseRequest
|
|
1277
1277
|
* @return UpdateProductLicenseResponse
|
|
1278
1278
|
* @throws OciError when an error occurs
|
|
1279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/licensemanager/UpdateProductLicense.ts.html |here} to see how to use UpdateProductLicense API.
|
|
1280
1280
|
*/
|
|
1281
1281
|
updateProductLicense(updateProductLicenseRequest) {
|
|
1282
1282
|
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.45.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/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.45.0/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.45.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/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.45.0/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.45.0/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.45.0/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.45.0/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.45.0/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.45.0/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.45.0/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.45.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.45.0",
|
|
19
|
+
"oci-workrequests": "2.45.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|