oci-ons 2.62.1 → 2.62.3
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
|
@@ -79,7 +79,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
79
79
|
* @param ChangeTopicCompartmentRequest
|
|
80
80
|
* @return ChangeTopicCompartmentResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
83
83
|
*/
|
|
84
84
|
changeTopicCompartment(changeTopicCompartmentRequest: requests.ChangeTopicCompartmentRequest): Promise<responses.ChangeTopicCompartmentResponse>;
|
|
85
85
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
102
102
|
* @param CreateTopicRequest
|
|
103
103
|
* @return CreateTopicResponse
|
|
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.62.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
106
106
|
*/
|
|
107
107
|
createTopic(createTopicRequest: requests.CreateTopicRequest): Promise<responses.CreateTopicResponse>;
|
|
108
108
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
114
114
|
* @param DeleteTopicRequest
|
|
115
115
|
* @return DeleteTopicResponse
|
|
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.62.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
118
118
|
*/
|
|
119
119
|
deleteTopic(deleteTopicRequest: requests.DeleteTopicRequest): Promise<responses.DeleteTopicResponse>;
|
|
120
120
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
124
124
|
* @param GetTopicRequest
|
|
125
125
|
* @return GetTopicResponse
|
|
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.62.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
128
128
|
*/
|
|
129
129
|
getTopic(getTopicRequest: requests.GetTopicRequest): Promise<responses.GetTopicResponse>;
|
|
130
130
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
136
136
|
* @param ListTopicsRequest
|
|
137
137
|
* @return ListTopicsResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
140
140
|
*/
|
|
141
141
|
listTopics(listTopicsRequest: requests.ListTopicsRequest): Promise<responses.ListTopicsResponse>;
|
|
142
142
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class NotificationControlPlaneClient {
|
|
|
180
180
|
* @param UpdateTopicRequest
|
|
181
181
|
* @return UpdateTopicResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
184
184
|
*/
|
|
185
185
|
updateTopic(updateTopicRequest: requests.UpdateTopicRequest): Promise<responses.UpdateTopicResponse>;
|
|
186
186
|
}
|
|
@@ -260,7 +260,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
260
260
|
* @param ChangeSubscriptionCompartmentRequest
|
|
261
261
|
* @return ChangeSubscriptionCompartmentResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
264
264
|
*/
|
|
265
265
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest: requests.ChangeSubscriptionCompartmentRequest): Promise<responses.ChangeSubscriptionCompartmentResponse>;
|
|
266
266
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
274
274
|
* @param CreateSubscriptionRequest
|
|
275
275
|
* @return CreateSubscriptionResponse
|
|
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.62.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
278
278
|
*/
|
|
279
279
|
createSubscription(createSubscriptionRequest: requests.CreateSubscriptionRequest): Promise<responses.CreateSubscriptionResponse>;
|
|
280
280
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
286
286
|
* @param DeleteSubscriptionRequest
|
|
287
287
|
* @return DeleteSubscriptionResponse
|
|
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.62.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
290
290
|
*/
|
|
291
291
|
deleteSubscription(deleteSubscriptionRequest: requests.DeleteSubscriptionRequest): Promise<responses.DeleteSubscriptionResponse>;
|
|
292
292
|
/**
|
|
@@ -298,7 +298,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
298
298
|
* @param GetConfirmSubscriptionRequest
|
|
299
299
|
* @return GetConfirmSubscriptionResponse
|
|
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.62.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
302
302
|
*/
|
|
303
303
|
getConfirmSubscription(getConfirmSubscriptionRequest: requests.GetConfirmSubscriptionRequest): Promise<responses.GetConfirmSubscriptionResponse>;
|
|
304
304
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
310
310
|
* @param GetSubscriptionRequest
|
|
311
311
|
* @return GetSubscriptionResponse
|
|
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.62.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
314
314
|
*/
|
|
315
315
|
getSubscription(getSubscriptionRequest: requests.GetSubscriptionRequest): Promise<responses.GetSubscriptionResponse>;
|
|
316
316
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
322
322
|
* @param GetUnsubscriptionRequest
|
|
323
323
|
* @return GetUnsubscriptionResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
326
326
|
*/
|
|
327
327
|
getUnsubscription(getUnsubscriptionRequest: requests.GetUnsubscriptionRequest): Promise<responses.GetUnsubscriptionResponse>;
|
|
328
328
|
/**
|
|
@@ -334,7 +334,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
334
334
|
* @param ListSubscriptionsRequest
|
|
335
335
|
* @return ListSubscriptionsResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
338
338
|
*/
|
|
339
339
|
listSubscriptions(listSubscriptionsRequest: requests.ListSubscriptionsRequest): Promise<responses.ListSubscriptionsResponse>;
|
|
340
340
|
/**
|
|
@@ -392,7 +392,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
392
392
|
* @param PublishMessageRequest
|
|
393
393
|
* @return PublishMessageResponse
|
|
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.62.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
396
396
|
*/
|
|
397
397
|
publishMessage(publishMessageRequest: requests.PublishMessageRequest): Promise<responses.PublishMessageResponse>;
|
|
398
398
|
/**
|
|
@@ -404,7 +404,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
404
404
|
* @param ResendSubscriptionConfirmationRequest
|
|
405
405
|
* @return ResendSubscriptionConfirmationResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
408
408
|
*/
|
|
409
409
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest: requests.ResendSubscriptionConfirmationRequest): Promise<responses.ResendSubscriptionConfirmationResponse>;
|
|
410
410
|
/**
|
|
@@ -416,7 +416,7 @@ export declare class NotificationDataPlaneClient {
|
|
|
416
416
|
* @param UpdateSubscriptionRequest
|
|
417
417
|
* @return UpdateSubscriptionResponse
|
|
418
418
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
420
420
|
*/
|
|
421
421
|
updateSubscription(updateSubscriptionRequest: requests.UpdateSubscriptionRequest): Promise<responses.UpdateSubscriptionResponse>;
|
|
422
422
|
}
|
package/lib/client.js
CHANGED
|
@@ -166,7 +166,7 @@ class NotificationControlPlaneClient {
|
|
|
166
166
|
* @param ChangeTopicCompartmentRequest
|
|
167
167
|
* @return ChangeTopicCompartmentResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartment API.
|
|
170
170
|
*/
|
|
171
171
|
changeTopicCompartment(changeTopicCompartmentRequest) {
|
|
172
172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -237,7 +237,7 @@ class NotificationControlPlaneClient {
|
|
|
237
237
|
* @param CreateTopicRequest
|
|
238
238
|
* @return CreateTopicResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/CreateTopic.ts.html |here} to see how to use CreateTopic API.
|
|
241
241
|
*/
|
|
242
242
|
createTopic(createTopicRequest) {
|
|
243
243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -303,7 +303,7 @@ class NotificationControlPlaneClient {
|
|
|
303
303
|
* @param DeleteTopicRequest
|
|
304
304
|
* @return DeleteTopicResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopic API.
|
|
307
307
|
*/
|
|
308
308
|
deleteTopic(deleteTopicRequest) {
|
|
309
309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -359,7 +359,7 @@ class NotificationControlPlaneClient {
|
|
|
359
359
|
* @param GetTopicRequest
|
|
360
360
|
* @return GetTopicResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetTopic.ts.html |here} to see how to use GetTopic API.
|
|
363
363
|
*/
|
|
364
364
|
getTopic(getTopicRequest) {
|
|
365
365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -425,7 +425,7 @@ class NotificationControlPlaneClient {
|
|
|
425
425
|
* @param ListTopicsRequest
|
|
426
426
|
* @return ListTopicsResponse
|
|
427
427
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ListTopics.ts.html |here} to see how to use ListTopics API.
|
|
429
429
|
*/
|
|
430
430
|
listTopics(listTopicsRequest) {
|
|
431
431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -543,7 +543,7 @@ class NotificationControlPlaneClient {
|
|
|
543
543
|
* @param UpdateTopicRequest
|
|
544
544
|
* @return UpdateTopicResponse
|
|
545
545
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopic API.
|
|
547
547
|
*/
|
|
548
548
|
updateTopic(updateTopicRequest) {
|
|
549
549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -742,7 +742,7 @@ class NotificationDataPlaneClient {
|
|
|
742
742
|
* @param ChangeSubscriptionCompartmentRequest
|
|
743
743
|
* @return ChangeSubscriptionCompartmentResponse
|
|
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.62.
|
|
745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartment API.
|
|
746
746
|
*/
|
|
747
747
|
changeSubscriptionCompartment(changeSubscriptionCompartmentRequest) {
|
|
748
748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -804,7 +804,7 @@ class NotificationDataPlaneClient {
|
|
|
804
804
|
* @param CreateSubscriptionRequest
|
|
805
805
|
* @return CreateSubscriptionResponse
|
|
806
806
|
* @throws OciError when an error occurs
|
|
807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscription API.
|
|
808
808
|
*/
|
|
809
809
|
createSubscription(createSubscriptionRequest) {
|
|
810
810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -870,7 +870,7 @@ class NotificationDataPlaneClient {
|
|
|
870
870
|
* @param DeleteSubscriptionRequest
|
|
871
871
|
* @return DeleteSubscriptionResponse
|
|
872
872
|
* @throws OciError when an error occurs
|
|
873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscription API.
|
|
874
874
|
*/
|
|
875
875
|
deleteSubscription(deleteSubscriptionRequest) {
|
|
876
876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +928,7 @@ class NotificationDataPlaneClient {
|
|
|
928
928
|
* @param GetConfirmSubscriptionRequest
|
|
929
929
|
* @return GetConfirmSubscriptionResponse
|
|
930
930
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscription API.
|
|
932
932
|
*/
|
|
933
933
|
getConfirmSubscription(getConfirmSubscriptionRequest) {
|
|
934
934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -997,7 +997,7 @@ class NotificationDataPlaneClient {
|
|
|
997
997
|
* @param GetSubscriptionRequest
|
|
998
998
|
* @return GetSubscriptionResponse
|
|
999
999
|
* @throws OciError when an error occurs
|
|
1000
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetSubscription.ts.html |here} to see how to use GetSubscription API.
|
|
1001
1001
|
*/
|
|
1002
1002
|
getSubscription(getSubscriptionRequest) {
|
|
1003
1003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1063,7 +1063,7 @@ class NotificationDataPlaneClient {
|
|
|
1063
1063
|
* @param GetUnsubscriptionRequest
|
|
1064
1064
|
* @return GetUnsubscriptionResponse
|
|
1065
1065
|
* @throws OciError when an error occurs
|
|
1066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscription API.
|
|
1067
1067
|
*/
|
|
1068
1068
|
getUnsubscription(getUnsubscriptionRequest) {
|
|
1069
1069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1127,7 +1127,7 @@ class NotificationDataPlaneClient {
|
|
|
1127
1127
|
* @param ListSubscriptionsRequest
|
|
1128
1128
|
* @return ListSubscriptionsResponse
|
|
1129
1129
|
* @throws OciError when an error occurs
|
|
1130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptions API.
|
|
1131
1131
|
*/
|
|
1132
1132
|
listSubscriptions(listSubscriptionsRequest) {
|
|
1133
1133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1250,7 +1250,7 @@ class NotificationDataPlaneClient {
|
|
|
1250
1250
|
* @param PublishMessageRequest
|
|
1251
1251
|
* @return PublishMessageResponse
|
|
1252
1252
|
* @throws OciError when an error occurs
|
|
1253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/PublishMessage.ts.html |here} to see how to use PublishMessage API.
|
|
1254
1254
|
*/
|
|
1255
1255
|
publishMessage(publishMessageRequest) {
|
|
1256
1256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1313,7 +1313,7 @@ class NotificationDataPlaneClient {
|
|
|
1313
1313
|
* @param ResendSubscriptionConfirmationRequest
|
|
1314
1314
|
* @return ResendSubscriptionConfirmationResponse
|
|
1315
1315
|
* @throws OciError when an error occurs
|
|
1316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmation API.
|
|
1317
1317
|
*/
|
|
1318
1318
|
resendSubscriptionConfirmation(resendSubscriptionConfirmationRequest) {
|
|
1319
1319
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1374,7 +1374,7 @@ class NotificationDataPlaneClient {
|
|
|
1374
1374
|
* @param UpdateSubscriptionRequest
|
|
1375
1375
|
* @return UpdateSubscriptionResponse
|
|
1376
1376
|
* @throws OciError when an error occurs
|
|
1377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
1377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscription API.
|
|
1378
1378
|
*/
|
|
1379
1379
|
updateSubscription(updateSubscriptionRequest) {
|
|
1380
1380
|
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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/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.62.
|
|
3
|
+
"version": "2.62.3",
|
|
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.62.
|
|
19
|
-
"oci-workrequests": "2.62.
|
|
18
|
+
"oci-common": "2.62.3",
|
|
19
|
+
"oci-workrequests": "2.62.3"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|