oci-ons 2.86.3 → 2.88.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/lib/client.d.ts +16 -16
- package/lib/client.js +16 -16
- package/lib/request/change-subscription-compartment-request.d.ts +1 -1
- package/lib/request/change-topic-compartment-request.d.ts +1 -1
- package/lib/request/create-subscription-request.d.ts +1 -1
- package/lib/request/create-topic-request.d.ts +1 -1
- package/lib/request/delete-subscription-request.d.ts +1 -1
- package/lib/request/delete-topic-request.d.ts +1 -1
- package/lib/request/get-confirm-subscription-request.d.ts +1 -1
- package/lib/request/get-subscription-request.d.ts +1 -1
- package/lib/request/get-topic-request.d.ts +1 -1
- package/lib/request/get-unsubscription-request.d.ts +1 -1
- package/lib/request/list-subscriptions-request.d.ts +1 -1
- package/lib/request/list-topics-request.d.ts +1 -1
- package/lib/request/publish-message-request.d.ts +1 -1
- package/lib/request/resend-subscription-confirmation-request.d.ts +1 -1
- package/lib/request/update-subscription-request.d.ts +1 -1
- package/lib/request/update-topic-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
89
89
|
* @param ChangeTopicCompartmentRequest
|
|
90
90
|
* @return ChangeTopicCompartmentResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
93
93
|
*/
|
|
94
94
|
changeTopicCompartment(changeTopicCompartmentRequest: requests.ChangeTopicCompartmentRequest): Promise<responses.ChangeTopicCompartmentResponse>;
|
|
95
95
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
112
112
|
* @param CreateTopicRequest
|
|
113
113
|
* @return CreateTopicResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
116
116
|
*/
|
|
117
117
|
createTopic(createTopicRequest: requests.CreateTopicRequest): Promise<responses.CreateTopicResponse>;
|
|
118
118
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
124
124
|
* @param DeleteTopicRequest
|
|
125
125
|
* @return DeleteTopicResponse
|
|
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.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
128
128
|
*/
|
|
129
129
|
deleteTopic(deleteTopicRequest: requests.DeleteTopicRequest): Promise<responses.DeleteTopicResponse>;
|
|
130
130
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
134
134
|
* @param GetTopicRequest
|
|
135
135
|
* @return GetTopicResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
138
138
|
*/
|
|
139
139
|
getTopic(getTopicRequest: requests.GetTopicRequest): Promise<responses.GetTopicResponse>;
|
|
140
140
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
146
146
|
* @param ListTopicsRequest
|
|
147
147
|
* @return ListTopicsResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
150
150
|
*/
|
|
151
151
|
listTopics(listTopicsRequest: requests.ListTopicsRequest): Promise<responses.ListTopicsResponse>;
|
|
152
152
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
190
190
|
* @param UpdateTopicRequest
|
|
191
191
|
* @return UpdateTopicResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
194
194
|
*/
|
|
195
195
|
updateTopic(updateTopicRequest: requests.UpdateTopicRequest): Promise<responses.UpdateTopicResponse>;
|
|
196
196
|
}
|
|
@@ -279,7 +279,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
279
279
|
* @param ChangeSubscriptionCompartmentRequest
|
|
280
280
|
* @return ChangeSubscriptionCompartmentResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
283
283
|
*/
|
|
284
284
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest: requests.ChangeSubscriptionCompartmentRequest): Promise<responses.ChangeSubscriptionCompartmentResponse>;
|
|
285
285
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
293
293
|
* @param CreateSubscriptionRequest
|
|
294
294
|
* @return CreateSubscriptionResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
297
297
|
*/
|
|
298
298
|
createSubscription(createSubscriptionRequest: requests.CreateSubscriptionRequest): Promise<responses.CreateSubscriptionResponse>;
|
|
299
299
|
/**
|
|
@@ -305,7 +305,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
305
305
|
* @param DeleteSubscriptionRequest
|
|
306
306
|
* @return DeleteSubscriptionResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
309
309
|
*/
|
|
310
310
|
deleteSubscription(deleteSubscriptionRequest: requests.DeleteSubscriptionRequest): Promise<responses.DeleteSubscriptionResponse>;
|
|
311
311
|
/**
|
|
@@ -317,7 +317,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
317
317
|
* @param GetConfirmSubscriptionRequest
|
|
318
318
|
* @return GetConfirmSubscriptionResponse
|
|
319
319
|
* @throws OciError when an error occurs
|
|
320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
321
321
|
*/
|
|
322
322
|
getConfirmSubscription(getConfirmSubscriptionRequest: requests.GetConfirmSubscriptionRequest): Promise<responses.GetConfirmSubscriptionResponse>;
|
|
323
323
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
329
329
|
* @param GetSubscriptionRequest
|
|
330
330
|
* @return GetSubscriptionResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
333
333
|
*/
|
|
334
334
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
335
335
|
/**
|
|
@@ -341,7 +341,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
341
341
|
* @param GetUnsubscriptionRequest
|
|
342
342
|
* @return GetUnsubscriptionResponse
|
|
343
343
|
* @throws OciError when an error occurs
|
|
344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
345
345
|
*/
|
|
346
346
|
getUnsubscription(getUnsubscriptionRequest: requests.GetUnsubscriptionRequest): Promise<responses.GetUnsubscriptionResponse>;
|
|
347
347
|
/**
|
|
@@ -353,7 +353,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
353
353
|
* @param ListSubscriptionsRequest
|
|
354
354
|
* @return ListSubscriptionsResponse
|
|
355
355
|
* @throws OciError when an error occurs
|
|
356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
357
357
|
*/
|
|
358
358
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
359
359
|
/**
|
|
@@ -411,7 +411,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
411
411
|
* @param PublishMessageRequest
|
|
412
412
|
* @return PublishMessageResponse
|
|
413
413
|
* @throws OciError when an error occurs
|
|
414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
415
415
|
*/
|
|
416
416
|
publishMessage(publishMessageRequest: requests.PublishMessageRequest): Promise<responses.PublishMessageResponse>;
|
|
417
417
|
/**
|
|
@@ -423,7 +423,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
423
423
|
* @param ResendSubscriptionConfirmationRequest
|
|
424
424
|
* @return ResendSubscriptionConfirmationResponse
|
|
425
425
|
* @throws OciError when an error occurs
|
|
426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
427
427
|
*/
|
|
428
428
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest: requests.ResendSubscriptionConfirmationRequest): Promise<responses.ResendSubscriptionConfirmationResponse>;
|
|
429
429
|
/**
|
|
@@ -435,7 +435,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
435
435
|
* @param UpdateSubscriptionRequest
|
|
436
436
|
* @return UpdateSubscriptionResponse
|
|
437
437
|
* @throws OciError when an error occurs
|
|
438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
439
439
|
*/
|
|
440
440
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
441
441
|
}
|
package/lib/client.js
CHANGED
|
@@ -189,7 +189,7 @@ class NotificationControlPlaneClient {
|
|
|
189
189
|
* @param ChangeTopicCompartmentRequest
|
|
190
190
|
* @return ChangeTopicCompartmentResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
193
193
|
*/
|
|
194
194
|
changeTopicCompartment(changeTopicCompartmentRequest) {
|
|
195
195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -260,7 +260,7 @@ class NotificationControlPlaneClient {
|
|
|
260
260
|
* @param CreateTopicRequest
|
|
261
261
|
* @return CreateTopicResponse
|
|
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.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
264
264
|
*/
|
|
265
265
|
createTopic(createTopicRequest) {
|
|
266
266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -326,7 +326,7 @@ class NotificationControlPlaneClient {
|
|
|
326
326
|
* @param DeleteTopicRequest
|
|
327
327
|
* @return DeleteTopicResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
330
330
|
*/
|
|
331
331
|
deleteTopic(deleteTopicRequest) {
|
|
332
332
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -382,7 +382,7 @@ class NotificationControlPlaneClient {
|
|
|
382
382
|
* @param GetTopicRequest
|
|
383
383
|
* @return GetTopicResponse
|
|
384
384
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
386
386
|
*/
|
|
387
387
|
getTopic(getTopicRequest) {
|
|
388
388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -448,7 +448,7 @@ class NotificationControlPlaneClient {
|
|
|
448
448
|
* @param ListTopicsRequest
|
|
449
449
|
* @return ListTopicsResponse
|
|
450
450
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
452
452
|
*/
|
|
453
453
|
listTopics(listTopicsRequest) {
|
|
454
454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -566,7 +566,7 @@ class NotificationControlPlaneClient {
|
|
|
566
566
|
* @param UpdateTopicRequest
|
|
567
567
|
* @return UpdateTopicResponse
|
|
568
568
|
* @throws OciError when an error occurs
|
|
569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
570
570
|
*/
|
|
571
571
|
updateTopic(updateTopicRequest) {
|
|
572
572
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -787,7 +787,7 @@ class NotificationDataPlaneClient {
|
|
|
787
787
|
* @param ChangeSubscriptionCompartmentRequest
|
|
788
788
|
* @return ChangeSubscriptionCompartmentResponse
|
|
789
789
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
791
791
|
*/
|
|
792
792
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest) {
|
|
793
793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -849,7 +849,7 @@ class NotificationDataPlaneClient {
|
|
|
849
849
|
* @param CreateSubscriptionRequest
|
|
850
850
|
* @return CreateSubscriptionResponse
|
|
851
851
|
* @throws OciError when an error occurs
|
|
852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
853
853
|
*/
|
|
854
854
|
createSubscription(createSubscriptionRequest) {
|
|
855
855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -915,7 +915,7 @@ class NotificationDataPlaneClient {
|
|
|
915
915
|
* @param DeleteSubscriptionRequest
|
|
916
916
|
* @return DeleteSubscriptionResponse
|
|
917
917
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
919
919
|
*/
|
|
920
920
|
deleteSubscription(deleteSubscriptionRequest) {
|
|
921
921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -973,7 +973,7 @@ class NotificationDataPlaneClient {
|
|
|
973
973
|
* @param GetConfirmSubscriptionRequest
|
|
974
974
|
* @return GetConfirmSubscriptionResponse
|
|
975
975
|
* @throws OciError when an error occurs
|
|
976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
977
977
|
*/
|
|
978
978
|
getConfirmSubscription(getConfirmSubscriptionRequest) {
|
|
979
979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1042,7 +1042,7 @@ class NotificationDataPlaneClient {
|
|
|
1042
1042
|
* @param GetSubscriptionRequest
|
|
1043
1043
|
* @return GetSubscriptionResponse
|
|
1044
1044
|
* @throws OciError when an error occurs
|
|
1045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
1046
1046
|
*/
|
|
1047
1047
|
getSubscription(getSubscriptionRequest) {
|
|
1048
1048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1108,7 +1108,7 @@ class NotificationDataPlaneClient {
|
|
|
1108
1108
|
* @param GetUnsubscriptionRequest
|
|
1109
1109
|
* @return GetUnsubscriptionResponse
|
|
1110
1110
|
* @throws OciError when an error occurs
|
|
1111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
1112
1112
|
*/
|
|
1113
1113
|
getUnsubscription(getUnsubscriptionRequest) {
|
|
1114
1114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1172,7 +1172,7 @@ class NotificationDataPlaneClient {
|
|
|
1172
1172
|
* @param ListSubscriptionsRequest
|
|
1173
1173
|
* @return ListSubscriptionsResponse
|
|
1174
1174
|
* @throws OciError when an error occurs
|
|
1175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1176
1176
|
*/
|
|
1177
1177
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1178
1178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1295,7 +1295,7 @@ class NotificationDataPlaneClient {
|
|
|
1295
1295
|
* @param PublishMessageRequest
|
|
1296
1296
|
* @return PublishMessageResponse
|
|
1297
1297
|
* @throws OciError when an error occurs
|
|
1298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
1299
1299
|
*/
|
|
1300
1300
|
publishMessage(publishMessageRequest) {
|
|
1301
1301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1358,7 +1358,7 @@ class NotificationDataPlaneClient {
|
|
|
1358
1358
|
* @param ResendSubscriptionConfirmationRequest
|
|
1359
1359
|
* @return ResendSubscriptionConfirmationResponse
|
|
1360
1360
|
* @throws OciError when an error occurs
|
|
1361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
1362
1362
|
*/
|
|
1363
1363
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest) {
|
|
1364
1364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1419,7 +1419,7 @@ class NotificationDataPlaneClient {
|
|
|
1419
1419
|
* @param UpdateSubscriptionRequest
|
|
1420
1420
|
* @return UpdateSubscriptionResponse
|
|
1421
1421
|
* @throws OciError when an error occurs
|
|
1422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1423
1423
|
*/
|
|
1424
1424
|
updateSubscription(updateSubscriptionRequest) {
|
|
1425
1425
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.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.
|
|
3
|
+
"version": "2.88.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.88.0",
|
|
19
|
+
"oci-workrequests": "2.88.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|