oci-functions 2.70.0 → 2.70.2
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
|
@@ -56,7 +56,7 @@ export declare class FunctionsInvokeClient {
|
|
|
56
56
|
* @param InvokeFunctionRequest
|
|
57
57
|
* @return InvokeFunctionResponse
|
|
58
58
|
* @throws OciError when an error occurs
|
|
59
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
59
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
60
60
|
*/
|
|
61
61
|
invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
|
|
62
62
|
}
|
|
@@ -134,7 +134,7 @@ export declare class FunctionsManagementClient {
|
|
|
134
134
|
* @param ChangeApplicationCompartmentRequest
|
|
135
135
|
* @return ChangeApplicationCompartmentResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
138
138
|
*/
|
|
139
139
|
changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
|
|
140
140
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class FunctionsManagementClient {
|
|
|
143
143
|
* @param CreateApplicationRequest
|
|
144
144
|
* @return CreateApplicationResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
147
147
|
*/
|
|
148
148
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class FunctionsManagementClient {
|
|
|
152
152
|
* @param CreateFunctionRequest
|
|
153
153
|
* @return CreateFunctionResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
156
156
|
*/
|
|
157
157
|
createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
|
|
158
158
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class FunctionsManagementClient {
|
|
|
161
161
|
* @param DeleteApplicationRequest
|
|
162
162
|
* @return DeleteApplicationResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
165
165
|
*/
|
|
166
166
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
167
167
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class FunctionsManagementClient {
|
|
|
170
170
|
* @param DeleteFunctionRequest
|
|
171
171
|
* @return DeleteFunctionResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
174
174
|
*/
|
|
175
175
|
deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
|
|
176
176
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class FunctionsManagementClient {
|
|
|
179
179
|
* @param GetApplicationRequest
|
|
180
180
|
* @return GetApplicationResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
183
183
|
*/
|
|
184
184
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
185
185
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class FunctionsManagementClient {
|
|
|
188
188
|
* @param GetFunctionRequest
|
|
189
189
|
* @return GetFunctionResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
192
192
|
*/
|
|
193
193
|
getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class FunctionsManagementClient {
|
|
|
198
198
|
* @param GetPbfListingRequest
|
|
199
199
|
* @return GetPbfListingResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
|
|
202
202
|
*/
|
|
203
203
|
getPbfListing(getPbfListingRequest: requests.GetPbfListingRequest): Promise<responses.GetPbfListingResponse>;
|
|
204
204
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class FunctionsManagementClient {
|
|
|
207
207
|
* @param GetPbfListingVersionRequest
|
|
208
208
|
* @return GetPbfListingVersionResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
|
|
211
211
|
*/
|
|
212
212
|
getPbfListingVersion(getPbfListingVersionRequest: requests.GetPbfListingVersionRequest): Promise<responses.GetPbfListingVersionResponse>;
|
|
213
213
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class FunctionsManagementClient {
|
|
|
216
216
|
* @param ListApplicationsRequest
|
|
217
217
|
* @return ListApplicationsResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
220
220
|
*/
|
|
221
221
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
222
222
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class FunctionsManagementClient {
|
|
|
257
257
|
* @param ListFunctionsRequest
|
|
258
258
|
* @return ListFunctionsResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
261
261
|
*/
|
|
262
262
|
listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
|
|
263
263
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class FunctionsManagementClient {
|
|
|
303
303
|
* @param ListPbfListingVersionsRequest
|
|
304
304
|
* @return ListPbfListingVersionsResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
|
|
307
307
|
*/
|
|
308
308
|
listPbfListingVersions(listPbfListingVersionsRequest: requests.ListPbfListingVersionsRequest): Promise<responses.ListPbfListingVersionsResponse>;
|
|
309
309
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class FunctionsManagementClient {
|
|
|
314
314
|
* @param ListPbfListingsRequest
|
|
315
315
|
* @return ListPbfListingsResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
|
|
318
318
|
*/
|
|
319
319
|
listPbfListings(listPbfListingsRequest: requests.ListPbfListingsRequest): Promise<responses.ListPbfListingsResponse>;
|
|
320
320
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class FunctionsManagementClient {
|
|
|
324
324
|
* @param ListTriggersRequest
|
|
325
325
|
* @return ListTriggersResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
|
|
328
328
|
*/
|
|
329
329
|
listTriggers(listTriggersRequest: requests.ListTriggersRequest): Promise<responses.ListTriggersResponse>;
|
|
330
330
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class FunctionsManagementClient {
|
|
|
333
333
|
* @param UpdateApplicationRequest
|
|
334
334
|
* @return UpdateApplicationResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
337
337
|
*/
|
|
338
338
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
339
339
|
/**
|
|
@@ -342,7 +342,7 @@ export declare class FunctionsManagementClient {
|
|
|
342
342
|
* @param UpdateFunctionRequest
|
|
343
343
|
* @return UpdateFunctionResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
346
346
|
*/
|
|
347
347
|
updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
|
|
348
348
|
}
|
package/lib/client.js
CHANGED
|
@@ -126,7 +126,7 @@ class FunctionsInvokeClient {
|
|
|
126
126
|
* @param InvokeFunctionRequest
|
|
127
127
|
* @return InvokeFunctionResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
130
130
|
*/
|
|
131
131
|
invokeFunction(invokeFunctionRequest) {
|
|
132
132
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -321,7 +321,7 @@ class FunctionsManagementClient {
|
|
|
321
321
|
* @param ChangeApplicationCompartmentRequest
|
|
322
322
|
* @return ChangeApplicationCompartmentResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
325
325
|
*/
|
|
326
326
|
changeApplicationCompartment(changeApplicationCompartmentRequest) {
|
|
327
327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -377,7 +377,7 @@ class FunctionsManagementClient {
|
|
|
377
377
|
* @param CreateApplicationRequest
|
|
378
378
|
* @return CreateApplicationResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
381
381
|
*/
|
|
382
382
|
createApplication(createApplicationRequest) {
|
|
383
383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -439,7 +439,7 @@ class FunctionsManagementClient {
|
|
|
439
439
|
* @param CreateFunctionRequest
|
|
440
440
|
* @return CreateFunctionResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
443
443
|
*/
|
|
444
444
|
createFunction(createFunctionRequest) {
|
|
445
445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -501,7 +501,7 @@ class FunctionsManagementClient {
|
|
|
501
501
|
* @param DeleteApplicationRequest
|
|
502
502
|
* @return DeleteApplicationResponse
|
|
503
503
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
505
505
|
*/
|
|
506
506
|
deleteApplication(deleteApplicationRequest) {
|
|
507
507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -556,7 +556,7 @@ class FunctionsManagementClient {
|
|
|
556
556
|
* @param DeleteFunctionRequest
|
|
557
557
|
* @return DeleteFunctionResponse
|
|
558
558
|
* @throws OciError when an error occurs
|
|
559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
560
560
|
*/
|
|
561
561
|
deleteFunction(deleteFunctionRequest) {
|
|
562
562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -611,7 +611,7 @@ class FunctionsManagementClient {
|
|
|
611
611
|
* @param GetApplicationRequest
|
|
612
612
|
* @return GetApplicationResponse
|
|
613
613
|
* @throws OciError when an error occurs
|
|
614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
615
615
|
*/
|
|
616
616
|
getApplication(getApplicationRequest) {
|
|
617
617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -674,7 +674,7 @@ class FunctionsManagementClient {
|
|
|
674
674
|
* @param GetFunctionRequest
|
|
675
675
|
* @return GetFunctionResponse
|
|
676
676
|
* @throws OciError when an error occurs
|
|
677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
678
678
|
*/
|
|
679
679
|
getFunction(getFunctionRequest) {
|
|
680
680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -738,7 +738,7 @@ class FunctionsManagementClient {
|
|
|
738
738
|
* @param GetPbfListingRequest
|
|
739
739
|
* @return GetPbfListingResponse
|
|
740
740
|
* @throws OciError when an error occurs
|
|
741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
|
|
742
742
|
*/
|
|
743
743
|
getPbfListing(getPbfListingRequest) {
|
|
744
744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +801,7 @@ class FunctionsManagementClient {
|
|
|
801
801
|
* @param GetPbfListingVersionRequest
|
|
802
802
|
* @return GetPbfListingVersionResponse
|
|
803
803
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
|
|
805
805
|
*/
|
|
806
806
|
getPbfListingVersion(getPbfListingVersionRequest) {
|
|
807
807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -864,7 +864,7 @@ class FunctionsManagementClient {
|
|
|
864
864
|
* @param ListApplicationsRequest
|
|
865
865
|
* @return ListApplicationsResponse
|
|
866
866
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
868
868
|
*/
|
|
869
869
|
listApplications(listApplicationsRequest) {
|
|
870
870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -974,7 +974,7 @@ class FunctionsManagementClient {
|
|
|
974
974
|
* @param ListFunctionsRequest
|
|
975
975
|
* @return ListFunctionsResponse
|
|
976
976
|
* @throws OciError when an error occurs
|
|
977
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
977
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
978
978
|
*/
|
|
979
979
|
listFunctions(listFunctionsRequest) {
|
|
980
980
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1089,7 +1089,7 @@ class FunctionsManagementClient {
|
|
|
1089
1089
|
* @param ListPbfListingVersionsRequest
|
|
1090
1090
|
* @return ListPbfListingVersionsResponse
|
|
1091
1091
|
* @throws OciError when an error occurs
|
|
1092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
|
|
1093
1093
|
*/
|
|
1094
1094
|
listPbfListingVersions(listPbfListingVersionsRequest) {
|
|
1095
1095
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1162,7 +1162,7 @@ class FunctionsManagementClient {
|
|
|
1162
1162
|
* @param ListPbfListingsRequest
|
|
1163
1163
|
* @return ListPbfListingsResponse
|
|
1164
1164
|
* @throws OciError when an error occurs
|
|
1165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
|
|
1166
1166
|
*/
|
|
1167
1167
|
listPbfListings(listPbfListingsRequest) {
|
|
1168
1168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1235,7 +1235,7 @@ class FunctionsManagementClient {
|
|
|
1235
1235
|
* @param ListTriggersRequest
|
|
1236
1236
|
* @return ListTriggersResponse
|
|
1237
1237
|
* @throws OciError when an error occurs
|
|
1238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
|
|
1239
1239
|
*/
|
|
1240
1240
|
listTriggers(listTriggersRequest) {
|
|
1241
1241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1301,7 +1301,7 @@ class FunctionsManagementClient {
|
|
|
1301
1301
|
* @param UpdateApplicationRequest
|
|
1302
1302
|
* @return UpdateApplicationResponse
|
|
1303
1303
|
* @throws OciError when an error occurs
|
|
1304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
1305
1305
|
*/
|
|
1306
1306
|
updateApplication(updateApplicationRequest) {
|
|
1307
1307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1366,7 +1366,7 @@ class FunctionsManagementClient {
|
|
|
1366
1366
|
* @param UpdateFunctionRequest
|
|
1367
1367
|
* @return UpdateFunctionResponse
|
|
1368
1368
|
* @throws OciError when an error occurs
|
|
1369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
1369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
1370
1370
|
*/
|
|
1371
1371
|
updateFunction(updateFunctionRequest) {
|
|
1372
1372
|
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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
17
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/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.70.
|
|
3
|
+
"version": "2.70.2",
|
|
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.70.
|
|
19
|
-
"oci-workrequests": "2.70.
|
|
18
|
+
"oci-common": "2.70.2",
|
|
19
|
+
"oci-workrequests": "2.70.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|