oci-functions 2.16.0 → 2.17.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
|
@@ -46,7 +46,7 @@ export declare class FunctionsInvokeClient {
|
|
|
46
46
|
* @param InvokeFunctionRequest
|
|
47
47
|
* @return InvokeFunctionResponse
|
|
48
48
|
* @throws OciError when an error occurs
|
|
49
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
49
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
50
50
|
*/
|
|
51
51
|
invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
|
|
52
52
|
}
|
|
@@ -111,7 +111,7 @@ export declare class FunctionsManagementClient {
|
|
|
111
111
|
* @param ChangeApplicationCompartmentRequest
|
|
112
112
|
* @return ChangeApplicationCompartmentResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
115
115
|
*/
|
|
116
116
|
changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
|
|
117
117
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class FunctionsManagementClient {
|
|
|
120
120
|
* @param CreateApplicationRequest
|
|
121
121
|
* @return CreateApplicationResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
124
124
|
*/
|
|
125
125
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class FunctionsManagementClient {
|
|
|
129
129
|
* @param CreateFunctionRequest
|
|
130
130
|
* @return CreateFunctionResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
133
133
|
*/
|
|
134
134
|
createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
|
|
135
135
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class FunctionsManagementClient {
|
|
|
138
138
|
* @param DeleteApplicationRequest
|
|
139
139
|
* @return DeleteApplicationResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
142
142
|
*/
|
|
143
143
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
144
144
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class FunctionsManagementClient {
|
|
|
147
147
|
* @param DeleteFunctionRequest
|
|
148
148
|
* @return DeleteFunctionResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
151
151
|
*/
|
|
152
152
|
deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
|
|
153
153
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class FunctionsManagementClient {
|
|
|
156
156
|
* @param GetApplicationRequest
|
|
157
157
|
* @return GetApplicationResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
160
160
|
*/
|
|
161
161
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
162
162
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class FunctionsManagementClient {
|
|
|
165
165
|
* @param GetFunctionRequest
|
|
166
166
|
* @return GetFunctionResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
169
169
|
*/
|
|
170
170
|
getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
|
|
171
171
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class FunctionsManagementClient {
|
|
|
174
174
|
* @param ListApplicationsRequest
|
|
175
175
|
* @return ListApplicationsResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
178
178
|
*/
|
|
179
179
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
180
180
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class FunctionsManagementClient {
|
|
|
215
215
|
* @param ListFunctionsRequest
|
|
216
216
|
* @return ListFunctionsResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
219
219
|
*/
|
|
220
220
|
listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
|
|
221
221
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class FunctionsManagementClient {
|
|
|
256
256
|
* @param UpdateApplicationRequest
|
|
257
257
|
* @return UpdateApplicationResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
260
260
|
*/
|
|
261
261
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class FunctionsManagementClient {
|
|
|
265
265
|
* @param UpdateFunctionRequest
|
|
266
266
|
* @return UpdateFunctionResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
269
269
|
*/
|
|
270
270
|
updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
|
|
271
271
|
}
|
package/lib/client.js
CHANGED
|
@@ -105,7 +105,7 @@ class FunctionsInvokeClient {
|
|
|
105
105
|
* @param InvokeFunctionRequest
|
|
106
106
|
* @return InvokeFunctionResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
109
109
|
*/
|
|
110
110
|
invokeFunction(invokeFunctionRequest) {
|
|
111
111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -265,7 +265,7 @@ class FunctionsManagementClient {
|
|
|
265
265
|
* @param ChangeApplicationCompartmentRequest
|
|
266
266
|
* @return ChangeApplicationCompartmentResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
269
269
|
*/
|
|
270
270
|
changeApplicationCompartment(changeApplicationCompartmentRequest) {
|
|
271
271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -319,7 +319,7 @@ class FunctionsManagementClient {
|
|
|
319
319
|
* @param CreateApplicationRequest
|
|
320
320
|
* @return CreateApplicationResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
323
323
|
*/
|
|
324
324
|
createApplication(createApplicationRequest) {
|
|
325
325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -379,7 +379,7 @@ class FunctionsManagementClient {
|
|
|
379
379
|
* @param CreateFunctionRequest
|
|
380
380
|
* @return CreateFunctionResponse
|
|
381
381
|
* @throws OciError when an error occurs
|
|
382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
383
383
|
*/
|
|
384
384
|
createFunction(createFunctionRequest) {
|
|
385
385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -439,7 +439,7 @@ class FunctionsManagementClient {
|
|
|
439
439
|
* @param DeleteApplicationRequest
|
|
440
440
|
* @return DeleteApplicationResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
443
443
|
*/
|
|
444
444
|
deleteApplication(deleteApplicationRequest) {
|
|
445
445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -492,7 +492,7 @@ class FunctionsManagementClient {
|
|
|
492
492
|
* @param DeleteFunctionRequest
|
|
493
493
|
* @return DeleteFunctionResponse
|
|
494
494
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
496
496
|
*/
|
|
497
497
|
deleteFunction(deleteFunctionRequest) {
|
|
498
498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -545,7 +545,7 @@ class FunctionsManagementClient {
|
|
|
545
545
|
* @param GetApplicationRequest
|
|
546
546
|
* @return GetApplicationResponse
|
|
547
547
|
* @throws OciError when an error occurs
|
|
548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
549
549
|
*/
|
|
550
550
|
getApplication(getApplicationRequest) {
|
|
551
551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -606,7 +606,7 @@ class FunctionsManagementClient {
|
|
|
606
606
|
* @param GetFunctionRequest
|
|
607
607
|
* @return GetFunctionResponse
|
|
608
608
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
610
610
|
*/
|
|
611
611
|
getFunction(getFunctionRequest) {
|
|
612
612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -667,7 +667,7 @@ class FunctionsManagementClient {
|
|
|
667
667
|
* @param ListApplicationsRequest
|
|
668
668
|
* @return ListApplicationsResponse
|
|
669
669
|
* @throws OciError when an error occurs
|
|
670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
671
671
|
*/
|
|
672
672
|
listApplications(listApplicationsRequest) {
|
|
673
673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -775,7 +775,7 @@ class FunctionsManagementClient {
|
|
|
775
775
|
* @param ListFunctionsRequest
|
|
776
776
|
* @return ListFunctionsResponse
|
|
777
777
|
* @throws OciError when an error occurs
|
|
778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
779
779
|
*/
|
|
780
780
|
listFunctions(listFunctionsRequest) {
|
|
781
781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -883,7 +883,7 @@ class FunctionsManagementClient {
|
|
|
883
883
|
* @param UpdateApplicationRequest
|
|
884
884
|
* @return UpdateApplicationResponse
|
|
885
885
|
* @throws OciError when an error occurs
|
|
886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
887
887
|
*/
|
|
888
888
|
updateApplication(updateApplicationRequest) {
|
|
889
889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -946,7 +946,7 @@ class FunctionsManagementClient {
|
|
|
946
946
|
* @param UpdateFunctionRequest
|
|
947
947
|
* @return UpdateFunctionResponse
|
|
948
948
|
* @throws OciError when an error occurs
|
|
949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.17.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
950
950
|
*/
|
|
951
951
|
updateFunction(updateFunctionRequest) {
|
|
952
952
|
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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.0",
|
|
19
|
+
"oci-workrequests": "2.17.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|