oci-ons 2.102.2 → 2.104.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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +25 -25
- package/lib/client.js +25 -25
- package/lib/model/backoff-retry-policy.d.ts +2 -2
- package/lib/model/backoff-retry-policy.js +1 -1
- package/lib/model/change-compartment-details.d.ts +2 -2
- package/lib/model/change-compartment-details.js +1 -1
- package/lib/model/confirmation-result.d.ts +4 -4
- package/lib/model/confirmation-result.js +1 -1
- package/lib/model/create-subscription-details.d.ts +7 -7
- package/lib/model/create-subscription-details.js +1 -1
- package/lib/model/create-topic-details.d.ts +4 -4
- package/lib/model/create-topic-details.js +1 -1
- package/lib/model/delivery-policy.d.ts +1 -1
- package/lib/model/delivery-policy.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/message-details.d.ts +1 -1
- package/lib/model/message-details.js +1 -1
- package/lib/model/notification-topic-summary.d.ts +5 -5
- package/lib/model/notification-topic-summary.js +1 -1
- package/lib/model/notification-topic.d.ts +6 -6
- package/lib/model/notification-topic.js +1 -1
- package/lib/model/publish-result.d.ts +1 -1
- package/lib/model/publish-result.js +1 -1
- package/lib/model/subscription-summary.d.ts +7 -7
- package/lib/model/subscription-summary.js +1 -1
- package/lib/model/subscription.d.ts +8 -8
- package/lib/model/subscription.js +1 -1
- package/lib/model/topic-attributes-details.d.ts +3 -3
- package/lib/model/topic-attributes-details.js +1 -1
- package/lib/model/update-subscription-details.d.ts +3 -3
- package/lib/model/update-subscription-details.js +1 -1
- package/lib/notificationdataplane-waiter.d.ts +1 -1
- package/lib/notificationdataplane-waiter.js +1 -1
- package/lib/request/change-subscription-compartment-request.d.ts +2 -2
- package/lib/request/change-topic-compartment-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/delete-topic-request.d.ts +2 -2
- package/lib/request/get-confirm-subscription-request.d.ts +3 -3
- package/lib/request/get-subscription-request.d.ts +2 -2
- package/lib/request/get-topic-request.d.ts +2 -2
- package/lib/request/get-unsubscription-request.d.ts +3 -3
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-subscriptions-request.d.ts +4 -4
- package/lib/request/list-topics-request.d.ts +4 -4
- package/lib/request/publish-message-request.d.ts +2 -2
- package/lib/request/resend-subscription-confirmation-request.d.ts +2 -2
- package/lib/request/update-subscription-request.d.ts +2 -2
- package/lib/request/update-topic-request.d.ts +2 -2
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-subscriptions-response.d.ts +1 -1
- package/lib/response/list-topics-response.d.ts +2 -2
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -22,7 +22,7 @@ export interface CreateTopicDetails {
|
|
|
22
22
|
*/
|
|
23
23
|
"name": string;
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the topic in.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"compartmentId": string;
|
|
@@ -31,7 +31,7 @@ export interface CreateTopicDetails {
|
|
|
31
31
|
*/
|
|
32
32
|
"description"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
34
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
35
35
|
* <p>
|
|
36
36
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
37
37
|
*
|
|
@@ -40,7 +40,7 @@ export interface CreateTopicDetails {
|
|
|
40
40
|
[key: string]: string;
|
|
41
41
|
};
|
|
42
42
|
/**
|
|
43
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
43
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
44
44
|
* <p>
|
|
45
45
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
46
46
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
package/lib/model/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
package/lib/model/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -23,7 +23,7 @@ export interface NotificationTopicSummary {
|
|
|
23
23
|
*/
|
|
24
24
|
"name": string;
|
|
25
25
|
/**
|
|
26
|
-
* The [OCID](https://docs.
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"topicId": string;
|
|
@@ -33,7 +33,7 @@ export interface NotificationTopicSummary {
|
|
|
33
33
|
*/
|
|
34
34
|
"shortTopicId"?: string;
|
|
35
35
|
/**
|
|
36
|
-
* The [OCID](https://docs.
|
|
36
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the topic.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"compartmentId": string;
|
|
@@ -56,7 +56,7 @@ export interface NotificationTopicSummary {
|
|
|
56
56
|
*/
|
|
57
57
|
"etag"?: string;
|
|
58
58
|
/**
|
|
59
|
-
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
59
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
60
60
|
* <p>
|
|
61
61
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
62
62
|
*
|
|
@@ -65,7 +65,7 @@ export interface NotificationTopicSummary {
|
|
|
65
65
|
[key: string]: string;
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
68
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
68
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
69
|
* <p>
|
|
70
70
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
71
71
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
|
|
|
14
14
|
*/
|
|
15
15
|
/**
|
|
16
16
|
* The properties that define a topic. For general information about topics, see
|
|
17
|
-
* [Notifications Overview](https://docs.
|
|
17
|
+
* [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
export interface NotificationTopic {
|
|
@@ -23,7 +23,7 @@ export interface NotificationTopic {
|
|
|
23
23
|
*/
|
|
24
24
|
"name": string;
|
|
25
25
|
/**
|
|
26
|
-
* The [OCID](https://docs.
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"topicId": string;
|
|
@@ -33,7 +33,7 @@ export interface NotificationTopic {
|
|
|
33
33
|
*/
|
|
34
34
|
"shortTopicId"?: string;
|
|
35
35
|
/**
|
|
36
|
-
* The [OCID](https://docs.
|
|
36
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the topic.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"compartmentId": string;
|
|
@@ -56,7 +56,7 @@ export interface NotificationTopic {
|
|
|
56
56
|
*/
|
|
57
57
|
"etag"?: string;
|
|
58
58
|
/**
|
|
59
|
-
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
59
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
60
60
|
* <p>
|
|
61
61
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
62
62
|
*
|
|
@@ -65,7 +65,7 @@ export interface NotificationTopic {
|
|
|
65
65
|
[key: string]: string;
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
68
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
68
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
69
|
* <p>
|
|
70
70
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
71
71
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -19,12 +19,12 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface SubscriptionSummary {
|
|
21
21
|
/**
|
|
22
|
-
* The [OCID](https://docs.
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"id": string;
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated topic.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"topicId": string;
|
|
@@ -41,7 +41,7 @@ export interface SubscriptionSummary {
|
|
|
41
41
|
* * {@code SMS}
|
|
42
42
|
* <p>
|
|
43
43
|
For information about subscription protocols, see
|
|
44
|
-
* [To create a subscription](https://docs.
|
|
44
|
+
* [To create a subscription](https://docs.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"protocol": string;
|
|
@@ -57,7 +57,7 @@ export interface SubscriptionSummary {
|
|
|
57
57
|
*/
|
|
58
58
|
"lifecycleState": SubscriptionSummary.LifecycleState;
|
|
59
59
|
/**
|
|
60
|
-
* The [OCID](https://docs.
|
|
60
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the subscription.
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
"compartmentId": string;
|
|
@@ -72,7 +72,7 @@ export interface SubscriptionSummary {
|
|
|
72
72
|
*/
|
|
73
73
|
"etag"?: string;
|
|
74
74
|
/**
|
|
75
|
-
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
75
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
76
76
|
* <p>
|
|
77
77
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
78
78
|
*
|
|
@@ -81,7 +81,7 @@ export interface SubscriptionSummary {
|
|
|
81
81
|
[key: string]: string;
|
|
82
82
|
};
|
|
83
83
|
/**
|
|
84
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
84
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
85
85
|
* <p>
|
|
86
86
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
87
87
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -14,17 +14,17 @@ For information about managing topics, subscriptions, and messages, see [Notific
|
|
|
14
14
|
*/
|
|
15
15
|
/**
|
|
16
16
|
* The subscription's configuration. For general information about subscriptions, see
|
|
17
|
-
* [Notifications Overview](https://docs.
|
|
17
|
+
* [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
export interface Subscription {
|
|
21
21
|
/**
|
|
22
|
-
* The [OCID](https://docs.
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"id": string;
|
|
26
26
|
/**
|
|
27
|
-
* The [OCID](https://docs.
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated topic.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"topicId": string;
|
|
@@ -41,7 +41,7 @@ export interface Subscription {
|
|
|
41
41
|
* * {@code SMS}
|
|
42
42
|
* <p>
|
|
43
43
|
For information about subscription protocols, see
|
|
44
|
-
* [To create a subscription](https://docs.
|
|
44
|
+
* [To create a subscription](https://docs.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"protocol": string;
|
|
@@ -57,7 +57,7 @@ export interface Subscription {
|
|
|
57
57
|
*/
|
|
58
58
|
"lifecycleState": Subscription.LifecycleState;
|
|
59
59
|
/**
|
|
60
|
-
* The [OCID](https://docs.
|
|
60
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment for the subscription.
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
"compartmentId": string;
|
|
@@ -76,7 +76,7 @@ export interface Subscription {
|
|
|
76
76
|
*/
|
|
77
77
|
"etag"?: string;
|
|
78
78
|
/**
|
|
79
|
-
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
79
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
80
80
|
* <p>
|
|
81
81
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
82
82
|
*
|
|
@@ -85,7 +85,7 @@ export interface Subscription {
|
|
|
85
85
|
[key: string]: string;
|
|
86
86
|
};
|
|
87
87
|
/**
|
|
88
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
88
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
89
89
|
* <p>
|
|
90
90
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
91
91
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -22,7 +22,7 @@ export interface TopicAttributesDetails {
|
|
|
22
22
|
*/
|
|
23
23
|
"description": string;
|
|
24
24
|
/**
|
|
25
|
-
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
25
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
26
26
|
* <p>
|
|
27
27
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
28
28
|
*
|
|
@@ -31,7 +31,7 @@ export interface TopicAttributesDetails {
|
|
|
31
31
|
[key: string]: string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
34
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
35
35
|
* <p>
|
|
36
36
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
37
37
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -23,7 +23,7 @@ export interface UpdateSubscriptionDetails {
|
|
|
23
23
|
*/
|
|
24
24
|
"deliveryPolicy"?: model.DeliveryPolicy;
|
|
25
25
|
/**
|
|
26
|
-
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
26
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
27
27
|
* <p>
|
|
28
28
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
29
29
|
*
|
|
@@ -32,7 +32,7 @@ export interface UpdateSubscriptionDetails {
|
|
|
32
32
|
[key: string]: string;
|
|
33
33
|
};
|
|
34
34
|
/**
|
|
35
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.
|
|
35
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
36
36
|
* <p>
|
|
37
37
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
38
38
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeSubscriptionCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to move.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"subscriptionId": string;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeTopicCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to move.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"topicId": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/CreateTopic.ts.html |here} to see how to use CreateTopicRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateTopicRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to delete.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"subscriptionId": string;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopicRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteTopicRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to delete.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"topicId": string;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetConfirmSubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to get the confirmation details for.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"id": string;
|
|
@@ -37,7 +37,7 @@ export interface GetConfirmSubscriptionRequest extends common.BaseRequest {
|
|
|
37
37
|
* * {@code SMS}
|
|
38
38
|
* <p>
|
|
39
39
|
For information about subscription protocols, see
|
|
40
|
-
* [To create a subscription](https://docs.
|
|
40
|
+
* [To create a subscription](https://docs.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"protocol": string;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to retrieve.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"subscriptionId": string;
|