oci-ons 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 (36) hide show
  1. package/lib/client.d.ts +16 -16
  2. package/lib/client.js +16 -16
  3. package/lib/model/backoff-retry-policy.d.ts +1 -1
  4. package/lib/model/confirmation-result.d.ts +1 -1
  5. package/lib/model/create-subscription-details.d.ts +10 -10
  6. package/lib/model/create-topic-details.d.ts +2 -2
  7. package/lib/model/notification-topic-summary.d.ts +3 -3
  8. package/lib/model/notification-topic.d.ts +3 -3
  9. package/lib/model/subscription-summary.d.ts +11 -11
  10. package/lib/model/subscription.d.ts +11 -11
  11. package/lib/model/topic-attributes-details.d.ts +2 -2
  12. package/lib/model/update-subscription-details.d.ts +2 -2
  13. package/lib/request/change-subscription-compartment-request.d.ts +2 -2
  14. package/lib/request/change-topic-compartment-request.d.ts +2 -2
  15. package/lib/request/create-subscription-request.d.ts +1 -1
  16. package/lib/request/create-topic-request.d.ts +1 -1
  17. package/lib/request/delete-subscription-request.d.ts +2 -2
  18. package/lib/request/delete-topic-request.d.ts +2 -2
  19. package/lib/request/get-confirm-subscription-request.d.ts +8 -8
  20. package/lib/request/get-subscription-request.d.ts +1 -1
  21. package/lib/request/get-topic-request.d.ts +1 -1
  22. package/lib/request/get-unsubscription-request.d.ts +8 -8
  23. package/lib/request/list-subscriptions-request.d.ts +1 -1
  24. package/lib/request/list-topics-request.d.ts +1 -1
  25. package/lib/request/publish-message-request.d.ts +2 -2
  26. package/lib/request/resend-subscription-confirmation-request.d.ts +1 -1
  27. package/lib/request/update-subscription-request.d.ts +2 -2
  28. package/lib/request/update-topic-request.d.ts +2 -2
  29. package/lib/response/create-subscription-response.d.ts +1 -1
  30. package/lib/response/create-topic-response.d.ts +1 -1
  31. package/lib/response/get-confirm-subscription-response.d.ts +1 -1
  32. package/lib/response/get-subscription-response.d.ts +1 -1
  33. package/lib/response/get-topic-response.d.ts +1 -1
  34. package/lib/response/update-subscription-response.d.ts +1 -1
  35. package/lib/response/update-topic-response.d.ts +1 -1
  36. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -80,7 +80,7 @@ export declare class NotificationControlPlaneClient {
80
80
  * @param ChangeTopicCompartmentRequest
81
81
  * @return ChangeTopicCompartmentResponse
82
82
  * @throws OciError when an error occurs
83
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
83
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
84
84
  */
85
85
  changeTopicCompartment(changeTopicCompartmentRequest: requests.ChangeTopicCompartmentRequest): Promise<responses.ChangeTopicCompartmentResponse>;
86
86
  /**
@@ -103,7 +103,7 @@ export declare class NotificationControlPlaneClient {
103
103
  * @param CreateTopicRequest
104
104
  * @return CreateTopicResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
107
107
  */
108
108
  createTopic(createTopicRequest: requests.CreateTopicRequest): Promise<responses.CreateTopicResponse>;
109
109
  /**
@@ -115,7 +115,7 @@ export declare class NotificationControlPlaneClient {
115
115
  * @param DeleteTopicRequest
116
116
  * @return DeleteTopicResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
119
119
  */
120
120
  deleteTopic(deleteTopicRequest: requests.DeleteTopicRequest): Promise<responses.DeleteTopicResponse>;
121
121
  /**
@@ -125,7 +125,7 @@ export declare class NotificationControlPlaneClient {
125
125
  * @param GetTopicRequest
126
126
  * @return GetTopicResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
129
129
  */
130
130
  getTopic(getTopicRequest: requests.GetTopicRequest): Promise<responses.GetTopicResponse>;
131
131
  /**
@@ -137,7 +137,7 @@ export declare class NotificationControlPlaneClient {
137
137
  * @param ListTopicsRequest
138
138
  * @return ListTopicsResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
141
141
  */
142
142
  listTopics(listTopicsRequest: requests.ListTopicsRequest): Promise<responses.ListTopicsResponse>;
143
143
  /**
@@ -181,7 +181,7 @@ export declare class NotificationControlPlaneClient {
181
181
  * @param UpdateTopicRequest
182
182
  * @return UpdateTopicResponse
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.76.1/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
185
185
  */
186
186
  updateTopic(updateTopicRequest: requests.UpdateTopicRequest): Promise<responses.UpdateTopicResponse>;
187
187
  }
