oci-ons 2.53.0 → 2.54.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
|
@@ -69,7 +69,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
69
69
|
* @param ChangeTopicCompartmentRequest
|
|
70
70
|
* @return ChangeTopicCompartmentResponse
|
|
71
71
|
* @throws OciError when an error occurs
|
|
72
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
72
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
73
73
|
*/
|
|
74
74
|
changeTopicCompartment(changeTopicCompartmentRequest: requests.ChangeTopicCompartmentRequest): Promise<responses.ChangeTopicCompartmentResponse>;
|
|
75
75
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
92
92
|
* @param CreateTopicRequest
|
|
93
93
|
* @return CreateTopicResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
96
96
|
*/
|
|
97
97
|
createTopic(createTopicRequest: requests.CreateTopicRequest): Promise<responses.CreateTopicResponse>;
|
|
98
98
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
104
104
|
* @param DeleteTopicRequest
|
|
105
105
|
* @return DeleteTopicResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
108
108
|
*/
|
|
109
109
|
deleteTopic(deleteTopicRequest: requests.DeleteTopicRequest): Promise<responses.DeleteTopicResponse>;
|
|
110
110
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
114
114
|
* @param GetTopicRequest
|
|
115
115
|
* @return GetTopicResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
118
118
|
*/
|
|
119
119
|
getTopic(getTopicRequest: requests.GetTopicRequest): Promise<responses.GetTopicResponse>;
|
|
120
120
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
126
126
|
* @param ListTopicsRequest
|
|
127
127
|
* @return ListTopicsResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
130
130
|
*/
|
|
131
131
|
listTopics(listTopicsRequest: requests.ListTopicsRequest): Promise<responses.ListTopicsResponse>;
|
|
132
132
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
170
170
|
* @param UpdateTopicRequest
|
|
171
171
|
* @return UpdateTopicResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
174
174
|
*/
|
|
175
175
|
updateTopic(updateTopicRequest: requests.UpdateTopicRequest): Promise<responses.UpdateTopicResponse>;
|
|
176
176
|
}
|
|
@@ -240,7 +240,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
240
240
|
* @param ChangeSubscriptionCompartmentRequest
|
|
241
241
|
* @return ChangeSubscriptionCompartmentResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
244
244
|
*/
|
|
245
245
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest: requests.ChangeSubscriptionCompartmentRequest): Promise<responses.ChangeSubscriptionCompartmentResponse>;
|
|
246
246
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
254
254
|
* @param CreateSubscriptionRequest
|
|
255
255
|
* @return CreateSubscriptionResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
258
258
|
*/
|
|
259
259
|
createSubscription(createSubscriptionRequest: requests.CreateSubscriptionRequest): Promise<responses.CreateSubscriptionResponse>;
|
|
260
260
|
/**
|
|
@@ -266,7 +266,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
266
266
|
* @param DeleteSubscriptionRequest
|
|
267
267
|
* @return DeleteSubscriptionResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
270
270
|
*/
|
|
271
271
|
deleteSubscription(deleteSubscriptionRequest: requests.DeleteSubscriptionRequest): Promise<responses.DeleteSubscriptionResponse>;
|
|
272
272
|
/**
|
|
@@ -278,7 +278,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
278
278
|
* @param GetConfirmSubscriptionRequest
|
|
279
279
|
* @return GetConfirmSubscriptionResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
282
282
|
*/
|
|
283
283
|
getConfirmSubscription(getConfirmSubscriptionRequest: requests.GetConfirmSubscriptionRequest): Promise<responses.GetConfirmSubscriptionResponse>;
|
|
284
284
|
/**
|
|
@@ -290,7 +290,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
290
290
|
* @param GetSubscriptionRequest
|
|
291
291
|
* @return GetSubscriptionResponse
|
|
292
292
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
294
294
|
*/
|
|
295
295
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
296
296
|
/**
|
|
@@ -302,7 +302,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
302
302
|
* @param GetUnsubscriptionRequest
|
|
303
303
|
* @return GetUnsubscriptionResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
306
306
|
*/
|
|
307
307
|
getUnsubscription(getUnsubscriptionRequest: requests.GetUnsubscriptionRequest): Promise<responses.GetUnsubscriptionResponse>;
|
|
308
308
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
314
314
|
* @param ListSubscriptionsRequest
|
|
315
315
|
* @return ListSubscriptionsResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
318
318
|
*/
|
|
319
319
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
320
320
|
/**
|
|
@@ -372,7 +372,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
372
372
|
* @param PublishMessageRequest
|
|
373
373
|
* @return PublishMessageResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
376
376
|
*/
|
|
377
377
|
publishMessage(publishMessageRequest: requests.PublishMessageRequest): Promise<responses.PublishMessageResponse>;
|
|
378
378
|
/**
|
|
@@ -384,7 +384,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
384
384
|
* @param ResendSubscriptionConfirmationRequest
|
|
385
385
|
* @return ResendSubscriptionConfirmationResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
388
388
|
*/
|
|
389
389
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest: requests.ResendSubscriptionConfirmationRequest): Promise<responses.ResendSubscriptionConfirmationResponse>;
|
|
390
390
|
/**
|
|
@@ -396,7 +396,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
396
396
|
* @param UpdateSubscriptionRequest
|
|
397
397
|
* @return UpdateSubscriptionResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
400
400
|
*/
|
|
401
401
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
402
402
|
}
|
package/lib/client.js
CHANGED
|
@@ -143,7 +143,7 @@ class NotificationControlPlaneClient {
|
|
|
143
143
|
* @param ChangeTopicCompartmentRequest
|
|
144
144
|
* @return ChangeTopicCompartmentResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
147
147
|
*/
|
|
148
148
|
changeTopicCompartment(changeTopicCompartmentRequest) {
|
|
149
149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -214,7 +214,7 @@ class NotificationControlPlaneClient {
|
|
|
214
214
|
* @param CreateTopicRequest
|
|
215
215
|
* @return CreateTopicResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
218
218
|
*/
|
|
219
219
|
createTopic(createTopicRequest) {
|
|
220
220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -280,7 +280,7 @@ class NotificationControlPlaneClient {
|
|
|
280
280
|
* @param DeleteTopicRequest
|
|
281
281
|
* @return DeleteTopicResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
284
284
|
*/
|
|
285
285
|
deleteTopic(deleteTopicRequest) {
|
|
286
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -336,7 +336,7 @@ class NotificationControlPlaneClient {
|
|
|
336
336
|
* @param GetTopicRequest
|
|
337
337
|
* @return GetTopicResponse
|
|
338
338
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
340
340
|
*/
|
|
341
341
|
getTopic(getTopicRequest) {
|
|
342
342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -402,7 +402,7 @@ class NotificationControlPlaneClient {
|
|
|
402
402
|
* @param ListTopicsRequest
|
|
403
403
|
* @return ListTopicsResponse
|
|
404
404
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
406
406
|
*/
|
|
407
407
|
listTopics(listTopicsRequest) {
|
|
408
408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -520,7 +520,7 @@ class NotificationControlPlaneClient {
|
|
|
520
520
|
* @param UpdateTopicRequest
|
|
521
521
|
* @return UpdateTopicResponse
|
|
522
522
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
524
524
|
*/
|
|
525
525
|
updateTopic(updateTopicRequest) {
|
|
526
526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -696,7 +696,7 @@ class NotificationDataPlaneClient {
|
|
|
696
696
|
* @param ChangeSubscriptionCompartmentRequest
|
|
697
697
|
* @return ChangeSubscriptionCompartmentResponse
|
|
698
698
|
* @throws OciError when an error occurs
|
|
699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
700
700
|
*/
|
|
701
701
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest) {
|
|
702
702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -758,7 +758,7 @@ class NotificationDataPlaneClient {
|
|
|
758
758
|
* @param CreateSubscriptionRequest
|
|
759
759
|
* @return CreateSubscriptionResponse
|
|
760
760
|
* @throws OciError when an error occurs
|
|
761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
762
762
|
*/
|
|
763
763
|
createSubscription(createSubscriptionRequest) {
|
|
764
764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -824,7 +824,7 @@ class NotificationDataPlaneClient {
|
|
|
824
824
|
* @param DeleteSubscriptionRequest
|
|
825
825
|
* @return DeleteSubscriptionResponse
|
|
826
826
|
* @throws OciError when an error occurs
|
|
827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
828
828
|
*/
|
|
829
829
|
deleteSubscription(deleteSubscriptionRequest) {
|
|
830
830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -882,7 +882,7 @@ class NotificationDataPlaneClient {
|
|
|
882
882
|
* @param GetConfirmSubscriptionRequest
|
|
883
883
|
* @return GetConfirmSubscriptionResponse
|
|
884
884
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
886
886
|
*/
|
|
887
887
|
getConfirmSubscription(getConfirmSubscriptionRequest) {
|
|
888
888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -951,7 +951,7 @@ class NotificationDataPlaneClient {
|
|
|
951
951
|
* @param GetSubscriptionRequest
|
|
952
952
|
* @return GetSubscriptionResponse
|
|
953
953
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
955
955
|
*/
|
|
956
956
|
getSubscription(getSubscriptionRequest) {
|
|
957
957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1017,7 +1017,7 @@ class NotificationDataPlaneClient {
|
|
|
1017
1017
|
* @param GetUnsubscriptionRequest
|
|
1018
1018
|
* @return GetUnsubscriptionResponse
|
|
1019
1019
|
* @throws OciError when an error occurs
|
|
1020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
1021
1021
|
*/
|
|
1022
1022
|
getUnsubscription(getUnsubscriptionRequest) {
|
|
1023
1023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1081,7 +1081,7 @@ class NotificationDataPlaneClient {
|
|
|
1081
1081
|
* @param ListSubscriptionsRequest
|
|
1082
1082
|
* @return ListSubscriptionsResponse
|
|
1083
1083
|
* @throws OciError when an error occurs
|
|
1084
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1085
1085
|
*/
|
|
1086
1086
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1087
1087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1204,7 +1204,7 @@ class NotificationDataPlaneClient {
|
|
|
1204
1204
|
* @param PublishMessageRequest
|
|
1205
1205
|
* @return PublishMessageResponse
|
|
1206
1206
|
* @throws OciError when an error occurs
|
|
1207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
1208
1208
|
*/
|
|
1209
1209
|
publishMessage(publishMessageRequest) {
|
|
1210
1210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1267,7 +1267,7 @@ class NotificationDataPlaneClient {
|
|
|
1267
1267
|
* @param ResendSubscriptionConfirmationRequest
|
|
1268
1268
|
* @return ResendSubscriptionConfirmationResponse
|
|
1269
1269
|
* @throws OciError when an error occurs
|
|
1270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
1271
1271
|
*/
|
|
1272
1272
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest) {
|
|
1273
1273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1328,7 +1328,7 @@ class NotificationDataPlaneClient {
|
|
|
1328
1328
|
* @param UpdateSubscriptionRequest
|
|
1329
1329
|
* @return UpdateSubscriptionResponse
|
|
1330
1330
|
* @throws OciError when an error occurs
|
|
1331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1332
1332
|
*/
|
|
1333
1333
|
updateSubscription(updateSubscriptionRequest) {
|
|
1334
1334
|
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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.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.54.0",
|
|
19
|
+
"oci-workrequests": "2.54.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|