oci-functions 2.102.2 → 2.104.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.
Files changed (33) hide show
  1. package/lib/client.d.ts +18 -18
  2. package/lib/client.js +18 -18
  3. package/lib/model/application-summary.d.ts +5 -5
  4. package/lib/model/application.d.ts +5 -5
  5. package/lib/model/change-application-compartment-details.d.ts +1 -1
  6. package/lib/model/create-application-details.d.ts +4 -4
  7. package/lib/model/create-function-details.d.ts +2 -2
  8. package/lib/model/function-summary.d.ts +3 -3
  9. package/lib/model/function.d.ts +3 -3
  10. package/lib/model/key-details.d.ts +1 -1
  11. package/lib/model/pre-built-function-source-details.d.ts +1 -1
  12. package/lib/model/update-application-details.d.ts +3 -3
  13. package/lib/model/update-function-details.d.ts +2 -2
  14. package/lib/request/change-application-compartment-request.d.ts +2 -2
  15. package/lib/request/create-application-request.d.ts +1 -1
  16. package/lib/request/create-function-request.d.ts +1 -1
  17. package/lib/request/delete-application-request.d.ts +2 -2
  18. package/lib/request/delete-function-request.d.ts +2 -2
  19. package/lib/request/get-application-request.d.ts +2 -2
  20. package/lib/request/get-function-request.d.ts +2 -2
  21. package/lib/request/get-pbf-listing-request.d.ts +1 -1
  22. package/lib/request/get-pbf-listing-version-request.d.ts +1 -1
  23. package/lib/request/invoke-function-request.d.ts +2 -2
  24. package/lib/request/list-applications-request.d.ts +2 -2
  25. package/lib/request/list-functions-request.d.ts +2 -2
  26. package/lib/request/list-pbf-listing-versions-request.d.ts +1 -1
  27. package/lib/request/list-pbf-listings-request.d.ts +1 -1
  28. package/lib/request/list-triggers-request.d.ts +1 -1
  29. package/lib/request/update-application-request.d.ts +2 -2
  30. package/lib/request/update-function-request.d.ts +2 -2
  31. package/lib/response/list-applications-response.d.ts +1 -1
  32. package/lib/response/list-functions-response.d.ts +1 -1
  33. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -70,7 +70,7 @@ export declare class FunctionsInvokeClient {
70
70
  * @param InvokeFunctionRequest
71
71
  * @return InvokeFunctionResponse
72
72
  * @throws OciError when an error occurs
73
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
73
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
74
74
  */
75
75
  invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
76
76
  }
