oci-functions 2.9.1 → 2.10.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
|
@@ -45,7 +45,7 @@ export declare class FunctionsInvokeClient {
|
|
|
45
45
|
* @param InvokeFunctionRequest
|
|
46
46
|
* @return InvokeFunctionResponse
|
|
47
47
|
* @throws OciError when an error occurs
|
|
48
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
48
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
49
49
|
*/
|
|
50
50
|
invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
|
|
51
51
|
}
|
|
@@ -109,7 +109,7 @@ export declare class FunctionsManagementClient {
|
|
|
109
109
|
* @param ChangeApplicationCompartmentRequest
|
|
110
110
|
* @return ChangeApplicationCompartmentResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
113
113
|
*/
|
|
114
114
|
changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class FunctionsManagementClient {
|
|
|
118
118
|
* @param CreateApplicationRequest
|
|
119
119
|
* @return CreateApplicationResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
122
122
|
*/
|
|
123
123
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
124
124
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class FunctionsManagementClient {
|
|
|
127
127
|
* @param CreateFunctionRequest
|
|
128
128
|
* @return CreateFunctionResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
131
131
|
*/
|
|
132
132
|
createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
|
|
133
133
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class FunctionsManagementClient {
|
|
|
136
136
|
* @param DeleteApplicationRequest
|
|
137
137
|
* @return DeleteApplicationResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
140
140
|
*/
|
|
141
141
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
142
142
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class FunctionsManagementClient {
|
|
|
145
145
|
* @param DeleteFunctionRequest
|
|
146
146
|
* @return DeleteFunctionResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
149
149
|
*/
|
|
150
150
|
deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
|
|
151
151
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class FunctionsManagementClient {
|
|
|
154
154
|
* @param GetApplicationRequest
|
|
155
155
|
* @return GetApplicationResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
158
158
|
*/
|
|
159
159
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
160
160
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class FunctionsManagementClient {
|
|
|
163
163
|
* @param GetFunctionRequest
|
|
164
164
|
* @return GetFunctionResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
167
167
|
*/
|
|
168
168
|
getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class FunctionsManagementClient {
|
|
|
172
172
|
* @param ListApplicationsRequest
|
|
173
173
|
* @return ListApplicationsResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
176
176
|
*/
|
|
177
177
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
178
178
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class FunctionsManagementClient {
|
|
|
213
213
|
* @param ListFunctionsRequest
|
|
214
214
|
* @return ListFunctionsResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
217
217
|
*/
|
|
218
218
|
listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
|
|
219
219
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class FunctionsManagementClient {
|
|
|
254
254
|
* @param UpdateApplicationRequest
|
|
255
255
|
* @return UpdateApplicationResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
258
258
|
*/
|
|
259
259
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
260
260
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class FunctionsManagementClient {
|
|
|
263
263
|
* @param UpdateFunctionRequest
|
|
264
264
|
* @return UpdateFunctionResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
267
267
|
*/
|
|
268
268
|
updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
|
|
269
269
|
}
|
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.10.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* () {
|
|
@@ -264,7 +264,7 @@ class FunctionsManagementClient {
|
|
|
264
264
|
* @param ChangeApplicationCompartmentRequest
|
|
265
265
|
* @return ChangeApplicationCompartmentResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
268
268
|
*/
|
|
269
269
|
changeApplicationCompartment(changeApplicationCompartmentRequest) {
|
|
270
270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,7 +318,7 @@ class FunctionsManagementClient {
|
|
|
318
318
|
* @param CreateApplicationRequest
|
|
319
319
|
* @return CreateApplicationResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
322
322
|
*/
|
|
323
323
|
createApplication(createApplicationRequest) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -378,7 +378,7 @@ class FunctionsManagementClient {
|
|
|
378
378
|
* @param CreateFunctionRequest
|
|
379
379
|
* @return CreateFunctionResponse
|
|
380
380
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
382
382
|
*/
|
|
383
383
|
createFunction(createFunctionRequest) {
|
|
384
384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -438,7 +438,7 @@ class FunctionsManagementClient {
|
|
|
438
438
|
* @param DeleteApplicationRequest
|
|
439
439
|
* @return DeleteApplicationResponse
|
|
440
440
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
442
442
|
*/
|
|
443
443
|
deleteApplication(deleteApplicationRequest) {
|
|
444
444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -491,7 +491,7 @@ class FunctionsManagementClient {
|
|
|
491
491
|
* @param DeleteFunctionRequest
|
|
492
492
|
* @return DeleteFunctionResponse
|
|
493
493
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
495
495
|
*/
|
|
496
496
|
deleteFunction(deleteFunctionRequest) {
|
|
497
497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -544,7 +544,7 @@ class FunctionsManagementClient {
|
|
|
544
544
|
* @param GetApplicationRequest
|
|
545
545
|
* @return GetApplicationResponse
|
|
546
546
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
548
548
|
*/
|
|
549
549
|
getApplication(getApplicationRequest) {
|
|
550
550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -605,7 +605,7 @@ class FunctionsManagementClient {
|
|
|
605
605
|
* @param GetFunctionRequest
|
|
606
606
|
* @return GetFunctionResponse
|
|
607
607
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
609
609
|
*/
|
|
610
610
|
getFunction(getFunctionRequest) {
|
|
611
611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -666,7 +666,7 @@ class FunctionsManagementClient {
|
|
|
666
666
|
* @param ListApplicationsRequest
|
|
667
667
|
* @return ListApplicationsResponse
|
|
668
668
|
* @throws OciError when an error occurs
|
|
669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
670
670
|
*/
|
|
671
671
|
listApplications(listApplicationsRequest) {
|
|
672
672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -774,7 +774,7 @@ class FunctionsManagementClient {
|
|
|
774
774
|
* @param ListFunctionsRequest
|
|
775
775
|
* @return ListFunctionsResponse
|
|
776
776
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
778
778
|
*/
|
|
779
779
|
listFunctions(listFunctionsRequest) {
|
|
780
780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -882,7 +882,7 @@ class FunctionsManagementClient {
|
|
|
882
882
|
* @param UpdateApplicationRequest
|
|
883
883
|
* @return UpdateApplicationResponse
|
|
884
884
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
886
886
|
*/
|
|
887
887
|
updateApplication(updateApplicationRequest) {
|
|
888
888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -945,7 +945,7 @@ class FunctionsManagementClient {
|
|
|
945
945
|
* @param UpdateFunctionRequest
|
|
946
946
|
* @return UpdateFunctionResponse
|
|
947
947
|
* @throws OciError when an error occurs
|
|
948
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
949
949
|
*/
|
|
950
950
|
updateFunction(updateFunctionRequest) {
|
|
951
951
|
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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.0",
|
|
19
|
+
"oci-workrequests": "2.10.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|