oci-ons 2.76.0 → 2.77.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.
Files changed (105) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +17 -17
  4. package/lib/client.js +17 -17
  5. package/lib/model/backoff-retry-policy.d.ts +2 -2
  6. package/lib/model/backoff-retry-policy.js +1 -1
  7. package/lib/model/change-compartment-details.d.ts +1 -1
  8. package/lib/model/change-compartment-details.js +1 -1
  9. package/lib/model/confirmation-result.d.ts +2 -2
  10. package/lib/model/confirmation-result.js +1 -1
  11. package/lib/model/create-subscription-details.d.ts +11 -11
  12. package/lib/model/create-subscription-details.js +1 -1
  13. package/lib/model/create-topic-details.d.ts +3 -3
  14. package/lib/model/create-topic-details.js +1 -1
  15. package/lib/model/delivery-policy.d.ts +1 -1
  16. package/lib/model/delivery-policy.js +1 -1
  17. package/lib/model/index.d.ts +1 -1
  18. package/lib/model/index.js +1 -1
  19. package/lib/model/message-details.d.ts +1 -1
  20. package/lib/model/message-details.js +1 -1
  21. package/lib/model/notification-topic-summary.d.ts +4 -4
  22. package/lib/model/notification-topic-summary.js +1 -1
  23. package/lib/model/notification-topic.d.ts +4 -4
  24. package/lib/model/notification-topic.js +1 -1
  25. package/lib/model/publish-result.d.ts +1 -1
  26. package/lib/model/publish-result.js +1 -1
  27. package/lib/model/subscription-summary.d.ts +12 -12
  28. package/lib/model/subscription-summary.js +1 -1
  29. package/lib/model/subscription.d.ts +12 -12
  30. package/lib/model/subscription.js +1 -1
  31. package/lib/model/topic-attributes-details.d.ts +3 -3
  32. package/lib/model/topic-attributes-details.js +1 -1
  33. package/lib/model/update-subscription-details.d.ts +3 -3
  34. package/lib/model/update-subscription-details.js +1 -1
  35. package/lib/notificationdataplane-waiter.d.ts +1 -1
  36. package/lib/notificationdataplane-waiter.js +1 -1
  37. package/lib/request/change-subscription-compartment-request.d.ts +3 -3
  38. package/lib/request/change-subscription-compartment-request.js +1 -1
  39. package/lib/request/change-topic-compartment-request.d.ts +3 -3
  40. package/lib/request/change-topic-compartment-request.js +1 -1
  41. package/lib/request/create-subscription-request.d.ts +2 -2
  42. package/lib/request/create-subscription-request.js +1 -1
  43. package/lib/request/create-topic-request.d.ts +2 -2
  44. package/lib/request/create-topic-request.js +1 -1
  45. package/lib/request/delete-subscription-request.d.ts +3 -3
  46. package/lib/request/delete-subscription-request.js +1 -1
  47. package/lib/request/delete-topic-request.d.ts +3 -3
  48. package/lib/request/delete-topic-request.js +1 -1
  49. package/lib/request/get-confirm-subscription-request.d.ts +9 -9
  50. package/lib/request/get-confirm-subscription-request.js +1 -1
  51. package/lib/request/get-subscription-request.d.ts +2 -2
  52. package/lib/request/get-subscription-request.js +1 -1
  53. package/lib/request/get-topic-request.d.ts +2 -2
  54. package/lib/request/get-topic-request.js +1 -1
  55. package/lib/request/get-unsubscription-request.d.ts +9 -9
  56. package/lib/request/get-unsubscription-request.js +1 -1
  57. package/lib/request/index.d.ts +1 -1
  58. package/lib/request/index.js +1 -1
  59. package/lib/request/list-subscriptions-request.d.ts +2 -2
  60. package/lib/request/list-subscriptions-request.js +1 -1
  61. package/lib/request/list-topics-request.d.ts +2 -2
  62. package/lib/request/list-topics-request.js +1 -1
  63. package/lib/request/publish-message-request.d.ts +3 -3
  64. package/lib/request/publish-message-request.js +1 -1
  65. package/lib/request/resend-subscription-confirmation-request.d.ts +2 -2
  66. package/lib/request/resend-subscription-confirmation-request.js +1 -1
  67. package/lib/request/update-subscription-request.d.ts +3 -3
  68. package/lib/request/update-subscription-request.js +1 -1
  69. package/lib/request/update-topic-request.d.ts +3 -3
  70. package/lib/request/update-topic-request.js +1 -1
  71. package/lib/response/change-subscription-compartment-response.d.ts +1 -1
  72. package/lib/response/change-subscription-compartment-response.js +1 -1
  73. package/lib/response/change-topic-compartment-response.d.ts +1 -1
  74. package/lib/response/change-topic-compartment-response.js +1 -1
  75. package/lib/response/create-subscription-response.d.ts +2 -2
  76. package/lib/response/create-subscription-response.js +1 -1
  77. package/lib/response/create-topic-response.d.ts +2 -2
  78. package/lib/response/create-topic-response.js +1 -1
  79. package/lib/response/delete-subscription-response.d.ts +1 -1
  80. package/lib/response/delete-subscription-response.js +1 -1
  81. package/lib/response/delete-topic-response.d.ts +1 -1
  82. package/lib/response/delete-topic-response.js +1 -1
  83. package/lib/response/get-confirm-subscription-response.d.ts +2 -2
  84. package/lib/response/get-confirm-subscription-response.js +1 -1
  85. package/lib/response/get-subscription-response.d.ts +2 -2
  86. package/lib/response/get-subscription-response.js +1 -1
  87. package/lib/response/get-topic-response.d.ts +2 -2
  88. package/lib/response/get-topic-response.js +1 -1
  89. package/lib/response/get-unsubscription-response.d.ts +1 -1
  90. package/lib/response/get-unsubscription-response.js +1 -1
  91. package/lib/response/index.d.ts +1 -1
  92. package/lib/response/index.js +1 -1
  93. package/lib/response/list-subscriptions-response.d.ts +1 -1
  94. package/lib/response/list-subscriptions-response.js +1 -1
  95. package/lib/response/list-topics-response.d.ts +1 -1
  96. package/lib/response/list-topics-response.js +1 -1
  97. package/lib/response/publish-message-response.d.ts +1 -1
  98. package/lib/response/publish-message-response.js +1 -1
  99. package/lib/response/resend-subscription-confirmation-response.d.ts +1 -1
  100. package/lib/response/resend-subscription-confirmation-response.js +1 -1
  101. package/lib/response/update-subscription-response.d.ts +2 -2
  102. package/lib/response/update-subscription-response.js +1 -1
  103. package/lib/response/update-topic-response.d.ts +2 -2
  104. package/lib/response/update-topic-response.js +1 -1
  105. package/package.json +3 -3
