oci-functions 2.81.0 → 2.82.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 CHANGED
@@ -61,7 +61,7 @@ export declare class FunctionsInvokeClient {
61
61
  * @param InvokeFunctionRequest
62
62
  * @return InvokeFunctionResponse
63
63
  * @throws OciError when an error occurs
64
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
64
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
65
65
  */
66
66
  invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
67
67
  }
@@ -143,7 +143,7 @@ export declare class FunctionsManagementClient {
143
143
  * @param ChangeApplicationCompartmentRequest
144
144
  * @return ChangeApplicationCompartmentResponse
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.81.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
147
147
  */
148
148
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class FunctionsManagementClient {
152
152
  * @param CreateApplicationRequest
153
153
  * @return CreateApplicationResponse
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.81.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
156
156
  */
157
157
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class FunctionsManagementClient {
161
161
  * @param CreateFunctionRequest
162
162
  * @return CreateFunctionResponse
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.81.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
165
165
  */
166
166
  createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
167
167
  /**
@@ -170,7 +170,7 @@ export declare class FunctionsManagementClient {
170
170
  * @param DeleteApplicationRequest
171
171
  * @return DeleteApplicationResponse
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.81.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
174
174
  */
175
175
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
176
176
  /**
@@ -179,7 +179,7 @@ export declare class FunctionsManagementClient {
179
179
  * @param DeleteFunctionRequest
180
180
  * @return DeleteFunctionResponse
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.81.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
183
183
  */
184
184
  deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
185
185
  /**
@@ -188,7 +188,7 @@ export declare class FunctionsManagementClient {
188
188
  * @param GetApplicationRequest
189
189
  * @return GetApplicationResponse
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.81.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
192
192
  */
193
193
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
194
194
  /**
@@ -197,7 +197,7 @@ export declare class FunctionsManagementClient {
197
197
  * @param GetFunctionRequest
198
198
  * @return GetFunctionResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
201
201
  */
202
202
  getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
203
203
  /**
@@ -207,7 +207,7 @@ export declare class FunctionsManagementClient {
207
207
  * @param GetPbfListingRequest
208
208
  * @return GetPbfListingResponse
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.81.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
211
211
  */
212
212
  getPbfListing(getPbfListingRequest: requests.GetPbfListingRequest): Promise<responses.GetPbfListingResponse>;
213
213
  /**
@@ -216,7 +216,7 @@ export declare class FunctionsManagementClient {
216
216
  * @param GetPbfListingVersionRequest
217
217
  * @return GetPbfListingVersionResponse
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.81.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
220
220
  */
221
221
  getPbfListingVersion(getPbfListingVersionRequest: requests.GetPbfListingVersionRequest): Promise<responses.GetPbfListingVersionResponse>;
222
222
  /**
@@ -225,7 +225,7 @@ export declare class FunctionsManagementClient {
225
225
  * @param ListApplicationsRequest
226
226
  * @return ListApplicationsResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
229
229
  */
230
230
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
231
231
  /**
@@ -266,7 +266,7 @@ export declare class FunctionsManagementClient {
266
266
  * @param ListFunctionsRequest
267
267
  * @return ListFunctionsResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
270
270
  */
271
271
  listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
272
272
  /**
@@ -312,7 +312,7 @@ export declare class FunctionsManagementClient {
312
312
  * @param ListPbfListingVersionsRequest
313
313
  * @return ListPbfListingVersionsResponse
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.81.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
316
316
  */
317
317
  listPbfListingVersions(listPbfListingVersionsRequest: requests.ListPbfListingVersionsRequest): Promise<responses.ListPbfListingVersionsResponse>;
318
318
  /**
@@ -323,7 +323,7 @@ export declare class FunctionsManagementClient {
323
323
  * @param ListPbfListingsRequest
324
324
  * @return ListPbfListingsResponse
325
325
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
327
327
  */
328
328
  listPbfListings(listPbfListingsRequest: requests.ListPbfListingsRequest): Promise<responses.ListPbfListingsResponse>;
329
329
  /**
@@ -333,7 +333,7 @@ export declare class FunctionsManagementClient {
333
333
  * @param ListTriggersRequest
334
334
  * @return ListTriggersResponse
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.81.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
337
337
  */
338
338
  listTriggers(listTriggersRequest: requests.ListTriggersRequest): Promise<responses.ListTriggersResponse>;
339
339
  /**
@@ -342,7 +342,7 @@ export declare class FunctionsManagementClient {
342
342
  * @param UpdateApplicationRequest
343
343
  * @return UpdateApplicationResponse
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.81.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
346
346
  */
347
347
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
348
348
  /**
@@ -351,7 +351,7 @@ export declare class FunctionsManagementClient {
351
351
  * @param UpdateFunctionRequest
352
352
  * @return UpdateFunctionResponse
353
353
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
355
355
  */
356
356
  updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
357
357
  }
package/lib/client.js CHANGED
@@ -139,7 +139,7 @@ class FunctionsInvokeClient {
139
139
  * @param InvokeFunctionRequest
140
140
  * @return InvokeFunctionResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
143
143
  */
144
144
  invokeFunction(invokeFunctionRequest) {
145
145
  return __awaiter(this, void 0, void 0, function* () {
@@ -346,7 +346,7 @@ class FunctionsManagementClient {
346
346
  * @param ChangeApplicationCompartmentRequest
347
347
  * @return ChangeApplicationCompartmentResponse
348
348
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
350
350
  */
351
351
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
352
352
  return __awaiter(this, void 0, void 0, function* () {
@@ -402,7 +402,7 @@ class FunctionsManagementClient {
402
402
  * @param CreateApplicationRequest
403
403
  * @return CreateApplicationResponse
404
404
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
406
406
  */
407
407
  createApplication(createApplicationRequest) {
408
408
  return __awaiter(this, void 0, void 0, function* () {
@@ -464,7 +464,7 @@ class FunctionsManagementClient {
464
464
  * @param CreateFunctionRequest
465
465
  * @return CreateFunctionResponse
466
466
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
468
468
  */
469
469
  createFunction(createFunctionRequest) {
470
470
  return __awaiter(this, void 0, void 0, function* () {
@@ -526,7 +526,7 @@ class FunctionsManagementClient {
526
526
  * @param DeleteApplicationRequest
527
527
  * @return DeleteApplicationResponse
528
528
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
530
530
  */
531
531
  deleteApplication(deleteApplicationRequest) {
532
532
  return __awaiter(this, void 0, void 0, function* () {
@@ -581,7 +581,7 @@ class FunctionsManagementClient {
581
581
  * @param DeleteFunctionRequest
582
582
  * @return DeleteFunctionResponse
583
583
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
585
585
  */
586
586
  deleteFunction(deleteFunctionRequest) {
587
587
  return __awaiter(this, void 0, void 0, function* () {
@@ -636,7 +636,7 @@ class FunctionsManagementClient {
636
636
  * @param GetApplicationRequest
637
637
  * @return GetApplicationResponse
638
638
  * @throws OciError when an error occurs
639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
640
640
  */
641
641
  getApplication(getApplicationRequest) {
642
642
  return __awaiter(this, void 0, void 0, function* () {
@@ -699,7 +699,7 @@ class FunctionsManagementClient {
699
699
  * @param GetFunctionRequest
700
700
  * @return GetFunctionResponse
701
701
  * @throws OciError when an error occurs
702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
703
703
  */
704
704
  getFunction(getFunctionRequest) {
705
705
  return __awaiter(this, void 0, void 0, function* () {
@@ -763,7 +763,7 @@ class FunctionsManagementClient {
763
763
  * @param GetPbfListingRequest
764
764
  * @return GetPbfListingResponse
765
765
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
767
767
  */
768
768
  getPbfListing(getPbfListingRequest) {
769
769
  return __awaiter(this, void 0, void 0, function* () {
@@ -826,7 +826,7 @@ class FunctionsManagementClient {
826
826
  * @param GetPbfListingVersionRequest
827
827
  * @return GetPbfListingVersionResponse
828
828
  * @throws OciError when an error occurs
829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
830
830
  */
831
831
  getPbfListingVersion(getPbfListingVersionRequest) {
832
832
  return __awaiter(this, void 0, void 0, function* () {
@@ -889,7 +889,7 @@ class FunctionsManagementClient {
889
889
  * @param ListApplicationsRequest
890
890
  * @return ListApplicationsResponse
891
891
  * @throws OciError when an error occurs
892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
893
893
  */
894
894
  listApplications(listApplicationsRequest) {
895
895
  return __awaiter(this, void 0, void 0, function* () {
@@ -999,7 +999,7 @@ class FunctionsManagementClient {
999
999
  * @param ListFunctionsRequest
1000
1000
  * @return ListFunctionsResponse
1001
1001
  * @throws OciError when an error occurs
1002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
1002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
1003
1003
  */
1004
1004
  listFunctions(listFunctionsRequest) {
1005
1005
  return __awaiter(this, void 0, void 0, function* () {
@@ -1114,7 +1114,7 @@ class FunctionsManagementClient {
1114
1114
  * @param ListPbfListingVersionsRequest
1115
1115
  * @return ListPbfListingVersionsResponse
1116
1116
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
1117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
1118
1118
  */
1119
1119
  listPbfListingVersions(listPbfListingVersionsRequest) {
1120
1120
  return __awaiter(this, void 0, void 0, function* () {
@@ -1187,7 +1187,7 @@ class FunctionsManagementClient {
1187
1187
  * @param ListPbfListingsRequest
1188
1188
  * @return ListPbfListingsResponse
1189
1189
  * @throws OciError when an error occurs
1190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
1190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
1191
1191
  */
1192
1192
  listPbfListings(listPbfListingsRequest) {
1193
1193
  return __awaiter(this, void 0, void 0, function* () {
@@ -1260,7 +1260,7 @@ class FunctionsManagementClient {
1260
1260
  * @param ListTriggersRequest
1261
1261
  * @return ListTriggersResponse
1262
1262
  * @throws OciError when an error occurs
1263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
1263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
1264
1264
  */
1265
1265
  listTriggers(listTriggersRequest) {
1266
1266
  return __awaiter(this, void 0, void 0, function* () {
@@ -1326,7 +1326,7 @@ class FunctionsManagementClient {
1326
1326
  * @param UpdateApplicationRequest
1327
1327
  * @return UpdateApplicationResponse
1328
1328
  * @throws OciError when an error occurs
1329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1330
1330
  */
1331
1331
  updateApplication(updateApplicationRequest) {
1332
1332
  return __awaiter(this, void 0, void 0, function* () {
@@ -1391,7 +1391,7 @@ class FunctionsManagementClient {
1391
1391
  * @param UpdateFunctionRequest
1392
1392
  * @return UpdateFunctionResponse
1393
1393
  * @throws OciError when an error occurs
1394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
1394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
1395
1395
  */
1396
1396
  updateFunction(updateFunctionRequest) {
1397
1397
  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.81.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunctionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunctionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunctionRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListingsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.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.81.0",
3
+ "version": "2.82.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.81.0",
19
- "oci-workrequests": "2.81.0"
18
+ "oci-common": "2.82.1",
19
+ "oci-workrequests": "2.82.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"