oci-osubusage 2.102.1 → 2.103.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
CHANGED
|
@@ -88,7 +88,7 @@ export declare class ComputedUsageClient {
|
|
|
88
88
|
* @param GetComputedUsageRequest
|
|
89
89
|
* @return GetComputedUsageResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.
|
|
91
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
92
92
|
*/
|
|
93
93
|
getComputedUsage(getComputedUsageRequest: requests.GetComputedUsageRequest): Promise<responses.GetComputedUsageResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class ComputedUsageClient {
|
|
|
98
98
|
* @param ListComputedUsageAggregatedsRequest
|
|
99
99
|
* @return ListComputedUsageAggregatedsResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.
|
|
101
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregateds API.
|
|
102
102
|
*/
|
|
103
103
|
listComputedUsageAggregateds(listComputedUsageAggregatedsRequest: requests.ListComputedUsageAggregatedsRequest): Promise<responses.ListComputedUsageAggregatedsResponse>;
|
|
104
104
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class ComputedUsageClient {
|
|
|
140
140
|
* @param ListComputedUsagesRequest
|
|
141
141
|
* @return ListComputedUsagesResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.
|
|
143
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
144
144
|
*/
|
|
145
145
|
listComputedUsages(listComputedUsagesRequest: requests.ListComputedUsagesRequest): Promise<responses.ListComputedUsagesResponse>;
|
|
146
146
|
/**
|
package/lib/client.js
CHANGED
|
@@ -194,7 +194,7 @@ class ComputedUsageClient {
|
|
|
194
194
|
* @param GetComputedUsageRequest
|
|
195
195
|
* @return GetComputedUsageResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.
|
|
197
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/GetComputedUsage.ts.html |here} to see how to use GetComputedUsage API.
|
|
198
198
|
*/
|
|
199
199
|
getComputedUsage(getComputedUsageRequest) {
|
|
200
200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -257,7 +257,7 @@ class ComputedUsageClient {
|
|
|
257
257
|
* @param ListComputedUsageAggregatedsRequest
|
|
258
258
|
* @return ListComputedUsageAggregatedsResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.
|
|
260
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregateds API.
|
|
261
261
|
*/
|
|
262
262
|
listComputedUsageAggregateds(listComputedUsageAggregatedsRequest) {
|
|
263
263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -369,7 +369,7 @@ class ComputedUsageClient {
|
|
|
369
369
|
* @param ListComputedUsagesRequest
|
|
370
370
|
* @return ListComputedUsagesResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.
|
|
372
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsages API.
|
|
373
373
|
*/
|
|
374
374
|
listComputedUsages(listComputedUsagesRequest) {
|
|
375
375
|
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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/ListComputedUsageAggregateds.ts.html |here} to see how to use ListComputedUsageAggregatedsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListComputedUsageAggregatedsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/osubusage/ListComputedUsages.ts.html |here} to see how to use ListComputedUsagesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListComputedUsagesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-osubusage",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Osub Usage 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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|