@@ -155,13 +155,13 @@ export declare class FunctionsManagementClient {
155
155
  close(): void;
156
156
  /**
157
157
  * Moves an application into a different compartment within the same tenancy.
158
- * For information about moving resources between compartments, see [Moving Resources Between Compartments](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
158
+ * For information about moving resources between compartments, see [Moving Resources Between Compartments](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
159
159
  *
160
160
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
161
161
  * @param ChangeApplicationCompartmentRequest
162
162
  * @return ChangeApplicationCompartmentResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
164
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
165
165
  */
166
166
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
167
167
  /**
@@ -170,7 +170,7 @@ export declare class FunctionsManagementClient {
170
170
  * @param CreateApplicationRequest
171
171
  * @return CreateApplicationResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
173
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
174
174
  */
175
175
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
176
176
  /**
@@ -179,7 +179,7 @@ export declare class FunctionsManagementClient {
179
179
  * @param CreateFunctionRequest
180
180
  * @return CreateFunctionResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
182
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
183
183
  */
184
184
  createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
185
185
  /**
@@ -188,7 +188,7 @@ export declare class FunctionsManagementClient {
188
188
  * @param DeleteApplicationRequest
189
189
  * @return DeleteApplicationResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
191
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
192
192
  */
193
193
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
194
194
  /**
@@ -197,7 +197,7 @@ export declare class FunctionsManagementClient {
197
197
  * @param DeleteFunctionRequest
198
198
  * @return DeleteFunctionResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
200
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
201
201
  */
202
202
  deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
203
203
  /**
@@ -206,7 +206,7 @@ export declare class FunctionsManagementClient {
206
206
  * @param GetApplicationRequest
207
207
  * @return GetApplicationResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
209
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
210
210
  */
211
211
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
212
212
  /**
@@ -215,7 +215,7 @@ export declare class FunctionsManagementClient {
215
215
  * @param GetFunctionRequest
216
216
  * @return GetFunctionResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
218
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
219
219
  */
220
220
  getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
221
221
  /**
@@ -225,7 +225,7 @@ export declare class FunctionsManagementClient {
225
225
  * @param GetPbfListingRequest
226
226
  * @return GetPbfListingResponse
227
227
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
228
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
229
229
  */
230
230
  getPbfListing(getPbfListingRequest: requests.GetPbfListingRequest): Promise<responses.GetPbfListingResponse>;
231
231
  /**
@@ -234,7 +234,7 @@ export declare class FunctionsManagementClient {
234
234
  * @param GetPbfListingVersionRequest
235
235
  * @return GetPbfListingVersionResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
237
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
238
238
  */
239
239
  getPbfListingVersion(getPbfListingVersionRequest: requests.GetPbfListingVersionRequest): Promise<responses.GetPbfListingVersionResponse>;
240
240
  /**
@@ -243,7 +243,7 @@ export declare class FunctionsManagementClient {
243
243
  * @param ListApplicationsRequest
244
244
  * @return ListApplicationsResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
246
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
247
247
  */
248
248
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
249
249
  /**
@@ -284,7 +284,7 @@ export declare class FunctionsManagementClient {
284
284
  * @param ListFunctionsRequest
285
285
  * @return ListFunctionsResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
287
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
288
288
  */
289
289
  listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
290
290
  /**
@@ -330,7 +330,7 @@ export declare class FunctionsManagementClient {
330
330
  * @param ListPbfListingVersionsRequest
331
331
  * @return ListPbfListingVersionsResponse
332
332
  * @throws OciError when an error occurs
333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
333
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
334
334
  */
335
335
  listPbfListingVersions(listPbfListingVersionsRequest: requests.ListPbfListingVersionsRequest): Promise<responses.ListPbfListingVersionsResponse>;
336
336
  /**
@@ -341,7 +341,7 @@ export declare class FunctionsManagementClient {
341
341
  * @param ListPbfListingsRequest
342
342
  * @return ListPbfListingsResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
344
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
345
345
  */
346
346
  listPbfListings(listPbfListingsRequest: requests.ListPbfListingsRequest): Promise<responses.ListPbfListingsResponse>;
347
347
  /**
@@ -351,7 +351,7 @@ export declare class FunctionsManagementClient {
351
351
  * @param ListTriggersRequest
352
352
  * @return ListTriggersResponse
353
353
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
354
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
355
355
  */
356
356
  listTriggers(listTriggersRequest: requests.ListTriggersRequest): Promise<responses.ListTriggersResponse>;
357
357
  /**
@@ -360,7 +360,7 @@ export declare class FunctionsManagementClient {
360
360
  * @param UpdateApplicationRequest
361
361
  * @return UpdateApplicationResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
363
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
364
364
  */
365
365
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
366
366
  /**
@@ -369,7 +369,7 @@ export declare class FunctionsManagementClient {
369
369
  * @param UpdateFunctionRequest
370
370
  * @return UpdateFunctionResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
372
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
373
373
  */
374
374
  updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
375
375
  }
