oci-integration 2.63.0 → 2.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1
+ Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
4
 
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
70
70
  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
71
71
 
72
72
  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
73
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
- You must cause any modified files to carry prominent notices stating that You changed the files; and
75
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
73
+ - You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
+ - You must cause any modified files to carry prominent notices stating that You changed the files; and
75
+ - You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
+ - If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
77
77
 
78
78
  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
79
79
  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
86
86
 
87
87
  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
88
88
 
89
- END OF TERMS AND CONDITIONS
89
+ END OF TERMS AND CONDITIONS
package/lib/client.d.ts CHANGED
@@ -87,7 +87,7 @@ export declare class IntegrationInstanceClient {
87
87
  * @param ChangeIntegrationInstanceCompartmentRequest
88
88
  * @return ChangeIntegrationInstanceCompartmentResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
91
91
  */
92
92
  changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest: requests.ChangeIntegrationInstanceCompartmentRequest): Promise<responses.ChangeIntegrationInstanceCompartmentResponse>;
93
93
  /**
@@ -98,7 +98,7 @@ export declare class IntegrationInstanceClient {
98
98
  * @param ChangeIntegrationInstanceNetworkEndpointRequest
99
99
  * @return ChangeIntegrationInstanceNetworkEndpointResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
102
102
  */
103
103
  changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest: requests.ChangeIntegrationInstanceNetworkEndpointRequest): Promise<responses.ChangeIntegrationInstanceNetworkEndpointResponse>;
104
104
  /**
@@ -109,7 +109,7 @@ export declare class IntegrationInstanceClient {
109
109
  * @param ChangePrivateEndpointOutboundConnectionRequest
110
110
  * @return ChangePrivateEndpointOutboundConnectionResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
113
113
  */
114
114
  changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest: requests.ChangePrivateEndpointOutboundConnectionRequest): Promise<responses.ChangePrivateEndpointOutboundConnectionResponse>;
115
115
  /**
@@ -119,7 +119,7 @@ export declare class IntegrationInstanceClient {
119
119
  * @param CreateIntegrationInstanceRequest
120
120
  * @return CreateIntegrationInstanceResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
123
123
  */
124
124
  createIntegrationInstance(createIntegrationInstanceRequest: requests.CreateIntegrationInstanceRequest): Promise<responses.CreateIntegrationInstanceResponse>;
125
125
  /**
@@ -128,7 +128,7 @@ export declare class IntegrationInstanceClient {
128
128
  * @param DeleteIntegrationInstanceRequest
129
129
  * @return DeleteIntegrationInstanceResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
132
132
  */
133
133
  deleteIntegrationInstance(deleteIntegrationInstanceRequest: requests.DeleteIntegrationInstanceRequest): Promise<responses.DeleteIntegrationInstanceResponse>;
134
134
  /**
@@ -138,7 +138,7 @@ export declare class IntegrationInstanceClient {
138
138
  * @param EnableProcessAutomationRequest
139
139
  * @return EnableProcessAutomationResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
142
142
  */
143
143
  enableProcessAutomation(enableProcessAutomationRequest: requests.EnableProcessAutomationRequest): Promise<responses.EnableProcessAutomationResponse>;
144
144
  /**
@@ -147,7 +147,7 @@ export declare class IntegrationInstanceClient {
147
147
  * @param GetIntegrationInstanceRequest
148
148
  * @return GetIntegrationInstanceResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
151
151
  */
152
152
  getIntegrationInstance(getIntegrationInstanceRequest: requests.GetIntegrationInstanceRequest): Promise<responses.GetIntegrationInstanceResponse>;
153
153
  /**
@@ -156,7 +156,7 @@ export declare class IntegrationInstanceClient {
156
156
  * @param GetWorkRequestRequest
157
157
  * @return GetWorkRequestResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
160
160
  */
161
161
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
162
162
  /**
@@ -166,7 +166,7 @@ export declare class IntegrationInstanceClient {
166
166
  * @param ListIntegrationInstancesRequest
167
167
  * @return ListIntegrationInstancesResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
170
170
  */
171
171
  listIntegrationInstances(listIntegrationInstancesRequest: requests.ListIntegrationInstancesRequest): Promise<responses.ListIntegrationInstancesResponse>;
172
172
  /**
@@ -207,7 +207,7 @@ export declare class IntegrationInstanceClient {
207
207
  * @param ListWorkRequestErrorsRequest
208
208
  * @return ListWorkRequestErrorsResponse
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.63.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
211
211
  */
212
212
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
213
213
  /**
@@ -248,7 +248,7 @@ export declare class IntegrationInstanceClient {
248
248
  * @param ListWorkRequestLogsRequest
249
249
  * @return ListWorkRequestLogsResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
252
252
  */
253
253
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
254
254
  /**
@@ -290,7 +290,7 @@ export declare class IntegrationInstanceClient {
290
290
  * @param ListWorkRequestsRequest
291
291
  * @return ListWorkRequestsResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
294
294
  */
