oci-ons 2.24.0 → 2.27.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
|
@@ -68,7 +68,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
68
68
|
* @param ChangeTopicCompartmentRequest
|
|
69
69
|
* @return ChangeTopicCompartmentResponse
|
|
70
70
|
* @throws OciError when an error occurs
|
|
71
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
71
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
72
72
|
*/
|
|
73
73
|
changeTopicCompartment(changeTopicCompartmentRequest: requests.ChangeTopicCompartmentRequest): Promise<responses.ChangeTopicCompartmentResponse>;
|
|
74
74
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
91
91
|
* @param CreateTopicRequest
|
|
92
92
|
* @return CreateTopicResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
95
95
|
*/
|
|
96
96
|
createTopic(createTopicRequest: requests.CreateTopicRequest): Promise<responses.CreateTopicResponse>;
|
|
97
97
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
103
103
|
* @param DeleteTopicRequest
|
|
104
104
|
* @return DeleteTopicResponse
|
|
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.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
107
107
|
*/
|
|
108
108
|
deleteTopic(deleteTopicRequest: requests.DeleteTopicRequest): Promise<responses.DeleteTopicResponse>;
|
|
109
109
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
113
113
|
* @param GetTopicRequest
|
|
114
114
|
* @return GetTopicResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
117
117
|
*/
|
|
118
118
|
getTopic(getTopicRequest: requests.GetTopicRequest): Promise<responses.GetTopicResponse>;
|
|
119
119
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
125
125
|
* @param ListTopicsRequest
|
|
126
126
|
* @return ListTopicsResponse
|
|
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.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
129
129
|
*/
|
|
130
130
|
listTopics(listTopicsRequest: requests.ListTopicsRequest): Promise<responses.ListTopicsResponse>;
|
|
131
131
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
169
169
|
* @param UpdateTopicRequest
|
|
170
170
|
* @return UpdateTopicResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
173
173
|
*/
|
|
174
174
|
updateTopic(updateTopicRequest: requests.UpdateTopicRequest): Promise<responses.UpdateTopicResponse>;
|
|
175
175
|
}
|
|
@@ -238,7 +238,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
238
238
|
* @param ChangeSubscriptionCompartmentRequest
|
|
239
239
|
* @return ChangeSubscriptionCompartmentResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
242
242
|
*/
|
|
243
243
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest: requests.ChangeSubscriptionCompartmentRequest): Promise<responses.ChangeSubscriptionCompartmentResponse>;
|
|
244
244
|
/**
|
|
@@ -252,7 +252,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
252
252
|
* @param CreateSubscriptionRequest
|
|
253
253
|
* @return CreateSubscriptionResponse
|
|
254
254
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
256
256
|
*/
|
|
257
257
|
createSubscription(createSubscriptionRequest: requests.CreateSubscriptionRequest): Promise<responses.CreateSubscriptionResponse>;
|
|
258
258
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
264
264
|
* @param DeleteSubscriptionRequest
|
|
265
265
|
* @return DeleteSubscriptionResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
268
268
|
*/
|
|
269
269
|
deleteSubscription(deleteSubscriptionRequest: requests.DeleteSubscriptionRequest): Promise<responses.DeleteSubscriptionResponse>;
|
|
270
270
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
276
276
|
* @param GetConfirmSubscriptionRequest
|
|
277
277
|
* @return GetConfirmSubscriptionResponse
|
|
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.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
280
280
|
*/
|
|
281
281
|
getConfirmSubscription(getConfirmSubscriptionRequest: requests.GetConfirmSubscriptionRequest): Promise<responses.GetConfirmSubscriptionResponse>;
|
|
282
282
|
/**
|
|
@@ -288,7 +288,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
288
288
|
* @param GetSubscriptionRequest
|
|
289
289
|
* @return GetSubscriptionResponse
|
|
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.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
292
292
|
*/
|
|
293
293
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
294
294
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
300
300
|
* @param GetUnsubscriptionRequest
|
|
301
301
|
* @return GetUnsubscriptionResponse
|
|
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.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
304
304
|
*/
|
|
305
305
|
getUnsubscription(getUnsubscriptionRequest: requests.GetUnsubscriptionRequest): Promise<responses.GetUnsubscriptionResponse>;
|
|
306
306
|
/**
|
|
@@ -312,7 +312,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
312
312
|
* @param ListSubscriptionsRequest
|
|
313
313
|
* @return ListSubscriptionsResponse
|
|
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.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
316
316
|
*/
|
|
317
317
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
318
318
|
/**
|
|
@@ -370,7 +370,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
370
370
|
* @param PublishMessageRequest
|
|
371
371
|
* @return PublishMessageResponse
|
|
372
372
|
* @throws OciError when an error occurs
|
|
373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
373
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
374
374
|
*/
|
|
375
375
|
publishMessage(publishMessageRequest: requests.PublishMessageRequest): Promise<responses.PublishMessageResponse>;
|
|
376
376
|
/**
|
|
@@ -382,7 +382,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
382
382
|
* @param ResendSubscriptionConfirmationRequest
|
|
383
383
|
* @return ResendSubscriptionConfirmationResponse
|
|
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.27.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
386
386
|
*/
|
|
387
387
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest: requests.ResendSubscriptionConfirmationRequest): Promise<responses.ResendSubscriptionConfirmationResponse>;
|
|
388
388
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
394
394
|
* @param UpdateSubscriptionRequest
|
|
395
395
|
* @return UpdateSubscriptionResponse
|
|
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.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
398
398
|
*/
|
|
399
399
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
400
400
|
}
|
package/lib/client.js
CHANGED
|
@@ -142,7 +142,7 @@ class NotificationControlPlaneClient {
|
|
|
142
142
|
* @param ChangeTopicCompartmentRequest
|
|
143
143
|
* @return ChangeTopicCompartmentResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
146
146
|
*/
|
|
147
147
|
changeTopicCompartment(changeTopicCompartmentRequest) {
|
|
148
148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -211,7 +211,7 @@ class NotificationControlPlaneClient {
|
|
|
211
211
|
* @param CreateTopicRequest
|
|
212
212
|
* @return CreateTopicResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
215
215
|
*/
|
|
216
216
|
createTopic(createTopicRequest) {
|
|
217
217
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -275,7 +275,7 @@ class NotificationControlPlaneClient {
|
|
|
275
275
|
* @param DeleteTopicRequest
|
|
276
276
|
* @return DeleteTopicResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
279
279
|
*/
|
|
280
280
|
deleteTopic(deleteTopicRequest) {
|
|
281
281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +329,7 @@ class NotificationControlPlaneClient {
|
|
|
329
329
|
* @param GetTopicRequest
|
|
330
330
|
* @return GetTopicResponse
|
|
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.27.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
333
333
|
*/
|
|
334
334
|
getTopic(getTopicRequest) {
|
|
335
335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -393,7 +393,7 @@ class NotificationControlPlaneClient {
|
|
|
393
393
|
* @param ListTopicsRequest
|
|
394
394
|
* @return ListTopicsResponse
|
|
395
395
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
397
397
|
*/
|
|
398
398
|
listTopics(listTopicsRequest) {
|
|
399
399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -509,7 +509,7 @@ class NotificationControlPlaneClient {
|
|
|
509
509
|
* @param UpdateTopicRequest
|
|
510
510
|
* @return UpdateTopicResponse
|
|
511
511
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
513
513
|
*/
|
|
514
514
|
updateTopic(updateTopicRequest) {
|
|
515
515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -682,7 +682,7 @@ class NotificationDataPlaneClient {
|
|
|
682
682
|
* @param ChangeSubscriptionCompartmentRequest
|
|
683
683
|
* @return ChangeSubscriptionCompartmentResponse
|
|
684
684
|
* @throws OciError when an error occurs
|
|
685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
686
686
|
*/
|
|
687
687
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest) {
|
|
688
688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -742,7 +742,7 @@ class NotificationDataPlaneClient {
|
|
|
742
742
|
* @param CreateSubscriptionRequest
|
|
743
743
|
* @return CreateSubscriptionResponse
|
|
744
744
|
* @throws OciError when an error occurs
|
|
745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
746
746
|
*/
|
|
747
747
|
createSubscription(createSubscriptionRequest) {
|
|
748
748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -806,7 +806,7 @@ class NotificationDataPlaneClient {
|
|
|
806
806
|
* @param DeleteSubscriptionRequest
|
|
807
807
|
* @return DeleteSubscriptionResponse
|
|
808
808
|
* @throws OciError when an error occurs
|
|
809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
810
810
|
*/
|
|
811
811
|
deleteSubscription(deleteSubscriptionRequest) {
|
|
812
812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -862,7 +862,7 @@ class NotificationDataPlaneClient {
|
|
|
862
862
|
* @param GetConfirmSubscriptionRequest
|
|
863
863
|
* @return GetConfirmSubscriptionResponse
|
|
864
864
|
* @throws OciError when an error occurs
|
|
865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
866
866
|
*/
|
|
867
867
|
getConfirmSubscription(getConfirmSubscriptionRequest) {
|
|
868
868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -929,7 +929,7 @@ class NotificationDataPlaneClient {
|
|
|
929
929
|
* @param GetSubscriptionRequest
|
|
930
930
|
* @return GetSubscriptionResponse
|
|
931
931
|
* @throws OciError when an error occurs
|
|
932
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
933
933
|
*/
|
|
934
934
|
getSubscription(getSubscriptionRequest) {
|
|
935
935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -993,7 +993,7 @@ class NotificationDataPlaneClient {
|
|
|
993
993
|
* @param GetUnsubscriptionRequest
|
|
994
994
|
* @return GetUnsubscriptionResponse
|
|
995
995
|
* @throws OciError when an error occurs
|
|
996
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
997
997
|
*/
|
|
998
998
|
getUnsubscription(getUnsubscriptionRequest) {
|
|
999
999
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1055,7 +1055,7 @@ class NotificationDataPlaneClient {
|
|
|
1055
1055
|
* @param ListSubscriptionsRequest
|
|
1056
1056
|
* @return ListSubscriptionsResponse
|
|
1057
1057
|
* @throws OciError when an error occurs
|
|
1058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1059
1059
|
*/
|
|
1060
1060
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1061
1061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1176,7 +1176,7 @@ class NotificationDataPlaneClient {
|
|
|
1176
1176
|
* @param PublishMessageRequest
|
|
1177
1177
|
* @return PublishMessageResponse
|
|
1178
1178
|
* @throws OciError when an error occurs
|
|
1179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
1180
1180
|
*/
|
|
1181
1181
|
publishMessage(publishMessageRequest) {
|
|
1182
1182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1237,7 +1237,7 @@ class NotificationDataPlaneClient {
|
|
|
1237
1237
|
* @param ResendSubscriptionConfirmationRequest
|
|
1238
1238
|
* @return ResendSubscriptionConfirmationResponse
|
|
1239
1239
|
* @throws OciError when an error occurs
|
|
1240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
1241
1241
|
*/
|
|
1242
1242
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest) {
|
|
1243
1243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1296,7 +1296,7 @@ class NotificationDataPlaneClient {
|
|
|
1296
1296
|
* @param UpdateSubscriptionRequest
|
|
1297
1297
|
* @return UpdateSubscriptionResponse
|
|
1298
1298
|
* @throws OciError when an error occurs
|
|
1299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1300
1300
|
*/
|
|
1301
1301
|
updateSubscription(updateSubscriptionRequest) {
|
|
1302
1302
|
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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.0",
|
|
19
|
+
"oci-workrequests": "2.27.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|