@@ -9,7 +9,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -51,14 +51,14 @@ export interface NotificationTopic {
51
51
  */
52
52
  "timeCreated": Date;
53
53
  /**
54
- * For optimistic concurrency control. See `if-match`.
54
+ * For optimistic concurrency control. See {@code if-match}.
55
55
  *
56
56
  */
57
57
  "etag"?: string;
58
58
  /**
59
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.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
60
60
  * <p>
61
- Example: `{\"Department\": \"Finance\"}`
61
+ Example: {@code {\"Department\": \"Finance\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {
@@ -67,7 +67,7 @@ export interface NotificationTopic {
67
67
  /**
68
68
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
70
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
72
72
  */
73
73
  "definedTags"?: {
@@ -10,7 +10,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -10,7 +10,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
@@ -32,13 +32,13 @@ export interface SubscriptionSummary {
32
32
  * The protocol used for the subscription.
33
33
  * <p>
34
34
  Allowed values:
35
- * * `CUSTOM_HTTPS`
36
- * * `EMAIL`
37
- * * `HTTPS` (deprecated; for PagerDuty endpoints, use `PAGERDUTY`)
38
- * * `ORACLE_FUNCTIONS`
39
- * * `PAGERDUTY`
40
- * * `SLACK`
41
- * * `SMS`
35
+ * * {@code CUSTOM_HTTPS}
36
+ * * {@code EMAIL}
37
+ * * {@code HTTPS} (deprecated; for PagerDuty endpoints, use {@code PAGERDUTY})
38
+ * * {@code ORACLE_FUNCTIONS}
39
+ * * {@code PAGERDUTY}
40
+ * * {@code SLACK}
41
+ * * {@code SMS}
42
42
  * <p>
43
43
  For information about subscription protocols, see
44
44
  * [To create a subscription](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
@@ -47,7 +47,7 @@ export interface SubscriptionSummary {
47
47
  "protocol": string;
48
48
  /**
49
49
  * A locator that corresponds to the subscription protocol.
50
- * For example, an email address for a subscription that uses the `EMAIL` protocol, or a URL for a subscription that uses an HTTP-based protocol.
50
+ * For example, an email address for a subscription that uses the {@code EMAIL} protocol, or a URL for a subscription that uses an HTTP-based protocol.
51
51
  *
52
52
  */
53
53
  "endpoint": string;
@@ -67,14 +67,14 @@ export interface SubscriptionSummary {
67
67
  "createdTime"?: number;
68
68
  "deliveryPolicy"?: model.DeliveryPolicy;
69
69
  /**
70
- * For optimistic concurrency control. See `if-match`.
70
+ * For optimistic concurrency control. See {@code if-match}.
71
71
  *
72
72
  */
73
73
  "etag"?: string;
74
74
  /**
75
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.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
76
76
  * <p>
77
- Example: `{\"Department\": \"Finance\"}`
77
+ Example: {@code {\"Department\": \"Finance\"}}
78
78
  *
79
79
  */
80
80
  "freeformTags"?: {
@@ -83,7 +83,7 @@ export interface SubscriptionSummary {
83
83
  /**
84
84
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
85
85
  * <p>
86
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
86
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
87
87
  *
88
88
  */
89
89
  "definedTags"?: {
@@ -10,7 +10,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -32,13 +32,13 @@ export interface Subscription {
32
32
  * The protocol used for the subscription.
33
33
  * <p>
34
34
  Allowed values:
35
- * * `CUSTOM_HTTPS`
36
- * * `EMAIL`
37
- * * `HTTPS` (deprecated; for PagerDuty endpoints, use `PAGERDUTY`)
38
- * * `ORACLE_FUNCTIONS`
39
- * * `PAGERDUTY`
40
- * * `SLACK`
41
- * * `SMS`
35
+ * * {@code CUSTOM_HTTPS}
36
+ * * {@code EMAIL}
37
+ * * {@code HTTPS} (deprecated; for PagerDuty endpoints, use {@code PAGERDUTY})
38
+ * * {@code ORACLE_FUNCTIONS}
39
+ * * {@code PAGERDUTY}
40
+ * * {@code SLACK}
41
+ * * {@code SMS}
42
42
  * <p>
43
43
  For information about subscription protocols, see
44
44
  * [To create a subscription](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
@@ -47,7 +47,7 @@ export interface Subscription {
47
47
  "protocol": string;
48
48
  /**
49
49
  * A locator that corresponds to the subscription protocol.
50
- * For example, an email address for a subscription that uses the `EMAIL` protocol, or a URL for a subscription that uses an HTTP-based protocol.
50
+ * For example, an email address for a subscription that uses the {@code EMAIL} protocol, or a URL for a subscription that uses an HTTP-based protocol.
51
51
  *
52
52
  */
53
53
  "endpoint": string;
@@ -71,14 +71,14 @@ export interface Subscription {
71
71
  */
72
72
  "deliverPolicy"?: string;
73
73
  /**
74
- * For optimistic concurrency control. See `if-match`.
74
+ * For optimistic concurrency control. See {@code if-match}.
75
75
  *
76
76
  */
77
77
  "etag"?: string;
78
78
  /**
79
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.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
- Example: `{\"Department\": \"Finance\"}`
81
+ Example: {@code {\"Department\": \"Finance\"}}
82
82
  *
83
83
  */
84
84
  "freeformTags"?: {
@@ -87,7 +87,7 @@ export interface Subscription {
87
87
  /**
88
88
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
89
89
  * <p>
90
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
90
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
91
91
  *
92
92
  */
93
93
  "definedTags"?: {
@@ -10,7 +10,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  /**
@@ -24,7 +24,7 @@ export interface TopicAttributesDetails {
24
24
  /**
25
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.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
26
26
  * <p>
27
- Example: `{\"Department\": \"Finance\"}`
27
+ Example: {@code {\"Department\": \"Finance\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface TopicAttributesDetails {
33
33
  /**
34
34
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
35
35
  * <p>
36
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
36
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -10,7 +10,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -9,7 +9,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as model from "../model";
@@ -25,7 +25,7 @@ export interface UpdateSubscriptionDetails {
25
25
  /**
26
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.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
27
27
  * <p>
28
- Example: `{\"Department\": \"Finance\"}`
28
+ Example: {@code {\"Department\": \"Finance\"}}
29
29
  *
30
30
  */
31
31
  "freeformTags"?: {
@@ -34,7 +34,7 @@ export interface UpdateSubscriptionDetails {
34
34
  /**
35
35
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
36
36
  * <p>
37
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
37
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
38
38
  *
39
39
  */
40
40
  "definedTags"?: {
@@ -10,7 +10,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -9,7 +9,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
13
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
14
  */
15
15
  import * as serviceRequests from "./request";
@@ -10,7 +10,7 @@ For information about managing topics, subscriptions, and messages, see [Notific
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
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.76.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ChangeSubscriptionCompartment.ts.html |here} to see how to use ChangeSubscriptionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSubscriptionCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ChangeSubscriptionCompartmentRequest extends common.BaseRequest
41
41
  */
42
42
  "opcRequestId"?: string;
43
43
  /**
44
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
44
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
45
45
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
46
46
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
47
47
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
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.76.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/ChangeTopicCompartment.ts.html |here} to see how to use ChangeTopicCompartmentRequest.
17
17
  */
18
18
  export interface ChangeTopicCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ChangeTopicCompartmentRequest extends common.BaseRequest {
41
41
  */
42
42
  "opcRequestId"?: string;
43
43
  /**
44
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
44
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
45
45
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
46
46
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
47
47
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
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.76.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscriptionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/CreateSubscription.ts.html |here} to see how to use CreateSubscriptionRequest.
17
17
  */
18
18
  export interface CreateSubscriptionRequest extends common.BaseRequest {
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
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.76.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopicRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/CreateTopic.ts.html |here} to see how to use CreateTopicRequest.
17
17
  */
18
18
  export interface CreateTopicRequest extends common.BaseRequest {
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
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.76.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/DeleteSubscription.ts.html |here} to see how to use DeleteSubscriptionRequest.
16
16
  */
17
17
  export interface DeleteSubscriptionRequest extends common.BaseRequest {
18
18
  /**
@@ -27,7 +27,7 @@ export interface DeleteSubscriptionRequest extends common.BaseRequest {
27
27
  */
28
28
  "opcRequestId"?: string;
29
29
  /**
30
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
31
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
32
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
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.76.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopicRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/DeleteTopic.ts.html |here} to see how to use DeleteTopicRequest.
16
16
  */
17
17
  export interface DeleteTopicRequest extends common.BaseRequest {
18
18
  /**
@@ -27,7 +27,7 @@ export interface DeleteTopicRequest extends common.BaseRequest {
27
27
  */
28
28
  "opcRequestId"?: string;
29
29
  /**
30
- * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
30
+ * Used for optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
31
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
32
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
33
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
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.76.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetConfirmSubscription.ts.html |here} to see how to use GetConfirmSubscriptionRequest.
16
16
  */
17
17
  export interface GetConfirmSubscriptionRequest extends common.BaseRequest {
18
18
  /**
@@ -28,13 +28,13 @@ export interface GetConfirmSubscriptionRequest extends common.BaseRequest {
28
28
  * The protocol used for the subscription.
29
29
  * <p>
30
30
  Allowed values:
31
- * * `CUSTOM_HTTPS`
32
- * * `EMAIL`
33
- * * `HTTPS` (deprecated; for PagerDuty endpoints, use `PAGERDUTY`)
34
- * * `ORACLE_FUNCTIONS`
35
- * * `PAGERDUTY`
36
- * * `SLACK`
37
- * * `SMS`
31
+ * * {@code CUSTOM_HTTPS}
32
+ * * {@code EMAIL}
33
+ * * {@code HTTPS} (deprecated; for PagerDuty endpoints, use {@code PAGERDUTY})
34
+ * * {@code ORACLE_FUNCTIONS}
35
+ * * {@code PAGERDUTY}
36
+ * * {@code SLACK}
37
+ * * {@code SMS}
38
38
  * <p>
39
39
  For information about subscription protocols, see
40
40
  * [To create a subscription](https://docs.cloud.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
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.76.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
16
16
  */
17
17
  export interface GetSubscriptionRequest extends common.BaseRequest {
18
18
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
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.76.0/ons/GetTopic.ts.html |here} to see how to use GetTopicRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/ons/GetTopic.ts.html |here} to see how to use GetTopicRequest.
16
16
  */
17
17
  export interface GetTopicRequest extends common.BaseRequest {
18
18
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });