oci-stackmonitoring 2.95.1 → 2.95.2

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 (103) hide show
  1. package/lib/client.d.ts +70 -0
  2. package/lib/client.js +454 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-maintenance-window-details.d.ts +42 -0
  5. package/lib/model/create-maintenance-window-details.js +67 -0
  6. package/lib/model/create-maintenance-window-details.js.map +1 -0
  7. package/lib/model/create-maintenance-window-resource-details.d.ts +34 -0
  8. package/lib/model/create-maintenance-window-resource-details.js +29 -0
  9. package/lib/model/create-maintenance-window-resource-details.js.map +1 -0
  10. package/lib/model/index.d.ts +30 -0
  11. package/lib/model/index.js +34 -3
  12. package/lib/model/index.js.map +1 -1
  13. package/lib/model/maintenance-window-collection.d.ts +26 -0
  14. package/lib/model/maintenance-window-collection.js +61 -0
  15. package/lib/model/maintenance-window-collection.js.map +1 -0
  16. package/lib/model/maintenance-window-lifecycle-details.d.ts +30 -0
  17. package/lib/model/maintenance-window-lifecycle-details.js +41 -0
  18. package/lib/model/maintenance-window-lifecycle-details.js.map +1 -0
  19. package/lib/model/maintenance-window-lifecycle-state.d.ts +35 -0
  20. package/lib/model/maintenance-window-lifecycle-state.js +46 -0
  21. package/lib/model/maintenance-window-lifecycle-state.js.map +1 -0
  22. package/lib/model/maintenance-window-operation-status.d.ts +30 -0
  23. package/lib/model/maintenance-window-operation-status.js +41 -0
  24. package/lib/model/maintenance-window-operation-status.js.map +1 -0
  25. package/lib/model/maintenance-window-operation-type.d.ts +31 -0
  26. package/lib/model/maintenance-window-operation-type.js +42 -0
  27. package/lib/model/maintenance-window-operation-type.js.map +1 -0
  28. package/lib/model/maintenance-window-schedule.d.ts +23 -0
  29. package/lib/model/maintenance-window-schedule.js +72 -0
  30. package/lib/model/maintenance-window-schedule.js.map +1 -0
  31. package/lib/model/maintenance-window-sort-by.d.ts +26 -0
  32. package/lib/model/maintenance-window-sort-by.js +37 -0
  33. package/lib/model/maintenance-window-sort-by.js.map +1 -0
  34. package/lib/model/maintenance-window-summary.d.ts +88 -0
  35. package/lib/model/maintenance-window-summary.js +57 -0
  36. package/lib/model/maintenance-window-summary.js.map +1 -0
  37. package/lib/model/maintenance-window.d.ts +71 -0
  38. package/lib/model/maintenance-window.js +77 -0
  39. package/lib/model/maintenance-window.js.map +1 -0
  40. package/lib/model/monitored-resource-details.d.ts +43 -0
  41. package/lib/model/monitored-resource-details.js +29 -0
  42. package/lib/model/monitored-resource-details.js.map +1 -0
  43. package/lib/model/one-time-maintenance-window-schedule.d.ts +35 -0
  44. package/lib/model/one-time-maintenance-window-schedule.js +54 -0
  45. package/lib/model/one-time-maintenance-window-schedule.js.map +1 -0
  46. package/lib/model/operation-type.d.ts +4 -0
  47. package/lib/model/operation-type.js +4 -0
  48. package/lib/model/operation-type.js.map +1 -1
  49. package/lib/model/recurrent-maintenance-window-schedule.d.ts +53 -0
  50. package/lib/model/recurrent-maintenance-window-schedule.js +54 -0
  51. package/lib/model/recurrent-maintenance-window-schedule.js.map +1 -0
  52. package/lib/model/update-maintenance-window-details.d.ts +33 -0
  53. package/lib/model/update-maintenance-window-details.js +67 -0
  54. package/lib/model/update-maintenance-window-details.js.map +1 -0
  55. package/lib/request/create-maintenance-window-request.d.ts +39 -0
  56. package/lib/request/create-maintenance-window-request.js +15 -0
  57. package/lib/request/create-maintenance-window-request.js.map +1 -0
  58. package/lib/request/delete-maintenance-window-request.d.ts +37 -0
  59. package/lib/request/delete-maintenance-window-request.js +15 -0
  60. package/lib/request/delete-maintenance-window-request.js.map +1 -0
  61. package/lib/request/get-maintenance-window-request.d.ts +28 -0
  62. package/lib/request/get-maintenance-window-request.js +15 -0
  63. package/lib/request/get-maintenance-window-request.js.map +1 -0
  64. package/lib/request/index.d.ts +14 -0
  65. package/lib/request/index.js.map +1 -1
  66. package/lib/request/list-maintenance-windows-request.d.ts +66 -0
  67. package/lib/request/list-maintenance-windows-request.js +15 -0
  68. package/lib/request/list-maintenance-windows-request.js.map +1 -0
  69. package/lib/request/retry-failed-maintenance-window-operation-request.d.ts +37 -0
  70. package/lib/request/retry-failed-maintenance-window-operation-request.js +15 -0
  71. package/lib/request/retry-failed-maintenance-window-operation-request.js.map +1 -0
  72. package/lib/request/stop-maintenance-window-request.d.ts +37 -0
  73. package/lib/request/stop-maintenance-window-request.js +15 -0
  74. package/lib/request/stop-maintenance-window-request.js.map +1 -0
  75. package/lib/request/update-maintenance-window-request.d.ts +42 -0
  76. package/lib/request/update-maintenance-window-request.js +15 -0
  77. package/lib/request/update-maintenance-window-request.js.map +1 -0
  78. package/lib/response/create-maintenance-window-response.d.ts +35 -0
  79. package/lib/response/create-maintenance-window-response.js +15 -0
  80. package/lib/response/create-maintenance-window-response.js.map +1 -0
  81. package/lib/response/delete-maintenance-window-response.d.ts +25 -0
  82. package/lib/response/delete-maintenance-window-response.js +15 -0
  83. package/lib/response/delete-maintenance-window-response.js.map +1 -0
  84. package/lib/response/get-maintenance-window-response.d.ts +30 -0
  85. package/lib/response/get-maintenance-window-response.js +15 -0
  86. package/lib/response/get-maintenance-window-response.js.map +1 -0
  87. package/lib/response/index.d.ts +14 -0
  88. package/lib/response/list-maintenance-windows-response.d.ts +37 -0
  89. package/lib/response/list-maintenance-windows-response.js +15 -0
  90. package/lib/response/list-maintenance-windows-response.js.map +1 -0
  91. package/lib/response/retry-failed-maintenance-window-operation-response.d.ts +25 -0
  92. package/lib/response/retry-failed-maintenance-window-operation-response.js +15 -0
  93. package/lib/response/retry-failed-maintenance-window-operation-response.js.map +1 -0
  94. package/lib/response/stop-maintenance-window-response.d.ts +25 -0
  95. package/lib/response/stop-maintenance-window-response.js +15 -0
  96. package/lib/response/stop-maintenance-window-response.js.map +1 -0
  97. package/lib/response/update-maintenance-window-response.d.ts +25 -0
  98. package/lib/response/update-maintenance-window-response.js +15 -0
  99. package/lib/response/update-maintenance-window-response.js.map +1 -0
  100. package/lib/stackmonitoring-waiter.d.ts +8 -0
  101. package/lib/stackmonitoring-waiter.js +12 -0
  102. package/lib/stackmonitoring-waiter.js.map +1 -1
  103. package/package.json +3 -3
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=retry-failed-maintenance-window-operation-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retry-failed-maintenance-window-operation-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/retry-failed-maintenance-window-operation-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 StopMaintenanceWindowResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=stop-maintenance-window-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-maintenance-window-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/stop-maintenance-window-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 UpdateMaintenanceWindowResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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-maintenance-window-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-maintenance-window-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/update-maintenance-window-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -42,6 +42,14 @@ export declare class StackMonitoringWaiter {
42
42
  * @return response returns GetDiscoveryJobResponse | null (null in case of 404 response)
43
43
  */
44
44
  forDiscoveryJob(request: serviceRequests.GetDiscoveryJobRequest, ...targetStates: models.LifecycleState[]): Promise<serviceResponses.GetDiscoveryJobResponse | null>;
45
+ /**
46
+ * Waits forMaintenanceWindow till it reaches any of the provided states
47
+ *
48
+ * @param request the request to send
49
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
50
+ * @return response returns GetMaintenanceWindowResponse | null (null in case of 404 response)
51
+ */
52
+ forMaintenanceWindow(request: serviceRequests.GetMaintenanceWindowRequest, ...targetStates: models.MaintenanceWindowLifecycleState[]): Promise<serviceResponses.GetMaintenanceWindowResponse | null>;
45
53
  /**
46
54
  * Waits forMetricExtension till it reaches any of the provided states
47
55
  *
@@ -84,6 +84,18 @@ class StackMonitoringWaiter {
84
84
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getDiscoveryJob(request), response => targetStates.includes(response.discoveryJob.lifecycleState), targetStates.includes(models.LifecycleState.Deleted));
85
85
  });
86
86
  }
87
+ /**
88
+ * Waits forMaintenanceWindow till it reaches any of the provided states
89
+ *
90
+ * @param request the request to send
91
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
92
+ * @return response returns GetMaintenanceWindowResponse | null (null in case of 404 response)
93
+ */
94
+ forMaintenanceWindow(request, ...targetStates) {
95
+ return __awaiter(this, void 0, void 0, function* () {
96
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getMaintenanceWindow(request), response => targetStates.includes(response.maintenanceWindow.lifecycleState), targetStates.includes(models.MaintenanceWindowLifecycleState.Deleted));
97
+ });
98
+ }
87
99
  /**
88
100
  * Waits forMetricExtension till it reaches any of the provided states
89
101
  *
@@ -1 +1 @@
1
- {"version":3,"file":"stackmonitoring-waiter.js","sourceRoot":"","sources":["../../../../lib/stackmonitoring/lib/stackmonitoring-waiter.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"stackmonitoring-waiter.js","sourceRoot":"","sources":["../../../../lib/stackmonitoring/lib/stackmonitoring-waiter.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-stackmonitoring",
3
- "version": "2.95.1",
3
+ "version": "2.95.2",
4
4
  "description": "OCI NodeJS client for Stack Monitoring 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.95.1",
19
- "oci-workrequests": "2.95.1"
18
+ "oci-common": "2.95.2",
19
+ "oci-workrequests": "2.95.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"