oci-onesubscription 2.89.3 → 2.89.4
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 +13 -13
- package/lib/client.js +13 -13
- package/lib/request/get-commitment-request.d.ts +1 -1
- package/lib/request/get-computed-usage-request.d.ts +1 -1
- package/lib/request/get-subscribed-service-request.d.ts +1 -1
- package/lib/request/list-aggregated-computed-usages-request.d.ts +1 -1
- package/lib/request/list-billing-schedules-request.d.ts +1 -1
- package/lib/request/list-commitments-request.d.ts +1 -1
- package/lib/request/list-computed-usages-request.d.ts +1 -1
- package/lib/request/list-invoiceline-computed-usages-request.d.ts +1 -1
- package/lib/request/list-invoices-request.d.ts +1 -1
- package/lib/request/list-organization-subscriptions-request.d.ts +1 -1
- package/lib/request/list-rate-cards-request.d.ts +1 -1
- package/lib/request/list-subscribed-services-request.d.ts +1 -1
- package/lib/request/list-subscriptions-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export declare class BillingScheduleClient {
|
|
|
84
84
|
* @param ListBillingSchedulesRequest
|
|
85
85
|
* @return ListBillingSchedulesResponse
|
|
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.89.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
88
88
|
*/
|
|
89
89
|
listBillingSchedules(listBillingSchedulesRequest: requests.ListBillingSchedulesRequest): Promise<responses.ListBillingSchedulesResponse>;
|
|
90
90
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class CommitmentClient {
|
|
|
187
187
|
* @param GetCommitmentRequest
|
|
188
188
|
* @return GetCommitmentResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
191
191
|
*/
|
|
192
192
|
getCommitment(getCommitmentRequest: requests.GetCommitmentRequest): Promise<responses.GetCommitmentResponse>;
|
|
193
193
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class CommitmentClient {
|
|
|
197
197
|
* @param ListCommitmentsRequest
|
|
198
198
|
* @return ListCommitmentsResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
201
201
|
*/
|
|
202
202
|
listCommitments(listCommitmentsRequest: requests.ListCommitmentsRequest): Promise<responses.ListCommitmentsResponse>;
|
|
203
203
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class ComputedUsageClient {
|
|
|
300
300
|
* @param GetComputedUsageRequest
|
|
301
301
|
* @return GetComputedUsageResponse
|
|
302
302
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
304
304
|
*/
|
|
305
305
|
getComputedUsage(getComputedUsageRequest: requests.GetComputedUsageRequest): Promise<responses.GetComputedUsageResponse>;
|
|
306
306
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class ComputedUsageClient {
|
|
|
310
310
|
* @param ListAggregatedComputedUsagesRequest
|
|
311
311
|
* @return ListAggregatedComputedUsagesResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
314
314
|
*/
|
|
315
315
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest: requests.ListAggregatedComputedUsagesRequest): Promise<responses.ListAggregatedComputedUsagesResponse>;
|
|
316
316
|
/**
|
|
@@ -352,7 +352,7 @@ export declare class ComputedUsageClient {
|
|
|
352
352
|
* @param ListComputedUsagesRequest
|
|
353
353
|
* @return ListComputedUsagesResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
356
356
|
*/
|
|
357
357
|
listComputedUsages(listComputedUsagesRequest: requests.ListComputedUsagesRequest): Promise<responses.ListComputedUsagesResponse>;
|
|
358
358
|
/**
|
|
@@ -455,7 +455,7 @@ export declare class InvoiceSummaryClient {
|
|
|
455
455
|
* @param ListInvoicelineComputedUsagesRequest
|
|
456
456
|
* @return ListInvoicelineComputedUsagesResponse
|
|
457
457
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
459
459
|
*/
|
|
460
460
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest: requests.ListInvoicelineComputedUsagesRequest): Promise<responses.ListInvoicelineComputedUsagesResponse>;
|
|
461
461
|
/**
|
|
@@ -497,7 +497,7 @@ export declare class InvoiceSummaryClient {
|
|
|
497
497
|
* @param ListInvoicesRequest
|
|
498
498
|
* @return ListInvoicesResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
501
501
|
*/
|
|
502
502
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
503
503
|
/**
|
|
@@ -600,7 +600,7 @@ export declare class OrganizationSubscriptionClient {
|
|
|
600
600
|
* @param ListOrganizationSubscriptionsRequest
|
|
601
601
|
* @return ListOrganizationSubscriptionsResponse
|
|
602
602
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
604
604
|
*/
|
|
605
605
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest: requests.ListOrganizationSubscriptionsRequest): Promise<responses.ListOrganizationSubscriptionsResponse>;
|
|
606
606
|
/**
|
|
@@ -704,7 +704,7 @@ export declare class RatecardClient {
|
|
|
704
704
|
* @param ListRateCardsRequest
|
|
705
705
|
* @return ListRateCardsResponse
|
|
706
706
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
708
708
|
*/
|
|
709
709
|
listRateCards(listRateCardsRequest: requests.ListRateCardsRequest): Promise<responses.ListRateCardsResponse>;
|
|
710
710
|
/**
|
|
@@ -807,7 +807,7 @@ export declare class SubscribedServiceClient {
|
|
|
807
807
|
* @param GetSubscribedServiceRequest
|
|
808
808
|
* @return GetSubscribedServiceResponse
|
|
809
809
|
* @throws OciError when an error occurs
|
|
810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
811
811
|
*/
|
|
812
812
|
getSubscribedService(getSubscribedServiceRequest: requests.GetSubscribedServiceRequest): Promise<responses.GetSubscribedServiceResponse>;
|
|
813
813
|
/**
|
|
@@ -817,7 +817,7 @@ export declare class SubscribedServiceClient {
|
|
|
817
817
|
* @param ListSubscribedServicesRequest
|
|
818
818
|
* @return ListSubscribedServicesResponse
|
|
819
819
|
* @throws OciError when an error occurs
|
|
820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
821
821
|
*/
|
|
822
822
|
listSubscribedServices(listSubscribedServicesRequest: requests.ListSubscribedServicesRequest): Promise<responses.ListSubscribedServicesResponse>;
|
|
823
823
|
/**
|
|
@@ -923,7 +923,7 @@ export declare class SubscriptionClient {
|
|
|
923
923
|
* @param ListSubscriptionsRequest
|
|
924
924
|
* @return ListSubscriptionsResponse
|
|
925
925
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
927
927
|
*/
|
|
928
928
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
929
929
|
/**
|
package/lib/client.js
CHANGED
|
@@ -184,7 +184,7 @@ class BillingScheduleClient {
|
|
|
184
184
|
* @param ListBillingSchedulesRequest
|
|
185
185
|
* @return ListBillingSchedulesResponse
|
|
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.89.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
188
188
|
*/
|
|
189
189
|
listBillingSchedules(listBillingSchedulesRequest) {
|
|
190
190
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -424,7 +424,7 @@ class CommitmentClient {
|
|
|
424
424
|
* @param GetCommitmentRequest
|
|
425
425
|
* @return GetCommitmentResponse
|
|
426
426
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
428
428
|
*/
|
|
429
429
|
getCommitment(getCommitmentRequest) {
|
|
430
430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -483,7 +483,7 @@ class CommitmentClient {
|
|
|
483
483
|
* @param ListCommitmentsRequest
|
|
484
484
|
* @return ListCommitmentsResponse
|
|
485
485
|
* @throws OciError when an error occurs
|
|
486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
487
487
|
*/
|
|
488
488
|
listCommitments(listCommitmentsRequest) {
|
|
489
489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -722,7 +722,7 @@ class ComputedUsageClient {
|
|
|
722
722
|
* @param GetComputedUsageRequest
|
|
723
723
|
* @return GetComputedUsageResponse
|
|
724
724
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
726
726
|
*/
|
|
727
727
|
getComputedUsage(getComputedUsageRequest) {
|
|
728
728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -784,7 +784,7 @@ class ComputedUsageClient {
|
|
|
784
784
|
* @param ListAggregatedComputedUsagesRequest
|
|
785
785
|
* @return ListAggregatedComputedUsagesResponse
|
|
786
786
|
* @throws OciError when an error occurs
|
|
787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
788
788
|
*/
|
|
789
789
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest) {
|
|
790
790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -895,7 +895,7 @@ class ComputedUsageClient {
|
|
|
895
895
|
* @param ListComputedUsagesRequest
|
|
896
896
|
* @return ListComputedUsagesResponse
|
|
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.89.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
899
899
|
*/
|
|
900
900
|
listComputedUsages(listComputedUsagesRequest) {
|
|
901
901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1138,7 +1138,7 @@ class InvoiceSummaryClient {
|
|
|
1138
1138
|
* @param ListInvoicelineComputedUsagesRequest
|
|
1139
1139
|
* @return ListInvoicelineComputedUsagesResponse
|
|
1140
1140
|
* @throws OciError when an error occurs
|
|
1141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
1142
1142
|
*/
|
|
1143
1143
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest) {
|
|
1144
1144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1248,7 +1248,7 @@ class InvoiceSummaryClient {
|
|
|
1248
1248
|
* @param ListInvoicesRequest
|
|
1249
1249
|
* @return ListInvoicesResponse
|
|
1250
1250
|
* @throws OciError when an error occurs
|
|
1251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
1252
1252
|
*/
|
|
1253
1253
|
listInvoices(listInvoicesRequest) {
|
|
1254
1254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1490,7 +1490,7 @@ class OrganizationSubscriptionClient {
|
|
|
1490
1490
|
* @param ListOrganizationSubscriptionsRequest
|
|
1491
1491
|
* @return ListOrganizationSubscriptionsResponse
|
|
1492
1492
|
* @throws OciError when an error occurs
|
|
1493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
1494
1494
|
*/
|
|
1495
1495
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest) {
|
|
1496
1496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1729,7 +1729,7 @@ class RatecardClient {
|
|
|
1729
1729
|
* @param ListRateCardsRequest
|
|
1730
1730
|
* @return ListRateCardsResponse
|
|
1731
1731
|
* @throws OciError when an error occurs
|
|
1732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
1733
1733
|
*/
|
|
1734
1734
|
listRateCards(listRateCardsRequest) {
|
|
1735
1735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1971,7 +1971,7 @@ class SubscribedServiceClient {
|
|
|
1971
1971
|
* @param GetSubscribedServiceRequest
|
|
1972
1972
|
* @return GetSubscribedServiceResponse
|
|
1973
1973
|
* @throws OciError when an error occurs
|
|
1974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
1975
1975
|
*/
|
|
1976
1976
|
getSubscribedService(getSubscribedServiceRequest) {
|
|
1977
1977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2032,7 +2032,7 @@ class SubscribedServiceClient {
|
|
|
2032
2032
|
* @param ListSubscribedServicesRequest
|
|
2033
2033
|
* @return ListSubscribedServicesResponse
|
|
2034
2034
|
* @throws OciError when an error occurs
|
|
2035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
2036
2036
|
*/
|
|
2037
2037
|
listSubscribedServices(listSubscribedServicesRequest) {
|
|
2038
2038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2276,7 +2276,7 @@ class SubscriptionClient {
|
|
|
2276
2276
|
* @param ListSubscriptionsRequest
|
|
2277
2277
|
* @return ListSubscriptionsResponse
|
|
2278
2278
|
* @throws OciError when an error occurs
|
|
2279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
2280
2280
|
*/
|
|
2281
2281
|
listSubscriptions(listSubscriptionsRequest) {
|
|
2282
2282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCommitmentRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetComputedUsageRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedServiceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSubscribedServiceRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAggregatedComputedUsagesRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedulesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBillingSchedulesRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitmentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCommitmentsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListComputedUsagesRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoicelineComputedUsagesRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoicesRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListOrganizationSubscriptionsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCardsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRateCardsRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscribedServicesRequest 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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-onesubscription",
|
|
3
|
-
"version": "2.89.
|
|
3
|
+
"version": "2.89.4",
|
|
4
4
|
"description": "OCI NodeJS client for Onesubscription 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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.4",
|
|
19
|
+
"oci-workrequests": "2.89.4"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|