oci-ons 2.62.3 → 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
@@ -79,7 +79,7 @@ export declare class NotificationControlPlaneClient {
79
79
  * @param ChangeTopicCompartmentRequest
80
80
  * @return ChangeTopicCompartmentResponse
81
81
  * @throws OciError when an error occurs
82
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
83
83
  */
84
84
  changeTopicCompartment(changeTopicCompartmentRequest: requests.ChangeTopicCompartmentRequest): Promise<responses.ChangeTopicCompartmentResponse>;
85
85
  /**
@@ -102,7 +102,7 @@ export declare class NotificationControlPlaneClient {
102
102
  * @param CreateTopicRequest
103
103
  * @return CreateTopicResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
106
106
  */
107
107
  createTopic(createTopicRequest: requests.CreateTopicRequest): Promise<responses.CreateTopicResponse>;
108
108
  /**
@@ -114,7 +114,7 @@ export declare class NotificationControlPlaneClient {
114
114
  * @param DeleteTopicRequest
115
115
  * @return DeleteTopicResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
118
118
  */
119
119
  deleteTopic(deleteTopicRequest: requests.DeleteTopicRequest): Promise<responses.DeleteTopicResponse>;
120
120
  /**
@@ -124,7 +124,7 @@ export declare class NotificationControlPlaneClient {
124
124
  * @param GetTopicRequest
125
125
  * @return GetTopicResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
128
128
  */
129
129
  getTopic(getTopicRequest: requests.GetTopicRequest): Promise<responses.GetTopicResponse>;
130
130
  /**
@@ -136,7 +136,7 @@ export declare class NotificationControlPlaneClient {
136
136
  * @param ListTopicsRequest
137
137
  * @return ListTopicsResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
140
140
  */
141
141
  listTopics(listTopicsRequest: requests.ListTopicsRequest): Promise<responses.ListTopicsResponse>;
142
142
  /**
@@ -180,7 +180,7 @@ export declare class NotificationControlPlaneClient {
180
180
  * @param UpdateTopicRequest
181
181
  * @return UpdateTopicResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
184
184
  */
185
185
  updateTopic(updateTopicRequest: requests.UpdateTopicRequest): Promise<responses.UpdateTopicResponse>;
186
186
  }
@@ -260,7 +260,7 @@ export declare class NotificationDataPlaneClient {
260
260
  * @param ChangeSubscriptionCompartmentRequest
261
261
  * @return ChangeSubscriptionCompartmentResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
264
264
  */
265
265
  changeSubscriptionCompartment(changeSubscriptionCompartmentRequest: requests.ChangeSubscriptionCompartmentRequest): Promise<responses.ChangeSubscriptionCompartmentResponse>;
266
266
  /**
@@ -274,7 +274,7 @@ export declare class NotificationDataPlaneClient {
274
274
  * @param CreateSubscriptionRequest
275
275
  * @return CreateSubscriptionResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
278
278
  */
279
279
  createSubscription(createSubscriptionRequest: requests.CreateSubscriptionRequest): Promise<responses.CreateSubscriptionResponse>;
280
280
  /**
@@ -286,7 +286,7 @@ export declare class NotificationDataPlaneClient {
286
286
  * @param DeleteSubscriptionRequest
287
287
  * @return DeleteSubscriptionResponse
288
288
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
290
290
  */
291
291
  deleteSubscription(deleteSubscriptionRequest: requests.DeleteSubscriptionRequest): Promise<responses.DeleteSubscriptionResponse>;
292
292
  /**
@@ -298,7 +298,7 @@ export declare class NotificationDataPlaneClient {
298
298
  * @param GetConfirmSubscriptionRequest
299
299
  * @return GetConfirmSubscriptionResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
302
302
  */
303
303
  getConfirmSubscription(getConfirmSubscriptionRequest: requests.GetConfirmSubscriptionRequest): Promise<responses.GetConfirmSubscriptionResponse>;
304
304
  /**
@@ -310,7 +310,7 @@ export declare class NotificationDataPlaneClient {
310
310
  * @param GetSubscriptionRequest
311
311
  * @return GetSubscriptionResponse
312
312
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
314
314
  */
315
315
  getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
316
316
  /**
@@ -322,7 +322,7 @@ export declare class NotificationDataPlaneClient {
322
322
  * @param GetUnsubscriptionRequest
323
323
  * @return GetUnsubscriptionResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
326
326
  */
327
327
  getUnsubscription(getUnsubscriptionRequest: requests.GetUnsubscriptionRequest): Promise<responses.GetUnsubscriptionResponse>;
328
328
  /**
@@ -334,7 +334,7 @@ export declare class NotificationDataPlaneClient {
334
334
  * @param ListSubscriptionsRequest
335
335
  * @return ListSubscriptionsResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
338
338
  */
339
339
  listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
340
340
  /**
@@ -392,7 +392,7 @@ export declare class NotificationDataPlaneClient {
392
392
  * @param PublishMessageRequest
393
393
  * @return PublishMessageResponse
394
394
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
396
396
  */
397
397
  publishMessage(publishMessageRequest: requests.PublishMessageRequest): Promise<responses.PublishMessageResponse>;
398
398
  /**
@@ -404,7 +404,7 @@ export declare class NotificationDataPlaneClient {
404
404
  * @param ResendSubscriptionConfirmationRequest
405
405
  * @return ResendSubscriptionConfirmationResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
408
408
  */
409
409
  resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest: requests.ResendSubscriptionConfirmationRequest): Promise<responses.ResendSubscriptionConfirmationResponse>;