@@ -262,7 +262,7 @@ export declare class NotificationDataPlaneClient {
262
262
  * @param ChangeSubscriptionCompartmentRequest
263
263
  * @return ChangeSubscriptionCompartmentResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
266
266
  */
267
267
  changeSubscriptionCompartment(changeSubscriptionCompartmentRequest: requests.ChangeSubscriptionCompartmentRequest): Promise<responses.ChangeSubscriptionCompartmentResponse>;
268
268
  /**
@@ -276,7 +276,7 @@ export declare class NotificationDataPlaneClient {
276
276
  * @param CreateSubscriptionRequest
277
277
  * @return CreateSubscriptionResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
280
280
  */
281
281
  createSubscription(createSubscriptionRequest: requests.CreateSubscriptionRequest): Promise<responses.CreateSubscriptionResponse>;
282
282
  /**
@@ -288,7 +288,7 @@ export declare class NotificationDataPlaneClient {
288
288
  * @param DeleteSubscriptionRequest
289
289
  * @return DeleteSubscriptionResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
292
292
  */
293
293
  deleteSubscription(deleteSubscriptionRequest: requests.DeleteSubscriptionRequest): Promise<responses.DeleteSubscriptionResponse>;
294
294
  /**
@@ -300,7 +300,7 @@ export declare class NotificationDataPlaneClient {
300
300
  * @param GetConfirmSubscriptionRequest
301
301
  * @return GetConfirmSubscriptionResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
304
304
  */
305
305
  getConfirmSubscription(getConfirmSubscriptionRequest: requests.GetConfirmSubscriptionRequest): Promise<responses.GetConfirmSubscriptionResponse>;
306
306
  /**
@@ -312,7 +312,7 @@ export declare class NotificationDataPlaneClient {
312
312
  * @param GetSubscriptionRequest
313
313
  * @return GetSubscriptionResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
316
316
  */
317
317
  getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
318
318
  /**
@@ -324,7 +324,7 @@ export declare class NotificationDataPlaneClient {
324
324
  * @param GetUnsubscriptionRequest
325
325
  * @return GetUnsubscriptionResponse
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/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
328
328
  */
329
329
  getUnsubscription(getUnsubscriptionRequest: requests.GetUnsubscriptionRequest): Promise<responses.GetUnsubscriptionResponse>;
330
330
  /**
@@ -336,7 +336,7 @@ export declare class NotificationDataPlaneClient {
336
336
  * @param ListSubscriptionsRequest
337
337
  * @return ListSubscriptionsResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
340
340
  */
341
341
  listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
342
342
  /**
@@ -394,7 +394,7 @@ export declare class NotificationDataPlaneClient {
394
394
  * @param PublishMessageRequest
395
395
  * @return PublishMessageResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
398
398
  */
399
399
  publishMessage(publishMessageRequest: requests.PublishMessageRequest): Promise<responses.PublishMessageResponse>;
400
400
  /**
@@ -406,7 +406,7 @@ export declare class NotificationDataPlaneClient {
406
406
  * @param ResendSubscriptionConfirmationRequest
407
407
  * @return ResendSubscriptionConfirmationResponse
408
408
  * @throws OciError when an error occurs
409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
410
410
  */
411
411
  resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest: requests.ResendSubscriptionConfirmationRequest): Promise<responses.ResendSubscriptionConfirmationResponse>;
