oci-functions 2.76.1 → 2.77.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 (43) hide show
  1. package/lib/client.d.ts +17 -17
  2. package/lib/client.js +17 -17
  3. package/lib/model/application-summary.d.ts +8 -8
  4. package/lib/model/application.d.ts +10 -10
  5. package/lib/model/create-application-details.d.ts +8 -8
  6. package/lib/model/create-function-details.d.ts +5 -5
  7. package/lib/model/function-summary.d.ts +7 -7
  8. package/lib/model/function.d.ts +8 -8
  9. package/lib/model/pbf-listing-summary.d.ts +3 -3
  10. package/lib/model/pbf-listing-version-summary.d.ts +3 -3
  11. package/lib/model/pbf-listing-version.d.ts +3 -3
  12. package/lib/model/pbf-listing.d.ts +3 -3
  13. package/lib/model/update-application-details.d.ts +4 -4
  14. package/lib/model/update-function-details.d.ts +5 -5
  15. package/lib/request/change-application-compartment-request.d.ts +2 -2
  16. package/lib/request/create-application-request.d.ts +1 -1
  17. package/lib/request/create-function-request.d.ts +1 -1
  18. package/lib/request/delete-application-request.d.ts +2 -2
  19. package/lib/request/delete-function-request.d.ts +2 -2
  20. package/lib/request/get-application-request.d.ts +1 -1
  21. package/lib/request/get-function-request.d.ts +1 -1
  22. package/lib/request/get-pbf-listing-request.d.ts +1 -1
  23. package/lib/request/get-pbf-listing-version-request.d.ts +1 -1
  24. package/lib/request/invoke-function-request.d.ts +1 -1
  25. package/lib/request/list-applications-request.d.ts +3 -3
  26. package/lib/request/list-functions-request.d.ts +3 -3
  27. package/lib/request/list-pbf-listing-versions-request.d.ts +1 -1
  28. package/lib/request/list-pbf-listings-request.d.ts +1 -1
  29. package/lib/request/list-triggers-request.d.ts +1 -1
  30. package/lib/request/update-application-request.d.ts +2 -2
  31. package/lib/request/update-function-request.d.ts +2 -2
  32. package/lib/response/create-application-response.d.ts +2 -2
  33. package/lib/response/create-function-response.d.ts +2 -2
  34. package/lib/response/get-application-response.d.ts +2 -2
  35. package/lib/response/get-function-response.d.ts +2 -2
  36. package/lib/response/get-pbf-listing-response.d.ts +1 -1
  37. package/lib/response/get-pbf-listing-version-response.d.ts +1 -1
  38. package/lib/response/list-pbf-listing-versions-response.d.ts +1 -1
  39. package/lib/response/list-pbf-listings-response.d.ts +1 -1
  40. package/lib/response/list-triggers-response.d.ts +1 -1
  41. package/lib/response/update-application-response.d.ts +2 -2
  42. package/lib/response/update-function-response.d.ts +2 -2
  43. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -56,7 +56,7 @@ export declare class FunctionsInvokeClient {
56
56
  * @param InvokeFunctionRequest
57
57
  * @return InvokeFunctionResponse
58
58
  * @throws OciError when an error occurs
59
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
59
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
60
60
  */
61
61
  invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
62
62
  }
