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.
- package/lib/client.d.ts +70 -0
- package/lib/client.js +454 -0
- package/lib/client.js.map +1 -1
- package/lib/model/create-maintenance-window-details.d.ts +42 -0
- package/lib/model/create-maintenance-window-details.js +67 -0
- package/lib/model/create-maintenance-window-details.js.map +1 -0
- package/lib/model/create-maintenance-window-resource-details.d.ts +34 -0
- package/lib/model/create-maintenance-window-resource-details.js +29 -0
- package/lib/model/create-maintenance-window-resource-details.js.map +1 -0
- package/lib/model/index.d.ts +30 -0
- package/lib/model/index.js +34 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/maintenance-window-collection.d.ts +26 -0
- package/lib/model/maintenance-window-collection.js +61 -0
- package/lib/model/maintenance-window-collection.js.map +1 -0
- package/lib/model/maintenance-window-lifecycle-details.d.ts +30 -0
- package/lib/model/maintenance-window-lifecycle-details.js +41 -0
- package/lib/model/maintenance-window-lifecycle-details.js.map +1 -0
- package/lib/model/maintenance-window-lifecycle-state.d.ts +35 -0
- package/lib/model/maintenance-window-lifecycle-state.js +46 -0
- package/lib/model/maintenance-window-lifecycle-state.js.map +1 -0
- package/lib/model/maintenance-window-operation-status.d.ts +30 -0
- package/lib/model/maintenance-window-operation-status.js +41 -0
- package/lib/model/maintenance-window-operation-status.js.map +1 -0
- package/lib/model/maintenance-window-operation-type.d.ts +31 -0
- package/lib/model/maintenance-window-operation-type.js +42 -0
- package/lib/model/maintenance-window-operation-type.js.map +1 -0
- package/lib/model/maintenance-window-schedule.d.ts +23 -0
- package/lib/model/maintenance-window-schedule.js +72 -0
- package/lib/model/maintenance-window-schedule.js.map +1 -0
- package/lib/model/maintenance-window-sort-by.d.ts +26 -0
- package/lib/model/maintenance-window-sort-by.js +37 -0
- package/lib/model/maintenance-window-sort-by.js.map +1 -0
- package/lib/model/maintenance-window-summary.d.ts +88 -0
- package/lib/model/maintenance-window-summary.js +57 -0
- package/lib/model/maintenance-window-summary.js.map +1 -0
- package/lib/model/maintenance-window.d.ts +71 -0
- package/lib/model/maintenance-window.js +77 -0
- package/lib/model/maintenance-window.js.map +1 -0
- package/lib/model/monitored-resource-details.d.ts +43 -0
- package/lib/model/monitored-resource-details.js +29 -0
- package/lib/model/monitored-resource-details.js.map +1 -0
- package/lib/model/one-time-maintenance-window-schedule.d.ts +35 -0
- package/lib/model/one-time-maintenance-window-schedule.js +54 -0
- package/lib/model/one-time-maintenance-window-schedule.js.map +1 -0
- package/lib/model/operation-type.d.ts +4 -0
- package/lib/model/operation-type.js +4 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/recurrent-maintenance-window-schedule.d.ts +53 -0
- package/lib/model/recurrent-maintenance-window-schedule.js +54 -0
- package/lib/model/recurrent-maintenance-window-schedule.js.map +1 -0
- package/lib/model/update-maintenance-window-details.d.ts +33 -0
- package/lib/model/update-maintenance-window-details.js +67 -0
- package/lib/model/update-maintenance-window-details.js.map +1 -0
- package/lib/request/create-maintenance-window-request.d.ts +39 -0
- package/lib/request/create-maintenance-window-request.js +15 -0
- package/lib/request/create-maintenance-window-request.js.map +1 -0
- package/lib/request/delete-maintenance-window-request.d.ts +37 -0
- package/lib/request/delete-maintenance-window-request.js +15 -0
- package/lib/request/delete-maintenance-window-request.js.map +1 -0
- package/lib/request/get-maintenance-window-request.d.ts +28 -0
- package/lib/request/get-maintenance-window-request.js +15 -0
- package/lib/request/get-maintenance-window-request.js.map +1 -0
- package/lib/request/index.d.ts +14 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-maintenance-windows-request.d.ts +66 -0
- package/lib/request/list-maintenance-windows-request.js +15 -0
- package/lib/request/list-maintenance-windows-request.js.map +1 -0
- package/lib/request/retry-failed-maintenance-window-operation-request.d.ts +37 -0
- package/lib/request/retry-failed-maintenance-window-operation-request.js +15 -0
- package/lib/request/retry-failed-maintenance-window-operation-request.js.map +1 -0
- package/lib/request/stop-maintenance-window-request.d.ts +37 -0
- package/lib/request/stop-maintenance-window-request.js +15 -0
- package/lib/request/stop-maintenance-window-request.js.map +1 -0
- package/lib/request/update-maintenance-window-request.d.ts +42 -0
- package/lib/request/update-maintenance-window-request.js +15 -0
- package/lib/request/update-maintenance-window-request.js.map +1 -0
- package/lib/response/create-maintenance-window-response.d.ts +35 -0
- package/lib/response/create-maintenance-window-response.js +15 -0
- package/lib/response/create-maintenance-window-response.js.map +1 -0
- package/lib/response/delete-maintenance-window-response.d.ts +25 -0
- package/lib/response/delete-maintenance-window-response.js +15 -0
- package/lib/response/delete-maintenance-window-response.js.map +1 -0
- package/lib/response/get-maintenance-window-response.d.ts +30 -0
- package/lib/response/get-maintenance-window-response.js +15 -0
- package/lib/response/get-maintenance-window-response.js.map +1 -0
- package/lib/response/index.d.ts +14 -0
- package/lib/response/list-maintenance-windows-response.d.ts +37 -0
- package/lib/response/list-maintenance-windows-response.js +15 -0
- package/lib/response/list-maintenance-windows-response.js.map +1 -0
- package/lib/response/retry-failed-maintenance-window-operation-response.d.ts +25 -0
- package/lib/response/retry-failed-maintenance-window-operation-response.js +15 -0
- package/lib/response/retry-failed-maintenance-window-operation-response.js.map +1 -0
- package/lib/response/stop-maintenance-window-response.d.ts +25 -0
- package/lib/response/stop-maintenance-window-response.js +15 -0
- package/lib/response/stop-maintenance-window-response.js.map +1 -0
- package/lib/response/update-maintenance-window-response.d.ts +25 -0
- package/lib/response/update-maintenance-window-response.js +15 -0
- package/lib/response/update-maintenance-window-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
package/lib/request/index.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ import * as CreateConfigRequest from "./create-config-request";
|
|
|
28
28
|
export import CreateConfigRequest = CreateConfigRequest.CreateConfigRequest;
|
|
29
29
|
import * as CreateDiscoveryJobRequest from "./create-discovery-job-request";
|
|
30
30
|
export import CreateDiscoveryJobRequest = CreateDiscoveryJobRequest.CreateDiscoveryJobRequest;
|
|
31
|
+
import * as CreateMaintenanceWindowRequest from "./create-maintenance-window-request";
|
|
32
|
+
export import CreateMaintenanceWindowRequest = CreateMaintenanceWindowRequest.CreateMaintenanceWindowRequest;
|
|
31
33
|
import * as CreateMetricExtensionRequest from "./create-metric-extension-request";
|
|
32
34
|
export import CreateMetricExtensionRequest = CreateMetricExtensionRequest.CreateMetricExtensionRequest;
|
|
33
35
|
import * as CreateMonitoredResourceRequest from "./create-monitored-resource-request";
|
|
@@ -44,6 +46,8 @@ import * as DeleteConfigRequest from "./delete-config-request";
|
|
|
44
46
|
export import DeleteConfigRequest = DeleteConfigRequest.DeleteConfigRequest;
|
|
45
47
|
import * as DeleteDiscoveryJobRequest from "./delete-discovery-job-request";
|
|
46
48
|
export import DeleteDiscoveryJobRequest = DeleteDiscoveryJobRequest.DeleteDiscoveryJobRequest;
|
|
49
|
+
import * as DeleteMaintenanceWindowRequest from "./delete-maintenance-window-request";
|
|
50
|
+
export import DeleteMaintenanceWindowRequest = DeleteMaintenanceWindowRequest.DeleteMaintenanceWindowRequest;
|
|
47
51
|
import * as DeleteMetricExtensionRequest from "./delete-metric-extension-request";
|
|
48
52
|
export import DeleteMetricExtensionRequest = DeleteMetricExtensionRequest.DeleteMetricExtensionRequest;
|
|
49
53
|
import * as DeleteMonitoredResourceRequest from "./delete-monitored-resource-request";
|
|
@@ -70,6 +74,8 @@ import * as GetConfigRequest from "./get-config-request";
|
|
|
70
74
|
export import GetConfigRequest = GetConfigRequest.GetConfigRequest;
|
|
71
75
|
import * as GetDiscoveryJobRequest from "./get-discovery-job-request";
|
|
72
76
|
export import GetDiscoveryJobRequest = GetDiscoveryJobRequest.GetDiscoveryJobRequest;
|
|
77
|
+
import * as GetMaintenanceWindowRequest from "./get-maintenance-window-request";
|
|
78
|
+
export import GetMaintenanceWindowRequest = GetMaintenanceWindowRequest.GetMaintenanceWindowRequest;
|
|
73
79
|
import * as GetMetricExtensionRequest from "./get-metric-extension-request";
|
|
74
80
|
export import GetMetricExtensionRequest = GetMetricExtensionRequest.GetMetricExtensionRequest;
|
|
75
81
|
import * as GetMonitoredResourceRequest from "./get-monitored-resource-request";
|
|
@@ -90,6 +96,8 @@ import * as ListDiscoveryJobLogsRequest from "./list-discovery-job-logs-request"
|
|
|
90
96
|
export import ListDiscoveryJobLogsRequest = ListDiscoveryJobLogsRequest.ListDiscoveryJobLogsRequest;
|
|
91
97
|
import * as ListDiscoveryJobsRequest from "./list-discovery-jobs-request";
|
|
92
98
|
export import ListDiscoveryJobsRequest = ListDiscoveryJobsRequest.ListDiscoveryJobsRequest;
|
|
99
|
+
import * as ListMaintenanceWindowsRequest from "./list-maintenance-windows-request";
|
|
100
|
+
export import ListMaintenanceWindowsRequest = ListMaintenanceWindowsRequest.ListMaintenanceWindowsRequest;
|
|
93
101
|
import * as ListMetricExtensionsRequest from "./list-metric-extensions-request";
|
|
94
102
|
export import ListMetricExtensionsRequest = ListMetricExtensionsRequest.ListMetricExtensionsRequest;
|
|
95
103
|
import * as ListMonitoredResourceTasksRequest from "./list-monitored-resource-tasks-request";
|
|
@@ -112,6 +120,8 @@ import * as PublishMetricExtensionRequest from "./publish-metric-extension-reque
|
|
|
112
120
|
export import PublishMetricExtensionRequest = PublishMetricExtensionRequest.PublishMetricExtensionRequest;
|
|
113
121
|
import * as RequestMonitoredResourcesSummarizedCountRequest from "./request-monitored-resources-summarized-count-request";
|
|
114
122
|
export import RequestMonitoredResourcesSummarizedCountRequest = RequestMonitoredResourcesSummarizedCountRequest.RequestMonitoredResourcesSummarizedCountRequest;
|
|
123
|
+
import * as RetryFailedMaintenanceWindowOperationRequest from "./retry-failed-maintenance-window-operation-request";
|
|
124
|
+
export import RetryFailedMaintenanceWindowOperationRequest = RetryFailedMaintenanceWindowOperationRequest.RetryFailedMaintenanceWindowOperationRequest;
|
|
115
125
|
import * as SearchAssociatedResourcesRequest from "./search-associated-resources-request";
|
|
116
126
|
export import SearchAssociatedResourcesRequest = SearchAssociatedResourcesRequest.SearchAssociatedResourcesRequest;
|
|
117
127
|
import * as SearchMonitoredResourceAssociationsRequest from "./search-monitored-resource-associations-request";
|
|
@@ -120,6 +130,8 @@ import * as SearchMonitoredResourceMembersRequest from "./search-monitored-resou
|
|
|
120
130
|
export import SearchMonitoredResourceMembersRequest = SearchMonitoredResourceMembersRequest.SearchMonitoredResourceMembersRequest;
|
|
121
131
|
import * as SearchMonitoredResourcesRequest from "./search-monitored-resources-request";
|
|
122
132
|
export import SearchMonitoredResourcesRequest = SearchMonitoredResourcesRequest.SearchMonitoredResourcesRequest;
|
|
133
|
+
import * as StopMaintenanceWindowRequest from "./stop-maintenance-window-request";
|
|
134
|
+
export import StopMaintenanceWindowRequest = StopMaintenanceWindowRequest.StopMaintenanceWindowRequest;
|
|
123
135
|
import * as TestMetricExtensionRequest from "./test-metric-extension-request";
|
|
124
136
|
export import TestMetricExtensionRequest = TestMetricExtensionRequest.TestMetricExtensionRequest;
|
|
125
137
|
import * as UpdateAndPropagateTagsRequest from "./update-and-propagate-tags-request";
|
|
@@ -128,6 +140,8 @@ import * as UpdateBaselineableMetricRequest from "./update-baselineable-metric-r
|
|
|
128
140
|
export import UpdateBaselineableMetricRequest = UpdateBaselineableMetricRequest.UpdateBaselineableMetricRequest;
|
|
129
141
|
import * as UpdateConfigRequest from "./update-config-request";
|
|
130
142
|
export import UpdateConfigRequest = UpdateConfigRequest.UpdateConfigRequest;
|
|
143
|
+
import * as UpdateMaintenanceWindowRequest from "./update-maintenance-window-request";
|
|
144
|
+
export import UpdateMaintenanceWindowRequest = UpdateMaintenanceWindowRequest.UpdateMaintenanceWindowRequest;
|
|
131
145
|
import * as UpdateMetricExtensionRequest from "./update-metric-extension-request";
|
|
132
146
|
export import UpdateMetricExtensionRequest = UpdateMetricExtensionRequest.UpdateMetricExtensionRequest;
|
|
133
147
|
import * as UpdateMonitoredResourceRequest from "./update-monitored-resource-request";
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAgFH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wFAA0E;AAC5D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAK3F,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AAGtH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AAKxF,wIAA0H;AAC5G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC;AAOhK,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/stackmonitoring/ListMaintenanceWindows.ts.html |here} to see how to use ListMaintenanceWindowsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListMaintenanceWindowsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which data is listed.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return maintenance windows that match exact resource name.
|
|
25
|
+
*/
|
|
26
|
+
"name"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return maintenance windows with matching lifecycleDetails.
|
|
29
|
+
*/
|
|
30
|
+
"lifecycleDetails"?: model.MaintenanceWindowLifecycleDetails;
|
|
31
|
+
/**
|
|
32
|
+
* A filter to return only maintenance windows with matching lifecycleState.
|
|
33
|
+
*/
|
|
34
|
+
"status"?: model.MaintenanceWindowLifecycleState;
|
|
35
|
+
/**
|
|
36
|
+
* The field to sort by. Only one sort order may be provided.
|
|
37
|
+
* Default order for timeCreated is descending. Default order for mainteance window name is ascending.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"sortBy"?: model.MaintenanceWindowSortBy;
|
|
41
|
+
/**
|
|
42
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"sortOrder"?: model.SortOrder;
|
|
46
|
+
/**
|
|
47
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
48
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
49
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"limit"?: number;
|
|
53
|
+
/**
|
|
54
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the
|
|
55
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
56
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"page"?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
62
|
+
* particular request, please provide the request ID.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"opcRequestId"?: string;
|
|
66
|
+
}
|
|
@@ -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-maintenance-windows-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-maintenance-windows-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/list-maintenance-windows-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/stackmonitoring/RetryFailedMaintenanceWindowOperation.ts.html |here} to see how to use RetryFailedMaintenanceWindowOperationRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface RetryFailedMaintenanceWindowOperationRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of maintenance window.
|
|
20
|
+
*/
|
|
21
|
+
"maintenanceWindowId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
33
|
+
* particular request, please provide the request ID.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"opcRequestId"?: string;
|
|
37
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retry-failed-maintenance-window-operation-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/retry-failed-maintenance-window-operation-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/stackmonitoring/StopMaintenanceWindow.ts.html |here} to see how to use StopMaintenanceWindowRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface StopMaintenanceWindowRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of maintenance window.
|
|
20
|
+
*/
|
|
21
|
+
"maintenanceWindowId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
33
|
+
* particular request, please provide the request ID.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"opcRequestId"?: string;
|
|
37
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-maintenance-window-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/stop-maintenance-window-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/stackmonitoring/UpdateMaintenanceWindow.ts.html |here} to see how to use UpdateMaintenanceWindowRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMaintenanceWindowRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of maintenance window.
|
|
21
|
+
*/
|
|
22
|
+
"maintenanceWindowId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateMaintenanceWindowDetails": model.UpdateMaintenanceWindowDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
38
|
+
* particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-maintenance-window-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/update-maintenance-window-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 CreateMaintenanceWindowResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": 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
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"etag": string;
|
|
31
|
+
/**
|
|
32
|
+
* The returned model.MaintenanceWindow instance.
|
|
33
|
+
*/
|
|
34
|
+
"maintenanceWindow": model.MaintenanceWindow;
|
|
35
|
+
}
|
|
@@ -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=create-maintenance-window-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-maintenance-window-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/create-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 DeleteMaintenanceWindowResponse {
|
|
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=delete-maintenance-window-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-maintenance-window-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/delete-maintenance-window-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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 GetMaintenanceWindowResponse {
|
|
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.MaintenanceWindow instance.
|
|
28
|
+
*/
|
|
29
|
+
"maintenanceWindow": model.MaintenanceWindow;
|
|
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=get-maintenance-window-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-maintenance-window-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/get-maintenance-window-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ import * as CreateConfigResponse from "./create-config-response";
|
|
|
28
28
|
export import CreateConfigResponse = CreateConfigResponse.CreateConfigResponse;
|
|
29
29
|
import * as CreateDiscoveryJobResponse from "./create-discovery-job-response";
|
|
30
30
|
export import CreateDiscoveryJobResponse = CreateDiscoveryJobResponse.CreateDiscoveryJobResponse;
|
|
31
|
+
import * as CreateMaintenanceWindowResponse from "./create-maintenance-window-response";
|
|
32
|
+
export import CreateMaintenanceWindowResponse = CreateMaintenanceWindowResponse.CreateMaintenanceWindowResponse;
|
|
31
33
|
import * as CreateMetricExtensionResponse from "./create-metric-extension-response";
|
|
32
34
|
export import CreateMetricExtensionResponse = CreateMetricExtensionResponse.CreateMetricExtensionResponse;
|
|
33
35
|
import * as CreateMonitoredResourceResponse from "./create-monitored-resource-response";
|
|
@@ -44,6 +46,8 @@ import * as DeleteConfigResponse from "./delete-config-response";
|
|
|
44
46
|
export import DeleteConfigResponse = DeleteConfigResponse.DeleteConfigResponse;
|
|
45
47
|
import * as DeleteDiscoveryJobResponse from "./delete-discovery-job-response";
|
|
46
48
|
export import DeleteDiscoveryJobResponse = DeleteDiscoveryJobResponse.DeleteDiscoveryJobResponse;
|
|
49
|
+
import * as DeleteMaintenanceWindowResponse from "./delete-maintenance-window-response";
|
|
50
|
+
export import DeleteMaintenanceWindowResponse = DeleteMaintenanceWindowResponse.DeleteMaintenanceWindowResponse;
|
|
47
51
|
import * as DeleteMetricExtensionResponse from "./delete-metric-extension-response";
|
|
48
52
|
export import DeleteMetricExtensionResponse = DeleteMetricExtensionResponse.DeleteMetricExtensionResponse;
|
|
49
53
|
import * as DeleteMonitoredResourceResponse from "./delete-monitored-resource-response";
|
|
@@ -70,6 +74,8 @@ import * as GetConfigResponse from "./get-config-response";
|
|
|
70
74
|
export import GetConfigResponse = GetConfigResponse.GetConfigResponse;
|
|
71
75
|
import * as GetDiscoveryJobResponse from "./get-discovery-job-response";
|
|
72
76
|
export import GetDiscoveryJobResponse = GetDiscoveryJobResponse.GetDiscoveryJobResponse;
|
|
77
|
+
import * as GetMaintenanceWindowResponse from "./get-maintenance-window-response";
|
|
78
|
+
export import GetMaintenanceWindowResponse = GetMaintenanceWindowResponse.GetMaintenanceWindowResponse;
|
|
73
79
|
import * as GetMetricExtensionResponse from "./get-metric-extension-response";
|
|
74
80
|
export import GetMetricExtensionResponse = GetMetricExtensionResponse.GetMetricExtensionResponse;
|
|
75
81
|
import * as GetMonitoredResourceResponse from "./get-monitored-resource-response";
|
|
@@ -90,6 +96,8 @@ import * as ListDiscoveryJobLogsResponse from "./list-discovery-job-logs-respons
|
|
|
90
96
|
export import ListDiscoveryJobLogsResponse = ListDiscoveryJobLogsResponse.ListDiscoveryJobLogsResponse;
|
|
91
97
|
import * as ListDiscoveryJobsResponse from "./list-discovery-jobs-response";
|
|
92
98
|
export import ListDiscoveryJobsResponse = ListDiscoveryJobsResponse.ListDiscoveryJobsResponse;
|
|
99
|
+
import * as ListMaintenanceWindowsResponse from "./list-maintenance-windows-response";
|
|
100
|
+
export import ListMaintenanceWindowsResponse = ListMaintenanceWindowsResponse.ListMaintenanceWindowsResponse;
|
|
93
101
|
import * as ListMetricExtensionsResponse from "./list-metric-extensions-response";
|
|
94
102
|
export import ListMetricExtensionsResponse = ListMetricExtensionsResponse.ListMetricExtensionsResponse;
|
|
95
103
|
import * as ListMonitoredResourceTasksResponse from "./list-monitored-resource-tasks-response";
|
|
@@ -112,6 +120,8 @@ import * as PublishMetricExtensionResponse from "./publish-metric-extension-resp
|
|
|
112
120
|
export import PublishMetricExtensionResponse = PublishMetricExtensionResponse.PublishMetricExtensionResponse;
|
|
113
121
|
import * as RequestMonitoredResourcesSummarizedCountResponse from "./request-monitored-resources-summarized-count-response";
|
|
114
122
|
export import RequestMonitoredResourcesSummarizedCountResponse = RequestMonitoredResourcesSummarizedCountResponse.RequestMonitoredResourcesSummarizedCountResponse;
|
|
123
|
+
import * as RetryFailedMaintenanceWindowOperationResponse from "./retry-failed-maintenance-window-operation-response";
|
|
124
|
+
export import RetryFailedMaintenanceWindowOperationResponse = RetryFailedMaintenanceWindowOperationResponse.RetryFailedMaintenanceWindowOperationResponse;
|
|
115
125
|
import * as SearchAssociatedResourcesResponse from "./search-associated-resources-response";
|
|
116
126
|
export import SearchAssociatedResourcesResponse = SearchAssociatedResourcesResponse.SearchAssociatedResourcesResponse;
|
|
117
127
|
import * as SearchMonitoredResourceAssociationsResponse from "./search-monitored-resource-associations-response";
|
|
@@ -120,6 +130,8 @@ import * as SearchMonitoredResourceMembersResponse from "./search-monitored-reso
|
|
|
120
130
|
export import SearchMonitoredResourceMembersResponse = SearchMonitoredResourceMembersResponse.SearchMonitoredResourceMembersResponse;
|
|
121
131
|
import * as SearchMonitoredResourcesResponse from "./search-monitored-resources-response";
|
|
122
132
|
export import SearchMonitoredResourcesResponse = SearchMonitoredResourcesResponse.SearchMonitoredResourcesResponse;
|
|
133
|
+
import * as StopMaintenanceWindowResponse from "./stop-maintenance-window-response";
|
|
134
|
+
export import StopMaintenanceWindowResponse = StopMaintenanceWindowResponse.StopMaintenanceWindowResponse;
|
|
123
135
|
import * as TestMetricExtensionResponse from "./test-metric-extension-response";
|
|
124
136
|
export import TestMetricExtensionResponse = TestMetricExtensionResponse.TestMetricExtensionResponse;
|
|
125
137
|
import * as UpdateAndPropagateTagsResponse from "./update-and-propagate-tags-response";
|
|
@@ -128,6 +140,8 @@ import * as UpdateBaselineableMetricResponse from "./update-baselineable-metric-
|
|
|
128
140
|
export import UpdateBaselineableMetricResponse = UpdateBaselineableMetricResponse.UpdateBaselineableMetricResponse;
|
|
129
141
|
import * as UpdateConfigResponse from "./update-config-response";
|
|
130
142
|
export import UpdateConfigResponse = UpdateConfigResponse.UpdateConfigResponse;
|
|
143
|
+
import * as UpdateMaintenanceWindowResponse from "./update-maintenance-window-response";
|
|
144
|
+
export import UpdateMaintenanceWindowResponse = UpdateMaintenanceWindowResponse.UpdateMaintenanceWindowResponse;
|
|
131
145
|
import * as UpdateMetricExtensionResponse from "./update-metric-extension-response";
|
|
132
146
|
export import UpdateMetricExtensionResponse = UpdateMetricExtensionResponse.UpdateMetricExtensionResponse;
|
|
133
147
|
import * as UpdateMonitoredResourceResponse from "./update-monitored-resource-response";
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ListMaintenanceWindowsResponse {
|
|
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 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 {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* For pagination of a list of items. The total number of items in the result.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcTotalItems": number;
|
|
33
|
+
/**
|
|
34
|
+
* The returned model.MaintenanceWindowCollection instance.
|
|
35
|
+
*/
|
|
36
|
+
"maintenanceWindowCollection": model.MaintenanceWindowCollection;
|
|
37
|
+
}
|
|
@@ -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-maintenance-windows-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-maintenance-windows-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/list-maintenance-windows-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 RetryFailedMaintenanceWindowOperationResponse {
|
|
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
|
+
}
|