oci-announcementsservice 2.13.0 → 2.14.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 (128) hide show
  1. package/index.d.ts +3 -0
  2. package/index.js +4 -1
  3. package/index.js.map +1 -1
  4. package/lib/announcementsubscription-waiter.d.ts +29 -0
  5. package/lib/announcementsubscription-waiter.js +65 -0
  6. package/lib/announcementsubscription-waiter.js.map +1 -0
  7. package/lib/client.d.ts +240 -61
  8. package/lib/client.js +792 -68
  9. package/lib/client.js.map +1 -1
  10. package/lib/model/announcement-subscription-collection.d.ts +26 -0
  11. package/lib/model/announcement-subscription-collection.js +61 -0
  12. package/lib/model/announcement-subscription-collection.js.map +1 -0
  13. package/lib/model/announcement-subscription-summary.d.ts +84 -0
  14. package/lib/model/announcement-subscription-summary.js +29 -0
  15. package/lib/model/announcement-subscription-summary.js.map +1 -0
  16. package/lib/model/announcement-subscription.d.ts +109 -0
  17. package/lib/model/announcement-subscription.js +69 -0
  18. package/lib/model/announcement-subscription.js.map +1 -0
  19. package/lib/model/base-announcement.d.ts +14 -0
  20. package/lib/model/base-announcement.js +5 -0
  21. package/lib/model/base-announcement.js.map +1 -1
  22. package/lib/model/change-announcement-subscription-compartment-details.d.ts +27 -0
  23. package/lib/model/change-announcement-subscription-compartment-details.js +29 -0
  24. package/lib/model/change-announcement-subscription-compartment-details.js.map +1 -0
  25. package/lib/model/create-announcement-subscription-details.d.ts +65 -0
  26. package/lib/model/create-announcement-subscription-details.js +58 -0
  27. package/lib/model/create-announcement-subscription-details.js.map +1 -0
  28. package/lib/model/create-filter-group-details.d.ts +30 -0
  29. package/lib/model/create-filter-group-details.js +61 -0
  30. package/lib/model/create-filter-group-details.js.map +1 -0
  31. package/lib/model/filter-group-details.d.ts +26 -0
  32. package/lib/model/filter-group-details.js +61 -0
  33. package/lib/model/filter-group-details.js.map +1 -0
  34. package/lib/model/filter-group.d.ts +30 -0
  35. package/lib/model/filter-group.js +61 -0
  36. package/lib/model/filter-group.js.map +1 -0
  37. package/lib/model/filter.d.ts +42 -0
  38. package/lib/model/filter.js +43 -0
  39. package/lib/model/filter.js.map +1 -0
  40. package/lib/model/index.d.ts +24 -0
  41. package/lib/model/index.js +25 -1
  42. package/lib/model/index.js.map +1 -1
  43. package/lib/model/sort-order.d.ts +23 -0
  44. package/lib/model/sort-order.js +34 -0
  45. package/lib/model/sort-order.js.map +1 -0
  46. package/lib/model/update-announcement-subscription-details.d.ts +52 -0
  47. package/lib/model/update-announcement-subscription-details.js +29 -0
  48. package/lib/model/update-announcement-subscription-details.js.map +1 -0
  49. package/lib/model/update-filter-group-details.d.ts +26 -0
  50. package/lib/model/update-filter-group-details.js +61 -0
  51. package/lib/model/update-filter-group-details.js.map +1 -0
  52. package/lib/request/change-announcement-subscription-compartment-request.d.ts +37 -0
  53. package/lib/request/change-announcement-subscription-compartment-request.js +15 -0
  54. package/lib/request/change-announcement-subscription-compartment-request.js.map +1 -0
  55. package/lib/request/create-announcement-subscription-request.d.ts +38 -0
  56. package/lib/request/create-announcement-subscription-request.js +15 -0
  57. package/lib/request/create-announcement-subscription-request.js.map +1 -0
  58. package/lib/request/create-announcements-preference-request.d.ts +1 -1
  59. package/lib/request/create-filter-group-request.d.ts +46 -0
  60. package/lib/request/create-filter-group-request.js +15 -0
  61. package/lib/request/create-filter-group-request.js.map +1 -0
  62. package/lib/request/delete-announcement-subscription-request.d.ts +32 -0
  63. package/lib/request/delete-announcement-subscription-request.js +15 -0
  64. package/lib/request/delete-announcement-subscription-request.js.map +1 -0
  65. package/lib/request/delete-filter-group-request.d.ts +36 -0
  66. package/lib/request/delete-filter-group-request.js +15 -0
  67. package/lib/request/delete-filter-group-request.js.map +1 -0
  68. package/lib/request/get-announcement-request.d.ts +1 -1
  69. package/lib/request/get-announcement-subscription-request.d.ts +28 -0
  70. package/lib/request/get-announcement-subscription-request.js +15 -0
  71. package/lib/request/get-announcement-subscription-request.js.map +1 -0
  72. package/lib/request/get-announcement-user-status-request.d.ts +1 -1
  73. package/lib/request/get-announcements-preference-request.d.ts +1 -1
  74. package/lib/request/index.d.ts +18 -0
  75. package/lib/request/index.js +3 -1
  76. package/lib/request/index.js.map +1 -1
  77. package/lib/request/list-announcement-subscriptions-request.d.ts +65 -0
  78. package/lib/request/list-announcement-subscriptions-request.js +24 -0
  79. package/lib/request/list-announcement-subscriptions-request.js.map +1 -0
  80. package/lib/request/list-announcements-preferences-request.d.ts +2 -3
  81. package/lib/request/list-announcements-request.d.ts +22 -3
  82. package/lib/request/list-announcements-request.js +5 -0
  83. package/lib/request/list-announcements-request.js.map +1 -1
  84. package/lib/request/update-announcement-subscription-request.d.ts +37 -0
  85. package/lib/request/update-announcement-subscription-request.js +15 -0
  86. package/lib/request/update-announcement-subscription-request.js.map +1 -0
  87. package/lib/request/update-announcement-user-status-request.d.ts +1 -1
  88. package/lib/request/update-announcements-preference-request.d.ts +1 -1
  89. package/lib/request/update-filter-group-request.d.ts +41 -0
  90. package/lib/request/update-filter-group-request.js +15 -0
  91. package/lib/request/update-filter-group-request.js.map +1 -0
  92. package/lib/response/change-announcement-subscription-compartment-response.d.ts +25 -0
  93. package/lib/response/change-announcement-subscription-compartment-response.js +15 -0
  94. package/lib/response/change-announcement-subscription-compartment-response.js.map +1 -0
  95. package/lib/response/create-announcement-subscription-response.d.ts +30 -0
  96. package/lib/response/create-announcement-subscription-response.js +15 -0
  97. package/lib/response/create-announcement-subscription-response.js.map +1 -0
  98. package/lib/response/create-announcements-preference-response.d.ts +3 -0
  99. package/lib/response/create-filter-group-response.d.ts +30 -0
  100. package/lib/response/create-filter-group-response.js +15 -0
  101. package/lib/response/create-filter-group-response.js.map +1 -0
  102. package/lib/response/delete-announcement-subscription-response.d.ts +20 -0
  103. package/lib/response/delete-announcement-subscription-response.js +15 -0
  104. package/lib/response/delete-announcement-subscription-response.js.map +1 -0
  105. package/lib/response/delete-filter-group-response.d.ts +25 -0
  106. package/lib/response/delete-filter-group-response.js +15 -0
  107. package/lib/response/delete-filter-group-response.js.map +1 -0
  108. package/lib/response/get-announcement-response.d.ts +8 -1
  109. package/lib/response/get-announcement-subscription-response.d.ts +30 -0
  110. package/lib/response/get-announcement-subscription-response.js +15 -0
  111. package/lib/response/get-announcement-subscription-response.js.map +1 -0
  112. package/lib/response/get-announcement-user-status-response.d.ts +8 -1
  113. package/lib/response/get-announcements-preference-response.d.ts +7 -0
  114. package/lib/response/index.d.ts +18 -0
  115. package/lib/response/list-announcement-subscriptions-response.d.ts +32 -0
  116. package/lib/response/list-announcement-subscriptions-response.js +15 -0
  117. package/lib/response/list-announcement-subscriptions-response.js.map +1 -0
  118. package/lib/response/list-announcements-preferences-response.d.ts +5 -0
  119. package/lib/response/list-announcements-response.d.ts +13 -2
  120. package/lib/response/update-announcement-subscription-response.d.ts +30 -0
  121. package/lib/response/update-announcement-subscription-response.js +15 -0
  122. package/lib/response/update-announcement-subscription-response.js.map +1 -0
  123. package/lib/response/update-announcement-user-status-response.d.ts +9 -1
  124. package/lib/response/update-announcements-preference-response.d.ts +3 -0
  125. package/lib/response/update-filter-group-response.d.ts +30 -0
  126. package/lib/response/update-filter-group-response.js +15 -0
  127. package/lib/response/update-filter-group-response.js.map +1 -0
  128. package/package.json +3 -3