295
295
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
296
296
  /**
@@ -332,7 +332,7 @@ export declare class IntegrationInstanceClient {
332
332
  * @param StartIntegrationInstanceRequest
333
333
  * @return StartIntegrationInstanceResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
336
336
  */
337
337
  startIntegrationInstance(startIntegrationInstanceRequest: requests.StartIntegrationInstanceRequest): Promise<responses.StartIntegrationInstanceResponse>;
338
338
  /**
@@ -342,7 +342,7 @@ export declare class IntegrationInstanceClient {
342
342
  * @param StopIntegrationInstanceRequest
343
343
  * @return StopIntegrationInstanceResponse
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.63.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
346
346
  */
347
347
  stopIntegrationInstance(stopIntegrationInstanceRequest: requests.StopIntegrationInstanceRequest): Promise<responses.StopIntegrationInstanceResponse>;
348
348
  /**
@@ -351,7 +351,7 @@ export declare class IntegrationInstanceClient {
351
351
  * @param UpdateIntegrationInstanceRequest
352
352
  * @return UpdateIntegrationInstanceResponse
353
353
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
355
355
  */
356
356
  updateIntegrationInstance(updateIntegrationInstanceRequest: requests.UpdateIntegrationInstanceRequest): Promise<responses.UpdateIntegrationInstanceResponse>;
357
357
  }
