oci-functions 2.64.0 → 2.65.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 +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
|
@@ -55,7 +55,7 @@ export declare class FunctionsInvokeClient {
|
|
|
55
55
|
* @param InvokeFunctionRequest
|
|
56
56
|
* @return InvokeFunctionResponse
|
|
57
57
|
* @throws OciError when an error occurs
|
|
58
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
58
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
59
59
|
*/
|
|
60
60
|
invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
|
|
61
61
|
}
|
|
@@ -132,7 +132,7 @@ export declare class FunctionsManagementClient {
|
|
|
132
132
|
* @param ChangeApplicationCompartmentRequest
|
|
133
133
|
* @return ChangeApplicationCompartmentResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
136
136
|
*/
|
|
137
137
|
changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
|
|
138
138
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class FunctionsManagementClient {
|
|
|
141
141
|
* @param CreateApplicationRequest
|
|
142
142
|
* @return CreateApplicationResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
145
145
|
*/
|
|
146
146
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
147
147
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class FunctionsManagementClient {
|
|
|
150
150
|
* @param CreateFunctionRequest
|
|
151
151
|
* @return CreateFunctionResponse
|
|
152
152
|
* @throws OciError when an error occurs
|
|
153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
154
154
|
*/
|
|
155
155
|
createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
|
|
156
156
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class FunctionsManagementClient {
|
|
|
159
159
|
* @param DeleteApplicationRequest
|
|
160
160
|
* @return DeleteApplicationResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
163
163
|
*/
|
|
164
164
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
165
165
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class FunctionsManagementClient {
|
|
|
168
168
|
* @param DeleteFunctionRequest
|
|
169
169
|
* @return DeleteFunctionResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
172
172
|
*/
|
|
173
173
|
deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
|
|
174
174
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class FunctionsManagementClient {
|
|
|
177
177
|
* @param GetApplicationRequest
|
|
178
178
|
* @return GetApplicationResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
181
181
|
*/
|
|
182
182
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
183
183
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class FunctionsManagementClient {
|
|
|
186
186
|
* @param GetFunctionRequest
|
|
187
187
|
* @return GetFunctionResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
190
190
|
*/
|
|
191
191
|
getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
|
|
192
192
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class FunctionsManagementClient {
|
|
|
196
196
|
* @param GetPbfListingRequest
|
|
197
197
|
* @return GetPbfListingResponse
|
|
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.65.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
|
|
200
200
|
*/
|
|
201
201
|
getPbfListing(getPbfListingRequest: requests.GetPbfListingRequest): Promise<responses.GetPbfListingResponse>;
|
|
202
202
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class FunctionsManagementClient {
|
|
|
205
205
|
* @param GetPbfListingVersionRequest
|
|
206
206
|
* @return GetPbfListingVersionResponse
|
|
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.65.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
|
|
209
209
|
*/
|
|
210
210
|
getPbfListingVersion(getPbfListingVersionRequest: requests.GetPbfListingVersionRequest): Promise<responses.GetPbfListingVersionResponse>;
|
|
211
211
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class FunctionsManagementClient {
|
|
|
214
214
|
* @param ListApplicationsRequest
|
|
215
215
|
* @return ListApplicationsResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
218
218
|
*/
|
|
219
219
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
220
220
|
/**
|
|
@@ -255,7 +255,7 @@ export declare class FunctionsManagementClient {
|
|
|
255
255
|
* @param ListFunctionsRequest
|
|
256
256
|
* @return ListFunctionsResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
259
259
|
*/
|
|
260
260
|
listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
|
|
261
261
|
/**
|
|
@@ -301,7 +301,7 @@ export declare class FunctionsManagementClient {
|
|
|
301
301
|
* @param ListPbfListingVersionsRequest
|
|
302
302
|
* @return ListPbfListingVersionsResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
|
|
305
305
|
*/
|
|
306
306
|
listPbfListingVersions(listPbfListingVersionsRequest: requests.ListPbfListingVersionsRequest): Promise<responses.ListPbfListingVersionsResponse>;
|
|
307
307
|
/**
|
|
@@ -312,7 +312,7 @@ export declare class FunctionsManagementClient {
|
|
|
312
312
|
* @param ListPbfListingsRequest
|
|
313
313
|
* @return ListPbfListingsResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
|
|
316
316
|
*/
|
|
317
317
|
listPbfListings(listPbfListingsRequest: requests.ListPbfListingsRequest): Promise<responses.ListPbfListingsResponse>;
|
|
318
318
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class FunctionsManagementClient {
|
|
|
322
322
|
* @param ListTriggersRequest
|
|
323
323
|
* @return ListTriggersResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
|
|
326
326
|
*/
|
|
327
327
|
listTriggers(listTriggersRequest: requests.ListTriggersRequest): Promise<responses.ListTriggersResponse>;
|
|
328
328
|
/**
|
|
@@ -331,7 +331,7 @@ export declare class FunctionsManagementClient {
|
|
|
331
331
|
* @param UpdateApplicationRequest
|
|
332
332
|
* @return UpdateApplicationResponse
|
|
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.65.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
335
335
|
*/
|
|
336
336
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
337
337
|
/**
|
|
@@ -340,7 +340,7 @@ export declare class FunctionsManagementClient {
|
|
|
340
340
|
* @param UpdateFunctionRequest
|
|
341
341
|
* @return UpdateFunctionResponse
|
|
342
342
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
344
344
|
*/
|
|
345
345
|
updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
|
|
346
346
|
}
|
package/lib/client.js
CHANGED
|
@@ -122,7 +122,7 @@ class FunctionsInvokeClient {
|
|
|
122
122
|
* @param InvokeFunctionRequest
|
|
123
123
|
* @return InvokeFunctionResponse
|
|
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.65.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
126
126
|
*/
|
|
127
127
|
invokeFunction(invokeFunctionRequest) {
|
|
128
128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -313,7 +313,7 @@ class FunctionsManagementClient {
|
|
|
313
313
|
* @param ChangeApplicationCompartmentRequest
|
|
314
314
|
* @return ChangeApplicationCompartmentResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
317
317
|
*/
|
|
318
318
|
changeApplicationCompartment(changeApplicationCompartmentRequest) {
|
|
319
319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -369,7 +369,7 @@ class FunctionsManagementClient {
|
|
|
369
369
|
* @param CreateApplicationRequest
|
|
370
370
|
* @return CreateApplicationResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
373
373
|
*/
|
|
374
374
|
createApplication(createApplicationRequest) {
|
|
375
375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +431,7 @@ class FunctionsManagementClient {
|
|
|
431
431
|
* @param CreateFunctionRequest
|
|
432
432
|
* @return CreateFunctionResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
435
435
|
*/
|
|
436
436
|
createFunction(createFunctionRequest) {
|
|
437
437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -493,7 +493,7 @@ class FunctionsManagementClient {
|
|
|
493
493
|
* @param DeleteApplicationRequest
|
|
494
494
|
* @return DeleteApplicationResponse
|
|
495
495
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
497
497
|
*/
|
|
498
498
|
deleteApplication(deleteApplicationRequest) {
|
|
499
499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -548,7 +548,7 @@ class FunctionsManagementClient {
|
|
|
548
548
|
* @param DeleteFunctionRequest
|
|
549
549
|
* @return DeleteFunctionResponse
|
|
550
550
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
552
552
|
*/
|
|
553
553
|
deleteFunction(deleteFunctionRequest) {
|
|
554
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -603,7 +603,7 @@ class FunctionsManagementClient {
|
|
|
603
603
|
* @param GetApplicationRequest
|
|
604
604
|
* @return GetApplicationResponse
|
|
605
605
|
* @throws OciError when an error occurs
|
|
606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
607
607
|
*/
|
|
608
608
|
getApplication(getApplicationRequest) {
|
|
609
609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -666,7 +666,7 @@ class FunctionsManagementClient {
|
|
|
666
666
|
* @param GetFunctionRequest
|
|
667
667
|
* @return GetFunctionResponse
|
|
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.65.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
670
670
|
*/
|
|
671
671
|
getFunction(getFunctionRequest) {
|
|
672
672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -730,7 +730,7 @@ class FunctionsManagementClient {
|
|
|
730
730
|
* @param GetPbfListingRequest
|
|
731
731
|
* @return GetPbfListingResponse
|
|
732
732
|
* @throws OciError when an error occurs
|
|
733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
|
|
734
734
|
*/
|
|
735
735
|
getPbfListing(getPbfListingRequest) {
|
|
736
736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -793,7 +793,7 @@ class FunctionsManagementClient {
|
|
|
793
793
|
* @param GetPbfListingVersionRequest
|
|
794
794
|
* @return GetPbfListingVersionResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
|
|
797
797
|
*/
|
|
798
798
|
getPbfListingVersion(getPbfListingVersionRequest) {
|
|
799
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class FunctionsManagementClient {
|
|
|
856
856
|
* @param ListApplicationsRequest
|
|
857
857
|
* @return ListApplicationsResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
860
860
|
*/
|
|
861
861
|
listApplications(listApplicationsRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -966,7 +966,7 @@ class FunctionsManagementClient {
|
|
|
966
966
|
* @param ListFunctionsRequest
|
|
967
967
|
* @return ListFunctionsResponse
|
|
968
968
|
* @throws OciError when an error occurs
|
|
969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
970
970
|
*/
|
|
971
971
|
listFunctions(listFunctionsRequest) {
|
|
972
972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1081,7 +1081,7 @@ class FunctionsManagementClient {
|
|
|
1081
1081
|
* @param ListPbfListingVersionsRequest
|
|
1082
1082
|
* @return ListPbfListingVersionsResponse
|
|
1083
1083
|
* @throws OciError when an error occurs
|
|
1084
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
|
|
1085
1085
|
*/
|
|
1086
1086
|
listPbfListingVersions(listPbfListingVersionsRequest) {
|
|
1087
1087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1154,7 +1154,7 @@ class FunctionsManagementClient {
|
|
|
1154
1154
|
* @param ListPbfListingsRequest
|
|
1155
1155
|
* @return ListPbfListingsResponse
|
|
1156
1156
|
* @throws OciError when an error occurs
|
|
1157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
|
|
1158
1158
|
*/
|
|
1159
1159
|
listPbfListings(listPbfListingsRequest) {
|
|
1160
1160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1227,7 +1227,7 @@ class FunctionsManagementClient {
|
|
|
1227
1227
|
* @param ListTriggersRequest
|
|
1228
1228
|
* @return ListTriggersResponse
|
|
1229
1229
|
* @throws OciError when an error occurs
|
|
1230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
|
|
1231
1231
|
*/
|
|
1232
1232
|
listTriggers(listTriggersRequest) {
|
|
1233
1233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1293,7 +1293,7 @@ class FunctionsManagementClient {
|
|
|
1293
1293
|
* @param UpdateApplicationRequest
|
|
1294
1294
|
* @return UpdateApplicationResponse
|
|
1295
1295
|
* @throws OciError when an error occurs
|
|
1296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
1297
1297
|
*/
|
|
1298
1298
|
updateApplication(updateApplicationRequest) {
|
|
1299
1299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1358,7 +1358,7 @@ class FunctionsManagementClient {
|
|
|
1358
1358
|
* @param UpdateFunctionRequest
|
|
1359
1359
|
* @return UpdateFunctionResponse
|
|
1360
1360
|
* @throws OciError when an error occurs
|
|
1361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
1362
1362
|
*/
|
|
1363
1363
|
updateFunction(updateFunctionRequest) {
|
|
1364
1364
|
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.65.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.65.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.65.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.65.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.65.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.65.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.65.0/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.65.0/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.65.0/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.65.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.65.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.65.0/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.65.0/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.65.0/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.65.0/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.65.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.65.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.65.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.65.0",
|
|
19
|
+
"oci-workrequests": "2.65.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|