@@ -134,7 +134,7 @@ export declare class FunctionsManagementClient {
134
134
  * @param ChangeApplicationCompartmentRequest
135
135
  * @return ChangeApplicationCompartmentResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
138
138
  */
139
139
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
140
140
  /**
@@ -143,7 +143,7 @@ export declare class FunctionsManagementClient {
143
143
  * @param CreateApplicationRequest
144
144
  * @return CreateApplicationResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
147
147
  */
148
148
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class FunctionsManagementClient {
152
152
  * @param CreateFunctionRequest
153
153
  * @return CreateFunctionResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
156
156
  */
157
157
  createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class FunctionsManagementClient {
161
161
  * @param DeleteApplicationRequest
162
162
  * @return DeleteApplicationResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
165
165
  */
166
166
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
167
167
  /**
@@ -170,7 +170,7 @@ export declare class FunctionsManagementClient {
170
170
  * @param DeleteFunctionRequest
171
171
  * @return DeleteFunctionResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
174
174
  */
175
175
  deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
176
176
  /**
@@ -179,7 +179,7 @@ export declare class FunctionsManagementClient {
179
179
  * @param GetApplicationRequest
180
180
  * @return GetApplicationResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
183
183
  */
184
184
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
185
185
  /**
@@ -188,7 +188,7 @@ export declare class FunctionsManagementClient {
188
188
  * @param GetFunctionRequest
189
189
  * @return GetFunctionResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
192
192
  */
193
193
  getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
194
194
  /**
@@ -198,7 +198,7 @@ export declare class FunctionsManagementClient {
198
198
  * @param GetPbfListingRequest
199
199
  * @return GetPbfListingResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
202
202
  */
203
203
  getPbfListing(getPbfListingRequest: requests.GetPbfListingRequest): Promise<responses.GetPbfListingResponse>;
204
204
  /**
@@ -207,7 +207,7 @@ export declare class FunctionsManagementClient {
207
207
  * @param GetPbfListingVersionRequest
208
208
  * @return GetPbfListingVersionResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
211
211
  */
212
212
  getPbfListingVersion(getPbfListingVersionRequest: requests.GetPbfListingVersionRequest): Promise<responses.GetPbfListingVersionResponse>;
213
213
  /**
@@ -216,7 +216,7 @@ export declare class FunctionsManagementClient {
216
216
  * @param ListApplicationsRequest
217
217
  * @return ListApplicationsResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
220
220
  */
221
221
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
222
222
  /**
@@ -257,7 +257,7 @@ export declare class FunctionsManagementClient {
257
257
  * @param ListFunctionsRequest
258
258
  * @return ListFunctionsResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
261
261
  */
262
262
  listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
263
263
  /**
@@ -303,7 +303,7 @@ export declare class FunctionsManagementClient {
303
303
  * @param ListPbfListingVersionsRequest
304
304
  * @return ListPbfListingVersionsResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
307
307
  */
308
308
  listPbfListingVersions(listPbfListingVersionsRequest: requests.ListPbfListingVersionsRequest): Promise<responses.ListPbfListingVersionsResponse>;
309
309
  /**
@@ -314,7 +314,7 @@ export declare class FunctionsManagementClient {
314
314
  * @param ListPbfListingsRequest
315
315
  * @return ListPbfListingsResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
318
318
  */
319
319
  listPbfListings(listPbfListingsRequest: requests.ListPbfListingsRequest): Promise<responses.ListPbfListingsResponse>;
320
320
  /**
@@ -324,7 +324,7 @@ export declare class FunctionsManagementClient {
324
324
  * @param ListTriggersRequest
325
325
  * @return ListTriggersResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
328
328
  */
329
329
  listTriggers(listTriggersRequest: requests.ListTriggersRequest): Promise<responses.ListTriggersResponse>;
330
330
  /**
@@ -333,7 +333,7 @@ export declare class FunctionsManagementClient {
333
333
  * @param UpdateApplicationRequest
334
334
  * @return UpdateApplicationResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
337
337
  */
338
338
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
339
339
  /**
@@ -342,7 +342,7 @@ export declare class FunctionsManagementClient {
342
342
  * @param UpdateFunctionRequest
343
343
  * @return UpdateFunctionResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
346
346
  */
347
347
  updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
348
348
  }
package/lib/client.js CHANGED
@@ -130,7 +130,7 @@ class FunctionsInvokeClient {
130
130
  * @param InvokeFunctionRequest
131
131
  * @return InvokeFunctionResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
134
134
  */
135
135
  invokeFunction(invokeFunctionRequest) {
136
136
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class FunctionsManagementClient {
329
329
  * @param ChangeApplicationCompartmentRequest
330
330
  * @return ChangeApplicationCompartmentResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
333
333
  */
334
334
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
335
335
  return __awaiter(this, void 0, void 0, function* () {
@@ -385,7 +385,7 @@ class FunctionsManagementClient {
385
385
  * @param CreateApplicationRequest
386
386
  * @return CreateApplicationResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
389
389
  */
390
390
  createApplication(createApplicationRequest) {
391
391
  return __awaiter(this, void 0, void 0, function* () {
@@ -447,7 +447,7 @@ class FunctionsManagementClient {
447
447
  * @param CreateFunctionRequest
448
448
  * @return CreateFunctionResponse
449
449
  * @throws OciError when an error occurs
450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
451
451
  */
452
452
  createFunction(createFunctionRequest) {
453
453
  return __awaiter(this, void 0, void 0, function* () {
@@ -509,7 +509,7 @@ class FunctionsManagementClient {
509
509
  * @param DeleteApplicationRequest
510
510
  * @return DeleteApplicationResponse
511
511
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
513
513
  */
514
514
  deleteApplication(deleteApplicationRequest) {
515
515
  return __awaiter(this, void 0, void 0, function* () {
@@ -564,7 +564,7 @@ class FunctionsManagementClient {
564
564
  * @param DeleteFunctionRequest
565
565
  * @return DeleteFunctionResponse
566
566
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
568
568
  */
569
569
  deleteFunction(deleteFunctionRequest) {
570
570
  return __awaiter(this, void 0, void 0, function* () {
@@ -619,7 +619,7 @@ class FunctionsManagementClient {
619
619
  * @param GetApplicationRequest
620
620
  * @return GetApplicationResponse
621
621
  * @throws OciError when an error occurs
622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
623
623
  */
624
624
  getApplication(getApplicationRequest) {
625
625
  return __awaiter(this, void 0, void 0, function* () {
@@ -682,7 +682,7 @@ class FunctionsManagementClient {
682
682
  * @param GetFunctionRequest
683
683
  * @return GetFunctionResponse
684
684
  * @throws OciError when an error occurs
685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
686
686
  */
687
687
  getFunction(getFunctionRequest) {
688
688
  return __awaiter(this, void 0, void 0, function* () {
@@ -746,7 +746,7 @@ class FunctionsManagementClient {
746
746
  * @param GetPbfListingRequest
747
747
  * @return GetPbfListingResponse
748
748
  * @throws OciError when an error occurs
749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
750
750
  */
751
751
  getPbfListing(getPbfListingRequest) {
752
752
  return __awaiter(this, void 0, void 0, function* () {
@@ -809,7 +809,7 @@ class FunctionsManagementClient {
809
809
  * @param GetPbfListingVersionRequest
810
810
  * @return GetPbfListingVersionResponse
811
811
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
813
813
  */
814
814
  getPbfListingVersion(getPbfListingVersionRequest) {
815
815
  return __awaiter(this, void 0, void 0, function* () {
@@ -872,7 +872,7 @@ class FunctionsManagementClient {
872
872
  * @param ListApplicationsRequest
873
873
  * @return ListApplicationsResponse
874
874
  * @throws OciError when an error occurs
875
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
875
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
876
876
  */
877
877
  listApplications(listApplicationsRequest) {
878
878
  return __awaiter(this, void 0, void 0, function* () {
@@ -982,7 +982,7 @@ class FunctionsManagementClient {
982
982
  * @param ListFunctionsRequest
983
983
  * @return ListFunctionsResponse
984
984
  * @throws OciError when an error occurs
985
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
985
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
986
986
  */
987
987
  listFunctions(listFunctionsRequest) {
988
988
  return __awaiter(this, void 0, void 0, function* () {
@@ -1097,7 +1097,7 @@ class FunctionsManagementClient {
1097
1097
  * @param ListPbfListingVersionsRequest
1098
1098
  * @return ListPbfListingVersionsResponse
1099
1099
  * @throws OciError when an error occurs
1100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
1100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
1101
1101
  */
1102
1102
  listPbfListingVersions(listPbfListingVersionsRequest) {
1103
1103
  return __awaiter(this, void 0, void 0, function* () {
@@ -1170,7 +1170,7 @@ class FunctionsManagementClient {
1170
1170
  * @param ListPbfListingsRequest
1171
1171
  * @return ListPbfListingsResponse
1172
1172
  * @throws OciError when an error occurs
1173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
1173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
1174
1174
  */
1175
1175
  listPbfListings(listPbfListingsRequest) {
1176
1176
  return __awaiter(this, void 0, void 0, function* () {
@@ -1243,7 +1243,7 @@ class FunctionsManagementClient {
1243
1243
  * @param ListTriggersRequest
1244
1244
  * @return ListTriggersResponse
1245
1245
  * @throws OciError when an error occurs
1246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
1246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
1247
1247
  */
1248
1248
  listTriggers(listTriggersRequest) {
1249
1249
  return __awaiter(this, void 0, void 0, function* () {
@@ -1309,7 +1309,7 @@ class FunctionsManagementClient {
1309
1309
  * @param UpdateApplicationRequest
1310
1310
  * @return UpdateApplicationResponse
1311
1311
  * @throws OciError when an error occurs
1312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1313
1313
  */
1314
1314
  updateApplication(updateApplicationRequest) {
1315
1315
  return __awaiter(this, void 0, void 0, function* () {
@@ -1374,7 +1374,7 @@ class FunctionsManagementClient {
1374
1374
  * @param UpdateFunctionRequest
1375
1375
  * @return UpdateFunctionResponse
1376
1376
  * @throws OciError when an error occurs
1377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
1377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
1378
1378
  */
1379
1379
  updateFunction(updateFunctionRequest) {
1380
1380
  return __awaiter(this, void 0, void 0, function* () {
@@ -43,11 +43,11 @@ export interface ApplicationSummary {
43
43
  */
44
44
  "subnetIds"?: Array<string>;
45
45
  /**
46
- * Valid values are `GENERIC_X86`, `GENERIC_ARM` and `GENERIC_X86_ARM`. Default is `GENERIC_X86`. Setting this to `GENERIC_X86`, will run the functions in the application on X86 processor architecture.
47
- * Setting this to `GENERIC_ARM`, will run the functions in the application on ARM processor architecture.
48
- * When set to `GENERIC_X86_ARM`, functions in the application are run on either X86 or ARM processor architecture.
46
+ * Valid values are {@code GENERIC_X86}, {@code GENERIC_ARM} and {@code GENERIC_X86_ARM}. Default is {@code GENERIC_X86}. Setting this to {@code GENERIC_X86}, will run the functions in the application on X86 processor architecture.
47
+ * Setting this to {@code GENERIC_ARM}, will run the functions in the application on ARM processor architecture.
48
+ * When set to {@code GENERIC_X86_ARM}, functions in the application are run on either X86 or ARM processor architecture.
49
49
  * Accepted values are:
50
- * `GENERIC_X86`, `GENERIC_ARM`, `GENERIC_X86_ARM`
50
+ * {@code GENERIC_X86}, {@code GENERIC_ARM}, {@code GENERIC_X86_ARM}
51
51
  *
52
52
  */
53
53
  "shape"?: ApplicationSummary.Shape;
@@ -61,7 +61,7 @@ export interface ApplicationSummary {
61
61
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
62
62
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
63
63
  * <p>
64
- Example: `{\"Department\": \"Finance\"}`
64
+ Example: {@code {\"Department\": \"Finance\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags"?: {
@@ -70,7 +70,7 @@ export interface ApplicationSummary {
70
70
  /**
71
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).
72
72
  * <p>
73
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
73
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
74
74
  *
75
75
  */
76
76
  "definedTags"?: {
@@ -82,14 +82,14 @@ export interface ApplicationSummary {
82
82
  * The time the application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
83
83
  * timestamp format.
84
84
  * <p>
85
- Example: `2018-09-12T22:47:12.613Z`
85
+ Example: {@code 2018-09-12T22:47:12.613Z}
86
86
  *
87
87
  */
88
88
  "timeCreated"?: Date;
89
89
  /**
90
90
  * The time the application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
91
91
  * timestamp format.
92
- * Example: `2018-09-12T22:47:12.613Z`
92
+ * Example: {@code 2018-09-12T22:47:12.613Z}
93
93
  *
94
94
  */
95
95
  "timeUpdated"?: Date;
@@ -41,7 +41,7 @@ export interface Application {
41
41
  * Application configuration for functions in this application (passed as environment variables). Can be overridden by function configuration.
42
42
  * Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters.
43
43
  * <p>
44
- Example: `{\"MY_FUNCTION_CONFIG\": \"ConfVal\"}`
44
+ Example: {@code {\"MY_FUNCTION_CONFIG\": \"ConfVal\"}}
45
45
  * <p>
46
46
  The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8.
47
47
  *
@@ -55,11 +55,11 @@ export interface Application {
55
55
  */
56
56
  "subnetIds"?: Array<string>;
57
57
  /**
58
- * Valid values are `GENERIC_X86`, `GENERIC_ARM` and `GENERIC_X86_ARM`. Default is `GENERIC_X86`. Setting this to `GENERIC_X86`, will run the functions in the application on X86 processor architecture.
59
- * Setting this to `GENERIC_ARM`, will run the functions in the application on ARM processor architecture.
60
- * When set to `GENERIC_X86_ARM`, functions in the application are run on either X86 or ARM processor architecture.
58
+ * Valid values are {@code GENERIC_X86}, {@code GENERIC_ARM} and {@code GENERIC_X86_ARM}. Default is {@code GENERIC_X86}. Setting this to {@code GENERIC_X86}, will run the functions in the application on X86 processor architecture.
59
+ * Setting this to {@code GENERIC_ARM}, will run the functions in the application on ARM processor architecture.
60
+ * When set to {@code GENERIC_X86_ARM}, functions in the application are run on either X86 or ARM processor architecture.
61
61
  * Accepted values are:
62
- * `GENERIC_X86`, `GENERIC_ARM`, `GENERIC_X86_ARM`
62
+ * {@code GENERIC_X86}, {@code GENERIC_ARM}, {@code GENERIC_X86_ARM}
63
63
  *
64
64
  */
65
65
  "shape"?: Application.Shape;
@@ -73,7 +73,7 @@ export interface Application {
73
73
  * The syslog URL must be reachable from all of the subnets configured for the application.
74
74
  * Note: If you enable the OCI Logging service for this application, the syslogUrl value is ignored. Function logs are sent to the OCI Logging service, and not to the syslog URL.
75
75
  * <p>
76
- Example: `tcp://logserver.myserver:1234`
76
+ Example: {@code tcp://logserver.myserver:1234}
77
77
  *
78
78
  */
79
79
  "syslogUrl"?: string;
@@ -82,7 +82,7 @@ export interface Application {
82
82
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
83
83
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
84
84
  * <p>
85
- Example: `{\"Department\": \"Finance\"}`
85
+ Example: {@code {\"Department\": \"Finance\"}}
86
86
  *
87
87
  */
88
88
  "freeformTags"?: {
@@ -91,7 +91,7 @@ export interface Application {
91
91
  /**
92
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).
93
93
  * <p>
94
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
94
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
95
95
  *
96
96
  */
97
97
  "definedTags"?: {
@@ -103,14 +103,14 @@ export interface Application {
103
103
  * The time the application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
104
104
  * timestamp format.
105
105
  * <p>
106
- Example: `2018-09-12T22:47:12.613Z`
106
+ Example: {@code 2018-09-12T22:47:12.613Z}
107
107
  *
108
108
  */
109
109
  "timeCreated"?: Date;
110
110
  /**
111
111
  * The time the application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
112
112
  * timestamp format.
113
- * Example: `2018-09-12T22:47:12.613Z`
113
+ * Example: {@code 2018-09-12T22:47:12.613Z}
114
114
  *
115
115
  */
116
116
  "timeUpdated"?: Date;
@@ -31,7 +31,7 @@ export interface CreateApplicationDetails {
31
31
  * Application configuration. These values are passed on to the function as environment variables, functions may override application configuration.
32
32
  * Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters.
33
33
  * <p>
34
- Example: `{\"MY_FUNCTION_CONFIG\": \"ConfVal\"}`
34
+ Example: {@code {\"MY_FUNCTION_CONFIG\": \"ConfVal\"}}
35
35
  * <p>
36
36
  The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8.
37
37
  *
@@ -45,11 +45,11 @@ export interface CreateApplicationDetails {
45
45
  */
46
46
  "subnetIds": Array<string>;
47
47
  /**
48
- * Valid values are `GENERIC_X86`, `GENERIC_ARM` and `GENERIC_X86_ARM`. Default is `GENERIC_X86`. Setting this to `GENERIC_X86`, will run the functions in the application on X86 processor architecture.
49
- * Setting this to `GENERIC_ARM`, will run the functions in the application on ARM processor architecture.
50
- * When set to `GENERIC_X86_ARM`, functions in the application are run on either X86 or ARM processor architecture.
48
+ * Valid values are {@code GENERIC_X86}, {@code GENERIC_ARM} and {@code GENERIC_X86_ARM}. Default is {@code GENERIC_X86}. Setting this to {@code GENERIC_X86}, will run the functions in the application on X86 processor architecture.
49
+ * Setting this to {@code GENERIC_ARM}, will run the functions in the application on ARM processor architecture.
50
+ * When set to {@code GENERIC_X86_ARM}, functions in the application are run on either X86 or ARM processor architecture.
51
51
  * Accepted values are:
52
- * `GENERIC_X86`, `GENERIC_ARM`, `GENERIC_X86_ARM`
52
+ * {@code GENERIC_X86}, {@code GENERIC_ARM}, {@code GENERIC_X86_ARM}
53
53
  *
54
54
  */
55
55
  "shape"?: CreateApplicationDetails.Shape;
@@ -63,7 +63,7 @@ export interface CreateApplicationDetails {
63
63
  * The syslog URL must be reachable from all of the subnets configured for the application.
64
64
  * Note: If you enable the OCI Logging service for this application, the syslogUrl value is ignored. Function logs are sent to the OCI Logging service, and not to the syslog URL.
65
65
  * <p>
66
- Example: `tcp://logserver.myserver:1234`
66
+ Example: {@code tcp://logserver.myserver:1234}
67
67
  *
68
68
  */
69
69
  "syslogUrl"?: string;
@@ -72,7 +72,7 @@ export interface CreateApplicationDetails {
72
72
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
73
73
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
74
74
  * <p>
75
- Example: `{\"Department\": \"Finance\"}`
75
+ Example: {@code {\"Department\": \"Finance\"}}
76
76
  *
77
77
  */
78
78
  "freeformTags"?: {
@@ -81,7 +81,7 @@ export interface CreateApplicationDetails {
81
81
  /**
82
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).
83
83
  * <p>
84
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
84
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
85
85
  *
86
86
  */
87
87
  "definedTags"?: {
@@ -29,14 +29,14 @@ export interface CreateFunctionDetails {
29
29
  /**
30
30
  * The qualified name of the Docker image to use in the function, including the image tag.
31
31
  * The image should be in the OCI Registry that is in the same region as the function itself.
32
- * Example: `phx.ocir.io/ten/functions/function:0.0.1`
32
+ * Example: {@code phx.ocir.io/ten/functions/function:0.0.1}
33
33
  *
34
34
  */
35
35
  "image"?: string;
36
36
  /**
37
37
  * The image digest for the version of the image that will be pulled when invoking this function.
38
38
  * If no value is specified, the digest currently associated with the image in the OCI Registry will be used.
39
- * Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
39
+ * Example: {@code sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7}
40
40
  *
41
41
  */
42
42
  "imageDigest"?: string;
@@ -49,7 +49,7 @@ export interface CreateFunctionDetails {
49
49
  * Function configuration. These values are passed on to the function as environment variables, this overrides application configuration values.
50
50
  * Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters.
51
51
  * <p>
52
- Example: `{\"MY_FUNCTION_CONFIG\": \"ConfVal\"}`
52
+ Example: {@code {\"MY_FUNCTION_CONFIG\": \"ConfVal\"}}
53
53
  * <p>
54
54
  The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8.
55
55
  *
@@ -67,7 +67,7 @@ export interface CreateFunctionDetails {
67
67
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
68
68
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
- Example: `{\"Department\": \"Finance\"}`
70
+ Example: {@code {\"Department\": \"Finance\"}}
71
71
  *
72
72
  */
73
73
  "freeformTags"?: {
@@ -76,7 +76,7 @@ export interface CreateFunctionDetails {
76
76
  /**
77
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).
78
78
  * <p>
79
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
79
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
80
80
  *
81
81
  */
82
82
  "definedTags"?: {
@@ -44,20 +44,20 @@ export interface FunctionSummary {
44
44
  /**
45
45
  * The qualified name of the Docker image to use in the function, including the image tag.
46
46
  * The image should be in the OCI Registry that is in the same region as the function itself.
47
- * Example: `phx.ocir.io/ten/functions/function:0.0.1`
47
+ * Example: {@code phx.ocir.io/ten/functions/function:0.0.1}
48
48
  *
49
49
  */
50
50
  "image"?: string;
51
51
  /**
52
52
  * The image digest for the version of the image that will be pulled when invoking this function.
53
53
  * If no value is specified, the digest currently associated with the image in the OCI Registry will be used.
54
- * Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
54
+ * Example: {@code sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7}
55
55
  *
56
56
  */
57
57
  "imageDigest"?: string;
58
58
  "sourceDetails"?: model.PreBuiltFunctionSourceDetails;
59
59
  /**
60
- * The processor shape (`GENERIC_X86`/`GENERIC_ARM`) on which to run functions in the application, extracted from the image manifest.
60
+ * The processor shape ({@code GENERIC_X86}/{@code GENERIC_ARM}) on which to run functions in the application, extracted from the image manifest.
61
61
  *
62
62
  */
63
63
  "shape"?: FunctionSummary.Shape;
@@ -75,7 +75,7 @@ export interface FunctionSummary {
75
75
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
76
76
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
77
77
  * <p>
78
- Example: `{\"Department\": \"Finance\"}`
78
+ Example: {@code {\"Department\": \"Finance\"}}
79
79
  *
80
80
  */
81
81
  "freeformTags"?: {
@@ -89,7 +89,7 @@ export interface FunctionSummary {
89
89
  /**
90
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).
91
91
  * <p>
92
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
92
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
93
93
  *
94
94
  */
95
95
  "definedTags"?: {
@@ -101,7 +101,7 @@ export interface FunctionSummary {
101
101
  * The time the function was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
102
102
  * timestamp format.
103
103
  * <p>
104
- Example: `2018-09-12T22:47:12.613Z`
104
+ Example: {@code 2018-09-12T22:47:12.613Z}
105
105
  *
106
106
  */
107
107
  "timeCreated"?: Date;
@@ -109,7 +109,7 @@ export interface FunctionSummary {
109
109
  * The time the function was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
110
110
  * timestamp format.
111
111
  * <p>
112
- Example: `2018-09-12T22:47:12.613Z`
112
+ Example: {@code 2018-09-12T22:47:12.613Z}
113
113
  *
114
114
  */
115
115
  "timeUpdated"?: Date;