@@ -31,7 +31,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListAnnouncementsRequest = void 0;
34
+ exports.ListAnnouncementSubscriptionsRequest = exports.ListAnnouncementsRequest = void 0;
35
35
  const ListAnnouncementsRequest = __importStar(require("./list-announcements-request"));
36
36
  exports.ListAnnouncementsRequest = ListAnnouncementsRequest.ListAnnouncementsRequest;
37
+ const ListAnnouncementSubscriptionsRequest = __importStar(require("./list-announcement-subscriptions-request"));
38
+ exports.ListAnnouncementSubscriptionsRequest = ListAnnouncementSubscriptionsRequest.ListAnnouncementSubscriptionsRequest;
37
39
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAMH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAMH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAe3F,gHAAkG;AACpF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC"}
@@ -0,0 +1,65 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptionsRequest.
17
+ */
18
+ export interface ListAnnouncementSubscriptionsRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the compartment.
21
+ *
22
+ */
23
+ "compartmentId": string;
24
+ /**
25
+ * A filter to return only announcement subscriptions that match the given lifecycle state.
26
+ */
27
+ "lifecycleState"?: string;
28
+ /**
29
+ * A filter to return only resources that match the entire display name given.
30
+ */
31
+ "displayName"?: string;
32
+ /**
33
+ * The OCID of the announcement subscription.
34
+ */
35
+ "id"?: string;
36
+ /**
37
+ * The maximum number of items to return in a paginated \"List\" call.
38
+ */
39
+ "limit"?: number;
40
+ /**
41
+ * The value of the `opc-next-page` response header from the previous \"List\" call.
42
+ */
43
+ "page"?: string;
44
+ /**
45
+ * The sort order to use, whether ascending ('ASC') or descending ('DESC').
46
+ */
47
+ "sortOrder"?: model.SortOrder;
48
+ /**
49
+ * The criteria to sort by. You can specify only one sort order. The default sort order for the creation date of resources is descending. The default sort order for display names is ascending.
50
+ *
51
+ */
52
+ "sortBy"?: ListAnnouncementSubscriptionsRequest.SortBy;
53
+ /**
54
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
55
+ * a particular request, please provide the complete request ID.
56
+ *
57
+ */
58
+ "opcRequestId"?: string;
59
+ }
60
+ export declare namespace ListAnnouncementSubscriptionsRequest {
61
+ enum SortBy {
62
+ TimeCreated = "timeCreated",
63
+ DisplayName = "displayName"
64
+ }
65
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListAnnouncementSubscriptionsRequest = void 0;
16
+ var ListAnnouncementSubscriptionsRequest;
17
+ (function (ListAnnouncementSubscriptionsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListAnnouncementSubscriptionsRequest.SortBy || (ListAnnouncementSubscriptionsRequest.SortBy = {}));
23
+ })(ListAnnouncementSubscriptionsRequest = exports.ListAnnouncementSubscriptionsRequest || (exports.ListAnnouncementSubscriptionsRequest = {}));
24
+ //# sourceMappingURL=list-announcement-subscriptions-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-announcement-subscriptions-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/list-announcement-subscriptions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmDH,IAAiB,oCAAoC,CAKpD;AALD,WAAiB,oCAAoC;IACnD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,2CAAM,KAAN,2CAAM,QAGjB;AACH,CAAC,EALgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAKpD"}
@@ -12,12 +12,11 @@
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.13.0/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferencesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferencesRequest.
16
16
  */
