oci-functions 2.84.2 → 2.86.1
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 +17 -17
- package/lib/client.js +17 -17
- 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/get-pbf-listing-request.d.ts +1 -1
- package/lib/request/get-pbf-listing-version-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/list-pbf-listing-versions-request.d.ts +1 -1
- package/lib/request/list-pbf-listings-request.d.ts +1 -1
- package/lib/request/list-triggers-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
|
@@ -65,7 +65,7 @@ export declare class FunctionsInvokeClient {
|
|
|
65
65
|
* @param InvokeFunctionRequest
|
|
66
66
|
* @return InvokeFunctionResponse
|
|
67
67
|
* @throws OciError when an error occurs
|
|
68
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
68
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
69
69
|
*/
|
|
70
70
|
invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
|
|
71
71
|
}
|
|
@@ -151,7 +151,7 @@ export declare class FunctionsManagementClient {
|
|
|
151
151
|
* @param ChangeApplicationCompartmentRequest
|
|
152
152
|
* @return ChangeApplicationCompartmentResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
155
155
|
*/
|
|
156
156
|
changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
|
|
157
157
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class FunctionsManagementClient {
|
|
|
160
160
|
* @param CreateApplicationRequest
|
|
161
161
|
* @return CreateApplicationResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
164
164
|
*/
|
|
165
165
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
166
166
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class FunctionsManagementClient {
|
|
|
169
169
|
* @param CreateFunctionRequest
|
|
170
170
|
* @return CreateFunctionResponse
|
|
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.86.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
173
173
|
*/
|
|
174
174
|
createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
|
|
175
175
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class FunctionsManagementClient {
|
|
|
178
178
|
* @param DeleteApplicationRequest
|
|
179
179
|
* @return DeleteApplicationResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
182
182
|
*/
|
|
183
183
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
184
184
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class FunctionsManagementClient {
|
|
|
187
187
|
* @param DeleteFunctionRequest
|
|
188
188
|
* @return DeleteFunctionResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
191
191
|
*/
|
|
192
192
|
deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
|
|
193
193
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class FunctionsManagementClient {
|
|
|
196
196
|
* @param GetApplicationRequest
|
|
197
197
|
* @return GetApplicationResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
200
200
|
*/
|
|
201
201
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
202
202
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class FunctionsManagementClient {
|
|
|
205
205
|
* @param GetFunctionRequest
|
|
206
206
|
* @return GetFunctionResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
209
209
|
*/
|
|
210
210
|
getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
|
|
211
211
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class FunctionsManagementClient {
|
|
|
215
215
|
* @param GetPbfListingRequest
|
|
216
216
|
* @return GetPbfListingResponse
|
|
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.86.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
|
|
219
219
|
*/
|
|
220
220
|
getPbfListing(getPbfListingRequest: requests.GetPbfListingRequest): Promise<responses.GetPbfListingResponse>;
|
|
221
221
|
/**
|
|
@@ -224,7 +224,7 @@ export declare class FunctionsManagementClient {
|
|
|
224
224
|
* @param GetPbfListingVersionRequest
|
|
225
225
|
* @return GetPbfListingVersionResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
|
|
228
228
|
*/
|
|
229
229
|
getPbfListingVersion(getPbfListingVersionRequest: requests.GetPbfListingVersionRequest): Promise<responses.GetPbfListingVersionResponse>;
|
|
230
230
|
/**
|
|
@@ -233,7 +233,7 @@ export declare class FunctionsManagementClient {
|
|
|
233
233
|
* @param ListApplicationsRequest
|
|
234
234
|
* @return ListApplicationsResponse
|
|
235
235
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
237
237
|
*/
|
|
238
238
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
239
239
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class FunctionsManagementClient {
|
|
|
274
274
|
* @param ListFunctionsRequest
|
|
275
275
|
* @return ListFunctionsResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
278
278
|
*/
|
|
279
279
|
listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
|
|
280
280
|
/**
|
|
@@ -320,7 +320,7 @@ export declare class FunctionsManagementClient {
|
|
|
320
320
|
* @param ListPbfListingVersionsRequest
|
|
321
321
|
* @return ListPbfListingVersionsResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
|
|
324
324
|
*/
|
|
325
325
|
listPbfListingVersions(listPbfListingVersionsRequest: requests.ListPbfListingVersionsRequest): Promise<responses.ListPbfListingVersionsResponse>;
|
|
326
326
|
/**
|
|
@@ -331,7 +331,7 @@ export declare class FunctionsManagementClient {
|
|
|
331
331
|
* @param ListPbfListingsRequest
|
|
332
332
|
* @return ListPbfListingsResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
|
|
335
335
|
*/
|
|
336
336
|
listPbfListings(listPbfListingsRequest: requests.ListPbfListingsRequest): Promise<responses.ListPbfListingsResponse>;
|
|
337
337
|
/**
|
|
@@ -341,7 +341,7 @@ export declare class FunctionsManagementClient {
|
|
|
341
341
|
* @param ListTriggersRequest
|
|
342
342
|
* @return ListTriggersResponse
|
|
343
343
|
* @throws OciError when an error occurs
|
|
344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
|
|
345
345
|
*/
|
|
346
346
|
listTriggers(listTriggersRequest: requests.ListTriggersRequest): Promise<responses.ListTriggersResponse>;
|
|
347
347
|
/**
|
|
@@ -350,7 +350,7 @@ export declare class FunctionsManagementClient {
|
|
|
350
350
|
* @param UpdateApplicationRequest
|
|
351
351
|
* @return UpdateApplicationResponse
|
|
352
352
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
354
354
|
*/
|
|
355
355
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
356
356
|
/**
|
|
@@ -359,7 +359,7 @@ export declare class FunctionsManagementClient {
|
|
|
359
359
|
* @param UpdateFunctionRequest
|
|
360
360
|
* @return UpdateFunctionResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
363
363
|
*/
|
|
364
364
|
updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
|
|
365
365
|
}
|
package/lib/client.js
CHANGED
|
@@ -145,7 +145,7 @@ class FunctionsInvokeClient {
|
|
|
145
145
|
* @param InvokeFunctionRequest
|
|
146
146
|
* @return InvokeFunctionResponse
|
|
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.86.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
149
149
|
*/
|
|
150
150
|
invokeFunction(invokeFunctionRequest) {
|
|
151
151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -358,7 +358,7 @@ class FunctionsManagementClient {
|
|
|
358
358
|
* @param ChangeApplicationCompartmentRequest
|
|
359
359
|
* @return ChangeApplicationCompartmentResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
362
362
|
*/
|
|
363
363
|
changeApplicationCompartment(changeApplicationCompartmentRequest) {
|
|
364
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -414,7 +414,7 @@ class FunctionsManagementClient {
|
|
|
414
414
|
* @param CreateApplicationRequest
|
|
415
415
|
* @return CreateApplicationResponse
|
|
416
416
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
418
418
|
*/
|
|
419
419
|
createApplication(createApplicationRequest) {
|
|
420
420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -476,7 +476,7 @@ class FunctionsManagementClient {
|
|
|
476
476
|
* @param CreateFunctionRequest
|
|
477
477
|
* @return CreateFunctionResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
480
480
|
*/
|
|
481
481
|
createFunction(createFunctionRequest) {
|
|
482
482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -538,7 +538,7 @@ class FunctionsManagementClient {
|
|
|
538
538
|
* @param DeleteApplicationRequest
|
|
539
539
|
* @return DeleteApplicationResponse
|
|
540
540
|
* @throws OciError when an error occurs
|
|
541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
542
542
|
*/
|
|
543
543
|
deleteApplication(deleteApplicationRequest) {
|
|
544
544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class FunctionsManagementClient {
|
|
|
593
593
|
* @param DeleteFunctionRequest
|
|
594
594
|
* @return DeleteFunctionResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
597
597
|
*/
|
|
598
598
|
deleteFunction(deleteFunctionRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -648,7 +648,7 @@ class FunctionsManagementClient {
|
|
|
648
648
|
* @param GetApplicationRequest
|
|
649
649
|
* @return GetApplicationResponse
|
|
650
650
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
652
652
|
*/
|
|
653
653
|
getApplication(getApplicationRequest) {
|
|
654
654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -711,7 +711,7 @@ class FunctionsManagementClient {
|
|
|
711
711
|
* @param GetFunctionRequest
|
|
712
712
|
* @return GetFunctionResponse
|
|
713
713
|
* @throws OciError when an error occurs
|
|
714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
715
715
|
*/
|
|
716
716
|
getFunction(getFunctionRequest) {
|
|
717
717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -775,7 +775,7 @@ class FunctionsManagementClient {
|
|
|
775
775
|
* @param GetPbfListingRequest
|
|
776
776
|
* @return GetPbfListingResponse
|
|
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.86.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
|
|
779
779
|
*/
|
|
780
780
|
getPbfListing(getPbfListingRequest) {
|
|
781
781
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -838,7 +838,7 @@ class FunctionsManagementClient {
|
|
|
838
838
|
* @param GetPbfListingVersionRequest
|
|
839
839
|
* @return GetPbfListingVersionResponse
|
|
840
840
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
|
|
842
842
|
*/
|
|
843
843
|
getPbfListingVersion(getPbfListingVersionRequest) {
|
|
844
844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -901,7 +901,7 @@ class FunctionsManagementClient {
|
|
|
901
901
|
* @param ListApplicationsRequest
|
|
902
902
|
* @return ListApplicationsResponse
|
|
903
903
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
905
905
|
*/
|
|
906
906
|
listApplications(listApplicationsRequest) {
|
|
907
907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1011,7 +1011,7 @@ class FunctionsManagementClient {
|
|
|
1011
1011
|
* @param ListFunctionsRequest
|
|
1012
1012
|
* @return ListFunctionsResponse
|
|
1013
1013
|
* @throws OciError when an error occurs
|
|
1014
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
1015
1015
|
*/
|
|
1016
1016
|
listFunctions(listFunctionsRequest) {
|
|
1017
1017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1126,7 +1126,7 @@ class FunctionsManagementClient {
|
|
|
1126
1126
|
* @param ListPbfListingVersionsRequest
|
|
1127
1127
|
* @return ListPbfListingVersionsResponse
|
|
1128
1128
|
* @throws OciError when an error occurs
|
|
1129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
|
|
1130
1130
|
*/
|
|
1131
1131
|
listPbfListingVersions(listPbfListingVersionsRequest) {
|
|
1132
1132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1199,7 +1199,7 @@ class FunctionsManagementClient {
|
|
|
1199
1199
|
* @param ListPbfListingsRequest
|
|
1200
1200
|
* @return ListPbfListingsResponse
|
|
1201
1201
|
* @throws OciError when an error occurs
|
|
1202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
|
|
1203
1203
|
*/
|
|
1204
1204
|
listPbfListings(listPbfListingsRequest) {
|
|
1205
1205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1272,7 +1272,7 @@ class FunctionsManagementClient {
|
|
|
1272
1272
|
* @param ListTriggersRequest
|
|
1273
1273
|
* @return ListTriggersResponse
|
|
1274
1274
|
* @throws OciError when an error occurs
|
|
1275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
|
|
1276
1276
|
*/
|
|
1277
1277
|
listTriggers(listTriggersRequest) {
|
|
1278
1278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1338,7 +1338,7 @@ class FunctionsManagementClient {
|
|
|
1338
1338
|
* @param UpdateApplicationRequest
|
|
1339
1339
|
* @return UpdateApplicationResponse
|
|
1340
1340
|
* @throws OciError when an error occurs
|
|
1341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
1342
1342
|
*/
|
|
1343
1343
|
updateApplication(updateApplicationRequest) {
|
|
1344
1344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1403,7 +1403,7 @@ class FunctionsManagementClient {
|
|
|
1403
1403
|
* @param UpdateFunctionRequest
|
|
1404
1404
|
* @return UpdateFunctionResponse
|
|
1405
1405
|
* @throws OciError when an error occurs
|
|
1406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
1407
1407
|
*/
|
|
1408
1408
|
updateFunction(updateFunctionRequest) {
|
|
1409
1409
|
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.86.1/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.86.1/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.86.1/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.86.1/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.86.1/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.86.1/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.86.1/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetFunctionRequest 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.86.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListingRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPbfListingRequest 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.86.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPbfListingVersionRequest 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.86.1/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.86.1/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.86.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListFunctionsRequest 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.86.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPbfListingVersionsRequest 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.86.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListingsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPbfListingsRequest 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.86.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTriggersRequest 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.86.1/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.86.1/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.86.1",
|
|
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.86.1",
|
|
19
|
+
"oci-workrequests": "2.86.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|