oci-stackmonitoring 2.76.1 → 2.77.1
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 +120 -59
- package/lib/client.js +439 -58
- package/lib/client.js.map +1 -1
- package/lib/model/baselineable-metric-summary.d.ts +3 -3
- package/lib/model/baselineable-metric.d.ts +3 -3
- package/lib/model/change-process-set-compartment-details.d.ts +27 -0
- package/lib/model/change-process-set-compartment-details.js +29 -0
- package/lib/model/change-process-set-compartment-details.js.map +1 -0
- package/lib/model/config-summary.d.ts +3 -3
- package/lib/model/config.d.ts +3 -3
- package/lib/model/create-config-details.d.ts +2 -2
- package/lib/model/create-discovery-job-details.d.ts +2 -2
- package/lib/model/create-monitored-resource-details.d.ts +2 -2
- package/lib/model/create-monitored-resource-task-details.d.ts +2 -2
- package/lib/model/create-monitored-resource-type-details.d.ts +2 -2
- package/lib/model/create-process-set-details.d.ts +50 -0
- package/lib/model/create-process-set-details.js +57 -0
- package/lib/model/create-process-set-details.js.map +1 -0
- package/lib/model/discovery-details.d.ts +1 -0
- package/lib/model/discovery-details.js +1 -0
- package/lib/model/discovery-details.js.map +1 -1
- package/lib/model/discovery-job-summary.d.ts +4 -3
- package/lib/model/discovery-job-summary.js +1 -0
- package/lib/model/discovery-job-summary.js.map +1 -1
- package/lib/model/discovery-job.d.ts +3 -3
- package/lib/model/index.d.ts +16 -0
- package/lib/model/index.js +19 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/monitored-resource-association-summary.d.ts +3 -3
- package/lib/model/monitored-resource-association.d.ts +3 -3
- package/lib/model/monitored-resource-member-summary.d.ts +3 -3
- package/lib/model/monitored-resource-summary.d.ts +3 -3
- package/lib/model/monitored-resource-task-summary.d.ts +3 -3
- package/lib/model/monitored-resource-task.d.ts +3 -3
- package/lib/model/monitored-resource-type-summary.d.ts +3 -3
- package/lib/model/monitored-resource-type.d.ts +3 -3
- package/lib/model/monitored-resource.d.ts +3 -3
- package/lib/model/monitored-resources-count-aggregation.d.ts +1 -1
- package/lib/model/process-set-collection.d.ts +26 -0
- package/lib/model/process-set-collection.js +61 -0
- package/lib/model/process-set-collection.js.map +1 -0
- package/lib/model/process-set-specification-details.d.ts +37 -0
- package/lib/model/process-set-specification-details.js +29 -0
- package/lib/model/process-set-specification-details.js.map +1 -0
- package/lib/model/process-set-specification.d.ts +26 -0
- package/lib/model/process-set-specification.js +61 -0
- package/lib/model/process-set-specification.js.map +1 -0
- package/lib/model/process-set-summary.d.ts +81 -0
- package/lib/model/process-set-summary.js +57 -0
- package/lib/model/process-set-summary.js.map +1 -0
- package/lib/model/process-set.d.ts +81 -0
- package/lib/model/process-set.js +57 -0
- package/lib/model/process-set.js.map +1 -0
- package/lib/model/search-monitored-resources-details.d.ts +6 -6
- package/lib/model/system-format-resource-type-metadata-details.d.ts +1 -1
- package/lib/model/update-and-propagate-tags-details.d.ts +2 -2
- package/lib/model/update-baselineable-metric-details.d.ts +3 -3
- package/lib/model/update-config-details.d.ts +2 -2
- package/lib/model/update-monitored-resource-details.d.ts +2 -2
- package/lib/model/update-monitored-resource-task-details.d.ts +2 -2
- package/lib/model/update-monitored-resource-type-details.d.ts +2 -2
- package/lib/model/update-process-set-details.d.ts +45 -0
- package/lib/model/update-process-set-details.js +57 -0
- package/lib/model/update-process-set-details.js.map +1 -0
- package/lib/request/associate-monitored-resources-request.d.ts +2 -2
- package/lib/request/change-config-compartment-request.d.ts +2 -2
- package/lib/request/change-metric-extension-compartment-request.d.ts +2 -2
- package/lib/request/change-monitored-resource-compartment-request.d.ts +2 -2
- package/lib/request/change-monitored-resource-task-compartment-request.d.ts +2 -2
- package/lib/request/change-process-set-compartment-request.d.ts +51 -0
- package/lib/request/change-process-set-compartment-request.js +15 -0
- package/lib/request/change-process-set-compartment-request.js.map +1 -0
- package/lib/request/create-baselineable-metric-request.d.ts +1 -1
- package/lib/request/create-config-request.d.ts +1 -1
- package/lib/request/create-discovery-job-request.d.ts +1 -1
- package/lib/request/create-metric-extension-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/create-process-set-request.d.ts +38 -0
- package/lib/request/create-process-set-request.js +15 -0
- package/lib/request/create-process-set-request.js.map +1 -0
- package/lib/request/delete-baselineable-metric-request.d.ts +2 -2
- package/lib/request/delete-config-request.d.ts +2 -2
- package/lib/request/delete-discovery-job-request.d.ts +2 -2
- package/lib/request/delete-metric-extension-request.d.ts +2 -2
- package/lib/request/delete-monitored-resource-request.d.ts +2 -2
- package/lib/request/delete-monitored-resource-type-request.d.ts +2 -2
- package/lib/request/delete-process-set-request.d.ts +37 -0
- package/lib/request/delete-process-set-request.js +15 -0
- package/lib/request/delete-process-set-request.js.map +1 -0
- package/lib/request/disable-external-database-request.d.ts +2 -2
- package/lib/request/disable-metric-extension-request.d.ts +2 -2
- package/lib/request/disassociate-monitored-resources-request.d.ts +2 -2
- package/lib/request/enable-metric-extension-request.d.ts +2 -2
- package/lib/request/evaluate-baselineable-metric-request.d.ts +2 -2
- package/lib/request/export-metric-extension-request.d.ts +2 -2
- package/lib/request/get-baselineable-metric-request.d.ts +1 -1
- package/lib/request/get-config-request.d.ts +1 -1
- package/lib/request/get-discovery-job-request.d.ts +1 -1
- package/lib/request/get-metric-extension-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/get-process-set-request.d.ts +28 -0
- package/lib/request/get-process-set-request.js +15 -0
- package/lib/request/get-process-set-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-baselineable-metrics-request.d.ts +3 -3
- package/lib/request/list-configs-request.d.ts +3 -3
- package/lib/request/list-discovery-job-logs-request.d.ts +3 -3
- package/lib/request/list-discovery-jobs-request.d.ts +3 -3
- package/lib/request/list-metric-extensions-request.d.ts +3 -3
- package/lib/request/list-monitored-resource-tasks-request.d.ts +3 -3
- package/lib/request/list-monitored-resource-types-request.d.ts +3 -3
- package/lib/request/list-monitored-resources-request.d.ts +3 -3
- package/lib/request/list-process-sets-request.d.ts +63 -0
- package/lib/request/list-process-sets-request.js +24 -0
- package/lib/request/list-process-sets-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/manage-license-request.d.ts +2 -2
- package/lib/request/publish-metric-extension-request.d.ts +2 -2
- package/lib/request/request-monitored-resources-summarized-count-request.d.ts +3 -3
- package/lib/request/search-associated-resources-request.d.ts +3 -3
- package/lib/request/search-monitored-resource-associations-request.d.ts +3 -3
- package/lib/request/search-monitored-resource-members-request.d.ts +4 -4
- package/lib/request/search-monitored-resources-request.d.ts +3 -3
- package/lib/request/test-metric-extension-request.d.ts +2 -2
- package/lib/request/update-and-propagate-tags-request.d.ts +2 -2
- package/lib/request/update-baselineable-metric-request.d.ts +2 -2
- package/lib/request/update-config-request.d.ts +2 -2
- package/lib/request/update-metric-extension-request.d.ts +2 -2
- package/lib/request/update-monitored-resource-request.d.ts +2 -2
- package/lib/request/update-monitored-resource-task-request.d.ts +2 -2
- package/lib/request/update-monitored-resource-type-request.d.ts +2 -2
- package/lib/request/update-process-set-request.d.ts +42 -0
- package/lib/request/update-process-set-request.js +15 -0
- package/lib/request/update-process-set-request.js.map +1 -0
- package/lib/response/associate-monitored-resources-response.d.ts +1 -1
- package/lib/response/change-process-set-compartment-response.d.ts +20 -0
- package/lib/response/change-process-set-compartment-response.js +15 -0
- package/lib/response/change-process-set-compartment-response.js.map +1 -0
- package/lib/response/create-baselineable-metric-response.d.ts +1 -1
- package/lib/response/create-config-response.d.ts +1 -1
- package/lib/response/create-discovery-job-response.d.ts +1 -1
- package/lib/response/create-metric-extension-response.d.ts +1 -1
- package/lib/response/create-monitored-resource-response.d.ts +1 -1
- package/lib/response/create-monitored-resource-task-response.d.ts +1 -1
- package/lib/response/create-monitored-resource-type-response.d.ts +1 -1
- package/lib/response/create-process-set-response.d.ts +30 -0
- package/lib/response/create-process-set-response.js +15 -0
- package/lib/response/create-process-set-response.js.map +1 -0
- package/lib/response/delete-process-set-response.d.ts +20 -0
- package/lib/response/delete-process-set-response.js +15 -0
- package/lib/response/delete-process-set-response.js.map +1 -0
- package/lib/response/evaluate-baselineable-metric-response.d.ts +1 -1
- package/lib/response/export-metric-extension-response.d.ts +1 -1
- package/lib/response/get-baselineable-metric-response.d.ts +1 -1
- package/lib/response/get-config-response.d.ts +1 -1
- package/lib/response/get-discovery-job-response.d.ts +1 -1
- package/lib/response/get-metric-extension-response.d.ts +1 -1
- package/lib/response/get-monitored-resource-response.d.ts +1 -1
- package/lib/response/get-monitored-resource-task-response.d.ts +1 -1
- package/lib/response/get-monitored-resource-type-response.d.ts +1 -1
- package/lib/response/get-process-set-response.d.ts +30 -0
- package/lib/response/get-process-set-response.js +15 -0
- package/lib/response/get-process-set-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-baselineable-metrics-response.d.ts +1 -1
- package/lib/response/list-configs-response.d.ts +1 -1
- package/lib/response/list-discovery-job-logs-response.d.ts +1 -1
- package/lib/response/list-discovery-jobs-response.d.ts +1 -1
- package/lib/response/list-metric-extensions-response.d.ts +1 -1
- package/lib/response/list-monitored-resource-tasks-response.d.ts +1 -1
- package/lib/response/list-monitored-resource-types-response.d.ts +1 -1
- package/lib/response/list-monitored-resources-response.d.ts +1 -1
- package/lib/response/list-process-sets-response.d.ts +32 -0
- package/lib/response/list-process-sets-response.js +15 -0
- package/lib/response/list-process-sets-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/publish-metric-extension-response.d.ts +1 -1
- package/lib/response/request-monitored-resources-summarized-count-response.d.ts +1 -1
- package/lib/response/search-associated-resources-response.d.ts +1 -1
- package/lib/response/search-monitored-resource-associations-response.d.ts +1 -1
- package/lib/response/search-monitored-resource-members-response.d.ts +1 -1
- package/lib/response/search-monitored-resources-response.d.ts +1 -1
- package/lib/response/test-metric-extension-response.d.ts +1 -1
- package/lib/response/update-baselineable-metric-response.d.ts +1 -1
- package/lib/response/update-config-response.d.ts +1 -1
- package/lib/response/update-metric-extension-response.d.ts +1 -1
- package/lib/response/update-monitored-resource-task-response.d.ts +1 -1
- package/lib/response/update-monitored-resource-type-response.d.ts +1 -1
- package/lib/response/update-process-set-response.d.ts +30 -0
- package/lib/response/update-process-set-response.js +15 -0
- package/lib/response/update-process-set-response.js.map +1 -0
- package/lib/stackmonitoring-waiter.d.ts +8 -0
- package/lib/stackmonitoring-waiter.js +12 -0
- package/lib/stackmonitoring-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -20,7 +20,7 @@ export interface ListMonitoredResourcesResponse {
|
|
|
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
|
*/
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListProcessSetsResponse {
|
|
15
|
+
/**
|
|
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 {@code page} parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.ProcessSetCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"processSetCollection": model.ProcessSetCollection;
|
|
32
|
+
}
|
|
@@ -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=list-process-sets-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-process-sets-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/list-process-sets-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestErrorsResponse {
|
|
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,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestLogsResponse {
|
|
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
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
|
|
|
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
|
*/
|
|
@@ -20,7 +20,7 @@ export interface RequestMonitoredResourcesSummarizedCountResponse {
|
|
|
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
|
*/
|
|
@@ -20,7 +20,7 @@ export interface SearchAssociatedResourcesResponse {
|
|
|
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
|
*/
|
|
@@ -20,7 +20,7 @@ export interface SearchMonitoredResourceAssociationsResponse {
|
|
|
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
|
*/
|
|
@@ -20,7 +20,7 @@ export interface SearchMonitoredResourceMembersResponse {
|
|
|
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
|
*/
|
|
@@ -20,7 +20,7 @@ export interface SearchMonitoredResourcesResponse {
|
|
|
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
|
*/
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
export interface UpdateProcessSetResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code 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.ProcessSet instance.
|
|
28
|
+
*/
|
|
29
|
+
"processSet": model.ProcessSet;
|
|
30
|
+
}
|
|
@@ -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-process-set-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-process-set-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/update-process-set-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -74,6 +74,14 @@ export declare class StackMonitoringWaiter {
|
|
|
74
74
|
* @return response returns GetMonitoredResourceTypeResponse | null (null in case of 404 response)
|
|
75
75
|
*/
|
|
76
76
|
forMonitoredResourceType(request: serviceRequests.GetMonitoredResourceTypeRequest, ...targetStates: models.ResourceTypeLifecycleState[]): Promise<serviceResponses.GetMonitoredResourceTypeResponse | null>;
|
|
77
|
+
/**
|
|
78
|
+
* Waits forProcessSet till it reaches any of the provided states
|
|
79
|
+
*
|
|
80
|
+
* @param request the request to send
|
|
81
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
82
|
+
* @return response returns GetProcessSetResponse | null (null in case of 404 response)
|
|
83
|
+
*/
|
|
84
|
+
forProcessSet(request: serviceRequests.GetProcessSetRequest, ...targetStates: models.LifecycleState[]): Promise<serviceResponses.GetProcessSetResponse | null>;
|
|
77
85
|
/**
|
|
78
86
|
* Waits forWorkRequest
|
|
79
87
|
*
|
|
@@ -132,6 +132,18 @@ class StackMonitoringWaiter {
|
|
|
132
132
|
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getMonitoredResourceType(request), response => targetStates.includes(response.monitoredResourceType.lifecycleState), targetStates.includes(models.ResourceTypeLifecycleState.Deleted));
|
|
133
133
|
});
|
|
134
134
|
}
|
|
135
|
+
/**
|
|
136
|
+
* Waits forProcessSet till it reaches any of the provided states
|
|
137
|
+
*
|
|
138
|
+
* @param request the request to send
|
|
139
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
140
|
+
* @return response returns GetProcessSetResponse | null (null in case of 404 response)
|
|
141
|
+
*/
|
|
142
|
+
forProcessSet(request, ...targetStates) {
|
|
143
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
144
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getProcessSet(request), response => targetStates.includes(response.processSet.lifecycleState), targetStates.includes(models.LifecycleState.Deleted));
|
|
145
|
+
});
|
|
146
|
+
}
|
|
135
147
|
/**
|
|
136
148
|
* Waits forWorkRequest
|
|
137
149
|
*
|
|
@@ -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.
|
|
3
|
+
"version": "2.77.1",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.1",
|
|
19
|
+
"oci-workrequests": "2.77.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|