oci-ons 2.17.0 → 2.20.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
|
@@ -67,7 +67,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
67
67
|
* @param ChangeTopicCompartmentRequest
|
|
68
68
|
* @return ChangeTopicCompartmentResponse
|
|
69
69
|
* @throws OciError when an error occurs
|
|
70
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
70
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
71
71
|
*/
|
|
72
72
|
changeTopicCompartment(changeTopicCompartmentRequest: requests.ChangeTopicCompartmentRequest): Promise<responses.ChangeTopicCompartmentResponse>;
|
|
73
73
|
/**
|
|
@@ -90,7 +90,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
90
90
|
* @param CreateTopicRequest
|
|
91
91
|
* @return CreateTopicResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
94
94
|
*/
|
|
95
95
|
createTopic(createTopicRequest: requests.CreateTopicRequest): Promise<responses.CreateTopicResponse>;
|
|
96
96
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
102
102
|
* @param DeleteTopicRequest
|
|
103
103
|
* @return DeleteTopicResponse
|
|
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.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
106
106
|
*/
|
|
107
107
|
deleteTopic(deleteTopicRequest: requests.DeleteTopicRequest): Promise<responses.DeleteTopicResponse>;
|
|
108
108
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
112
112
|
* @param GetTopicRequest
|
|
113
113
|
* @return GetTopicResponse
|
|
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.20.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
116
116
|
*/
|
|
117
117
|
getTopic(getTopicRequest: requests.GetTopicRequest): Promise<responses.GetTopicResponse>;
|
|
118
118
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
124
124
|
* @param ListTopicsRequest
|
|
125
125
|
* @return ListTopicsResponse
|
|
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.20.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
128
128
|
*/
|
|
129
129
|
listTopics(listTopicsRequest: requests.ListTopicsRequest): Promise<responses.ListTopicsResponse>;
|
|
130
130
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
168
168
|
* @param UpdateTopicRequest
|
|
169
169
|
* @return UpdateTopicResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
172
172
|
*/
|
|
173
173
|
updateTopic(updateTopicRequest: requests.UpdateTopicRequest): Promise<responses.UpdateTopicResponse>;
|
|
174
174
|
}
|
|
@@ -236,7 +236,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
236
236
|
* @param ChangeSubscriptionCompartmentRequest
|
|
237
237
|
* @return ChangeSubscriptionCompartmentResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
240
240
|
*/
|
|
241
241
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest: requests.ChangeSubscriptionCompartmentRequest): Promise<responses.ChangeSubscriptionCompartmentResponse>;
|
|
242
242
|
/**
|
|
@@ -250,7 +250,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
250
250
|
* @param CreateSubscriptionRequest
|
|
251
251
|
* @return CreateSubscriptionResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
254
254
|
*/
|
|
255
255
|
createSubscription(createSubscriptionRequest: requests.CreateSubscriptionRequest): Promise<responses.CreateSubscriptionResponse>;
|
|
256
256
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
262
262
|
* @param DeleteSubscriptionRequest
|
|
263
263
|
* @return DeleteSubscriptionResponse
|
|
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.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
266
266
|
*/
|
|
267
267
|
deleteSubscription(deleteSubscriptionRequest: requests.DeleteSubscriptionRequest): Promise<responses.DeleteSubscriptionResponse>;
|
|
268
268
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
274
274
|
* @param GetConfirmSubscriptionRequest
|
|
275
275
|
* @return GetConfirmSubscriptionResponse
|
|
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.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
278
278
|
*/
|
|
279
279
|
getConfirmSubscription(getConfirmSubscriptionRequest: requests.GetConfirmSubscriptionRequest): Promise<responses.GetConfirmSubscriptionResponse>;
|
|
280
280
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
286
286
|
* @param GetSubscriptionRequest
|
|
287
287
|
* @return GetSubscriptionResponse
|
|
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.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
290
290
|
*/
|
|
291
291
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
292
292
|
/**
|
|
@@ -298,7 +298,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
298
298
|
* @param GetUnsubscriptionRequest
|
|
299
299
|
* @return GetUnsubscriptionResponse
|
|
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.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
302
302
|
*/
|
|
303
303
|
getUnsubscription(getUnsubscriptionRequest: requests.GetUnsubscriptionRequest): Promise<responses.GetUnsubscriptionResponse>;
|
|
304
304
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
310
310
|
* @param ListSubscriptionsRequest
|
|
311
311
|
* @return ListSubscriptionsResponse
|
|
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.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
314
314
|
*/
|
|
315
315
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
316
316
|
/**
|
|
@@ -368,7 +368,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
368
368
|
* @param PublishMessageRequest
|
|
369
369
|
* @return PublishMessageResponse
|
|
370
370
|
* @throws OciError when an error occurs
|
|
371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
372
372
|
*/
|
|
373
373
|
publishMessage(publishMessageRequest: requests.PublishMessageRequest): Promise<responses.PublishMessageResponse>;
|
|
374
374
|
/**
|
|
@@ -380,7 +380,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
380
380
|
* @param ResendSubscriptionConfirmationRequest
|
|
381
381
|
* @return ResendSubscriptionConfirmationResponse
|
|
382
382
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
384
384
|
*/
|
|
385
385
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest: requests.ResendSubscriptionConfirmationRequest): Promise<responses.ResendSubscriptionConfirmationResponse>;
|
|
386
386
|
/**
|
|
@@ -392,7 +392,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
392
392
|
* @param UpdateSubscriptionRequest
|
|
393
393
|
* @return UpdateSubscriptionResponse
|
|
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.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
396
396
|
*/
|
|
397
397
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
398
398
|
}
|
package/lib/client.js
CHANGED
|
@@ -137,7 +137,7 @@ class NotificationControlPlaneClient {
|
|
|
137
137
|
* @param ChangeTopicCompartmentRequest
|
|
138
138
|
* @return ChangeTopicCompartmentResponse
|
|
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.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
141
141
|
*/
|
|
142
142
|
changeTopicCompartment(changeTopicCompartmentRequest) {
|
|
143
143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -206,7 +206,7 @@ class NotificationControlPlaneClient {
|
|
|
206
206
|
* @param CreateTopicRequest
|
|
207
207
|
* @return CreateTopicResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
210
210
|
*/
|
|
211
211
|
createTopic(createTopicRequest) {
|
|
212
212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -270,7 +270,7 @@ class NotificationControlPlaneClient {
|
|
|
270
270
|
* @param DeleteTopicRequest
|
|
271
271
|
* @return DeleteTopicResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
274
274
|
*/
|
|
275
275
|
deleteTopic(deleteTopicRequest) {
|
|
276
276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -324,7 +324,7 @@ class NotificationControlPlaneClient {
|
|
|
324
324
|
* @param GetTopicRequest
|
|
325
325
|
* @return GetTopicResponse
|
|
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.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
328
328
|
*/
|
|
329
329
|
getTopic(getTopicRequest) {
|
|
330
330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -388,7 +388,7 @@ class NotificationControlPlaneClient {
|
|
|
388
388
|
* @param ListTopicsRequest
|
|
389
389
|
* @return ListTopicsResponse
|
|
390
390
|
* @throws OciError when an error occurs
|
|
391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
392
392
|
*/
|
|
393
393
|
listTopics(listTopicsRequest) {
|
|
394
394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -504,7 +504,7 @@ class NotificationControlPlaneClient {
|
|
|
504
504
|
* @param UpdateTopicRequest
|
|
505
505
|
* @return UpdateTopicResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
508
508
|
*/
|
|
509
509
|
updateTopic(updateTopicRequest) {
|
|
510
510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -672,7 +672,7 @@ class NotificationDataPlaneClient {
|
|
|
672
672
|
* @param ChangeSubscriptionCompartmentRequest
|
|
673
673
|
* @return ChangeSubscriptionCompartmentResponse
|
|
674
674
|
* @throws OciError when an error occurs
|
|
675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
676
676
|
*/
|
|
677
677
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest) {
|
|
678
678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -732,7 +732,7 @@ class NotificationDataPlaneClient {
|
|
|
732
732
|
* @param CreateSubscriptionRequest
|
|
733
733
|
* @return CreateSubscriptionResponse
|
|
734
734
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
736
736
|
*/
|
|
737
737
|
createSubscription(createSubscriptionRequest) {
|
|
738
738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -796,7 +796,7 @@ class NotificationDataPlaneClient {
|
|
|
796
796
|
* @param DeleteSubscriptionRequest
|
|
797
797
|
* @return DeleteSubscriptionResponse
|
|
798
798
|
* @throws OciError when an error occurs
|
|
799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
800
800
|
*/
|
|
801
801
|
deleteSubscription(deleteSubscriptionRequest) {
|
|
802
802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -852,7 +852,7 @@ class NotificationDataPlaneClient {
|
|
|
852
852
|
* @param GetConfirmSubscriptionRequest
|
|
853
853
|
* @return GetConfirmSubscriptionResponse
|
|
854
854
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
856
856
|
*/
|
|
857
857
|
getConfirmSubscription(getConfirmSubscriptionRequest) {
|
|
858
858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -919,7 +919,7 @@ class NotificationDataPlaneClient {
|
|
|
919
919
|
* @param GetSubscriptionRequest
|
|
920
920
|
* @return GetSubscriptionResponse
|
|
921
921
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
923
923
|
*/
|
|
924
924
|
getSubscription(getSubscriptionRequest) {
|
|
925
925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -983,7 +983,7 @@ class NotificationDataPlaneClient {
|
|
|
983
983
|
* @param GetUnsubscriptionRequest
|
|
984
984
|
* @return GetUnsubscriptionResponse
|
|
985
985
|
* @throws OciError when an error occurs
|
|
986
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
987
987
|
*/
|
|
988
988
|
getUnsubscription(getUnsubscriptionRequest) {
|
|
989
989
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1045,7 +1045,7 @@ class NotificationDataPlaneClient {
|
|
|
1045
1045
|
* @param ListSubscriptionsRequest
|
|
1046
1046
|
* @return ListSubscriptionsResponse
|
|
1047
1047
|
* @throws OciError when an error occurs
|
|
1048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1048
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1049
1049
|
*/
|
|
1050
1050
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1051
1051
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1166,7 @@ class NotificationDataPlaneClient {
|
|
|
1166
1166
|
* @param PublishMessageRequest
|
|
1167
1167
|
* @return PublishMessageResponse
|
|
1168
1168
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
1170
1170
|
*/
|
|
1171
1171
|
publishMessage(publishMessageRequest) {
|
|
1172
1172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1227,7 +1227,7 @@ class NotificationDataPlaneClient {
|
|
|
1227
1227
|
* @param ResendSubscriptionConfirmationRequest
|
|
1228
1228
|
* @return ResendSubscriptionConfirmationResponse
|
|
1229
1229
|
* @throws OciError when an error occurs
|
|
1230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
1231
1231
|
*/
|
|
1232
1232
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest) {
|
|
1233
1233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1286,7 +1286,7 @@ class NotificationDataPlaneClient {
|
|
|
1286
1286
|
* @param UpdateSubscriptionRequest
|
|
1287
1287
|
* @return UpdateSubscriptionResponse
|
|
1288
1288
|
* @throws OciError when an error occurs
|
|
1289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1290
1290
|
*/
|
|
1291
1291
|
updateSubscription(updateSubscriptionRequest) {
|
|
1292
1292
|
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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.0",
|
|
19
|
+
"oci-workrequests": "2.20.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|