17
17
  export interface ListAnnouncementsPreferencesRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the compartment. Because announcements are specific to a tenancy, this is the
20
- * OCID of the root compartment.
19
+ * The OCID of the compartment.
21
20
  *
22
21
  */
23
22
  "compartmentId": string;
@@ -12,12 +12,11 @@
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.13.0/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncementsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncementsRequest.
16
16
  */
17
17
  export interface ListAnnouncementsRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the compartment. Because announcements are specific to a tenancy, this is the
20
- * OCID of the root compartment.
19
+ * The OCID of the compartment.
21
20
  *
22
21
  */
23
22
  "compartmentId": string;
@@ -59,6 +58,22 @@ export interface ListAnnouncementsRequest extends common.BaseRequest {
59
58
  * The boundary for the latest `timeOneValue` date on announcements that you want to see.
60
59
  */
61
60
  "timeOneLatestTime"?: Date;
61
+ /**
62
+ * A filter to return only announcements that match a specific environment name.
63
+ */
64
+ "environmentName"?: string;
65
+ /**
66
+ * A filter to return only announcements affecting a specific service.
67
+ */
68
+ "service"?: string;
69
+ /**
70
+ * A filter to return only announcements affecting a specific platform.
71
+ */
72
+ "platformType"?: ListAnnouncementsRequest.PlatformType;
73
+ /**
74
+ * Exclude The type of announcement.
75
+ */
76
+ "excludeAnnouncementTypes"?: Array<string>;
62
77
  /**
63
78
  * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
64
79
  * a particular request, please provide the complete request ID.
@@ -83,4 +98,8 @@ export declare namespace ListAnnouncementsRequest {
83
98
  Asc = "ASC",
84
99
  Desc = "DESC"
85
100
  }
101
+ enum PlatformType {
102
+ Iaas = "IAAS",
103
+ Saas = "SAAS"
104
+ }
86
105
  }
@@ -34,5 +34,10 @@ var ListAnnouncementsRequest;
34
34
  SortOrder["Asc"] = "ASC";
35
35
  SortOrder["Desc"] = "DESC";
36
36
  })(SortOrder = ListAnnouncementsRequest.SortOrder || (ListAnnouncementsRequest.SortOrder = {}));
37
+ let PlatformType;
38
+ (function (PlatformType) {
39
+ PlatformType["Iaas"] = "IAAS";
40
+ PlatformType["Saas"] = "SAAS";
41
+ })(PlatformType = ListAnnouncementsRequest.PlatformType || (ListAnnouncementsRequest.PlatformType = {}));
37
42
  })(ListAnnouncementsRequest = exports.ListAnnouncementsRequest || (exports.ListAnnouncementsRequest = {}));
38
43
  //# sourceMappingURL=list-announcements-request.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-announcements-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/list-announcements-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,wBAAwB,CAmBxC;AAnBD,WAAiB,wBAAwB;IACvC,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;IACvB,CAAC,EAHW,cAAc,GAAd,uCAAc,KAAd,uCAAc,QAGzB;IAED,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,yDAA+C,CAAA;QAC/C,6BAAmB,CAAA;QACnB,+CAAqC,CAAA;IACvC,CAAC,EAPW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAOjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,kCAAS,KAAT,kCAAS,QAGpB;AACH,CAAC,EAnBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAmBxC"}
1
+ {"version":3,"file":"list-announcements-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/list-announcements-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4EH,IAAiB,wBAAwB,CAwBxC;AAxBD,WAAiB,wBAAwB;IACvC,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;IACvB,CAAC,EAHW,cAAc,GAAd,uCAAc,KAAd,uCAAc,QAGzB;IAED,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,yDAA+C,CAAA;QAC/C,6BAAmB,CAAA;QACnB,+CAAqC,CAAA;IACvC,CAAC,EAPW,MAAM,GAAN,+BAAM,KAAN,+BAAM,QAOjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,kCAAS,KAAT,kCAAS,QAGpB;IAED,IAAY,YAGX;IAHD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,6BAAa,CAAA;IACf,CAAC,EAHW,YAAY,GAAZ,qCAAY,KAAZ,qCAAY,QAGvB;AACH,CAAC,EAxBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAwBxC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/UpdateAnnouncementSubscription.ts.html |here} to see how to use UpdateAnnouncementSubscriptionRequest.
17
+ */
18
+ export interface UpdateAnnouncementSubscriptionRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the announcement subscription.
21
+ */
22
+ "announcementSubscriptionId": string;
23
+ /**
24
+ * The subscription information to update.
25
+ */
26
+ "updateAnnouncementSubscriptionDetails": model.UpdateAnnouncementSubscriptionDetails;
27
+ /**
28
+ * The locking version, used for optimistic concurrency control.
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
33
+ * a particular request, please provide the complete request ID.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-announcement-subscription-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-announcement-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/update-announcement-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.13.0/announcementsservice/UpdateAnnouncementUserStatus.ts.html |here} to see how to use UpdateAnnouncementUserStatusRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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.13.0/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreferenceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreferenceRequest.
17
17
  */
18
18
  export interface UpdateAnnouncementsPreferenceRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroupRequest.
17
+ */
18
+ export interface UpdateFilterGroupRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the announcement subscription.
21
+ */
22
+ "announcementSubscriptionId": string;
23
+ /**
24
+ * The name of the filter group.
25
+ */
26
+ "filterGroupName": string;
27
+ /**
28
+ * The filter group information to update.
29
+ */
30
+ "updateFilterGroupDetails": model.UpdateFilterGroupDetails;
31
+ /**
32
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
33
+ * a particular request, please provide the complete request ID.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ /**
38
+ * The locking version, used for optimistic concurrency control.
39
+ */
40
+ "ifMatch"?: string;
41
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-filter-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-filter-group-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/update-filter-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ export interface ChangeAnnouncementSubscriptionCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * For optimistic concurrency control. See `if-match`.
22
+ *
23
+ */
24
+ "etag": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-announcement-subscription-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-announcement-subscription-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/change-announcement-subscription-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ export interface CreateAnnouncementSubscriptionResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.AnnouncementSubscription instance.
28
+ */
29
+ "announcementSubscription": model.AnnouncementSubscription;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-announcement-subscription-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-announcement-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/create-announcement-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,10 +13,13 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateAnnouncementsPreferenceResponse {
15
15
  /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
16
18
  *
17
19
  */
18
20
  "opcRequestId": string;
19
21
  /**
22
+ * For optimistic concurrency control. See `if-match`.
20
23
  *
21
24
  */
22
25
  "etag": string;
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ export interface CreateFilterGroupResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.FilterGroup instance.
28
+ */
29
+ "filterGroup": model.FilterGroup;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-filter-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-filter-group-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/create-filter-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ export interface DeleteAnnouncementSubscriptionResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-announcement-subscription-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-announcement-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/delete-announcement-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ export interface DeleteFilterGroupResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * For optimistic concurrency control. See `if-match`.
22
+ *
23
+ */
24
+ "etag": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-filter-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-filter-group-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/delete-filter-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,9 +13,16 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAnnouncementResponse {
15
15
  /**
16
- * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the complete request ID.
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
17
19
  */
18
20
  "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
19
26
  /**
20
27
  * The returned model.Announcement instance.
21
28
  */
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ export interface GetAnnouncementSubscriptionResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.AnnouncementSubscription instance.
28
+ */
29
+ "announcementSubscription": model.AnnouncementSubscription;
30
+ }