package/lib/client.js CHANGED
@@ -156,7 +156,7 @@ class FunctionsInvokeClient {
156
156
  * @param InvokeFunctionRequest
157
157
  * @return InvokeFunctionResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
159
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
160
160
  */
161
161
  invokeFunction(invokeFunctionRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -374,13 +374,13 @@ class FunctionsManagementClient {
374
374
  }
375
375
  /**
376
376
  * Moves an application into a different compartment within the same tenancy.
377
- * For information about moving resources between compartments, see [Moving Resources Between Compartments](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
377
+ * For information about moving resources between compartments, see [Moving Resources Between Compartments](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
378
378
  *
379
379
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
380
380
  * @param ChangeApplicationCompartmentRequest
381
381
  * @return ChangeApplicationCompartmentResponse
382
382
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
383
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
384
384
  */
385
385
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
386
386
  return __awaiter(this, void 0, void 0, function* () {
@@ -436,7 +436,7 @@ class FunctionsManagementClient {
436
436
  * @param CreateApplicationRequest
437
437
  * @return CreateApplicationResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
439
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
440
440
  */
441
441
  createApplication(createApplicationRequest) {
442
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -498,7 +498,7 @@ class FunctionsManagementClient {
498
498
  * @param CreateFunctionRequest
499
499
  * @return CreateFunctionResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
501
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
502
502
  */
503
503
  createFunction(createFunctionRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -560,7 +560,7 @@ class FunctionsManagementClient {
560
560
  * @param DeleteApplicationRequest
561
561
  * @return DeleteApplicationResponse
562
562
  * @throws OciError when an error occurs
563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
563
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
564
564
  */
565
565
  deleteApplication(deleteApplicationRequest) {
566
566
  return __awaiter(this, void 0, void 0, function* () {
@@ -615,7 +615,7 @@ class FunctionsManagementClient {
615
615
  * @param DeleteFunctionRequest
616
616
  * @return DeleteFunctionResponse
617
617
  * @throws OciError when an error occurs
618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
618
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
619
619
  */
620
620
  deleteFunction(deleteFunctionRequest) {
621
621
  return __awaiter(this, void 0, void 0, function* () {
@@ -670,7 +670,7 @@ class FunctionsManagementClient {
670
670
  * @param GetApplicationRequest
671
671
  * @return GetApplicationResponse
672
672
  * @throws OciError when an error occurs
673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
673
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
674
674
  */
675
675
  getApplication(getApplicationRequest) {
676
676
  return __awaiter(this, void 0, void 0, function* () {
@@ -733,7 +733,7 @@ class FunctionsManagementClient {
733
733
  * @param GetFunctionRequest
734
734
  * @return GetFunctionResponse
735
735
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
736
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
737
737
  */
738
738
  getFunction(getFunctionRequest) {
739
739
  return __awaiter(this, void 0, void 0, function* () {
@@ -797,7 +797,7 @@ class FunctionsManagementClient {
797
797
  * @param GetPbfListingRequest
798
798
  * @return GetPbfListingResponse
799
799
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
800
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
801
801
  */
802
802
  getPbfListing(getPbfListingRequest) {
803
803
  return __awaiter(this, void 0, void 0, function* () {
@@ -860,7 +860,7 @@ class FunctionsManagementClient {
860
860
  * @param GetPbfListingVersionRequest
861
861
  * @return GetPbfListingVersionResponse
862
862
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
863
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
864
864
  */
865
865
  getPbfListingVersion(getPbfListingVersionRequest) {
866
866
  return __awaiter(this, void 0, void 0, function* () {
@@ -923,7 +923,7 @@ class FunctionsManagementClient {
923
923
  * @param ListApplicationsRequest
924
924
  * @return ListApplicationsResponse
925
925
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
926
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
927
927
  */
928
928
  listApplications(listApplicationsRequest) {
929
929
  return __awaiter(this, void 0, void 0, function* () {
@@ -1033,7 +1033,7 @@ class FunctionsManagementClient {
1033
1033
  * @param ListFunctionsRequest
1034
1034
  * @return ListFunctionsResponse
1035
1035
  * @throws OciError when an error occurs
1036
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
1036
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
1037
1037
  */
1038
1038
  listFunctions(listFunctionsRequest) {
1039
1039
  return __awaiter(this, void 0, void 0, function* () {
@@ -1148,7 +1148,7 @@ class FunctionsManagementClient {
1148
1148
  * @param ListPbfListingVersionsRequest
1149
1149
  * @return ListPbfListingVersionsResponse
1150
1150
  * @throws OciError when an error occurs
1151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
1151
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
1152
1152
  */
1153
1153
  listPbfListingVersions(listPbfListingVersionsRequest) {
1154
1154
  return __awaiter(this, void 0, void 0, function* () {
@@ -1221,7 +1221,7 @@ class FunctionsManagementClient {
1221
1221
  * @param ListPbfListingsRequest
1222
1222
  * @return ListPbfListingsResponse
1223
1223
  * @throws OciError when an error occurs
1224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
1224
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
1225
1225
  */
1226
1226
  listPbfListings(listPbfListingsRequest) {
1227
1227
  return __awaiter(this, void 0, void 0, function* () {
@@ -1294,7 +1294,7 @@ class FunctionsManagementClient {
1294
1294
  * @param ListTriggersRequest
1295
1295
  * @return ListTriggersResponse
1296
1296
  * @throws OciError when an error occurs
1297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
1297
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
1298
1298
  */
1299
1299
  listTriggers(listTriggersRequest) {
1300
1300
  return __awaiter(this, void 0, void 0, function* () {
@@ -1360,7 +1360,7 @@ class FunctionsManagementClient {
1360
1360
  * @param UpdateApplicationRequest
1361
1361
  * @return UpdateApplicationResponse
1362
1362
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1363
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1364
1364
  */
1365
1365
  updateApplication(updateApplicationRequest) {
1366
1366
  return __awaiter(this, void 0, void 0, function* () {
@@ -1425,7 +1425,7 @@ class FunctionsManagementClient {
1425
1425
  * @param UpdateFunctionRequest
1426
1426
  * @return UpdateFunctionResponse
1427
1427
  * @throws OciError when an error occurs
1428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
1428
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
1429
1429
  */
1430
1430
  updateFunction(updateFunctionRequest) {
1431
1431
  return __awaiter(this, void 0, void 0, function* () {
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface ApplicationSummary {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application.
22
22
  *
23
23
  */
24
24
  "id": string;
@@ -38,7 +38,7 @@ export interface ApplicationSummary {
38
38
  */
39
39
  "lifecycleState"?: string;
40
40
  /**
41
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the subnets in which to run functions in the application.
41
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the subnets in which to run functions in the application.
42
42
  *
43
43
  */
44
44
  "subnetIds"?: Array<string>;
@@ -52,14 +52,14 @@ export interface ApplicationSummary {
52
52
  */
53
53
  "shape"?: ApplicationSummary.Shape;
54
54
  /**
55
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the Network Security Groups to add the application to.
55
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the Network Security Groups to add the application to.
56
56
  *
57
57
  */
58
58
  "networkSecurityGroupIds"?: Array<string>;
59
59
  "traceConfig"?: model.ApplicationTraceConfig;
60
60
  /**
61
61
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
62
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
62
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
63
63
  * <p>
64
64
  Example: {@code {\"Department\": \"Finance\"}}
65
65
  *
@@ -68,7 +68,7 @@ export interface ApplicationSummary {
68
68
  [key: string]: string;
69
69
  };
70
70
  /**
71
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
71
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
72
72
  * <p>
73
73
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
74
74
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface Application {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application.
22
22
  *
23
23
  */
24
24
  "id": string;
@@ -50,7 +50,7 @@ export interface Application {
50
50
  [key: string]: string;
51
51
  };
52
52
  /**
53
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the subnets in which to run functions in the application.
53
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the subnets in which to run functions in the application.
54
54
  *
55
55
  */
56
56
  "subnetIds"?: Array<string>;
@@ -64,7 +64,7 @@ export interface Application {
64
64
  */
65
65
  "shape"?: Application.Shape;
66
66
  /**
67
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the Network Security Groups to add the application to.
67
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the Network Security Groups to add the application to.
68
68
  *
69
69
  */
70
70
  "networkSecurityGroupIds"?: Array<string>;
@@ -80,7 +80,7 @@ export interface Application {
80
80
  "traceConfig"?: model.ApplicationTraceConfig;
81
81
  /**
82
82
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
83
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
83
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
84
84
  * <p>
85
85
  Example: {@code {\"Department\": \"Finance\"}}
86
86
  *
@@ -89,7 +89,7 @@ export interface Application {
89
89
  [key: string]: string;
90
90
  };
91
91
  /**
92
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
92
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
93
93
  * <p>
94
94
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
95
95
  *
@@ -17,7 +17,7 @@
17
17
  */
18
18
  export interface ChangeApplicationCompartmentDetails {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
21
21
  * into which the resource should be moved.
22
22
  *
23
23
  */
@@ -40,7 +40,7 @@ export interface CreateApplicationDetails {
40
40
  [key: string]: string;
41
41
  };
42
42
  /**
43
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the subnets in which to run functions in the application.
43
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the subnets in which to run functions in the application.
44
44
  *
45
45
  */
46
46
  "subnetIds": Array<string>;
@@ -54,7 +54,7 @@ export interface CreateApplicationDetails {
54
54
  */
55
55
  "shape"?: CreateApplicationDetails.Shape;
56
56
  /**
57
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the Network Security Groups to add the application to.
57
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the Network Security Groups to add the application to.
58
58
  *
59
59
  */
60
60
  "networkSecurityGroupIds"?: Array<string>;
@@ -70,7 +70,7 @@ export interface CreateApplicationDetails {
70
70
  "traceConfig"?: model.ApplicationTraceConfig;
71
71
  /**
72
72
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
73
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
73
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
74
74
  * <p>
75
75
  Example: {@code {\"Department\": \"Finance\"}}
76
76
  *
@@ -79,7 +79,7 @@ export interface CreateApplicationDetails {
79
79
  [key: string]: string;
80
80
  };
81
81
  /**
82
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
82
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
83
83
  * <p>
84
84
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
85
85
  *
@@ -65,7 +65,7 @@ export interface CreateFunctionDetails {
65
65
  "traceConfig"?: model.FunctionTraceConfig;
66
66
  /**
67
67
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
68
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
70
  Example: {@code {\"Department\": \"Finance\"}}
71
71
  *
@@ -74,7 +74,7 @@ export interface CreateFunctionDetails {
74
74
  [key: string]: string;
75
75
  };
76
76
  /**
77
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
77
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
78
78
  * <p>
79
79
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
80
80
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface FunctionSummary {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the function.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the function.
22
22
  *
23
23
  */
24
24
  "id": string;
@@ -73,7 +73,7 @@ export interface FunctionSummary {
73
73
  "traceConfig"?: model.FunctionTraceConfig;
74
74
  /**
75
75
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
76
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
77
77
  * <p>
78
78
  Example: {@code {\"Department\": \"Finance\"}}
79
79
  *
@@ -87,7 +87,7 @@ export interface FunctionSummary {
87
87
  */
88
88
  "invokeEndpoint"?: string;
89
89
  /**
90
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
90
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
91
91
  * <p>
92
92
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
93
93
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface Function {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the function.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the function.
22
22
  *
23
23
  */
24
24
  "id": string;
@@ -85,7 +85,7 @@ export interface Function {
85
85
  "traceConfig"?: model.FunctionTraceConfig;
86
86
  /**
87
87
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
88
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
88
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
89
89
  * <p>
90
90
  Example: {@code {\"Department\": \"Finance\"}}
91
91
  *
@@ -99,7 +99,7 @@ export interface Function {
99
99
  */
100
100
  "invokeEndpoint"?: string;
101
101
  /**
102
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
102
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
103
103
  * <p>
104
104
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
105
105
  *
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface KeyDetails {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the KMS key that will be used to verify the image signature.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the KMS key that will be used to verify the image signature.
20
20
  *
21
21
  */
22
22
  "kmsKeyId": string;
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface PreBuiltFunctionSourceDetails extends model.FunctionSourceDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the PbfListing this
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the PbfListing this
22
22
  * function is sourced from.
23
23
  *
24
24
  */
@@ -30,7 +30,7 @@ export interface UpdateApplicationDetails {
30
30
  [key: string]: string;
31
31
  };
32
32
  /**
33
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the Network Security Groups to add the application to.
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)s of the Network Security Groups to add the application to.
34
34
  *
35
35
  */
36
36
  "networkSecurityGroupIds"?: Array<string>;
@@ -46,7 +46,7 @@ export interface UpdateApplicationDetails {
46
46
  "traceConfig"?: model.ApplicationTraceConfig;
47
47
  /**
48
48
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
49
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
50
50
  * <p>
51
51
  Example: {@code {\"Department\": \"Finance\"}}
52
52
  *
@@ -55,7 +55,7 @@ export interface UpdateApplicationDetails {
55
55
  [key: string]: string;
56
56
  };
57
57
  /**
58
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * <p>
60
60
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
61
61
  *
@@ -55,7 +55,7 @@ export interface UpdateFunctionDetails {
55
55
  "traceConfig"?: model.FunctionTraceConfig;
56
56
  /**
57
57
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
58
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * Example: {@code {\"Department\": \"Finance\"}}
60
60
  *
61
61
  */
@@ -63,7 +63,7 @@ export interface UpdateFunctionDetails {
63
63
  [key: string]: string;
64
64
  };
65
65
  /**
66
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
66
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
67
  * <p>
68
68
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
69
69
  *
@@ -13,11 +13,11 @@
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/latest/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApplicationCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this application.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this application.
21
21
  *
22
22
  */
23
23
  "applicationId": string;
@@ -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/latest/functions/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/functions/CreateFunction.ts.html |here} to see how to use CreateFunctionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/CreateFunction.ts.html |here} to see how to use CreateFunctionRequest.
17
17
  */
18
18
  export interface CreateFunctionRequest extends common.BaseRequest {
19
19
  /**
@@ -12,11 +12,11 @@
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/latest/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this application.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this application.
20
20
  *
21
21
  */
22
22
  "applicationId": string;
@@ -12,11 +12,11 @@
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/latest/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunctionRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunctionRequest.
16
16
  */
17
17
  export interface DeleteFunctionRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
20
20
  *
21
21
  */
22
22
  "functionId": string;
@@ -12,11 +12,11 @@
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/latest/functions/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this application.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this application.
20
20
  *
21
21
  */
22
22
  "applicationId": string;
@@ -12,11 +12,11 @@
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/latest/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
16
16
  */
17
17
  export interface GetFunctionRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
20
20
  *
21
21
  */
22
22
  "functionId": string;
@@ -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/latest/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListingRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersionRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersionRequest.
16
16
  */
17
17
  export interface GetPbfListingVersionRequest extends common.BaseRequest {
18
18
  /**
@@ -14,11 +14,11 @@
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/latest/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunctionRequest.
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunctionRequest.
18
18
  */
19
19
  export interface InvokeFunctionRequest extends common.BaseRequest {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
22
22
  *
23
23
  */
24
24
  "functionId": string;
@@ -12,11 +12,11 @@
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/latest/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
16
  */
17
17
  export interface ListApplicationsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this resource belongs.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to which this resource belongs.
20
20
  *
21
21
  */
22
22
  "compartmentId": string;
@@ -12,11 +12,11 @@
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/latest/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
16
16
  */
17
17
  export interface ListFunctionsRequest extends common.BaseRequest {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application to which this function belongs.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the application to which this function belongs.
20
20
  *
21
21
  */
22
22
  "applicationId": string;
@@ -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/latest/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersionsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListingsRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
16
16
  */
17
17
  export interface ListTriggersRequest extends common.BaseRequest {
18
18
  /**
@@ -13,11 +13,11 @@
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/latest/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
17
17
  */
18
18
  export interface UpdateApplicationRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this application.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this application.
21
21
  *
22
22
  */
23
23
  "applicationId": string;
@@ -13,11 +13,11 @@
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/latest/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
17
17
  */
18
18
  export interface UpdateFunctionRequest extends common.BaseRequest {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this function.
21
21
  *
22
22
  */
23
23
  "functionId": string;
@@ -15,7 +15,7 @@ export interface ListApplicationsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of
17
17
  * results remain. For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListFunctionsResponse {
15
15
  /**
16
16
  * For list pagination. When this header appears in the response, additional pages of
17
17
  * results remain. For important details about how pagination works, see
18
- * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-functions",
3
- "version": "2.102.2",
3
+ "version": "2.104.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.102.2",
19
- "oci-workrequests": "2.102.2"
18
+ "oci-common": "2.104.0",
19
+ "oci-workrequests": "2.104.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"