oci-announcementsservice 2.76.1 → 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.
- package/lib/client.d.ts +17 -17
- package/lib/client.js +17 -17
- package/lib/model/announcement-subscription-summary.d.ts +3 -3
- package/lib/model/announcement-subscription.d.ts +3 -3
- package/lib/model/announcement-user-status-details.d.ts +1 -1
- package/lib/model/base-announcement.d.ts +10 -10
- package/lib/model/base-announcements-preferences.d.ts +1 -1
- package/lib/model/base-create-announcements-preferences-details.d.ts +1 -1
- package/lib/model/create-announcement-subscription-details.d.ts +2 -2
- package/lib/model/update-announcement-subscription-details.d.ts +2 -2
- package/lib/request/change-announcement-subscription-compartment-request.d.ts +1 -1
- package/lib/request/create-announcement-subscription-request.d.ts +1 -1
- package/lib/request/create-announcements-preference-request.d.ts +1 -1
- package/lib/request/create-filter-group-request.d.ts +1 -1
- package/lib/request/delete-announcement-subscription-request.d.ts +1 -1
- package/lib/request/delete-filter-group-request.d.ts +1 -1
- package/lib/request/get-announcement-request.d.ts +1 -1
- package/lib/request/get-announcement-subscription-request.d.ts +1 -1
- package/lib/request/get-announcement-user-status-request.d.ts +1 -1
- package/lib/request/get-announcements-preference-request.d.ts +1 -1
- package/lib/request/list-announcement-subscriptions-request.d.ts +2 -2
- package/lib/request/list-announcements-preferences-request.d.ts +2 -2
- package/lib/request/list-announcements-request.d.ts +5 -5
- package/lib/request/update-announcement-subscription-request.d.ts +1 -1
- package/lib/request/update-announcement-user-status-request.d.ts +1 -1
- package/lib/request/update-announcements-preference-request.d.ts +1 -1
- package/lib/request/update-filter-group-request.d.ts +1 -1
- package/lib/response/change-announcement-subscription-compartment-response.d.ts +1 -1
- package/lib/response/create-announcement-subscription-response.d.ts +1 -1
- package/lib/response/create-announcements-preference-response.d.ts +1 -1
- package/lib/response/create-filter-group-response.d.ts +1 -1
- package/lib/response/delete-filter-group-response.d.ts +1 -1
- package/lib/response/get-announcement-response.d.ts +1 -1
- package/lib/response/get-announcement-subscription-response.d.ts +1 -1
- package/lib/response/get-announcement-user-status-response.d.ts +1 -1
- package/lib/response/get-announcements-preference-response.d.ts +1 -1
- package/lib/response/list-announcement-subscriptions-response.d.ts +1 -1
- package/lib/response/list-announcements-preferences-response.d.ts +1 -1
- package/lib/response/list-announcements-response.d.ts +2 -2
- package/lib/response/update-announcement-subscription-response.d.ts +1 -1
- package/lib/response/update-announcement-user-status-response.d.ts +1 -1
- package/lib/response/update-announcements-preference-response.d.ts +1 -1
- package/lib/response/update-filter-group-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ export declare class AnnouncementClient {
|
|
|
76
76
|
* @param GetAnnouncementRequest
|
|
77
77
|
* @return GetAnnouncementResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncement.ts.html |here} to see how to use GetAnnouncement API.
|
|
80
80
|
*/
|
|
81
81
|
getAnnouncement(getAnnouncementRequest: requests.GetAnnouncementRequest): Promise<responses.GetAnnouncementResponse>;
|
|
82
82
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class AnnouncementClient {
|
|
|
88
88
|
* @param GetAnnouncementUserStatusRequest
|
|
89
89
|
* @return GetAnnouncementUserStatusResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementUserStatus.ts.html |here} to see how to use GetAnnouncementUserStatus API.
|
|
92
92
|
*/
|
|
93
93
|
getAnnouncementUserStatus(getAnnouncementUserStatusRequest: requests.GetAnnouncementUserStatusRequest): Promise<responses.GetAnnouncementUserStatusResponse>;
|
|
94
94
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class AnnouncementClient {
|
|
|
100
100
|
* @param ListAnnouncementsRequest
|
|
101
101
|
* @return ListAnnouncementsResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
104
104
|
*/
|
|
105
105
|
listAnnouncements(listAnnouncementsRequest: requests.ListAnnouncementsRequest): Promise<responses.ListAnnouncementsResponse>;
|
|
106
106
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class AnnouncementClient {
|
|
|
112
112
|
* @param UpdateAnnouncementUserStatusRequest
|
|
113
113
|
* @return UpdateAnnouncementUserStatusResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementUserStatus.ts.html |here} to see how to use UpdateAnnouncementUserStatus API.
|
|
116
116
|
*/
|
|
117
117
|
updateAnnouncementUserStatus(updateAnnouncementUserStatusRequest: requests.UpdateAnnouncementUserStatusRequest): Promise<responses.UpdateAnnouncementUserStatusResponse>;
|
|
118
118
|
}
|
|
@@ -191,7 +191,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
191
191
|
* @param ChangeAnnouncementSubscriptionCompartmentRequest
|
|
192
192
|
* @return ChangeAnnouncementSubscriptionCompartmentResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ChangeAnnouncementSubscriptionCompartment.ts.html |here} to see how to use ChangeAnnouncementSubscriptionCompartment API.
|
|
195
195
|
*/
|
|
196
196
|
changeAnnouncementSubscriptionCompartment(changeAnnouncementSubscriptionCompartmentRequest: requests.ChangeAnnouncementSubscriptionCompartmentRequest): Promise<responses.ChangeAnnouncementSubscriptionCompartmentResponse>;
|
|
197
197
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
203
203
|
* @param CreateAnnouncementSubscriptionRequest
|
|
204
204
|
* @return CreateAnnouncementSubscriptionResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateAnnouncementSubscription.ts.html |here} to see how to use CreateAnnouncementSubscription API.
|
|
207
207
|
*/
|
|
208
208
|
createAnnouncementSubscription(createAnnouncementSubscriptionRequest: requests.CreateAnnouncementSubscriptionRequest): Promise<responses.CreateAnnouncementSubscriptionResponse>;
|
|
209
209
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
215
215
|
* @param CreateFilterGroupRequest
|
|
216
216
|
* @return CreateFilterGroupResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateFilterGroup.ts.html |here} to see how to use CreateFilterGroup API.
|
|
219
219
|
*/
|
|
220
220
|
createFilterGroup(createFilterGroupRequest: requests.CreateFilterGroupRequest): Promise<responses.CreateFilterGroupResponse>;
|
|
221
221
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
227
227
|
* @param DeleteAnnouncementSubscriptionRequest
|
|
228
228
|
* @return DeleteAnnouncementSubscriptionResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/DeleteAnnouncementSubscription.ts.html |here} to see how to use DeleteAnnouncementSubscription API.
|
|
231
231
|
*/
|
|
232
232
|
deleteAnnouncementSubscription(deleteAnnouncementSubscriptionRequest: requests.DeleteAnnouncementSubscriptionRequest): Promise<responses.DeleteAnnouncementSubscriptionResponse>;
|
|
233
233
|
/**
|
|
@@ -239,7 +239,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
239
239
|
* @param DeleteFilterGroupRequest
|
|
240
240
|
* @return DeleteFilterGroupResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/DeleteFilterGroup.ts.html |here} to see how to use DeleteFilterGroup API.
|
|
243
243
|
*/
|
|
244
244
|
deleteFilterGroup(deleteFilterGroupRequest: requests.DeleteFilterGroupRequest): Promise<responses.DeleteFilterGroupResponse>;
|
|
245
245
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
251
251
|
* @param GetAnnouncementSubscriptionRequest
|
|
252
252
|
* @return GetAnnouncementSubscriptionResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementSubscription.ts.html |here} to see how to use GetAnnouncementSubscription API.
|
|
255
255
|
*/
|
|
256
256
|
getAnnouncementSubscription(getAnnouncementSubscriptionRequest: requests.GetAnnouncementSubscriptionRequest): Promise<responses.GetAnnouncementSubscriptionResponse>;
|
|
257
257
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
263
263
|
* @param ListAnnouncementSubscriptionsRequest
|
|
264
264
|
* @return ListAnnouncementSubscriptionsResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptions API.
|
|
267
267
|
*/
|
|
268
268
|
listAnnouncementSubscriptions(listAnnouncementSubscriptionsRequest: requests.ListAnnouncementSubscriptionsRequest): Promise<responses.ListAnnouncementSubscriptionsResponse>;
|
|
269
269
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
275
275
|
* @param UpdateAnnouncementSubscriptionRequest
|
|
276
276
|
* @return UpdateAnnouncementSubscriptionResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementSubscription.ts.html |here} to see how to use UpdateAnnouncementSubscription API.
|
|
279
279
|
*/
|
|
280
280
|
updateAnnouncementSubscription(updateAnnouncementSubscriptionRequest: requests.UpdateAnnouncementSubscriptionRequest): Promise<responses.UpdateAnnouncementSubscriptionResponse>;
|
|
281
281
|
/**
|
|
@@ -287,7 +287,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
287
287
|
* @param UpdateFilterGroupRequest
|
|
288
288
|
* @return UpdateFilterGroupResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroup API.
|
|
291
291
|
*/
|
|
292
292
|
updateFilterGroup(updateFilterGroupRequest: requests.UpdateFilterGroupRequest): Promise<responses.UpdateFilterGroupResponse>;
|
|
293
293
|
}
|
|
@@ -352,7 +352,7 @@ export declare class AnnouncementsPreferencesClient {
|
|
|
352
352
|
* @param CreateAnnouncementsPreferenceRequest
|
|
353
353
|
* @return CreateAnnouncementsPreferenceResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateAnnouncementsPreference.ts.html |here} to see how to use CreateAnnouncementsPreference API.
|
|
356
356
|
*/
|
|
357
357
|
createAnnouncementsPreference(createAnnouncementsPreferenceRequest: requests.CreateAnnouncementsPreferenceRequest): Promise<responses.CreateAnnouncementsPreferenceResponse>;
|
|
358
358
|
/**
|
|
@@ -364,7 +364,7 @@ export declare class AnnouncementsPreferencesClient {
|
|
|
364
364
|
* @param GetAnnouncementsPreferenceRequest
|
|
365
365
|
* @return GetAnnouncementsPreferenceResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementsPreference.ts.html |here} to see how to use GetAnnouncementsPreference API.
|
|
368
368
|
*/
|
|
369
369
|
getAnnouncementsPreference(getAnnouncementsPreferenceRequest: requests.GetAnnouncementsPreferenceRequest): Promise<responses.GetAnnouncementsPreferenceResponse>;
|
|
370
370
|
/**
|
|
@@ -376,7 +376,7 @@ export declare class AnnouncementsPreferencesClient {
|
|
|
376
376
|
* @param ListAnnouncementsPreferencesRequest
|
|
377
377
|
* @return ListAnnouncementsPreferencesResponse
|
|
378
378
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferences API.
|
|
380
380
|
*/
|
|
381
381
|
listAnnouncementsPreferences(listAnnouncementsPreferencesRequest: requests.ListAnnouncementsPreferencesRequest): Promise<responses.ListAnnouncementsPreferencesResponse>;
|
|
382
382
|
/**
|
|
@@ -420,7 +420,7 @@ export declare class AnnouncementsPreferencesClient {
|
|
|
420
420
|
* @param UpdateAnnouncementsPreferenceRequest
|
|
421
421
|
* @return UpdateAnnouncementsPreferenceResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreference API.
|
|
424
424
|
*/
|
|
425
425
|
updateAnnouncementsPreference(updateAnnouncementsPreferenceRequest: requests.UpdateAnnouncementsPreferenceRequest): Promise<responses.UpdateAnnouncementsPreferenceResponse>;
|
|
426
426
|
}
|
package/lib/client.js
CHANGED
|
@@ -170,7 +170,7 @@ class AnnouncementClient {
|
|
|
170
170
|
* @param GetAnnouncementRequest
|
|
171
171
|
* @return GetAnnouncementResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncement.ts.html |here} to see how to use GetAnnouncement API.
|
|
174
174
|
*/
|
|
175
175
|
getAnnouncement(getAnnouncementRequest) {
|
|
176
176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -236,7 +236,7 @@ class AnnouncementClient {
|
|
|
236
236
|
* @param GetAnnouncementUserStatusRequest
|
|
237
237
|
* @return GetAnnouncementUserStatusResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementUserStatus.ts.html |here} to see how to use GetAnnouncementUserStatus API.
|
|
240
240
|
*/
|
|
241
241
|
getAnnouncementUserStatus(getAnnouncementUserStatusRequest) {
|
|
242
242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -302,7 +302,7 @@ class AnnouncementClient {
|
|
|
302
302
|
* @param ListAnnouncementsRequest
|
|
303
303
|
* @return ListAnnouncementsResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
306
306
|
*/
|
|
307
307
|
listAnnouncements(listAnnouncementsRequest) {
|
|
308
308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -388,7 +388,7 @@ class AnnouncementClient {
|
|
|
388
388
|
* @param UpdateAnnouncementUserStatusRequest
|
|
389
389
|
* @return UpdateAnnouncementUserStatusResponse
|
|
390
390
|
* @throws OciError when an error occurs
|
|
391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementUserStatus.ts.html |here} to see how to use UpdateAnnouncementUserStatus API.
|
|
392
392
|
*/
|
|
393
393
|
updateAnnouncementUserStatus(updateAnnouncementUserStatusRequest) {
|
|
394
394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class AnnouncementSubscriptionClient {
|
|
|
593
593
|
* @param ChangeAnnouncementSubscriptionCompartmentRequest
|
|
594
594
|
* @return ChangeAnnouncementSubscriptionCompartmentResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ChangeAnnouncementSubscriptionCompartment.ts.html |here} to see how to use ChangeAnnouncementSubscriptionCompartment API.
|
|
597
597
|
*/
|
|
598
598
|
changeAnnouncementSubscriptionCompartment(changeAnnouncementSubscriptionCompartmentRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -657,7 +657,7 @@ class AnnouncementSubscriptionClient {
|
|
|
657
657
|
* @param CreateAnnouncementSubscriptionRequest
|
|
658
658
|
* @return CreateAnnouncementSubscriptionResponse
|
|
659
659
|
* @throws OciError when an error occurs
|
|
660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateAnnouncementSubscription.ts.html |here} to see how to use CreateAnnouncementSubscription API.
|
|
661
661
|
*/
|
|
662
662
|
createAnnouncementSubscription(createAnnouncementSubscriptionRequest) {
|
|
663
663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -723,7 +723,7 @@ class AnnouncementSubscriptionClient {
|
|
|
723
723
|
* @param CreateFilterGroupRequest
|
|
724
724
|
* @return CreateFilterGroupResponse
|
|
725
725
|
* @throws OciError when an error occurs
|
|
726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
726
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateFilterGroup.ts.html |here} to see how to use CreateFilterGroup API.
|
|
727
727
|
*/
|
|
728
728
|
createFilterGroup(createFilterGroupRequest) {
|
|
729
729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -792,7 +792,7 @@ class AnnouncementSubscriptionClient {
|
|
|
792
792
|
* @param DeleteAnnouncementSubscriptionRequest
|
|
793
793
|
* @return DeleteAnnouncementSubscriptionResponse
|
|
794
794
|
* @throws OciError when an error occurs
|
|
795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/DeleteAnnouncementSubscription.ts.html |here} to see how to use DeleteAnnouncementSubscription API.
|
|
796
796
|
*/
|
|
797
797
|
deleteAnnouncementSubscription(deleteAnnouncementSubscriptionRequest) {
|
|
798
798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -850,7 +850,7 @@ class AnnouncementSubscriptionClient {
|
|
|
850
850
|
* @param DeleteFilterGroupRequest
|
|
851
851
|
* @return DeleteFilterGroupResponse
|
|
852
852
|
* @throws OciError when an error occurs
|
|
853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/DeleteFilterGroup.ts.html |here} to see how to use DeleteFilterGroup API.
|
|
854
854
|
*/
|
|
855
855
|
deleteFilterGroup(deleteFilterGroupRequest) {
|
|
856
856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -914,7 +914,7 @@ class AnnouncementSubscriptionClient {
|
|
|
914
914
|
* @param GetAnnouncementSubscriptionRequest
|
|
915
915
|
* @return GetAnnouncementSubscriptionResponse
|
|
916
916
|
* @throws OciError when an error occurs
|
|
917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementSubscription.ts.html |here} to see how to use GetAnnouncementSubscription API.
|
|
918
918
|
*/
|
|
919
919
|
getAnnouncementSubscription(getAnnouncementSubscriptionRequest) {
|
|
920
920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -980,7 +980,7 @@ class AnnouncementSubscriptionClient {
|
|
|
980
980
|
* @param ListAnnouncementSubscriptionsRequest
|
|
981
981
|
* @return ListAnnouncementSubscriptionsResponse
|
|
982
982
|
* @throws OciError when an error occurs
|
|
983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptions API.
|
|
984
984
|
*/
|
|
985
985
|
listAnnouncementSubscriptions(listAnnouncementSubscriptionsRequest) {
|
|
986
986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1053,7 +1053,7 @@ class AnnouncementSubscriptionClient {
|
|
|
1053
1053
|
* @param UpdateAnnouncementSubscriptionRequest
|
|
1054
1054
|
* @return UpdateAnnouncementSubscriptionResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementSubscription.ts.html |here} to see how to use UpdateAnnouncementSubscription API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
updateAnnouncementSubscription(updateAnnouncementSubscriptionRequest) {
|
|
1059
1059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1121,7 +1121,7 @@ class AnnouncementSubscriptionClient {
|
|
|
1121
1121
|
* @param UpdateFilterGroupRequest
|
|
1122
1122
|
* @return UpdateFilterGroupResponse
|
|
1123
1123
|
* @throws OciError when an error occurs
|
|
1124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroup API.
|
|
1125
1125
|
*/
|
|
1126
1126
|
updateFilterGroup(updateFilterGroupRequest) {
|
|
1127
1127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1306,7 +1306,7 @@ class AnnouncementsPreferencesClient {
|
|
|
1306
1306
|
* @param CreateAnnouncementsPreferenceRequest
|
|
1307
1307
|
* @return CreateAnnouncementsPreferenceResponse
|
|
1308
1308
|
* @throws OciError when an error occurs
|
|
1309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateAnnouncementsPreference.ts.html |here} to see how to use CreateAnnouncementsPreference API.
|
|
1310
1310
|
*/
|
|
1311
1311
|
createAnnouncementsPreference(createAnnouncementsPreferenceRequest) {
|
|
1312
1312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1372,7 +1372,7 @@ class AnnouncementsPreferencesClient {
|
|
|
1372
1372
|
* @param GetAnnouncementsPreferenceRequest
|
|
1373
1373
|
* @return GetAnnouncementsPreferenceResponse
|
|
1374
1374
|
* @throws OciError when an error occurs
|
|
1375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementsPreference.ts.html |here} to see how to use GetAnnouncementsPreference API.
|
|
1376
1376
|
*/
|
|
1377
1377
|
getAnnouncementsPreference(getAnnouncementsPreferenceRequest) {
|
|
1378
1378
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1438,7 +1438,7 @@ class AnnouncementsPreferencesClient {
|
|
|
1438
1438
|
* @param ListAnnouncementsPreferencesRequest
|
|
1439
1439
|
* @return ListAnnouncementsPreferencesResponse
|
|
1440
1440
|
* @throws OciError when an error occurs
|
|
1441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferences API.
|
|
1442
1442
|
*/
|
|
1443
1443
|
listAnnouncementsPreferences(listAnnouncementsPreferencesRequest) {
|
|
1444
1444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1546,7 +1546,7 @@ class AnnouncementsPreferencesClient {
|
|
|
1546
1546
|
* @param UpdateAnnouncementsPreferenceRequest
|
|
1547
1547
|
* @return UpdateAnnouncementsPreferenceResponse
|
|
1548
1548
|
* @throws OciError when an error occurs
|
|
1549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreference API.
|
|
1550
1550
|
*/
|
|
1551
1551
|
updateAnnouncementsPreference(updateAnnouncementsPreferenceRequest) {
|
|
1552
1552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -51,7 +51,7 @@ export interface AnnouncementSubscriptionSummary {
|
|
|
51
51
|
"onsTopicId": string;
|
|
52
52
|
/**
|
|
53
53
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
54
|
-
* Example:
|
|
54
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"freeformTags": {
|
|
@@ -59,7 +59,7 @@ export interface AnnouncementSubscriptionSummary {
|
|
|
59
59
|
};
|
|
60
60
|
/**
|
|
61
61
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
62
|
-
* Example:
|
|
62
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"definedTags": {
|
|
@@ -69,7 +69,7 @@ export interface AnnouncementSubscriptionSummary {
|
|
|
69
69
|
};
|
|
70
70
|
/**
|
|
71
71
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
72
|
-
* Example:
|
|
72
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
"systemTags"?: {
|
|
@@ -74,7 +74,7 @@ export interface AnnouncementSubscription {
|
|
|
74
74
|
"preferredTimeZone"?: string;
|
|
75
75
|
/**
|
|
76
76
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
77
|
-
* Example:
|
|
77
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
80
80
|
"freeformTags": {
|
|
@@ -82,7 +82,7 @@ export interface AnnouncementSubscription {
|
|
|
82
82
|
};
|
|
83
83
|
/**
|
|
84
84
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
85
|
-
* Example:
|
|
85
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"definedTags": {
|
|
@@ -92,7 +92,7 @@ export interface AnnouncementSubscription {
|
|
|
92
92
|
};
|
|
93
93
|
/**
|
|
94
94
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
95
|
-
* Example:
|
|
95
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
98
|
"systemTags"?: {
|
|
@@ -25,7 +25,7 @@ export interface AnnouncementUserStatusDetails {
|
|
|
25
25
|
"userId": string;
|
|
26
26
|
/**
|
|
27
27
|
* The date and time the announcement was acknowledged, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
28
|
-
* Example:
|
|
28
|
+
* Example: {@code 2019-01-01T17:43:01.389+0000}
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"timeAcknowledged"?: Date;
|
|
@@ -30,37 +30,37 @@ export interface BaseAnnouncement {
|
|
|
30
30
|
"summary": string;
|
|
31
31
|
/**
|
|
32
32
|
* The label associated with an initial time value.
|
|
33
|
-
* Example:
|
|
33
|
+
* Example: {@code Time Started}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"timeOneTitle"?: string;
|
|
37
37
|
/**
|
|
38
|
-
* The type of a time associated with an initial time value. If the
|
|
39
|
-
* Example:
|
|
38
|
+
* The type of a time associated with an initial time value. If the {@code timeOneTitle} attribute is present, then the {@code timeOneTitle} attribute contains a label of {@code timeOneType} in English.
|
|
39
|
+
* Example: {@code START_TIME}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"timeOneType"?: BaseAnnouncement.TimeOneType;
|
|
43
43
|
/**
|
|
44
44
|
* The actual value of the first time value for the event. Typically, this denotes the time an event started, but the meaning
|
|
45
|
-
* can vary, depending on the announcement type. The
|
|
45
|
+
* can vary, depending on the announcement type. The {@code timeOneType} attribute describes the meaning.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"timeOneValue"?: Date;
|
|
49
49
|
/**
|
|
50
50
|
* The label associated with a second time value.
|
|
51
|
-
* Example:
|
|
51
|
+
* Example: {@code Time Ended}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"timeTwoTitle"?: string;
|
|
55
55
|
/**
|
|
56
|
-
* The type of a time associated with second time value. If the
|
|
57
|
-
* Example:
|
|
56
|
+
* The type of a time associated with second time value. If the {@code timeTwoTitle} attribute is present, then the {@code timeTwoTitle} attribute contains a label of {@code timeTwoType} in English.
|
|
57
|
+
* Example: {@code END_TIME}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
"timeTwoType"?: BaseAnnouncement.TimeTwoType;
|
|
61
61
|
/**
|
|
62
62
|
* The actual value of the second time value. Typically, this denotes the time an event ended, but the meaning
|
|
63
|
-
* can vary, depending on the announcement type. The
|
|
63
|
+
* can vary, depending on the announcement type. The {@code timeTwoType} attribute describes the meaning.
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"timeTwoValue"?: Date;
|
|
@@ -86,13 +86,13 @@ export interface BaseAnnouncement {
|
|
|
86
86
|
"isBanner": boolean;
|
|
87
87
|
/**
|
|
88
88
|
* The date and time the announcement was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
89
|
-
* Example:
|
|
89
|
+
* Example: {@code 2019-01-01T17:43:01.389+0000}
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
"timeCreated"?: Date;
|
|
93
93
|
/**
|
|
94
94
|
* The date and time the announcement was last updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
95
|
-
* Example:
|
|
95
|
+
* Example: {@code 2019-01-01T17:43:01.389+0000}
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
98
|
"timeUpdated"?: Date;
|
|
@@ -26,7 +26,7 @@ export interface BaseAnnouncementsPreferences {
|
|
|
26
26
|
"id"?: string;
|
|
27
27
|
/**
|
|
28
28
|
* A Boolean value to indicate whether the specified compartment chooses to not to receive informational announcements by email.
|
|
29
|
-
* (Manage preferences for receiving announcements by email by specifying the
|
|
29
|
+
* (Manage preferences for receiving announcements by email by specifying the {@code preferenceType} attribute instead.)
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"isUnsubscribed"?: boolean;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface BaseCreateAnnouncementsPreferencesDetails {
|
|
17
17
|
/**
|
|
18
18
|
* A Boolean value to indicate whether the specified compartment chooses to not to receive informational announcements by email.
|
|
19
|
-
* (Manage preferences for receiving announcements by email by specifying the
|
|
19
|
+
* (Manage preferences for receiving announcements by email by specifying the {@code preferenceType} attribute instead.)
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"isUnsubscribed"?: boolean;
|
|
@@ -50,7 +50,7 @@ export interface CreateAnnouncementSubscriptionDetails {
|
|
|
50
50
|
"preferredTimeZone"?: string;
|
|
51
51
|
/**
|
|
52
52
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
53
|
-
* Example:
|
|
53
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"freeformTags"?: {
|
|
@@ -58,7 +58,7 @@ export interface CreateAnnouncementSubscriptionDetails {
|
|
|
58
58
|
};
|
|
59
59
|
/**
|
|
60
60
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
61
|
-
* Example:
|
|
61
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"definedTags"?: {
|
|
@@ -37,7 +37,7 @@ export interface UpdateAnnouncementSubscriptionDetails {
|
|
|
37
37
|
"preferredTimeZone"?: string;
|
|
38
38
|
/**
|
|
39
39
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
40
|
-
* Example:
|
|
40
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"freeformTags"?: {
|
|
@@ -45,7 +45,7 @@ export interface UpdateAnnouncementSubscriptionDetails {
|
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
47
47
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
48
|
-
* Example:
|
|
48
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"definedTags"?: {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ChangeAnnouncementSubscriptionCompartment.ts.html |here} to see how to use ChangeAnnouncementSubscriptionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAnnouncementSubscriptionCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateAnnouncementSubscription.ts.html |here} to see how to use CreateAnnouncementSubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAnnouncementSubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateAnnouncementsPreference.ts.html |here} to see how to use CreateAnnouncementsPreferenceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAnnouncementsPreferenceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/CreateFilterGroup.ts.html |here} to see how to use CreateFilterGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFilterGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/DeleteAnnouncementSubscription.ts.html |here} to see how to use DeleteAnnouncementSubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAnnouncementSubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/DeleteFilterGroup.ts.html |here} to see how to use DeleteFilterGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFilterGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncement.ts.html |here} to see how to use GetAnnouncementRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnnouncementRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementSubscription.ts.html |here} to see how to use GetAnnouncementSubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnnouncementSubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementUserStatus.ts.html |here} to see how to use GetAnnouncementUserStatusRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnnouncementUserStatusRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/GetAnnouncementsPreference.ts.html |here} to see how to use GetAnnouncementsPreferenceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnnouncementsPreferenceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAnnouncementSubscriptionsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -38,7 +38,7 @@ export interface ListAnnouncementSubscriptionsRequest extends common.BaseRequest
|
|
|
38
38
|
*/
|
|
39
39
|
"limit"?: number;
|
|
40
40
|
/**
|
|
41
|
-
* The value of the
|
|
41
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
42
42
|
*/
|
|
43
43
|
"page"?: string;
|
|
44
44
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferencesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAnnouncementsPreferencesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListAnnouncementsPreferencesRequest extends common.BaseRequest
|
|
|
25
25
|
*/
|
|
26
26
|
"limit"?: number;
|
|
27
27
|
/**
|
|
28
|
-
* The value of the
|
|
28
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncementsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAnnouncementsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListAnnouncementsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"limit"?: number;
|
|
27
27
|
/**
|
|
28
|
-
* The value of the
|
|
28
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -46,16 +46,16 @@ export interface ListAnnouncementsRequest extends common.BaseRequest {
|
|
|
46
46
|
*/
|
|
47
47
|
"sortBy"?: ListAnnouncementsRequest.SortBy;
|
|
48
48
|
/**
|
|
49
|
-
* The sort order to use. (Sorting by
|
|
49
|
+
* The sort order to use. (Sorting by {@code announcementType} orders the announcements list according to importance.)
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"sortOrder"?: ListAnnouncementsRequest.SortOrder;
|
|
53
53
|
/**
|
|
54
|
-
* The boundary for the earliest
|
|
54
|
+
* The boundary for the earliest {@code timeOneValue} date on announcements that you want to see.
|
|
55
55
|
*/
|
|
56
56
|
"timeOneEarliestTime"?: Date;
|
|
57
57
|
/**
|
|
58
|
-
* The boundary for the latest
|
|
58
|
+
* The boundary for the latest {@code timeOneValue} date on announcements that you want to see.
|
|
59
59
|
*/
|
|
60
60
|
"timeOneLatestTime"?: Date;
|
|
61
61
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementSubscription.ts.html |here} to see how to use UpdateAnnouncementSubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAnnouncementSubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementUserStatus.ts.html |here} to see how to use UpdateAnnouncementUserStatusRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAnnouncementUserStatusRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreferenceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAnnouncementsPreferenceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFilterGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -20,7 +20,7 @@ export interface ListAnnouncementSubscriptionsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListAnnouncementsPreferencesResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,13 +14,13 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListAnnouncementsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
22
22
|
/**
|
|
23
|
-
* For pagination of a list of items. Include this value as the
|
|
23
|
+
* For pagination of a list of items. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the previous batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-announcementsservice",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Announcement Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|