package/lib/client.js CHANGED
@@ -181,7 +181,7 @@ class IntegrationInstanceClient {
181
181
  * @param ChangeIntegrationInstanceCompartmentRequest
182
182
  * @return ChangeIntegrationInstanceCompartmentResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartment API.
185
185
  */
186
186
  changeIntegrationInstanceCompartment(changeIntegrationInstanceCompartmentRequest) {
187
187
  return __awaiter(this, void 0, void 0, function* () {
@@ -245,7 +245,7 @@ class IntegrationInstanceClient {
245
245
  * @param ChangeIntegrationInstanceNetworkEndpointRequest
246
246
  * @return ChangeIntegrationInstanceNetworkEndpointResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpoint API.
249
249
  */
250
250
  changeIntegrationInstanceNetworkEndpoint(changeIntegrationInstanceNetworkEndpointRequest) {
251
251
  return __awaiter(this, void 0, void 0, function* () {
@@ -309,7 +309,7 @@ class IntegrationInstanceClient {
309
309
  * @param ChangePrivateEndpointOutboundConnectionRequest
310
310
  * @return ChangePrivateEndpointOutboundConnectionResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnection API.
313
313
  */
314
314
  changePrivateEndpointOutboundConnection(changePrivateEndpointOutboundConnectionRequest) {
315
315
  return __awaiter(this, void 0, void 0, function* () {
@@ -372,7 +372,7 @@ class IntegrationInstanceClient {
372
372
  * @param CreateIntegrationInstanceRequest
373
373
  * @return CreateIntegrationInstanceResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstance API.
376
376
  */
377
377
  createIntegrationInstance(createIntegrationInstanceRequest) {
378
378
  return __awaiter(this, void 0, void 0, function* () {
@@ -431,7 +431,7 @@ class IntegrationInstanceClient {
431
431
  * @param DeleteIntegrationInstanceRequest
432
432
  * @return DeleteIntegrationInstanceResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstance API.
435
435
  */
436
436
  deleteIntegrationInstance(deleteIntegrationInstanceRequest) {
437
437
  return __awaiter(this, void 0, void 0, function* () {
@@ -492,7 +492,7 @@ class IntegrationInstanceClient {
492
492
  * @param EnableProcessAutomationRequest
493
493
  * @return EnableProcessAutomationResponse
494
494
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomation API.
496
496
  */
497
497
  enableProcessAutomation(enableProcessAutomationRequest) {
498
498
  return __awaiter(this, void 0, void 0, function* () {
@@ -553,7 +553,7 @@ class IntegrationInstanceClient {
553
553
  * @param GetIntegrationInstanceRequest
554
554
  * @return GetIntegrationInstanceResponse
555
555
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstance API.
557
557
  */
558
558
  getIntegrationInstance(getIntegrationInstanceRequest) {
559
559
  return __awaiter(this, void 0, void 0, function* () {
@@ -616,7 +616,7 @@ class IntegrationInstanceClient {
616
616
  * @param GetWorkRequestRequest
617
617
  * @return GetWorkRequestResponse
618
618
  * @throws OciError when an error occurs
619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
620
620
  */
621
621
  getWorkRequest(getWorkRequestRequest) {
622
622
  return __awaiter(this, void 0, void 0, function* () {
@@ -685,7 +685,7 @@ class IntegrationInstanceClient {
685
685
  * @param ListIntegrationInstancesRequest
686
686
  * @return ListIntegrationInstancesResponse
687
687
  * @throws OciError when an error occurs
688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstances API.
689
689
  */
690
690
  listIntegrationInstances(listIntegrationInstancesRequest) {
691
691
  return __awaiter(this, void 0, void 0, function* () {
@@ -799,7 +799,7 @@ class IntegrationInstanceClient {
799
799
  * @param ListWorkRequestErrorsRequest
800
800
  * @return ListWorkRequestErrorsResponse
801
801
  * @throws OciError when an error occurs
802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
803
803
  */
804
804
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
805
805
  return __awaiter(this, void 0, void 0, function* () {
@@ -911,7 +911,7 @@ class IntegrationInstanceClient {
911
911
  * @param ListWorkRequestLogsRequest
912
912
  * @return ListWorkRequestLogsResponse
913
913
  * @throws OciError when an error occurs
914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
915
915
  */
916
916
  listWorkRequestLogs(listWorkRequestLogsRequest) {
917
917
  return __awaiter(this, void 0, void 0, function* () {
@@ -1024,7 +1024,7 @@ class IntegrationInstanceClient {
1024
1024
  * @param ListWorkRequestsRequest
1025
1025
  * @return ListWorkRequestsResponse
1026
1026
  * @throws OciError when an error occurs
1027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1027
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1028
1028
  */
1029
1029
  listWorkRequests(listWorkRequestsRequest) {
1030
1030
  return __awaiter(this, void 0, void 0, function* () {
@@ -1136,7 +1136,7 @@ class IntegrationInstanceClient {
1136
1136
  * @param StartIntegrationInstanceRequest
1137
1137
  * @return StartIntegrationInstanceResponse
1138
1138
  * @throws OciError when an error occurs
1139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
1139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstance API.
1140
1140
  */
1141
1141
  startIntegrationInstance(startIntegrationInstanceRequest) {
1142
1142
  return __awaiter(this, void 0, void 0, function* () {
@@ -1198,7 +1198,7 @@ class IntegrationInstanceClient {
1198
1198
  * @param StopIntegrationInstanceRequest
1199
1199
  * @return StopIntegrationInstanceResponse
1200
1200
  * @throws OciError when an error occurs
1201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
1201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstance API.
1202
1202
  */
1203
1203
  stopIntegrationInstance(stopIntegrationInstanceRequest) {
1204
1204
  return __awaiter(this, void 0, void 0, function* () {
@@ -1259,7 +1259,7 @@ class IntegrationInstanceClient {
1259
1259
  * @param UpdateIntegrationInstanceRequest
1260
1260
  * @return UpdateIntegrationInstanceResponse
1261
1261
  * @throws OciError when an error occurs
1262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
1262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstance API.
1263
1263
  */
1264
1264
  updateIntegrationInstance(updateIntegrationInstanceRequest) {
1265
1265
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangeIntegrationInstanceCompartment.ts.html |here} to see how to use ChangeIntegrationInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeIntegrationInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangeIntegrationInstanceNetworkEndpoint.ts.html |here} to see how to use ChangeIntegrationInstanceNetworkEndpointRequest.
17
17
  */
18
18
  export interface ChangeIntegrationInstanceNetworkEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ChangePrivateEndpointOutboundConnection.ts.html |here} to see how to use ChangePrivateEndpointOutboundConnectionRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointOutboundConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/CreateIntegrationInstance.ts.html |here} to see how to use CreateIntegrationInstanceRequest.
17
17
  */
18
18
  export interface CreateIntegrationInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/DeleteIntegrationInstance.ts.html |here} to see how to use DeleteIntegrationInstanceRequest.
16
16
  */
17
17
  export interface DeleteIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/EnableProcessAutomation.ts.html |here} to see how to use EnableProcessAutomationRequest.
16
16
  */
17
17
  export interface EnableProcessAutomationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/GetIntegrationInstance.ts.html |here} to see how to use GetIntegrationInstanceRequest.
16
16
  */
17
17
  export interface GetIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstancesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListIntegrationInstances.ts.html |here} to see how to use ListIntegrationInstancesRequest.
16
16
  */
17
17
  export interface ListIntegrationInstancesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/StartIntegrationInstance.ts.html |here} to see how to use StartIntegrationInstanceRequest.
16
16
  */
17
17
  export interface StartIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/StopIntegrationInstance.ts.html |here} to see how to use StopIntegrationInstanceRequest.
16
16
  */
17
17
  export interface StopIntegrationInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/integration/UpdateIntegrationInstance.ts.html |here} to see how to use UpdateIntegrationInstanceRequest.
17
17
  */
18
18
  export interface UpdateIntegrationInstanceRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-integration",
3
- "version": "2.63.0",
3
+ "version": "2.64.0",
4
4
  "description": "OCI NodeJS client for Integration service",
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.63.0",
19
- "oci-workrequests": "2.63.0"
18
+ "oci-common": "2.64.0",
19
+ "oci-workrequests": "2.64.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"