412
412
  /**
@@ -418,7 +418,7 @@ export declare class NotificationDataPlaneClient {
418
418
  * @param UpdateSubscriptionRequest
419
419
  * @return UpdateSubscriptionResponse
420
420
  * @throws OciError when an error occurs
421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
422
422
  */
423
423
  updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
424
424
  }
package/lib/client.js CHANGED
@@ -174,7 +174,7 @@ class NotificationControlPlaneClient {
174
174
  * @param ChangeTopicCompartmentRequest
175
175
  * @return ChangeTopicCompartmentResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
178
178
  */
179
179
  changeTopicCompartment(changeTopicCompartmentRequest) {
180
180
  return __awaiter(this, void 0, void 0, function* () {
@@ -245,7 +245,7 @@ class NotificationControlPlaneClient {
245
245
  * @param CreateTopicRequest
246
246
  * @return CreateTopicResponse
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.76.1/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
249
249
  */
250
250
  createTopic(createTopicRequest) {
251
251
  return __awaiter(this, void 0, void 0, function* () {
@@ -311,7 +311,7 @@ class NotificationControlPlaneClient {
311
311
  * @param DeleteTopicRequest
312
312
  * @return DeleteTopicResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
315
315
  */
316
316
  deleteTopic(deleteTopicRequest) {
317
317
  return __awaiter(this, void 0, void 0, function* () {
@@ -367,7 +367,7 @@ class NotificationControlPlaneClient {
367
367
  * @param GetTopicRequest
368
368
  * @return GetTopicResponse
369
369
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
371
371
  */
372
372
  getTopic(getTopicRequest) {
373
373
  return __awaiter(this, void 0, void 0, function* () {
@@ -433,7 +433,7 @@ class NotificationControlPlaneClient {
433
433
  * @param ListTopicsRequest
434
434
  * @return ListTopicsResponse
435
435
  * @throws OciError when an error occurs
436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
437
437
  */
438
438
  listTopics(listTopicsRequest) {
439
439
  return __awaiter(this, void 0, void 0, function* () {
@@ -551,7 +551,7 @@ class NotificationControlPlaneClient {
551
551
  * @param UpdateTopicRequest
552
552
  * @return UpdateTopicResponse
553
553
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
555
555
  */
556
556
  updateTopic(updateTopicRequest) {
557
557
  return __awaiter(this, void 0, void 0, function* () {
@@ -758,7 +758,7 @@ class NotificationDataPlaneClient {
758
758
  * @param ChangeSubscriptionCompartmentRequest
759
759
  * @return ChangeSubscriptionCompartmentResponse
760
760
  * @throws OciError when an error occurs
761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
762
762
  */
763
763
  changeSubscriptionCompartment(changeSubscriptionCompartmentRequest) {
764
764
  return __awaiter(this, void 0, void 0, function* () {
@@ -820,7 +820,7 @@ class NotificationDataPlaneClient {
820
820
  * @param CreateSubscriptionRequest
821
821
  * @return CreateSubscriptionResponse
822
822
  * @throws OciError when an error occurs
823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
824
824
  */
825
825
  createSubscription(createSubscriptionRequest) {
826
826
  return __awaiter(this, void 0, void 0, function* () {
@@ -886,7 +886,7 @@ class NotificationDataPlaneClient {
886
886
  * @param DeleteSubscriptionRequest
887
887
  * @return DeleteSubscriptionResponse
888
888
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
890
890
  */
891
891
  deleteSubscription(deleteSubscriptionRequest) {
892
892
  return __awaiter(this, void 0, void 0, function* () {
@@ -944,7 +944,7 @@ class NotificationDataPlaneClient {
944
944
  * @param GetConfirmSubscriptionRequest
945
945
  * @return GetConfirmSubscriptionResponse
946
946
  * @throws OciError when an error occurs
947
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
947
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
948
948
  */
949
949
  getConfirmSubscription(getConfirmSubscriptionRequest) {
950
950
  return __awaiter(this, void 0, void 0, function* () {
@@ -1013,7 +1013,7 @@ class NotificationDataPlaneClient {
1013
1013
  * @param GetSubscriptionRequest
1014
1014
  * @return GetSubscriptionResponse
1015
1015
  * @throws OciError when an error occurs
1016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
1016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
1017
1017
  */
1018
1018
  getSubscription(getSubscriptionRequest) {
1019
1019
  return __awaiter(this, void 0, void 0, function* () {
@@ -1079,7 +1079,7 @@ class NotificationDataPlaneClient {
1079
1079
  * @param GetUnsubscriptionRequest
1080
1080
  * @return GetUnsubscriptionResponse
1081
1081
  * @throws OciError when an error occurs
1082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
1082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
1083
1083
  */
1084
1084
  getUnsubscription(getUnsubscriptionRequest) {
1085
1085
  return __awaiter(this, void 0, void 0, function* () {
@@ -1143,7 +1143,7 @@ class NotificationDataPlaneClient {
1143
1143
  * @param ListSubscriptionsRequest
1144
1144
  * @return ListSubscriptionsResponse
1145
1145
  * @throws OciError when an error occurs
1146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
1146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
1147
1147
  */
1148
1148
  listSubscriptions(listSubscriptionsRequest) {
1149
1149
  return __awaiter(this, void 0, void 0, function* () {
@@ -1266,7 +1266,7 @@ class NotificationDataPlaneClient {
1266
1266
  * @param PublishMessageRequest
1267
1267
  * @return PublishMessageResponse
1268
1268
  * @throws OciError when an error occurs
1269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
1269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
1270
1270
  */
1271
1271
  publishMessage(publishMessageRequest) {
1272
1272
  return __awaiter(this, void 0, void 0, function* () {
@@ -1329,7 +1329,7 @@ class NotificationDataPlaneClient {
1329
1329
  * @param ResendSubscriptionConfirmationRequest
1330
1330
  * @return ResendSubscriptionConfirmationResponse
1331
1331
  * @throws OciError when an error occurs
1332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
1332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
1333
1333
  */
1334
1334
  resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest) {
1335
1335
  return __awaiter(this, void 0, void 0, function* () {
@@ -1390,7 +1390,7 @@ class NotificationDataPlaneClient {
1390
1390
  * @param UpdateSubscriptionRequest
1391
1391
  * @return UpdateSubscriptionResponse
1392
1392
  * @throws OciError when an error occurs
1393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
1393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
1394
1394
  */
1395
1395
  updateSubscription(updateSubscriptionRequest) {
1396
1396
  return __awaiter(this, void 0, void 0, function* () {
@@ -19,7 +19,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
19
19
  */
20
20
  export interface BackoffRetryPolicy {
21
21
  /**
22
- * The maximum retry duration in milliseconds. Default value is `7200000` (2 hours). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
22
+ * The maximum retry duration in milliseconds. Default value is {@code 7200000} (2 hours). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
23
  */
24
24
  "maxRetryDuration": number;
25
25
  /**
@@ -31,7 +31,7 @@ export interface ConfirmationResult {
31
31
  "topicId": string;
32
32
  /**
33
33
  * A locator that corresponds to the subscription protocol.
34
- * For example, an email address for a subscription that uses the `EMAIL` protocol, or a URL for a subscription that uses an HTTP-based protocol.
34
+ * For example, an email address for a subscription that uses the {@code EMAIL} protocol, or a URL for a subscription that uses an HTTP-based protocol.
35
35
  *
36
36
  */
37
37
  "endpoint": string;
@@ -31,13 +31,13 @@ export interface CreateSubscriptionDetails {
31
31
  * The protocol used for the subscription.
32
32
  * <p>
33
33
  Allowed values:
34
- * * `CUSTOM_HTTPS`
35
- * * `EMAIL`
36
- * * `HTTPS` (deprecated; for PagerDuty endpoints, use `PAGERDUTY`)
37
- * * `ORACLE_FUNCTIONS`
38
- * * `PAGERDUTY`
39
- * * `SLACK`
40
- * * `SMS`
34
+ * * {@code CUSTOM_HTTPS}
35
+ * * {@code EMAIL}
36
+ * * {@code HTTPS} (deprecated; for PagerDuty endpoints, use {@code PAGERDUTY})
37
+ * * {@code ORACLE_FUNCTIONS}
38
+ * * {@code PAGERDUTY}
39
+ * * {@code SLACK}
40
+ * * {@code SMS}
41
41
  * <p>
42
42
  For information about subscription protocols, see
43
43
  * [To create a subscription](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
@@ -46,7 +46,7 @@ export interface CreateSubscriptionDetails {
46
46
  "protocol": string;
47
47
  /**
48
48
  * A locator that corresponds to the subscription protocol.
49
- * For example, an email address for a subscription that uses the `EMAIL` protocol, or a URL for a subscription that uses an HTTP-based protocol.
49
+ * For example, an email address for a subscription that uses the {@code EMAIL} protocol, or a URL for a subscription that uses an HTTP-based protocol.
50
50
  * HTTP-based protocols use URL endpoints that begin with \"http:\" or \"https:\".
51
51
  * A URL cannot exceed 512 characters.
52
52
  * Avoid entering confidential information.
@@ -63,7 +63,7 @@ export interface CreateSubscriptionDetails {
63
63
  /**
64
64
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
65
65
  * <p>
66
- Example: `{\"Department\": \"Finance\"}`
66
+ Example: {@code {\"Department\": \"Finance\"}}
67
67
  *
68
68
  */
69
69
  "freeformTags"?: {
@@ -72,7 +72,7 @@ export interface CreateSubscriptionDetails {
72
72
  /**
73
73
  * 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/Content/General/Concepts/resourcetags.htm).
74
74
  * <p>
75
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
75
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
76
76
  *
77
77
  */
78
78
  "definedTags"?: {
@@ -33,7 +33,7 @@ export interface CreateTopicDetails {
33
33
  /**
34
34
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
35
35
  * <p>
36
- Example: `{\"Department\": \"Finance\"}`
36
+ Example: {@code {\"Department\": \"Finance\"}}
37
37
  *
38
38
  */
39
39
  "freeformTags"?: {
@@ -42,7 +42,7 @@ export interface CreateTopicDetails {
42
42
  /**
43
43
  * 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/Content/General/Concepts/resourcetags.htm).
44
44
  * <p>
45
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
45
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
46
46
  *
47
47
  */
48
48
  "definedTags"?: {
@@ -51,14 +51,14 @@ export interface NotificationTopicSummary {
51
51
  */
52
52
  "timeCreated": Date;
53
53
  /**
54
- * For optimistic concurrency control. See `if-match`.
54
+ * For optimistic concurrency control. See {@code if-match}.
55
55
  *
56
56
  */
57
57
  "etag"?: string;
58
58
  /**
59
59
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
60
60
  * <p>
61
- Example: `{\"Department\": \"Finance\"}`
61
+ Example: {@code {\"Department\": \"Finance\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {
@@ -67,7 +67,7 @@ export interface NotificationTopicSummary {
67
67
  /**
68
68
  * 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/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
70
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
72
72
  */
73
73
  "definedTags"?: {
@@ -51,14 +51,14 @@ export interface NotificationTopic {
51
51
  */
52
52
  "timeCreated": Date;
53
53
  /**
54
- * For optimistic concurrency control. See `if-match`.
54
+ * For optimistic concurrency control. See {@code if-match}.
55
55
  *
56
56
  */
57
57
  "etag"?: string;
58
58
  /**
59
59
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
60
60
  * <p>
61
- Example: `{\"Department\": \"Finance\"}`
61
+ Example: {@code {\"Department\": \"Finance\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {
@@ -67,7 +67,7 @@ export interface NotificationTopic {
67
67
  /**
68
68
  * 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/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
70
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
72
72
  */
73
73
  "definedTags"?: {
@@ -32,13 +32,13 @@ export interface SubscriptionSummary {
32
32
  * The protocol used for the subscription.
33
33
  * <p>
34
34
  Allowed values:
35
- * * `CUSTOM_HTTPS`
36
- * * `EMAIL`
37
- * * `HTTPS` (deprecated; for PagerDuty endpoints, use `PAGERDUTY`)
38
- * * `ORACLE_FUNCTIONS`
39
- * * `PAGERDUTY`
40
- * * `SLACK`
41
- * * `SMS`
35
+ * * {@code CUSTOM_HTTPS}
36
+ * * {@code EMAIL}
37
+ * * {@code HTTPS} (deprecated; for PagerDuty endpoints, use {@code PAGERDUTY})
38
+ * * {@code ORACLE_FUNCTIONS}
39
+ * * {@code PAGERDUTY}
40
+ * * {@code SLACK}
41
+ * * {@code SMS}
42
42
  * <p>
43
43
  For information about subscription protocols, see
44
44
  * [To create a subscription](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
@@ -47,7 +47,7 @@ export interface SubscriptionSummary {
47
47
  "protocol": string;
48
48
  /**
49
49
  * A locator that corresponds to the subscription protocol.
50
- * For example, an email address for a subscription that uses the `EMAIL` protocol, or a URL for a subscription that uses an HTTP-based protocol.
50
+ * For example, an email address for a subscription that uses the {@code EMAIL} protocol, or a URL for a subscription that uses an HTTP-based protocol.
51
51
  *
52
52
  */
53
53
  "endpoint": string;
@@ -67,14 +67,14 @@ export interface SubscriptionSummary {
67
67
  "createdTime"?: number;
68
68
  "deliveryPolicy"?: model.DeliveryPolicy;
69
69
  /**
70
- * For optimistic concurrency control. See `if-match`.
70
+ * For optimistic concurrency control. See {@code if-match}.
71
71
  *
72
72
  */
73
73
  "etag"?: string;
74
74
  /**
75
75
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
76
76
  * <p>
77
- Example: `{\"Department\": \"Finance\"}`
77
+ Example: {@code {\"Department\": \"Finance\"}}
78
78
  *
79
79
  */
80
80
  "freeformTags"?: {
@@ -83,7 +83,7 @@ export interface SubscriptionSummary {
83
83
  /**
84
84
  * 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/Content/General/Concepts/resourcetags.htm).
85
85
  * <p>
86
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
86
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
87
87
  *
88
88
  */
89
89
  "definedTags"?: {
@@ -32,13 +32,13 @@ export interface Subscription {
32
32
  * The protocol used for the subscription.
33
33
  * <p>
34
34
  Allowed values:
35
- * * `CUSTOM_HTTPS`
36
- * * `EMAIL`
37
- * * `HTTPS` (deprecated; for PagerDuty endpoints, use `PAGERDUTY`)
38
- * * `ORACLE_FUNCTIONS`
39
- * * `PAGERDUTY`
40
- * * `SLACK`
41
- * * `SMS`
35
+ * * {@code CUSTOM_HTTPS}
36
+ * * {@code EMAIL}
37
+ * * {@code HTTPS} (deprecated; for PagerDuty endpoints, use {@code PAGERDUTY})
38
+ * * {@code ORACLE_FUNCTIONS}
39
+ * * {@code PAGERDUTY}
40
+ * * {@code SLACK}
41
+ * * {@code SMS}
42
42
  * <p>
43
43
  For information about subscription protocols, see
44
44
  * [To create a subscription](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
@@ -47,7 +47,7 @@ export interface Subscription {
47
47
  "protocol": string;
48
48
  /**
49
49
  * A locator that corresponds to the subscription protocol.
50
- * For example, an email address for a subscription that uses the `EMAIL` protocol, or a URL for a subscription that uses an HTTP-based protocol.
50
+ * For example, an email address for a subscription that uses the {@code EMAIL} protocol, or a URL for a subscription that uses an HTTP-based protocol.
51
51
  *
52
52
  */
53
53
  "endpoint": string;
@@ -71,14 +71,14 @@ export interface Subscription {
71
71
  */
72
72
  "deliverPolicy"?: string;
73
73
  /**
74
- * For optimistic concurrency control. See `if-match`.
74
+ * For optimistic concurrency control. See {@code if-match}.
75
75
  *
76
76
  */
77
77
  "etag"?: string;
78
78
  /**
79
79
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
- Example: `{\"Department\": \"Finance\"}`
81
+ Example: {@code {\"Department\": \"Finance\"}}
82
82
  *
83
83
  */
84
84
  "freeformTags"?: {
@@ -87,7 +87,7 @@ export interface Subscription {
87
87
  /**
88
88
  * 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/Content/General/Concepts/resourcetags.htm).
89
89
  * <p>
90
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
90
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
91
91
  *
92
92
  */
93
93
  "definedTags"?: {
@@ -24,7 +24,7 @@ export interface TopicAttributesDetails {
24
24
  /**
25
25
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
26
26
  * <p>
27
- Example: `{\"Department\": \"Finance\"}`
27
+ Example: {@code {\"Department\": \"Finance\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface TopicAttributesDetails {
33
33
  /**
34
34
  * 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/Content/General/Concepts/resourcetags.htm).
35
35
  * <p>
36
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
36
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -25,7 +25,7 @@ export interface UpdateSubscriptionDetails {
25
25
  /**
26
26
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
27
27
  * <p>
28
- Example: `{\"Department\": \"Finance\"}`
28
+ Example: {@code {\"Department\": \"Finance\"}}
29
29
  *
30
30
  */
31
31
  "freeformTags"?: {
@@ -34,7 +34,7 @@ export interface UpdateSubscriptionDetails {
34
34
  /**
35
35
  * 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/Content/General/Concepts/resourcetags.htm).
36
36
  * <p>
37
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
37
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
38
38
  *
39
39
  */
40
40
  "definedTags"?: {
@@ -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.76.1/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.77.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSubscriptionCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ChangeSubscriptionCompartmentRequest extends common.BaseRequest
41
41
  */
42
42
  "opcRequestId"?: string;
43
43
  /**
44
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
44
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
45
45
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
46
46
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
47
47
  *
@@ -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.76.1/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.77.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTopicCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ChangeTopicCompartmentRequest extends common.BaseRequest {
41
41
  */
42
42
  "opcRequestId"?: string;
43
43
  /**
44
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
44
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
45
45
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
46
46
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
47
47
  *
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscriptionRequest.
16
16
  */
17
17
  export interface DeleteSubscriptionRequest extends common.BaseRequest {
18
18
  /**
@@ -27,7 +27,7 @@ export interface DeleteSubscriptionRequest extends common.BaseRequest {
27
27
  */
28
28
  "opcRequestId"?: string;
29
29
  /**
30
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
31
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
32
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -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.76.1/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.77.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopicRequest.
16
16
  */
17
17
  export interface DeleteTopicRequest extends common.BaseRequest {
18
18
  /**
@@ -27,7 +27,7 @@ export interface DeleteTopicRequest extends common.BaseRequest {
27
27
  */
28
28
  "opcRequestId"?: string;
29
29
  /**
30
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
31
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
32
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -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.76.1/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.77.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscriptionRequest.
16
16
  */
17
17
  export interface GetConfirmSubscriptionRequest extends common.BaseRequest {
18
18
  /**
@@ -28,13 +28,13 @@ export interface GetConfirmSubscriptionRequest extends common.BaseRequest {
28
28
  * The protocol used for the subscription.
29
29
  * <p>
30
30
  Allowed values:
31
- * * `CUSTOM_HTTPS`
32
- * * `EMAIL`
33
- * * `HTTPS` (deprecated; for PagerDuty endpoints, use `PAGERDUTY`)
34
- * * `ORACLE_FUNCTIONS`
35
- * * `PAGERDUTY`
36
- * * `SLACK`
37
- * * `SMS`
31
+ * * {@code CUSTOM_HTTPS}
32
+ * * {@code EMAIL}
33
+ * * {@code HTTPS} (deprecated; for PagerDuty endpoints, use {@code PAGERDUTY})
34
+ * * {@code ORACLE_FUNCTIONS}
35
+ * * {@code PAGERDUTY}
36
+ * * {@code SLACK}
37
+ * * {@code SMS}
38
38
  * <p>
39
39
  For information about subscription protocols, see
40
40
  * [To create a subscription](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscriptionRequest.
16
16
  */
17
17
  export interface GetUnsubscriptionRequest extends common.BaseRequest {
18
18
  /**
@@ -28,13 +28,13 @@ export interface GetUnsubscriptionRequest extends common.BaseRequest {
28
28
  * The protocol used for the subscription.
29
29
  * <p>
30
30
  Allowed values:
31
- * * `CUSTOM_HTTPS`
32
- * * `EMAIL`
33
- * * `HTTPS` (deprecated; for PagerDuty endpoints, use `PAGERDUTY`)
34
- * * `ORACLE_FUNCTIONS`
35
- * * `PAGERDUTY`
36
- * * `SLACK`
37
- * * `SMS`
31
+ * * {@code CUSTOM_HTTPS}
32
+ * * {@code EMAIL}
33
+ * * {@code HTTPS} (deprecated; for PagerDuty endpoints, use {@code PAGERDUTY})
34
+ * * {@code ORACLE_FUNCTIONS}
35
+ * * {@code PAGERDUTY}
36
+ * * {@code SLACK}
37
+ * * {@code SMS}
38
38
  * <p>
39
39
  For information about subscription protocols, see
40
40
  * [To create a subscription](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
@@ -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.76.1/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.77.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.76.1/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.77.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.76.1/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.77.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessageRequest.
17
17
  */
18
18
  export interface PublishMessageRequest extends common.BaseRequest {
19
19
  /**
@@ -38,7 +38,7 @@ export interface PublishMessageRequest extends common.BaseRequest {
38
38
  * Configure your receiving system to read the raw payload as JSON format.
39
39
  * <p>
40
40
  Type of message body in the request.
41
- * For `messageType` of JSON, a default key-value pair is required. Example: `{\"default\": \"Alarm breached\", \"Email\": \"Alarm breached: <url>\"}.`
41
+ * For {@code messageType} of JSON, a default key-value pair is required. Example: {@code {\"default\": \"Alarm breached\", \"Email\": \"Alarm breached: <url>\"}.}
42
42
  *
43
43
  */
44
44
  "messageType"?: PublishMessageRequest.MessageType;
@@ -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.76.1/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.77.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.76.1/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.77.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
17
17
  */
18
18
  export interface UpdateSubscriptionRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface UpdateSubscriptionRequest extends common.BaseRequest {
33
33
  */
34
34
  "opcRequestId"?: string;
35
35
  /**
36
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
36
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
37
37
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
38
38
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
39
39
  *
@@ -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.76.1/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.77.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopicRequest.
17
17
  */
18
18
  export interface UpdateTopicRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface UpdateTopicRequest extends common.BaseRequest {
32
32
  */
33
33
  "opcRequestId"?: string;
34
34
  /**
35
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
35
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
36
36
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
37
37
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
38
38
  *
@@ -19,7 +19,7 @@ export interface CreateSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateTopicResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetConfirmSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetTopicResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateTopicResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-ons",
3
- "version": "2.76.1",
3
+ "version": "2.77.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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"