oci-onesubscription 2.76.1 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +3 -3
- package/lib/request/list-billing-schedules-request.d.ts +2 -2
- package/lib/request/list-commitments-request.d.ts +2 -2
- package/lib/request/list-computed-usages-request.d.ts +3 -3
- package/lib/request/list-invoiceline-computed-usages-request.d.ts +3 -3
- package/lib/request/list-invoices-request.d.ts +2 -2
- package/lib/request/list-organization-subscriptions-request.d.ts +2 -2
- package/lib/request/list-rate-cards-request.d.ts +2 -2
- package/lib/request/list-subscribed-services-request.d.ts +2 -2
- package/lib/request/list-subscriptions-request.d.ts +2 -2
- package/lib/response/list-aggregated-computed-usages-response.d.ts +1 -1
- package/lib/response/list-commitments-response.d.ts +1 -1
- package/lib/response/list-computed-usages-response.d.ts +1 -1
- package/lib/response/list-invoiceline-computed-usages-response.d.ts +1 -1
- package/lib/response/list-invoices-response.d.ts +1 -1
- package/lib/response/list-organization-subscriptions-response.d.ts +1 -1
- package/lib/response/list-rate-cards-response.d.ts +1 -1
- package/lib/response/list-subscribed-services-response.d.ts +1 -1
- package/lib/response/list-subscriptions-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class BillingScheduleClient {
|
|
|
75
75
|
* @param ListBillingSchedulesRequest
|
|
76
76
|
* @return ListBillingSchedulesResponse
|
|
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.77.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
79
79
|
*/
|
|
80
80
|
listBillingSchedules(listBillingSchedulesRequest: requests.ListBillingSchedulesRequest): Promise<responses.ListBillingSchedulesResponse>;
|
|
81
81
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class CommitmentClient {
|
|
|
170
170
|
* @param GetCommitmentRequest
|
|
171
171
|
* @return GetCommitmentResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
174
174
|
*/
|
|
175
175
|
getCommitment(getCommitmentRequest: requests.GetCommitmentRequest): Promise<responses.GetCommitmentResponse>;
|
|
176
176
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class CommitmentClient {
|
|
|
180
180
|
* @param ListCommitmentsRequest
|
|
181
181
|
* @return ListCommitmentsResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
184
184
|
*/
|
|
185
185
|
listCommitments(listCommitmentsRequest: requests.ListCommitmentsRequest): Promise<responses.ListCommitmentsResponse>;
|
|
186
186
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class ComputedUsageClient {
|
|
|
275
275
|
* @param GetComputedUsageRequest
|
|
276
276
|
* @return GetComputedUsageResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
279
279
|
*/
|
|
280
280
|
getComputedUsage(getComputedUsageRequest: requests.GetComputedUsageRequest): Promise<responses.GetComputedUsageResponse>;
|
|
281
281
|
/**
|
|
@@ -285,7 +285,7 @@ export declare class ComputedUsageClient {
|
|
|
285
285
|
* @param ListAggregatedComputedUsagesRequest
|
|
286
286
|
* @return ListAggregatedComputedUsagesResponse
|
|
287
287
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
289
289
|
*/
|
|
290
290
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest: requests.ListAggregatedComputedUsagesRequest): Promise<responses.ListAggregatedComputedUsagesResponse>;
|
|
291
291
|
/**
|
|
@@ -327,7 +327,7 @@ export declare class ComputedUsageClient {
|
|
|
327
327
|
* @param ListComputedUsagesRequest
|
|
328
328
|
* @return ListComputedUsagesResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
331
331
|
*/
|
|
332
332
|
listComputedUsages(listComputedUsagesRequest: requests.ListComputedUsagesRequest): Promise<responses.ListComputedUsagesResponse>;
|
|
333
333
|
/**
|
|
@@ -422,7 +422,7 @@ export declare class InvoiceSummaryClient {
|
|
|
422
422
|
* @param ListInvoicelineComputedUsagesRequest
|
|
423
423
|
* @return ListInvoicelineComputedUsagesResponse
|
|
424
424
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
426
426
|
*/
|
|
427
427
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest: requests.ListInvoicelineComputedUsagesRequest): Promise<responses.ListInvoicelineComputedUsagesResponse>;
|
|
428
428
|
/**
|
|
@@ -464,7 +464,7 @@ export declare class InvoiceSummaryClient {
|
|
|
464
464
|
* @param ListInvoicesRequest
|
|
465
465
|
* @return ListInvoicesResponse
|
|
466
466
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
468
468
|
*/
|
|
469
469
|
listInvoices(listInvoicesRequest: requests.ListInvoicesRequest): Promise<responses.ListInvoicesResponse>;
|
|
470
470
|
/**
|
|
@@ -559,7 +559,7 @@ export declare class OrganizationSubscriptionClient {
|
|
|
559
559
|
* @param ListOrganizationSubscriptionsRequest
|
|
560
560
|
* @return ListOrganizationSubscriptionsResponse
|
|
561
561
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
563
563
|
*/
|
|
564
564
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest: requests.ListOrganizationSubscriptionsRequest): Promise<responses.ListOrganizationSubscriptionsResponse>;
|
|
565
565
|
/**
|
|
@@ -655,7 +655,7 @@ export declare class RatecardClient {
|
|
|
655
655
|
* @param ListRateCardsRequest
|
|
656
656
|
* @return ListRateCardsResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
659
659
|
*/
|
|
660
660
|
listRateCards(listRateCardsRequest: requests.ListRateCardsRequest): Promise<responses.ListRateCardsResponse>;
|
|
661
661
|
/**
|
|
@@ -750,7 +750,7 @@ export declare class SubscribedServiceClient {
|
|
|
750
750
|
* @param GetSubscribedServiceRequest
|
|
751
751
|
* @return GetSubscribedServiceResponse
|
|
752
752
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
754
754
|
*/
|
|
755
755
|
getSubscribedService(getSubscribedServiceRequest: requests.GetSubscribedServiceRequest): Promise<responses.GetSubscribedServiceResponse>;
|
|
756
756
|
/**
|
|
@@ -760,7 +760,7 @@ export declare class SubscribedServiceClient {
|
|
|
760
760
|
* @param ListSubscribedServicesRequest
|
|
761
761
|
* @return ListSubscribedServicesResponse
|
|
762
762
|
* @throws OciError when an error occurs
|
|
763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
764
764
|
*/
|
|
765
765
|
listSubscribedServices(listSubscribedServicesRequest: requests.ListSubscribedServicesRequest): Promise<responses.ListSubscribedServicesResponse>;
|
|
766
766
|
/**
|
|
@@ -858,7 +858,7 @@ export declare class SubscriptionClient {
|
|
|
858
858
|
* @param ListSubscriptionsRequest
|
|
859
859
|
* @return ListSubscriptionsResponse
|
|
860
860
|
* @throws OciError when an error occurs
|
|
861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
862
862
|
*/
|
|
863
863
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
864
864
|
/**
|
package/lib/client.js
CHANGED
|
@@ -169,7 +169,7 @@ class BillingScheduleClient {
|
|
|
169
169
|
* @param ListBillingSchedulesRequest
|
|
170
170
|
* @return ListBillingSchedulesResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedules API.
|
|
173
173
|
*/
|
|
174
174
|
listBillingSchedules(listBillingSchedulesRequest) {
|
|
175
175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -395,7 +395,7 @@ class CommitmentClient {
|
|
|
395
395
|
* @param GetCommitmentRequest
|
|
396
396
|
* @return GetCommitmentResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/GetCommitment.ts.html |here} to see how to use GetCommitment API.
|
|
399
399
|
*/
|
|
400
400
|
getCommitment(getCommitmentRequest) {
|
|
401
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class CommitmentClient {
|
|
|
454
454
|
* @param ListCommitmentsRequest
|
|
455
455
|
* @return ListCommitmentsResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitments API.
|
|
458
458
|
*/
|
|
459
459
|
listCommitments(listCommitmentsRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -679,7 +679,7 @@ class ComputedUsageClient {
|
|
|
679
679
|
* @param GetComputedUsageRequest
|
|
680
680
|
* @return GetComputedUsageResponse
|
|
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.77.0/onesubscription/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
683
683
|
*/
|
|
684
684
|
getComputedUsage(getComputedUsageRequest) {
|
|
685
685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -741,7 +741,7 @@ class ComputedUsageClient {
|
|
|
741
741
|
* @param ListAggregatedComputedUsagesRequest
|
|
742
742
|
* @return ListAggregatedComputedUsagesResponse
|
|
743
743
|
* @throws OciError when an error occurs
|
|
744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsages API.
|
|
745
745
|
*/
|
|
746
746
|
listAggregatedComputedUsages(listAggregatedComputedUsagesRequest) {
|
|
747
747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -852,7 +852,7 @@ class ComputedUsageClient {
|
|
|
852
852
|
* @param ListComputedUsagesRequest
|
|
853
853
|
* @return ListComputedUsagesResponse
|
|
854
854
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
856
856
|
*/
|
|
857
857
|
listComputedUsages(listComputedUsagesRequest) {
|
|
858
858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1081,7 +1081,7 @@ class InvoiceSummaryClient {
|
|
|
1081
1081
|
* @param ListInvoicelineComputedUsagesRequest
|
|
1082
1082
|
* @return ListInvoicelineComputedUsagesResponse
|
|
1083
1083
|
* @throws OciError when an error occurs
|
|
1084
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsages API.
|
|
1085
1085
|
*/
|
|
1086
1086
|
listInvoicelineComputedUsages(listInvoicelineComputedUsagesRequest) {
|
|
1087
1087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1191,7 +1191,7 @@ class InvoiceSummaryClient {
|
|
|
1191
1191
|
* @param ListInvoicesRequest
|
|
1192
1192
|
* @return ListInvoicesResponse
|
|
1193
1193
|
* @throws OciError when an error occurs
|
|
1194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoices API.
|
|
1195
1195
|
*/
|
|
1196
1196
|
listInvoices(listInvoicesRequest) {
|
|
1197
1197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1419,7 +1419,7 @@ class OrganizationSubscriptionClient {
|
|
|
1419
1419
|
* @param ListOrganizationSubscriptionsRequest
|
|
1420
1420
|
* @return ListOrganizationSubscriptionsResponse
|
|
1421
1421
|
* @throws OciError when an error occurs
|
|
1422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptions API.
|
|
1423
1423
|
*/
|
|
1424
1424
|
listOrganizationSubscriptions(listOrganizationSubscriptionsRequest) {
|
|
1425
1425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1644,7 +1644,7 @@ class RatecardClient {
|
|
|
1644
1644
|
* @param ListRateCardsRequest
|
|
1645
1645
|
* @return ListRateCardsResponse
|
|
1646
1646
|
* @throws OciError when an error occurs
|
|
1647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCards API.
|
|
1648
1648
|
*/
|
|
1649
1649
|
listRateCards(listRateCardsRequest) {
|
|
1650
1650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1872,7 +1872,7 @@ class SubscribedServiceClient {
|
|
|
1872
1872
|
* @param GetSubscribedServiceRequest
|
|
1873
1873
|
* @return GetSubscribedServiceResponse
|
|
1874
1874
|
* @throws OciError when an error occurs
|
|
1875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/GetSubscribedService.ts.html |here} to see how to use GetSubscribedService API.
|
|
1876
1876
|
*/
|
|
1877
1877
|
getSubscribedService(getSubscribedServiceRequest) {
|
|
1878
1878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1933,7 +1933,7 @@ class SubscribedServiceClient {
|
|
|
1933
1933
|
* @param ListSubscribedServicesRequest
|
|
1934
1934
|
* @return ListSubscribedServicesResponse
|
|
1935
1935
|
* @throws OciError when an error occurs
|
|
1936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServices API.
|
|
1937
1937
|
*/
|
|
1938
1938
|
listSubscribedServices(listSubscribedServicesRequest) {
|
|
1939
1939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2163,7 +2163,7 @@ class SubscriptionClient {
|
|
|
2163
2163
|
* @param ListSubscriptionsRequest
|
|
2164
2164
|
* @return ListSubscriptionsResponse
|
|
2165
2165
|
* @throws OciError when an error occurs
|
|
2166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
2167
2167
|
*/
|
|
2168
2168
|
listSubscriptions(listSubscriptionsRequest) {
|
|
2169
2169
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/onesubscription/ListAggregatedComputedUsages.ts.html |here} to see how to use ListAggregatedComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAggregatedComputedUsagesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -40,14 +40,14 @@ export interface ListAggregatedComputedUsagesRequest extends common.BaseRequest
|
|
|
40
40
|
*/
|
|
41
41
|
"parentProduct"?: string;
|
|
42
42
|
/**
|
|
43
|
-
* Grouping criteria to use for aggregate the computed Usage, either hourly (
|
|
43
|
+
* Grouping criteria to use for aggregate the computed Usage, either hourly ({@code HOURLY}), daily ({@code DAILY}), monthly({@code MONTHLY}) or none ({@code NONE}) to not follow a grouping criteria by date.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"grouping"?: ListAggregatedComputedUsagesRequest.Grouping;
|
|
47
47
|
/**
|
|
48
48
|
* The maximum number aggregatedComputedUsages of items to return within the Subscription \"List\" call, this
|
|
49
49
|
* counts the overall count across all items
|
|
50
|
-
* Example:
|
|
50
|
+
* Example: {@code 500}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"limit"?: number;
|
|
@@ -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.77.0/onesubscription/ListBillingSchedules.ts.html |here} to see how to use ListBillingSchedulesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBillingSchedulesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,7 +30,7 @@ export interface ListBillingSchedulesRequest extends common.BaseRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
"subscribedServiceId"?: string;
|
|
32
32
|
/**
|
|
33
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
33
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
34
34
|
* <p>
|
|
35
35
|
Example: '500'
|
|
36
36
|
*
|
|
@@ -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.77.0/onesubscription/ListCommitments.ts.html |here} to see how to use ListCommitmentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCommitmentsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListCommitmentsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"compartmentId": string;
|
|
27
27
|
/**
|
|
28
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
28
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
29
29
|
* <p>
|
|
30
30
|
Example: '500'
|
|
31
31
|
*
|
|
@@ -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.77.0/onesubscription/ListComputedUsages.ts.html |here} to see how to use ListComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListComputedUsagesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -45,7 +45,7 @@ export interface ListComputedUsagesRequest extends common.BaseRequest {
|
|
|
45
45
|
*/
|
|
46
46
|
"computedProduct"?: string;
|
|
47
47
|
/**
|
|
48
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
48
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
49
49
|
* <p>
|
|
50
50
|
Example: '500'
|
|
51
51
|
*
|
|
@@ -62,7 +62,7 @@ export interface ListComputedUsagesRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"sortOrder"?: ListComputedUsagesRequest.SortOrder;
|
|
64
64
|
/**
|
|
65
|
-
* The field to sort by. You can provide one sort order (
|
|
65
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}).
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"sortBy"?: ListComputedUsagesRequest.SortBy;
|
|
@@ -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.77.0/onesubscription/ListInvoicelineComputedUsages.ts.html |here} to see how to use ListInvoicelineComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoicelineComputedUsagesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,12 +30,12 @@ export interface ListInvoicelineComputedUsagesRequest extends common.BaseRequest
|
|
|
30
30
|
*/
|
|
31
31
|
"sortOrder"?: ListInvoicelineComputedUsagesRequest.SortOrder;
|
|
32
32
|
/**
|
|
33
|
-
* The field to sort by Invoiced Computed Usages. You can provide one sort order (
|
|
33
|
+
* The field to sort by Invoiced Computed Usages. You can provide one sort order ({@code sortOrder}).
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"sortBy"?: ListInvoicelineComputedUsagesRequest.SortBy;
|
|
37
37
|
/**
|
|
38
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
38
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
39
39
|
* <p>
|
|
40
40
|
Example: '500'
|
|
41
41
|
*
|
|
@@ -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.77.0/onesubscription/ListInvoices.ts.html |here} to see how to use ListInvoicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInvoicesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -44,7 +44,7 @@ export interface ListInvoicesRequest extends common.BaseRequest {
|
|
|
44
44
|
*/
|
|
45
45
|
"sortBy"?: ListInvoicesRequest.SortBy;
|
|
46
46
|
/**
|
|
47
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
47
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
48
48
|
* <p>
|
|
49
49
|
Example: '500'
|
|
50
50
|
*
|
|
@@ -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.77.0/onesubscription/ListOrganizationSubscriptions.ts.html |here} to see how to use ListOrganizationSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListOrganizationSubscriptionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -20,7 +20,7 @@ export interface ListOrganizationSubscriptionsRequest extends common.BaseRequest
|
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
23
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
23
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
24
24
|
* <p>
|
|
25
25
|
Example: '500'
|
|
26
26
|
*
|
|
@@ -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.77.0/onesubscription/ListRateCards.ts.html |here} to see how to use ListRateCardsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRateCardsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -36,7 +36,7 @@ export interface ListRateCardsRequest extends common.BaseRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
"partNumber"?: string;
|
|
38
38
|
/**
|
|
39
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
39
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
40
40
|
* <p>
|
|
41
41
|
Example: '500'
|
|
42
42
|
*
|
|
@@ -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.77.0/onesubscription/ListSubscribedServices.ts.html |here} to see how to use ListSubscribedServicesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscribedServicesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -34,7 +34,7 @@ export interface ListSubscribedServicesRequest extends common.BaseRequest {
|
|
|
34
34
|
*/
|
|
35
35
|
"status"?: string;
|
|
36
36
|
/**
|
|
37
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
37
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
38
38
|
* <p>
|
|
39
39
|
Example: '500'
|
|
40
40
|
*
|
|
@@ -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.77.0/onesubscription/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -36,7 +36,7 @@ export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
"isCommitInfoRequired"?: boolean;
|
|
38
38
|
/**
|
|
39
|
-
* The maximum number of items to return in a paginated \"List\" call. Default: (
|
|
39
|
+
* The maximum number of items to return in a paginated \"List\" call. Default: ({@code 50})
|
|
40
40
|
* <p>
|
|
41
41
|
Example: '500'
|
|
42
42
|
*
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListAggregatedComputedUsagesResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListCommitmentsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListComputedUsagesResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListInvoicelineComputedUsagesResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListInvoicesResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListOrganizationSubscriptionsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListRateCardsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the {@code page} parameter for the subsequent GET request to get the next batch of items.
|
|
17
17
|
*/
|
|
18
18
|
"opcNextPage": string;
|
|
19
19
|
/**
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListSubscribedServicesResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListSubscriptionsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-onesubscription",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|