410
410
  /**
@@ -416,7 +416,7 @@ export declare class NotificationDataPlaneClient {
416
416
  * @param UpdateSubscriptionRequest
417
417
  * @return UpdateSubscriptionResponse
418
418
  * @throws OciError when an error occurs
419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
420
420
  */
421
421
  updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
422
422
  }
package/lib/client.js CHANGED
@@ -166,7 +166,7 @@ class NotificationControlPlaneClient {
166
166
  * @param ChangeTopicCompartmentRequest
167
167
  * @return ChangeTopicCompartmentResponse
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.62.3/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
170
170
  */
171
171
  changeTopicCompartment(changeTopicCompartmentRequest) {
172
172
  return __awaiter(this, void 0, void 0, function* () {
@@ -237,7 +237,7 @@ class NotificationControlPlaneClient {
237
237
  * @param CreateTopicRequest
238
238
  * @return CreateTopicResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
241
241
  */
242
242
  createTopic(createTopicRequest) {
243
243
  return __awaiter(this, void 0, void 0, function* () {
@@ -303,7 +303,7 @@ class NotificationControlPlaneClient {
303
303
  * @param DeleteTopicRequest
304
304
  * @return DeleteTopicResponse
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.62.3/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
307
307
  */
308
308
  deleteTopic(deleteTopicRequest) {
309
309
  return __awaiter(this, void 0, void 0, function* () {
@@ -359,7 +359,7 @@ class NotificationControlPlaneClient {
359
359
  * @param GetTopicRequest
360
360
  * @return GetTopicResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
363
363
  */
364
364
  getTopic(getTopicRequest) {
365
365
  return __awaiter(this, void 0, void 0, function* () {
@@ -425,7 +425,7 @@ class NotificationControlPlaneClient {
425
425
  * @param ListTopicsRequest
426
426
  * @return ListTopicsResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
429
429
  */
430
430
  listTopics(listTopicsRequest) {
431
431
  return __awaiter(this, void 0, void 0, function* () {
@@ -543,7 +543,7 @@ class NotificationControlPlaneClient {
543
543
  * @param UpdateTopicRequest
544
544
  * @return UpdateTopicResponse
545
545
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
547
547
  */
548
548
  updateTopic(updateTopicRequest) {
549
549
  return __awaiter(this, void 0, void 0, function* () {
@@ -742,7 +742,7 @@ class NotificationDataPlaneClient {
742
742
  * @param ChangeSubscriptionCompartmentRequest
743
743
  * @return ChangeSubscriptionCompartmentResponse
744
744
  * @throws OciError when an error occurs
745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
745
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
746
746
  */
747
747
  changeSubscriptionCompartment(changeSubscriptionCompartmentRequest) {
748
748
  return __awaiter(this, void 0, void 0, function* () {
@@ -804,7 +804,7 @@ class NotificationDataPlaneClient {
804
804
  * @param CreateSubscriptionRequest
805
805
  * @return CreateSubscriptionResponse
806
806
  * @throws OciError when an error occurs
807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
808
808
  */
809
809
  createSubscription(createSubscriptionRequest) {
810
810
  return __awaiter(this, void 0, void 0, function* () {
@@ -870,7 +870,7 @@ class NotificationDataPlaneClient {
870
870
  * @param DeleteSubscriptionRequest
871
871
  * @return DeleteSubscriptionResponse
872
872
  * @throws OciError when an error occurs
873
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
873
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
874
874
  */
875
875
  deleteSubscription(deleteSubscriptionRequest) {
876
876
  return __awaiter(this, void 0, void 0, function* () {
@@ -928,7 +928,7 @@ class NotificationDataPlaneClient {
928
928
  * @param GetConfirmSubscriptionRequest
929
929
  * @return GetConfirmSubscriptionResponse
930
930
  * @throws OciError when an error occurs
931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
932
932
  */
933
933
  getConfirmSubscription(getConfirmSubscriptionRequest) {
934
934
  return __awaiter(this, void 0, void 0, function* () {
@@ -997,7 +997,7 @@ class NotificationDataPlaneClient {
997
997
  * @param GetSubscriptionRequest
998
998
  * @return GetSubscriptionResponse
999
999
  * @throws OciError when an error occurs
1000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
1000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
1001
1001
  */
1002
1002
  getSubscription(getSubscriptionRequest) {
1003
1003
  return __awaiter(this, void 0, void 0, function* () {
@@ -1063,7 +1063,7 @@ class NotificationDataPlaneClient {
1063
1063
  * @param GetUnsubscriptionRequest
1064
1064
  * @return GetUnsubscriptionResponse
1065
1065
  * @throws OciError when an error occurs
1066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
1066
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
1067
1067
  */
1068
1068
  getUnsubscription(getUnsubscriptionRequest) {
1069
1069
  return __awaiter(this, void 0, void 0, function* () {
@@ -1127,7 +1127,7 @@ class NotificationDataPlaneClient {
1127
1127
  * @param ListSubscriptionsRequest
1128
1128
  * @return ListSubscriptionsResponse
1129
1129
  * @throws OciError when an error occurs
1130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
1130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
1131
1131
  */
1132
1132
  listSubscriptions(listSubscriptionsRequest) {
1133
1133
  return __awaiter(this, void 0, void 0, function* () {
@@ -1250,7 +1250,7 @@ class NotificationDataPlaneClient {
1250
1250
  * @param PublishMessageRequest
1251
1251
  * @return PublishMessageResponse
1252
1252
  * @throws OciError when an error occurs
1253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
1253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
1254
1254
  */
1255
1255
  publishMessage(publishMessageRequest) {
1256
1256
  return __awaiter(this, void 0, void 0, function* () {
@@ -1313,7 +1313,7 @@ class NotificationDataPlaneClient {
1313
1313
  * @param ResendSubscriptionConfirmationRequest
1314
1314
  * @return ResendSubscriptionConfirmationResponse
1315
1315
  * @throws OciError when an error occurs
1316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
1316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
1317
1317
  */
1318
1318
  resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest) {
1319
1319
  return __awaiter(this, void 0, void 0, function* () {
@@ -1374,7 +1374,7 @@ class NotificationDataPlaneClient {
1374
1374
  * @param UpdateSubscriptionRequest
1375
1375
  * @return UpdateSubscriptionResponse
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.62.3/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
1377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
1378
1378
  */
1379
1379
  updateSubscription(updateSubscriptionRequest) {
1380
1380
  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.62.3/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSubscriptionCompartmentRequest 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.62.3/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTopicCompartmentRequest 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.62.3/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscriptionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscriptionRequest.
17
17
  */
18
18
  export interface CreateSubscriptionRequest 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.62.3/ons/CreateTopic.ts.html |here} to see how to use CreateTopicRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopicRequest.
17
17
  */
18
18
  export interface CreateTopicRequest 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.62.3/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscriptionRequest.
16
16
  */
17
17
  export interface DeleteSubscriptionRequest 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.62.3/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopicRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopicRequest.
16
16
  */
17
17
  export interface DeleteTopicRequest 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.62.3/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscriptionRequest.
16
16
  */
17
17
  export interface GetConfirmSubscriptionRequest 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.62.3/ons/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
16
16
  */
17
17
  export interface GetSubscriptionRequest 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.62.3/ons/GetTopic.ts.html |here} to see how to use GetTopicRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetTopic.ts.html |here} to see how to use GetTopicRequest.
16
16
  */
17
17
  export interface GetTopicRequest 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.62.3/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscriptionRequest.
16
16
  */
17
17
  export interface GetUnsubscriptionRequest 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.62.3/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
16
16
  */
17
17
  export interface ListSubscriptionsRequest 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.62.3/ons/ListTopics.ts.html |here} to see how to use ListTopicsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ListTopics.ts.html |here} to see how to use ListTopicsRequest.
16
16
  */
17
17
  export interface ListTopicsRequest 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.62.3/ons/PublishMessage.ts.html |here} to see how to use PublishMessageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessageRequest.
17
17
  */
18
18
  export interface PublishMessageRequest 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.62.3/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmationRequest.
16
16
  */
17
17
  export interface ResendSubscriptionConfirmationRequest 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.62.3/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
17
17
  */
18
18
  export interface UpdateSubscriptionRequest 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.62.3/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopicRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopicRequest.
17
17
  */
18
18
  export interface UpdateTopicRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-ons",
3
- "version": "2.62.3",
3
+ "version": "2.64.0",
4
4
  "description": "OCI NodeJS client for ONS",
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.62.3",
19
- "oci-workrequests": "2.62.3"
18
+ "oci-common": "2.64.0",
19
+ "oci-workrequests": "2.64.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"