oci-functions 2.25.0 → 2.26.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 +12 -12
- package/lib/client.js +12 -12
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-function-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-function-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-function-request.d.ts +1 -1
- package/lib/request/invoke-function-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-functions-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-function-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ export declare class FunctionsInvokeClient {
|
|
|
47
47
|
* @param InvokeFunctionRequest
|
|
48
48
|
* @return InvokeFunctionResponse
|
|
49
49
|
* @throws OciError when an error occurs
|
|
50
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
50
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
51
51
|
*/
|
|
52
52
|
invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
|
|
53
53
|
}
|
|
@@ -113,7 +113,7 @@ export declare class FunctionsManagementClient {
|
|
|
113
113
|
* @param ChangeApplicationCompartmentRequest
|
|
114
114
|
* @return ChangeApplicationCompartmentResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
117
117
|
*/
|
|
118
118
|
changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class FunctionsManagementClient {
|
|
|
122
122
|
* @param CreateApplicationRequest
|
|
123
123
|
* @return CreateApplicationResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
126
126
|
*/
|
|
127
127
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
128
128
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class FunctionsManagementClient {
|
|
|
131
131
|
* @param CreateFunctionRequest
|
|
132
132
|
* @return CreateFunctionResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
135
135
|
*/
|
|
136
136
|
createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
|
|
137
137
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class FunctionsManagementClient {
|
|
|
140
140
|
* @param DeleteApplicationRequest
|
|
141
141
|
* @return DeleteApplicationResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
144
144
|
*/
|
|
145
145
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
146
146
|
/**
|
|
@@ -149,7 +149,7 @@ export declare class FunctionsManagementClient {
|
|
|
149
149
|
* @param DeleteFunctionRequest
|
|
150
150
|
* @return DeleteFunctionResponse
|
|
151
151
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
153
153
|
*/
|
|
154
154
|
deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
|
|
155
155
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class FunctionsManagementClient {
|
|
|
158
158
|
* @param GetApplicationRequest
|
|
159
159
|
* @return GetApplicationResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
162
162
|
*/
|
|
163
163
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
164
164
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class FunctionsManagementClient {
|
|
|
167
167
|
* @param GetFunctionRequest
|
|
168
168
|
* @return GetFunctionResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
171
171
|
*/
|
|
172
172
|
getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
|
|
173
173
|
/**
|
|
@@ -176,7 +176,7 @@ export declare class FunctionsManagementClient {
|
|
|
176
176
|
* @param ListApplicationsRequest
|
|
177
177
|
* @return ListApplicationsResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
180
180
|
*/
|
|
181
181
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
182
182
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class FunctionsManagementClient {
|
|
|
217
217
|
* @param ListFunctionsRequest
|
|
218
218
|
* @return ListFunctionsResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
221
221
|
*/
|
|
222
222
|
listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
|
|
223
223
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class FunctionsManagementClient {
|
|
|
258
258
|
* @param UpdateApplicationRequest
|
|
259
259
|
* @return UpdateApplicationResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
262
262
|
*/
|
|
263
263
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
264
264
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class FunctionsManagementClient {
|
|
|
267
267
|
* @param UpdateFunctionRequest
|
|
268
268
|
* @return UpdateFunctionResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
271
271
|
*/
|
|
272
272
|
updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
|
|
273
273
|
}
|
package/lib/client.js
CHANGED
|
@@ -110,7 +110,7 @@ class FunctionsInvokeClient {
|
|
|
110
110
|
* @param InvokeFunctionRequest
|
|
111
111
|
* @return InvokeFunctionResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
114
114
|
*/
|
|
115
115
|
invokeFunction(invokeFunctionRequest) {
|
|
116
116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -275,7 +275,7 @@ class FunctionsManagementClient {
|
|
|
275
275
|
* @param ChangeApplicationCompartmentRequest
|
|
276
276
|
* @return ChangeApplicationCompartmentResponse
|
|
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.26.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
279
279
|
*/
|
|
280
280
|
changeApplicationCompartment(changeApplicationCompartmentRequest) {
|
|
281
281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +329,7 @@ class FunctionsManagementClient {
|
|
|
329
329
|
* @param CreateApplicationRequest
|
|
330
330
|
* @return CreateApplicationResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
333
333
|
*/
|
|
334
334
|
createApplication(createApplicationRequest) {
|
|
335
335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -389,7 +389,7 @@ class FunctionsManagementClient {
|
|
|
389
389
|
* @param CreateFunctionRequest
|
|
390
390
|
* @return CreateFunctionResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
393
393
|
*/
|
|
394
394
|
createFunction(createFunctionRequest) {
|
|
395
395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -449,7 +449,7 @@ class FunctionsManagementClient {
|
|
|
449
449
|
* @param DeleteApplicationRequest
|
|
450
450
|
* @return DeleteApplicationResponse
|
|
451
451
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
453
453
|
*/
|
|
454
454
|
deleteApplication(deleteApplicationRequest) {
|
|
455
455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -502,7 +502,7 @@ class FunctionsManagementClient {
|
|
|
502
502
|
* @param DeleteFunctionRequest
|
|
503
503
|
* @return DeleteFunctionResponse
|
|
504
504
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
506
506
|
*/
|
|
507
507
|
deleteFunction(deleteFunctionRequest) {
|
|
508
508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -555,7 +555,7 @@ class FunctionsManagementClient {
|
|
|
555
555
|
* @param GetApplicationRequest
|
|
556
556
|
* @return GetApplicationResponse
|
|
557
557
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
559
559
|
*/
|
|
560
560
|
getApplication(getApplicationRequest) {
|
|
561
561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -616,7 +616,7 @@ class FunctionsManagementClient {
|
|
|
616
616
|
* @param GetFunctionRequest
|
|
617
617
|
* @return GetFunctionResponse
|
|
618
618
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
620
620
|
*/
|
|
621
621
|
getFunction(getFunctionRequest) {
|
|
622
622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -677,7 +677,7 @@ class FunctionsManagementClient {
|
|
|
677
677
|
* @param ListApplicationsRequest
|
|
678
678
|
* @return ListApplicationsResponse
|
|
679
679
|
* @throws OciError when an error occurs
|
|
680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
681
681
|
*/
|
|
682
682
|
listApplications(listApplicationsRequest) {
|
|
683
683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -785,7 +785,7 @@ class FunctionsManagementClient {
|
|
|
785
785
|
* @param ListFunctionsRequest
|
|
786
786
|
* @return ListFunctionsResponse
|
|
787
787
|
* @throws OciError when an error occurs
|
|
788
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
789
789
|
*/
|
|
790
790
|
listFunctions(listFunctionsRequest) {
|
|
791
791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -893,7 +893,7 @@ class FunctionsManagementClient {
|
|
|
893
893
|
* @param UpdateApplicationRequest
|
|
894
894
|
* @return UpdateApplicationResponse
|
|
895
895
|
* @throws OciError when an error occurs
|
|
896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
897
897
|
*/
|
|
898
898
|
updateApplication(updateApplicationRequest) {
|
|
899
899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -956,7 +956,7 @@ class FunctionsManagementClient {
|
|
|
956
956
|
* @param UpdateFunctionRequest
|
|
957
957
|
* @return UpdateFunctionResponse
|
|
958
958
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
960
960
|
*/
|
|
961
961
|
updateFunction(updateFunctionRequest) {
|
|
962
962
|
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.26.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeApplicationCompartmentRequest 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.26.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateApplicationRequest 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.26.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunctionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFunctionRequest 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.26.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteApplicationRequest 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.26.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunctionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFunctionRequest 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.26.0/functions/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApplicationRequest 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.26.0/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFunctionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
import stream = require("stream");
|
|
16
16
|
/**
|
|
17
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunctionRequest.
|
|
18
18
|
*/
|
|
19
19
|
export interface InvokeFunctionRequest extends common.BaseRequest {
|
|
20
20
|
/**
|
|
@@ -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.26.0/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListApplicationsRequest 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.26.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListFunctionsRequest 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.26.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateApplicationRequest 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.26.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFunctionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-functions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.0",
|
|
4
4
|
"description": "OCI NodeJS client for Functions",
|
|
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.26.0",
|
|
19
|
+
"oci-workrequests": "2.26.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|